@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,14 +1,19 @@
|
|
1
|
-
import {
|
1
|
+
import { Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
|
-
$props: Partial<{
|
7
|
-
|
8
|
-
colorSchemaType
|
9
|
-
|
10
|
-
|
11
|
-
|
6
|
+
$props: Partial<{
|
7
|
+
container?: any;
|
8
|
+
colorSchemaType?: any;
|
9
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
"v-model": import("vue").PropType<Guid>;
|
11
|
+
modelValue: import("vue").PropType<Guid>;
|
12
|
+
colorSchemaType?: any;
|
13
|
+
container?: any;
|
14
|
+
}>> & {
|
15
|
+
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
16
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
|
12
17
|
$attrs: {
|
13
18
|
[x: string]: unknown;
|
14
19
|
};
|
@@ -20,14 +25,21 @@ declare const _default: {
|
|
20
25
|
}>;
|
21
26
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
22
27
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
23
|
-
$emit: (event:
|
28
|
+
$emit: (event: "update:modelValue", theme: ThemeDefinitionV2) => void;
|
24
29
|
$el: any;
|
25
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
26
|
-
model: Guid
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
}
|
30
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
31
|
+
"v-model": import("vue").PropType<Guid>;
|
32
|
+
modelValue: import("vue").PropType<Guid>;
|
33
|
+
colorSchemaType?: any;
|
34
|
+
container?: any;
|
35
|
+
}>> & {
|
36
|
+
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
37
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
38
|
+
"update:modelValue": (theme: ThemeDefinitionV2) => true;
|
39
|
+
}, string, {
|
40
|
+
container?: any;
|
41
|
+
colorSchemaType?: any;
|
42
|
+
}, {}, string> & {
|
31
43
|
beforeCreate?: (() => void) | (() => void)[];
|
32
44
|
created?: (() => void) | (() => void)[];
|
33
45
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -47,26 +59,38 @@ declare const _default: {
|
|
47
59
|
$forceUpdate: () => void;
|
48
60
|
$nextTick: typeof import("vue").nextTick;
|
49
61
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
50
|
-
} & Readonly<import("vue").ExtractPropTypes<
|
51
|
-
model: Guid
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
}
|
62
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
63
|
+
"v-model": import("vue").PropType<Guid>;
|
64
|
+
modelValue: import("vue").PropType<Guid>;
|
65
|
+
colorSchemaType?: any;
|
66
|
+
container?: any;
|
67
|
+
}>> & {
|
68
|
+
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
69
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
56
70
|
__isFragment?: never;
|
57
71
|
__isTeleport?: never;
|
58
72
|
__isSuspense?: never;
|
59
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
60
|
-
model: Guid
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
}
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
73
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
74
|
+
"v-model": import("vue").PropType<Guid>;
|
75
|
+
modelValue: import("vue").PropType<Guid>;
|
76
|
+
colorSchemaType?: any;
|
77
|
+
container?: any;
|
78
|
+
}>> & {
|
79
|
+
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
80
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
81
|
+
"update:modelValue": (theme: ThemeDefinitionV2) => true;
|
82
|
+
}, string, {
|
83
|
+
container?: any;
|
84
|
+
colorSchemaType?: any;
|
85
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
86
|
+
propsDefinition: Readonly<{
|
87
|
+
container?: any;
|
88
|
+
colorSchemaType?: any;
|
89
|
+
} & {
|
90
|
+
"v-model"?: Guid;
|
91
|
+
modelValue?: Guid;
|
92
|
+
}> & {
|
93
|
+
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
94
|
+
};
|
71
95
|
};
|
72
96
|
export default _default;
|
@@ -1,4 +1,10 @@
|
|
1
1
|
import { ColorSchema } from "../../../shared/models";
|
2
|
+
export declare const ThemeEditorStyles: {
|
3
|
+
contentContainer: string;
|
4
|
+
leftCompontentContainer: string;
|
5
|
+
leftNavContainer: string;
|
6
|
+
panesWrapper: (splitterColor: any) => string;
|
7
|
+
};
|
2
8
|
declare const _default: {
|
3
9
|
container: {
|
4
10
|
fontSize: number;
|
@@ -1,14 +1,22 @@
|
|
1
1
|
import { ThemeStoreV2 } from "@omnia/fx/ux";
|
2
|
-
import { nextTick } from "vue";
|
2
|
+
import { nextTick, VNodeChild } from "vue";
|
3
|
+
import { ThemeDefinitionV2 } from "../../velcron/core";
|
3
4
|
export type RegisterThemeStore = (store: ThemeStoreV2) => void;
|
4
5
|
declare const _default: {
|
5
6
|
new (...args: any[]): {
|
6
7
|
$: import("vue").ComponentInternalInstance;
|
7
8
|
$data: {};
|
8
9
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
|
9
|
-
|
10
|
-
|
11
|
-
|
10
|
+
"v-slots": {
|
11
|
+
default?: () => VNodeChild;
|
12
|
+
} & {
|
13
|
+
activator?: () => VNodeChild;
|
14
|
+
};
|
15
|
+
"theme-store-registration-hook": void | RegisterThemeStore;
|
16
|
+
themeStoreRegistrationHook: void | RegisterThemeStore;
|
17
|
+
}>>> & {
|
18
|
+
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
19
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
12
20
|
$attrs: {
|
13
21
|
[x: string]: unknown;
|
14
22
|
};
|
@@ -20,12 +28,21 @@ declare const _default: {
|
|
20
28
|
}>;
|
21
29
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
22
30
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
23
|
-
$emit: (event:
|
31
|
+
$emit: (event: "update:modelValue", themeDefinition: ThemeDefinitionV2) => void;
|
24
32
|
$el: any;
|
25
33
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
|
26
|
-
|
27
|
-
|
28
|
-
|
34
|
+
"v-slots": {
|
35
|
+
default?: () => VNodeChild;
|
36
|
+
} & {
|
37
|
+
activator?: () => VNodeChild;
|
38
|
+
};
|
39
|
+
"theme-store-registration-hook": void | RegisterThemeStore;
|
40
|
+
themeStoreRegistrationHook: void | RegisterThemeStore;
|
41
|
+
}>>> & {
|
42
|
+
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
43
|
+
}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
44
|
+
"update:modelValue": (themeDefinition: ThemeDefinitionV2) => true;
|
45
|
+
}, string, {}, {}, string> & {
|
29
46
|
beforeCreate?: (() => void) | (() => void)[];
|
30
47
|
created?: (() => void) | (() => void)[];
|
31
48
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -46,19 +63,42 @@ declare const _default: {
|
|
46
63
|
$nextTick: typeof nextTick;
|
47
64
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
48
65
|
} & Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
|
49
|
-
|
50
|
-
|
51
|
-
|
66
|
+
"v-slots": {
|
67
|
+
default?: () => VNodeChild;
|
68
|
+
} & {
|
69
|
+
activator?: () => VNodeChild;
|
70
|
+
};
|
71
|
+
"theme-store-registration-hook": void | RegisterThemeStore;
|
72
|
+
themeStoreRegistrationHook: void | RegisterThemeStore;
|
73
|
+
}>>> & {
|
74
|
+
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
75
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
52
76
|
__isFragment?: never;
|
53
77
|
__isTeleport?: never;
|
54
78
|
__isSuspense?: never;
|
55
79
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
|
56
|
-
|
57
|
-
|
58
|
-
}
|
80
|
+
"v-slots": {
|
81
|
+
default?: () => VNodeChild;
|
82
|
+
} & {
|
83
|
+
activator?: () => VNodeChild;
|
84
|
+
};
|
85
|
+
"theme-store-registration-hook": void | RegisterThemeStore;
|
86
|
+
themeStoreRegistrationHook: void | RegisterThemeStore;
|
87
|
+
}>>> & {
|
88
|
+
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
89
|
+
}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
90
|
+
"update:modelValue": (themeDefinition: ThemeDefinitionV2) => true;
|
91
|
+
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
59
92
|
propsDefinition: Readonly<{} & {
|
60
|
-
|
61
|
-
|
62
|
-
|
93
|
+
"v-slots"?: {
|
94
|
+
default?: () => VNodeChild;
|
95
|
+
} & {
|
96
|
+
activator?: () => VNodeChild;
|
97
|
+
};
|
98
|
+
themeStoreRegistrationHook?: void | RegisterThemeStore;
|
99
|
+
"theme-store-registration-hook"?: void | RegisterThemeStore;
|
100
|
+
}> & {
|
101
|
+
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
102
|
+
};
|
63
103
|
};
|
64
104
|
export default _default;
|
package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ComponentsViewer.d.ts
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts
CHANGED
@@ -1,12 +1,10 @@
|
|
1
1
|
import { Store } from "@omnia/fx/stores";
|
2
|
-
import { ThemeStoreV2 } from "@omnia/fx/ux";
|
3
2
|
import { ThemeDefinitionV2 } from "@omnia/fx-models";
|
4
3
|
import { CodeEditorState, codeEditorTabs, editorModes } from "../model";
|
5
4
|
export declare class ThemeEditorStore extends Store {
|
6
5
|
editorMode: import("@omnia/fx/stores").StoreState<editorModes>;
|
7
6
|
codeEditor: import("@omnia/fx/stores").StoreState<CodeEditorState>;
|
8
7
|
themeAsJson: import("@omnia/fx/stores").StoreState<string>;
|
9
|
-
editingThemeStore: ThemeStoreV2;
|
10
8
|
constructor();
|
11
9
|
/**
|
12
10
|
* Implementation of getters
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { ColorSchema } from "../../velcron/core";
|
1
2
|
export declare const SystemColors: {
|
2
3
|
Teal: string;
|
3
4
|
Purple: string;
|
@@ -12,3 +13,7 @@ export declare const SystemColors: {
|
|
12
13
|
Black: string;
|
13
14
|
Grey: string;
|
14
15
|
};
|
16
|
+
export declare const ColorSchemas: {
|
17
|
+
Background_Dark: ColorSchema;
|
18
|
+
Neutral_Dark: ColorSchema;
|
19
|
+
};
|
@@ -15,7 +15,7 @@ export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
|
15
15
|
dark: boolean;
|
16
16
|
blueprint: BlueprintDefinition;
|
17
17
|
name: string;
|
18
|
-
constructor(primary: string, secondary: string, accent1: string, accent2: string, accent3: string, neutral: string, background: string, info: string, error: string, typography: TypographyDefinition, blueprint: BlueprintDefinition, name: string, dark: boolean, id: Guid);
|
18
|
+
constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, typography: TypographyDefinition, blueprint: BlueprintDefinition, name: string, dark: boolean, id: Guid);
|
19
19
|
}
|
20
20
|
export declare const DarkKnightDefinition: () => ThemeDefinitionInstance;
|
21
21
|
export declare const DarkEditorDefinition: () => ThemeDefinitionInstance;
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import { ColorTypes } from "@omnia/fx/models";
|
1
|
+
import { ColorDefinition, ColorTypes } from "@omnia/fx/models";
|
2
2
|
import { ColorSchemaStore } from "../theming-v2";
|
3
3
|
export declare const useComponentSetup: (props: object) => {
|
4
4
|
colorSchemaStore: ColorSchemaStore;
|
5
|
-
baseColor:
|
6
|
-
onBaseColor:
|
7
|
-
containerColor:
|
8
|
-
onContainerColor:
|
9
|
-
baseColorType: ColorTypes;
|
10
|
-
onBaseColorType: ColorTypes;
|
11
|
-
containerColorType: ColorTypes;
|
12
|
-
onContainerColorType: ColorTypes;
|
5
|
+
readonly baseColor: ColorDefinition;
|
6
|
+
readonly onBaseColor: ColorDefinition;
|
7
|
+
readonly containerColor: ColorDefinition;
|
8
|
+
readonly onContainerColor: ColorDefinition;
|
9
|
+
readonly baseColorType: ColorTypes.base | ColorTypes.container;
|
10
|
+
readonly onBaseColorType: ColorTypes;
|
11
|
+
readonly containerColorType: ColorTypes;
|
12
|
+
readonly onContainerColorType: ColorTypes;
|
13
13
|
};
|
@@ -1,2 +1,10 @@
|
|
1
|
-
import { IIcon } from "@omnia/fx-models";
|
1
|
+
import { CustomIcon, FabricIcon, FlagIcon, FontAwesomeIcon, IIcon, MaterialIcon, SvgIcon } from "@omnia/fx-models";
|
2
2
|
export declare const useIconClass: (icon: IIcon) => any;
|
3
|
+
export declare const useIcons: () => {
|
4
|
+
faIcon: (name: string) => FontAwesomeIcon;
|
5
|
+
mdIcon: (name: string) => MaterialIcon;
|
6
|
+
flagIcon: (name: string) => FlagIcon;
|
7
|
+
fbIcon: (name: string) => FabricIcon;
|
8
|
+
svgIcon: (name: string) => SvgIcon;
|
9
|
+
customIcon: (name: string) => CustomIcon;
|
10
|
+
};
|
@@ -64,10 +64,10 @@ declare const _default: {
|
|
64
64
|
serviceContainerContext: ServiceContainerContext;
|
65
65
|
}>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
66
66
|
propsDefinition: Readonly<{} & {
|
67
|
-
userTypeId?: GuidValue;
|
68
|
-
editMode?: boolean;
|
69
67
|
serviceContainerContext?: ServiceContainerContext;
|
68
|
+
userTypeId?: GuidValue;
|
70
69
|
getApi?: (api: LayoutRendererCanvasApi) => void;
|
70
|
+
editMode?: boolean;
|
71
71
|
}>;
|
72
72
|
};
|
73
73
|
export default _default;
|
package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts
CHANGED
@@ -44,8 +44,8 @@ declare const _default: {
|
|
44
44
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<VelcronContainerRenderer>>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
45
45
|
propsDefinition: Readonly<{} & {
|
46
46
|
definition?: VelcronDefinition;
|
47
|
-
renderContext?: VelcronRenderContext;
|
48
47
|
component?: JSX.Element;
|
48
|
+
renderContext?: VelcronRenderContext;
|
49
49
|
}>;
|
50
50
|
};
|
51
51
|
export default _default;
|
package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts
CHANGED
@@ -78,11 +78,11 @@ declare const _default: {
|
|
78
78
|
}>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
79
79
|
propsDefinition: Readonly<{} & {
|
80
80
|
appInstanceId?: GuidValue;
|
81
|
+
serviceContainerContext?: ServiceContainerContext;
|
81
82
|
renderNavigationDrawer?: () => JSX.Element;
|
82
83
|
closeEditor?: () => void;
|
83
84
|
navigationDrawerTitle?: string;
|
84
85
|
renderNavigationDrawerBottom?: () => JSX.Element;
|
85
|
-
serviceContainerContext?: ServiceContainerContext;
|
86
86
|
getApi?: (api: VersionedLayoutEditorApi) => void;
|
87
87
|
}>;
|
88
88
|
};
|
package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts
CHANGED
@@ -125,10 +125,10 @@ declare const _default: {
|
|
125
125
|
}>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
126
126
|
propsDefinition: Readonly<{} & {
|
127
127
|
appInstanceId?: GuidValue;
|
128
|
+
serviceContainerContext?: ServiceContainerContext;
|
128
129
|
versionedLayoutId?: VersionedLayoutId;
|
129
130
|
layoutThemeDefinition?: ThemeDefinition;
|
130
131
|
blockThemeDefinition?: ThemeDefinition;
|
131
|
-
serviceContainerContext?: ServiceContainerContext;
|
132
132
|
getApi?: (api: LayoutRendererCanvasApi) => void;
|
133
133
|
layoutProvider?: string;
|
134
134
|
layoutBackgroundImageElementId?: string;
|
@@ -12,7 +12,7 @@ export declare function getVuePlugins(): {
|
|
12
12
|
options: any[];
|
13
13
|
}[];
|
14
14
|
export declare function registerVueMixin(mixin: ComponentOptions): void;
|
15
|
-
export declare function getVueMixins(): ComponentOptions
|
15
|
+
export declare function getVueMixins(): ComponentOptions[];
|
16
16
|
export declare function registerVueOptionsHook(fn: () => void): void;
|
17
17
|
export declare function getVueOptionsHooks(): ((classComponentConstructor?: any) => void)[];
|
18
18
|
export declare function registerAsyncVueComponent(app: App, component: WebComponentBundleManifest): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omnia-fx-spfx-wp-settings":["onClosed","onChange"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties"],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-
|
1
|
+
{"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omnia-fx-spfx-wp-settings":["onClosed","onChange"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties"],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-status-message-overlay":["content"],"omfx-template-picker":["valueBind","templates","onValueChanged"],"omfx-text-translator":["onTranslateCompleted"],"omfx-themedefinition-editor":["hideBodySettings","hideChromeSettings","hideBorderSettings","valueBind","onValueChanged","attachedToParent"],"omfx-timezone-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-url-input":["valueBind","requiredWithValidator","onValueChanged","onBlur"],"omfx-field-validation":["useValidator","checkValue","rules","getCheckValue"],"omfx-wizard":["styles","onInstanceCreated","steps"]}
|