@procore/core-react 12.30.0 → 12.32.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 (267) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  3. package/dist/Avatar/Avatar.js +20 -12
  4. package/dist/Avatar/Avatar.js.map +1 -1
  5. package/dist/Avatar/Avatar.styles.js +5 -5
  6. package/dist/AvatarStack/AvatarStack.styles.d.ts +76 -76
  7. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  8. package/dist/Badge/Badge.styles.js +2 -2
  9. package/dist/BadgePill/BadgePill.styles.js +4 -4
  10. package/dist/Banner/Banner.styles.js +10 -10
  11. package/dist/Box/Box.styles.js +1 -1
  12. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  13. package/dist/Button/Button.styles.js +5 -5
  14. package/dist/Calendar/Calendar.styles.js +8 -8
  15. package/dist/Card/Card.styles.js +1 -1
  16. package/dist/Checkbox/Checkbox.styles.js +6 -6
  17. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  18. package/dist/ComponentLifecycle.stories.mdx +130 -0
  19. package/dist/ContactItem/ContactItem.styles.js +5 -5
  20. package/dist/Content/Content.styles.js +2 -2
  21. package/dist/DateInput/DateInput.js +28 -0
  22. package/dist/DateInput/DateInput.js.map +1 -1
  23. package/dist/DateInput/DateInput.styles.js +6 -6
  24. package/dist/DetailPage/DetailPage.js +1 -1
  25. package/dist/DetailPage/DetailPage.js.map +1 -1
  26. package/dist/DetailPage/DetailPage.styles.js +7 -7
  27. package/dist/Dropdown/Dropdown.styles.js +3 -3
  28. package/dist/DropdownFlyout/DropdownFlyout.js +7 -2
  29. package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
  30. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  31. package/dist/Dropzone/Dropzone.js +1 -1
  32. package/dist/Dropzone/Dropzone.styles.js +9 -9
  33. package/dist/EmptyState/EmptyState.styles.js +6 -6
  34. package/dist/Field/Field.styles.js +3 -3
  35. package/dist/FileList/FileList.styles.js +4 -4
  36. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  37. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  38. package/dist/FileSelect/FileSelect.styles.js +2 -2
  39. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  40. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  41. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  42. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  43. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  44. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.d.ts +1 -1
  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.js +10 -5
  51. package/dist/Form/Form.js.map +1 -1
  52. package/dist/Form/Form.styles.js +14 -14
  53. package/dist/Form/Form.types.d.ts +2 -0
  54. package/dist/Form/Form.types.js.map +1 -1
  55. package/dist/Form/StyledFormikForm.styles.d.ts +2 -2
  56. package/dist/Form/StyledFormikForm.styles.js +2 -2
  57. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  58. package/dist/Grid/Grid.styles.js +2 -2
  59. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  60. package/dist/Input/Input.styles.js +1 -1
  61. package/dist/Link/Link.styles.js +1 -1
  62. package/dist/ListPage/ListPage.styles.js +8 -8
  63. package/dist/Loader/Loader.styles.js +2 -2
  64. package/dist/MenuImperative/MenuImperative.d.ts +1 -16
  65. package/dist/MenuImperative/MenuImperative.js +1 -0
  66. package/dist/MenuImperative/MenuImperative.js.map +1 -1
  67. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  68. package/dist/MenuImperative/MenuImperative.types.d.ts +14 -0
  69. package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
  70. package/dist/MenuImperative/index.d.ts +46 -3
  71. package/dist/MenuImperative/index.js +31 -2
  72. package/dist/MenuImperative/index.js.map +1 -1
  73. package/dist/Modal/Modal.js +5 -2
  74. package/dist/Modal/Modal.js.map +1 -1
  75. package/dist/Modal/Modal.styles.js +13 -13
  76. package/dist/MultiSelect/MultiSelect.styles.d.ts +1 -1
  77. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  78. package/dist/NextMenu/NextMenu.styles.js +3 -3
  79. package/dist/NextTile/NextTile.js +119 -45
  80. package/dist/NextTile/NextTile.js.map +1 -1
  81. package/dist/Notation/Notation.js +1 -1
  82. package/dist/NumberInput/NumberInput.styles.js +7 -7
  83. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  84. package/dist/OverlayTrigger/a11yPresets.d.ts +6 -6
  85. package/dist/PageLayout/PageLayout.styles.d.ts +1 -1
  86. package/dist/PageLayout/PageLayout.styles.js +16 -16
  87. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  88. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  89. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  90. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  91. package/dist/PageTemplate/PageTemplate/PageTemplateCard.d.ts +3 -5
  92. package/dist/PageTemplate/PageTemplate/PageTemplateCard.js.map +1 -1
  93. package/dist/Pagination/Pagination.styles.js +5 -5
  94. package/dist/Panel/Panel.styles.js +11 -11
  95. package/dist/Pill/Pill.styles.js +3 -3
  96. package/dist/PillSelect/PillSelect.styles.js +4 -4
  97. package/dist/Popover/Popover.styles.js +2 -2
  98. package/dist/Portal/Portal.styles.js +1 -1
  99. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  100. package/dist/RadioButton/RadioButton.styles.js +3 -3
  101. package/dist/Required/Required.styles.js +3 -3
  102. package/dist/Search/Search.styles.js +5 -5
  103. package/dist/Section/Section.styles.js +7 -7
  104. package/dist/SegmentedController/SegmentedController.js +86 -25
  105. package/dist/SegmentedController/SegmentedController.js.map +1 -1
  106. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  107. package/dist/Select/Select.js +6 -3
  108. package/dist/Select/Select.js.map +1 -1
  109. package/dist/Select/Select.styles.js +7 -7
  110. package/dist/Semantic/Semantic.styles.d.ts +78 -78
  111. package/dist/Semantic/Semantic.styles.js +9 -9
  112. package/dist/Slider/Slider.styles.js +5 -5
  113. package/dist/Spinner/Spinner.styles.js +7 -7
  114. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  115. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  116. package/dist/SuperSelect/SuperSelect.styles.js +38 -38
  117. package/dist/Switch/Switch.styles.js +4 -4
  118. package/dist/Table/Table.styles.js +28 -28
  119. package/dist/TableShelf/TableShelf.styles.js +5 -5
  120. package/dist/Tabs/Tabs.js +19 -13
  121. package/dist/Tabs/Tabs.js.map +1 -1
  122. package/dist/Tabs/Tabs.styles.js +15 -15
  123. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  124. package/dist/TextArea/TextArea.styles.js +1 -1
  125. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  126. package/dist/Thumbnail/Thumbnail.hooks.d.ts +68 -68
  127. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  128. package/dist/ThumbnailGrid/ThumbnailGrid.styles.d.ts +1 -1
  129. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  130. package/dist/TieredSelect/TieredSelect.styles.d.ts +4 -4
  131. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  132. package/dist/Tile/Tile.styles.js +8 -8
  133. package/dist/Title/Title.styles.js +7 -7
  134. package/dist/Toast/Toast.styles.js +3 -3
  135. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  136. package/dist/Token/Token.styles.js +3 -3
  137. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  138. package/dist/ToolLandingPage/ToolLandingPage.js +14 -7
  139. package/dist/ToolLandingPage/ToolLandingPage.js.map +1 -1
  140. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  141. package/dist/ToolLandingPage/ToolLandingPage.types.d.ts +29 -0
  142. package/dist/ToolLandingPage/ToolLandingPage.types.js.map +1 -1
  143. package/dist/Tooltip/Tooltip.styles.js +2 -2
  144. package/dist/Tree/Tree.styles.js +9 -9
  145. package/dist/Typeahead/Typeahead.styles.js +3 -3
  146. package/dist/Typography/Typography.styles.js +1 -1
  147. package/dist/Typography/Typography.table.story.js +2 -2
  148. package/dist/UNSAFE_TEMPLATES_index.d.ts +15 -0
  149. package/dist/UNSAFE_TEMPLATES_index.js +9 -0
  150. package/dist/UNSAFE_TEMPLATES_index.js.map +1 -0
  151. package/dist/_hooks/I18n.d.ts +1206 -15
  152. package/dist/_hooks/I18n.js +11 -1
  153. package/dist/_hooks/I18n.js.map +1 -1
  154. package/dist/_hooks/getI18nProviderLocale.js +1 -1
  155. package/dist/_hooks/getI18nProviderLocale.js.map +1 -1
  156. package/dist/_locales/de-DE.json +4 -3
  157. package/dist/_locales/en-AU.json +3 -2
  158. package/dist/_locales/en-CA.json +3 -2
  159. package/dist/_locales/en-GB.json +3 -2
  160. package/dist/_locales/en.json +2 -1
  161. package/dist/_locales/es-ES.json +3 -2
  162. package/dist/_locales/es.json +6 -5
  163. package/dist/_locales/fr-CA.json +4 -3
  164. package/dist/_locales/fr-FR.json +4 -3
  165. package/dist/_locales/is-IS.json +4 -3
  166. package/dist/_locales/it-IT.json +49 -48
  167. package/dist/_locales/ja-JP.json +3 -2
  168. package/dist/_locales/nb-NO.json +1 -0
  169. package/dist/_locales/pl-PL.json +3 -2
  170. package/dist/_locales/pseudo.json +2 -1
  171. package/dist/_locales/pt-BR.json +4 -3
  172. package/dist/_locales/pt-PT.json +91 -90
  173. package/dist/_locales/th-TH.json +6 -5
  174. package/dist/_locales/zh-SG.json +3 -2
  175. package/dist/_locales/zh-TW.json +8 -7
  176. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  177. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  178. package/dist/_storyHelpers_/constants.js +1 -1
  179. package/dist/_storyHelpers_/constants.js.map +1 -1
  180. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  181. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  182. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  183. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  184. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  185. package/dist/_typedoc/Box/Box.types.json +72 -72
  186. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  187. package/dist/_typedoc/Button/Button.types.json +15 -15
  188. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  189. package/dist/_typedoc/Card/Card.types.json +6 -6
  190. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  191. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  192. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  193. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  194. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  195. package/dist/_typedoc/Dropdown/Dropdown.types.json +39 -39
  196. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
  197. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  198. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  199. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  200. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  201. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  202. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  203. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  204. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  205. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  206. package/dist/_typedoc/Form/Form.types.json +825 -815
  207. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  208. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  209. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  210. package/dist/_typedoc/Input/Input.types.json +2 -2
  211. package/dist/_typedoc/Link/Link.types.json +1 -1
  212. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  213. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  214. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +116 -74
  215. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  216. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  217. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  218. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  219. package/dist/_typedoc/NumberInput/NumberInput.types.json +54 -54
  220. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +32 -32
  221. package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
  222. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  223. package/dist/_typedoc/Panel/Panel.types.json +30 -30
  224. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  225. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  226. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  227. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  228. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  229. package/dist/_typedoc/Required/Required.types.json +5 -5
  230. package/dist/_typedoc/Search/Search.types.json +18 -18
  231. package/dist/_typedoc/Section/Section.types.json +15 -15
  232. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  233. package/dist/_typedoc/Select/Select.types.json +62 -62
  234. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  235. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  236. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  237. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  238. package/dist/_typedoc/Table/Table.types.json +101 -101
  239. package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
  240. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  241. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  242. package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
  243. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  244. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  245. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  246. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  247. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  248. package/dist/_typedoc/Title/Title.types.json +3 -3
  249. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  250. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  251. package/dist/_typedoc/Token/Token.types.json +7 -7
  252. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  253. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +19 -8
  254. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  255. package/dist/_typedoc/Tree/Tree.types.json +88 -88
  256. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  257. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  258. package/dist/_typedoc/_utils/types.json +3 -3
  259. package/dist/_typedoc/deprecations.json +1 -1
  260. package/dist/_utils/CalendarHelpers.js +6 -2
  261. package/dist/_utils/CalendarHelpers.js.map +1 -1
  262. package/dist/_utils/TinyMCE.js +5 -1
  263. package/dist/_utils/TinyMCE.js.map +1 -1
  264. package/dist/index.d.ts +6 -0
  265. package/dist/index.js +6 -0
  266. package/dist/index.js.map +1 -1
  267. package/package.json +16 -15
@@ -9,7 +9,7 @@ declare type I18nWithCDNFlag = I18njs & {
9
9
  * to have a type safe Locale use TmsSupportedLocale or AllLocales from [Globalization toolkit](https://github.com/procore/globalization-toolkit)
10
10
  * @deprecatedSince 12.10.0
11
11
  */
12
- export declare type Locale = 'de-DE' | 'en-AE' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-SG' | 'en' | 'es-ES' | 'es' | 'fr-CA' | 'fr-FR' | 'is-IS' | 'ja-JP' | 'pt-BR' | 'th-TH' | 'zh-SG' | 'pseudo' | 'pl-PL';
12
+ export declare type Locale = 'de-DE' | 'en-AE' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-SG' | 'en' | 'es-ES' | 'es' | 'fr-CA' | 'fr-FR' | 'is-IS' | 'ja-JP' | 'pt-BR' | 'th-TH' | 'zh-SG' | 'pseudo' | 'pl-PL' | 'nb-NO' | 'zh-TW' | 'it-IT' | 'pt-PT';
13
13
  export declare const coreTranslations: {
14
14
  readonly 'de-DE': {
15
15
  core: {
@@ -313,6 +313,7 @@ export declare const coreTranslations: {
313
313
  clear: string;
314
314
  search: string;
315
315
  selectAll: string;
316
+ noResult: string;
316
317
  };
317
318
  splitViewCard: {
318
319
  a11y: {
@@ -693,6 +694,7 @@ export declare const coreTranslations: {
693
694
  clear: string;
694
695
  search: string;
695
696
  selectAll: string;
697
+ noResult: string;
696
698
  };
697
699
  splitViewCard: {
698
700
  a11y: {
@@ -1073,6 +1075,7 @@ export declare const coreTranslations: {
1073
1075
  clear: string;
1074
1076
  search: string;
1075
1077
  selectAll: string;
1078
+ noResult: string;
1076
1079
  };
1077
1080
  splitViewCard: {
1078
1081
  a11y: {
@@ -1453,6 +1456,7 @@ export declare const coreTranslations: {
1453
1456
  clear: string;
1454
1457
  search: string;
1455
1458
  selectAll: string;
1459
+ noResult: string;
1456
1460
  };
1457
1461
  splitViewCard: {
1458
1462
  a11y: {
@@ -1833,6 +1837,7 @@ export declare const coreTranslations: {
1833
1837
  clear: string;
1834
1838
  search: string;
1835
1839
  selectAll: string;
1840
+ noResult: string;
1836
1841
  };
1837
1842
  splitViewCard: {
1838
1843
  a11y: {
@@ -2213,6 +2218,7 @@ export declare const coreTranslations: {
2213
2218
  clear: string;
2214
2219
  search: string;
2215
2220
  selectAll: string;
2221
+ noResult: string;
2216
2222
  };
2217
2223
  splitViewCard: {
2218
2224
  a11y: {
@@ -2323,11 +2329,6 @@ export declare const coreTranslations: {
2323
2329
  emailSendErrorTitle: string;
2324
2330
  emailBodyRequiredError: string;
2325
2331
  emailContentValidationError: string;
2326
- /**
2327
- * @deprecated this type will no longer be supported from core-i18n-js,
2328
- * to have a type safe Locale use TmsSupportedLocale or AllLocales from [Globalization toolkit](https://github.com/procore/globalization-toolkit)
2329
- * @deprecatedSince 12.10.0
2330
- */
2331
2332
  emailContentDisclaimer: string;
2332
2333
  recipientSelectPlaceholder: string;
2333
2334
  emailRecipientRequiredError: string;
@@ -2598,6 +2599,7 @@ export declare const coreTranslations: {
2598
2599
  clear: string;
2599
2600
  search: string;
2600
2601
  selectAll: string;
2602
+ noResult: string;
2601
2603
  };
2602
2604
  splitViewCard: {
2603
2605
  a11y: {
@@ -2978,6 +2980,7 @@ export declare const coreTranslations: {
2978
2980
  clear: string;
2979
2981
  search: string;
2980
2982
  selectAll: string;
2983
+ noResult: string;
2981
2984
  };
2982
2985
  splitViewCard: {
2983
2986
  a11y: {
@@ -3358,6 +3361,7 @@ export declare const coreTranslations: {
3358
3361
  clear: string;
3359
3362
  search: string;
3360
3363
  selectAll: string;
3364
+ noResult: string;
3361
3365
  };
3362
3366
  splitViewCard: {
3363
3367
  a11y: {
@@ -3552,6 +3556,15 @@ export declare const coreTranslations: {
3552
3556
  timeOnDate: string;
3553
3557
  };
3554
3558
  table: {
3559
+ /**
3560
+ * Provider to wrap the application with the I18n context.
3561
+ * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
3562
+ * @param {React.ReactNode} props.children - The children to render.
3563
+ * @param {UseI18n} props.locale - The locale to use.
3564
+ * @param {Record<string, string>} props.translations - The translations to use.
3565
+ * @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.
3566
+ * @returns {React.ReactNode} The I18n context instance.
3567
+ */
3555
3568
  checkboxLabel: string;
3556
3569
  sortableColumn: string;
3557
3570
  };
@@ -3738,6 +3751,7 @@ export declare const coreTranslations: {
3738
3751
  clear: string;
3739
3752
  search: string;
3740
3753
  selectAll: string;
3754
+ noResult: string;
3741
3755
  };
3742
3756
  splitViewCard: {
3743
3757
  a11y: {
@@ -4118,6 +4132,7 @@ export declare const coreTranslations: {
4118
4132
  clear: string;
4119
4133
  search: string;
4120
4134
  selectAll: string;
4135
+ noResult: string;
4121
4136
  };
4122
4137
  splitViewCard: {
4123
4138
  a11y: {
@@ -4260,6 +4275,14 @@ export declare const coreTranslations: {
4260
4275
  };
4261
4276
  distributionSelect: {
4262
4277
  noCompany: string;
4278
+ /**
4279
+ * Hook to create I18n object.
4280
+ * @param {UseI18n} props - The I18n configuration.
4281
+ * @param {string} props.locale - The locale to use.
4282
+ * @param {Record<string, string>} props.translations - The translations to use.
4283
+ * @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.
4284
+ * @returns {I18nWithCDNFlag} The I18n object.
4285
+ */
4263
4286
  peopleCount: string;
4264
4287
  distributionGroups: string;
4265
4288
  people: string;
@@ -4498,6 +4521,7 @@ export declare const coreTranslations: {
4498
4521
  clear: string;
4499
4522
  search: string;
4500
4523
  selectAll: string;
4524
+ noResult: string;
4501
4525
  };
4502
4526
  splitViewCard: {
4503
4527
  a11y: {
@@ -4878,6 +4902,7 @@ export declare const coreTranslations: {
4878
4902
  clear: string;
4879
4903
  search: string;
4880
4904
  selectAll: string;
4905
+ noResult: string;
4881
4906
  };
4882
4907
  splitViewCard: {
4883
4908
  a11y: {
@@ -5062,15 +5087,6 @@ export declare const coreTranslations: {
5062
5087
  toast: {
5063
5088
  itemAdded: string;
5064
5089
  itemAdditionFailed: string;
5065
- /**
5066
- * Provider to wrap the application with the I18n context.
5067
- * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
5068
- * @param {React.ReactNode} props.children - The children to render.
5069
- * @param {UseI18n} props.locale - The locale to use.
5070
- * @param {Record<string, string>} props.translations - The translations to use.
5071
- * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
5072
- * @returns {React.ReactNode} The I18n context instance.
5073
- */
5074
5090
  itemRemoved: string;
5075
5091
  requestError: string;
5076
5092
  };
@@ -5191,6 +5207,17 @@ export declare const coreTranslations: {
5191
5207
  };
5192
5208
  };
5193
5209
  fileAttacher: {
5210
+ /**
5211
+ * Hook to access the I18n context.
5212
+ *
5213
+ * @template Translations - An optional generic to provide type safety for translations.
5214
+ * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
5215
+ * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
5216
+ * If not specified, the default I18nWithCDN instance is returned.
5217
+ *
5218
+ * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
5219
+ * either with or without typed translations based on the provided generic.
5220
+ */
5194
5221
  attachFiles: {
5195
5222
  one: string;
5196
5223
  other: string;
@@ -5267,6 +5294,7 @@ export declare const coreTranslations: {
5267
5294
  clear: string;
5268
5295
  search: string;
5269
5296
  selectAll: string;
5297
+ noResult: string;
5270
5298
  };
5271
5299
  splitViewCard: {
5272
5300
  a11y: {
@@ -5449,6 +5477,14 @@ export declare const coreTranslations: {
5449
5477
  searchItemType: string;
5450
5478
  submit: string;
5451
5479
  toast: {
5480
+ /**
5481
+ * Hook to create I18n object.
5482
+ * @param {UseI18n} props - The I18n configuration.
5483
+ * @param {string} props.locale - The locale to use.
5484
+ * @param {Record<string, string>} props.translations - The translations to use.
5485
+ * @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.
5486
+ * @returns {I18nWithCDNFlag} The I18n object.
5487
+ */
5452
5488
  itemAdded: string;
5453
5489
  itemAdditionFailed: string;
5454
5490
  itemRemoved: string;
@@ -5647,6 +5683,7 @@ export declare const coreTranslations: {
5647
5683
  clear: string;
5648
5684
  search: string;
5649
5685
  selectAll: string;
5686
+ noResult: string;
5650
5687
  };
5651
5688
  splitViewCard: {
5652
5689
  a11y: {
@@ -5726,6 +5763,1159 @@ export declare const coreTranslations: {
5726
5763
  };
5727
5764
  };
5728
5765
  readonly 'pl-PL': {
5766
+ core: {
5767
+ banner: {
5768
+ dismissAlert: string;
5769
+ };
5770
+ breadcrumbs: {
5771
+ label: string;
5772
+ };
5773
+ calendar: {
5774
+ navigationLabel: string;
5775
+ };
5776
+ connected: {
5777
+ fileSelect: {
5778
+ documents: string;
5779
+ drawings: string;
5780
+ forms: string;
5781
+ photos: string;
5782
+ selectAlbum: string;
5783
+ selectAnAlbum: string;
5784
+ selectArea: string;
5785
+ selectAnArea: string;
5786
+ selectDiscipline: string;
5787
+ selectADiscipline: string;
5788
+ selectSet: string;
5789
+ selectASet: string;
5790
+ selectTemplate: string;
5791
+ selectATemplate: string;
5792
+ };
5793
+ emails: {
5794
+ emailSendErrorTitle: string;
5795
+ emailBodyRequiredError: string;
5796
+ emailContentValidationError: string;
5797
+ emailContentDisclaimer: string;
5798
+ recipientSelectPlaceholder: string;
5799
+ emailRecipientRequiredError: string;
5800
+ emailSubjectRequiredError: string;
5801
+ goToAllEmails: string; /**
5802
+ * @deprecated this type will no longer be supported from core-i18n-js,
5803
+ * to have a type safe Locale use TmsSupportedLocale or AllLocales from [Globalization toolkit](https://github.com/procore/globalization-toolkit)
5804
+ * @deprecatedSince 12.10.0
5805
+ */
5806
+ sendEmail: string;
5807
+ replyAll: string;
5808
+ downloadAll: string;
5809
+ showAll: string;
5810
+ showLess: string;
5811
+ composeEmailPageTitle: string;
5812
+ emailSentMessage: string;
5813
+ from: string;
5814
+ to: string;
5815
+ cc: string;
5816
+ bcc: string;
5817
+ downloadPdfLong: string;
5818
+ downloadPdfShort: string;
5819
+ privateEmailDisclaimer: string;
5820
+ privateLabel: string;
5821
+ settingsLink: string;
5822
+ composeNewEmail: string;
5823
+ startNewCommunication: string;
5824
+ emptyStateTitle: string;
5825
+ emptyStateDescription: string;
5826
+ reply: string;
5827
+ cancel: string;
5828
+ subject: string;
5829
+ subjectPlaceholder: string;
5830
+ };
5831
+ distributionSelect: {
5832
+ noCompany: string;
5833
+ peopleCount: string;
5834
+ distributionGroups: string;
5835
+ people: string;
5836
+ };
5837
+ relatedItems: {
5838
+ cancel: string;
5839
+ close: string;
5840
+ date: string;
5841
+ itemType: string;
5842
+ itemTypeGroupLabel: {
5843
+ dailyLog: string;
5844
+ prostoreFile: string;
5845
+ };
5846
+ itemName: string;
5847
+ loading: string;
5848
+ notes: string;
5849
+ notesPlaceholder: string;
5850
+ newItem: string;
5851
+ noRelatedItems: {
5852
+ title: string;
5853
+ description: string;
5854
+ };
5855
+ noItems: {
5856
+ title: string;
5857
+ description: string;
5858
+ };
5859
+ noResultsSearchQuery: {
5860
+ title: string;
5861
+ description: string;
5862
+ };
5863
+ noResultsServerError: {
5864
+ title: string;
5865
+ description: string;
5866
+ action: string;
5867
+ };
5868
+ panelTitle: string;
5869
+ search: string;
5870
+ searchItemType: string;
5871
+ submit: string;
5872
+ toast: {
5873
+ itemAdded: string;
5874
+ itemAdditionFailed: string;
5875
+ itemRemoved: string;
5876
+ requestError: string;
5877
+ };
5878
+ };
5879
+ };
5880
+ dateTimeFormat: {
5881
+ dateAtTime: string;
5882
+ timeOnDate: string;
5883
+ };
5884
+ table: {
5885
+ checkboxLabel: string;
5886
+ sortableColumn: string;
5887
+ };
5888
+ dataTable: {
5889
+ emptyState: {
5890
+ noFilteredResults: {
5891
+ description: string;
5892
+ title: string;
5893
+ };
5894
+ };
5895
+ exporting: string;
5896
+ filters: {
5897
+ filters: string;
5898
+ moreFilters: string;
5899
+ clearAllFilters: string;
5900
+ };
5901
+ grandTotals: string;
5902
+ search: string;
5903
+ subtotals: string;
5904
+ tableSettings: {
5905
+ configureColumns: string;
5906
+ resetToDefault: string;
5907
+ rowHeight: string;
5908
+ small: string;
5909
+ medium: string;
5910
+ large: string;
5911
+ tableSettings: string;
5912
+ };
5913
+ };
5914
+ dateInput: {
5915
+ clear: string;
5916
+ ariaLabel: string;
5917
+ segment: {
5918
+ ariaLabel: {
5919
+ withValue: {
5920
+ month: string;
5921
+ day: string;
5922
+ year: string;
5923
+ };
5924
+ withoutValue: {
5925
+ month: string;
5926
+ day: string;
5927
+ year: string;
5928
+ };
5929
+ };
5930
+ ariaValueText: {
5931
+ empty: string;
5932
+ };
5933
+ };
5934
+ clearButton: {
5935
+ ariaLabel: string;
5936
+ };
5937
+ };
5938
+ dropdown: {
5939
+ search: string;
5940
+ moreOptions: string;
5941
+ loading: string;
5942
+ };
5943
+ dropzone: {
5944
+ uploadFiles: {
5945
+ one: string;
5946
+ other: string;
5947
+ };
5948
+ dragAndDrop: string;
5949
+ incorrectFileTypeMessage: {
5950
+ one: string;
5951
+ other: string;
5952
+ };
5953
+ incorrectFileNumber: string;
5954
+ invalidAmountAttachments: {
5955
+ one: string;
5956
+ other: string;
5957
+ };
5958
+ hideDetails: string;
5959
+ showDetails: string;
5960
+ errorTitle: string;
5961
+ oneFileAtATimeError: string;
5962
+ multipleErrorsMessage: string;
5963
+ maxFileSizeErrorGroup: string;
5964
+ minFileSizeErrorGroup: string;
5965
+ zeroFileSizeErrorGroup: string;
5966
+ maxFileNumberErrorGroup: string;
5967
+ wrongFileTypeErrorGroup: string;
5968
+ standaloneMaxFileNumberError: string;
5969
+ standaloneUnsupportedFileTypeError: string;
5970
+ standaloneMinFileSizeError: string;
5971
+ standaloneMaxFileSizeError: string;
5972
+ standaloneZeroFileSizeError: string;
5973
+ uploadTotalProgress: {
5974
+ withFailed: string;
5975
+ withoutFailed: string;
5976
+ };
5977
+ };
5978
+ modal: {
5979
+ a11y: {
5980
+ close: string;
5981
+ };
5982
+ cancel: string;
5983
+ };
5984
+ multiSelect: {
5985
+ clearAll: string;
5986
+ selectValues: string;
5987
+ noResults: string;
5988
+ };
5989
+ tearsheet: {
5990
+ a11y: {
5991
+ close: string;
5992
+ };
5993
+ };
5994
+ fileAttacher: {
5995
+ attachFiles: {
5996
+ one: string;
5997
+ other: string;
5998
+ };
5999
+ };
6000
+ fileToken: {
6001
+ uploading: string;
6002
+ };
6003
+ tree: {
6004
+ selectionLimit: {
6005
+ one: string;
6006
+ other: string;
6007
+ };
6008
+ unsupportedFileType: {
6009
+ specific: string;
6010
+ unspecific: string;
6011
+ };
6012
+ };
6013
+ fileExplorer: {
6014
+ filesSelectedWithLimit: string;
6015
+ ungroupedThumbnailGridGroup: string;
6016
+ filesSelected: {
6017
+ one: string;
6018
+ other: string;
6019
+ };
6020
+ cancelAction: string;
6021
+ attachAction: string;
6022
+ maxNumberOfFilesSelected: string;
6023
+ modalTitle: string;
6024
+ filesPendingUpload: string;
6025
+ noSelectedItems: string;
6026
+ emptySearchResults: string;
6027
+ noItems: string;
6028
+ searchPlaceholder: string;
6029
+ uploadFailed: string;
6030
+ supportedFileTypes: string;
6031
+ };
6032
+ form: {
6033
+ closeWithConfirm: {
6034
+ confirmMessage: string;
6035
+ };
6036
+ checkbox: {
6037
+ no: string;
6038
+ yes: string;
6039
+ checked: string;
6040
+ unchecked: string;
6041
+ };
6042
+ errorBanner: {
6043
+ couldNotCreateItem: string;
6044
+ couldNotUpdateItem: string;
6045
+ fixErrorsToCreate: string;
6046
+ fixErrorsToUpdate: string;
6047
+ };
6048
+ field: {
6049
+ tooltipHelp: string;
6050
+ };
6051
+ };
6052
+ menu: {
6053
+ search: string;
6054
+ };
6055
+ pagination: {
6056
+ interval: string;
6057
+ notation: string;
6058
+ page: string;
6059
+ nextPage: string;
6060
+ prevPage: string;
6061
+ };
6062
+ search: {
6063
+ clear: string;
6064
+ goSearch: string;
6065
+ label: string;
6066
+ };
6067
+ select: {
6068
+ clear: string;
6069
+ search: string;
6070
+ selectAll: string;
6071
+ noResult: string;
6072
+ };
6073
+ splitViewCard: {
6074
+ a11y: {
6075
+ close: string;
6076
+ };
6077
+ };
6078
+ tabs: {
6079
+ more: string;
6080
+ };
6081
+ thumbnail: {
6082
+ checked: string;
6083
+ unavailable: string;
6084
+ select: string;
6085
+ };
6086
+ thumbnailList: {
6087
+ removeUpload: string;
6088
+ uploading: string;
6089
+ };
6090
+ toast: {
6091
+ a11y: {
6092
+ dismiss: string;
6093
+ };
6094
+ };
6095
+ fileList: {
6096
+ downloadAll: string;
6097
+ download: string;
6098
+ noPreview: string;
6099
+ };
6100
+ tieredSelect: {
6101
+ emptyMessage: string;
6102
+ goToTier: string;
6103
+ placeholder: string;
6104
+ quickCreateActionLabel: string;
6105
+ quickCreateCancelLabel: string;
6106
+ quickCreateCreateLabel: string;
6107
+ quickCreatePlaceholder: string;
6108
+ searchEmptyMessage: string;
6109
+ searchPlaceholder: string;
6110
+ spinnerLabel: string;
6111
+ };
6112
+ tieredDropdown: {
6113
+ emptyMessage: string;
6114
+ searchEmptyMessage: string;
6115
+ searchPlaceholder: string;
6116
+ spinnerLabel: string;
6117
+ };
6118
+ spinner: {
6119
+ loading: string;
6120
+ };
6121
+ token: {
6122
+ remove: string;
6123
+ };
6124
+ toolHeader: {
6125
+ settingsAction: string;
6126
+ };
6127
+ fileSelect: {
6128
+ localFilesSource: string;
6129
+ uploadFailed: string;
6130
+ maxNumberOfFilesSelected: string;
6131
+ };
6132
+ required: {
6133
+ requiredFields: string;
6134
+ };
6135
+ avatarStack: {
6136
+ viewAll: string;
6137
+ close: string;
6138
+ };
6139
+ panel: {
6140
+ close: string;
6141
+ goBack: string;
6142
+ };
6143
+ menuImperative: {
6144
+ options: {
6145
+ ariaLabel: string;
6146
+ };
6147
+ };
6148
+ };
6149
+ };
6150
+ readonly 'nb-NO': {};
6151
+ readonly 'zh-TW': {
6152
+ core: {
6153
+ banner: {
6154
+ dismissAlert: string;
6155
+ };
6156
+ breadcrumbs: {
6157
+ label: string;
6158
+ };
6159
+ calendar: {
6160
+ navigationLabel: string;
6161
+ };
6162
+ connected: {
6163
+ fileSelect: {
6164
+ documents: string;
6165
+ drawings: string;
6166
+ forms: string;
6167
+ photos: string;
6168
+ selectAlbum: string;
6169
+ selectAnAlbum: string;
6170
+ selectArea: string;
6171
+ selectAnArea: string;
6172
+ selectDiscipline: string;
6173
+ selectADiscipline: string;
6174
+ selectSet: string;
6175
+ selectASet: string;
6176
+ selectTemplate: string;
6177
+ selectATemplate: string;
6178
+ };
6179
+ emails: {
6180
+ emailSendErrorTitle: string;
6181
+ emailBodyRequiredError: string;
6182
+ emailContentValidationError: string;
6183
+ emailContentDisclaimer: string;
6184
+ recipientSelectPlaceholder: string;
6185
+ emailRecipientRequiredError: string;
6186
+ emailSubjectRequiredError: string;
6187
+ goToAllEmails: string;
6188
+ sendEmail: string;
6189
+ replyAll: string;
6190
+ downloadAll: string;
6191
+ showAll: string;
6192
+ showLess: string;
6193
+ composeEmailPageTitle: string;
6194
+ emailSentMessage: string;
6195
+ from: string;
6196
+ to: string;
6197
+ cc: string;
6198
+ bcc: string;
6199
+ downloadPdfLong: string;
6200
+ /**
6201
+ * @deprecated this type will no longer be supported from core-i18n-js,
6202
+ * to have a type safe Locale use TmsSupportedLocale or AllLocales from [Globalization toolkit](https://github.com/procore/globalization-toolkit)
6203
+ * @deprecatedSince 12.10.0
6204
+ */
6205
+ downloadPdfShort: string;
6206
+ privateEmailDisclaimer: string;
6207
+ privateLabel: string;
6208
+ settingsLink: string;
6209
+ composeNewEmail: string;
6210
+ startNewCommunication: string;
6211
+ emptyStateTitle: string;
6212
+ emptyStateDescription: string;
6213
+ reply: string;
6214
+ cancel: string;
6215
+ subject: string;
6216
+ subjectPlaceholder: string;
6217
+ };
6218
+ distributionSelect: {
6219
+ noCompany: string;
6220
+ peopleCount: string;
6221
+ distributionGroups: string;
6222
+ people: string;
6223
+ };
6224
+ relatedItems: {
6225
+ cancel: string;
6226
+ close: string;
6227
+ date: string;
6228
+ itemType: string;
6229
+ itemTypeGroupLabel: {
6230
+ dailyLog: string;
6231
+ prostoreFile: string;
6232
+ };
6233
+ itemName: string;
6234
+ loading: string;
6235
+ notes: string;
6236
+ notesPlaceholder: string;
6237
+ newItem: string;
6238
+ noRelatedItems: {
6239
+ title: string;
6240
+ description: string;
6241
+ };
6242
+ noItems: {
6243
+ title: string;
6244
+ description: string;
6245
+ };
6246
+ noResultsSearchQuery: {
6247
+ title: string;
6248
+ description: string;
6249
+ };
6250
+ noResultsServerError: {
6251
+ title: string;
6252
+ description: string;
6253
+ action: string;
6254
+ };
6255
+ panelTitle: string;
6256
+ search: string;
6257
+ searchItemType: string;
6258
+ submit: string;
6259
+ toast: {
6260
+ itemAdded: string;
6261
+ itemAdditionFailed: string;
6262
+ itemRemoved: string;
6263
+ requestError: string;
6264
+ };
6265
+ };
6266
+ };
6267
+ dateTimeFormat: {
6268
+ dateAtTime: string;
6269
+ timeOnDate: string;
6270
+ };
6271
+ table: {
6272
+ checkboxLabel: string;
6273
+ sortableColumn: string;
6274
+ };
6275
+ dataTable: {
6276
+ emptyState: {
6277
+ noFilteredResults: {
6278
+ description: string;
6279
+ title: string;
6280
+ };
6281
+ };
6282
+ exporting: string;
6283
+ filters: {
6284
+ filters: string;
6285
+ moreFilters: string;
6286
+ clearAllFilters: string;
6287
+ };
6288
+ grandTotals: string;
6289
+ search: string;
6290
+ subtotals: string;
6291
+ tableSettings: {
6292
+ configureColumns: string;
6293
+ resetToDefault: string;
6294
+ rowHeight: string;
6295
+ small: string;
6296
+ medium: string;
6297
+ large: string;
6298
+ tableSettings: string;
6299
+ };
6300
+ };
6301
+ dateInput: {
6302
+ clear: string;
6303
+ ariaLabel: string;
6304
+ segment: {
6305
+ ariaLabel: {
6306
+ withValue: {
6307
+ month: string;
6308
+ day: string;
6309
+ year: string;
6310
+ };
6311
+ withoutValue: {
6312
+ month: string;
6313
+ day: string;
6314
+ year: string;
6315
+ };
6316
+ };
6317
+ ariaValueText: {
6318
+ empty: string;
6319
+ };
6320
+ };
6321
+ clearButton: {
6322
+ ariaLabel: string;
6323
+ };
6324
+ };
6325
+ dropdown: {
6326
+ search: string;
6327
+ moreOptions: string;
6328
+ loading: string;
6329
+ };
6330
+ dropzone: {
6331
+ uploadFiles: {
6332
+ one: string;
6333
+ other: string;
6334
+ };
6335
+ dragAndDrop: string;
6336
+ incorrectFileTypeMessage: {
6337
+ one: string;
6338
+ other: string;
6339
+ };
6340
+ incorrectFileNumber: string;
6341
+ invalidAmountAttachments: {
6342
+ one: string;
6343
+ other: string;
6344
+ };
6345
+ hideDetails: string;
6346
+ showDetails: string;
6347
+ errorTitle: string;
6348
+ oneFileAtATimeError: string;
6349
+ multipleErrorsMessage: string;
6350
+ maxFileSizeErrorGroup: string;
6351
+ minFileSizeErrorGroup: string;
6352
+ zeroFileSizeErrorGroup: string;
6353
+ maxFileNumberErrorGroup: string;
6354
+ wrongFileTypeErrorGroup: string;
6355
+ standaloneMaxFileNumberError: string;
6356
+ standaloneUnsupportedFileTypeError: string;
6357
+ standaloneMinFileSizeError: string;
6358
+ standaloneMaxFileSizeError: string;
6359
+ standaloneZeroFileSizeError: string;
6360
+ uploadTotalProgress: {
6361
+ withFailed: string;
6362
+ withoutFailed: string;
6363
+ };
6364
+ };
6365
+ modal: {
6366
+ a11y: {
6367
+ close: string;
6368
+ };
6369
+ cancel: string;
6370
+ };
6371
+ multiSelect: {
6372
+ clearAll: string;
6373
+ selectValues: string;
6374
+ noResults: string;
6375
+ };
6376
+ tearsheet: {
6377
+ a11y: {
6378
+ close: string;
6379
+ };
6380
+ };
6381
+ fileAttacher: {
6382
+ attachFiles: {
6383
+ one: string;
6384
+ other: string;
6385
+ };
6386
+ };
6387
+ fileToken: {
6388
+ uploading: string;
6389
+ };
6390
+ tree: {
6391
+ selectionLimit: {
6392
+ one: string;
6393
+ other: string;
6394
+ };
6395
+ unsupportedFileType: {
6396
+ specific: string;
6397
+ unspecific: string;
6398
+ };
6399
+ };
6400
+ fileExplorer: {
6401
+ filesSelectedWithLimit: string;
6402
+ ungroupedThumbnailGridGroup: string;
6403
+ filesSelected: {
6404
+ one: string;
6405
+ other: string;
6406
+ };
6407
+ cancelAction: string;
6408
+ attachAction: string;
6409
+ maxNumberOfFilesSelected: string;
6410
+ modalTitle: string;
6411
+ filesPendingUpload: string;
6412
+ noSelectedItems: string;
6413
+ emptySearchResults: string;
6414
+ noItems: string;
6415
+ searchPlaceholder: string;
6416
+ uploadFailed: string;
6417
+ supportedFileTypes: string;
6418
+ };
6419
+ form: {
6420
+ closeWithConfirm: {
6421
+ confirmMessage: string;
6422
+ };
6423
+ checkbox: {
6424
+ no: string;
6425
+ yes: string;
6426
+ checked: string;
6427
+ unchecked: string;
6428
+ };
6429
+ errorBanner: {
6430
+ couldNotCreateItem: string;
6431
+ couldNotUpdateItem: string;
6432
+ fixErrorsToCreate: string;
6433
+ fixErrorsToUpdate: string;
6434
+ };
6435
+ field: {
6436
+ tooltipHelp: string;
6437
+ };
6438
+ };
6439
+ menu: {
6440
+ search: string;
6441
+ };
6442
+ pagination: {
6443
+ interval: string;
6444
+ notation: string;
6445
+ page: string;
6446
+ nextPage: string;
6447
+ prevPage: string;
6448
+ };
6449
+ search: {
6450
+ clear: string;
6451
+ goSearch: string;
6452
+ label: string;
6453
+ };
6454
+ select: {
6455
+ clear: string;
6456
+ search: string;
6457
+ selectAll: string;
6458
+ noResult: string;
6459
+ };
6460
+ splitViewCard: {
6461
+ a11y: {
6462
+ close: string;
6463
+ };
6464
+ };
6465
+ tabs: {
6466
+ more: string;
6467
+ };
6468
+ thumbnail: {
6469
+ checked: string;
6470
+ unavailable: string;
6471
+ select: string;
6472
+ };
6473
+ thumbnailList: {
6474
+ removeUpload: string;
6475
+ uploading: string;
6476
+ };
6477
+ toast: {
6478
+ a11y: {
6479
+ dismiss: string;
6480
+ };
6481
+ };
6482
+ fileList: {
6483
+ downloadAll: string;
6484
+ download: string;
6485
+ noPreview: string;
6486
+ };
6487
+ tieredSelect: {
6488
+ emptyMessage: string;
6489
+ goToTier: string;
6490
+ placeholder: string;
6491
+ quickCreateActionLabel: string;
6492
+ quickCreateCancelLabel: string;
6493
+ quickCreateCreateLabel: string;
6494
+ quickCreatePlaceholder: string;
6495
+ searchEmptyMessage: string;
6496
+ searchPlaceholder: string;
6497
+ spinnerLabel: string;
6498
+ };
6499
+ tieredDropdown: {
6500
+ emptyMessage: string;
6501
+ searchEmptyMessage: string;
6502
+ searchPlaceholder: string;
6503
+ spinnerLabel: string;
6504
+ };
6505
+ spinner: {
6506
+ loading: string;
6507
+ };
6508
+ token: {
6509
+ remove: string;
6510
+ };
6511
+ toolHeader: {
6512
+ settingsAction: string;
6513
+ };
6514
+ fileSelect: {
6515
+ localFilesSource: string;
6516
+ uploadFailed: string;
6517
+ maxNumberOfFilesSelected: string;
6518
+ };
6519
+ required: {
6520
+ requiredFields: string;
6521
+ };
6522
+ avatarStack: {
6523
+ viewAll: string;
6524
+ close: string;
6525
+ };
6526
+ panel: {
6527
+ close: string;
6528
+ goBack: string;
6529
+ };
6530
+ menuImperative: {
6531
+ options: {
6532
+ ariaLabel: string;
6533
+ };
6534
+ };
6535
+ };
6536
+ };
6537
+ readonly 'it-IT': {
6538
+ core: {
6539
+ banner: {
6540
+ dismissAlert: string;
6541
+ };
6542
+ breadcrumbs: {
6543
+ label: string;
6544
+ };
6545
+ calendar: {
6546
+ navigationLabel: string;
6547
+ };
6548
+ connected: {
6549
+ fileSelect: {
6550
+ documents: string;
6551
+ drawings: string;
6552
+ forms: string;
6553
+ photos: string;
6554
+ selectAlbum: string;
6555
+ selectAnAlbum: string;
6556
+ selectArea: string;
6557
+ selectAnArea: string;
6558
+ selectDiscipline: string;
6559
+ selectADiscipline: string;
6560
+ selectSet: string;
6561
+ selectASet: string;
6562
+ selectTemplate: string;
6563
+ selectATemplate: string;
6564
+ };
6565
+ emails: {
6566
+ emailSendErrorTitle: string;
6567
+ emailBodyRequiredError: string;
6568
+ emailContentValidationError: string;
6569
+ emailContentDisclaimer: string;
6570
+ recipientSelectPlaceholder: string;
6571
+ emailRecipientRequiredError: string;
6572
+ emailSubjectRequiredError: string;
6573
+ goToAllEmails: string;
6574
+ sendEmail: string;
6575
+ replyAll: string;
6576
+ downloadAll: string;
6577
+ showAll: string;
6578
+ showLess: string;
6579
+ composeEmailPageTitle: string;
6580
+ emailSentMessage: string;
6581
+ from: string;
6582
+ to: string;
6583
+ cc: string;
6584
+ bcc: string;
6585
+ downloadPdfLong: string;
6586
+ downloadPdfShort: string;
6587
+ privateEmailDisclaimer: string;
6588
+ privateLabel: string;
6589
+ settingsLink: string;
6590
+ composeNewEmail: string;
6591
+ startNewCommunication: string;
6592
+ emptyStateTitle: string;
6593
+ emptyStateDescription: string;
6594
+ reply: string;
6595
+ cancel: string;
6596
+ subject: string;
6597
+ subjectPlaceholder: string;
6598
+ };
6599
+ distributionSelect: {
6600
+ noCompany: string;
6601
+ peopleCount: string;
6602
+ distributionGroups: string;
6603
+ people: string;
6604
+ };
6605
+ relatedItems: {
6606
+ cancel: string;
6607
+ close: string;
6608
+ date: string;
6609
+ itemType: string;
6610
+ itemTypeGroupLabel: {
6611
+ dailyLog: string;
6612
+ prostoreFile: string;
6613
+ };
6614
+ itemName: string;
6615
+ loading: string;
6616
+ notes: string;
6617
+ notesPlaceholder: string;
6618
+ newItem: string;
6619
+ noRelatedItems: {
6620
+ title: string;
6621
+ description: string;
6622
+ };
6623
+ noItems: {
6624
+ title: string;
6625
+ description: string;
6626
+ };
6627
+ noResultsSearchQuery: {
6628
+ title: string;
6629
+ description: string;
6630
+ };
6631
+ noResultsServerError: {
6632
+ title: string;
6633
+ description: string;
6634
+ action: string;
6635
+ };
6636
+ panelTitle: string;
6637
+ search: string;
6638
+ searchItemType: string;
6639
+ submit: string;
6640
+ toast: {
6641
+ itemAdded: string;
6642
+ itemAdditionFailed: string;
6643
+ itemRemoved: string;
6644
+ requestError: string;
6645
+ };
6646
+ };
6647
+ };
6648
+ dateTimeFormat: {
6649
+ dateAtTime: string;
6650
+ timeOnDate: string;
6651
+ };
6652
+ table: {
6653
+ checkboxLabel: string;
6654
+ sortableColumn: string;
6655
+ };
6656
+ dataTable: {
6657
+ emptyState: {
6658
+ noFilteredResults: {
6659
+ description: string;
6660
+ title: string;
6661
+ };
6662
+ };
6663
+ exporting: string;
6664
+ filters: {
6665
+ filters: string;
6666
+ moreFilters: string;
6667
+ clearAllFilters: string;
6668
+ };
6669
+ grandTotals: string;
6670
+ search: string;
6671
+ subtotals: string;
6672
+ tableSettings: {
6673
+ configureColumns: string;
6674
+ resetToDefault: string;
6675
+ rowHeight: string;
6676
+ small: string;
6677
+ medium: string;
6678
+ large: string;
6679
+ tableSettings: string;
6680
+ };
6681
+ };
6682
+ dateInput: {
6683
+ clear: string;
6684
+ ariaLabel: string;
6685
+ segment: {
6686
+ ariaLabel: {
6687
+ withValue: {
6688
+ month: string;
6689
+ day: string;
6690
+ year: string;
6691
+ };
6692
+ withoutValue: {
6693
+ month: string;
6694
+ day: string;
6695
+ year: string;
6696
+ };
6697
+ };
6698
+ ariaValueText: {
6699
+ empty: string;
6700
+ };
6701
+ };
6702
+ clearButton: {
6703
+ ariaLabel: string;
6704
+ };
6705
+ };
6706
+ dropdown: {
6707
+ search: string;
6708
+ moreOptions: string;
6709
+ loading: string;
6710
+ };
6711
+ dropzone: {
6712
+ uploadFiles: {
6713
+ one: string;
6714
+ other: string;
6715
+ };
6716
+ dragAndDrop: string;
6717
+ incorrectFileTypeMessage: {
6718
+ one: string;
6719
+ other: string;
6720
+ };
6721
+ incorrectFileNumber: string;
6722
+ invalidAmountAttachments: {
6723
+ one: string;
6724
+ other: string;
6725
+ };
6726
+ hideDetails: string;
6727
+ showDetails: string;
6728
+ errorTitle: string;
6729
+ oneFileAtATimeError: string;
6730
+ multipleErrorsMessage: string;
6731
+ maxFileSizeErrorGroup: string;
6732
+ minFileSizeErrorGroup: string;
6733
+ zeroFileSizeErrorGroup: string;
6734
+ maxFileNumberErrorGroup: string;
6735
+ wrongFileTypeErrorGroup: string;
6736
+ standaloneMaxFileNumberError: string;
6737
+ standaloneUnsupportedFileTypeError: string;
6738
+ standaloneMinFileSizeError: string;
6739
+ standaloneMaxFileSizeError: string;
6740
+ standaloneZeroFileSizeError: string;
6741
+ uploadTotalProgress: {
6742
+ withFailed: string;
6743
+ withoutFailed: string;
6744
+ };
6745
+ };
6746
+ modal: {
6747
+ a11y: {
6748
+ close: string;
6749
+ };
6750
+ cancel: string;
6751
+ };
6752
+ multiSelect: {
6753
+ clearAll: string;
6754
+ selectValues: string;
6755
+ noResults: string;
6756
+ };
6757
+ tearsheet: {
6758
+ a11y: {
6759
+ close: string;
6760
+ };
6761
+ };
6762
+ fileAttacher: {
6763
+ attachFiles: {
6764
+ one: string;
6765
+ other: string;
6766
+ };
6767
+ };
6768
+ fileToken: {
6769
+ uploading: string;
6770
+ };
6771
+ tree: {
6772
+ selectionLimit: {
6773
+ one: string;
6774
+ other: string;
6775
+ };
6776
+ unsupportedFileType: {
6777
+ specific: string;
6778
+ unspecific: string;
6779
+ };
6780
+ };
6781
+ fileExplorer: {
6782
+ filesSelectedWithLimit: string;
6783
+ ungroupedThumbnailGridGroup: string;
6784
+ filesSelected: {
6785
+ one: string;
6786
+ other: string;
6787
+ };
6788
+ cancelAction: string;
6789
+ attachAction: string;
6790
+ maxNumberOfFilesSelected: string;
6791
+ modalTitle: string;
6792
+ filesPendingUpload: string;
6793
+ noSelectedItems: string;
6794
+ emptySearchResults: string;
6795
+ noItems: string;
6796
+ searchPlaceholder: string;
6797
+ uploadFailed: string;
6798
+ supportedFileTypes: string;
6799
+ };
6800
+ form: {
6801
+ closeWithConfirm: {
6802
+ confirmMessage: string;
6803
+ };
6804
+ checkbox: {
6805
+ no: string;
6806
+ yes: string;
6807
+ checked: string;
6808
+ unchecked: string;
6809
+ };
6810
+ errorBanner: {
6811
+ couldNotCreateItem: string;
6812
+ couldNotUpdateItem: string;
6813
+ fixErrorsToCreate: string;
6814
+ fixErrorsToUpdate: string;
6815
+ };
6816
+ field: {
6817
+ tooltipHelp: string;
6818
+ };
6819
+ };
6820
+ menu: {
6821
+ search: string;
6822
+ };
6823
+ pagination: {
6824
+ interval: string;
6825
+ notation: string;
6826
+ page: string;
6827
+ nextPage: string;
6828
+ prevPage: string;
6829
+ };
6830
+ search: {
6831
+ clear: string;
6832
+ goSearch: string;
6833
+ label: string;
6834
+ };
6835
+ select: {
6836
+ clear: string;
6837
+ search: string;
6838
+ selectAll: string;
6839
+ noResult: string;
6840
+ };
6841
+ splitViewCard: {
6842
+ a11y: {
6843
+ close: string;
6844
+ };
6845
+ };
6846
+ tabs: {
6847
+ more: string;
6848
+ };
6849
+ thumbnail: {
6850
+ checked: string;
6851
+ unavailable: string;
6852
+ select: string;
6853
+ };
6854
+ thumbnailList: {
6855
+ removeUpload: string;
6856
+ uploading: string;
6857
+ };
6858
+ toast: {
6859
+ a11y: {
6860
+ dismiss: string;
6861
+ };
6862
+ };
6863
+ fileList: {
6864
+ downloadAll: string;
6865
+ download: string;
6866
+ noPreview: string;
6867
+ };
6868
+ tieredSelect: {
6869
+ emptyMessage: string;
6870
+ goToTier: string;
6871
+ placeholder: string;
6872
+ quickCreateActionLabel: string;
6873
+ quickCreateCancelLabel: string;
6874
+ quickCreateCreateLabel: string;
6875
+ quickCreatePlaceholder: string;
6876
+ searchEmptyMessage: string;
6877
+ searchPlaceholder: string;
6878
+ spinnerLabel: string;
6879
+ };
6880
+ tieredDropdown: {
6881
+ emptyMessage: string;
6882
+ searchEmptyMessage: string;
6883
+ searchPlaceholder: string;
6884
+ spinnerLabel: string;
6885
+ };
6886
+ spinner: {
6887
+ loading: string;
6888
+ };
6889
+ token: {
6890
+ remove: string;
6891
+ };
6892
+ toolHeader: {
6893
+ settingsAction: string;
6894
+ };
6895
+ fileSelect: {
6896
+ localFilesSource: string;
6897
+ uploadFailed: string;
6898
+ maxNumberOfFilesSelected: string;
6899
+ };
6900
+ required: {
6901
+ requiredFields: string;
6902
+ };
6903
+ avatarStack: {
6904
+ viewAll: string;
6905
+ close: string;
6906
+ };
6907
+ panel: {
6908
+ close: string;
6909
+ goBack: string;
6910
+ };
6911
+ menuImperative: {
6912
+ options: {
6913
+ ariaLabel: string;
6914
+ };
6915
+ };
6916
+ };
6917
+ };
6918
+ readonly 'pt-PT': {
5729
6919
  core: {
5730
6920
  banner: {
5731
6921
  dismissAlert: string;
@@ -6027,6 +7217,7 @@ export declare const coreTranslations: {
6027
7217
  clear: string;
6028
7218
  search: string;
6029
7219
  selectAll: string;
7220
+ noResult: string;
6030
7221
  };
6031
7222
  splitViewCard: {
6032
7223
  a11y: {