@procore/core-react 12.44.0 → 12.45.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 +20 -0
- package/dist/AnchorNavigation/AnchorNavigation.js +12 -8
- package/dist/AnchorNavigation/AnchorNavigation.js.map +1 -1
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +5 -5
- package/dist/AnchorNavigation/AnchorNavigation.styles.js.map +1 -1
- package/dist/AnchorNavigation/AnchorNavigation.types.d.ts +1 -0
- package/dist/AnchorNavigation/AnchorNavigation.types.js.map +1 -1
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.js +3 -1
- package/dist/AvatarStack/AvatarStack.js.map +1 -1
- 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.styles.js +5 -5
- package/dist/Button/Button.types.d.ts +5 -0
- package/dist/Button/Button.types.js.map +1 -1
- 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/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.js +5 -2
- package/dist/Dropdown/Dropdown.js.map +1 -1
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/Dropdown/Dropdown.types.d.ts +1 -1
- package/dist/Dropdown/Dropdown.types.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 +3 -3
- 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.js +6 -6
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.styles.js +6 -6
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.js +11 -4
- package/dist/Form/Form.js.map +1 -1
- package/dist/Form/Form.styles.d.ts +518 -8
- package/dist/Form/Form.styles.js +15 -15
- package/dist/Form/Form.styles.js.map +1 -1
- package/dist/Form/Form.types.d.ts +2 -3
- package/dist/Form/Form.types.js.map +1 -1
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/Form/stories/util.js +3 -14
- package/dist/Form/stories/util.js.map +1 -1
- 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.js +6 -4
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.js +13 -13
- package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.types.d.ts +2 -4
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.js +0 -2
- package/dist/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.js +8 -8
- 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/OverlayTrigger.js +6 -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 +5 -5
- package/dist/Panel/Panel.styles.js +11 -11
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.js +0 -1
- package/dist/PillSelect/PillSelect.js.map +1 -1
- 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 +2 -1
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.js +8 -8
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.js +4 -1
- package/dist/Slider/Slider.js.map +1 -1
- package/dist/Slider/Slider.styles.d.ts +5 -1
- package/dist/Slider/Slider.styles.js +16 -11
- package/dist/Slider/Slider.styles.js.map +1 -1
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +39 -39
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.js +19 -14
- package/dist/Table/Table.js.map +1 -1
- package/dist/Table/Table.styles.d.ts +10 -9
- package/dist/Table/Table.styles.js +43 -39
- package/dist/Table/Table.styles.js.map +1 -1
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.js +41 -28
- package/dist/Tabs/Tabs.js.map +1 -1
- package/dist/Tabs/Tabs.styles.d.ts +6 -0
- package/dist/Tabs/Tabs.styles.js +29 -20
- package/dist/Tabs/Tabs.styles.js.map +1 -1
- package/dist/Tabs/Tabs.types.d.ts +8 -0
- package/dist/Tabs/Tabs.types.js.map +1 -1
- 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.js +4 -0
- package/dist/Thumbnail/Thumbnail.js.map +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/Thumbnail/Thumbnail.types.d.ts +12 -0
- package/dist/Thumbnail/Thumbnail.types.js.map +1 -1
- package/dist/Thumbnail/ThumbnailCaption.d.ts +1 -1
- package/dist/Thumbnail/ThumbnailCaption.js +15 -7
- package/dist/Thumbnail/ThumbnailCaption.js.map +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- 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 +3 -3
- package/dist/Tree/Tree.js +1 -1
- package/dist/Tree/Tree.styles.js +10 -10
- 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 +744 -30
- package/dist/_locales/de-DE.json +20 -2
- package/dist/_locales/en-AU.json +20 -2
- package/dist/_locales/en-CA.json +20 -2
- package/dist/_locales/en-GB.json +20 -2
- package/dist/_locales/en.json +1 -0
- package/dist/_locales/es-ES.json +21 -3
- package/dist/_locales/es.json +20 -2
- package/dist/_locales/fr-CA.json +21 -3
- package/dist/_locales/fr-FR.json +26 -8
- package/dist/_locales/is-IS.json +20 -2
- package/dist/_locales/it-IT.json +20 -2
- package/dist/_locales/ja-JP.json +21 -3
- package/dist/_locales/nb-NO.json +410 -1
- package/dist/_locales/pl-PL.json +20 -2
- package/dist/_locales/pseudo.json +1 -0
- package/dist/_locales/pt-BR.json +20 -2
- package/dist/_locales/pt-PT.json +23 -5
- package/dist/_locales/th-TH.json +20 -2
- package/dist/_locales/zh-SG.json +20 -2
- package/dist/_locales/zh-TW.json +23 -5
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +4 -4
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -25
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +15 -15
- 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 +24 -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 +50 -38
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
- 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 +824 -824
- 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 +54 -54
- 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 +90 -88
- package/dist/_typedoc/Modal/Modal.types.json +48 -48
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
- 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 +33 -33
- package/dist/_typedoc/PageLayout/PageLayout.types.json +28 -28
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +38 -27
- 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 +67 -67
- 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 +23 -22
- 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 +15 -15
- 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/package.json +1 -1
package/dist/_hooks/I18n.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export declare const coreTranslations: {
|
|
|
21
21
|
breadcrumbs: {
|
|
22
22
|
label: string;
|
|
23
23
|
};
|
|
24
|
+
anchorNavigation: {
|
|
25
|
+
landmarkLabel: string;
|
|
26
|
+
};
|
|
24
27
|
calendar: {
|
|
25
28
|
navigationLabel: string;
|
|
26
29
|
};
|
|
@@ -324,8 +327,12 @@ export declare const coreTranslations: {
|
|
|
324
327
|
clear: string;
|
|
325
328
|
search: string;
|
|
326
329
|
selectAll: string;
|
|
330
|
+
selectedItems: string;
|
|
327
331
|
noResult: string;
|
|
328
332
|
};
|
|
333
|
+
typeahead: {
|
|
334
|
+
clear: string;
|
|
335
|
+
};
|
|
329
336
|
splitViewCard: {
|
|
330
337
|
a11y: {
|
|
331
338
|
close: string;
|
|
@@ -338,6 +345,10 @@ export declare const coreTranslations: {
|
|
|
338
345
|
checked: string;
|
|
339
346
|
unavailable: string;
|
|
340
347
|
select: string;
|
|
348
|
+
"aria-label": {
|
|
349
|
+
label: string;
|
|
350
|
+
caption: string;
|
|
351
|
+
};
|
|
341
352
|
};
|
|
342
353
|
thumbnailList: {
|
|
343
354
|
removeUpload: string;
|
|
@@ -400,6 +411,13 @@ export declare const coreTranslations: {
|
|
|
400
411
|
options: {
|
|
401
412
|
ariaLabel: string;
|
|
402
413
|
};
|
|
414
|
+
dragAndDropInstructions: string;
|
|
415
|
+
dragStart: string;
|
|
416
|
+
dragStartWithGroup: string;
|
|
417
|
+
dragUpdate: string;
|
|
418
|
+
dragUpdateWithGroup: string;
|
|
419
|
+
dragEnd: string;
|
|
420
|
+
dragEndWithGroup: string;
|
|
403
421
|
};
|
|
404
422
|
};
|
|
405
423
|
};
|
|
@@ -697,6 +715,7 @@ export declare const coreTranslations: {
|
|
|
697
715
|
fixErrorsToUpdate: string;
|
|
698
716
|
};
|
|
699
717
|
field: {
|
|
718
|
+
errorIcon: string;
|
|
700
719
|
tooltipHelp: string;
|
|
701
720
|
};
|
|
702
721
|
};
|
|
@@ -823,6 +842,9 @@ export declare const coreTranslations: {
|
|
|
823
842
|
breadcrumbs: {
|
|
824
843
|
label: string;
|
|
825
844
|
};
|
|
845
|
+
anchorNavigation: {
|
|
846
|
+
landmarkLabel: string;
|
|
847
|
+
};
|
|
826
848
|
calendar: {
|
|
827
849
|
navigationLabel: string;
|
|
828
850
|
};
|
|
@@ -1126,8 +1148,12 @@ export declare const coreTranslations: {
|
|
|
1126
1148
|
clear: string;
|
|
1127
1149
|
search: string;
|
|
1128
1150
|
selectAll: string;
|
|
1151
|
+
selectedItems: string;
|
|
1129
1152
|
noResult: string;
|
|
1130
1153
|
};
|
|
1154
|
+
typeahead: {
|
|
1155
|
+
clear: string;
|
|
1156
|
+
};
|
|
1131
1157
|
splitViewCard: {
|
|
1132
1158
|
a11y: {
|
|
1133
1159
|
close: string;
|
|
@@ -1140,6 +1166,10 @@ export declare const coreTranslations: {
|
|
|
1140
1166
|
checked: string;
|
|
1141
1167
|
unavailable: string;
|
|
1142
1168
|
select: string;
|
|
1169
|
+
"aria-label": {
|
|
1170
|
+
label: string;
|
|
1171
|
+
caption: string;
|
|
1172
|
+
};
|
|
1143
1173
|
};
|
|
1144
1174
|
thumbnailList: {
|
|
1145
1175
|
removeUpload: string;
|
|
@@ -1202,6 +1232,13 @@ export declare const coreTranslations: {
|
|
|
1202
1232
|
options: {
|
|
1203
1233
|
ariaLabel: string;
|
|
1204
1234
|
};
|
|
1235
|
+
dragAndDropInstructions: string;
|
|
1236
|
+
dragStart: string;
|
|
1237
|
+
dragStartWithGroup: string;
|
|
1238
|
+
dragUpdate: string;
|
|
1239
|
+
dragUpdateWithGroup: string;
|
|
1240
|
+
dragEnd: string;
|
|
1241
|
+
dragEndWithGroup: string;
|
|
1205
1242
|
};
|
|
1206
1243
|
};
|
|
1207
1244
|
};
|
|
@@ -1215,6 +1252,9 @@ export declare const coreTranslations: {
|
|
|
1215
1252
|
breadcrumbs: {
|
|
1216
1253
|
label: string;
|
|
1217
1254
|
};
|
|
1255
|
+
anchorNavigation: {
|
|
1256
|
+
landmarkLabel: string;
|
|
1257
|
+
};
|
|
1218
1258
|
calendar: {
|
|
1219
1259
|
navigationLabel: string;
|
|
1220
1260
|
};
|
|
@@ -1286,6 +1326,14 @@ export declare const coreTranslations: {
|
|
|
1286
1326
|
};
|
|
1287
1327
|
itemName: string;
|
|
1288
1328
|
loading: string;
|
|
1329
|
+
/**
|
|
1330
|
+
* Hook to create I18n object.
|
|
1331
|
+
* @param {UseI18n} props - The I18n configuration.
|
|
1332
|
+
* @param {string} props.locale - The locale to use.
|
|
1333
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
1334
|
+
* @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.
|
|
1335
|
+
* @returns {I18nWithCDNFlag} The I18n object.
|
|
1336
|
+
*/
|
|
1289
1337
|
notes: string;
|
|
1290
1338
|
notesPlaceholder: string;
|
|
1291
1339
|
newItem: string;
|
|
@@ -1518,8 +1566,12 @@ export declare const coreTranslations: {
|
|
|
1518
1566
|
clear: string;
|
|
1519
1567
|
search: string;
|
|
1520
1568
|
selectAll: string;
|
|
1569
|
+
selectedItems: string;
|
|
1521
1570
|
noResult: string;
|
|
1522
1571
|
};
|
|
1572
|
+
typeahead: {
|
|
1573
|
+
clear: string;
|
|
1574
|
+
};
|
|
1523
1575
|
splitViewCard: {
|
|
1524
1576
|
a11y: {
|
|
1525
1577
|
close: string;
|
|
@@ -1532,6 +1584,10 @@ export declare const coreTranslations: {
|
|
|
1532
1584
|
checked: string;
|
|
1533
1585
|
unavailable: string;
|
|
1534
1586
|
select: string;
|
|
1587
|
+
"aria-label": {
|
|
1588
|
+
label: string;
|
|
1589
|
+
caption: string;
|
|
1590
|
+
};
|
|
1535
1591
|
};
|
|
1536
1592
|
thumbnailList: {
|
|
1537
1593
|
removeUpload: string;
|
|
@@ -1594,6 +1650,13 @@ export declare const coreTranslations: {
|
|
|
1594
1650
|
options: {
|
|
1595
1651
|
ariaLabel: string;
|
|
1596
1652
|
};
|
|
1653
|
+
dragAndDropInstructions: string;
|
|
1654
|
+
dragStart: string;
|
|
1655
|
+
dragStartWithGroup: string;
|
|
1656
|
+
dragUpdate: string;
|
|
1657
|
+
dragUpdateWithGroup: string;
|
|
1658
|
+
dragEnd: string;
|
|
1659
|
+
dragEndWithGroup: string;
|
|
1597
1660
|
};
|
|
1598
1661
|
};
|
|
1599
1662
|
};
|
|
@@ -1607,6 +1670,9 @@ export declare const coreTranslations: {
|
|
|
1607
1670
|
breadcrumbs: {
|
|
1608
1671
|
label: string;
|
|
1609
1672
|
};
|
|
1673
|
+
anchorNavigation: {
|
|
1674
|
+
landmarkLabel: string;
|
|
1675
|
+
};
|
|
1610
1676
|
calendar: {
|
|
1611
1677
|
navigationLabel: string;
|
|
1612
1678
|
};
|
|
@@ -1910,8 +1976,12 @@ export declare const coreTranslations: {
|
|
|
1910
1976
|
clear: string;
|
|
1911
1977
|
search: string;
|
|
1912
1978
|
selectAll: string;
|
|
1979
|
+
selectedItems: string;
|
|
1913
1980
|
noResult: string;
|
|
1914
1981
|
};
|
|
1982
|
+
typeahead: {
|
|
1983
|
+
clear: string;
|
|
1984
|
+
};
|
|
1915
1985
|
splitViewCard: {
|
|
1916
1986
|
a11y: {
|
|
1917
1987
|
close: string;
|
|
@@ -1924,6 +1994,10 @@ export declare const coreTranslations: {
|
|
|
1924
1994
|
checked: string;
|
|
1925
1995
|
unavailable: string;
|
|
1926
1996
|
select: string;
|
|
1997
|
+
"aria-label": {
|
|
1998
|
+
label: string;
|
|
1999
|
+
caption: string;
|
|
2000
|
+
};
|
|
1927
2001
|
};
|
|
1928
2002
|
thumbnailList: {
|
|
1929
2003
|
removeUpload: string;
|
|
@@ -1986,6 +2060,13 @@ export declare const coreTranslations: {
|
|
|
1986
2060
|
options: {
|
|
1987
2061
|
ariaLabel: string;
|
|
1988
2062
|
};
|
|
2063
|
+
dragAndDropInstructions: string;
|
|
2064
|
+
dragStart: string;
|
|
2065
|
+
dragStartWithGroup: string;
|
|
2066
|
+
dragUpdate: string;
|
|
2067
|
+
dragUpdateWithGroup: string;
|
|
2068
|
+
dragEnd: string;
|
|
2069
|
+
dragEndWithGroup: string;
|
|
1989
2070
|
};
|
|
1990
2071
|
};
|
|
1991
2072
|
};
|
|
@@ -1999,6 +2080,9 @@ export declare const coreTranslations: {
|
|
|
1999
2080
|
breadcrumbs: {
|
|
2000
2081
|
label: string;
|
|
2001
2082
|
};
|
|
2083
|
+
anchorNavigation: {
|
|
2084
|
+
landmarkLabel: string;
|
|
2085
|
+
};
|
|
2002
2086
|
calendar: {
|
|
2003
2087
|
navigationLabel: string;
|
|
2004
2088
|
};
|
|
@@ -2302,8 +2386,12 @@ export declare const coreTranslations: {
|
|
|
2302
2386
|
clear: string;
|
|
2303
2387
|
search: string;
|
|
2304
2388
|
selectAll: string;
|
|
2389
|
+
selectedItems: string;
|
|
2305
2390
|
noResult: string;
|
|
2306
2391
|
};
|
|
2392
|
+
typeahead: {
|
|
2393
|
+
clear: string;
|
|
2394
|
+
};
|
|
2307
2395
|
splitViewCard: {
|
|
2308
2396
|
a11y: {
|
|
2309
2397
|
close: string;
|
|
@@ -2316,6 +2404,10 @@ export declare const coreTranslations: {
|
|
|
2316
2404
|
checked: string;
|
|
2317
2405
|
unavailable: string;
|
|
2318
2406
|
select: string;
|
|
2407
|
+
"aria-label": {
|
|
2408
|
+
label: string;
|
|
2409
|
+
caption: string;
|
|
2410
|
+
};
|
|
2319
2411
|
};
|
|
2320
2412
|
thumbnailList: {
|
|
2321
2413
|
removeUpload: string;
|
|
@@ -2378,6 +2470,13 @@ export declare const coreTranslations: {
|
|
|
2378
2470
|
options: {
|
|
2379
2471
|
ariaLabel: string;
|
|
2380
2472
|
};
|
|
2473
|
+
dragAndDropInstructions: string;
|
|
2474
|
+
dragStart: string;
|
|
2475
|
+
dragStartWithGroup: string;
|
|
2476
|
+
dragUpdate: string;
|
|
2477
|
+
dragUpdateWithGroup: string;
|
|
2478
|
+
dragEnd: string;
|
|
2479
|
+
dragEndWithGroup: string;
|
|
2381
2480
|
};
|
|
2382
2481
|
};
|
|
2383
2482
|
};
|
|
@@ -2391,6 +2490,9 @@ export declare const coreTranslations: {
|
|
|
2391
2490
|
breadcrumbs: {
|
|
2392
2491
|
label: string;
|
|
2393
2492
|
};
|
|
2493
|
+
anchorNavigation: {
|
|
2494
|
+
landmarkLabel: string;
|
|
2495
|
+
};
|
|
2394
2496
|
calendar: {
|
|
2395
2497
|
navigationLabel: string;
|
|
2396
2498
|
};
|
|
@@ -2694,8 +2796,12 @@ export declare const coreTranslations: {
|
|
|
2694
2796
|
clear: string;
|
|
2695
2797
|
search: string;
|
|
2696
2798
|
selectAll: string;
|
|
2799
|
+
selectedItems: string;
|
|
2697
2800
|
noResult: string;
|
|
2698
2801
|
};
|
|
2802
|
+
typeahead: {
|
|
2803
|
+
clear: string;
|
|
2804
|
+
};
|
|
2699
2805
|
splitViewCard: {
|
|
2700
2806
|
a11y: {
|
|
2701
2807
|
close: string;
|
|
@@ -2708,6 +2814,10 @@ export declare const coreTranslations: {
|
|
|
2708
2814
|
checked: string;
|
|
2709
2815
|
unavailable: string;
|
|
2710
2816
|
select: string;
|
|
2817
|
+
"aria-label": {
|
|
2818
|
+
label: string;
|
|
2819
|
+
caption: string;
|
|
2820
|
+
};
|
|
2711
2821
|
};
|
|
2712
2822
|
thumbnailList: {
|
|
2713
2823
|
removeUpload: string;
|
|
@@ -2770,6 +2880,13 @@ export declare const coreTranslations: {
|
|
|
2770
2880
|
options: {
|
|
2771
2881
|
ariaLabel: string;
|
|
2772
2882
|
};
|
|
2883
|
+
dragAndDropInstructions: string;
|
|
2884
|
+
dragStart: string;
|
|
2885
|
+
dragStartWithGroup: string;
|
|
2886
|
+
dragUpdate: string;
|
|
2887
|
+
dragUpdateWithGroup: string;
|
|
2888
|
+
dragEnd: string;
|
|
2889
|
+
dragEndWithGroup: string;
|
|
2773
2890
|
};
|
|
2774
2891
|
};
|
|
2775
2892
|
};
|
|
@@ -2783,6 +2900,9 @@ export declare const coreTranslations: {
|
|
|
2783
2900
|
breadcrumbs: {
|
|
2784
2901
|
label: string;
|
|
2785
2902
|
};
|
|
2903
|
+
anchorNavigation: {
|
|
2904
|
+
landmarkLabel: string;
|
|
2905
|
+
};
|
|
2786
2906
|
calendar: {
|
|
2787
2907
|
navigationLabel: string;
|
|
2788
2908
|
};
|
|
@@ -3086,8 +3206,12 @@ export declare const coreTranslations: {
|
|
|
3086
3206
|
clear: string;
|
|
3087
3207
|
search: string;
|
|
3088
3208
|
selectAll: string;
|
|
3209
|
+
selectedItems: string;
|
|
3089
3210
|
noResult: string;
|
|
3090
3211
|
};
|
|
3212
|
+
typeahead: {
|
|
3213
|
+
clear: string;
|
|
3214
|
+
};
|
|
3091
3215
|
splitViewCard: {
|
|
3092
3216
|
a11y: {
|
|
3093
3217
|
close: string;
|
|
@@ -3100,6 +3224,10 @@ export declare const coreTranslations: {
|
|
|
3100
3224
|
checked: string;
|
|
3101
3225
|
unavailable: string;
|
|
3102
3226
|
select: string;
|
|
3227
|
+
"aria-label": {
|
|
3228
|
+
label: string;
|
|
3229
|
+
caption: string;
|
|
3230
|
+
};
|
|
3103
3231
|
};
|
|
3104
3232
|
thumbnailList: {
|
|
3105
3233
|
removeUpload: string;
|
|
@@ -3162,6 +3290,13 @@ export declare const coreTranslations: {
|
|
|
3162
3290
|
options: {
|
|
3163
3291
|
ariaLabel: string;
|
|
3164
3292
|
};
|
|
3293
|
+
dragAndDropInstructions: string;
|
|
3294
|
+
dragStart: string;
|
|
3295
|
+
dragStartWithGroup: string;
|
|
3296
|
+
dragUpdate: string;
|
|
3297
|
+
dragUpdateWithGroup: string;
|
|
3298
|
+
dragEnd: string;
|
|
3299
|
+
dragEndWithGroup: string;
|
|
3165
3300
|
};
|
|
3166
3301
|
};
|
|
3167
3302
|
};
|
|
@@ -3175,6 +3310,9 @@ export declare const coreTranslations: {
|
|
|
3175
3310
|
breadcrumbs: {
|
|
3176
3311
|
label: string;
|
|
3177
3312
|
};
|
|
3313
|
+
anchorNavigation: {
|
|
3314
|
+
landmarkLabel: string;
|
|
3315
|
+
};
|
|
3178
3316
|
calendar: {
|
|
3179
3317
|
navigationLabel: string;
|
|
3180
3318
|
};
|
|
@@ -3478,8 +3616,12 @@ export declare const coreTranslations: {
|
|
|
3478
3616
|
clear: string;
|
|
3479
3617
|
search: string;
|
|
3480
3618
|
selectAll: string;
|
|
3619
|
+
selectedItems: string;
|
|
3481
3620
|
noResult: string;
|
|
3482
3621
|
};
|
|
3622
|
+
typeahead: {
|
|
3623
|
+
clear: string;
|
|
3624
|
+
};
|
|
3483
3625
|
splitViewCard: {
|
|
3484
3626
|
a11y: {
|
|
3485
3627
|
close: string;
|
|
@@ -3492,6 +3634,10 @@ export declare const coreTranslations: {
|
|
|
3492
3634
|
checked: string;
|
|
3493
3635
|
unavailable: string;
|
|
3494
3636
|
select: string;
|
|
3637
|
+
"aria-label": {
|
|
3638
|
+
label: string;
|
|
3639
|
+
caption: string;
|
|
3640
|
+
};
|
|
3495
3641
|
};
|
|
3496
3642
|
thumbnailList: {
|
|
3497
3643
|
removeUpload: string;
|
|
@@ -3554,6 +3700,13 @@ export declare const coreTranslations: {
|
|
|
3554
3700
|
options: {
|
|
3555
3701
|
ariaLabel: string;
|
|
3556
3702
|
};
|
|
3703
|
+
dragAndDropInstructions: string;
|
|
3704
|
+
dragStart: string;
|
|
3705
|
+
dragStartWithGroup: string;
|
|
3706
|
+
dragUpdate: string;
|
|
3707
|
+
dragUpdateWithGroup: string;
|
|
3708
|
+
dragEnd: string;
|
|
3709
|
+
dragEndWithGroup: string;
|
|
3557
3710
|
};
|
|
3558
3711
|
};
|
|
3559
3712
|
};
|
|
@@ -3567,6 +3720,9 @@ export declare const coreTranslations: {
|
|
|
3567
3720
|
breadcrumbs: {
|
|
3568
3721
|
label: string;
|
|
3569
3722
|
};
|
|
3723
|
+
anchorNavigation: {
|
|
3724
|
+
landmarkLabel: string;
|
|
3725
|
+
};
|
|
3570
3726
|
calendar: {
|
|
3571
3727
|
navigationLabel: string;
|
|
3572
3728
|
};
|
|
@@ -3870,8 +4026,12 @@ export declare const coreTranslations: {
|
|
|
3870
4026
|
clear: string;
|
|
3871
4027
|
search: string;
|
|
3872
4028
|
selectAll: string;
|
|
4029
|
+
selectedItems: string;
|
|
3873
4030
|
noResult: string;
|
|
3874
4031
|
};
|
|
4032
|
+
typeahead: {
|
|
4033
|
+
clear: string;
|
|
4034
|
+
};
|
|
3875
4035
|
splitViewCard: {
|
|
3876
4036
|
a11y: {
|
|
3877
4037
|
close: string;
|
|
@@ -3884,6 +4044,10 @@ export declare const coreTranslations: {
|
|
|
3884
4044
|
checked: string;
|
|
3885
4045
|
unavailable: string;
|
|
3886
4046
|
select: string;
|
|
4047
|
+
"aria-label": {
|
|
4048
|
+
label: string;
|
|
4049
|
+
caption: string;
|
|
4050
|
+
};
|
|
3887
4051
|
};
|
|
3888
4052
|
thumbnailList: {
|
|
3889
4053
|
removeUpload: string;
|
|
@@ -3946,6 +4110,13 @@ export declare const coreTranslations: {
|
|
|
3946
4110
|
options: {
|
|
3947
4111
|
ariaLabel: string;
|
|
3948
4112
|
};
|
|
4113
|
+
dragAndDropInstructions: string;
|
|
4114
|
+
dragStart: string;
|
|
4115
|
+
dragStartWithGroup: string;
|
|
4116
|
+
dragUpdate: string;
|
|
4117
|
+
dragUpdateWithGroup: string;
|
|
4118
|
+
dragEnd: string;
|
|
4119
|
+
dragEndWithGroup: string;
|
|
3949
4120
|
};
|
|
3950
4121
|
};
|
|
3951
4122
|
};
|
|
@@ -3959,6 +4130,9 @@ export declare const coreTranslations: {
|
|
|
3959
4130
|
breadcrumbs: {
|
|
3960
4131
|
label: string;
|
|
3961
4132
|
};
|
|
4133
|
+
anchorNavigation: {
|
|
4134
|
+
landmarkLabel: string;
|
|
4135
|
+
};
|
|
3962
4136
|
calendar: {
|
|
3963
4137
|
navigationLabel: string;
|
|
3964
4138
|
};
|
|
@@ -4262,8 +4436,12 @@ export declare const coreTranslations: {
|
|
|
4262
4436
|
clear: string;
|
|
4263
4437
|
search: string;
|
|
4264
4438
|
selectAll: string;
|
|
4439
|
+
selectedItems: string;
|
|
4265
4440
|
noResult: string;
|
|
4266
4441
|
};
|
|
4442
|
+
typeahead: {
|
|
4443
|
+
clear: string;
|
|
4444
|
+
};
|
|
4267
4445
|
splitViewCard: {
|
|
4268
4446
|
a11y: {
|
|
4269
4447
|
close: string;
|
|
@@ -4276,6 +4454,10 @@ export declare const coreTranslations: {
|
|
|
4276
4454
|
checked: string;
|
|
4277
4455
|
unavailable: string;
|
|
4278
4456
|
select: string;
|
|
4457
|
+
"aria-label": {
|
|
4458
|
+
label: string;
|
|
4459
|
+
caption: string;
|
|
4460
|
+
};
|
|
4279
4461
|
};
|
|
4280
4462
|
thumbnailList: {
|
|
4281
4463
|
removeUpload: string;
|
|
@@ -4338,6 +4520,13 @@ export declare const coreTranslations: {
|
|
|
4338
4520
|
options: {
|
|
4339
4521
|
ariaLabel: string;
|
|
4340
4522
|
};
|
|
4523
|
+
dragAndDropInstructions: string;
|
|
4524
|
+
dragStart: string;
|
|
4525
|
+
dragStartWithGroup: string;
|
|
4526
|
+
dragUpdate: string;
|
|
4527
|
+
dragUpdateWithGroup: string;
|
|
4528
|
+
dragEnd: string;
|
|
4529
|
+
dragEndWithGroup: string;
|
|
4341
4530
|
};
|
|
4342
4531
|
};
|
|
4343
4532
|
};
|
|
@@ -4635,6 +4824,7 @@ export declare const coreTranslations: {
|
|
|
4635
4824
|
fixErrorsToUpdate: string;
|
|
4636
4825
|
};
|
|
4637
4826
|
field: {
|
|
4827
|
+
errorIcon: string;
|
|
4638
4828
|
tooltipHelp: string;
|
|
4639
4829
|
};
|
|
4640
4830
|
};
|
|
@@ -4761,6 +4951,9 @@ export declare const coreTranslations: {
|
|
|
4761
4951
|
breadcrumbs: {
|
|
4762
4952
|
label: string;
|
|
4763
4953
|
};
|
|
4954
|
+
anchorNavigation: {
|
|
4955
|
+
landmarkLabel: string;
|
|
4956
|
+
};
|
|
4764
4957
|
calendar: {
|
|
4765
4958
|
navigationLabel: string;
|
|
4766
4959
|
};
|
|
@@ -5064,8 +5257,12 @@ export declare const coreTranslations: {
|
|
|
5064
5257
|
clear: string;
|
|
5065
5258
|
search: string;
|
|
5066
5259
|
selectAll: string;
|
|
5260
|
+
selectedItems: string;
|
|
5067
5261
|
noResult: string;
|
|
5068
5262
|
};
|
|
5263
|
+
typeahead: {
|
|
5264
|
+
clear: string;
|
|
5265
|
+
};
|
|
5069
5266
|
splitViewCard: {
|
|
5070
5267
|
a11y: {
|
|
5071
5268
|
close: string;
|
|
@@ -5078,6 +5275,10 @@ export declare const coreTranslations: {
|
|
|
5078
5275
|
checked: string;
|
|
5079
5276
|
unavailable: string;
|
|
5080
5277
|
select: string;
|
|
5278
|
+
"aria-label": {
|
|
5279
|
+
label: string;
|
|
5280
|
+
caption: string;
|
|
5281
|
+
};
|
|
5081
5282
|
};
|
|
5082
5283
|
thumbnailList: {
|
|
5083
5284
|
removeUpload: string;
|
|
@@ -5140,6 +5341,13 @@ export declare const coreTranslations: {
|
|
|
5140
5341
|
options: {
|
|
5141
5342
|
ariaLabel: string;
|
|
5142
5343
|
};
|
|
5344
|
+
dragAndDropInstructions: string;
|
|
5345
|
+
dragStart: string;
|
|
5346
|
+
dragStartWithGroup: string;
|
|
5347
|
+
dragUpdate: string;
|
|
5348
|
+
dragUpdateWithGroup: string;
|
|
5349
|
+
dragEnd: string;
|
|
5350
|
+
dragEndWithGroup: string;
|
|
5143
5351
|
};
|
|
5144
5352
|
};
|
|
5145
5353
|
};
|
|
@@ -5153,6 +5361,9 @@ export declare const coreTranslations: {
|
|
|
5153
5361
|
breadcrumbs: {
|
|
5154
5362
|
label: string;
|
|
5155
5363
|
};
|
|
5364
|
+
anchorNavigation: {
|
|
5365
|
+
landmarkLabel: string;
|
|
5366
|
+
};
|
|
5156
5367
|
calendar: {
|
|
5157
5368
|
navigationLabel: string;
|
|
5158
5369
|
};
|
|
@@ -5227,14 +5438,6 @@ export declare const coreTranslations: {
|
|
|
5227
5438
|
notes: string;
|
|
5228
5439
|
notesPlaceholder: string;
|
|
5229
5440
|
newItem: string;
|
|
5230
|
-
/**
|
|
5231
|
-
* Hook to create I18n object.
|
|
5232
|
-
* @param {UseI18n} props - The I18n configuration.
|
|
5233
|
-
* @param {string} props.locale - The locale to use.
|
|
5234
|
-
* @param {Record<string, string>} props.translations - The translations to use.
|
|
5235
|
-
* @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.
|
|
5236
|
-
* @returns {I18nWithCDNFlag} The I18n object.
|
|
5237
|
-
*/
|
|
5238
5441
|
noRelatedItems: {
|
|
5239
5442
|
title: string;
|
|
5240
5443
|
description: string;
|
|
@@ -5464,8 +5667,12 @@ export declare const coreTranslations: {
|
|
|
5464
5667
|
clear: string;
|
|
5465
5668
|
search: string;
|
|
5466
5669
|
selectAll: string;
|
|
5670
|
+
selectedItems: string;
|
|
5467
5671
|
noResult: string;
|
|
5468
5672
|
};
|
|
5673
|
+
typeahead: {
|
|
5674
|
+
clear: string;
|
|
5675
|
+
};
|
|
5469
5676
|
splitViewCard: {
|
|
5470
5677
|
a11y: {
|
|
5471
5678
|
close: string;
|
|
@@ -5478,6 +5685,10 @@ export declare const coreTranslations: {
|
|
|
5478
5685
|
checked: string;
|
|
5479
5686
|
unavailable: string;
|
|
5480
5687
|
select: string;
|
|
5688
|
+
"aria-label": {
|
|
5689
|
+
label: string;
|
|
5690
|
+
caption: string;
|
|
5691
|
+
};
|
|
5481
5692
|
};
|
|
5482
5693
|
thumbnailList: {
|
|
5483
5694
|
removeUpload: string;
|
|
@@ -5540,6 +5751,13 @@ export declare const coreTranslations: {
|
|
|
5540
5751
|
options: {
|
|
5541
5752
|
ariaLabel: string;
|
|
5542
5753
|
};
|
|
5754
|
+
dragAndDropInstructions: string;
|
|
5755
|
+
dragStart: string;
|
|
5756
|
+
dragStartWithGroup: string;
|
|
5757
|
+
dragUpdate: string;
|
|
5758
|
+
dragUpdateWithGroup: string;
|
|
5759
|
+
dragEnd: string;
|
|
5760
|
+
dragEndWithGroup: string;
|
|
5543
5761
|
};
|
|
5544
5762
|
};
|
|
5545
5763
|
};
|
|
@@ -5553,6 +5771,9 @@ export declare const coreTranslations: {
|
|
|
5553
5771
|
breadcrumbs: {
|
|
5554
5772
|
label: string;
|
|
5555
5773
|
};
|
|
5774
|
+
anchorNavigation: {
|
|
5775
|
+
landmarkLabel: string;
|
|
5776
|
+
};
|
|
5556
5777
|
calendar: {
|
|
5557
5778
|
navigationLabel: string;
|
|
5558
5779
|
};
|
|
@@ -5646,14 +5867,7 @@ export declare const coreTranslations: {
|
|
|
5646
5867
|
};
|
|
5647
5868
|
panelTitle: string;
|
|
5648
5869
|
search: string;
|
|
5649
|
-
searchItemType: string;
|
|
5650
|
-
* Hook to create I18n object.
|
|
5651
|
-
* @param {UseI18n} props - The I18n configuration.
|
|
5652
|
-
* @param {string} props.locale - The locale to use.
|
|
5653
|
-
* @param {Record<string, string>} props.translations - The translations to use.
|
|
5654
|
-
* @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.
|
|
5655
|
-
* @returns {I18nWithCDNFlag} The I18n object.
|
|
5656
|
-
*/
|
|
5870
|
+
searchItemType: string;
|
|
5657
5871
|
submit: string;
|
|
5658
5872
|
toast: {
|
|
5659
5873
|
itemAdded: string;
|
|
@@ -5854,6 +6068,17 @@ export declare const coreTranslations: {
|
|
|
5854
6068
|
nextPage: string;
|
|
5855
6069
|
prevPage: string;
|
|
5856
6070
|
};
|
|
6071
|
+
/**
|
|
6072
|
+
* Hook to access the I18n context.
|
|
6073
|
+
*
|
|
6074
|
+
* @template Translations - An optional generic to provide type safety for translations.
|
|
6075
|
+
* If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
|
|
6076
|
+
* These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
|
|
6077
|
+
* If not specified, the default I18nWithCDN instance is returned.
|
|
6078
|
+
*
|
|
6079
|
+
* @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
|
|
6080
|
+
* either with or without typed translations based on the provided generic.
|
|
6081
|
+
*/
|
|
5857
6082
|
search: {
|
|
5858
6083
|
clear: string;
|
|
5859
6084
|
goSearch: string;
|
|
@@ -5863,8 +6088,12 @@ export declare const coreTranslations: {
|
|
|
5863
6088
|
clear: string;
|
|
5864
6089
|
search: string;
|
|
5865
6090
|
selectAll: string;
|
|
6091
|
+
selectedItems: string;
|
|
5866
6092
|
noResult: string;
|
|
5867
6093
|
};
|
|
6094
|
+
typeahead: {
|
|
6095
|
+
clear: string;
|
|
6096
|
+
};
|
|
5868
6097
|
splitViewCard: {
|
|
5869
6098
|
a11y: {
|
|
5870
6099
|
close: string;
|
|
@@ -5877,6 +6106,10 @@ export declare const coreTranslations: {
|
|
|
5877
6106
|
checked: string;
|
|
5878
6107
|
unavailable: string;
|
|
5879
6108
|
select: string;
|
|
6109
|
+
"aria-label": {
|
|
6110
|
+
label: string;
|
|
6111
|
+
caption: string;
|
|
6112
|
+
};
|
|
5880
6113
|
};
|
|
5881
6114
|
thumbnailList: {
|
|
5882
6115
|
removeUpload: string;
|
|
@@ -5939,11 +6172,18 @@ export declare const coreTranslations: {
|
|
|
5939
6172
|
options: {
|
|
5940
6173
|
ariaLabel: string;
|
|
5941
6174
|
};
|
|
5942
|
-
|
|
5943
|
-
|
|
5944
|
-
|
|
5945
|
-
|
|
5946
|
-
|
|
6175
|
+
dragAndDropInstructions: string;
|
|
6176
|
+
dragStart: string;
|
|
6177
|
+
dragStartWithGroup: string;
|
|
6178
|
+
dragUpdate: string;
|
|
6179
|
+
dragUpdateWithGroup: string;
|
|
6180
|
+
dragEnd: string;
|
|
6181
|
+
dragEndWithGroup: string;
|
|
6182
|
+
};
|
|
6183
|
+
};
|
|
6184
|
+
};
|
|
6185
|
+
readonly 'pl-PL': {
|
|
6186
|
+
core: {
|
|
5947
6187
|
banner: {
|
|
5948
6188
|
dismissAlert: string;
|
|
5949
6189
|
expand: string;
|
|
@@ -5952,6 +6192,9 @@ export declare const coreTranslations: {
|
|
|
5952
6192
|
breadcrumbs: {
|
|
5953
6193
|
label: string;
|
|
5954
6194
|
};
|
|
6195
|
+
anchorNavigation: {
|
|
6196
|
+
landmarkLabel: string;
|
|
6197
|
+
};
|
|
5955
6198
|
calendar: {
|
|
5956
6199
|
navigationLabel: string;
|
|
5957
6200
|
};
|
|
@@ -6020,14 +6263,7 @@ export declare const coreTranslations: {
|
|
|
6020
6263
|
itemTypeGroupLabel: {
|
|
6021
6264
|
dailyLog: string;
|
|
6022
6265
|
prostoreFile: string;
|
|
6023
|
-
};
|
|
6024
|
-
* Hook to create I18n object.
|
|
6025
|
-
* @param {UseI18n} props - The I18n configuration.
|
|
6026
|
-
* @param {string} props.locale - The locale to use.
|
|
6027
|
-
* @param {Record<string, string>} props.translations - The translations to use.
|
|
6028
|
-
* @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.
|
|
6029
|
-
* @returns {I18nWithCDNFlag} The I18n object.
|
|
6030
|
-
*/
|
|
6266
|
+
};
|
|
6031
6267
|
itemName: string;
|
|
6032
6268
|
loading: string;
|
|
6033
6269
|
notes: string;
|
|
@@ -6262,8 +6498,12 @@ export declare const coreTranslations: {
|
|
|
6262
6498
|
clear: string;
|
|
6263
6499
|
search: string;
|
|
6264
6500
|
selectAll: string;
|
|
6501
|
+
selectedItems: string;
|
|
6265
6502
|
noResult: string;
|
|
6266
6503
|
};
|
|
6504
|
+
typeahead: {
|
|
6505
|
+
clear: string;
|
|
6506
|
+
};
|
|
6267
6507
|
splitViewCard: {
|
|
6268
6508
|
a11y: {
|
|
6269
6509
|
close: string;
|
|
@@ -6276,6 +6516,10 @@ export declare const coreTranslations: {
|
|
|
6276
6516
|
checked: string;
|
|
6277
6517
|
unavailable: string;
|
|
6278
6518
|
select: string;
|
|
6519
|
+
"aria-label": {
|
|
6520
|
+
label: string;
|
|
6521
|
+
caption: string;
|
|
6522
|
+
};
|
|
6279
6523
|
};
|
|
6280
6524
|
thumbnailList: {
|
|
6281
6525
|
removeUpload: string;
|
|
@@ -6338,10 +6582,426 @@ export declare const coreTranslations: {
|
|
|
6338
6582
|
options: {
|
|
6339
6583
|
ariaLabel: string;
|
|
6340
6584
|
};
|
|
6585
|
+
dragAndDropInstructions: string;
|
|
6586
|
+
dragStart: string;
|
|
6587
|
+
dragStartWithGroup: string;
|
|
6588
|
+
dragUpdate: string;
|
|
6589
|
+
dragUpdateWithGroup: string;
|
|
6590
|
+
dragEnd: string;
|
|
6591
|
+
dragEndWithGroup: string;
|
|
6592
|
+
};
|
|
6593
|
+
};
|
|
6594
|
+
};
|
|
6595
|
+
readonly 'nb-NO': {
|
|
6596
|
+
core: {
|
|
6597
|
+
banner: {
|
|
6598
|
+
dismissAlert: string;
|
|
6599
|
+
expand: string;
|
|
6600
|
+
collapse: string;
|
|
6601
|
+
};
|
|
6602
|
+
breadcrumbs: {
|
|
6603
|
+
label: string;
|
|
6604
|
+
};
|
|
6605
|
+
anchorNavigation: {
|
|
6606
|
+
landmarkLabel: string;
|
|
6607
|
+
};
|
|
6608
|
+
calendar: {
|
|
6609
|
+
navigationLabel: string;
|
|
6610
|
+
};
|
|
6611
|
+
connected: {
|
|
6612
|
+
fileSelect: {
|
|
6613
|
+
documents: string;
|
|
6614
|
+
drawings: string;
|
|
6615
|
+
forms: string;
|
|
6616
|
+
photos: string;
|
|
6617
|
+
selectAlbum: string;
|
|
6618
|
+
selectAnAlbum: string;
|
|
6619
|
+
selectArea: string;
|
|
6620
|
+
selectAnArea: string;
|
|
6621
|
+
selectDiscipline: string;
|
|
6622
|
+
selectADiscipline: string;
|
|
6623
|
+
selectSet: string;
|
|
6624
|
+
selectASet: string;
|
|
6625
|
+
selectTemplate: string;
|
|
6626
|
+
selectATemplate: string;
|
|
6627
|
+
};
|
|
6628
|
+
emails: {
|
|
6629
|
+
emailSendErrorTitle: string;
|
|
6630
|
+
emailBodyRequiredError: string;
|
|
6631
|
+
emailContentValidationError: string;
|
|
6632
|
+
emailContentDisclaimer: string;
|
|
6633
|
+
recipientSelectPlaceholder: string;
|
|
6634
|
+
emailRecipientRequiredError: string;
|
|
6635
|
+
emailSubjectRequiredError: string;
|
|
6636
|
+
goToAllEmails: string;
|
|
6637
|
+
sendEmail: string;
|
|
6638
|
+
replyAll: string;
|
|
6639
|
+
downloadAll: string;
|
|
6640
|
+
showAll: string;
|
|
6641
|
+
showLess: string;
|
|
6642
|
+
composeEmailPageTitle: string;
|
|
6643
|
+
emailSentMessage: string;
|
|
6644
|
+
from: string;
|
|
6645
|
+
to: string;
|
|
6646
|
+
cc: string;
|
|
6647
|
+
bcc: string;
|
|
6648
|
+
downloadPdfLong: string;
|
|
6649
|
+
downloadPdfShort: string;
|
|
6650
|
+
privateEmailDisclaimer: string;
|
|
6651
|
+
privateLabel: string;
|
|
6652
|
+
settingsLink: string;
|
|
6653
|
+
composeNewEmail: string;
|
|
6654
|
+
startNewCommunication: string;
|
|
6655
|
+
emptyStateTitle: string;
|
|
6656
|
+
emptyStateDescription: string;
|
|
6657
|
+
reply: string;
|
|
6658
|
+
cancel: string;
|
|
6659
|
+
subject: string;
|
|
6660
|
+
subjectPlaceholder: string;
|
|
6661
|
+
};
|
|
6662
|
+
distributionSelect: {
|
|
6663
|
+
noCompany: string;
|
|
6664
|
+
peopleCount: string;
|
|
6665
|
+
distributionGroups: string;
|
|
6666
|
+
people: string;
|
|
6667
|
+
};
|
|
6668
|
+
relatedItems: {
|
|
6669
|
+
cancel: string;
|
|
6670
|
+
close: string;
|
|
6671
|
+
date: string;
|
|
6672
|
+
itemType: string;
|
|
6673
|
+
itemTypeGroupLabel: {
|
|
6674
|
+
dailyLog: string;
|
|
6675
|
+
prostoreFile: string;
|
|
6676
|
+
};
|
|
6677
|
+
itemName: string;
|
|
6678
|
+
loading: string;
|
|
6679
|
+
notes: string;
|
|
6680
|
+
notesPlaceholder: string;
|
|
6681
|
+
newItem: string;
|
|
6682
|
+
noRelatedItems: {
|
|
6683
|
+
title: string;
|
|
6684
|
+
description: string;
|
|
6685
|
+
};
|
|
6686
|
+
noItems: {
|
|
6687
|
+
title: string;
|
|
6688
|
+
description: string;
|
|
6689
|
+
};
|
|
6690
|
+
noResultsSearchQuery: {
|
|
6691
|
+
title: string;
|
|
6692
|
+
description: string;
|
|
6693
|
+
};
|
|
6694
|
+
noResultsServerError: {
|
|
6695
|
+
title: string;
|
|
6696
|
+
description: string;
|
|
6697
|
+
action: string;
|
|
6698
|
+
};
|
|
6699
|
+
panelTitle: string;
|
|
6700
|
+
search: string;
|
|
6701
|
+
searchItemType: string;
|
|
6702
|
+
submit: string;
|
|
6703
|
+
toast: {
|
|
6704
|
+
itemAdded: string;
|
|
6705
|
+
itemAdditionFailed: string;
|
|
6706
|
+
itemRemoved: string;
|
|
6707
|
+
requestError: string;
|
|
6708
|
+
};
|
|
6709
|
+
};
|
|
6710
|
+
};
|
|
6711
|
+
dateTimeFormat: {
|
|
6712
|
+
dateAtTime: string;
|
|
6713
|
+
timeOnDate: string;
|
|
6714
|
+
};
|
|
6715
|
+
table: {
|
|
6716
|
+
a11y: {
|
|
6717
|
+
expand: string;
|
|
6718
|
+
collapse: string;
|
|
6719
|
+
};
|
|
6720
|
+
checkboxLabel: string;
|
|
6721
|
+
sortableColumn: string;
|
|
6722
|
+
};
|
|
6723
|
+
dataTable: {
|
|
6724
|
+
emptyState: {
|
|
6725
|
+
noFilteredResults: {
|
|
6726
|
+
description: string;
|
|
6727
|
+
title: string;
|
|
6728
|
+
};
|
|
6729
|
+
};
|
|
6730
|
+
exporting: string;
|
|
6731
|
+
filters: {
|
|
6732
|
+
filters: string;
|
|
6733
|
+
moreFilters: string;
|
|
6734
|
+
clearAllFilters: string;
|
|
6735
|
+
};
|
|
6736
|
+
grandTotals: string;
|
|
6737
|
+
search: string;
|
|
6738
|
+
subtotals: string;
|
|
6739
|
+
tableSettings: {
|
|
6740
|
+
configureColumns: string;
|
|
6741
|
+
resetToDefault: string;
|
|
6742
|
+
rowHeight: string;
|
|
6743
|
+
small: string;
|
|
6744
|
+
medium: string;
|
|
6745
|
+
large: string;
|
|
6746
|
+
tableSettings: string;
|
|
6747
|
+
};
|
|
6748
|
+
};
|
|
6749
|
+
dateInput: {
|
|
6750
|
+
clear: string;
|
|
6751
|
+
ariaLabel: string;
|
|
6752
|
+
segment: {
|
|
6753
|
+
ariaLabel: {
|
|
6754
|
+
withValue: {
|
|
6755
|
+
month: string;
|
|
6756
|
+
day: string;
|
|
6757
|
+
year: string;
|
|
6758
|
+
};
|
|
6759
|
+
withoutValue: {
|
|
6760
|
+
month: string;
|
|
6761
|
+
day: string;
|
|
6762
|
+
year: string;
|
|
6763
|
+
};
|
|
6764
|
+
};
|
|
6765
|
+
ariaValueText: {
|
|
6766
|
+
empty: string;
|
|
6767
|
+
};
|
|
6768
|
+
};
|
|
6769
|
+
clearButton: {
|
|
6770
|
+
ariaLabel: string;
|
|
6771
|
+
};
|
|
6772
|
+
};
|
|
6773
|
+
dropdown: {
|
|
6774
|
+
search: string;
|
|
6775
|
+
moreOptions: string;
|
|
6776
|
+
loading: string;
|
|
6777
|
+
};
|
|
6778
|
+
dropzone: {
|
|
6779
|
+
uploadFiles: {
|
|
6780
|
+
one: string;
|
|
6781
|
+
other: string;
|
|
6782
|
+
};
|
|
6783
|
+
dragAndDrop: string;
|
|
6784
|
+
incorrectFileTypeMessage: {
|
|
6785
|
+
one: string;
|
|
6786
|
+
other: string;
|
|
6787
|
+
};
|
|
6788
|
+
incorrectFileNumber: string;
|
|
6789
|
+
invalidAmountAttachments: {
|
|
6790
|
+
one: string;
|
|
6791
|
+
other: string;
|
|
6792
|
+
};
|
|
6793
|
+
hideDetails: string;
|
|
6794
|
+
showDetails: string;
|
|
6795
|
+
errorTitle: string;
|
|
6796
|
+
oneFileAtATimeError: string;
|
|
6797
|
+
multipleErrorsMessage: string;
|
|
6798
|
+
maxFileSizeErrorGroup: string;
|
|
6799
|
+
minFileSizeErrorGroup: string;
|
|
6800
|
+
zeroFileSizeErrorGroup: string;
|
|
6801
|
+
maxFileNumberErrorGroup: string;
|
|
6802
|
+
wrongFileTypeErrorGroup: string;
|
|
6803
|
+
standaloneMaxFileNumberError: string;
|
|
6804
|
+
standaloneUnsupportedFileTypeError: string;
|
|
6805
|
+
standaloneMinFileSizeError: string;
|
|
6806
|
+
standaloneMaxFileSizeError: string;
|
|
6807
|
+
standaloneZeroFileSizeError: string;
|
|
6808
|
+
uploadTotalProgress: {
|
|
6809
|
+
withFailed: string;
|
|
6810
|
+
withoutFailed: string;
|
|
6811
|
+
};
|
|
6812
|
+
};
|
|
6813
|
+
modal: {
|
|
6814
|
+
a11y: {
|
|
6815
|
+
close: string;
|
|
6816
|
+
};
|
|
6817
|
+
cancel: string;
|
|
6818
|
+
};
|
|
6819
|
+
multiSelect: {
|
|
6820
|
+
clearAll: string;
|
|
6821
|
+
selectValues: string;
|
|
6822
|
+
noResults: string;
|
|
6823
|
+
selectedToken: string;
|
|
6824
|
+
selectedItems: string;
|
|
6825
|
+
noneSelected: string;
|
|
6826
|
+
};
|
|
6827
|
+
tearsheet: {
|
|
6828
|
+
a11y: {
|
|
6829
|
+
close: string;
|
|
6830
|
+
};
|
|
6831
|
+
};
|
|
6832
|
+
fileAttacher: {
|
|
6833
|
+
attachFiles: {
|
|
6834
|
+
one: string;
|
|
6835
|
+
other: string;
|
|
6836
|
+
};
|
|
6837
|
+
};
|
|
6838
|
+
fileToken: {
|
|
6839
|
+
uploading: string;
|
|
6840
|
+
};
|
|
6841
|
+
tree: {
|
|
6842
|
+
expand: string;
|
|
6843
|
+
collapse: string;
|
|
6844
|
+
selectionLimit: {
|
|
6845
|
+
one: string;
|
|
6846
|
+
other: string;
|
|
6847
|
+
};
|
|
6848
|
+
unsupportedFileType: {
|
|
6849
|
+
specific: string;
|
|
6850
|
+
unspecific: string;
|
|
6851
|
+
};
|
|
6852
|
+
};
|
|
6853
|
+
fileExplorer: {
|
|
6854
|
+
filesSelectedWithLimit: string;
|
|
6855
|
+
ungroupedThumbnailGridGroup: string;
|
|
6856
|
+
filesSelected: {
|
|
6857
|
+
one: string;
|
|
6858
|
+
other: string;
|
|
6859
|
+
};
|
|
6860
|
+
cancelAction: string;
|
|
6861
|
+
attachAction: string;
|
|
6862
|
+
maxNumberOfFilesSelected: string;
|
|
6863
|
+
modalTitle: string;
|
|
6864
|
+
filesPendingUpload: string;
|
|
6865
|
+
noSelectedItems: string;
|
|
6866
|
+
emptySearchResults: string;
|
|
6867
|
+
noItems: string;
|
|
6868
|
+
searchPlaceholder: string;
|
|
6869
|
+
uploadFailed: string;
|
|
6870
|
+
supportedFileTypes: string;
|
|
6871
|
+
};
|
|
6872
|
+
form: {
|
|
6873
|
+
closeWithConfirm: {
|
|
6874
|
+
confirmMessage: string;
|
|
6875
|
+
};
|
|
6876
|
+
checkbox: {
|
|
6877
|
+
no: string;
|
|
6878
|
+
yes: string;
|
|
6879
|
+
checked: string;
|
|
6880
|
+
unchecked: string;
|
|
6881
|
+
};
|
|
6882
|
+
errorBanner: {
|
|
6883
|
+
couldNotCreateItem: string;
|
|
6884
|
+
couldNotUpdateItem: string;
|
|
6885
|
+
fixErrorsToCreate: string;
|
|
6886
|
+
fixErrorsToUpdate: string;
|
|
6887
|
+
};
|
|
6888
|
+
field: {
|
|
6889
|
+
tooltipHelp: string;
|
|
6890
|
+
};
|
|
6891
|
+
};
|
|
6892
|
+
menu: {
|
|
6893
|
+
search: string;
|
|
6894
|
+
};
|
|
6895
|
+
pagination: {
|
|
6896
|
+
interval: string;
|
|
6897
|
+
notation: string;
|
|
6898
|
+
page: string;
|
|
6899
|
+
nextPage: string;
|
|
6900
|
+
prevPage: string;
|
|
6901
|
+
};
|
|
6902
|
+
search: {
|
|
6903
|
+
clear: string;
|
|
6904
|
+
goSearch: string;
|
|
6905
|
+
label: string;
|
|
6906
|
+
};
|
|
6907
|
+
select: {
|
|
6908
|
+
clear: string;
|
|
6909
|
+
search: string;
|
|
6910
|
+
selectAll: string;
|
|
6911
|
+
selectedItems: string;
|
|
6912
|
+
noResult: string;
|
|
6913
|
+
};
|
|
6914
|
+
typeahead: {
|
|
6915
|
+
clear: string;
|
|
6916
|
+
};
|
|
6917
|
+
splitViewCard: {
|
|
6918
|
+
a11y: {
|
|
6919
|
+
close: string;
|
|
6920
|
+
};
|
|
6921
|
+
};
|
|
6922
|
+
tabs: {
|
|
6923
|
+
more: string;
|
|
6924
|
+
};
|
|
6925
|
+
thumbnail: {
|
|
6926
|
+
checked: string;
|
|
6927
|
+
unavailable: string;
|
|
6928
|
+
select: string;
|
|
6929
|
+
"aria-label": {
|
|
6930
|
+
label: string;
|
|
6931
|
+
caption: string;
|
|
6932
|
+
};
|
|
6933
|
+
};
|
|
6934
|
+
thumbnailList: {
|
|
6935
|
+
removeUpload: string;
|
|
6936
|
+
uploading: string;
|
|
6937
|
+
};
|
|
6938
|
+
toast: {
|
|
6939
|
+
a11y: {
|
|
6940
|
+
dismiss: string;
|
|
6941
|
+
};
|
|
6942
|
+
};
|
|
6943
|
+
fileList: {
|
|
6944
|
+
downloadAll: string;
|
|
6945
|
+
download: string;
|
|
6946
|
+
noPreview: string;
|
|
6947
|
+
};
|
|
6948
|
+
tieredSelect: {
|
|
6949
|
+
emptyMessage: string;
|
|
6950
|
+
goToTier: string;
|
|
6951
|
+
placeholder: string;
|
|
6952
|
+
quickCreateActionLabel: string;
|
|
6953
|
+
quickCreateCancelLabel: string;
|
|
6954
|
+
quickCreateCreateLabel: string;
|
|
6955
|
+
quickCreatePlaceholder: string;
|
|
6956
|
+
searchEmptyMessage: string;
|
|
6957
|
+
searchPlaceholder: string;
|
|
6958
|
+
spinnerLabel: string;
|
|
6959
|
+
};
|
|
6960
|
+
tieredDropdown: {
|
|
6961
|
+
emptyMessage: string;
|
|
6962
|
+
searchEmptyMessage: string;
|
|
6963
|
+
searchPlaceholder: string;
|
|
6964
|
+
spinnerLabel: string;
|
|
6965
|
+
};
|
|
6966
|
+
spinner: {
|
|
6967
|
+
loading: string;
|
|
6968
|
+
};
|
|
6969
|
+
token: {
|
|
6970
|
+
remove: string;
|
|
6971
|
+
};
|
|
6972
|
+
toolHeader: {
|
|
6973
|
+
settingsAction: string;
|
|
6974
|
+
};
|
|
6975
|
+
fileSelect: {
|
|
6976
|
+
localFilesSource: string;
|
|
6977
|
+
uploadFailed: string;
|
|
6978
|
+
maxNumberOfFilesSelected: string;
|
|
6979
|
+
};
|
|
6980
|
+
required: {
|
|
6981
|
+
requiredFields: string;
|
|
6982
|
+
};
|
|
6983
|
+
avatarStack: {
|
|
6984
|
+
viewAll: string;
|
|
6985
|
+
close: string;
|
|
6986
|
+
};
|
|
6987
|
+
panel: {
|
|
6988
|
+
close: string;
|
|
6989
|
+
goBack: string;
|
|
6990
|
+
};
|
|
6991
|
+
menuImperative: {
|
|
6992
|
+
options: {
|
|
6993
|
+
ariaLabel: string;
|
|
6994
|
+
};
|
|
6995
|
+
dragAndDropInstructions: string;
|
|
6996
|
+
dragStart: string;
|
|
6997
|
+
dragStartWithGroup: string;
|
|
6998
|
+
dragUpdate: string;
|
|
6999
|
+
dragUpdateWithGroup: string;
|
|
7000
|
+
dragEnd: string;
|
|
7001
|
+
dragEndWithGroup: string;
|
|
6341
7002
|
};
|
|
6342
7003
|
};
|
|
6343
7004
|
};
|
|
6344
|
-
readonly 'nb-NO': {};
|
|
6345
7005
|
readonly 'zh-TW': {
|
|
6346
7006
|
core: {
|
|
6347
7007
|
banner: {
|
|
@@ -6352,6 +7012,9 @@ export declare const coreTranslations: {
|
|
|
6352
7012
|
breadcrumbs: {
|
|
6353
7013
|
label: string;
|
|
6354
7014
|
};
|
|
7015
|
+
anchorNavigation: {
|
|
7016
|
+
landmarkLabel: string;
|
|
7017
|
+
};
|
|
6355
7018
|
calendar: {
|
|
6356
7019
|
navigationLabel: string;
|
|
6357
7020
|
};
|
|
@@ -6655,8 +7318,12 @@ export declare const coreTranslations: {
|
|
|
6655
7318
|
clear: string;
|
|
6656
7319
|
search: string;
|
|
6657
7320
|
selectAll: string;
|
|
7321
|
+
selectedItems: string;
|
|
6658
7322
|
noResult: string;
|
|
6659
7323
|
};
|
|
7324
|
+
typeahead: {
|
|
7325
|
+
clear: string;
|
|
7326
|
+
};
|
|
6660
7327
|
splitViewCard: {
|
|
6661
7328
|
a11y: {
|
|
6662
7329
|
close: string;
|
|
@@ -6669,6 +7336,10 @@ export declare const coreTranslations: {
|
|
|
6669
7336
|
checked: string;
|
|
6670
7337
|
unavailable: string;
|
|
6671
7338
|
select: string;
|
|
7339
|
+
"aria-label": {
|
|
7340
|
+
label: string;
|
|
7341
|
+
caption: string;
|
|
7342
|
+
};
|
|
6672
7343
|
};
|
|
6673
7344
|
thumbnailList: {
|
|
6674
7345
|
removeUpload: string;
|
|
@@ -6731,6 +7402,13 @@ export declare const coreTranslations: {
|
|
|
6731
7402
|
options: {
|
|
6732
7403
|
ariaLabel: string;
|
|
6733
7404
|
};
|
|
7405
|
+
dragAndDropInstructions: string;
|
|
7406
|
+
dragStart: string;
|
|
7407
|
+
dragStartWithGroup: string;
|
|
7408
|
+
dragUpdate: string;
|
|
7409
|
+
dragUpdateWithGroup: string;
|
|
7410
|
+
dragEnd: string;
|
|
7411
|
+
dragEndWithGroup: string;
|
|
6734
7412
|
};
|
|
6735
7413
|
};
|
|
6736
7414
|
};
|
|
@@ -6744,6 +7422,9 @@ export declare const coreTranslations: {
|
|
|
6744
7422
|
breadcrumbs: {
|
|
6745
7423
|
label: string;
|
|
6746
7424
|
};
|
|
7425
|
+
anchorNavigation: {
|
|
7426
|
+
landmarkLabel: string;
|
|
7427
|
+
};
|
|
6747
7428
|
calendar: {
|
|
6748
7429
|
navigationLabel: string;
|
|
6749
7430
|
};
|
|
@@ -7047,8 +7728,12 @@ export declare const coreTranslations: {
|
|
|
7047
7728
|
clear: string;
|
|
7048
7729
|
search: string;
|
|
7049
7730
|
selectAll: string;
|
|
7731
|
+
selectedItems: string;
|
|
7050
7732
|
noResult: string;
|
|
7051
7733
|
};
|
|
7734
|
+
typeahead: {
|
|
7735
|
+
clear: string;
|
|
7736
|
+
};
|
|
7052
7737
|
splitViewCard: {
|
|
7053
7738
|
a11y: {
|
|
7054
7739
|
close: string;
|
|
@@ -7061,6 +7746,10 @@ export declare const coreTranslations: {
|
|
|
7061
7746
|
checked: string;
|
|
7062
7747
|
unavailable: string;
|
|
7063
7748
|
select: string;
|
|
7749
|
+
"aria-label": {
|
|
7750
|
+
label: string;
|
|
7751
|
+
caption: string;
|
|
7752
|
+
};
|
|
7064
7753
|
};
|
|
7065
7754
|
thumbnailList: {
|
|
7066
7755
|
removeUpload: string;
|
|
@@ -7123,6 +7812,13 @@ export declare const coreTranslations: {
|
|
|
7123
7812
|
options: {
|
|
7124
7813
|
ariaLabel: string;
|
|
7125
7814
|
};
|
|
7815
|
+
dragAndDropInstructions: string;
|
|
7816
|
+
dragStart: string;
|
|
7817
|
+
dragStartWithGroup: string;
|
|
7818
|
+
dragUpdate: string;
|
|
7819
|
+
dragUpdateWithGroup: string;
|
|
7820
|
+
dragEnd: string;
|
|
7821
|
+
dragEndWithGroup: string;
|
|
7126
7822
|
};
|
|
7127
7823
|
};
|
|
7128
7824
|
};
|
|
@@ -7136,6 +7832,9 @@ export declare const coreTranslations: {
|
|
|
7136
7832
|
breadcrumbs: {
|
|
7137
7833
|
label: string;
|
|
7138
7834
|
};
|
|
7835
|
+
anchorNavigation: {
|
|
7836
|
+
landmarkLabel: string;
|
|
7837
|
+
};
|
|
7139
7838
|
calendar: {
|
|
7140
7839
|
navigationLabel: string;
|
|
7141
7840
|
};
|
|
@@ -7439,8 +8138,12 @@ export declare const coreTranslations: {
|
|
|
7439
8138
|
clear: string;
|
|
7440
8139
|
search: string;
|
|
7441
8140
|
selectAll: string;
|
|
8141
|
+
selectedItems: string;
|
|
7442
8142
|
noResult: string;
|
|
7443
8143
|
};
|
|
8144
|
+
typeahead: {
|
|
8145
|
+
clear: string;
|
|
8146
|
+
};
|
|
7444
8147
|
splitViewCard: {
|
|
7445
8148
|
a11y: {
|
|
7446
8149
|
close: string;
|
|
@@ -7453,6 +8156,10 @@ export declare const coreTranslations: {
|
|
|
7453
8156
|
checked: string;
|
|
7454
8157
|
unavailable: string;
|
|
7455
8158
|
select: string;
|
|
8159
|
+
"aria-label": {
|
|
8160
|
+
label: string;
|
|
8161
|
+
caption: string;
|
|
8162
|
+
};
|
|
7456
8163
|
};
|
|
7457
8164
|
thumbnailList: {
|
|
7458
8165
|
removeUpload: string;
|
|
@@ -7515,6 +8222,13 @@ export declare const coreTranslations: {
|
|
|
7515
8222
|
options: {
|
|
7516
8223
|
ariaLabel: string;
|
|
7517
8224
|
};
|
|
8225
|
+
dragAndDropInstructions: string;
|
|
8226
|
+
dragStart: string;
|
|
8227
|
+
dragStartWithGroup: string;
|
|
8228
|
+
dragUpdate: string;
|
|
8229
|
+
dragUpdateWithGroup: string;
|
|
8230
|
+
dragEnd: string;
|
|
8231
|
+
dragEndWithGroup: string;
|
|
7518
8232
|
};
|
|
7519
8233
|
};
|
|
7520
8234
|
};
|