@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
@@ -21,6 +21,7 @@ import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/
|
|
21
21
|
import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
|
22
22
|
import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
|
23
23
|
import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
|
24
|
+
import wce57d5f3e25e942a08ed97f69d608ab92 from './ux/compositiontests/OptionsBlockCurrent';
|
24
25
|
import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
|
25
26
|
import wcd3d05fa7bb114ecab1c16f714641b678 from './ux/datetimezonerenderer/DateTimeZoneRenderer';
|
26
27
|
import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
|
@@ -55,6 +56,10 @@ import wca7608d8c42184cbb994910dc06c464a1 from './ux/identities/IdentityRenderer
|
|
55
56
|
import wc01c6a5e974334f06a390c9af5a7689d0 from './ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
|
56
57
|
import wcc2a811dfd3774d15862abb2f6a435a5c from './ux/identities/components/shared/IdentitySyncRuleSetup';
|
57
58
|
import wcba60557e3daf48208c919a1806502df5 from './ux/identitypicker/IdentityPicker';
|
59
|
+
import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
|
60
|
+
import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
|
61
|
+
import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
|
62
|
+
import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
|
58
63
|
import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
|
59
64
|
import wcf365f5cb3a694c20be7b96423bbc3eca from './ux/magiclink/MagicLink';
|
60
65
|
import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
@@ -62,27 +67,35 @@ import wc7fbf605e1ae24b21b0a9e35141aca17b from './ux/oxide/appbar/Appbar';
|
|
62
67
|
import wc0c73f6d6c7f34688a93368434caaa389 from './ux/oxide/btn/Button';
|
63
68
|
import wcbeb97ee8f2a94d1b86980b1736f82e20 from './ux/oxide/btntoggle/ButtonToggle';
|
64
69
|
import wcffc99f8d26ae4caf84ece7c13463b6c5 from './ux/oxide/card/Card';
|
70
|
+
import wccdd8102dec85424da156ca516659956e from './ux/oxide/column/Column';
|
65
71
|
import wc2ae3cf98c95443a199d44705ad87d994 from './ux/oxide/dialog/Dialog';
|
66
72
|
import wcd1a4678669114d9293f42409a1080756 from './ux/oxide/divider/Divider';
|
67
73
|
import wc1f535ab2cf154914a9bb104aa46d1e2a from './ux/oxide/expansionpanel/ExpansionPanels';
|
68
74
|
import wc170e8b8212bd45f5b8009e0efb29d7a3 from './ux/oxide/expansionpanel/ExpansionPanel';
|
69
75
|
import wcde8b25f7e81a437d9ee6b104c28b1c25 from './ux/oxide/icon/Icon';
|
76
|
+
import wc857e4f14f822494181c3c22fa95c88b7 from './ux/oxide/image/Image';
|
70
77
|
import wc25d0a8d8f8ac4ff08c468027b5273882 from './ux/oxide/layout/Layout';
|
71
78
|
import wc49934d3df84d47c39314cce5bb4340b1 from './ux/oxide/list/List';
|
72
79
|
import wc606fb8e73c2a4de59c5a7b96b9b8997b from './ux/oxide/list/ListItem';
|
80
|
+
import wc994b0ed2b0794f928849a3fb5c52c70a from './ux/oxide/main/Main';
|
73
81
|
import wce688539435a64ccf8569a6e05020ca94 from './ux/oxide/menu/Menu';
|
74
82
|
import wcd17d504fd4874d8bb50ab6a946859546 from './ux/oxide/navigationdrawer/NavigationDrawer';
|
75
83
|
import wcc51213da3caa4607b2fa435ae0c7acbf from './ux/oxide/panel/Panel';
|
76
84
|
import wc6c9f088f52de491bbe36933530a1880a from './ux/oxide/radio/RadioGroup';
|
77
85
|
import wca156e0af12b3464082a7e9fd2cdab84a from './ux/oxide/radio/Radio';
|
86
|
+
import wc87b50e67ce504ec292925641cfb29016 from './ux/oxide/select/Select';
|
78
87
|
import wc807ae5df89a446fbabaf07dd09dda3c1 from './ux/oxide/slider/Slider';
|
88
|
+
import wcbbb9a63991224c219b7ebc02bbe9cc34 from './ux/oxide/snackbar/Snackbar';
|
79
89
|
import wc3241a7ddf0d04b68bf4aab335e2405fb from './ux/oxide/spacer/Spacer';
|
90
|
+
import wc889905a9b0ad4de5b9538c6d920bac0a from './ux/oxide/stepper/Stepper';
|
91
|
+
import wce11c4b8d09284dd18fc4d80bc66c3588 from './ux/oxide/stepper/StepperStep';
|
80
92
|
import wcccd3f88ddd6541fc9865ebdf93fadef9 from './ux/oxide/switch/Switch';
|
81
93
|
import wc3ae18994ae5546dc945347d58432108d from './ux/oxide/tab/Tabs';
|
82
94
|
import wc07776976fab941de8e169e6e903fb4fe from './ux/oxide/tab/Tab';
|
83
95
|
import wc7b543325ab85489eb1401d7bfdf6f5fc from './ux/oxide/text/Text';
|
84
96
|
import wc9a7ad06b091e4633a0fc3d380210f9cb from './ux/oxide/textfield/TextField';
|
85
97
|
import wc53c3a240c5bf4d39ac29ac7f1f7415ae from './ux/oxide/toolbar/Toolbar';
|
98
|
+
import wce1b9681a96a94f65a08577ef52b83752 from './ux/oxide/treeview/Treeview';
|
86
99
|
import wcb6ddbf2c41224cd29b92fcecbbdd31a0 from './ux/playground_test/Play2Component';
|
87
100
|
import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
|
88
101
|
import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
|
@@ -130,6 +143,8 @@ import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/SignInPage';
|
|
130
143
|
import wce4b25c06803a417a9c4aa4b7280a599b from './ux/signin/SignInBlock';
|
131
144
|
import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
|
132
145
|
import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/SignOut';
|
146
|
+
import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker2';
|
147
|
+
import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
|
133
148
|
import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
|
134
149
|
import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
|
135
150
|
import wc0beecee9c6ce42c88bd468bde23f9f32 from './ux/user/components/PropertyConfigurationRenderer';
|
@@ -181,6 +196,7 @@ declare global {
|
|
181
196
|
"omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & VueComponentBaseProps;
|
182
197
|
"omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
|
183
198
|
"omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
|
199
|
+
"omfx-options-block-current": typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition & VueComponentBaseProps;
|
184
200
|
"omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & VueComponentBaseProps;
|
185
201
|
"omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & VueComponentBaseProps;
|
186
202
|
"omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & VueComponentBaseProps;
|
@@ -215,6 +231,10 @@ declare global {
|
|
215
231
|
"omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & VueComponentBaseProps;
|
216
232
|
"omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & VueComponentBaseProps;
|
217
233
|
"omfx-identity-picker": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & VueComponentBaseProps;
|
234
|
+
"omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & VueComponentBaseProps;
|
235
|
+
"omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & VueComponentBaseProps;
|
236
|
+
"omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
|
237
|
+
"omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & VueComponentBaseProps;
|
218
238
|
"omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
|
219
239
|
"omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
|
220
240
|
"omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
|
@@ -222,27 +242,35 @@ declare global {
|
|
222
242
|
"o-btn": typeof wc0c73f6d6c7f34688a93368434caaa389.propsDefinition & VueComponentBaseProps;
|
223
243
|
"o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
|
224
244
|
"o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
|
245
|
+
"o-col": typeof wccdd8102dec85424da156ca516659956e.propsDefinition & VueComponentBaseProps;
|
225
246
|
"o-dialog": typeof wc2ae3cf98c95443a199d44705ad87d994.propsDefinition & VueComponentBaseProps;
|
226
247
|
"o-divider": typeof wcd1a4678669114d9293f42409a1080756.propsDefinition & VueComponentBaseProps;
|
227
248
|
"o-expansion-panels": typeof wc1f535ab2cf154914a9bb104aa46d1e2a.propsDefinition & VueComponentBaseProps;
|
228
249
|
"o-expansion-panel": typeof wc170e8b8212bd45f5b8009e0efb29d7a3.propsDefinition & VueComponentBaseProps;
|
229
250
|
"o-icon": typeof wcde8b25f7e81a437d9ee6b104c28b1c25.propsDefinition & VueComponentBaseProps;
|
251
|
+
"o-img": typeof wc857e4f14f822494181c3c22fa95c88b7.propsDefinition & VueComponentBaseProps;
|
230
252
|
"o-layout": typeof wc25d0a8d8f8ac4ff08c468027b5273882.propsDefinition & VueComponentBaseProps;
|
231
253
|
"o-list": typeof wc49934d3df84d47c39314cce5bb4340b1.propsDefinition & VueComponentBaseProps;
|
232
254
|
"o-list-item": typeof wc606fb8e73c2a4de59c5a7b96b9b8997b.propsDefinition & VueComponentBaseProps;
|
255
|
+
"o-main": typeof wc994b0ed2b0794f928849a3fb5c52c70a.propsDefinition & VueComponentBaseProps;
|
233
256
|
"o-menu": typeof wce688539435a64ccf8569a6e05020ca94.propsDefinition & VueComponentBaseProps;
|
234
257
|
"o-navigation-drawer": typeof wcd17d504fd4874d8bb50ab6a946859546.propsDefinition & VueComponentBaseProps;
|
235
258
|
"o-panel": typeof wcc51213da3caa4607b2fa435ae0c7acbf.propsDefinition & VueComponentBaseProps;
|
236
259
|
"o-radio-group": typeof wc6c9f088f52de491bbe36933530a1880a.propsDefinition & VueComponentBaseProps;
|
237
260
|
"o-radio": typeof wca156e0af12b3464082a7e9fd2cdab84a.propsDefinition & VueComponentBaseProps;
|
261
|
+
"o-select": typeof wc87b50e67ce504ec292925641cfb29016.propsDefinition & VueComponentBaseProps;
|
238
262
|
"o-slider": typeof wc807ae5df89a446fbabaf07dd09dda3c1.propsDefinition & VueComponentBaseProps;
|
263
|
+
"o-snackbar": typeof wcbbb9a63991224c219b7ebc02bbe9cc34.propsDefinition & VueComponentBaseProps;
|
239
264
|
"o-spacer": typeof wc3241a7ddf0d04b68bf4aab335e2405fb.propsDefinition & VueComponentBaseProps;
|
265
|
+
"o-stepper": typeof wc889905a9b0ad4de5b9538c6d920bac0a.propsDefinition & VueComponentBaseProps;
|
266
|
+
"o-stepper-step": typeof wce11c4b8d09284dd18fc4d80bc66c3588.propsDefinition & VueComponentBaseProps;
|
240
267
|
"o-switch": typeof wcccd3f88ddd6541fc9865ebdf93fadef9.propsDefinition & VueComponentBaseProps;
|
241
268
|
"o-tabs": typeof wc3ae18994ae5546dc945347d58432108d.propsDefinition & VueComponentBaseProps;
|
242
269
|
"o-tab": typeof wc07776976fab941de8e169e6e903fb4fe.propsDefinition & VueComponentBaseProps;
|
243
270
|
"o-text": typeof wc7b543325ab85489eb1401d7bfdf6f5fc.propsDefinition & VueComponentBaseProps;
|
244
271
|
"o-text-field": typeof wc9a7ad06b091e4633a0fc3d380210f9cb.propsDefinition & VueComponentBaseProps;
|
245
272
|
"o-toolbar": typeof wc53c3a240c5bf4d39ac29ac7f1f7415ae.propsDefinition & VueComponentBaseProps;
|
273
|
+
"o-treeview": typeof wce1b9681a96a94f65a08577ef52b83752.propsDefinition & VueComponentBaseProps;
|
246
274
|
"omnia-play-2": typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition & VueComponentBaseProps;
|
247
275
|
"omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
|
248
276
|
"omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
|
@@ -290,6 +318,8 @@ declare global {
|
|
290
318
|
"omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
|
291
319
|
"omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
|
292
320
|
"omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
|
321
|
+
"omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
|
322
|
+
"omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
|
293
323
|
"omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
|
294
324
|
"omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
|
295
325
|
"omfx-properties-user-configuration-renderer": typeof wc0beecee9c6ce42c88bd468bde23f9f32.propsDefinition & VueComponentBaseProps;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.16-vnext",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,31 +20,19 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.16-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
27
27
|
"vue-virtual-scroller": "1.0.0-rc.2",
|
28
28
|
"splitpanes": "2.4.1",
|
29
|
-
"vuetify": "3.1.
|
29
|
+
"vuetify": "3.1.9",
|
30
30
|
"vue": "3.2.47",
|
31
31
|
"typescript": "4.9.4",
|
32
|
-
"tiptap": "
|
33
|
-
"tiptap
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"prosemirror-history": "1.0.4",
|
37
|
-
"prosemirror-model": "1.7.4",
|
38
|
-
"prosemirror-state": "1.2.4",
|
39
|
-
"prosemirror-transform": "1.1.5",
|
40
|
-
"prosemirror-utils": "0.9.6",
|
41
|
-
"prosemirror-view": "1.11.7",
|
42
|
-
"prosemirror-commands": "1.0.8",
|
43
|
-
"prosemirror-dropcursor": "1.2.0",
|
44
|
-
"prosemirror-gapcursor": "1.0.4",
|
45
|
-
"prosemirror-inputrules": "1.0.4",
|
46
|
-
"prosemirror-keymap": "1.0.2",
|
47
|
-
"prosemirror-schema-list": "1.0.4",
|
32
|
+
"@tiptap/vue-3": "2.0.0-beta.220",
|
33
|
+
"@tiptap/pm": "2.0.0-beta.220",
|
34
|
+
"@tiptap/suggestion": "2.0.0-beta.220",
|
35
|
+
"@tiptap/starter-kit": "2.0.0-beta.220",
|
48
36
|
"axios": "0.24.0",
|
49
37
|
"mousetrap": "1.6.1"
|
50
38
|
},
|
@@ -1,61 +0,0 @@
|
|
1
|
-
import { IWebComponentInstance } from "../../../";
|
2
|
-
import { AdminNavigationBuiltInCategory, NavigationNode } from "../../../models";
|
3
|
-
import { DirectionRuleStore } from "../../../stores";
|
4
|
-
import { VueComponentBase } from "../../index";
|
5
|
-
import { InputLanguageStore } from "../../inputlanguagepicker/stores";
|
6
|
-
import "./AdminChrome.css";
|
7
|
-
type AdminNavCategory = AdminNavigationBuiltInCategory | string;
|
8
|
-
export declare class AdminChromeComponent extends VueComponentBase implements IWebComponentInstance {
|
9
|
-
private omniaContext;
|
10
|
-
private localizationService;
|
11
|
-
private permissionService;
|
12
|
-
private omniaTheming;
|
13
|
-
private subscriptionHandler;
|
14
|
-
directionStore: DirectionRuleStore;
|
15
|
-
private sidePanelContext;
|
16
|
-
private multilingualStore;
|
17
|
-
private adminChromeInstance;
|
18
|
-
inputLanguageStore: InputLanguageStore;
|
19
|
-
private omniaUxLocalization;
|
20
|
-
private htmlToRender;
|
21
|
-
private authorizedNodes;
|
22
|
-
private tenantAdministrator;
|
23
|
-
private bpAdministrator;
|
24
|
-
private appInstanceAdministrator;
|
25
|
-
private adminChromeClasses;
|
26
|
-
private selectedElement;
|
27
|
-
private classToFixVExpansionPanelZIndexIssue;
|
28
|
-
private adminContentId;
|
29
|
-
private tenantInfoSettings;
|
30
|
-
private displayLeftNav;
|
31
|
-
private checkGlobalPermissionResolvablePromise;
|
32
|
-
private checkedNodePermissionState;
|
33
|
-
private nodeReactiveStates;
|
34
|
-
beforeCreate(): void;
|
35
|
-
created(): void;
|
36
|
-
mounted(): void;
|
37
|
-
destroyed(): void;
|
38
|
-
private checkGlobalPermissions;
|
39
|
-
private checkNodeTrack;
|
40
|
-
private handleNavigationNode;
|
41
|
-
private checkNodePermission;
|
42
|
-
private setTheme;
|
43
|
-
private renderSelectedElement;
|
44
|
-
private getIdentityNode;
|
45
|
-
private isNodeEquals;
|
46
|
-
private toggleLefNav;
|
47
|
-
onNodeClick(node: NavigationNode): void;
|
48
|
-
closeOmniaAdmin(): void;
|
49
|
-
private setIconColor;
|
50
|
-
groupBy(list: any, keyGetter: any): Map<any, any>;
|
51
|
-
initTenantInfoSettings(): void;
|
52
|
-
private getSelectedNode;
|
53
|
-
private handleScroll;
|
54
|
-
private renderAppBar;
|
55
|
-
private getValidNodes;
|
56
|
-
render(): JSX.Element;
|
57
|
-
renderListItem(selectedNode: NavigationNode, node: NavigationNode): JSX.Element;
|
58
|
-
renderCategory(validNodes: NavigationNode[], category: AdminNavCategory, selectedNode: NavigationNode): JSX.Element;
|
59
|
-
renderAccessDeny(): JSX.Element;
|
60
|
-
}
|
61
|
-
export {};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import { LayoutEditorCanvasApi } from "../../../models";
|
2
|
-
import { TsxAllowUnknowProperties } from "../..";
|
3
|
-
import { LayoutEditorCanvasStyles } from "@omnia/fx/models";
|
4
|
-
export interface ILayoutEditorCanvas {
|
5
|
-
styles?: Partial<typeof LayoutEditorCanvasStyles>;
|
6
|
-
getApi: (instance: LayoutEditorCanvasApi) => void;
|
7
|
-
provider: string;
|
8
|
-
}
|
9
|
-
declare global {
|
10
|
-
namespace JSX {
|
11
|
-
interface Element {
|
12
|
-
}
|
13
|
-
interface ElementClass {
|
14
|
-
}
|
15
|
-
interface ElementAttributesProperty {
|
16
|
-
}
|
17
|
-
interface IntrinsicElements {
|
18
|
-
"omfx-layout-editor-canvas": TsxAllowUnknowProperties<ILayoutEditorCanvas>;
|
19
|
-
}
|
20
|
-
}
|
21
|
-
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/IDeveloperTools.d.ts
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
import { LayoutCanvasStore } from "../../";
|
2
|
-
import { TsxAllowUnknowProperties } from "../../..";
|
3
|
-
export interface IDeveloperTools {
|
4
|
-
layoutCanvasStore: LayoutCanvasStore;
|
5
|
-
}
|
6
|
-
declare global {
|
7
|
-
namespace JSX {
|
8
|
-
interface Element {
|
9
|
-
}
|
10
|
-
interface ElementClass {
|
11
|
-
}
|
12
|
-
interface ElementAttributesProperty {
|
13
|
-
}
|
14
|
-
interface IntrinsicElements {
|
15
|
-
"omnia-layout-developertools": TsxAllowUnknowProperties<IDeveloperTools>;
|
16
|
-
}
|
17
|
-
}
|
18
|
-
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ILayoutClipboard.d.ts
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
|
2
|
-
export interface LayoutClipboardData {
|
3
|
-
title: string;
|
4
|
-
}
|
5
|
-
export interface ILayoutClipboard {
|
6
|
-
}
|
7
|
-
declare global {
|
8
|
-
namespace JSX {
|
9
|
-
interface Element {
|
10
|
-
}
|
11
|
-
interface ElementClass {
|
12
|
-
}
|
13
|
-
interface ElementAttributesProperty {
|
14
|
-
}
|
15
|
-
interface IntrinsicElements {
|
16
|
-
"omfx-layout-clipboard": TsxAllowUnknowProperties<ILayoutClipboard>;
|
17
|
-
}
|
18
|
-
}
|
19
|
-
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.d.ts
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
import { IWebComponentInstance } from "@omnia/fx";
|
2
|
-
import { VueComponentBase } from "@omnia/fx/ux";
|
3
|
-
import { ILayoutClipboard } from "./ILayoutClipboard";
|
4
|
-
import { ClipboardLayoutItem } from "@omnia/fx-models";
|
5
|
-
import { ClipboardStore } from "@omnia/fx/stores";
|
6
|
-
export default class LayoutClipboardComponent extends VueComponentBase implements IWebComponentInstance, ILayoutClipboard {
|
7
|
-
private themeStore;
|
8
|
-
private omniaUxLoc;
|
9
|
-
private layoutStore;
|
10
|
-
clipboardStore: ClipboardStore;
|
11
|
-
private importDataModel;
|
12
|
-
private dialogModel;
|
13
|
-
private selectedItems;
|
14
|
-
private itemForInsert;
|
15
|
-
private editingClipboard;
|
16
|
-
private snackbarText;
|
17
|
-
created(): void;
|
18
|
-
ensureIdsForItems(): void;
|
19
|
-
mounted(): void;
|
20
|
-
private showSnackBar;
|
21
|
-
private onDialogClose;
|
22
|
-
private clearSelectionsInstore;
|
23
|
-
/**
|
24
|
-
Clears the selection when an item is inserted
|
25
|
-
|
26
|
-
*/
|
27
|
-
private setSelectionScope;
|
28
|
-
private setSelectionFromLayout;
|
29
|
-
private onItemSelected;
|
30
|
-
private onToggleItemSelection;
|
31
|
-
private onImportClipboard;
|
32
|
-
private onEditClipboard;
|
33
|
-
private onClearSelection;
|
34
|
-
private onClearClipboard;
|
35
|
-
private onDeleteClipboard;
|
36
|
-
private onExportClipboard;
|
37
|
-
onCopyToClipBoard(textToCopy: string, showSnackbar: boolean): void;
|
38
|
-
renderClipBoardItem(item: ClipboardLayoutItem, layoutSelection: boolean): JSX.Element;
|
39
|
-
renderImportDialog(): JSX.Element;
|
40
|
-
render(): JSX.Element;
|
41
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../../../..";
|
2
|
-
import { BlockTitleSettings } from "../../../../../models";
|
3
|
-
export interface IBlockTitleSettingsComponent {
|
4
|
-
componentMode: boolean;
|
5
|
-
hideicontab?: boolean;
|
6
|
-
settingskey?: string;
|
7
|
-
onSettingsChanged?: (settings: BlockTitleSettings) => void;
|
8
|
-
}
|
9
|
-
declare global {
|
10
|
-
namespace JSX {
|
11
|
-
interface Element {
|
12
|
-
}
|
13
|
-
interface ElementClass {
|
14
|
-
}
|
15
|
-
interface ElementAttributesProperty {
|
16
|
-
}
|
17
|
-
interface IntrinsicElements {
|
18
|
-
"omfx-layout-block-title-settings": TsxAllowUnknowProperties<IBlockTitleSettingsComponent>;
|
19
|
-
}
|
20
|
-
}
|
21
|
-
}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Extension, Plugin } from "tiptap";
|
2
|
-
import { IExtension } from "../../models";
|
3
|
-
export declare abstract class EditorExtension extends Extension implements IExtension {
|
4
|
-
abstract readonly name: string;
|
5
|
-
priority: number;
|
6
|
-
abstract readonly plugins: Array<Plugin>;
|
7
|
-
editor: any;
|
8
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { Mark } from "tiptap";
|
2
|
-
import { NodeSpec } from "prosemirror-model";
|
3
|
-
import { IMarkExtension } from "../../models";
|
4
|
-
import { Vue } from "../decorators";
|
5
|
-
export declare abstract class MarkExtension extends Mark implements IMarkExtension {
|
6
|
-
abstract readonly name: string;
|
7
|
-
priority: number;
|
8
|
-
abstract readonly schema: NodeSpec;
|
9
|
-
}
|
10
|
-
export interface MarkExtension {
|
11
|
-
readonly view: Vue;
|
12
|
-
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../";
|
2
|
-
import { SpacingSettings } from "../../models";
|
3
|
-
export interface IPaddingPickerProperties {
|
4
|
-
individualSelection?: boolean;
|
5
|
-
disableLeft?: boolean;
|
6
|
-
disableRight?: boolean;
|
7
|
-
disableTop?: boolean;
|
8
|
-
disableBottom?: boolean;
|
9
|
-
dark?: boolean;
|
10
|
-
}
|
11
|
-
export interface ISpacingPicker extends IPaddingPickerProperties {
|
12
|
-
valueBind: SpacingSettings;
|
13
|
-
onValueChanged?: (model: SpacingSettings) => void;
|
14
|
-
[name: string]: any;
|
15
|
-
}
|
16
|
-
declare global {
|
17
|
-
namespace JSX {
|
18
|
-
interface Element {
|
19
|
-
}
|
20
|
-
interface ElementClass {
|
21
|
-
}
|
22
|
-
interface ElementAttributesProperty {
|
23
|
-
}
|
24
|
-
interface IntrinsicElements {
|
25
|
-
"omfx-spacing-picker": TsxAllowUnknowProperties<ISpacingPicker>;
|
26
|
-
}
|
27
|
-
}
|
28
|
-
}
|
@@ -1,44 +0,0 @@
|
|
1
|
-
import { VueComponentBase } from "@omnia/fx/ux";
|
2
|
-
import { IWebComponentInstance } from "../../";
|
3
|
-
import { ISpacingPicker } from "./ISpacingPicker";
|
4
|
-
import { SpacingSettings } from "../../models";
|
5
|
-
import { SpacingPickerLocalization } from "./loc/localize";
|
6
|
-
export declare class SpacingPicker extends VueComponentBase implements IWebComponentInstance, ISpacingPicker {
|
7
|
-
disableTop?: boolean;
|
8
|
-
disableBottom?: boolean;
|
9
|
-
disableLeft?: boolean;
|
10
|
-
disableRight?: boolean;
|
11
|
-
valueBind: SpacingSettings;
|
12
|
-
onValueChanged: (model: SpacingSettings) => void;
|
13
|
-
individualSelection: boolean;
|
14
|
-
color: string;
|
15
|
-
dark?: boolean;
|
16
|
-
loc: SpacingPickerLocalization.locInterface;
|
17
|
-
private Position;
|
18
|
-
mounted(): void;
|
19
|
-
onValueBindChanged(): void;
|
20
|
-
priorityCombinationsBorders: {
|
21
|
-
[x: string]: () => number;
|
22
|
-
};
|
23
|
-
selectionModel: {
|
24
|
-
selectedBorders: string;
|
25
|
-
selectedValue: number;
|
26
|
-
};
|
27
|
-
get top(): number;
|
28
|
-
get right(): number;
|
29
|
-
get left(): number;
|
30
|
-
get bottom(): number;
|
31
|
-
isPositionSelected(position: string): boolean;
|
32
|
-
selectCombination(): void;
|
33
|
-
/**
|
34
|
-
* Eventhandler for when bordersize is changed
|
35
|
-
* @param value
|
36
|
-
*/
|
37
|
-
onValueChange(change: number): void;
|
38
|
-
/**
|
39
|
-
* Eventhandler for when border is selected
|
40
|
-
* @param value
|
41
|
-
*/
|
42
|
-
onBorderSelected(value: string): void;
|
43
|
-
render(): JSX.Element;
|
44
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ISpacingPicker";
|