@procore/core-react 11.19.0 → 11.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/DateInput/DateInput.js +3 -0
- package/dist/DateInput/DateInput.js.map +1 -1
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +6 -4
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js.map +1 -1
- package/dist/FileSelect/GridSource/GridSource.js +20 -3
- package/dist/FileSelect/GridSource/GridSource.js.map +1 -1
- package/dist/FileSelect/GridSource/GridSource.styles.d.ts +0 -1
- package/dist/FileSelect/GridSource/GridSource.styles.js +2 -3
- package/dist/FileSelect/GridSource/GridSource.styles.js.map +1 -1
- package/dist/FileSelect/storyHelpers.d.ts +20 -0
- package/dist/FileSelect/storyHelpers.js +15 -0
- package/dist/FileSelect/storyHelpers.js.map +1 -1
- package/dist/Panel/Panel.js +2 -2
- package/dist/Panel/Panel.js.map +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.js +96 -16
- package/dist/ThumbnailGrid/ThumbnailGrid.js.map +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.d.ts +2 -0
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +6 -4
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js.map +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.types.d.ts +31 -1
- package/dist/Tree/Tree.js +1 -1
- package/dist/Tree/Tree.js.map +1 -1
- package/dist/Typography/Typography.colors.story.d.ts +2 -0
- package/dist/Typography/Typography.colors.story.js +146 -0
- package/dist/Typography/Typography.colors.story.js.map +1 -0
- package/dist/Typography/Typography.table.story.d.ts +2 -0
- package/dist/Typography/Typography.table.story.js +62 -0
- package/dist/Typography/Typography.table.story.js.map +1 -0
- package/dist/_hooks/I18n.d.ts +37 -1
- package/dist/_hooks/I18n.js.map +1 -1
- package/dist/_locales/de-DE.json +5 -2
- package/dist/_locales/en-AU.json +3 -0
- package/dist/_locales/en-CA.json +3 -0
- package/dist/_locales/en-GB.json +3 -0
- package/dist/_locales/es-ES.json +4 -1
- package/dist/_locales/es.json +3 -0
- package/dist/_locales/fr-CA.json +5 -2
- package/dist/_locales/fr-FR.json +3 -0
- package/dist/_locales/is-IS.json +3 -0
- package/dist/_locales/pt-BR.json +4 -1
- package/dist/_locales/th-TH.json +3 -0
- package/dist/_locales/zh-SG.json +3 -0
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +23 -23
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +11 -11
- package/dist/_typedoc/Calendar/Calendar.types.json +158 -158
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
- package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
- package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
- package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +698 -698
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +4 -4
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
- package/dist/_typedoc/Modal/Modal.types.json +41 -41
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +38 -38
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +30 -30
- package/dist/_typedoc/PageLayout/PageLayout.types.json +22 -22
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +27 -27
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
- package/dist/_typedoc/Popover/Popover.types.json +14 -14
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +14 -14
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/_typedoc/Select/Select.types.json +268 -32
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/Switch/Switch.types.json +3 -3
- package/dist/_typedoc/Table/Table.types.json +98 -98
- package/dist/_typedoc/Tabs/Tabs.types.json +17 -17
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +16 -16
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
- package/dist/_typedoc/Tile/Tile.types.json +30 -30
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/_typedoc/Token/Token.types.json +4 -4
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +86 -86
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +8 -8
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_utils/CalendarHelpers.js +3 -1
- package/dist/_utils/CalendarHelpers.js.map +1 -1
- package/dist/_utils/TinyMCE.js +3 -1
- package/dist/_utils/TinyMCE.js.map +1 -1
- package/dist/_utils/propsTypedoc.d.ts +1 -1
- package/package.json +12 -10
- package/catalog-info.yaml +0 -48
- package/coverage/clover.xml +0 -14506
- package/coverage/coverage-final.json +0 -405
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -1751
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/src/Avatar/Avatar.coverage.stories.tsx.html +0 -670
- package/coverage/lcov-report/src/Avatar/Avatar.demo.stories.tsx.html +0 -376
- package/coverage/lcov-report/src/Avatar/Avatar.styles.ts.html +0 -517
- package/coverage/lcov-report/src/Avatar/Avatar.tsx.html +0 -661
- package/coverage/lcov-report/src/Avatar/index.html +0 -176
- package/coverage/lcov-report/src/Avatar/index.ts.html +0 -103
- package/coverage/lcov-report/src/AvatarStack/AvatarStack.constants.ts.html +0 -112
- package/coverage/lcov-report/src/AvatarStack/AvatarStack.styles.ts.html +0 -244
- package/coverage/lcov-report/src/AvatarStack/AvatarStack.tsx.html +0 -1510
- package/coverage/lcov-report/src/AvatarStack/index.html +0 -161
- package/coverage/lcov-report/src/AvatarStack/index.ts.html +0 -91
- package/coverage/lcov-report/src/AvatarStack/mocks/getAvatarMocks.tsx.html +0 -1138
- package/coverage/lcov-report/src/AvatarStack/mocks/images.ts.html +0 -130
- package/coverage/lcov-report/src/AvatarStack/mocks/index.html +0 -131
- package/coverage/lcov-report/src/Badge/Badge.styles.ts.html +0 -127
- package/coverage/lcov-report/src/Badge/Badge.tsx.html +0 -160
- package/coverage/lcov-report/src/Badge/index.html +0 -146
- package/coverage/lcov-report/src/Badge/index.ts.html +0 -91
- package/coverage/lcov-report/src/Banner/Banner.coverage.stories.tsx.html +0 -1177
- package/coverage/lcov-report/src/Banner/Banner.demo.stories.tsx.html +0 -739
- package/coverage/lcov-report/src/Banner/Banner.styles.ts.html +0 -721
- package/coverage/lcov-report/src/Banner/Banner.tsx.html +0 -1111
- package/coverage/lcov-report/src/Banner/index.html +0 -176
- package/coverage/lcov-report/src/Banner/index.ts.html +0 -112
- package/coverage/lcov-report/src/Box/Box.styles.ts.html +0 -286
- package/coverage/lcov-report/src/Box/Box.tsx.html +0 -424
- package/coverage/lcov-report/src/Box/index.html +0 -146
- package/coverage/lcov-report/src/Box/index.ts.html +0 -91
- package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.coverage.stories.tsx.html +0 -727
- package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.demo.stories.tsx.html +0 -466
- package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.styles.ts.html +0 -280
- package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.tsx.html +0 -451
- package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.types.ts.html +0 -178
- package/coverage/lcov-report/src/Breadcrumbs/index.html +0 -191
- package/coverage/lcov-report/src/Breadcrumbs/index.ts.html +0 -91
- package/coverage/lcov-report/src/Button/Button.styles.ts.html +0 -835
- package/coverage/lcov-report/src/Button/Button.tsx.html +0 -547
- package/coverage/lcov-report/src/Button/index.html +0 -146
- package/coverage/lcov-report/src/Button/index.ts.html +0 -91
- package/coverage/lcov-report/src/Calendar/Calendar.styles.ts.html +0 -472
- package/coverage/lcov-report/src/Calendar/Calendar.tsx.html +0 -1339
- package/coverage/lcov-report/src/Calendar/index.html +0 -146
- package/coverage/lcov-report/src/Calendar/index.ts.html +0 -91
- package/coverage/lcov-report/src/Card/Card.styles.ts.html +0 -166
- package/coverage/lcov-report/src/Card/Card.tsx.html +0 -217
- package/coverage/lcov-report/src/Card/index.html +0 -146
- package/coverage/lcov-report/src/Card/index.ts.html +0 -91
- package/coverage/lcov-report/src/Checkbox/Checkbox.styles.ts.html +0 -907
- package/coverage/lcov-report/src/Checkbox/Checkbox.tsx.html +0 -373
- package/coverage/lcov-report/src/Checkbox/index.html +0 -146
- package/coverage/lcov-report/src/Checkbox/index.ts.html +0 -91
- package/coverage/lcov-report/src/CheckboxGroup/CheckboxGroup.tsx.html +0 -205
- package/coverage/lcov-report/src/CheckboxGroup/index.html +0 -131
- package/coverage/lcov-report/src/CheckboxGroup/index.ts.html +0 -91
- package/coverage/lcov-report/src/ClickOutside/ClickOutside.tsx.html +0 -286
- package/coverage/lcov-report/src/ClickOutside/index.html +0 -131
- package/coverage/lcov-report/src/ClickOutside/index.ts.html +0 -88
- package/coverage/lcov-report/src/ContactItem/ContactItem.styles.ts.html +0 -298
- package/coverage/lcov-report/src/ContactItem/ContactItem.tsx.html +0 -397
- package/coverage/lcov-report/src/ContactItem/index.html +0 -146
- package/coverage/lcov-report/src/ContactItem/index.ts.html +0 -91
- package/coverage/lcov-report/src/Content/Content.styles.tsx.html +0 -268
- package/coverage/lcov-report/src/Content/Content.tsx.html +0 -118
- package/coverage/lcov-report/src/Content/index.html +0 -146
- package/coverage/lcov-report/src/Content/index.ts.html +0 -88
- package/coverage/lcov-report/src/DateInput/DateInput.styles.tsx.html +0 -445
- package/coverage/lcov-report/src/DateInput/DateInput.tsx.html +0 -1855
- package/coverage/lcov-report/src/DateInput/index.html +0 -146
- package/coverage/lcov-report/src/DateInput/index.ts.html +0 -100
- package/coverage/lcov-report/src/DateSelect/DateSelect.tsx.html +0 -673
- package/coverage/lcov-report/src/DateSelect/index.html +0 -131
- package/coverage/lcov-report/src/DateSelect/index.ts.html +0 -91
- package/coverage/lcov-report/src/DetailPage/DetailPage.constants.ts.html +0 -241
- package/coverage/lcov-report/src/DetailPage/DetailPage.styles.ts.html +0 -346
- package/coverage/lcov-report/src/DetailPage/DetailPage.tsx.html +0 -577
- package/coverage/lcov-report/src/DetailPage/index.html +0 -161
- package/coverage/lcov-report/src/DetailPage/index.ts.html +0 -106
- package/coverage/lcov-report/src/Dropdown/Dropdown.styles.tsx.html +0 -184
- package/coverage/lcov-report/src/Dropdown/Dropdown.tsx.html +0 -961
- package/coverage/lcov-report/src/Dropdown/index.html +0 -146
- package/coverage/lcov-report/src/Dropdown/index.ts.html +0 -91
- package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.helpers.tsx.html +0 -1231
- package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.styles.tsx.html +0 -226
- package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.tsx.html +0 -1108
- package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.types.ts.html +0 -514
- package/coverage/lcov-report/src/DropdownFlyout/index.html +0 -191
- package/coverage/lcov-report/src/DropdownFlyout/index.ts.html +0 -91
- package/coverage/lcov-report/src/DropdownFlyout/useDropdownFlyoutOverlay.ts.html +0 -175
- package/coverage/lcov-report/src/Dropzone/Dropzone.hooks.tsx.html +0 -985
- package/coverage/lcov-report/src/Dropzone/Dropzone.styles.ts.html +0 -481
- package/coverage/lcov-report/src/Dropzone/Dropzone.tsx.html +0 -1162
- package/coverage/lcov-report/src/Dropzone/Dropzone.types.ts.html +0 -1090
- package/coverage/lcov-report/src/Dropzone/index.html +0 -176
- package/coverage/lcov-report/src/Dropzone/index.ts.html +0 -94
- package/coverage/lcov-report/src/EmptyState/EmptyState.coverage.stories.tsx.html +0 -580
- package/coverage/lcov-report/src/EmptyState/EmptyState.demo.stories.tsx.html +0 -358
- package/coverage/lcov-report/src/EmptyState/EmptyState.styles.tsx.html +0 -310
- package/coverage/lcov-report/src/EmptyState/EmptyState.tsx.html +0 -1081
- package/coverage/lcov-report/src/EmptyState/index.html +0 -176
- package/coverage/lcov-report/src/EmptyState/index.ts.html +0 -91
- package/coverage/lcov-report/src/Field/Field.styles.ts.html +0 -148
- package/coverage/lcov-report/src/Field/index.html +0 -116
- package/coverage/lcov-report/src/FileList/FileList.styles.ts.html +0 -166
- package/coverage/lcov-report/src/FileList/FileList.tsx.html +0 -484
- package/coverage/lcov-report/src/FileList/index.html +0 -146
- package/coverage/lcov-report/src/FileList/index.ts.html +0 -91
- package/coverage/lcov-report/src/FileList/storybook/fileListMockData.tsx.html +0 -199
- package/coverage/lcov-report/src/FileList/storybook/index.html +0 -116
- package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorer.styles.ts.html +0 -334
- package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorer.tsx.html +0 -466
- package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorerModal.tsx.html +0 -196
- package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorerSidebar.styles.ts.html +0 -157
- package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorerSidebar.tsx.html +0 -418
- package/coverage/lcov-report/src/FileSelect/FileExplorer/index.html +0 -191
- package/coverage/lcov-report/src/FileSelect/FileExplorer/useSidebarNavigation.ts.html +0 -232
- package/coverage/lcov-report/src/FileSelect/FileSelect.styles.ts.html +0 -121
- package/coverage/lcov-report/src/FileSelect/FileSelect.tsx.html +0 -1570
- package/coverage/lcov-report/src/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.ts.html +0 -214
- package/coverage/lcov-report/src/FileSelect/FileSelectDropzone/FileSelectDropzone.tsx.html +0 -508
- package/coverage/lcov-report/src/FileSelect/FileSelectDropzone/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/FileTokenList/FileTokenList.styles.ts.html +0 -124
- package/coverage/lcov-report/src/FileSelect/FileTokenList/FileTokenList.tsx.html +0 -454
- package/coverage/lcov-report/src/FileSelect/FileTokenList/index.html +0 -146
- package/coverage/lcov-report/src/FileSelect/FileTokenList/index.ts.html +0 -88
- package/coverage/lcov-report/src/FileSelect/GridSource/GridSource.styles.ts.html +0 -322
- package/coverage/lcov-report/src/FileSelect/GridSource/GridSource.tsx.html +0 -913
- package/coverage/lcov-report/src/FileSelect/GridSource/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/LocalSource/LocalSource.styles.ts.html +0 -283
- package/coverage/lcov-report/src/FileSelect/LocalSource/LocalSource.tsx.html +0 -1450
- package/coverage/lcov-report/src/FileSelect/LocalSource/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/ProgressAnnouncer/ProgressAnnouncer.tsx.html +0 -433
- package/coverage/lcov-report/src/FileSelect/ProgressAnnouncer/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/ProgressAnnouncer/index.ts.html +0 -88
- package/coverage/lcov-report/src/FileSelect/SourceItem/SourceItem.styles.ts.html +0 -448
- package/coverage/lcov-report/src/FileSelect/SourceItem/SourceItem.tsx.html +0 -475
- package/coverage/lcov-report/src/FileSelect/SourceItem/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/ThumbnailList/ThumbnailList.styles.ts.html +0 -286
- package/coverage/lcov-report/src/FileSelect/ThumbnailList/ThumbnailList.tsx.html +0 -739
- package/coverage/lcov-report/src/FileSelect/ThumbnailList/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/TreeSource/TreeSource.styles.ts.html +0 -112
- package/coverage/lcov-report/src/FileSelect/TreeSource/TreeSource.tsx.html +0 -619
- package/coverage/lcov-report/src/FileSelect/TreeSource/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/index.html +0 -146
- package/coverage/lcov-report/src/FileSelect/index.ts.html +0 -124
- package/coverage/lcov-report/src/FileToken/FileToken.styles.ts.html +0 -508
- package/coverage/lcov-report/src/FileToken/FileToken.tsx.html +0 -541
- package/coverage/lcov-report/src/FileToken/index.html +0 -146
- package/coverage/lcov-report/src/FileToken/index.ts.html +0 -88
- package/coverage/lcov-report/src/FilterToken/FilterToken.styles.tsx.html +0 -238
- package/coverage/lcov-report/src/FilterToken/FilterToken.tsx.html +0 -283
- package/coverage/lcov-report/src/FilterToken/index.html +0 -131
- package/coverage/lcov-report/src/Flex/Flex.tsx.html +0 -211
- package/coverage/lcov-report/src/Flex/index.html +0 -131
- package/coverage/lcov-report/src/Flex/index.ts.html +0 -91
- package/coverage/lcov-report/src/FlexList/FlexList.styles.ts.html +0 -187
- package/coverage/lcov-report/src/FlexList/FlexList.tsx.html +0 -298
- package/coverage/lcov-report/src/FlexList/index.html +0 -146
- package/coverage/lcov-report/src/FlexList/index.ts.html +0 -91
- package/coverage/lcov-report/src/Form/Form.styles.tsx.html +0 -922
- package/coverage/lcov-report/src/Form/Form.tsx.html +0 -6406
- package/coverage/lcov-report/src/Form/closeWithConfirm.tsx.html +0 -247
- package/coverage/lcov-report/src/Form/index.html +0 -161
- package/coverage/lcov-report/src/Form/index.ts.html +0 -163
- package/coverage/lcov-report/src/Grid/Grid.constants.ts.html +0 -169
- package/coverage/lcov-report/src/Grid/Grid.styles.ts.html +0 -760
- package/coverage/lcov-report/src/Grid/Grid.tsx.html +0 -295
- package/coverage/lcov-report/src/Grid/Grid.utils.ts.html +0 -115
- package/coverage/lcov-report/src/Grid/index.html +0 -176
- package/coverage/lcov-report/src/Grid/index.ts.html +0 -91
- package/coverage/lcov-report/src/GroupSelect/GroupSelect.styles.ts.html +0 -145
- package/coverage/lcov-report/src/GroupSelect/GroupSelect.tsx.html +0 -949
- package/coverage/lcov-report/src/GroupSelect/index.html +0 -146
- package/coverage/lcov-report/src/GroupSelect/index.ts.html +0 -100
- package/coverage/lcov-report/src/Input/Input.styles.ts.html +0 -388
- package/coverage/lcov-report/src/Input/Input.tsx.html +0 -151
- package/coverage/lcov-report/src/Input/index.html +0 -146
- package/coverage/lcov-report/src/Input/index.ts.html +0 -91
- package/coverage/lcov-report/src/Link/Link.styles.ts.html +0 -247
- package/coverage/lcov-report/src/Link/Link.tsx.html +0 -175
- package/coverage/lcov-report/src/Link/index.html +0 -146
- package/coverage/lcov-report/src/Link/index.ts.html +0 -91
- package/coverage/lcov-report/src/ListPage/ListPage.styles.ts.html +0 -376
- package/coverage/lcov-report/src/ListPage/ListPage.tsx.html +0 -466
- package/coverage/lcov-report/src/ListPage/index.html +0 -146
- package/coverage/lcov-report/src/ListPage/index.ts.html +0 -88
- package/coverage/lcov-report/src/Loader/Loader.styles.ts.html +0 -244
- package/coverage/lcov-report/src/Loader/Loader.tsx.html +0 -184
- package/coverage/lcov-report/src/Loader/index.html +0 -131
- package/coverage/lcov-report/src/Menu/Menu.tsx.html +0 -1501
- package/coverage/lcov-report/src/Menu/index.html +0 -131
- package/coverage/lcov-report/src/Menu/index.ts.html +0 -106
- package/coverage/lcov-report/src/MenuImperative/MenuImperative.styles.ts.html +0 -715
- package/coverage/lcov-report/src/MenuImperative/MenuImperative.tsx.html +0 -2434
- package/coverage/lcov-report/src/MenuImperative/index.html +0 -161
- package/coverage/lcov-report/src/MenuImperative/index.ts.html +0 -103
- package/coverage/lcov-report/src/MenuImperative/sensors.ts.html +0 -1045
- package/coverage/lcov-report/src/Modal/ChildRegistry.context.tsx.html +0 -289
- package/coverage/lcov-report/src/Modal/Modal.styles.ts.html +0 -709
- package/coverage/lcov-report/src/Modal/Modal.tsx.html +0 -1429
- package/coverage/lcov-report/src/Modal/index.html +0 -176
- package/coverage/lcov-report/src/Modal/index.ts.html +0 -91
- package/coverage/lcov-report/src/Modal/useInitializeModalFocus.ts.html +0 -217
- package/coverage/lcov-report/src/MultiSelect/MultiSelect.styles.tsx.html +0 -433
- package/coverage/lcov-report/src/MultiSelect/MultiSelect.tsx.html +0 -2098
- package/coverage/lcov-report/src/MultiSelect/index.html +0 -146
- package/coverage/lcov-report/src/MultiSelect/index.ts.html +0 -91
- package/coverage/lcov-report/src/NextMenu/NextMenu.styles.ts.html +0 -172
- package/coverage/lcov-report/src/NextMenu/NextMenu.tsx.html +0 -553
- package/coverage/lcov-report/src/NextMenu/NextMenuItem.tsx.html +0 -208
- package/coverage/lcov-report/src/NextMenu/index.html +0 -161
- package/coverage/lcov-report/src/NextMenu/sampleData.ts.html +0 -667
- package/coverage/lcov-report/src/NextTile/NextTile.coverage.stories.tsx.html +0 -1942
- package/coverage/lcov-report/src/NextTile/NextTile.demo.stories.tsx.html +0 -1222
- package/coverage/lcov-report/src/NextTile/NextTile.tsx.html +0 -916
- package/coverage/lcov-report/src/NextTile/index.html +0 -146
- package/coverage/lcov-report/src/Notation/Notation.tsx.html +0 -208
- package/coverage/lcov-report/src/Notation/index.html +0 -131
- package/coverage/lcov-report/src/Notation/index.ts.html +0 -91
- package/coverage/lcov-report/src/NumberInput/NumberInput.constants.ts.html +0 -94
- package/coverage/lcov-report/src/NumberInput/NumberInput.hooks.ts.html +0 -298
- package/coverage/lcov-report/src/NumberInput/NumberInput.styles.ts.html +0 -415
- package/coverage/lcov-report/src/NumberInput/NumberInput.tsx.html +0 -2212
- package/coverage/lcov-report/src/NumberInput/NumberInput.utils.ts.html +0 -2581
- package/coverage/lcov-report/src/NumberInput/index.html +0 -191
- package/coverage/lcov-report/src/NumberInput/index.ts.html +0 -91
- package/coverage/lcov-report/src/Overlay/Overlay.tsx.html +0 -292
- package/coverage/lcov-report/src/Overlay/OverlayArrow.styles.ts.html +0 -118
- package/coverage/lcov-report/src/Overlay/OverlayArrow.tsx.html +0 -205
- package/coverage/lcov-report/src/Overlay/index.html +0 -176
- package/coverage/lcov-report/src/Overlay/index.ts.html +0 -88
- package/coverage/lcov-report/src/Overlay/useOverlay.ts.html +0 -280
- package/coverage/lcov-report/src/OverlayTrigger/OverlayTrigger.tsx.html +0 -1312
- package/coverage/lcov-report/src/OverlayTrigger/a11yPresets.ts.html +0 -1258
- package/coverage/lcov-report/src/OverlayTrigger/index.html +0 -146
- package/coverage/lcov-report/src/OverlayTrigger/index.ts.html +0 -100
- package/coverage/lcov-report/src/PageLayout/PageLayout.constants.ts.html +0 -91
- package/coverage/lcov-report/src/PageLayout/PageLayout.styles.ts.html +0 -997
- package/coverage/lcov-report/src/PageLayout/PageLayout.tsx.html +0 -1390
- package/coverage/lcov-report/src/PageLayout/PageLayout.utils.ts.html +0 -289
- package/coverage/lcov-report/src/PageLayout/index.html +0 -176
- package/coverage/lcov-report/src/PageLayout/index.ts.html +0 -103
- package/coverage/lcov-report/src/Pagination/Pagination.styles.ts.html +0 -166
- package/coverage/lcov-report/src/Pagination/Pagination.tsx.html +0 -472
- package/coverage/lcov-report/src/Pagination/PaginationSelect.tsx.html +0 -598
- package/coverage/lcov-report/src/Pagination/index.html +0 -161
- package/coverage/lcov-report/src/Pagination/index.ts.html +0 -91
- package/coverage/lcov-report/src/Panel/Panel.styles.ts.html +0 -436
- package/coverage/lcov-report/src/Panel/Panel.tsx.html +0 -1087
- package/coverage/lcov-report/src/Panel/index.html +0 -146
- package/coverage/lcov-report/src/Panel/index.ts.html +0 -109
- package/coverage/lcov-report/src/Pill/Pill.colorPalette.ts.html +0 -235
- package/coverage/lcov-report/src/Pill/Pill.styles.ts.html +0 -235
- package/coverage/lcov-report/src/Pill/Pill.tsx.html +0 -235
- package/coverage/lcov-report/src/Pill/index.html +0 -161
- package/coverage/lcov-report/src/Pill/index.ts.html +0 -91
- package/coverage/lcov-report/src/PillSelect/PillSelect.styles.ts.html +0 -196
- package/coverage/lcov-report/src/PillSelect/PillSelect.tsx.html +0 -697
- package/coverage/lcov-report/src/PillSelect/index.html +0 -146
- package/coverage/lcov-report/src/PillSelect/index.ts.html +0 -91
- package/coverage/lcov-report/src/Popover/Popover.styles.ts.html +0 -202
- package/coverage/lcov-report/src/Popover/Popover.tsx.html +0 -367
- package/coverage/lcov-report/src/Popover/index.html +0 -146
- package/coverage/lcov-report/src/Popover/index.ts.html +0 -91
- package/coverage/lcov-report/src/Portal/Portal.styles.ts.html +0 -121
- package/coverage/lcov-report/src/Portal/Portal.tsx.html +0 -160
- package/coverage/lcov-report/src/Portal/index.html +0 -146
- package/coverage/lcov-report/src/Portal/index.ts.html +0 -88
- package/coverage/lcov-report/src/ProgressBar/ProgressBar.styles.tsx.html +0 -244
- package/coverage/lcov-report/src/ProgressBar/ProgressBar.tsx.html +0 -313
- package/coverage/lcov-report/src/ProgressBar/index.html +0 -146
- package/coverage/lcov-report/src/ProgressBar/index.ts.html +0 -91
- package/coverage/lcov-report/src/RadioButton/RadioButton.styles.ts.html +0 -391
- package/coverage/lcov-report/src/RadioButton/RadioButton.tsx.html +0 -214
- package/coverage/lcov-report/src/RadioButton/index.html +0 -146
- package/coverage/lcov-report/src/RadioButton/index.ts.html +0 -91
- package/coverage/lcov-report/src/Required/Required.styles.ts.html +0 -178
- package/coverage/lcov-report/src/Required/Required.tsx.html +0 -205
- package/coverage/lcov-report/src/Required/index.html +0 -146
- package/coverage/lcov-report/src/Required/index.ts.html +0 -91
- package/coverage/lcov-report/src/Search/Search.hooks.ts.html +0 -262
- package/coverage/lcov-report/src/Search/Search.styles.ts.html +0 -316
- package/coverage/lcov-report/src/Search/Search.tsx.html +0 -397
- package/coverage/lcov-report/src/Search/index.html +0 -161
- package/coverage/lcov-report/src/Search/index.ts.html +0 -91
- package/coverage/lcov-report/src/Section/Section.styles.ts.html +0 -424
- package/coverage/lcov-report/src/Section/Section.tsx.html +0 -664
- package/coverage/lcov-report/src/Section/index.html +0 -131
- package/coverage/lcov-report/src/SegmentedController/SegmentedController.styles.ts.html +0 -418
- package/coverage/lcov-report/src/SegmentedController/SegmentedController.tsx.html +0 -865
- package/coverage/lcov-report/src/SegmentedController/index.html +0 -146
- package/coverage/lcov-report/src/SegmentedController/index.ts.html +0 -91
- package/coverage/lcov-report/src/Select/Select.styles.tsx.html +0 -691
- package/coverage/lcov-report/src/Select/Select.tsx.html +0 -1252
- package/coverage/lcov-report/src/Select/index.html +0 -146
- package/coverage/lcov-report/src/Select/index.ts.html +0 -103
- package/coverage/lcov-report/src/Semantic/Semantic.styles.ts.html +0 -484
- package/coverage/lcov-report/src/Semantic/Semantic.tsx.html +0 -400
- package/coverage/lcov-report/src/Semantic/index.html +0 -146
- package/coverage/lcov-report/src/Semantic/index.ts.html +0 -88
- package/coverage/lcov-report/src/Sidebar/Sidebar.styles.ts.html +0 -358
- package/coverage/lcov-report/src/Sidebar/Sidebar.tsx.html +0 -562
- package/coverage/lcov-report/src/Sidebar/index.html +0 -146
- package/coverage/lcov-report/src/Sidebar/index.ts.html +0 -88
- package/coverage/lcov-report/src/Slider/Slider.styles.ts.html +0 -670
- package/coverage/lcov-report/src/Slider/Slider.tsx.html +0 -580
- package/coverage/lcov-report/src/Slider/index.html +0 -146
- package/coverage/lcov-report/src/Slider/index.tsx.html +0 -91
- package/coverage/lcov-report/src/Spinner/Spinner.styles.ts.html +0 -706
- package/coverage/lcov-report/src/Spinner/Spinner.tsx.html +0 -373
- package/coverage/lcov-report/src/Spinner/index.html +0 -146
- package/coverage/lcov-report/src/Spinner/index.ts.html +0 -91
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.components.tsx.html +0 -1453
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.constants.ts.html +0 -91
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.presets.styles.ts.html +0 -106
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.styles.ts.html +0 -1897
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.tsx.html +0 -592
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.utils.ts.html +0 -712
- package/coverage/lcov-report/src/SuperSelect/index.html +0 -221
- package/coverage/lcov-report/src/SuperSelect/presets/contactsPreset.tsx.html +0 -157
- package/coverage/lcov-report/src/SuperSelect/presets/filterPreset.tsx.html +0 -394
- package/coverage/lcov-report/src/SuperSelect/presets/index.html +0 -161
- package/coverage/lcov-report/src/SuperSelect/presets/index.ts.html +0 -118
- package/coverage/lcov-report/src/SuperSelect/presets/pillPreset.tsx.html +0 -289
- package/coverage/lcov-report/src/SuperSelect/useSuperSelect.ts.html +0 -2737
- package/coverage/lcov-report/src/SuperSelect/useVirtuosoResizeErrorFix.ts.html +0 -151
- package/coverage/lcov-report/src/Switch/Switch.styles.ts.html +0 -337
- package/coverage/lcov-report/src/Switch/Switch.tsx.html +0 -250
- package/coverage/lcov-report/src/Switch/index.html +0 -146
- package/coverage/lcov-report/src/Switch/index.ts.html +0 -91
- package/coverage/lcov-report/src/Table/Table.styles.ts.html +0 -2668
- package/coverage/lcov-report/src/Table/Table.tsx.html +0 -1924
- package/coverage/lcov-report/src/Table/index.html +0 -146
- package/coverage/lcov-report/src/Table/index.ts.html +0 -103
- package/coverage/lcov-report/src/TableShelf/TableShelf.styles.ts.html +0 -190
- package/coverage/lcov-report/src/TableShelf/TableShelf.tsx.html +0 -364
- package/coverage/lcov-report/src/TableShelf/index.html +0 -146
- package/coverage/lcov-report/src/TableShelf/index.ts.html +0 -88
- package/coverage/lcov-report/src/Tabs/Tabs.coverage.stories.tsx.html +0 -1192
- package/coverage/lcov-report/src/Tabs/Tabs.demo.stories.tsx.html +0 -415
- package/coverage/lcov-report/src/Tabs/Tabs.styles.ts.html +0 -697
- package/coverage/lcov-report/src/Tabs/Tabs.tsx.html +0 -991
- package/coverage/lcov-report/src/Tabs/index.html +0 -176
- package/coverage/lcov-report/src/Tabs/index.ts.html +0 -91
- package/coverage/lcov-report/src/Tearsheet/Tearsheet.constants.ts.html +0 -109
- package/coverage/lcov-report/src/Tearsheet/Tearsheet.styles.ts.html +0 -838
- package/coverage/lcov-report/src/Tearsheet/Tearsheet.tsx.html +0 -787
- package/coverage/lcov-report/src/Tearsheet/Tearsheet.util.ts.html +0 -370
- package/coverage/lcov-report/src/Tearsheet/index.html +0 -176
- package/coverage/lcov-report/src/Tearsheet/index.ts.html +0 -91
- package/coverage/lcov-report/src/TextArea/TextArea.styles.ts.html +0 -121
- package/coverage/lcov-report/src/TextArea/TextArea.tsx.html +0 -166
- package/coverage/lcov-report/src/TextArea/index.html +0 -146
- package/coverage/lcov-report/src/TextArea/index.ts.html +0 -91
- package/coverage/lcov-report/src/TextEditor/TextEditor.styles.ts.html +0 -106
- package/coverage/lcov-report/src/TextEditor/TextEditor.tsx.html +0 -544
- package/coverage/lcov-report/src/TextEditor/index.html +0 -146
- package/coverage/lcov-report/src/TextEditor/index.ts.html +0 -91
- package/coverage/lcov-report/src/TextEditorOutput/TextEditorOutput.styles.ts.html +0 -106
- package/coverage/lcov-report/src/TextEditorOutput/TextEditorOutput.tsx.html +0 -223
- package/coverage/lcov-report/src/TextEditorOutput/index.html +0 -146
- package/coverage/lcov-report/src/TextEditorOutput/index.ts.html +0 -88
- package/coverage/lcov-report/src/Thumbnail/Thumbnail.hooks.tsx.html +0 -349
- package/coverage/lcov-report/src/Thumbnail/Thumbnail.styles.ts.html +0 -1291
- package/coverage/lcov-report/src/Thumbnail/Thumbnail.tsx.html +0 -1927
- package/coverage/lcov-report/src/Thumbnail/Thumbnail.utils.ts.html +0 -307
- package/coverage/lcov-report/src/Thumbnail/ThumbnailCaption.tsx.html +0 -523
- package/coverage/lcov-report/src/Thumbnail/ThumbnailDocumentIcon.tsx.html +0 -2104
- package/coverage/lcov-report/src/Thumbnail/ThumbnailPreview.tsx.html +0 -163
- package/coverage/lcov-report/src/Thumbnail/index.html +0 -221
- package/coverage/lcov-report/src/Thumbnail/index.ts.html +0 -97
- package/coverage/lcov-report/src/ThumbnailGrid/ThumbnailGrid.hooks.ts.html +0 -454
- package/coverage/lcov-report/src/ThumbnailGrid/ThumbnailGrid.styles.ts.html +0 -193
- package/coverage/lcov-report/src/ThumbnailGrid/ThumbnailGrid.tsx.html +0 -1606
- package/coverage/lcov-report/src/ThumbnailGrid/index.html +0 -146
- package/coverage/lcov-report/src/TieredDropdown/TieredDropdown.helpers.ts.html +0 -346
- package/coverage/lcov-report/src/TieredDropdown/TieredDropdown.tsx.html +0 -955
- package/coverage/lcov-report/src/TieredDropdown/index.html +0 -161
- package/coverage/lcov-report/src/TieredDropdown/index.ts.html +0 -91
- package/coverage/lcov-report/src/TieredDropdown/useSearch.ts.html +0 -364
- package/coverage/lcov-report/src/TieredSelect/LeafSelectionTieredSelect.tsx.html +0 -742
- package/coverage/lcov-report/src/TieredSelect/TierSelectionTieredSelect.tsx.html +0 -2026
- package/coverage/lcov-report/src/TieredSelect/TieredSelect.styles.ts.html +0 -292
- package/coverage/lcov-report/src/TieredSelect/TieredSelect.tsx.html +0 -691
- package/coverage/lcov-report/src/TieredSelect/TieredSelectMenu.tsx.html +0 -1693
- package/coverage/lcov-report/src/TieredSelect/index.html +0 -191
- package/coverage/lcov-report/src/TieredSelect/index.ts.html +0 -91
- package/coverage/lcov-report/src/Tile/Tile.styles.tsx.html +0 -793
- package/coverage/lcov-report/src/Tile/Tile.tsx.html +0 -748
- package/coverage/lcov-report/src/Tile/index.html +0 -146
- package/coverage/lcov-report/src/Tile/index.ts.html +0 -106
- package/coverage/lcov-report/src/Tile/mocks/iframe.tsx.html +0 -178
- package/coverage/lcov-report/src/Tile/mocks/index.html +0 -131
- package/coverage/lcov-report/src/Tile/mocks/svg.tsx.html +0 -2059
- package/coverage/lcov-report/src/Title/Title.styles.ts.html +0 -229
- package/coverage/lcov-report/src/Title/Title.tsx.html +0 -436
- package/coverage/lcov-report/src/Title/index.html +0 -146
- package/coverage/lcov-report/src/Title/index.ts.html +0 -91
- package/coverage/lcov-report/src/Toast/Toast.styles.ts.html +0 -211
- package/coverage/lcov-report/src/Toast/Toast.tsx.html +0 -403
- package/coverage/lcov-report/src/Toast/index.html +0 -146
- package/coverage/lcov-report/src/Toast/index.ts.html +0 -91
- package/coverage/lcov-report/src/ToggleButton/ToggleButton.styles.ts.html +0 -172
- package/coverage/lcov-report/src/ToggleButton/ToggleButton.tsx.html +0 -217
- package/coverage/lcov-report/src/ToggleButton/index.html +0 -146
- package/coverage/lcov-report/src/ToggleButton/index.ts.html +0 -91
- package/coverage/lcov-report/src/Token/Token.styles.tsx.html +0 -349
- package/coverage/lcov-report/src/Token/Token.tsx.html +0 -346
- package/coverage/lcov-report/src/Token/index.html +0 -146
- package/coverage/lcov-report/src/Token/index.ts.html +0 -91
- package/coverage/lcov-report/src/ToolHeader/ActionIcon.tsx.html +0 -292
- package/coverage/lcov-report/src/ToolHeader/ToolHeader.styles.ts.html +0 -289
- package/coverage/lcov-report/src/ToolHeader/ToolHeader.tsx.html +0 -460
- package/coverage/lcov-report/src/ToolHeader/index.html +0 -161
- package/coverage/lcov-report/src/ToolHeader/index.ts.html +0 -88
- package/coverage/lcov-report/src/Tooltip/Tooltip.styles.ts.html +0 -175
- package/coverage/lcov-report/src/Tooltip/Tooltip.tsx.html +0 -331
- package/coverage/lcov-report/src/Tooltip/index.html +0 -146
- package/coverage/lcov-report/src/Tooltip/index.ts.html +0 -91
- package/coverage/lcov-report/src/Tree/Tree.hooks.ts.html +0 -853
- package/coverage/lcov-report/src/Tree/Tree.styles.ts.html +0 -400
- package/coverage/lcov-report/src/Tree/Tree.tsx.html +0 -2194
- package/coverage/lcov-report/src/Tree/index.html +0 -161
- package/coverage/lcov-report/src/Tree/index.ts.html +0 -106
- package/coverage/lcov-report/src/Typeahead/Typeahead.styles.ts.html +0 -175
- package/coverage/lcov-report/src/Typeahead/Typeahead.tsx.html +0 -382
- package/coverage/lcov-report/src/Typeahead/index.html +0 -146
- package/coverage/lcov-report/src/Typeahead/index.ts.html +0 -100
- package/coverage/lcov-report/src/Typography/Typography.styles.ts.html +0 -412
- package/coverage/lcov-report/src/Typography/Typography.tsx.html +0 -157
- package/coverage/lcov-report/src/Typography/index.html +0 -146
- package/coverage/lcov-report/src/Typography/index.ts.html +0 -91
- package/coverage/lcov-report/src/__tests__/helpers/accessibility.tsx.html +0 -436
- package/coverage/lcov-report/src/__tests__/helpers/fakeTimers.ts.html +0 -109
- package/coverage/lcov-report/src/__tests__/helpers/index.html +0 -161
- package/coverage/lcov-report/src/__tests__/helpers/snapshots.tsx.html +0 -616
- package/coverage/lcov-report/src/__tests__/helpers/state.tsx.html +0 -400
- package/coverage/lcov-report/src/_hooks/Analytics.tsx.html +0 -286
- package/coverage/lcov-report/src/_hooks/Anchor.tsx.html +0 -652
- package/coverage/lcov-report/src/_hooks/Autofocus.ts.html +0 -325
- package/coverage/lcov-report/src/_hooks/BoundingRect.tsx.html +0 -343
- package/coverage/lcov-report/src/_hooks/Buffer.tsx.html +0 -424
- package/coverage/lcov-report/src/_hooks/ClickOutside.ts.html +0 -259
- package/coverage/lcov-report/src/_hooks/DateTime/DateTime.tsx.html +0 -1015
- package/coverage/lcov-report/src/_hooks/DateTime/index.html +0 -131
- package/coverage/lcov-report/src/_hooks/DateTime/index.ts.html +0 -106
- package/coverage/lcov-report/src/_hooks/DelayedCallback.tsx.html +0 -322
- package/coverage/lcov-report/src/_hooks/DelayedToggle.tsx.html +0 -694
- package/coverage/lcov-report/src/_hooks/Deprecation.tsx.html +0 -214
- package/coverage/lcov-report/src/_hooks/Event.tsx.html +0 -331
- package/coverage/lcov-report/src/_hooks/EventListener.ts.html +0 -571
- package/coverage/lcov-report/src/_hooks/EventRegistry.ts.html +0 -139
- package/coverage/lcov-report/src/_hooks/Hotkey.ts.html +0 -295
- package/coverage/lcov-report/src/_hooks/I18n.tsx.html +0 -412
- package/coverage/lcov-report/src/_hooks/InjectedScript.tsx.html +0 -382
- package/coverage/lcov-report/src/_hooks/IntersectionObserver/createIntersectionObserver.ts.html +0 -109
- package/coverage/lcov-report/src/_hooks/IntersectionObserver/index.html +0 -146
- package/coverage/lcov-report/src/_hooks/IntersectionObserver/index.ts.html +0 -88
- package/coverage/lcov-report/src/_hooks/IntersectionObserver/useIntersectionObserver.ts.html +0 -154
- package/coverage/lcov-report/src/_hooks/ListNavigation.tsx.html +0 -607
- package/coverage/lcov-report/src/_hooks/OverflowObserver/OverflowObserver.tsx.html +0 -286
- package/coverage/lcov-report/src/_hooks/OverflowObserver/index.html +0 -131
- package/coverage/lcov-report/src/_hooks/OverflowObserver/index.ts.html +0 -88
- package/coverage/lcov-report/src/_hooks/Resize.ts.html +0 -151
- package/coverage/lcov-report/src/_hooks/ResizeObserver.ts.html +0 -166
- package/coverage/lcov-report/src/_hooks/Scroll.ts.html +0 -166
- package/coverage/lcov-report/src/_hooks/ScrollLock.ts.html +0 -157
- package/coverage/lcov-report/src/_hooks/TextEntry.tsx.html +0 -520
- package/coverage/lcov-report/src/_hooks/Timer.tsx.html +0 -385
- package/coverage/lcov-report/src/_hooks/Trigger.tsx.html +0 -625
- package/coverage/lcov-report/src/_hooks/Visibility.tsx.html +0 -454
- package/coverage/lcov-report/src/_hooks/ZIndex.tsx.html +0 -316
- package/coverage/lcov-report/src/_hooks/index.html +0 -536
- package/coverage/lcov-report/src/_hooks/useFileUploader.tsx.html +0 -823
- package/coverage/lcov-report/src/_hooks/useFocusWithin.ts.html +0 -202
- package/coverage/lcov-report/src/_hooks/useSet.ts.html +0 -391
- package/coverage/lcov-report/src/_hooks/useUpdateEffect.ts.html +0 -163
- package/coverage/lcov-report/src/_styles/arrows.ts.html +0 -199
- package/coverage/lcov-report/src/_styles/borderRadius.ts.html +0 -130
- package/coverage/lcov-report/src/_styles/colors.ts.html +0 -580
- package/coverage/lcov-report/src/_styles/index.html +0 -206
- package/coverage/lcov-report/src/_styles/media.ts.html +0 -94
- package/coverage/lcov-report/src/_styles/mixins.ts.html +0 -274
- package/coverage/lcov-report/src/_styles/shadows.ts.html +0 -160
- package/coverage/lcov-report/src/_styles/spacing.ts.html +0 -121
- package/coverage/lcov-report/src/_utils/CalendarHelpers.ts.html +0 -856
- package/coverage/lcov-report/src/_utils/TinyMCE.ts.html +0 -553
- package/coverage/lcov-report/src/_utils/addSubcomponents.ts.html +0 -121
- package/coverage/lcov-report/src/_utils/dateTime.ts.html +0 -463
- package/coverage/lcov-report/src/_utils/dom.ts.html +0 -211
- package/coverage/lcov-report/src/_utils/filename.ts.html +0 -145
- package/coverage/lcov-report/src/_utils/genericAnalyticsClient.ts.html +0 -280
- package/coverage/lcov-report/src/_utils/getAnchorPosition.ts.html +0 -772
- package/coverage/lcov-report/src/_utils/i18n.ts.html +0 -148
- package/coverage/lcov-report/src/_utils/index.html +0 -401
- package/coverage/lcov-report/src/_utils/isIE11.ts.html +0 -112
- package/coverage/lcov-report/src/_utils/isReactElement.ts.html +0 -106
- package/coverage/lcov-report/src/_utils/mergeRefs.tsx.html +0 -148
- package/coverage/lcov-report/src/_utils/partition.ts.html +0 -136
- package/coverage/lcov-report/src/_utils/placement.ts.html +0 -175
- package/coverage/lcov-report/src/_utils/props.ts.html +0 -100
- package/coverage/lcov-report/src/_utils/runInQueue.ts.html +0 -157
- package/coverage/lcov-report/src/_utils/scrollIntoView.ts.html +0 -148
- package/coverage/lcov-report/src/_utils/slotify.ts.html +0 -256
- package/coverage/lcov-report/src/_utils/triggerListeners.ts.html +0 -349
- package/coverage/lcov-report/src/_utils/usingHookOrDefault.ts.html +0 -115
- package/coverage/lcov-report/src/index.html +0 -116
- package/coverage/lcov-report/src/index.ts.html +0 -535
- package/coverage/lcov.info +0 -31221
- package/sonar-project.properties +0 -50
|
@@ -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/Select/Select.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L220"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "clearRef",
|
|
@@ -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/Select/Select.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L224"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "disabled",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"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>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L228"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "dropdown",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "",
|
|
41
41
|
"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>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L232"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "error",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"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>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L236"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "focus",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.9.0\nIf the component should apply a focus appeareance. This is\nnot DOM focus management, and purely visual.</p>\n</dd></dl></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L242"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "icon",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "",
|
|
71
71
|
"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>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L246"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "isMenuOpened",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "",
|
|
81
81
|
"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>",
|
|
82
82
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L290"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "label",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "",
|
|
91
91
|
"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>",
|
|
92
92
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L250"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "loading",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description": "",
|
|
101
101
|
"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>",
|
|
102
102
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
103
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L254"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"name": "open",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"description": "",
|
|
111
111
|
"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>",
|
|
112
112
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
113
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
113
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L262"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"name": "placeholder",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"description": "",
|
|
121
121
|
"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>",
|
|
122
122
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
123
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L266"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"name": "qa",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"description": "",
|
|
131
131
|
"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>",
|
|
132
132
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
133
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L270"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
"name": "size",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"description": "",
|
|
141
141
|
"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>",
|
|
142
142
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
143
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
143
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L274"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"name": "tabIndex",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"description": "",
|
|
151
151
|
"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>",
|
|
152
152
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
153
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
153
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L278"
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
"name": "type",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"description": "",
|
|
161
161
|
"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>",
|
|
162
162
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
163
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
163
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L282"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"name": "variant",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"description": "",
|
|
171
171
|
"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>",
|
|
172
172
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
173
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
173
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L286"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"name": "onClear",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"description": "",
|
|
181
181
|
"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>",
|
|
182
182
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
183
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
183
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L258"
|
|
184
184
|
}
|
|
185
185
|
],
|
|
186
186
|
"description": ""
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"description": "",
|
|
197
197
|
"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>",
|
|
198
198
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
199
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
199
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L15"
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
202
|
"name": "footer",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"description": "",
|
|
207
207
|
"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>",
|
|
208
208
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
209
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
209
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L19"
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
212
|
"name": "i18nScope",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"description": "",
|
|
217
217
|
"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>",
|
|
218
218
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
219
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
219
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L23"
|
|
220
220
|
},
|
|
221
221
|
{
|
|
222
222
|
"name": "menuRef",
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"description": "",
|
|
227
227
|
"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>",
|
|
228
228
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
229
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
229
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L47"
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
"name": "onScrollBottom",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"description": "",
|
|
237
237
|
"descriptionHtml": "",
|
|
238
238
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
239
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
239
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L31"
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
242
|
"name": "onSelect",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"description": "",
|
|
247
247
|
"descriptionHtml": "",
|
|
248
248
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
249
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
249
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L39"
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"name": "optionsRef",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"description": "",
|
|
257
257
|
"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>",
|
|
258
258
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
259
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
259
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L43"
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
262
|
"name": "onClear",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"description": "",
|
|
267
267
|
"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>",
|
|
268
268
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
269
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
269
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L27"
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
272
|
"name": "onSearch",
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
"description": "",
|
|
277
277
|
"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>",
|
|
278
278
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
279
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
279
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L35"
|
|
280
280
|
}
|
|
281
281
|
],
|
|
282
282
|
"description": ""
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"description": "",
|
|
293
293
|
"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>",
|
|
294
294
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
295
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
295
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L62"
|
|
296
296
|
},
|
|
297
297
|
{
|
|
298
298
|
"name": "index",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"description": "",
|
|
303
303
|
"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>",
|
|
304
304
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
305
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
305
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L54"
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
"name": "selected",
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"description": "Represents the currently selected value. This option will be styled\ndifferently as well as receive UX to scroll into view and start list\nnavigation from this element.",
|
|
313
313
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Represents the currently selected value. This option will be styled\ndifferently as well as receive UX to scroll into view and start list\nnavigation from this element.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
314
314
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
315
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
315
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L70"
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
318
|
"name": "suggested",
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"description": "If nothing is selected, suggest this option. Suggested options mimic the\nUX of a selected option, scroll into view and start list navigation from\nthis element.",
|
|
323
323
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If nothing is selected, suggest this option. Suggested options mimic the\nUX of a selected option, scroll into view and start list navigation from\nthis element.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
324
324
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
325
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
325
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L78"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
"name": "value",
|
|
@@ -332,7 +332,243 @@
|
|
|
332
332
|
"description": "",
|
|
333
333
|
"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>",
|
|
334
334
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
335
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
335
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L58"
|
|
336
|
+
}
|
|
337
|
+
],
|
|
338
|
+
"description": ""
|
|
339
|
+
},
|
|
340
|
+
"SelectProps": {
|
|
341
|
+
"name": "SelectProps",
|
|
342
|
+
"properties": [
|
|
343
|
+
{
|
|
344
|
+
"name": "afterHide",
|
|
345
|
+
"required": false,
|
|
346
|
+
"type": "<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">(</span>e<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">Event</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">void</span><span class=\"tsd-signature-symbol\">)</span>",
|
|
347
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">(</span>e<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">Event</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">void</span><span class=\"tsd-signature-symbol\">)</span>",
|
|
348
|
+
"description": "",
|
|
349
|
+
"descriptionHtml": "",
|
|
350
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
351
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L96"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "afterShow",
|
|
355
|
+
"required": false,
|
|
356
|
+
"type": "<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">void</span><span class=\"tsd-signature-symbol\">)</span>",
|
|
357
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">void</span><span class=\"tsd-signature-symbol\">)</span>",
|
|
358
|
+
"description": "",
|
|
359
|
+
"descriptionHtml": "",
|
|
360
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
361
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L100"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "beforeHide",
|
|
365
|
+
"required": false,
|
|
366
|
+
"type": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
367
|
+
"typeDetail": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
368
|
+
"description": "",
|
|
369
|
+
"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>",
|
|
370
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
371
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L104"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "beforeShow",
|
|
375
|
+
"required": false,
|
|
376
|
+
"type": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
377
|
+
"typeDetail": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
378
|
+
"description": "",
|
|
379
|
+
"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>",
|
|
380
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
381
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L108"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "block",
|
|
385
|
+
"required": false,
|
|
386
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
387
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
388
|
+
"description": "Make the Select button 100% width",
|
|
389
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Make the Select button 100% width</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
390
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
391
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L114"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "disabled",
|
|
395
|
+
"required": false,
|
|
396
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
397
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
398
|
+
"description": "",
|
|
399
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
400
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
401
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L120"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "emptyMessage",
|
|
405
|
+
"required": false,
|
|
406
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
407
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
408
|
+
"description": "When there are no children this will render",
|
|
409
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>When there are no children this will render</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
410
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
411
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L126"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "error",
|
|
415
|
+
"required": false,
|
|
416
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
417
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
418
|
+
"description": "",
|
|
419
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
420
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
421
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L132"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "footer",
|
|
425
|
+
"required": false,
|
|
426
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
427
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
428
|
+
"description": "",
|
|
429
|
+
"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>",
|
|
430
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
431
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L136"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "hideDelay",
|
|
435
|
+
"required": false,
|
|
436
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
437
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
438
|
+
"description": "",
|
|
439
|
+
"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>",
|
|
440
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
441
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L140"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "i18nScope",
|
|
445
|
+
"required": false,
|
|
446
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
447
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
448
|
+
"description": "The i18n key to use for the select's configurable strings.\nDefaults to using the core library's default strings.",
|
|
449
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The i18n key to use for the select's configurable strings.\nDefaults to using the core library's default strings.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
450
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
451
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L146"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"name": "label",
|
|
455
|
+
"required": false,
|
|
456
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
457
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
458
|
+
"description": "",
|
|
459
|
+
"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>",
|
|
460
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
461
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L150"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "loading",
|
|
465
|
+
"required": false,
|
|
466
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
467
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
468
|
+
"description": "If the select is loading",
|
|
469
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If the select is loading</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
470
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
471
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L157"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "onScrollBottom",
|
|
475
|
+
"required": false,
|
|
476
|
+
"type": "<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">(</span>e<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">UIEvent</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">UIEvent</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">void</span><span class=\"tsd-signature-symbol\">)</span>",
|
|
477
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">(</span>e<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">UIEvent</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">UIEvent</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">void</span><span class=\"tsd-signature-symbol\">)</span>",
|
|
478
|
+
"description": "",
|
|
479
|
+
"descriptionHtml": "",
|
|
480
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
481
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L171"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "onSelect",
|
|
485
|
+
"required": false,
|
|
486
|
+
"type": "<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">(</span>selection<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Selection</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">)</span>",
|
|
487
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">(</span>selection<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Selection</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">)</span>",
|
|
488
|
+
"description": "",
|
|
489
|
+
"descriptionHtml": "",
|
|
490
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
491
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L181"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"name": "optionsRef",
|
|
495
|
+
"required": false,
|
|
496
|
+
"type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
497
|
+
"typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
498
|
+
"description": "",
|
|
499
|
+
"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>",
|
|
500
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
501
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L185"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "placeholder",
|
|
505
|
+
"required": false,
|
|
506
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
507
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
508
|
+
"description": "Renders when the label is blank",
|
|
509
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Renders when the label is blank</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
510
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
511
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L191"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "placement",
|
|
515
|
+
"required": false,
|
|
516
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DropdownPlacement</a>",
|
|
517
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Placement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"bottom"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"bottom-left"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"bottom-right"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"top"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"top-left"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"top-right"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
518
|
+
"description": "The placement of the overlay",
|
|
519
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The placement of the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'bottom-left'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
520
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
521
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L198"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"name": "qa",
|
|
525
|
+
"required": false,
|
|
526
|
+
"type": "<span class=\"tsd-signature-type\">Partial</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">QaTags</span><span class=\"tsd-signature-symbol\">></span>",
|
|
527
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Partial</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">QaTags</span><span class=\"tsd-signature-symbol\">></span>",
|
|
528
|
+
"description": "",
|
|
529
|
+
"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>",
|
|
530
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
531
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L202"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "showDelay",
|
|
535
|
+
"required": false,
|
|
536
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
537
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
538
|
+
"description": "",
|
|
539
|
+
"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>",
|
|
540
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
541
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L206"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "tabIndex",
|
|
545
|
+
"required": false,
|
|
546
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
547
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
548
|
+
"description": "Configurable tabIndex for the select button",
|
|
549
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Configurable tabIndex for the select button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>0</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
550
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
551
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L213"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "onClear",
|
|
555
|
+
"required": false,
|
|
556
|
+
"type": "Function",
|
|
557
|
+
"typeDetail": "on<wbr/>Clear<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLButtonElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
558
|
+
"description": "It is possible for this component to have an empty value\n(render placeholder). Enables the x icon.",
|
|
559
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>It is possible for this component to have an empty value\n(render placeholder). Enables the x icon.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
560
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
561
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L164"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "onSearch",
|
|
565
|
+
"required": false,
|
|
566
|
+
"type": "Function",
|
|
567
|
+
"typeDetail": "on<wbr/>Search<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ChangeEvent</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLInputElement</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
568
|
+
"description": "Adds a search bar to the select.",
|
|
569
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Adds a search bar to the select.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
570
|
+
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
571
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Select/Select.types.ts#L177"
|
|
336
572
|
}
|
|
337
573
|
],
|
|
338
574
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Whether or not to put the slider into a disabled state.",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether or not to put the slider into a disabled state.</p>\n</div><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/Slider/Slider.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Slider/Slider.types.ts#L8"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "max",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The maximum value of the slider (right side)</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>100</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
22
22
|
"defaultValue": "100",
|
|
23
23
|
"sourceFile": "packages/core-react/src/Slider/Slider.types.ts",
|
|
24
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
24
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Slider/Slider.types.ts#L14"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"name": "min",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The minimum value of the slider (left side)</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>0</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
33
33
|
"defaultValue": "0",
|
|
34
34
|
"sourceFile": "packages/core-react/src/Slider/Slider.types.ts",
|
|
35
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
35
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Slider/Slider.types.ts#L20"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"name": "showLabel",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"description": "Whether or not to show value labels below the slider increments.",
|
|
43
43
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether or not to show value labels below the slider increments.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
44
44
|
"sourceFile": "packages/core-react/src/Slider/Slider.types.ts",
|
|
45
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
45
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Slider/Slider.types.ts#L25"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "step",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The distance between each stopping point on the Slider.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>1</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
54
54
|
"defaultValue": "1",
|
|
55
55
|
"sourceFile": "packages/core-react/src/Slider/Slider.types.ts",
|
|
56
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
56
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Slider/Slider.types.ts#L31"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "value",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The currently set value of the Slider.\nDefaults to the middle between min and max.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>(max < min) ? min : min + (max - min)/2;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
65
65
|
"defaultValue": "(max < min) ? min : min + (max - min)/2;",
|
|
66
66
|
"sourceFile": "packages/core-react/src/Slider/Slider.types.ts",
|
|
67
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
67
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Slider/Slider.types.ts#L38"
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"description": ""
|