@procore/core-react 12.35.0 → 12.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +52 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- package/dist/Badge/Badge.styles.js +2 -2
- package/dist/BadgePill/BadgePill.styles.js +4 -4
- package/dist/Banner/Banner.styles.js +10 -10
- package/dist/Box/Box.styles.js +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
- package/dist/Button/Button.js +0 -1
- package/dist/Button/Button.js.map +1 -1
- package/dist/Button/Button.styles.js +5 -5
- package/dist/Calendar/Calendar.styles.js +9 -9
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/Checkbox/CheckboxTooltip.js +1 -1
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.js +2 -3
- package/dist/DateInput/DateInput.js.map +1 -1
- package/dist/DateInput/DateInput.styles.js +9 -9
- package/dist/DateInput/DateInput.styles.js.map +1 -1
- package/dist/DateSelect/DateSelect.js +1 -1
- package/dist/DateSelect/DateSelect.js.map +1 -1
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.js +0 -4
- package/dist/Dropdown/Dropdown.js.map +1 -1
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.js +8 -3
- package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
- package/dist/DropdownFlyout/DropdownFlyout.types.d.ts +1 -0
- package/dist/DropdownFlyout/DropdownFlyout.types.js.map +1 -1
- package/dist/Dropzone/Dropzone.js +1 -1
- package/dist/Dropzone/Dropzone.styles.js +9 -9
- package/dist/EmptyState/EmptyState.styles.js +6 -6
- package/dist/Field/Field.styles.js +3 -3
- package/dist/FileList/FileList.styles.js +4 -4
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
- package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
- package/dist/FileSelect/FileSelect.styles.js +2 -2
- package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
- package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
- package/dist/FileSelect/GridSource/GridSource.js +2 -1
- package/dist/FileSelect/GridSource/GridSource.js.map +1 -1
- package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
- package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
- package/dist/FileSelect/SourceItem/SourceItem.js +19 -16
- package/dist/FileSelect/SourceItem/SourceItem.js.map +1 -1
- package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.styles.js +4 -4
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.styles.js +14 -14
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
- package/dist/Grid/Grid.styles.js +2 -2
- package/dist/GroupSelect/GroupSelect.styles.js +1 -1
- package/dist/Input/Input.styles.js +2 -2
- package/dist/Input/Input.styles.js.map +1 -1
- package/dist/Link/Link.styles.js +1 -1
- package/dist/ListPage/ListPage.styles.js +8 -8
- package/dist/Loader/Loader.styles.js +2 -2
- package/dist/MenuImperative/MenuImperative.styles.js +10 -10
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.js +3 -3
- package/dist/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.d.ts +7 -4
- package/dist/MultiSelect/MultiSelect.styles.js +18 -10
- package/dist/MultiSelect/MultiSelect.styles.js.map +1 -1
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/Notation/Notation.js +1 -1
- package/dist/NumberInput/NumberInput.styles.js +9 -9
- package/dist/NumberInput/NumberInput.styles.js.map +1 -1
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/OverlayTrigger/OverlayTrigger.js +16 -0
- package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
- package/dist/PageLayout/PageLayout.styles.js +16 -16
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
- package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
- package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
- package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
- package/dist/Pagination/Pagination.styles.js +6 -6
- package/dist/Pagination/Pagination.styles.js.map +1 -1
- package/dist/Pagination/Pagination.types.d.ts +4 -0
- package/dist/Pagination/Pagination.types.js.map +1 -1
- package/dist/Pagination/PaginationSelect.js +59 -3
- package/dist/Pagination/PaginationSelect.js.map +1 -1
- package/dist/Panel/Panel.styles.js +11 -11
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.styles.js +4 -4
- package/dist/Popover/Popover.styles.js +2 -2
- package/dist/Portal/Portal.styles.js +1 -1
- package/dist/ProgressBar/ProgressBar.styles.js +2 -2
- package/dist/RadioButton/RadioButton.styles.js +4 -4
- package/dist/RadioButton/RadioButton.styles.js.map +1 -1
- package/dist/Required/Required.styles.js +3 -3
- package/dist/Search/Search.styles.js +5 -5
- package/dist/Section/Section.styles.js +7 -7
- package/dist/SegmentedController/SegmentedController.js +1 -1
- package/dist/SegmentedController/SegmentedController.js.map +1 -1
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/Select/Select.js +16 -11
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.d.ts +5 -1
- package/dist/Select/Select.styles.js +45 -35
- package/dist/Select/Select.styles.js.map +1 -1
- package/dist/Semantic/Semantic.styles.d.ts +4 -4
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.js +3 -1
- package/dist/Slider/Slider.js.map +1 -1
- package/dist/Slider/Slider.styles.js +5 -5
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.components.js +19 -12
- package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.js +1 -1
- package/dist/SuperSelect/SuperSelect.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +41 -41
- package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.types.d.ts +4 -0
- package/dist/SuperSelect/SuperSelect.types.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.utils.d.ts +2 -1
- package/dist/SuperSelect/SuperSelect.utils.js +17 -0
- package/dist/SuperSelect/SuperSelect.utils.js.map +1 -1
- package/dist/SuperSelect/useSuperSelect.d.ts +1 -1
- package/dist/SuperSelect/useSuperSelect.js +75 -46
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +64 -61
- package/dist/Table/Table.styles.js.map +1 -1
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +15 -15
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TierSelectionTieredSelect.js +12 -2
- package/dist/TieredSelect/TierSelectionTieredSelect.js.map +1 -1
- package/dist/TieredSelect/TieredSelect.js +18 -5
- package/dist/TieredSelect/TieredSelect.js.map +1 -1
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- package/dist/TieredSelect/TieredSelectMenu.js +9 -2
- package/dist/TieredSelect/TieredSelectMenu.js.map +1 -1
- package/dist/Tile/Tile.styles.js +8 -8
- package/dist/Title/Title.styles.js +7 -7
- package/dist/Toast/Toast.styles.js +3 -3
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.js +3 -3
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/Tooltip/Tooltip.styles.js +2 -2
- package/dist/Tooltip/Tooltip.types.d.ts +4 -0
- package/dist/Tooltip/Tooltip.types.js.map +1 -1
- package/dist/Tree/Tree.hooks.js +11 -6
- package/dist/Tree/Tree.hooks.js.map +1 -1
- package/dist/Tree/Tree.js +142 -49
- package/dist/Tree/Tree.js.map +1 -1
- package/dist/Tree/Tree.styles.d.ts +5 -0
- package/dist/Tree/Tree.styles.js +17 -9
- package/dist/Tree/Tree.styles.js.map +1 -1
- package/dist/Tree/Tree.types.d.ts +21 -1
- package/dist/Tree/Tree.types.js.map +1 -1
- package/dist/Typeahead/Typeahead.styles.js +3 -3
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_hooks/I18n.d.ts +38 -22
- package/dist/_locales/de-DE.json +4 -2
- package/dist/_locales/en-AU.json +3 -1
- package/dist/_locales/en-CA.json +3 -1
- package/dist/_locales/en-GB.json +3 -1
- package/dist/_locales/en.json +2 -0
- package/dist/_locales/es-ES.json +3 -1
- package/dist/_locales/es.json +5 -3
- package/dist/_locales/fr-CA.json +4 -2
- package/dist/_locales/fr-FR.json +6 -4
- package/dist/_locales/is-IS.json +4 -2
- package/dist/_locales/it-IT.json +49 -47
- package/dist/_locales/ja-JP.json +6 -4
- package/dist/_locales/pl-PL.json +3 -1
- package/dist/_locales/pseudo.json +2 -0
- package/dist/_locales/pt-BR.json +6 -4
- package/dist/_locales/pt-PT.json +13 -11
- package/dist/_locales/th-TH.json +6 -4
- package/dist/_locales/zh-SG.json +3 -1
- package/dist/_locales/zh-TW.json +7 -5
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_styles/colors.js +7 -3
- package/dist/_styles/colors.js.map +1 -1
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +13 -13
- package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +40 -30
- package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
- package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +750 -750
- package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +1 -1
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +77 -77
- package/dist/_typedoc/Modal/Modal.types.json +46 -46
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +32 -32
- package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +30 -30
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
- package/dist/_typedoc/Popover/Popover.types.json +15 -15
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +15 -15
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
- package/dist/_typedoc/Select/Select.types.json +60 -60
- package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
- package/dist/_typedoc/Table/Table.types.json +102 -102
- package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
- package/dist/_typedoc/Tile/Tile.types.json +8 -8
- package/dist/_typedoc/Title/Title.types.json +1 -1
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
- package/dist/_typedoc/Token/Token.types.json +7 -7
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
- package/dist/_typedoc/Tooltip/Tooltip.types.json +23 -13
- package/dist/_typedoc/Tree/Tree.types.json +111 -86
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +9 -9
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_utils/storybookTooltip.d.ts +2 -0
- package/dist/_utils/storybookTooltip.js +12 -0
- package/dist/_utils/storybookTooltip.js.map +1 -0
- package/dist/_utils/triggerListeners.js +2 -2
- package/dist/_utils/triggerListeners.js.map +1 -1
- package/package.json +1 -1
package/dist/_hooks/I18n.d.ts
CHANGED
|
@@ -252,6 +252,8 @@ export declare const coreTranslations: {
|
|
|
252
252
|
uploading: string;
|
|
253
253
|
};
|
|
254
254
|
tree: {
|
|
255
|
+
expand: string;
|
|
256
|
+
collapse: string;
|
|
255
257
|
selectionLimit: {
|
|
256
258
|
one: string;
|
|
257
259
|
other: string;
|
|
@@ -639,6 +641,8 @@ export declare const coreTranslations: {
|
|
|
639
641
|
uploading: string;
|
|
640
642
|
};
|
|
641
643
|
tree: {
|
|
644
|
+
expand: string;
|
|
645
|
+
collapse: string;
|
|
642
646
|
selectionLimit: {
|
|
643
647
|
one: string;
|
|
644
648
|
other: string;
|
|
@@ -1026,6 +1030,8 @@ export declare const coreTranslations: {
|
|
|
1026
1030
|
uploading: string;
|
|
1027
1031
|
};
|
|
1028
1032
|
tree: {
|
|
1033
|
+
expand: string;
|
|
1034
|
+
collapse: string;
|
|
1029
1035
|
selectionLimit: {
|
|
1030
1036
|
one: string;
|
|
1031
1037
|
other: string;
|
|
@@ -1413,6 +1419,8 @@ export declare const coreTranslations: {
|
|
|
1413
1419
|
uploading: string;
|
|
1414
1420
|
};
|
|
1415
1421
|
tree: {
|
|
1422
|
+
expand: string;
|
|
1423
|
+
collapse: string;
|
|
1416
1424
|
selectionLimit: {
|
|
1417
1425
|
one: string;
|
|
1418
1426
|
other: string;
|
|
@@ -1800,6 +1808,8 @@ export declare const coreTranslations: {
|
|
|
1800
1808
|
uploading: string;
|
|
1801
1809
|
};
|
|
1802
1810
|
tree: {
|
|
1811
|
+
expand: string;
|
|
1812
|
+
collapse: string;
|
|
1803
1813
|
selectionLimit: {
|
|
1804
1814
|
one: string;
|
|
1805
1815
|
other: string;
|
|
@@ -2151,17 +2161,6 @@ export declare const coreTranslations: {
|
|
|
2151
2161
|
wrongFileTypeErrorGroup: string;
|
|
2152
2162
|
standaloneMaxFileNumberError: string;
|
|
2153
2163
|
standaloneUnsupportedFileTypeError: string;
|
|
2154
|
-
/**
|
|
2155
|
-
* Hook to access the I18n context.
|
|
2156
|
-
*
|
|
2157
|
-
* @template Translations - An optional generic to provide type safety for translations.
|
|
2158
|
-
* If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
|
|
2159
|
-
* These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
|
|
2160
|
-
* If not specified, the default I18nWithCDN instance is returned.
|
|
2161
|
-
*
|
|
2162
|
-
* @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
|
|
2163
|
-
* either with or without typed translations based on the provided generic.
|
|
2164
|
-
*/
|
|
2165
2164
|
standaloneMinFileSizeError: string;
|
|
2166
2165
|
standaloneMaxFileSizeError: string;
|
|
2167
2166
|
standaloneZeroFileSizeError: string;
|
|
@@ -2198,6 +2197,8 @@ export declare const coreTranslations: {
|
|
|
2198
2197
|
uploading: string;
|
|
2199
2198
|
};
|
|
2200
2199
|
tree: {
|
|
2200
|
+
expand: string;
|
|
2201
|
+
collapse: string;
|
|
2201
2202
|
selectionLimit: {
|
|
2202
2203
|
one: string;
|
|
2203
2204
|
other: string;
|
|
@@ -2596,6 +2597,8 @@ export declare const coreTranslations: {
|
|
|
2596
2597
|
uploading: string;
|
|
2597
2598
|
};
|
|
2598
2599
|
tree: {
|
|
2600
|
+
expand: string;
|
|
2601
|
+
collapse: string;
|
|
2599
2602
|
selectionLimit: {
|
|
2600
2603
|
one: string;
|
|
2601
2604
|
other: string;
|
|
@@ -2983,6 +2986,8 @@ export declare const coreTranslations: {
|
|
|
2983
2986
|
uploading: string;
|
|
2984
2987
|
};
|
|
2985
2988
|
tree: {
|
|
2989
|
+
expand: string;
|
|
2990
|
+
collapse: string;
|
|
2986
2991
|
selectionLimit: {
|
|
2987
2992
|
one: string;
|
|
2988
2993
|
other: string;
|
|
@@ -3378,6 +3383,8 @@ export declare const coreTranslations: {
|
|
|
3378
3383
|
uploading: string;
|
|
3379
3384
|
};
|
|
3380
3385
|
tree: {
|
|
3386
|
+
expand: string;
|
|
3387
|
+
collapse: string;
|
|
3381
3388
|
selectionLimit: {
|
|
3382
3389
|
one: string;
|
|
3383
3390
|
other: string;
|
|
@@ -3774,6 +3781,8 @@ export declare const coreTranslations: {
|
|
|
3774
3781
|
uploading: string;
|
|
3775
3782
|
};
|
|
3776
3783
|
tree: {
|
|
3784
|
+
expand: string;
|
|
3785
|
+
collapse: string;
|
|
3777
3786
|
selectionLimit: {
|
|
3778
3787
|
one: string;
|
|
3779
3788
|
other: string;
|
|
@@ -4161,6 +4170,8 @@ export declare const coreTranslations: {
|
|
|
4161
4170
|
uploading: string;
|
|
4162
4171
|
};
|
|
4163
4172
|
tree: {
|
|
4173
|
+
expand: string;
|
|
4174
|
+
collapse: string;
|
|
4164
4175
|
selectionLimit: {
|
|
4165
4176
|
one: string;
|
|
4166
4177
|
other: string;
|
|
@@ -4567,6 +4578,8 @@ export declare const coreTranslations: {
|
|
|
4567
4578
|
uploading: string;
|
|
4568
4579
|
};
|
|
4569
4580
|
tree: {
|
|
4581
|
+
expand: string;
|
|
4582
|
+
collapse: string;
|
|
4570
4583
|
selectionLimit: {
|
|
4571
4584
|
one: string;
|
|
4572
4585
|
other: string;
|
|
@@ -4954,6 +4967,8 @@ export declare const coreTranslations: {
|
|
|
4954
4967
|
uploading: string;
|
|
4955
4968
|
};
|
|
4956
4969
|
tree: {
|
|
4970
|
+
expand: string;
|
|
4971
|
+
collapse: string;
|
|
4957
4972
|
selectionLimit: {
|
|
4958
4973
|
one: string;
|
|
4959
4974
|
other: string;
|
|
@@ -5341,6 +5356,8 @@ export declare const coreTranslations: {
|
|
|
5341
5356
|
uploading: string;
|
|
5342
5357
|
};
|
|
5343
5358
|
tree: {
|
|
5359
|
+
expand: string;
|
|
5360
|
+
collapse: string;
|
|
5344
5361
|
selectionLimit: {
|
|
5345
5362
|
one: string;
|
|
5346
5363
|
other: string;
|
|
@@ -5736,6 +5753,8 @@ export declare const coreTranslations: {
|
|
|
5736
5753
|
uploading: string;
|
|
5737
5754
|
};
|
|
5738
5755
|
tree: {
|
|
5756
|
+
expand: string;
|
|
5757
|
+
collapse: string;
|
|
5739
5758
|
selectionLimit: {
|
|
5740
5759
|
one: string;
|
|
5741
5760
|
other: string;
|
|
@@ -6127,6 +6146,8 @@ export declare const coreTranslations: {
|
|
|
6127
6146
|
uploading: string;
|
|
6128
6147
|
};
|
|
6129
6148
|
tree: {
|
|
6149
|
+
expand: string;
|
|
6150
|
+
collapse: string;
|
|
6130
6151
|
selectionLimit: {
|
|
6131
6152
|
one: string;
|
|
6132
6153
|
other: string;
|
|
@@ -6520,6 +6541,8 @@ export declare const coreTranslations: {
|
|
|
6520
6541
|
uploading: string;
|
|
6521
6542
|
};
|
|
6522
6543
|
tree: {
|
|
6544
|
+
expand: string;
|
|
6545
|
+
collapse: string;
|
|
6523
6546
|
selectionLimit: {
|
|
6524
6547
|
one: string;
|
|
6525
6548
|
other: string;
|
|
@@ -6872,17 +6895,6 @@ export declare const coreTranslations: {
|
|
|
6872
6895
|
standaloneMaxFileNumberError: string;
|
|
6873
6896
|
standaloneUnsupportedFileTypeError: string;
|
|
6874
6897
|
standaloneMinFileSizeError: string;
|
|
6875
|
-
/**
|
|
6876
|
-
* Hook to access the I18n context.
|
|
6877
|
-
*
|
|
6878
|
-
* @template Translations - An optional generic to provide type safety for translations.
|
|
6879
|
-
* If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
|
|
6880
|
-
* These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
|
|
6881
|
-
* If not specified, the default I18nWithCDN instance is returned.
|
|
6882
|
-
*
|
|
6883
|
-
* @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
|
|
6884
|
-
* either with or without typed translations based on the provided generic.
|
|
6885
|
-
*/
|
|
6886
6898
|
standaloneMaxFileSizeError: string;
|
|
6887
6899
|
standaloneZeroFileSizeError: string;
|
|
6888
6900
|
uploadTotalProgress: {
|
|
@@ -6918,6 +6930,8 @@ export declare const coreTranslations: {
|
|
|
6918
6930
|
uploading: string;
|
|
6919
6931
|
};
|
|
6920
6932
|
tree: {
|
|
6933
|
+
expand: string;
|
|
6934
|
+
collapse: string;
|
|
6921
6935
|
selectionLimit: {
|
|
6922
6936
|
one: string;
|
|
6923
6937
|
other: string;
|
|
@@ -7305,6 +7319,8 @@ export declare const coreTranslations: {
|
|
|
7305
7319
|
uploading: string;
|
|
7306
7320
|
};
|
|
7307
7321
|
tree: {
|
|
7322
|
+
expand: string;
|
|
7323
|
+
collapse: string;
|
|
7308
7324
|
selectionLimit: {
|
|
7309
7325
|
one: string;
|
|
7310
7326
|
other: string;
|
package/dist/_locales/de-DE.json
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"itemAdded" : "Das verknüpfte Element wurde erfolgreich verlinkt.",
|
|
106
106
|
"itemAdditionFailed" : "Leider konnte das Element nicht angehängt werden. Bitte versuchen Sie es erneut.",
|
|
107
107
|
"itemRemoved" : "Das verlinkte Element wurde erfolgreich entfernt.",
|
|
108
|
-
"requestError" : "
|
|
108
|
+
"requestError" : "Entschuldigung, da ist etwas schief gelaufen. Bitte versuchen Sie es erneut."
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "Wird hochgeladen"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Maximieren",
|
|
243
|
+
"collapse" : "Minimieren",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Es kann nur {{count}} Datei angehängt werden.",
|
|
244
246
|
"other" : "Es können nur {{count}} Dateien angehängt werden."
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/en-AU.json
CHANGED
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "Uploading"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Expand",
|
|
243
|
+
"collapse" : "Collapse",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Only {{count}} file can be attached",
|
|
244
246
|
"other" : "Only {{count}} files can be attached"
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/en-CA.json
CHANGED
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "Uploading"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Expand",
|
|
243
|
+
"collapse" : "Collapse",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Only {{count}} file can be attached",
|
|
244
246
|
"other" : "Only {{count}} files can be attached"
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/en-GB.json
CHANGED
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "Uploading"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Expand",
|
|
243
|
+
"collapse" : "Collapse",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Only {{count}} file can be attached",
|
|
244
246
|
"other" : "Only {{count}} files can be attached"
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/en.json
CHANGED
package/dist/_locales/es-ES.json
CHANGED
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "Cargando"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Expandir",
|
|
243
|
+
"collapse" : "Contraer",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Solo se puede adjuntar {{count}} archivo",
|
|
244
246
|
"other" : "Solo se pueden adjuntar {{count}} archivos"
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/es.json
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"itemAdded" : "El ítem relacionado se vinculó correctamente.",
|
|
106
106
|
"itemAdditionFailed" : "Lo sentimos, no se pudo adjuntar el ítem. Inténtelo de nuevo.",
|
|
107
107
|
"itemRemoved" : "El ítem relacionado se eliminó correctamente.",
|
|
108
|
-
"requestError" : "Se produjo un error.
|
|
108
|
+
"requestError" : "Se produjo un error. Inténtelo de nuevo."
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"standaloneMaxFileSizeError" : "Uno o más de sus archivos exceden el tamaño máximo de archivo de {{sizeInMegabytes}} MB. Intente cargar un archivo más pequeño.",
|
|
208
208
|
"standaloneZeroFileSizeError" : "Uno o más de sus archivos son archivos vacíos (0 bytes) y no se pueden cargar. Intente cargar un archivo más grande.",
|
|
209
209
|
"uploadTotalProgress" : {
|
|
210
|
-
"withFailed" : "Progreso total: {{totalProgress}}%. Cargado {{uploaded}} de {{total}}. Error {{failed}}.",
|
|
210
|
+
"withFailed" : "Progreso total: {{totalProgress}} %. Cargado {{uploaded}} de {{total}}. Error {{failed}}.",
|
|
211
211
|
"withoutFailed" : "Progreso total: {{totalProgress}}%. Cargado {{uploaded}} de {{total}}."
|
|
212
212
|
}
|
|
213
213
|
},
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "Cargando"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Expandir",
|
|
243
|
+
"collapse" : "Contraer",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Solo se puede adjuntar {{count}} archivo",
|
|
244
246
|
"other" : "Solo se pueden adjuntar {{count}} archivos"
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/fr-CA.json
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"itemAdded" : "L'item apparenté a été lié avec succès.",
|
|
106
106
|
"itemAdditionFailed" : "Désolé, l'item n'a pas pu être associé. Veuillez réessayer.",
|
|
107
107
|
"itemRemoved" : "L'item apparenté a été supprimé avec succès.",
|
|
108
|
-
"requestError" : "Désolé,
|
|
108
|
+
"requestError" : "Désolé, un problème est survenu. Veuillez réessayer."
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "Téléversement en cours"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Développer",
|
|
243
|
+
"collapse" : "Réduire",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Uniquement {{count}} fichier peut être joint.",
|
|
244
246
|
"other" : "Uniquement {{count}} fichiers peuvent être joints."
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/fr-FR.json
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"itemAdded" : "L'élément lié a été lié avec succès.",
|
|
106
106
|
"itemAdditionFailed" : "Désolé, l'élément n'a pas pu être associé. Veuillez réessayer.",
|
|
107
107
|
"itemRemoved" : "L'élément lié a été supprimé avec succès.",
|
|
108
|
-
"requestError" : "Désolé,
|
|
108
|
+
"requestError" : "Désolé, une erreur s'est produite. Veuillez réessayer."
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"clearAll" : "Supprimer le champ",
|
|
222
222
|
"selectValues" : "Sélectionner des valeurs",
|
|
223
223
|
"noResults" : "Aucun résultat",
|
|
224
|
-
"selectedToken" : "{{tokenLabel}}, sélectionné
|
|
224
|
+
"selectedToken" : "{{tokenLabel}}, sélectionné",
|
|
225
225
|
"selectedItems" : "Éléments sélectionnés"
|
|
226
226
|
},
|
|
227
227
|
"tearsheet" : {
|
|
@@ -239,12 +239,14 @@
|
|
|
239
239
|
"uploading" : "Chargement"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Développer",
|
|
243
|
+
"collapse" : "Réduire",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Seul {{count}} fichier peut être joint.",
|
|
244
246
|
"other" : "Seuls {{count}} fichiers peuvent être joints."
|
|
245
247
|
},
|
|
246
248
|
"unsupportedFileType" : {
|
|
247
|
-
"specific" : "
|
|
249
|
+
"specific" : "Les types de fichiers {{fileType}} ne sont pas pris en charge.",
|
|
248
250
|
"unspecific" : "Ces types de fichiers ne sont pas pris en charge."
|
|
249
251
|
}
|
|
250
252
|
},
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/is-IS.json
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"itemAdded" : "Tengd atriði var tengd.",
|
|
106
106
|
"itemAdditionFailed" : "Því miður var ekki hægt að festa hlutinn. Vinsamlegast reyndu aftur.",
|
|
107
107
|
"itemRemoved" : "Tengd atriði var fjarlægð.",
|
|
108
|
-
"requestError" : "Afsakið, eitthvað fór úrskeiðis. Vinsamlegast
|
|
108
|
+
"requestError" : "Afsakið, eitthvað fór úrskeiðis. Vinsamlegast reynið aftur."
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "Hleður inn"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Stækkaðu",
|
|
243
|
+
"collapse" : "Hrun",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Aðeins er hægt að festa {{count}}",
|
|
244
246
|
"other" : "Aðeins er hægt að tengja {{count}}"
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|