2.5.15 • Published 11 months ago

@procore/labs-file-select v2.5.15

Weekly downloads
111
License
SEE LICENSE IN LI...
Repository
github
Last release
11 months ago

File Select

An implementation of the Core FileSelect component integrated with Procore endpoints to support local upload and Procore project sources: Drawings, Forms, Documents, & Photos, or support local upload and Procore company source Documents.

Installation

yarn add @procore/labs-file-select

Dependencies

@procore/core-react and react are listed as external peer dependencies. The package will not bundle the code, and requires the app client to provide it as a dependency. The external peer dep is to assure React Context is consistent in a client's React tree, the child consumers can reference the correct parent provider. If the package uses latest features or bug fixes and a new minimum version of core-react is required, it should be considered a breaking change as the peer dependency version must be met.

Usage

import { I18nProvider } from '@procore/core-react';
import { ConnectedFileSelect } from '@procore/labs-file-select';

Provide both project and company for a Project level selection.

<I18nProvider>
  <ConnectedFileSelect
    company={{ name: '555 Megatall Building LLC', id: 5 }}
    project={{ name: 'Space Scraper 10000', id: 100 }}
  />
</I18nProvider>

With Document-Service backend running locally

In the constants.ts file, change the LOCAL_SERVER_ENABLED flag to true to point to a locally running instance of the document-service backend. If not configured, the client code will use its built in mock server.

2.5.14

11 months ago

2.5.15

11 months ago

2.4.1

1 year ago

2.4.0

1 year ago

2.5.6

12 months ago

2.5.2-alpha-3

12 months ago

2.5.5

12 months ago

2.5.8

12 months ago

2.5.7

12 months ago

2.5.9

12 months ago

2.5.2-alpha-1

12 months ago

2.5.2-alpha-2

12 months ago

2.5.10

11 months ago

2.5.11

11 months ago

2.5.12

11 months ago

2.5.13

11 months ago

2.3.0

1 year ago

2.5.0

1 year ago

2.5.6-alpha-v0

12 months ago

2.5.2

12 months ago

2.5.1

1 year ago

2.5.3

12 months ago

3.0.0-alpha-2

1 year ago

3.0.0-alpha-1

1 year ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.7.0-beta.0

2 years ago

1.6.3

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.5.0-beta.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.3.0-alpha

3 years ago

1.2.0

3 years ago

1.1.5-alpha

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.0

3 years ago

0.3.0

3 years ago

0.3.0-alpha.0

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1-alpha.3

3 years ago

0.0.1-alpha.2

3 years ago

0.0.1-alpha.1

3 years ago

0.0.1-alpha.0

3 years ago