@omnia/fx 8.0.101-dev → 8.0.102-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/shared/models/theming/ChromeDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/{BlueprintDefinition.d.ts → ComponentDefinitions.d.ts} +32 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/iframe/IResizingIFrame.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +231 -22
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -27
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +31 -10
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/ButtonsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/SpacingBlade.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/{BlueprintEditorStore.d.ts → ComponentEditorStore.d.ts} +4 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +15 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -0
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/shared/models/theming/{BlueprintDefinition.js → ComponentDefinitions.js} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/{ComponentsBlade.d.ts → ButtonBladeEdit.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
@@ -1,12 +1,6 @@
|
|
1
|
-
import { MultilingualString
|
1
|
+
import { MultilingualString } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
"theme-definition": {
|
5
|
-
type: import("vue").PropType<ThemeDefinitionV2>;
|
6
|
-
};
|
7
|
-
themeDefinition: {
|
8
|
-
type: import("vue").PropType<ThemeDefinitionV2>;
|
9
|
-
};
|
10
4
|
"alternative-content": {
|
11
5
|
type: import("vue").PropType<JSX.Element>;
|
12
6
|
};
|
@@ -33,12 +27,6 @@ declare const _default: {
|
|
33
27
|
container?: any;
|
34
28
|
colors?: any;
|
35
29
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
36
|
-
"theme-definition": {
|
37
|
-
type: import("vue").PropType<ThemeDefinitionV2>;
|
38
|
-
};
|
39
|
-
themeDefinition: {
|
40
|
-
type: import("vue").PropType<ThemeDefinitionV2>;
|
41
|
-
};
|
42
30
|
"alternative-content": {
|
43
31
|
type: import("vue").PropType<JSX.Element>;
|
44
32
|
};
|
@@ -76,12 +64,6 @@ declare const _default: {
|
|
76
64
|
M: {};
|
77
65
|
Defaults: {};
|
78
66
|
}, Readonly<import("vue").ExtractPropTypes<{
|
79
|
-
"theme-definition": {
|
80
|
-
type: import("vue").PropType<ThemeDefinitionV2>;
|
81
|
-
};
|
82
|
-
themeDefinition: {
|
83
|
-
type: import("vue").PropType<ThemeDefinitionV2>;
|
84
|
-
};
|
85
67
|
"alternative-content": {
|
86
68
|
type: import("vue").PropType<JSX.Element>;
|
87
69
|
};
|
@@ -116,12 +98,6 @@ declare const _default: {
|
|
116
98
|
__isTeleport?: never;
|
117
99
|
__isSuspense?: never;
|
118
100
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
119
|
-
"theme-definition": {
|
120
|
-
type: import("vue").PropType<ThemeDefinitionV2>;
|
121
|
-
};
|
122
|
-
themeDefinition: {
|
123
|
-
type: import("vue").PropType<ThemeDefinitionV2>;
|
124
|
-
};
|
125
101
|
"alternative-content": {
|
126
102
|
type: import("vue").PropType<JSX.Element>;
|
127
103
|
};
|
@@ -158,8 +134,6 @@ declare const _default: {
|
|
158
134
|
colors?: any;
|
159
135
|
} & {
|
160
136
|
title?: string;
|
161
|
-
themeDefinition?: ThemeDefinitionV2;
|
162
|
-
"theme-definition"?: ThemeDefinitionV2;
|
163
137
|
alternativeContent?: JSX.Element;
|
164
138
|
settingsKey?: any;
|
165
139
|
multilingualtitle?: string | MultilingualString;
|
@@ -12,9 +12,9 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
13
13
|
};
|
14
14
|
size: {
|
15
|
-
type: import("vue").PropType<"small" | "default" | "
|
15
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
16
16
|
} & {
|
17
|
-
type: import("vue").PropType<"small" | "default" | "
|
17
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
18
18
|
};
|
19
19
|
toned: {
|
20
20
|
type: import("vue").PropType<boolean>;
|
@@ -46,9 +46,9 @@ declare const _default: {
|
|
46
46
|
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
47
47
|
};
|
48
48
|
size: {
|
49
|
-
type: import("vue").PropType<"small" | "default" | "
|
49
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
50
50
|
} & {
|
51
|
-
type: import("vue").PropType<"small" | "default" | "
|
51
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
52
52
|
};
|
53
53
|
toned: {
|
54
54
|
type: import("vue").PropType<boolean>;
|
@@ -91,9 +91,9 @@ declare const _default: {
|
|
91
91
|
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
92
92
|
};
|
93
93
|
size: {
|
94
|
-
type: import("vue").PropType<"small" | "default" | "
|
94
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
95
95
|
} & {
|
96
|
-
type: import("vue").PropType<"small" | "default" | "
|
96
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
97
97
|
};
|
98
98
|
toned: {
|
99
99
|
type: import("vue").PropType<boolean>;
|
@@ -133,9 +133,9 @@ declare const _default: {
|
|
133
133
|
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
134
134
|
};
|
135
135
|
size: {
|
136
|
-
type: import("vue").PropType<"small" | "default" | "
|
136
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
137
137
|
} & {
|
138
|
-
type: import("vue").PropType<"small" | "default" | "
|
138
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
139
139
|
};
|
140
140
|
toned: {
|
141
141
|
type: import("vue").PropType<boolean>;
|
@@ -166,7 +166,7 @@ declare const _default: {
|
|
166
166
|
} & {
|
167
167
|
color?: string;
|
168
168
|
class?: String | String[];
|
169
|
-
size?: "small" | "default" | "
|
169
|
+
size?: "small" | "default" | "x-small" | "large" | "x-large";
|
170
170
|
toned?: boolean;
|
171
171
|
colorType?: "base" | "onBase" | "container" | "onContainer";
|
172
172
|
"color-type"?: "base" | "onBase" | "container" | "onContainer";
|
@@ -1,7 +1,12 @@
|
|
1
|
-
import { ButtonIconOptions, ButtonTooltipOptions } from "@omnia/fx-models";
|
1
|
+
import { ButtonIconOptions, ButtonTooltipOptions, ButtonBlueprint } from "@omnia/fx-models";
|
2
2
|
export * from "./Button.css";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
|
+
blueprint: {
|
6
|
+
type: import("vue").PropType<ButtonBlueprint>;
|
7
|
+
} & {
|
8
|
+
type: import("vue").PropType<ButtonBlueprint>;
|
9
|
+
};
|
5
10
|
animation: {
|
6
11
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
7
12
|
} & {
|
@@ -59,9 +64,9 @@ declare const _default: {
|
|
59
64
|
type: import("vue").PropType<boolean>;
|
60
65
|
};
|
61
66
|
size: {
|
62
|
-
type: import("vue").PropType<"small" | "default" | "
|
67
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
63
68
|
} & {
|
64
|
-
type: import("vue").PropType<"small" | "default" | "
|
69
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
65
70
|
};
|
66
71
|
tooltip: {
|
67
72
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
@@ -111,6 +116,11 @@ declare const _default: {
|
|
111
116
|
container?: any;
|
112
117
|
colors?: any;
|
113
118
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
119
|
+
blueprint: {
|
120
|
+
type: import("vue").PropType<ButtonBlueprint>;
|
121
|
+
} & {
|
122
|
+
type: import("vue").PropType<ButtonBlueprint>;
|
123
|
+
};
|
114
124
|
animation: {
|
115
125
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
116
126
|
} & {
|
@@ -168,9 +178,9 @@ declare const _default: {
|
|
168
178
|
type: import("vue").PropType<boolean>;
|
169
179
|
};
|
170
180
|
size: {
|
171
|
-
type: import("vue").PropType<"small" | "default" | "
|
181
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
172
182
|
} & {
|
173
|
-
type: import("vue").PropType<"small" | "default" | "
|
183
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
174
184
|
};
|
175
185
|
tooltip: {
|
176
186
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
@@ -231,6 +241,11 @@ declare const _default: {
|
|
231
241
|
M: {};
|
232
242
|
Defaults: {};
|
233
243
|
}, Readonly<import("vue").ExtractPropTypes<{
|
244
|
+
blueprint: {
|
245
|
+
type: import("vue").PropType<ButtonBlueprint>;
|
246
|
+
} & {
|
247
|
+
type: import("vue").PropType<ButtonBlueprint>;
|
248
|
+
};
|
234
249
|
animation: {
|
235
250
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
236
251
|
} & {
|
@@ -288,9 +303,9 @@ declare const _default: {
|
|
288
303
|
type: import("vue").PropType<boolean>;
|
289
304
|
};
|
290
305
|
size: {
|
291
|
-
type: import("vue").PropType<"small" | "default" | "
|
306
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
292
307
|
} & {
|
293
|
-
type: import("vue").PropType<"small" | "default" | "
|
308
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
294
309
|
};
|
295
310
|
tooltip: {
|
296
311
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
@@ -348,6 +363,11 @@ declare const _default: {
|
|
348
363
|
__isTeleport?: never;
|
349
364
|
__isSuspense?: never;
|
350
365
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
366
|
+
blueprint: {
|
367
|
+
type: import("vue").PropType<ButtonBlueprint>;
|
368
|
+
} & {
|
369
|
+
type: import("vue").PropType<ButtonBlueprint>;
|
370
|
+
};
|
351
371
|
animation: {
|
352
372
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
353
373
|
} & {
|
@@ -405,9 +425,9 @@ declare const _default: {
|
|
405
425
|
type: import("vue").PropType<boolean>;
|
406
426
|
};
|
407
427
|
size: {
|
408
|
-
type: import("vue").PropType<"small" | "default" | "
|
428
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
409
429
|
} & {
|
410
|
-
type: import("vue").PropType<"small" | "default" | "
|
430
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
411
431
|
};
|
412
432
|
tooltip: {
|
413
433
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
@@ -472,11 +492,12 @@ declare const _default: {
|
|
472
492
|
class?: String | String[];
|
473
493
|
target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
|
474
494
|
href?: string;
|
475
|
-
size?: "small" | "default" | "
|
495
|
+
size?: "small" | "default" | "x-small" | "large" | "x-large";
|
476
496
|
animation?: "flip" | "spin" | "beat" | "bounce";
|
477
497
|
tooltip?: ButtonTooltipOptions;
|
478
498
|
active?: boolean;
|
479
499
|
disabled?: boolean;
|
500
|
+
blueprint?: ButtonBlueprint;
|
480
501
|
variant?: "default" | "menu" | "opacity" | "toolbar" | "prominent" | "dial" | "slim";
|
481
502
|
grouped?: boolean;
|
482
503
|
toned?: boolean;
|
@@ -33,9 +33,9 @@ declare const _default: {
|
|
33
33
|
type: import("vue").PropType<string>;
|
34
34
|
};
|
35
35
|
size: {
|
36
|
-
type: import("vue").PropType<"small" | "default" | "
|
36
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
37
37
|
} & {
|
38
|
-
type: import("vue").PropType<"small" | "default" | "
|
38
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
39
39
|
};
|
40
40
|
color: {
|
41
41
|
type: import("vue").PropType<string>;
|
@@ -91,9 +91,9 @@ declare const _default: {
|
|
91
91
|
type: import("vue").PropType<string>;
|
92
92
|
};
|
93
93
|
size: {
|
94
|
-
type: import("vue").PropType<"small" | "default" | "
|
94
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
95
95
|
} & {
|
96
|
-
type: import("vue").PropType<"small" | "default" | "
|
96
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
97
97
|
};
|
98
98
|
color: {
|
99
99
|
type: import("vue").PropType<string>;
|
@@ -158,9 +158,9 @@ declare const _default: {
|
|
158
158
|
type: import("vue").PropType<string>;
|
159
159
|
};
|
160
160
|
size: {
|
161
|
-
type: import("vue").PropType<"small" | "default" | "
|
161
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
162
162
|
} & {
|
163
|
-
type: import("vue").PropType<"small" | "default" | "
|
163
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
164
164
|
};
|
165
165
|
color: {
|
166
166
|
type: import("vue").PropType<string>;
|
@@ -222,9 +222,9 @@ declare const _default: {
|
|
222
222
|
type: import("vue").PropType<string>;
|
223
223
|
};
|
224
224
|
size: {
|
225
|
-
type: import("vue").PropType<"small" | "default" | "
|
225
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
226
226
|
} & {
|
227
|
-
type: import("vue").PropType<"small" | "default" | "
|
227
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
228
228
|
};
|
229
229
|
color: {
|
230
230
|
type: import("vue").PropType<string>;
|
@@ -261,7 +261,7 @@ declare const _default: {
|
|
261
261
|
text?: string;
|
262
262
|
color?: string;
|
263
263
|
label?: boolean;
|
264
|
-
size?: "small" | "default" | "
|
264
|
+
size?: "small" | "default" | "x-small" | "large" | "x-large";
|
265
265
|
disabled?: boolean;
|
266
266
|
"v-slots"?: {
|
267
267
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -33,10 +33,10 @@ declare const _default: {
|
|
33
33
|
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
34
34
|
};
|
35
35
|
size: {
|
36
|
-
type: import("vue").PropType<"small" | "
|
36
|
+
type: import("vue").PropType<"small" | "large" | "medium" | "full">;
|
37
37
|
required: false;
|
38
38
|
} & {
|
39
|
-
type: import("vue").PropType<"small" | "
|
39
|
+
type: import("vue").PropType<"small" | "large" | "medium" | "full">;
|
40
40
|
required: false;
|
41
41
|
};
|
42
42
|
"hidden-close-button": {
|
@@ -126,10 +126,10 @@ declare const _default: {
|
|
126
126
|
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
127
127
|
};
|
128
128
|
size: {
|
129
|
-
type: import("vue").PropType<"small" | "
|
129
|
+
type: import("vue").PropType<"small" | "large" | "medium" | "full">;
|
130
130
|
required: false;
|
131
131
|
} & {
|
132
|
-
type: import("vue").PropType<"small" | "
|
132
|
+
type: import("vue").PropType<"small" | "large" | "medium" | "full">;
|
133
133
|
required: false;
|
134
134
|
};
|
135
135
|
"hidden-close-button": {
|
@@ -225,10 +225,10 @@ declare const _default: {
|
|
225
225
|
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
226
226
|
};
|
227
227
|
size: {
|
228
|
-
type: import("vue").PropType<"small" | "
|
228
|
+
type: import("vue").PropType<"small" | "large" | "medium" | "full">;
|
229
229
|
required: false;
|
230
230
|
} & {
|
231
|
-
type: import("vue").PropType<"small" | "
|
231
|
+
type: import("vue").PropType<"small" | "large" | "medium" | "full">;
|
232
232
|
required: false;
|
233
233
|
};
|
234
234
|
"hidden-close-button": {
|
@@ -321,10 +321,10 @@ declare const _default: {
|
|
321
321
|
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
322
322
|
};
|
323
323
|
size: {
|
324
|
-
type: import("vue").PropType<"small" | "
|
324
|
+
type: import("vue").PropType<"small" | "large" | "medium" | "full">;
|
325
325
|
required: false;
|
326
326
|
} & {
|
327
|
-
type: import("vue").PropType<"small" | "
|
327
|
+
type: import("vue").PropType<"small" | "large" | "medium" | "full">;
|
328
328
|
required: false;
|
329
329
|
};
|
330
330
|
"hidden-close-button": {
|
@@ -400,7 +400,7 @@ declare const _default: {
|
|
400
400
|
title?: string;
|
401
401
|
icon?: IIcon;
|
402
402
|
class?: String | String[];
|
403
|
-
size?: "small" | "
|
403
|
+
size?: "small" | "large" | "medium" | "full";
|
404
404
|
"v-model"?: boolean;
|
405
405
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
406
406
|
modelValue?: boolean;
|
@@ -20,9 +20,9 @@ declare const _default: {
|
|
20
20
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
21
21
|
};
|
22
22
|
size: {
|
23
|
-
type: import("vue").PropType<"small" | "default" | "
|
23
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
24
24
|
} & {
|
25
|
-
type: import("vue").PropType<"small" | "default" | "
|
25
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
26
26
|
};
|
27
27
|
variant: {
|
28
28
|
type: import("vue").PropType<"default" | "background">;
|
@@ -72,9 +72,9 @@ declare const _default: {
|
|
72
72
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
73
73
|
};
|
74
74
|
size: {
|
75
|
-
type: import("vue").PropType<"small" | "default" | "
|
75
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
76
76
|
} & {
|
77
|
-
type: import("vue").PropType<"small" | "default" | "
|
77
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
78
78
|
};
|
79
79
|
variant: {
|
80
80
|
type: import("vue").PropType<"default" | "background">;
|
@@ -135,9 +135,9 @@ declare const _default: {
|
|
135
135
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
136
136
|
};
|
137
137
|
size: {
|
138
|
-
type: import("vue").PropType<"small" | "default" | "
|
138
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
139
139
|
} & {
|
140
|
-
type: import("vue").PropType<"small" | "default" | "
|
140
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
141
141
|
};
|
142
142
|
variant: {
|
143
143
|
type: import("vue").PropType<"default" | "background">;
|
@@ -195,9 +195,9 @@ declare const _default: {
|
|
195
195
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
196
196
|
};
|
197
197
|
size: {
|
198
|
-
type: import("vue").PropType<"small" | "default" | "
|
198
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
199
199
|
} & {
|
200
|
-
type: import("vue").PropType<"small" | "default" | "
|
200
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
201
201
|
};
|
202
202
|
variant: {
|
203
203
|
type: import("vue").PropType<"default" | "background">;
|
@@ -239,7 +239,7 @@ declare const _default: {
|
|
239
239
|
} & {
|
240
240
|
icon?: IIcon;
|
241
241
|
class?: String | String[];
|
242
|
-
size?: "small" | "default" | "
|
242
|
+
size?: "small" | "default" | "x-small" | "large" | "x-large";
|
243
243
|
animation?: "flip" | "spin" | "beat" | "bounce";
|
244
244
|
disabled?: boolean;
|
245
245
|
variant?: "default" | "background";
|
@@ -14,9 +14,9 @@ declare const _default: {
|
|
14
14
|
type: import("vue").PropType<string>;
|
15
15
|
};
|
16
16
|
size: {
|
17
|
-
type: import("vue").PropType<"small" | "default" | "
|
17
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large" | "medium">;
|
18
18
|
} & {
|
19
|
-
type: import("vue").PropType<"small" | "default" | "
|
19
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large" | "medium">;
|
20
20
|
};
|
21
21
|
toned: {
|
22
22
|
type: import("vue").PropType<boolean>;
|
@@ -43,9 +43,9 @@ declare const _default: {
|
|
43
43
|
type: import("vue").PropType<string>;
|
44
44
|
};
|
45
45
|
size: {
|
46
|
-
type: import("vue").PropType<"small" | "default" | "
|
46
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large" | "medium">;
|
47
47
|
} & {
|
48
|
-
type: import("vue").PropType<"small" | "default" | "
|
48
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large" | "medium">;
|
49
49
|
};
|
50
50
|
toned: {
|
51
51
|
type: import("vue").PropType<boolean>;
|
@@ -81,9 +81,9 @@ declare const _default: {
|
|
81
81
|
type: import("vue").PropType<string>;
|
82
82
|
};
|
83
83
|
size: {
|
84
|
-
type: import("vue").PropType<"small" | "default" | "
|
84
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large" | "medium">;
|
85
85
|
} & {
|
86
|
-
type: import("vue").PropType<"small" | "default" | "
|
86
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large" | "medium">;
|
87
87
|
};
|
88
88
|
toned: {
|
89
89
|
type: import("vue").PropType<boolean>;
|
@@ -116,9 +116,9 @@ declare const _default: {
|
|
116
116
|
type: import("vue").PropType<string>;
|
117
117
|
};
|
118
118
|
size: {
|
119
|
-
type: import("vue").PropType<"small" | "default" | "
|
119
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large" | "medium">;
|
120
120
|
} & {
|
121
|
-
type: import("vue").PropType<"small" | "default" | "
|
121
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large" | "medium">;
|
122
122
|
};
|
123
123
|
toned: {
|
124
124
|
type: import("vue").PropType<boolean>;
|
@@ -143,7 +143,7 @@ declare const _default: {
|
|
143
143
|
colors?: any;
|
144
144
|
} & {
|
145
145
|
value?: string;
|
146
|
-
size?: "small" | "default" | "
|
146
|
+
size?: "small" | "default" | "x-small" | "large" | "x-large" | "medium";
|
147
147
|
"v-slots"?: {
|
148
148
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
149
149
|
} & {
|
@@ -2,9 +2,9 @@ import { VRatingSlots } from "../../ComponentTypings";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
size: {
|
5
|
-
type: import("vue").PropType<"small" | "default" | "
|
5
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
6
6
|
} & {
|
7
|
-
type: import("vue").PropType<"small" | "default" | "
|
7
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
8
8
|
};
|
9
9
|
readonly: {
|
10
10
|
type: import("vue").PropType<boolean>;
|
@@ -71,9 +71,9 @@ declare const _default: {
|
|
71
71
|
colors?: any;
|
72
72
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
73
73
|
size: {
|
74
|
-
type: import("vue").PropType<"small" | "default" | "
|
74
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
75
75
|
} & {
|
76
|
-
type: import("vue").PropType<"small" | "default" | "
|
76
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
77
77
|
};
|
78
78
|
readonly: {
|
79
79
|
type: import("vue").PropType<boolean>;
|
@@ -151,9 +151,9 @@ declare const _default: {
|
|
151
151
|
Defaults: {};
|
152
152
|
}, Readonly<import("vue").ExtractPropTypes<{
|
153
153
|
size: {
|
154
|
-
type: import("vue").PropType<"small" | "default" | "
|
154
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
155
155
|
} & {
|
156
|
-
type: import("vue").PropType<"small" | "default" | "
|
156
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
157
157
|
};
|
158
158
|
readonly: {
|
159
159
|
type: import("vue").PropType<boolean>;
|
@@ -228,9 +228,9 @@ declare const _default: {
|
|
228
228
|
__isSuspense?: never;
|
229
229
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
230
230
|
size: {
|
231
|
-
type: import("vue").PropType<"small" | "default" | "
|
231
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
232
232
|
} & {
|
233
|
-
type: import("vue").PropType<"small" | "default" | "
|
233
|
+
type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
|
234
234
|
};
|
235
235
|
readonly: {
|
236
236
|
type: import("vue").PropType<boolean>;
|
@@ -307,7 +307,7 @@ declare const _default: {
|
|
307
307
|
} & {
|
308
308
|
length?: 5 | 10 | "5" | "10";
|
309
309
|
class?: String | String[];
|
310
|
-
size?: "small" | "default" | "
|
310
|
+
size?: "small" | "default" | "x-small" | "large" | "x-large";
|
311
311
|
disabled?: boolean;
|
312
312
|
readonly?: boolean;
|
313
313
|
"v-model"?: string | number;
|
@@ -18,7 +18,7 @@ export declare class PersonaComponent extends VueComponentBase<IPersona> impleme
|
|
18
18
|
private resolvedUser;
|
19
19
|
created(): void;
|
20
20
|
beforeDestroy(): void;
|
21
|
-
getSize(): "
|
21
|
+
getSize(): "small" | "large";
|
22
22
|
onClick(): void;
|
23
23
|
onKeyUp(event: KeyboardEvent): void;
|
24
24
|
renderUserTitle(): JSX.Element;
|
@@ -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;
|
@@ -1,16 +0,0 @@
|
|
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;
|
@@ -1,16 +0,0 @@
|
|
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;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { BlueprintDefinition, Guid } from "@omnia/fx-models";
|
2
|
-
export declare const
|
2
|
+
export declare const useComponentsEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
blueprint: BlueprintDefinition;
|
5
5
|
editMode: boolean;
|
@@ -40,8 +40,9 @@ export declare const useBlueprintEditorStore: () => {
|
|
40
40
|
get: {};
|
41
41
|
bladeId: {
|
42
42
|
startBlade: Guid;
|
43
|
-
|
44
|
-
|
43
|
+
editComponentBlade: Guid;
|
44
|
+
buttonsBlade: Guid;
|
45
|
+
buttonsBladeEdit: Guid;
|
45
46
|
componentsBlade: Guid;
|
46
47
|
typographyBlade: Guid;
|
47
48
|
spacingBlade: Guid;
|
@@ -3,12 +3,12 @@ import { useThemeStoreV2 } from "./ThemeStoreV2";
|
|
3
3
|
type blueprintType = "default";
|
4
4
|
export declare const useComponentBlueprintStore: () => {
|
5
5
|
state: {
|
6
|
-
blueprints:
|
6
|
+
blueprints: any;
|
7
7
|
blueprintType: "default";
|
8
8
|
id: import("@omnia/fx-models").GuidValue;
|
9
9
|
};
|
10
10
|
events: {
|
11
|
-
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
11
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
|
12
12
|
onMutatedBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default">;
|
13
13
|
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
14
14
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
@@ -433,7 +433,7 @@ export declare const useComponentBlueprintStore: () => {
|
|
433
433
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
434
434
|
};
|
435
435
|
};
|
436
|
-
readonly blueprints:
|
436
|
+
readonly blueprints: any;
|
437
437
|
};
|
438
438
|
deactivated(): void;
|
439
439
|
};
|