@procore/core-react 10.26.1-rc.2 → 10.27.0-rc.1
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/.storybook/main.js +3 -0
- package/dist/esm/components/Panel/Panel.js +6 -1
- package/dist/esm/components/Panel/Panel.js.map +1 -1
- package/dist/esm/components/Tearsheet/Tearsheet.constants.d.ts +0 -6
- package/dist/esm/components/Tearsheet/Tearsheet.constants.js +0 -8
- package/dist/esm/components/Tearsheet/Tearsheet.constants.js.map +1 -1
- package/dist/esm/components/Tearsheet/Tearsheet.d.ts +2 -1
- package/dist/esm/components/Tearsheet/Tearsheet.js +39 -8
- package/dist/esm/components/Tearsheet/Tearsheet.js.map +1 -1
- package/dist/esm/components/Tearsheet/Tearsheet.styles.d.ts +10 -1
- package/dist/esm/components/Tearsheet/Tearsheet.styles.js +34 -20
- package/dist/esm/components/Tearsheet/Tearsheet.styles.js.map +1 -1
- package/dist/esm/components/Tearsheet/Tearsheet.types.d.ts +4 -0
- package/dist/esm/components/Tearsheet/storybook/PageLayoutDemo.d.ts +3 -1
- package/dist/esm/components/Tearsheet/storybook/PageLayoutDemo.js +3 -2
- package/dist/esm/components/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
- package/dist/esm/components/_storyHelpers_/actualizedIcons.d.ts +5 -0
- package/dist/esm/components/_storyHelpers_/actualizedIcons.js +14 -0
- package/dist/esm/components/_storyHelpers_/actualizedIcons.js.map +1 -0
- package/dist/esm/effects/EventRegistry.d.ts +5 -0
- package/dist/esm/effects/EventRegistry.js +17 -0
- package/dist/esm/effects/EventRegistry.js.map +1 -0
- package/dist/esm/layouts/PageLayout/PageLayout.d.ts +4 -3
- package/dist/esm/layouts/PageLayout/PageLayout.js +157 -60
- package/dist/esm/layouts/PageLayout/PageLayout.js.map +1 -1
- package/dist/esm/layouts/PageLayout/PageLayout.styles.d.ts +18 -3
- package/dist/esm/layouts/PageLayout/PageLayout.styles.js +62 -11
- package/dist/esm/layouts/PageLayout/PageLayout.styles.js.map +1 -1
- package/dist/esm/layouts/PageLayout/PageLayout.types.d.ts +1 -0
- package/dist/esm/layouts/PageLayout/PageLayout.utils.d.ts +14 -1
- package/dist/esm/layouts/PageLayout/PageLayout.utils.js +57 -14
- package/dist/esm/layouts/PageLayout/PageLayout.utils.js.map +1 -1
- package/dist/esm/utils/isIE11.js +3 -0
- package/dist/esm/utils/isIE11.js.map +1 -1
- package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
- 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 +6 -6
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -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 +9 -9
- 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 +684 -684
- 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 +67 -67
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
- package/dist/typedoc/components/Modal/Modal.types.json +27 -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 +25 -25
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
- package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
- package/dist/typedoc/components/Panel/Panel.types.json +17 -17
- package/dist/typedoc/components/Pill/Pill.types.json +1 -1
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
- package/dist/typedoc/components/Popover/Popover.types.json +9 -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 +21 -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 +6 -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/Tearsheet/Tearsheet.types.json +33 -7
- package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
- package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
- 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 +11 -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/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 +8 -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 -11
- package/storybook-static/144.b53cb6ed.iframe.bundle.js +1 -0
- package/storybook-static/18.d08cf475b7bd914bdb17.manager.bundle.js +2 -0
- package/storybook-static/{vendors~main.70021ef1c3c8d7d4d522.manager.bundle.js.LICENSE.txt → 18.d08cf475b7bd914bdb17.manager.bundle.js.LICENSE.txt} +0 -10
- package/storybook-static/321.49523b0d.iframe.bundle.js +1 -0
- package/storybook-static/338.e9493fea.iframe.bundle.js +2 -0
- package/storybook-static/{1.8900c817.iframe.bundle.js.LICENSE.txt → 338.e9493fea.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/356.d4be6e43cc2ff5189235.manager.bundle.js +1 -0
- package/storybook-static/371.a22e38b55122e8d83cb0.manager.bundle.js +2 -0
- package/storybook-static/{4.99500d5c358cd07ae6d2.manager.bundle.js.LICENSE.txt → 371.a22e38b55122e8d83cb0.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/389.ef1a70ec2e73029c8a72.manager.bundle.js +1 -0
- package/storybook-static/453.b8c14feb.iframe.bundle.js +1 -0
- package/storybook-static/560.aaac5005.iframe.bundle.js +2 -0
- package/storybook-static/{7.039812d0.iframe.bundle.js.LICENSE.txt → 560.aaac5005.iframe.bundle.js.LICENSE.txt} +0 -11
- package/storybook-static/590.d8e98a6a.iframe.bundle.js +2 -0
- package/storybook-static/{10.d4b00a21.iframe.bundle.js.LICENSE.txt → 590.d8e98a6a.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/611.ae3e8a89.iframe.bundle.js +1 -0
- package/storybook-static/631.d59bd3a8.iframe.bundle.js +1 -0
- package/storybook-static/864.fafef5ba6d72405aee65.manager.bundle.js +2 -0
- package/storybook-static/{6.325886746b4a4cf8e182.manager.bundle.js.LICENSE.txt → 864.fafef5ba6d72405aee65.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/897.d7ca50ca.iframe.bundle.js +1 -0
- package/storybook-static/938.ee28e445be5b288fe0bd.manager.bundle.js +1 -0
- package/storybook-static/950.51b23ee52344fdbf713e.manager.bundle.js +1 -0
- package/storybook-static/951.c8a173e6.iframe.bundle.js +2 -0
- package/storybook-static/{vendors~main.02143f8a.iframe.bundle.js.LICENSE.txt → 951.c8a173e6.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.20eb0896cf6e55c19d11.manager.bundle.js +1 -0
- package/storybook-static/main.e35c4501.iframe.bundle.js +1 -0
- package/storybook-static/runtime~main.10e5e171.iframe.bundle.js +1 -0
- package/storybook-static/runtime~main.db707d588a1ffe15001b.manager.bundle.js +1 -0
- package/storybook-static/0.a3f2bf203a357298e207.manager.bundle.js +0 -1
- package/storybook-static/0.cb21e199.iframe.bundle.js +0 -1
- package/storybook-static/1.8900c817.iframe.bundle.js +0 -3
- package/storybook-static/1.8900c817.iframe.bundle.js.map +0 -1
- package/storybook-static/10.d4b00a21.iframe.bundle.js +0 -3
- package/storybook-static/10.d4b00a21.iframe.bundle.js.map +0 -1
- package/storybook-static/11.d2db3258.iframe.bundle.js +0 -1
- package/storybook-static/2.d42f0e00.iframe.bundle.js +0 -1
- package/storybook-static/3.a562b902.iframe.bundle.js +0 -1
- package/storybook-static/4.99500d5c358cd07ae6d2.manager.bundle.js +0 -2
- package/storybook-static/5.219c8d59bf3932054639.manager.bundle.js +0 -1
- package/storybook-static/6.325886746b4a4cf8e182.manager.bundle.js +0 -2
- package/storybook-static/7.039812d0.iframe.bundle.js +0 -3
- package/storybook-static/7.039812d0.iframe.bundle.js.map +0 -1
- package/storybook-static/7.d676ded8d84e3955eeb4.manager.bundle.js +0 -1
- package/storybook-static/8.19e4b612.iframe.bundle.js +0 -1
- package/storybook-static/8.7605581e3a5a6b73695e.manager.bundle.js +0 -1
- package/storybook-static/9.d7369b34.iframe.bundle.js +0 -1
- package/storybook-static/main.47861e3fd3c7f6b9a520.manager.bundle.js +0 -1
- package/storybook-static/main.719c57e7.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.d86d75fbadb211ff8418.manager.bundle.js +0 -1
- package/storybook-static/runtime~main.efe23db0.iframe.bundle.js +0 -1
- package/storybook-static/vendors~main.02143f8a.iframe.bundle.js +0 -3
- package/storybook-static/vendors~main.02143f8a.iframe.bundle.js.map +0 -1
- package/storybook-static/vendors~main.70021ef1c3c8d7d4d522.manager.bundle.js +0 -2
|
@@ -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/82799fd49/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/82799fd49/packages/core-react/src/utils/types.ts#L45"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "level",
|
|
@@ -32,7 +32,7 @@
|
|
|
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
33
|
"deprecatedSince": "10.20.0",
|
|
34
34
|
"sourceFile": "packages/core-react/src/components/Card/Card.types.ts",
|
|
35
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
35
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/components/Card/Card.types.ts#L32"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"name": "shadowStrength",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
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
44
|
"defaultValue": "1",
|
|
45
45
|
"sourceFile": "packages/core-react/src/components/Card/Card.types.ts",
|
|
46
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
46
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/components/Card/Card.types.ts#L39"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"name": "style",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"description": "Additional CSS styles",
|
|
54
54
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
55
55
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
56
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
56
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/utils/types.ts#L50"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "variant",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"description": "The card variant",
|
|
64
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>",
|
|
65
65
|
"sourceFile": "packages/core-react/src/components/Card/Card.types.ts",
|
|
66
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
66
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/components/Card/Card.types.ts#L44"
|
|
67
67
|
}
|
|
68
68
|
],
|
|
69
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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/packages/core-react/src/utils/types.ts#L45"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "clickable",
|
|
@@ -31,7 +31,7 @@
|
|
|
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
32
|
"defaultValue": "false",
|
|
33
33
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
34
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
34
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L36"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"name": "disabled",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
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
43
|
"defaultValue": "false",
|
|
44
44
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
45
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
45
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L30"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "icon",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"description": "The icon to display",
|
|
53
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>",
|
|
54
54
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
55
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
55
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L14"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"name": "imageUrl",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"description": "The avatar rich media url",
|
|
63
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>",
|
|
64
64
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
65
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
65
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L9"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"name": "initials",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"description": "Avatar text label",
|
|
73
73
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar text label</p>\n</div></div>",
|
|
74
74
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
75
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L18"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"name": "selected",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
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
84
|
"defaultValue": "false",
|
|
85
85
|
"sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
|
|
86
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
86
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L24"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"name": "style",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"description": "Additional CSS styles",
|
|
94
94
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
95
95
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
96
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
96
|
+
"sourceUrl": "https://github.com/procore/core/blob/82799fd49/packages/core-react/src/utils/types.ts#L50"
|
|
97
97
|
}
|
|
98
98
|
],
|
|
99
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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/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/82799fd49/packages/core-react/src/components/DateInput/DateInput.types.ts#L32"
|
|
372
372
|
}
|
|
373
373
|
],
|
|
374
374
|
"description": ""
|