@omnia/fx 8.0.20-vnext → 8.0.22-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/libs/prismjs/index.d.ts +2 -0
- 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/manifests/omnia.vendor.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 +22 -14
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -5
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +4 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +33 -17
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +86 -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/compositiontests/stores/useNewStoreTest.d.ts +5 -13
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +140 -0
- package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.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/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 +52 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +151 -51
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +34 -6
- 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 +35 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +36 -8
- 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/SettingsPanel.d.ts +1 -1
- 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 +179 -19
- 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 +339 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +188 -35
- 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/layoutitemsdesigner/StepperSectionDesigner.d.ts +100 -49
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +200 -68
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +172 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +178 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +150 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +151 -55
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +198 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +198 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
- 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/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
- 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.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +76 -83
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
- 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 +227 -2
- 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.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +93 -99
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +30 -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 +14 -8
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +96 -66
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +10 -2
- 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.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +30 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +28 -20
- 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/RichTextEditorSettings.d.ts +2 -2
- 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/Doc/DocNode.d.ts +1 -1
- 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 +37 -11
- 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/styling/index.d.ts +0 -1
- 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/components/colors/ColorSelector.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +46 -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 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
- 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/core/parser/VelcronRenderers.d.ts +8 -7
- 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 +67 -5
- 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/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
- 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/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -54
- 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/{theming-v2/themeeditor/components/ColorSelector.d.ts → compositiontests/WowComp.d.ts} +0 -0
- /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/{theming-v2/themeeditor/components/ComponentsViewer.d.ts → oxide/treeview/docs/TreeviewIntro.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → blueprints/BluePrintSelector.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → 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/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -107,7 +107,6 @@ declare const _default: {
|
|
107
107
|
showMenu?: import("vue").Prop<boolean, boolean>;
|
108
108
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
109
109
|
propsDefinition: Readonly<{} & {
|
110
|
-
mode?: "date-time" | "date";
|
111
110
|
label?: string;
|
112
111
|
color?: string;
|
113
112
|
dark?: boolean;
|
@@ -115,12 +114,13 @@ declare const _default: {
|
|
115
114
|
disabled?: boolean;
|
116
115
|
valueBind?: DateTimeZone;
|
117
116
|
onValueChanged?: (value: DateTimeZone) => void;
|
117
|
+
mode?: "date-time" | "date";
|
118
118
|
singleLine?: boolean;
|
119
119
|
showMenu?: boolean;
|
120
|
+
locale?: string;
|
120
121
|
isError?: boolean;
|
121
122
|
minuteSkip?: 0 | 5 | 10 | 15 | 20 | 30;
|
122
123
|
dateFormat?: string;
|
123
|
-
locale?: string;
|
124
124
|
firstDayOfWeek?: number;
|
125
125
|
}>;
|
126
126
|
};
|
@@ -66,9 +66,9 @@ declare const _default: {
|
|
66
66
|
label?: import("vue").Prop<string, string>;
|
67
67
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
68
68
|
propsDefinition: Readonly<{} & {
|
69
|
-
mode?: "time" | "date-time" | "date";
|
70
69
|
label?: string;
|
71
70
|
valueBind?: import("@omnia/fx-models").DateTimeZone;
|
71
|
+
mode?: "time" | "date-time" | "date";
|
72
72
|
dateFormat?: string;
|
73
73
|
timeFormat?: string;
|
74
74
|
}>;
|
@@ -3,7 +3,7 @@ export declare class Docs {
|
|
3
3
|
static specBuilder(name: string): ComponentSpec;
|
4
4
|
static registerComponent(spec: ComponentSpec, area: "oxide" | "omfx"): void;
|
5
5
|
}
|
6
|
-
type ComponentSpecPropertyType = "string" | "number" | "boolean" | "object" | "array" | "enum";
|
6
|
+
type ComponentSpecPropertyType = "string" | "number" | "boolean" | "object" | "array" | "enum" | any;
|
7
7
|
interface PropertySpec {
|
8
8
|
name: string;
|
9
9
|
description: string;
|
@@ -12,24 +12,60 @@ interface PropertySpec {
|
|
12
12
|
defaultValue?: any;
|
13
13
|
possibleValues?: any[];
|
14
14
|
}
|
15
|
+
interface EventSpec {
|
16
|
+
name: string;
|
17
|
+
description: string;
|
18
|
+
type: ComponentSpecPropertyType;
|
19
|
+
}
|
20
|
+
interface SlotSpec {
|
21
|
+
name: string;
|
22
|
+
description: string;
|
23
|
+
}
|
24
|
+
interface ExampleComponentSpec {
|
25
|
+
title: string;
|
26
|
+
description: string;
|
27
|
+
relativeUrl: string;
|
28
|
+
component: any;
|
29
|
+
}
|
15
30
|
export declare class ComponentSpec {
|
16
31
|
private name;
|
17
32
|
private properties;
|
33
|
+
private events;
|
34
|
+
private slots;
|
18
35
|
private exampleComponents;
|
19
36
|
private introComponents;
|
20
37
|
constructor(name: string);
|
21
38
|
private addProperty;
|
39
|
+
addEvent(name: string, description: string, type: ComponentSpecPropertyType): ComponentSpec;
|
40
|
+
addOnUpdateModelValueStringEvent(): ComponentSpec;
|
41
|
+
addOnUpdateModelValueNumberEvent(): ComponentSpec;
|
42
|
+
addOnUpdateModelValueBooleanEvent(): ComponentSpec;
|
43
|
+
addOnUpdateModelValueEnumEvent(): ComponentSpec;
|
44
|
+
addOnUpdateModelValueObjectEvent(type: ComponentSpecPropertyType): ComponentSpec;
|
45
|
+
addTheming(): ComponentSpec;
|
46
|
+
addToned(): ComponentSpec;
|
47
|
+
addSlot(name: string, description: string): ComponentSpec;
|
48
|
+
addSlotDefault(): ComponentSpec;
|
49
|
+
private addVModelProperty;
|
50
|
+
addVModelStringProperty(additionalDescriptionText?: string, defaultValue?: string): ComponentSpec;
|
51
|
+
addvModelNumberProperty(additionalDescriptionText?: string, defaultValue?: number): ComponentSpec;
|
52
|
+
addvModelBooleanProperty(additionalDescriptionText?: string, defaultValue?: boolean): ComponentSpec;
|
53
|
+
addvModelEnumProperty<T>(enumType: T, additionalDescriptionText?: string, defaultValue?: boolean): ComponentSpec;
|
54
|
+
addvModelObjectProperty(modelType: ComponentSpecPropertyType, additionalDescriptionText?: string, defaultValue?: any): ComponentSpec;
|
22
55
|
addStringProperty(name: string, description: string, defaultValue?: string, possibleValues?: string[]): ComponentSpec;
|
23
56
|
addNumberProperty(name: string, description: string, defaultValue?: number, possibleValues?: number[]): ComponentSpec;
|
24
57
|
addBooleanProperty(name: string, description: string, defaultValue?: boolean, possibleValues?: boolean[]): ComponentSpec;
|
25
58
|
addEnumProperty<T>(name: string, description: string, enumType: T, defaultValue?: any, possibleValues?: any[]): ComponentSpec;
|
26
|
-
addObjectProperty(name: string, description: string, customType: string, defaultValue?: any, possibleValues?: any[]): ComponentSpec;
|
59
|
+
addObjectProperty(name: string, description: string, customType: string | string[], defaultValue?: any, possibleValues?: any[]): ComponentSpec;
|
27
60
|
build(): ComponentSpec;
|
28
61
|
getName(): string;
|
29
|
-
addExampleComponent(component:
|
62
|
+
addExampleComponent(component: ExampleComponentSpec): ComponentSpec;
|
63
|
+
addExampleComponents(components: Array<ExampleComponentSpec>): ComponentSpec;
|
30
64
|
addIntroComponent(component: any): ComponentSpec;
|
31
65
|
getProperties(): PropertySpec[];
|
32
|
-
|
66
|
+
getEvents(): EventSpec[];
|
67
|
+
getSlots(): SlotSpec[];
|
68
|
+
getExampleComponents(): ExampleComponentSpec[];
|
33
69
|
getIntroComponents(): any[];
|
34
70
|
}
|
35
71
|
export {};
|
@@ -1,6 +1,10 @@
|
|
1
|
-
declare const
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
export declare const DocsChromeStyles: {
|
2
|
+
tableWrapper: (dark: boolean) => string;
|
3
|
+
container: string;
|
4
|
+
propertyName: string;
|
5
|
+
propertyType: string;
|
6
|
+
separator: string;
|
7
|
+
welcomeText: string;
|
8
|
+
welcomeBox: string;
|
9
|
+
contentSizeWrapper: string;
|
5
10
|
};
|
6
|
-
export default _default;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export declare const SampleViewerStyles: {
|
2
|
+
container: (dark: boolean) => string;
|
3
|
+
expansionPanel: (dark: boolean) => string;
|
4
|
+
codePreviewWrapper: (dark: boolean) => string;
|
5
|
+
buttonWrapper: string;
|
6
|
+
componentSamplesWrapper: string;
|
7
|
+
codePanelWrapper: string;
|
8
|
+
codeViewWrapper: string;
|
9
|
+
};
|
@@ -0,0 +1,140 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
component: {
|
7
|
+
type: import("vue").PropType<any>;
|
8
|
+
} & {
|
9
|
+
type: import("vue").PropType<any>;
|
10
|
+
};
|
11
|
+
title: {
|
12
|
+
type: import("vue").PropType<string>;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<string>;
|
15
|
+
};
|
16
|
+
description: {
|
17
|
+
type: import("vue").PropType<string>;
|
18
|
+
} & {
|
19
|
+
type: import("vue").PropType<string>;
|
20
|
+
};
|
21
|
+
"relative-url": {
|
22
|
+
type: import("vue").PropType<string>;
|
23
|
+
};
|
24
|
+
relativeUrl: {
|
25
|
+
type: import("vue").PropType<string>;
|
26
|
+
};
|
27
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
28
|
+
$attrs: {
|
29
|
+
[x: string]: unknown;
|
30
|
+
};
|
31
|
+
$refs: {
|
32
|
+
[x: string]: unknown;
|
33
|
+
};
|
34
|
+
$slots: Readonly<{
|
35
|
+
[name: string]: import("vue").Slot;
|
36
|
+
}>;
|
37
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
38
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
39
|
+
$emit: (event: string, ...args: any[]) => void;
|
40
|
+
$el: any;
|
41
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
42
|
+
component: {
|
43
|
+
type: import("vue").PropType<any>;
|
44
|
+
} & {
|
45
|
+
type: import("vue").PropType<any>;
|
46
|
+
};
|
47
|
+
title: {
|
48
|
+
type: import("vue").PropType<string>;
|
49
|
+
} & {
|
50
|
+
type: import("vue").PropType<string>;
|
51
|
+
};
|
52
|
+
description: {
|
53
|
+
type: import("vue").PropType<string>;
|
54
|
+
} & {
|
55
|
+
type: import("vue").PropType<string>;
|
56
|
+
};
|
57
|
+
"relative-url": {
|
58
|
+
type: import("vue").PropType<string>;
|
59
|
+
};
|
60
|
+
relativeUrl: {
|
61
|
+
type: import("vue").PropType<string>;
|
62
|
+
};
|
63
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
64
|
+
beforeCreate?: (() => void) | (() => void)[];
|
65
|
+
created?: (() => void) | (() => void)[];
|
66
|
+
beforeMount?: (() => void) | (() => void)[];
|
67
|
+
mounted?: (() => void) | (() => void)[];
|
68
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
69
|
+
updated?: (() => void) | (() => void)[];
|
70
|
+
activated?: (() => void) | (() => void)[];
|
71
|
+
deactivated?: (() => void) | (() => void)[];
|
72
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
73
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
74
|
+
destroyed?: (() => void) | (() => void)[];
|
75
|
+
unmounted?: (() => void) | (() => void)[];
|
76
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
77
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
78
|
+
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)[];
|
79
|
+
};
|
80
|
+
$forceUpdate: () => void;
|
81
|
+
$nextTick: typeof import("vue").nextTick;
|
82
|
+
$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;
|
83
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
84
|
+
component: {
|
85
|
+
type: import("vue").PropType<any>;
|
86
|
+
} & {
|
87
|
+
type: import("vue").PropType<any>;
|
88
|
+
};
|
89
|
+
title: {
|
90
|
+
type: import("vue").PropType<string>;
|
91
|
+
} & {
|
92
|
+
type: import("vue").PropType<string>;
|
93
|
+
};
|
94
|
+
description: {
|
95
|
+
type: import("vue").PropType<string>;
|
96
|
+
} & {
|
97
|
+
type: import("vue").PropType<string>;
|
98
|
+
};
|
99
|
+
"relative-url": {
|
100
|
+
type: import("vue").PropType<string>;
|
101
|
+
};
|
102
|
+
relativeUrl: {
|
103
|
+
type: import("vue").PropType<string>;
|
104
|
+
};
|
105
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
106
|
+
__isFragment?: never;
|
107
|
+
__isTeleport?: never;
|
108
|
+
__isSuspense?: never;
|
109
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
110
|
+
component: {
|
111
|
+
type: import("vue").PropType<any>;
|
112
|
+
} & {
|
113
|
+
type: import("vue").PropType<any>;
|
114
|
+
};
|
115
|
+
title: {
|
116
|
+
type: import("vue").PropType<string>;
|
117
|
+
} & {
|
118
|
+
type: import("vue").PropType<string>;
|
119
|
+
};
|
120
|
+
description: {
|
121
|
+
type: import("vue").PropType<string>;
|
122
|
+
} & {
|
123
|
+
type: import("vue").PropType<string>;
|
124
|
+
};
|
125
|
+
"relative-url": {
|
126
|
+
type: import("vue").PropType<string>;
|
127
|
+
};
|
128
|
+
relativeUrl: {
|
129
|
+
type: import("vue").PropType<string>;
|
130
|
+
};
|
131
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
132
|
+
propsDefinition: Readonly<{} & {
|
133
|
+
title?: string;
|
134
|
+
description?: string;
|
135
|
+
relativeUrl?: string;
|
136
|
+
"relative-url"?: string;
|
137
|
+
component?: any;
|
138
|
+
}>;
|
139
|
+
};
|
140
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./DocsService";
|
@@ -294,8 +294,8 @@ declare const _default: {
|
|
294
294
|
renderSlots: import("vue").Prop<(resolvedIdentity: IResolvedIdentity) => RenderSlotsType, (resolvedIdentity: IResolvedIdentity) => RenderSlotsType>;
|
295
295
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
296
296
|
propsDefinition: Readonly<{} & {
|
297
|
-
inline?: boolean;
|
298
297
|
size?: number;
|
298
|
+
inline?: boolean;
|
299
299
|
valueBind?: Identity[];
|
300
300
|
styles?: {
|
301
301
|
container: {
|
@@ -160,9 +160,9 @@ declare const _default: {
|
|
160
160
|
valueBind?: Identity[];
|
161
161
|
description?: string;
|
162
162
|
required?: boolean;
|
163
|
+
singleLine?: boolean;
|
163
164
|
ariaDescribedby?: string;
|
164
165
|
ariaInvalid?: boolean;
|
165
|
-
singleLine?: boolean;
|
166
166
|
providerIds?: GuidValue[];
|
167
167
|
onValueBindChanged?: (values: Identity[]) => void;
|
168
168
|
attachToParent?: boolean;
|
@@ -6,6 +6,7 @@ declare const _default: {
|
|
6
6
|
$props: Partial<{
|
7
7
|
container?: any;
|
8
8
|
colorSchemaType?: any;
|
9
|
+
colors?: any;
|
9
10
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
10
11
|
group: {
|
11
12
|
type: import("vue").PropType<boolean>;
|
@@ -19,9 +20,52 @@ declare const _default: {
|
|
19
20
|
};
|
20
21
|
"v-model": {
|
21
22
|
type: import("vue").PropType<MediaScalingSettings>;
|
23
|
+
required: false;
|
22
24
|
};
|
23
25
|
modelValue: {
|
24
26
|
type: import("vue").PropType<MediaScalingSettings>;
|
27
|
+
required: false;
|
28
|
+
};
|
29
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
30
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
31
|
+
required: false;
|
32
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
33
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
34
|
+
required: false;
|
35
|
+
}; } & {
|
36
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, MediaScalingSettings, {
|
37
|
+
"v-model": {
|
38
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
39
|
+
required: false;
|
40
|
+
};
|
41
|
+
} & {
|
42
|
+
modelValue: {
|
43
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
44
|
+
required: false;
|
45
|
+
};
|
46
|
+
}>;
|
47
|
+
defaultValue(value?: MediaScalingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, MediaScalingSettings, {
|
48
|
+
"v-model": {
|
49
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
50
|
+
required: false;
|
51
|
+
};
|
52
|
+
} & {
|
53
|
+
modelValue: {
|
54
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
55
|
+
required: false;
|
56
|
+
};
|
57
|
+
}, false>;
|
58
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, MediaScalingSettings, {
|
59
|
+
"v-model": {
|
60
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
61
|
+
required: false;
|
62
|
+
};
|
63
|
+
} & {
|
64
|
+
modelValue: {
|
65
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
66
|
+
required: false;
|
67
|
+
};
|
68
|
+
}>;
|
25
69
|
};
|
26
70
|
class: {
|
27
71
|
type: import("vue").PropType<String | String[]>;
|
@@ -29,11 +73,12 @@ declare const _default: {
|
|
29
73
|
};
|
30
74
|
colorSchemaType?: any;
|
31
75
|
container?: any;
|
76
|
+
colors?: any;
|
32
77
|
}>> & {
|
33
78
|
"onUpdate:modelValue"?: (value: any) => any;
|
34
79
|
"onUpdate:add"?: (value: any) => any;
|
35
80
|
"onUpdate:delete"?: (value: any) => any;
|
36
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
|
81
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
37
82
|
$attrs: {
|
38
83
|
[x: string]: unknown;
|
39
84
|
};
|
@@ -60,9 +105,52 @@ declare const _default: {
|
|
60
105
|
};
|
61
106
|
"v-model": {
|
62
107
|
type: import("vue").PropType<MediaScalingSettings>;
|
108
|
+
required: false;
|
63
109
|
};
|
64
110
|
modelValue: {
|
65
111
|
type: import("vue").PropType<MediaScalingSettings>;
|
112
|
+
required: false;
|
113
|
+
};
|
114
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
115
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
116
|
+
required: false;
|
117
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
118
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
119
|
+
required: false;
|
120
|
+
}; } & {
|
121
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, MediaScalingSettings, {
|
122
|
+
"v-model": {
|
123
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
124
|
+
required: false;
|
125
|
+
};
|
126
|
+
} & {
|
127
|
+
modelValue: {
|
128
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
129
|
+
required: false;
|
130
|
+
};
|
131
|
+
}>;
|
132
|
+
defaultValue(value?: MediaScalingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, MediaScalingSettings, {
|
133
|
+
"v-model": {
|
134
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
135
|
+
required: false;
|
136
|
+
};
|
137
|
+
} & {
|
138
|
+
modelValue: {
|
139
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
140
|
+
required: false;
|
141
|
+
};
|
142
|
+
}, false>;
|
143
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, MediaScalingSettings, {
|
144
|
+
"v-model": {
|
145
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
146
|
+
required: false;
|
147
|
+
};
|
148
|
+
} & {
|
149
|
+
modelValue: {
|
150
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
151
|
+
required: false;
|
152
|
+
};
|
153
|
+
}>;
|
66
154
|
};
|
67
155
|
class: {
|
68
156
|
type: import("vue").PropType<String | String[]>;
|
@@ -70,6 +158,7 @@ declare const _default: {
|
|
70
158
|
};
|
71
159
|
colorSchemaType?: any;
|
72
160
|
container?: any;
|
161
|
+
colors?: any;
|
73
162
|
}>> & {
|
74
163
|
"onUpdate:modelValue"?: (value: any) => any;
|
75
164
|
"onUpdate:add"?: (value: any) => any;
|
@@ -81,6 +170,7 @@ declare const _default: {
|
|
81
170
|
}, string, {
|
82
171
|
container?: any;
|
83
172
|
colorSchemaType?: any;
|
173
|
+
colors?: any;
|
84
174
|
}, {}, string> & {
|
85
175
|
beforeCreate?: (() => void) | (() => void)[];
|
86
176
|
created?: (() => void) | (() => void)[];
|
@@ -114,9 +204,52 @@ declare const _default: {
|
|
114
204
|
};
|
115
205
|
"v-model": {
|
116
206
|
type: import("vue").PropType<MediaScalingSettings>;
|
207
|
+
required: false;
|
117
208
|
};
|
118
209
|
modelValue: {
|
119
210
|
type: import("vue").PropType<MediaScalingSettings>;
|
211
|
+
required: false;
|
212
|
+
};
|
213
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
214
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
215
|
+
required: false;
|
216
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
217
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
218
|
+
required: false;
|
219
|
+
}; } & {
|
220
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, MediaScalingSettings, {
|
221
|
+
"v-model": {
|
222
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
223
|
+
required: false;
|
224
|
+
};
|
225
|
+
} & {
|
226
|
+
modelValue: {
|
227
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
228
|
+
required: false;
|
229
|
+
};
|
230
|
+
}>;
|
231
|
+
defaultValue(value?: MediaScalingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, MediaScalingSettings, {
|
232
|
+
"v-model": {
|
233
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
234
|
+
required: false;
|
235
|
+
};
|
236
|
+
} & {
|
237
|
+
modelValue: {
|
238
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
239
|
+
required: false;
|
240
|
+
};
|
241
|
+
}, false>;
|
242
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, MediaScalingSettings, {
|
243
|
+
"v-model": {
|
244
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
245
|
+
required: false;
|
246
|
+
};
|
247
|
+
} & {
|
248
|
+
modelValue: {
|
249
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
250
|
+
required: false;
|
251
|
+
};
|
252
|
+
}>;
|
120
253
|
};
|
121
254
|
class: {
|
122
255
|
type: import("vue").PropType<String | String[]>;
|
@@ -124,6 +257,7 @@ declare const _default: {
|
|
124
257
|
};
|
125
258
|
colorSchemaType?: any;
|
126
259
|
container?: any;
|
260
|
+
colors?: any;
|
127
261
|
}>> & {
|
128
262
|
"onUpdate:modelValue"?: (value: any) => any;
|
129
263
|
"onUpdate:add"?: (value: any) => any;
|
@@ -145,9 +279,52 @@ declare const _default: {
|
|
145
279
|
};
|
146
280
|
"v-model": {
|
147
281
|
type: import("vue").PropType<MediaScalingSettings>;
|
282
|
+
required: false;
|
148
283
|
};
|
149
284
|
modelValue: {
|
150
285
|
type: import("vue").PropType<MediaScalingSettings>;
|
286
|
+
required: false;
|
287
|
+
};
|
288
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
289
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
290
|
+
required: false;
|
291
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
292
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
293
|
+
required: false;
|
294
|
+
}; } & {
|
295
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, MediaScalingSettings, {
|
296
|
+
"v-model": {
|
297
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
298
|
+
required: false;
|
299
|
+
};
|
300
|
+
} & {
|
301
|
+
modelValue: {
|
302
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
303
|
+
required: false;
|
304
|
+
};
|
305
|
+
}>;
|
306
|
+
defaultValue(value?: MediaScalingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, MediaScalingSettings, {
|
307
|
+
"v-model": {
|
308
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
309
|
+
required: false;
|
310
|
+
};
|
311
|
+
} & {
|
312
|
+
modelValue: {
|
313
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
314
|
+
required: false;
|
315
|
+
};
|
316
|
+
}, false>;
|
317
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, MediaScalingSettings, {
|
318
|
+
"v-model": {
|
319
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
320
|
+
required: false;
|
321
|
+
};
|
322
|
+
} & {
|
323
|
+
modelValue: {
|
324
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
325
|
+
required: false;
|
326
|
+
};
|
327
|
+
}>;
|
151
328
|
};
|
152
329
|
class: {
|
153
330
|
type: import("vue").PropType<String | String[]>;
|
@@ -155,6 +332,7 @@ declare const _default: {
|
|
155
332
|
};
|
156
333
|
colorSchemaType?: any;
|
157
334
|
container?: any;
|
335
|
+
colors?: any;
|
158
336
|
}>> & {
|
159
337
|
"onUpdate:modelValue"?: (value: any) => any;
|
160
338
|
"onUpdate:add"?: (value: any) => any;
|
@@ -166,12 +344,59 @@ declare const _default: {
|
|
166
344
|
}, string, {
|
167
345
|
container?: any;
|
168
346
|
colorSchemaType?: any;
|
347
|
+
colors?: any;
|
169
348
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
170
349
|
propsDefinition: Readonly<{
|
171
350
|
container?: any;
|
172
351
|
colorSchemaType?: any;
|
352
|
+
colors?: any;
|
173
353
|
} & {
|
174
354
|
class?: String | String[];
|
355
|
+
name?: {
|
356
|
+
[x: `v-model:${string}`]: {
|
357
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
358
|
+
required: false;
|
359
|
+
};
|
360
|
+
} & {
|
361
|
+
[x: string]: {
|
362
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
363
|
+
required: false;
|
364
|
+
};
|
365
|
+
} & {
|
366
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, MediaScalingSettings, {
|
367
|
+
"v-model": {
|
368
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
369
|
+
required: false;
|
370
|
+
};
|
371
|
+
} & {
|
372
|
+
modelValue: {
|
373
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
374
|
+
required: false;
|
375
|
+
};
|
376
|
+
}>;
|
377
|
+
defaultValue(value?: MediaScalingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, MediaScalingSettings, {
|
378
|
+
"v-model": {
|
379
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
380
|
+
required: false;
|
381
|
+
};
|
382
|
+
} & {
|
383
|
+
modelValue: {
|
384
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
385
|
+
required: false;
|
386
|
+
};
|
387
|
+
}, false>;
|
388
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, MediaScalingSettings, {
|
389
|
+
"v-model": {
|
390
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
391
|
+
required: false;
|
392
|
+
};
|
393
|
+
} & {
|
394
|
+
modelValue: {
|
395
|
+
type: import("vue").PropType<MediaScalingSettings>;
|
396
|
+
required: false;
|
397
|
+
};
|
398
|
+
}>;
|
399
|
+
};
|
175
400
|
mandatory?: boolean;
|
176
401
|
"v-model"?: MediaScalingSettings;
|
177
402
|
modelValue?: MediaScalingSettings;
|
@@ -1,12 +1,4 @@
|
|
1
1
|
export declare const EmptyBlockComponentStyles: {
|
2
|
-
textColorDark: string;
|
3
|
-
textColorDark_Lighter: string;
|
4
2
|
container: string;
|
5
|
-
|
6
|
-
titleArea: {
|
7
|
-
wrapper: string;
|
8
|
-
title: string;
|
9
|
-
icon: string;
|
10
|
-
};
|
11
|
-
text: string;
|
3
|
+
icon: string;
|
12
4
|
};
|