@omnia/fx 8.0.131-dev → 8.0.132-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/models/Constants.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +38 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +36 -14
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ChromeTemplateEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ChromeTemplates.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +86 -31
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +18 -8
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/package.json +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographyDefinitionBlade.css.d.ts +0 -4
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/{SpacingBlueprintBlade.d.ts → EditSpacingBlueprintBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/{TypographyDefinitionBlade.d.ts → EditTypographyBlueprintBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/{TypographySettingsBlade.d.ts → EditTypographyDefinitionBlade.d.ts} +0 -0
@@ -1,5 +1,8 @@
|
|
1
1
|
import { ColorSchema } from "@omnia/fx-models";
|
2
2
|
export declare const ColorSchemaItemStyles: {
|
3
|
+
background: (bgColor: string) => string;
|
4
|
+
text: (color: string) => string;
|
5
|
+
button: string;
|
3
6
|
itemContainer: (schema: ColorSchema, hasIcon: boolean, toolbar: boolean) => string;
|
4
7
|
IconColumn: string;
|
5
8
|
titleColumn: string;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ColorSchema } from "@omnia/fx-models";
|
2
|
-
type Variant = "default" | "toolbar";
|
2
|
+
type Variant = "default" | "toolbar" | "card-preview";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
class: {
|
@@ -247,9 +247,9 @@ declare const _default: {
|
|
247
247
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
248
248
|
propsDefinition: Omit<Readonly<{
|
249
249
|
container?: any;
|
250
|
+
filters: FilterPickerFilter[];
|
250
251
|
colorSchemaType?: any;
|
251
252
|
colors?: any;
|
252
|
-
filters: FilterPickerFilter[];
|
253
253
|
} & {
|
254
254
|
class?: String | String[];
|
255
255
|
size?: "small" | "default" | "x-small";
|
@@ -50,9 +50,9 @@ declare const JourneyBladeComponent: {
|
|
50
50
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
51
51
|
};
|
52
52
|
variant: {
|
53
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
53
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
54
54
|
} & {
|
55
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
55
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
56
56
|
};
|
57
57
|
icon: {
|
58
58
|
type: import("vue").PropType<IIcon>;
|
@@ -192,9 +192,9 @@ declare const JourneyBladeComponent: {
|
|
192
192
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
193
193
|
};
|
194
194
|
variant: {
|
195
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
195
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
196
196
|
} & {
|
197
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
197
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
198
198
|
};
|
199
199
|
icon: {
|
200
200
|
type: import("vue").PropType<IIcon>;
|
@@ -332,9 +332,9 @@ declare const JourneyBladeComponent: {
|
|
332
332
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
333
333
|
};
|
334
334
|
variant: {
|
335
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
335
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
336
336
|
} & {
|
337
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
337
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
338
338
|
};
|
339
339
|
icon: {
|
340
340
|
type: import("vue").PropType<IIcon>;
|
@@ -469,9 +469,9 @@ declare const JourneyBladeComponent: {
|
|
469
469
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
470
470
|
};
|
471
471
|
variant: {
|
472
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
472
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
473
473
|
} & {
|
474
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
474
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
475
475
|
};
|
476
476
|
icon: {
|
477
477
|
type: import("vue").PropType<IIcon>;
|
@@ -585,7 +585,7 @@ declare const JourneyBladeComponent: {
|
|
585
585
|
actionsFooter?: Func<[VNodeChild]>;
|
586
586
|
};
|
587
587
|
remove?: boolean;
|
588
|
-
variant?: "info" | "edit" | "new";
|
588
|
+
variant?: "info" | "read-only" | "preview" | "edit" | "new";
|
589
589
|
subTitle?: string;
|
590
590
|
"sub-title"?: string;
|
591
591
|
loading?: boolean;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const BladeVariantDefinitions: readonly ["new", "edit", "info"];
|
1
|
+
export declare const BladeVariantDefinitions: readonly ["new", "edit", "info", "preview", "read-only"];
|
2
2
|
export type BladeVariantTypes = typeof BladeVariantDefinitions[number];
|
3
3
|
export declare const BladeVariantTypesName = "BladeVariantTypes";
|
4
4
|
export declare const BladeSizeDefinitions: readonly ["x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "full-screen", "fill-space"];
|
@@ -45,9 +45,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
45
45
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
46
46
|
};
|
47
47
|
variant: {
|
48
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
48
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
49
49
|
} & {
|
50
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
50
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
51
51
|
};
|
52
52
|
icon: {
|
53
53
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -187,9 +187,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
187
187
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
188
188
|
};
|
189
189
|
variant: {
|
190
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
190
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
191
191
|
} & {
|
192
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
192
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
193
193
|
};
|
194
194
|
icon: {
|
195
195
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -327,9 +327,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
327
327
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
328
328
|
};
|
329
329
|
variant: {
|
330
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
330
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
331
331
|
} & {
|
332
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
332
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
333
333
|
};
|
334
334
|
icon: {
|
335
335
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -464,9 +464,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
464
464
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
465
465
|
};
|
466
466
|
variant: {
|
467
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
467
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
468
468
|
} & {
|
469
|
-
type: import("vue").PropType<"info" | "edit" | "new">;
|
469
|
+
type: import("vue").PropType<"info" | "read-only" | "preview" | "edit" | "new">;
|
470
470
|
};
|
471
471
|
icon: {
|
472
472
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -580,7 +580,7 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
580
580
|
actionsFooter?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
|
581
581
|
};
|
582
582
|
remove?: boolean;
|
583
|
-
variant?: "info" | "edit" | "new";
|
583
|
+
variant?: "info" | "read-only" | "preview" | "edit" | "new";
|
584
584
|
subTitle?: string;
|
585
585
|
"sub-title"?: string;
|
586
586
|
loading?: boolean;
|
@@ -6,11 +6,13 @@ declare const _default: (props: {
|
|
6
6
|
"onUpdate:modelValue"?: (value: Object) => void;
|
7
7
|
} & {
|
8
8
|
modelValue?: Object;
|
9
|
-
} &
|
9
|
+
} & {
|
10
|
+
readOnly?: boolean;
|
11
|
+
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly"> & {
|
10
12
|
"v-slots"?: {
|
11
13
|
default?: import("vue").Slot;
|
12
14
|
} & DefineSlot<"activator", () => VNodeChild>;
|
13
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
15
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly">) => {
|
14
16
|
$: import("vue").ComponentInternalInstance;
|
15
17
|
$data: {};
|
16
18
|
$props: {};
|
@@ -54,11 +56,13 @@ declare const _default: (props: {
|
|
54
56
|
"onUpdate:modelValue"?: (value: Object) => void;
|
55
57
|
} & {
|
56
58
|
modelValue?: Object;
|
59
|
+
} & {
|
60
|
+
readOnly?: boolean;
|
57
61
|
} & {
|
58
62
|
"v-slots"?: {
|
59
63
|
default?: import("vue").Slot;
|
60
64
|
} & DefineSlot<"activator", () => VNodeChild>;
|
61
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
|
65
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly">;
|
62
66
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
63
67
|
[key: string]: any;
|
64
68
|
}>;
|
@@ -1,14 +1,14 @@
|
|
1
|
-
import { Guid,
|
1
|
+
import { Guid, ITemplateRegistration, SpacingBlueprintTypes, SpacingBlueprints, SpacingDefinition } from "@omnia/fx-models";
|
2
2
|
export declare const useSpacingEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
definition: SpacingDefinition;
|
5
|
-
|
5
|
+
blueprints: ITemplateRegistration<SpacingBlueprints>;
|
6
6
|
editMode: boolean;
|
7
7
|
editType: SpacingBlueprintTypes;
|
8
8
|
};
|
9
9
|
events: {
|
10
10
|
onMutatedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingDefinition>;
|
11
|
-
|
11
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingBlueprints>>;
|
12
12
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
13
13
|
onMutatedEditType: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingBlueprintTypes>;
|
14
14
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
@@ -18,7 +18,7 @@ export declare const useSpacingEditorStore: () => {
|
|
18
18
|
subscribe(fn: (type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
19
|
};
|
20
20
|
editBlueprint: {
|
21
|
-
subscribe(fn: (
|
21
|
+
subscribe(fn: (blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
22
|
};
|
23
23
|
addBlueprint: {
|
24
24
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -26,19 +26,25 @@ export declare const useSpacingEditorStore: () => {
|
|
26
26
|
copyDefinition: {
|
27
27
|
subscribe(fn: (definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
28
|
};
|
29
|
-
|
30
|
-
subscribe(fn: (
|
29
|
+
copyBlueprints: {
|
30
|
+
subscribe(fn: (blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
+
};
|
32
|
+
setDefinition: {
|
33
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
34
|
};
|
32
35
|
save: {
|
33
36
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
37
|
};
|
38
|
+
delete: {
|
39
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
+
};
|
35
41
|
};
|
36
42
|
onDispatched: {
|
37
43
|
editDefinition: {
|
38
44
|
subscribe(fn: (result: void, type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
45
|
};
|
40
46
|
editBlueprint: {
|
41
|
-
subscribe(fn: (result: void,
|
47
|
+
subscribe(fn: (result: void, blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
48
|
};
|
43
49
|
addBlueprint: {
|
44
50
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -46,11 +52,17 @@ export declare const useSpacingEditorStore: () => {
|
|
46
52
|
copyDefinition: {
|
47
53
|
subscribe(fn: (result: void, definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
54
|
};
|
49
|
-
|
50
|
-
subscribe(fn: (result: void,
|
55
|
+
copyBlueprints: {
|
56
|
+
subscribe(fn: (result: void, blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
+
};
|
58
|
+
setDefinition: {
|
59
|
+
subscribe(fn: (result: true) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
60
|
};
|
52
61
|
save: {
|
53
|
-
subscribe(fn: (result:
|
62
|
+
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
+
};
|
64
|
+
delete: {
|
65
|
+
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
66
|
};
|
55
67
|
};
|
56
68
|
onFailure: {
|
@@ -58,7 +70,7 @@ export declare const useSpacingEditorStore: () => {
|
|
58
70
|
subscribe(fn: (failureReason: any, type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
71
|
};
|
60
72
|
editBlueprint: {
|
61
|
-
subscribe(fn: (failureReason: any,
|
73
|
+
subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
74
|
};
|
63
75
|
addBlueprint: {
|
64
76
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -66,26 +78,34 @@ export declare const useSpacingEditorStore: () => {
|
|
66
78
|
copyDefinition: {
|
67
79
|
subscribe(fn: (failureReason: any, definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
80
|
};
|
69
|
-
|
70
|
-
subscribe(fn: (failureReason: any,
|
81
|
+
copyBlueprints: {
|
82
|
+
subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
+
};
|
84
|
+
setDefinition: {
|
85
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
86
|
};
|
72
87
|
save: {
|
73
88
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
89
|
};
|
90
|
+
delete: {
|
91
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
92
|
+
};
|
75
93
|
};
|
76
94
|
} & {
|
77
95
|
editDefinition(type: SpacingBlueprintTypes): void;
|
78
|
-
editBlueprint(
|
96
|
+
editBlueprint(blueprints: ITemplateRegistration<SpacingBlueprints>): void;
|
79
97
|
addBlueprint(): void;
|
80
98
|
copyDefinition(definition: SpacingDefinition): void;
|
81
|
-
|
82
|
-
|
99
|
+
copyBlueprints(blueprints: ITemplateRegistration<SpacingBlueprints>): void;
|
100
|
+
setDefinition(): true;
|
101
|
+
save(): Promise<boolean>;
|
102
|
+
delete(): Promise<boolean>;
|
83
103
|
};
|
84
104
|
get: {};
|
85
105
|
bladeId: {
|
86
106
|
spacingStartBlade: Guid;
|
87
|
-
|
88
|
-
|
107
|
+
editSpacingBlueprintBlade: Guid;
|
108
|
+
editSpacingDefinitionBlade: Guid;
|
89
109
|
settingsBlade: Guid;
|
90
110
|
};
|
91
111
|
};
|
@@ -1,6 +1,7 @@
|
|
1
|
-
import { Guid, TypographyBlueprint, TypographyDefinition, TypographySizes, TypographyType } from "@omnia/fx-models";
|
1
|
+
import { Guid, ITemplateRegistration, TypographyBlueprint, TypographyBlueprints, TypographyDefinition, TypographySizes, TypographyType } from "@omnia/fx-models";
|
2
2
|
export declare const useTypographyEditorStore: () => {
|
3
3
|
state: {
|
4
|
+
blueprints: ITemplateRegistration<TypographyBlueprints>;
|
4
5
|
blueprint: TypographyBlueprint;
|
5
6
|
editMode: boolean;
|
6
7
|
selectedTypography: {
|
@@ -10,6 +11,7 @@ export declare const useTypographyEditorStore: () => {
|
|
10
11
|
};
|
11
12
|
};
|
12
13
|
events: {
|
14
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TypographyBlueprints>>;
|
13
15
|
onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<TypographyBlueprint>;
|
14
16
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
15
17
|
onMutatedSelectedTypography: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
@@ -23,10 +25,13 @@ export declare const useTypographyEditorStore: () => {
|
|
23
25
|
setSelectedDefinition: {
|
24
26
|
subscribe(fn: (type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
27
|
};
|
26
|
-
|
27
|
-
subscribe(fn: (
|
28
|
+
updateSelectedDefinition: {
|
29
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
30
|
};
|
29
|
-
|
31
|
+
editBlueprints: {
|
32
|
+
subscribe(fn: (blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
addBlueprints: {
|
30
35
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
36
|
};
|
32
37
|
copyBlueprint: {
|
@@ -41,15 +46,21 @@ export declare const useTypographyEditorStore: () => {
|
|
41
46
|
save: {
|
42
47
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
48
|
};
|
49
|
+
delete: {
|
50
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
+
};
|
44
52
|
};
|
45
53
|
onDispatched: {
|
46
54
|
setSelectedDefinition: {
|
47
55
|
subscribe(fn: (result: void, type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
56
|
};
|
49
|
-
|
50
|
-
subscribe(fn: (result: void
|
57
|
+
updateSelectedDefinition: {
|
58
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
+
};
|
60
|
+
editBlueprints: {
|
61
|
+
subscribe(fn: (result: void, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
62
|
};
|
52
|
-
|
63
|
+
addBlueprints: {
|
53
64
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
65
|
};
|
55
66
|
copyBlueprint: {
|
@@ -62,17 +73,23 @@ export declare const useTypographyEditorStore: () => {
|
|
62
73
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
74
|
};
|
64
75
|
save: {
|
65
|
-
subscribe(fn: (result:
|
76
|
+
subscribe(fn: (result: unknown) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
+
};
|
78
|
+
delete: {
|
79
|
+
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
80
|
};
|
67
81
|
};
|
68
82
|
onFailure: {
|
69
83
|
setSelectedDefinition: {
|
70
84
|
subscribe(fn: (failureReason: any, type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
85
|
};
|
72
|
-
|
73
|
-
subscribe(fn: (failureReason: any
|
86
|
+
updateSelectedDefinition: {
|
87
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
88
|
};
|
75
|
-
|
89
|
+
editBlueprints: {
|
90
|
+
subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
91
|
+
};
|
92
|
+
addBlueprints: {
|
76
93
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
94
|
};
|
78
95
|
copyBlueprint: {
|
@@ -87,17 +104,22 @@ export declare const useTypographyEditorStore: () => {
|
|
87
104
|
save: {
|
88
105
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
106
|
};
|
107
|
+
delete: {
|
108
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
109
|
+
};
|
90
110
|
};
|
91
111
|
} & {
|
92
112
|
setSelectedDefinition(type: TypographyType, size: TypographySizes): void;
|
93
|
-
|
94
|
-
|
113
|
+
updateSelectedDefinition(): void;
|
114
|
+
editBlueprints(blueprints: ITemplateRegistration<TypographyBlueprints>): void;
|
115
|
+
addBlueprints(): void;
|
95
116
|
copyBlueprint(blueprint: TypographyBlueprint): void;
|
96
117
|
setFont(font: {
|
97
118
|
family: string;
|
98
119
|
cdn?: string;
|
99
120
|
}): void;
|
100
|
-
save():
|
121
|
+
save(): Promise<unknown>;
|
122
|
+
delete(): Promise<boolean>;
|
101
123
|
};
|
102
124
|
get: {
|
103
125
|
definitionType: () => {
|
@@ -22,6 +22,9 @@ export declare const useColorschemaEditorStore: () => {
|
|
22
22
|
save: {
|
23
23
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
24
|
};
|
25
|
+
delete: {
|
26
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
+
};
|
25
28
|
};
|
26
29
|
onDispatched: {
|
27
30
|
editColorSchema: {
|
@@ -34,7 +37,10 @@ export declare const useColorschemaEditorStore: () => {
|
|
34
37
|
subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
38
|
};
|
36
39
|
save: {
|
37
|
-
subscribe(fn: (result:
|
40
|
+
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
};
|
42
|
+
delete: {
|
43
|
+
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
44
|
};
|
39
45
|
};
|
40
46
|
onFailure: {
|
@@ -50,12 +56,16 @@ export declare const useColorschemaEditorStore: () => {
|
|
50
56
|
save: {
|
51
57
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
58
|
};
|
59
|
+
delete: {
|
60
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
+
};
|
53
62
|
};
|
54
63
|
} & {
|
55
64
|
editColorSchema(colorSchema: ITemplateRegistration<ColorSchema>): void;
|
56
65
|
addColorSchema(colorSchema: ITemplateRegistration<ColorSchema>): void;
|
57
66
|
copyColorSchema(colorSchema: ITemplateRegistration<ColorSchema>): void;
|
58
|
-
save():
|
67
|
+
save(): Promise<boolean>;
|
68
|
+
delete(): Promise<boolean>;
|
59
69
|
};
|
60
70
|
get: {};
|
61
71
|
bladeId: {
|
@@ -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,22 @@
|
|
1
|
+
import { DynamicState } from "@omnia/fx-models";
|
2
|
+
export interface ContentBlockVelcronState extends DynamicState {
|
3
|
+
content: {
|
4
|
+
[id: string]: unknown;
|
5
|
+
};
|
6
|
+
}
|
7
|
+
declare const _default: {
|
8
|
+
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, {}, {}, {
|
9
|
+
P: {};
|
10
|
+
B: {};
|
11
|
+
D: {};
|
12
|
+
C: {};
|
13
|
+
M: {};
|
14
|
+
Defaults: {};
|
15
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
16
|
+
__isFragment?: never;
|
17
|
+
__isTeleport?: never;
|
18
|
+
__isSuspense?: never;
|
19
|
+
} & 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 & {
|
20
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
21
|
+
};
|
22
|
+
export default _default;
|
@@ -28,8 +28,11 @@ export declare const useBlueprintTemplatesStore: () => {
|
|
28
28
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
29
29
|
actions: {
|
30
30
|
onDispatching: {
|
31
|
-
|
32
|
-
subscribe(fn: (
|
31
|
+
upsertSpacingBlueprints: {
|
32
|
+
subscribe(fn: (blueprint: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
deleteSpacingBlueprints: {
|
35
|
+
subscribe(fn: (registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
36
|
};
|
34
37
|
upsertButtonBlueprint: {
|
35
38
|
subscribe(fn: (blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -37,45 +40,75 @@ export declare const useBlueprintTemplatesStore: () => {
|
|
37
40
|
deleteButtonBlueprint: {
|
38
41
|
subscribe(fn: (registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
42
|
};
|
40
|
-
|
43
|
+
upsertTabsBlueprint: {
|
41
44
|
subscribe(fn: (blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
45
|
};
|
43
|
-
|
46
|
+
deleteTabsBlueprint: {
|
47
|
+
subscribe(fn: (registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
|
+
};
|
49
|
+
upsertChromeBlueprint: {
|
44
50
|
subscribe(fn: (blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
51
|
};
|
46
|
-
|
52
|
+
deleteChromeBlueprint: {
|
53
|
+
subscribe(fn: (registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
|
+
};
|
55
|
+
upsertComponentBlueprints: {
|
47
56
|
subscribe(fn: (blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
57
|
};
|
49
|
-
|
58
|
+
deleteComponentBlueprint: {
|
59
|
+
subscribe(fn: (registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
|
+
};
|
61
|
+
upsertTypographyBlueprints: {
|
50
62
|
subscribe(fn: (blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
63
|
};
|
64
|
+
deleteTypographyBlueprints: {
|
65
|
+
subscribe(fn: (registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
+
};
|
52
67
|
};
|
53
68
|
onDispatched: {
|
54
|
-
|
55
|
-
subscribe(fn: (result:
|
69
|
+
upsertSpacingBlueprints: {
|
70
|
+
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
+
};
|
72
|
+
deleteSpacingBlueprints: {
|
73
|
+
subscribe(fn: (result: boolean, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
74
|
};
|
57
75
|
upsertButtonBlueprint: {
|
58
|
-
subscribe(fn: (result:
|
76
|
+
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
77
|
};
|
60
78
|
deleteButtonBlueprint: {
|
61
|
-
subscribe(fn: (result:
|
79
|
+
subscribe(fn: (result: boolean, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
+
};
|
81
|
+
upsertTabsBlueprint: {
|
82
|
+
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
+
};
|
84
|
+
deleteTabsBlueprint: {
|
85
|
+
subscribe(fn: (result: boolean, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
86
|
};
|
63
|
-
|
64
|
-
subscribe(fn: (result:
|
87
|
+
upsertChromeBlueprint: {
|
88
|
+
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
89
|
};
|
66
|
-
|
67
|
-
subscribe(fn: (result:
|
90
|
+
deleteChromeBlueprint: {
|
91
|
+
subscribe(fn: (result: boolean, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
92
|
};
|
69
|
-
|
70
|
-
subscribe(fn: (result:
|
93
|
+
upsertComponentBlueprints: {
|
94
|
+
subscribe(fn: (result: unknown, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
95
|
};
|
72
|
-
|
73
|
-
subscribe(fn: (result:
|
96
|
+
deleteComponentBlueprint: {
|
97
|
+
subscribe(fn: (result: boolean, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
|
+
};
|
99
|
+
upsertTypographyBlueprints: {
|
100
|
+
subscribe(fn: (result: unknown, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
|
+
};
|
102
|
+
deleteTypographyBlueprints: {
|
103
|
+
subscribe(fn: (result: boolean, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
104
|
};
|
75
105
|
};
|
76
106
|
onFailure: {
|
77
|
-
|
78
|
-
subscribe(fn: (failureReason: any,
|
107
|
+
upsertSpacingBlueprints: {
|
108
|
+
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
109
|
+
};
|
110
|
+
deleteSpacingBlueprints: {
|
111
|
+
subscribe(fn: (failureReason: any, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
112
|
};
|
80
113
|
upsertButtonBlueprint: {
|
81
114
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -83,27 +116,49 @@ export declare const useBlueprintTemplatesStore: () => {
|
|
83
116
|
deleteButtonBlueprint: {
|
84
117
|
subscribe(fn: (failureReason: any, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
118
|
};
|
86
|
-
|
119
|
+
upsertTabsBlueprint: {
|
87
120
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
88
121
|
};
|
89
|
-
|
122
|
+
deleteTabsBlueprint: {
|
123
|
+
subscribe(fn: (failureReason: any, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
124
|
+
};
|
125
|
+
upsertChromeBlueprint: {
|
90
126
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
91
127
|
};
|
92
|
-
|
128
|
+
deleteChromeBlueprint: {
|
129
|
+
subscribe(fn: (failureReason: any, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
130
|
+
};
|
131
|
+
upsertComponentBlueprints: {
|
93
132
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
94
133
|
};
|
95
|
-
|
134
|
+
deleteComponentBlueprint: {
|
135
|
+
subscribe(fn: (failureReason: any, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
136
|
+
};
|
137
|
+
upsertTypographyBlueprints: {
|
96
138
|
subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
139
|
};
|
140
|
+
deleteTypographyBlueprints: {
|
141
|
+
subscribe(fn: (failureReason: any, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
142
|
+
};
|
98
143
|
};
|
99
144
|
} & {
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
145
|
+
upsertSpacingBlueprints(blueprint: ITemplateRegistration<SpacingBlueprints>): Promise<boolean>;
|
146
|
+
deleteSpacingBlueprints(registrationId: Guid): Promise<boolean>;
|
147
|
+
/**Button */
|
148
|
+
upsertButtonBlueprint(blueprint: ITemplateRegistration<ButtonBlueprint>): Promise<boolean>;
|
149
|
+
deleteButtonBlueprint(registrationId: Guid): Promise<boolean>;
|
150
|
+
/**Tabs */
|
151
|
+
upsertTabsBlueprint(blueprint: ITemplateRegistration<TabsBlueprint>): Promise<boolean>;
|
152
|
+
deleteTabsBlueprint(registrationId: Guid): Promise<boolean>;
|
153
|
+
/**Chrome */
|
154
|
+
upsertChromeBlueprint(blueprint: ITemplateRegistration<ChromeBlueprint>): Promise<boolean>;
|
155
|
+
deleteChromeBlueprint(registrationId: Guid): Promise<boolean>;
|
156
|
+
/**Components */
|
157
|
+
upsertComponentBlueprints(blueprint: ITemplateRegistration<ComponentBlueprints>): Promise<unknown>;
|
158
|
+
deleteComponentBlueprint(registrationId: Guid): Promise<boolean>;
|
159
|
+
/**Typography */
|
160
|
+
upsertTypographyBlueprints(blueprints: ITemplateRegistration<TypographyBlueprints>): Promise<unknown>;
|
161
|
+
deleteTypographyBlueprints(registrationId: Guid): Promise<boolean>;
|
107
162
|
};
|
108
163
|
get: {
|
109
164
|
byId: {
|
package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorSchema, ITemplateRegistration } from "@omnia/fx-models";
|
1
|
+
import { ColorSchema, Guid, ITemplateRegistration } from "@omnia/fx-models";
|
2
2
|
export declare const useColorSchemaDefinitionStore: () => {
|
3
3
|
state: {
|
4
4
|
schemas: ITemplateRegistration<ColorSchema>[];
|
@@ -8,22 +8,32 @@ export declare const useColorSchemaDefinitionStore: () => {
|
|
8
8
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
9
|
actions: {
|
10
10
|
onDispatching: {
|
11
|
-
|
12
|
-
subscribe(fn: (
|
11
|
+
upsertColorSchema: {
|
12
|
+
subscribe(fn: (colorSchemaRegistration: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
+
};
|
14
|
+
deleteColorSchema: {
|
15
|
+
subscribe(fn: (registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
16
|
};
|
14
17
|
};
|
15
18
|
onDispatched: {
|
16
|
-
|
17
|
-
subscribe(fn: (result: void,
|
19
|
+
upsertColorSchema: {
|
20
|
+
subscribe(fn: (result: void, colorSchemaRegistration: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
+
};
|
22
|
+
deleteColorSchema: {
|
23
|
+
subscribe(fn: (result: void, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
24
|
};
|
19
25
|
};
|
20
26
|
onFailure: {
|
21
|
-
|
22
|
-
subscribe(fn: (failureReason: any,
|
27
|
+
upsertColorSchema: {
|
28
|
+
subscribe(fn: (failureReason: any, colorSchemaRegistration: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
+
};
|
30
|
+
deleteColorSchema: {
|
31
|
+
subscribe(fn: (failureReason: any, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
32
|
};
|
24
33
|
};
|
25
34
|
} & {
|
26
|
-
|
35
|
+
upsertColorSchema(colorSchemaRegistration: ITemplateRegistration<ColorSchema>): void;
|
36
|
+
deleteColorSchema(registrationId: Guid): void;
|
27
37
|
};
|
28
38
|
get: {};
|
29
39
|
};
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.132-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.132-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
27
27
|
"splitpanes": "3.1.5",
|
28
|
-
"vuetify": "3.5.
|
29
|
-
"vue": "3.4.
|
28
|
+
"vuetify": "3.5.7",
|
29
|
+
"vue": "3.4.21",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.3.3",
|
32
32
|
"@tiptap/vue-3": "2.1.13",
|
File without changes
|
File without changes
|