@procore/core-react 12.29.0 → 12.31.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 +26 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/Avatar/Avatar.types.d.ts +1 -1
- package/dist/Avatar/Avatar.types.js.map +1 -1
- package/dist/AvatarStack/AvatarStack.styles.d.ts +76 -76
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- package/dist/AvatarStack/AvatarStack.types.d.ts +0 -2
- package/dist/AvatarStack/AvatarStack.types.js.map +1 -1
- 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.styles.js +5 -5
- package/dist/Calendar/Calendar.styles.js +8 -8
- 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/ComponentLifecycle.stories.mdx +130 -0
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.js +28 -0
- package/dist/DateInput/DateInput.js.map +1 -1
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DetailPage/DetailPage.js +1 -1
- package/dist/DetailPage/DetailPage.js.map +1 -1
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.js +7 -2
- package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
- 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.styles.js +6 -6
- package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
- package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.d.ts +1 -1
- 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.d.ts +2 -2
- 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 +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.d.ts +1 -16
- package/dist/MenuImperative/MenuImperative.js +1 -0
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.js +10 -10
- package/dist/MenuImperative/MenuImperative.types.d.ts +14 -0
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/MenuImperative/index.d.ts +46 -3
- package/dist/MenuImperative/index.js +31 -2
- package/dist/MenuImperative/index.js.map +1 -1
- package/dist/Modal/Modal.js +5 -2
- package/dist/Modal/Modal.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.styles.d.ts +1 -1
- package/dist/MultiSelect/MultiSelect.styles.js +6 -6
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/Notation/Notation.js +1 -1
- package/dist/NumberInput/NumberInput.styles.js +7 -7
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/OverlayTrigger/a11yPresets.d.ts +6 -6
- package/dist/PageLayout/PageLayout.styles.d.ts +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/PageTemplate/PageTemplate/PageTemplateCard.d.ts +3 -5
- package/dist/PageTemplate/PageTemplate/PageTemplateCard.js.map +1 -1
- package/dist/Pagination/Pagination.styles.js +5 -5
- 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 +3 -3
- 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.styles.js +4 -4
- package/dist/Select/Select.js +6 -3
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.js +7 -7
- package/dist/Semantic/Semantic.styles.d.ts +78 -78
- package/dist/Semantic/Semantic.styles.js +9 -9
- 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 +1 -1
- package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +38 -38
- package/dist/SuperSelect/useSuperSelect.js +377 -62
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +28 -28
- 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.hooks.d.ts +68 -68
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.d.ts +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TieredSelect.styles.d.ts +4 -4
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- 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/Tree/Tree.styles.js +9 -9
- 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/UNSAFE_TEMPLATES_index.d.ts +15 -0
- package/dist/UNSAFE_TEMPLATES_index.js +9 -0
- package/dist/UNSAFE_TEMPLATES_index.js.map +1 -0
- package/dist/_hooks/I18n.d.ts +1207 -20
- package/dist/_hooks/I18n.js +9 -1
- package/dist/_hooks/I18n.js.map +1 -1
- package/dist/_locales/de-DE.json +2 -1
- package/dist/_locales/en-AU.json +2 -1
- package/dist/_locales/en-CA.json +2 -1
- package/dist/_locales/en-GB.json +2 -1
- package/dist/_locales/en.json +2 -1
- package/dist/_locales/es-ES.json +2 -1
- package/dist/_locales/es.json +3 -2
- package/dist/_locales/fr-CA.json +2 -1
- package/dist/_locales/fr-FR.json +2 -1
- package/dist/_locales/is-IS.json +2 -1
- package/dist/_locales/it-IT.json +2 -1
- package/dist/_locales/ja-JP.json +2 -1
- package/dist/_locales/nb-NO.json +1 -0
- package/dist/_locales/pl-PL.json +2 -1
- package/dist/_locales/pseudo.json +2 -1
- package/dist/_locales/pt-BR.json +2 -1
- package/dist/_locales/pt-PT.json +2 -1
- package/dist/_locales/th-TH.json +2 -1
- package/dist/_locales/zh-SG.json +2 -1
- package/dist/_locales/zh-TW.json +4 -3
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_storyHelpers_/constants.js +1 -1
- package/dist/_storyHelpers_/constants.js.map +1 -1
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
- package/dist/_typedoc/Avatar/Avatar.types.json +22 -22
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -27
- 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 +72 -72
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +15 -15
- 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 +39 -39
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -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 +815 -815
- 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 +116 -74
- 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 +54 -54
- 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 +62 -62
- 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 +101 -101
- 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 +9 -9
- 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 +42 -42
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
- package/dist/_typedoc/Tile/Tile.types.json +8 -8
- package/dist/_typedoc/Title/Title.types.json +3 -3
- 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 +7 -7
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +88 -88
- 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/_typedoc/deprecations.json +1 -1
- package/dist/_utils/CalendarHelpers.js +6 -2
- package/dist/_utils/CalendarHelpers.js.map +1 -1
- package/dist/_utils/TinyMCE.js +5 -1
- package/dist/_utils/TinyMCE.js.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
package/dist/_hooks/I18n.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare type I18nWithCDNFlag = I18njs & {
|
|
|
9
9
|
* to have a type safe Locale use TmsSupportedLocale or AllLocales from [Globalization toolkit](https://github.com/procore/globalization-toolkit)
|
|
10
10
|
* @deprecatedSince 12.10.0
|
|
11
11
|
*/
|
|
12
|
-
export declare type Locale = 'de-DE' | 'en-AE' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-SG' | 'en' | 'es-ES' | 'es' | 'fr-CA' | 'fr-FR' | 'is-IS' | 'ja-JP' | 'pt-BR' | 'th-TH' | 'zh-SG' | 'pseudo' | 'pl-PL';
|
|
12
|
+
export declare type Locale = 'de-DE' | 'en-AE' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-SG' | 'en' | 'es-ES' | 'es' | 'fr-CA' | 'fr-FR' | 'is-IS' | 'ja-JP' | 'pt-BR' | 'th-TH' | 'zh-SG' | 'pseudo' | 'pl-PL' | 'nb-NO' | 'zh-TW' | 'it-IT' | 'pt-PT';
|
|
13
13
|
export declare const coreTranslations: {
|
|
14
14
|
readonly 'de-DE': {
|
|
15
15
|
core: {
|
|
@@ -313,6 +313,7 @@ export declare const coreTranslations: {
|
|
|
313
313
|
clear: string;
|
|
314
314
|
search: string;
|
|
315
315
|
selectAll: string;
|
|
316
|
+
noResult: string;
|
|
316
317
|
};
|
|
317
318
|
splitViewCard: {
|
|
318
319
|
a11y: {
|
|
@@ -470,7 +471,14 @@ export declare const coreTranslations: {
|
|
|
470
471
|
};
|
|
471
472
|
itemName: string;
|
|
472
473
|
loading: string;
|
|
473
|
-
notes: string;
|
|
474
|
+
notes: string; /**
|
|
475
|
+
* Hook to create I18n object.
|
|
476
|
+
* @param {UseI18n} props - The I18n configuration.
|
|
477
|
+
* @param {string} props.locale - The locale to use.
|
|
478
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
479
|
+
* @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
|
|
480
|
+
* @returns {I18nWithCDNFlag} The I18n object.
|
|
481
|
+
*/
|
|
474
482
|
notesPlaceholder: string;
|
|
475
483
|
newItem: string;
|
|
476
484
|
noRelatedItems: {
|
|
@@ -693,6 +701,7 @@ export declare const coreTranslations: {
|
|
|
693
701
|
clear: string;
|
|
694
702
|
search: string;
|
|
695
703
|
selectAll: string;
|
|
704
|
+
noResult: string;
|
|
696
705
|
};
|
|
697
706
|
splitViewCard: {
|
|
698
707
|
a11y: {
|
|
@@ -1073,6 +1082,7 @@ export declare const coreTranslations: {
|
|
|
1073
1082
|
clear: string;
|
|
1074
1083
|
search: string;
|
|
1075
1084
|
selectAll: string;
|
|
1085
|
+
noResult: string;
|
|
1076
1086
|
};
|
|
1077
1087
|
splitViewCard: {
|
|
1078
1088
|
a11y: {
|
|
@@ -1453,6 +1463,7 @@ export declare const coreTranslations: {
|
|
|
1453
1463
|
clear: string;
|
|
1454
1464
|
search: string;
|
|
1455
1465
|
selectAll: string;
|
|
1466
|
+
noResult: string;
|
|
1456
1467
|
};
|
|
1457
1468
|
splitViewCard: {
|
|
1458
1469
|
a11y: {
|
|
@@ -1833,6 +1844,7 @@ export declare const coreTranslations: {
|
|
|
1833
1844
|
clear: string;
|
|
1834
1845
|
search: string;
|
|
1835
1846
|
selectAll: string;
|
|
1847
|
+
noResult: string;
|
|
1836
1848
|
};
|
|
1837
1849
|
splitViewCard: {
|
|
1838
1850
|
a11y: {
|
|
@@ -2213,6 +2225,7 @@ export declare const coreTranslations: {
|
|
|
2213
2225
|
clear: string;
|
|
2214
2226
|
search: string;
|
|
2215
2227
|
selectAll: string;
|
|
2228
|
+
noResult: string;
|
|
2216
2229
|
};
|
|
2217
2230
|
splitViewCard: {
|
|
2218
2231
|
a11y: {
|
|
@@ -2323,11 +2336,6 @@ export declare const coreTranslations: {
|
|
|
2323
2336
|
emailSendErrorTitle: string;
|
|
2324
2337
|
emailBodyRequiredError: string;
|
|
2325
2338
|
emailContentValidationError: string;
|
|
2326
|
-
/**
|
|
2327
|
-
* @deprecated this type will no longer be supported from core-i18n-js,
|
|
2328
|
-
* to have a type safe Locale use TmsSupportedLocale or AllLocales from [Globalization toolkit](https://github.com/procore/globalization-toolkit)
|
|
2329
|
-
* @deprecatedSince 12.10.0
|
|
2330
|
-
*/
|
|
2331
2339
|
emailContentDisclaimer: string;
|
|
2332
2340
|
recipientSelectPlaceholder: string;
|
|
2333
2341
|
emailRecipientRequiredError: string;
|
|
@@ -2362,7 +2370,14 @@ export declare const coreTranslations: {
|
|
|
2362
2370
|
noCompany: string;
|
|
2363
2371
|
peopleCount: string;
|
|
2364
2372
|
distributionGroups: string;
|
|
2365
|
-
people: string;
|
|
2373
|
+
people: string; /**
|
|
2374
|
+
* Hook to create I18n object.
|
|
2375
|
+
* @param {UseI18n} props - The I18n configuration.
|
|
2376
|
+
* @param {string} props.locale - The locale to use.
|
|
2377
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
2378
|
+
* @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
|
|
2379
|
+
* @returns {I18nWithCDNFlag} The I18n object.
|
|
2380
|
+
*/
|
|
2366
2381
|
};
|
|
2367
2382
|
relatedItems: {
|
|
2368
2383
|
cancel: string;
|
|
@@ -2598,6 +2613,7 @@ export declare const coreTranslations: {
|
|
|
2598
2613
|
clear: string;
|
|
2599
2614
|
search: string;
|
|
2600
2615
|
selectAll: string;
|
|
2616
|
+
noResult: string;
|
|
2601
2617
|
};
|
|
2602
2618
|
splitViewCard: {
|
|
2603
2619
|
a11y: {
|
|
@@ -2978,6 +2994,7 @@ export declare const coreTranslations: {
|
|
|
2978
2994
|
clear: string;
|
|
2979
2995
|
search: string;
|
|
2980
2996
|
selectAll: string;
|
|
2997
|
+
noResult: string;
|
|
2981
2998
|
};
|
|
2982
2999
|
splitViewCard: {
|
|
2983
3000
|
a11y: {
|
|
@@ -3358,6 +3375,7 @@ export declare const coreTranslations: {
|
|
|
3358
3375
|
clear: string;
|
|
3359
3376
|
search: string;
|
|
3360
3377
|
selectAll: string;
|
|
3378
|
+
noResult: string;
|
|
3361
3379
|
};
|
|
3362
3380
|
splitViewCard: {
|
|
3363
3381
|
a11y: {
|
|
@@ -3738,6 +3756,7 @@ export declare const coreTranslations: {
|
|
|
3738
3756
|
clear: string;
|
|
3739
3757
|
search: string;
|
|
3740
3758
|
selectAll: string;
|
|
3759
|
+
noResult: string;
|
|
3741
3760
|
};
|
|
3742
3761
|
splitViewCard: {
|
|
3743
3762
|
a11y: {
|
|
@@ -4118,6 +4137,7 @@ export declare const coreTranslations: {
|
|
|
4118
4137
|
clear: string;
|
|
4119
4138
|
search: string;
|
|
4120
4139
|
selectAll: string;
|
|
4140
|
+
noResult: string;
|
|
4121
4141
|
};
|
|
4122
4142
|
splitViewCard: {
|
|
4123
4143
|
a11y: {
|
|
@@ -4254,7 +4274,14 @@ export declare const coreTranslations: {
|
|
|
4254
4274
|
emptyStateTitle: string;
|
|
4255
4275
|
emptyStateDescription: string;
|
|
4256
4276
|
reply: string;
|
|
4257
|
-
cancel: string;
|
|
4277
|
+
cancel: string; /**
|
|
4278
|
+
* Hook to create I18n object.
|
|
4279
|
+
* @param {UseI18n} props - The I18n configuration.
|
|
4280
|
+
* @param {string} props.locale - The locale to use.
|
|
4281
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
4282
|
+
* @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
|
|
4283
|
+
* @returns {I18nWithCDNFlag} The I18n object.
|
|
4284
|
+
*/
|
|
4258
4285
|
subject: string;
|
|
4259
4286
|
subjectPlaceholder: string;
|
|
4260
4287
|
};
|
|
@@ -4498,6 +4525,7 @@ export declare const coreTranslations: {
|
|
|
4498
4525
|
clear: string;
|
|
4499
4526
|
search: string;
|
|
4500
4527
|
selectAll: string;
|
|
4528
|
+
noResult: string;
|
|
4501
4529
|
};
|
|
4502
4530
|
splitViewCard: {
|
|
4503
4531
|
a11y: {
|
|
@@ -4878,6 +4906,7 @@ export declare const coreTranslations: {
|
|
|
4878
4906
|
clear: string;
|
|
4879
4907
|
search: string;
|
|
4880
4908
|
selectAll: string;
|
|
4909
|
+
noResult: string;
|
|
4881
4910
|
};
|
|
4882
4911
|
splitViewCard: {
|
|
4883
4912
|
a11y: {
|
|
@@ -5062,15 +5091,6 @@ export declare const coreTranslations: {
|
|
|
5062
5091
|
toast: {
|
|
5063
5092
|
itemAdded: string;
|
|
5064
5093
|
itemAdditionFailed: string;
|
|
5065
|
-
/**
|
|
5066
|
-
* Provider to wrap the application with the I18n context.
|
|
5067
|
-
* @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
|
|
5068
|
-
* @param {React.ReactNode} props.children - The children to render.
|
|
5069
|
-
* @param {UseI18n} props.locale - The locale to use.
|
|
5070
|
-
* @param {Record<string, string>} props.translations - The translations to use.
|
|
5071
|
-
* @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
|
|
5072
|
-
* @returns {React.ReactNode} The I18n context instance.
|
|
5073
|
-
*/
|
|
5074
5094
|
itemRemoved: string;
|
|
5075
5095
|
requestError: string;
|
|
5076
5096
|
};
|
|
@@ -5079,7 +5099,15 @@ export declare const coreTranslations: {
|
|
|
5079
5099
|
dateTimeFormat: {
|
|
5080
5100
|
dateAtTime: string;
|
|
5081
5101
|
timeOnDate: string;
|
|
5082
|
-
};
|
|
5102
|
+
}; /**
|
|
5103
|
+
* Provider to wrap the application with the I18n context.
|
|
5104
|
+
* @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
|
|
5105
|
+
* @param {React.ReactNode} props.children - The children to render.
|
|
5106
|
+
* @param {UseI18n} props.locale - The locale to use.
|
|
5107
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
5108
|
+
* @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
|
|
5109
|
+
* @returns {React.ReactNode} The I18n context instance.
|
|
5110
|
+
*/
|
|
5083
5111
|
table: {
|
|
5084
5112
|
checkboxLabel: string;
|
|
5085
5113
|
sortableColumn: string;
|
|
@@ -5267,6 +5295,7 @@ export declare const coreTranslations: {
|
|
|
5267
5295
|
clear: string;
|
|
5268
5296
|
search: string;
|
|
5269
5297
|
selectAll: string;
|
|
5298
|
+
noResult: string;
|
|
5270
5299
|
};
|
|
5271
5300
|
splitViewCard: {
|
|
5272
5301
|
a11y: {
|
|
@@ -5387,7 +5416,11 @@ export declare const coreTranslations: {
|
|
|
5387
5416
|
downloadAll: string;
|
|
5388
5417
|
showAll: string;
|
|
5389
5418
|
showLess: string;
|
|
5390
|
-
composeEmailPageTitle: string;
|
|
5419
|
+
composeEmailPageTitle: string; /**
|
|
5420
|
+
* @deprecated this type will no longer be supported from core-i18n-js,
|
|
5421
|
+
* to have a type safe Locale use TmsSupportedLocale or AllLocales from [Globalization toolkit](https://github.com/procore/globalization-toolkit)
|
|
5422
|
+
* @deprecatedSince 12.10.0
|
|
5423
|
+
*/
|
|
5391
5424
|
emailSentMessage: string;
|
|
5392
5425
|
from: string;
|
|
5393
5426
|
to: string;
|
|
@@ -5647,6 +5680,7 @@ export declare const coreTranslations: {
|
|
|
5647
5680
|
clear: string;
|
|
5648
5681
|
search: string;
|
|
5649
5682
|
selectAll: string;
|
|
5683
|
+
noResult: string;
|
|
5650
5684
|
};
|
|
5651
5685
|
splitViewCard: {
|
|
5652
5686
|
a11y: {
|
|
@@ -6027,6 +6061,1159 @@ export declare const coreTranslations: {
|
|
|
6027
6061
|
clear: string;
|
|
6028
6062
|
search: string;
|
|
6029
6063
|
selectAll: string;
|
|
6064
|
+
noResult: string;
|
|
6065
|
+
};
|
|
6066
|
+
splitViewCard: {
|
|
6067
|
+
a11y: {
|
|
6068
|
+
close: string;
|
|
6069
|
+
};
|
|
6070
|
+
};
|
|
6071
|
+
tabs: {
|
|
6072
|
+
more: string;
|
|
6073
|
+
};
|
|
6074
|
+
thumbnail: {
|
|
6075
|
+
checked: string;
|
|
6076
|
+
unavailable: string;
|
|
6077
|
+
select: string;
|
|
6078
|
+
};
|
|
6079
|
+
thumbnailList: {
|
|
6080
|
+
removeUpload: string;
|
|
6081
|
+
uploading: string;
|
|
6082
|
+
};
|
|
6083
|
+
toast: {
|
|
6084
|
+
a11y: {
|
|
6085
|
+
dismiss: string;
|
|
6086
|
+
};
|
|
6087
|
+
};
|
|
6088
|
+
fileList: {
|
|
6089
|
+
downloadAll: string;
|
|
6090
|
+
download: string;
|
|
6091
|
+
noPreview: string;
|
|
6092
|
+
};
|
|
6093
|
+
tieredSelect: {
|
|
6094
|
+
emptyMessage: string;
|
|
6095
|
+
goToTier: string;
|
|
6096
|
+
placeholder: string;
|
|
6097
|
+
quickCreateActionLabel: string;
|
|
6098
|
+
quickCreateCancelLabel: string;
|
|
6099
|
+
quickCreateCreateLabel: string;
|
|
6100
|
+
quickCreatePlaceholder: string;
|
|
6101
|
+
searchEmptyMessage: string;
|
|
6102
|
+
searchPlaceholder: string;
|
|
6103
|
+
spinnerLabel: string;
|
|
6104
|
+
};
|
|
6105
|
+
tieredDropdown: {
|
|
6106
|
+
emptyMessage: string;
|
|
6107
|
+
searchEmptyMessage: string;
|
|
6108
|
+
searchPlaceholder: string;
|
|
6109
|
+
spinnerLabel: string;
|
|
6110
|
+
};
|
|
6111
|
+
spinner: {
|
|
6112
|
+
loading: string;
|
|
6113
|
+
};
|
|
6114
|
+
token: {
|
|
6115
|
+
remove: string;
|
|
6116
|
+
};
|
|
6117
|
+
toolHeader: {
|
|
6118
|
+
settingsAction: string;
|
|
6119
|
+
};
|
|
6120
|
+
fileSelect: {
|
|
6121
|
+
localFilesSource: string;
|
|
6122
|
+
uploadFailed: string;
|
|
6123
|
+
maxNumberOfFilesSelected: string;
|
|
6124
|
+
};
|
|
6125
|
+
required: {
|
|
6126
|
+
requiredFields: string;
|
|
6127
|
+
};
|
|
6128
|
+
avatarStack: {
|
|
6129
|
+
viewAll: string;
|
|
6130
|
+
close: string;
|
|
6131
|
+
};
|
|
6132
|
+
panel: {
|
|
6133
|
+
close: string;
|
|
6134
|
+
goBack: string;
|
|
6135
|
+
};
|
|
6136
|
+
menuImperative: {
|
|
6137
|
+
options: {
|
|
6138
|
+
ariaLabel: string;
|
|
6139
|
+
};
|
|
6140
|
+
};
|
|
6141
|
+
};
|
|
6142
|
+
};
|
|
6143
|
+
readonly 'nb-NO': {};
|
|
6144
|
+
readonly 'zh-TW': {
|
|
6145
|
+
core: {
|
|
6146
|
+
banner: {
|
|
6147
|
+
dismissAlert: string;
|
|
6148
|
+
};
|
|
6149
|
+
breadcrumbs: {
|
|
6150
|
+
label: string;
|
|
6151
|
+
};
|
|
6152
|
+
calendar: {
|
|
6153
|
+
navigationLabel: string;
|
|
6154
|
+
};
|
|
6155
|
+
connected: {
|
|
6156
|
+
fileSelect: {
|
|
6157
|
+
documents: string;
|
|
6158
|
+
drawings: string;
|
|
6159
|
+
forms: string;
|
|
6160
|
+
photos: string;
|
|
6161
|
+
selectAlbum: string;
|
|
6162
|
+
selectAnAlbum: string;
|
|
6163
|
+
selectArea: string;
|
|
6164
|
+
selectAnArea: string;
|
|
6165
|
+
selectDiscipline: string;
|
|
6166
|
+
selectADiscipline: string;
|
|
6167
|
+
selectSet: string;
|
|
6168
|
+
selectASet: string;
|
|
6169
|
+
selectTemplate: string;
|
|
6170
|
+
selectATemplate: string;
|
|
6171
|
+
};
|
|
6172
|
+
emails: {
|
|
6173
|
+
emailSendErrorTitle: string;
|
|
6174
|
+
emailBodyRequiredError: string;
|
|
6175
|
+
emailContentValidationError: string;
|
|
6176
|
+
emailContentDisclaimer: string;
|
|
6177
|
+
recipientSelectPlaceholder: string;
|
|
6178
|
+
emailRecipientRequiredError: string;
|
|
6179
|
+
emailSubjectRequiredError: string;
|
|
6180
|
+
goToAllEmails: string;
|
|
6181
|
+
sendEmail: string;
|
|
6182
|
+
replyAll: string;
|
|
6183
|
+
downloadAll: string;
|
|
6184
|
+
showAll: string;
|
|
6185
|
+
showLess: string;
|
|
6186
|
+
composeEmailPageTitle: string;
|
|
6187
|
+
emailSentMessage: string;
|
|
6188
|
+
from: string;
|
|
6189
|
+
to: string;
|
|
6190
|
+
cc: string;
|
|
6191
|
+
bcc: string;
|
|
6192
|
+
downloadPdfLong: string;
|
|
6193
|
+
downloadPdfShort: string;
|
|
6194
|
+
privateEmailDisclaimer: string;
|
|
6195
|
+
privateLabel: string;
|
|
6196
|
+
settingsLink: string;
|
|
6197
|
+
composeNewEmail: string;
|
|
6198
|
+
startNewCommunication: string;
|
|
6199
|
+
emptyStateTitle: string;
|
|
6200
|
+
emptyStateDescription: string;
|
|
6201
|
+
reply: string;
|
|
6202
|
+
cancel: string;
|
|
6203
|
+
subject: string;
|
|
6204
|
+
subjectPlaceholder: string;
|
|
6205
|
+
};
|
|
6206
|
+
distributionSelect: {
|
|
6207
|
+
noCompany: string;
|
|
6208
|
+
peopleCount: string;
|
|
6209
|
+
distributionGroups: string;
|
|
6210
|
+
people: string;
|
|
6211
|
+
};
|
|
6212
|
+
relatedItems: {
|
|
6213
|
+
cancel: string;
|
|
6214
|
+
close: string;
|
|
6215
|
+
date: string;
|
|
6216
|
+
itemType: string;
|
|
6217
|
+
itemTypeGroupLabel: {
|
|
6218
|
+
dailyLog: string;
|
|
6219
|
+
prostoreFile: string;
|
|
6220
|
+
};
|
|
6221
|
+
itemName: string;
|
|
6222
|
+
loading: string;
|
|
6223
|
+
notes: string;
|
|
6224
|
+
notesPlaceholder: string;
|
|
6225
|
+
newItem: string;
|
|
6226
|
+
noRelatedItems: {
|
|
6227
|
+
title: string;
|
|
6228
|
+
description: string;
|
|
6229
|
+
};
|
|
6230
|
+
noItems: {
|
|
6231
|
+
title: string;
|
|
6232
|
+
description: string;
|
|
6233
|
+
};
|
|
6234
|
+
noResultsSearchQuery: {
|
|
6235
|
+
title: string;
|
|
6236
|
+
description: string;
|
|
6237
|
+
};
|
|
6238
|
+
noResultsServerError: {
|
|
6239
|
+
title: string;
|
|
6240
|
+
description: string;
|
|
6241
|
+
action: string;
|
|
6242
|
+
};
|
|
6243
|
+
panelTitle: string;
|
|
6244
|
+
search: string;
|
|
6245
|
+
searchItemType: string;
|
|
6246
|
+
submit: string;
|
|
6247
|
+
toast: {
|
|
6248
|
+
itemAdded: string;
|
|
6249
|
+
itemAdditionFailed: string;
|
|
6250
|
+
itemRemoved: string;
|
|
6251
|
+
requestError: string;
|
|
6252
|
+
};
|
|
6253
|
+
};
|
|
6254
|
+
};
|
|
6255
|
+
dateTimeFormat: {
|
|
6256
|
+
dateAtTime: string;
|
|
6257
|
+
timeOnDate: string;
|
|
6258
|
+
};
|
|
6259
|
+
table: {
|
|
6260
|
+
checkboxLabel: string;
|
|
6261
|
+
sortableColumn: string;
|
|
6262
|
+
};
|
|
6263
|
+
dataTable: {
|
|
6264
|
+
emptyState: {
|
|
6265
|
+
noFilteredResults: {
|
|
6266
|
+
description: string;
|
|
6267
|
+
title: string;
|
|
6268
|
+
};
|
|
6269
|
+
};
|
|
6270
|
+
exporting: string;
|
|
6271
|
+
filters: {
|
|
6272
|
+
filters: string;
|
|
6273
|
+
moreFilters: string;
|
|
6274
|
+
clearAllFilters: string;
|
|
6275
|
+
};
|
|
6276
|
+
grandTotals: string;
|
|
6277
|
+
search: string;
|
|
6278
|
+
subtotals: string;
|
|
6279
|
+
tableSettings: {
|
|
6280
|
+
configureColumns: string;
|
|
6281
|
+
resetToDefault: string;
|
|
6282
|
+
rowHeight: string;
|
|
6283
|
+
small: string;
|
|
6284
|
+
medium: string;
|
|
6285
|
+
large: string;
|
|
6286
|
+
tableSettings: string;
|
|
6287
|
+
};
|
|
6288
|
+
};
|
|
6289
|
+
dateInput: {
|
|
6290
|
+
clear: string;
|
|
6291
|
+
ariaLabel: string;
|
|
6292
|
+
segment: {
|
|
6293
|
+
ariaLabel: {
|
|
6294
|
+
withValue: {
|
|
6295
|
+
month: string;
|
|
6296
|
+
day: string;
|
|
6297
|
+
year: string;
|
|
6298
|
+
};
|
|
6299
|
+
withoutValue: {
|
|
6300
|
+
month: string;
|
|
6301
|
+
day: string;
|
|
6302
|
+
year: string;
|
|
6303
|
+
};
|
|
6304
|
+
};
|
|
6305
|
+
ariaValueText: {
|
|
6306
|
+
empty: string;
|
|
6307
|
+
};
|
|
6308
|
+
};
|
|
6309
|
+
clearButton: {
|
|
6310
|
+
ariaLabel: string;
|
|
6311
|
+
};
|
|
6312
|
+
};
|
|
6313
|
+
dropdown: {
|
|
6314
|
+
search: string;
|
|
6315
|
+
moreOptions: string;
|
|
6316
|
+
loading: string;
|
|
6317
|
+
};
|
|
6318
|
+
dropzone: {
|
|
6319
|
+
uploadFiles: {
|
|
6320
|
+
one: string;
|
|
6321
|
+
other: string;
|
|
6322
|
+
};
|
|
6323
|
+
dragAndDrop: string;
|
|
6324
|
+
incorrectFileTypeMessage: {
|
|
6325
|
+
one: string;
|
|
6326
|
+
other: string;
|
|
6327
|
+
};
|
|
6328
|
+
incorrectFileNumber: string;
|
|
6329
|
+
invalidAmountAttachments: {
|
|
6330
|
+
one: string;
|
|
6331
|
+
other: string;
|
|
6332
|
+
};
|
|
6333
|
+
hideDetails: string;
|
|
6334
|
+
showDetails: string;
|
|
6335
|
+
errorTitle: string;
|
|
6336
|
+
oneFileAtATimeError: string;
|
|
6337
|
+
multipleErrorsMessage: string;
|
|
6338
|
+
maxFileSizeErrorGroup: string;
|
|
6339
|
+
minFileSizeErrorGroup: string;
|
|
6340
|
+
zeroFileSizeErrorGroup: string;
|
|
6341
|
+
maxFileNumberErrorGroup: string;
|
|
6342
|
+
wrongFileTypeErrorGroup: string;
|
|
6343
|
+
standaloneMaxFileNumberError: string;
|
|
6344
|
+
standaloneUnsupportedFileTypeError: string;
|
|
6345
|
+
standaloneMinFileSizeError: string;
|
|
6346
|
+
standaloneMaxFileSizeError: string;
|
|
6347
|
+
standaloneZeroFileSizeError: string;
|
|
6348
|
+
uploadTotalProgress: {
|
|
6349
|
+
withFailed: string;
|
|
6350
|
+
withoutFailed: string;
|
|
6351
|
+
};
|
|
6352
|
+
};
|
|
6353
|
+
modal: {
|
|
6354
|
+
a11y: {
|
|
6355
|
+
close: string;
|
|
6356
|
+
};
|
|
6357
|
+
cancel: string;
|
|
6358
|
+
};
|
|
6359
|
+
multiSelect: {
|
|
6360
|
+
clearAll: string;
|
|
6361
|
+
selectValues: string;
|
|
6362
|
+
noResults: string;
|
|
6363
|
+
};
|
|
6364
|
+
tearsheet: {
|
|
6365
|
+
a11y: {
|
|
6366
|
+
close: string;
|
|
6367
|
+
};
|
|
6368
|
+
};
|
|
6369
|
+
fileAttacher: {
|
|
6370
|
+
attachFiles: {
|
|
6371
|
+
one: string;
|
|
6372
|
+
other: string;
|
|
6373
|
+
};
|
|
6374
|
+
};
|
|
6375
|
+
fileToken: {
|
|
6376
|
+
uploading: string;
|
|
6377
|
+
};
|
|
6378
|
+
tree: {
|
|
6379
|
+
selectionLimit: {
|
|
6380
|
+
one: string;
|
|
6381
|
+
other: string;
|
|
6382
|
+
};
|
|
6383
|
+
unsupportedFileType: {
|
|
6384
|
+
specific: string;
|
|
6385
|
+
unspecific: string;
|
|
6386
|
+
};
|
|
6387
|
+
};
|
|
6388
|
+
fileExplorer: {
|
|
6389
|
+
filesSelectedWithLimit: string;
|
|
6390
|
+
ungroupedThumbnailGridGroup: string;
|
|
6391
|
+
filesSelected: {
|
|
6392
|
+
one: string;
|
|
6393
|
+
other: string;
|
|
6394
|
+
};
|
|
6395
|
+
cancelAction: string;
|
|
6396
|
+
attachAction: string;
|
|
6397
|
+
maxNumberOfFilesSelected: string;
|
|
6398
|
+
modalTitle: string;
|
|
6399
|
+
filesPendingUpload: string;
|
|
6400
|
+
noSelectedItems: string;
|
|
6401
|
+
emptySearchResults: string;
|
|
6402
|
+
noItems: string;
|
|
6403
|
+
searchPlaceholder: string;
|
|
6404
|
+
uploadFailed: string;
|
|
6405
|
+
supportedFileTypes: string;
|
|
6406
|
+
};
|
|
6407
|
+
form: {
|
|
6408
|
+
closeWithConfirm: {
|
|
6409
|
+
confirmMessage: string;
|
|
6410
|
+
};
|
|
6411
|
+
checkbox: {
|
|
6412
|
+
no: string;
|
|
6413
|
+
yes: string;
|
|
6414
|
+
checked: string;
|
|
6415
|
+
unchecked: string;
|
|
6416
|
+
};
|
|
6417
|
+
errorBanner: {
|
|
6418
|
+
couldNotCreateItem: string;
|
|
6419
|
+
couldNotUpdateItem: string;
|
|
6420
|
+
fixErrorsToCreate: string;
|
|
6421
|
+
fixErrorsToUpdate: string;
|
|
6422
|
+
};
|
|
6423
|
+
field: {
|
|
6424
|
+
tooltipHelp: string;
|
|
6425
|
+
};
|
|
6426
|
+
};
|
|
6427
|
+
menu: {
|
|
6428
|
+
search: string;
|
|
6429
|
+
};
|
|
6430
|
+
pagination: {
|
|
6431
|
+
interval: string;
|
|
6432
|
+
notation: string;
|
|
6433
|
+
page: string;
|
|
6434
|
+
nextPage: string;
|
|
6435
|
+
prevPage: string;
|
|
6436
|
+
};
|
|
6437
|
+
search: {
|
|
6438
|
+
clear: string;
|
|
6439
|
+
goSearch: string;
|
|
6440
|
+
label: string;
|
|
6441
|
+
};
|
|
6442
|
+
select: {
|
|
6443
|
+
clear: string;
|
|
6444
|
+
search: string;
|
|
6445
|
+
selectAll: string;
|
|
6446
|
+
noResult: string;
|
|
6447
|
+
};
|
|
6448
|
+
splitViewCard: {
|
|
6449
|
+
a11y: {
|
|
6450
|
+
close: string;
|
|
6451
|
+
};
|
|
6452
|
+
};
|
|
6453
|
+
tabs: {
|
|
6454
|
+
more: string;
|
|
6455
|
+
};
|
|
6456
|
+
thumbnail: {
|
|
6457
|
+
checked: string;
|
|
6458
|
+
unavailable: string;
|
|
6459
|
+
select: string;
|
|
6460
|
+
};
|
|
6461
|
+
thumbnailList: {
|
|
6462
|
+
removeUpload: string;
|
|
6463
|
+
uploading: string;
|
|
6464
|
+
};
|
|
6465
|
+
toast: {
|
|
6466
|
+
a11y: {
|
|
6467
|
+
dismiss: string;
|
|
6468
|
+
};
|
|
6469
|
+
};
|
|
6470
|
+
fileList: {
|
|
6471
|
+
downloadAll: string;
|
|
6472
|
+
download: string;
|
|
6473
|
+
noPreview: string;
|
|
6474
|
+
};
|
|
6475
|
+
tieredSelect: {
|
|
6476
|
+
emptyMessage: string;
|
|
6477
|
+
goToTier: string;
|
|
6478
|
+
placeholder: string;
|
|
6479
|
+
quickCreateActionLabel: string;
|
|
6480
|
+
quickCreateCancelLabel: string;
|
|
6481
|
+
quickCreateCreateLabel: string;
|
|
6482
|
+
quickCreatePlaceholder: string;
|
|
6483
|
+
searchEmptyMessage: string;
|
|
6484
|
+
searchPlaceholder: string;
|
|
6485
|
+
spinnerLabel: string;
|
|
6486
|
+
};
|
|
6487
|
+
tieredDropdown: {
|
|
6488
|
+
emptyMessage: string;
|
|
6489
|
+
searchEmptyMessage: string;
|
|
6490
|
+
searchPlaceholder: string;
|
|
6491
|
+
spinnerLabel: string;
|
|
6492
|
+
};
|
|
6493
|
+
spinner: {
|
|
6494
|
+
loading: string;
|
|
6495
|
+
};
|
|
6496
|
+
token: {
|
|
6497
|
+
remove: string;
|
|
6498
|
+
};
|
|
6499
|
+
toolHeader: {
|
|
6500
|
+
settingsAction: string;
|
|
6501
|
+
};
|
|
6502
|
+
fileSelect: {
|
|
6503
|
+
localFilesSource: string;
|
|
6504
|
+
uploadFailed: string;
|
|
6505
|
+
maxNumberOfFilesSelected: string;
|
|
6506
|
+
};
|
|
6507
|
+
required: {
|
|
6508
|
+
requiredFields: string;
|
|
6509
|
+
};
|
|
6510
|
+
avatarStack: {
|
|
6511
|
+
viewAll: string;
|
|
6512
|
+
close: string;
|
|
6513
|
+
};
|
|
6514
|
+
panel: {
|
|
6515
|
+
close: string;
|
|
6516
|
+
goBack: string;
|
|
6517
|
+
};
|
|
6518
|
+
menuImperative: {
|
|
6519
|
+
options: {
|
|
6520
|
+
ariaLabel: string;
|
|
6521
|
+
};
|
|
6522
|
+
};
|
|
6523
|
+
};
|
|
6524
|
+
};
|
|
6525
|
+
readonly 'it-IT': {
|
|
6526
|
+
core: {
|
|
6527
|
+
banner: {
|
|
6528
|
+
dismissAlert: string;
|
|
6529
|
+
};
|
|
6530
|
+
breadcrumbs: {
|
|
6531
|
+
label: string;
|
|
6532
|
+
};
|
|
6533
|
+
calendar: {
|
|
6534
|
+
navigationLabel: string;
|
|
6535
|
+
};
|
|
6536
|
+
connected: {
|
|
6537
|
+
fileSelect: {
|
|
6538
|
+
documents: string;
|
|
6539
|
+
drawings: string;
|
|
6540
|
+
forms: string;
|
|
6541
|
+
photos: string;
|
|
6542
|
+
selectAlbum: string;
|
|
6543
|
+
selectAnAlbum: string;
|
|
6544
|
+
selectArea: string;
|
|
6545
|
+
selectAnArea: string;
|
|
6546
|
+
selectDiscipline: string;
|
|
6547
|
+
selectADiscipline: string;
|
|
6548
|
+
selectSet: string;
|
|
6549
|
+
selectASet: string;
|
|
6550
|
+
selectTemplate: string;
|
|
6551
|
+
selectATemplate: string;
|
|
6552
|
+
};
|
|
6553
|
+
emails: {
|
|
6554
|
+
emailSendErrorTitle: string;
|
|
6555
|
+
emailBodyRequiredError: string;
|
|
6556
|
+
emailContentValidationError: string;
|
|
6557
|
+
emailContentDisclaimer: string;
|
|
6558
|
+
recipientSelectPlaceholder: string;
|
|
6559
|
+
emailRecipientRequiredError: string;
|
|
6560
|
+
emailSubjectRequiredError: string;
|
|
6561
|
+
goToAllEmails: string;
|
|
6562
|
+
sendEmail: string;
|
|
6563
|
+
replyAll: string;
|
|
6564
|
+
downloadAll: string;
|
|
6565
|
+
showAll: string;
|
|
6566
|
+
showLess: string;
|
|
6567
|
+
composeEmailPageTitle: string;
|
|
6568
|
+
emailSentMessage: string;
|
|
6569
|
+
from: string;
|
|
6570
|
+
to: string;
|
|
6571
|
+
cc: string;
|
|
6572
|
+
bcc: string;
|
|
6573
|
+
downloadPdfLong: string;
|
|
6574
|
+
downloadPdfShort: string;
|
|
6575
|
+
privateEmailDisclaimer: string;
|
|
6576
|
+
privateLabel: string;
|
|
6577
|
+
settingsLink: string;
|
|
6578
|
+
composeNewEmail: string;
|
|
6579
|
+
startNewCommunication: string;
|
|
6580
|
+
emptyStateTitle: string;
|
|
6581
|
+
emptyStateDescription: string;
|
|
6582
|
+
reply: string;
|
|
6583
|
+
cancel: string;
|
|
6584
|
+
subject: string;
|
|
6585
|
+
subjectPlaceholder: string;
|
|
6586
|
+
};
|
|
6587
|
+
distributionSelect: {
|
|
6588
|
+
noCompany: string;
|
|
6589
|
+
peopleCount: string;
|
|
6590
|
+
distributionGroups: string;
|
|
6591
|
+
people: string;
|
|
6592
|
+
};
|
|
6593
|
+
relatedItems: {
|
|
6594
|
+
cancel: string;
|
|
6595
|
+
close: string;
|
|
6596
|
+
date: string;
|
|
6597
|
+
itemType: string;
|
|
6598
|
+
itemTypeGroupLabel: {
|
|
6599
|
+
dailyLog: string;
|
|
6600
|
+
prostoreFile: string;
|
|
6601
|
+
};
|
|
6602
|
+
itemName: string;
|
|
6603
|
+
loading: string;
|
|
6604
|
+
notes: string;
|
|
6605
|
+
notesPlaceholder: string;
|
|
6606
|
+
newItem: string;
|
|
6607
|
+
noRelatedItems: {
|
|
6608
|
+
title: string;
|
|
6609
|
+
description: string;
|
|
6610
|
+
};
|
|
6611
|
+
noItems: {
|
|
6612
|
+
title: string;
|
|
6613
|
+
description: string;
|
|
6614
|
+
};
|
|
6615
|
+
noResultsSearchQuery: {
|
|
6616
|
+
title: string;
|
|
6617
|
+
description: string;
|
|
6618
|
+
};
|
|
6619
|
+
noResultsServerError: {
|
|
6620
|
+
title: string;
|
|
6621
|
+
description: string;
|
|
6622
|
+
action: string;
|
|
6623
|
+
};
|
|
6624
|
+
panelTitle: string;
|
|
6625
|
+
search: string;
|
|
6626
|
+
searchItemType: string; /**
|
|
6627
|
+
* Provider to wrap the application with the I18n context.
|
|
6628
|
+
* @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
|
|
6629
|
+
* @param {React.ReactNode} props.children - The children to render.
|
|
6630
|
+
* @param {UseI18n} props.locale - The locale to use.
|
|
6631
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
6632
|
+
* @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
|
|
6633
|
+
* @returns {React.ReactNode} The I18n context instance.
|
|
6634
|
+
*/
|
|
6635
|
+
submit: string;
|
|
6636
|
+
toast: {
|
|
6637
|
+
itemAdded: string;
|
|
6638
|
+
itemAdditionFailed: string;
|
|
6639
|
+
itemRemoved: string;
|
|
6640
|
+
requestError: string;
|
|
6641
|
+
};
|
|
6642
|
+
};
|
|
6643
|
+
};
|
|
6644
|
+
dateTimeFormat: {
|
|
6645
|
+
dateAtTime: string;
|
|
6646
|
+
timeOnDate: string;
|
|
6647
|
+
};
|
|
6648
|
+
table: {
|
|
6649
|
+
checkboxLabel: string;
|
|
6650
|
+
sortableColumn: string;
|
|
6651
|
+
};
|
|
6652
|
+
dataTable: {
|
|
6653
|
+
emptyState: {
|
|
6654
|
+
noFilteredResults: {
|
|
6655
|
+
description: string;
|
|
6656
|
+
title: string;
|
|
6657
|
+
};
|
|
6658
|
+
};
|
|
6659
|
+
exporting: string;
|
|
6660
|
+
filters: {
|
|
6661
|
+
filters: string;
|
|
6662
|
+
moreFilters: string;
|
|
6663
|
+
clearAllFilters: string;
|
|
6664
|
+
};
|
|
6665
|
+
grandTotals: string;
|
|
6666
|
+
search: string;
|
|
6667
|
+
subtotals: string;
|
|
6668
|
+
tableSettings: {
|
|
6669
|
+
configureColumns: string;
|
|
6670
|
+
resetToDefault: string;
|
|
6671
|
+
rowHeight: string;
|
|
6672
|
+
small: string;
|
|
6673
|
+
medium: string;
|
|
6674
|
+
large: string;
|
|
6675
|
+
tableSettings: string;
|
|
6676
|
+
};
|
|
6677
|
+
};
|
|
6678
|
+
dateInput: {
|
|
6679
|
+
clear: string;
|
|
6680
|
+
ariaLabel: string;
|
|
6681
|
+
segment: {
|
|
6682
|
+
ariaLabel: {
|
|
6683
|
+
withValue: {
|
|
6684
|
+
month: string;
|
|
6685
|
+
day: string;
|
|
6686
|
+
year: string;
|
|
6687
|
+
};
|
|
6688
|
+
withoutValue: {
|
|
6689
|
+
month: string;
|
|
6690
|
+
day: string;
|
|
6691
|
+
year: string;
|
|
6692
|
+
};
|
|
6693
|
+
};
|
|
6694
|
+
ariaValueText: {
|
|
6695
|
+
empty: string;
|
|
6696
|
+
};
|
|
6697
|
+
};
|
|
6698
|
+
clearButton: {
|
|
6699
|
+
ariaLabel: string;
|
|
6700
|
+
};
|
|
6701
|
+
};
|
|
6702
|
+
dropdown: {
|
|
6703
|
+
search: string;
|
|
6704
|
+
moreOptions: string;
|
|
6705
|
+
loading: string;
|
|
6706
|
+
};
|
|
6707
|
+
dropzone: {
|
|
6708
|
+
uploadFiles: {
|
|
6709
|
+
one: string;
|
|
6710
|
+
other: string;
|
|
6711
|
+
};
|
|
6712
|
+
dragAndDrop: string;
|
|
6713
|
+
incorrectFileTypeMessage: {
|
|
6714
|
+
one: string;
|
|
6715
|
+
other: string;
|
|
6716
|
+
};
|
|
6717
|
+
incorrectFileNumber: string;
|
|
6718
|
+
invalidAmountAttachments: {
|
|
6719
|
+
one: string;
|
|
6720
|
+
other: string;
|
|
6721
|
+
};
|
|
6722
|
+
hideDetails: string;
|
|
6723
|
+
showDetails: string;
|
|
6724
|
+
errorTitle: string;
|
|
6725
|
+
oneFileAtATimeError: string;
|
|
6726
|
+
multipleErrorsMessage: string;
|
|
6727
|
+
maxFileSizeErrorGroup: string;
|
|
6728
|
+
minFileSizeErrorGroup: string;
|
|
6729
|
+
zeroFileSizeErrorGroup: string;
|
|
6730
|
+
maxFileNumberErrorGroup: string;
|
|
6731
|
+
wrongFileTypeErrorGroup: string;
|
|
6732
|
+
standaloneMaxFileNumberError: string;
|
|
6733
|
+
standaloneUnsupportedFileTypeError: string;
|
|
6734
|
+
standaloneMinFileSizeError: string;
|
|
6735
|
+
standaloneMaxFileSizeError: string;
|
|
6736
|
+
standaloneZeroFileSizeError: string;
|
|
6737
|
+
uploadTotalProgress: {
|
|
6738
|
+
withFailed: string;
|
|
6739
|
+
withoutFailed: string;
|
|
6740
|
+
};
|
|
6741
|
+
};
|
|
6742
|
+
modal: {
|
|
6743
|
+
a11y: {
|
|
6744
|
+
close: string;
|
|
6745
|
+
};
|
|
6746
|
+
cancel: string;
|
|
6747
|
+
};
|
|
6748
|
+
multiSelect: {
|
|
6749
|
+
clearAll: string;
|
|
6750
|
+
selectValues: string;
|
|
6751
|
+
noResults: string;
|
|
6752
|
+
};
|
|
6753
|
+
tearsheet: {
|
|
6754
|
+
a11y: {
|
|
6755
|
+
close: string;
|
|
6756
|
+
};
|
|
6757
|
+
};
|
|
6758
|
+
fileAttacher: {
|
|
6759
|
+
attachFiles: {
|
|
6760
|
+
one: string;
|
|
6761
|
+
other: string;
|
|
6762
|
+
};
|
|
6763
|
+
};
|
|
6764
|
+
fileToken: {
|
|
6765
|
+
uploading: string;
|
|
6766
|
+
};
|
|
6767
|
+
tree: {
|
|
6768
|
+
selectionLimit: {
|
|
6769
|
+
one: string;
|
|
6770
|
+
other: string;
|
|
6771
|
+
};
|
|
6772
|
+
unsupportedFileType: {
|
|
6773
|
+
specific: string;
|
|
6774
|
+
unspecific: string;
|
|
6775
|
+
};
|
|
6776
|
+
};
|
|
6777
|
+
fileExplorer: {
|
|
6778
|
+
filesSelectedWithLimit: string;
|
|
6779
|
+
ungroupedThumbnailGridGroup: string;
|
|
6780
|
+
filesSelected: {
|
|
6781
|
+
one: string;
|
|
6782
|
+
other: string;
|
|
6783
|
+
};
|
|
6784
|
+
cancelAction: string;
|
|
6785
|
+
attachAction: string;
|
|
6786
|
+
maxNumberOfFilesSelected: string;
|
|
6787
|
+
modalTitle: string;
|
|
6788
|
+
filesPendingUpload: string;
|
|
6789
|
+
noSelectedItems: string;
|
|
6790
|
+
emptySearchResults: string;
|
|
6791
|
+
noItems: string;
|
|
6792
|
+
searchPlaceholder: string;
|
|
6793
|
+
uploadFailed: string;
|
|
6794
|
+
supportedFileTypes: string;
|
|
6795
|
+
};
|
|
6796
|
+
form: {
|
|
6797
|
+
closeWithConfirm: {
|
|
6798
|
+
confirmMessage: string;
|
|
6799
|
+
};
|
|
6800
|
+
checkbox: {
|
|
6801
|
+
no: string;
|
|
6802
|
+
yes: string;
|
|
6803
|
+
checked: string;
|
|
6804
|
+
unchecked: string;
|
|
6805
|
+
};
|
|
6806
|
+
errorBanner: {
|
|
6807
|
+
couldNotCreateItem: string;
|
|
6808
|
+
couldNotUpdateItem: string;
|
|
6809
|
+
fixErrorsToCreate: string;
|
|
6810
|
+
fixErrorsToUpdate: string;
|
|
6811
|
+
};
|
|
6812
|
+
field: {
|
|
6813
|
+
tooltipHelp: string;
|
|
6814
|
+
};
|
|
6815
|
+
};
|
|
6816
|
+
menu: {
|
|
6817
|
+
search: string;
|
|
6818
|
+
};
|
|
6819
|
+
pagination: {
|
|
6820
|
+
interval: string;
|
|
6821
|
+
notation: string;
|
|
6822
|
+
page: string;
|
|
6823
|
+
nextPage: string;
|
|
6824
|
+
prevPage: string;
|
|
6825
|
+
};
|
|
6826
|
+
search: {
|
|
6827
|
+
clear: string;
|
|
6828
|
+
goSearch: string;
|
|
6829
|
+
label: string;
|
|
6830
|
+
};
|
|
6831
|
+
select: {
|
|
6832
|
+
clear: string;
|
|
6833
|
+
search: string;
|
|
6834
|
+
selectAll: string;
|
|
6835
|
+
noResult: string;
|
|
6836
|
+
};
|
|
6837
|
+
splitViewCard: {
|
|
6838
|
+
a11y: {
|
|
6839
|
+
close: string;
|
|
6840
|
+
};
|
|
6841
|
+
};
|
|
6842
|
+
tabs: {
|
|
6843
|
+
more: string;
|
|
6844
|
+
};
|
|
6845
|
+
thumbnail: {
|
|
6846
|
+
checked: string;
|
|
6847
|
+
unavailable: string;
|
|
6848
|
+
select: string;
|
|
6849
|
+
};
|
|
6850
|
+
thumbnailList: {
|
|
6851
|
+
removeUpload: string;
|
|
6852
|
+
uploading: string;
|
|
6853
|
+
};
|
|
6854
|
+
toast: {
|
|
6855
|
+
a11y: {
|
|
6856
|
+
dismiss: string;
|
|
6857
|
+
};
|
|
6858
|
+
};
|
|
6859
|
+
fileList: {
|
|
6860
|
+
downloadAll: string;
|
|
6861
|
+
download: string;
|
|
6862
|
+
noPreview: string;
|
|
6863
|
+
};
|
|
6864
|
+
tieredSelect: {
|
|
6865
|
+
emptyMessage: string;
|
|
6866
|
+
goToTier: string;
|
|
6867
|
+
placeholder: string;
|
|
6868
|
+
quickCreateActionLabel: string;
|
|
6869
|
+
quickCreateCancelLabel: string;
|
|
6870
|
+
quickCreateCreateLabel: string;
|
|
6871
|
+
quickCreatePlaceholder: string;
|
|
6872
|
+
searchEmptyMessage: string;
|
|
6873
|
+
searchPlaceholder: string;
|
|
6874
|
+
spinnerLabel: string;
|
|
6875
|
+
};
|
|
6876
|
+
tieredDropdown: {
|
|
6877
|
+
emptyMessage: string;
|
|
6878
|
+
searchEmptyMessage: string;
|
|
6879
|
+
searchPlaceholder: string;
|
|
6880
|
+
spinnerLabel: string;
|
|
6881
|
+
};
|
|
6882
|
+
spinner: {
|
|
6883
|
+
loading: string;
|
|
6884
|
+
};
|
|
6885
|
+
token: {
|
|
6886
|
+
remove: string;
|
|
6887
|
+
};
|
|
6888
|
+
toolHeader: {
|
|
6889
|
+
settingsAction: string;
|
|
6890
|
+
};
|
|
6891
|
+
fileSelect: {
|
|
6892
|
+
localFilesSource: string;
|
|
6893
|
+
uploadFailed: string;
|
|
6894
|
+
maxNumberOfFilesSelected: string;
|
|
6895
|
+
};
|
|
6896
|
+
required: {
|
|
6897
|
+
requiredFields: string;
|
|
6898
|
+
};
|
|
6899
|
+
avatarStack: {
|
|
6900
|
+
viewAll: string;
|
|
6901
|
+
close: string;
|
|
6902
|
+
};
|
|
6903
|
+
panel: {
|
|
6904
|
+
close: string;
|
|
6905
|
+
goBack: string;
|
|
6906
|
+
};
|
|
6907
|
+
menuImperative: {
|
|
6908
|
+
options: {
|
|
6909
|
+
ariaLabel: string;
|
|
6910
|
+
};
|
|
6911
|
+
};
|
|
6912
|
+
};
|
|
6913
|
+
};
|
|
6914
|
+
readonly 'pt-PT': {
|
|
6915
|
+
core: {
|
|
6916
|
+
banner: {
|
|
6917
|
+
dismissAlert: string;
|
|
6918
|
+
};
|
|
6919
|
+
breadcrumbs: {
|
|
6920
|
+
label: string;
|
|
6921
|
+
};
|
|
6922
|
+
calendar: {
|
|
6923
|
+
navigationLabel: string;
|
|
6924
|
+
};
|
|
6925
|
+
connected: {
|
|
6926
|
+
fileSelect: {
|
|
6927
|
+
documents: string;
|
|
6928
|
+
drawings: string;
|
|
6929
|
+
forms: string;
|
|
6930
|
+
photos: string;
|
|
6931
|
+
selectAlbum: string;
|
|
6932
|
+
selectAnAlbum: string;
|
|
6933
|
+
selectArea: string;
|
|
6934
|
+
selectAnArea: string;
|
|
6935
|
+
selectDiscipline: string;
|
|
6936
|
+
selectADiscipline: string;
|
|
6937
|
+
selectSet: string;
|
|
6938
|
+
selectASet: string;
|
|
6939
|
+
selectTemplate: string;
|
|
6940
|
+
selectATemplate: string;
|
|
6941
|
+
};
|
|
6942
|
+
emails: {
|
|
6943
|
+
emailSendErrorTitle: string;
|
|
6944
|
+
emailBodyRequiredError: string;
|
|
6945
|
+
emailContentValidationError: string;
|
|
6946
|
+
emailContentDisclaimer: string;
|
|
6947
|
+
recipientSelectPlaceholder: string;
|
|
6948
|
+
emailRecipientRequiredError: string;
|
|
6949
|
+
emailSubjectRequiredError: string;
|
|
6950
|
+
goToAllEmails: string;
|
|
6951
|
+
sendEmail: string;
|
|
6952
|
+
replyAll: string;
|
|
6953
|
+
downloadAll: string;
|
|
6954
|
+
showAll: string;
|
|
6955
|
+
showLess: string;
|
|
6956
|
+
composeEmailPageTitle: string;
|
|
6957
|
+
emailSentMessage: string;
|
|
6958
|
+
from: string;
|
|
6959
|
+
to: string;
|
|
6960
|
+
cc: string;
|
|
6961
|
+
bcc: string;
|
|
6962
|
+
downloadPdfLong: string;
|
|
6963
|
+
downloadPdfShort: string;
|
|
6964
|
+
privateEmailDisclaimer: string;
|
|
6965
|
+
privateLabel: string;
|
|
6966
|
+
settingsLink: string;
|
|
6967
|
+
composeNewEmail: string;
|
|
6968
|
+
startNewCommunication: string;
|
|
6969
|
+
emptyStateTitle: string;
|
|
6970
|
+
emptyStateDescription: string;
|
|
6971
|
+
reply: string;
|
|
6972
|
+
cancel: string;
|
|
6973
|
+
subject: string;
|
|
6974
|
+
subjectPlaceholder: string;
|
|
6975
|
+
};
|
|
6976
|
+
distributionSelect: {
|
|
6977
|
+
noCompany: string;
|
|
6978
|
+
peopleCount: string;
|
|
6979
|
+
distributionGroups: string;
|
|
6980
|
+
people: string;
|
|
6981
|
+
};
|
|
6982
|
+
relatedItems: {
|
|
6983
|
+
cancel: string;
|
|
6984
|
+
close: string;
|
|
6985
|
+
date: string;
|
|
6986
|
+
itemType: string;
|
|
6987
|
+
itemTypeGroupLabel: {
|
|
6988
|
+
dailyLog: string;
|
|
6989
|
+
prostoreFile: string;
|
|
6990
|
+
};
|
|
6991
|
+
itemName: string;
|
|
6992
|
+
loading: string;
|
|
6993
|
+
notes: string;
|
|
6994
|
+
notesPlaceholder: string;
|
|
6995
|
+
newItem: string;
|
|
6996
|
+
noRelatedItems: {
|
|
6997
|
+
title: string;
|
|
6998
|
+
description: string;
|
|
6999
|
+
};
|
|
7000
|
+
noItems: {
|
|
7001
|
+
title: string;
|
|
7002
|
+
description: string;
|
|
7003
|
+
};
|
|
7004
|
+
noResultsSearchQuery: {
|
|
7005
|
+
title: string;
|
|
7006
|
+
description: string;
|
|
7007
|
+
};
|
|
7008
|
+
noResultsServerError: {
|
|
7009
|
+
title: string;
|
|
7010
|
+
description: string;
|
|
7011
|
+
action: string;
|
|
7012
|
+
};
|
|
7013
|
+
panelTitle: string;
|
|
7014
|
+
search: string;
|
|
7015
|
+
searchItemType: string;
|
|
7016
|
+
submit: string;
|
|
7017
|
+
toast: {
|
|
7018
|
+
itemAdded: string;
|
|
7019
|
+
itemAdditionFailed: string;
|
|
7020
|
+
itemRemoved: string;
|
|
7021
|
+
requestError: string;
|
|
7022
|
+
};
|
|
7023
|
+
};
|
|
7024
|
+
};
|
|
7025
|
+
dateTimeFormat: {
|
|
7026
|
+
dateAtTime: string;
|
|
7027
|
+
timeOnDate: string;
|
|
7028
|
+
};
|
|
7029
|
+
table: {
|
|
7030
|
+
checkboxLabel: string;
|
|
7031
|
+
sortableColumn: string;
|
|
7032
|
+
};
|
|
7033
|
+
dataTable: {
|
|
7034
|
+
emptyState: {
|
|
7035
|
+
noFilteredResults: {
|
|
7036
|
+
description: string;
|
|
7037
|
+
title: string;
|
|
7038
|
+
};
|
|
7039
|
+
};
|
|
7040
|
+
exporting: string;
|
|
7041
|
+
filters: {
|
|
7042
|
+
filters: string;
|
|
7043
|
+
moreFilters: string;
|
|
7044
|
+
clearAllFilters: string;
|
|
7045
|
+
};
|
|
7046
|
+
grandTotals: string;
|
|
7047
|
+
search: string;
|
|
7048
|
+
subtotals: string;
|
|
7049
|
+
tableSettings: {
|
|
7050
|
+
configureColumns: string;
|
|
7051
|
+
resetToDefault: string;
|
|
7052
|
+
rowHeight: string;
|
|
7053
|
+
small: string;
|
|
7054
|
+
medium: string;
|
|
7055
|
+
large: string;
|
|
7056
|
+
tableSettings: string;
|
|
7057
|
+
};
|
|
7058
|
+
};
|
|
7059
|
+
dateInput: {
|
|
7060
|
+
clear: string;
|
|
7061
|
+
ariaLabel: string;
|
|
7062
|
+
segment: {
|
|
7063
|
+
ariaLabel: {
|
|
7064
|
+
withValue: {
|
|
7065
|
+
month: string;
|
|
7066
|
+
day: string;
|
|
7067
|
+
year: string;
|
|
7068
|
+
};
|
|
7069
|
+
withoutValue: {
|
|
7070
|
+
month: string;
|
|
7071
|
+
day: string;
|
|
7072
|
+
year: string;
|
|
7073
|
+
};
|
|
7074
|
+
};
|
|
7075
|
+
ariaValueText: {
|
|
7076
|
+
empty: string;
|
|
7077
|
+
};
|
|
7078
|
+
};
|
|
7079
|
+
clearButton: {
|
|
7080
|
+
ariaLabel: string;
|
|
7081
|
+
};
|
|
7082
|
+
};
|
|
7083
|
+
dropdown: {
|
|
7084
|
+
search: string;
|
|
7085
|
+
moreOptions: string;
|
|
7086
|
+
loading: string;
|
|
7087
|
+
};
|
|
7088
|
+
dropzone: {
|
|
7089
|
+
uploadFiles: {
|
|
7090
|
+
one: string;
|
|
7091
|
+
other: string;
|
|
7092
|
+
};
|
|
7093
|
+
dragAndDrop: string;
|
|
7094
|
+
incorrectFileTypeMessage: {
|
|
7095
|
+
one: string;
|
|
7096
|
+
other: string;
|
|
7097
|
+
};
|
|
7098
|
+
incorrectFileNumber: string;
|
|
7099
|
+
invalidAmountAttachments: {
|
|
7100
|
+
one: string;
|
|
7101
|
+
other: string;
|
|
7102
|
+
};
|
|
7103
|
+
hideDetails: string;
|
|
7104
|
+
showDetails: string;
|
|
7105
|
+
errorTitle: string;
|
|
7106
|
+
oneFileAtATimeError: string;
|
|
7107
|
+
multipleErrorsMessage: string;
|
|
7108
|
+
maxFileSizeErrorGroup: string;
|
|
7109
|
+
minFileSizeErrorGroup: string;
|
|
7110
|
+
zeroFileSizeErrorGroup: string;
|
|
7111
|
+
maxFileNumberErrorGroup: string;
|
|
7112
|
+
wrongFileTypeErrorGroup: string;
|
|
7113
|
+
standaloneMaxFileNumberError: string;
|
|
7114
|
+
standaloneUnsupportedFileTypeError: string;
|
|
7115
|
+
standaloneMinFileSizeError: string;
|
|
7116
|
+
standaloneMaxFileSizeError: string;
|
|
7117
|
+
standaloneZeroFileSizeError: string;
|
|
7118
|
+
uploadTotalProgress: {
|
|
7119
|
+
withFailed: string;
|
|
7120
|
+
withoutFailed: string;
|
|
7121
|
+
};
|
|
7122
|
+
};
|
|
7123
|
+
modal: {
|
|
7124
|
+
a11y: {
|
|
7125
|
+
close: string;
|
|
7126
|
+
};
|
|
7127
|
+
cancel: string;
|
|
7128
|
+
};
|
|
7129
|
+
multiSelect: {
|
|
7130
|
+
clearAll: string;
|
|
7131
|
+
selectValues: string;
|
|
7132
|
+
noResults: string;
|
|
7133
|
+
};
|
|
7134
|
+
tearsheet: {
|
|
7135
|
+
a11y: {
|
|
7136
|
+
close: string;
|
|
7137
|
+
};
|
|
7138
|
+
};
|
|
7139
|
+
fileAttacher: {
|
|
7140
|
+
attachFiles: {
|
|
7141
|
+
one: string;
|
|
7142
|
+
other: string;
|
|
7143
|
+
};
|
|
7144
|
+
};
|
|
7145
|
+
fileToken: {
|
|
7146
|
+
uploading: string;
|
|
7147
|
+
};
|
|
7148
|
+
tree: {
|
|
7149
|
+
selectionLimit: {
|
|
7150
|
+
one: string;
|
|
7151
|
+
other: string;
|
|
7152
|
+
};
|
|
7153
|
+
unsupportedFileType: {
|
|
7154
|
+
specific: string;
|
|
7155
|
+
unspecific: string;
|
|
7156
|
+
};
|
|
7157
|
+
};
|
|
7158
|
+
fileExplorer: {
|
|
7159
|
+
filesSelectedWithLimit: string;
|
|
7160
|
+
ungroupedThumbnailGridGroup: string;
|
|
7161
|
+
filesSelected: {
|
|
7162
|
+
one: string;
|
|
7163
|
+
other: string;
|
|
7164
|
+
};
|
|
7165
|
+
cancelAction: string;
|
|
7166
|
+
attachAction: string;
|
|
7167
|
+
maxNumberOfFilesSelected: string;
|
|
7168
|
+
modalTitle: string;
|
|
7169
|
+
filesPendingUpload: string;
|
|
7170
|
+
noSelectedItems: string;
|
|
7171
|
+
emptySearchResults: string;
|
|
7172
|
+
noItems: string;
|
|
7173
|
+
searchPlaceholder: string;
|
|
7174
|
+
uploadFailed: string;
|
|
7175
|
+
supportedFileTypes: string;
|
|
7176
|
+
};
|
|
7177
|
+
form: {
|
|
7178
|
+
closeWithConfirm: {
|
|
7179
|
+
confirmMessage: string;
|
|
7180
|
+
};
|
|
7181
|
+
checkbox: {
|
|
7182
|
+
no: string;
|
|
7183
|
+
yes: string;
|
|
7184
|
+
checked: string;
|
|
7185
|
+
unchecked: string;
|
|
7186
|
+
};
|
|
7187
|
+
errorBanner: {
|
|
7188
|
+
couldNotCreateItem: string;
|
|
7189
|
+
couldNotUpdateItem: string;
|
|
7190
|
+
fixErrorsToCreate: string;
|
|
7191
|
+
fixErrorsToUpdate: string;
|
|
7192
|
+
};
|
|
7193
|
+
field: {
|
|
7194
|
+
tooltipHelp: string;
|
|
7195
|
+
};
|
|
7196
|
+
};
|
|
7197
|
+
menu: {
|
|
7198
|
+
search: string;
|
|
7199
|
+
};
|
|
7200
|
+
pagination: {
|
|
7201
|
+
interval: string;
|
|
7202
|
+
notation: string;
|
|
7203
|
+
page: string;
|
|
7204
|
+
nextPage: string;
|
|
7205
|
+
prevPage: string;
|
|
7206
|
+
};
|
|
7207
|
+
search: {
|
|
7208
|
+
clear: string;
|
|
7209
|
+
goSearch: string;
|
|
7210
|
+
label: string;
|
|
7211
|
+
};
|
|
7212
|
+
select: {
|
|
7213
|
+
clear: string;
|
|
7214
|
+
search: string;
|
|
7215
|
+
selectAll: string;
|
|
7216
|
+
noResult: string;
|
|
6030
7217
|
};
|
|
6031
7218
|
splitViewCard: {
|
|
6032
7219
|
a11y: {
|