@omnia/fx 8.0.114-dev → 8.0.115-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/ComponentDefinitions.d.ts +15 -6
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.d.ts +66 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +70 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +66 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +64 -409
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +63 -150
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +63 -14
- package/internal-do-not-import-from-here/ux/enterpriseglossary/IEnterpriseGlossaryPicker.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +64 -119
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +9 -9
- 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/jsonexportimport/ExportImport.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/index.d.ts +1 -0
- 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 +9 -9
- 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 +35 -9
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +31 -10
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/ExampleComponentsMenu.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleButtons.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponentMenu.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleVariants.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1049 -15
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +3 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +69 -0
- package/package.json +2 -2
@@ -1,6 +1,11 @@
|
|
1
|
-
import { IIcon } from "@omnia/fx-models";
|
1
|
+
import { IIcon, IconBlueprint } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
blueprint: {
|
5
|
+
type: import("vue").PropType<IconBlueprint>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<IconBlueprint>;
|
8
|
+
};
|
4
9
|
disabled: {
|
5
10
|
type: import("vue").PropType<boolean>;
|
6
11
|
required: false;
|
@@ -20,9 +25,9 @@ declare const _default: {
|
|
20
25
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
21
26
|
};
|
22
27
|
size: {
|
23
|
-
type: import("vue").PropType<"small" | "default" | "
|
28
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
24
29
|
} & {
|
25
|
-
type: import("vue").PropType<"small" | "default" | "
|
30
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
26
31
|
};
|
27
32
|
variant: {
|
28
33
|
type: import("vue").PropType<"default" | "background">;
|
@@ -53,6 +58,11 @@ declare const _default: {
|
|
53
58
|
container?: any;
|
54
59
|
colors?: any;
|
55
60
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
61
|
+
blueprint: {
|
62
|
+
type: import("vue").PropType<IconBlueprint>;
|
63
|
+
} & {
|
64
|
+
type: import("vue").PropType<IconBlueprint>;
|
65
|
+
};
|
56
66
|
disabled: {
|
57
67
|
type: import("vue").PropType<boolean>;
|
58
68
|
required: false;
|
@@ -72,9 +82,9 @@ declare const _default: {
|
|
72
82
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
73
83
|
};
|
74
84
|
size: {
|
75
|
-
type: import("vue").PropType<"small" | "default" | "
|
85
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
76
86
|
} & {
|
77
|
-
type: import("vue").PropType<"small" | "default" | "
|
87
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
78
88
|
};
|
79
89
|
variant: {
|
80
90
|
type: import("vue").PropType<"default" | "background">;
|
@@ -116,6 +126,11 @@ declare const _default: {
|
|
116
126
|
M: {};
|
117
127
|
Defaults: {};
|
118
128
|
}, Readonly<import("vue").ExtractPropTypes<{
|
129
|
+
blueprint: {
|
130
|
+
type: import("vue").PropType<IconBlueprint>;
|
131
|
+
} & {
|
132
|
+
type: import("vue").PropType<IconBlueprint>;
|
133
|
+
};
|
119
134
|
disabled: {
|
120
135
|
type: import("vue").PropType<boolean>;
|
121
136
|
required: false;
|
@@ -135,9 +150,9 @@ declare const _default: {
|
|
135
150
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
136
151
|
};
|
137
152
|
size: {
|
138
|
-
type: import("vue").PropType<"small" | "default" | "
|
153
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
139
154
|
} & {
|
140
|
-
type: import("vue").PropType<"small" | "default" | "
|
155
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
141
156
|
};
|
142
157
|
variant: {
|
143
158
|
type: import("vue").PropType<"default" | "background">;
|
@@ -176,6 +191,11 @@ declare const _default: {
|
|
176
191
|
__isTeleport?: never;
|
177
192
|
__isSuspense?: never;
|
178
193
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
194
|
+
blueprint: {
|
195
|
+
type: import("vue").PropType<IconBlueprint>;
|
196
|
+
} & {
|
197
|
+
type: import("vue").PropType<IconBlueprint>;
|
198
|
+
};
|
179
199
|
disabled: {
|
180
200
|
type: import("vue").PropType<boolean>;
|
181
201
|
required: false;
|
@@ -195,9 +215,9 @@ declare const _default: {
|
|
195
215
|
type: import("vue").PropType<"flip" | "spin" | "beat" | "bounce">;
|
196
216
|
};
|
197
217
|
size: {
|
198
|
-
type: import("vue").PropType<"small" | "default" | "
|
218
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
199
219
|
} & {
|
200
|
-
type: import("vue").PropType<"small" | "default" | "
|
220
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
201
221
|
};
|
202
222
|
variant: {
|
203
223
|
type: import("vue").PropType<"default" | "background">;
|
@@ -239,9 +259,10 @@ declare const _default: {
|
|
239
259
|
} & {
|
240
260
|
icon?: IIcon;
|
241
261
|
class?: String | String[];
|
242
|
-
size?: "small" | "default" | "
|
262
|
+
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
243
263
|
animation?: "flip" | "spin" | "beat" | "bounce";
|
244
264
|
disabled?: boolean;
|
265
|
+
blueprint?: IconBlueprint;
|
245
266
|
variant?: "default" | "background";
|
246
267
|
toned?: boolean;
|
247
268
|
colorType?: "base" | "onBase" | "container" | "onContainer";
|
@@ -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" | "medium" | "large" | "x-large" | "x-small">;
|
18
18
|
} & {
|
19
|
-
type: import("vue").PropType<"small" | "default" | "
|
19
|
+
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
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" | "medium" | "large" | "x-large" | "x-small">;
|
47
47
|
} & {
|
48
|
-
type: import("vue").PropType<"small" | "default" | "
|
48
|
+
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
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" | "medium" | "large" | "x-large" | "x-small">;
|
85
85
|
} & {
|
86
|
-
type: import("vue").PropType<"small" | "default" | "
|
86
|
+
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
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" | "medium" | "large" | "x-large" | "x-small">;
|
120
120
|
} & {
|
121
|
-
type: import("vue").PropType<"small" | "default" | "
|
121
|
+
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
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" | "medium" | "large" | "x-large" | "x-small";
|
147
147
|
"v-slots"?: {
|
148
148
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
149
149
|
} & {
|
@@ -1,7 +1,13 @@
|
|
1
1
|
export interface RadioGroupModel {
|
2
2
|
}
|
3
|
+
export interface ORadioSlots {
|
4
|
+
label?: () => JSX.Element;
|
5
|
+
}
|
3
6
|
declare const _default: {
|
4
7
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
8
|
+
"v-slots": import("vue").Prop<{
|
9
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
10
|
+
} & ORadioSlots>;
|
5
11
|
value: {
|
6
12
|
type: import("vue").PropType<any>;
|
7
13
|
} & {
|
@@ -20,6 +26,9 @@ declare const _default: {
|
|
20
26
|
container?: any;
|
21
27
|
colors?: any;
|
22
28
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
29
|
+
"v-slots": import("vue").Prop<{
|
30
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
31
|
+
} & ORadioSlots>;
|
23
32
|
value: {
|
24
33
|
type: import("vue").PropType<any>;
|
25
34
|
} & {
|
@@ -49,6 +58,9 @@ declare const _default: {
|
|
49
58
|
M: {};
|
50
59
|
Defaults: {};
|
51
60
|
}, Readonly<import("vue").ExtractPropTypes<{
|
61
|
+
"v-slots": import("vue").Prop<{
|
62
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
63
|
+
} & ORadioSlots>;
|
52
64
|
value: {
|
53
65
|
type: import("vue").PropType<any>;
|
54
66
|
} & {
|
@@ -75,6 +87,9 @@ declare const _default: {
|
|
75
87
|
__isTeleport?: never;
|
76
88
|
__isSuspense?: never;
|
77
89
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
90
|
+
"v-slots": import("vue").Prop<{
|
91
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
92
|
+
} & ORadioSlots>;
|
78
93
|
value: {
|
79
94
|
type: import("vue").PropType<any>;
|
80
95
|
} & {
|
@@ -105,6 +120,9 @@ declare const _default: {
|
|
105
120
|
value?: any;
|
106
121
|
label?: string;
|
107
122
|
class?: String | String[];
|
123
|
+
"v-slots"?: {
|
124
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
125
|
+
} & ORadioSlots;
|
108
126
|
}>, never>;
|
109
127
|
};
|
110
128
|
export default _default;
|
@@ -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" | "large" | "x-large" | "x-small">;
|
6
6
|
} & {
|
7
|
-
type: import("vue").PropType<"small" | "default" | "
|
7
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
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" | "large" | "x-large" | "x-small">;
|
75
75
|
} & {
|
76
|
-
type: import("vue").PropType<"small" | "default" | "
|
76
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
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" | "large" | "x-large" | "x-small">;
|
155
155
|
} & {
|
156
|
-
type: import("vue").PropType<"small" | "default" | "
|
156
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
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" | "large" | "x-large" | "x-small">;
|
232
232
|
} & {
|
233
|
-
type: import("vue").PropType<"small" | "default" | "
|
233
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
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" | "large" | "x-large" | "x-small";
|
311
311
|
disabled?: boolean;
|
312
312
|
readonly?: boolean;
|
313
313
|
"v-model"?: string | number;
|
@@ -1,6 +1,11 @@
|
|
1
|
-
import { ColorGradientValue, ColorTypes, TypographySizes, TypographyTypes } from "@omnia/fx/models";
|
1
|
+
import { ColorGradientValue, ColorTypes, TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx/models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
blueprint: {
|
5
|
+
type: import("vue").PropType<TextBlueprint>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<TextBlueprint>;
|
8
|
+
};
|
4
9
|
"gradient-tilt": {
|
5
10
|
type: import("vue").PropType<number>;
|
6
11
|
};
|
@@ -48,6 +53,11 @@ declare const _default: {
|
|
48
53
|
container?: any;
|
49
54
|
colors?: any;
|
50
55
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
56
|
+
blueprint: {
|
57
|
+
type: import("vue").PropType<TextBlueprint>;
|
58
|
+
} & {
|
59
|
+
type: import("vue").PropType<TextBlueprint>;
|
60
|
+
};
|
51
61
|
"gradient-tilt": {
|
52
62
|
type: import("vue").PropType<number>;
|
53
63
|
};
|
@@ -106,6 +116,11 @@ declare const _default: {
|
|
106
116
|
M: {};
|
107
117
|
Defaults: {};
|
108
118
|
}, Readonly<import("vue").ExtractPropTypes<{
|
119
|
+
blueprint: {
|
120
|
+
type: import("vue").PropType<TextBlueprint>;
|
121
|
+
} & {
|
122
|
+
type: import("vue").PropType<TextBlueprint>;
|
123
|
+
};
|
109
124
|
"gradient-tilt": {
|
110
125
|
type: import("vue").PropType<number>;
|
111
126
|
};
|
@@ -161,6 +176,11 @@ declare const _default: {
|
|
161
176
|
__isTeleport?: never;
|
162
177
|
__isSuspense?: never;
|
163
178
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
179
|
+
blueprint: {
|
180
|
+
type: import("vue").PropType<TextBlueprint>;
|
181
|
+
} & {
|
182
|
+
type: import("vue").PropType<TextBlueprint>;
|
183
|
+
};
|
164
184
|
"gradient-tilt": {
|
165
185
|
type: import("vue").PropType<number>;
|
166
186
|
};
|
@@ -220,6 +240,7 @@ declare const _default: {
|
|
220
240
|
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
221
241
|
class?: String | String[];
|
222
242
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
243
|
+
blueprint?: TextBlueprint;
|
223
244
|
toned?: boolean;
|
224
245
|
colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
225
246
|
"color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
@@ -10,7 +10,6 @@ export declare const TreeViewStyles: {
|
|
10
10
|
expandedAnimation: string;
|
11
11
|
expandedIcon: string;
|
12
12
|
collapsedIcon: string;
|
13
|
-
|
14
|
-
customPadding: ({ padding, indentation, level }: PaddingSettings) => string;
|
13
|
+
padding: ({ padding, indentation, level }: PaddingSettings) => string;
|
15
14
|
};
|
16
15
|
export {};
|
@@ -19,13 +19,17 @@ declare const _default: {
|
|
19
19
|
}>;
|
20
20
|
indentation: {
|
21
21
|
type: import("vue").PropType<number | SpacingType>;
|
22
|
+
required: false;
|
22
23
|
} & {
|
23
24
|
type: import("vue").PropType<number | SpacingType>;
|
25
|
+
required: false;
|
24
26
|
};
|
25
27
|
padding: {
|
26
28
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
29
|
+
required: false;
|
27
30
|
} & {
|
28
31
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
32
|
+
required: false;
|
29
33
|
};
|
30
34
|
"check-node-to-move": {
|
31
35
|
type: import("vue").PropType<(item: any) => boolean>;
|
@@ -141,13 +145,17 @@ declare const _default: {
|
|
141
145
|
}>;
|
142
146
|
indentation: {
|
143
147
|
type: import("vue").PropType<number | SpacingType>;
|
148
|
+
required: false;
|
144
149
|
} & {
|
145
150
|
type: import("vue").PropType<number | SpacingType>;
|
151
|
+
required: false;
|
146
152
|
};
|
147
153
|
padding: {
|
148
154
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
155
|
+
required: false;
|
149
156
|
} & {
|
150
157
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
158
|
+
required: false;
|
151
159
|
};
|
152
160
|
"check-node-to-move": {
|
153
161
|
type: import("vue").PropType<(item: any) => boolean>;
|
@@ -272,13 +280,17 @@ declare const _default: {
|
|
272
280
|
}>;
|
273
281
|
indentation: {
|
274
282
|
type: import("vue").PropType<number | SpacingType>;
|
283
|
+
required: false;
|
275
284
|
} & {
|
276
285
|
type: import("vue").PropType<number | SpacingType>;
|
286
|
+
required: false;
|
277
287
|
};
|
278
288
|
padding: {
|
279
289
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
290
|
+
required: false;
|
280
291
|
} & {
|
281
292
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
293
|
+
required: false;
|
282
294
|
};
|
283
295
|
"check-node-to-move": {
|
284
296
|
type: import("vue").PropType<(item: any) => boolean>;
|
@@ -400,13 +412,17 @@ declare const _default: {
|
|
400
412
|
}>;
|
401
413
|
indentation: {
|
402
414
|
type: import("vue").PropType<number | SpacingType>;
|
415
|
+
required: false;
|
403
416
|
} & {
|
404
417
|
type: import("vue").PropType<number | SpacingType>;
|
418
|
+
required: false;
|
405
419
|
};
|
406
420
|
padding: {
|
407
421
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
422
|
+
required: false;
|
408
423
|
} & {
|
409
424
|
type: import("vue").PropType<SpacingSettings | SpacingType>;
|
425
|
+
required: false;
|
410
426
|
};
|
411
427
|
"check-node-to-move": {
|
412
428
|
type: import("vue").PropType<(item: any) => boolean>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponentsMenu: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1,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;
|
@@ -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(): "large" | "small";
|
22
22
|
onClick(): void;
|
23
23
|
onKeyUp(event: KeyboardEvent): void;
|
24
24
|
renderUserTitle(): JSX.Element;
|