@procore/core-react 12.17.4 → 12.17.6

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 (413) hide show
  1. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  2. package/dist/AnchorNavigation/AnchorNavigationProvider.js +5 -5
  3. package/dist/Avatar/Avatar.js +9 -9
  4. package/dist/Avatar/Avatar.styles.js +5 -5
  5. package/dist/AvatarStack/AvatarStack.js +14 -14
  6. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  7. package/dist/Badge/Badge.js +1 -1
  8. package/dist/Badge/Badge.styles.js +2 -2
  9. package/dist/Banner/Banner.js +8 -8
  10. package/dist/Banner/Banner.styles.js +10 -10
  11. package/dist/Box/Box.js +3 -3
  12. package/dist/Box/Box.styles.js +1 -1
  13. package/dist/Breadcrumbs/Breadcrumbs.js +9 -9
  14. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  15. package/dist/Button/Button.js +7 -7
  16. package/dist/Button/Button.styles.js +5 -5
  17. package/dist/Calendar/Calendar.js +4 -4
  18. package/dist/Calendar/Calendar.styles.js +8 -8
  19. package/dist/Card/Card.js +3 -3
  20. package/dist/Card/Card.styles.js +1 -1
  21. package/dist/Checkbox/Checkbox.js +9 -9
  22. package/dist/Checkbox/Checkbox.styles.js +6 -6
  23. package/dist/Checkbox/CheckboxTooltip.js +2 -2
  24. package/dist/CheckboxGroup/CheckboxGroup.js +8 -8
  25. package/dist/ClickOutside/ClickOutside.js +3 -3
  26. package/dist/ContactItem/ContactItem.js +3 -3
  27. package/dist/ContactItem/ContactItem.styles.js +5 -5
  28. package/dist/Content/Content.styles.js +2 -2
  29. package/dist/DateInput/DateInput.js +11 -11
  30. package/dist/DateInput/DateInput.styles.js +10 -10
  31. package/dist/DateSelect/DateSelect.js +8 -8
  32. package/dist/DetailPage/DetailPage.js +3 -3
  33. package/dist/DetailPage/DetailPage.styles.js +7 -7
  34. package/dist/DetailPage/examples/TableExample.js +5 -5
  35. package/dist/DetailPageTemplate/DetailPageTemplate.js +3 -3
  36. package/dist/Dropdown/Dropdown.js +9 -9
  37. package/dist/Dropdown/Dropdown.js.map +1 -1
  38. package/dist/Dropdown/Dropdown.styles.js +3 -3
  39. package/dist/DropdownFlyout/DropdownFlyout.helpers.js +14 -14
  40. package/dist/DropdownFlyout/DropdownFlyout.js +8 -8
  41. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  42. package/dist/Dropzone/Dropzone.hooks.js +16 -16
  43. package/dist/Dropzone/Dropzone.js +13 -13
  44. package/dist/Dropzone/Dropzone.styles.js +9 -9
  45. package/dist/EmptyState/EmptyState.js +3 -3
  46. package/dist/EmptyState/EmptyState.styles.js +6 -6
  47. package/dist/Field/Field.js +3 -3
  48. package/dist/Field/Field.styles.js +3 -3
  49. package/dist/FileList/FileList.js +3 -3
  50. package/dist/FileList/FileList.styles.js +4 -4
  51. package/dist/FileSelect/FileExplorer/FileExplorer.js +3 -3
  52. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  53. package/dist/FileSelect/FileExplorer/FileExplorerModal.js +3 -3
  54. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.js +5 -5
  55. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  56. package/dist/FileSelect/FileExplorer/useSidebarNavigation.js +8 -8
  57. package/dist/FileSelect/FileSelect.js +21 -21
  58. package/dist/FileSelect/FileSelect.js.map +1 -1
  59. package/dist/FileSelect/FileSelect.styles.js +2 -2
  60. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.js +5 -5
  61. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  62. package/dist/FileSelect/FileTokenList/FileTokenList.js +8 -8
  63. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  64. package/dist/FileSelect/GridSource/GridSource.js +20 -20
  65. package/dist/FileSelect/GridSource/GridSource.js.map +1 -1
  66. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  67. package/dist/FileSelect/LocalSource/LocalSource.js +19 -19
  68. package/dist/FileSelect/LocalSource/LocalSource.js.map +1 -1
  69. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  70. package/dist/FileSelect/ProgressAnnouncer/ProgressAnnouncer.js +11 -11
  71. package/dist/FileSelect/SourceItem/SourceItem.js +3 -3
  72. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  73. package/dist/FileSelect/ThumbnailList/ThumbnailList.js +8 -8
  74. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  75. package/dist/FileSelect/TreeSource/TreeSource.js +21 -21
  76. package/dist/FileSelect/TreeSource/TreeSource.js.map +1 -1
  77. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  78. package/dist/FileSelect/storyHelpers.js +4 -4
  79. package/dist/FileSelect/storyHelpers.js.map +1 -1
  80. package/dist/FileToken/FileToken.js +8 -8
  81. package/dist/FileToken/FileToken.styles.js +4 -4
  82. package/dist/FilterToken/FilterToken.js +9 -9
  83. package/dist/FilterToken/FilterToken.styles.js +2 -2
  84. package/dist/Flex/Flex.js +3 -3
  85. package/dist/FlexList/FlexList.js +3 -3
  86. package/dist/FlexList/FlexList.styles.js +1 -1
  87. package/dist/Form/Form.d.ts +1 -0
  88. package/dist/Form/Form.js +24 -18
  89. package/dist/Form/Form.js.map +1 -1
  90. package/dist/Form/Form.styles.d.ts +2 -0
  91. package/dist/Form/Form.styles.js +15 -14
  92. package/dist/Form/Form.styles.js.map +1 -1
  93. package/dist/Form/Form.types.d.ts +30 -1
  94. package/dist/Form/Form.types.js.map +1 -1
  95. package/dist/Form/FormFieldTooltip.js +1 -1
  96. package/dist/Form/StyledFormikForm.styles.d.ts +1 -0
  97. package/dist/Form/StyledFormikForm.styles.js +4 -2
  98. package/dist/Form/StyledFormikForm.styles.js.map +1 -1
  99. package/dist/Form/stories/util.js +9 -9
  100. package/dist/GhostPlaceholder/GhostPlaceholder.js +3 -3
  101. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  102. package/dist/Grid/Grid.js +3 -3
  103. package/dist/Grid/Grid.styles.js +3 -3
  104. package/dist/Grid/Grid.utils.js +5 -5
  105. package/dist/GroupSelect/GroupSelect.js +17 -17
  106. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  107. package/dist/Input/Input.js +3 -3
  108. package/dist/Input/Input.styles.js +1 -1
  109. package/dist/Link/Link.js +3 -3
  110. package/dist/Link/Link.styles.js +1 -1
  111. package/dist/ListPage/ListPage.js +3 -3
  112. package/dist/ListPage/ListPage.styles.js +8 -8
  113. package/dist/Loader/Loader.js +3 -3
  114. package/dist/Loader/Loader.styles.js +2 -2
  115. package/dist/Menu/Menu.js +15 -15
  116. package/dist/MenuImperative/MenuImperative.js +15 -15
  117. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  118. package/dist/MenuImperative/sensors.js +8 -8
  119. package/dist/MenuImperative/sensors.js.map +1 -1
  120. package/dist/Modal/ChildRegistry.context.js +11 -11
  121. package/dist/Modal/Modal.js +8 -8
  122. package/dist/Modal/Modal.styles.js +13 -13
  123. package/dist/Modal/Modal.types.d.ts +3 -1
  124. package/dist/Modal/Modal.types.js.map +1 -1
  125. package/dist/Modal/storyHelpers.js +7 -7
  126. package/dist/MultiSelect/MultiSelect.js +17 -17
  127. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  128. package/dist/NextMenu/NextMenu.js +14 -14
  129. package/dist/NextMenu/NextMenu.styles.js +3 -3
  130. package/dist/NextMenu/NextMenuItem.js +3 -3
  131. package/dist/NextMenu/sampleData.js +7 -6
  132. package/dist/NextMenu/sampleData.js.map +1 -1
  133. package/dist/NextTile/NextTile.js +9 -9
  134. package/dist/Notation/Notation.js +4 -4
  135. package/dist/NumberInput/NumberInput.hooks.js +5 -5
  136. package/dist/NumberInput/NumberInput.js +14 -14
  137. package/dist/NumberInput/NumberInput.styles.js +7 -7
  138. package/dist/NumberInput/NumberInput.utils.js +11 -11
  139. package/dist/Overlay/OverlayArrow.js +4 -4
  140. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  141. package/dist/OverlayTrigger/OverlayTrigger.js +15 -15
  142. package/dist/OverlayTrigger/a11yPresets.js +6 -6
  143. package/dist/PageFooterTemplate/PageFooterTemplate.js +3 -3
  144. package/dist/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  145. package/dist/PageHeaderTemplate/PageHeaderTemplate.js +3 -3
  146. package/dist/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  147. package/dist/PageHeaderTemplate/PageHeaderTemplate.utils.js +5 -5
  148. package/dist/PageLayout/PageLayout.js +15 -15
  149. package/dist/PageLayout/PageLayout.js.map +1 -1
  150. package/dist/PageLayout/PageLayout.styles.js +16 -16
  151. package/dist/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  152. package/dist/PageTemplate/PageTemplate.js +3 -3
  153. package/dist/PageTemplate/PageTemplate.styles.js +3 -3
  154. package/dist/PageTemplate/PageTemplateCard.js +3 -3
  155. package/dist/Pagination/Pagination.js +3 -3
  156. package/dist/Pagination/Pagination.styles.js +5 -5
  157. package/dist/Pagination/PaginationSelect.js +3 -3
  158. package/dist/Panel/Panel.js +8 -8
  159. package/dist/Panel/Panel.styles.js +11 -11
  160. package/dist/Pill/Pill.js +3 -3
  161. package/dist/Pill/Pill.styles.js +2 -2
  162. package/dist/PillSelect/PillSelect.js +8 -8
  163. package/dist/PillSelect/PillSelect.styles.js +4 -4
  164. package/dist/Popover/Popover.js +9 -9
  165. package/dist/Popover/Popover.styles.js +2 -2
  166. package/dist/Portal/Portal.js +3 -3
  167. package/dist/Portal/Portal.styles.js +1 -1
  168. package/dist/ProgressBar/ProgressBar.js +8 -8
  169. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  170. package/dist/RadioButton/RadioButton.js +3 -3
  171. package/dist/RadioButton/RadioButton.styles.js +3 -3
  172. package/dist/Required/Required.js +3 -3
  173. package/dist/Required/Required.styles.js +3 -3
  174. package/dist/Search/Search.hooks.js +5 -5
  175. package/dist/Search/Search.js +3 -3
  176. package/dist/Search/Search.styles.js +5 -5
  177. package/dist/Section/Section.js +14 -14
  178. package/dist/Section/Section.styles.js +7 -7
  179. package/dist/SegmentedController/SegmentedController.js +19 -18
  180. package/dist/SegmentedController/SegmentedController.js.map +1 -1
  181. package/dist/SegmentedController/SegmentedController.styles.d.ts +1 -1
  182. package/dist/SegmentedController/SegmentedController.styles.js +8 -8
  183. package/dist/SegmentedController/SegmentedController.styles.js.map +1 -1
  184. package/dist/SegmentedController/SegmentedController.types.d.ts +10 -1
  185. package/dist/SegmentedController/SegmentedController.types.js.map +1 -1
  186. package/dist/Select/Select.js +8 -8
  187. package/dist/Select/Select.styles.js +7 -7
  188. package/dist/Semantic/Semantic.js +3 -3
  189. package/dist/Semantic/Semantic.styles.js +9 -9
  190. package/dist/SettingsPage/SettingsPage.js +3 -3
  191. package/dist/SettingsPageTemplate/SettingsPageTemplate.js +3 -3
  192. package/dist/Slider/Slider.js +8 -8
  193. package/dist/Slider/Slider.styles.js +5 -5
  194. package/dist/Spinner/Spinner.d.ts +2 -2
  195. package/dist/Spinner/Spinner.js +7 -5
  196. package/dist/Spinner/Spinner.js.map +1 -1
  197. package/dist/Spinner/Spinner.styles.d.ts +1 -1
  198. package/dist/Spinner/Spinner.styles.js +17 -11
  199. package/dist/Spinner/Spinner.styles.js.map +1 -1
  200. package/dist/Spinner/Spinner.types.d.ts +6 -5
  201. package/dist/Spinner/Spinner.types.js.map +1 -1
  202. package/dist/SplitViewCard/SplitViewCard.context.js +5 -5
  203. package/dist/SplitViewCard/SplitViewCard.js +8 -8
  204. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  205. package/dist/SuperSelect/SuperSelect.components.js +8 -8
  206. package/dist/SuperSelect/SuperSelect.js +7 -7
  207. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  208. package/dist/SuperSelect/SuperSelect.styles.js +37 -37
  209. package/dist/SuperSelect/SuperSelect.utils.js +14 -14
  210. package/dist/SuperSelect/presets/contactsPreset.js +3 -3
  211. package/dist/SuperSelect/presets/filterPreset.js +1 -1
  212. package/dist/SuperSelect/useSuperSelect.js +14 -14
  213. package/dist/Switch/Switch.js +3 -3
  214. package/dist/Switch/Switch.styles.js +4 -4
  215. package/dist/Table/Table.js +9 -9
  216. package/dist/Table/Table.styles.js +28 -28
  217. package/dist/TableShelf/TableShelf.js +3 -3
  218. package/dist/TableShelf/TableShelf.styles.js +5 -5
  219. package/dist/Tabs/Tabs.d.ts +1 -1
  220. package/dist/Tabs/Tabs.js +31 -29
  221. package/dist/Tabs/Tabs.js.map +1 -1
  222. package/dist/Tabs/Tabs.styles.d.ts +2 -2
  223. package/dist/Tabs/Tabs.styles.js +28 -28
  224. package/dist/Tabs/Tabs.styles.js.map +1 -1
  225. package/dist/Tabs/Tabs.types.d.ts +8 -1
  226. package/dist/Tabs/Tabs.types.js.map +1 -1
  227. package/dist/Tearsheet/Tearsheet.js +11 -11
  228. package/dist/Tearsheet/Tearsheet.js.map +1 -1
  229. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  230. package/dist/TextArea/TextArea.js +3 -3
  231. package/dist/TextArea/TextArea.styles.js +1 -1
  232. package/dist/TextEditor/TextEditor.js +17 -17
  233. package/dist/TextEditorOutput/TextEditorOutput.js +9 -9
  234. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  235. package/dist/Thumbnail/Thumbnail.hooks.d.ts +8 -0
  236. package/dist/Thumbnail/Thumbnail.hooks.js +8 -8
  237. package/dist/Thumbnail/Thumbnail.js +9 -9
  238. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  239. package/dist/Thumbnail/Thumbnail.utils.js +9 -9
  240. package/dist/Thumbnail/ThumbnailCaption.js +3 -3
  241. package/dist/Thumbnail/ThumbnailDocumentIcon.js +5 -5
  242. package/dist/Thumbnail/ThumbnailPreview.js +5 -5
  243. package/dist/ThumbnailGrid/ThumbnailGrid.hooks.js +5 -5
  244. package/dist/ThumbnailGrid/ThumbnailGrid.js +17 -17
  245. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  246. package/dist/TieredDropdown/TieredDropdown.js +14 -14
  247. package/dist/TieredDropdown/useSearch.js +5 -5
  248. package/dist/TieredSelect/LeafSelectionTieredSelect.js +8 -8
  249. package/dist/TieredSelect/TierSelectionTieredSelect.js +49 -24
  250. package/dist/TieredSelect/TierSelectionTieredSelect.js.map +1 -1
  251. package/dist/TieredSelect/TieredSelect.js +8 -8
  252. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  253. package/dist/TieredSelect/TieredSelectMenu.js +17 -17
  254. package/dist/Tile/Tile.js +3 -3
  255. package/dist/Tile/Tile.styles.js +8 -8
  256. package/dist/Title/Title.js +3 -3
  257. package/dist/Title/Title.styles.js +7 -7
  258. package/dist/Toast/Toast.js +4 -4
  259. package/dist/Toast/Toast.styles.js +3 -3
  260. package/dist/ToggleButton/ToggleButton.js +3 -3
  261. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  262. package/dist/Token/Token.js +4 -4
  263. package/dist/Token/Token.styles.js +3 -3
  264. package/dist/ToolHeader/ActionIcon.js +3 -3
  265. package/dist/ToolHeader/ToolHeader.js +9 -9
  266. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  267. package/dist/ToolLandingPage/ToolLandingPage.js +3 -3
  268. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  269. package/dist/ToolLandingPageTemplate/ToolLandingPageTemplate.js +3 -3
  270. package/dist/Tooltip/Tooltip.js +8 -8
  271. package/dist/Tooltip/Tooltip.styles.js +2 -2
  272. package/dist/Tree/Tree.hooks.js +14 -14
  273. package/dist/Tree/Tree.hooks.js.map +1 -1
  274. package/dist/Tree/Tree.js +14 -14
  275. package/dist/Tree/Tree.styles.js +9 -9
  276. package/dist/Typeahead/Typeahead.js +9 -9
  277. package/dist/Typeahead/Typeahead.styles.js +3 -3
  278. package/dist/Typography/Typography.js +3 -3
  279. package/dist/Typography/Typography.styles.js +1 -1
  280. package/dist/Typography/Typography.table.story.js +2 -2
  281. package/dist/_hooks/Anchor.js +19 -16
  282. package/dist/_hooks/Anchor.js.map +1 -1
  283. package/dist/_hooks/Buffer.js +8 -7
  284. package/dist/_hooks/Buffer.js.map +1 -1
  285. package/dist/_hooks/ClickOutside.js +2 -1
  286. package/dist/_hooks/ClickOutside.js.map +1 -1
  287. package/dist/_hooks/DateTime/DateTime.js +17 -17
  288. package/dist/_hooks/DelayedCallback.js +1 -1
  289. package/dist/_hooks/DelayedToggle.js +7 -2
  290. package/dist/_hooks/DelayedToggle.js.map +1 -1
  291. package/dist/_hooks/Deprecation.js +1 -0
  292. package/dist/_hooks/Deprecation.js.map +1 -1
  293. package/dist/_hooks/EventListener.js +5 -5
  294. package/dist/_hooks/FocusScopeOverride.js +6 -6
  295. package/dist/_hooks/Hotkey.js +2 -2
  296. package/dist/_hooks/I18n.js +13 -13
  297. package/dist/_hooks/InjectedScript.js +8 -7
  298. package/dist/_hooks/InjectedScript.js.map +1 -1
  299. package/dist/_hooks/IntersectionObserver/useIntersectionObserver.js +5 -5
  300. package/dist/_hooks/ListNavigation.js +9 -7
  301. package/dist/_hooks/ListNavigation.js.map +1 -1
  302. package/dist/_hooks/OverflowObserver/OverflowObserver.js +6 -6
  303. package/dist/_hooks/ResizeObserver.js +5 -5
  304. package/dist/_hooks/TextEntry.js +5 -2
  305. package/dist/_hooks/TextEntry.js.map +1 -1
  306. package/dist/_hooks/Timer.js +1 -0
  307. package/dist/_hooks/Timer.js.map +1 -1
  308. package/dist/_hooks/Trigger.js +19 -13
  309. package/dist/_hooks/Trigger.js.map +1 -1
  310. package/dist/_hooks/Visibility.js +9 -7
  311. package/dist/_hooks/Visibility.js.map +1 -1
  312. package/dist/_hooks/ZIndex.js +7 -7
  313. package/dist/_hooks/getI18nProviderLocale.js +2 -1
  314. package/dist/_hooks/getI18nProviderLocale.js.map +1 -1
  315. package/dist/_hooks/useCurrentMedia.js +5 -5
  316. package/dist/_hooks/useFileUploader.js +15 -15
  317. package/dist/_hooks/useFileUploader.js.map +1 -1
  318. package/dist/_hooks/useFocusWithin.js +5 -5
  319. package/dist/_hooks/useMediaLessThan.js +5 -5
  320. package/dist/_hooks/useSet.js +5 -5
  321. package/dist/_styles/colors.js +6 -6
  322. package/dist/_styles/spacing.d.ts +27 -0
  323. package/dist/_styles/spacing.js +27 -0
  324. package/dist/_styles/spacing.js.map +1 -1
  325. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  326. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  327. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  328. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  329. package/dist/_typedoc/Box/Box.types.json +68 -68
  330. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  331. package/dist/_typedoc/Button/Button.types.json +12 -12
  332. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  333. package/dist/_typedoc/Card/Card.types.json +6 -6
  334. package/dist/_typedoc/Checkbox/Checkbox.types.json +9 -9
  335. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  336. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  337. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  338. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  339. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  340. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
  341. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  342. package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
  343. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  344. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  345. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  346. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  347. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  348. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  349. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  350. package/dist/_typedoc/Form/Form.types.json +753 -748
  351. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  352. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  353. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  354. package/dist/_typedoc/Input/Input.types.json +2 -2
  355. package/dist/_typedoc/Link/Link.types.json +4 -4
  356. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  357. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  358. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
  359. package/dist/_typedoc/Modal/Modal.types.json +50 -50
  360. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  361. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  362. package/dist/_typedoc/NumberInput/NumberInput.types.json +37 -37
  363. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +31 -31
  364. package/dist/_typedoc/PageLayout/PageLayout.types.json +29 -29
  365. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  366. package/dist/_typedoc/Panel/Panel.types.json +28 -28
  367. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  368. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  369. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  370. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
  371. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  372. package/dist/_typedoc/Required/Required.types.json +5 -5
  373. package/dist/_typedoc/Search/Search.types.json +19 -19
  374. package/dist/_typedoc/Section/Section.types.json +15 -15
  375. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +37 -23
  376. package/dist/_typedoc/Select/Select.types.json +60 -60
  377. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  378. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  379. package/dist/_typedoc/Spinner/Spinner.types.json +16 -16
  380. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +12 -12
  381. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  382. package/dist/_typedoc/Table/Table.types.json +101 -101
  383. package/dist/_typedoc/Tabs/Tabs.types.json +34 -22
  384. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  385. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  386. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  387. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +6 -6
  388. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  389. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  390. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  391. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  392. package/dist/_typedoc/Title/Title.types.json +1 -1
  393. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  394. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  395. package/dist/_typedoc/Token/Token.types.json +4 -4
  396. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  397. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +7 -7
  398. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  399. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  400. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  401. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  402. package/dist/_typedoc/_utils/types.json +3 -3
  403. package/dist/_typedoc/deprecations.json +1 -1
  404. package/dist/_utils/TinyMCE.js +4 -4
  405. package/dist/_utils/closeWithConfirm.js +5 -5
  406. package/dist/_utils/dateTime.js +6 -6
  407. package/dist/_utils/getAnchorPosition.js +11 -11
  408. package/dist/_utils/partition.js +5 -5
  409. package/dist/_utils/runInQueue.js +4 -4
  410. package/dist/_utils/runInQueue.js.map +1 -1
  411. package/dist/_utils/slotify.js +7 -7
  412. package/dist/_utils/triggerListeners.js +6 -6
  413. package/package.json +4 -4
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
13
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
14
14
  },
15
15
  {
16
16
  "name": "onChange",
@@ -20,7 +20,7 @@
20
20
  "description": "",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
23
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
24
24
  }
25
25
  ],
26
26
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Change the HTML tag. This\n[prop is from styled-components](https://styled-components.com/docs/api#as-polymorphic-prop)\n__Warning__: If using TypeScript, it will not switch types and\nsome props may error. You can add `@ts-expect-error`.\nSee [styled-components issue](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117)",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Change the HTML tag. This\n<a href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">prop is from styled-components</a>\n<strong>Warning</strong>: If using TypeScript, it will not switch types and\nsome props may error. You can add <code>@ts-expect-error</code>.\nSee <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">styled-components issue</a></p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;span&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/Typography/Typography.types.ts#L26"
13
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/Typography/Typography.types.ts#L26"
14
14
  },
15
15
  {
16
16
  "name": "breakWord",
@@ -20,7 +20,7 @@
20
20
  "description": "Enables word wrapping and breaking within the component",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enables word wrapping and breaking within the component</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.0.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/Typography/Typography.types.ts#L57"
23
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/Typography/Typography.types.ts#L57"
24
24
  },
25
25
  {
26
26
  "name": "children",
@@ -30,7 +30,7 @@
30
30
  "description": "When children are a string or multiple elements, they will be wrapped\nby a `span`. When it is a single element, classnames will\nbe added to it instead",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>When children are a string or multiple elements, they will be wrapped\nby a <code>span</code>. When it is a single element, classnames will\nbe added to it instead</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
32
32
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/Typography/Typography.types.ts#L15"
33
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/Typography/Typography.types.ts#L15"
34
34
  },
35
35
  {
36
36
  "name": "className",
@@ -40,7 +40,7 @@
40
40
  "description": "Additional classNames",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
42
42
  "sourceFile": "packages/core-react/src/_utils/types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/_utils/types.ts#L47"
43
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/_utils/types.ts#L47"
44
44
  },
45
45
  {
46
46
  "name": "color",
@@ -50,7 +50,7 @@
50
50
  "description": "Changes font color, can be any of the `colors` object HSL Palette",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes font color, can be any of the <code>colors</code> object HSL Palette</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;gray15&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/Typography/Typography.types.ts#L33"
53
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/Typography/Typography.types.ts#L33"
54
54
  },
55
55
  {
56
56
  "name": "intent",
@@ -60,7 +60,7 @@
60
60
  "description": "Changes the size of the font",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes the size of the font</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
62
62
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/Typography/Typography.types.ts#L39"
63
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/Typography/Typography.types.ts#L39"
64
64
  },
65
65
  {
66
66
  "name": "italic",
@@ -70,7 +70,7 @@
70
70
  "description": "Applies `font-style: italic` if enabled",
71
71
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Applies <code>font-style: italic</code> if enabled</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
72
72
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/Typography/Typography.types.ts#L45"
73
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/Typography/Typography.types.ts#L45"
74
74
  },
75
75
  {
76
76
  "name": "style",
@@ -80,7 +80,7 @@
80
80
  "description": "Additional CSS styles",
81
81
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
82
82
  "sourceFile": "packages/core-react/src/_utils/types.ts",
83
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/_utils/types.ts#L52"
83
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/_utils/types.ts#L52"
84
84
  },
85
85
  {
86
86
  "name": "weight",
@@ -90,7 +90,7 @@
90
90
  "description": "Changes font weight if it is supported in the design system",
91
91
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes font weight if it is supported in the design system</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
92
92
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
93
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/Typography/Typography.types.ts#L51"
93
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/Typography/Typography.types.ts#L51"
94
94
  }
95
95
  ],
96
96
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "",
12
12
  "sourceFile": "packages/core-react/src/_utils/types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/_utils/types.ts#L42"
13
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/_utils/types.ts#L42"
14
14
  },
15
15
  {
16
16
  "name": "className",
@@ -20,7 +20,7 @@
20
20
  "description": "Additional classNames",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
22
22
  "sourceFile": "packages/core-react/src/_utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/_utils/types.ts#L47"
23
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/_utils/types.ts#L47"
24
24
  },
25
25
  {
26
26
  "name": "style",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional CSS styles",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
32
32
  "sourceFile": "packages/core-react/src/_utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/66ae91a/packages/core-react/src/_utils/types.ts#L52"
33
+ "sourceUrl": "https://github.com/procore/core/blob/61c4258/packages/core-react/src/_utils/types.ts#L52"
34
34
  }
35
35
  ],
36
36
  "description": ""
@@ -1 +1 @@
1
- [{"interface":"BaseAvatarProps","property":"clickable","deprecatedSince":"TBD","message":"Reviewing for removal from system, prefer accessible `role=\"link\"` or `role=\"button\"` for interactive UI.","deprecationKind":"prop"},{"interface":"BaseAvatarProps","property":"size","deprecatedSince":"10.20.0","message":"\n\nSize \"xl\" and \"sm\" have been deprecated and will be removed in a future version.\nPlease use \"lg\" instead of \"xl\".\n\n**Before**\n\n`<Avatar size=\"xl\" />`\n\n**After**\n\n`<Avatar size=\"lg\" />`\n","deprecationKind":"prop"},{"interface":"AvatarStackProps","property":"size","deprecatedSince":"12.18.0\n","message":"Size \"sm\" has been deprecated and will be removed in a future version.","deprecationKind":"prop"},{"interface":"BreadcrumbCrumbProps","property":"variant","deprecatedSince":"","message":"Handled by parent prop. Use `Breadcrumb variant=\"list\"` with anchors INSIDE `Breadcumb.Crumb`.","deprecationKind":"prop"},{"interface":"Calendar.Container","property":"Calendar.Container","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Day","property":"Calendar.Day","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Navigation","property":"Calendar.Navigation","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Next","property":"Calendar.Next","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Prev","property":"Calendar.Prev","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Select","property":"Calendar.Select","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Week","property":"Calendar.Week","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Weekdays","property":"Calendar.Weekdays","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"CalendarProps","property":"children","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release.\n\nAFTER\n```\n<Calendar onSelect />\n```\n","deprecationKind":"prop"},{"interface":"CardProps","property":"level","deprecatedSince":"10.20.0","message":"\n\nThe `level` prop has been deprecated and will be removed in a future version.\nPlease use the `shadowStrength` prop instead.\n\n**Before**\n\n<Card level={20} />\n\n**After**\n\n<Card shadowStrength={2} />\n","deprecationKind":"prop"},{"interface":"FileSelect","property":"FileSelect","deprecatedSince":"11.23.3\n\n","message":"\nThis component has been removed from the system. The File Select base component is now managed in documents-js-monorepo.","deprecationKind":"component"},{"interface":"GridSourceProps","property":"icon","deprecatedSince":"","message":"String icon variant is deprecated, use the React components\ndirectly from the `@procore/core-icons/dist` package","deprecationKind":"prop"},{"interface":"FileTreeProps","property":"icon","deprecatedSince":"","message":"String icon variant is deprecated, use the React components\ndirectly from the `@procore/core-icons/dist` package","deprecationKind":"prop"},{"interface":"FieldRichTextComponentProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"FieldTextAreaComponentProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"FieldTextComponentProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"FormRichTextProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"FormTextAreaProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"FormTextProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"InputProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"LinkProps","property":"variant","deprecatedSince":"12.18.0\n","message":"variant `gray` is deprecated and will be removed","deprecationKind":"prop"},{"interface":"ListPage","property":"ListPage","deprecatedSince":"12.9.0\n","message":"This `ListPage` layout is no longer supported and it is now recommended to use a `ToolLandingPage` layout instead.\n","deprecationKind":"component"},{"interface":"ListPageControlProps","property":"variant","deprecatedSince":"11","message":"please use the equivalent boolean prop instead","deprecationKind":"prop"},{"interface":"MenuProps","property":"UNSAFE_closesOnSelect","deprecatedSince":"9","message":"Never offically documented/supported","deprecationKind":"prop"},{"interface":"MenuProps","property":"isSelectable","deprecatedSince":"10.20.0","message":"\n\nThe `isSelectable` prop has been deprecated and will be removed in a future version.\nMenu item selection is now handled internally and there is no need to configure this\nanymore.\n","deprecationKind":"prop"},{"interface":"MenuProps","property":"usingHook","deprecatedSince":"9","message":"Never offically documented/supported. Please migrate to the other props like `onSelect` and `onSearch` on the `Menu` component. In v11, the **internal only** `useMenu` removed its search state. You should not be using `useMenu` nor this `usingHook` prop.","deprecationKind":"prop"},{"interface":"ConfirmModalProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalBodyProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalCloseableHeaderProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalContainerProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"Notation","property":"Notation","deprecatedSince":"11\n","message":"Please use `<Typography italic />` component for plain text\nnotations or the `<Required />` component for required notations. `Notation`\nwill be removed in a future version.","deprecationKind":"component"},{"interface":"Page.Column","property":"Page.Column","deprecatedSince":"12\n","message":"A wrapper around Grid, please use Grid instead. Page already sets\na default gutterX in context for children grid components.\n\nBEFORE `Page.Column` AFTER `Grid.Col`","deprecationKind":"component"},{"interface":"Page.Row","property":"Page.Row","deprecatedSince":"12\n","message":"A wrapper around Grid, please use Grid instead. Page already sets\na default gutterX in context for children grid components.\n\nBEFORE `Page.Row` AFTER `Grid.Row`","deprecationKind":"component"},{"interface":"PopoverContentProps","property":"fluid","deprecatedSince":"12.18.0","message":"Use `block` as a drop-in replacement\n","deprecationKind":"prop"},{"interface":"SearchProps","property":"disabled","deprecatedSince":"12.18.0","message":"\n","deprecationKind":"prop"},{"interface":"SearchProps","property":"error","deprecatedSince":"12.18.0","message":"\n","deprecationKind":"prop"},{"interface":"SearchProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"SegmentedControllerProps","property":"variant","deprecatedSince":"11","message":"Please use the `block` prop","deprecationKind":"prop"},{"interface":"segmentedControllerSegmentVariant","property":"segmentedControllerSegmentVariant","deprecatedSince":"11\n","message":"Please use the `active` and `disabled` props","deprecationKind":"component"},{"interface":"SpinnerProps","property":"variant","deprecatedSince":"11","message":"\"variant\" prop will be removed in a future version.\nUse \"color\" prop instead to set a spinner's color.","deprecationKind":"prop"},{"interface":"BodyCellProps","property":"variant","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead of `esc/desc` variants, and `snugfit` prop instead of `snugfit` variant","deprecationKind":"prop"},{"interface":"CurrencyCellProps","property":"children","deprecatedSince":"11.28.0\n","message":"Please use `value` prop instead","deprecationKind":"prop"},{"interface":"HeaderCellProps","property":"sortable","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead","deprecationKind":"prop"},{"interface":"HeaderCellProps","property":"variant","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead of `esc/desc` variants, and `snugfit` prop instead of `snugfit` variant","deprecationKind":"prop"},{"interface":"InputCellProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"UNSAFE_helixHeader","deprecatedSince":"","message":"@experimental Alternative style variant. To be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"dark","deprecatedSince":"12.8.0\n","message":"Custom styles intended for the global navigation header.\nFuture Core-React will look holistically at themes and dark mode support.\n\nAFTER - Regular Tab styles. If needing dark support, please reach out.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"dropdown","deprecatedSince":"11","message":"This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"overflowing","deprecatedSince":"11","message":"This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"variant","deprecatedSince":"11","message":"please use the `active` and `dark` props to configure style. The\n`dropdown`, `hover`, and `overflowing` variants were only for internal use\nand should not be used in clients","deprecationKind":"prop"},{"interface":"TabsProps","property":"UNSAFE_helixHeader","deprecatedSince":"","message":"@experimental Alternative style variant. To be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"TabsProps","property":"dark","deprecatedSince":"12.8.0\n","message":"Custom styles intended for the global navigation header.\nFuture Core-React will look holistically at themes and dark mode support.\n\nAFTER - Regular Tab styles. If needing dark support, please reach out.","deprecationKind":"prop"},{"interface":"TearsheetProps","property":"placement","deprecatedSince":"12.18.0\n","message":"There will be only `right` placement, so the property will be removed","deprecationKind":"prop"},{"interface":"TearsheetProps","property":"stretch","deprecatedSince":"12.18.0\n","message":"Use `block` as a drop-in replacement","deprecationKind":"prop"},{"interface":"TextAreaProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"TextEditorProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"TokenProps","property":"variant","deprecatedSince":"10.27.0\n","message":"\n\nAll variants have been deprecated and will be removed in a future version.\nPlease use `Token.Remove` component or `disabled` boolean prop instead.\n\n**Before**\n\n`<Token variant='icon'>\n <Token.Icon icon=\"x\" />\n</Token>`\n\n**After**\n\n`<Token>\n <Token.Remove />\n</Token>`\n","deprecationKind":"prop"},{"interface":"ToolHeader","property":"ToolHeader","deprecatedSince":"12.9.0\n","message":"This `ToolHeader` component is no longer supported and it is now recommended\nto use the layout `ToolLandingPage`, `ToolLandingPage.Title` (for the settings button),\n`ToolLandingPage.Tabs`, or based on content a `DetailPage`.\n","deprecationKind":"component"}]
1
+ [{"interface":"BaseAvatarProps","property":"clickable","deprecatedSince":"TBD","message":"Reviewing for removal from system, prefer accessible `role=\"link\"` or `role=\"button\"` for interactive UI.","deprecationKind":"prop"},{"interface":"BaseAvatarProps","property":"size","deprecatedSince":"10.20.0","message":"\n\nSize \"xl\" and \"sm\" have been deprecated and will be removed in a future version.\nPlease use \"lg\" instead of \"xl\".\n\n**Before**\n\n`<Avatar size=\"xl\" />`\n\n**After**\n\n`<Avatar size=\"lg\" />`\n","deprecationKind":"prop"},{"interface":"AvatarStackProps","property":"size","deprecatedSince":"12.18.0\n","message":"Size \"sm\" has been deprecated and will be removed in a future version.","deprecationKind":"prop"},{"interface":"BreadcrumbCrumbProps","property":"variant","deprecatedSince":"","message":"Handled by parent prop. Use `Breadcrumb variant=\"list\"` with anchors INSIDE `Breadcumb.Crumb`.","deprecationKind":"prop"},{"interface":"Calendar.Container","property":"Calendar.Container","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Day","property":"Calendar.Day","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Navigation","property":"Calendar.Navigation","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Next","property":"Calendar.Next","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Prev","property":"Calendar.Prev","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Select","property":"Calendar.Select","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Week","property":"Calendar.Week","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Weekdays","property":"Calendar.Weekdays","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"CalendarProps","property":"children","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release.\n\nAFTER\n```\n<Calendar onSelect />\n```\n","deprecationKind":"prop"},{"interface":"CardProps","property":"level","deprecatedSince":"10.20.0","message":"\n\nThe `level` prop has been deprecated and will be removed in a future version.\nPlease use the `shadowStrength` prop instead.\n\n**Before**\n\n<Card level={20} />\n\n**After**\n\n<Card shadowStrength={2} />\n","deprecationKind":"prop"},{"interface":"FileSelect","property":"FileSelect","deprecatedSince":"11.23.3\n\n","message":"\nThis component has been removed from the system. The File Select base component is now managed in documents-js-monorepo.","deprecationKind":"component"},{"interface":"GridSourceProps","property":"icon","deprecatedSince":"","message":"String icon variant is deprecated, use the React components\ndirectly from the `@procore/core-icons/dist` package","deprecationKind":"prop"},{"interface":"FileTreeProps","property":"icon","deprecatedSince":"","message":"String icon variant is deprecated, use the React components\ndirectly from the `@procore/core-icons/dist` package","deprecationKind":"prop"},{"interface":"FieldRichTextComponentProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"FieldTextAreaComponentProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"FieldTextComponentProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"FormContextAPI","property":"variant","deprecatedSince":"12.18.0\n","message":"The `traditional` field layout variant is deprecated and `variant` property will be removed\n in a future version. Use the default field layout (`wxp`) instead.\n\n Note that in the default field layout, you need to explicitly specify the `colStart` property:\n\n BEFORE\n\n ```\n <Form.Row>\n <Form.Text />\n <Form.Number />\n </Form.Row>\n ```\n\n AFTER\n\n ```\n <Form.Row>\n <Form.Text colStart={1} />\n <Form.Number colStart={7} />\n </Form.Row>\n ```\n\n We plan to remove this limitation in a future release.\n","deprecationKind":"prop"},{"interface":"FormProps","property":"variant","deprecatedSince":"12.18.0\n","message":"The `traditional` field layout variant is deprecated and `variant` property will be removed\n in a future version. Use the default field layout (`wxp`) instead.","deprecationKind":"prop"},{"interface":"FormRichTextProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"FormTextAreaProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"FormTextProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"InputProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"LinkProps","property":"variant","deprecatedSince":"12.18.0\n","message":"variant `gray` is deprecated and will be removed","deprecationKind":"prop"},{"interface":"ListPage","property":"ListPage","deprecatedSince":"12.9.0\n","message":"This `ListPage` layout is no longer supported and it is now recommended to use a `ToolLandingPage` layout instead.\n","deprecationKind":"component"},{"interface":"ListPageControlProps","property":"variant","deprecatedSince":"11","message":"please use the equivalent boolean prop instead","deprecationKind":"prop"},{"interface":"MenuProps","property":"UNSAFE_closesOnSelect","deprecatedSince":"9","message":"Never offically documented/supported","deprecationKind":"prop"},{"interface":"MenuProps","property":"isSelectable","deprecatedSince":"10.20.0","message":"\n\nThe `isSelectable` prop has been deprecated and will be removed in a future version.\nMenu item selection is now handled internally and there is no need to configure this\nanymore.\n","deprecationKind":"prop"},{"interface":"MenuProps","property":"usingHook","deprecatedSince":"9","message":"Never offically documented/supported. Please migrate to the other props like `onSelect` and `onSearch` on the `Menu` component. In v11, the **internal only** `useMenu` removed its search state. You should not be using `useMenu` nor this `usingHook` prop.","deprecationKind":"prop"},{"interface":"ConfirmModalProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalBodyProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalCloseableHeaderProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalContainerProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"Notation","property":"Notation","deprecatedSince":"11\n","message":"Please use `<Typography italic />` component for plain text\nnotations or the `<Required />` component for required notations. `Notation`\nwill be removed in a future version.","deprecationKind":"component"},{"interface":"Page.Column","property":"Page.Column","deprecatedSince":"12\n","message":"A wrapper around Grid, please use Grid instead. Page already sets\na default gutterX in context for children grid components.\n\nBEFORE `Page.Column` AFTER `Grid.Col`","deprecationKind":"component"},{"interface":"Page.Row","property":"Page.Row","deprecatedSince":"12\n","message":"A wrapper around Grid, please use Grid instead. Page already sets\na default gutterX in context for children grid components.\n\nBEFORE `Page.Row` AFTER `Grid.Row`","deprecationKind":"component"},{"interface":"PopoverContentProps","property":"fluid","deprecatedSince":"12.18.0","message":"Use `block` as a drop-in replacement\n","deprecationKind":"prop"},{"interface":"SearchProps","property":"disabled","deprecatedSince":"12.18.0","message":"\n","deprecationKind":"prop"},{"interface":"SearchProps","property":"error","deprecatedSince":"12.18.0","message":"\n","deprecationKind":"prop"},{"interface":"SearchProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"SegmentedControllerProps","property":"active","deprecatedSince":"12.18.0\n","message":"The property is not used anywhere","deprecationKind":"prop"},{"interface":"SegmentedControllerProps","property":"variant","deprecatedSince":"11","message":"Please use the `block` prop","deprecationKind":"prop"},{"interface":"SegmentedControllerSegmentProps","property":"active","deprecatedSince":"12.18.0\n","message":"Use `selected` instead","deprecationKind":"prop"},{"interface":"segmentedControllerSegmentVariant","property":"segmentedControllerSegmentVariant","deprecatedSince":"11\n","message":"Please use the `active` and `disabled` props","deprecationKind":"component"},{"interface":"SpinnerProps","property":"color","deprecatedSince":"12.18.0\n","message":"Use `variant` instead","deprecationKind":"prop"},{"interface":"BodyCellProps","property":"variant","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead of `esc/desc` variants, and `snugfit` prop instead of `snugfit` variant","deprecationKind":"prop"},{"interface":"CurrencyCellProps","property":"children","deprecatedSince":"11.28.0\n","message":"Please use `value` prop instead","deprecationKind":"prop"},{"interface":"HeaderCellProps","property":"sortable","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead","deprecationKind":"prop"},{"interface":"HeaderCellProps","property":"variant","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead of `esc/desc` variants, and `snugfit` prop instead of `snugfit` variant","deprecationKind":"prop"},{"interface":"InputCellProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"UNSAFE_helixHeader","deprecatedSince":"","message":"@experimental Alternative style variant. To be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"active","deprecatedSince":"12.18.0\n","message":"Please use `selected` instead","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"dark","deprecatedSince":"12.8.0\n","message":"Custom styles intended for the global navigation header.\nFuture Core-React will look holistically at themes and dark mode support.\n\nAFTER - Regular Tab styles. If needing dark support, please reach out.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"dropdown","deprecatedSince":"11","message":"This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"overflowing","deprecatedSince":"11","message":"This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"variant","deprecatedSince":"11","message":"please use the `selected` props to configure style. The\n`dropdown`, `hover`, and `overflowing` variants were only for internal use\nand should not be used in clients","deprecationKind":"prop"},{"interface":"TabsProps","property":"UNSAFE_helixHeader","deprecatedSince":"","message":"@experimental Alternative style variant. To be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"TabsProps","property":"dark","deprecatedSince":"12.8.0\n","message":"Custom styles intended for the global navigation header.\nFuture Core-React will look holistically at themes and dark mode support.\n\nAFTER - Regular Tab styles. If needing dark support, please reach out.","deprecationKind":"prop"},{"interface":"TearsheetProps","property":"placement","deprecatedSince":"12.18.0\n","message":"There will be only `right` placement, so the property will be removed","deprecationKind":"prop"},{"interface":"TearsheetProps","property":"stretch","deprecatedSince":"12.18.0\n","message":"Use `block` as a drop-in replacement","deprecationKind":"prop"},{"interface":"TextAreaProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"TextEditorProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"TokenProps","property":"variant","deprecatedSince":"10.27.0\n","message":"\n\nAll variants have been deprecated and will be removed in a future version.\nPlease use `Token.Remove` component or `disabled` boolean prop instead.\n\n**Before**\n\n`<Token variant='icon'>\n <Token.Icon icon=\"x\" />\n</Token>`\n\n**After**\n\n`<Token>\n <Token.Remove />\n</Token>`\n","deprecationKind":"prop"},{"interface":"ToolHeader","property":"ToolHeader","deprecatedSince":"12.9.0\n","message":"This `ToolHeader` component is no longer supported and it is now recommended\nto use the layout `ToolLandingPage`, `ToolLandingPage.Title` (for the settings button),\n`ToolLandingPage.Tabs`, or based on content a `DetailPage`.\n","deprecationKind":"component"}]
@@ -1,7 +1,7 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
4
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
4
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
5
  export var scriptId = 'tiny-mce-core-source';
6
6
  export var tinyMCESource = 'https://s3.amazonaws.com/procore-core/tinymce';
7
7
  export var tinyMCEVersion = '5.8.1';
@@ -1,9 +1,9 @@
1
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
2
2
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
6
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
3
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
4
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
7
7
  import React from 'react';
8
8
  import { useI18nContext } from '../_hooks/I18n';
9
9
  export var useCloseWithConfirmState = function useCloseWithConfirmState() {
@@ -1,9 +1,9 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
7
  import { DateTimeFormatter } from '@procore/globalization-toolkit';
8
8
  import * as R from 'ramda';
9
9
  import { getFormatterLocale } from './i18n';
@@ -1,15 +1,15 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
8
8
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
9
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
10
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
12
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
9
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
10
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
11
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
13
13
  import { defaultRect } from './dom';
14
14
  var optionHeight = 36;
15
15
 
@@ -1,9 +1,9 @@
1
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
2
2
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
6
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
3
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
4
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
7
7
  /**
8
8
  * This implementation provides item and item's index to the predicate function and works only with arrays.
9
9
  * ramda's partition - doesn't provide indexes, but works with any iterable object
@@ -1,7 +1,7 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return { value: void 0, done: !0 }; } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable || "" === iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } throw new TypeError(_typeof(iterable) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
3
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
4
- function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
3
+ function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
4
+ function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
5
5
  function workers(threads, iterator) {
6
6
  return new Array(threads).fill(iterator);
7
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"runInQueue.js","names":["_regeneratorRuntime","exports","Op","Object","prototype","hasOwn","hasOwnProperty","defineProperty","obj","key","desc","value","$Symbol","Symbol","iteratorSymbol","iterator","asyncIteratorSymbol","asyncIterator","toStringTagSymbol","toStringTag","define","enumerable","configurable","writable","err","wrap","innerFn","outerFn","self","tryLocsList","protoGenerator","Generator","generator","create","context","Context","makeInvokeMethod","tryCatch","fn","arg","type","call","ContinueSentinel","GeneratorFunction","GeneratorFunctionPrototype","IteratorPrototype","getProto","getPrototypeOf","NativeIteratorPrototype","values","Gp","defineIteratorMethods","forEach","method","_invoke","AsyncIterator","PromiseImpl","invoke","resolve","reject","record","result","_typeof","__await","then","unwrapped","error","previousPromise","callInvokeWithMethodAndArg","state","Error","done","delegate","delegateResult","maybeInvokeDelegate","sent","_sent","dispatchException","abrupt","methodName","undefined","TypeError","info","resultName","next","nextLoc","pushTryEntry","locs","entry","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","push","resetTryEntry","completion","reset","iterable","iteratorMethod","isNaN","length","i","displayName","isGeneratorFunction","genFun","ctor","constructor","name","mark","setPrototypeOf","__proto__","awrap","async","Promise","iter","keys","val","object","reverse","pop","skipTempReset","prev","charAt","slice","stop","rootRecord","rval","exception","handle","loc","caught","hasCatch","hasFinally","finallyEntry","complete","finish","_catch","thrown","delegateYield","asyncGeneratorStep","gen","_next","_throw","_asyncToGenerator","args","arguments","apply","workers","threads","Array","fill","run","func","_ref","_callee","_callee$","_context","_x","runInQueue","array","concurrency","map"],"sources":["../../src/_utils/runInQueue.ts"],"sourcesContent":["interface Callback<T> {\n (item: T): Promise<any>\n}\n\nfunction workers<T>(\n threads: number,\n iterator: IterableIterator<T>\n): IterableIterator<T>[] {\n return new Array(threads).fill(iterator)\n}\n\nfunction run<T>(func: Callback<T>) {\n return async (iterator: IterableIterator<T>) => {\n while (true) {\n const result = iterator.next()\n if (result.done) break\n await func(result.value)\n }\n }\n}\n\nexport function runInQueue<T>(array: T[], func: Callback<T>, concurrency = 1) {\n return workers(concurrency, array.values()).map(run(func))\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"runInQueue.js","names":["_regeneratorRuntime","e","t","r","Object","prototype","n","hasOwnProperty","o","defineProperty","value","i","Symbol","a","iterator","c","asyncIterator","u","toStringTag","define","enumerable","configurable","writable","wrap","Generator","create","Context","makeInvokeMethod","tryCatch","type","arg","call","h","l","f","s","y","GeneratorFunction","GeneratorFunctionPrototype","p","d","getPrototypeOf","v","values","g","defineIteratorMethods","forEach","_invoke","AsyncIterator","invoke","_typeof","resolve","__await","then","callInvokeWithMethodAndArg","Error","done","method","delegate","maybeInvokeDelegate","sent","_sent","dispatchException","abrupt","TypeError","resultName","next","nextLoc","pushTryEntry","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","push","resetTryEntry","completion","reset","isNaN","length","displayName","isGeneratorFunction","constructor","name","mark","setPrototypeOf","__proto__","awrap","async","Promise","keys","reverse","pop","prev","charAt","slice","stop","rval","handle","complete","finish","_catch","delegateYield","asyncGeneratorStep","_asyncToGenerator","arguments","apply","_next","_throw","workers","threads","Array","fill","run","func","_ref","_callee","result","_callee$","_context","_x","runInQueue","array","concurrency","undefined","map"],"sources":["../../src/_utils/runInQueue.ts"],"sourcesContent":["interface Callback<T> {\n (item: T): Promise<any>\n}\n\nfunction workers<T>(\n threads: number,\n iterator: IterableIterator<T>\n): IterableIterator<T>[] {\n return new Array(threads).fill(iterator)\n}\n\nfunction run<T>(func: Callback<T>) {\n return async (iterator: IterableIterator<T>) => {\n while (true) {\n const result = iterator.next()\n if (result.done) break\n await func(result.value)\n }\n }\n}\n\nexport function runInQueue<T>(array: T[], func: Callback<T>, concurrency = 1) {\n return workers(concurrency, array.values()).map(run(func))\n}\n"],"mappings":"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"}
@@ -1,12 +1,12 @@
1
1
  var _excluded = ["children"];
2
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
3
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
4
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
2
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
3
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
4
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
5
5
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
6
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
7
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
8
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
9
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
6
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
7
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
8
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
9
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
10
10
  import React from 'react';
11
11
  export var slotify = function slotify(rawChildren, slotMap) {
12
12
  var serializedConfig = Object.entries(slotMap);