@omnia/fx 8.0.482-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/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/editorchrome/stores/EditorChromeStoreV2.d.ts +18 -4
- 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 +21 -2
- 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/{_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/stores/LayoutCanvasEditorStore.d.ts +22 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +22 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStoreV2.d.ts +22 -3
- 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
@@ -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,11 @@
|
|
1
|
+
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, QueryFilter } from "@omnia/fx-models";
|
2
|
+
import { DefineProp, DefineVModel } from "@omnia/fx/ux";
|
3
|
+
type ConditionControlProps<T = QueryFilter> = DefineVModel<"", Array<T>, true> & DefineProp<"propertyItems", Array<EnterprisePropertyDefinition>, false> & DefineProp<"externalPropertyItems", Array<ExternalPropertySelectionItem>, false>;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ConditionControlProps<QueryFilter>> & {
|
5
|
+
"onUpdate:modelValue"?: (value: QueryFilter[]) => any;
|
6
|
+
} & {
|
7
|
+
"v-slots"?: {} & Omit<{
|
8
|
+
default?: import("vue").Slot;
|
9
|
+
}, never>;
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "emit:update:modelValue" | "propertyItems" | "externalPropertyItems"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
|
+
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;
|
@@ -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;
|
@@ -323,9 +323,9 @@ declare const _default: {
|
|
323
323
|
hideTab?: Boolean;
|
324
324
|
hideGroupTypeSelection?: Boolean;
|
325
325
|
hideUserTypeSelection?: Boolean;
|
326
|
+
showSelectedIdentities?: Boolean;
|
326
327
|
displayIdentityType?: Boolean;
|
327
328
|
enableSpecialUser?: ISpecialUserConfiguration;
|
328
|
-
showSelectedIdentities?: Boolean;
|
329
329
|
isClosed?: Boolean;
|
330
330
|
}>, "onRemove" | "onDoc$" | "onAdd" | "onCloseDialog"> & {
|
331
331
|
onRemove?: (identity: Identity) => any;
|
@@ -310,12 +310,12 @@ declare const _default: {
|
|
310
310
|
hideDynamicGroupSelection?: boolean;
|
311
311
|
singleLine?: boolean;
|
312
312
|
attachToParent?: boolean;
|
313
|
-
keepSelectionMenu?: boolean;
|
314
313
|
disabledIdentities?: Identity[];
|
315
314
|
blockedIdentities?: Identity[];
|
316
315
|
hideTab?: boolean;
|
317
316
|
hideGroupTypeSelection?: boolean;
|
318
317
|
hideUserTypeSelection?: boolean;
|
318
|
+
keepSelectionMenu?: boolean;
|
319
319
|
onMenuToggle?: (value: boolean) => void;
|
320
320
|
}>, "onSelect" | "onDoc$"> & {
|
321
321
|
onSelect?: (value: Identity) => any;
|
@@ -54,5 +54,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
54
54
|
"v-slots"?: {} & Omit<{
|
55
55
|
default?: import("vue").Slot;
|
56
56
|
}, never>;
|
57
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "type" | "top" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "identityStore" | "disabled" | "location" | "modelValue" | "emit:update:modelValue" | "v-model" | "hideDynamicGroupSelection" | "attachToParent" | "
|
57
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "type" | "top" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "identityStore" | "disabled" | "location" | "modelValue" | "emit:update:modelValue" | "v-model" | "hideDynamicGroupSelection" | "attachToParent" | "disabledIdentities" | "blockedIdentities" | "hideTab" | "hideGroupTypeSelection" | "hideUserTypeSelection" | "displayIdentityType" | "enableSpecialUser" | "keepSelectionMenu" | "emit:identityChanged"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
58
58
|
export default _default;
|
@@ -74,5 +74,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
74
74
|
"v-slots"?: {} & Omit<{
|
75
75
|
default?: import("vue").Slot;
|
76
76
|
}, never>;
|
77
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "type" | "top" | "label" | "variant" | "required" | "description" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "identityStore" | "dense" | "multiple" | "disabled" | "modelValue" | "emit:update:modelValue" | "v-model" | "ariaInvalid" | "ariaDescribedby" | "hideDynamicGroupSelection" | "singleLine" | "attachToParent" | "
|
77
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "type" | "top" | "label" | "variant" | "required" | "description" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "identityStore" | "dense" | "multiple" | "disabled" | "modelValue" | "emit:update:modelValue" | "v-model" | "ariaInvalid" | "ariaDescribedby" | "hideDynamicGroupSelection" | "singleLine" | "attachToParent" | "disabledIdentities" | "blockedIdentities" | "hideTab" | "hideGroupTypeSelection" | "hideUserTypeSelection" | "displayIdentityType" | "enableSpecialUser" | "keepSelectionMenu" | "showCurrentUserOption" | "autoOpenSelection" | "emit:menuToggle"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
78
78
|
export default _default;
|
@@ -391,15 +391,15 @@ declare const _default: {
|
|
391
391
|
ariaDescribedby?: string;
|
392
392
|
hideDynamicGroupSelection?: boolean;
|
393
393
|
singleLine?: boolean;
|
394
|
-
keepSelectionMenu?: boolean;
|
395
|
-
showCurrentUserOption?: boolean;
|
396
|
-
autoOpenSelection?: boolean;
|
397
394
|
disabledIdentities?: Identity[];
|
398
395
|
blockedIdentities?: Identity[];
|
399
396
|
hideTab?: boolean;
|
400
397
|
hideGroupTypeSelection?: boolean;
|
401
398
|
hideUserTypeSelection?: boolean;
|
402
399
|
showSelectedIdentities?: boolean;
|
400
|
+
keepSelectionMenu?: boolean;
|
401
|
+
showCurrentUserOption?: boolean;
|
402
|
+
autoOpenSelection?: boolean;
|
403
403
|
onMenuToggle?: (value: boolean) => void;
|
404
404
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
405
405
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
@@ -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
@@ -11,6 +11,7 @@ export declare function useDefineLayoutEditorCanvas(settings: LayoutEditorCanvas
|
|
11
11
|
registration: EditorChromeConfiguration;
|
12
12
|
editorCanvasStore: {
|
13
13
|
state: {
|
14
|
+
compatibilityMode: boolean;
|
14
15
|
layout: {
|
15
16
|
definition: import("@omnia/fx-models").LayoutDefinition;
|
16
17
|
ownerLayoutItemsOverride: import("@omnia/fx-models").LayoutItem[];
|
@@ -76,9 +77,10 @@ export declare function useDefineLayoutEditorCanvas(settings: LayoutEditorCanvas
|
|
76
77
|
editorMode: import("@omnia/fx-models").LayoutCanvasMode;
|
77
78
|
id: guid;
|
78
79
|
settings: {
|
79
|
-
showGrid: boolean;
|
80
80
|
authDisabled: boolean;
|
81
|
+
breakpointSettingsEnabled: boolean;
|
81
82
|
};
|
83
|
+
drawerMode: "settings" | "layout-structure" | "clipboard";
|
82
84
|
selected: {
|
83
85
|
layoutItem: import("@omnia/fx-models").LayoutItem;
|
84
86
|
clipBoardItem: import("@omnia/fx-models").ClipboardLayoutItem;
|
@@ -90,24 +92,38 @@ export declare function useDefineLayoutEditorCanvas(settings: LayoutEditorCanvas
|
|
90
92
|
};
|
91
93
|
};
|
92
94
|
actions: import("../../mobile").StoreReturnDefineAction<{
|
95
|
+
scrollToLayoutItem: (item: import("@omnia/fx-models").LayoutItem) => void;
|
93
96
|
selection: () => import("../../mobile").StoreReturnDefineAction<{
|
94
97
|
removeSelectedLayoutItem: () => void;
|
95
98
|
setSelectedLayoutItem: (item: import("@omnia/fx-models").LayoutItem, toggleSettings: boolean) => void;
|
96
99
|
}>;
|
100
|
+
enableDisplayBreakpointSettings: (enable: boolean) => void;
|
97
101
|
block: () => {
|
98
102
|
set: {
|
99
103
|
suggestedBlocks: (blocks: string[]) => void;
|
100
104
|
};
|
101
105
|
ensureRemoveDeletedBlocks: (layout: import("@omnia/fx-models").Layout) => void;
|
102
106
|
};
|
107
|
+
show: () => import("../../mobile").StoreReturnDefineAction<{
|
108
|
+
showPanel: (panelType: "settings" | "layout-structure" | "clipboard", toggle: boolean) => void;
|
109
|
+
settingsPanel: (toggle: boolean) => void;
|
110
|
+
layoutStructurePanel: (toggle: boolean) => void;
|
111
|
+
clipboardPanel: (toggle: boolean) => void;
|
112
|
+
}>;
|
103
113
|
layout: () => import("../../mobile").StoreReturnDefineAction<{
|
104
114
|
addItem: (itemreference: import("@omnia/fx-models").AddItemToLayoutPayLoad) => void;
|
115
|
+
changeSectionType: (section: import("@omnia/fx-models").Section, type: import("@omnia/fx-models").SectionTypes) => void;
|
105
116
|
}>;
|
106
|
-
|
117
|
+
configureDrawer: (header: {
|
118
|
+
icon?: import("@omnia/fx-models").IIcon;
|
119
|
+
title?: string;
|
120
|
+
enabled?: boolean;
|
121
|
+
}, customScroll?: boolean) => void;
|
107
122
|
setEditorMode: (mode: import("@omnia/fx-models").LayoutCanvasMode) => void;
|
108
123
|
init: (canvasStore: ReturnType<typeof useLayoutCanvasStore>, editorChromeStoreRef: ReturnType<typeof useEditorChromeStore>) => void;
|
109
124
|
}>;
|
110
125
|
get: {
|
126
|
+
settingsDefinitions: import("../..").LayoutDefinitionBuilder;
|
111
127
|
layout: {
|
112
128
|
active: () => import("@omnia/fx-models").Layout;
|
113
129
|
};
|
@@ -117,6 +133,9 @@ export declare function useDefineLayoutEditorCanvas(settings: LayoutEditorCanvas
|
|
117
133
|
};
|
118
134
|
};
|
119
135
|
rules: {
|
136
|
+
isSettingsActive: () => boolean;
|
137
|
+
isLayoutStructureActive: () => boolean;
|
138
|
+
isClipboardActive: () => boolean;
|
120
139
|
activeItem: {
|
121
140
|
isSection(): boolean;
|
122
141
|
};
|
@@ -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
|
};
|
@@ -1,10 +1,8 @@
|
|
1
|
-
import { ITheming } from "internal/fx/ux/theming";
|
2
1
|
/**
|
3
2
|
* Styles for the LayoutItemActionToolbar component
|
4
3
|
*/
|
5
4
|
export declare const LayoutItemActionToolbarStyles: {
|
6
|
-
padLockIcon:
|
7
|
-
|
8
|
-
|
9
|
-
toolBarPosition: string;
|
5
|
+
padLockIcon: import("@omnia/fx/ux").StylexValue;
|
6
|
+
itemContainer: (vertically: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
toolBarPosition: Readonly<import("@omnia/fx/ux").StylexValue>;
|
10
8
|
};
|