@procore/core-react 10.21.1-rc.2 → 10.21.1-rc.21
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/esm/components/DateSelect/DateSelect.d.ts +1 -1
- package/dist/esm/components/DateSelect/DateSelect.js +1 -1
- package/dist/esm/components/Dropdown/Dropdown.js +1 -1
- package/dist/esm/components/FileList/FileList.d.ts +1 -1
- package/dist/esm/components/FileList/FileList.js +1 -1
- package/dist/esm/components/Icon/Icon.d.ts +2 -0
- package/dist/esm/components/Icon/Icon.js +2 -0
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Input/Input.d.ts +3 -0
- package/dist/esm/components/Input/Input.js +3 -0
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/Menu/Menu.d.ts +1 -1
- package/dist/esm/components/Menu/Menu.js +1 -1
- package/dist/esm/components/MenuImperative/MenuImperative.js +3 -0
- package/dist/esm/components/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/esm/components/MultiSelect/MultiSelect.d.ts +4 -0
- package/dist/esm/components/MultiSelect/MultiSelect.js +4 -0
- package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/esm/components/Notation/Notation.d.ts +2 -0
- package/dist/esm/components/Notation/Notation.js +4 -0
- package/dist/esm/components/Notation/Notation.js.map +1 -1
- package/dist/esm/components/OverlayTrigger/OverlayTrigger.d.ts +3 -0
- package/dist/esm/components/OverlayTrigger/OverlayTrigger.js +3 -0
- package/dist/esm/components/OverlayTrigger/OverlayTrigger.js.map +1 -1
- package/dist/esm/components/PillSelect/PillSelect.js +4 -4
- package/dist/esm/components/PillSelect/PillSelect.js.map +1 -1
- package/dist/esm/components/PillSelect/PillSelect.styles.d.ts +0 -1
- package/dist/esm/components/PillSelect/PillSelect.styles.js +5 -6
- package/dist/esm/components/PillSelect/PillSelect.styles.js.map +1 -1
- package/dist/esm/components/Popover/Popover.js +1 -1
- package/dist/esm/components/Portal/Portal.d.ts +3 -0
- package/dist/esm/components/Portal/Portal.js +3 -0
- package/dist/esm/components/Portal/Portal.js.map +1 -1
- package/dist/esm/components/Required/Required.d.ts +3 -0
- package/dist/esm/components/Required/Required.js +3 -0
- package/dist/esm/components/Required/Required.js.map +1 -1
- package/dist/esm/components/Select/Select.js +1 -1
- package/dist/esm/components/Table/Table.d.ts +3 -0
- package/dist/esm/components/Table/Table.js +3 -0
- package/dist/esm/components/Table/Table.js.map +1 -1
- package/dist/esm/components/TextArea/TextArea.d.ts +1 -1
- package/dist/esm/components/TextArea/TextArea.js +1 -1
- package/dist/esm/components/TextEditor/TextEditor.d.ts +1 -1
- package/dist/esm/components/TextEditor/TextEditor.js +1 -1
- package/dist/esm/components/TieredSelect/TieredSelect.d.ts +1 -1
- package/dist/esm/components/TieredSelect/TieredSelect.js +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js +1 -1
- package/dist/esm/components/Typeahead/Typeahead.d.ts +3 -0
- package/dist/esm/components/Typeahead/Typeahead.js +3 -0
- package/dist/esm/components/Typeahead/Typeahead.js.map +1 -1
- package/dist/esm/components/Typography/Typography.d.ts +3 -0
- package/dist/esm/components/Typography/Typography.js +3 -0
- package/dist/esm/components/Typography/Typography.js.map +1 -1
- package/dist/typedoc/components/Avatar/Avatar.types.json +22 -17
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -20
- package/dist/typedoc/components/Badge/Badge.types.json +6 -6
- package/dist/typedoc/components/Banner/Banner.types.json +12 -12
- package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
- package/dist/typedoc/components/Button/Button.types.json +11 -11
- package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
- package/dist/typedoc/components/Card/Card.types.json +8 -6
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +12 -9
- package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
- package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
- package/dist/typedoc/components/Dropdown/Dropdown.types.json +34 -34
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
- package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
- package/dist/typedoc/components/FileList/FileList.types.json +3 -3
- package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/typedoc/components/Font/Font.types.json +7 -7
- package/dist/typedoc/components/Form/Form.types.json +674 -664
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
- package/dist/typedoc/components/Icon/Icon.types.json +10 -10
- package/dist/typedoc/components/Input/Input.types.json +2 -2
- package/dist/typedoc/components/Link/Link.types.json +4 -4
- package/dist/typedoc/components/Menu/Menu.types.json +69 -67
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
- package/dist/typedoc/components/Modal/Modal.types.json +32 -27
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
- package/dist/typedoc/components/Notation/Notation.types.json +4 -4
- package/dist/typedoc/components/NumberInput/NumberInput.types.json +30 -25
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
- package/dist/typedoc/components/Pagination/Pagination.types.json +9 -8
- package/dist/typedoc/components/Panel/Panel.types.json +17 -17
- package/dist/typedoc/components/Pill/Pill.types.json +2 -1
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
- package/dist/typedoc/components/Popover/Popover.types.json +12 -9
- package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
- package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
- package/dist/typedoc/components/Required/Required.types.json +5 -5
- package/dist/typedoc/components/Search/Search.types.json +23 -21
- package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/typedoc/components/Select/Select.types.json +31 -31
- package/dist/typedoc/components/Slider/Slider.types.json +10 -6
- package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
- package/dist/typedoc/components/Switch/Switch.types.json +3 -3
- package/dist/typedoc/components/Table/Table.types.json +94 -94
- package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
- package/dist/typedoc/components/TextArea/TextArea.types.json +4 -3
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +8 -7
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
- package/dist/typedoc/components/Tile/Tile.types.json +30 -30
- package/dist/typedoc/components/Toast/Toast.types.json +4 -4
- package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/typedoc/components/Token/Token.types.json +12 -11
- package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
- package/dist/typedoc/components/Tree/Tree.types.json +85 -85
- package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
- package/dist/typedoc/components/Typography/Typography.types.json +8 -8
- package/dist/typedoc/deprecations.json +1 -0
- package/dist/typedoc/layouts/Box/Box.types.json +66 -66
- package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
- package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
- package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
- package/dist/typedoc/layouts/Grid/Grid.json +10 -10
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
- package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +9 -8
- package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
- package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
- package/dist/typedoc/utils/types.json +3 -3
- package/package.json +18 -15
- package/storybook-static/0.78a84bb5.iframe.bundle.js +1 -0
- package/storybook-static/{0.6e425a95d798c8732d42.manager.bundle.js → 0.f950b464d1fc37207e4c.manager.bundle.js} +1 -1
- package/storybook-static/1.51648541.iframe.bundle.js +3 -0
- package/storybook-static/{1.4d6deeb1.iframe.bundle.js.LICENSE.txt → 1.51648541.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/1.51648541.iframe.bundle.js.map +1 -0
- package/storybook-static/10.b9626d1b.iframe.bundle.js +3 -0
- package/storybook-static/{10.36111f47.iframe.bundle.js.LICENSE.txt → 10.b9626d1b.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/10.b9626d1b.iframe.bundle.js.map +1 -0
- package/storybook-static/{2.c862007b.iframe.bundle.js → 2.73ba6318.iframe.bundle.js} +1 -1
- package/storybook-static/4.334a5a1cc6d9cfd2a3ef.manager.bundle.js +2 -0
- package/storybook-static/{4.8c851bf5c7f2eb82dc3d.manager.bundle.js.LICENSE.txt → 4.334a5a1cc6d9cfd2a3ef.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/5.ddb741a4b86d3b19571f.manager.bundle.js +1 -0
- package/storybook-static/{6.c10a40ec35c7e3d1780a.manager.bundle.js → 6.88944915f82378974206.manager.bundle.js} +2 -2
- package/storybook-static/{6.c10a40ec35c7e3d1780a.manager.bundle.js.LICENSE.txt → 6.88944915f82378974206.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/7.053e9ee8.iframe.bundle.js +3 -0
- package/storybook-static/{7.2d596a64.iframe.bundle.js.LICENSE.txt → 7.053e9ee8.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/7.053e9ee8.iframe.bundle.js.map +1 -0
- package/storybook-static/{8.42c1ae3b.iframe.bundle.js → 8.2a782ffa.iframe.bundle.js} +1 -1
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.2610dfd3.iframe.bundle.js +1 -0
- package/storybook-static/{runtime~main.7673f4726ad6d5afe030.manager.bundle.js → runtime~main.a5bd6581fa2ada8d35f9.manager.bundle.js} +1 -1
- package/storybook-static/{runtime~main.bc98065a.iframe.bundle.js → runtime~main.b565c3f1.iframe.bundle.js} +1 -1
- package/storybook-static/vendors~main.39221b0f2c9f37bbbafb.manager.bundle.js +2 -0
- package/storybook-static/{vendors~main.ba9cc155b26044ee7c1e.manager.bundle.js.LICENSE.txt → vendors~main.39221b0f2c9f37bbbafb.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/vendors~main.cdcdda39.iframe.bundle.js +3 -0
- package/storybook-static/{vendors~main.1d39b76f.iframe.bundle.js.LICENSE.txt → vendors~main.cdcdda39.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/vendors~main.cdcdda39.iframe.bundle.js.map +1 -0
- package/typedoc.ts +44 -5
- package/dist/props/Avatar.json +0 -1
- package/dist/props/AvatarStack.json +0 -1
- package/dist/props/Badge.json +0 -1
- package/dist/props/Banner.json +0 -1
- package/dist/props/Box.json +0 -1
- package/dist/props/Breadcrumbs.json +0 -1
- package/dist/props/Button.json +0 -1
- package/dist/props/Calendar.json +0 -1
- package/dist/props/Card.json +0 -1
- package/dist/props/Checkbox.json +0 -1
- package/dist/props/ContactItem.json +0 -1
- package/dist/props/DateInput.json +0 -1
- package/dist/props/DateSelect.json +0 -1
- package/dist/props/DetailPage.json +0 -1
- package/dist/props/Dropdown.json +0 -1
- package/dist/props/DropdownFlyout.json +0 -1
- package/dist/props/Dropzone.json +0 -1
- package/dist/props/EmptyState.json +0 -1
- package/dist/props/FileList.json +0 -1
- package/dist/props/FileSelect.json +0 -1
- package/dist/props/Flex.json +0 -1
- package/dist/props/FlexList.json +0 -1
- package/dist/props/Font.json +0 -1
- package/dist/props/Form.json +0 -1
- package/dist/props/Grid.json +0 -1
- package/dist/props/GridSource.json +0 -1
- package/dist/props/GroupSelect.json +0 -1
- package/dist/props/Icon.json +0 -1
- package/dist/props/IconLayout.json +0 -1
- package/dist/props/Input.json +0 -1
- package/dist/props/LegacyDetailPage.json +0 -1
- package/dist/props/Link.json +0 -1
- package/dist/props/ListPage.json +0 -1
- package/dist/props/LocalSource.json +0 -1
- package/dist/props/Menu.json +0 -1
- package/dist/props/MenuImperative.json +0 -1
- package/dist/props/Modal.json +0 -1
- package/dist/props/MultiSelect.json +0 -1
- package/dist/props/NextDetailPage.json +0 -1
- package/dist/props/NextGrid.json +0 -1
- package/dist/props/Notation.json +0 -1
- package/dist/props/NumberInput.json +0 -1
- package/dist/props/OverlayTrigger.json +0 -1
- package/dist/props/PageLayout.json +0 -1
- package/dist/props/Pagination.json +0 -1
- package/dist/props/Panel.json +0 -1
- package/dist/props/Pill.json +0 -1
- package/dist/props/PillSelect.json +0 -1
- package/dist/props/Popover.json +0 -1
- package/dist/props/ProgressBar.json +0 -1
- package/dist/props/RadioButton.json +0 -1
- package/dist/props/Required.json +0 -1
- package/dist/props/Search.json +0 -1
- package/dist/props/SegmentedController.json +0 -1
- package/dist/props/Select.json +0 -1
- package/dist/props/Slider.json +0 -1
- package/dist/props/Spinner.json +0 -1
- package/dist/props/Switch.json +0 -1
- package/dist/props/Table.json +0 -1
- package/dist/props/Tabs.json +0 -1
- package/dist/props/TextArea.json +0 -1
- package/dist/props/TextEditor.json +0 -1
- package/dist/props/Thumbnail.json +0 -1
- package/dist/props/TieredDropdown.json +0 -1
- package/dist/props/TieredSelect.json +0 -1
- package/dist/props/Tile.json +0 -1
- package/dist/props/Toast.json +0 -1
- package/dist/props/ToggleButton.json +0 -1
- package/dist/props/Token.json +0 -1
- package/dist/props/ToolHeader.json +0 -1
- package/dist/props/Tooltip.json +0 -1
- package/dist/props/Tree.json +0 -1
- package/dist/props/TreeSource.json +0 -1
- package/dist/props/Typeahead.json +0 -1
- package/dist/props/Typography.json +0 -1
- package/dist/props/allProps.json +0 -107446
- package/dist/props/utils.json +0 -1
- package/storybook-static/0.7ce97d20.iframe.bundle.js +0 -1
- package/storybook-static/1.4d6deeb1.iframe.bundle.js +0 -3
- package/storybook-static/1.4d6deeb1.iframe.bundle.js.map +0 -1
- package/storybook-static/10.36111f47.iframe.bundle.js +0 -3
- package/storybook-static/10.36111f47.iframe.bundle.js.map +0 -1
- package/storybook-static/4.8c851bf5c7f2eb82dc3d.manager.bundle.js +0 -2
- package/storybook-static/5.44d8a5f98a1290fa8467.manager.bundle.js +0 -1
- package/storybook-static/7.2d596a64.iframe.bundle.js +0 -3
- package/storybook-static/7.2d596a64.iframe.bundle.js.map +0 -1
- package/storybook-static/main.dcfde57c.iframe.bundle.js +0 -1
- package/storybook-static/vendors~main.1d39b76f.iframe.bundle.js +0 -3
- package/storybook-static/vendors~main.1d39b76f.iframe.bundle.js.map +0 -1
- package/storybook-static/vendors~main.ba9cc155b26044ee7c1e.manager.bundle.js +0 -2
- package/typedoc.js +0 -136
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L40"
|
|
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/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L45"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "level",
|
|
@@ -30,8 +30,9 @@
|
|
|
30
30
|
"description": "The card level for determining the shadow",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The card level for determining the shadow</p>\n</div><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>level</code> prop has been deprecated and will be removed in a future version.\nPlease use the <code>shadowStrength</code> prop instead.</p>\n<p><strong>Before</strong></p>\n<Card level={20} />\n\n<p><strong>After</strong></p>\n<Card shadowStrength={2} />\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
32
|
"deprecated": "\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",
|
|
33
|
+
"deprecatedSince": "10.20.0",
|
|
33
34
|
"sourceFile": "packages/core-react/src/components/Card/Card.types.ts",
|
|
34
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
35
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Card/Card.types.ts#L32"
|
|
35
36
|
},
|
|
36
37
|
{
|
|
37
38
|
"name": "shadowStrength",
|
|
@@ -40,8 +41,9 @@
|
|
|
40
41
|
"typeDetail": "<span class=\"tsd-signature-type\">0</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">1</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">2</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">3</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">4</span>",
|
|
41
42
|
"description": "Determines shadow strength",
|
|
42
43
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Determines shadow strength</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>",
|
|
44
|
+
"defaultValue": "1",
|
|
43
45
|
"sourceFile": "packages/core-react/src/components/Card/Card.types.ts",
|
|
44
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
46
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Card/Card.types.ts#L39"
|
|
45
47
|
},
|
|
46
48
|
{
|
|
47
49
|
"name": "style",
|
|
@@ -51,7 +53,7 @@
|
|
|
51
53
|
"description": "Additional CSS styles",
|
|
52
54
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
53
55
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
54
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
56
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L50"
|
|
55
57
|
},
|
|
56
58
|
{
|
|
57
59
|
"name": "variant",
|
|
@@ -61,7 +63,7 @@
|
|
|
61
63
|
"description": "The card variant",
|
|
62
64
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The card variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
63
65
|
"sourceFile": "packages/core-react/src/components/Card/Card.types.ts",
|
|
64
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
66
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Card/Card.types.ts#L44"
|
|
65
67
|
}
|
|
66
68
|
],
|
|
67
69
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Checked state of the checkbox",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Checked state of the checkbox</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/components/Checkbox/Checkbox.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L9"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "children",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "The contents of the checkbox label",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The contents of the checkbox label</p>\n</div><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/components/Checkbox/Checkbox.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L14"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "className",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional classNames",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</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/components/Checkbox/Checkbox.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L19"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "disabled",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Disabled state of the checkbox",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Disabled state of the checkbox</p>\n</div><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/components/Checkbox/Checkbox.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L24"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "error",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "Error state of the checkbox",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error state of the checkbox</p>\n</div><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/components/Checkbox/Checkbox.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L29"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "indeterminate",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "Indeterminate state of the checkbox",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Indeterminate state of the checkbox</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/components/Checkbox/Checkbox.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L34"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "style",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "Additional CSS styles",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L50"
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L40"
|
|
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/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L45"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "clickable",
|
|
@@ -29,8 +29,9 @@
|
|
|
29
29
|
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
30
30
|
"description": "Is the contact item clickable",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is the contact item clickable</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
|
+
"defaultValue": "false",
|
|
32
33
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
34
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L36"
|
|
34
35
|
},
|
|
35
36
|
{
|
|
36
37
|
"name": "disabled",
|
|
@@ -39,8 +40,9 @@
|
|
|
39
40
|
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
40
41
|
"description": "Is the contact item disabled",
|
|
41
42
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is the contact item disabled</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
43
|
+
"defaultValue": "false",
|
|
42
44
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
45
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L30"
|
|
44
46
|
},
|
|
45
47
|
{
|
|
46
48
|
"name": "icon",
|
|
@@ -50,7 +52,7 @@
|
|
|
50
52
|
"description": "The icon to display",
|
|
51
53
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The icon to display</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
54
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
55
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L14"
|
|
54
56
|
},
|
|
55
57
|
{
|
|
56
58
|
"name": "imageUrl",
|
|
@@ -60,7 +62,7 @@
|
|
|
60
62
|
"description": "The avatar rich media url",
|
|
61
63
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The avatar rich media url</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
64
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
65
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L9"
|
|
64
66
|
},
|
|
65
67
|
{
|
|
66
68
|
"name": "initials",
|
|
@@ -70,7 +72,7 @@
|
|
|
70
72
|
"description": "Avatar text label",
|
|
71
73
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar text label</p>\n</div></div>",
|
|
72
74
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L18"
|
|
74
76
|
},
|
|
75
77
|
{
|
|
76
78
|
"name": "selected",
|
|
@@ -79,8 +81,9 @@
|
|
|
79
81
|
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
80
82
|
"description": "Is the contact item selected",
|
|
81
83
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is the contact item selected</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
84
|
+
"defaultValue": "false",
|
|
82
85
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
86
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L24"
|
|
84
87
|
},
|
|
85
88
|
{
|
|
86
89
|
"name": "style",
|
|
@@ -90,7 +93,7 @@
|
|
|
90
93
|
"description": "Additional CSS styles",
|
|
91
94
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
92
95
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
96
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L50"
|
|
94
97
|
}
|
|
95
98
|
],
|
|
96
99
|
"description": ""
|
|
@@ -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/components/DateInput/DateInput.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L78"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "hasValues",
|
|
@@ -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/components/DateInput/DateInput.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L82"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "month",
|
|
@@ -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/components/DateInput/DateInput.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L86"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "year",
|
|
@@ -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/components/DateInput/DateInput.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L102"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "clear",
|
|
@@ -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/components/DateInput/DateInput.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L74"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "setDay",
|
|
@@ -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>10.19.0</p>\n</dd></dl></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L90"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "setMonth",
|
|
@@ -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/components/DateInput/DateInput.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L94"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "setYear",
|
|
@@ -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/components/DateInput/DateInput.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L98"
|
|
84
84
|
}
|
|
85
85
|
],
|
|
86
86
|
"description": ""
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"description": "",
|
|
97
97
|
"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>",
|
|
98
98
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
99
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L67"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"name": "value",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"description": "",
|
|
107
107
|
"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>",
|
|
108
108
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
109
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L63"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
"name": "onChange",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"description": "",
|
|
117
117
|
"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>",
|
|
118
118
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
119
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L59"
|
|
120
120
|
}
|
|
121
121
|
],
|
|
122
122
|
"description": ""
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
133
133
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
134
134
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
135
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
135
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L40"
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
"name": "className",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"description": "Additional classNames",
|
|
143
143
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
144
144
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
145
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
145
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L45"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"name": "clearRef",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"description": "",
|
|
153
153
|
"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>",
|
|
154
154
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
155
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
155
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L132"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"name": "disabled",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"description": "",
|
|
163
163
|
"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>",
|
|
164
164
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
165
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
165
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L143"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"name": "error",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"description": "Error variant",
|
|
173
173
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error variant</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>",
|
|
174
174
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
175
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
175
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L139"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"name": "segmentRefs",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"description": "",
|
|
183
183
|
"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>",
|
|
184
184
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
185
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
185
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L165"
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"name": "style",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"description": "Additional CSS styles",
|
|
193
193
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
194
194
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
195
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
195
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L50"
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
"name": "tabIndex",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"description": "",
|
|
203
203
|
"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>",
|
|
204
204
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
205
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
205
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L173"
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"name": "value",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"description": "Date value for the input",
|
|
213
213
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Date value for the input</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
214
214
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
215
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
215
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L178"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"name": "variant",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"description": "",
|
|
223
223
|
"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>",
|
|
224
224
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
225
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
225
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L182"
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
228
|
"name": "onChange",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"description": "",
|
|
233
233
|
"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>",
|
|
234
234
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
235
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
235
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L150"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
"name": "onChangeSegment",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"description": "",
|
|
243
243
|
"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>",
|
|
244
244
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
245
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
245
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L154"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"name": "onClear",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"description": "",
|
|
253
253
|
"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>",
|
|
254
254
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
255
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
255
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L161"
|
|
256
256
|
}
|
|
257
257
|
],
|
|
258
258
|
"description": ""
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"description": "",
|
|
269
269
|
"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>",
|
|
270
270
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
271
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
271
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L12"
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
274
|
"name": "maxLength",
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"description": "",
|
|
279
279
|
"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>",
|
|
280
280
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
281
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
281
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L16"
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"name": "maxValue",
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"description": "",
|
|
289
289
|
"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>",
|
|
290
290
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
291
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
291
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L20"
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
"name": "minValue",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"description": "",
|
|
299
299
|
"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>",
|
|
300
300
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
301
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
301
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L24"
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
304
|
"name": "nextRef",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"description": "",
|
|
309
309
|
"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>",
|
|
310
310
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
311
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
311
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L28"
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"name": "placeholder",
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"description": "",
|
|
319
319
|
"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>",
|
|
320
320
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
321
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
321
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L36"
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
324
|
"name": "prevRef",
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"description": "",
|
|
329
329
|
"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>",
|
|
330
330
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
331
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
331
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L40"
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"name": "tabIndex",
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"description": "",
|
|
339
339
|
"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>",
|
|
340
340
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
341
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
341
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L44"
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
344
|
"name": "type",
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"description": "",
|
|
349
349
|
"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>",
|
|
350
350
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
351
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
351
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L48"
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
"name": "value",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"description": "",
|
|
359
359
|
"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>",
|
|
360
360
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
361
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
361
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L52"
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
"name": "onChange",
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"description": "",
|
|
369
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
370
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
371
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
371
|
+
"sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/DateInput/DateInput.types.ts#L32"
|
|
372
372
|
}
|
|
373
373
|
],
|
|
374
374
|
"description": ""
|