@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
@@ -1,5 +1,6 @@
|
|
1
|
-
|
2
|
-
export
|
1
|
+
export * from "./Panel.css";
|
2
|
+
export declare const DividerTypeDefinitions: string[];
|
3
|
+
export type DividerType = typeof DividerTypeDefinitions[number];
|
3
4
|
declare const _default: {
|
4
5
|
new (...args: any[]): {
|
5
6
|
$: import("vue").ComponentInternalInstance;
|
@@ -7,24 +8,24 @@ declare const _default: {
|
|
7
8
|
$props: Partial<{
|
8
9
|
container?: any;
|
9
10
|
colorSchemaType?: any;
|
11
|
+
colors?: any;
|
10
12
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
11
|
-
"align-y": {
|
12
|
-
type: import("vue").PropType<VerticalAlignment>;
|
13
|
-
};
|
14
|
-
alignY: {
|
15
|
-
type: import("vue").PropType<VerticalAlignment>;
|
16
|
-
};
|
17
13
|
"align-x": {
|
18
|
-
type: import("vue").PropType<
|
14
|
+
type: import("vue").PropType<string>;
|
19
15
|
};
|
20
16
|
alignX: {
|
21
|
-
type: import("vue").PropType<
|
17
|
+
type: import("vue").PropType<string>;
|
22
18
|
};
|
23
19
|
toned: {
|
24
20
|
type: import("vue").PropType<boolean>;
|
25
21
|
} & {
|
26
22
|
type: import("vue").PropType<boolean>;
|
27
23
|
};
|
24
|
+
grouped: {
|
25
|
+
type: import("vue").PropType<boolean>;
|
26
|
+
} & {
|
27
|
+
type: import("vue").PropType<boolean>;
|
28
|
+
};
|
28
29
|
grow: {
|
29
30
|
type: import("vue").PropType<boolean>;
|
30
31
|
} & {
|
@@ -41,14 +42,20 @@ declare const _default: {
|
|
41
42
|
type: import("vue").PropType<boolean>;
|
42
43
|
};
|
43
44
|
direction: {
|
44
|
-
type: import("vue").PropType<
|
45
|
+
type: import("vue").PropType<string>;
|
45
46
|
} & {
|
46
|
-
type: import("vue").PropType<
|
47
|
+
type: import("vue").PropType<string>;
|
48
|
+
};
|
49
|
+
"align-y": {
|
50
|
+
type: import("vue").PropType<string>;
|
51
|
+
};
|
52
|
+
alignY: {
|
53
|
+
type: import("vue").PropType<string>;
|
47
54
|
};
|
48
55
|
divider: {
|
49
|
-
type: import("vue").PropType<
|
56
|
+
type: import("vue").PropType<string>;
|
50
57
|
} & {
|
51
|
-
type: import("vue").PropType<
|
58
|
+
type: import("vue").PropType<string>;
|
52
59
|
};
|
53
60
|
hide: {
|
54
61
|
type: import("vue").PropType<boolean>;
|
@@ -56,9 +63,9 @@ declare const _default: {
|
|
56
63
|
type: import("vue").PropType<boolean>;
|
57
64
|
};
|
58
65
|
variant: {
|
59
|
-
type: import("vue").PropType<
|
66
|
+
type: import("vue").PropType<string>;
|
60
67
|
} & {
|
61
|
-
type: import("vue").PropType<
|
68
|
+
type: import("vue").PropType<string>;
|
62
69
|
};
|
63
70
|
title: {
|
64
71
|
type: import("vue").PropType<string>;
|
@@ -71,7 +78,8 @@ declare const _default: {
|
|
71
78
|
};
|
72
79
|
colorSchemaType?: any;
|
73
80
|
container?: any;
|
74
|
-
|
81
|
+
colors?: any;
|
82
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
75
83
|
$attrs: {
|
76
84
|
[x: string]: unknown;
|
77
85
|
};
|
@@ -86,23 +94,22 @@ declare const _default: {
|
|
86
94
|
$emit: (event: string, ...args: any[]) => void;
|
87
95
|
$el: any;
|
88
96
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
89
|
-
"align-y": {
|
90
|
-
type: import("vue").PropType<VerticalAlignment>;
|
91
|
-
};
|
92
|
-
alignY: {
|
93
|
-
type: import("vue").PropType<VerticalAlignment>;
|
94
|
-
};
|
95
97
|
"align-x": {
|
96
|
-
type: import("vue").PropType<
|
98
|
+
type: import("vue").PropType<string>;
|
97
99
|
};
|
98
100
|
alignX: {
|
99
|
-
type: import("vue").PropType<
|
101
|
+
type: import("vue").PropType<string>;
|
100
102
|
};
|
101
103
|
toned: {
|
102
104
|
type: import("vue").PropType<boolean>;
|
103
105
|
} & {
|
104
106
|
type: import("vue").PropType<boolean>;
|
105
107
|
};
|
108
|
+
grouped: {
|
109
|
+
type: import("vue").PropType<boolean>;
|
110
|
+
} & {
|
111
|
+
type: import("vue").PropType<boolean>;
|
112
|
+
};
|
106
113
|
grow: {
|
107
114
|
type: import("vue").PropType<boolean>;
|
108
115
|
} & {
|
@@ -119,14 +126,20 @@ declare const _default: {
|
|
119
126
|
type: import("vue").PropType<boolean>;
|
120
127
|
};
|
121
128
|
direction: {
|
122
|
-
type: import("vue").PropType<
|
129
|
+
type: import("vue").PropType<string>;
|
123
130
|
} & {
|
124
|
-
type: import("vue").PropType<
|
131
|
+
type: import("vue").PropType<string>;
|
132
|
+
};
|
133
|
+
"align-y": {
|
134
|
+
type: import("vue").PropType<string>;
|
135
|
+
};
|
136
|
+
alignY: {
|
137
|
+
type: import("vue").PropType<string>;
|
125
138
|
};
|
126
139
|
divider: {
|
127
|
-
type: import("vue").PropType<
|
140
|
+
type: import("vue").PropType<string>;
|
128
141
|
} & {
|
129
|
-
type: import("vue").PropType<
|
142
|
+
type: import("vue").PropType<string>;
|
130
143
|
};
|
131
144
|
hide: {
|
132
145
|
type: import("vue").PropType<boolean>;
|
@@ -134,9 +147,9 @@ declare const _default: {
|
|
134
147
|
type: import("vue").PropType<boolean>;
|
135
148
|
};
|
136
149
|
variant: {
|
137
|
-
type: import("vue").PropType<
|
150
|
+
type: import("vue").PropType<string>;
|
138
151
|
} & {
|
139
|
-
type: import("vue").PropType<
|
152
|
+
type: import("vue").PropType<string>;
|
140
153
|
};
|
141
154
|
title: {
|
142
155
|
type: import("vue").PropType<string>;
|
@@ -149,9 +162,11 @@ declare const _default: {
|
|
149
162
|
};
|
150
163
|
colorSchemaType?: any;
|
151
164
|
container?: any;
|
165
|
+
colors?: any;
|
152
166
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
153
167
|
container?: any;
|
154
168
|
colorSchemaType?: any;
|
169
|
+
colors?: any;
|
155
170
|
}, {}, string> & {
|
156
171
|
beforeCreate?: (() => void) | (() => void)[];
|
157
172
|
created?: (() => void) | (() => void)[];
|
@@ -173,23 +188,22 @@ declare const _default: {
|
|
173
188
|
$nextTick: typeof import("vue").nextTick;
|
174
189
|
$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;
|
175
190
|
} & Readonly<import("vue").ExtractPropTypes<{
|
176
|
-
"align-y": {
|
177
|
-
type: import("vue").PropType<VerticalAlignment>;
|
178
|
-
};
|
179
|
-
alignY: {
|
180
|
-
type: import("vue").PropType<VerticalAlignment>;
|
181
|
-
};
|
182
191
|
"align-x": {
|
183
|
-
type: import("vue").PropType<
|
192
|
+
type: import("vue").PropType<string>;
|
184
193
|
};
|
185
194
|
alignX: {
|
186
|
-
type: import("vue").PropType<
|
195
|
+
type: import("vue").PropType<string>;
|
187
196
|
};
|
188
197
|
toned: {
|
189
198
|
type: import("vue").PropType<boolean>;
|
190
199
|
} & {
|
191
200
|
type: import("vue").PropType<boolean>;
|
192
201
|
};
|
202
|
+
grouped: {
|
203
|
+
type: import("vue").PropType<boolean>;
|
204
|
+
} & {
|
205
|
+
type: import("vue").PropType<boolean>;
|
206
|
+
};
|
193
207
|
grow: {
|
194
208
|
type: import("vue").PropType<boolean>;
|
195
209
|
} & {
|
@@ -206,14 +220,20 @@ declare const _default: {
|
|
206
220
|
type: import("vue").PropType<boolean>;
|
207
221
|
};
|
208
222
|
direction: {
|
209
|
-
type: import("vue").PropType<
|
223
|
+
type: import("vue").PropType<string>;
|
210
224
|
} & {
|
211
|
-
type: import("vue").PropType<
|
225
|
+
type: import("vue").PropType<string>;
|
226
|
+
};
|
227
|
+
"align-y": {
|
228
|
+
type: import("vue").PropType<string>;
|
229
|
+
};
|
230
|
+
alignY: {
|
231
|
+
type: import("vue").PropType<string>;
|
212
232
|
};
|
213
233
|
divider: {
|
214
|
-
type: import("vue").PropType<
|
234
|
+
type: import("vue").PropType<string>;
|
215
235
|
} & {
|
216
|
-
type: import("vue").PropType<
|
236
|
+
type: import("vue").PropType<string>;
|
217
237
|
};
|
218
238
|
hide: {
|
219
239
|
type: import("vue").PropType<boolean>;
|
@@ -221,9 +241,9 @@ declare const _default: {
|
|
221
241
|
type: import("vue").PropType<boolean>;
|
222
242
|
};
|
223
243
|
variant: {
|
224
|
-
type: import("vue").PropType<
|
244
|
+
type: import("vue").PropType<string>;
|
225
245
|
} & {
|
226
|
-
type: import("vue").PropType<
|
246
|
+
type: import("vue").PropType<string>;
|
227
247
|
};
|
228
248
|
title: {
|
229
249
|
type: import("vue").PropType<string>;
|
@@ -236,28 +256,28 @@ declare const _default: {
|
|
236
256
|
};
|
237
257
|
colorSchemaType?: any;
|
238
258
|
container?: any;
|
259
|
+
colors?: any;
|
239
260
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
240
261
|
__isFragment?: never;
|
241
262
|
__isTeleport?: never;
|
242
263
|
__isSuspense?: never;
|
243
264
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
244
|
-
"align-y": {
|
245
|
-
type: import("vue").PropType<VerticalAlignment>;
|
246
|
-
};
|
247
|
-
alignY: {
|
248
|
-
type: import("vue").PropType<VerticalAlignment>;
|
249
|
-
};
|
250
265
|
"align-x": {
|
251
|
-
type: import("vue").PropType<
|
266
|
+
type: import("vue").PropType<string>;
|
252
267
|
};
|
253
268
|
alignX: {
|
254
|
-
type: import("vue").PropType<
|
269
|
+
type: import("vue").PropType<string>;
|
255
270
|
};
|
256
271
|
toned: {
|
257
272
|
type: import("vue").PropType<boolean>;
|
258
273
|
} & {
|
259
274
|
type: import("vue").PropType<boolean>;
|
260
275
|
};
|
276
|
+
grouped: {
|
277
|
+
type: import("vue").PropType<boolean>;
|
278
|
+
} & {
|
279
|
+
type: import("vue").PropType<boolean>;
|
280
|
+
};
|
261
281
|
grow: {
|
262
282
|
type: import("vue").PropType<boolean>;
|
263
283
|
} & {
|
@@ -274,14 +294,20 @@ declare const _default: {
|
|
274
294
|
type: import("vue").PropType<boolean>;
|
275
295
|
};
|
276
296
|
direction: {
|
277
|
-
type: import("vue").PropType<
|
297
|
+
type: import("vue").PropType<string>;
|
278
298
|
} & {
|
279
|
-
type: import("vue").PropType<
|
299
|
+
type: import("vue").PropType<string>;
|
300
|
+
};
|
301
|
+
"align-y": {
|
302
|
+
type: import("vue").PropType<string>;
|
303
|
+
};
|
304
|
+
alignY: {
|
305
|
+
type: import("vue").PropType<string>;
|
280
306
|
};
|
281
307
|
divider: {
|
282
|
-
type: import("vue").PropType<
|
308
|
+
type: import("vue").PropType<string>;
|
283
309
|
} & {
|
284
|
-
type: import("vue").PropType<
|
310
|
+
type: import("vue").PropType<string>;
|
285
311
|
};
|
286
312
|
hide: {
|
287
313
|
type: import("vue").PropType<boolean>;
|
@@ -289,9 +315,9 @@ declare const _default: {
|
|
289
315
|
type: import("vue").PropType<boolean>;
|
290
316
|
};
|
291
317
|
variant: {
|
292
|
-
type: import("vue").PropType<
|
318
|
+
type: import("vue").PropType<string>;
|
293
319
|
} & {
|
294
|
-
type: import("vue").PropType<
|
320
|
+
type: import("vue").PropType<string>;
|
295
321
|
};
|
296
322
|
title: {
|
297
323
|
type: import("vue").PropType<string>;
|
@@ -304,28 +330,32 @@ declare const _default: {
|
|
304
330
|
};
|
305
331
|
colorSchemaType?: any;
|
306
332
|
container?: any;
|
333
|
+
colors?: any;
|
307
334
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
308
335
|
container?: any;
|
309
336
|
colorSchemaType?: any;
|
337
|
+
colors?: any;
|
310
338
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
311
339
|
propsDefinition: Readonly<{
|
312
340
|
container?: any;
|
313
341
|
colorSchemaType?: any;
|
342
|
+
colors?: any;
|
314
343
|
} & {
|
315
344
|
title?: string;
|
316
345
|
class?: String | String[];
|
317
|
-
direction?:
|
346
|
+
direction?: string;
|
318
347
|
hide?: boolean;
|
319
348
|
wrap?: boolean;
|
320
349
|
filled?: boolean;
|
321
350
|
grow?: boolean;
|
322
|
-
variant?:
|
351
|
+
variant?: string;
|
352
|
+
grouped?: boolean;
|
323
353
|
toned?: boolean;
|
324
|
-
divider?:
|
325
|
-
|
326
|
-
"align-
|
327
|
-
|
328
|
-
"align-
|
354
|
+
divider?: string;
|
355
|
+
alignY?: string;
|
356
|
+
"align-y"?: string;
|
357
|
+
alignX?: string;
|
358
|
+
"align-x"?: string;
|
329
359
|
}>;
|
330
360
|
};
|
331
361
|
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const Examples: import("@omnia/fx/ux").ComponentSpec;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").ComponentSpec;
|
@@ -7,6 +7,7 @@ declare const _default: {
|
|
7
7
|
$props: Partial<{
|
8
8
|
container?: any;
|
9
9
|
colorSchemaType?: any;
|
10
|
+
colors?: any;
|
10
11
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
11
12
|
value: {
|
12
13
|
type: import("vue").PropType<any>;
|
@@ -24,7 +25,8 @@ declare const _default: {
|
|
24
25
|
};
|
25
26
|
colorSchemaType?: any;
|
26
27
|
container?: any;
|
27
|
-
|
28
|
+
colors?: any;
|
29
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
28
30
|
$attrs: {
|
29
31
|
[x: string]: unknown;
|
30
32
|
};
|
@@ -55,9 +57,11 @@ declare const _default: {
|
|
55
57
|
};
|
56
58
|
colorSchemaType?: any;
|
57
59
|
container?: any;
|
60
|
+
colors?: any;
|
58
61
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
59
62
|
container?: any;
|
60
63
|
colorSchemaType?: any;
|
64
|
+
colors?: any;
|
61
65
|
}, {}, string> & {
|
62
66
|
beforeCreate?: (() => void) | (() => void)[];
|
63
67
|
created?: (() => void) | (() => void)[];
|
@@ -95,6 +99,7 @@ declare const _default: {
|
|
95
99
|
};
|
96
100
|
colorSchemaType?: any;
|
97
101
|
container?: any;
|
102
|
+
colors?: any;
|
98
103
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
99
104
|
__isFragment?: never;
|
100
105
|
__isTeleport?: never;
|
@@ -116,17 +121,20 @@ declare const _default: {
|
|
116
121
|
};
|
117
122
|
colorSchemaType?: any;
|
118
123
|
container?: any;
|
124
|
+
colors?: any;
|
119
125
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
120
126
|
container?: any;
|
121
127
|
colorSchemaType?: any;
|
128
|
+
colors?: any;
|
122
129
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
123
130
|
propsDefinition: Readonly<{
|
124
131
|
container?: any;
|
125
132
|
colorSchemaType?: any;
|
133
|
+
colors?: any;
|
126
134
|
} & {
|
127
|
-
value?: any;
|
128
135
|
label?: string;
|
129
136
|
class?: String | String[];
|
137
|
+
value?: any;
|
130
138
|
}>;
|
131
139
|
};
|
132
140
|
export default _default;
|