@omnia/fx 8.0.21-vnext → 8.0.23-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/manifests/omnia.fx.core.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/theming/BlueprintDefinition.d.ts +8 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +20 -12
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +32 -16
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +84 -85
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.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 +217 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +163 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +150 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +117 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +30 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +131 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +46 -39
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +99 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +73 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +202 -35
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +593 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +593 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +593 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +174 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +77 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +103 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +593 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +593 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +593 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +593 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +593 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +593 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +593 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +72 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +72 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +72 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +78 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +69 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +52 -52
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +48 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +522 -40
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +56 -65
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +74 -81
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +31 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +42 -10
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +18 -10
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +228 -3
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +227 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +56 -27
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +299 -12
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +250 -25
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +248 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +19 -22
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +423 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +247 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +40 -40
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts → richtexteditor/EditorMenuBar.d.ts} +58 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +587 -103
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +46 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +126 -14
- package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +326 -29
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +413 -39
- package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +202 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +330 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +363 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +256 -64
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -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 +226 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +20 -23
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +13 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +6 -14
- package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -63
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +5 -84
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +473 -35
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +76 -56
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +61 -3
- package/package.json +4 -4
- package/task.js +0 -4
- package/task.ts +0 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +0 -46
- package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
- package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/apis/DocsApis.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithLeftBar.d.ts → btn/docs/ButtonIntro.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithNavigation.d.ts → treeview/docs/TreeviewIntro.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/BasicPanelTypes.d.ts → theming-v2/themeeditor/components/blueprints/BluePrintSelector.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/PanelAlignment.d.ts → theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.d.ts → colors/ColorSelector.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ComponentsViewer.d.ts → colors/ComponentsViewer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → colors/FxViewer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → colors/ThemeViewer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -1,85 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
editorItemStyle: {
|
7
|
-
$nest: {
|
8
|
-
"&:hover": {
|
9
|
-
cursor: "pointer";
|
10
|
-
};
|
11
|
-
};
|
12
|
-
};
|
13
|
-
darkBg: {
|
14
|
-
backgroundColor: "#1e1e1e";
|
15
|
-
};
|
16
|
-
darkBgContrast: {
|
17
|
-
backgroundColor: "#1d2428";
|
18
|
-
};
|
19
|
-
monacoContainer: {
|
20
|
-
height: string;
|
21
|
-
};
|
22
|
-
leftNavContainer: {
|
23
|
-
backgroundColor: "#1e1e1e";
|
24
|
-
height: string;
|
25
|
-
width: number;
|
26
|
-
};
|
27
|
-
contentContainer: {
|
28
|
-
backgroundColor: "#1e1e1e";
|
29
|
-
position: "absolute";
|
30
|
-
marginLeft: number;
|
31
|
-
width: string;
|
32
|
-
height: string;
|
33
|
-
};
|
34
|
-
panesWrapper: (splitterColor: any) => {
|
35
|
-
$nest: {
|
36
|
-
"& .splitpanes__splitter": {
|
37
|
-
backgroundColor: string;
|
38
|
-
borderLeft: string;
|
39
|
-
width: string;
|
40
|
-
};
|
41
|
-
};
|
42
|
-
};
|
43
|
-
treeViewWrapper: (color: any, activeColor: ColorSchema) => {
|
44
|
-
$nest: {
|
45
|
-
"& .v-treeview-node__level": {
|
46
|
-
width: string;
|
47
|
-
};
|
48
|
-
"& .v-treeview-node__toggle": {
|
49
|
-
color: string;
|
50
|
-
};
|
51
|
-
"& .v-treeview-node--active": {
|
52
|
-
background: string;
|
53
|
-
};
|
54
|
-
"& .v-treeview-node--active button": {
|
55
|
-
color: string;
|
56
|
-
};
|
57
|
-
"& .v-treeview-node--active i": {
|
58
|
-
color: string;
|
59
|
-
};
|
60
|
-
"& .v-treeview-node--active .v-treeview-node__label>div": {
|
61
|
-
color: string;
|
62
|
-
};
|
63
|
-
};
|
64
|
-
};
|
65
|
-
treeItem: {
|
66
|
-
$nest: {
|
67
|
-
"&:hover .contextmenu": {
|
68
|
-
display: "inline-block";
|
69
|
-
};
|
70
|
-
};
|
71
|
-
};
|
72
|
-
treeContextMenu: {
|
73
|
-
display: "none";
|
74
|
-
$nest: {
|
75
|
-
"&:hover": {
|
76
|
-
cursor: "pointer";
|
77
|
-
};
|
78
|
-
};
|
79
|
-
};
|
80
|
-
toolBarPosition: {
|
81
|
-
marginLeft: string;
|
82
|
-
marginRight: string;
|
83
|
-
};
|
1
|
+
export declare const VelcronEditorStyles: {
|
2
|
+
contentContainer: string;
|
3
|
+
leftCompontentContainer: string;
|
4
|
+
leftNavContainer: string;
|
5
|
+
panesWrapper: (splitterColor: any) => string;
|
84
6
|
};
|
85
|
-
export default _default;
|
@@ -1,20 +1,114 @@
|
|
1
|
-
import {
|
2
|
-
import { ThemeDefinitionV2, VelcronRenderContextEventHandlers } from "../core";
|
3
|
-
import { nextTick } from "vue";
|
1
|
+
import { nextTick, VNodeChild } from "vue";
|
4
2
|
import { VelcronAppDefinition } from "@omnia/fx-models";
|
5
3
|
export type DefinitionChanged = (definition: VelcronAppDefinition) => void;
|
6
|
-
export type RegisterThemeStore = (store: ReturnType<typeof useThemeStoreV2>) => void;
|
7
4
|
declare const _default: {
|
8
5
|
new (...args: any[]): {
|
9
6
|
$: import("vue").ComponentInternalInstance;
|
10
7
|
$data: {};
|
11
8
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
9
|
+
"v-slots": import("vue").Prop<{
|
10
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
11
|
+
} & {
|
12
|
+
activator?: () => VNodeChild;
|
13
|
+
}, {
|
14
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
15
|
+
} & {
|
16
|
+
activator?: () => VNodeChild;
|
17
|
+
}>;
|
18
|
+
"v-model": import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
19
|
+
modelValue: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
20
|
+
name: import("vue").Prop<{
|
21
|
+
[x: `v-model:${string}`]: {
|
22
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
23
|
+
required: false;
|
24
|
+
};
|
25
|
+
} & {
|
26
|
+
[x: string]: {
|
27
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
28
|
+
required: false;
|
29
|
+
};
|
30
|
+
} & {
|
31
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
|
32
|
+
"v-model": {
|
33
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
34
|
+
required: false;
|
35
|
+
};
|
36
|
+
} & {
|
37
|
+
modelValue: {
|
38
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
39
|
+
required: false;
|
40
|
+
};
|
41
|
+
}>;
|
42
|
+
defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
|
43
|
+
"v-model": {
|
44
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
45
|
+
required: false;
|
46
|
+
};
|
47
|
+
} & {
|
48
|
+
modelValue: {
|
49
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
50
|
+
required: false;
|
51
|
+
};
|
52
|
+
}, false>;
|
53
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
|
54
|
+
"v-model": {
|
55
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
56
|
+
required: false;
|
57
|
+
};
|
58
|
+
} & {
|
59
|
+
modelValue: {
|
60
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
61
|
+
required: false;
|
62
|
+
};
|
63
|
+
}>;
|
64
|
+
}, {
|
65
|
+
[x: `v-model:${string}`]: {
|
66
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
67
|
+
required: false;
|
68
|
+
};
|
69
|
+
} & {
|
70
|
+
[x: string]: {
|
71
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
72
|
+
required: false;
|
73
|
+
};
|
74
|
+
} & {
|
75
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
|
76
|
+
"v-model": {
|
77
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
78
|
+
required: false;
|
79
|
+
};
|
80
|
+
} & {
|
81
|
+
modelValue: {
|
82
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
83
|
+
required: false;
|
84
|
+
};
|
85
|
+
}>;
|
86
|
+
defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
|
87
|
+
"v-model": {
|
88
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
89
|
+
required: false;
|
90
|
+
};
|
91
|
+
} & {
|
92
|
+
modelValue: {
|
93
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
94
|
+
required: false;
|
95
|
+
};
|
96
|
+
}, false>;
|
97
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
|
98
|
+
"v-model": {
|
99
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
100
|
+
required: false;
|
101
|
+
};
|
102
|
+
} & {
|
103
|
+
modelValue: {
|
104
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
105
|
+
required: false;
|
106
|
+
};
|
107
|
+
}>;
|
108
|
+
}>;
|
109
|
+
}>> & {
|
110
|
+
"onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition) => any;
|
111
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
18
112
|
$attrs: {
|
19
113
|
[x: string]: unknown;
|
20
114
|
};
|
@@ -26,15 +120,114 @@ declare const _default: {
|
|
26
120
|
}>;
|
27
121
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
28
122
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
29
|
-
$emit: (event:
|
123
|
+
$emit: (event: "update:modelValue", appDefinition: VelcronAppDefinition) => void;
|
30
124
|
$el: any;
|
31
125
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
126
|
+
"v-slots": import("vue").Prop<{
|
127
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
128
|
+
} & {
|
129
|
+
activator?: () => VNodeChild;
|
130
|
+
}, {
|
131
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
132
|
+
} & {
|
133
|
+
activator?: () => VNodeChild;
|
134
|
+
}>;
|
135
|
+
"v-model": import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
136
|
+
modelValue: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
137
|
+
name: import("vue").Prop<{
|
138
|
+
[x: `v-model:${string}`]: {
|
139
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
140
|
+
required: false;
|
141
|
+
};
|
142
|
+
} & {
|
143
|
+
[x: string]: {
|
144
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
145
|
+
required: false;
|
146
|
+
};
|
147
|
+
} & {
|
148
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
|
149
|
+
"v-model": {
|
150
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
151
|
+
required: false;
|
152
|
+
};
|
153
|
+
} & {
|
154
|
+
modelValue: {
|
155
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
156
|
+
required: false;
|
157
|
+
};
|
158
|
+
}>;
|
159
|
+
defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
|
160
|
+
"v-model": {
|
161
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
162
|
+
required: false;
|
163
|
+
};
|
164
|
+
} & {
|
165
|
+
modelValue: {
|
166
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
167
|
+
required: false;
|
168
|
+
};
|
169
|
+
}, false>;
|
170
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
|
171
|
+
"v-model": {
|
172
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
173
|
+
required: false;
|
174
|
+
};
|
175
|
+
} & {
|
176
|
+
modelValue: {
|
177
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
178
|
+
required: false;
|
179
|
+
};
|
180
|
+
}>;
|
181
|
+
}, {
|
182
|
+
[x: `v-model:${string}`]: {
|
183
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
184
|
+
required: false;
|
185
|
+
};
|
186
|
+
} & {
|
187
|
+
[x: string]: {
|
188
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
189
|
+
required: false;
|
190
|
+
};
|
191
|
+
} & {
|
192
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
|
193
|
+
"v-model": {
|
194
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
195
|
+
required: false;
|
196
|
+
};
|
197
|
+
} & {
|
198
|
+
modelValue: {
|
199
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
200
|
+
required: false;
|
201
|
+
};
|
202
|
+
}>;
|
203
|
+
defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
|
204
|
+
"v-model": {
|
205
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
206
|
+
required: false;
|
207
|
+
};
|
208
|
+
} & {
|
209
|
+
modelValue: {
|
210
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
211
|
+
required: false;
|
212
|
+
};
|
213
|
+
}, false>;
|
214
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
|
215
|
+
"v-model": {
|
216
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
217
|
+
required: false;
|
218
|
+
};
|
219
|
+
} & {
|
220
|
+
modelValue: {
|
221
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
222
|
+
required: false;
|
223
|
+
};
|
224
|
+
}>;
|
225
|
+
}>;
|
226
|
+
}>> & {
|
227
|
+
"onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition) => any;
|
228
|
+
}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
229
|
+
"update:modelValue": (appDefinition: VelcronAppDefinition) => boolean;
|
230
|
+
}, string, {}, {}, string> & {
|
38
231
|
beforeCreate?: (() => void) | (() => void)[];
|
39
232
|
created?: (() => void) | (() => void)[];
|
40
233
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -55,28 +248,273 @@ declare const _default: {
|
|
55
248
|
$nextTick: typeof nextTick;
|
56
249
|
$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;
|
57
250
|
} & Readonly<import("vue").ExtractPropTypes<{
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
251
|
+
"v-slots": import("vue").Prop<{
|
252
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
253
|
+
} & {
|
254
|
+
activator?: () => VNodeChild;
|
255
|
+
}, {
|
256
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
257
|
+
} & {
|
258
|
+
activator?: () => VNodeChild;
|
259
|
+
}>;
|
260
|
+
"v-model": import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
261
|
+
modelValue: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
262
|
+
name: import("vue").Prop<{
|
263
|
+
[x: `v-model:${string}`]: {
|
264
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
265
|
+
required: false;
|
266
|
+
};
|
267
|
+
} & {
|
268
|
+
[x: string]: {
|
269
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
270
|
+
required: false;
|
271
|
+
};
|
272
|
+
} & {
|
273
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
|
274
|
+
"v-model": {
|
275
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
276
|
+
required: false;
|
277
|
+
};
|
278
|
+
} & {
|
279
|
+
modelValue: {
|
280
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
281
|
+
required: false;
|
282
|
+
};
|
283
|
+
}>;
|
284
|
+
defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
|
285
|
+
"v-model": {
|
286
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
287
|
+
required: false;
|
288
|
+
};
|
289
|
+
} & {
|
290
|
+
modelValue: {
|
291
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
292
|
+
required: false;
|
293
|
+
};
|
294
|
+
}, false>;
|
295
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
|
296
|
+
"v-model": {
|
297
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
298
|
+
required: false;
|
299
|
+
};
|
300
|
+
} & {
|
301
|
+
modelValue: {
|
302
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
303
|
+
required: false;
|
304
|
+
};
|
305
|
+
}>;
|
306
|
+
}, {
|
307
|
+
[x: `v-model:${string}`]: {
|
308
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
309
|
+
required: false;
|
310
|
+
};
|
311
|
+
} & {
|
312
|
+
[x: string]: {
|
313
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
314
|
+
required: false;
|
315
|
+
};
|
316
|
+
} & {
|
317
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
|
318
|
+
"v-model": {
|
319
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
320
|
+
required: false;
|
321
|
+
};
|
322
|
+
} & {
|
323
|
+
modelValue: {
|
324
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
325
|
+
required: false;
|
326
|
+
};
|
327
|
+
}>;
|
328
|
+
defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
|
329
|
+
"v-model": {
|
330
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
331
|
+
required: false;
|
332
|
+
};
|
333
|
+
} & {
|
334
|
+
modelValue: {
|
335
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
336
|
+
required: false;
|
337
|
+
};
|
338
|
+
}, false>;
|
339
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
|
340
|
+
"v-model": {
|
341
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
342
|
+
required: false;
|
343
|
+
};
|
344
|
+
} & {
|
345
|
+
modelValue: {
|
346
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
347
|
+
required: false;
|
348
|
+
};
|
349
|
+
}>;
|
350
|
+
}>;
|
351
|
+
}>> & {
|
352
|
+
"onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition) => any;
|
353
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
64
354
|
__isFragment?: never;
|
65
355
|
__isTeleport?: never;
|
66
356
|
__isSuspense?: never;
|
67
357
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
themeStoreRegistrationHook?: RegisterThemeStore;
|
77
|
-
eventHandlers?: VelcronRenderContextEventHandlers;
|
78
|
-
definitionChanged?: DefinitionChanged;
|
79
|
-
rendererTheme?: ThemeDefinitionV2;
|
358
|
+
"v-slots": import("vue").Prop<{
|
359
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
360
|
+
} & {
|
361
|
+
activator?: () => VNodeChild;
|
362
|
+
}, {
|
363
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
364
|
+
} & {
|
365
|
+
activator?: () => VNodeChild;
|
80
366
|
}>;
|
367
|
+
"v-model": import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
368
|
+
modelValue: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
369
|
+
name: import("vue").Prop<{
|
370
|
+
[x: `v-model:${string}`]: {
|
371
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
372
|
+
required: false;
|
373
|
+
};
|
374
|
+
} & {
|
375
|
+
[x: string]: {
|
376
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
377
|
+
required: false;
|
378
|
+
};
|
379
|
+
} & {
|
380
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
|
381
|
+
"v-model": {
|
382
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
383
|
+
required: false;
|
384
|
+
};
|
385
|
+
} & {
|
386
|
+
modelValue: {
|
387
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
388
|
+
required: false;
|
389
|
+
};
|
390
|
+
}>;
|
391
|
+
defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
|
392
|
+
"v-model": {
|
393
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
394
|
+
required: false;
|
395
|
+
};
|
396
|
+
} & {
|
397
|
+
modelValue: {
|
398
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
399
|
+
required: false;
|
400
|
+
};
|
401
|
+
}, false>;
|
402
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
|
403
|
+
"v-model": {
|
404
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
405
|
+
required: false;
|
406
|
+
};
|
407
|
+
} & {
|
408
|
+
modelValue: {
|
409
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
410
|
+
required: false;
|
411
|
+
};
|
412
|
+
}>;
|
413
|
+
}, {
|
414
|
+
[x: `v-model:${string}`]: {
|
415
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
416
|
+
required: false;
|
417
|
+
};
|
418
|
+
} & {
|
419
|
+
[x: string]: {
|
420
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
421
|
+
required: false;
|
422
|
+
};
|
423
|
+
} & {
|
424
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
|
425
|
+
"v-model": {
|
426
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
427
|
+
required: false;
|
428
|
+
};
|
429
|
+
} & {
|
430
|
+
modelValue: {
|
431
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
432
|
+
required: false;
|
433
|
+
};
|
434
|
+
}>;
|
435
|
+
defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
|
436
|
+
"v-model": {
|
437
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
438
|
+
required: false;
|
439
|
+
};
|
440
|
+
} & {
|
441
|
+
modelValue: {
|
442
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
443
|
+
required: false;
|
444
|
+
};
|
445
|
+
}, false>;
|
446
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
|
447
|
+
"v-model": {
|
448
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
449
|
+
required: false;
|
450
|
+
};
|
451
|
+
} & {
|
452
|
+
modelValue: {
|
453
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
454
|
+
required: false;
|
455
|
+
};
|
456
|
+
}>;
|
457
|
+
}>;
|
458
|
+
}>> & {
|
459
|
+
"onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition) => any;
|
460
|
+
}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
461
|
+
"update:modelValue": (appDefinition: VelcronAppDefinition) => boolean;
|
462
|
+
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
463
|
+
propsDefinition: Readonly<{} & {
|
464
|
+
name?: {
|
465
|
+
[x: `v-model:${string}`]: {
|
466
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
467
|
+
required: false;
|
468
|
+
};
|
469
|
+
} & {
|
470
|
+
[x: string]: {
|
471
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
472
|
+
required: false;
|
473
|
+
};
|
474
|
+
} & {
|
475
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
|
476
|
+
"v-model": {
|
477
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
478
|
+
required: false;
|
479
|
+
};
|
480
|
+
} & {
|
481
|
+
modelValue: {
|
482
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
483
|
+
required: false;
|
484
|
+
};
|
485
|
+
}>;
|
486
|
+
defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
|
487
|
+
"v-model": {
|
488
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
489
|
+
required: false;
|
490
|
+
};
|
491
|
+
} & {
|
492
|
+
modelValue: {
|
493
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
494
|
+
required: false;
|
495
|
+
};
|
496
|
+
}, false>;
|
497
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
|
498
|
+
"v-model": {
|
499
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
500
|
+
required: false;
|
501
|
+
};
|
502
|
+
} & {
|
503
|
+
modelValue: {
|
504
|
+
type: import("vue").PropType<VelcronAppDefinition>;
|
505
|
+
required: false;
|
506
|
+
};
|
507
|
+
}>;
|
508
|
+
};
|
509
|
+
"v-model"?: VelcronAppDefinition;
|
510
|
+
modelValue?: VelcronAppDefinition;
|
511
|
+
"v-slots"?: {
|
512
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
513
|
+
} & {
|
514
|
+
activator?: () => VNodeChild;
|
515
|
+
};
|
516
|
+
}> & {
|
517
|
+
"onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition) => any;
|
518
|
+
};
|
81
519
|
};
|
82
520
|
export default _default;
|
@@ -1,13 +1,10 @@
|
|
1
1
|
import { VelcronAppDefinition, VelcronDefinition, VelcronDescriptor } from "@omnia/fx-models";
|
2
2
|
import { VelcronAppDataDescriptor, VelcronDataMemberDescriptor } from "./BuiltInDescriptors";
|
3
3
|
export interface AppTreeItem {
|
4
|
-
key: string;
|
5
|
-
name: string;
|
6
4
|
definition: VelcronAppDefinition | VelcronDefinition;
|
7
|
-
items: Array<AppTreeItem>;
|
8
|
-
parent: AppTreeItem;
|
9
|
-
icon: string;
|
10
5
|
descriptor: VelcronDescriptor;
|
6
|
+
propertyName?: string;
|
7
|
+
value?: any;
|
11
8
|
}
|
12
9
|
export interface DataMemberAppTreeItem extends AppTreeItem {
|
13
10
|
propertyName: string;
|