@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,68 +1,88 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
export declare
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
/**
|
25
|
-
* Implementation of getters
|
26
|
-
*/
|
27
|
-
getters: {
|
28
|
-
getApp: () => any;
|
1
|
+
import { TreeViewItem, VelcronAppDefinition, VelcronComponentDescriptor, VelcronDefinition } from "@omnia/fx-models";
|
2
|
+
import { AppTreeItem, AppValidationState, editorModes } from "../models/Shared";
|
3
|
+
import { CodeEditorState, codeEditorTabs } from "../models";
|
4
|
+
export declare const useVelcronEditorStore: (newInstanceWithName?: string) => {
|
5
|
+
state: {
|
6
|
+
appData: {};
|
7
|
+
appAsJson: string;
|
8
|
+
appDefinition: VelcronAppDefinition;
|
9
|
+
appCacheKey: string;
|
10
|
+
appTreeOpenIds: string[];
|
11
|
+
treeViewItems: TreeViewItem<AppTreeItem>[];
|
12
|
+
selectedAppTreeItem: TreeViewItem<AppTreeItem>;
|
13
|
+
editorMode: editorModes;
|
14
|
+
selectedAppTreeItemToCopy: TreeViewItem<any>;
|
15
|
+
history: string[];
|
16
|
+
showAddComponent: boolean;
|
17
|
+
showAddDataObject: boolean;
|
18
|
+
showShare: boolean;
|
19
|
+
codeEditor: CodeEditorState;
|
20
|
+
validation: AppValidationState;
|
21
|
+
builtInComponentDescriptions: {
|
22
|
+
[name: string]: VelcronComponentDescriptor;
|
23
|
+
};
|
29
24
|
};
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
mutations: {
|
25
|
+
get: {};
|
26
|
+
actions: {
|
27
|
+
setAppTree: (tree: Array<TreeViewItem<AppTreeItem>>) => void;
|
34
28
|
appJson: (newState: string) => void;
|
35
29
|
persistState: (jsonCode: string) => void;
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
editorMode: (newState: editorModes) => void;
|
30
|
+
setAppValidation: (newState: AppValidationState) => void;
|
31
|
+
setCodeEditorTab: (newState: codeEditorTabs) => void;
|
32
|
+
setEditorMode: (newState: editorModes) => void;
|
40
33
|
syncState: () => void;
|
41
34
|
setSelectedAppTreeItem: (key: string) => void;
|
42
35
|
showAddComponent: (show: boolean) => void;
|
43
36
|
showShare: (show: boolean) => void;
|
44
37
|
showAddDataObject: (show: boolean) => void;
|
45
|
-
addComponent: (target: AppTreeItem
|
46
|
-
deleteComponent: (target: AppTreeItem) => void;
|
47
|
-
addDataMember: (target:
|
48
|
-
deleteDataMember: (target:
|
49
|
-
renameDataMember: (target:
|
50
|
-
updateDataMemberValue: (target:
|
51
|
-
copyComponent: (target: AppTreeItem) => void;
|
38
|
+
addComponent: (target: TreeViewItem<AppTreeItem>, descriptor: VelcronComponentDescriptor, definition?: VelcronDefinition) => void;
|
39
|
+
deleteComponent: (target: TreeViewItem<AppTreeItem>) => void;
|
40
|
+
addDataMember: (target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void;
|
41
|
+
deleteDataMember: (target: TreeViewItem<AppTreeItem>) => void;
|
42
|
+
renameDataMember: (target: TreeViewItem<AppTreeItem>, newName: string) => void;
|
43
|
+
updateDataMemberValue: (target: TreeViewItem<AppTreeItem>, newValue: any) => void;
|
44
|
+
copyComponent: (target: TreeViewItem<AppTreeItem>) => void;
|
52
45
|
pasteComponent: (target: AppTreeItem) => void;
|
53
46
|
reloadApp: () => void;
|
54
47
|
updateHistory: () => void;
|
55
48
|
};
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
49
|
+
events: {
|
50
|
+
onMutatingAppData: import("@omnia/fx").EventHook<{}>;
|
51
|
+
onMutatedAppData: import("@omnia/fx").EventHook<{}>;
|
52
|
+
onMutatingAppAsJson: import("@omnia/fx").EventHook<string>;
|
53
|
+
onMutatedAppAsJson: import("@omnia/fx").EventHook<string>;
|
54
|
+
onMutatingAppDefinition: import("@omnia/fx").EventHook<VelcronAppDefinition>;
|
55
|
+
onMutatedAppDefinition: import("@omnia/fx").EventHook<VelcronAppDefinition>;
|
56
|
+
onMutatingAppCacheKey: import("@omnia/fx").EventHook<string>;
|
57
|
+
onMutatedAppCacheKey: import("@omnia/fx").EventHook<string>;
|
58
|
+
onMutatingAppTreeOpenIds: import("@omnia/fx").EventHook<string[]>;
|
59
|
+
onMutatedAppTreeOpenIds: import("@omnia/fx").EventHook<string[]>;
|
60
|
+
onMutatingTreeViewItems: import("@omnia/fx").EventHook<TreeViewItem<AppTreeItem>[]>;
|
61
|
+
onMutatedTreeViewItems: import("@omnia/fx").EventHook<TreeViewItem<AppTreeItem>[]>;
|
62
|
+
onMutatingSelectedAppTreeItem: import("@omnia/fx").EventHook<TreeViewItem<AppTreeItem>>;
|
63
|
+
onMutatedSelectedAppTreeItem: import("@omnia/fx").EventHook<TreeViewItem<AppTreeItem>>;
|
64
|
+
onMutatingEditorMode: import("@omnia/fx").EventHook<editorModes>;
|
65
|
+
onMutatedEditorMode: import("@omnia/fx").EventHook<editorModes>;
|
66
|
+
onMutatingSelectedAppTreeItemToCopy: import("@omnia/fx").EventHook<TreeViewItem<any>>;
|
67
|
+
onMutatedSelectedAppTreeItemToCopy: import("@omnia/fx").EventHook<TreeViewItem<any>>;
|
68
|
+
onMutatingHistory: import("@omnia/fx").EventHook<string[]>;
|
69
|
+
onMutatedHistory: import("@omnia/fx").EventHook<string[]>;
|
70
|
+
onMutatingShowAddComponent: import("@omnia/fx").EventHook<boolean>;
|
71
|
+
onMutatedShowAddComponent: import("@omnia/fx").EventHook<boolean>;
|
72
|
+
onMutatingShowAddDataObject: import("@omnia/fx").EventHook<boolean>;
|
73
|
+
onMutatedShowAddDataObject: import("@omnia/fx").EventHook<boolean>;
|
74
|
+
onMutatingShowShare: import("@omnia/fx").EventHook<boolean>;
|
75
|
+
onMutatedShowShare: import("@omnia/fx").EventHook<boolean>;
|
76
|
+
onMutatingCodeEditor: import("@omnia/fx").EventHook<CodeEditorState>;
|
77
|
+
onMutatedCodeEditor: import("@omnia/fx").EventHook<CodeEditorState>;
|
78
|
+
onMutatingValidation: import("@omnia/fx").EventHook<AppValidationState>;
|
79
|
+
onMutatedValidation: import("@omnia/fx").EventHook<AppValidationState>;
|
80
|
+
onMutatingBuiltInComponentDescriptions: import("@omnia/fx").EventHook<{
|
81
|
+
[name: string]: VelcronComponentDescriptor;
|
82
|
+
}>;
|
83
|
+
onMutatedBuiltInComponentDescriptions: import("@omnia/fx").EventHook<{
|
84
|
+
[name: string]: VelcronComponentDescriptor;
|
85
|
+
}>;
|
86
|
+
};
|
87
|
+
activated: void;
|
88
|
+
};
|
File without changes
|
@@ -59,16 +59,41 @@ import wc01c6a5e974334f06a390c9af5a7689d0 from './ux/identities/components/share
|
|
59
59
|
import wcc2a811dfd3774d15862abb2f6a435a5c from './ux/identities/components/shared/IdentitySyncRuleSetup';
|
60
60
|
import wcba60557e3daf48208c919a1806502df5 from './ux/identitypicker/IdentityPicker';
|
61
61
|
import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
|
62
|
+
import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder';
|
63
|
+
import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar';
|
62
64
|
import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
|
65
|
+
import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer';
|
63
66
|
import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
|
67
|
+
import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
|
68
|
+
import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
|
69
|
+
import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
|
70
|
+
import wc103ae93f7a7c4754872e2573a9a689d7 from './ux/layoutcanvas/editor/settings/block/Style';
|
71
|
+
import wc06eff92039dd49339e522ac2d7a648af from './ux/layoutcanvas/editor/settings/block/Css';
|
72
|
+
import wc53cbd5702e9e41ffa95093586c0e001d from './ux/layoutcanvas/editor/settings/block/Targeting';
|
73
|
+
import wc1b1dd31ac8644b498ddf378a431dfb19 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitle';
|
64
74
|
import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
|
75
|
+
import wc0f7be5adc6ff4d81b920e5cf086128ae from './ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings';
|
76
|
+
import wc673c5382ae8e4663ac07110302d7e386 from './ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling';
|
77
|
+
import wc221ed456340d4c1fa7522b7bee6d7a64 from './ux/layoutcanvas/editor/settings/layout/BlockHeader';
|
78
|
+
import wc9e404f90ca6640f19c3fece23b073993 from './ux/layoutcanvas/editor/settings/layout/Style';
|
65
79
|
import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
|
80
|
+
import wc160a5d56895f4a66a9dae49cffdae312 from './ux/layoutcanvas/editor/settings/lock/Lock';
|
66
81
|
import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/General';
|
82
|
+
import wc68724008d5d046b8a2f969ee90eece2c from './ux/layoutcanvas/editor/settings/section/Spacing';
|
83
|
+
import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/settings/section/Style';
|
84
|
+
import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/settings/section/Css';
|
85
|
+
import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/settings/section/Targeting';
|
86
|
+
import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
|
87
|
+
import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
88
|
+
import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
|
89
|
+
import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
90
|
+
import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
67
91
|
import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
|
68
92
|
import wcf365f5cb3a694c20be7b96423bbc3eca from './ux/magiclink/MagicLink';
|
93
|
+
import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
|
69
94
|
import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
70
95
|
import wc7fbf605e1ae24b21b0a9e35141aca17b from './ux/oxide/appbar/Appbar';
|
71
|
-
import
|
96
|
+
import wc678a52a5101d41498d47754aeae5f9f6 from './ux/oxide/btn/Button';
|
72
97
|
import wcbeb97ee8f2a94d1b86980b1736f82e20 from './ux/oxide/btntoggle/ButtonToggle';
|
73
98
|
import wcffc99f8d26ae4caf84ece7c13463b6c5 from './ux/oxide/card/Card';
|
74
99
|
import wccd6b8d55c18546d4b1d8c4d9e1d89106 from './ux/oxide/checkbox/Checkbox';
|
@@ -99,6 +124,7 @@ import wc3ae18994ae5546dc945347d58432108d from './ux/oxide/tab/Tabs';
|
|
99
124
|
import wc07776976fab941de8e169e6e903fb4fe from './ux/oxide/tab/Tab';
|
100
125
|
import wc08f1880bd39f43f6aa2734a85ebdf721 from './ux/oxide/table/Table';
|
101
126
|
import wc7b543325ab85489eb1401d7bfdf6f5fc from './ux/oxide/text/Text';
|
127
|
+
import wcab9101708fac46968e7d1ce1ea71c3cf from './ux/oxide/textarea/TextArea';
|
102
128
|
import wc9a7ad06b091e4633a0fc3d380210f9cb from './ux/oxide/textfield/TextField';
|
103
129
|
import wc53c3a240c5bf4d39ac29ac7f1f7415ae from './ux/oxide/toolbar/Toolbar';
|
104
130
|
import wce1b9681a96a94f65a08577ef52b83752 from './ux/oxide/treeview/Treeview';
|
@@ -144,6 +170,9 @@ import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/
|
|
144
170
|
import wc646cfdda09044ebc9339f2ac31318512 from './ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay';
|
145
171
|
import wc332ae4244d4e4b0296befadb2ad2ac6b from './ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor';
|
146
172
|
import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
|
173
|
+
import wc7474e75042e347b4821bbafdb1cb4ee0 from './ux/richtexteditor/RichTextEditor';
|
174
|
+
import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
|
175
|
+
import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
|
147
176
|
import wc539d199f69934c10a963f142e4f3056d from './ux/sidepanel/SidePanelRenderer';
|
148
177
|
import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/SignInPage';
|
149
178
|
import wce4b25c06803a417a9c4aa4b7280a599b from './ux/signin/SignInBlock';
|
@@ -151,9 +180,12 @@ import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
|
|
151
180
|
import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/SignOut';
|
152
181
|
import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker2';
|
153
182
|
import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
|
154
|
-
import
|
183
|
+
import wc44e2dd896269442f800da69000d4c2f1 from './ux/theming-v2/blueprintpicker/BlueprintPicker';
|
184
|
+
import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
|
185
|
+
import wc1266389c28034034921b897f788f302d from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
|
155
186
|
import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
|
156
187
|
import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
|
188
|
+
import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
|
157
189
|
import wc0beecee9c6ce42c88bd468bde23f9f32 from './ux/user/components/PropertyConfigurationRenderer';
|
158
190
|
import wc8f4747f0b0884fd2a3b60baef21b67fc from './ux/user/components/UserPropertyProviderDisplay';
|
159
191
|
import wc909b95011fbe44c28440ad9cd6aaff85 from './ux/user/components/UserPropertyProviderEditor';
|
@@ -167,7 +199,6 @@ import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/VelcronBlock
|
|
167
199
|
import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/VelcronBlockSettings';
|
168
200
|
import wc327aebb7d6ce4565bf119cf67e121d1a from './ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
|
169
201
|
import wc511447a5fd2646af910064ed9970d82e from './ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
|
170
|
-
import wc1266389c28034034921b897f788f302d from './ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker';
|
171
202
|
import wc3cd2da446d21461e8149e6c8334a36f4 from './ux/velcron/editor/components/pickers/ratiopicker/RatioPicker';
|
172
203
|
import wc8420a0b507e14a288c2d895471739f1d from './ux/velcron/editor/components/pickers/typographypicker/TypographyPicker';
|
173
204
|
import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
|
@@ -241,16 +272,41 @@ declare global {
|
|
241
272
|
"omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & VueComponentBaseProps;
|
242
273
|
"omfx-identity-picker": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & VueComponentBaseProps;
|
243
274
|
"omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & VueComponentBaseProps;
|
275
|
+
"omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & VueComponentBaseProps;
|
276
|
+
"omfx-canvas-toolbar": typeof wc4512676606d342adbd011def4b615151.propsDefinition & VueComponentBaseProps;
|
244
277
|
"omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & VueComponentBaseProps;
|
278
|
+
"omfx-device-previewer": typeof wcd89913a1055942b38285fcab85751865.propsDefinition & VueComponentBaseProps;
|
245
279
|
"omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & VueComponentBaseProps;
|
280
|
+
"omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & VueComponentBaseProps;
|
281
|
+
"omfx-layout-block-settings-header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & VueComponentBaseProps;
|
282
|
+
"omfx-layout-block-settings-spacing": typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & VueComponentBaseProps;
|
283
|
+
"omfx-layout-block-settings-style": typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & VueComponentBaseProps;
|
284
|
+
"omfx-layout-block-settings-css": typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & VueComponentBaseProps;
|
285
|
+
"omfx-layout-block-settings-targeting": typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & VueComponentBaseProps;
|
286
|
+
"omfx-layout-block-title": typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & VueComponentBaseProps;
|
246
287
|
"omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
|
288
|
+
"omfx-layout-image-background-settings": typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & VueComponentBaseProps;
|
289
|
+
"omfx-layout-layout-settings-globalheader": typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & VueComponentBaseProps;
|
290
|
+
"omfx-layout-layout-settings-blockheader": typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & VueComponentBaseProps;
|
291
|
+
"omfx-layout-layout-settings-style": typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & VueComponentBaseProps;
|
247
292
|
"omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & VueComponentBaseProps;
|
293
|
+
"omfx-layout-lock-settings": typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & VueComponentBaseProps;
|
248
294
|
"omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & VueComponentBaseProps;
|
295
|
+
"omfx-layout-section-settings-spacing": typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & VueComponentBaseProps;
|
296
|
+
"omfx-layout-section-settings-style": typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & VueComponentBaseProps;
|
297
|
+
"omfx-layout-section-settings-css": typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & VueComponentBaseProps;
|
298
|
+
"omfx-layout-section-settings-targeting": typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & VueComponentBaseProps;
|
299
|
+
"omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & VueComponentBaseProps;
|
300
|
+
"omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & VueComponentBaseProps;
|
301
|
+
"omfx-layout-tab-block-settings": typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & VueComponentBaseProps;
|
302
|
+
"omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & VueComponentBaseProps;
|
303
|
+
"omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & VueComponentBaseProps;
|
249
304
|
"omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
|
250
305
|
"omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
|
306
|
+
"monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
|
251
307
|
"omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
|
252
308
|
"o-app-bar": typeof wc7fbf605e1ae24b21b0a9e35141aca17b.propsDefinition & VueComponentBaseProps;
|
253
|
-
"o-btn": typeof
|
309
|
+
"o-btn": typeof wc678a52a5101d41498d47754aeae5f9f6.propsDefinition & VueComponentBaseProps;
|
254
310
|
"o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
|
255
311
|
"o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
|
256
312
|
"o-checkbox": typeof wccd6b8d55c18546d4b1d8c4d9e1d89106.propsDefinition & VueComponentBaseProps;
|
@@ -281,6 +337,7 @@ declare global {
|
|
281
337
|
"o-tab": typeof wc07776976fab941de8e169e6e903fb4fe.propsDefinition & VueComponentBaseProps;
|
282
338
|
"o-table": typeof wc08f1880bd39f43f6aa2734a85ebdf721.propsDefinition & VueComponentBaseProps;
|
283
339
|
"o-text": typeof wc7b543325ab85489eb1401d7bfdf6f5fc.propsDefinition & VueComponentBaseProps;
|
340
|
+
"o-textarea": typeof wcab9101708fac46968e7d1ce1ea71c3cf.propsDefinition & VueComponentBaseProps;
|
284
341
|
"o-text-field": typeof wc9a7ad06b091e4633a0fc3d380210f9cb.propsDefinition & VueComponentBaseProps;
|
285
342
|
"o-toolbar": typeof wc53c3a240c5bf4d39ac29ac7f1f7415ae.propsDefinition & VueComponentBaseProps;
|
286
343
|
"o-treeview": typeof wce1b9681a96a94f65a08577ef52b83752.propsDefinition & VueComponentBaseProps;
|
@@ -326,6 +383,9 @@ declare global {
|
|
326
383
|
"omfx-app-legacy-enterprise-properties-display": typeof wc646cfdda09044ebc9339f2ac31318512.propsDefinition & VueComponentBaseProps;
|
327
384
|
"omfx-legacy-enterprise-properties-editor": typeof wc332ae4244d4e4b0296befadb2ad2ac6b.propsDefinition & VueComponentBaseProps;
|
328
385
|
"omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
|
386
|
+
"omfx-rich-text-editor": typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & VueComponentBaseProps;
|
387
|
+
"omfx-rollup-empty": typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & VueComponentBaseProps;
|
388
|
+
"omfx-settings-pane": typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & VueComponentBaseProps;
|
329
389
|
"omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & VueComponentBaseProps;
|
330
390
|
"omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & VueComponentBaseProps;
|
331
391
|
"omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
|
@@ -333,9 +393,12 @@ declare global {
|
|
333
393
|
"omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
|
334
394
|
"omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
|
335
395
|
"omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
|
396
|
+
"omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
|
336
397
|
"omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
|
398
|
+
"omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
|
337
399
|
"omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
|
338
400
|
"omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
|
401
|
+
"omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & VueComponentBaseProps;
|
339
402
|
"omfx-properties-user-configuration-renderer": typeof wc0beecee9c6ce42c88bd468bde23f9f32.propsDefinition & VueComponentBaseProps;
|
340
403
|
"omfx-properties-user-provider-display": typeof wc8f4747f0b0884fd2a3b60baef21b67fc.propsDefinition & VueComponentBaseProps;
|
341
404
|
"omfx-properties-user-provider-editor": typeof wc909b95011fbe44c28440ad9cd6aaff85.propsDefinition & VueComponentBaseProps;
|
@@ -349,7 +412,6 @@ declare global {
|
|
349
412
|
"omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
|
350
413
|
"omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & VueComponentBaseProps;
|
351
414
|
"omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & VueComponentBaseProps;
|
352
|
-
"omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
|
353
415
|
"omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & VueComponentBaseProps;
|
354
416
|
"omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & VueComponentBaseProps;
|
355
417
|
"omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.22-vnext",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,16 +20,16 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.22-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
27
27
|
"vue-virtual-scroller": "1.0.0-rc.2",
|
28
28
|
"splitpanes": "2.4.1",
|
29
|
-
"vuetify": "3.1.
|
29
|
+
"vuetify": "3.1.14",
|
30
30
|
"vue": "3.2.47",
|
31
31
|
"tslib": "2.5.0",
|
32
|
-
"typescript": "5.0.
|
32
|
+
"typescript": "5.0.4",
|
33
33
|
"@tiptap/vue-3": "2.0.0-beta.220",
|
34
34
|
"@tiptap/pm": "2.0.0-beta.220",
|
35
35
|
"@tiptap/suggestion": "2.0.0-beta.220",
|
package/task.js
CHANGED
@@ -41,10 +41,6 @@ function init() {
|
|
41
41
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.shared.vendor.manifest.json'
|
42
42
|
}
|
43
43
|
]);
|
44
|
-
let wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
|
45
|
-
if (fsExtra.existsSync(wcdefinitionsPath)) {
|
46
|
-
tooling.registerWebComponentDefinitions(fsExtra.readJSONSync(wcdefinitionsPath));
|
47
|
-
}
|
48
44
|
}
|
49
45
|
}
|
50
46
|
exports.init = init;
|
package/task.ts
CHANGED
@@ -41,11 +41,6 @@ export function init() {
|
|
41
41
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.shared.vendor.manifest.json'
|
42
42
|
}
|
43
43
|
]);
|
44
|
-
|
45
|
-
let wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
|
46
|
-
if (fsExtra.existsSync(wcdefinitionsPath)) {
|
47
|
-
tooling.registerWebComponentDefinitions(fsExtra.readJSONSync(wcdefinitionsPath));
|
48
|
-
}
|
49
44
|
}
|
50
45
|
}
|
51
46
|
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../../..";
|
2
|
-
export interface IBlockPlaceholderComponent {
|
3
|
-
icon: string;
|
4
|
-
title?: string;
|
5
|
-
text?: string;
|
6
|
-
description?: string;
|
7
|
-
dark: boolean;
|
8
|
-
}
|
9
|
-
declare global {
|
10
|
-
namespace JSX {
|
11
|
-
interface Element {
|
12
|
-
}
|
13
|
-
interface ElementClass {
|
14
|
-
}
|
15
|
-
interface IntrinsicElements {
|
16
|
-
"omfx-layout-block-placeholder": TsxAllowUnknowProperties<IBlockPlaceholderComponent>;
|
17
|
-
}
|
18
|
-
}
|
19
|
-
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../../..";
|
2
|
-
import { DisplayBreakPoint, ThemeDefinition } from "../../../../models";
|
3
|
-
export interface ICanvasToolbar {
|
4
|
-
onChangeThemeDefinition: (themeDefinition: ThemeDefinition) => void;
|
5
|
-
themeDefinition: ThemeDefinition;
|
6
|
-
onBreakpointChange: (displayBreakPoint: DisplayBreakPoint) => void;
|
7
|
-
defaultBreakpoint?: DisplayBreakPoint;
|
8
|
-
canvasId: string;
|
9
|
-
}
|
10
|
-
declare global {
|
11
|
-
namespace JSX {
|
12
|
-
interface Element {
|
13
|
-
}
|
14
|
-
interface ElementClass {
|
15
|
-
}
|
16
|
-
interface IntrinsicElements {
|
17
|
-
"omfx-canvas-toolbar": TsxAllowUnknowProperties<ICanvasToolbar>;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../../..";
|
2
|
-
import { DisplayBreakPoint } from "../../../../models";
|
3
|
-
export interface IDevicePreviewer {
|
4
|
-
itemRenderer?: (h: any, selectedBreakpoint: DisplayBreakPoint) => JSX.Element;
|
5
|
-
onBreakpointChange?: (displayBreakPoint: DisplayBreakPoint) => void;
|
6
|
-
defaultBreakpoint?: DisplayBreakPoint;
|
7
|
-
}
|
8
|
-
declare global {
|
9
|
-
namespace JSX {
|
10
|
-
interface Element {
|
11
|
-
}
|
12
|
-
interface ElementClass {
|
13
|
-
}
|
14
|
-
interface ElementAttributesProperty {
|
15
|
-
}
|
16
|
-
interface IntrinsicElements {
|
17
|
-
"omfx-device-previewer": TsxAllowUnknowProperties<IDevicePreviewer>;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Styles for the LayoutColumnStyles component
|
3
|
-
*/
|
4
|
-
export declare const ColorSettingsStyles: {
|
5
|
-
container: string;
|
6
|
-
settingsHeader: {
|
7
|
-
container: string;
|
8
|
-
headerContainer: string;
|
9
|
-
colorContainer: string;
|
10
|
-
buttonContainer: string;
|
11
|
-
};
|
12
|
-
ButtonBar: {
|
13
|
-
container: string;
|
14
|
-
containerWithBackground: string;
|
15
|
-
button: string;
|
16
|
-
actionButton: string;
|
17
|
-
};
|
18
|
-
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
import { ITheming } from "../../../theming";
|
2
|
-
/**
|
3
|
-
* Styles for the LayoutColumnStyles component
|
4
|
-
*/
|
5
|
-
export declare const LayoutStructureStyles: {
|
6
|
-
titlePositioner: string;
|
7
|
-
LayoutMenyItem: (theming: ITheming, selected: boolean) => string;
|
8
|
-
treeItem: string;
|
9
|
-
treeContextMenu: string;
|
10
|
-
treeViewWrapper: string;
|
11
|
-
toolBarPosition: string;
|
12
|
-
};
|
@@ -1,24 +0,0 @@
|
|
1
|
-
import { OmniaTheming } from "../../..";
|
2
|
-
/**
|
3
|
-
* Styles for the LayoutColumnStyles component
|
4
|
-
*/
|
5
|
-
export declare const SectionSettingsPanelStyles: {
|
6
|
-
advancedPanel: string;
|
7
|
-
headerStylingWithoutTabs: string;
|
8
|
-
textColor: (dark: boolean) => void;
|
9
|
-
panelTextColor: string;
|
10
|
-
container: string;
|
11
|
-
tabStyling: (color: string) => string;
|
12
|
-
headerIcon: string;
|
13
|
-
sectionsettingContainer: string;
|
14
|
-
sectionSubGrouping: string;
|
15
|
-
cssEditorStyle: string;
|
16
|
-
columnSize: (theme: OmniaTheming, size: string) => string;
|
17
|
-
widthSlider: (visible: boolean) => string;
|
18
|
-
titlePositioner: string;
|
19
|
-
scrollContainer: (tabs: boolean) => string;
|
20
|
-
icon: {
|
21
|
-
wrapper: (color: string) => string;
|
22
|
-
iconStyling: string;
|
23
|
-
};
|
24
|
-
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare const SettingsPanelStyles: {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const BackgroundSettingsStyles: {};
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { BackgroundSettings } from "@omnia/fx-models";
|
2
|
-
import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
|
3
|
-
export interface IBackgroundSettingsComponent {
|
4
|
-
settings: BackgroundSettings;
|
5
|
-
forceDark?: boolean;
|
6
|
-
allowOverflow?: boolean;
|
7
|
-
hideChromeStyling?: boolean;
|
8
|
-
hideBackgroundColor?: boolean;
|
9
|
-
hideAcrylicSettings?: boolean;
|
10
|
-
}
|
11
|
-
declare global {
|
12
|
-
namespace JSX {
|
13
|
-
interface Element {
|
14
|
-
}
|
15
|
-
interface ElementClass {
|
16
|
-
}
|
17
|
-
interface ElementAttributesProperty {
|
18
|
-
}
|
19
|
-
interface IntrinsicElements {
|
20
|
-
"omfx-layout-background-settings": TsxAllowUnknowProperties<IBackgroundSettingsComponent>;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../../../..";
|
2
|
-
import { MultilingualString } from "../../../../../models";
|
3
|
-
export interface IBlockTitleComponent {
|
4
|
-
title?: string;
|
5
|
-
multilingualtitle?: MultilingualString | string;
|
6
|
-
settingsKey: any;
|
7
|
-
alternativeContent?: JSX.Element;
|
8
|
-
}
|
9
|
-
declare global {
|
10
|
-
namespace JSX {
|
11
|
-
interface Element {
|
12
|
-
}
|
13
|
-
interface ElementClass {
|
14
|
-
}
|
15
|
-
interface ElementAttributesProperty {
|
16
|
-
}
|
17
|
-
interface IntrinsicElements {
|
18
|
-
"omfx-layout-block-title": TsxAllowUnknowProperties<IBlockTitleComponent>;
|
19
|
-
}
|
20
|
-
}
|
21
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { BackgroundSettings } from "@omnia/fx-models";
|
2
|
-
import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
|
3
|
-
export interface IImageBackgroundSettingsComponent {
|
4
|
-
backgroundSettings: BackgroundSettings;
|
5
|
-
hideScrollBehavior?: boolean;
|
6
|
-
}
|
7
|
-
declare global {
|
8
|
-
namespace JSX {
|
9
|
-
interface Element {
|
10
|
-
}
|
11
|
-
interface ElementClass {
|
12
|
-
}
|
13
|
-
interface ElementAttributesProperty {
|
14
|
-
}
|
15
|
-
interface IntrinsicElements {
|
16
|
-
"omfx-layout-image-background-settings": TsxAllowUnknowProperties<IImageBackgroundSettingsComponent>;
|
17
|
-
}
|
18
|
-
}
|
19
|
-
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
import { ThemeDefinition } from "@omnia/fx/models";
|
2
|
-
import { LayoutCanvasStore } from "../../..";
|
3
|
-
import { VueComponentBase, ThemeStore } from "@omnia/fx/ux";
|
4
|
-
export default class BlockThemingLayoutSettingItem extends VueComponentBase {
|
5
|
-
editorStore: LayoutCanvasStore;
|
6
|
-
private subscriptionHandler;
|
7
|
-
themeStore: ThemeStore;
|
8
|
-
private omniaUxLoc;
|
9
|
-
private layoutDefinition;
|
10
|
-
private editingThemedefinition;
|
11
|
-
mounted(): void;
|
12
|
-
created(): void;
|
13
|
-
onThemingChange(updatedTheme: ThemeDefinition): void;
|
14
|
-
onSetThemeOption(option: boolean): void;
|
15
|
-
render(): JSX.Element;
|
16
|
-
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,16 +0,0 @@
|
|
1
|
-
export declare const SectionItemListingStyles: {
|
2
|
-
container: string;
|
3
|
-
ButtonBar: {
|
4
|
-
container: string;
|
5
|
-
button: string;
|
6
|
-
};
|
7
|
-
};
|
8
|
-
export declare const SectionItemSettingsStyles: {
|
9
|
-
container: string;
|
10
|
-
settingsHeader: {
|
11
|
-
container: string;
|
12
|
-
dragButtonContainer: string;
|
13
|
-
buttonContainer: string;
|
14
|
-
};
|
15
|
-
settingsPanel: string;
|
16
|
-
};
|