@omnia/fx 8.0.482-dev → 8.0.484-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/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 +16 -0
- package/internal-do-not-import-from-here/ux/conditioncontrol/loc/Localize.d.ts +16 -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/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_testSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +19 -7
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
- 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 +36 -4
- 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/LayoutItemActionToolbarStyles.css.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +3 -2
- 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/settings/block/Targeting.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting_old.d.ts +16 -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.d.ts +6 -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 +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasEditorStore.d.ts +36 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +37 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStoreV2.d.ts +42 -5
- 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/logoomnia/LogoOmnia.d.ts +9 -0
- 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/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +0 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +315 -319
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/editorchrome/toolbars/LeftPanelToolbar.d.ts +0 -7
- 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/block/Spacing.d.ts → settings/block/Css_old.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/Style.d.ts → settings/block/Header_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Targeting.d.ts → settings/block/Spacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/Targeting.d.ts → settings/block/Style.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/section/Spacing.d.ts → settings/layoutclipboard/LayoutClipboard_old.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 → 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
- /package/internal-do-not-import-from-here/ux/{editor/use → use}/UseBlockMigration.d.ts +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['e0d8cdbf-5683-4f1b-883b-da203e8193a4']","content":{"./node_modules/@omnia/fx/ux/editor/index.js":{"id":"9a97c476-5a09-4522-b16d-db752dc06c7e","buildMeta":{"exportsType":"namespace"},"expo.js":["
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['e0d8cdbf-5683-4f1b-883b-da203e8193a4']","content":{"./node_modules/@omnia/fx/ux/editor/index.js":{"id":"9a97c476-5a09-4522-b16d-db752dc06c7e","buildMeta":{"exportsType":"namespace"},"expo.js":["defineJourneyMenuSettings","useBlockJourneyMenuSettings","useDefineLayoutEditorCanvas","useJourneyMenuSettingsStore"]}}}
|
@@ -23,5 +23,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
23
23
|
"v-slots"?: {} & Omit<{
|
24
24
|
default?: import("vue").Slot;
|
25
25
|
}, never>;
|
26
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "emit:click:
|
26
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "emit:click:select" | "emit:click:add" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
27
27
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts
CHANGED
@@ -15,6 +15,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
15
15
|
toned?: boolean;
|
16
16
|
} & {
|
17
17
|
customStyling?: boolean;
|
18
|
+
} & {
|
19
|
+
showSlots?: boolean;
|
18
20
|
} & {
|
19
21
|
blueprints?: ButtonBlueprints;
|
20
22
|
} & {
|
@@ -27,5 +29,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
27
29
|
"v-slots"?: {} & Omit<{
|
28
30
|
default?: import("vue").Slot;
|
29
31
|
}, never>;
|
30
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "placeholder" | "sampleText" | "
|
32
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "placeholder" | "sampleText" | "customStyling" | "showSlots" | "baseStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
31
33
|
export default _default;
|
@@ -5,9 +5,12 @@ export interface ButtonType {
|
|
5
5
|
}
|
6
6
|
export declare const useButtonStylePickerStore: () => {
|
7
7
|
state: {
|
8
|
-
showSelectionMenu: boolean;
|
9
8
|
internalModel: ButtonBlueprint | ButtonBlueprintVariant;
|
9
|
+
showSelectionMenu: boolean;
|
10
10
|
isIcon: boolean;
|
11
|
+
settings: {
|
12
|
+
showSlots: boolean;
|
13
|
+
};
|
11
14
|
customDefinitionModel: ButtonBlueprint;
|
12
15
|
velcronDefinition: VelcronAppDefinition<object>;
|
13
16
|
blueprints: ButtonBlueprints;
|
@@ -26,7 +29,8 @@ export declare const useButtonStylePickerStore: () => {
|
|
26
29
|
};
|
27
30
|
rules: {
|
28
31
|
isDefaultBlueprint: (button: ButtonType) => boolean;
|
29
|
-
|
32
|
+
isPlaceholder: (button: ButtonType) => boolean;
|
33
|
+
hideSlot: (button: ButtonType) => boolean;
|
30
34
|
};
|
31
35
|
dataTypes: {
|
32
36
|
itemTypes: ButtonType[];
|
@@ -27,6 +27,9 @@ declare const _default: {
|
|
27
27
|
variant: {
|
28
28
|
type: import("vue").PropType<Variant>;
|
29
29
|
};
|
30
|
+
showSlots: {
|
31
|
+
type: import("vue").PropType<boolean>;
|
32
|
+
};
|
30
33
|
themeDefinition: {
|
31
34
|
type: import("vue").PropType<ResolvedThemeDefinition>;
|
32
35
|
};
|
@@ -166,6 +169,9 @@ declare const _default: {
|
|
166
169
|
variant: {
|
167
170
|
type: import("vue").PropType<Variant>;
|
168
171
|
};
|
172
|
+
showSlots: {
|
173
|
+
type: import("vue").PropType<boolean>;
|
174
|
+
};
|
169
175
|
themeDefinition: {
|
170
176
|
type: import("vue").PropType<ResolvedThemeDefinition>;
|
171
177
|
};
|
@@ -298,6 +304,9 @@ declare const _default: {
|
|
298
304
|
variant: {
|
299
305
|
type: import("vue").PropType<Variant>;
|
300
306
|
};
|
307
|
+
showSlots: {
|
308
|
+
type: import("vue").PropType<boolean>;
|
309
|
+
};
|
301
310
|
themeDefinition: {
|
302
311
|
type: import("vue").PropType<ResolvedThemeDefinition>;
|
303
312
|
};
|
@@ -488,6 +497,7 @@ declare const _default: {
|
|
488
497
|
toned?: boolean;
|
489
498
|
placeholder?: string;
|
490
499
|
enableDynamicColor?: boolean;
|
500
|
+
showSlots?: boolean;
|
491
501
|
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
492
502
|
customSchema?: boolean;
|
493
503
|
showDynamicSchemaIfEmpty?: boolean;
|
@@ -15,6 +15,7 @@ export declare const useColorSchemaPickerStore: () => {
|
|
15
15
|
customSchema: boolean;
|
16
16
|
enableDynamicColor: boolean;
|
17
17
|
schemaTitle: string;
|
18
|
+
showSlots: boolean;
|
18
19
|
};
|
19
20
|
};
|
20
21
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
@@ -37,6 +38,7 @@ export declare const useColorSchemaPickerStore: () => {
|
|
37
38
|
rules: {
|
38
39
|
isSelected: (schemaType: ColorSchemaType | ColorSchema) => boolean;
|
39
40
|
isPlaceholder: (schemaType: ColorSchemaType | ColorSchema) => boolean;
|
41
|
+
hideSlot: (schemaType: ColorSchemaType | ColorSchema) => boolean;
|
40
42
|
};
|
41
43
|
} & {
|
42
44
|
dispose?: () => void;
|
@@ -17,6 +17,9 @@ declare const _default: {
|
|
17
17
|
individualBorderWidthSelection: {
|
18
18
|
type: import("vue").PropType<boolean>;
|
19
19
|
};
|
20
|
+
showSlots: {
|
21
|
+
type: import("vue").PropType<boolean>;
|
22
|
+
};
|
20
23
|
allowCustom: {
|
21
24
|
type: import("vue").PropType<boolean>;
|
22
25
|
};
|
@@ -127,6 +130,9 @@ declare const _default: {
|
|
127
130
|
individualBorderWidthSelection: {
|
128
131
|
type: import("vue").PropType<boolean>;
|
129
132
|
};
|
133
|
+
showSlots: {
|
134
|
+
type: import("vue").PropType<boolean>;
|
135
|
+
};
|
130
136
|
allowCustom: {
|
131
137
|
type: import("vue").PropType<boolean>;
|
132
138
|
};
|
@@ -229,6 +235,9 @@ declare const _default: {
|
|
229
235
|
individualBorderWidthSelection: {
|
230
236
|
type: import("vue").PropType<boolean>;
|
231
237
|
};
|
238
|
+
showSlots: {
|
239
|
+
type: import("vue").PropType<boolean>;
|
240
|
+
};
|
232
241
|
allowCustom: {
|
233
242
|
type: import("vue").PropType<boolean>;
|
234
243
|
};
|
@@ -392,6 +401,7 @@ declare const _default: {
|
|
392
401
|
"onUpdate:modelValue"?: (value: ContainerFillValue) => any | void;
|
393
402
|
"v-model"?: ContainerFillValue;
|
394
403
|
toned?: boolean;
|
404
|
+
showSlots?: boolean;
|
395
405
|
individualRadiusSelection?: boolean;
|
396
406
|
individualBorderWidthSelection?: boolean;
|
397
407
|
allowCustom?: boolean;
|
@@ -19,5 +19,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
19
19
|
} & Omit<{
|
20
20
|
default?: import("vue").Slot;
|
21
21
|
}, "activator">;
|
22
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "emit:update:modelValue" | "v-model" | "slot:activator" | "emit:click:
|
22
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "emit:update:modelValue" | "v-model" | "slot:activator" | "emit:click:select" | "emit:click:add" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
23
23
|
export default _default;
|
@@ -12,6 +12,7 @@ export declare const useContainerFillPickerStore: () => {
|
|
12
12
|
};
|
13
13
|
settings: {
|
14
14
|
customSchema: boolean;
|
15
|
+
showSlots: boolean;
|
15
16
|
};
|
16
17
|
};
|
17
18
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
@@ -29,6 +30,7 @@ export declare const useContainerFillPickerStore: () => {
|
|
29
30
|
rules: {
|
30
31
|
isSelected: (value: ContainerFillValue) => boolean;
|
31
32
|
isPlaceholder: (value: ContainerFillValue) => boolean;
|
33
|
+
hideSlot: (value: ContainerFillValue) => boolean;
|
32
34
|
hasCustomFill: () => import("@omnia/fx-models").BorderStylingDefinition | (import("@omnia/fx-models").ColorValue | import("@omnia/fx-models").ColorGradientValue)[];
|
33
35
|
showColorSchemaPicker: () => boolean;
|
34
36
|
};
|
package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts
CHANGED
@@ -25,6 +25,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
25
25
|
previewIcon?: IIcon;
|
26
26
|
} & {
|
27
27
|
customStyling?: boolean;
|
28
|
+
} & {
|
29
|
+
showSlots?: boolean;
|
28
30
|
} & DefineSlot<"activator", () => VNodeChild> & DefineEmit<"colorSchemaChanged", (colorSchema: ColorSchemaType) => void>> & {
|
29
31
|
"onUpdate:modelValue"?: (value: BlueprintVariant | HeaderBlueprint) => any;
|
30
32
|
onColorSchemaChanged?: (colorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
|
@@ -34,5 +36,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
34
36
|
} & Omit<{
|
35
37
|
default?: import("vue").Slot;
|
36
38
|
}, "activator">;
|
37
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "dynamicColorSchema" | "variant" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "slot:activator" | "
|
39
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "dynamicColorSchema" | "variant" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "slot:activator" | "customStyling" | "showSlots" | "baseStrategy" | "previewTitle" | "previewIcon" | "emit:colorSchemaChanged"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
38
40
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { HorizontalAlignments, VerticalAlignments } from "@omnia/fx-models";
|
2
|
-
export declare const
|
2
|
+
export declare const HeaderRendererStyles: {
|
3
3
|
positionY: (verticalPosition: VerticalAlignments, horizontalPosition: HorizontalAlignments, heigth: number) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -14,6 +14,9 @@ export declare const useHeaderPickerStore: () => {
|
|
14
14
|
selectedBlueprint: HeaderBlueprint;
|
15
15
|
hasSelection: boolean;
|
16
16
|
baseStrategy: BlueprintsStrategyBase;
|
17
|
+
settings: {
|
18
|
+
showSlots: boolean;
|
19
|
+
};
|
17
20
|
};
|
18
21
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
19
22
|
setPreviewIcon: (icon: IIcon) => void;
|
@@ -27,12 +30,13 @@ export declare const useHeaderPickerStore: () => {
|
|
27
30
|
getFormattedName: (blueprint: HeaderBlueprint, variant: BlueprintVariant) => string | MultilingualString;
|
28
31
|
blueprint: {
|
29
32
|
fallbackBlueprint: (variant: BlueprintVariant) => any;
|
30
|
-
byVariant: (type: BlueprintVariant) =>
|
33
|
+
byVariant: (type: BlueprintVariant) => HeaderBlueprint;
|
31
34
|
};
|
32
35
|
};
|
33
36
|
rules: {
|
34
37
|
isDefaultBlueprint: (variant: BlueprintVariant) => boolean;
|
35
|
-
|
38
|
+
isPlaceholder: (variant: BlueprintVariant) => boolean;
|
39
|
+
hideSlot: (variant: BlueprintVariant) => boolean;
|
36
40
|
};
|
37
41
|
dataTypes: {
|
38
42
|
itemTypes: BlueprintVariant[];
|
@@ -21,5 +21,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
21
21
|
"v-slots"?: {} & Omit<{
|
22
22
|
default?: import("vue").Slot;
|
23
23
|
}, never>;
|
24
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "
|
24
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "customStyling" | "baseStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
25
|
export default _default;
|
@@ -13,6 +13,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
13
13
|
blueprints?: TabsBlueprints;
|
14
14
|
} & {
|
15
15
|
baseStrategy?: BlueprintsStrategyBase;
|
16
|
+
} & {
|
17
|
+
showSlots?: boolean;
|
16
18
|
} & {
|
17
19
|
customStyling?: boolean;
|
18
20
|
}> & {
|
@@ -21,5 +23,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
21
23
|
"v-slots"?: {} & Omit<{
|
22
24
|
default?: import("vue").Slot;
|
23
25
|
}, never>;
|
24
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "
|
26
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "customStyling" | "showSlots" | "baseStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
27
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStylePickerStore.d.ts
CHANGED
@@ -9,6 +9,9 @@ export declare const useTabStylePickerStore: () => {
|
|
9
9
|
internalModel: BlueprintVariant | TabsBlueprint;
|
10
10
|
blueprints: TabsBlueprints;
|
11
11
|
baseStrategy: BlueprintsStrategyBase;
|
12
|
+
settings: {
|
13
|
+
showSlots: boolean;
|
14
|
+
};
|
12
15
|
};
|
13
16
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
14
17
|
selectItem(value: TabsBlueprint | BlueprintVariant): void;
|
@@ -22,7 +25,8 @@ export declare const useTabStylePickerStore: () => {
|
|
22
25
|
};
|
23
26
|
rules: {
|
24
27
|
isDefaultBlueprint: (variant: BlueprintVariant) => boolean;
|
25
|
-
|
28
|
+
isPlaceholder: (variant: BlueprintVariant) => boolean;
|
29
|
+
hideSlot: (variant: BlueprintVariant) => boolean;
|
26
30
|
};
|
27
31
|
dataTypes: {
|
28
32
|
itemTypes: BlueprintVariant[];
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
2
|
+
import { VNodeChild } from "vue";
|
3
|
+
import { ConditionDefinition } from "../../models/ConditionDefinition";
|
4
|
+
type ConditionControlProps = DefineVModel<"", Array<ConditionDefinition>, true> & DefineSlot<"selectionRenderer", (item: ConditionDefinition) => VNodeChild> & DefineSlot<"displayRenderer", (item: ConditionDefinition) => VNodeChild> & DefineSlot<"editRenderer", (item: ConditionDefinition) => VNodeChild>;
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ConditionControlProps> & {
|
6
|
+
"onUpdate:modelValue"?: (value: ConditionDefinition[]) => any;
|
7
|
+
} & {
|
8
|
+
"v-slots"?: {
|
9
|
+
selectionRenderer?: (item: ConditionDefinition) => VNodeChild;
|
10
|
+
displayRenderer?: (item: ConditionDefinition) => VNodeChild;
|
11
|
+
editRenderer?: (item: ConditionDefinition) => VNodeChild;
|
12
|
+
} & Omit<{
|
13
|
+
default?: import("vue").Slot;
|
14
|
+
}, "selectionRenderer" | "displayRenderer" | "editRenderer">;
|
15
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "emit:update:modelValue" | "slot:selectionRenderer" | "slot:displayRenderer" | "slot:editRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
16
|
+
export default _default;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export declare namespace ConditionControlLocalization {
|
2
|
+
const namespace = "Omnia.Ux.ConditionControl";
|
3
|
+
interface locInterface {
|
4
|
+
Button: {
|
5
|
+
Add: string;
|
6
|
+
AddProperty: string;
|
7
|
+
FilterValues: {
|
8
|
+
Add: string;
|
9
|
+
Edit: string;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
SelectionBlade: {
|
13
|
+
Title: "Select property";
|
14
|
+
};
|
15
|
+
}
|
16
|
+
}
|
@@ -11,6 +11,7 @@ export declare function useDefineEditorChromeTestSetup(editorStore: ReturnType<t
|
|
11
11
|
toggleGrid: ChromeActionItem;
|
12
12
|
};
|
13
13
|
footer: {
|
14
|
+
settingsTab: ChromeActionItem;
|
14
15
|
active: ChromeActionItem;
|
15
16
|
noToggle: ChromeActionItem;
|
16
17
|
hideOnClick: ChromeActionItem;
|
@@ -21,7 +22,6 @@ export declare function useDefineEditorChromeTestSetup(editorStore: ReturnType<t
|
|
21
22
|
extendedButton3: ChromeActionItem;
|
22
23
|
};
|
23
24
|
drawer: {
|
24
|
-
settingsTab: ChromeActionItem;
|
25
25
|
drawerToolbarSettings: ChromeActionItem;
|
26
26
|
drawerToolbarPreview: ChromeActionItem;
|
27
27
|
drawerToolbarNoToggle: ChromeActionItem;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
2
|
import { ChromeActionItem } from "@omnia/fx-models";
|
3
|
-
type ToolbarButtonProps = DefinePropTheming & DefineProp<"action", ChromeActionItem> & DefineProp<"position", "topBar" | "bottomBar" | "rightBar"> & DefineProp<"border", "left" | "right" | "left right" | "bottom">;
|
3
|
+
type ToolbarButtonProps = DefinePropTheming & DefineProp<"action", ChromeActionItem> & DefineProp<"alignHeader", boolean> & DefineProp<"position", "topBar" | "bottomBar" | "rightBar"> & DefineProp<"border", "left" | "right" | "left right" | "bottom">;
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ToolbarButtonProps> & {} & {
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "border" | "position" | "colorSchemaType" | "colors" | "action"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "border" | "position" | "colorSchemaType" | "colors" | "action" | "alignHeader"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DisplayBreakpointTypes, guid, EditorChromeConfiguration, NotificationMessage } from "@omnia/fx-models";
|
1
|
+
import { DisplayBreakpointTypes, guid, EditorChromeConfiguration, NotificationMessage, IIcon } from "@omnia/fx-models";
|
2
2
|
export declare const useEditorChromeStore: () => {
|
3
3
|
state: {
|
4
4
|
finishedLoading: boolean;
|
@@ -11,6 +11,12 @@ export declare const useEditorChromeStore: () => {
|
|
11
11
|
right: {
|
12
12
|
enabled: boolean;
|
13
13
|
show: boolean;
|
14
|
+
customScroll: boolean;
|
15
|
+
header: {
|
16
|
+
enabled: boolean;
|
17
|
+
icon: IIcon;
|
18
|
+
title: string;
|
19
|
+
};
|
14
20
|
};
|
15
21
|
};
|
16
22
|
configuration: {
|
@@ -51,6 +57,7 @@ export declare const useEditorChromeStore: () => {
|
|
51
57
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
52
58
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
53
59
|
scroll: () => void;
|
60
|
+
setDisableScrolling: (disable: boolean) => void;
|
54
61
|
calculateDynamicHeight: () => void;
|
55
62
|
setHeight: (height: string) => void;
|
56
63
|
setWidth: (width: string) => void;
|
@@ -137,14 +144,21 @@ export declare const useEditorChromeStore: () => {
|
|
137
144
|
};
|
138
145
|
drawers: () => {
|
139
146
|
left: {
|
140
|
-
|
147
|
+
show: (value: boolean) => void;
|
148
|
+
toggle: () => void;
|
141
149
|
};
|
142
150
|
right: {
|
151
|
+
configure: (header: {
|
152
|
+
icon?: IIcon;
|
153
|
+
title?: string;
|
154
|
+
enabled?: boolean;
|
155
|
+
}, customScroll?: boolean) => void;
|
143
156
|
toolbar: {
|
144
|
-
|
157
|
+
enable: (value: boolean) => void;
|
145
158
|
};
|
146
159
|
syncButtons: (currentId: guid) => void;
|
147
|
-
toggle: (
|
160
|
+
toggle: () => void;
|
161
|
+
show: (value: boolean) => void;
|
148
162
|
};
|
149
163
|
};
|
150
164
|
init: () => void;
|
@@ -157,9 +171,7 @@ export declare const useEditorChromeStore: () => {
|
|
157
171
|
count: () => number;
|
158
172
|
};
|
159
173
|
};
|
160
|
-
rules: {
|
161
|
-
hasLeftDrawerActions: () => boolean;
|
162
|
-
};
|
174
|
+
rules: {};
|
163
175
|
} & {
|
164
176
|
dispose?: () => void;
|
165
177
|
};
|
@@ -15,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<EnterprisePr
|
|
15
15
|
} & Omit<{
|
16
16
|
default?: import("vue").Slot;
|
17
17
|
}, "selection">;
|
18
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "required" | "multiple" | "disabled" | "hideDetails" | "
|
18
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "required" | "multiple" | "disabled" | "hideDetails" | "emit:click:delete" | "slot:selection" | "emit:change" | "preSelectedPropertyInternalName" | "propertyItems" | "externalPropertyItems" | "excludedPropertyTypeIds" | "allowDuplicate"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
19
|
export default _default;
|
@@ -8,7 +8,7 @@ type BladeMenuElement = (props: Omit<ConstructComponentProps<JourneyMenuProps>,
|
|
8
8
|
export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(bladeId: guid, renderer?: (blade: BladeElement) => VNodeChild, disableAutoRefCurrentComponent?: boolean): {
|
9
9
|
readonly Blade: BladeElement;
|
10
10
|
readonly Menu: BladeMenuElement;
|
11
|
-
readonly ManageList: typeof o.list
|
11
|
+
readonly ManageList: typeof o.list;
|
12
12
|
readonly ManageDataTable: typeof o.data.table;
|
13
13
|
id: guid;
|
14
14
|
readonly route: TRoute;
|
@@ -25,5 +25,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
25
25
|
}> | ((ref: {
|
26
26
|
journeyStore: ReturnType<typeof useJourneyStore>;
|
27
27
|
}) => void);
|
28
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "items" | "ref" | "slot:item" | "
|
28
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "items" | "ref" | "slot:item" | "slot:append" | "getApi" | "onCreate"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
29
29
|
export default _default;
|
@@ -82,6 +82,7 @@ export declare const useJourneyStore: () => {
|
|
82
82
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
83
83
|
actions: StoreReturnDefineAction<{
|
84
84
|
scroll: () => void;
|
85
|
+
setDisableScrolling: (disable: boolean) => void;
|
85
86
|
calculateDynamicHeight: () => void;
|
86
87
|
setHeight: (height: string) => void;
|
87
88
|
setWidth: (width: string) => void;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts
CHANGED
@@ -3,6 +3,7 @@ import { useEditorChromeStore } from "../../editorchrome";
|
|
3
3
|
import { useLayoutCanvasStore } from "../..";
|
4
4
|
export interface LayoutEditorCanvasSettings {
|
5
5
|
blockProvider?: string;
|
6
|
+
deisgnModes?: "design" | "write" | "design preview" | "write preview" | "design write" | "design write preview";
|
6
7
|
chromeStore: ReturnType<typeof useEditorChromeStore>;
|
7
8
|
mediaContext?: ILayoutMediaContext;
|
8
9
|
fileContext?: ILayoutFileContext;
|
@@ -11,6 +12,7 @@ export declare function useDefineLayoutEditorCanvas(settings: LayoutEditorCanvas
|
|
11
12
|
registration: EditorChromeConfiguration;
|
12
13
|
editorCanvasStore: {
|
13
14
|
state: {
|
15
|
+
compatibilityMode: boolean;
|
14
16
|
layout: {
|
15
17
|
definition: import("@omnia/fx-models").LayoutDefinition;
|
16
18
|
ownerLayoutItemsOverride: import("@omnia/fx-models").LayoutItem[];
|
@@ -76,9 +78,10 @@ export declare function useDefineLayoutEditorCanvas(settings: LayoutEditorCanvas
|
|
76
78
|
editorMode: import("@omnia/fx-models").LayoutCanvasMode;
|
77
79
|
id: guid;
|
78
80
|
settings: {
|
79
|
-
showGrid: boolean;
|
80
81
|
authDisabled: boolean;
|
82
|
+
breakpointSettingsEnabled: boolean;
|
81
83
|
};
|
84
|
+
drawerMode: "settings" | "layout-structure" | "clipboard";
|
82
85
|
selected: {
|
83
86
|
layoutItem: import("@omnia/fx-models").LayoutItem;
|
84
87
|
clipBoardItem: import("@omnia/fx-models").ClipboardLayoutItem;
|
@@ -90,24 +93,50 @@ export declare function useDefineLayoutEditorCanvas(settings: LayoutEditorCanvas
|
|
90
93
|
};
|
91
94
|
};
|
92
95
|
actions: import("../../mobile").StoreReturnDefineAction<{
|
96
|
+
scrollToLayoutItem: (item: import("@omnia/fx-models").LayoutItem) => void;
|
93
97
|
selection: () => import("../../mobile").StoreReturnDefineAction<{
|
94
|
-
|
95
|
-
|
98
|
+
execActiveAction: (container: import("@omnia/fx-models").LayoutItem, siblingId?: string, postInsert?: boolean) => void;
|
99
|
+
toggleActiveAction: (item: import("@omnia/fx-models").LayoutItem | import("@omnia/fx-models").ClipboardLayoutItem, action: import("@omnia/fx-models").LayoutItemActionState) => void;
|
100
|
+
removeActiveAction: () => void;
|
101
|
+
removeLayoutItemSelection: () => void;
|
102
|
+
setLayoutItem: (item: import("@omnia/fx-models").LayoutItem, settingsPanelAction?: "toggle" | "show" | "hide") => void;
|
96
103
|
}>;
|
104
|
+
enableDisplayBreakpointSettings: (enable: boolean) => void;
|
97
105
|
block: () => {
|
98
106
|
set: {
|
99
107
|
suggestedBlocks: (blocks: string[]) => void;
|
100
108
|
};
|
101
109
|
ensureRemoveDeletedBlocks: (layout: import("@omnia/fx-models").Layout) => void;
|
102
110
|
};
|
111
|
+
show: () => import("../../mobile").StoreReturnDefineAction<{
|
112
|
+
settingsPanel: (action: "show" | "hide" | "toggle") => void;
|
113
|
+
layoutStructurePanel: (action: "show" | "hide" | "toggle") => void;
|
114
|
+
clipboardPanel: (action: "show" | "hide" | "toggle") => void;
|
115
|
+
}>;
|
103
116
|
layout: () => import("../../mobile").StoreReturnDefineAction<{
|
117
|
+
copyItem: (item2Copy: import("@omnia/fx-models").LayoutItem, container: import("@omnia/fx-models").LayoutItem, siblingId?: string, postInsert?: boolean) => import("../..").CopiedLayoutItemResult;
|
118
|
+
moveItem: (item2Move: import("@omnia/fx-models").LayoutItem, container: import("@omnia/fx-models").LayoutItem, siblingId?: string, postInsert?: boolean) => void;
|
104
119
|
addItem: (itemreference: import("@omnia/fx-models").AddItemToLayoutPayLoad) => void;
|
120
|
+
insertClipboardItem: (clipboard: import("@omnia/fx-models").ClipboardLayoutItem, container: import("@omnia/fx-models").LayoutItem, siblingId?: string, postInsert?: boolean) => import("../..").CopiedLayoutItemResult;
|
121
|
+
deleteItem: (itemreference: import("@omnia/fx-models").DeleteItemFromLayoutPayLoad) => void;
|
122
|
+
changeSectionType: (section: import("@omnia/fx-models").Section, type: import("@omnia/fx-models").SectionTypes) => void;
|
105
123
|
}>;
|
106
|
-
|
124
|
+
configureDrawer: (header: {
|
125
|
+
icon?: import("@omnia/fx-models").IIcon;
|
126
|
+
title?: string;
|
127
|
+
enabled?: boolean;
|
128
|
+
}, customScroll?: boolean) => void;
|
107
129
|
setEditorMode: (mode: import("@omnia/fx-models").LayoutCanvasMode) => void;
|
130
|
+
hooks: () => import("../../mobile").StoreReturnDefineAction<{
|
131
|
+
onBlockRemoved(block: import("@omnia/fx-models").Block): void;
|
132
|
+
onLayoutItemMoved(layoutItem: import("@omnia/fx-models").LayoutItem): void;
|
133
|
+
onBlockCopiedHook(originalBlock: import("@omnia/fx-models").Block, newBlock: import("@omnia/fx-models").Block): void;
|
134
|
+
onLayoutItemPasted(layoutItem: import("@omnia/fx-models").ClipboardLayoutItem): void;
|
135
|
+
}>;
|
108
136
|
init: (canvasStore: ReturnType<typeof useLayoutCanvasStore>, editorChromeStoreRef: ReturnType<typeof useEditorChromeStore>) => void;
|
109
137
|
}>;
|
110
138
|
get: {
|
139
|
+
settingsDefinitions: import("../..").LayoutDefinitionBuilder;
|
111
140
|
layout: {
|
112
141
|
active: () => import("@omnia/fx-models").Layout;
|
113
142
|
};
|
@@ -117,6 +146,9 @@ export declare function useDefineLayoutEditorCanvas(settings: LayoutEditorCanvas
|
|
117
146
|
};
|
118
147
|
};
|
119
148
|
rules: {
|
149
|
+
isSettingsActive: () => boolean;
|
150
|
+
isLayoutStructureActive: () => boolean;
|
151
|
+
isClipboardActive: () => boolean;
|
120
152
|
activeItem: {
|
121
153
|
isSection(): boolean;
|
122
154
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { LayoutEditorCanvasApi } from "@omnia/fx-models";
|
1
|
+
import { ColorSchemaTypes, LayoutEditorCanvasApi } from "@omnia/fx-models";
|
2
2
|
import { LayoutCanvasStore } from "@omnia/fx/ux";
|
3
3
|
import "./LayoutEditorCanvas.css";
|
4
4
|
declare const _default: {
|
@@ -35,7 +35,21 @@ declare const _default: {
|
|
35
35
|
provider: {
|
36
36
|
type: import("vue").PropType<string>;
|
37
37
|
};
|
38
|
-
|
38
|
+
colorSchemaType: {
|
39
|
+
type: import("vue").PropType<ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
40
|
+
required: boolean;
|
41
|
+
};
|
42
|
+
container: {
|
43
|
+
type: BooleanConstructor;
|
44
|
+
required: boolean;
|
45
|
+
};
|
46
|
+
colors: {
|
47
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
48
|
+
required: boolean;
|
49
|
+
};
|
50
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
51
|
+
container: boolean;
|
52
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
39
53
|
P: {};
|
40
54
|
B: {};
|
41
55
|
D: {};
|
@@ -75,7 +89,21 @@ declare const _default: {
|
|
75
89
|
provider: {
|
76
90
|
type: import("vue").PropType<string>;
|
77
91
|
};
|
78
|
-
|
92
|
+
colorSchemaType: {
|
93
|
+
type: import("vue").PropType<ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
94
|
+
required: boolean;
|
95
|
+
};
|
96
|
+
container: {
|
97
|
+
type: BooleanConstructor;
|
98
|
+
required: boolean;
|
99
|
+
};
|
100
|
+
colors: {
|
101
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
102
|
+
required: boolean;
|
103
|
+
};
|
104
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
105
|
+
container: boolean;
|
106
|
+
}>;
|
79
107
|
__isFragment?: never;
|
80
108
|
__isTeleport?: never;
|
81
109
|
__isSuspense?: never;
|
@@ -112,8 +140,24 @@ declare const _default: {
|
|
112
140
|
provider: {
|
113
141
|
type: import("vue").PropType<string>;
|
114
142
|
};
|
115
|
-
|
143
|
+
colorSchemaType: {
|
144
|
+
type: import("vue").PropType<ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
145
|
+
required: boolean;
|
146
|
+
};
|
147
|
+
container: {
|
148
|
+
type: BooleanConstructor;
|
149
|
+
required: boolean;
|
150
|
+
};
|
151
|
+
colors: {
|
152
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
153
|
+
required: boolean;
|
154
|
+
};
|
155
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
156
|
+
container: boolean;
|
157
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
116
158
|
propsDefinition: Omit<Readonly<{} & {
|
159
|
+
container?: boolean;
|
160
|
+
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
117
161
|
authDisabled?: boolean;
|
118
162
|
provider?: string;
|
119
163
|
styles?: Partial<{
|
@@ -137,6 +181,7 @@ declare const _default: {
|
|
137
181
|
fixedPane: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
138
182
|
drawerWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
139
183
|
}>;
|
184
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
140
185
|
getApi?: (inst: LayoutEditorCanvasApi, layoutCanvasStore: LayoutCanvasStore) => void;
|
141
186
|
}>, never>;
|
142
187
|
};
|