@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,104 @@
1
+ {
2
+ "PopoverContentProps": {
3
+ "name": "PopoverContentProps",
4
+ "properties": [
5
+ {
6
+ "name": "fluid",
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/Popover/Popover.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Popover/Popover.types.ts#L6"
14
+ },
15
+ {
16
+ "name": "placement",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">Placement</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">Placement</span>",
20
+ "description": "",
21
+ "descriptionHtml": "",
22
+ "sourceFile": "packages/core-react/src/components/Popover/Popover.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Popover/Popover.types.ts#L7"
24
+ }
25
+ ],
26
+ "description": ""
27
+ },
28
+ "PopoverProps": {
29
+ "name": "PopoverProps",
30
+ "properties": [
31
+ {
32
+ "name": "children",
33
+ "required": false,
34
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
35
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
36
+ "description": "Instead of using the default children, you can pass in your own.",
37
+ "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>",
38
+ "sourceFile": "packages/core-react/src/utils/types.ts",
39
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
40
+ },
41
+ {
42
+ "name": "className",
43
+ "required": false,
44
+ "type": "<span class=\"tsd-signature-type\">string</span>",
45
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
46
+ "description": "Additional classNames",
47
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
48
+ "sourceFile": "packages/core-react/src/utils/types.ts",
49
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
50
+ },
51
+ {
52
+ "name": "initialIsVisible",
53
+ "required": false,
54
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
55
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
56
+ "description": "Whether to show the overlay on initial render",
57
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether to show the overlay on initial render</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd></dl></div>",
58
+ "sourceFile": "packages/core-react/src/components/Popover/Popover.types.ts",
59
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Popover/Popover.types.ts#L15"
60
+ },
61
+ {
62
+ "name": "overlay",
63
+ "required": false,
64
+ "type": "<span class=\"tsd-signature-type\">ReactElement</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-symbol\">{ </span>placement<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">Placement</span><span class=\"tsd-signature-symbol\"> }</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\">JSXElementConstructor</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">&gt;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
65
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactElement</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-symbol\">{ </span>placement<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">Placement</span><span class=\"tsd-signature-symbol\"> }</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\">JSXElementConstructor</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">&gt;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
66
+ "description": "The tip we want to display",
67
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The tip we want to display</p>\n</div></div>",
68
+ "sourceFile": "packages/core-react/src/components/Popover/Popover.types.ts",
69
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Popover/Popover.types.ts#L19"
70
+ },
71
+ {
72
+ "name": "placement",
73
+ "required": false,
74
+ "type": "<span class=\"tsd-signature-type\">Placement</span>",
75
+ "typeDetail": "<span class=\"tsd-signature-type\">Placement</span>",
76
+ "description": "Determines the position of the arrow",
77
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Determines the position of the arrow</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>top</p>\n</dd></dl></div>",
78
+ "sourceFile": "packages/core-react/src/components/Popover/Popover.types.ts",
79
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Popover/Popover.types.ts#L24"
80
+ },
81
+ {
82
+ "name": "style",
83
+ "required": false,
84
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
85
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
86
+ "description": "Additional CSS styles",
87
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
88
+ "sourceFile": "packages/core-react/src/utils/types.ts",
89
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
90
+ },
91
+ {
92
+ "name": "trigger",
93
+ "required": false,
94
+ "type": "<span class=\"tsd-signature-type\">TriggerVariant</span>",
95
+ "typeDetail": "<span class=\"tsd-signature-type\">TriggerVariant</span>",
96
+ "description": "The event to trigger the overlay",
97
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The event to trigger the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>click</p>\n</dd></dl></div>",
98
+ "sourceFile": "packages/core-react/src/components/Popover/Popover.types.ts",
99
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Popover/Popover.types.ts#L29"
100
+ }
101
+ ],
102
+ "description": ""
103
+ }
104
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "ProgressBarProps": {
3
+ "name": "ProgressBarProps",
4
+ "properties": [
5
+ {
6
+ "name": "animated",
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/Loader/Loader.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Loader/Loader.types.ts#L5"
14
+ },
15
+ {
16
+ "name": "children",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
20
+ "description": "Instead of using the default children, you can pass in your own.",
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
+ "sourceFile": "packages/core-react/src/utils/types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
24
+ },
25
+ {
26
+ "name": "className",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">string</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
30
+ "description": "Additional classNames",
31
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
32
+ "sourceFile": "packages/core-react/src/utils/types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
34
+ },
35
+ {
36
+ "name": "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": "value",
47
+ "required": true,
48
+ "type": "<span class=\"tsd-signature-type\">number</span>",
49
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
50
+ "description": "",
51
+ "descriptionHtml": "",
52
+ "sourceFile": "packages/core-react/src/components/Loader/Loader.types.ts",
53
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Loader/Loader.types.ts#L4"
54
+ }
55
+ ],
56
+ "description": ""
57
+ }
58
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "RadioButtonProps": {
3
+ "name": "RadioButtonProps",
4
+ "properties": [
5
+ {
6
+ "name": "checked",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
10
+ "description": "Selected state of the radio button",
11
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Selected state of the radio button</p>\n</div></div>",
12
+ "sourceFile": "packages/core-react/src/components/RadioButton/RadioButton.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/RadioButton/RadioButton.types.ts#L7"
14
+ },
15
+ {
16
+ "name": "children",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
20
+ "description": "Instead of using the default children, you can pass in your own.",
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
+ "sourceFile": "packages/core-react/src/utils/types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
24
+ },
25
+ {
26
+ "name": "className",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">string</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
30
+ "description": "Additional classNames",
31
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
32
+ "sourceFile": "packages/core-react/src/utils/types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
34
+ },
35
+ {
36
+ "name": "disabled",
37
+ "required": false,
38
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
40
+ "description": "Disabled state of the radio button",
41
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Disabled state of the radio button</p>\n</div></div>",
42
+ "sourceFile": "packages/core-react/src/components/RadioButton/RadioButton.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/RadioButton/RadioButton.types.ts#L12"
44
+ },
45
+ {
46
+ "name": "error",
47
+ "required": false,
48
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
49
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
50
+ "description": "Error state of the radio button",
51
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error state of the radio button</p>\n</div></div>",
52
+ "sourceFile": "packages/core-react/src/components/RadioButton/RadioButton.types.ts",
53
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/RadioButton/RadioButton.types.ts#L17"
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
+ "description": ""
67
+ }
68
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "RequiredProps": {
3
+ "name": "RequiredProps",
4
+ "properties": [
5
+ {
6
+ "name": "children",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">ReactChild</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactChild</span>",
10
+ "description": "If provided, takes the place of label normally reading \"required fields\"",
11
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If provided, takes the place of label normally reading &quot;required fields&quot;</p>\n</div></div>",
12
+ "sourceFile": "packages/core-react/src/components/Required/Required.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Required/Required.types.ts#L5"
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": "i18nScope",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">string</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
30
+ "description": "Changes where I18n looks for the requiredFields key",
31
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes where I18n looks for the requiredFields key</p>\n</div></div>",
32
+ "sourceFile": "packages/core-react/src/components/Required/Required.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Required/Required.types.ts#L7"
34
+ },
35
+ {
36
+ "name": "showLabel",
37
+ "required": false,
38
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
40
+ "description": "Controls showing text reading \"required fields\"",
41
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls showing text reading &quot;required fields&quot;</p>\n</div></div>",
42
+ "sourceFile": "packages/core-react/src/components/Required/Required.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Required/Required.types.ts#L9"
44
+ },
45
+ {
46
+ "name": "style",
47
+ "required": false,
48
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
49
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
50
+ "description": "Additional CSS styles",
51
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
52
+ "sourceFile": "packages/core-react/src/utils/types.ts",
53
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
54
+ }
55
+ ],
56
+ "description": ""
57
+ }
58
+ }
@@ -0,0 +1,233 @@
1
+ {
2
+ "SearchHook": {
3
+ "name": "SearchHook",
4
+ "properties": [
5
+ {
6
+ "name": "domHandlers",
7
+ "required": true,
8
+ "type": "<span class=\"tsd-signature-symbol\">{ </span>onChange<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">; </span>onKeyDown<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\"> }</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-symbol\">{ </span>onChange<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">; </span>onKeyDown<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\"> }</span>",
10
+ "description": "",
11
+ "descriptionHtml": "",
12
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L59"
14
+ },
15
+ {
16
+ "name": "isEmpty",
17
+ "required": true,
18
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
20
+ "description": "",
21
+ "descriptionHtml": "",
22
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L64"
24
+ },
25
+ {
26
+ "name": "showSearch",
27
+ "required": true,
28
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
30
+ "description": "",
31
+ "descriptionHtml": "",
32
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L66"
34
+ },
35
+ {
36
+ "name": "value",
37
+ "required": true,
38
+ "type": "<span class=\"tsd-signature-type\">string</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
40
+ "description": "",
41
+ "descriptionHtml": "",
42
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L68"
44
+ },
45
+ {
46
+ "name": "clear",
47
+ "required": true,
48
+ "type": "Function",
49
+ "typeDetail": "clear<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
50
+ "description": "",
51
+ "descriptionHtml": "",
52
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
53
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L63"
54
+ },
55
+ {
56
+ "name": "onChange",
57
+ "required": false,
58
+ "type": "Function",
59
+ "typeDetail": "on<wbr/>Change<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>",
60
+ "description": "",
61
+ "descriptionHtml": "",
62
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
63
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L65"
64
+ },
65
+ {
66
+ "name": "submit",
67
+ "required": true,
68
+ "type": "Function",
69
+ "typeDetail": "submit<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>",
70
+ "description": "",
71
+ "descriptionHtml": "",
72
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
73
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L67"
74
+ }
75
+ ],
76
+ "description": ""
77
+ },
78
+ "SearchHookConfig": {
79
+ "name": "SearchHookConfig",
80
+ "properties": [
81
+ {
82
+ "name": "initialValue",
83
+ "required": false,
84
+ "type": "<span class=\"tsd-signature-type\">string</span>",
85
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
86
+ "description": "",
87
+ "descriptionHtml": "",
88
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
89
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L5"
90
+ },
91
+ {
92
+ "name": "typeahead",
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": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>typeahead</code> prop has been deprecated and will be removed in a future version.</p>\n<p>A new component, <code>Typeahead</code>, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.</p>\n<p><strong>Before</strong></p>\n<p>&lt;Search typeahead onChange={() =&gt; { ... }} /&gt;</p>\n<p><strong>After</strong></p>\n<p>&lt;Typeahead onChange={() =&gt; { ... }} /&gt;</p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd><dt>see</dt><dd><p><a href=\"https://core.procore.com/latest/web/components/typeahead/react/\">https://core.procore.com/latest/web/components/typeahead/react/</a></p>\n</dd></dl></div>",
98
+ "deprecated": "\n\nThe `typeahead` prop has been deprecated and will be removed in a future version.\n\nA new component, `Typeahead`, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.\n\n**Before**\n\n<Search typeahead onChange={() => { ... }} />\n\n**After**\n\n<Typeahead onChange={() => { ... }} />\n",
99
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
100
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L55"
101
+ },
102
+ {
103
+ "name": "onChange",
104
+ "required": false,
105
+ "type": "Function",
106
+ "typeDetail": "on<wbr/>Change<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>",
107
+ "description": "",
108
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>onChange</code> prop has been deprecated and will be removed in a future version.</p>\n<p>A new component, <code>Typeahead</code>, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.</p>\n<p><strong>Before</strong></p>\n<p>&lt;Search typeahead onChange={() =&gt; { ... }} /&gt;</p>\n<p><strong>After</strong></p>\n<p>&lt;Typeahead onChange={() =&gt; { ... }} /&gt;</p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd><dt>see</dt><dd><p><a href=\"https://core.procore.com/latest/web/components/typeahead/react/\">https://core.procore.com/latest/web/components/typeahead/react/</a></p>\n</dd></dl></div>",
109
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
110
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L26"
111
+ },
112
+ {
113
+ "name": "onClear",
114
+ "required": false,
115
+ "type": "Function",
116
+ "typeDetail": "on<wbr/>Clear<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
117
+ "description": "",
118
+ "descriptionHtml": "",
119
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
120
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L27"
121
+ },
122
+ {
123
+ "name": "onSubmit",
124
+ "required": false,
125
+ "type": "Function",
126
+ "typeDetail": "on<wbr/>Submit<span class=\"tsd-signature-symbol\">(</span>value<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
127
+ "description": "<div>Input handler for search variant</div>\n<CodeBlock>(value: string) => void</CodeBlock>",
128
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>Input handler for search variant</div>\n<CodeBlock>(value: string) => void</CodeBlock></div></div>",
129
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
130
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L33"
131
+ }
132
+ ],
133
+ "description": ""
134
+ },
135
+ "SearchProps": {
136
+ "name": "SearchProps",
137
+ "properties": [
138
+ {
139
+ "name": "autoFocus",
140
+ "required": false,
141
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
142
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
143
+ "description": "",
144
+ "descriptionHtml": "",
145
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
146
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L74"
147
+ },
148
+ {
149
+ "name": "error",
150
+ "required": false,
151
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
152
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
153
+ "description": "Controls the error state of the `Input`, changing the\nbackground color and border colors to red",
154
+ "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>",
155
+ "sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
156
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Input/Input.types.ts#L8"
157
+ },
158
+ {
159
+ "name": "initialValue",
160
+ "required": false,
161
+ "type": "<span class=\"tsd-signature-type\">string</span>",
162
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
163
+ "description": "",
164
+ "descriptionHtml": "",
165
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
166
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L5"
167
+ },
168
+ {
169
+ "name": "typeahead",
170
+ "required": false,
171
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
172
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
173
+ "description": "",
174
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>typeahead</code> prop has been deprecated and will be removed in a future version.</p>\n<p>A new component, <code>Typeahead</code>, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.</p>\n<p><strong>Before</strong></p>\n<p>&lt;Search typeahead onChange={() =&gt; { ... }} /&gt;</p>\n<p><strong>After</strong></p>\n<p>&lt;Typeahead onChange={() =&gt; { ... }} /&gt;</p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd><dt>see</dt><dd><p><a href=\"https://core.procore.com/latest/web/components/typeahead/react/\">https://core.procore.com/latest/web/components/typeahead/react/</a></p>\n</dd></dl></div>",
175
+ "deprecated": "\n\nThe `typeahead` prop has been deprecated and will be removed in a future version.\n\nA new component, `Typeahead`, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.\n\n**Before**\n\n<Search typeahead onChange={() => { ... }} />\n\n**After**\n\n<Typeahead onChange={() => { ... }} />\n",
176
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
177
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L55"
178
+ },
179
+ {
180
+ "name": "usingHook",
181
+ "required": false,
182
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">SearchHook</a>",
183
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
184
+ "description": "",
185
+ "descriptionHtml": "",
186
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
187
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L75"
188
+ },
189
+ {
190
+ "name": "value",
191
+ "required": false,
192
+ "type": "<span class=\"tsd-signature-type\">string</span>",
193
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
194
+ "description": "Initial value string",
195
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Initial value string</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;&#39;</p>\n</dd></dl></div>",
196
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
197
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L81"
198
+ },
199
+ {
200
+ "name": "variant",
201
+ "required": false,
202
+ "type": "<span class=\"tsd-signature-type\">&quot;&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;error&quot;</span>",
203
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;error&quot;</span>",
204
+ "description": "",
205
+ "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>",
206
+ "deprecated": "Use the `error` prop instead\n",
207
+ "sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
208
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Input/Input.types.ts#L13"
209
+ },
210
+ {
211
+ "name": "onClear",
212
+ "required": false,
213
+ "type": "Function",
214
+ "typeDetail": "on<wbr/>Clear<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
215
+ "description": "",
216
+ "descriptionHtml": "",
217
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
218
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L27"
219
+ },
220
+ {
221
+ "name": "onSubmit",
222
+ "required": false,
223
+ "type": "Function",
224
+ "typeDetail": "on<wbr/>Submit<span class=\"tsd-signature-symbol\">(</span>value<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
225
+ "description": "<div>Input handler for search variant</div>\n<CodeBlock>(value: string) => void</CodeBlock>",
226
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>Input handler for search variant</div>\n<CodeBlock>(value: string) => void</CodeBlock></div></div>",
227
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
228
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L33"
229
+ }
230
+ ],
231
+ "description": ""
232
+ }
233
+ }