@omnia/fx 8.0.140-dev → 8.0.142-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromePicker.d.ts +21 -0
  2. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +7 -3
  3. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +7 -3
  4. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts +21 -0
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStylePicker.d.ts +7 -3
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +7 -3
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyPicker.d.ts +7 -3
  8. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +7 -3
  9. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +7 -3
  11. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +7 -10
  12. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +7 -10
  13. package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +53 -40
  14. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +0 -137
  15. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +13 -634
  16. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  17. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +21 -0
  18. package/internal-do-not-import-from-here/ux/pickerwrapper/PickerWrapper.d.ts +21 -0
  19. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeDesignerAction.d.ts +69 -0
  20. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeDesignerClickHandler.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/ThemeDesigner.d.ts +10 -4
  22. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +2 -0
  23. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +3 -0
  24. package/internal-do-not-import-from-here/ux/velcron/core/actions/Clone.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -1
  26. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +68 -403
  29. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditorAction.d.ts +69 -0
  30. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditorClickHandler.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +68 -38
  32. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +6 -6
  33. package/internal-do-not-import-from-here/wctypings.d.ts +38 -8
  34. package/package.json +2 -2
@@ -12,6 +12,11 @@ declare const _default: {
12
12
  customChrome: {
13
13
  type: import("vue").PropType<boolean>;
14
14
  };
15
+ toned: {
16
+ type: import("vue").PropType<boolean>;
17
+ } & {
18
+ type: import("vue").PropType<boolean>;
19
+ };
15
20
  "preview-color-schema-type": {
16
21
  type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
17
22
  required: false;
@@ -102,6 +107,11 @@ declare const _default: {
102
107
  customChrome: {
103
108
  type: import("vue").PropType<boolean>;
104
109
  };
110
+ toned: {
111
+ type: import("vue").PropType<boolean>;
112
+ } & {
113
+ type: import("vue").PropType<boolean>;
114
+ };
105
115
  "preview-color-schema-type": {
106
116
  type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
107
117
  required: false;
@@ -197,6 +207,11 @@ declare const _default: {
197
207
  customChrome: {
198
208
  type: import("vue").PropType<boolean>;
199
209
  };
210
+ toned: {
211
+ type: import("vue").PropType<boolean>;
212
+ } & {
213
+ type: import("vue").PropType<boolean>;
214
+ };
200
215
  "preview-color-schema-type": {
201
216
  type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
202
217
  required: false;
@@ -289,6 +304,11 @@ declare const _default: {
289
304
  customChrome: {
290
305
  type: import("vue").PropType<boolean>;
291
306
  };
307
+ toned: {
308
+ type: import("vue").PropType<boolean>;
309
+ } & {
310
+ type: import("vue").PropType<boolean>;
311
+ };
292
312
  "preview-color-schema-type": {
293
313
  type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
294
314
  required: false;
@@ -431,6 +451,7 @@ declare const _default: {
431
451
  }>;
432
452
  };
433
453
  label?: string;
454
+ toned?: boolean;
434
455
  "v-model"?: BlueprintVariant | ChromeBlueprint;
435
456
  "onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
436
457
  modelValue?: BlueprintVariant | ChromeBlueprint;
@@ -14,6 +14,8 @@ declare const _default: (props: {
14
14
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
15
15
  } & {
16
16
  variant?: EditorVariant;
17
+ } & {
18
+ toned?: boolean;
17
19
  } & {
18
20
  themeType?: ThemeContextType;
19
21
  } & {
@@ -24,11 +26,11 @@ declare const _default: (props: {
24
26
  label?: string;
25
27
  } & Omit<{
26
28
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
27
- }, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode"> & {
29
+ }, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode"> & {
28
30
  "v-slots"?: {
29
31
  default?: import("vue").Slot;
30
32
  } & DefineSlot<"activator", () => VNodeChild>;
31
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">) => {
33
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">) => {
32
34
  $: import("vue").ComponentInternalInstance;
33
35
  $data: {};
34
36
  $props: {};
@@ -78,6 +80,8 @@ declare const _default: (props: {
78
80
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
79
81
  } & {
80
82
  variant?: EditorVariant;
83
+ } & {
84
+ toned?: boolean;
81
85
  } & {
82
86
  themeType?: ThemeContextType;
83
87
  } & {
@@ -92,7 +96,7 @@ declare const _default: (props: {
92
96
  } & DefineSlot<"activator", () => VNodeChild>;
93
97
  } & {
94
98
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
95
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">;
99
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">;
96
100
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
97
101
  [key: string]: any;
98
102
  }>;
@@ -13,15 +13,17 @@ declare const _default: (props: {
13
13
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
14
14
  } & {
15
15
  themeType?: ThemeContextType;
16
+ } & {
17
+ toned?: boolean;
16
18
  } & {
17
19
  enableDynamicColor?: boolean;
18
20
  } & {
19
21
  label?: string;
20
- } & Omit<{}, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
22
+ } & Omit<{}, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
21
23
  "v-slots"?: {
22
24
  default?: import("vue").Slot;
23
25
  } & DefineSlot<"activator", () => VNodeChild>;
24
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
26
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
25
27
  $: import("vue").ComponentInternalInstance;
26
28
  $data: {};
27
29
  $props: {};
@@ -71,6 +73,8 @@ declare const _default: (props: {
71
73
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
72
74
  } & {
73
75
  themeType?: ThemeContextType;
76
+ } & {
77
+ toned?: boolean;
74
78
  } & {
75
79
  enableDynamicColor?: boolean;
76
80
  } & {
@@ -79,7 +83,7 @@ declare const _default: (props: {
79
83
  "v-slots"?: {
80
84
  default?: import("vue").Slot;
81
85
  } & DefineSlot<"activator", () => VNodeChild>;
82
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
86
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
83
87
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
84
88
  [key: string]: any;
85
89
  }>;
@@ -6,6 +6,11 @@ declare const _default: {
6
6
  } & {
7
7
  type: import("vue").PropType<string>;
8
8
  };
9
+ toned: {
10
+ type: import("vue").PropType<boolean>;
11
+ } & {
12
+ type: import("vue").PropType<boolean>;
13
+ };
9
14
  "disable-right": {
10
15
  type: import("vue").PropType<boolean>;
11
16
  };
@@ -119,6 +124,11 @@ declare const _default: {
119
124
  } & {
120
125
  type: import("vue").PropType<string>;
121
126
  };
127
+ toned: {
128
+ type: import("vue").PropType<boolean>;
129
+ } & {
130
+ type: import("vue").PropType<boolean>;
131
+ };
122
132
  "disable-right": {
123
133
  type: import("vue").PropType<boolean>;
124
134
  };
@@ -241,6 +251,11 @@ declare const _default: {
241
251
  } & {
242
252
  type: import("vue").PropType<string>;
243
253
  };
254
+ toned: {
255
+ type: import("vue").PropType<boolean>;
256
+ } & {
257
+ type: import("vue").PropType<boolean>;
258
+ };
244
259
  "disable-right": {
245
260
  type: import("vue").PropType<boolean>;
246
261
  };
@@ -360,6 +375,11 @@ declare const _default: {
360
375
  } & {
361
376
  type: import("vue").PropType<string>;
362
377
  };
378
+ toned: {
379
+ type: import("vue").PropType<boolean>;
380
+ } & {
381
+ type: import("vue").PropType<boolean>;
382
+ };
363
383
  "disable-right": {
364
384
  type: import("vue").PropType<boolean>;
365
385
  };
@@ -540,6 +560,7 @@ declare const _default: {
540
560
  };
541
561
  class?: String | String[];
542
562
  label?: string;
563
+ toned?: boolean;
543
564
  "v-model"?: Spacing;
544
565
  "onUpdate:modelValue"?: (value: Spacing) => any;
545
566
  modelValue?: Spacing;
@@ -7,13 +7,15 @@ declare const _default: (props: {
7
7
  modelValue?: TabsBlueprint;
8
8
  } & {
9
9
  label?: string;
10
+ } & {
11
+ toned?: boolean;
10
12
  } & {
11
13
  customStyling?: boolean;
12
- } & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling"> & {
14
+ } & Omit<{}, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling"> & {
13
15
  "v-slots"?: {
14
16
  default?: import("vue").Slot;
15
17
  };
16
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">) => {
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">) => {
17
19
  $: import("vue").ComponentInternalInstance;
18
20
  $data: {};
19
21
  $props: {};
@@ -59,13 +61,15 @@ declare const _default: (props: {
59
61
  modelValue?: TabsBlueprint;
60
62
  } & {
61
63
  label?: string;
64
+ } & {
65
+ toned?: boolean;
62
66
  } & {
63
67
  customStyling?: boolean;
64
68
  } & {
65
69
  "v-slots"?: {
66
70
  default?: import("vue").Slot;
67
71
  };
68
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">;
72
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">;
69
73
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
70
74
  [key: string]: any;
71
75
  }>;
@@ -11,15 +11,17 @@ declare const _default: (props: {
11
11
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
12
12
  } & {
13
13
  themeType?: ThemeContextType;
14
+ } & {
15
+ toned?: boolean;
14
16
  } & {
15
17
  label?: string;
16
18
  } & {
17
19
  enableDynamicColor?: boolean;
18
- } & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
20
+ } & Omit<{}, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
19
21
  "v-slots"?: {
20
22
  default?: import("vue").Slot;
21
23
  } & DefineSlot<"activator", () => VNodeChild>;
22
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
24
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
23
25
  $: import("vue").ComponentInternalInstance;
24
26
  $data: {};
25
27
  $props: {};
@@ -67,6 +69,8 @@ declare const _default: (props: {
67
69
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
68
70
  } & {
69
71
  themeType?: ThemeContextType;
72
+ } & {
73
+ toned?: boolean;
70
74
  } & {
71
75
  label?: string;
72
76
  } & {
@@ -75,7 +79,7 @@ declare const _default: (props: {
75
79
  "v-slots"?: {
76
80
  default?: import("vue").Slot;
77
81
  } & DefineSlot<"activator", () => VNodeChild>;
78
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
82
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
79
83
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
80
84
  [key: string]: any;
81
85
  }>;
@@ -12,15 +12,17 @@ declare const _default: (props: {
12
12
  type?: TypographyPickerTypes;
13
13
  } & {
14
14
  textBlueprint?: TextBlueprint;
15
+ } & {
16
+ toned?: boolean;
15
17
  } & {
16
18
  label?: string;
17
19
  } & {
18
20
  sampleText?: string;
19
- } & Omit<{}, "type" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText"> & {
21
+ } & Omit<{}, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText"> & {
20
22
  "v-slots"?: {
21
23
  default?: import("vue").Slot;
22
24
  };
23
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">) => {
25
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">) => {
24
26
  $: import("vue").ComponentInternalInstance;
25
27
  $data: {};
26
28
  $props: {};
@@ -70,6 +72,8 @@ declare const _default: (props: {
70
72
  type?: TypographyPickerTypes;
71
73
  } & {
72
74
  textBlueprint?: TextBlueprint;
75
+ } & {
76
+ toned?: boolean;
73
77
  } & {
74
78
  label?: string;
75
79
  } & {
@@ -78,7 +82,7 @@ declare const _default: (props: {
78
82
  "v-slots"?: {
79
83
  default?: import("vue").Slot;
80
84
  };
81
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">;
85
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">;
82
86
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
83
87
  [key: string]: any;
84
88
  }>;
@@ -19,13 +19,15 @@ declare const _default: (props: {
19
19
  enableDynamicColor?: boolean;
20
20
  } & {
21
21
  createNewColorDynamic?: boolean;
22
+ } & {
23
+ toned?: boolean;
22
24
  } & {
23
25
  label?: string;
24
- } & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & {
26
+ } & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & {
25
27
  "v-slots"?: {
26
28
  default?: import("vue").Slot;
27
29
  };
28
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">) => {
30
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">) => {
29
31
  $: import("vue").ComponentInternalInstance;
30
32
  $data: {};
31
33
  $props: {};
@@ -81,13 +83,15 @@ declare const _default: (props: {
81
83
  enableDynamicColor?: boolean;
82
84
  } & {
83
85
  createNewColorDynamic?: boolean;
86
+ } & {
87
+ toned?: boolean;
84
88
  } & {
85
89
  label?: string;
86
90
  } & DefineSlot<"activator", () => VNodeChild> & {
87
91
  "v-slots"?: {
88
92
  default?: import("vue").Slot;
89
93
  };
90
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">;
94
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">;
91
95
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
92
96
  [key: string]: any;
93
97
  }>;
@@ -1,5 +1,5 @@
1
1
  import { ColorSchema } from "@omnia/fx-models";
2
- type Variant = "default" | "toolbar" | "card-preview";
2
+ type Variant = "default" | "toolbar" | "palette" | "card-preview";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  class: {
@@ -12,6 +12,8 @@ declare const _default: (props: {
12
12
  title?: string;
13
13
  } & {
14
14
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
15
+ } & {
16
+ toned?: boolean;
15
17
  } & {
16
18
  themeType?: ThemeContextType;
17
19
  } & {
@@ -22,11 +24,11 @@ declare const _default: (props: {
22
24
  label?: string;
23
25
  } & Omit<{
24
26
  onActivator?: () => any;
25
- }, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
27
+ }, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
26
28
  "v-slots"?: {
27
29
  default?: import("vue").Slot;
28
30
  };
29
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
31
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
30
32
  $: import("vue").ComponentInternalInstance;
31
33
  $data: {};
32
34
  $props: {};
@@ -76,6 +78,8 @@ declare const _default: (props: {
76
78
  title?: string;
77
79
  } & {
78
80
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
81
+ } & {
82
+ toned?: boolean;
79
83
  } & {
80
84
  themeType?: ThemeContextType;
81
85
  } & {
@@ -90,7 +94,7 @@ declare const _default: (props: {
90
94
  };
91
95
  } & {
92
96
  onActivator?: () => any;
93
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
97
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
94
98
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
95
99
  [key: string]: any;
96
100
  }>;
@@ -130,8 +130,7 @@ declare const JourneyBladeComponent: {
130
130
  };
131
131
  id: {
132
132
  type: import("vue").PropType<GuidValue>;
133
- } & {
134
- type: import("vue").PropType<GuidValue>;
133
+ required: true;
135
134
  };
136
135
  "sub-title": {
137
136
  type: import("vue").PropType<string>;
@@ -278,8 +277,7 @@ declare const JourneyBladeComponent: {
278
277
  };
279
278
  id: {
280
279
  type: import("vue").PropType<GuidValue>;
281
- } & {
282
- type: import("vue").PropType<GuidValue>;
280
+ required: true;
283
281
  };
284
282
  "sub-title": {
285
283
  type: import("vue").PropType<string>;
@@ -424,8 +422,7 @@ declare const JourneyBladeComponent: {
424
422
  };
425
423
  id: {
426
424
  type: import("vue").PropType<GuidValue>;
427
- } & {
428
- type: import("vue").PropType<GuidValue>;
425
+ required: true;
429
426
  };
430
427
  "sub-title": {
431
428
  type: import("vue").PropType<string>;
@@ -567,8 +564,7 @@ declare const JourneyBladeComponent: {
567
564
  };
568
565
  id: {
569
566
  type: import("vue").PropType<GuidValue>;
570
- } & {
571
- type: import("vue").PropType<GuidValue>;
567
+ required: true;
572
568
  };
573
569
  "sub-title": {
574
570
  type: import("vue").PropType<string>;
@@ -598,12 +594,13 @@ declare const JourneyBladeComponent: {
598
594
  "click:back": (id: GuidValue) => true;
599
595
  "click:add": (id: GuidValue) => true;
600
596
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
601
- propsDefinition: Omit<Readonly<{} & {
597
+ propsDefinition: Omit<Readonly<{
598
+ id: GuidValue;
599
+ } & {
602
600
  title?: string;
603
601
  switch?: switchValue;
604
602
  icon?: IIcon;
605
603
  delete?: boolean;
606
- id?: GuidValue;
607
604
  size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
608
605
  disabled?: boolean;
609
606
  settings?: boolean;
@@ -33,8 +33,7 @@ declare const _default: {
33
33
  };
34
34
  id: {
35
35
  type: import("vue").PropType<GuidValue>;
36
- } & {
37
- type: import("vue").PropType<GuidValue>;
36
+ required: true;
38
37
  };
39
38
  title: {
40
39
  type: import("vue").PropType<string>;
@@ -79,8 +78,7 @@ declare const _default: {
79
78
  };
80
79
  id: {
81
80
  type: import("vue").PropType<GuidValue>;
82
- } & {
83
- type: import("vue").PropType<GuidValue>;
81
+ required: true;
84
82
  };
85
83
  title: {
86
84
  type: import("vue").PropType<string>;
@@ -129,8 +127,7 @@ declare const _default: {
129
127
  };
130
128
  id: {
131
129
  type: import("vue").PropType<GuidValue>;
132
- } & {
133
- type: import("vue").PropType<GuidValue>;
130
+ required: true;
134
131
  };
135
132
  title: {
136
133
  type: import("vue").PropType<string>;
@@ -176,8 +173,7 @@ declare const _default: {
176
173
  };
177
174
  id: {
178
175
  type: import("vue").PropType<GuidValue>;
179
- } & {
180
- type: import("vue").PropType<GuidValue>;
176
+ required: true;
181
177
  };
182
178
  title: {
183
179
  type: import("vue").PropType<string>;
@@ -191,10 +187,11 @@ declare const _default: {
191
187
  itemSelected: (item: JourneyMenuItem) => true;
192
188
  valueChanged: (item: JourneySwitchMenuItem) => true;
193
189
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
194
- propsDefinition: Omit<Readonly<{} & {
190
+ propsDefinition: Omit<Readonly<{
191
+ id: GuidValue;
192
+ } & {
195
193
  title?: string;
196
194
  icon?: IIcon;
197
- id?: GuidValue;
198
195
  size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
199
196
  items?: JourneyMenuItem[];
200
197
  "v-slots"?: {
@@ -9,45 +9,58 @@ export interface DisabledButtonTooltips {
9
9
  delete?: string;
10
10
  remove?: string;
11
11
  }
12
- declare const _default: {
13
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
14
- id: {
15
- type: import("vue").PropType<GuidValue>;
16
- } & {
17
- type: import("vue").PropType<GuidValue>;
18
- };
19
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
20
- id: {
21
- type: import("vue").PropType<GuidValue>;
22
- } & {
23
- type: import("vue").PropType<GuidValue>;
24
- };
25
- }>>, {}, true, {}, {}, {
26
- P: {};
27
- B: {};
28
- D: {};
29
- C: {};
30
- M: {};
31
- Defaults: {};
32
- }, Readonly<import("vue").ExtractPropTypes<{
33
- id: {
34
- type: import("vue").PropType<GuidValue>;
35
- } & {
36
- type: import("vue").PropType<GuidValue>;
37
- };
38
- }>>, () => JSX.Element, {}, {}, {}, {}>;
39
- __isFragment?: never;
40
- __isTeleport?: never;
41
- __isSuspense?: never;
42
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
43
- id: {
44
- type: import("vue").PropType<GuidValue>;
45
- } & {
46
- type: import("vue").PropType<GuidValue>;
12
+ declare const _default: (props: {
13
+ id: GuidValue;
14
+ } & Omit<{}, "id"> & {
15
+ "v-slots"?: {
16
+ default?: import("vue").Slot;
17
+ };
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "id">) => {
19
+ $: import("vue").ComponentInternalInstance;
20
+ $data: {};
21
+ $props: {};
22
+ $attrs: {
23
+ [x: string]: unknown;
47
24
  };
48
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
49
- propsDefinition: Omit<Readonly<{} & {
50
- id?: GuidValue;
51
- }>, never>;
52
- };
25
+ $refs: {
26
+ [x: string]: unknown;
27
+ };
28
+ $slots: Readonly<{
29
+ [name: string]: import("vue").Slot<any>;
30
+ }>;
31
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
32
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
33
+ $emit: (event: string, ...args: any[]) => void;
34
+ $el: any;
35
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
36
+ beforeCreate?: (() => void) | (() => void)[];
37
+ created?: (() => void) | (() => void)[];
38
+ beforeMount?: (() => void) | (() => void)[];
39
+ mounted?: (() => void) | (() => void)[];
40
+ beforeUpdate?: (() => void) | (() => void)[];
41
+ updated?: (() => void) | (() => void)[];
42
+ activated?: (() => void) | (() => void)[];
43
+ deactivated?: (() => void) | (() => void)[];
44
+ beforeDestroy?: (() => void) | (() => void)[];
45
+ beforeUnmount?: (() => void) | (() => void)[];
46
+ destroyed?: (() => void) | (() => void)[];
47
+ unmounted?: (() => void) | (() => void)[];
48
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
49
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
50
+ 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)[];
51
+ };
52
+ $forceUpdate: () => void;
53
+ $nextTick: typeof import("vue").nextTick;
54
+ $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;
55
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
56
+ propsDefinition: {
57
+ id: GuidValue;
58
+ } & {
59
+ "v-slots"?: {
60
+ default?: import("vue").Slot;
61
+ };
62
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "id">;
63
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
+ [key: string]: any;
65
+ }>;
53
66
  export default _default;