2.5.15 • Published 2 years ago

@procore/labs-file-select v2.5.15

Weekly downloads
111
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years 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

2 years ago

2.5.15

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.5.6

2 years ago

2.5.2-alpha-3

2 years ago

2.5.5

2 years ago

2.5.8

2 years ago

2.5.7

2 years ago

2.5.9

2 years ago

2.5.2-alpha-1

2 years ago

2.5.2-alpha-2

2 years ago

2.5.10

2 years ago

2.5.11

2 years ago

2.5.12

2 years ago

2.5.13

2 years ago

2.3.0

2 years ago

2.5.0

2 years ago

2.5.6-alpha-v0

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

2.5.3

2 years ago

3.0.0-alpha-2

2 years ago

3.0.0-alpha-1

2 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.7.0-beta.0

3 years ago

1.6.3

3 years ago

1.5.3

3 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.5.0-beta.0

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.3.0-alpha

4 years ago

1.2.0

4 years ago

1.1.5-alpha

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.0

4 years ago

0.3.0

4 years ago

0.3.0-alpha.0

4 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1-alpha.3

5 years ago

0.0.1-alpha.2

5 years ago

0.0.1-alpha.1

5 years ago

0.0.1-alpha.0

5 years ago