@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,1033 @@
|
|
|
1
|
+
{
|
|
2
|
+
"BodyCellProps": {
|
|
3
|
+
"name": "BodyCellProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "children",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
10
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
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
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "className",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
20
|
+
"description": "Additional classNames",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "snugfit",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
30
|
+
"description": "Shrink the cell around the contents",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shrink the cell around the contents</p>\n</div></div>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L20"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "style",
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
40
|
+
"description": "Additional CSS styles",
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
42
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "variant",
|
|
47
|
+
"required": false,
|
|
48
|
+
"type": "<span class=\"tsd-signature-type\">TableCellVariant</span>",
|
|
49
|
+
"typeDetail": "<span class=\"tsd-signature-type\">TableCellVariant</span>",
|
|
50
|
+
"description": "The table body cell variant",
|
|
51
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The table body cell variant</p>\n</div></div>",
|
|
52
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L25"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"description": ""
|
|
57
|
+
},
|
|
58
|
+
"BodyRowProps": {
|
|
59
|
+
"name": "BodyRowProps",
|
|
60
|
+
"properties": [
|
|
61
|
+
{
|
|
62
|
+
"name": "children",
|
|
63
|
+
"required": false,
|
|
64
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
65
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
66
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
67
|
+
"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>",
|
|
68
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "className",
|
|
73
|
+
"required": false,
|
|
74
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
75
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
76
|
+
"description": "Additional classNames",
|
|
77
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
78
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "overdue",
|
|
83
|
+
"required": false,
|
|
84
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
85
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
86
|
+
"description": "Sets row text color to red to signify overdue items",
|
|
87
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets row text color to red to signify overdue items</p>\n</div></div>",
|
|
88
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L34"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "style",
|
|
93
|
+
"required": false,
|
|
94
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
95
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
96
|
+
"description": "Additional CSS styles",
|
|
97
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
98
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"description": ""
|
|
103
|
+
},
|
|
104
|
+
"CaratProps": {
|
|
105
|
+
"name": "CaratProps",
|
|
106
|
+
"properties": [
|
|
107
|
+
{
|
|
108
|
+
"name": "expanded",
|
|
109
|
+
"required": false,
|
|
110
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
111
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
112
|
+
"description": "Whether or not the carat is rotated",
|
|
113
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether or not the carat is rotated</p>\n</div></div>",
|
|
114
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
115
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L41"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "onClick",
|
|
119
|
+
"required": true,
|
|
120
|
+
"type": "<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">void</span>",
|
|
121
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">void</span>",
|
|
122
|
+
"description": "",
|
|
123
|
+
"descriptionHtml": "",
|
|
124
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
125
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L46"
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"description": ""
|
|
129
|
+
},
|
|
130
|
+
"CurrencyCellProps": {
|
|
131
|
+
"name": "CurrencyCellProps",
|
|
132
|
+
"properties": [
|
|
133
|
+
{
|
|
134
|
+
"name": "children",
|
|
135
|
+
"required": false,
|
|
136
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
137
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
138
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
139
|
+
"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>",
|
|
140
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
141
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "className",
|
|
145
|
+
"required": false,
|
|
146
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
147
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
148
|
+
"description": "Additional classNames",
|
|
149
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
150
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
151
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "style",
|
|
155
|
+
"required": false,
|
|
156
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
157
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
158
|
+
"description": "Additional CSS styles",
|
|
159
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
160
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
161
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"description": ""
|
|
165
|
+
},
|
|
166
|
+
"DateSelectCellProps": {
|
|
167
|
+
"name": "DateSelectCellProps",
|
|
168
|
+
"properties": [
|
|
169
|
+
{
|
|
170
|
+
"name": "beforeHide",
|
|
171
|
+
"required": false,
|
|
172
|
+
"type": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
173
|
+
"typeDetail": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
174
|
+
"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>",
|
|
175
|
+
"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>",
|
|
176
|
+
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
177
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L39"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "beforeShow",
|
|
181
|
+
"required": false,
|
|
182
|
+
"type": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
183
|
+
"typeDetail": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
184
|
+
"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>",
|
|
185
|
+
"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>",
|
|
186
|
+
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
187
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L47"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "className",
|
|
191
|
+
"required": false,
|
|
192
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
193
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
194
|
+
"description": "Additional classNames",
|
|
195
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
196
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
197
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L144"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "disabled",
|
|
201
|
+
"required": false,
|
|
202
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
203
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
204
|
+
"description": "",
|
|
205
|
+
"descriptionHtml": "",
|
|
206
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
207
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L61"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "error",
|
|
211
|
+
"required": false,
|
|
212
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
213
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
214
|
+
"description": "Error variant",
|
|
215
|
+
"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>",
|
|
216
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
217
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L60"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "errorMessage",
|
|
221
|
+
"required": false,
|
|
222
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
223
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
224
|
+
"description": "Message to be displayed below the date select during an error",
|
|
225
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the date select during an error</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd></dl></div>",
|
|
226
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
227
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L150"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "processing",
|
|
231
|
+
"required": false,
|
|
232
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
233
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
234
|
+
"description": "Triggers the spinner that covers inline editable content",
|
|
235
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner that covers inline editable content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
236
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
237
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L156"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "tabIndex",
|
|
241
|
+
"required": false,
|
|
242
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
243
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
244
|
+
"description": "",
|
|
245
|
+
"descriptionHtml": "",
|
|
246
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
247
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L80"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "value",
|
|
251
|
+
"required": false,
|
|
252
|
+
"type": "<span class=\"tsd-signature-type\">Date</span>",
|
|
253
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Date</span>",
|
|
254
|
+
"description": "",
|
|
255
|
+
"descriptionHtml": "",
|
|
256
|
+
"sourceFile": "packages/core-react/src/components/DateSelect/DateSelect.types.ts",
|
|
257
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateSelect/DateSelect.types.ts#L31"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "variant",
|
|
261
|
+
"required": false,
|
|
262
|
+
"type": "<span class=\"tsd-signature-type\">DateInputVariant</span>",
|
|
263
|
+
"typeDetail": "<span class=\"tsd-signature-type\">DateInputVariant</span>",
|
|
264
|
+
"description": "",
|
|
265
|
+
"descriptionHtml": "",
|
|
266
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
267
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L85"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "afterHide",
|
|
271
|
+
"required": false,
|
|
272
|
+
"type": "Function",
|
|
273
|
+
"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>",
|
|
274
|
+
"description": "",
|
|
275
|
+
"descriptionHtml": "",
|
|
276
|
+
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
277
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/state/Visibility.tsx#L6"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "afterShow",
|
|
281
|
+
"required": false,
|
|
282
|
+
"type": "Function",
|
|
283
|
+
"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>",
|
|
284
|
+
"description": "",
|
|
285
|
+
"descriptionHtml": "",
|
|
286
|
+
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
287
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/state/Visibility.tsx#L7"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "disabledDate",
|
|
291
|
+
"required": false,
|
|
292
|
+
"type": "Function",
|
|
293
|
+
"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>",
|
|
294
|
+
"description": "",
|
|
295
|
+
"descriptionHtml": "",
|
|
296
|
+
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
297
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L27"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "onChange",
|
|
301
|
+
"required": false,
|
|
302
|
+
"type": "Function",
|
|
303
|
+
"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>",
|
|
304
|
+
"description": "",
|
|
305
|
+
"descriptionHtml": "",
|
|
306
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
307
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L67"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"name": "onClear",
|
|
311
|
+
"required": false,
|
|
312
|
+
"type": "Function",
|
|
313
|
+
"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>",
|
|
314
|
+
"description": "",
|
|
315
|
+
"descriptionHtml": "",
|
|
316
|
+
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
317
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DateInput/DateInput.types.ts#L74"
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"description": ""
|
|
321
|
+
},
|
|
322
|
+
"GroupProps": {
|
|
323
|
+
"name": "GroupProps",
|
|
324
|
+
"properties": [
|
|
325
|
+
{
|
|
326
|
+
"name": "children",
|
|
327
|
+
"required": false,
|
|
328
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
329
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
330
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
331
|
+
"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>",
|
|
332
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
333
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "className",
|
|
337
|
+
"required": false,
|
|
338
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
339
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
340
|
+
"description": "Additional classNames",
|
|
341
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
342
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
343
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "colSpan",
|
|
347
|
+
"required": false,
|
|
348
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
349
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
350
|
+
"description": "Number of columns in table",
|
|
351
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Number of columns in table</p>\n</div></div>",
|
|
352
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
353
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L65"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "depth",
|
|
357
|
+
"required": false,
|
|
358
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
359
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
360
|
+
"description": "Determines indentation of the group and content",
|
|
361
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Determines indentation of the group and content</p>\n</div></div>",
|
|
362
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
363
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L70"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "style",
|
|
367
|
+
"required": false,
|
|
368
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
369
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
370
|
+
"description": "Additional CSS styles",
|
|
371
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
372
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
373
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
374
|
+
}
|
|
375
|
+
],
|
|
376
|
+
"description": ""
|
|
377
|
+
},
|
|
378
|
+
"GroupTitleProps": {
|
|
379
|
+
"name": "GroupTitleProps",
|
|
380
|
+
"properties": [
|
|
381
|
+
{
|
|
382
|
+
"name": "children",
|
|
383
|
+
"required": false,
|
|
384
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
385
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
386
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
387
|
+
"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>",
|
|
388
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
389
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "className",
|
|
393
|
+
"required": false,
|
|
394
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
395
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
396
|
+
"description": "Additional classNames",
|
|
397
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
398
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
399
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "style",
|
|
403
|
+
"required": false,
|
|
404
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
405
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
406
|
+
"description": "Additional CSS styles",
|
|
407
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
408
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
409
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
"description": ""
|
|
413
|
+
},
|
|
414
|
+
"HeaderCellProps": {
|
|
415
|
+
"name": "HeaderCellProps",
|
|
416
|
+
"properties": [
|
|
417
|
+
{
|
|
418
|
+
"name": "children",
|
|
419
|
+
"required": false,
|
|
420
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
421
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
422
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
423
|
+
"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>",
|
|
424
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
425
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "className",
|
|
429
|
+
"required": false,
|
|
430
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
431
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
432
|
+
"description": "Additional classNames",
|
|
433
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
434
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
435
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"name": "snugfit",
|
|
439
|
+
"required": false,
|
|
440
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
441
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
442
|
+
"description": "Shrink the cell around the contents",
|
|
443
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shrink the cell around the contents</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
444
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
445
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L85"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "sortable",
|
|
449
|
+
"required": false,
|
|
450
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
451
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
452
|
+
"description": "Is this the column sortable",
|
|
453
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is this the column sortable</p>\n</div></div>",
|
|
454
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
455
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L79"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "style",
|
|
459
|
+
"required": false,
|
|
460
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
461
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
462
|
+
"description": "Additional CSS styles",
|
|
463
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
464
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
465
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "variant",
|
|
469
|
+
"required": false,
|
|
470
|
+
"type": "<span class=\"tsd-signature-type\">TableCellVariant</span>",
|
|
471
|
+
"typeDetail": "<span class=\"tsd-signature-type\">TableCellVariant</span>",
|
|
472
|
+
"description": "Allows for setting ascending or descending sorting icon",
|
|
473
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Allows for setting ascending or descending sorting icon</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd></dl></div>",
|
|
474
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
475
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L91"
|
|
476
|
+
}
|
|
477
|
+
],
|
|
478
|
+
"description": ""
|
|
479
|
+
},
|
|
480
|
+
"IconCellProps": {
|
|
481
|
+
"name": "IconCellProps",
|
|
482
|
+
"properties": [
|
|
483
|
+
{
|
|
484
|
+
"name": "children",
|
|
485
|
+
"required": false,
|
|
486
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
487
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
488
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
489
|
+
"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>",
|
|
490
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
491
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"name": "className",
|
|
495
|
+
"required": false,
|
|
496
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
497
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
498
|
+
"description": "Additional classNames",
|
|
499
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
500
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
501
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "style",
|
|
505
|
+
"required": false,
|
|
506
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
507
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
508
|
+
"description": "Additional CSS styles",
|
|
509
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
510
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
511
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
512
|
+
}
|
|
513
|
+
],
|
|
514
|
+
"description": ""
|
|
515
|
+
},
|
|
516
|
+
"InputCellProps": {
|
|
517
|
+
"name": "InputCellProps",
|
|
518
|
+
"properties": [
|
|
519
|
+
{
|
|
520
|
+
"name": "error",
|
|
521
|
+
"required": false,
|
|
522
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
523
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
524
|
+
"description": "Controls the error state of the `Input`, changing the\nbackground color and border colors to red",
|
|
525
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the error state of the <code>Input</code>, changing the\nbackground color and border colors to red</p>\n</div></div>",
|
|
526
|
+
"sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
|
|
527
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Input/Input.types.ts#L8"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "errorMessage",
|
|
531
|
+
"required": false,
|
|
532
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
533
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
534
|
+
"description": "Message to be displayed below the input during an error",
|
|
535
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the input during an error</p>\n</div></div>",
|
|
536
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
537
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L104"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "processing",
|
|
541
|
+
"required": false,
|
|
542
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
543
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
544
|
+
"description": "Triggers the spinner for processing inline editable content",
|
|
545
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner for processing inline editable content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
546
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
547
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L110"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "size",
|
|
551
|
+
"required": false,
|
|
552
|
+
"type": "<span class=\"tsd-signature-type\">InputCellSize</span>",
|
|
553
|
+
"typeDetail": "<span class=\"tsd-signature-type\">InputCellSize</span>",
|
|
554
|
+
"description": "The size of the input cell and corresponding error message",
|
|
555
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the input cell and corresponding error message</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'block'</p>\n</dd></dl></div>",
|
|
556
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
557
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L116"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"name": "variant",
|
|
561
|
+
"required": false,
|
|
562
|
+
"type": "<span class=\"tsd-signature-type\">""</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"error"</span>",
|
|
563
|
+
"typeDetail": "<span class=\"tsd-signature-type\">""</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"error"</span>",
|
|
564
|
+
"description": "",
|
|
565
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>Use the <code>error</code> prop instead</p>\n</dd></dl></div>",
|
|
566
|
+
"deprecated": "Use the `error` prop instead\n",
|
|
567
|
+
"sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
|
|
568
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Input/Input.types.ts#L13"
|
|
569
|
+
}
|
|
570
|
+
],
|
|
571
|
+
"description": ""
|
|
572
|
+
},
|
|
573
|
+
"LinkCellProps": {
|
|
574
|
+
"name": "LinkCellProps",
|
|
575
|
+
"properties": [
|
|
576
|
+
{
|
|
577
|
+
"name": "children",
|
|
578
|
+
"required": false,
|
|
579
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
580
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
581
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
582
|
+
"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>",
|
|
583
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
584
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "className",
|
|
588
|
+
"required": false,
|
|
589
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
590
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
591
|
+
"description": "Additional classNames",
|
|
592
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
593
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
594
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"name": "href",
|
|
598
|
+
"required": true,
|
|
599
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
600
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
601
|
+
"description": "Destination url",
|
|
602
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Destination url</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd></dl></div>",
|
|
603
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
604
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L124"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "style",
|
|
608
|
+
"required": false,
|
|
609
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
610
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
611
|
+
"description": "Additional CSS styles",
|
|
612
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
613
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
614
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
615
|
+
}
|
|
616
|
+
],
|
|
617
|
+
"description": ""
|
|
618
|
+
},
|
|
619
|
+
"SelectCellProps": {
|
|
620
|
+
"name": "SelectCellProps",
|
|
621
|
+
"properties": [
|
|
622
|
+
{
|
|
623
|
+
"name": "afterHide",
|
|
624
|
+
"required": false,
|
|
625
|
+
"type": "<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>",
|
|
626
|
+
"typeDetail": "<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>",
|
|
627
|
+
"description": "",
|
|
628
|
+
"descriptionHtml": "",
|
|
629
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
630
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L49"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "afterShow",
|
|
634
|
+
"required": false,
|
|
635
|
+
"type": "<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>",
|
|
636
|
+
"typeDetail": "<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>",
|
|
637
|
+
"description": "",
|
|
638
|
+
"descriptionHtml": "",
|
|
639
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
640
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L50"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "beforeHide",
|
|
644
|
+
"required": false,
|
|
645
|
+
"type": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
646
|
+
"typeDetail": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
647
|
+
"description": "",
|
|
648
|
+
"descriptionHtml": "",
|
|
649
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
650
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L51"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "beforeShow",
|
|
654
|
+
"required": false,
|
|
655
|
+
"type": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
656
|
+
"typeDetail": "<span class=\"tsd-signature-type\">BeforeCallback</span>",
|
|
657
|
+
"description": "",
|
|
658
|
+
"descriptionHtml": "",
|
|
659
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
660
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L52"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "block",
|
|
664
|
+
"required": false,
|
|
665
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
666
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
667
|
+
"description": "Make the Select button 100% width",
|
|
668
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Make the Select button 100% width</p>\n</div></div>",
|
|
669
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
670
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L57"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "disabled",
|
|
674
|
+
"required": false,
|
|
675
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
676
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
677
|
+
"description": "",
|
|
678
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
679
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
680
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L62"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "emptyMessage",
|
|
684
|
+
"required": false,
|
|
685
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
686
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
687
|
+
"description": "When there are no children this will render",
|
|
688
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>When there are no children this will render</p>\n</div></div>",
|
|
689
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
690
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L67"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "error",
|
|
694
|
+
"required": false,
|
|
695
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
696
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
697
|
+
"description": "",
|
|
698
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
699
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
700
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L72"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "errorMessage",
|
|
704
|
+
"required": false,
|
|
705
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
706
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
707
|
+
"description": "Message to be displayed below the select during an error",
|
|
708
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the select during an error</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd></dl></div>",
|
|
709
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
710
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L134"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "footer",
|
|
714
|
+
"required": false,
|
|
715
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
716
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
717
|
+
"description": "",
|
|
718
|
+
"descriptionHtml": "",
|
|
719
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
720
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L73"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "hideDelay",
|
|
724
|
+
"required": false,
|
|
725
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
726
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
727
|
+
"description": "",
|
|
728
|
+
"descriptionHtml": "",
|
|
729
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
730
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L74"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "i18nScope",
|
|
734
|
+
"required": false,
|
|
735
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
736
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
737
|
+
"description": "The i18n key to use for the select's configurable strings.\nDefaults to using the core library's default strings.",
|
|
738
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The i18n key to use for the select's configurable strings.\nDefaults to using the core library's default strings.</p>\n</div></div>",
|
|
739
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
740
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L79"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "label",
|
|
744
|
+
"required": false,
|
|
745
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
746
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
747
|
+
"description": "",
|
|
748
|
+
"descriptionHtml": "",
|
|
749
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
750
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L80"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "loading",
|
|
754
|
+
"required": false,
|
|
755
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
756
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
757
|
+
"description": "If the select is loading",
|
|
758
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If the select is loading</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
759
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
760
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L86"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "onScrollBottom",
|
|
764
|
+
"required": false,
|
|
765
|
+
"type": "<span class=\"tsd-signature-symbol\">(</span>e<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">UIEvent</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">UIEvent</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">void</span>",
|
|
766
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">(</span>e<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">UIEvent</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">UIEvent</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">void</span>",
|
|
767
|
+
"description": "",
|
|
768
|
+
"descriptionHtml": "",
|
|
769
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
770
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L98"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "onSelect",
|
|
774
|
+
"required": false,
|
|
775
|
+
"type": "<span class=\"tsd-signature-symbol\">(</span>selection<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Selection</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">any</span>",
|
|
776
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">(</span>selection<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Selection</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">any</span>",
|
|
777
|
+
"description": "",
|
|
778
|
+
"descriptionHtml": "",
|
|
779
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
780
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L104"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "optionsRef",
|
|
784
|
+
"required": false,
|
|
785
|
+
"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>",
|
|
786
|
+
"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>",
|
|
787
|
+
"description": "",
|
|
788
|
+
"descriptionHtml": "",
|
|
789
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
790
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L105"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "placeholder",
|
|
794
|
+
"required": false,
|
|
795
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
796
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
797
|
+
"description": "Renders when the label is blank",
|
|
798
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Renders when the label is blank</p>\n</div></div>",
|
|
799
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
800
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L110"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "placement",
|
|
804
|
+
"required": false,
|
|
805
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DropdownPlacement</a>",
|
|
806
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Placement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"bottom"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"bottom-left"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"bottom-right"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"top"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"top-left"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"top-right"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
807
|
+
"description": "The placement of the overlay",
|
|
808
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The placement of the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'bottom-left'</p>\n</dd></dl></div>",
|
|
809
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
810
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L116"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "processing",
|
|
814
|
+
"required": false,
|
|
815
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
816
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
817
|
+
"description": "Triggers the spinner that covers inline editable content",
|
|
818
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner that covers inline editable content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
819
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
820
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L140"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "qa",
|
|
824
|
+
"required": false,
|
|
825
|
+
"type": "<span class=\"tsd-signature-type\">Partial</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">QaTags</span><span class=\"tsd-signature-symbol\">></span>",
|
|
826
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Partial</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">QaTags</span><span class=\"tsd-signature-symbol\">></span>",
|
|
827
|
+
"description": "",
|
|
828
|
+
"descriptionHtml": "",
|
|
829
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
830
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L117"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "showDelay",
|
|
834
|
+
"required": false,
|
|
835
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
836
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
837
|
+
"description": "",
|
|
838
|
+
"descriptionHtml": "",
|
|
839
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
840
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L118"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "tabIndex",
|
|
844
|
+
"required": false,
|
|
845
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
846
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
847
|
+
"description": "Configurable tabIndex for the select button",
|
|
848
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Configurable tabIndex for the select button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>0</p>\n</dd></dl></div>",
|
|
849
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
850
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L124"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "onClear",
|
|
854
|
+
"required": false,
|
|
855
|
+
"type": "Function",
|
|
856
|
+
"typeDetail": "on<wbr/>Clear<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLButtonElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
857
|
+
"description": "It is possible for this component to have an empty value\n(render placeholder). Enables the x icon.",
|
|
858
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>It is possible for this component to have an empty value\n(render placeholder). Enables the x icon.</p>\n</div></div>",
|
|
859
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
860
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L92"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "onSearch",
|
|
864
|
+
"required": false,
|
|
865
|
+
"type": "Function",
|
|
866
|
+
"typeDetail": "on<wbr/>Search<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ChangeEvent</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLInputElement</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
867
|
+
"description": "Adds a search bar to the select.",
|
|
868
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Adds a search bar to the select.</p>\n</div></div>",
|
|
869
|
+
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
870
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L103"
|
|
871
|
+
}
|
|
872
|
+
],
|
|
873
|
+
"description": ""
|
|
874
|
+
},
|
|
875
|
+
"TableProps": {
|
|
876
|
+
"name": "TableProps",
|
|
877
|
+
"properties": [
|
|
878
|
+
{
|
|
879
|
+
"name": "children",
|
|
880
|
+
"required": false,
|
|
881
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
882
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
883
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
884
|
+
"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>",
|
|
885
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
886
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "className",
|
|
890
|
+
"required": false,
|
|
891
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
892
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
893
|
+
"description": "Additional classNames",
|
|
894
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
895
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
896
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "inline",
|
|
900
|
+
"required": false,
|
|
901
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
902
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
903
|
+
"description": "",
|
|
904
|
+
"descriptionHtml": "",
|
|
905
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
906
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L160"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "style",
|
|
910
|
+
"required": false,
|
|
911
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
912
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
913
|
+
"description": "Additional CSS styles",
|
|
914
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
915
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
916
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "variant",
|
|
920
|
+
"required": false,
|
|
921
|
+
"type": "<span class=\"tsd-signature-type\">TableVariant</span>",
|
|
922
|
+
"typeDetail": "<span class=\"tsd-signature-type\">TableVariant</span>",
|
|
923
|
+
"description": "The table variant",
|
|
924
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The table variant</p>\n</div></div>",
|
|
925
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
926
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L165"
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"description": ""
|
|
930
|
+
},
|
|
931
|
+
"TextAreaCellProps": {
|
|
932
|
+
"name": "TextAreaCellProps",
|
|
933
|
+
"properties": [
|
|
934
|
+
{
|
|
935
|
+
"name": "children",
|
|
936
|
+
"required": false,
|
|
937
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
938
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
939
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
940
|
+
"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>",
|
|
941
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
942
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "className",
|
|
946
|
+
"required": false,
|
|
947
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
948
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
949
|
+
"description": "Additional classNames",
|
|
950
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
951
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
952
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "errorMessage",
|
|
956
|
+
"required": false,
|
|
957
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
958
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
959
|
+
"description": "Message to be displayed below the textarea during an error",
|
|
960
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the textarea during an error</p>\n</div></div>",
|
|
961
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
962
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L172"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "processing",
|
|
966
|
+
"required": false,
|
|
967
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
968
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
969
|
+
"description": "Triggers the spinner for processing inline editable content",
|
|
970
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner for processing inline editable content</p>\n</div></div>",
|
|
971
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
972
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L177"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "resizable",
|
|
976
|
+
"required": false,
|
|
977
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
978
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
979
|
+
"description": "Sets whether it is resizable",
|
|
980
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets whether it is resizable</p>\n</div></div>",
|
|
981
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
982
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Table/Table.types.ts#L182"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "style",
|
|
986
|
+
"required": false,
|
|
987
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
988
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
989
|
+
"description": "Additional CSS styles",
|
|
990
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
991
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
992
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"description": ""
|
|
996
|
+
},
|
|
997
|
+
"TextCellProps": {
|
|
998
|
+
"name": "TextCellProps",
|
|
999
|
+
"properties": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "children",
|
|
1002
|
+
"required": false,
|
|
1003
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
1004
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
1005
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
1006
|
+
"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>",
|
|
1007
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
1008
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"name": "className",
|
|
1012
|
+
"required": false,
|
|
1013
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
1014
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
1015
|
+
"description": "Additional classNames",
|
|
1016
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
1017
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
1018
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"name": "style",
|
|
1022
|
+
"required": false,
|
|
1023
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
1024
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
1025
|
+
"description": "Additional CSS styles",
|
|
1026
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
1027
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
1028
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
1029
|
+
}
|
|
1030
|
+
],
|
|
1031
|
+
"description": ""
|
|
1032
|
+
}
|
|
1033
|
+
}
|