@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.
Files changed (133) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/esm/components/FileSelect/FileSelect.types.d.ts +17 -60
  3. package/dist/esm/components/Tree/Tree.js +3 -3
  4. package/dist/esm/components/Tree/Tree.js.map +1 -1
  5. package/dist/esm/components/Tree/Tree.styles.d.ts +1 -0
  6. package/dist/esm/components/Tree/Tree.styles.js +4 -2
  7. package/dist/esm/components/Tree/Tree.styles.js.map +1 -1
  8. package/dist/props/FileSelect.json +1 -1
  9. package/dist/props/allProps.json +37 -37
  10. package/dist/typedoc/components/Avatar/Avatar.types.json +198 -0
  11. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +226 -0
  12. package/dist/typedoc/components/Badge/Badge.types.json +74 -0
  13. package/dist/typedoc/components/Banner/Banner.types.json +141 -0
  14. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +84 -0
  15. package/dist/typedoc/components/Button/Button.types.json +124 -0
  16. package/dist/typedoc/components/Calendar/Calendar.types.json +846 -0
  17. package/dist/typedoc/components/Card/Card.types.json +69 -0
  18. package/dist/typedoc/components/Checkbox/Checkbox.types.json +78 -0
  19. package/dist/typedoc/components/ContactItem/ContactItem.types.json +98 -0
  20. package/dist/typedoc/components/DateInput/DateInput.types.json +376 -0
  21. package/dist/typedoc/components/DateSelect/DateSelect.types.json +138 -0
  22. package/dist/typedoc/components/Dropdown/Dropdown.types.json +366 -0
  23. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +358 -0
  24. package/dist/typedoc/components/Dropzone/Dropzone.types.json +498 -0
  25. package/dist/typedoc/components/EmptyState/EmptyState.types.json +172 -0
  26. package/dist/typedoc/components/FileList/FileList.types.json +38 -0
  27. package/dist/typedoc/components/FileSelect/FileSelect.types.json +264 -0
  28. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +215 -0
  29. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +148 -0
  30. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +169 -0
  31. package/dist/typedoc/components/Font/Font.types.json +78 -0
  32. package/dist/typedoc/components/Form/Form.types.json +6870 -0
  33. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +520 -0
  34. package/dist/typedoc/components/Icon/Icon.types.json +114 -0
  35. package/dist/typedoc/components/Input/Input.types.json +29 -0
  36. package/dist/typedoc/components/Link/Link.types.json +48 -0
  37. package/dist/typedoc/components/Menu/Menu.types.json +717 -0
  38. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +732 -0
  39. package/dist/typedoc/components/Modal/Modal.types.json +302 -0
  40. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +298 -0
  41. package/dist/typedoc/components/Notation/Notation.types.json +48 -0
  42. package/dist/typedoc/components/NumberInput/NumberInput.types.json +288 -0
  43. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +188 -0
  44. package/dist/typedoc/components/Pagination/Pagination.types.json +89 -0
  45. package/dist/typedoc/components/Panel/Panel.types.json +208 -0
  46. package/dist/typedoc/components/Pill/Pill.types.json +18 -0
  47. package/dist/typedoc/components/PillSelect/PillSelect.types.json +486 -0
  48. package/dist/typedoc/components/Popover/Popover.types.json +104 -0
  49. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +58 -0
  50. package/dist/typedoc/components/RadioButton/RadioButton.types.json +68 -0
  51. package/dist/typedoc/components/Required/Required.types.json +58 -0
  52. package/dist/typedoc/components/Search/Search.types.json +233 -0
  53. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +221 -0
  54. package/dist/typedoc/components/Select/Select.types.json +330 -0
  55. package/dist/typedoc/components/Slider/Slider.types.json +68 -0
  56. package/dist/typedoc/components/Spinner/Spinner.types.json +89 -0
  57. package/dist/typedoc/components/Switch/Switch.types.json +38 -0
  58. package/dist/typedoc/components/Table/Table.types.json +1033 -0
  59. package/dist/typedoc/components/Tabs/Tabs.types.json +157 -0
  60. package/dist/typedoc/components/TextArea/TextArea.types.json +39 -0
  61. package/dist/typedoc/components/TextEditor/TextEditor.types.json +79 -0
  62. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +128 -0
  63. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +424 -0
  64. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +278 -0
  65. package/dist/typedoc/components/Tile/Tile.types.json +338 -0
  66. package/dist/typedoc/components/Toast/Toast.types.json +48 -0
  67. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +38 -0
  68. package/dist/typedoc/components/Token/Token.types.json +125 -0
  69. package/dist/typedoc/components/Tooltip/Tooltip.types.json +144 -0
  70. package/dist/typedoc/components/Tree/Tree.types.json +1271 -0
  71. package/dist/typedoc/components/Typeahead/Typeahead.types.json +28 -0
  72. package/dist/typedoc/components/Typography/Typography.types.json +88 -0
  73. package/dist/typedoc/layouts/Box/Box.types.json +742 -0
  74. package/dist/typedoc/layouts/DetailPage/DetailPage.json +124 -0
  75. package/dist/typedoc/layouts/Flex/Flex.types.json +268 -0
  76. package/dist/typedoc/layouts/FlexList/FlexList.types.json +298 -0
  77. package/dist/typedoc/layouts/Grid/Grid.json +120 -0
  78. package/dist/typedoc/layouts/IconLayout/IconLayout.json +1 -0
  79. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +48 -0
  80. package/dist/typedoc/layouts/ListPage/ListPage.types.json +115 -0
  81. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +48 -0
  82. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +105 -0
  83. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +90 -0
  84. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +95 -0
  85. package/dist/typedoc/utils/types.json +38 -0
  86. package/package.json +9 -7
  87. package/storybook-static/0.25cdfc54d577d52c1c6b.manager.bundle.js +1 -0
  88. package/storybook-static/0.66071c6b.iframe.bundle.js +1 -0
  89. package/storybook-static/1.cb03d9ea.iframe.bundle.js +3 -0
  90. package/storybook-static/{1.f604ac3e.iframe.bundle.js.LICENSE.txt → 1.cb03d9ea.iframe.bundle.js.LICENSE.txt} +0 -0
  91. package/storybook-static/1.cb03d9ea.iframe.bundle.js.map +1 -0
  92. package/storybook-static/2.e3f1ddbd.iframe.bundle.js +1 -0
  93. package/storybook-static/4.ca3fc33a26ad8acaa0cf.manager.bundle.js +2 -0
  94. package/storybook-static/{4.37d215da3480ddf79684.manager.bundle.js.LICENSE.txt → 4.ca3fc33a26ad8acaa0cf.manager.bundle.js.LICENSE.txt} +0 -0
  95. package/storybook-static/5.c7334e99bca309dc0f6b.manager.bundle.js +1 -0
  96. package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js → 6.8684078c90624aaf5c12.manager.bundle.js} +2 -2
  97. package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js.LICENSE.txt → 6.8684078c90624aaf5c12.manager.bundle.js.LICENSE.txt} +0 -0
  98. package/storybook-static/7.2d596a64.iframe.bundle.js +3 -0
  99. package/storybook-static/{7.be450f50.iframe.bundle.js.LICENSE.txt → 7.2d596a64.iframe.bundle.js.LICENSE.txt} +1 -1
  100. package/storybook-static/7.2d596a64.iframe.bundle.js.map +1 -0
  101. package/storybook-static/{7.5bf306f93261894e2733.manager.bundle.js → 7.5dd8b1d63c6ccb2b7d4f.manager.bundle.js} +1 -1
  102. package/storybook-static/{8.38854c3a6e86288d54cc.manager.bundle.js → 8.9c2959b68dd6b32c4949.manager.bundle.js} +1 -1
  103. package/storybook-static/8.a80b4344.iframe.bundle.js +1 -0
  104. package/storybook-static/iframe.html +1 -1
  105. package/storybook-static/index.html +1 -1
  106. package/storybook-static/main.01bf0da23679c71a30ae.manager.bundle.js +1 -0
  107. package/storybook-static/{main.1de6ae75.iframe.bundle.js → main.8bf17d1f.iframe.bundle.js} +1 -1
  108. package/storybook-static/{runtime~main.3937db5d0c29ffeb9085.manager.bundle.js → runtime~main.f7aa4e9b5144dc1a277f.manager.bundle.js} +1 -1
  109. package/storybook-static/{runtime~main.ab98e1f1.iframe.bundle.js → runtime~main.f83a03f8.iframe.bundle.js} +1 -1
  110. package/storybook-static/vendors~main.9381682917547df19d6c.manager.bundle.js +2 -0
  111. package/storybook-static/{vendors~main.3cce118bc9035e221837.manager.bundle.js.LICENSE.txt → vendors~main.9381682917547df19d6c.manager.bundle.js.LICENSE.txt} +0 -6
  112. package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js +3 -0
  113. package/storybook-static/{vendors~main.484f0d61.iframe.bundle.js.LICENSE.txt → vendors~main.d8755a0a.iframe.bundle.js.LICENSE.txt} +0 -0
  114. package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js.map +1 -0
  115. package/tsconfig.json +6 -0
  116. package/tsconfig.prod.json +1 -1
  117. package/typedoc.js +1 -1
  118. package/typedoc.ts +187 -0
  119. package/storybook-static/0.41e28a0bb94d5e5489a5.manager.bundle.js +0 -1
  120. package/storybook-static/0.b4bb1ac1.iframe.bundle.js +0 -1
  121. package/storybook-static/1.f604ac3e.iframe.bundle.js +0 -3
  122. package/storybook-static/1.f604ac3e.iframe.bundle.js.map +0 -1
  123. package/storybook-static/2.127b3eae.iframe.bundle.js +0 -1
  124. package/storybook-static/4.37d215da3480ddf79684.manager.bundle.js +0 -2
  125. package/storybook-static/5.81000771920a22421f7b.manager.bundle.js +0 -1
  126. package/storybook-static/7.be450f50.iframe.bundle.js +0 -3
  127. package/storybook-static/7.be450f50.iframe.bundle.js.map +0 -1
  128. package/storybook-static/8.8a74f8ce.iframe.bundle.js +0 -1
  129. package/storybook-static/main.2ac4adfe9a439a3c1992.manager.bundle.js +0 -1
  130. package/storybook-static/vendors~main.3cce118bc9035e221837.manager.bundle.js +0 -2
  131. package/storybook-static/vendors~main.484f0d61.iframe.bundle.js +0 -3
  132. package/storybook-static/vendors~main.484f0d61.iframe.bundle.js.map +0 -1
  133. package/tsconfig.dev.json +0 -4
@@ -0,0 +1,221 @@
1
+ {
2
+ "SegmentedControllerProps": {
3
+ "name": "SegmentedControllerProps",
4
+ "properties": [
5
+ {
6
+ "name": "active",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">number</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
10
+ "description": "The segment is active",
11
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The segment is active</p>\n</div></div>",
12
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L16"
14
+ },
15
+ {
16
+ "name": "block",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
20
+ "description": "The segment controller is block sized",
21
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The segment controller is block sized</p>\n</div></div>",
22
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L21"
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/4be00958e/packages/core-react/src/utils/types.ts#L40"
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/4be00958e/packages/core-react/src/utils/types.ts#L45"
44
+ },
45
+ {
46
+ "name": "disabled",
47
+ "required": false,
48
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
49
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
50
+ "description": "Disables all segments in the controller",
51
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Disables all segments in the controller</p>\n</div></div>",
52
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
53
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L26"
54
+ },
55
+ {
56
+ "name": "style",
57
+ "required": false,
58
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
59
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
60
+ "description": "Additional CSS styles",
61
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
62
+ "sourceFile": "packages/core-react/src/utils/types.ts",
63
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
64
+ },
65
+ {
66
+ "name": "variant",
67
+ "required": false,
68
+ "type": "<span class=\"tsd-signature-type\">&quot;&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;block&quot;</span>",
69
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;block&quot;</span>",
70
+ "description": "",
71
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>Please use the <code>block</code> prop</p>\n</dd></dl></div>",
72
+ "deprecated": "Please use the `block` prop\n",
73
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
74
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L32"
75
+ },
76
+ {
77
+ "name": "onChange",
78
+ "required": false,
79
+ "type": "Function",
80
+ "typeDetail": "on<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>active<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
81
+ "description": "",
82
+ "descriptionHtml": "",
83
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
84
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L27"
85
+ }
86
+ ],
87
+ "description": ""
88
+ },
89
+ "SegmentedControllerSegmentProps": {
90
+ "name": "SegmentedControllerSegmentProps",
91
+ "properties": [
92
+ {
93
+ "name": "active",
94
+ "required": false,
95
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
96
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
97
+ "description": "The segment is active",
98
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The segment is active</p>\n</div></div>",
99
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
100
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L39"
101
+ },
102
+ {
103
+ "name": "children",
104
+ "required": false,
105
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
106
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
107
+ "description": "Instead of using the default children, you can pass in your own.",
108
+ "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>",
109
+ "sourceFile": "packages/core-react/src/utils/types.ts",
110
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
111
+ },
112
+ {
113
+ "name": "className",
114
+ "required": false,
115
+ "type": "<span class=\"tsd-signature-type\">string</span>",
116
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
117
+ "description": "Additional classNames",
118
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
119
+ "sourceFile": "packages/core-react/src/utils/types.ts",
120
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
121
+ },
122
+ {
123
+ "name": "disabled",
124
+ "required": false,
125
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
126
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
127
+ "description": "Is the segment disabled",
128
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is the segment disabled</p>\n</div></div>",
129
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
130
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L44"
131
+ },
132
+ {
133
+ "name": "placement",
134
+ "required": false,
135
+ "type": "<span class=\"tsd-signature-type\">Placement</span>",
136
+ "typeDetail": "<span class=\"tsd-signature-type\">Placement</span>",
137
+ "description": "To change the tooltip placement",
138
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>To change the tooltip placement</p>\n</div></div>",
139
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
140
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L49"
141
+ },
142
+ {
143
+ "name": "style",
144
+ "required": false,
145
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
146
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
147
+ "description": "Additional CSS styles",
148
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
149
+ "sourceFile": "packages/core-react/src/utils/types.ts",
150
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
151
+ },
152
+ {
153
+ "name": "tooltip",
154
+ "required": false,
155
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
156
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
157
+ "description": "The tooltip we want to display on hover",
158
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The tooltip we want to display on hover</p>\n</div></div>",
159
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
160
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L54"
161
+ }
162
+ ],
163
+ "description": ""
164
+ },
165
+ "SegmentedControllerTooltipProps": {
166
+ "name": "SegmentedControllerTooltipProps",
167
+ "properties": [
168
+ {
169
+ "name": "children",
170
+ "required": false,
171
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
172
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
173
+ "description": "Instead of using the default children, you can pass in your own.",
174
+ "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>",
175
+ "sourceFile": "packages/core-react/src/utils/types.ts",
176
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
177
+ },
178
+ {
179
+ "name": "className",
180
+ "required": false,
181
+ "type": "<span class=\"tsd-signature-type\">string</span>",
182
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
183
+ "description": "Additional classNames",
184
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
185
+ "sourceFile": "packages/core-react/src/utils/types.ts",
186
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
187
+ },
188
+ {
189
+ "name": "overlay",
190
+ "required": false,
191
+ "type": "<span class=\"tsd-signature-type\">any</span>",
192
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
193
+ "description": "",
194
+ "descriptionHtml": "",
195
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
196
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L58"
197
+ },
198
+ {
199
+ "name": "placement",
200
+ "required": true,
201
+ "type": "<span class=\"tsd-signature-type\">Placement</span>",
202
+ "typeDetail": "<span class=\"tsd-signature-type\">Placement</span>",
203
+ "description": "",
204
+ "descriptionHtml": "",
205
+ "sourceFile": "packages/core-react/src/components/SegmentedController/SegmentedController.types.ts",
206
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/SegmentedController/SegmentedController.types.ts#L59"
207
+ },
208
+ {
209
+ "name": "style",
210
+ "required": false,
211
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
212
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
213
+ "description": "Additional CSS styles",
214
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
215
+ "sourceFile": "packages/core-react/src/utils/types.ts",
216
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
217
+ }
218
+ ],
219
+ "description": ""
220
+ }
221
+ }
@@ -0,0 +1,330 @@
1
+ {
2
+ "OptionProps": {
3
+ "name": "OptionProps",
4
+ "properties": [
5
+ {
6
+ "name": "disabled",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
10
+ "description": "",
11
+ "descriptionHtml": "",
12
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L26"
14
+ },
15
+ {
16
+ "name": "index",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">number</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
20
+ "description": "",
21
+ "descriptionHtml": "",
22
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L24"
24
+ },
25
+ {
26
+ "name": "selected",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
30
+ "description": "Represents the currently selected value. This option will be styled\ndifferently as well as receive UX to scroll into view and start list\nnavigation from this element.",
31
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Represents the currently selected value. This option will be styled\ndifferently as well as receive UX to scroll into view and start list\nnavigation from this element.</p>\n</div></div>",
32
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L33"
34
+ },
35
+ {
36
+ "name": "suggested",
37
+ "required": false,
38
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
40
+ "description": "If nothing is selected, suggest this option. Suggested options mimic the\nUX of a selected option, scroll into view and start list navigation from\nthis element.",
41
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If nothing is selected, suggest this option. Suggested options mimic the\nUX of a selected option, scroll into view and start list navigation from\nthis element.</p>\n</div></div>",
42
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L40"
44
+ },
45
+ {
46
+ "name": "value",
47
+ "required": true,
48
+ "type": "<span class=\"tsd-signature-type\">any</span>",
49
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
50
+ "description": "",
51
+ "descriptionHtml": "",
52
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
53
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L25"
54
+ }
55
+ ],
56
+ "description": ""
57
+ },
58
+ "SelectButtonProps": {
59
+ "name": "SelectButtonProps",
60
+ "properties": [
61
+ {
62
+ "name": "block",
63
+ "required": false,
64
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
65
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
66
+ "description": "",
67
+ "descriptionHtml": "",
68
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
69
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L128"
70
+ },
71
+ {
72
+ "name": "clearRef",
73
+ "required": false,
74
+ "type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLButtonElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
75
+ "typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLButtonElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
76
+ "description": "",
77
+ "descriptionHtml": "",
78
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
79
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L129"
80
+ },
81
+ {
82
+ "name": "disabled",
83
+ "required": false,
84
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
85
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
86
+ "description": "",
87
+ "descriptionHtml": "",
88
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
89
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L130"
90
+ },
91
+ {
92
+ "name": "dropdown",
93
+ "required": false,
94
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
95
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
96
+ "description": "",
97
+ "descriptionHtml": "",
98
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
99
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L131"
100
+ },
101
+ {
102
+ "name": "error",
103
+ "required": false,
104
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
105
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
106
+ "description": "",
107
+ "descriptionHtml": "",
108
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
109
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L132"
110
+ },
111
+ {
112
+ "name": "icon",
113
+ "required": false,
114
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
115
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
116
+ "description": "",
117
+ "descriptionHtml": "",
118
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
119
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L133"
120
+ },
121
+ {
122
+ "name": "isMenuOpened",
123
+ "required": false,
124
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
125
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
126
+ "description": "",
127
+ "descriptionHtml": "",
128
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
129
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L144"
130
+ },
131
+ {
132
+ "name": "label",
133
+ "required": false,
134
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
135
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
136
+ "description": "",
137
+ "descriptionHtml": "",
138
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
139
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L134"
140
+ },
141
+ {
142
+ "name": "loading",
143
+ "required": false,
144
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
145
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
146
+ "description": "",
147
+ "descriptionHtml": "",
148
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
149
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L135"
150
+ },
151
+ {
152
+ "name": "open",
153
+ "required": false,
154
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
155
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
156
+ "description": "",
157
+ "descriptionHtml": "",
158
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
159
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L137"
160
+ },
161
+ {
162
+ "name": "placeholder",
163
+ "required": false,
164
+ "type": "<span class=\"tsd-signature-type\">string</span>",
165
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
166
+ "description": "",
167
+ "descriptionHtml": "",
168
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
169
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L138"
170
+ },
171
+ {
172
+ "name": "qa",
173
+ "required": false,
174
+ "type": "<span class=\"tsd-signature-type\">Partial</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">QaTags</span><span class=\"tsd-signature-symbol\">&gt;</span>",
175
+ "typeDetail": "<span class=\"tsd-signature-type\">Partial</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">QaTags</span><span class=\"tsd-signature-symbol\">&gt;</span>",
176
+ "description": "",
177
+ "descriptionHtml": "",
178
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
179
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L139"
180
+ },
181
+ {
182
+ "name": "size",
183
+ "required": false,
184
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">ButtonSizes</a>",
185
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span>",
186
+ "description": "",
187
+ "descriptionHtml": "",
188
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
189
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L140"
190
+ },
191
+ {
192
+ "name": "tabIndex",
193
+ "required": false,
194
+ "type": "<span class=\"tsd-signature-type\">number</span>",
195
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
196
+ "description": "",
197
+ "descriptionHtml": "",
198
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
199
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L141"
200
+ },
201
+ {
202
+ "name": "type",
203
+ "required": false,
204
+ "type": "<span class=\"tsd-signature-type\">&quot;button&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;submit&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;reset&quot;</span>",
205
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;button&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;submit&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;reset&quot;</span>",
206
+ "description": "",
207
+ "descriptionHtml": "",
208
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
209
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L142"
210
+ },
211
+ {
212
+ "name": "variant",
213
+ "required": false,
214
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">LegacyButtonVariant</a>",
215
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;primary&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;secondary&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;tertiary&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;action-outline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;error-outline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;success-outline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;info-outline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;dropdown&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;dropdown-secondary&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;form&quot;</span>",
216
+ "description": "",
217
+ "descriptionHtml": "",
218
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
219
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L143"
220
+ },
221
+ {
222
+ "name": "onClear",
223
+ "required": false,
224
+ "type": "Function",
225
+ "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\">&lt;</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\">&gt;</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
226
+ "description": "",
227
+ "descriptionHtml": "",
228
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
229
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L136"
230
+ }
231
+ ],
232
+ "description": ""
233
+ },
234
+ "SelectMenuProps": {
235
+ "name": "SelectMenuProps",
236
+ "properties": [
237
+ {
238
+ "name": "emptyMessage",
239
+ "required": false,
240
+ "type": "<span class=\"tsd-signature-type\">string</span>",
241
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
242
+ "description": "",
243
+ "descriptionHtml": "",
244
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
245
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L12"
246
+ },
247
+ {
248
+ "name": "footer",
249
+ "required": false,
250
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
251
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
252
+ "description": "",
253
+ "descriptionHtml": "",
254
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
255
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L13"
256
+ },
257
+ {
258
+ "name": "i18nScope",
259
+ "required": false,
260
+ "type": "<span class=\"tsd-signature-type\">string</span>",
261
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
262
+ "description": "",
263
+ "descriptionHtml": "",
264
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
265
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L14"
266
+ },
267
+ {
268
+ "name": "menuRef",
269
+ "required": true,
270
+ "type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\">&lt;</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">MenuRef</a><span class=\"tsd-signature-symbol\">&gt;</span>",
271
+ "typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\">&lt;</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">MenuRef</a><span class=\"tsd-signature-symbol\">&gt;</span>",
272
+ "description": "",
273
+ "descriptionHtml": "",
274
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
275
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L20"
276
+ },
277
+ {
278
+ "name": "onScrollBottom",
279
+ "required": false,
280
+ "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\">&lt;</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\">&gt;</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> =&gt; </span><span class=\"tsd-signature-type\">void</span>",
281
+ "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\">&lt;</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\">&gt;</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> =&gt; </span><span class=\"tsd-signature-type\">void</span>",
282
+ "description": "",
283
+ "descriptionHtml": "",
284
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
285
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L16"
286
+ },
287
+ {
288
+ "name": "onSelect",
289
+ "required": false,
290
+ "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\"> =&gt; </span><span class=\"tsd-signature-type\">any</span>",
291
+ "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\"> =&gt; </span><span class=\"tsd-signature-type\">any</span>",
292
+ "description": "",
293
+ "descriptionHtml": "",
294
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
295
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L18"
296
+ },
297
+ {
298
+ "name": "optionsRef",
299
+ "required": false,
300
+ "type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
301
+ "typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
302
+ "description": "",
303
+ "descriptionHtml": "",
304
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
305
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L19"
306
+ },
307
+ {
308
+ "name": "onClear",
309
+ "required": false,
310
+ "type": "Function",
311
+ "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\">&lt;</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\">&gt;</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
312
+ "description": "",
313
+ "descriptionHtml": "",
314
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
315
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L15"
316
+ },
317
+ {
318
+ "name": "onSearch",
319
+ "required": false,
320
+ "type": "Function",
321
+ "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\">&lt;</span><span class=\"tsd-signature-type\">HTMLInputElement</span><span class=\"tsd-signature-symbol\">&gt;</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
322
+ "description": "",
323
+ "descriptionHtml": "",
324
+ "sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
325
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Select/Select.types.ts#L17"
326
+ }
327
+ ],
328
+ "description": ""
329
+ }
330
+ }