@procore/core-react 10.20.0-rc.93 → 10.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/dist/esm/components/FileSelect/FileSelect.types.d.ts +17 -60
- package/dist/esm/components/Tree/Tree.js +3 -3
- package/dist/esm/components/Tree/Tree.js.map +1 -1
- package/dist/esm/components/Tree/Tree.styles.d.ts +1 -0
- package/dist/esm/components/Tree/Tree.styles.js +4 -2
- package/dist/esm/components/Tree/Tree.styles.js.map +1 -1
- package/dist/props/FileSelect.json +1 -1
- package/dist/props/allProps.json +37 -37
- package/dist/typedoc/components/Avatar/Avatar.types.json +198 -0
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +226 -0
- package/dist/typedoc/components/Badge/Badge.types.json +74 -0
- package/dist/typedoc/components/Banner/Banner.types.json +141 -0
- package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +84 -0
- package/dist/typedoc/components/Button/Button.types.json +124 -0
- package/dist/typedoc/components/Calendar/Calendar.types.json +846 -0
- package/dist/typedoc/components/Card/Card.types.json +69 -0
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +78 -0
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +98 -0
- package/dist/typedoc/components/DateInput/DateInput.types.json +376 -0
- package/dist/typedoc/components/DateSelect/DateSelect.types.json +138 -0
- package/dist/typedoc/components/Dropdown/Dropdown.types.json +366 -0
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +358 -0
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +498 -0
- package/dist/typedoc/components/EmptyState/EmptyState.types.json +172 -0
- package/dist/typedoc/components/FileList/FileList.types.json +38 -0
- package/dist/typedoc/components/FileSelect/FileSelect.types.json +264 -0
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +215 -0
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +148 -0
- package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +169 -0
- package/dist/typedoc/components/Font/Font.types.json +78 -0
- package/dist/typedoc/components/Form/Form.types.json +6870 -0
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +520 -0
- package/dist/typedoc/components/Icon/Icon.types.json +114 -0
- package/dist/typedoc/components/Input/Input.types.json +29 -0
- package/dist/typedoc/components/Link/Link.types.json +48 -0
- package/dist/typedoc/components/Menu/Menu.types.json +717 -0
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +732 -0
- package/dist/typedoc/components/Modal/Modal.types.json +302 -0
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +298 -0
- package/dist/typedoc/components/Notation/Notation.types.json +48 -0
- package/dist/typedoc/components/NumberInput/NumberInput.types.json +288 -0
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +188 -0
- package/dist/typedoc/components/Pagination/Pagination.types.json +89 -0
- package/dist/typedoc/components/Panel/Panel.types.json +208 -0
- package/dist/typedoc/components/Pill/Pill.types.json +18 -0
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +486 -0
- package/dist/typedoc/components/Popover/Popover.types.json +104 -0
- package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +58 -0
- package/dist/typedoc/components/RadioButton/RadioButton.types.json +68 -0
- package/dist/typedoc/components/Required/Required.types.json +58 -0
- package/dist/typedoc/components/Search/Search.types.json +233 -0
- package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +221 -0
- package/dist/typedoc/components/Select/Select.types.json +330 -0
- package/dist/typedoc/components/Slider/Slider.types.json +68 -0
- package/dist/typedoc/components/Spinner/Spinner.types.json +89 -0
- package/dist/typedoc/components/Switch/Switch.types.json +38 -0
- package/dist/typedoc/components/Table/Table.types.json +1033 -0
- package/dist/typedoc/components/Tabs/Tabs.types.json +157 -0
- package/dist/typedoc/components/TextArea/TextArea.types.json +39 -0
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +79 -0
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +128 -0
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +424 -0
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +278 -0
- package/dist/typedoc/components/Tile/Tile.types.json +338 -0
- package/dist/typedoc/components/Toast/Toast.types.json +48 -0
- package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +38 -0
- package/dist/typedoc/components/Token/Token.types.json +125 -0
- package/dist/typedoc/components/Tooltip/Tooltip.types.json +144 -0
- package/dist/typedoc/components/Tree/Tree.types.json +1271 -0
- package/dist/typedoc/components/Typeahead/Typeahead.types.json +28 -0
- package/dist/typedoc/components/Typography/Typography.types.json +88 -0
- package/dist/typedoc/layouts/Box/Box.types.json +742 -0
- package/dist/typedoc/layouts/DetailPage/DetailPage.json +124 -0
- package/dist/typedoc/layouts/Flex/Flex.types.json +268 -0
- package/dist/typedoc/layouts/FlexList/FlexList.types.json +298 -0
- package/dist/typedoc/layouts/Grid/Grid.json +120 -0
- package/dist/typedoc/layouts/IconLayout/IconLayout.json +1 -0
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +48 -0
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +115 -0
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +48 -0
- package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +105 -0
- package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +90 -0
- package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +95 -0
- package/dist/typedoc/utils/types.json +38 -0
- package/package.json +9 -7
- package/storybook-static/0.25cdfc54d577d52c1c6b.manager.bundle.js +1 -0
- package/storybook-static/0.66071c6b.iframe.bundle.js +1 -0
- package/storybook-static/1.cb03d9ea.iframe.bundle.js +3 -0
- package/storybook-static/{1.f604ac3e.iframe.bundle.js.LICENSE.txt → 1.cb03d9ea.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/1.cb03d9ea.iframe.bundle.js.map +1 -0
- package/storybook-static/2.e3f1ddbd.iframe.bundle.js +1 -0
- package/storybook-static/4.ca3fc33a26ad8acaa0cf.manager.bundle.js +2 -0
- package/storybook-static/{4.37d215da3480ddf79684.manager.bundle.js.LICENSE.txt → 4.ca3fc33a26ad8acaa0cf.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/5.c7334e99bca309dc0f6b.manager.bundle.js +1 -0
- package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js → 6.8684078c90624aaf5c12.manager.bundle.js} +2 -2
- package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js.LICENSE.txt → 6.8684078c90624aaf5c12.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/7.2d596a64.iframe.bundle.js +3 -0
- package/storybook-static/{7.be450f50.iframe.bundle.js.LICENSE.txt → 7.2d596a64.iframe.bundle.js.LICENSE.txt} +1 -1
- package/storybook-static/7.2d596a64.iframe.bundle.js.map +1 -0
- package/storybook-static/{7.5bf306f93261894e2733.manager.bundle.js → 7.5dd8b1d63c6ccb2b7d4f.manager.bundle.js} +1 -1
- package/storybook-static/{8.38854c3a6e86288d54cc.manager.bundle.js → 8.9c2959b68dd6b32c4949.manager.bundle.js} +1 -1
- package/storybook-static/8.a80b4344.iframe.bundle.js +1 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.01bf0da23679c71a30ae.manager.bundle.js +1 -0
- package/storybook-static/{main.1de6ae75.iframe.bundle.js → main.8bf17d1f.iframe.bundle.js} +1 -1
- package/storybook-static/{runtime~main.3937db5d0c29ffeb9085.manager.bundle.js → runtime~main.f7aa4e9b5144dc1a277f.manager.bundle.js} +1 -1
- package/storybook-static/{runtime~main.ab98e1f1.iframe.bundle.js → runtime~main.f83a03f8.iframe.bundle.js} +1 -1
- package/storybook-static/vendors~main.9381682917547df19d6c.manager.bundle.js +2 -0
- package/storybook-static/{vendors~main.3cce118bc9035e221837.manager.bundle.js.LICENSE.txt → vendors~main.9381682917547df19d6c.manager.bundle.js.LICENSE.txt} +0 -6
- package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js +3 -0
- package/storybook-static/{vendors~main.484f0d61.iframe.bundle.js.LICENSE.txt → vendors~main.d8755a0a.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js.map +1 -0
- package/tsconfig.json +6 -0
- package/tsconfig.prod.json +1 -1
- package/typedoc.js +1 -1
- package/typedoc.ts +187 -0
- package/storybook-static/0.41e28a0bb94d5e5489a5.manager.bundle.js +0 -1
- package/storybook-static/0.b4bb1ac1.iframe.bundle.js +0 -1
- package/storybook-static/1.f604ac3e.iframe.bundle.js +0 -3
- package/storybook-static/1.f604ac3e.iframe.bundle.js.map +0 -1
- package/storybook-static/2.127b3eae.iframe.bundle.js +0 -1
- package/storybook-static/4.37d215da3480ddf79684.manager.bundle.js +0 -2
- package/storybook-static/5.81000771920a22421f7b.manager.bundle.js +0 -1
- package/storybook-static/7.be450f50.iframe.bundle.js +0 -3
- package/storybook-static/7.be450f50.iframe.bundle.js.map +0 -1
- package/storybook-static/8.8a74f8ce.iframe.bundle.js +0 -1
- package/storybook-static/main.2ac4adfe9a439a3c1992.manager.bundle.js +0 -1
- package/storybook-static/vendors~main.3cce118bc9035e221837.manager.bundle.js +0 -2
- package/storybook-static/vendors~main.484f0d61.iframe.bundle.js +0 -3
- package/storybook-static/vendors~main.484f0d61.iframe.bundle.js.map +0 -1
- package/tsconfig.dev.json +0 -4
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
{
|
|
2
|
+
"DateInputApi": {
|
|
3
|
+
"name": "DateInputApi",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "day",
|
|
7
|
+
"required": true,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
10
|
+
"description": "",
|
|
11
|
+
"descriptionHtml": "",
|
|
12
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L30"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "hasValues",
|
|
17
|
+
"required": true,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
20
|
+
"description": "",
|
|
21
|
+
"descriptionHtml": "",
|
|
22
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L31"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "month",
|
|
27
|
+
"required": true,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
30
|
+
"description": "",
|
|
31
|
+
"descriptionHtml": "",
|
|
32
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L32"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "year",
|
|
37
|
+
"required": true,
|
|
38
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
40
|
+
"description": "",
|
|
41
|
+
"descriptionHtml": "",
|
|
42
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L36"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "clear",
|
|
47
|
+
"required": true,
|
|
48
|
+
"type": "Function",
|
|
49
|
+
"typeDetail": "clear<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
50
|
+
"description": "",
|
|
51
|
+
"descriptionHtml": "",
|
|
52
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L29"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "setDay",
|
|
57
|
+
"required": true,
|
|
58
|
+
"type": "Function",
|
|
59
|
+
"typeDetail": "set<wbr/>Day<span class=\"tsd-signature-symbol\">(</span>value<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
60
|
+
"description": "",
|
|
61
|
+
"descriptionHtml": "",
|
|
62
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L33"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "setMonth",
|
|
67
|
+
"required": true,
|
|
68
|
+
"type": "Function",
|
|
69
|
+
"typeDetail": "set<wbr/>Month<span class=\"tsd-signature-symbol\">(</span>value<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
70
|
+
"description": "",
|
|
71
|
+
"descriptionHtml": "",
|
|
72
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L34"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "setYear",
|
|
77
|
+
"required": true,
|
|
78
|
+
"type": "Function",
|
|
79
|
+
"typeDetail": "set<wbr/>Year<span class=\"tsd-signature-symbol\">(</span>value<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
80
|
+
"description": "",
|
|
81
|
+
"descriptionHtml": "",
|
|
82
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L35"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"description": ""
|
|
87
|
+
},
|
|
88
|
+
"DateInputConfig": {
|
|
89
|
+
"name": "DateInputConfig",
|
|
90
|
+
"properties": [
|
|
91
|
+
{
|
|
92
|
+
"name": "log",
|
|
93
|
+
"required": false,
|
|
94
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
95
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
96
|
+
"description": "",
|
|
97
|
+
"descriptionHtml": "",
|
|
98
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L25"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "value",
|
|
103
|
+
"required": false,
|
|
104
|
+
"type": "<span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Date</span>",
|
|
105
|
+
"typeDetail": "<span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Date</span>",
|
|
106
|
+
"description": "",
|
|
107
|
+
"descriptionHtml": "",
|
|
108
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L24"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "onChange",
|
|
113
|
+
"required": true,
|
|
114
|
+
"type": "Function",
|
|
115
|
+
"typeDetail": "on<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>date<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Date</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
116
|
+
"description": "",
|
|
117
|
+
"descriptionHtml": "",
|
|
118
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L23"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"description": ""
|
|
123
|
+
},
|
|
124
|
+
"DateInputProps": {
|
|
125
|
+
"name": "DateInputProps",
|
|
126
|
+
"properties": [
|
|
127
|
+
{
|
|
128
|
+
"name": "children",
|
|
129
|
+
"required": false,
|
|
130
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
131
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
132
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
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
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
135
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "className",
|
|
139
|
+
"required": false,
|
|
140
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
141
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
142
|
+
"description": "Additional classNames",
|
|
143
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
144
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
145
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "clearRef",
|
|
149
|
+
"required": true,
|
|
150
|
+
"type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLButtonElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
151
|
+
"typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLButtonElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
152
|
+
"description": "",
|
|
153
|
+
"descriptionHtml": "",
|
|
154
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
155
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L54"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "disabled",
|
|
159
|
+
"required": false,
|
|
160
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
161
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
162
|
+
"description": "",
|
|
163
|
+
"descriptionHtml": "",
|
|
164
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
165
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L61"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "error",
|
|
169
|
+
"required": false,
|
|
170
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
171
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
172
|
+
"description": "Error variant",
|
|
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></dl></div>",
|
|
174
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
175
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L60"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "segmentRefs",
|
|
179
|
+
"required": false,
|
|
180
|
+
"type": "<span class=\"tsd-signature-symbol\">{ </span>segmentOne<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">; </span>segmentThree<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">; </span>segmentTwo<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\"> }</span>",
|
|
181
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">{ </span>segmentOne<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">; </span>segmentThree<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">; </span>segmentTwo<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\"> }</span>",
|
|
182
|
+
"description": "",
|
|
183
|
+
"descriptionHtml": "",
|
|
184
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
185
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L75"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "style",
|
|
189
|
+
"required": false,
|
|
190
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
191
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
192
|
+
"description": "Additional CSS styles",
|
|
193
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
194
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
195
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "tabIndex",
|
|
199
|
+
"required": false,
|
|
200
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
201
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
202
|
+
"description": "",
|
|
203
|
+
"descriptionHtml": "",
|
|
204
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
205
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L80"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "value",
|
|
209
|
+
"required": false,
|
|
210
|
+
"type": "<span class=\"tsd-signature-type\">Date</span>",
|
|
211
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Date</span>",
|
|
212
|
+
"description": "Date value for the input",
|
|
213
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Date value for the input</p>\n</div></div>",
|
|
214
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
215
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L84"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "variant",
|
|
219
|
+
"required": false,
|
|
220
|
+
"type": "<span class=\"tsd-signature-type\">DateInputVariant</span>",
|
|
221
|
+
"typeDetail": "<span class=\"tsd-signature-type\">DateInputVariant</span>",
|
|
222
|
+
"description": "",
|
|
223
|
+
"descriptionHtml": "",
|
|
224
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
225
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L85"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "onChange",
|
|
229
|
+
"required": false,
|
|
230
|
+
"type": "Function",
|
|
231
|
+
"typeDetail": "on<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>date<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Date</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
232
|
+
"description": "",
|
|
233
|
+
"descriptionHtml": "",
|
|
234
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
235
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L67"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "onChangeSegment",
|
|
239
|
+
"required": false,
|
|
240
|
+
"type": "Function",
|
|
241
|
+
"typeDetail": "on<wbr/>Change<wbr/>Segment<span class=\"tsd-signature-symbol\">(</span>type<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">SegmentType</a>, value<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
242
|
+
"description": "",
|
|
243
|
+
"descriptionHtml": "",
|
|
244
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
245
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L68"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "onClear",
|
|
249
|
+
"required": false,
|
|
250
|
+
"type": "Function",
|
|
251
|
+
"typeDetail": "on<wbr/>Clear<span class=\"tsd-signature-symbol\">(</span>e<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLButtonElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
252
|
+
"description": "",
|
|
253
|
+
"descriptionHtml": "",
|
|
254
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
255
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L74"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"description": ""
|
|
259
|
+
},
|
|
260
|
+
"DateSegmentProps": {
|
|
261
|
+
"name": "DateSegmentProps",
|
|
262
|
+
"properties": [
|
|
263
|
+
{
|
|
264
|
+
"name": "disabled",
|
|
265
|
+
"required": false,
|
|
266
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
267
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
268
|
+
"description": "",
|
|
269
|
+
"descriptionHtml": "",
|
|
270
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
271
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L9"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "maxLength",
|
|
275
|
+
"required": true,
|
|
276
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
277
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
278
|
+
"description": "",
|
|
279
|
+
"descriptionHtml": "",
|
|
280
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
281
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L10"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "maxValue",
|
|
285
|
+
"required": true,
|
|
286
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
287
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
288
|
+
"description": "",
|
|
289
|
+
"descriptionHtml": "",
|
|
290
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
291
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L11"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "minValue",
|
|
295
|
+
"required": true,
|
|
296
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
297
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
298
|
+
"description": "",
|
|
299
|
+
"descriptionHtml": "",
|
|
300
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
301
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L12"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "nextRef",
|
|
305
|
+
"required": false,
|
|
306
|
+
"type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
307
|
+
"typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
308
|
+
"description": "",
|
|
309
|
+
"descriptionHtml": "",
|
|
310
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
311
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L13"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "placeholder",
|
|
315
|
+
"required": true,
|
|
316
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
317
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
318
|
+
"description": "",
|
|
319
|
+
"descriptionHtml": "",
|
|
320
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
321
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L15"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "prevRef",
|
|
325
|
+
"required": false,
|
|
326
|
+
"type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
327
|
+
"typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
328
|
+
"description": "",
|
|
329
|
+
"descriptionHtml": "",
|
|
330
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
331
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L16"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "tabIndex",
|
|
335
|
+
"required": false,
|
|
336
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
337
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
338
|
+
"description": "",
|
|
339
|
+
"descriptionHtml": "",
|
|
340
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
341
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L17"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "type",
|
|
345
|
+
"required": true,
|
|
346
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">SegmentType</a>",
|
|
347
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"day"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"month"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"year"</span>",
|
|
348
|
+
"description": "",
|
|
349
|
+
"descriptionHtml": "",
|
|
350
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
351
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L18"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "value",
|
|
355
|
+
"required": false,
|
|
356
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
357
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
358
|
+
"description": "",
|
|
359
|
+
"descriptionHtml": "",
|
|
360
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
361
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L19"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "onChange",
|
|
365
|
+
"required": false,
|
|
366
|
+
"type": "Function",
|
|
367
|
+
"typeDetail": "on<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>value<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
368
|
+
"description": "",
|
|
369
|
+
"descriptionHtml": "",
|
|
370
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
371
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L14"
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"description": ""
|
|
375
|
+
}
|
|
376
|
+
}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
{
|
|
2
|
+
"DateSelectProps": {
|
|
3
|
+
"name": "DateSelectProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "beforeHide",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
10
|
+
"description": "<div>\n The callback to run before the overlay is hidden. Returning\n <Code>false</Code> will prevent hiding.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock>",
|
|
11
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n The callback to run before the overlay is hidden. Returning\n <Code>false</Code> will prevent hiding.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock></div></div>",
|
|
12
|
+
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L39"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "beforeShow",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
20
|
+
"description": "<div>\n The callback to run before the overlay is shown. Returning\n <Code>false</Code> will prevent showing.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock>",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n The callback to run before the overlay is shown. Returning\n <Code>false</Code> will prevent showing.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock></div></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L47"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "className",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
30
|
+
"description": "Additional classNames",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "disabled",
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
40
|
+
"description": "",
|
|
41
|
+
"descriptionHtml": "",
|
|
42
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L61"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "error",
|
|
47
|
+
"required": false,
|
|
48
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
49
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
50
|
+
"description": "Error variant",
|
|
51
|
+
"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></dl></div>",
|
|
52
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L60"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "tabIndex",
|
|
57
|
+
"required": false,
|
|
58
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
59
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
60
|
+
"description": "",
|
|
61
|
+
"descriptionHtml": "",
|
|
62
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L80"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "value",
|
|
67
|
+
"required": false,
|
|
68
|
+
"type": "<span class=\"tsd-signature-type\">Date</span>",
|
|
69
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Date</span>",
|
|
70
|
+
"description": "",
|
|
71
|
+
"descriptionHtml": "",
|
|
72
|
+
"sourceFile": "packages/core-react/src/components/DateSelect/DateSelect.types.ts",
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateSelect/DateSelect.types.ts#L31"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "variant",
|
|
77
|
+
"required": false,
|
|
78
|
+
"type": "<span class=\"tsd-signature-type\">DateInputVariant</span>",
|
|
79
|
+
"typeDetail": "<span class=\"tsd-signature-type\">DateInputVariant</span>",
|
|
80
|
+
"description": "",
|
|
81
|
+
"descriptionHtml": "",
|
|
82
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L85"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "afterHide",
|
|
87
|
+
"required": false,
|
|
88
|
+
"type": "Function",
|
|
89
|
+
"typeDetail": "after<wbr/>Hide<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
90
|
+
"description": "",
|
|
91
|
+
"descriptionHtml": "",
|
|
92
|
+
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/state/Visibility.tsx#L6"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "afterShow",
|
|
97
|
+
"required": false,
|
|
98
|
+
"type": "Function",
|
|
99
|
+
"typeDetail": "after<wbr/>Show<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
100
|
+
"description": "",
|
|
101
|
+
"descriptionHtml": "",
|
|
102
|
+
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/state/Visibility.tsx#L7"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "disabledDate",
|
|
107
|
+
"required": false,
|
|
108
|
+
"type": "Function",
|
|
109
|
+
"typeDetail": "disabled<wbr/>Date<span class=\"tsd-signature-symbol\">(</span>date<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Date</span>, today<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Date</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
110
|
+
"description": "",
|
|
111
|
+
"descriptionHtml": "",
|
|
112
|
+
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
113
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L27"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "onChange",
|
|
117
|
+
"required": false,
|
|
118
|
+
"type": "Function",
|
|
119
|
+
"typeDetail": "on<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>date<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Date</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
120
|
+
"description": "",
|
|
121
|
+
"descriptionHtml": "",
|
|
122
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L67"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "onClear",
|
|
127
|
+
"required": false,
|
|
128
|
+
"type": "Function",
|
|
129
|
+
"typeDetail": "on<wbr/>Clear<span class=\"tsd-signature-symbol\">(</span>e<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLButtonElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
130
|
+
"description": "",
|
|
131
|
+
"descriptionHtml": "",
|
|
132
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L74"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"description": ""
|
|
137
|
+
}
|
|
138
|
+
}
|