@omnia/fx 8.0.481-dev → 8.0.483-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.editor.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderPickerStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStylePickerStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/conditioncontrol/ConditionControl.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/conditioncontrol/loc/Localize.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/editor/use/UseBlockMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/editor/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +20 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.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/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts +61 -43
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas_old.d.ts +49 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbarStyles.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +86 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlockEditorHooks.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumn.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumnEditorHooks.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +90 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSectionEditorHooks.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/ColorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/TabsSettingsStylePanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/TemplatePreview_old.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitle.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsComponent.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsComponent.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/AccordionListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/ColumnListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/SectionItemListing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/StepListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/TabListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +114 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasEditorStore.d.ts +48 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +62 -43
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStoreV2.d.ts +65 -46
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +305 -319
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/layout/Style.d.ts +0 -341
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/section/Css.d.ts +0 -341
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/section/Style.d.ts +0 -341
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/BlockSettingsPanel.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/LayoutStructure.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/SettingsPanel.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/TemplatePreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/layoutclipboard/LayoutClipboard.d.ts → settings/_old/BlockSettingsPanel_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Css.d.ts → settings/_old/LayoutStructure_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/Columns.d.ts → settings/_old/SettingsPanel_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/backgroundsettings/BackgroundSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Header.d.ts → settings/block/Css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section → settings/block}/Header.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Spacing.d.ts → settings/block/Header_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Style.d.ts → settings/block/Spacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Targeting.d.ts → settings/block/Style.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section → settings/block}/Targeting.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitle.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitleSettings.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitleSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitle.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitle.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitleSettings.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitleSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsstyles.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/canvas/Spacing.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/imagebackgroundsettings/ImageBackgroundSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/journey/JourneyBlockSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/journey/JourneyMenuItemSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/BlockHeader.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/GlobalHeaderStyling.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/LayoutTheming.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layoutclipboard/LayoutClipboard.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/General.d.ts → settings/layoutclipboard/LayoutClipboard.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/lock/Lock.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/Spacing.d.ts → settings/section/Columns.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/Theming.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/ColumnListingSettingsPanel.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/settingstabs/TabBlockSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/settingstabs/TabLayoutSettings.d.ts +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
import { LayoutItem } from "
|
2
|
-
import { VueComponentBaseProps } from "
|
3
|
-
declare const _default: (props: import("
|
1
|
+
import { LayoutItem } from "../../../../../models";
|
2
|
+
import { VueComponentBaseProps } from "../../../..";
|
3
|
+
declare const _default: (props: import("../../../..").ExtractProps<{
|
4
4
|
secondarycolor?: boolean;
|
5
5
|
} & {
|
6
6
|
item?: LayoutItem;
|
@@ -8,5 +8,5 @@ declare const _default: (props: import("../../../../..").ExtractProps<{
|
|
8
8
|
"v-slots"?: {} & Omit<{
|
9
9
|
default?: import("vue").Slot;
|
10
10
|
}, never>;
|
11
|
-
} & {} & Omit<VueComponentBaseProps, "item" | "secondarycolor"> & import("
|
11
|
+
} & {} & Omit<VueComponentBaseProps, "item" | "secondarycolor"> & import("../../../..").VNodeEvents) => any;
|
12
12
|
export default _default;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style_old.d.ts
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns_old.d.ts
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
|
+
export default _default;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
|
+
export default _default;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header_old.d.ts
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
|
6
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing_old.d.ts
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
|
6
|
+
export default _default;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
|
6
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style_old.d.ts
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
|
6
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting_old.d.ts
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AccordionedSectionSettings, Section } from "
|
1
|
+
import { AccordionedSectionSettings, Section } from "../../../../../../models";
|
2
2
|
export interface AccordionListingSettingsPanelProps {
|
3
3
|
section: Section<AccordionedSectionSettings>;
|
4
4
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Section, TabbedSectionSettings } from "
|
1
|
+
import { Section, TabbedSectionSettings } from "../../../../../../models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
section: {
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts
ADDED
@@ -0,0 +1,114 @@
|
|
1
|
+
import { ColorSchemaTypes, ColorTypes, LayoutItem } from "@omnia/fx-models";
|
2
|
+
export interface TargetSelectorProps {
|
3
|
+
parentContainer: LayoutItem;
|
4
|
+
small: boolean;
|
5
|
+
siblingId?: string;
|
6
|
+
postInsert?: boolean;
|
7
|
+
colorType?: ColorTypes;
|
8
|
+
colorSchemaType?: ColorSchemaTypes;
|
9
|
+
}
|
10
|
+
declare const _default: {
|
11
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
12
|
+
small: {
|
13
|
+
type: import("vue").PropType<boolean>;
|
14
|
+
};
|
15
|
+
postInsert: {
|
16
|
+
type: import("vue").PropType<boolean>;
|
17
|
+
};
|
18
|
+
siblingId: {
|
19
|
+
type: import("vue").PropType<string>;
|
20
|
+
};
|
21
|
+
parentContainer: {
|
22
|
+
type: import("vue").PropType<LayoutItem>;
|
23
|
+
};
|
24
|
+
colorSchemaType: {
|
25
|
+
type: import("vue").PropType<ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
26
|
+
required: boolean;
|
27
|
+
};
|
28
|
+
container: {
|
29
|
+
type: BooleanConstructor;
|
30
|
+
required: boolean;
|
31
|
+
};
|
32
|
+
colors: {
|
33
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
34
|
+
required: boolean;
|
35
|
+
};
|
36
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
37
|
+
container: boolean;
|
38
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
39
|
+
P: {};
|
40
|
+
B: {};
|
41
|
+
D: {};
|
42
|
+
C: {};
|
43
|
+
M: {};
|
44
|
+
Defaults: {};
|
45
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
46
|
+
small: {
|
47
|
+
type: import("vue").PropType<boolean>;
|
48
|
+
};
|
49
|
+
postInsert: {
|
50
|
+
type: import("vue").PropType<boolean>;
|
51
|
+
};
|
52
|
+
siblingId: {
|
53
|
+
type: import("vue").PropType<string>;
|
54
|
+
};
|
55
|
+
parentContainer: {
|
56
|
+
type: import("vue").PropType<LayoutItem>;
|
57
|
+
};
|
58
|
+
colorSchemaType: {
|
59
|
+
type: import("vue").PropType<ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
60
|
+
required: boolean;
|
61
|
+
};
|
62
|
+
container: {
|
63
|
+
type: BooleanConstructor;
|
64
|
+
required: boolean;
|
65
|
+
};
|
66
|
+
colors: {
|
67
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
68
|
+
required: boolean;
|
69
|
+
};
|
70
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
71
|
+
container: boolean;
|
72
|
+
}>;
|
73
|
+
__isFragment?: never;
|
74
|
+
__isTeleport?: never;
|
75
|
+
__isSuspense?: never;
|
76
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
77
|
+
small: {
|
78
|
+
type: import("vue").PropType<boolean>;
|
79
|
+
};
|
80
|
+
postInsert: {
|
81
|
+
type: import("vue").PropType<boolean>;
|
82
|
+
};
|
83
|
+
siblingId: {
|
84
|
+
type: import("vue").PropType<string>;
|
85
|
+
};
|
86
|
+
parentContainer: {
|
87
|
+
type: import("vue").PropType<LayoutItem>;
|
88
|
+
};
|
89
|
+
colorSchemaType: {
|
90
|
+
type: import("vue").PropType<ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
91
|
+
required: boolean;
|
92
|
+
};
|
93
|
+
container: {
|
94
|
+
type: BooleanConstructor;
|
95
|
+
required: boolean;
|
96
|
+
};
|
97
|
+
colors: {
|
98
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
99
|
+
required: boolean;
|
100
|
+
};
|
101
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
102
|
+
container: boolean;
|
103
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
104
|
+
propsDefinition: Omit<Readonly<{} & {
|
105
|
+
small?: boolean;
|
106
|
+
container?: boolean;
|
107
|
+
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
108
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
109
|
+
parentContainer?: LayoutItem;
|
110
|
+
siblingId?: string;
|
111
|
+
postInsert?: boolean;
|
112
|
+
}>, never>;
|
113
|
+
};
|
114
|
+
export default _default;
|
@@ -116,6 +116,19 @@ export declare class JourneyBlockSettings implements ILayoutCanvasJourneyDefinit
|
|
116
116
|
};
|
117
117
|
createInstance(layout: LoadedLayout, block?: Block): Promise<ILayoutCanvasJourneyInstance>;
|
118
118
|
}
|
119
|
+
export declare class JourneyBlockHeaderSettings implements ILayoutCanvasJourneyDefinition {
|
120
|
+
static tabId: guid;
|
121
|
+
private static messageBeforeCreate;
|
122
|
+
private static messageCreated;
|
123
|
+
id: guid;
|
124
|
+
items: ILayoutCanvasJourneyMenuItemDefinition[];
|
125
|
+
weight: number;
|
126
|
+
hooks: {
|
127
|
+
beforeCreate: MessageBusExposeOnlySubscription<ILayoutCanvasJourneyDefinition>;
|
128
|
+
created: MessageBusExposeOnlySubscription<ILayoutCanvasJourneyInstance>;
|
129
|
+
};
|
130
|
+
createInstance(layout: LoadedLayout): Promise<ILayoutCanvasJourneyInstance>;
|
131
|
+
}
|
119
132
|
export declare class JourneyBlockAdvancedSettings implements ILayoutCanvasJourneyDefinition {
|
120
133
|
static tabId: guid;
|
121
134
|
private static messageBeforeCreate;
|
@@ -2,5 +2,5 @@ import { BlockLayoutSettings, DisplayBreakPoint, SectionSettings } from "@omnia/
|
|
2
2
|
export declare const LayoutBlockRendererStyles: {
|
3
3
|
createMediaBreakPointForDevice: (blockSettings: BlockLayoutSettings, deviceBreakPoint: DisplayBreakPoint) => import("typestyle/lib/types").NestedCSSProperties;
|
4
4
|
clickProtectionOverlay: string;
|
5
|
-
blockContainer: (sectionSettings: SectionSettings, blockSettings: BlockLayoutSettings) => string;
|
5
|
+
blockContainer: (sectionSettings: SectionSettings, blockSettings: BlockLayoutSettings, isEditable: any) => string;
|
6
6
|
};
|
@@ -6,7 +6,7 @@ export declare const LayoutSectionBackgroundStyling: {
|
|
6
6
|
};
|
7
7
|
export declare const LayoutSectionStyles: {
|
8
8
|
getAlignmentSettings: (sectionSettings: SectionSettings) => any;
|
9
|
-
|
10
|
-
sectionContent: (settings: SectionSettings, useScrollMargingFix: boolean) => string;
|
9
|
+
sectionWrapperStylex: (sectionSettings: SectionSettings) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
10
|
+
sectionContent: (settings: SectionSettings, useScrollMargingFix: boolean, isEditable: any) => string;
|
11
11
|
headerWrapper: (settings: SectionSettings) => string;
|
12
12
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasEditorStore.d.ts
CHANGED
@@ -1,59 +1,79 @@
|
|
1
|
-
import { AddItemToLayoutPayLoad,
|
2
|
-
import { useLayoutCanvasStore } from "..";
|
1
|
+
import { AddItemToLayoutPayLoad, BlockRenderingModes, ClipboardLayoutItem, DisplayBreakPoint, guid, IIcon, Layout, LayoutCanvasMode, LayoutItem, LayoutItemActionState, Section, SectionTypes } from "@omnia/fx-models";
|
2
|
+
import { LayoutDefinitionBuilder, useLayoutCanvasStore } from "..";
|
3
3
|
import { useEditorChromeStore } from "../..";
|
4
4
|
export declare const useLayoutCanvasEditorStore: () => {
|
5
5
|
state: {
|
6
6
|
editorMode: LayoutCanvasMode;
|
7
7
|
id: guid;
|
8
8
|
settings: {
|
9
|
-
|
9
|
+
authDisabled: boolean;
|
10
|
+
breakpointSettingsEnabled: boolean;
|
11
|
+
};
|
12
|
+
drawerMode: "settings" | "layout-structure" | "clipboard";
|
13
|
+
selected: {
|
14
|
+
layoutItem: LayoutItem;
|
15
|
+
clipBoardItem: ClipboardLayoutItem;
|
16
|
+
displayBreakPoint: DisplayBreakPoint;
|
17
|
+
layoutItem4Action: LayoutItem;
|
18
|
+
};
|
19
|
+
active: {
|
20
|
+
layoutItemAction: LayoutItemActionState;
|
10
21
|
};
|
11
22
|
};
|
12
23
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
24
|
+
scrollToLayoutItem: (item: LayoutItem) => void;
|
25
|
+
selection: () => import("@omnia/fx/stores").StoreReturnDefineAction<{
|
26
|
+
removeSelectedLayoutItem: () => void;
|
27
|
+
setSelectedLayoutItem: (item: LayoutItem, toggleSettings: boolean) => void;
|
28
|
+
}>;
|
29
|
+
enableDisplayBreakpointSettings: (enable: boolean) => void;
|
13
30
|
block: () => {
|
31
|
+
set: {
|
32
|
+
suggestedBlocks: (blocks: string[]) => void;
|
33
|
+
};
|
14
34
|
ensureRemoveDeletedBlocks: (layout: Layout) => void;
|
15
35
|
};
|
16
|
-
|
36
|
+
show: () => import("@omnia/fx/stores").StoreReturnDefineAction<{
|
37
|
+
showPanel: (panelType: "settings" | "layout-structure" | "clipboard", toggle: boolean) => void;
|
38
|
+
settingsPanel: (toggle: boolean) => void;
|
39
|
+
layoutStructurePanel: (toggle: boolean) => void;
|
40
|
+
clipboardPanel: (toggle: boolean) => void;
|
41
|
+
}>;
|
42
|
+
layout: () => import("@omnia/fx/stores").StoreReturnDefineAction<{
|
17
43
|
addItem: (itemreference: AddItemToLayoutPayLoad) => void;
|
18
|
-
|
19
|
-
|
44
|
+
changeSectionType: (section: Section, type: SectionTypes) => void;
|
45
|
+
}>;
|
46
|
+
configureDrawer: (header: {
|
47
|
+
icon?: IIcon;
|
48
|
+
title?: string;
|
49
|
+
enabled?: boolean;
|
50
|
+
}, customScroll?: boolean) => void;
|
20
51
|
setEditorMode: (mode: LayoutCanvasMode) => void;
|
21
|
-
init: (canvasStore: ReturnType<typeof useLayoutCanvasStore>,
|
22
|
-
dispose: () => void;
|
52
|
+
init: (canvasStore: ReturnType<typeof useLayoutCanvasStore>, editorChromeStoreRef: ReturnType<typeof useEditorChromeStore>) => void;
|
23
53
|
}>;
|
24
54
|
get: {
|
55
|
+
settingsDefinitions: LayoutDefinitionBuilder;
|
25
56
|
layout: {
|
26
57
|
active: () => Layout;
|
27
58
|
};
|
28
59
|
block: {
|
60
|
+
suggestions: () => string[];
|
29
61
|
renderMode: () => BlockRenderingModes;
|
30
62
|
};
|
31
63
|
};
|
32
64
|
rules: {
|
33
|
-
|
65
|
+
isSettingsActive: () => boolean;
|
66
|
+
isLayoutStructureActive: () => boolean;
|
67
|
+
isClipboardActive: () => boolean;
|
68
|
+
activeItem: {
|
69
|
+
isSection(): boolean;
|
70
|
+
};
|
71
|
+
showSelectors: () => boolean;
|
34
72
|
isLayoutItemLocked: (item: LayoutItem) => boolean;
|
35
73
|
isTemplateEnabledLayout: () => boolean;
|
36
74
|
isAdvancedModeActivated: () => boolean;
|
75
|
+
isAuthDisabled: () => boolean;
|
37
76
|
};
|
38
|
-
hooks: {
|
39
|
-
blockRemoved: {
|
40
|
-
trigger: (block: Block) => void;
|
41
|
-
subscribe: (callback: (block: Block) => void) => () => void;
|
42
|
-
};
|
43
|
-
blockCopied: {
|
44
|
-
trigger: (originalBlock: Block, newBlock: Block) => void;
|
45
|
-
subscribe: (callback: (originalBlock: Block, newBlock: Block) => void) => () => void;
|
46
|
-
};
|
47
|
-
layoutItemMoved: {
|
48
|
-
trigger: (layoutItem: LayoutItem) => void;
|
49
|
-
subscribe: (callback: (layoutItem: LayoutItem) => void) => () => void;
|
50
|
-
};
|
51
|
-
layoutPasted: {
|
52
|
-
trigger: (layoutItem: ClipboardLayoutItem) => void;
|
53
|
-
subscribe: (callback: (layoutItem: ClipboardLayoutItem) => void) => () => void;
|
54
|
-
};
|
55
|
-
};
|
56
|
-
dispose: () => void;
|
57
77
|
} & {
|
58
78
|
dispose?: () => void;
|
59
79
|
};
|