@procore/core-react 10.27.1 → 10.27.2-rc.2
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/esm/components/DropdownFlyout/DropdownFlyout.js +1 -1
- package/dist/esm/components/DropdownFlyout/DropdownFlyout.js.map +1 -1
- package/dist/esm/components/DropdownFlyout/DropdownFlyout.styles.js +1 -1
- package/dist/esm/components/DropdownFlyout/DropdownFlyout.styles.js.map +1 -1
- package/dist/esm/components/Overlay.js +2 -1
- package/dist/esm/components/Overlay.js.map +1 -1
- package/dist/esm/components/Panel/Panel.js +0 -1
- package/dist/esm/components/Panel/Panel.js.map +1 -1
- package/dist/esm/state/Anchor.d.ts +2 -1
- package/dist/esm/state/Anchor.js +3 -3
- package/dist/esm/state/Anchor.js.map +1 -1
- package/dist/esm/utils/getAnchorPosition.d.ts +7 -1
- package/dist/esm/utils/getAnchorPosition.js +24 -11
- package/dist/esm/utils/getAnchorPosition.js.map +1 -1
- package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/typedoc/components/Badge/Badge.types.json +6 -6
- package/dist/typedoc/components/Banner/Banner.types.json +12 -12
- package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
- package/dist/typedoc/components/Button/Button.types.json +11 -11
- package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
- package/dist/typedoc/components/Card/Card.types.json +6 -6
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
- package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
- package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
- package/dist/typedoc/components/Dropdown/Dropdown.types.json +34 -34
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
- package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
- package/dist/typedoc/components/FileList/FileList.types.json +9 -9
- package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/typedoc/components/Font/Font.types.json +7 -7
- package/dist/typedoc/components/Form/Form.types.json +684 -684
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
- package/dist/typedoc/components/Icon/Icon.types.json +10 -10
- package/dist/typedoc/components/Input/Input.types.json +2 -2
- package/dist/typedoc/components/Link/Link.types.json +4 -4
- package/dist/typedoc/components/Menu/Menu.types.json +67 -67
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
- package/dist/typedoc/components/Modal/Modal.types.json +27 -27
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
- package/dist/typedoc/components/Notation/Notation.types.json +4 -4
- package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
- package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
- package/dist/typedoc/components/Panel/Panel.types.json +17 -17
- package/dist/typedoc/components/Pill/Pill.types.json +1 -1
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
- package/dist/typedoc/components/Popover/Popover.types.json +9 -9
- package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
- package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
- package/dist/typedoc/components/Required/Required.types.json +5 -5
- package/dist/typedoc/components/Search/Search.types.json +21 -21
- package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/typedoc/components/Select/Select.types.json +31 -31
- package/dist/typedoc/components/Slider/Slider.types.json +6 -6
- package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
- package/dist/typedoc/components/Switch/Switch.types.json +3 -3
- package/dist/typedoc/components/Table/Table.types.json +94 -94
- package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
- package/dist/typedoc/components/Tearsheet/Tearsheet.types.json +9 -9
- package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
- package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
- package/dist/typedoc/components/Tile/Tile.types.json +30 -30
- package/dist/typedoc/components/Toast/Toast.types.json +4 -4
- package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/typedoc/components/Token/Token.types.json +4 -4
- package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
- package/dist/typedoc/components/Tree/Tree.types.json +85 -85
- package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
- package/dist/typedoc/components/Typography/Typography.types.json +8 -8
- package/dist/typedoc/layouts/Box/Box.types.json +66 -66
- package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
- package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
- package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
- package/dist/typedoc/layouts/Grid/Grid.json +10 -10
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
- package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
- package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
- package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
- package/dist/typedoc/utils/types.json +3 -3
- package/package.json +16 -16
- package/storybook-static/{135.6d52847d5f820a05c03c.manager.bundle.js → 135.b112b88f0b8a5975d25d.manager.bundle.js} +1 -1
- package/storybook-static/{290.49a2fbad3a0afc9e2519.manager.bundle.js → 290.a4b4b039cf5475647253.manager.bundle.js} +2 -2
- package/storybook-static/{290.49a2fbad3a0afc9e2519.manager.bundle.js.LICENSE.txt → 290.a4b4b039cf5475647253.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/611.687c407f.iframe.bundle.js +1 -0
- package/storybook-static/696.0ce523b6.iframe.bundle.js +2 -0
- package/storybook-static/{909.322fa1c4.iframe.bundle.js.LICENSE.txt → 696.0ce523b6.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.91fb4b9d.iframe.bundle.js +1 -0
- package/storybook-static/{runtime~main.c6dad2240758925f4d85.manager.bundle.js → runtime~main.ad10cb406d8476a04a1f.manager.bundle.js} +1 -1
- package/storybook-static/{runtime~main.0f8ec4fa.iframe.bundle.js → runtime~main.da64a14a.iframe.bundle.js} +1 -1
- package/storybook-static/611.992cbac3.iframe.bundle.js +0 -1
- package/storybook-static/909.322fa1c4.iframe.bundle.js +0 -2
- package/storybook-static/main.8b7a80fe.iframe.bundle.js +0 -1
|
@@ -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/components/NumberInput/NumberInput.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L165"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "selectionEnd",
|
|
@@ -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/components/NumberInput/NumberInput.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L161"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "selectionStart",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"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>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L157"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"description": ""
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The maximum number of fraction digits to use. Possible values range from 0 to 14. Setting to true will result in the maximum size, setting to false will allow 0 decimals, whole numbers only.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>true</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
48
48
|
"defaultValue": "true",
|
|
49
49
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
50
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
50
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L44"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "defaultValue",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"description": "Initial value of an uncontrolled component",
|
|
58
58
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Initial value of an uncontrolled component</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
59
59
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
60
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
60
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L65"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"name": "error",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"description": "Controls the error state of the `Input`, changing the\nbackground color and border colors to red",
|
|
68
68
|
"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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
69
69
|
"sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
|
|
70
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
70
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/Input/Input.types.ts#L9"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"name": "fillDecimalScale",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"description": "`none` prevents from adding zeros to match given `decimalScale`.",
|
|
78
78
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p><code>none</code> prevents from adding zeros to match given <code>decimalScale</code>.</p>\n</div><div><p><code>always</code> automatically adds zeros to match given <code>decimalScale</code>.</p>\n<p><code>onBlur</code> automatically adds zeros to match given <code>decimalScale</code> when input has lost focus.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'none'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
79
79
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
80
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
80
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L75"
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"name": "locale",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"defaultValue": "en-US",
|
|
90
90
|
"deprecatedSince": "10.27.0\n",
|
|
91
91
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
92
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
92
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L82"
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"name": "prefix",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"description": "A string which is added to input as a prefix.",
|
|
100
100
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A string which is added to input as a prefix.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
101
101
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
102
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
102
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L92"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"name": "qa",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"description": "",
|
|
110
110
|
"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>",
|
|
111
111
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
112
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
112
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L112"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"name": "step",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A stepping interval which is used in incrementer. Zero value turns off incrementer.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>0</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
121
121
|
"defaultValue": "0",
|
|
122
122
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
123
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L98"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"name": "suffix",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"description": "A string which is added to input as a suffix",
|
|
131
131
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A string which is added to input as a suffix</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
132
132
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
133
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L103"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
"name": "value",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"description": "Value of a controlled component. If value is a string, the string MUST be formatted with the decimal separator to the locale.",
|
|
141
141
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Value of a controlled component. If value is a string, the string MUST be formatted with the decimal separator to the locale.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
142
142
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
143
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
143
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L108"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"name": "onChange",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"description": "`(value: ValueChange) => void`, where `ValueChange` is an object `{ value: string, parsedNumber: number | null }`.",
|
|
151
151
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p><code>(value: ValueChange) => void</code>, where <code>ValueChange</code> is an object <code>{ value: string, parsedNumber: number | null }</code>.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
152
152
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
153
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
153
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L87"
|
|
154
154
|
}
|
|
155
155
|
],
|
|
156
156
|
"description": ""
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"description": "",
|
|
167
167
|
"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>",
|
|
168
168
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
169
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
169
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L140"
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
172
|
"name": "fraction",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"description": "",
|
|
177
177
|
"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>",
|
|
178
178
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
179
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
179
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L144"
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
"name": "integer",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"description": "",
|
|
187
187
|
"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>",
|
|
188
188
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
189
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
189
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L136"
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
192
|
"name": "parsedNumber",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"description": "",
|
|
197
197
|
"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>",
|
|
198
198
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
199
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
199
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L148"
|
|
200
200
|
}
|
|
201
201
|
],
|
|
202
202
|
"description": ""
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"description": "",
|
|
213
213
|
"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>",
|
|
214
214
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
215
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
215
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L125"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"name": "group",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"description": "",
|
|
223
223
|
"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>",
|
|
224
224
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
225
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
225
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L129"
|
|
226
226
|
}
|
|
227
227
|
],
|
|
228
228
|
"description": ""
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The maximum number of fraction digits to use. Possible values range from 0 to 14. Setting to true will result in the maximum size, setting to false will allow 0 decimals, whole numbers only.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>true</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
240
240
|
"defaultValue": "true",
|
|
241
241
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
242
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
242
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L44"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"name": "fillDecimalScale",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"description": "`none` prevents from adding zeros to match given `decimalScale`.",
|
|
250
250
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p><code>none</code> prevents from adding zeros to match given <code>decimalScale</code>.</p>\n</div><div><p><code>always</code> automatically adds zeros to match given <code>decimalScale</code>.</p>\n<p><code>onBlur</code> automatically adds zeros to match given <code>decimalScale</code> when input has lost focus.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'none'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
251
251
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
252
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
252
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L75"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"name": "locale",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"defaultValue": "en-US",
|
|
262
262
|
"deprecatedSince": "10.27.0\n",
|
|
263
263
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
264
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
264
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L82"
|
|
265
265
|
}
|
|
266
266
|
],
|
|
267
267
|
"description": ""
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"description": "A Number data type of value",
|
|
278
278
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A Number data type of value</p>\n</div><dl class=\"tsd-comment-tags\"><dt>example</dt><dd><p>1000.99</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
279
279
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
280
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
280
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L26"
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
"name": "value",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"description": "The displayed value in format of the locale",
|
|
288
288
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The displayed value in format of the locale</p>\n</div><dl class=\"tsd-comment-tags\"><dt>example</dt><dd><p>"1.000,990"</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
289
289
|
"sourceFile": "packages/core-react/src/components/NumberInput/NumberInput.types.ts",
|
|
290
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
290
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/NumberInput/NumberInput.types.ts#L20"
|
|
291
291
|
}
|
|
292
292
|
],
|
|
293
293
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "<div>\n The callback to run before the overlay is hidden. Returning\n <Code>false</Code> will prevent hiding.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock>",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n The callback to run before the overlay is hidden. Returning\n <Code>false</Code> will prevent hiding.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock></div><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/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L40"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "beforeShow",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "<div>\n The callback to run before the overlay is shown. Returning\n <Code>false</Code> will prevent showing.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock>",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n The callback to run before the overlay is shown. Returning\n <Code>false</Code> will prevent showing.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock></div><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/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L49"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "canFlip",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"descriptionHtml": "",
|
|
32
32
|
"sourceFile": "packages/core-react/src/state/Anchor.tsx",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/state/Anchor.tsx#L10"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "children",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "",
|
|
41
41
|
"descriptionHtml": "",
|
|
42
42
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/utils/types.ts#L33"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "clickOutsideIgnoreRefs",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "Additional refs to check for clickOutside behavior",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional refs to check for clickOutside behavior</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L55"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "hideDelay",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "The delay when hiding the overlay",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The delay when hiding the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L61"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "hideKeys",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "",
|
|
71
71
|
"descriptionHtml": "",
|
|
72
72
|
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L63"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "initialIsVisible",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "",
|
|
81
81
|
"descriptionHtml": "",
|
|
82
82
|
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/state/Visibility.tsx#L8"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "overlay",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "",
|
|
91
91
|
"descriptionHtml": "",
|
|
92
92
|
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L71"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "padding",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description": "",
|
|
101
101
|
"descriptionHtml": "",
|
|
102
102
|
"sourceFile": "packages/core-react/src/state/Anchor.tsx",
|
|
103
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/state/Anchor.tsx#L14"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"name": "placement",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"description": "",
|
|
111
111
|
"descriptionHtml": "",
|
|
112
112
|
"sourceFile": "packages/core-react/src/state/Anchor.tsx",
|
|
113
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
113
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/state/Anchor.tsx#L15"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"name": "restoreFocusOnHide",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"description": "Restore focus to the target after the overlay is hidden",
|
|
121
121
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Restore focus to the target after the overlay is hidden</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>true</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
122
122
|
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
123
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L78"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"name": "showDelay",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"description": "The delay when showing the overlay",
|
|
131
131
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The delay when showing the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
132
132
|
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
133
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L84"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
"name": "showKeys",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"description": "Keys to show the overlay when the target is focused",
|
|
141
141
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Keys to show the overlay when the target is focused</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
142
142
|
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
143
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
143
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L90"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"name": "shrinkOverlay",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"description": "",
|
|
151
151
|
"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>",
|
|
152
152
|
"sourceFile": "packages/core-react/src/components/Overlay.tsx",
|
|
153
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
153
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/Overlay.tsx#L9"
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
"name": "trigger",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"description": "",
|
|
161
161
|
"descriptionHtml": "",
|
|
162
162
|
"sourceFile": "packages/core-react/src/state/Trigger.tsx",
|
|
163
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
163
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/state/Trigger.tsx#L22"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"name": "afterHide",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"description": "",
|
|
171
171
|
"descriptionHtml": "",
|
|
172
172
|
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
173
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
173
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/state/Visibility.tsx#L6"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"name": "afterShow",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"description": "",
|
|
181
181
|
"descriptionHtml": "",
|
|
182
182
|
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
183
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
183
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/state/Visibility.tsx#L7"
|
|
184
184
|
}
|
|
185
185
|
],
|
|
186
186
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Current page selected, 1 based.",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Current page selected, 1 based.</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/components/Pagination/Pagination.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/Pagination/Pagination.types.ts#L42"
|
|
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/84406791d/packages/core-react/src/utils/types.ts#L40"
|
|
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/84406791d/packages/core-react/src/utils/types.ts#L45"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "fieldLabel",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"deprecated": "\n\nThe `fieldLabel` has been deprecated and will be removed in a future version.\nThe `Pagination` component now handles i18n internally and this prop has no effect,\nplease remove it from usage.\n\n\n**Before**\n\n`<Pagination fieldLabel={window.i18n.t('my.key')} />`\n\n**After**\n\n`<Pagination />`\n",
|
|
43
43
|
"deprecatedSince": "10.20.0",
|
|
44
44
|
"sourceFile": "packages/core-react/src/components/Pagination/Pagination.types.ts",
|
|
45
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
45
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/Pagination/Pagination.types.ts#L81"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "items",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"description": "Total number of items across pages.",
|
|
53
53
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Total number of items across pages.</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/components/Pagination/Pagination.types.ts",
|
|
55
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
55
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/Pagination/Pagination.types.ts#L48"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"name": "perPage",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"description": "Number of items per page.",
|
|
63
63
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Number of items per page.</p>\n</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/components/Pagination/Pagination.types.ts",
|
|
65
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
65
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/Pagination/Pagination.types.ts#L60"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"name": "style",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"description": "Additional CSS styles",
|
|
73
73
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
74
74
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
75
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/utils/types.ts#L50"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"name": "onSelectPage",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"description": "A callback that receives the page selected.",
|
|
83
83
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A callback that receives the page selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
84
84
|
"sourceFile": "packages/core-react/src/components/Pagination/Pagination.types.ts",
|
|
85
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
85
|
+
"sourceUrl": "https://github.com/procore/core/blob/84406791d/packages/core-react/src/components/Pagination/Pagination.types.ts#L54"
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
88
|
"description": ""
|