@procore/core-react 12.40.0 → 12.42.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 +39 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.d.ts +1 -1
- package/dist/AvatarStack/AvatarStack.js +29 -6
- package/dist/AvatarStack/AvatarStack.js.map +1 -1
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- package/dist/AvatarStack/AvatarStack.types.d.ts +7 -0
- 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 +9 -9
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/ContactItem/ContactItem.js +7 -3
- package/dist/ContactItem/ContactItem.js.map +1 -1
- 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.styles.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
- package/dist/Dropzone/Dropzone.js +1 -1
- package/dist/Dropzone/Dropzone.styles.js +10 -10
- package/dist/Dropzone/Dropzone.styles.js.map +1 -1
- 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.d.ts +8 -15
- package/dist/FileSelect/FileSelect.js +8 -15
- package/dist/FileSelect/FileSelect.js.map +1 -1
- package/dist/FileSelect/FileSelect.styles.js +2 -2
- package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
- package/dist/FileSelect/FileTokenList/FileTokenList.d.ts +8 -0
- package/dist/FileSelect/FileTokenList/FileTokenList.js +9 -0
- package/dist/FileSelect/FileTokenList/FileTokenList.js.map +1 -1
- 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.styles.js +13 -13
- 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 -1
- package/dist/MenuImperative/MenuImperative.js +126 -34
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.js +15 -15
- package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.types.d.ts +36 -0
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/MenuImperative/sensors.d.ts +6 -3
- package/dist/MenuImperative/sensors.js +42 -34
- package/dist/MenuImperative/sensors.js.map +1 -1
- package/dist/Modal/Modal.d.ts +4 -0
- package/dist/Modal/Modal.js +23 -13
- package/dist/Modal/Modal.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/Modal/Modal.types.d.ts +28 -5
- package/dist/Modal/Modal.types.js.map +1 -1
- package/dist/Modal/index.d.ts +1 -1
- package/dist/Modal/index.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/a11yPresets.d.ts +17 -24
- package/dist/OverlayTrigger/a11yPresets.js +29 -27
- package/dist/OverlayTrigger/a11yPresets.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.d.ts +2 -1
- package/dist/PillSelect/PillSelect.js +59 -41
- 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 +4 -4
- package/dist/ProgressBar/ProgressBar.styles.js.map +1 -1
- 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.js +0 -1
- package/dist/Section/Section.js.map +1 -1
- package/dist/Section/Section.styles.js +7 -7
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/Select/Select.d.ts +2 -0
- package/dist/Select/Select.js +108 -79
- 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.styles.js +5 -5
- 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 +38 -38
- package/dist/SuperSelect/useSuperSelect.js +2 -2
- 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/Table/Table.types.d.ts +5 -2
- package/dist/Table/Table.types.js.map +1 -1
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +15 -15
- package/dist/Tearsheet/Tearsheet.js +1 -1
- package/dist/Tearsheet/Tearsheet.js.map +1 -1
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/Tearsheet/storybook/PageLayoutDemo.js +1 -0
- package/dist/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.js +126 -46
- 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/Thumbnail.utils.d.ts +2 -0
- package/dist/Thumbnail/Thumbnail.utils.js +6 -0
- package/dist/Thumbnail/Thumbnail.utils.js.map +1 -1
- package/dist/Thumbnail/ThumbnailCaption.js +45 -52
- 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 +22 -153
- package/dist/_locales/de-DE.json +1 -10
- package/dist/_locales/en-AU.json +1 -10
- package/dist/_locales/en-CA.json +1 -10
- package/dist/_locales/en-GB.json +1 -10
- package/dist/_locales/en.json +13 -2
- package/dist/_locales/es-ES.json +1 -10
- package/dist/_locales/es.json +1 -10
- package/dist/_locales/fr-CA.json +1 -10
- package/dist/_locales/fr-FR.json +1 -10
- package/dist/_locales/is-IS.json +1 -10
- package/dist/_locales/it-IT.json +1 -10
- package/dist/_locales/ja-JP.json +1 -10
- package/dist/_locales/pl-PL.json +1 -10
- package/dist/_locales/pseudo.json +13 -2
- package/dist/_locales/pt-BR.json +1 -10
- package/dist/_locales/pt-PT.json +2 -11
- package/dist/_locales/th-TH.json +1 -10
- package/dist/_locales/zh-SG.json +1 -10
- package/dist/_locales/zh-TW.json +1 -10
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_styles/colors.js +1 -3
- package/dist/_styles/colors.js.map +1 -1
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +34 -24
- 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 +13 -13
- package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +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.json +3 -3
- 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 +760 -760
- 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 +147 -77
- package/dist/_typedoc/Modal/Modal.types.json +96 -68
- 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 +27 -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 +21 -21
- 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/dist/_typedoc/deprecations.json +1 -1
- package/package.json +3 -3
package/dist/_hooks/I18n.d.ts
CHANGED
|
@@ -400,15 +400,6 @@ export declare const coreTranslations: {
|
|
|
400
400
|
options: {
|
|
401
401
|
ariaLabel: string;
|
|
402
402
|
};
|
|
403
|
-
dragAndDropInstructions: string;
|
|
404
|
-
selectInstructions: string;
|
|
405
|
-
unselectInstructions: string;
|
|
406
|
-
dragStart: string;
|
|
407
|
-
dragStartWithGroup: string;
|
|
408
|
-
dragUpdate: string;
|
|
409
|
-
dragUpdateWithGroup: string;
|
|
410
|
-
dragEnd: string;
|
|
411
|
-
dragEndWithGroup: string;
|
|
412
403
|
};
|
|
413
404
|
};
|
|
414
405
|
};
|
|
@@ -739,6 +730,10 @@ export declare const coreTranslations: {
|
|
|
739
730
|
checked: string;
|
|
740
731
|
unavailable: string;
|
|
741
732
|
select: string;
|
|
733
|
+
"aria-label": {
|
|
734
|
+
label: string;
|
|
735
|
+
caption: string;
|
|
736
|
+
};
|
|
742
737
|
};
|
|
743
738
|
thumbnailList: {
|
|
744
739
|
removeUpload: string;
|
|
@@ -801,6 +796,13 @@ export declare const coreTranslations: {
|
|
|
801
796
|
options: {
|
|
802
797
|
ariaLabel: string;
|
|
803
798
|
};
|
|
799
|
+
dragAndDropInstructions: string;
|
|
800
|
+
dragStart: string;
|
|
801
|
+
dragStartWithGroup: string;
|
|
802
|
+
dragUpdate: string;
|
|
803
|
+
dragUpdateWithGroup: string;
|
|
804
|
+
dragEnd: string;
|
|
805
|
+
dragEndWithGroup: string;
|
|
804
806
|
};
|
|
805
807
|
};
|
|
806
808
|
};
|
|
@@ -1193,15 +1195,6 @@ export declare const coreTranslations: {
|
|
|
1193
1195
|
options: {
|
|
1194
1196
|
ariaLabel: string;
|
|
1195
1197
|
};
|
|
1196
|
-
dragAndDropInstructions: string;
|
|
1197
|
-
selectInstructions: string;
|
|
1198
|
-
unselectInstructions: string;
|
|
1199
|
-
dragStart: string;
|
|
1200
|
-
dragStartWithGroup: string;
|
|
1201
|
-
dragUpdate: string;
|
|
1202
|
-
dragUpdateWithGroup: string;
|
|
1203
|
-
dragEnd: string;
|
|
1204
|
-
dragEndWithGroup: string;
|
|
1205
1198
|
};
|
|
1206
1199
|
};
|
|
1207
1200
|
};
|
|
@@ -1594,15 +1587,6 @@ export declare const coreTranslations: {
|
|
|
1594
1587
|
options: {
|
|
1595
1588
|
ariaLabel: string;
|
|
1596
1589
|
};
|
|
1597
|
-
dragAndDropInstructions: string;
|
|
1598
|
-
selectInstructions: string;
|
|
1599
|
-
unselectInstructions: string;
|
|
1600
|
-
dragStart: string;
|
|
1601
|
-
dragStartWithGroup: string;
|
|
1602
|
-
dragUpdate: string;
|
|
1603
|
-
dragUpdateWithGroup: string;
|
|
1604
|
-
dragEnd: string;
|
|
1605
|
-
dragEndWithGroup: string;
|
|
1606
1590
|
};
|
|
1607
1591
|
};
|
|
1608
1592
|
};
|
|
@@ -1995,15 +1979,6 @@ export declare const coreTranslations: {
|
|
|
1995
1979
|
options: {
|
|
1996
1980
|
ariaLabel: string;
|
|
1997
1981
|
};
|
|
1998
|
-
dragAndDropInstructions: string;
|
|
1999
|
-
selectInstructions: string;
|
|
2000
|
-
unselectInstructions: string;
|
|
2001
|
-
dragStart: string;
|
|
2002
|
-
dragStartWithGroup: string;
|
|
2003
|
-
dragUpdate: string;
|
|
2004
|
-
dragUpdateWithGroup: string;
|
|
2005
|
-
dragEnd: string;
|
|
2006
|
-
dragEndWithGroup: string;
|
|
2007
1982
|
};
|
|
2008
1983
|
};
|
|
2009
1984
|
};
|
|
@@ -2396,15 +2371,6 @@ export declare const coreTranslations: {
|
|
|
2396
2371
|
options: {
|
|
2397
2372
|
ariaLabel: string;
|
|
2398
2373
|
};
|
|
2399
|
-
dragAndDropInstructions: string;
|
|
2400
|
-
selectInstructions: string;
|
|
2401
|
-
unselectInstructions: string;
|
|
2402
|
-
dragStart: string;
|
|
2403
|
-
dragStartWithGroup: string;
|
|
2404
|
-
dragUpdate: string;
|
|
2405
|
-
dragUpdateWithGroup: string;
|
|
2406
|
-
dragEnd: string;
|
|
2407
|
-
dragEndWithGroup: string;
|
|
2408
2374
|
};
|
|
2409
2375
|
};
|
|
2410
2376
|
};
|
|
@@ -2797,15 +2763,6 @@ export declare const coreTranslations: {
|
|
|
2797
2763
|
options: {
|
|
2798
2764
|
ariaLabel: string;
|
|
2799
2765
|
};
|
|
2800
|
-
dragAndDropInstructions: string;
|
|
2801
|
-
selectInstructions: string;
|
|
2802
|
-
unselectInstructions: string;
|
|
2803
|
-
dragStart: string;
|
|
2804
|
-
dragStartWithGroup: string;
|
|
2805
|
-
dragUpdate: string;
|
|
2806
|
-
dragUpdateWithGroup: string;
|
|
2807
|
-
dragEnd: string;
|
|
2808
|
-
dragEndWithGroup: string;
|
|
2809
2766
|
};
|
|
2810
2767
|
};
|
|
2811
2768
|
};
|
|
@@ -3198,15 +3155,6 @@ export declare const coreTranslations: {
|
|
|
3198
3155
|
options: {
|
|
3199
3156
|
ariaLabel: string;
|
|
3200
3157
|
};
|
|
3201
|
-
dragAndDropInstructions: string;
|
|
3202
|
-
selectInstructions: string;
|
|
3203
|
-
unselectInstructions: string;
|
|
3204
|
-
dragStart: string;
|
|
3205
|
-
dragStartWithGroup: string;
|
|
3206
|
-
dragUpdate: string;
|
|
3207
|
-
dragUpdateWithGroup: string;
|
|
3208
|
-
dragEnd: string;
|
|
3209
|
-
dragEndWithGroup: string;
|
|
3210
3158
|
};
|
|
3211
3159
|
};
|
|
3212
3160
|
};
|
|
@@ -3599,15 +3547,6 @@ export declare const coreTranslations: {
|
|
|
3599
3547
|
options: {
|
|
3600
3548
|
ariaLabel: string;
|
|
3601
3549
|
};
|
|
3602
|
-
dragAndDropInstructions: string;
|
|
3603
|
-
selectInstructions: string;
|
|
3604
|
-
unselectInstructions: string;
|
|
3605
|
-
dragStart: string;
|
|
3606
|
-
dragStartWithGroup: string;
|
|
3607
|
-
dragUpdate: string;
|
|
3608
|
-
dragUpdateWithGroup: string;
|
|
3609
|
-
dragEnd: string;
|
|
3610
|
-
dragEndWithGroup: string;
|
|
3611
3550
|
};
|
|
3612
3551
|
};
|
|
3613
3552
|
};
|
|
@@ -4000,15 +3939,6 @@ export declare const coreTranslations: {
|
|
|
4000
3939
|
options: {
|
|
4001
3940
|
ariaLabel: string;
|
|
4002
3941
|
};
|
|
4003
|
-
dragAndDropInstructions: string;
|
|
4004
|
-
selectInstructions: string;
|
|
4005
|
-
unselectInstructions: string;
|
|
4006
|
-
dragStart: string;
|
|
4007
|
-
dragStartWithGroup: string;
|
|
4008
|
-
dragUpdate: string;
|
|
4009
|
-
dragUpdateWithGroup: string;
|
|
4010
|
-
dragEnd: string;
|
|
4011
|
-
dragEndWithGroup: string;
|
|
4012
3942
|
};
|
|
4013
3943
|
};
|
|
4014
3944
|
};
|
|
@@ -4401,15 +4331,6 @@ export declare const coreTranslations: {
|
|
|
4401
4331
|
options: {
|
|
4402
4332
|
ariaLabel: string;
|
|
4403
4333
|
};
|
|
4404
|
-
dragAndDropInstructions: string;
|
|
4405
|
-
selectInstructions: string;
|
|
4406
|
-
unselectInstructions: string;
|
|
4407
|
-
dragStart: string;
|
|
4408
|
-
dragStartWithGroup: string;
|
|
4409
|
-
dragUpdate: string;
|
|
4410
|
-
dragUpdateWithGroup: string;
|
|
4411
|
-
dragEnd: string;
|
|
4412
|
-
dragEndWithGroup: string;
|
|
4413
4334
|
};
|
|
4414
4335
|
};
|
|
4415
4336
|
};
|
|
@@ -4740,6 +4661,10 @@ export declare const coreTranslations: {
|
|
|
4740
4661
|
checked: string;
|
|
4741
4662
|
unavailable: string;
|
|
4742
4663
|
select: string;
|
|
4664
|
+
"aria-label": {
|
|
4665
|
+
label: string;
|
|
4666
|
+
caption: string;
|
|
4667
|
+
};
|
|
4743
4668
|
};
|
|
4744
4669
|
thumbnailList: {
|
|
4745
4670
|
removeUpload: string;
|
|
@@ -4802,6 +4727,13 @@ export declare const coreTranslations: {
|
|
|
4802
4727
|
options: {
|
|
4803
4728
|
ariaLabel: string;
|
|
4804
4729
|
};
|
|
4730
|
+
dragAndDropInstructions: string;
|
|
4731
|
+
dragStart: string;
|
|
4732
|
+
dragStartWithGroup: string;
|
|
4733
|
+
dragUpdate: string;
|
|
4734
|
+
dragUpdateWithGroup: string;
|
|
4735
|
+
dragEnd: string;
|
|
4736
|
+
dragEndWithGroup: string;
|
|
4805
4737
|
};
|
|
4806
4738
|
};
|
|
4807
4739
|
};
|
|
@@ -5194,15 +5126,6 @@ export declare const coreTranslations: {
|
|
|
5194
5126
|
options: {
|
|
5195
5127
|
ariaLabel: string;
|
|
5196
5128
|
};
|
|
5197
|
-
dragAndDropInstructions: string;
|
|
5198
|
-
selectInstructions: string;
|
|
5199
|
-
unselectInstructions: string;
|
|
5200
|
-
dragStart: string;
|
|
5201
|
-
dragStartWithGroup: string;
|
|
5202
|
-
dragUpdate: string;
|
|
5203
|
-
dragUpdateWithGroup: string;
|
|
5204
|
-
dragEnd: string;
|
|
5205
|
-
dragEndWithGroup: string;
|
|
5206
5129
|
};
|
|
5207
5130
|
};
|
|
5208
5131
|
};
|
|
@@ -5603,15 +5526,6 @@ export declare const coreTranslations: {
|
|
|
5603
5526
|
options: {
|
|
5604
5527
|
ariaLabel: string;
|
|
5605
5528
|
};
|
|
5606
|
-
dragAndDropInstructions: string;
|
|
5607
|
-
selectInstructions: string;
|
|
5608
|
-
unselectInstructions: string;
|
|
5609
|
-
dragStart: string;
|
|
5610
|
-
dragStartWithGroup: string;
|
|
5611
|
-
dragUpdate: string;
|
|
5612
|
-
dragUpdateWithGroup: string;
|
|
5613
|
-
dragEnd: string;
|
|
5614
|
-
dragEndWithGroup: string;
|
|
5615
5529
|
};
|
|
5616
5530
|
};
|
|
5617
5531
|
};
|
|
@@ -6011,15 +5925,6 @@ export declare const coreTranslations: {
|
|
|
6011
5925
|
options: {
|
|
6012
5926
|
ariaLabel: string;
|
|
6013
5927
|
};
|
|
6014
|
-
dragAndDropInstructions: string;
|
|
6015
|
-
selectInstructions: string;
|
|
6016
|
-
unselectInstructions: string;
|
|
6017
|
-
dragStart: string;
|
|
6018
|
-
dragStartWithGroup: string;
|
|
6019
|
-
dragUpdate: string;
|
|
6020
|
-
dragUpdateWithGroup: string;
|
|
6021
|
-
dragEnd: string;
|
|
6022
|
-
dragEndWithGroup: string;
|
|
6023
5928
|
};
|
|
6024
5929
|
};
|
|
6025
5930
|
};
|
|
@@ -6419,15 +6324,6 @@ export declare const coreTranslations: {
|
|
|
6419
6324
|
options: {
|
|
6420
6325
|
ariaLabel: string;
|
|
6421
6326
|
};
|
|
6422
|
-
dragAndDropInstructions: string;
|
|
6423
|
-
selectInstructions: string;
|
|
6424
|
-
unselectInstructions: string;
|
|
6425
|
-
dragStart: string;
|
|
6426
|
-
dragStartWithGroup: string;
|
|
6427
|
-
dragUpdate: string;
|
|
6428
|
-
dragUpdateWithGroup: string;
|
|
6429
|
-
dragEnd: string;
|
|
6430
|
-
dragEndWithGroup: string;
|
|
6431
6327
|
};
|
|
6432
6328
|
};
|
|
6433
6329
|
};
|
|
@@ -6821,15 +6717,6 @@ export declare const coreTranslations: {
|
|
|
6821
6717
|
options: {
|
|
6822
6718
|
ariaLabel: string;
|
|
6823
6719
|
};
|
|
6824
|
-
dragAndDropInstructions: string;
|
|
6825
|
-
selectInstructions: string;
|
|
6826
|
-
unselectInstructions: string;
|
|
6827
|
-
dragStart: string;
|
|
6828
|
-
dragStartWithGroup: string;
|
|
6829
|
-
dragUpdate: string;
|
|
6830
|
-
dragUpdateWithGroup: string;
|
|
6831
|
-
dragEnd: string;
|
|
6832
|
-
dragEndWithGroup: string;
|
|
6833
6720
|
};
|
|
6834
6721
|
};
|
|
6835
6722
|
};
|
|
@@ -7222,15 +7109,6 @@ export declare const coreTranslations: {
|
|
|
7222
7109
|
options: {
|
|
7223
7110
|
ariaLabel: string;
|
|
7224
7111
|
};
|
|
7225
|
-
dragAndDropInstructions: string;
|
|
7226
|
-
selectInstructions: string;
|
|
7227
|
-
unselectInstructions: string;
|
|
7228
|
-
dragStart: string;
|
|
7229
|
-
dragStartWithGroup: string;
|
|
7230
|
-
dragUpdate: string;
|
|
7231
|
-
dragUpdateWithGroup: string;
|
|
7232
|
-
dragEnd: string;
|
|
7233
|
-
dragEndWithGroup: string;
|
|
7234
7112
|
};
|
|
7235
7113
|
};
|
|
7236
7114
|
};
|
|
@@ -7623,15 +7501,6 @@ export declare const coreTranslations: {
|
|
|
7623
7501
|
options: {
|
|
7624
7502
|
ariaLabel: string;
|
|
7625
7503
|
};
|
|
7626
|
-
dragAndDropInstructions: string;
|
|
7627
|
-
selectInstructions: string;
|
|
7628
|
-
unselectInstructions: string;
|
|
7629
|
-
dragStart: string;
|
|
7630
|
-
dragStartWithGroup: string;
|
|
7631
|
-
dragUpdate: string;
|
|
7632
|
-
dragUpdateWithGroup: string;
|
|
7633
|
-
dragEnd: string;
|
|
7634
|
-
dragEndWithGroup: string;
|
|
7635
7504
|
};
|
|
7636
7505
|
};
|
|
7637
7506
|
};
|
package/dist/_locales/de-DE.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Menüoptionen"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/en-AU.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Menu options"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/en-CA.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Menu options"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/en-GB.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Menu options"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/en.json
CHANGED
|
@@ -324,7 +324,11 @@
|
|
|
324
324
|
"thumbnail": {
|
|
325
325
|
"checked": "Checked",
|
|
326
326
|
"unavailable": "Content is unavailable",
|
|
327
|
-
"select": "Select item"
|
|
327
|
+
"select": "Select item",
|
|
328
|
+
"aria-label": {
|
|
329
|
+
"label": "Label",
|
|
330
|
+
"caption": "Caption"
|
|
331
|
+
}
|
|
328
332
|
},
|
|
329
333
|
"thumbnailList": {
|
|
330
334
|
"removeUpload": "Remove upload",
|
|
@@ -386,7 +390,14 @@
|
|
|
386
390
|
"menuImperative": {
|
|
387
391
|
"options": {
|
|
388
392
|
"ariaLabel": "Menu options"
|
|
389
|
-
}
|
|
393
|
+
},
|
|
394
|
+
"dragAndDropInstructions": "Press Space to drag, arrow keys to reorder.",
|
|
395
|
+
"dragStart": "You have lifted an item in position {{startPosition}}.",
|
|
396
|
+
"dragStartWithGroup": "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
397
|
+
"dragUpdate": "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
398
|
+
"dragUpdateWithGroup": "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
399
|
+
"dragEnd": "You have dropped an item in position {{endPosition}}.",
|
|
400
|
+
"dragEndWithGroup": "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
390
401
|
}
|
|
391
402
|
}
|
|
392
403
|
}
|
package/dist/_locales/es-ES.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Opciones del menú"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/es.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Opciones del menú"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/fr-CA.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Options de menu"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/fr-FR.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Options de menu"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/is-IS.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Valmyndarvalkostir"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/it-IT.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Opzioni di menu"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/ja-JP.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "メニューオプション"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/pl-PL.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Opcje menu"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
|
@@ -324,7 +324,11 @@
|
|
|
324
324
|
"thumbnail": {
|
|
325
325
|
"checked": "[ƇƇħḗƈķḗḓḓ]",
|
|
326
326
|
"unavailable": "[ƇƇƇƇƇǿƞŧḗƞŧ · īş · ŭƞȧṽȧīŀȧƀŀḗḗḗḗḗ]",
|
|
327
|
-
"select": "[ŞŞŞḗŀḗƈŧ · īŧḗḿḿḿ]"
|
|
327
|
+
"select": "[ŞŞŞḗŀḗƈŧ · īŧḗḿḿḿ]",
|
|
328
|
+
"aria-label": {
|
|
329
|
+
"label": "[Ŀȧƀḗŀ]",
|
|
330
|
+
"caption": "[ƇƇȧƥŧīǿƞƞ]"
|
|
331
|
+
}
|
|
328
332
|
},
|
|
329
333
|
"thumbnailList": {
|
|
330
334
|
"removeUpload": "[ŘŘŘḗḿǿṽḗ · ŭƥŀǿȧḓḓḓ]",
|
|
@@ -386,7 +390,14 @@
|
|
|
386
390
|
"menuImperative": {
|
|
387
391
|
"options": {
|
|
388
392
|
"ariaLabel": "[ḾḾḾḗƞŭ · ǿƥŧīǿƞşşş]"
|
|
389
|
-
}
|
|
393
|
+
},
|
|
394
|
+
"dragAndDropInstructions": "[ƤƤƤƤƤƤƤƤƤřḗşş · Şƥȧƈḗ · ŧǿ · ḓřȧɠ, · ȧřřǿẇ · ķḗẏş · ŧǿ · řḗǿřḓḗř.........]",
|
|
395
|
+
"dragStart": "[ẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ŀīƒŧḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{şŧȧřŧƤǿşīŧīǿƞ}}...........]",
|
|
396
|
+
"dragStartWithGroup": "[ẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ŀīƒŧḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{şŧȧřŧƤǿşīŧīǿƞ}} · īƞ · ɠřǿŭƥ · {{şŧȧřŧƓřǿŭƥŦīŧŀḗ}}.................]",
|
|
397
|
+
"dragUpdate": "[ẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ḿǿṽḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{şŧȧřŧƤǿşīŧīǿƞ}} · ŧǿ · ƥǿşīŧīǿƞ · {{ḗƞḓƤǿşīŧīǿƞ}}.................]",
|
|
398
|
+
"dragUpdateWithGroup": "[ẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ḿǿṽḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{şŧȧřŧƤǿşīŧīǿƞ}} · īƞ · ɠřǿŭƥ · {{şŧȧřŧƓřǿŭƥŦīŧŀḗ}} · ŧǿ · ƥǿşīŧīǿƞ · {{ḗƞḓƤǿşīŧīǿƞ}} · īƞ · ɠřǿŭƥ · {{ḗƞḓƓřǿŭƥŦīŧŀḗ}}............................]",
|
|
399
|
+
"dragEnd": "[ẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ḓřǿƥƥḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{ḗƞḓƤǿşīŧīǿƞ}}...........]",
|
|
400
|
+
"dragEndWithGroup": "[ẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ḓřǿƥƥḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{ḗƞḓƤǿşīŧīǿƞ}} · īƞ · ɠřǿŭƥ · {{ḗƞḓƓřǿŭƥŦīŧŀḗ}}................]"
|
|
390
401
|
}
|
|
391
402
|
}
|
|
392
403
|
}
|
package/dist/_locales/pt-BR.json
CHANGED
|
@@ -386,16 +386,7 @@
|
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Opções do menu"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|
package/dist/_locales/pt-PT.json
CHANGED
|
@@ -381,21 +381,12 @@
|
|
|
381
381
|
},
|
|
382
382
|
"panel" : {
|
|
383
383
|
"close" : "Fechar",
|
|
384
|
-
"goBack" : "
|
|
384
|
+
"goBack" : "Voltar"
|
|
385
385
|
},
|
|
386
386
|
"menuImperative" : {
|
|
387
387
|
"options" : {
|
|
388
388
|
"ariaLabel" : "Opções do menu"
|
|
389
|
-
}
|
|
390
|
-
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
391
|
-
"selectInstructions" : "Press Enter to select",
|
|
392
|
-
"unselectInstructions" : "Press Enter to unselect",
|
|
393
|
-
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
394
|
-
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
395
|
-
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
396
|
-
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
397
|
-
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
398
|
-
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
389
|
+
}
|
|
399
390
|
}
|
|
400
391
|
}
|
|
401
392
|
}
|