@omnia/fx 8.0.101-vnext → 8.0.103-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +3 -0
- package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +2 -2
- package/internal-do-not-import-from-here/index.d.ts +5 -5
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +4 -4
- package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +1 -0
- package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -7
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +22 -38
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +18 -3
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor_old.d.ts +0 -66
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +130 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter_old.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +23 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +47 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +36 -36
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +32 -32
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +2 -2
- package/package.json +3 -3
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts
CHANGED
@@ -1,8 +1,16 @@
|
|
1
1
|
import { IdentityDisplayStyles } from "./IdentityDisplay.css";
|
2
|
-
import { IdentityPropertyDefinition, IdentityPropertyDisplaySettings, IdentityPropertyValue, IPropertyDisplayRenderer } from "@omnia/fx-models";
|
2
|
+
import { IdentityPropertyDefinition, IdentityPropertyDisplaySettings, IdentityPropertyValue, IPropertyDisplayRenderer, IResolvedIdentity } from "@omnia/fx-models";
|
3
|
+
import { VNodeChild } from "vue";
|
4
|
+
export type IdentityDisplaySlots = {
|
5
|
+
["v-slots"]: {
|
6
|
+
renderer?: (renderProps: {
|
7
|
+
identities: Array<IResolvedIdentity>;
|
8
|
+
}) => VNodeChild;
|
9
|
+
};
|
10
|
+
};
|
3
11
|
export type IdentityDisplayProps = IPropertyDisplayRenderer<IdentityPropertyDefinition> & {
|
4
12
|
styles: typeof IdentityDisplayStyles;
|
5
|
-
};
|
13
|
+
} & IdentityDisplaySlots;
|
6
14
|
declare const _default: {
|
7
15
|
new (...args: any[]): {
|
8
16
|
$: import("vue").ComponentInternalInstance;
|
@@ -55,6 +63,11 @@ declare const _default: {
|
|
55
63
|
readonly styles?: {
|
56
64
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
57
65
|
};
|
66
|
+
readonly "v-slots"?: {
|
67
|
+
renderer?: (renderProps: {
|
68
|
+
identities: IResolvedIdentity[];
|
69
|
+
}) => VNodeChild;
|
70
|
+
};
|
58
71
|
readonly modelValue?: IdentityPropertyValue;
|
59
72
|
readonly displaySettings?: IdentityPropertyDisplaySettings;
|
60
73
|
readonly setupSettings?: never;
|
@@ -81,6 +94,15 @@ declare const _default: {
|
|
81
94
|
}, {
|
82
95
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
83
96
|
}>;
|
97
|
+
"v-slots": import("vue").Prop<{
|
98
|
+
renderer?: (renderProps: {
|
99
|
+
identities: IResolvedIdentity[];
|
100
|
+
}) => VNodeChild;
|
101
|
+
}, {
|
102
|
+
renderer?: (renderProps: {
|
103
|
+
identities: IResolvedIdentity[];
|
104
|
+
}) => VNodeChild;
|
105
|
+
}>;
|
84
106
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
85
107
|
beforeCreate?: (() => void) | (() => void)[];
|
86
108
|
created?: (() => void) | (() => void)[];
|
@@ -110,6 +132,15 @@ declare const _default: {
|
|
110
132
|
}, {
|
111
133
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
112
134
|
}>;
|
135
|
+
"v-slots": import("vue").Prop<{
|
136
|
+
renderer?: (renderProps: {
|
137
|
+
identities: IResolvedIdentity[];
|
138
|
+
}) => VNodeChild;
|
139
|
+
}, {
|
140
|
+
renderer?: (renderProps: {
|
141
|
+
identities: IResolvedIdentity[];
|
142
|
+
}) => VNodeChild;
|
143
|
+
}>;
|
113
144
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
114
145
|
__isFragment?: never;
|
115
146
|
__isTeleport?: never;
|
@@ -123,11 +154,25 @@ declare const _default: {
|
|
123
154
|
}, {
|
124
155
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
125
156
|
}>;
|
157
|
+
"v-slots": import("vue").Prop<{
|
158
|
+
renderer?: (renderProps: {
|
159
|
+
identities: IResolvedIdentity[];
|
160
|
+
}) => VNodeChild;
|
161
|
+
}, {
|
162
|
+
renderer?: (renderProps: {
|
163
|
+
identities: IResolvedIdentity[];
|
164
|
+
}) => VNodeChild;
|
165
|
+
}>;
|
126
166
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
127
167
|
propsDefinition: Omit<Readonly<{} & {
|
128
168
|
styles?: {
|
129
169
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
130
170
|
};
|
171
|
+
"v-slots"?: {
|
172
|
+
renderer?: (renderProps: {
|
173
|
+
identities: IResolvedIdentity[];
|
174
|
+
}) => VNodeChild;
|
175
|
+
};
|
131
176
|
modelValue?: IdentityPropertyValue;
|
132
177
|
displaySettings?: IdentityPropertyDisplaySettings;
|
133
178
|
setupSettings?: never;
|
package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts
CHANGED
@@ -116,10 +116,10 @@ declare const _default: {
|
|
116
116
|
readonly "v-model"?: unknown;
|
117
117
|
readonly editMode?: boolean;
|
118
118
|
readonly propertyDefintionId: unknown;
|
119
|
-
readonly
|
120
|
-
readonly "
|
121
|
-
readonly
|
122
|
-
readonly "
|
119
|
+
readonly displayRendererDefinition?: VelcronDefinition;
|
120
|
+
readonly "display-renderer-definition"?: VelcronDefinition;
|
121
|
+
readonly displayRendererContext?: VelcronRenderContext;
|
122
|
+
readonly "display-renderer-context"?: VelcronRenderContext;
|
123
123
|
};
|
124
124
|
$attrs: {
|
125
125
|
[x: string]: unknown;
|
@@ -135,16 +135,16 @@ declare const _default: {
|
|
135
135
|
$emit: (event: string, ...args: any[]) => void;
|
136
136
|
$el: any;
|
137
137
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
138
|
-
"
|
138
|
+
"display-renderer-context": {
|
139
139
|
type: import("vue").PropType<VelcronRenderContext>;
|
140
140
|
};
|
141
|
-
|
141
|
+
displayRendererContext: {
|
142
142
|
type: import("vue").PropType<VelcronRenderContext>;
|
143
143
|
};
|
144
|
-
"
|
144
|
+
"display-renderer-definition": {
|
145
145
|
type: import("vue").PropType<VelcronDefinition>;
|
146
146
|
};
|
147
|
-
|
147
|
+
displayRendererDefinition: {
|
148
148
|
type: import("vue").PropType<VelcronDefinition>;
|
149
149
|
};
|
150
150
|
editMode: {
|
@@ -252,16 +252,16 @@ declare const _default: {
|
|
252
252
|
$nextTick: typeof import("vue").nextTick;
|
253
253
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
254
254
|
} & Readonly<import("vue").ExtractPropTypes<{
|
255
|
-
"
|
255
|
+
"display-renderer-context": {
|
256
256
|
type: import("vue").PropType<VelcronRenderContext>;
|
257
257
|
};
|
258
|
-
|
258
|
+
displayRendererContext: {
|
259
259
|
type: import("vue").PropType<VelcronRenderContext>;
|
260
260
|
};
|
261
|
-
"
|
261
|
+
"display-renderer-definition": {
|
262
262
|
type: import("vue").PropType<VelcronDefinition>;
|
263
263
|
};
|
264
|
-
|
264
|
+
displayRendererDefinition: {
|
265
265
|
type: import("vue").PropType<VelcronDefinition>;
|
266
266
|
};
|
267
267
|
editMode: {
|
@@ -353,16 +353,16 @@ declare const _default: {
|
|
353
353
|
__isTeleport?: never;
|
354
354
|
__isSuspense?: never;
|
355
355
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
356
|
-
"
|
356
|
+
"display-renderer-context": {
|
357
357
|
type: import("vue").PropType<VelcronRenderContext>;
|
358
358
|
};
|
359
|
-
|
359
|
+
displayRendererContext: {
|
360
360
|
type: import("vue").PropType<VelcronRenderContext>;
|
361
361
|
};
|
362
|
-
"
|
362
|
+
"display-renderer-definition": {
|
363
363
|
type: import("vue").PropType<VelcronDefinition>;
|
364
364
|
};
|
365
|
-
|
365
|
+
displayRendererDefinition: {
|
366
366
|
type: import("vue").PropType<VelcronDefinition>;
|
367
367
|
};
|
368
368
|
editMode: {
|
@@ -520,10 +520,10 @@ declare const _default: {
|
|
520
520
|
"onUpdate:modelValue"?: (value: PropertyValue) => any;
|
521
521
|
"v-model"?: unknown;
|
522
522
|
editMode?: boolean;
|
523
|
-
|
524
|
-
"
|
525
|
-
|
526
|
-
"
|
523
|
+
displayRendererDefinition?: VelcronDefinition;
|
524
|
+
"display-renderer-definition"?: VelcronDefinition;
|
525
|
+
displayRendererContext?: VelcronRenderContext;
|
526
|
+
"display-renderer-context"?: VelcronRenderContext;
|
527
527
|
}>, never>;
|
528
528
|
};
|
529
529
|
export default _default;
|
@@ -6,10 +6,10 @@ export declare const useBlueprintStore: (newInstanceWithName?: string) => {
|
|
6
6
|
blueprintType: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
|
7
7
|
};
|
8
8
|
events: {
|
9
|
-
onMutatingBlueprint: import("@omnia/fx
|
10
|
-
onMutatedBlueprint: import("@omnia/fx
|
11
|
-
onMutatingBlueprintType: import("@omnia/fx
|
12
|
-
onMutatedBlueprintType: import("@omnia/fx
|
9
|
+
onMutatingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<BlueprintDefinition>;
|
10
|
+
onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<BlueprintDefinition>;
|
11
|
+
onMutatingBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
12
|
+
onMutatedBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
13
13
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
14
14
|
actions: {
|
15
15
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -12,22 +12,22 @@ export declare const useColorSchemaStore: (newInstanceWithName?: string) => {
|
|
12
12
|
id: import("@omnia/fx-models").GuidValue;
|
13
13
|
};
|
14
14
|
events: {
|
15
|
-
onMutatingBase: import("@omnia/fx
|
16
|
-
onMutatedBase: import("@omnia/fx
|
17
|
-
onMutatingOnBase: import("@omnia/fx
|
18
|
-
onMutatedOnBase: import("@omnia/fx
|
19
|
-
onMutatingContainer: import("@omnia/fx
|
20
|
-
onMutatedContainer: import("@omnia/fx
|
21
|
-
onMutatingOnContainer: import("@omnia/fx
|
22
|
-
onMutatedOnContainer: import("@omnia/fx
|
23
|
-
onMutatingIsContainer: import("@omnia/fx
|
24
|
-
onMutatedIsContainer: import("@omnia/fx
|
25
|
-
onMutatingName: import("@omnia/fx
|
26
|
-
onMutatedName: import("@omnia/fx
|
27
|
-
onMutatingColorSchemaType: import("@omnia/fx
|
28
|
-
onMutatedColorSchemaType: import("@omnia/fx
|
29
|
-
onMutatingId: import("@omnia/fx
|
30
|
-
onMutatedId: import("@omnia/fx
|
15
|
+
onMutatingBase: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
|
16
|
+
onMutatedBase: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
|
17
|
+
onMutatingOnBase: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
|
18
|
+
onMutatedOnBase: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
|
19
|
+
onMutatingContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
|
20
|
+
onMutatedContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
|
21
|
+
onMutatingOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
|
22
|
+
onMutatedOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
|
23
|
+
onMutatingIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
24
|
+
onMutatedIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
25
|
+
onMutatingName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
26
|
+
onMutatedName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
27
|
+
onMutatingColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
28
|
+
onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
29
|
+
onMutatingId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
30
|
+
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
31
31
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
32
32
|
actions: {
|
33
33
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -5,8 +5,8 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
5
5
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
6
6
|
};
|
7
7
|
events: {
|
8
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
9
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
8
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
9
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
10
10
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
11
11
|
actions: {
|
12
12
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -38,8 +38,8 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
38
38
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
39
39
|
};
|
40
40
|
events: {
|
41
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
42
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
41
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
42
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
43
43
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
44
44
|
actions: {
|
45
45
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -68,13 +68,13 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
68
68
|
};
|
69
69
|
};
|
70
70
|
events: {
|
71
|
-
onMutatingDefaultTheme: import("@omnia/fx
|
71
|
+
onMutatingDefaultTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
72
72
|
state: {
|
73
73
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
74
74
|
};
|
75
75
|
events: {
|
76
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
77
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
76
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
77
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
78
78
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
79
79
|
actions: {
|
80
80
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -101,13 +101,13 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
101
101
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
102
102
|
};
|
103
103
|
}>;
|
104
|
-
onMutatedDefaultTheme: import("@omnia/fx
|
104
|
+
onMutatedDefaultTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
105
105
|
state: {
|
106
106
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
107
107
|
};
|
108
108
|
events: {
|
109
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
110
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
109
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
110
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
111
111
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
112
112
|
actions: {
|
113
113
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -134,13 +134,13 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
134
134
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
135
135
|
};
|
136
136
|
}>;
|
137
|
-
onMutatingAdminTheme: import("@omnia/fx
|
137
|
+
onMutatingAdminTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
138
138
|
state: {
|
139
139
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
140
140
|
};
|
141
141
|
events: {
|
142
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
143
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
142
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
143
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
144
144
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
145
145
|
actions: {
|
146
146
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -167,13 +167,13 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
167
167
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
168
168
|
};
|
169
169
|
}>;
|
170
|
-
onMutatedAdminTheme: import("@omnia/fx
|
170
|
+
onMutatedAdminTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
171
171
|
state: {
|
172
172
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
173
173
|
};
|
174
174
|
events: {
|
175
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
176
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
175
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
176
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
177
177
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
178
178
|
actions: {
|
179
179
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -207,8 +207,8 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
207
207
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
208
208
|
};
|
209
209
|
events: {
|
210
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
211
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
210
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
211
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
212
212
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
213
213
|
actions: {
|
214
214
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -240,8 +240,8 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
240
240
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
241
241
|
};
|
242
242
|
events: {
|
243
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
244
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
243
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
244
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
245
245
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
246
246
|
actions: {
|
247
247
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -4,8 +4,8 @@ export declare const useThemeDefinitionStore: (newInstanceWithName?: string) =>
|
|
4
4
|
definitions: ThemeDefinitionV2[];
|
5
5
|
};
|
6
6
|
events: {
|
7
|
-
onMutatingDefinitions: import("@omnia/fx
|
8
|
-
onMutatedDefinitions: import("@omnia/fx
|
7
|
+
onMutatingDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2[]>;
|
8
|
+
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2[]>;
|
9
9
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
10
10
|
actions: {
|
11
11
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -4,8 +4,8 @@ export declare const useThemeStoreV2: (newInstanceWithName?: string) => {
|
|
4
4
|
currentTheme: ThemeDefinitionV2;
|
5
5
|
};
|
6
6
|
events: {
|
7
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
8
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
7
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
8
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
9
9
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
10
10
|
actions: {
|
11
11
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -27,9 +27,9 @@ export declare const useVelcronDefinitionStore: (newInstanceWithName?: string) =
|
|
27
27
|
load(): Promise<VelcronDefinitionRegistration<object>[]>;
|
28
28
|
};
|
29
29
|
events: {
|
30
|
-
onMutatingDefinitions: import("@omnia/fx
|
31
|
-
onMutatedDefinitions: import("@omnia/fx
|
32
|
-
onMutatingFilters: import("@omnia/fx
|
33
|
-
onMutatedFilters: import("@omnia/fx
|
30
|
+
onMutatingDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRegistration<object>[]>;
|
31
|
+
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRegistration<object>[]>;
|
32
|
+
onMutatingFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
|
33
|
+
onMutatedFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
|
34
34
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
35
35
|
};
|
@@ -30,10 +30,10 @@ export declare function useThemeStyling(): {
|
|
30
30
|
blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes;
|
31
31
|
};
|
32
32
|
events: {
|
33
|
-
onMutatingBlueprint: import("
|
34
|
-
onMutatedBlueprint: import("
|
35
|
-
onMutatingBlueprintType: import("
|
36
|
-
onMutatedBlueprintType: import("
|
33
|
+
onMutatingBlueprint: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintDefinition>;
|
34
|
+
onMutatedBlueprint: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintDefinition>;
|
35
|
+
onMutatingBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
36
|
+
onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
37
37
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
38
38
|
actions: {
|
39
39
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -44,8 +44,8 @@ export declare function useThemeStyling(): {
|
|
44
44
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
45
45
|
};
|
46
46
|
events: {
|
47
|
-
onMutatingCurrentTheme: import("
|
48
|
-
onMutatedCurrentTheme: import("
|
47
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
48
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
49
49
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
50
50
|
actions: {
|
51
51
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -81,8 +81,8 @@ export declare function useThemeStyling(): {
|
|
81
81
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
82
82
|
};
|
83
83
|
events: {
|
84
|
-
onMutatingCurrentTheme: import("
|
85
|
-
onMutatedCurrentTheme: import("
|
84
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
85
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
86
86
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
87
87
|
actions: {
|
88
88
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -118,8 +118,8 @@ export declare function useThemeStyling(): {
|
|
118
118
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
119
119
|
};
|
120
120
|
events: {
|
121
|
-
onMutatingCurrentTheme: import("
|
122
|
-
onMutatedCurrentTheme: import("
|
121
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
122
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
123
123
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
124
124
|
actions: {
|
125
125
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -155,8 +155,8 @@ export declare function useThemeStyling(): {
|
|
155
155
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
156
156
|
};
|
157
157
|
events: {
|
158
|
-
onMutatingCurrentTheme: import("
|
159
|
-
onMutatedCurrentTheme: import("
|
158
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
159
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
160
160
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
161
161
|
actions: {
|
162
162
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -205,10 +205,10 @@ export declare function useThemeStyling(): {
|
|
205
205
|
blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes;
|
206
206
|
};
|
207
207
|
events: {
|
208
|
-
onMutatingBlueprint: import("
|
209
|
-
onMutatedBlueprint: import("
|
210
|
-
onMutatingBlueprintType: import("
|
211
|
-
onMutatedBlueprintType: import("
|
208
|
+
onMutatingBlueprint: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintDefinition>;
|
209
|
+
onMutatedBlueprint: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintDefinition>;
|
210
|
+
onMutatingBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
211
|
+
onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
212
212
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
213
213
|
actions: {
|
214
214
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -219,8 +219,8 @@ export declare function useThemeStyling(): {
|
|
219
219
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
220
220
|
};
|
221
221
|
events: {
|
222
|
-
onMutatingCurrentTheme: import("
|
223
|
-
onMutatedCurrentTheme: import("
|
222
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
223
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
224
224
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
225
225
|
actions: {
|
226
226
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -256,8 +256,8 @@ export declare function useThemeStyling(): {
|
|
256
256
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
257
257
|
};
|
258
258
|
events: {
|
259
|
-
onMutatingCurrentTheme: import("
|
260
|
-
onMutatedCurrentTheme: import("
|
259
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
260
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
261
261
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
262
262
|
actions: {
|
263
263
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -293,8 +293,8 @@ export declare function useThemeStyling(): {
|
|
293
293
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
294
294
|
};
|
295
295
|
events: {
|
296
|
-
onMutatingCurrentTheme: import("
|
297
|
-
onMutatedCurrentTheme: import("
|
296
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
297
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
298
298
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
299
299
|
actions: {
|
300
300
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -330,8 +330,8 @@ export declare function useThemeStyling(): {
|
|
330
330
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
331
331
|
};
|
332
332
|
events: {
|
333
|
-
onMutatingCurrentTheme: import("
|
334
|
-
onMutatedCurrentTheme: import("
|
333
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
334
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
335
335
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
336
336
|
actions: {
|
337
337
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -377,10 +377,10 @@ export declare function useThemeStyling(): {
|
|
377
377
|
blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes;
|
378
378
|
};
|
379
379
|
events: {
|
380
|
-
onMutatingBlueprint: import("
|
381
|
-
onMutatedBlueprint: import("
|
382
|
-
onMutatingBlueprintType: import("
|
383
|
-
onMutatedBlueprintType: import("
|
380
|
+
onMutatingBlueprint: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintDefinition>;
|
381
|
+
onMutatedBlueprint: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintDefinition>;
|
382
|
+
onMutatingBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
383
|
+
onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
384
384
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
385
385
|
actions: {
|
386
386
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -391,8 +391,8 @@ export declare function useThemeStyling(): {
|
|
391
391
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
392
392
|
};
|
393
393
|
events: {
|
394
|
-
onMutatingCurrentTheme: import("
|
395
|
-
onMutatedCurrentTheme: import("
|
394
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
395
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
396
396
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
397
397
|
actions: {
|
398
398
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -428,8 +428,8 @@ export declare function useThemeStyling(): {
|
|
428
428
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
429
429
|
};
|
430
430
|
events: {
|
431
|
-
onMutatingCurrentTheme: import("
|
432
|
-
onMutatedCurrentTheme: import("
|
431
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
432
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
433
433
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
434
434
|
actions: {
|
435
435
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -465,8 +465,8 @@ export declare function useThemeStyling(): {
|
|
465
465
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
466
466
|
};
|
467
467
|
events: {
|
468
|
-
onMutatingCurrentTheme: import("
|
469
|
-
onMutatedCurrentTheme: import("
|
468
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
469
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
470
470
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
471
471
|
actions: {
|
472
472
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -502,8 +502,8 @@ export declare function useThemeStyling(): {
|
|
502
502
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
503
503
|
};
|
504
504
|
events: {
|
505
|
-
onMutatingCurrentTheme: import("
|
506
|
-
onMutatedCurrentTheme: import("
|
505
|
+
onMutatingCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
506
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
507
507
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
508
508
|
actions: {
|
509
509
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts
CHANGED
@@ -5,10 +5,10 @@ export declare const useBlueprintEditorStore: (newInstanceWithName?: string) =>
|
|
5
5
|
blockBlueprint: BlockBlueprint;
|
6
6
|
};
|
7
7
|
events: {
|
8
|
-
onMutatingSelectedBlueprint: import("@omnia/fx
|
9
|
-
onMutatedSelectedBlueprint: import("@omnia/fx
|
10
|
-
onMutatingBlockBlueprint: import("@omnia/fx
|
11
|
-
onMutatedBlockBlueprint: import("@omnia/fx
|
8
|
+
onMutatingSelectedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<BlueprintTypes>;
|
9
|
+
onMutatedSelectedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<BlueprintTypes>;
|
10
|
+
onMutatingBlockBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<BlockBlueprint>;
|
11
|
+
onMutatedBlockBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<BlockBlueprint>;
|
12
12
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
13
13
|
actions: {
|
14
14
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|