@procore/core-react 12.28.1 → 12.29.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 +6 -0
- package/README.md +3 -49
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.d.ts +76 -76
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- 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 +8 -8
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/Checkbox/CheckboxTooltip.js +1 -1
- 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.styles.js +7 -7
- 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 +4 -4
- 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.styles.js +3 -3
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.d.ts +1 -1
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.styles.js +4 -4
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.js +29 -10
- package/dist/Form/Form.js.map +1 -1
- package/dist/Form/Form.styles.js +14 -14
- 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 +10 -10
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/Modal/storyHelpers.js +4 -1
- package/dist/Modal/storyHelpers.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.js +6 -6
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- 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/OverlayTrigger/a11yPresets.d.ts +6 -6
- package/dist/PageLayout/PageLayout.styles.js +16 -16
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +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 +11 -11
- 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.styles.js +3 -3
- 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.styles.js +7 -7
- package/dist/Semantic/Semantic.styles.d.ts +76 -76
- 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 +38 -38
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +28 -28
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +15 -15
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditor/TextEditor.d.ts +17 -41
- package/dist/TextEditor/TextEditor.js +141 -155
- package/dist/TextEditor/TextEditor.js.map +1 -1
- package/dist/TextEditor/TextEditor.styles.d.ts +2 -5
- package/dist/TextEditor/TextEditor.styles.js +4 -24
- package/dist/TextEditor/TextEditor.styles.js.map +1 -1
- package/dist/TextEditor/TextEditor.types.d.ts +55 -109
- package/dist/TextEditor/TextEditor.types.js.map +1 -1
- package/dist/TextEditor/index.d.ts +2 -4
- package/dist/TextEditor/index.js +1 -3
- package/dist/TextEditor/index.js.map +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.d.ts +7 -3
- package/dist/TextEditorOutput/TextEditorOutput.js +29 -13
- package/dist/TextEditorOutput/TextEditorOutput.js.map +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +2 -2
- package/dist/TextEditorOutput/TextEditorOutput.styles.js.map +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.types.d.ts +10 -3
- package/dist/TextEditorOutput/TextEditorOutput.types.js.map +1 -1
- package/dist/Thumbnail/Thumbnail.hooks.d.ts +64 -64
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.d.ts +1 -1
- 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 +3 -3
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/Tooltip/Tooltip.styles.js +2 -2
- package/dist/Tree/Tree.styles.js +9 -9
- package/dist/Typeahead/Typeahead.styles.js +3 -3
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- package/dist/_typedoc/Box/Box.types.json +72 -72
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +15 -15
- 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 +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +39 -39
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
- package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
- package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
- 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 +847 -1131
- 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 +52 -52
- 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 +74 -74
- package/dist/_typedoc/Modal/Modal.types.json +46 -46
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +54 -54
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +32 -32
- package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +30 -30
- 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 +5 -5
- 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 +62 -62
- 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 +101 -101
- package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
- 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 +44 -160
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +15 -5
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
- package/dist/_typedoc/Tile/Tile.types.json +8 -8
- package/dist/_typedoc/Title/Title.types.json +3 -3
- 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 +7 -7
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- 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/deprecations.json +1 -1
- package/dist/_utils/TinyMCE.d.ts +21 -0
- package/dist/_utils/TinyMCE.js +86 -0
- package/dist/_utils/TinyMCE.js.map +1 -0
- package/dist/_utils/props.d.ts +4 -0
- package/dist/_utils/props.js +5 -0
- package/dist/_utils/props.js.map +1 -0
- package/dist/_utils/propsTypedoc.d.ts +0 -1
- package/dist/_utils/propsTypedoc.js +0 -1
- package/dist/_utils/propsTypedoc.js.map +1 -1
- package/dist/index.d.ts +7 -12
- package/dist/index.js +9 -17
- package/dist/index.js.map +1 -1
- package/package.json +5 -13
- package/dist/TextEditor/EditorError.d.ts +0 -2
- package/dist/TextEditor/EditorError.js +0 -9
- package/dist/TextEditor/EditorError.js.map +0 -1
- package/dist/TextEditor/StickyToolbar/StickyToolbar.types.d.ts +0 -5
- package/dist/TextEditor/StickyToolbar/StickyToolbar.types.js +0 -2
- package/dist/TextEditor/StickyToolbar/StickyToolbar.types.js.map +0 -1
- package/dist/TextEditor/StickyToolbar/StickyToolbar.utils.d.ts +0 -3
- package/dist/TextEditor/StickyToolbar/StickyToolbar.utils.js +0 -153
- package/dist/TextEditor/StickyToolbar/StickyToolbar.utils.js.map +0 -1
- package/dist/TextEditor/StickyToolbar/index.d.ts +0 -4
- package/dist/TextEditor/StickyToolbar/index.js +0 -3
- package/dist/TextEditor/StickyToolbar/index.js.map +0 -1
- package/dist/TextEditor/StickyToolbar/useStickyToolbar.d.ts +0 -2
- package/dist/TextEditor/StickyToolbar/useStickyToolbar.js +0 -49
- package/dist/TextEditor/StickyToolbar/useStickyToolbar.js.map +0 -1
- package/dist/TextEditor/StickyToolbar/useStickyToolbar.types.d.ts +0 -12
- package/dist/TextEditor/StickyToolbar/useStickyToolbar.types.js +0 -2
- package/dist/TextEditor/StickyToolbar/useStickyToolbar.types.js.map +0 -1
- package/dist/TextEditor/TextEditorProvider.d.ts +0 -4
- package/dist/TextEditor/TextEditorProvider.js +0 -17
- package/dist/TextEditor/TextEditorProvider.js.map +0 -1
- package/dist/TextEditor/TextEditorProvider.types.d.ts +0 -14
- package/dist/TextEditor/TextEditorProvider.types.js +0 -2
- package/dist/TextEditor/TextEditorProvider.types.js.map +0 -1
- package/dist/TextEditor/license_key.d.ts +0 -2
- package/dist/TextEditor/license_key.js +0 -3
- package/dist/TextEditor/license_key.js.map +0 -1
- package/dist/TextEditor/plugins/CutPlugin/CutCommand.d.ts +0 -5
- package/dist/TextEditor/plugins/CutPlugin/CutCommand.js +0 -99
- package/dist/TextEditor/plugins/CutPlugin/CutCommand.js.map +0 -1
- package/dist/TextEditor/plugins/CutPlugin/CutPlugin.d.ts +0 -5
- package/dist/TextEditor/plugins/CutPlugin/CutPlugin.js +0 -56
- package/dist/TextEditor/plugins/CutPlugin/CutPlugin.js.map +0 -1
- package/dist/TextEditor/plugins/CutPlugin/index.d.ts +0 -1
- package/dist/TextEditor/plugins/CutPlugin/index.js +0 -2
- package/dist/TextEditor/plugins/CutPlugin/index.js.map +0 -1
- package/dist/TextEditor/plugins/IndentPaddingToMarginPlugin/IndentPaddingToMarginPlugin.d.ts +0 -5
- package/dist/TextEditor/plugins/IndentPaddingToMarginPlugin/IndentPaddingToMarginPlugin.js +0 -40
- package/dist/TextEditor/plugins/IndentPaddingToMarginPlugin/IndentPaddingToMarginPlugin.js.map +0 -1
- package/dist/TextEditor/plugins/IndentPaddingToMarginPlugin/index.d.ts +0 -1
- package/dist/TextEditor/plugins/IndentPaddingToMarginPlugin/index.js +0 -2
- package/dist/TextEditor/plugins/IndentPaddingToMarginPlugin/index.js.map +0 -1
- package/dist/TextEditor/plugins/PasteAsTextPlugin/PasteAsTextCommand.d.ts +0 -5
- package/dist/TextEditor/plugins/PasteAsTextPlugin/PasteAsTextCommand.js +0 -86
- package/dist/TextEditor/plugins/PasteAsTextPlugin/PasteAsTextCommand.js.map +0 -1
- package/dist/TextEditor/plugins/PasteAsTextPlugin/PasteAsTextPlugin.d.ts +0 -5
- package/dist/TextEditor/plugins/PasteAsTextPlugin/PasteAsTextPlugin.js +0 -56
- package/dist/TextEditor/plugins/PasteAsTextPlugin/PasteAsTextPlugin.js.map +0 -1
- package/dist/TextEditor/plugins/PasteAsTextPlugin/index.d.ts +0 -1
- package/dist/TextEditor/plugins/PasteAsTextPlugin/index.js +0 -2
- package/dist/TextEditor/plugins/PasteAsTextPlugin/index.js.map +0 -1
- package/dist/TextEditor/plugins/PastePlugin/PasteCommand.d.ts +0 -5
- package/dist/TextEditor/plugins/PastePlugin/PasteCommand.js +0 -149
- package/dist/TextEditor/plugins/PastePlugin/PasteCommand.js.map +0 -1
- package/dist/TextEditor/plugins/PastePlugin/PastePlugin.d.ts +0 -5
- package/dist/TextEditor/plugins/PastePlugin/PastePlugin.js +0 -56
- package/dist/TextEditor/plugins/PastePlugin/PastePlugin.js.map +0 -1
- package/dist/TextEditor/plugins/PastePlugin/index.d.ts +0 -1
- package/dist/TextEditor/plugins/PastePlugin/index.js +0 -2
- package/dist/TextEditor/plugins/PastePlugin/index.js.map +0 -1
- package/dist/TextEditor/plugins/TabSpacesPlugin/TabSpacesPlugin.d.ts +0 -6
- package/dist/TextEditor/plugins/TabSpacesPlugin/TabSpacesPlugin.js +0 -87
- package/dist/TextEditor/plugins/TabSpacesPlugin/TabSpacesPlugin.js.map +0 -1
- package/dist/TextEditor/plugins/TabSpacesPlugin/index.d.ts +0 -1
- package/dist/TextEditor/plugins/TabSpacesPlugin/index.js +0 -2
- package/dist/TextEditor/plugins/TabSpacesPlugin/index.js.map +0 -1
- package/dist/TextEditor/textEditorTheming/icons.d.ts +0 -23
- package/dist/TextEditor/textEditorTheming/icons.js +0 -24
- package/dist/TextEditor/textEditorTheming/icons.js.map +0 -1
- package/dist/TextEditor/textEditorTheming/index.d.ts +0 -1
- package/dist/TextEditor/textEditorTheming/index.js +0 -2
- package/dist/TextEditor/textEditorTheming/index.js.map +0 -1
- package/dist/TextEditor/textEditorTheming/textEditorTheming.styles.d.ts +0 -2
- package/dist/TextEditor/textEditorTheming/textEditorTheming.styles.js +0 -10
- package/dist/TextEditor/textEditorTheming/textEditorTheming.styles.js.map +0 -1
- package/dist/TextEditor/useCKEditorCss.d.ts +0 -3
- package/dist/TextEditor/useCKEditorCss.js +0 -36
- package/dist/TextEditor/useCKEditorCss.js.map +0 -1
- package/dist/TextEditor/useTabAsNavigation.d.ts +0 -11
- package/dist/TextEditor/useTabAsNavigation.js +0 -29
- package/dist/TextEditor/useTabAsNavigation.js.map +0 -1
- package/dist/TextEditor/utils/config.d.ts +0 -3
- package/dist/TextEditor/utils/config.js +0 -177
- package/dist/TextEditor/utils/config.js.map +0 -1
- package/dist/TextEditor/utils/index.d.ts +0 -2
- package/dist/TextEditor/utils/index.js +0 -3
- package/dist/TextEditor/utils/index.js.map +0 -1
- package/dist/TextEditor/utils/locale.d.ts +0 -3
- package/dist/TextEditor/utils/locale.js +0 -102
- package/dist/TextEditor/utils/locale.js.map +0 -1
- package/dist/TextEditor/utils/plugins.d.ts +0 -7
- package/dist/TextEditor/utils/plugins.js +0 -184
- package/dist/TextEditor/utils/plugins.js.map +0 -1
- package/dist/TextEditorOutput/TextEditorOutput.utils.d.ts +0 -2
- package/dist/TextEditorOutput/TextEditorOutput.utils.js +0 -59
- package/dist/TextEditorOutput/TextEditorOutput.utils.js.map +0 -1
- package/dist/_typedoc/TextEditor/TextEditorProvider.types.json +0 -28
|
@@ -7,216 +7,100 @@
|
|
|
7
7
|
"required": false,
|
|
8
8
|
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
9
9
|
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
10
|
-
"description": "
|
|
11
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><
|
|
10
|
+
"description": "",
|
|
11
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditor/TextEditor.types.ts#L30"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "error",
|
|
17
17
|
"required": false,
|
|
18
18
|
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
19
19
|
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
20
|
-
"description": "
|
|
21
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><
|
|
22
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L41"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "id",
|
|
27
|
-
"required": false,
|
|
28
|
-
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
29
|
-
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
30
|
-
"description": "Unique identifier for the editor",
|
|
31
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Unique identifier for the editor</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
20
|
+
"description": "",
|
|
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>",
|
|
32
22
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditor/TextEditor.types.ts#L34"
|
|
34
24
|
},
|
|
35
25
|
{
|
|
36
26
|
"name": "init",
|
|
37
27
|
"required": false,
|
|
38
|
-
"type": "<span class=\"tsd-signature-type\">
|
|
39
|
-
"typeDetail": "<span class=\"tsd-signature-type\">
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">InitOptions</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">InitOptions</span>",
|
|
40
30
|
"description": "Config for when the editor is initialized. **Changes after the editor has initialized are ignored.**",
|
|
41
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Config for when the editor is initialized. <strong>Changes after the editor has initialized are ignored.</strong></p>\n</div><dl class=\"tsd-comment-tags\"><dt>link</dt><dd><p><a href=\"https://www.tiny.cloud/docs/integrations/react/#init\">TinyMCE React Init</a></p>\n</dd><dt>unsupported</dt><dd><p>Use at your own risk. DST makes no guarantees about this API,\nand is subject to removal at any point without warning or deprecation.</p>\n</dd><dt>
|
|
42
|
-
"deprecated": "`init` has been deprecated and will be removed in a future version. TinyMCE support has been removed.",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Config for when the editor is initialized. <strong>Changes after the editor has initialized are ignored.</strong></p>\n</div><dl class=\"tsd-comment-tags\"><dt>link</dt><dd><p><a href=\"https://www.tiny.cloud/docs/integrations/react/#init\">TinyMCE React Init</a></p>\n</dd><dt>unsupported</dt><dd><p>Use at your own risk. DST makes no guarantees about this API,\nand is subject to removal at any point without warning or deprecation.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
43
32
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
44
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditor/TextEditor.types.ts#L42"
|
|
45
34
|
},
|
|
46
35
|
{
|
|
47
36
|
"name": "initialValue",
|
|
48
37
|
"required": false,
|
|
49
38
|
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
50
39
|
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
51
|
-
"description": "
|
|
52
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><
|
|
53
|
-
"deprecated": "`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead",
|
|
40
|
+
"description": "",
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p><code>initialValue</code> has been deprecated and will be removed in a future version.\nPlease use the <code>value</code> prop instead</p>\n<p>The first value passed into <code>value</code> prop will be the <code>TextEditor</code> initial\nvalue. Changing the value will update the text of the <code>TextEditor</code>.\nThe editor should be controlled via the combination of <code>value</code>\nand <code>onChange</code> props.</p>\n<p><strong>Before</strong></p>\n<p><code><TextEditor initialValue="Hello World" /></code></p>\n<p><strong>After</strong></p>\n<p><code><TextEditor value="Hello World" /></code></p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
|
+
"deprecated": "\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n",
|
|
54
43
|
"deprecatedSince": "10.20.0",
|
|
55
44
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
56
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
45
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditor/TextEditor.types.ts#L64"
|
|
57
46
|
},
|
|
58
47
|
{
|
|
59
48
|
"name": "locale",
|
|
60
49
|
"required": false,
|
|
61
50
|
"type": "<span class=\"tsd-signature-type\">Locale</span>",
|
|
62
51
|
"typeDetail": "<span class=\"tsd-signature-type\">Locale</span>",
|
|
63
|
-
"description": "Locale which will be used for localization. Can be passed directly or\nset by wrapping components in I18n provider.",
|
|
64
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Locale which will be used for localization. Can be passed directly or\nset by wrapping components in I18n provider.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
|
+
"description": "Locale which will be used used for localization. Can be passed directly or\nset by wrapping components in I18n provider. Icelandic (is-IS) is not\nactually supported by TinyMCE, so it is defaulted to english.",
|
|
53
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Locale which will be used used for localization. Can be passed directly or\nset by wrapping components in I18n provider. Icelandic (is-IS) is not\nactually supported by TinyMCE, so it is defaulted to english.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
65
54
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
66
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
55
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditor/TextEditor.types.ts#L72"
|
|
67
56
|
},
|
|
68
57
|
{
|
|
69
58
|
"name": "plugins",
|
|
70
59
|
"required": false,
|
|
71
60
|
"type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
72
61
|
"typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
73
|
-
"description": "Array of
|
|
74
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of
|
|
75
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
76
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L57"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "tinyMCE",
|
|
80
|
-
"required": false,
|
|
81
|
-
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
82
|
-
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
83
|
-
"description": "If you experience problems with the new editor implementation, you can use this to **temporarily** switch back to legacy version while you report the issue.",
|
|
84
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If you experience problems with the new editor implementation, you can use this to <strong>temporarily</strong> switch back to legacy version while you report the issue.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>This property will be removed in a future version. TinyMCE support has been removed.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
85
|
-
"deprecated": "This property will be removed in a future version. TinyMCE support has been removed.",
|
|
62
|
+
"description": "Array of plugins to use with the editor in addition to the defaults.\nCan be any of:",
|
|
63
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of plugins to use with the editor in addition to the defaults.\nCan be any of:</p>\n</div><div><pre><code>[{plugins.map((plugin) => `'${plugin}'`).join(', ')}]\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
86
64
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
87
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"name": "value",
|
|
91
|
-
"required": false,
|
|
92
|
-
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
93
|
-
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
94
|
-
"description": "The current value of the editor",
|
|
95
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The current value of the editor</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
96
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
97
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L27"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"name": "config",
|
|
101
|
-
"required": false,
|
|
102
|
-
"type": "Function",
|
|
103
|
-
"typeDetail": "config<span class=\"tsd-signature-symbol\">(</span>defaultConfig<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">EditorConfig</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">EditorConfig</span>",
|
|
104
|
-
"description": "Configuration function for customizing the editor",
|
|
105
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Configuration function for customizing the editor</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.26.0</p>\n</dd></dl></div>",
|
|
106
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
107
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L66"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "onAfterDestroy",
|
|
111
|
-
"required": false,
|
|
112
|
-
"type": "Function",
|
|
113
|
-
"typeDetail": "on<wbr/>After<wbr/>Destroy<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
114
|
-
"description": "Callback fired after the editor instance is destroyed",
|
|
115
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired after the editor instance is destroyed</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
116
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
117
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L116"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"name": "onBlur",
|
|
121
|
-
"required": false,
|
|
122
|
-
"type": "Function",
|
|
123
|
-
"typeDetail": "on<wbr/>Blur<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">EventInfo</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">unknown</span><span class=\"tsd-signature-symbol\">></span>, editor<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ClassicEditor</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
124
|
-
"description": "Callback fired when the editor loses focus",
|
|
125
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired when the editor loses focus</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
126
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
127
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L89"
|
|
65
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditor/TextEditor.types.ts#L94"
|
|
128
66
|
},
|
|
129
67
|
{
|
|
130
68
|
"name": "onChange",
|
|
131
69
|
"required": false,
|
|
132
70
|
"type": "Function",
|
|
133
|
-
"typeDetail": "on<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>
|
|
134
|
-
"description": "
|
|
135
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>
|
|
136
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
137
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L75"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "onDirty",
|
|
141
|
-
"required": false,
|
|
142
|
-
"type": "Function",
|
|
143
|
-
"typeDetail": "on<wbr/>Dirty<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
144
|
-
"description": "Callback fired when the editor becomes dirty (content differs from initial value)",
|
|
145
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired when the editor becomes dirty (content differs from initial value)</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.26.0</p>\n</dd></dl></div>",
|
|
146
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
147
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L123"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"name": "onEditorChange",
|
|
151
|
-
"required": false,
|
|
152
|
-
"type": "Function",
|
|
153
|
-
"typeDetail": "on<wbr/>Editor<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>value<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
154
|
-
"description": "",
|
|
155
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p><code>onEditorChange</code> has been deprecated and will be removed in a future version. TinyMCE support has been removed. Use <code>onChange</code> instead.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
156
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
157
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L156"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"name": "onError",
|
|
161
|
-
"required": false,
|
|
162
|
-
"type": "Function",
|
|
163
|
-
"typeDetail": "on<wbr/>Error<span class=\"tsd-signature-symbol\">(</span>error<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Error</span>, details<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-symbol\">{ </span>phase<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">"initialization"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"runtime"</span><span class=\"tsd-signature-symbol\">; </span>willEditorRestart<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">boolean</span><span class=\"tsd-signature-symbol\"> }</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
164
|
-
"description": "Callback fired when an error occurs in the editor",
|
|
165
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired when an error occurs in the editor</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
166
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
167
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L96"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"name": "onFocus",
|
|
171
|
-
"required": false,
|
|
172
|
-
"type": "Function",
|
|
173
|
-
"typeDetail": "on<wbr/>Focus<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">EventInfo</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">unknown</span><span class=\"tsd-signature-symbol\">></span>, editor<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ClassicEditor</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
174
|
-
"description": "Callback fired when the editor gains focus",
|
|
175
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired when the editor gains focus</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
71
|
+
"typeDetail": "on<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>content<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span>, isDirty<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">boolean</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
72
|
+
"description": "onChange event handler for text editor area",
|
|
73
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>onChange event handler for text editor area</p>\n</div><div><pre><code>(content: string) => void\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
176
74
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
177
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p><code>onFocusIn</code> has been deprecated and will be removed in a future version. TinyMCE support has been removed. Use <code>onFocus</code> instead.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
186
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
187
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L162"
|
|
188
|
-
},
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditor/TextEditor.types.ts#L82"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"description": ""
|
|
79
|
+
},
|
|
80
|
+
"TextEditorProviderProps": {
|
|
81
|
+
"name": "TextEditorProviderProps",
|
|
82
|
+
"properties": [
|
|
189
83
|
{
|
|
190
|
-
"name": "
|
|
191
|
-
"required":
|
|
192
|
-
"type": "
|
|
193
|
-
"typeDetail": "
|
|
84
|
+
"name": "children",
|
|
85
|
+
"required": true,
|
|
86
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
87
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
194
88
|
"description": "",
|
|
195
|
-
"descriptionHtml": "
|
|
89
|
+
"descriptionHtml": "",
|
|
196
90
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
197
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
91
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditor/TextEditor.types.ts#L17"
|
|
198
92
|
},
|
|
199
93
|
{
|
|
200
|
-
"name": "
|
|
94
|
+
"name": "features",
|
|
201
95
|
"required": false,
|
|
202
|
-
"type": "
|
|
203
|
-
"typeDetail": "
|
|
204
|
-
"description": "
|
|
205
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<
|
|
96
|
+
"type": "<span class=\"tsd-signature-type\">TextEditorFeatureToggle</span>",
|
|
97
|
+
"typeDetail": "<span class=\"tsd-signature-type\">TextEditorFeatureToggle</span>",
|
|
98
|
+
"description": "- `stickyToolbar` - Have the editor toolbar stick to the top when content is longer than the page length.\n- `tabAsNavigation` - Have `Tab` key exit the editor. Support `Alt`/`Opt` + `Tab` as triple space indent.",
|
|
99
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<ul>\n<li><code>stickyToolbar</code> - Have the editor toolbar stick to the top when content is longer than the page length.</li>\n<li><code>tabAsNavigation</code> - Have <code>Tab</code> key exit the editor. Support <code>Alt</code>/<code>Opt</code> + <code>Tab</code> as triple space indent.</li>\n</ul>\n</div></div>",
|
|
206
100
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
207
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"name": "onKeyDown",
|
|
211
|
-
"required": false,
|
|
212
|
-
"type": "Function",
|
|
213
|
-
"typeDetail": "on<wbr/>Key<wbr/>Down<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
214
|
-
"description": "",
|
|
215
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p><code>onKeyDown</code> has been deprecated and will be removed in a future version. TinyMCE support has been removed.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
216
|
-
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
217
|
-
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L150"
|
|
101
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditor/TextEditor.types.ts#L22"
|
|
218
102
|
}
|
|
219
103
|
],
|
|
220
|
-
"description": ""
|
|
104
|
+
"description": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Expect context to change the <code>init</code> config of the below <code>TextEditor</code>s.\n<strong>Changes after the editor has initialized are ignored.</strong></p>\n</div><dl class=\"tsd-comment-tags\"><dt>link</dt><dd><p><a href=\"https://www.tiny.cloud/docs/integrations/react/#init\">TinyMCE React Init</a></p>\n</dd><dt>link</dt><dd><p><a href=\"https://www.tiny.cloud/docs/integrations/react/#configuringeditorsettings\">TinyMCE React configure editor</a></p>\n</dd></dl></div>"
|
|
221
105
|
}
|
|
222
106
|
}
|
|
@@ -10,7 +10,17 @@
|
|
|
10
10
|
"description": "Additional classNames",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/_utils/types.ts#L47"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "init",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">InitOptions</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">InitOptions</span>",
|
|
20
|
+
"description": "Config for when the editor is initialized.\n**Changes after the editor has initialized are ignored.**",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Config for when the editor is initialized.\n<strong>Changes after the editor has initialized are ignored.</strong></p>\n</div><dl class=\"tsd-comment-tags\"><dt>link</dt><dd><p><a href=\"https://www.tiny.cloud/docs/integrations/react/#init\">TinyMCE React Init</a></p>\n</dd><dt>since</dt><dd><p>11.17.0</p>\n</dd></dl></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/TextEditorOutput/TextEditorOutput.types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditorOutput/TextEditorOutput.types.ts#L16"
|
|
14
24
|
},
|
|
15
25
|
{
|
|
16
26
|
"name": "style",
|
|
@@ -20,17 +30,17 @@
|
|
|
20
30
|
"description": "Additional CSS styles",
|
|
21
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
22
32
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/_utils/types.ts#L52"
|
|
24
34
|
},
|
|
25
35
|
{
|
|
26
36
|
"name": "value",
|
|
27
37
|
"required": false,
|
|
28
38
|
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
29
39
|
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
30
|
-
"description": "
|
|
31
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>
|
|
40
|
+
"description": "formatted text",
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>formatted text</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.24.0</p>\n</dd></dl></div>",
|
|
32
42
|
"sourceFile": "packages/core-react/src/TextEditorOutput/TextEditorOutput.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/TextEditorOutput/TextEditorOutput.types.ts#L9"
|
|
34
44
|
}
|
|
35
45
|
],
|
|
36
46
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Alt text for the Thumbnail image",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alt text for the Thumbnail image</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.6.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L44"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "caption",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Thumbnail caption",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail caption</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L93"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "children",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"descriptionHtml": "",
|
|
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/5bcc0f0/packages/core-react/src/_utils/types.ts#L42"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "className",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Additional classNames",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
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/5bcc0f0/packages/core-react/src/_utils/types.ts#L47"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "clickable",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L86"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "disabled",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "Use \"disabled\" view",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use "disabled" view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L78"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "error",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L82"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "filename",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "Unless variant is provided, filename is used\nto choose a placeholder icon based on extension.\nE.g. for 'filename=\"panda.png\"', image variant will be used",
|
|
81
81
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Unless variant is provided, filename is used\nto choose a placeholder icon based on extension.\nE.g. for 'filename="panda.png"', image variant will be used</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.7.0</p>\n</dd></dl></div>",
|
|
82
82
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L108"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "focused",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "Use \"focused\" view",
|
|
91
91
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use "focused" view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
92
92
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L64"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "hasCaptionPlaceholder",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description": "Show placeholder for caption if it is empty",
|
|
101
101
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Show placeholder for caption if it is empty</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
102
102
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
103
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L100"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"name": "label",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"description": "Thumbnail label",
|
|
111
111
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail label</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
112
112
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
113
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
113
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L120"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"name": "qa",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"description": "",
|
|
121
121
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
122
122
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
123
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L130"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"name": "selected",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"description": "Use \"selected\" view",
|
|
131
131
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use "selected" view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
132
132
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
133
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L71"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
"name": "size",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"description": "Thumbnail size",
|
|
141
141
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'lg'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
142
142
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
143
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
143
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L57"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"name": "src",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"description": "An image URL or a `File` to generate a preview for",
|
|
151
151
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>An image URL or a <code>File</code> to generate a preview for</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
152
152
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
153
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
153
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L50"
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
"name": "style",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"description": "Additional CSS styles",
|
|
161
161
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
162
162
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
163
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
163
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/_utils/types.ts#L52"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"name": "tabIndex",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"description": "",
|
|
171
171
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.6.0</p>\n</dd></dl></div>",
|
|
172
172
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
173
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
173
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L125"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"name": "variant",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"description": "",
|
|
181
181
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.7.0</p>\n</dd></dl></div>",
|
|
182
182
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
183
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
183
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L113"
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
186
|
"name": "onClick",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"description": "",
|
|
191
191
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.6.0</p>\n</dd></dl></div>",
|
|
192
192
|
"sourceFile": "packages/core-react/src/Thumbnail/Thumbnail.types.ts",
|
|
193
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
193
|
+
"sourceUrl": "https://github.com/procore/core/blob/5bcc0f0/packages/core-react/src/Thumbnail/Thumbnail.types.ts#L135"
|
|
194
194
|
}
|
|
195
195
|
],
|
|
196
196
|
"description": ""
|