@omnia/fx 8.0.13-vnext → 8.0.16-vnext
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/internal-do-not-import-from-here/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/use/UseEventHook.d.ts +14 -0
- package/internal-do-not-import-from-here/core/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/index.d.ts +5 -4
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +28 -15
- package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +50 -7
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +24 -5
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +14 -6
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +423 -72
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools copy.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +93 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperToolsStyles.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +123 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +222 -42
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +46 -33
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +70 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{BackgroundSettings.d.ts → backgroundsettings/BackgroundSettings.d.ts} +3 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{IBackgroundSettings.d.ts → backgroundsettings/IBackgroundSettings.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +261 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{IImageBackgroundSettings.d.ts → imagebackgroundsettings/IImageBackgroundSettings.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{ImageBackgroundSettings.d.ts → imagebackgroundsettings/ImageBackgroundSettings.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{LayoutClipboard.css.d.ts → layoutclipboard/LayoutClipboard.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/models/AdminChromeStyles.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +207 -68
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +282 -107
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +87 -78
- package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +84 -35
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +311 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +327 -56
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +114 -47
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +34 -51
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +119 -56
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +167 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +25 -39
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +151 -43
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +123 -43
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +236 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +59 -58
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +124 -43
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +368 -70
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +81 -64
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +34 -55
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +273 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +157 -83
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +135 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +61 -59
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +127 -68
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +100 -50
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +151 -64
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +129 -73
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +16 -15
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +210 -0
- package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/NodeExtension.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +21 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +24 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +27 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +19 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +25 -18
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +43 -16
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +3 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/plugins/EnterpriseGlossarySuggestion.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +3 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +3 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +3 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +6 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +3 -20
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/plugins/TagSuggestions.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +25 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +15 -10
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +27 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +5 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +3 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +3 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +15 -36
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/plugins/Suggestions.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +19 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts +15 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +25 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +55 -42
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Ulti.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/plugins/TableResizePlugin.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +5 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +3 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +5 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +23 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/spacingpicker/{SpacingPicker.css.d.ts → SpacingPicker2.css.d.ts} +7 -9
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +208 -104
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +122 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +56 -32
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +57 -17
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ComponentsViewer.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/FxViewer.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewerStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/vue/VueHooks.d.ts +1 -1
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +30 -0
- package/package.json +7 -19
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeOld.d.ts +0 -61
- package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/ILayoutEditorCanvas.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/IDeveloperTools.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BackgroundSettings.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ILayoutClipboard.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.d.ts +0 -41
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitleSettings.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorExtension.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/MarkExtension.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/spacingpicker/ISpacingPicker.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker.d.ts +0 -44
- package/internal-do-not-import-from-here/ux/spacingpicker/index.d.ts +0 -1
@@ -1,8 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
commands({ type }: {
|
6
|
-
type: any;
|
7
|
-
}): () => any;
|
8
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
@@ -1,12 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
commands({ type }: {
|
6
|
-
type: any;
|
7
|
-
}): (attrs: any) => any;
|
8
|
-
pasteRules({ type }: {
|
9
|
-
type: any;
|
10
|
-
}): any[];
|
11
|
-
get plugins(): any[];
|
12
|
-
}
|
1
|
+
import { Mark } from "@tiptap/core";
|
2
|
+
declare const _default: Mark<any, any>;
|
3
|
+
export default _default;
|
@@ -1,11 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
node: string;
|
8
|
-
notAfter: string[];
|
9
|
-
};
|
10
|
-
get plugins(): any[];
|
11
|
-
}
|
1
|
+
import { Extension } from "@tiptap/core";
|
2
|
+
declare const _default: Extension<{
|
3
|
+
node: string;
|
4
|
+
notAfter: string[];
|
5
|
+
}, any>;
|
6
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts
CHANGED
@@ -1,25 +1,8 @@
|
|
1
|
-
import { NodeExtension } from "../../NodeExtension";
|
2
1
|
import { HashTagEditorExtensionConfiguration } from "@omnia/fx-models";
|
3
|
-
interface HashTagHtml {
|
4
|
-
tag: any;
|
5
|
-
html: string;
|
6
|
-
}
|
7
2
|
interface HashTagOptions extends HashTagEditorExtensionConfiguration {
|
8
3
|
matcher: any;
|
9
4
|
suggestionClass: string;
|
10
5
|
}
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
};
|
15
|
-
static options: Partial<HashTagOptions>;
|
16
|
-
constructor(options?: Partial<HashTagEditorExtensionConfiguration>);
|
17
|
-
get name(): string;
|
18
|
-
get defaultOptions(): {};
|
19
|
-
get schema(): any;
|
20
|
-
get plugins(): any[];
|
21
|
-
myReplaceText(range: any, attrs: {
|
22
|
-
tagName: string;
|
23
|
-
}, schema: any, fragment?: any): (state: any, dispatch: any) => boolean;
|
24
|
-
}
|
25
|
-
export {};
|
6
|
+
import { Node } from "@tiptap/core";
|
7
|
+
declare const _default: Node<HashTagOptions, any>;
|
8
|
+
export default _default;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { Plugin } from "prosemirror-state";
|
1
2
|
export default function TagSuggestionsPlugin({ matcher, appendText, suggestionClass, command, items, onEnter, onChange, onExit, onKeyDown, onFilter, }: {
|
2
3
|
matcher?: {
|
3
4
|
char: string;
|
@@ -13,4 +14,4 @@ export default function TagSuggestionsPlugin({ matcher, appendText, suggestionCl
|
|
13
14
|
onExit?: (props?: any) => boolean;
|
14
15
|
onKeyDown?: (props?: any) => boolean;
|
15
16
|
onFilter?: (searchItems: any, query: any) => any;
|
16
|
-
}): any
|
17
|
+
}): Plugin<any>;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts
CHANGED
@@ -1,14 +1,26 @@
|
|
1
|
-
import {
|
2
|
-
export
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
get defaultOptions(): {
|
7
|
-
headings: any[];
|
8
|
-
};
|
9
|
-
get schema(): any;
|
10
|
-
commands({ type, schema }: {
|
11
|
-
type: any;
|
12
|
-
schema: any;
|
13
|
-
}): (attrs: any) => (state: any, dispatch: any, view: any) => any;
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
export type Level = 1 | 2 | 3 | 4 | 5 | 6;
|
3
|
+
export interface HeadingOptions {
|
4
|
+
levels: Level[];
|
5
|
+
HTMLAttributes: Record<string, any>;
|
14
6
|
}
|
7
|
+
declare module "@tiptap/core" {
|
8
|
+
interface Commands<ReturnType> {
|
9
|
+
heading: {
|
10
|
+
/**
|
11
|
+
* Set a heading node
|
12
|
+
*/
|
13
|
+
setHeading: (attributes: {
|
14
|
+
level: Level;
|
15
|
+
}) => ReturnType;
|
16
|
+
/**
|
17
|
+
* Toggle a heading node
|
18
|
+
*/
|
19
|
+
toggleHeading: (attributes: {
|
20
|
+
level: Level;
|
21
|
+
}) => ReturnType;
|
22
|
+
};
|
23
|
+
}
|
24
|
+
}
|
25
|
+
declare const _default: Node<HeadingOptions, any>;
|
26
|
+
export default _default;
|
@@ -1,11 +1,16 @@
|
|
1
|
-
import {
|
2
|
-
export
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
commands({ type }: {
|
6
|
-
type: any;
|
7
|
-
}): () => (state: any, dispatch: any) => any;
|
8
|
-
inputRules({ type }: {
|
9
|
-
type: any;
|
10
|
-
}): any[];
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
export interface HorizontalRuleOptions {
|
3
|
+
HTMLAttributes: Record<string, any>;
|
11
4
|
}
|
5
|
+
declare module "@tiptap/core" {
|
6
|
+
interface Commands<ReturnType> {
|
7
|
+
horizontalRule: {
|
8
|
+
/**
|
9
|
+
* Add a horizontal rule
|
10
|
+
*/
|
11
|
+
setHorizontalRule: () => ReturnType;
|
12
|
+
};
|
13
|
+
}
|
14
|
+
}
|
15
|
+
declare const _default: Node<HorizontalRuleOptions, any>;
|
16
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts
CHANGED
@@ -1,20 +1,28 @@
|
|
1
|
-
import {
|
2
|
-
export
|
3
|
-
|
4
|
-
get name(): string;
|
5
|
-
get schema(): any;
|
6
|
-
keys({ type }: {
|
7
|
-
type: any;
|
8
|
-
}): {
|
9
|
-
"Mod-i": any;
|
10
|
-
};
|
11
|
-
commands({ type }: {
|
12
|
-
type: any;
|
13
|
-
}): () => any;
|
14
|
-
inputRules({ type }: {
|
15
|
-
type: any;
|
16
|
-
}): any[];
|
17
|
-
pasteRules({ type }: {
|
18
|
-
type: any;
|
19
|
-
}): any[];
|
1
|
+
import { Mark } from "@tiptap/core";
|
2
|
+
export interface ItalicOptions {
|
3
|
+
HTMLAttributes: Record<string, any>;
|
20
4
|
}
|
5
|
+
declare module "@tiptap/core" {
|
6
|
+
interface Commands<ReturnType> {
|
7
|
+
italic: {
|
8
|
+
/**
|
9
|
+
* Set an italic mark
|
10
|
+
*/
|
11
|
+
setItalic: () => ReturnType;
|
12
|
+
/**
|
13
|
+
* Toggle an italic mark
|
14
|
+
*/
|
15
|
+
toggleItalic: () => ReturnType;
|
16
|
+
/**
|
17
|
+
* Unset an italic mark
|
18
|
+
*/
|
19
|
+
unsetItalic: () => ReturnType;
|
20
|
+
};
|
21
|
+
}
|
22
|
+
}
|
23
|
+
export declare const starInputRegex: RegExp;
|
24
|
+
export declare const starPasteRegex: RegExp;
|
25
|
+
export declare const underscoreInputRegex: RegExp;
|
26
|
+
export declare const underscorePasteRegex: RegExp;
|
27
|
+
declare const _default: Mark<ItalicOptions, any>;
|
28
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts
CHANGED
@@ -1,12 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
export
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
keys({ type }: {
|
6
|
-
type: any;
|
7
|
-
}): {
|
8
|
-
Enter: any;
|
9
|
-
Tab: any;
|
10
|
-
"Shift-Tab": any;
|
11
|
-
};
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
export interface ListItemOptions {
|
3
|
+
HTMLAttributes: Record<string, any>;
|
12
4
|
}
|
5
|
+
declare const _default: Node<ListItemOptions, any>;
|
6
|
+
export default _default;
|
@@ -1,8 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
commands({ type }: {
|
6
|
-
type: any;
|
7
|
-
}): () => any;
|
8
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
@@ -1,19 +1,8 @@
|
|
1
|
-
import { MediaPickerService } from "@omnia/fx/services";
|
2
1
|
import "../images/tight.svg";
|
3
2
|
import "../images/left-align-around-center.svg";
|
4
3
|
import "../images/left-behind-center.svg";
|
5
4
|
import "../images/left-inline-center.svg";
|
6
5
|
import "../images/left-infront-center.svg";
|
7
|
-
import {
|
8
|
-
|
9
|
-
export default
|
10
|
-
private onMediaSelected;
|
11
|
-
mediaPickerService: MediaPickerService;
|
12
|
-
constructor(onMediaSelected: (selectInformation: MediaPickerNodeCommand) => void);
|
13
|
-
get name(): string;
|
14
|
-
get schema(): any;
|
15
|
-
commands({ type }: {
|
16
|
-
type: any;
|
17
|
-
}): (data: MediaPickerNodeCommand) => (state: any, dispatch: any) => void;
|
18
|
-
get view(): any;
|
19
|
-
}
|
6
|
+
import { Node } from "@tiptap/core";
|
7
|
+
declare const _default: Node<any, any>;
|
8
|
+
export default _default;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
@@ -1,6 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
get view(): any;
|
6
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
}
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
declare const _default: Node<any, any>;
|
3
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts
CHANGED
@@ -1,36 +1,15 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
}
|
13
|
-
export
|
14
|
-
|
15
|
-
|
16
|
-
};
|
17
|
-
static options: Partial<MentionOptions>;
|
18
|
-
private userIdentityStore;
|
19
|
-
constructor(options?: Partial<MentionEditorExtensionConfiguration>);
|
20
|
-
get name(): string;
|
21
|
-
get defaultOptions(): {
|
22
|
-
matcher: {
|
23
|
-
char: string;
|
24
|
-
allowSpaces: boolean;
|
25
|
-
startOfLine: boolean;
|
26
|
-
};
|
27
|
-
suggestionClass: string;
|
28
|
-
};
|
29
|
-
get schema(): any;
|
30
|
-
get view(): any;
|
31
|
-
commands({ schema }: {
|
32
|
-
schema: any;
|
33
|
-
}): (attrs: any) => any;
|
34
|
-
get plugins(): any[];
|
35
|
-
}
|
36
|
-
export {};
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
import { Node as ProseMirrorNode } from "@tiptap/pm/model";
|
3
|
+
import { PluginKey } from "@tiptap/pm/state";
|
4
|
+
import { SuggestionOptions } from "@tiptap/suggestion";
|
5
|
+
export type MentionOptions = {
|
6
|
+
HTMLAttributes: Record<string, any>;
|
7
|
+
renderLabel: (props: {
|
8
|
+
options: MentionOptions;
|
9
|
+
node: ProseMirrorNode;
|
10
|
+
}) => string;
|
11
|
+
suggestion: Omit<SuggestionOptions, "editor">;
|
12
|
+
};
|
13
|
+
export declare const MentionPluginKey: PluginKey<any>;
|
14
|
+
declare const _default: Node<MentionOptions, any>;
|
15
|
+
export default _default;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { Plugin } from "prosemirror-state";
|
1
2
|
export default function SuggestionsPlugin({ matcher, appendText, suggestionClass, command, items, onEnter, onChange, onExit, onKeyDown, onFilter, }: {
|
2
3
|
matcher?: {
|
3
4
|
char: string;
|
@@ -13,4 +14,4 @@ export default function SuggestionsPlugin({ matcher, appendText, suggestionClass
|
|
13
14
|
onExit?: (props?: any) => boolean;
|
14
15
|
onKeyDown?: (props?: any) => boolean;
|
15
16
|
onFilter?: (searchItems: any, query: any) => any;
|
16
|
-
}): any
|
17
|
+
}): Plugin<any>;
|
@@ -1,18 +1,20 @@
|
|
1
|
-
import {
|
2
|
-
export
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
schema: any;
|
8
|
-
}): () => any;
|
9
|
-
keys({ type, schema }: {
|
10
|
-
type: any;
|
11
|
-
schema: any;
|
12
|
-
}): {
|
13
|
-
"Shift-Ctrl-9": any;
|
14
|
-
};
|
15
|
-
inputRules({ type }: {
|
16
|
-
type: any;
|
17
|
-
}): any[];
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
export interface OrderedListOptions {
|
3
|
+
itemTypeName: string;
|
4
|
+
HTMLAttributes: Record<string, any>;
|
5
|
+
keepMarks: boolean;
|
6
|
+
keepAttributes: boolean;
|
18
7
|
}
|
8
|
+
declare module "@tiptap/core" {
|
9
|
+
interface Commands<ReturnType> {
|
10
|
+
orderedList: {
|
11
|
+
/**
|
12
|
+
* Toggle an ordered list
|
13
|
+
*/
|
14
|
+
toggleOrderedList: () => ReturnType;
|
15
|
+
};
|
16
|
+
}
|
17
|
+
}
|
18
|
+
export declare const inputRegex: RegExp;
|
19
|
+
declare const _default: Node<OrderedListOptions, any>;
|
20
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts
CHANGED
@@ -1,8 +1,16 @@
|
|
1
|
-
import {
|
2
|
-
export
|
3
|
-
|
4
|
-
get schema(): any;
|
5
|
-
commands({ type }: {
|
6
|
-
type: any;
|
7
|
-
}): () => any;
|
1
|
+
import { Node } from "@tiptap/core";
|
2
|
+
export interface ParagraphOptions {
|
3
|
+
HTMLAttributes: Record<string, any>;
|
8
4
|
}
|
5
|
+
declare module "@tiptap/core" {
|
6
|
+
interface Commands<ReturnType> {
|
7
|
+
paragraph: {
|
8
|
+
/**
|
9
|
+
* Toggle a paragraph
|
10
|
+
*/
|
11
|
+
setParagraph: () => ReturnType;
|
12
|
+
};
|
13
|
+
}
|
14
|
+
}
|
15
|
+
declare const _default: Node<ParagraphOptions, any>;
|
16
|
+
export default _default;
|
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
import ParagraphNode from "./ParagraphNode";
|
2
|
+
export { ParagraphNode };
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { Editor, Extension } from "@tiptap/core";
|
2
|
+
import { Node as ProsemirrorNode } from "@tiptap/pm/model";
|
3
|
+
export interface PlaceholderOptions {
|
4
|
+
emptyEditorClass: string;
|
5
|
+
emptyNodeClass: string;
|
6
|
+
placeholder: ((PlaceholderProps: {
|
7
|
+
editor: Editor;
|
8
|
+
node: ProsemirrorNode;
|
9
|
+
pos: number;
|
10
|
+
hasAnchor: boolean;
|
11
|
+
}) => string) | string;
|
12
|
+
showOnlyWhenEditable: boolean;
|
13
|
+
showOnlyCurrent: boolean;
|
14
|
+
includeChildren: boolean;
|
15
|
+
}
|
16
|
+
declare const _default: Extension<PlaceholderOptions, any>;
|
17
|
+
export default _default;
|
@@ -1,9 +1,6 @@
|
|
1
1
|
import { Transaction } from "prosemirror-state";
|
2
2
|
import { Schema } from "prosemirror-model";
|
3
|
-
import {
|
4
|
-
|
5
|
-
|
6
|
-
get name(): string;
|
7
|
-
commands(): (context: any) => (state: any, dispatch: any) => boolean;
|
8
|
-
}
|
3
|
+
import { Extension } from "@tiptap/core";
|
4
|
+
declare const _default: Extension<any, any>;
|
5
|
+
export default _default;
|
9
6
|
export declare function clearFormat(tr: Transaction, schema: Schema, from: number, to: number): Transaction;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts
CHANGED
@@ -1,20 +1,26 @@
|
|
1
|
-
import {
|
2
|
-
export
|
3
|
-
|
4
|
-
get name(): string;
|
5
|
-
get schema(): any;
|
6
|
-
keys({ type }: {
|
7
|
-
type: any;
|
8
|
-
}): {
|
9
|
-
"Mod-d": any;
|
10
|
-
};
|
11
|
-
commands({ type }: {
|
12
|
-
type: any;
|
13
|
-
}): () => any;
|
14
|
-
inputRules({ type }: {
|
15
|
-
type: any;
|
16
|
-
}): any[];
|
17
|
-
pasteRules({ type }: {
|
18
|
-
type: any;
|
19
|
-
}): any[];
|
1
|
+
import { Mark } from "@tiptap/core";
|
2
|
+
export interface StrikeOptions {
|
3
|
+
HTMLAttributes: Record<string, any>;
|
20
4
|
}
|
5
|
+
declare module "@tiptap/core" {
|
6
|
+
interface Commands<ReturnType> {
|
7
|
+
strike: {
|
8
|
+
/**
|
9
|
+
* Set a strike mark
|
10
|
+
*/
|
11
|
+
setStrike: () => ReturnType;
|
12
|
+
/**
|
13
|
+
* Toggle a strike mark
|
14
|
+
*/
|
15
|
+
toggleStrike: () => ReturnType;
|
16
|
+
/**
|
17
|
+
* Unset a strike mark
|
18
|
+
*/
|
19
|
+
unsetStrike: () => ReturnType;
|
20
|
+
};
|
21
|
+
}
|
22
|
+
}
|
23
|
+
export declare const inputRegex: RegExp;
|
24
|
+
export declare const pasteRegex: RegExp;
|
25
|
+
declare const _default: Mark<StrikeOptions, any>;
|
26
|
+
export default _default;
|