@procore/core-react 11.7.0 → 11.8.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Form/Form.js +6 -4
- package/dist/Form/Form.js.map +1 -1
- package/dist/Form/Form.styles.js +2 -1
- package/dist/Form/Form.styles.js.map +1 -1
- package/dist/Thumbnail/Thumbnail.hooks.d.ts +6 -6
- package/dist/Thumbnail/Thumbnail.hooks.js +1 -1
- package/dist/Thumbnail/Thumbnail.hooks.js.map +1 -1
- package/dist/Thumbnail/Thumbnail.js +6 -6
- package/dist/Thumbnail/Thumbnail.js.map +1 -1
- package/dist/Token/Token.js +1 -1
- package/dist/Token/Token.js.map +1 -1
- package/dist/_hooks/I18n.d.ts +6 -0
- package/dist/_locales/en.json +6 -0
- package/dist/_styles/mixins.d.ts +1 -0
- package/dist/_styles/mixins.js +3 -2
- package/dist/_styles/mixins.js.map +1 -1
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +11 -11
- package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
- package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
- package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
- package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +694 -694
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +4 -4
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +71 -71
- package/dist/_typedoc/Modal/Modal.types.json +28 -28
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +43 -43
- package/dist/_typedoc/PageLayout/PageLayout.types.json +7 -7
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +27 -27
- package/dist/_typedoc/Pill/Pill.types.json +1 -1
- package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
- package/dist/_typedoc/Popover/Popover.types.json +10 -10
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +5 -5
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +14 -14
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/_typedoc/Select/Select.types.json +31 -31
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/Switch/Switch.types.json +3 -3
- package/dist/_typedoc/Table/Table.types.json +94 -94
- package/dist/_typedoc/Tabs/Tabs.types.json +17 -17
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +10 -10
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +7 -7
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +198 -1
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
- package/dist/_typedoc/Tile/Tile.types.json +30 -30
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/_typedoc/Token/Token.types.json +4 -4
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +86 -86
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +8 -8
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_utils/propsTypedoc.d.ts +1 -1
- package/dist/_utils/propsTypedoc.js.map +1 -1
- package/package.json +2 -2
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "The tab is active",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The tab is active</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L46"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "children",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
21
21
|
"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>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L45"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "className",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional classNames",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L50"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "dark",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Whether or not tab is in dark mode",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether or not tab is in dark mode</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L53"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "disabled",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.6.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L90"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "dropdown",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
62
|
"deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.",
|
|
63
63
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
64
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
64
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L71"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"name": "overflowing",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
73
73
|
"deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.",
|
|
74
74
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
75
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L78"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"name": "role",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"description": "Sets the Tab's role",
|
|
83
83
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the Tab's role</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.6.0</p>\n</dd></dl></div>",
|
|
84
84
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
85
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
85
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L95"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
"name": "style",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"description": "Additional CSS styles",
|
|
93
93
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
94
94
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
95
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
95
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L55"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"name": "variant",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>please use the <code>active</code> and <code>dark</code> props to configure style. The\n<code>dropdown</code>, <code>hover</code>, and <code>overflowing</code> variants were only for internal use\nand should not be used in clients</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
104
104
|
"deprecated": "please use the `active` and `dark` props to configure style. The\n`dropdown`, `hover`, and `overflowing` variants were only for internal use\nand should not be used in clients",
|
|
105
105
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
106
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
106
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L86"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"name": "onMount",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"description": "",
|
|
114
114
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
115
115
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
116
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
116
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L59"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"name": "onUnmount",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"description": "",
|
|
124
124
|
"descriptionHtml": "",
|
|
125
125
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
126
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
126
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L64"
|
|
127
127
|
}
|
|
128
128
|
],
|
|
129
129
|
"description": ""
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
140
140
|
"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>",
|
|
141
141
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
142
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
142
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L45"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"name": "className",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"description": "Additional classNames",
|
|
150
150
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
151
151
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
152
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
152
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L50"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"name": "dark",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"description": "",
|
|
160
160
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
161
161
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
162
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
162
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L111"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"name": "qa",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"description": "",
|
|
170
170
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
171
171
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
172
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
172
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tabs/Tabs.types.ts#L115"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"name": "style",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"description": "Additional CSS styles",
|
|
180
180
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
181
181
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
182
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
182
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L55"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
185
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "",
|
|
12
12
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L58"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "addListener",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "",
|
|
21
21
|
"descriptionHtml": "",
|
|
22
22
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L59"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
26
|
"description": ""
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"description": "",
|
|
37
37
|
"descriptionHtml": "",
|
|
38
38
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
39
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
39
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L13"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"name": "open",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"description": "A controlled prop defining open/close state of the tearsheet.",
|
|
47
47
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A controlled prop defining open/close state of the tearsheet.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
48
48
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
49
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
49
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L18"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"name": "placement",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"description": "Tearsheet placement",
|
|
57
57
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Tearsheet placement</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
58
58
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
59
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L42"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"name": "qa",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"description": "QA tags",
|
|
67
67
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>QA tags</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
68
68
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L54"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"name": "stretch",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"description": "Stretch tearsheet body to the full width or height of the screen, depending on placement",
|
|
77
77
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Stretch tearsheet body to the full width or height of the screen, depending on placement</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.1.0</p>\n</dd></dl></div>",
|
|
78
78
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L48"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"name": "afterHide",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"description": "A callback to be called when \"close\" animation is finished.",
|
|
87
87
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A callback to be called when "close" animation is finished.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
88
88
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
89
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L36"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"name": "afterShow",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"description": "A callback to be called when \"open\" animation is finished.",
|
|
97
97
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A callback to be called when "open" animation is finished.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
98
98
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
99
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L30"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"name": "onClose",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"description": "A required callback to be called when \"close\" button is clicked. Should set \"open\" flag to \"false\".",
|
|
107
107
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A required callback to be called when "close" button is clicked. Should set "open" flag to "false".</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
108
108
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
109
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L24"
|
|
110
110
|
}
|
|
111
111
|
],
|
|
112
112
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Controls the error state of the `TextArea`, changing the\nbackground color and border colors to red",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the error state of the <code>TextArea</code>, changing the\nbackground color and border colors to red</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/TextArea/TextArea.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextArea/TextArea.types.ts#L9"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "resize",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Controls the resize rules for the `TextArea`",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the resize rules for the <code>TextArea</code></p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/TextArea/TextArea.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextArea/TextArea.types.ts#L15"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "variant",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"deprecated": "\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n",
|
|
33
33
|
"deprecatedSince": "10.20.0",
|
|
34
34
|
"sourceFile": "packages/core-react/src/TextArea/TextArea.types.ts",
|
|
35
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
35
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextArea/TextArea.types.ts#L33"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
38
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextEditor/TextEditor.types.ts#L10"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "error",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextEditor/TextEditor.types.ts#L14"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "init",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>unsupported</dt><dd><p>Use at your own risk. DST makes no guarantees about this API,\nand is subject to removal at any point without warning or deprecation.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextEditor/TextEditor.types.ts#L20"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "initialValue",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"deprecated": "\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n",
|
|
43
43
|
"deprecatedSince": "10.20.0",
|
|
44
44
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
45
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
45
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextEditor/TextEditor.types.ts#L42"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "locale",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"description": "Locale which will be used used for localization. Can be passed directly or\nset by wrapping components in I18n provider. Icelandic (is-IS) is not\nactually supported by TinyMCE, so it is defaulted to english.",
|
|
53
53
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Locale which will be used used for localization. Can be passed directly or\nset by wrapping components in I18n provider. Icelandic (is-IS) is not\nactually supported by TinyMCE, so it is defaulted to english.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
54
54
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
55
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
55
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextEditor/TextEditor.types.ts#L50"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"name": "plugins",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"description": "<div>\n Array of plugins to use with the editor in addition to the defaults.\n Can be any of:\n</div>\n<CodeBlock>\n [{plugins.map((plugin) => `'${plugin}'`).join(', ')}]\n</CodeBlock>",
|
|
63
63
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n Array of plugins to use with the editor in addition to the defaults.\n Can be any of:\n</div>\n<CodeBlock>\n [{plugins.map((plugin) => `'${plugin}'`).join(', ')}]\n</CodeBlock></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
64
64
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
65
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
65
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextEditor/TextEditor.types.ts#L69"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"name": "onChange",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"description": "<div>onChange event handler for text editor area</div>\n<CodeBlock>(content: string) => void</CodeBlock>",
|
|
73
73
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>onChange event handler for text editor area</div>\n<CodeBlock>(content: string) => void</CodeBlock></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
74
74
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
75
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextEditor/TextEditor.types.ts#L57"
|
|
76
76
|
}
|
|
77
77
|
],
|
|
78
78
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Additional classNames",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L50"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "style",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Additional CSS styles",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L55"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "value",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "formatted text",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>formatted text</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.24.0</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/TextEditorOutput/TextEditorOutput.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/TextEditorOutput/TextEditorOutput.types.ts#L9"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"description": ""
|
|
@@ -1 +1,198 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"BaseThumbnailProps": {
|
|
3
|
+
"name": "BaseThumbnailProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "alt",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
10
|
+
"description": "Alt text for the Thumbnail image",
|
|
11
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alt text for the Thumbnail image</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.6.0</p>\n</dd></dl></div>",
|
|
12
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L43"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "caption",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
20
|
+
"description": "Thumbnail caption",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail caption</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L92"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "children",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
30
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
31
|
+
"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>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L45"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "className",
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
40
|
+
"description": "Additional classNames",
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
42
|
+
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L50"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "clickable",
|
|
47
|
+
"required": false,
|
|
48
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
49
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
50
|
+
"description": "",
|
|
51
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L85"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "disabled",
|
|
57
|
+
"required": false,
|
|
58
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
59
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
60
|
+
"description": "Use \"disabled\" view",
|
|
61
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use "disabled" view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L77"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "error",
|
|
67
|
+
"required": false,
|
|
68
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
69
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
70
|
+
"description": "",
|
|
71
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
72
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L81"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "filename",
|
|
77
|
+
"required": false,
|
|
78
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
79
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
80
|
+
"description": "Unless variant is provided, filename is used\nto choose a placeholder icon based on extension.\nE.g. for 'filename=\"panda.png\"', image {' '}\nvariant will be used",
|
|
81
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Unless variant is provided, filename is used\nto choose a placeholder icon based on extension.\nE.g. for 'filename="panda.png"', image {' '}\nvariant will be used</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.7.0</p>\n</dd></dl></div>",
|
|
82
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L108"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "focused",
|
|
87
|
+
"required": false,
|
|
88
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
89
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
90
|
+
"description": "Use \"focused\" view",
|
|
91
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use "focused" view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
92
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L63"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "hasCaptionPlaceholder",
|
|
97
|
+
"required": false,
|
|
98
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
99
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
100
|
+
"description": "Show placeholder for caption if it is empty",
|
|
101
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Show placeholder for caption if it is empty</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
102
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L99"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "label",
|
|
107
|
+
"required": false,
|
|
108
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
109
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
110
|
+
"description": "Thumbnail label",
|
|
111
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail label</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
112
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
113
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L120"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "qa",
|
|
117
|
+
"required": false,
|
|
118
|
+
"type": "<span class=\"tsd-signature-type\">QaTags</span>",
|
|
119
|
+
"typeDetail": "<span class=\"tsd-signature-type\">QaTags</span>",
|
|
120
|
+
"description": "",
|
|
121
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
122
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L130"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "selected",
|
|
127
|
+
"required": false,
|
|
128
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
129
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
130
|
+
"description": "Use \"selected\" view",
|
|
131
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use "selected" view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
132
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L70"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "size",
|
|
137
|
+
"required": false,
|
|
138
|
+
"type": "<span class=\"tsd-signature-type\">SizeVariant</span>",
|
|
139
|
+
"typeDetail": "<span class=\"tsd-signature-type\">SizeVariant</span>",
|
|
140
|
+
"description": "Thumbnail size",
|
|
141
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'lg'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
142
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
143
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L56"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "src",
|
|
147
|
+
"required": false,
|
|
148
|
+
"type": "<span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">File</span>",
|
|
149
|
+
"typeDetail": "<span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">File</span>",
|
|
150
|
+
"description": "An image URL or a <Code>File</Code> to generate a preview for",
|
|
151
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>An image URL or a <Code>File</Code> to generate a preview for</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
152
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
153
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L49"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "style",
|
|
157
|
+
"required": false,
|
|
158
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
159
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
160
|
+
"description": "Additional CSS styles",
|
|
161
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
162
|
+
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
163
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/_utils/types.ts#L55"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "tabIndex",
|
|
167
|
+
"required": false,
|
|
168
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
169
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
170
|
+
"description": "",
|
|
171
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.6.0</p>\n</dd></dl></div>",
|
|
172
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
173
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L125"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "variant",
|
|
177
|
+
"required": false,
|
|
178
|
+
"type": "<span class=\"tsd-signature-type\">ThumbnailDocumentIconVariant</span>",
|
|
179
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ThumbnailDocumentIconVariant</span>",
|
|
180
|
+
"description": "",
|
|
181
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.7.0</p>\n</dd></dl></div>",
|
|
182
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
183
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L113"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "onClick",
|
|
187
|
+
"required": false,
|
|
188
|
+
"type": "Function",
|
|
189
|
+
"typeDetail": "on<wbr/>Click<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\">Element</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>",
|
|
190
|
+
"description": "",
|
|
191
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.6.0</p>\n</dd></dl></div>",
|
|
192
|
+
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
193
|
+
"sourceUrl": "https://github.com/procore/core/blob/88629a6ba/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L135"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"description": ""
|
|
197
|
+
}
|
|
198
|
+
}
|