@procore/core-react 12.34.1 → 12.36.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.
Files changed (284) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  3. package/dist/Avatar/Avatar.styles.js +5 -5
  4. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  5. package/dist/Badge/Badge.styles.js +2 -2
  6. package/dist/BadgePill/BadgePill.styles.js +4 -4
  7. package/dist/Banner/Banner.styles.js +10 -10
  8. package/dist/Box/Box.styles.js +1 -1
  9. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  10. package/dist/Button/Button.styles.js +5 -5
  11. package/dist/Calendar/Calendar.d.ts +2 -2
  12. package/dist/Calendar/Calendar.js.map +1 -1
  13. package/dist/Calendar/Calendar.styles.d.ts +6 -3
  14. package/dist/Calendar/Calendar.styles.js +15 -9
  15. package/dist/Calendar/Calendar.styles.js.map +1 -1
  16. package/dist/Calendar/Calendar.types.d.ts +1 -31
  17. package/dist/Calendar/Calendar.types.js.map +1 -1
  18. package/dist/Card/Card.styles.js +1 -1
  19. package/dist/Checkbox/Checkbox.styles.js +6 -6
  20. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  21. package/dist/ContactItem/ContactItem.styles.js +5 -5
  22. package/dist/ContactItem/ContactItem.types.d.ts +2 -0
  23. package/dist/ContactItem/ContactItem.types.js.map +1 -1
  24. package/dist/Content/Content.styles.js +2 -2
  25. package/dist/DateInput/DateInput.js +58 -53
  26. package/dist/DateInput/DateInput.js.map +1 -1
  27. package/dist/DateInput/DateInput.styles.js +9 -9
  28. package/dist/DateInput/DateInput.styles.js.map +1 -1
  29. package/dist/DetailPage/DetailPage.styles.js +7 -7
  30. package/dist/Dropdown/Dropdown.styles.js +3 -3
  31. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  32. package/dist/Dropzone/Dropzone.js +1 -1
  33. package/dist/Dropzone/Dropzone.styles.js +9 -9
  34. package/dist/EmptyState/EmptyState.styles.js +6 -6
  35. package/dist/Field/Field.styles.js +3 -3
  36. package/dist/FileList/FileList.styles.js +4 -4
  37. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  38. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  39. package/dist/FileSelect/FileSelect.styles.js +2 -2
  40. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  41. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  42. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  43. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  44. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  45. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  46. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  47. package/dist/FileToken/FileToken.styles.js +4 -4
  48. package/dist/FilterToken/FilterToken.styles.js +5 -5
  49. package/dist/FlexList/FlexList.styles.js +1 -1
  50. package/dist/Form/Form.styles.js +14 -14
  51. package/dist/Form/StyledFormikForm.styles.js +2 -2
  52. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  53. package/dist/Grid/Grid.styles.js +2 -2
  54. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  55. package/dist/Input/Input.styles.js +2 -2
  56. package/dist/Input/Input.styles.js.map +1 -1
  57. package/dist/Link/Link.styles.js +1 -1
  58. package/dist/ListPage/ListPage.styles.js +8 -8
  59. package/dist/Loader/Loader.styles.js +2 -2
  60. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  61. package/dist/Modal/Modal.styles.js +13 -13
  62. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  63. package/dist/NextMenu/NextMenu.styles.js +3 -3
  64. package/dist/Notation/Notation.js +1 -1
  65. package/dist/NumberInput/NumberInput.styles.js +9 -9
  66. package/dist/NumberInput/NumberInput.styles.js.map +1 -1
  67. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  68. package/dist/OverlayTrigger/OverlayTrigger.js +16 -0
  69. package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
  70. package/dist/PageLayout/PageLayout.styles.js +16 -16
  71. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  72. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  73. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  74. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  75. package/dist/Pagination/Pagination.styles.js +6 -6
  76. package/dist/Pagination/Pagination.styles.js.map +1 -1
  77. package/dist/Pagination/Pagination.types.d.ts +4 -0
  78. package/dist/Pagination/Pagination.types.js.map +1 -1
  79. package/dist/Pagination/PaginationSelect.js +59 -3
  80. package/dist/Pagination/PaginationSelect.js.map +1 -1
  81. package/dist/Panel/Panel.js +6 -2
  82. package/dist/Panel/Panel.js.map +1 -1
  83. package/dist/Panel/Panel.styles.js +11 -11
  84. package/dist/Pill/Pill.styles.js +3 -3
  85. package/dist/PillSelect/PillSelect.styles.js +4 -4
  86. package/dist/Popover/Popover.styles.js +2 -2
  87. package/dist/Portal/Portal.js +4 -1
  88. package/dist/Portal/Portal.js.map +1 -1
  89. package/dist/Portal/Portal.styles.js +1 -1
  90. package/dist/Portal/Portal.types.d.ts +1 -1
  91. package/dist/Portal/Portal.types.js.map +1 -1
  92. package/dist/Portal/PortalProvider.d.ts +5 -0
  93. package/dist/Portal/PortalProvider.js +14 -0
  94. package/dist/Portal/PortalProvider.js.map +1 -0
  95. package/dist/Portal/PortalProvider.types.d.ts +4 -0
  96. package/dist/Portal/PortalProvider.types.js +2 -0
  97. package/dist/Portal/PortalProvider.types.js.map +1 -0
  98. package/dist/Portal/index.d.ts +2 -0
  99. package/dist/Portal/index.js +1 -0
  100. package/dist/Portal/index.js.map +1 -1
  101. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  102. package/dist/RadioButton/RadioButton.styles.js +4 -4
  103. package/dist/RadioButton/RadioButton.styles.js.map +1 -1
  104. package/dist/Required/Required.styles.js +3 -3
  105. package/dist/Search/Search.styles.js +5 -5
  106. package/dist/Section/Section.styles.js +7 -7
  107. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  108. package/dist/Select/Select.js +1 -0
  109. package/dist/Select/Select.js.map +1 -1
  110. package/dist/Select/Select.styles.js +10 -10
  111. package/dist/Select/Select.styles.js.map +1 -1
  112. package/dist/Semantic/Semantic.styles.js +9 -9
  113. package/dist/Slider/Slider.js +3 -1
  114. package/dist/Slider/Slider.js.map +1 -1
  115. package/dist/Slider/Slider.styles.js +5 -5
  116. package/dist/Spinner/Spinner.styles.js +7 -7
  117. package/dist/SplitViewCard/SplitViewCard.context.js +10 -2
  118. package/dist/SplitViewCard/SplitViewCard.context.js.map +1 -1
  119. package/dist/SplitViewCard/SplitViewCard.js +4 -2
  120. package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
  121. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  122. package/dist/SplitViewCard/SplitViewCard.types.js.map +1 -1
  123. package/dist/SuperSelect/SuperSelect.components.js +3 -3
  124. package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
  125. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  126. package/dist/SuperSelect/SuperSelect.styles.js +41 -41
  127. package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
  128. package/dist/SuperSelect/useSuperSelect.js +11 -11
  129. package/dist/SuperSelect/useSuperSelect.js.map +1 -1
  130. package/dist/Switch/Switch.styles.js +4 -4
  131. package/dist/Table/Table.d.ts +2 -2
  132. package/dist/Table/Table.js +58 -18
  133. package/dist/Table/Table.js.map +1 -1
  134. package/dist/Table/Table.styles.d.ts +3 -1
  135. package/dist/Table/Table.styles.js +34 -33
  136. package/dist/Table/Table.styles.js.map +1 -1
  137. package/dist/Table/Table.types.d.ts +5 -0
  138. package/dist/Table/Table.types.js.map +1 -1
  139. package/dist/TableShelf/TableShelf.styles.js +5 -5
  140. package/dist/Tabs/Tabs.styles.js +15 -15
  141. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  142. package/dist/TextArea/TextArea.js +1 -0
  143. package/dist/TextArea/TextArea.js.map +1 -1
  144. package/dist/TextArea/TextArea.styles.js +1 -1
  145. package/dist/TextEditor/TextEditor.d.ts +1 -1
  146. package/dist/TextEditor/TextEditor.js +67 -12
  147. package/dist/TextEditor/TextEditor.js.map +1 -1
  148. package/dist/TextEditor/TextEditor.types.d.ts +17 -0
  149. package/dist/TextEditor/TextEditor.types.js.map +1 -1
  150. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  151. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  152. package/dist/Thumbnail/ThumbnailDocumentIcon.d.ts +3 -1
  153. package/dist/Thumbnail/ThumbnailDocumentIcon.js +61 -21
  154. package/dist/Thumbnail/ThumbnailDocumentIcon.js.map +1 -1
  155. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  156. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  157. package/dist/Tile/Tile.styles.js +8 -8
  158. package/dist/Title/Title.styles.js +7 -7
  159. package/dist/Toast/Toast.js +1 -1
  160. package/dist/Toast/Toast.js.map +1 -1
  161. package/dist/Toast/Toast.styles.js +3 -3
  162. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  163. package/dist/Token/Token.styles.js +3 -3
  164. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  165. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  166. package/dist/Tooltip/Tooltip.styles.js +2 -2
  167. package/dist/Tree/Tree.hooks.js +11 -6
  168. package/dist/Tree/Tree.hooks.js.map +1 -1
  169. package/dist/Tree/Tree.js +142 -49
  170. package/dist/Tree/Tree.js.map +1 -1
  171. package/dist/Tree/Tree.styles.d.ts +5 -0
  172. package/dist/Tree/Tree.styles.js +17 -9
  173. package/dist/Tree/Tree.styles.js.map +1 -1
  174. package/dist/Tree/Tree.types.d.ts +21 -1
  175. package/dist/Tree/Tree.types.js.map +1 -1
  176. package/dist/Typeahead/Typeahead.styles.js +3 -3
  177. package/dist/Typography/Typography.styles.js +1 -1
  178. package/dist/Typography/Typography.table.story.js +2 -2
  179. package/dist/_hooks/I18n.d.ts +200 -11
  180. package/dist/_locales/de-DE.json +11 -3
  181. package/dist/_locales/en-AU.json +10 -2
  182. package/dist/_locales/en-CA.json +10 -2
  183. package/dist/_locales/en-GB.json +10 -2
  184. package/dist/_locales/en.json +6 -0
  185. package/dist/_locales/es-ES.json +12 -4
  186. package/dist/_locales/es.json +15 -7
  187. package/dist/_locales/fr-CA.json +11 -3
  188. package/dist/_locales/fr-FR.json +12 -4
  189. package/dist/_locales/is-IS.json +11 -3
  190. package/dist/_locales/it-IT.json +56 -48
  191. package/dist/_locales/ja-JP.json +12 -4
  192. package/dist/_locales/pl-PL.json +10 -2
  193. package/dist/_locales/pseudo.json +6 -0
  194. package/dist/_locales/pt-BR.json +11 -3
  195. package/dist/_locales/pt-PT.json +190 -182
  196. package/dist/_locales/th-TH.json +13 -5
  197. package/dist/_locales/zh-SG.json +10 -2
  198. package/dist/_locales/zh-TW.json +16 -8
  199. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  200. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  201. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  202. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  203. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  204. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  205. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  206. package/dist/_typedoc/Box/Box.types.json +68 -68
  207. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  208. package/dist/_typedoc/Button/Button.types.json +13 -13
  209. package/dist/_typedoc/Calendar/Calendar.types.json +89 -89
  210. package/dist/_typedoc/Card/Card.types.json +6 -6
  211. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  212. package/dist/_typedoc/ContactItem/ContactItem.types.json +12 -10
  213. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  214. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  215. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  216. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  217. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
  218. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  219. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  220. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  221. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  222. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  223. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  224. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  225. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  226. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  227. package/dist/_typedoc/Form/Form.types.json +794 -754
  228. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  229. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  230. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  231. package/dist/_typedoc/Input/Input.types.json +2 -2
  232. package/dist/_typedoc/Link/Link.types.json +1 -1
  233. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  234. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  235. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +77 -77
  236. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  237. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  238. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  239. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  240. package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
  241. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +34 -34
  242. package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
  243. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  244. package/dist/_typedoc/Panel/Panel.types.json +30 -30
  245. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  246. package/dist/_typedoc/PillSelect/PillSelect.types.json +51 -51
  247. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  248. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  249. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  250. package/dist/_typedoc/Required/Required.types.json +5 -5
  251. package/dist/_typedoc/Search/Search.types.json +18 -18
  252. package/dist/_typedoc/Section/Section.types.json +15 -15
  253. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  254. package/dist/_typedoc/Select/Select.types.json +64 -64
  255. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  256. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  257. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  258. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  259. package/dist/_typedoc/Table/Table.types.json +113 -103
  260. package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
  261. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  262. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  263. package/dist/_typedoc/TextEditor/TextEditor.types.json +29 -9
  264. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  265. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  266. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  267. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  268. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  269. package/dist/_typedoc/Title/Title.types.json +1 -1
  270. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  271. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  272. package/dist/_typedoc/Token/Token.types.json +7 -7
  273. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  274. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  275. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  276. package/dist/_typedoc/Tree/Tree.types.json +111 -86
  277. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  278. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  279. package/dist/_typedoc/_utils/types.json +3 -3
  280. package/dist/_typedoc/deprecations.json +1 -1
  281. package/dist/_utils/a11y.d.ts +1 -0
  282. package/dist/_utils/a11y.js +8 -0
  283. package/dist/_utils/a11y.js.map +1 -0
  284. package/package.json +1 -1
@@ -127,6 +127,10 @@ export declare const coreTranslations: {
127
127
  timeOnDate: string;
128
128
  };
129
129
  table: {
130
+ a11y: {
131
+ expand: string;
132
+ collapse: string;
133
+ };
130
134
  checkboxLabel: string;
131
135
  sortableColumn: string;
132
136
  };
@@ -230,6 +234,8 @@ export declare const coreTranslations: {
230
234
  clearAll: string;
231
235
  selectValues: string;
232
236
  noResults: string;
237
+ selectedToken: string;
238
+ selectedItems: string;
233
239
  };
234
240
  tearsheet: {
235
241
  a11y: {
@@ -246,6 +252,8 @@ export declare const coreTranslations: {
246
252
  uploading: string;
247
253
  };
248
254
  tree: {
255
+ expand: string;
256
+ collapse: string;
249
257
  selectionLimit: {
250
258
  one: string;
251
259
  other: string;
@@ -508,6 +516,10 @@ export declare const coreTranslations: {
508
516
  timeOnDate: string;
509
517
  };
510
518
  table: {
519
+ a11y: {
520
+ expand: string;
521
+ collapse: string;
522
+ };
511
523
  checkboxLabel: string;
512
524
  sortableColumn: string;
513
525
  };
@@ -629,6 +641,8 @@ export declare const coreTranslations: {
629
641
  uploading: string;
630
642
  };
631
643
  tree: {
644
+ expand: string;
645
+ collapse: string;
632
646
  selectionLimit: {
633
647
  one: string;
634
648
  other: string;
@@ -891,6 +905,10 @@ export declare const coreTranslations: {
891
905
  timeOnDate: string;
892
906
  };
893
907
  table: {
908
+ a11y: {
909
+ expand: string;
910
+ collapse: string;
911
+ };
894
912
  checkboxLabel: string;
895
913
  sortableColumn: string;
896
914
  };
@@ -994,6 +1012,8 @@ export declare const coreTranslations: {
994
1012
  clearAll: string;
995
1013
  selectValues: string;
996
1014
  noResults: string;
1015
+ selectedToken: string;
1016
+ selectedItems: string;
997
1017
  };
998
1018
  tearsheet: {
999
1019
  a11y: {
@@ -1010,6 +1030,8 @@ export declare const coreTranslations: {
1010
1030
  uploading: string;
1011
1031
  };
1012
1032
  tree: {
1033
+ expand: string;
1034
+ collapse: string;
1013
1035
  selectionLimit: {
1014
1036
  one: string;
1015
1037
  other: string;
@@ -1272,6 +1294,10 @@ export declare const coreTranslations: {
1272
1294
  timeOnDate: string;
1273
1295
  };
1274
1296
  table: {
1297
+ a11y: {
1298
+ expand: string;
1299
+ collapse: string;
1300
+ };
1275
1301
  checkboxLabel: string;
1276
1302
  sortableColumn: string;
1277
1303
  };
@@ -1375,6 +1401,8 @@ export declare const coreTranslations: {
1375
1401
  clearAll: string;
1376
1402
  selectValues: string;
1377
1403
  noResults: string;
1404
+ selectedToken: string;
1405
+ selectedItems: string;
1378
1406
  };
1379
1407
  tearsheet: {
1380
1408
  a11y: {
@@ -1391,6 +1419,8 @@ export declare const coreTranslations: {
1391
1419
  uploading: string;
1392
1420
  };
1393
1421
  tree: {
1422
+ expand: string;
1423
+ collapse: string;
1394
1424
  selectionLimit: {
1395
1425
  one: string;
1396
1426
  other: string;
@@ -1653,6 +1683,10 @@ export declare const coreTranslations: {
1653
1683
  timeOnDate: string;
1654
1684
  };
1655
1685
  table: {
1686
+ a11y: {
1687
+ expand: string;
1688
+ collapse: string;
1689
+ };
1656
1690
  checkboxLabel: string;
1657
1691
  sortableColumn: string;
1658
1692
  };
@@ -1756,6 +1790,8 @@ export declare const coreTranslations: {
1756
1790
  clearAll: string;
1757
1791
  selectValues: string;
1758
1792
  noResults: string;
1793
+ selectedToken: string;
1794
+ selectedItems: string;
1759
1795
  };
1760
1796
  tearsheet: {
1761
1797
  a11y: {
@@ -1772,6 +1808,8 @@ export declare const coreTranslations: {
1772
1808
  uploading: string;
1773
1809
  };
1774
1810
  tree: {
1811
+ expand: string;
1812
+ collapse: string;
1775
1813
  selectionLimit: {
1776
1814
  one: string;
1777
1815
  other: string;
@@ -2034,6 +2072,10 @@ export declare const coreTranslations: {
2034
2072
  timeOnDate: string;
2035
2073
  };
2036
2074
  table: {
2075
+ a11y: {
2076
+ expand: string;
2077
+ collapse: string;
2078
+ };
2037
2079
  checkboxLabel: string;
2038
2080
  sortableColumn: string;
2039
2081
  };
@@ -2119,6 +2161,17 @@ export declare const coreTranslations: {
2119
2161
  wrongFileTypeErrorGroup: string;
2120
2162
  standaloneMaxFileNumberError: string;
2121
2163
  standaloneUnsupportedFileTypeError: string;
2164
+ /**
2165
+ * Hook to access the I18n context.
2166
+ *
2167
+ * @template Translations - An optional generic to provide type safety for translations.
2168
+ * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
2169
+ * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
2170
+ * If not specified, the default I18nWithCDN instance is returned.
2171
+ *
2172
+ * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
2173
+ * either with or without typed translations based on the provided generic.
2174
+ */
2122
2175
  standaloneMinFileSizeError: string;
2123
2176
  standaloneMaxFileSizeError: string;
2124
2177
  standaloneZeroFileSizeError: string;
@@ -2137,6 +2190,8 @@ export declare const coreTranslations: {
2137
2190
  clearAll: string;
2138
2191
  selectValues: string;
2139
2192
  noResults: string;
2193
+ selectedToken: string;
2194
+ selectedItems: string;
2140
2195
  };
2141
2196
  tearsheet: {
2142
2197
  a11y: {
@@ -2153,6 +2208,8 @@ export declare const coreTranslations: {
2153
2208
  uploading: string;
2154
2209
  };
2155
2210
  tree: {
2211
+ expand: string;
2212
+ collapse: string;
2156
2213
  selectionLimit: {
2157
2214
  one: string;
2158
2215
  other: string;
@@ -2415,6 +2472,10 @@ export declare const coreTranslations: {
2415
2472
  timeOnDate: string;
2416
2473
  };
2417
2474
  table: {
2475
+ a11y: {
2476
+ expand: string;
2477
+ collapse: string;
2478
+ };
2418
2479
  checkboxLabel: string;
2419
2480
  sortableColumn: string;
2420
2481
  };
@@ -2500,6 +2561,17 @@ export declare const coreTranslations: {
2500
2561
  wrongFileTypeErrorGroup: string;
2501
2562
  standaloneMaxFileNumberError: string;
2502
2563
  standaloneUnsupportedFileTypeError: string;
2564
+ /**
2565
+ * Hook to access the I18n context.
2566
+ *
2567
+ * @template Translations - An optional generic to provide type safety for translations.
2568
+ * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
2569
+ * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
2570
+ * If not specified, the default I18nWithCDN instance is returned.
2571
+ *
2572
+ * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
2573
+ * either with or without typed translations based on the provided generic.
2574
+ */
2503
2575
  standaloneMinFileSizeError: string;
2504
2576
  standaloneMaxFileSizeError: string;
2505
2577
  standaloneZeroFileSizeError: string;
@@ -2518,6 +2590,8 @@ export declare const coreTranslations: {
2518
2590
  clearAll: string;
2519
2591
  selectValues: string;
2520
2592
  noResults: string;
2593
+ selectedToken: string;
2594
+ selectedItems: string;
2521
2595
  };
2522
2596
  tearsheet: {
2523
2597
  a11y: {
@@ -2534,6 +2608,8 @@ export declare const coreTranslations: {
2534
2608
  uploading: string;
2535
2609
  };
2536
2610
  tree: {
2611
+ expand: string;
2612
+ collapse: string;
2537
2613
  selectionLimit: {
2538
2614
  one: string;
2539
2615
  other: string;
@@ -2796,6 +2872,10 @@ export declare const coreTranslations: {
2796
2872
  timeOnDate: string;
2797
2873
  };
2798
2874
  table: {
2875
+ a11y: {
2876
+ expand: string;
2877
+ collapse: string;
2878
+ };
2799
2879
  checkboxLabel: string;
2800
2880
  sortableColumn: string;
2801
2881
  };
@@ -2899,6 +2979,8 @@ export declare const coreTranslations: {
2899
2979
  clearAll: string;
2900
2980
  selectValues: string;
2901
2981
  noResults: string;
2982
+ selectedToken: string;
2983
+ selectedItems: string;
2902
2984
  };
2903
2985
  tearsheet: {
2904
2986
  a11y: {
@@ -2915,6 +2997,8 @@ export declare const coreTranslations: {
2915
2997
  uploading: string;
2916
2998
  };
2917
2999
  tree: {
3000
+ expand: string;
3001
+ collapse: string;
2918
3002
  selectionLimit: {
2919
3003
  one: string;
2920
3004
  other: string;
@@ -3134,6 +3218,14 @@ export declare const coreTranslations: {
3134
3218
  close: string;
3135
3219
  date: string;
3136
3220
  itemType: string;
3221
+ /**
3222
+ * Hook to create I18n object.
3223
+ * @param {UseI18n} props - The I18n configuration.
3224
+ * @param {string} props.locale - The locale to use.
3225
+ * @param {Record<string, string>} props.translations - The translations to use.
3226
+ * @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.
3227
+ * @returns {I18nWithCDNFlag} The I18n object.
3228
+ */
3137
3229
  itemTypeGroupLabel: {
3138
3230
  dailyLog: string;
3139
3231
  prostoreFile: string;
@@ -3177,6 +3269,10 @@ export declare const coreTranslations: {
3177
3269
  timeOnDate: string;
3178
3270
  };
3179
3271
  table: {
3272
+ a11y: {
3273
+ expand: string;
3274
+ collapse: string;
3275
+ };
3180
3276
  checkboxLabel: string;
3181
3277
  sortableColumn: string;
3182
3278
  };
@@ -3280,6 +3376,8 @@ export declare const coreTranslations: {
3280
3376
  clearAll: string;
3281
3377
  selectValues: string;
3282
3378
  noResults: string;
3379
+ selectedToken: string;
3380
+ selectedItems: string;
3283
3381
  };
3284
3382
  tearsheet: {
3285
3383
  a11y: {
@@ -3296,6 +3394,8 @@ export declare const coreTranslations: {
3296
3394
  uploading: string;
3297
3395
  };
3298
3396
  tree: {
3397
+ expand: string;
3398
+ collapse: string;
3299
3399
  selectionLimit: {
3300
3400
  one: string;
3301
3401
  other: string;
@@ -3567,6 +3667,10 @@ export declare const coreTranslations: {
3567
3667
  * @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.
3568
3668
  * @returns {React.ReactNode} The I18n context instance.
3569
3669
  */
3670
+ a11y: {
3671
+ expand: string;
3672
+ collapse: string;
3673
+ };
3570
3674
  checkboxLabel: string;
3571
3675
  sortableColumn: string;
3572
3676
  };
@@ -3670,6 +3774,8 @@ export declare const coreTranslations: {
3670
3774
  clearAll: string;
3671
3775
  selectValues: string;
3672
3776
  noResults: string;
3777
+ selectedToken: string;
3778
+ selectedItems: string;
3673
3779
  };
3674
3780
  tearsheet: {
3675
3781
  a11y: {
@@ -3686,6 +3792,8 @@ export declare const coreTranslations: {
3686
3792
  uploading: string;
3687
3793
  };
3688
3794
  tree: {
3795
+ expand: string;
3796
+ collapse: string;
3689
3797
  selectionLimit: {
3690
3798
  one: string;
3691
3799
  other: string;
@@ -3948,6 +4056,10 @@ export declare const coreTranslations: {
3948
4056
  timeOnDate: string;
3949
4057
  };
3950
4058
  table: {
4059
+ a11y: {
4060
+ expand: string;
4061
+ collapse: string;
4062
+ };
3951
4063
  checkboxLabel: string;
3952
4064
  sortableColumn: string;
3953
4065
  };
@@ -4051,6 +4163,8 @@ export declare const coreTranslations: {
4051
4163
  clearAll: string;
4052
4164
  selectValues: string;
4053
4165
  noResults: string;
4166
+ selectedToken: string;
4167
+ selectedItems: string;
4054
4168
  };
4055
4169
  tearsheet: {
4056
4170
  a11y: {
@@ -4067,6 +4181,8 @@ export declare const coreTranslations: {
4067
4181
  uploading: string;
4068
4182
  };
4069
4183
  tree: {
4184
+ expand: string;
4185
+ collapse: string;
4070
4186
  selectionLimit: {
4071
4187
  one: string;
4072
4188
  other: string;
@@ -4337,6 +4453,10 @@ export declare const coreTranslations: {
4337
4453
  timeOnDate: string;
4338
4454
  };
4339
4455
  table: {
4456
+ a11y: {
4457
+ expand: string;
4458
+ collapse: string;
4459
+ };
4340
4460
  checkboxLabel: string;
4341
4461
  sortableColumn: string;
4342
4462
  };
@@ -4415,6 +4535,17 @@ export declare const coreTranslations: {
4415
4535
  errorTitle: string;
4416
4536
  oneFileAtATimeError: string;
4417
4537
  multipleErrorsMessage: string;
4538
+ /**
4539
+ * Hook to access the I18n context.
4540
+ *
4541
+ * @template Translations - An optional generic to provide type safety for translations.
4542
+ * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
4543
+ * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
4544
+ * If not specified, the default I18nWithCDN instance is returned.
4545
+ *
4546
+ * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
4547
+ * either with or without typed translations based on the provided generic.
4548
+ */
4418
4549
  maxFileSizeErrorGroup: string;
4419
4550
  minFileSizeErrorGroup: string;
4420
4551
  zeroFileSizeErrorGroup: string;
@@ -4458,6 +4589,8 @@ export declare const coreTranslations: {
4458
4589
  uploading: string;
4459
4590
  };
4460
4591
  tree: {
4592
+ expand: string;
4593
+ collapse: string;
4461
4594
  selectionLimit: {
4462
4595
  one: string;
4463
4596
  other: string;
@@ -4720,6 +4853,10 @@ export declare const coreTranslations: {
4720
4853
  timeOnDate: string;
4721
4854
  };
4722
4855
  table: {
4856
+ a11y: {
4857
+ expand: string;
4858
+ collapse: string;
4859
+ };
4723
4860
  checkboxLabel: string;
4724
4861
  sortableColumn: string;
4725
4862
  };
@@ -4823,6 +4960,8 @@ export declare const coreTranslations: {
4823
4960
  clearAll: string;
4824
4961
  selectValues: string;
4825
4962
  noResults: string;
4963
+ selectedToken: string;
4964
+ selectedItems: string;
4826
4965
  };
4827
4966
  tearsheet: {
4828
4967
  a11y: {
@@ -4839,6 +4978,8 @@ export declare const coreTranslations: {
4839
4978
  uploading: string;
4840
4979
  };
4841
4980
  tree: {
4981
+ expand: string;
4982
+ collapse: string;
4842
4983
  selectionLimit: {
4843
4984
  one: string;
4844
4985
  other: string;
@@ -5101,6 +5242,10 @@ export declare const coreTranslations: {
5101
5242
  timeOnDate: string;
5102
5243
  };
5103
5244
  table: {
5245
+ a11y: {
5246
+ expand: string;
5247
+ collapse: string;
5248
+ };
5104
5249
  checkboxLabel: string;
5105
5250
  sortableColumn: string;
5106
5251
  };
@@ -5204,6 +5349,8 @@ export declare const coreTranslations: {
5204
5349
  clearAll: string;
5205
5350
  selectValues: string;
5206
5351
  noResults: string;
5352
+ selectedToken: string;
5353
+ selectedItems: string;
5207
5354
  };
5208
5355
  tearsheet: {
5209
5356
  a11y: {
@@ -5211,17 +5358,6 @@ export declare const coreTranslations: {
5211
5358
  };
5212
5359
  };
5213
5360
  fileAttacher: {
5214
- /**
5215
- * Hook to access the I18n context.
5216
- *
5217
- * @template Translations - An optional generic to provide type safety for translations.
5218
- * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
5219
- * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
5220
- * If not specified, the default I18nWithCDN instance is returned.
5221
- *
5222
- * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
5223
- * either with or without typed translations based on the provided generic.
5224
- */
5225
5361
  attachFiles: {
5226
5362
  one: string;
5227
5363
  other: string;
@@ -5231,6 +5367,8 @@ export declare const coreTranslations: {
5231
5367
  uploading: string;
5232
5368
  };
5233
5369
  tree: {
5370
+ expand: string;
5371
+ collapse: string;
5234
5372
  selectionLimit: {
5235
5373
  one: string;
5236
5374
  other: string;
@@ -5501,6 +5639,10 @@ export declare const coreTranslations: {
5501
5639
  timeOnDate: string;
5502
5640
  };
5503
5641
  table: {
5642
+ a11y: {
5643
+ expand: string;
5644
+ collapse: string;
5645
+ };
5504
5646
  checkboxLabel: string;
5505
5647
  sortableColumn: string;
5506
5648
  };
@@ -5604,6 +5746,8 @@ export declare const coreTranslations: {
5604
5746
  clearAll: string;
5605
5747
  selectValues: string;
5606
5748
  noResults: string;
5749
+ selectedToken: string;
5750
+ selectedItems: string;
5607
5751
  };
5608
5752
  tearsheet: {
5609
5753
  a11y: {
@@ -5620,6 +5764,8 @@ export declare const coreTranslations: {
5620
5764
  uploading: string;
5621
5765
  };
5622
5766
  tree: {
5767
+ expand: string;
5768
+ collapse: string;
5623
5769
  selectionLimit: {
5624
5770
  one: string;
5625
5771
  other: string;
@@ -5886,6 +6032,10 @@ export declare const coreTranslations: {
5886
6032
  timeOnDate: string;
5887
6033
  };
5888
6034
  table: {
6035
+ a11y: {
6036
+ expand: string;
6037
+ collapse: string;
6038
+ };
5889
6039
  checkboxLabel: string;
5890
6040
  sortableColumn: string;
5891
6041
  };
@@ -5989,6 +6139,8 @@ export declare const coreTranslations: {
5989
6139
  clearAll: string;
5990
6140
  selectValues: string;
5991
6141
  noResults: string;
6142
+ selectedToken: string;
6143
+ selectedItems: string;
5992
6144
  };
5993
6145
  tearsheet: {
5994
6146
  a11y: {
@@ -6005,6 +6157,8 @@ export declare const coreTranslations: {
6005
6157
  uploading: string;
6006
6158
  };
6007
6159
  tree: {
6160
+ expand: string;
6161
+ collapse: string;
6008
6162
  selectionLimit: {
6009
6163
  one: string;
6010
6164
  other: string;
@@ -6273,6 +6427,10 @@ export declare const coreTranslations: {
6273
6427
  timeOnDate: string;
6274
6428
  };
6275
6429
  table: {
6430
+ a11y: {
6431
+ expand: string;
6432
+ collapse: string;
6433
+ };
6276
6434
  checkboxLabel: string;
6277
6435
  sortableColumn: string;
6278
6436
  };
@@ -6376,6 +6534,8 @@ export declare const coreTranslations: {
6376
6534
  clearAll: string;
6377
6535
  selectValues: string;
6378
6536
  noResults: string;
6537
+ selectedToken: string;
6538
+ selectedItems: string;
6379
6539
  };
6380
6540
  tearsheet: {
6381
6541
  a11y: {
@@ -6392,6 +6552,8 @@ export declare const coreTranslations: {
6392
6552
  uploading: string;
6393
6553
  };
6394
6554
  tree: {
6555
+ expand: string;
6556
+ collapse: string;
6395
6557
  selectionLimit: {
6396
6558
  one: string;
6397
6559
  other: string;
@@ -6654,6 +6816,10 @@ export declare const coreTranslations: {
6654
6816
  timeOnDate: string;
6655
6817
  };
6656
6818
  table: {
6819
+ a11y: {
6820
+ expand: string;
6821
+ collapse: string;
6822
+ };
6657
6823
  checkboxLabel: string;
6658
6824
  sortableColumn: string;
6659
6825
  };
@@ -6740,6 +6906,17 @@ export declare const coreTranslations: {
6740
6906
  standaloneMaxFileNumberError: string;
6741
6907
  standaloneUnsupportedFileTypeError: string;
6742
6908
  standaloneMinFileSizeError: string;
6909
+ /**
6910
+ * Hook to access the I18n context.
6911
+ *
6912
+ * @template Translations - An optional generic to provide type safety for translations.
6913
+ * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
6914
+ * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
6915
+ * If not specified, the default I18nWithCDN instance is returned.
6916
+ *
6917
+ * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
6918
+ * either with or without typed translations based on the provided generic.
6919
+ */
6743
6920
  standaloneMaxFileSizeError: string;
6744
6921
  standaloneZeroFileSizeError: string;
6745
6922
  uploadTotalProgress: {
@@ -6757,6 +6934,8 @@ export declare const coreTranslations: {
6757
6934
  clearAll: string;
6758
6935
  selectValues: string;
6759
6936
  noResults: string;
6937
+ selectedToken: string;
6938
+ selectedItems: string;
6760
6939
  };
6761
6940
  tearsheet: {
6762
6941
  a11y: {
@@ -6773,6 +6952,8 @@ export declare const coreTranslations: {
6773
6952
  uploading: string;
6774
6953
  };
6775
6954
  tree: {
6955
+ expand: string;
6956
+ collapse: string;
6776
6957
  selectionLimit: {
6777
6958
  one: string;
6778
6959
  other: string;
@@ -7035,6 +7216,10 @@ export declare const coreTranslations: {
7035
7216
  timeOnDate: string;
7036
7217
  };
7037
7218
  table: {
7219
+ a11y: {
7220
+ expand: string;
7221
+ collapse: string;
7222
+ };
7038
7223
  checkboxLabel: string;
7039
7224
  sortableColumn: string;
7040
7225
  };
@@ -7138,6 +7323,8 @@ export declare const coreTranslations: {
7138
7323
  clearAll: string;
7139
7324
  selectValues: string;
7140
7325
  noResults: string;
7326
+ selectedToken: string;
7327
+ selectedItems: string;
7141
7328
  };
7142
7329
  tearsheet: {
7143
7330
  a11y: {
@@ -7154,6 +7341,8 @@ export declare const coreTranslations: {
7154
7341
  uploading: string;
7155
7342
  };
7156
7343
  tree: {
7344
+ expand: string;
7345
+ collapse: string;
7157
7346
  selectionLimit: {
7158
7347
  one: string;
7159
7348
  other: string;
@@ -105,7 +105,7 @@
105
105
  "itemAdded" : "Das verknüpfte Element wurde erfolgreich verlinkt.",
106
106
  "itemAdditionFailed" : "Leider konnte das Element nicht angehängt werden. Bitte versuchen Sie es erneut.",
107
107
  "itemRemoved" : "Das verlinkte Element wurde erfolgreich entfernt.",
108
- "requestError" : "Entschuldigung, da ist etwas schief gelaufen. Bitte versuchen Sie es erneut."
108
+ "requestError" : "Es ist leider ein Fehler aufgetreten. Bitte versuchen Sie es erneut."
109
109
  }
110
110
  }
111
111
  },
@@ -114,6 +114,10 @@
114
114
  "timeOnDate" : "{{time}} am {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "a11y" : {
118
+ "expand" : "Maximieren",
119
+ "collapse" : "Minimieren"
120
+ },
117
121
  "checkboxLabel" : "Zeile auswählen",
118
122
  "sortableColumn" : "Sortierbare Spalte"
119
123
  },
@@ -216,7 +220,9 @@
216
220
  "multiSelect" : {
217
221
  "clearAll" : "Feld löschen",
218
222
  "selectValues" : "Werte auswählen",
219
- "noResults" : "Keine Ergebnisse"
223
+ "noResults" : "Keine Ergebnisse",
224
+ "selectedToken" : "{{tokenLabel}}, ausgewählt",
225
+ "selectedItems" : "Ausgewählte Elemente"
220
226
  },
221
227
  "tearsheet" : {
222
228
  "a11y" : {
@@ -233,6 +239,8 @@
233
239
  "uploading" : "Wird hochgeladen"
234
240
  },
235
241
  "tree" : {
242
+ "expand" : "Maximieren",
243
+ "collapse" : "Minimieren",
236
244
  "selectionLimit" : {
237
245
  "one" : "Es kann nur {{count}} Datei angehängt werden.",
238
246
  "other" : "Es können nur {{count}} Dateien angehängt werden."
@@ -378,4 +386,4 @@
378
386
  }
379
387
  }
380
388
  }
381
- }
389
+ }
@@ -114,6 +114,10 @@
114
114
  "timeOnDate" : "{{time}} on {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "a11y" : {
118
+ "expand" : "Expand",
119
+ "collapse" : "Collapse"
120
+ },
117
121
  "checkboxLabel" : "Select row",
118
122
  "sortableColumn" : "Sortable column"
119
123
  },
@@ -216,7 +220,9 @@
216
220
  "multiSelect" : {
217
221
  "clearAll" : "Delete field",
218
222
  "selectValues" : "Select values",
219
- "noResults" : "No results"
223
+ "noResults" : "No results",
224
+ "selectedToken" : "{{tokenLabel}}, selected",
225
+ "selectedItems" : "Selected items"
220
226
  },
221
227
  "tearsheet" : {
222
228
  "a11y" : {
@@ -233,6 +239,8 @@
233
239
  "uploading" : "Uploading"
234
240
  },
235
241
  "tree" : {
242
+ "expand" : "Expand",
243
+ "collapse" : "Collapse",
236
244
  "selectionLimit" : {
237
245
  "one" : "Only {{count}} file can be attached",
238
246
  "other" : "Only {{count}} files can be attached"
@@ -378,4 +386,4 @@
378
386
  }
379
387
  }
380
388
  }
381
- }
389
+ }