@procore/core-react 12.49.1 → 12.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +4 -4
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.js +8 -8
- package/dist/Badge/Badge.styles.js +2 -2
- package/dist/BadgePill/BadgePill.styles.js +4 -4
- package/dist/Banner/Banner.styles.js +10 -10
- package/dist/Box/Box.styles.js +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
- package/dist/Button/Button.styles.js +5 -5
- package/dist/Calendar/Calendar.styles.js +9 -9
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DetailPage/DetailPage.d.ts +2 -1
- package/dist/DetailPage/DetailPage.js +11 -10
- package/dist/DetailPage/DetailPage.js.map +1 -1
- package/dist/DetailPage/DetailPage.styles.js +9 -8
- package/dist/DetailPage/DetailPage.styles.js.map +1 -1
- package/dist/DetailPage/DetailPage.types.d.ts +5 -5
- package/dist/DetailPage/DetailPage.types.js.map +1 -1
- package/dist/DetailPageTemplate/DetailPageTemplate.types.d.ts +7 -1
- package/dist/DetailPageTemplate/DetailPageTemplate.types.js.map +1 -1
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
- package/dist/Dropzone/Dropzone.js +1 -1
- package/dist/Dropzone/Dropzone.styles.js +9 -9
- package/dist/EmptyState/EmptyState.styles.js +6 -6
- package/dist/Field/Field.styles.js +3 -3
- package/dist/FileList/FileList.styles.js +3 -3
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
- package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
- package/dist/FileSelect/FileSelect.styles.js +2 -2
- package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
- package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
- package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
- package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
- package/dist/FileSelect/SourceItem/SourceItem.d.ts +7 -0
- package/dist/FileSelect/SourceItem/SourceItem.js.map +1 -1
- package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.styles.js +6 -6
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.styles.js +13 -13
- package/dist/Form/StyledFormikForm.styles.d.ts +2 -2
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
- package/dist/Grid/Grid.styles.js +2 -2
- package/dist/GroupSelect/GroupSelect.styles.js +1 -1
- package/dist/Input/Input.styles.js +1 -1
- package/dist/Link/Link.styles.js +1 -1
- package/dist/ListPage/ListPage.styles.js +8 -8
- package/dist/Loader/Loader.styles.js +2 -2
- package/dist/MenuImperative/MenuImperative.styles.js +11 -11
- package/dist/Modal/Modal.styles.js +26 -33
- package/dist/Modal/Modal.styles.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.d.ts +1 -1
- package/dist/MultiSelect/MultiSelect.styles.js +8 -8
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/NextTile/NextTile.styles.js +5 -5
- package/dist/Notation/Notation.js +1 -1
- package/dist/NumberInput/NumberInput.styles.js +7 -7
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/PageLayout/PageLayout.js +8 -5
- package/dist/PageLayout/PageLayout.js.map +1 -1
- package/dist/PageLayout/PageLayout.styles.js +18 -17
- package/dist/PageLayout/PageLayout.styles.js.map +1 -1
- package/dist/PageLayout/PageLayout.types.d.ts +7 -0
- package/dist/PageLayout/PageLayout.types.js.map +1 -1
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.types.d.ts +5 -0
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.types.js.map +1 -1
- package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
- package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
- package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
- package/dist/Pagination/Pagination.styles.js +5 -5
- package/dist/Panel/Panel.styles.js +14 -13
- package/dist/Panel/Panel.styles.js.map +1 -1
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.styles.js +4 -4
- package/dist/Popover/Popover.styles.js +2 -2
- package/dist/Portal/Portal.styles.js +1 -1
- package/dist/ProgressBar/ProgressBar.styles.js +2 -2
- package/dist/RadioButton/RadioButton.styles.js +3 -3
- package/dist/Required/Required.js +1 -0
- package/dist/Required/Required.js.map +1 -1
- package/dist/Required/Required.styles.js +5 -5
- package/dist/Required/Required.styles.js.map +1 -1
- package/dist/Required/Required.types.d.ts +2 -0
- package/dist/Required/Required.types.js.map +1 -1
- package/dist/Search/Search.styles.js +5 -5
- package/dist/Section/Section.styles.js +7 -7
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/Select/Select.js +4 -3
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.js +8 -8
- package/dist/Select/Select.types.d.ts +0 -1
- package/dist/Select/Select.types.js.map +1 -1
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.styles.js +5 -5
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +40 -40
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +29 -29
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tablist.d.ts +11 -0
- package/dist/Tabs/Tablist.js +45 -0
- package/dist/Tabs/Tablist.js.map +1 -0
- package/dist/Tabs/Tablist.types.d.ts +58 -0
- package/dist/Tabs/Tablist.types.js +2 -0
- package/dist/Tabs/Tablist.types.js.map +1 -0
- package/dist/Tabs/Tabs.js +60 -8
- package/dist/Tabs/Tabs.js.map +1 -1
- package/dist/Tabs/Tabs.styles.js +16 -16
- package/dist/Tabs/Tabs.types.d.ts +25 -10
- package/dist/Tabs/Tabs.types.js.map +1 -1
- package/dist/Tabs/index.d.ts +2 -0
- package/dist/Tabs/index.js +1 -0
- package/dist/Tabs/index.js.map +1 -1
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/Tearsheet/storybook/PageLayoutDemo.js +3 -1
- package/dist/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.hooks.d.ts +14 -14
- package/dist/Thumbnail/Thumbnail.styles.js +21 -21
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- package/dist/Tile/Tile.styles.js +8 -8
- package/dist/Title/Title.styles.js +7 -7
- package/dist/Toast/Toast.styles.js +3 -3
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.js +5 -5
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/Tooltip/Tooltip.styles.js +3 -3
- package/dist/Tree/Tree.js +1 -1
- package/dist/Tree/Tree.styles.js +10 -10
- package/dist/Typeahead/Typeahead.styles.js +4 -4
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_locales/en.json +1 -1
- package/dist/_locales/pseudo.json +1 -1
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +4 -4
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -25
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +15 -15
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +14 -14
- package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +14 -14
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +38 -38
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
- package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
- package/dist/_typedoc/EmptyState/EmptyState.types.json +18 -18
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +770 -770
- package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +54 -54
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +1 -1
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +84 -84
- package/dist/_typedoc/Modal/Modal.types.json +48 -48
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
- package/dist/_typedoc/NextTile/NextTile.types.json +33 -33
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +52 -52
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
- package/dist/_typedoc/PageLayout/PageLayout.types.json +48 -38
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +28 -28
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
- package/dist/_typedoc/Popover/Popover.types.json +15 -15
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +8 -6
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +15 -15
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
- package/dist/_typedoc/Select/Select.types.json +67 -72
- package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
- package/dist/_typedoc/Table/Table.types.json +105 -105
- package/dist/_typedoc/Tabs/Tablist.types.json +17 -0
- package/dist/_typedoc/Tabs/Tabs.types.json +46 -25
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
- package/dist/_typedoc/Tile/Tile.types.json +8 -8
- package/dist/_typedoc/Title/Title.types.json +1 -1
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
- package/dist/_typedoc/Token/Token.types.json +7 -7
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
- package/dist/_typedoc/Tooltip/Tooltip.types.json +15 -15
- package/dist/_typedoc/Tree/Tree.types.json +88 -88
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +9 -9
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_typedoc/a11y-tips.json +1 -1
- package/dist/_typedoc/deprecations.json +1 -1
- package/dist/_utils/propsTypedoc.d.ts +1 -0
- package/dist/_utils/propsTypedoc.js +1 -0
- package/dist/_utils/propsTypedoc.js.map +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "",
|
|
12
12
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/_utils/types.ts#L42"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "className",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Additional classNames",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</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/4fcd363/packages/core-react/src/_utils/types.ts#L47"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "style",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional CSS styles",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</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/4fcd363/packages/core-react/src/_utils/types.ts#L52"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "variant",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "The notation color variant",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The notation color variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/Notation/Notation.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/Notation/Notation.types.ts#L17"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
46
|
"description": ""
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>use this prop if there are no label available. Prefer <code>aria-labelledby</code> over <code>aria-label</code>.\nIt will attach internal prefix or suffix automatically to the label</p>\n</dd><dt>since</dt><dd><p>12.26.0</p>\n</dd></dl></div>",
|
|
12
12
|
"a11y": "use this prop if there are no label available. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix or suffix automatically to the label",
|
|
13
13
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
14
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
14
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L185"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"name": "aria-labelledby",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>should be labelled by using label id. Prefer <code>aria-labelledby</code> over <code>aria-label</code>.\nIt will attach internal prefix of suffix automatically to the label</p>\n</dd><dt>since</dt><dd><p>12.26.0</p>\n</dd></dl></div>",
|
|
23
23
|
"a11y": "should be labelled by using label id. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix of suffix automatically to the label",
|
|
24
24
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
25
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
25
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L179"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"name": "currencyDisplay",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"description": "GTK option that determines how the currency symbol is displayed (narrowSymbol, symbol, name, code)",
|
|
33
33
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>GTK option that determines how the currency symbol is displayed (narrowSymbol, symbol, name, code)</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.10.0</p>\n</dd></dl></div>",
|
|
34
34
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
35
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
35
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L195"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"name": "currencyIsoCode",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"description": "String which is added to the input as a suffix or prefix dependent on the locale",
|
|
43
43
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>String which is added to the input as a suffix or prefix dependent on the locale</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.10.0</p>\n</dd></dl></div>",
|
|
44
44
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
45
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
45
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L190"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "decimalScale",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"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>",
|
|
54
54
|
"defaultValue": "true",
|
|
55
55
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
56
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
56
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L38"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "defaultValue",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"description": "Initial value of an uncontrolled component",
|
|
64
64
|
"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>",
|
|
65
65
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
66
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
66
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L59"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"name": "error",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"description": "Controls the error state of the `Input`, changing the\nbackground color and border colors to red",
|
|
74
74
|
"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>",
|
|
75
75
|
"sourceFile": "packages/core-react/src/Input/Input.types.ts",
|
|
76
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
76
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/Input/Input.types.ts#L8"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"name": "fillDecimalScale",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"description": "`none` prevents from adding zeros to match given `decimalScale`.",
|
|
84
84
|
"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>",
|
|
85
85
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
86
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
86
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L69"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"name": "locale",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A string with a BCP 47 language tag or an array of such strings which specifies number formatting.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>en-US</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
95
95
|
"defaultValue": "en-US",
|
|
96
96
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
97
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
97
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L201"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
"name": "max",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"description": "The maximum value the input will accept. The spinner buttons and arrow-key\nstepping will not go above this value, and the value is clamped on blur.\nInitial values outside the range are not auto-clamped on mount.",
|
|
105
105
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The maximum value the input will accept. The spinner buttons and arrow-key\nstepping will not go above this value, and the value is clamped on blur.\nInitial values outside the range are not auto-clamped on mount.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.49.0</p>\n</dd></dl></div>",
|
|
106
106
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
107
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
107
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L76"
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"name": "min",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"description": "The minimum value the input will accept. The spinner buttons and arrow-key\nstepping will not go below this value, and the value is clamped on blur.\nInitial values outside the range are not auto-clamped on mount.",
|
|
115
115
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The minimum value the input will accept. The spinner buttons and arrow-key\nstepping will not go below this value, and the value is clamped on blur.\nInitial values outside the range are not auto-clamped on mount.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.49.0</p>\n</dd></dl></div>",
|
|
116
116
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
117
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
117
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L83"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"name": "prefix",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"description": "A string which is added to input as a prefix.",
|
|
125
125
|
"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>",
|
|
126
126
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
127
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
127
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L93"
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"name": "qa",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"description": "",
|
|
135
135
|
"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>",
|
|
136
136
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
137
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
137
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L113"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
"name": "step",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"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>",
|
|
146
146
|
"defaultValue": "0",
|
|
147
147
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
148
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
148
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L99"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"name": "suffix",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"description": "A string which is added to input as a suffix",
|
|
156
156
|
"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>",
|
|
157
157
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
158
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
158
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L104"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"name": "value",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"description": "Value of a controlled component. If value is a string, the string MUST be formatted with the decimal separator to the locale.",
|
|
166
166
|
"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>",
|
|
167
167
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
168
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
168
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L109"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"name": "onChange",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"description": "`(value: ValueChange) => void`, where `ValueChange` is an object `{ value: string, parsedNumber: number | null }`.",
|
|
176
176
|
"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>",
|
|
177
177
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
178
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
178
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L88"
|
|
179
179
|
}
|
|
180
180
|
],
|
|
181
181
|
"description": ""
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"description": "",
|
|
192
192
|
"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>",
|
|
193
193
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
194
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
194
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L170"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"name": "selectionEnd",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"description": "",
|
|
202
202
|
"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>",
|
|
203
203
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
204
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
204
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L166"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"name": "selectionStart",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"description": "",
|
|
212
212
|
"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>",
|
|
213
213
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
214
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
214
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L162"
|
|
215
215
|
}
|
|
216
216
|
],
|
|
217
217
|
"description": ""
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"description": "",
|
|
228
228
|
"descriptionHtml": "",
|
|
229
229
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
230
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
230
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L228"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"name": "prefixProps",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"description": "",
|
|
238
238
|
"descriptionHtml": "",
|
|
239
239
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
240
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
240
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L229"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"name": "suffixProps",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"description": "",
|
|
248
248
|
"descriptionHtml": "",
|
|
249
249
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
250
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
250
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L230"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
253
253
|
"description": ""
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"description": "",
|
|
264
264
|
"descriptionHtml": "",
|
|
265
265
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
266
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
266
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L219"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"name": "ariaLabelledBy",
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"description": "",
|
|
274
274
|
"descriptionHtml": "",
|
|
275
275
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
276
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
276
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L220"
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"name": "id",
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"description": "",
|
|
284
284
|
"descriptionHtml": "",
|
|
285
285
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
286
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
286
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L221"
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
"name": "name",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"description": "",
|
|
294
294
|
"descriptionHtml": "",
|
|
295
295
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
296
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
296
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L222"
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
"name": "prefix",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"description": "",
|
|
304
304
|
"descriptionHtml": "",
|
|
305
305
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
306
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
306
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L223"
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"name": "suffix",
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"description": "",
|
|
314
314
|
"descriptionHtml": "",
|
|
315
315
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
316
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
316
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L224"
|
|
317
317
|
}
|
|
318
318
|
],
|
|
319
319
|
"description": ""
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"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>",
|
|
331
331
|
"defaultValue": "true",
|
|
332
332
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
333
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
333
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L38"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"name": "defaultValue",
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
"description": "Initial value of an uncontrolled component",
|
|
341
341
|
"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>",
|
|
342
342
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
343
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
343
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L59"
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
"name": "error",
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
"description": "Controls the error state of the `Input`, changing the\nbackground color and border colors to red",
|
|
351
351
|
"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>",
|
|
352
352
|
"sourceFile": "packages/core-react/src/Input/Input.types.ts",
|
|
353
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
353
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/Input/Input.types.ts#L8"
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
356
|
"name": "fillDecimalScale",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"description": "`none` prevents from adding zeros to match given `decimalScale`.",
|
|
361
361
|
"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>",
|
|
362
362
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
363
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
363
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L69"
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
"name": "max",
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
"description": "The maximum value the input will accept. The spinner buttons and arrow-key\nstepping will not go above this value, and the value is clamped on blur.\nInitial values outside the range are not auto-clamped on mount.",
|
|
371
371
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The maximum value the input will accept. The spinner buttons and arrow-key\nstepping will not go above this value, and the value is clamped on blur.\nInitial values outside the range are not auto-clamped on mount.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.49.0</p>\n</dd></dl></div>",
|
|
372
372
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
373
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
373
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L76"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
"name": "min",
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
"description": "The minimum value the input will accept. The spinner buttons and arrow-key\nstepping will not go below this value, and the value is clamped on blur.\nInitial values outside the range are not auto-clamped on mount.",
|
|
381
381
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The minimum value the input will accept. The spinner buttons and arrow-key\nstepping will not go below this value, and the value is clamped on blur.\nInitial values outside the range are not auto-clamped on mount.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.49.0</p>\n</dd></dl></div>",
|
|
382
382
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
383
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
383
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L83"
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
386
|
"name": "prefix",
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"description": "A string which is added to input as a prefix.",
|
|
391
391
|
"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>",
|
|
392
392
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
393
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
393
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L93"
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
396
|
"name": "qa",
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"description": "",
|
|
401
401
|
"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>",
|
|
402
402
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
403
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
403
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L113"
|
|
404
404
|
},
|
|
405
405
|
{
|
|
406
406
|
"name": "step",
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"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>",
|
|
412
412
|
"defaultValue": "0",
|
|
413
413
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
414
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
414
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L99"
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"name": "suffix",
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
"description": "A string which is added to input as a suffix",
|
|
422
422
|
"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>",
|
|
423
423
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
424
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
424
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L104"
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"name": "value",
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
"description": "Value of a controlled component. If value is a string, the string MUST be formatted with the decimal separator to the locale.",
|
|
432
432
|
"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>",
|
|
433
433
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
434
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
434
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L109"
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
437
|
"name": "onChange",
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
"description": "`(value: ValueChange) => void`, where `ValueChange` is an object `{ value: string, parsedNumber: number | null }`.",
|
|
442
442
|
"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>",
|
|
443
443
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
444
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
444
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L88"
|
|
445
445
|
}
|
|
446
446
|
],
|
|
447
447
|
"description": ""
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"description": "A Number data type of value",
|
|
458
458
|
"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>",
|
|
459
459
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
460
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
460
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L20"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"name": "value",
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
"description": "The displayed value in format of the locale",
|
|
468
468
|
"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>",
|
|
469
469
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
470
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
470
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L14"
|
|
471
471
|
}
|
|
472
472
|
],
|
|
473
473
|
"description": ""
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
"description": "",
|
|
484
484
|
"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>",
|
|
485
485
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
486
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
486
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L145"
|
|
487
487
|
},
|
|
488
488
|
{
|
|
489
489
|
"name": "fraction",
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
"description": "",
|
|
494
494
|
"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>",
|
|
495
495
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
496
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
496
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L149"
|
|
497
497
|
},
|
|
498
498
|
{
|
|
499
499
|
"name": "integer",
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
"description": "",
|
|
504
504
|
"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>",
|
|
505
505
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
506
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
506
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L141"
|
|
507
507
|
},
|
|
508
508
|
{
|
|
509
509
|
"name": "parsedNumber",
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
"description": "",
|
|
514
514
|
"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>",
|
|
515
515
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
516
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
516
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L153"
|
|
517
517
|
}
|
|
518
518
|
],
|
|
519
519
|
"description": ""
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
"description": "",
|
|
530
530
|
"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>",
|
|
531
531
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
532
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
532
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L130"
|
|
533
533
|
},
|
|
534
534
|
{
|
|
535
535
|
"name": "group",
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"description": "",
|
|
540
540
|
"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>",
|
|
541
541
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
542
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
542
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L134"
|
|
543
543
|
}
|
|
544
544
|
],
|
|
545
545
|
"description": ""
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"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>",
|
|
557
557
|
"defaultValue": "true",
|
|
558
558
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
559
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
559
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L38"
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
562
|
"name": "fillDecimalScale",
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
"description": "`none` prevents from adding zeros to match given `decimalScale`.",
|
|
567
567
|
"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>",
|
|
568
568
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
569
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
569
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L69"
|
|
570
570
|
},
|
|
571
571
|
{
|
|
572
572
|
"name": "locale",
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A string with a BCP 47 language tag or an array of such strings which specifies number formatting.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>en-US</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
578
578
|
"defaultValue": "en-US",
|
|
579
579
|
"sourceFile": "packages/core-react/src/NumberInput/NumberInput.types.ts",
|
|
580
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
580
|
+
"sourceUrl": "https://github.com/procore/core/blob/4fcd363/packages/core-react/src/NumberInput/NumberInput.types.ts#L123"
|
|
581
581
|
}
|
|
582
582
|
],
|
|
583
583
|
"description": ""
|