@omnia/fx 8.0.133-dev → 8.0.135-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.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/blueprintTemplate/BlueprintsTemplatePicker.d.ts +98 -98
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyPicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +92 -76
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +12 -6
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/{JourneyV2.d.ts → Journey.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/journey/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/journey/docs/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3146 -3233
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +6868 -7042
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +6868 -7042
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/pickerwrapper/PickerWrapper.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/BlueprintPreview.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +54 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +251 -45
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +33 -13
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -54
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +20 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +4 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3146 -3233
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +1 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +40 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPickerStyles.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/IEnterprisePropertySetPicker.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertySetPickerStyles.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/SpacingBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/{SampleComponent.d.ts → DateTimeZonePickerExample.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{JourneyV2.css.d.ts → Journey.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview → journey}/docs/ExampleComponentsMenu.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview → journey}/docs/SampleButtons.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview/docs/SampleComponentMenu.d.ts → journey/docs/SampleComponent.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview/docs/SampleVariants.d.ts → journey/docs/SampleComponentMenu.d.ts} +0 -0
@@ -1,4 +1,4 @@
|
|
1
1
|
import { useTypographyBlueprintStore } from "../..";
|
2
2
|
export declare const SliderStyles: {
|
3
|
-
wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore
|
3
|
+
wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>, label: string) => string;
|
4
4
|
};
|
@@ -50,6 +50,12 @@ declare const _default: {
|
|
50
50
|
noThumbLabel: {
|
51
51
|
type: import("vue").PropType<boolean>;
|
52
52
|
};
|
53
|
+
"unit-label": {
|
54
|
+
type: import("vue").PropType<string>;
|
55
|
+
};
|
56
|
+
unitLabel: {
|
57
|
+
type: import("vue").PropType<string>;
|
58
|
+
};
|
53
59
|
label: {
|
54
60
|
type: import("vue").PropType<string>;
|
55
61
|
} & {
|
@@ -143,6 +149,12 @@ declare const _default: {
|
|
143
149
|
noThumbLabel: {
|
144
150
|
type: import("vue").PropType<boolean>;
|
145
151
|
};
|
152
|
+
"unit-label": {
|
153
|
+
type: import("vue").PropType<string>;
|
154
|
+
};
|
155
|
+
unitLabel: {
|
156
|
+
type: import("vue").PropType<string>;
|
157
|
+
};
|
146
158
|
label: {
|
147
159
|
type: import("vue").PropType<string>;
|
148
160
|
} & {
|
@@ -245,6 +257,12 @@ declare const _default: {
|
|
245
257
|
noThumbLabel: {
|
246
258
|
type: import("vue").PropType<boolean>;
|
247
259
|
};
|
260
|
+
"unit-label": {
|
261
|
+
type: import("vue").PropType<string>;
|
262
|
+
};
|
263
|
+
unitLabel: {
|
264
|
+
type: import("vue").PropType<string>;
|
265
|
+
};
|
248
266
|
label: {
|
249
267
|
type: import("vue").PropType<string>;
|
250
268
|
} & {
|
@@ -344,6 +362,12 @@ declare const _default: {
|
|
344
362
|
noThumbLabel: {
|
345
363
|
type: import("vue").PropType<boolean>;
|
346
364
|
};
|
365
|
+
"unit-label": {
|
366
|
+
type: import("vue").PropType<string>;
|
367
|
+
};
|
368
|
+
unitLabel: {
|
369
|
+
type: import("vue").PropType<string>;
|
370
|
+
};
|
347
371
|
label: {
|
348
372
|
type: import("vue").PropType<string>;
|
349
373
|
} & {
|
@@ -409,6 +433,8 @@ declare const _default: {
|
|
409
433
|
"persistent-hint"?: boolean;
|
410
434
|
max?: string | number;
|
411
435
|
step?: string | number;
|
436
|
+
unitLabel?: string;
|
437
|
+
"unit-label"?: string;
|
412
438
|
noThumbLabel?: boolean;
|
413
439
|
"no-thumb-label"?: boolean;
|
414
440
|
showTicks?: boolean | "always";
|
@@ -0,0 +1,48 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
+
label: {
|
4
|
+
type: import("vue").PropType<string>;
|
5
|
+
} & {
|
6
|
+
type: import("vue").PropType<string>;
|
7
|
+
};
|
8
|
+
}>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
9
|
+
[key: string]: any;
|
10
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
label: {
|
12
|
+
type: import("vue").PropType<string>;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<string>;
|
15
|
+
};
|
16
|
+
}>>, {}, true, {}, {}, {
|
17
|
+
P: {};
|
18
|
+
B: {};
|
19
|
+
D: {};
|
20
|
+
C: {};
|
21
|
+
M: {};
|
22
|
+
Defaults: {};
|
23
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
24
|
+
label: {
|
25
|
+
type: import("vue").PropType<string>;
|
26
|
+
} & {
|
27
|
+
type: import("vue").PropType<string>;
|
28
|
+
};
|
29
|
+
}>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
30
|
+
[key: string]: any;
|
31
|
+
}>[], {}, {}, {}, {}>;
|
32
|
+
__isFragment?: never;
|
33
|
+
__isTeleport?: never;
|
34
|
+
__isSuspense?: never;
|
35
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
36
|
+
label: {
|
37
|
+
type: import("vue").PropType<string>;
|
38
|
+
} & {
|
39
|
+
type: import("vue").PropType<string>;
|
40
|
+
};
|
41
|
+
}>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
42
|
+
[key: string]: any;
|
43
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Omit<Readonly<{} & {
|
45
|
+
label?: string;
|
46
|
+
}>, never>;
|
47
|
+
};
|
48
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1,54 @@
|
|
1
|
+
import { ButtonBlueprint, ButtonBlueprintType, ButtonBlueprints, ButtonTypes } from "@omnia/fx-models";
|
2
|
+
export declare const useButtonsEditorStore: () => {
|
3
|
+
state: {
|
4
|
+
blueprints: ButtonBlueprints;
|
5
|
+
editingButtonBlueprint: ButtonBlueprint;
|
6
|
+
editingButtonType: ButtonTypes;
|
7
|
+
editingButtonBlueprintType: ButtonBlueprintType;
|
8
|
+
};
|
9
|
+
events: {
|
10
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonBlueprints>;
|
11
|
+
onMutatedEditingButtonBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonBlueprint>;
|
12
|
+
onMutatedEditingButtonType: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonTypes>;
|
13
|
+
onMutatedEditingButtonBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonBlueprintType>;
|
14
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
15
|
+
actions: {
|
16
|
+
onDispatching: {
|
17
|
+
setEditingBlueprints: {
|
18
|
+
subscribe(fn: (blueprints: ButtonBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
+
};
|
20
|
+
setEditingBlueprint: {
|
21
|
+
subscribe(fn: (type: ButtonBlueprintType, buttonType: ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
+
};
|
23
|
+
applyChanges: {
|
24
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
onDispatched: {
|
28
|
+
setEditingBlueprints: {
|
29
|
+
subscribe(fn: (result: void, blueprints: ButtonBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
+
};
|
31
|
+
setEditingBlueprint: {
|
32
|
+
subscribe(fn: (result: void, type: ButtonBlueprintType, buttonType: ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
applyChanges: {
|
35
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
+
};
|
37
|
+
};
|
38
|
+
onFailure: {
|
39
|
+
setEditingBlueprints: {
|
40
|
+
subscribe(fn: (failureReason: any, blueprints: ButtonBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
};
|
42
|
+
setEditingBlueprint: {
|
43
|
+
subscribe(fn: (failureReason: any, type: ButtonBlueprintType, buttonType: ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
};
|
45
|
+
applyChanges: {
|
46
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
} & {
|
50
|
+
setEditingBlueprints(blueprints: ButtonBlueprints): void;
|
51
|
+
setEditingBlueprint(type: ButtonBlueprintType, buttonType: ButtonTypes): void;
|
52
|
+
applyChanges(): void;
|
53
|
+
};
|
54
|
+
};
|
@@ -5,7 +5,8 @@ export declare const useChromeEditorStore: () => {
|
|
5
5
|
previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6
6
|
backgroundOpacity: number;
|
7
7
|
backgroundColor: ColorValue;
|
8
|
-
|
8
|
+
editingBlueprint: ChromeBlueprint;
|
9
|
+
editingBlueprintType: BlueprintVariant;
|
9
10
|
chromeBlueprints: ChromeBlueprints;
|
10
11
|
};
|
11
12
|
events: {
|
@@ -13,7 +14,8 @@ export declare const useChromeEditorStore: () => {
|
|
13
14
|
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
14
15
|
onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
15
16
|
onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorValue>;
|
16
|
-
|
17
|
+
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint>;
|
18
|
+
onMutatedEditingBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<BlueprintVariant>;
|
17
19
|
onMutatedChromeBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprints>;
|
18
20
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
19
21
|
actions: {
|
@@ -33,7 +35,7 @@ export declare const useChromeEditorStore: () => {
|
|
33
35
|
updateHeaderDefinition: {
|
34
36
|
subscribe(fn: (definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
37
|
};
|
36
|
-
|
38
|
+
applyChanges: {
|
37
39
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
40
|
};
|
39
41
|
};
|
@@ -53,7 +55,7 @@ export declare const useChromeEditorStore: () => {
|
|
53
55
|
updateHeaderDefinition: {
|
54
56
|
subscribe(fn: (result: void, definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
57
|
};
|
56
|
-
|
58
|
+
applyChanges: {
|
57
59
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
60
|
};
|
59
61
|
};
|
@@ -73,7 +75,7 @@ export declare const useChromeEditorStore: () => {
|
|
73
75
|
updateHeaderDefinition: {
|
74
76
|
subscribe(fn: (failureReason: any, definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
77
|
};
|
76
|
-
|
78
|
+
applyChanges: {
|
77
79
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
80
|
};
|
79
81
|
};
|
@@ -83,7 +85,7 @@ export declare const useChromeEditorStore: () => {
|
|
83
85
|
addChromeBlueprint(blueprint: ChromeBlueprint): void;
|
84
86
|
copyChromeBlueprint(blueprint: ChromeBlueprint): void;
|
85
87
|
updateHeaderDefinition(definition: VelcronAppDefinition<any>): void;
|
86
|
-
|
88
|
+
applyChanges(): void;
|
87
89
|
};
|
88
90
|
get: {};
|
89
91
|
};
|
@@ -1,94 +1,300 @@
|
|
1
|
-
import {
|
1
|
+
import { ComponentBlueprints, Guid, ITemplateRegistration } from "@omnia/fx-models";
|
2
2
|
export declare const useComponentsEditorStore: () => {
|
3
3
|
state: {
|
4
|
-
|
5
|
-
editingButtonBlueprint: ButtonBlueprint;
|
6
|
-
editingTabBlueprint: TabsBlueprint;
|
7
|
-
editingVariant: BlueprintVariant;
|
8
|
-
editingButtonType: ButtonTypes;
|
9
|
-
editingButtonBlueprintType: ButtonBlueprintType;
|
4
|
+
blueprints: ITemplateRegistration<ComponentBlueprints>;
|
10
5
|
editMode: boolean;
|
11
6
|
};
|
12
7
|
events: {
|
13
|
-
|
14
|
-
onMutatedEditingButtonBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonBlueprint>;
|
15
|
-
onMutatedEditingTabBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<TabsBlueprint>;
|
16
|
-
onMutatedEditingVariant: import("@omnia/fx").MessageBusExposeOnlySubscription<BlueprintVariant>;
|
17
|
-
onMutatedEditingButtonType: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonTypes>;
|
18
|
-
onMutatedEditingButtonBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonBlueprintType>;
|
8
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ComponentBlueprints>>;
|
19
9
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
20
10
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
21
11
|
actions: {
|
22
12
|
onDispatching: {
|
23
|
-
|
24
|
-
subscribe(fn: (
|
13
|
+
addBlueprints: {
|
14
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
+
};
|
16
|
+
editBlueprints: {
|
17
|
+
subscribe(fn: (blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
18
|
};
|
26
|
-
|
27
|
-
subscribe(fn: (
|
19
|
+
copyBlueprints: {
|
20
|
+
subscribe(fn: (blueprints: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
21
|
};
|
29
|
-
|
30
|
-
subscribe(fn: (
|
22
|
+
updateEditingBlocksBlueprints: {
|
23
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
24
|
};
|
32
|
-
|
25
|
+
updateEditingButtonsBlueprints: {
|
33
26
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
27
|
};
|
35
|
-
|
28
|
+
updateEditingTabsBlueprints: {
|
36
29
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
30
|
};
|
38
31
|
save: {
|
39
32
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
33
|
};
|
34
|
+
delete: {
|
35
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
+
};
|
41
37
|
};
|
42
38
|
onDispatched: {
|
43
|
-
|
44
|
-
subscribe(fn: (result: void
|
39
|
+
addBlueprints: {
|
40
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
41
|
};
|
46
|
-
|
47
|
-
subscribe(fn: (result: void,
|
42
|
+
editBlueprints: {
|
43
|
+
subscribe(fn: (result: void, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
44
|
};
|
49
|
-
|
50
|
-
subscribe(fn: (result: void,
|
45
|
+
copyBlueprints: {
|
46
|
+
subscribe(fn: (result: void, blueprints: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
47
|
};
|
52
|
-
|
48
|
+
updateEditingBlocksBlueprints: {
|
53
49
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
50
|
};
|
55
|
-
|
51
|
+
updateEditingButtonsBlueprints: {
|
56
52
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
53
|
};
|
58
|
-
|
54
|
+
updateEditingTabsBlueprints: {
|
59
55
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
56
|
};
|
57
|
+
save: {
|
58
|
+
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
+
};
|
60
|
+
delete: {
|
61
|
+
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
+
};
|
61
63
|
};
|
62
64
|
onFailure: {
|
63
|
-
|
64
|
-
subscribe(fn: (failureReason: any
|
65
|
+
addBlueprints: {
|
66
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
|
+
};
|
68
|
+
editBlueprints: {
|
69
|
+
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
70
|
};
|
66
|
-
|
67
|
-
subscribe(fn: (failureReason: any,
|
71
|
+
copyBlueprints: {
|
72
|
+
subscribe(fn: (failureReason: any, blueprints: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
73
|
};
|
69
|
-
|
70
|
-
subscribe(fn: (failureReason: any
|
74
|
+
updateEditingBlocksBlueprints: {
|
75
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
76
|
};
|
72
|
-
|
77
|
+
updateEditingButtonsBlueprints: {
|
73
78
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
79
|
};
|
75
|
-
|
80
|
+
updateEditingTabsBlueprints: {
|
76
81
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
82
|
};
|
78
83
|
save: {
|
79
84
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
85
|
};
|
86
|
+
delete: {
|
87
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
88
|
+
};
|
81
89
|
};
|
82
90
|
} & {
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
91
|
+
addBlueprints(): void;
|
92
|
+
editBlueprints(blueprint: ITemplateRegistration<ComponentBlueprints>): void;
|
93
|
+
copyBlueprints(blueprints: ComponentBlueprints): void;
|
94
|
+
updateEditingBlocksBlueprints(): void;
|
95
|
+
updateEditingButtonsBlueprints(): void;
|
96
|
+
updateEditingTabsBlueprints(): void;
|
97
|
+
save(): Promise<boolean>;
|
98
|
+
delete(): Promise<boolean>;
|
99
|
+
};
|
100
|
+
get: {
|
101
|
+
blockEditorStore: {
|
102
|
+
state: {
|
103
|
+
editMode: boolean;
|
104
|
+
previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
105
|
+
backgroundOpacity: number;
|
106
|
+
backgroundColor: import("@omnia/fx-models").ColorValue;
|
107
|
+
editingBlueprint: import("@omnia/fx-models").ChromeBlueprint;
|
108
|
+
editingBlueprintType: import("@omnia/fx-models").BlueprintVariant;
|
109
|
+
chromeBlueprints: import("@omnia/fx-models").ChromeBlueprints;
|
110
|
+
};
|
111
|
+
events: {
|
112
|
+
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
113
|
+
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
114
|
+
onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
115
|
+
onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorValue>;
|
116
|
+
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ChromeBlueprint>;
|
117
|
+
onMutatedEditingBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintVariant>;
|
118
|
+
onMutatedChromeBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ChromeBlueprints>;
|
119
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
120
|
+
actions: {
|
121
|
+
onDispatching: {
|
122
|
+
editChromeBlueprints: {
|
123
|
+
subscribe(fn: (blueprints: import("@omnia/fx-models").ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
124
|
+
};
|
125
|
+
editChromeBlueprint: {
|
126
|
+
subscribe(fn: (variant: import("@omnia/fx-models").BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
127
|
+
};
|
128
|
+
addChromeBlueprint: {
|
129
|
+
subscribe(fn: (blueprint: import("@omnia/fx-models").ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
130
|
+
};
|
131
|
+
copyChromeBlueprint: {
|
132
|
+
subscribe(fn: (blueprint: import("@omnia/fx-models").ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
133
|
+
};
|
134
|
+
updateHeaderDefinition: {
|
135
|
+
subscribe(fn: (definition: import("@omnia/fx-models").VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
136
|
+
};
|
137
|
+
applyChanges: {
|
138
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
139
|
+
};
|
140
|
+
};
|
141
|
+
onDispatched: {
|
142
|
+
editChromeBlueprints: {
|
143
|
+
subscribe(fn: (result: void, blueprints: import("@omnia/fx-models").ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
144
|
+
};
|
145
|
+
editChromeBlueprint: {
|
146
|
+
subscribe(fn: (result: void, variant: import("@omnia/fx-models").BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
147
|
+
};
|
148
|
+
addChromeBlueprint: {
|
149
|
+
subscribe(fn: (result: void, blueprint: import("@omnia/fx-models").ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
150
|
+
};
|
151
|
+
copyChromeBlueprint: {
|
152
|
+
subscribe(fn: (result: void, blueprint: import("@omnia/fx-models").ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
153
|
+
};
|
154
|
+
updateHeaderDefinition: {
|
155
|
+
subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
156
|
+
};
|
157
|
+
applyChanges: {
|
158
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
159
|
+
};
|
160
|
+
};
|
161
|
+
onFailure: {
|
162
|
+
editChromeBlueprints: {
|
163
|
+
subscribe(fn: (failureReason: any, blueprints: import("@omnia/fx-models").ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
164
|
+
};
|
165
|
+
editChromeBlueprint: {
|
166
|
+
subscribe(fn: (failureReason: any, variant: import("@omnia/fx-models").BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
167
|
+
};
|
168
|
+
addChromeBlueprint: {
|
169
|
+
subscribe(fn: (failureReason: any, blueprint: import("@omnia/fx-models").ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
170
|
+
};
|
171
|
+
copyChromeBlueprint: {
|
172
|
+
subscribe(fn: (failureReason: any, blueprint: import("@omnia/fx-models").ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
173
|
+
};
|
174
|
+
updateHeaderDefinition: {
|
175
|
+
subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
176
|
+
};
|
177
|
+
applyChanges: {
|
178
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
179
|
+
};
|
180
|
+
};
|
181
|
+
} & {
|
182
|
+
editChromeBlueprints(blueprints: import("@omnia/fx-models").ChromeBlueprints): void;
|
183
|
+
editChromeBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
|
184
|
+
addChromeBlueprint(blueprint: import("@omnia/fx-models").ChromeBlueprint): void;
|
185
|
+
copyChromeBlueprint(blueprint: import("@omnia/fx-models").ChromeBlueprint): void;
|
186
|
+
updateHeaderDefinition(definition: import("@omnia/fx-models").VelcronAppDefinition<any>): void;
|
187
|
+
applyChanges(): void;
|
188
|
+
};
|
189
|
+
get: {};
|
190
|
+
};
|
191
|
+
tabsEditorStore: {
|
192
|
+
state: {
|
193
|
+
blueprints: import("@omnia/fx-models").TabsBlueprints;
|
194
|
+
editingTabBlueprint: import("@omnia/fx-models").TabsBlueprint;
|
195
|
+
editingVariant: import("@omnia/fx-models").BlueprintVariant;
|
196
|
+
};
|
197
|
+
events: {
|
198
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").TabsBlueprints>;
|
199
|
+
onMutatedEditingTabBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").TabsBlueprint>;
|
200
|
+
onMutatedEditingVariant: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintVariant>;
|
201
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
202
|
+
actions: {
|
203
|
+
onDispatching: {
|
204
|
+
setEditingBlueprints: {
|
205
|
+
subscribe(fn: (blueprints: import("@omnia/fx-models").TabsBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
206
|
+
};
|
207
|
+
setEditingBlueprint: {
|
208
|
+
subscribe(fn: (variant: import("@omnia/fx-models").BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
209
|
+
};
|
210
|
+
applyChanges: {
|
211
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
212
|
+
};
|
213
|
+
};
|
214
|
+
onDispatched: {
|
215
|
+
setEditingBlueprints: {
|
216
|
+
subscribe(fn: (result: void, blueprints: import("@omnia/fx-models").TabsBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
217
|
+
};
|
218
|
+
setEditingBlueprint: {
|
219
|
+
subscribe(fn: (result: void, variant: import("@omnia/fx-models").BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
220
|
+
};
|
221
|
+
applyChanges: {
|
222
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
223
|
+
};
|
224
|
+
};
|
225
|
+
onFailure: {
|
226
|
+
setEditingBlueprints: {
|
227
|
+
subscribe(fn: (failureReason: any, blueprints: import("@omnia/fx-models").TabsBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
228
|
+
};
|
229
|
+
setEditingBlueprint: {
|
230
|
+
subscribe(fn: (failureReason: any, variant: import("@omnia/fx-models").BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
231
|
+
};
|
232
|
+
applyChanges: {
|
233
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
234
|
+
};
|
235
|
+
};
|
236
|
+
} & {
|
237
|
+
setEditingBlueprints(blueprints: import("@omnia/fx-models").TabsBlueprints): void;
|
238
|
+
setEditingBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
|
239
|
+
applyChanges(): void;
|
240
|
+
};
|
241
|
+
};
|
242
|
+
buttonsEditorStore: {
|
243
|
+
state: {
|
244
|
+
blueprints: import("@omnia/fx-models").ButtonBlueprints;
|
245
|
+
editingButtonBlueprint: import("@omnia/fx-models").ButtonBlueprint;
|
246
|
+
editingButtonType: import("@omnia/fx-models").ButtonTypes;
|
247
|
+
editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
|
248
|
+
};
|
249
|
+
events: {
|
250
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ButtonBlueprints>;
|
251
|
+
onMutatedEditingButtonBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ButtonBlueprint>;
|
252
|
+
onMutatedEditingButtonType: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ButtonTypes>;
|
253
|
+
onMutatedEditingButtonBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ButtonBlueprintType>;
|
254
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
255
|
+
actions: {
|
256
|
+
onDispatching: {
|
257
|
+
setEditingBlueprints: {
|
258
|
+
subscribe(fn: (blueprints: import("@omnia/fx-models").ButtonBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
259
|
+
};
|
260
|
+
setEditingBlueprint: {
|
261
|
+
subscribe(fn: (type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
262
|
+
};
|
263
|
+
applyChanges: {
|
264
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
265
|
+
};
|
266
|
+
};
|
267
|
+
onDispatched: {
|
268
|
+
setEditingBlueprints: {
|
269
|
+
subscribe(fn: (result: void, blueprints: import("@omnia/fx-models").ButtonBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
270
|
+
};
|
271
|
+
setEditingBlueprint: {
|
272
|
+
subscribe(fn: (result: void, type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
273
|
+
};
|
274
|
+
applyChanges: {
|
275
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
276
|
+
};
|
277
|
+
};
|
278
|
+
onFailure: {
|
279
|
+
setEditingBlueprints: {
|
280
|
+
subscribe(fn: (failureReason: any, blueprints: import("@omnia/fx-models").ButtonBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
281
|
+
};
|
282
|
+
setEditingBlueprint: {
|
283
|
+
subscribe(fn: (failureReason: any, type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
284
|
+
};
|
285
|
+
applyChanges: {
|
286
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
287
|
+
};
|
288
|
+
};
|
289
|
+
} & {
|
290
|
+
setEditingBlueprints(blueprints: import("@omnia/fx-models").ButtonBlueprints): void;
|
291
|
+
setEditingBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): void;
|
292
|
+
applyChanges(): void;
|
293
|
+
};
|
294
|
+
};
|
89
295
|
};
|
90
|
-
get: {};
|
91
296
|
bladeId: {
|
297
|
+
previewBlade: Guid;
|
92
298
|
startBlade: Guid;
|
93
299
|
editComponentBlade: Guid;
|
94
300
|
buttonsBlade: Guid;
|