@omnia/fx 8.0.100-vnext → 8.0.102-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +25 -42
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +19 -7
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +50 -26
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +17 -8
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +73 -52
- 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.d.ts +295 -50
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor_old.d.ts +66 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +208 -38
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer_older.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +23 -11
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +141 -70
- package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +159 -17
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker_old.css.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker_old.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.css.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +25 -0
- 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 +5 -5
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +11 -0
- 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 +27 -11
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +44 -25
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +213 -143
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +25 -16
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +464 -101
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +21 -10
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +27 -13
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +155 -34
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +172 -48
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -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 +53 -24
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +26 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronTextContentBuilder.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +128 -57
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -0
- package/package.json +2 -2
@@ -6,6 +6,7 @@ declare const _default: {
|
|
6
6
|
style?: unknown;
|
7
7
|
class?: unknown;
|
8
8
|
key?: string | number | symbol;
|
9
|
+
readonly width?: number;
|
9
10
|
readonly height?: number;
|
10
11
|
ref?: import("vue").VNodeRef;
|
11
12
|
ref_for?: boolean;
|
@@ -49,6 +50,7 @@ declare const _default: {
|
|
49
50
|
[key: string]: any;
|
50
51
|
}>) => void)[];
|
51
52
|
readonly aspectRatio?: "default" | "landscape";
|
53
|
+
readonly cover?: boolean;
|
52
54
|
readonly alt?: string;
|
53
55
|
readonly src?: string;
|
54
56
|
};
|
@@ -70,6 +72,13 @@ declare const _default: {
|
|
70
72
|
type: import("vue").PropType<string>;
|
71
73
|
required: false;
|
72
74
|
};
|
75
|
+
cover: {
|
76
|
+
type: import("vue").PropType<boolean>;
|
77
|
+
required: false;
|
78
|
+
};
|
79
|
+
width: {
|
80
|
+
type: import("vue").PropType<number>;
|
81
|
+
};
|
73
82
|
height: {
|
74
83
|
type: import("vue").PropType<number>;
|
75
84
|
};
|
@@ -104,6 +113,13 @@ declare const _default: {
|
|
104
113
|
type: import("vue").PropType<string>;
|
105
114
|
required: false;
|
106
115
|
};
|
116
|
+
cover: {
|
117
|
+
type: import("vue").PropType<boolean>;
|
118
|
+
required: false;
|
119
|
+
};
|
120
|
+
width: {
|
121
|
+
type: import("vue").PropType<number>;
|
122
|
+
};
|
107
123
|
height: {
|
108
124
|
type: import("vue").PropType<number>;
|
109
125
|
};
|
@@ -122,6 +138,13 @@ declare const _default: {
|
|
122
138
|
type: import("vue").PropType<string>;
|
123
139
|
required: false;
|
124
140
|
};
|
141
|
+
cover: {
|
142
|
+
type: import("vue").PropType<boolean>;
|
143
|
+
required: false;
|
144
|
+
};
|
145
|
+
width: {
|
146
|
+
type: import("vue").PropType<number>;
|
147
|
+
};
|
125
148
|
height: {
|
126
149
|
type: import("vue").PropType<number>;
|
127
150
|
};
|
@@ -133,8 +156,10 @@ declare const _default: {
|
|
133
156
|
};
|
134
157
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
135
158
|
propsDefinition: Omit<Readonly<{} & {
|
159
|
+
width?: number;
|
136
160
|
height?: number;
|
137
161
|
aspectRatio?: "default" | "landscape";
|
162
|
+
cover?: boolean;
|
138
163
|
alt?: string;
|
139
164
|
src?: string;
|
140
165
|
}>, never>;
|
@@ -53,7 +53,7 @@ declare const _default: {
|
|
53
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
54
|
[key: string]: any;
|
55
55
|
}>) => void)[];
|
56
|
-
readonly variant?: "navigation" | "default";
|
56
|
+
readonly variant?: "navigation" | "default" | "options";
|
57
57
|
readonly lines?: false | "one" | "two" | "three";
|
58
58
|
readonly toned?: boolean;
|
59
59
|
};
|
@@ -72,7 +72,7 @@ declare const _default: {
|
|
72
72
|
$el: any;
|
73
73
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
74
74
|
variant: {
|
75
|
-
type: import("vue").PropType<"navigation" | "default">;
|
75
|
+
type: import("vue").PropType<"navigation" | "default" | "options">;
|
76
76
|
};
|
77
77
|
toned: {
|
78
78
|
type: import("vue").PropType<boolean>;
|
@@ -122,7 +122,7 @@ declare const _default: {
|
|
122
122
|
$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;
|
123
123
|
} & Readonly<import("vue").ExtractPropTypes<{
|
124
124
|
variant: {
|
125
|
-
type: import("vue").PropType<"navigation" | "default">;
|
125
|
+
type: import("vue").PropType<"navigation" | "default" | "options">;
|
126
126
|
};
|
127
127
|
toned: {
|
128
128
|
type: import("vue").PropType<boolean>;
|
@@ -150,7 +150,7 @@ declare const _default: {
|
|
150
150
|
__isSuspense?: never;
|
151
151
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
152
152
|
variant: {
|
153
|
-
type: import("vue").PropType<"navigation" | "default">;
|
153
|
+
type: import("vue").PropType<"navigation" | "default" | "options">;
|
154
154
|
};
|
155
155
|
toned: {
|
156
156
|
type: import("vue").PropType<boolean>;
|
@@ -188,7 +188,7 @@ declare const _default: {
|
|
188
188
|
} & {
|
189
189
|
nav?: boolean;
|
190
190
|
class?: String | String[];
|
191
|
-
variant?: "navigation" | "default";
|
191
|
+
variant?: "navigation" | "default" | "options";
|
192
192
|
lines?: false | "one" | "two" | "three";
|
193
193
|
toned?: boolean;
|
194
194
|
}>, never>;
|
@@ -64,6 +64,7 @@ declare const _default: {
|
|
64
64
|
customButtons?: Func<[VNodeChild]>;
|
65
65
|
};
|
66
66
|
readonly variant?: "default" | "menu" | "blade";
|
67
|
+
readonly toned?: boolean;
|
67
68
|
readonly subTitle?: string;
|
68
69
|
"onClick:close"?: () => any;
|
69
70
|
"onClick:back"?: () => any;
|
@@ -89,6 +90,9 @@ declare const _default: {
|
|
89
90
|
title?: Func<[VNodeChild]>;
|
90
91
|
customButtons?: Func<[VNodeChild]>;
|
91
92
|
}>;
|
93
|
+
toned: {
|
94
|
+
type: import("vue").PropType<boolean>;
|
95
|
+
};
|
92
96
|
backButton: {
|
93
97
|
type: import("vue").PropType<boolean>;
|
94
98
|
};
|
@@ -155,6 +159,9 @@ declare const _default: {
|
|
155
159
|
title?: Func<[VNodeChild]>;
|
156
160
|
customButtons?: Func<[VNodeChild]>;
|
157
161
|
}>;
|
162
|
+
toned: {
|
163
|
+
type: import("vue").PropType<boolean>;
|
164
|
+
};
|
158
165
|
backButton: {
|
159
166
|
type: import("vue").PropType<boolean>;
|
160
167
|
};
|
@@ -196,6 +203,9 @@ declare const _default: {
|
|
196
203
|
title?: Func<[VNodeChild]>;
|
197
204
|
customButtons?: Func<[VNodeChild]>;
|
198
205
|
}>;
|
206
|
+
toned: {
|
207
|
+
type: import("vue").PropType<boolean>;
|
208
|
+
};
|
199
209
|
backButton: {
|
200
210
|
type: import("vue").PropType<boolean>;
|
201
211
|
};
|
@@ -254,6 +264,7 @@ declare const _default: {
|
|
254
264
|
customButtons?: Func<[VNodeChild]>;
|
255
265
|
};
|
256
266
|
variant?: "default" | "menu" | "blade";
|
267
|
+
toned?: boolean;
|
257
268
|
subTitle?: string;
|
258
269
|
backButton?: boolean;
|
259
270
|
}>, "onClick:close" | "onClick:back"> & {
|
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;
|
@@ -5,6 +5,33 @@ export declare const useBlueprintStore: (newInstanceWithName?: string) => {
|
|
5
5
|
blueprint: BlueprintDefinition;
|
6
6
|
blueprintType: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
|
7
7
|
};
|
8
|
+
events: {
|
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
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
14
|
+
actions: {
|
15
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
16
|
+
setBlueprint(type: BlueprintTypes | BlueprintType): void;
|
17
|
+
setCustomBlueprint(blueprint: BlueprintDefinition): void;
|
18
|
+
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStoreV2>): void;
|
19
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
21
|
+
setBlueprint(type: BlueprintTypes | BlueprintType): void;
|
22
|
+
setCustomBlueprint(blueprint: BlueprintDefinition): void;
|
23
|
+
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStoreV2>): void;
|
24
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
26
|
+
setBlueprint(type: BlueprintTypes | BlueprintType): void;
|
27
|
+
setCustomBlueprint(blueprint: BlueprintDefinition): void;
|
28
|
+
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStoreV2>): void;
|
29
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
+
} & {
|
31
|
+
setBlueprint(type: BlueprintTypes | BlueprintType): void;
|
32
|
+
setCustomBlueprint(blueprint: BlueprintDefinition): void;
|
33
|
+
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStoreV2>): void;
|
34
|
+
};
|
8
35
|
get: {
|
9
36
|
readonly all: BlueprintDefinition;
|
10
37
|
byType: <TType extends BlueprintItemDefinition>(type: WebBlueprintDefintionTypes | WebBlueprintDefintionType) => TType;
|
@@ -15,16 +42,5 @@ export declare const useBlueprintStore: (newInstanceWithName?: string) => {
|
|
15
42
|
readonly layout: SpacingBlueprint;
|
16
43
|
};
|
17
44
|
};
|
18
|
-
actions: {
|
19
|
-
setBlueprint: (type: BlueprintTypes | BlueprintType) => void;
|
20
|
-
setThemeStore: (themeStoreInstance: ReturnType<typeof useThemeStoreV2>) => void;
|
21
|
-
setCustomBlueprint: (blueprint: BlueprintDefinition) => void;
|
22
|
-
};
|
23
|
-
events: {
|
24
|
-
onMutatingBlueprint: import("@omnia/fx").EventHook<BlueprintDefinition>;
|
25
|
-
onMutatedBlueprint: import("@omnia/fx").EventHook<BlueprintDefinition>;
|
26
|
-
onMutatingBlueprintType: import("@omnia/fx").EventHook<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
27
|
-
onMutatedBlueprintType: import("@omnia/fx").EventHook<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
|
28
|
-
};
|
29
45
|
deactivated(): void;
|
30
46
|
};
|
@@ -11,9 +11,52 @@ export declare const useColorSchemaStore: (newInstanceWithName?: string) => {
|
|
11
11
|
colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
12
12
|
id: import("@omnia/fx-models").GuidValue;
|
13
13
|
};
|
14
|
+
events: {
|
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
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
32
|
+
actions: {
|
33
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
34
|
+
setColorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType, container?: boolean): void;
|
35
|
+
setCustomColorSchema(colorSchema: ColorSchema, container?: boolean): void;
|
36
|
+
setColor(colorDefinition: ColorDefinition, colorType: ColorTypes): void;
|
37
|
+
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStoreV2>): void;
|
38
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
40
|
+
setColorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType, container?: boolean): void;
|
41
|
+
setCustomColorSchema(colorSchema: ColorSchema, container?: boolean): void;
|
42
|
+
setColor(colorDefinition: ColorDefinition, colorType: ColorTypes): void;
|
43
|
+
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStoreV2>): void;
|
44
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
46
|
+
setColorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType, container?: boolean): void;
|
47
|
+
setCustomColorSchema(colorSchema: ColorSchema, container?: boolean): void;
|
48
|
+
setColor(colorDefinition: ColorDefinition, colorType: ColorTypes): void;
|
49
|
+
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStoreV2>): void;
|
50
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
+
} & {
|
52
|
+
setColorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType, container?: boolean): void;
|
53
|
+
setCustomColorSchema(colorSchema: ColorSchema, container?: boolean): void;
|
54
|
+
setColor(colorDefinition: ColorDefinition, colorType: ColorTypes): void;
|
55
|
+
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStoreV2>): void;
|
56
|
+
};
|
14
57
|
get: {
|
15
|
-
readonly theme: "dark" | "light";
|
16
58
|
readonly colorSchema: ColorSchema;
|
59
|
+
readonly theme: "dark" | "light";
|
17
60
|
readonly base: ColorDefinition;
|
18
61
|
readonly onBase: ColorDefinition;
|
19
62
|
readonly container: ColorDefinition;
|
@@ -25,29 +68,5 @@ export declare const useColorSchemaStore: (newInstanceWithName?: string) => {
|
|
25
68
|
readonly onContainer: ColorDefinition;
|
26
69
|
};
|
27
70
|
};
|
28
|
-
actions: {
|
29
|
-
setColorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, container?: boolean) => void;
|
30
|
-
setThemeStore: (themeStoreInstance: ReturnType<typeof useThemeStoreV2>) => void;
|
31
|
-
setCustomColorSchema: (colorSchema: ColorSchema, container?: boolean) => void;
|
32
|
-
setColor: (colorDefinition: ColorDefinition, colorType: ColorTypes) => void;
|
33
|
-
};
|
34
|
-
events: {
|
35
|
-
onMutatingBase: import("@omnia/fx").EventHook<ColorDefinition>;
|
36
|
-
onMutatedBase: import("@omnia/fx").EventHook<ColorDefinition>;
|
37
|
-
onMutatingOnBase: import("@omnia/fx").EventHook<ColorDefinition>;
|
38
|
-
onMutatedOnBase: import("@omnia/fx").EventHook<ColorDefinition>;
|
39
|
-
onMutatingContainer: import("@omnia/fx").EventHook<ColorDefinition>;
|
40
|
-
onMutatedContainer: import("@omnia/fx").EventHook<ColorDefinition>;
|
41
|
-
onMutatingOnContainer: import("@omnia/fx").EventHook<ColorDefinition>;
|
42
|
-
onMutatedOnContainer: import("@omnia/fx").EventHook<ColorDefinition>;
|
43
|
-
onMutatingIsContainer: import("@omnia/fx").EventHook<boolean>;
|
44
|
-
onMutatedIsContainer: import("@omnia/fx").EventHook<boolean>;
|
45
|
-
onMutatingName: import("@omnia/fx").EventHook<string>;
|
46
|
-
onMutatedName: import("@omnia/fx").EventHook<string>;
|
47
|
-
onMutatingColorSchemaType: import("@omnia/fx").EventHook<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
48
|
-
onMutatedColorSchemaType: import("@omnia/fx").EventHook<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
49
|
-
onMutatingId: import("@omnia/fx").EventHook<import("@omnia/fx-models").GuidValue>;
|
50
|
-
onMutatedId: import("@omnia/fx").EventHook<import("@omnia/fx-models").GuidValue>;
|
51
|
-
};
|
52
71
|
deactivated(): void;
|
53
72
|
};
|