@omnia/fx 8.0.137-dev → 8.0.139-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/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +52 -18
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/PreviewJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/ThemeDesigner.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +94 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +263 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +118 -92
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +60 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -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;
|
@@ -28,6 +28,12 @@ export declare const useComponentsEditorStore: () => {
|
|
28
28
|
updateEditingTabsBlueprints: {
|
29
29
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
30
|
};
|
31
|
+
updateEditingIconBlueprints: {
|
32
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
resetEditingIconBlueprints: {
|
35
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
+
};
|
31
37
|
save: {
|
32
38
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
39
|
};
|
@@ -54,6 +60,12 @@ export declare const useComponentsEditorStore: () => {
|
|
54
60
|
updateEditingTabsBlueprints: {
|
55
61
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
62
|
};
|
63
|
+
updateEditingIconBlueprints: {
|
64
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
+
};
|
66
|
+
resetEditingIconBlueprints: {
|
67
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
+
};
|
57
69
|
save: {
|
58
70
|
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
71
|
};
|
@@ -80,6 +92,12 @@ export declare const useComponentsEditorStore: () => {
|
|
80
92
|
updateEditingTabsBlueprints: {
|
81
93
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
94
|
};
|
95
|
+
updateEditingIconBlueprints: {
|
96
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
|
+
};
|
98
|
+
resetEditingIconBlueprints: {
|
99
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
100
|
+
};
|
83
101
|
save: {
|
84
102
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
103
|
};
|
@@ -94,6 +112,8 @@ export declare const useComponentsEditorStore: () => {
|
|
94
112
|
updateEditingBlocksBlueprints(): void;
|
95
113
|
updateEditingButtonsBlueprints(): void;
|
96
114
|
updateEditingTabsBlueprints(): void;
|
115
|
+
updateEditingIconBlueprints(): void;
|
116
|
+
resetEditingIconBlueprints(): void;
|
97
117
|
save(): Promise<boolean>;
|
98
118
|
delete(): Promise<boolean>;
|
99
119
|
};
|
@@ -292,6 +312,57 @@ export declare const useComponentsEditorStore: () => {
|
|
292
312
|
applyChanges(): void;
|
293
313
|
};
|
294
314
|
};
|
315
|
+
iconsEditorStore: {
|
316
|
+
state: {
|
317
|
+
blueprints: import("@omnia/fx-models").IconBlueprints;
|
318
|
+
editingBlueprint: import("@omnia/fx-models").IconBlueprint;
|
319
|
+
editingiconSize: "small" | "default" | "large" | "x-large" | "x-small";
|
320
|
+
};
|
321
|
+
events: {
|
322
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").IconBlueprints>;
|
323
|
+
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").IconBlueprint>;
|
324
|
+
onMutatedEditingiconSize: import("@omnia/fx").MessageBusExposeOnlySubscription<"small" | "default" | "large" | "x-large" | "x-small">;
|
325
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
326
|
+
actions: {
|
327
|
+
onDispatching: {
|
328
|
+
setEditingBlueprints: {
|
329
|
+
subscribe(fn: (blueprints: import("@omnia/fx-models").IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
330
|
+
};
|
331
|
+
setEditingBlueprint: {
|
332
|
+
subscribe(fn: (size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
333
|
+
};
|
334
|
+
applyChanges: {
|
335
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
336
|
+
};
|
337
|
+
};
|
338
|
+
onDispatched: {
|
339
|
+
setEditingBlueprints: {
|
340
|
+
subscribe(fn: (result: void, blueprints: import("@omnia/fx-models").IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
341
|
+
};
|
342
|
+
setEditingBlueprint: {
|
343
|
+
subscribe(fn: (result: void, size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
344
|
+
};
|
345
|
+
applyChanges: {
|
346
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
347
|
+
};
|
348
|
+
};
|
349
|
+
onFailure: {
|
350
|
+
setEditingBlueprints: {
|
351
|
+
subscribe(fn: (failureReason: any, blueprints: import("@omnia/fx-models").IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
352
|
+
};
|
353
|
+
setEditingBlueprint: {
|
354
|
+
subscribe(fn: (failureReason: any, size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
355
|
+
};
|
356
|
+
applyChanges: {
|
357
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
358
|
+
};
|
359
|
+
};
|
360
|
+
} & {
|
361
|
+
setEditingBlueprints(blueprints: import("@omnia/fx-models").IconBlueprints): void;
|
362
|
+
setEditingBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): void;
|
363
|
+
applyChanges(): void;
|
364
|
+
};
|
365
|
+
};
|
295
366
|
};
|
296
367
|
bladeId: {
|
297
368
|
previewBlade: Guid;
|
@@ -299,6 +370,8 @@ export declare const useComponentsEditorStore: () => {
|
|
299
370
|
editComponentBlade: Guid;
|
300
371
|
buttonsBlade: Guid;
|
301
372
|
buttonsBladeEdit: Guid;
|
373
|
+
iconsBladeEdit: Guid;
|
374
|
+
iconsBlade: Guid;
|
302
375
|
tabBlade: Guid;
|
303
376
|
tabBladeEdit: Guid;
|
304
377
|
componentsBlade: Guid;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { IconBlueprint, IconBlueprints, OIconSizes } from "@omnia/fx-models";
|
2
|
+
export declare const useIconsEditorStore: () => {
|
3
|
+
state: {
|
4
|
+
blueprints: IconBlueprints;
|
5
|
+
editingBlueprint: IconBlueprint;
|
6
|
+
editingiconSize: "small" | "default" | "large" | "x-large" | "x-small";
|
7
|
+
};
|
8
|
+
events: {
|
9
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<IconBlueprints>;
|
10
|
+
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<IconBlueprint>;
|
11
|
+
onMutatedEditingiconSize: import("@omnia/fx").MessageBusExposeOnlySubscription<"small" | "default" | "large" | "x-large" | "x-small">;
|
12
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
13
|
+
actions: {
|
14
|
+
onDispatching: {
|
15
|
+
setEditingBlueprints: {
|
16
|
+
subscribe(fn: (blueprints: IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
+
};
|
18
|
+
setEditingBlueprint: {
|
19
|
+
subscribe(fn: (size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
+
};
|
21
|
+
applyChanges: {
|
22
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
onDispatched: {
|
26
|
+
setEditingBlueprints: {
|
27
|
+
subscribe(fn: (result: void, blueprints: IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
+
};
|
29
|
+
setEditingBlueprint: {
|
30
|
+
subscribe(fn: (result: void, size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
+
};
|
32
|
+
applyChanges: {
|
33
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
+
};
|
35
|
+
};
|
36
|
+
onFailure: {
|
37
|
+
setEditingBlueprints: {
|
38
|
+
subscribe(fn: (failureReason: any, blueprints: IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
+
};
|
40
|
+
setEditingBlueprint: {
|
41
|
+
subscribe(fn: (failureReason: any, size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
+
};
|
43
|
+
applyChanges: {
|
44
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
} & {
|
48
|
+
setEditingBlueprints(blueprints: IconBlueprints): void;
|
49
|
+
setEditingBlueprint(size: OIconSizes): void;
|
50
|
+
applyChanges(): void;
|
51
|
+
};
|
52
|
+
};
|
@@ -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;
|
package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/ThemeDesigner.d.ts
ADDED
@@ -0,0 +1,63 @@
|
|
1
|
+
declare const _default: (props: {
|
2
|
+
"v-model"?: boolean;
|
3
|
+
} & {
|
4
|
+
"onUpdate:modelValue"?: (value: boolean) => void;
|
5
|
+
} & {
|
6
|
+
modelValue?: boolean;
|
7
|
+
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
8
|
+
"v-slots"?: {
|
9
|
+
default?: import("vue").Slot;
|
10
|
+
};
|
11
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
12
|
+
$: import("vue").ComponentInternalInstance;
|
13
|
+
$data: {};
|
14
|
+
$props: {};
|
15
|
+
$attrs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$refs: {
|
19
|
+
[x: string]: unknown;
|
20
|
+
};
|
21
|
+
$slots: Readonly<{
|
22
|
+
[name: string]: import("vue").Slot<any>;
|
23
|
+
}>;
|
24
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
25
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$emit: (event: string, ...args: any[]) => void;
|
27
|
+
$el: any;
|
28
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
29
|
+
beforeCreate?: (() => void) | (() => void)[];
|
30
|
+
created?: (() => void) | (() => void)[];
|
31
|
+
beforeMount?: (() => void) | (() => void)[];
|
32
|
+
mounted?: (() => void) | (() => void)[];
|
33
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
34
|
+
updated?: (() => void) | (() => void)[];
|
35
|
+
activated?: (() => void) | (() => void)[];
|
36
|
+
deactivated?: (() => void) | (() => void)[];
|
37
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
38
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
39
|
+
destroyed?: (() => void) | (() => void)[];
|
40
|
+
unmounted?: (() => void) | (() => void)[];
|
41
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
42
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
44
|
+
};
|
45
|
+
$forceUpdate: () => void;
|
46
|
+
$nextTick: typeof import("vue").nextTick;
|
47
|
+
$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;
|
48
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
49
|
+
propsDefinition: {
|
50
|
+
"v-model"?: boolean;
|
51
|
+
} & {
|
52
|
+
"onUpdate:modelValue"?: (value: boolean) => void;
|
53
|
+
} & {
|
54
|
+
modelValue?: boolean;
|
55
|
+
} & {
|
56
|
+
"v-slots"?: {
|
57
|
+
default?: import("vue").Slot;
|
58
|
+
};
|
59
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
|
60
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
61
|
+
[key: string]: any;
|
62
|
+
}>;
|
63
|
+
export default _default;
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import { JourneyMenuItem } from "@omnia/fx-models";
|
2
|
+
export declare const useThemeDesignerStore: () => {
|
3
|
+
state: {
|
4
|
+
selectedMenuItem: JourneyMenuItem;
|
5
|
+
activeElementKey: string;
|
6
|
+
activeThemePreviewTheme: string;
|
7
|
+
themePreview: boolean;
|
8
|
+
};
|
9
|
+
events: {
|
10
|
+
onMutatedSelectedMenuItem: import("@omnia/fx").MessageBusExposeOnlySubscription<JourneyMenuItem>;
|
11
|
+
onMutatedActiveElementKey: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
12
|
+
onMutatedActiveThemePreviewTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
13
|
+
onMutatedThemePreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
14
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
15
|
+
actions: {
|
16
|
+
onDispatching: {
|
17
|
+
setSelectedMenuItem: {
|
18
|
+
subscribe(fn: (menuItem: JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
+
};
|
20
|
+
toggleThemePreview: {
|
21
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
onDispatched: {
|
25
|
+
setSelectedMenuItem: {
|
26
|
+
subscribe(fn: (result: void, menuItem: JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
+
};
|
28
|
+
toggleThemePreview: {
|
29
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
+
};
|
31
|
+
};
|
32
|
+
onFailure: {
|
33
|
+
setSelectedMenuItem: {
|
34
|
+
subscribe(fn: (failureReason: any, menuItem: JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
+
};
|
36
|
+
toggleThemePreview: {
|
37
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
+
};
|
39
|
+
};
|
40
|
+
} & {
|
41
|
+
setSelectedMenuItem(menuItem: JourneyMenuItem): void;
|
42
|
+
toggleThemePreview(): void;
|
43
|
+
};
|
44
|
+
};
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts
CHANGED
@@ -1,9 +1,33 @@
|
|
1
|
-
import { ChromeBlueprints, ComponentBlueprints, GuidValue, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
|
1
|
+
import { ChromeBlueprints, ComponentBlueprints, GuidValue, IconBlueprint, IconBlueprints, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
|
3
3
|
import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
|
4
|
-
declare class
|
5
|
-
name:
|
6
|
-
id:
|
4
|
+
declare class SquareChromeBlueprintsTemplate implements ChromeBlueprints {
|
5
|
+
name: string;
|
6
|
+
id: string;
|
7
|
+
primary: any;
|
8
|
+
variant1: any;
|
9
|
+
variant2: any;
|
10
|
+
variant3: any;
|
11
|
+
}
|
12
|
+
declare class DefaultIconsBlueprintsTemplate implements IconBlueprints {
|
13
|
+
name: string;
|
14
|
+
xs: IconBlueprint;
|
15
|
+
s: IconBlueprint;
|
16
|
+
m: IconBlueprint;
|
17
|
+
l: IconBlueprint;
|
18
|
+
xl: IconBlueprint;
|
19
|
+
}
|
20
|
+
declare class LargeIconsTemplate implements IconBlueprints {
|
21
|
+
name: string;
|
22
|
+
xs: IconBlueprint;
|
23
|
+
s: IconBlueprint;
|
24
|
+
m: IconBlueprint;
|
25
|
+
l: IconBlueprint;
|
26
|
+
xl: IconBlueprint;
|
27
|
+
}
|
28
|
+
declare class RoundChromeBlueprintsTemplate implements ChromeBlueprints {
|
29
|
+
name: string;
|
30
|
+
id: string;
|
7
31
|
primary: any;
|
8
32
|
variant1: any;
|
9
33
|
variant2: any;
|
@@ -27,31 +51,68 @@ export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprint
|
|
27
51
|
};
|
28
52
|
constructor();
|
29
53
|
}
|
30
|
-
declare class
|
54
|
+
declare class SquareBlueprintsTemplate implements ComponentBlueprints {
|
55
|
+
id: any;
|
56
|
+
name: any;
|
57
|
+
buttons: {
|
58
|
+
text: {
|
59
|
+
primary: import("@omnia/fx-models").ButtonBlueprint;
|
60
|
+
basic: import("@omnia/fx-models").ButtonBlueprint;
|
61
|
+
accent1: import("@omnia/fx-models").ButtonBlueprint;
|
62
|
+
warn: import("@omnia/fx-models").ButtonBlueprint;
|
63
|
+
link: import("@omnia/fx-models").ButtonBlueprint;
|
64
|
+
variant1: import("@omnia/fx-models").ButtonBlueprint;
|
65
|
+
variant2: import("@omnia/fx-models").ButtonBlueprint;
|
66
|
+
variant3: import("@omnia/fx-models").ButtonBlueprint;
|
67
|
+
variant4: import("@omnia/fx-models").ButtonBlueprint;
|
68
|
+
};
|
69
|
+
icon: {
|
70
|
+
primary: import("@omnia/fx-models").ButtonBlueprint;
|
71
|
+
basic: import("@omnia/fx-models").ButtonBlueprint;
|
72
|
+
accent1: import("@omnia/fx-models").ButtonBlueprint;
|
73
|
+
warn: import("@omnia/fx-models").ButtonBlueprint;
|
74
|
+
link: import("@omnia/fx-models").ButtonBlueprint;
|
75
|
+
variant1: import("@omnia/fx-models").ButtonBlueprint;
|
76
|
+
variant2: import("@omnia/fx-models").ButtonBlueprint;
|
77
|
+
variant3: import("@omnia/fx-models").ButtonBlueprint;
|
78
|
+
variant4: import("@omnia/fx-models").ButtonBlueprint;
|
79
|
+
};
|
80
|
+
};
|
81
|
+
tabs: {
|
82
|
+
primary: any;
|
83
|
+
variant1: any;
|
84
|
+
variant2: any;
|
85
|
+
variant3: any;
|
86
|
+
};
|
87
|
+
blocks: SquareChromeBlueprintsTemplate;
|
88
|
+
icons?: DefaultIconsBlueprintsTemplate;
|
89
|
+
constructor(id: GuidValue, name: string);
|
90
|
+
}
|
91
|
+
declare class RoundBlueprintsTemplate implements ComponentBlueprints {
|
31
92
|
id: any;
|
32
93
|
name: any;
|
33
94
|
buttons: {
|
34
95
|
text: {
|
35
|
-
primary:
|
36
|
-
basic:
|
37
|
-
accent1:
|
38
|
-
warn:
|
39
|
-
link:
|
40
|
-
variant1:
|
41
|
-
variant2:
|
42
|
-
variant3:
|
43
|
-
variant4:
|
96
|
+
primary: import("@omnia/fx-models").ButtonBlueprint;
|
97
|
+
basic: import("@omnia/fx-models").ButtonBlueprint;
|
98
|
+
accent1: import("@omnia/fx-models").ButtonBlueprint;
|
99
|
+
warn: import("@omnia/fx-models").ButtonBlueprint;
|
100
|
+
link: import("@omnia/fx-models").ButtonBlueprint;
|
101
|
+
variant1: import("@omnia/fx-models").ButtonBlueprint;
|
102
|
+
variant2: import("@omnia/fx-models").ButtonBlueprint;
|
103
|
+
variant3: import("@omnia/fx-models").ButtonBlueprint;
|
104
|
+
variant4: import("@omnia/fx-models").ButtonBlueprint;
|
44
105
|
};
|
45
106
|
icon: {
|
46
|
-
primary:
|
47
|
-
basic:
|
48
|
-
accent1:
|
49
|
-
warn:
|
50
|
-
link:
|
51
|
-
variant1:
|
52
|
-
variant2:
|
53
|
-
variant3:
|
54
|
-
variant4:
|
107
|
+
primary: import("@omnia/fx-models").ButtonBlueprint;
|
108
|
+
basic: import("@omnia/fx-models").ButtonBlueprint;
|
109
|
+
accent1: import("@omnia/fx-models").ButtonBlueprint;
|
110
|
+
warn: import("@omnia/fx-models").ButtonBlueprint;
|
111
|
+
link: import("@omnia/fx-models").ButtonBlueprint;
|
112
|
+
variant1: import("@omnia/fx-models").ButtonBlueprint;
|
113
|
+
variant2: import("@omnia/fx-models").ButtonBlueprint;
|
114
|
+
variant3: import("@omnia/fx-models").ButtonBlueprint;
|
115
|
+
variant4: import("@omnia/fx-models").ButtonBlueprint;
|
55
116
|
};
|
56
117
|
};
|
57
118
|
tabs: {
|
@@ -60,7 +121,8 @@ declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
|
|
60
121
|
variant2: any;
|
61
122
|
variant3: any;
|
62
123
|
};
|
63
|
-
blocks:
|
124
|
+
blocks: RoundChromeBlueprintsTemplate;
|
125
|
+
icons?: DefaultIconsBlueprintsTemplate;
|
64
126
|
constructor(id: GuidValue, name: string);
|
65
127
|
}
|
66
128
|
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
@@ -89,12 +151,12 @@ export declare class PreviewMiniTypographyBlueprint implements TypographyBluepri
|
|
89
151
|
}
|
90
152
|
export declare const BlueprintsTemplates: {
|
91
153
|
chrome: {
|
92
|
-
|
154
|
+
rounded: () => RoundChromeBlueprintsTemplate;
|
155
|
+
square: () => SquareChromeBlueprintsTemplate;
|
93
156
|
};
|
94
157
|
component: {
|
95
|
-
|
96
|
-
|
97
|
-
variant3: () => ComponentBlueprintsTemplate;
|
158
|
+
rounded: () => RoundBlueprintsTemplate;
|
159
|
+
square: () => SquareBlueprintsTemplate;
|
98
160
|
};
|
99
161
|
spacing: {
|
100
162
|
default: () => DefaultSpacingBlueprintTemplate;
|
@@ -106,5 +168,9 @@ export declare const BlueprintsTemplates: {
|
|
106
168
|
preview: () => PreviewTypographyBlueprint;
|
107
169
|
previewMini: () => PreviewMiniTypographyBlueprint;
|
108
170
|
};
|
171
|
+
icons: {
|
172
|
+
default: () => DefaultIconsBlueprintsTemplate;
|
173
|
+
large: () => LargeIconsTemplate;
|
174
|
+
};
|
109
175
|
};
|
110
176
|
export {};
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts
CHANGED
@@ -1,7 +1,19 @@
|
|
1
|
+
import { ButtonBlueprint } from "@omnia/fx-models";
|
1
2
|
export declare const ButtonBlueprintTemplates: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
3
|
+
square: {
|
4
|
+
primary: ButtonBlueprint;
|
5
|
+
primaryGradient: ButtonBlueprint;
|
6
|
+
basic: ButtonBlueprint;
|
7
|
+
outlined: ButtonBlueprint;
|
8
|
+
basicIcon: ButtonBlueprint;
|
9
|
+
outlinedIcon: ButtonBlueprint;
|
10
|
+
};
|
11
|
+
round: {
|
12
|
+
primary: ButtonBlueprint;
|
13
|
+
primaryGradient: ButtonBlueprint;
|
14
|
+
basic: ButtonBlueprint;
|
15
|
+
outlined: ButtonBlueprint;
|
16
|
+
basicIcon: ButtonBlueprint;
|
17
|
+
outlinedIcon: ButtonBlueprint;
|
18
|
+
};
|
7
19
|
};
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
export declare const ChromeBlueprintTemplates: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
2
|
+
square: {
|
3
|
+
default: any;
|
4
|
+
background: any;
|
5
|
+
backgroundGradient: any;
|
6
|
+
border: any;
|
7
|
+
borderGradient: any;
|
8
|
+
};
|
9
|
+
round: {
|
10
|
+
default: any;
|
11
|
+
background: any;
|
12
|
+
backgroundGradient: any;
|
13
|
+
border: any;
|
14
|
+
borderGradient: any;
|
15
|
+
};
|
6
16
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, GuidValue, ITemplateRegistration, IThemeRegistrationApiHandler, SpacingBlueprints, SpacingDefinition, TabsBlueprint, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
1
|
+
import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, GuidValue, ITemplateRegistration, IThemeRegistrationApiHandler, IconBlueprints, SpacingBlueprints, SpacingDefinition, TabsBlueprint, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare const useBlueprintTemplatesStore: () => {
|
3
3
|
state: {
|
4
4
|
registrations: IThemeRegistrationApiHandler;
|
@@ -11,6 +11,7 @@ export declare const useBlueprintTemplatesStore: () => {
|
|
11
11
|
components: ITemplateRegistration<ComponentBlueprints>[];
|
12
12
|
spacings: ITemplateRegistration<SpacingBlueprints>[];
|
13
13
|
spacing: ITemplateRegistration<SpacingDefinition>[];
|
14
|
+
icons: ITemplateRegistration<IconBlueprints>[];
|
14
15
|
typographies: ITemplateRegistration<TypographyBlueprints>[];
|
15
16
|
};
|
16
17
|
events: {
|
@@ -24,6 +25,7 @@ export declare const useBlueprintTemplatesStore: () => {
|
|
24
25
|
onMutatedComponents: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ComponentBlueprints>[]>;
|
25
26
|
onMutatedSpacings: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingBlueprints>[]>;
|
26
27
|
onMutatedSpacing: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingDefinition>[]>;
|
28
|
+
onMutatedIcons: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<IconBlueprints>[]>;
|
27
29
|
onMutatedTypographies: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TypographyBlueprints>[]>;
|
28
30
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
29
31
|
actions: {
|