@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.
Files changed (50) hide show
  1. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +15 -6
  2. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +6 -4
  4. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.d.ts +66 -0
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/ExampleComponents.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/SampleComponent.d.ts +16 -0
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/index.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +70 -0
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/ExampleComponents.d.ts +1 -0
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/SampleComponent.d.ts +16 -0
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +66 -0
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/ExampleComponents.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/SampleComponent.d.ts +16 -0
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +64 -409
  17. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +63 -150
  18. package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +63 -14
  19. package/internal-do-not-import-from-here/ux/enterpriseglossary/IEnterpriseGlossaryPicker.d.ts +0 -14
  20. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +64 -119
  21. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +9 -9
  22. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
  23. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +9 -9
  24. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +9 -9
  25. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +65 -0
  26. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/ExampleComponents.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +16 -0
  28. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +9 -9
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  31. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +9 -9
  32. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +35 -9
  33. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +31 -10
  34. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +9 -9
  35. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +18 -0
  36. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +9 -9
  37. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +22 -1
  38. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +1 -2
  39. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +16 -0
  40. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/ExampleComponentsMenu.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleButtons.d.ts +16 -0
  42. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponentMenu.d.ts +16 -0
  43. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleVariants.d.ts +16 -0
  44. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +2 -0
  45. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1049 -15
  47. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +7 -3
  48. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +3 -1
  49. package/internal-do-not-import-from-here/wctypings.d.ts +69 -0
  50. package/package.json +2 -2
@@ -1,418 +1,73 @@
1
- import { TypographySize, TypographyType } from "@omnia/fx-models";
2
- export interface TypographyPickerProps {
3
- type: TypographyType;
4
- size: TypographySize;
5
- }
1
+ import { TypographyValue } from "@omnia/fx-models";
6
2
  export type TypographyPickerTypes = "default" | "title" | "text";
7
- declare const _default: {
8
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
9
- type: {
10
- type: import("vue").PropType<TypographyPickerTypes>;
11
- } & {
12
- type: import("vue").PropType<TypographyPickerTypes>;
13
- };
14
- "onUpdate:modelValue": {
15
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
16
- };
17
- "v-model": {
18
- type: import("vue").PropType<TypographyPickerProps>;
19
- required: false;
20
- };
21
- modelValue: {
22
- type: import("vue").PropType<TypographyPickerProps>;
23
- required: false;
24
- };
25
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
26
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
27
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
28
- type: import("vue").PropType<TypographyPickerProps>;
29
- required: false;
30
- }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
31
- type: import("vue").PropType<TypographyPickerProps>;
32
- required: false;
33
- }; } & {
34
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, TypographyPickerProps, {
35
- "onUpdate:modelValue": {
36
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
37
- };
38
- } & {
39
- "v-model": {
40
- type: import("vue").PropType<TypographyPickerProps>;
41
- required: false;
42
- };
43
- } & {
44
- modelValue: {
45
- type: import("vue").PropType<TypographyPickerProps>;
46
- required: false;
47
- };
48
- }>;
49
- defaultValue(value?: TypographyPickerProps): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyPickerProps, {
50
- "onUpdate:modelValue": {
51
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
52
- };
53
- } & {
54
- "v-model": {
55
- type: import("vue").PropType<TypographyPickerProps>;
56
- required: false;
57
- };
58
- } & {
59
- modelValue: {
60
- type: import("vue").PropType<TypographyPickerProps>;
61
- required: false;
62
- };
63
- }, false>;
64
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, TypographyPickerProps, {
65
- "onUpdate:modelValue": {
66
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
67
- };
68
- } & {
69
- "v-model": {
70
- type: import("vue").PropType<TypographyPickerProps>;
71
- required: false;
72
- };
73
- } & {
74
- modelValue: {
75
- type: import("vue").PropType<TypographyPickerProps>;
76
- required: false;
77
- };
78
- }>;
79
- };
80
- colorSchemaType?: any;
81
- container?: any;
82
- colors?: any;
83
- }>> & {
84
- "onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
85
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
86
- "update:modelValue": (value: TypographyPickerProps) => any;
87
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
88
- type: {
89
- type: import("vue").PropType<TypographyPickerTypes>;
90
- } & {
91
- type: import("vue").PropType<TypographyPickerTypes>;
92
- };
93
- "onUpdate:modelValue": {
94
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
95
- };
96
- "v-model": {
97
- type: import("vue").PropType<TypographyPickerProps>;
98
- required: false;
99
- };
100
- modelValue: {
101
- type: import("vue").PropType<TypographyPickerProps>;
102
- required: false;
103
- };
104
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
105
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
106
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
107
- type: import("vue").PropType<TypographyPickerProps>;
108
- required: false;
109
- }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
110
- type: import("vue").PropType<TypographyPickerProps>;
111
- required: false;
112
- }; } & {
113
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, TypographyPickerProps, {
114
- "onUpdate:modelValue": {
115
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
116
- };
117
- } & {
118
- "v-model": {
119
- type: import("vue").PropType<TypographyPickerProps>;
120
- required: false;
121
- };
122
- } & {
123
- modelValue: {
124
- type: import("vue").PropType<TypographyPickerProps>;
125
- required: false;
126
- };
127
- }>;
128
- defaultValue(value?: TypographyPickerProps): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyPickerProps, {
129
- "onUpdate:modelValue": {
130
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
131
- };
132
- } & {
133
- "v-model": {
134
- type: import("vue").PropType<TypographyPickerProps>;
135
- required: false;
136
- };
137
- } & {
138
- modelValue: {
139
- type: import("vue").PropType<TypographyPickerProps>;
140
- required: false;
141
- };
142
- }, false>;
143
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, TypographyPickerProps, {
144
- "onUpdate:modelValue": {
145
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
146
- };
147
- } & {
148
- "v-model": {
149
- type: import("vue").PropType<TypographyPickerProps>;
150
- required: false;
151
- };
152
- } & {
153
- modelValue: {
154
- type: import("vue").PropType<TypographyPickerProps>;
155
- required: false;
156
- };
157
- }>;
158
- };
159
- colorSchemaType?: any;
160
- container?: any;
161
- colors?: any;
162
- }>> & {
163
- "onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
164
- }, {
165
- container?: any;
166
- colorSchemaType?: any;
167
- colors?: any;
168
- }, true, {}, {}, {
169
- P: {};
170
- B: {};
171
- D: {};
172
- C: {};
173
- M: {};
174
- Defaults: {};
175
- }, Readonly<import("vue").ExtractPropTypes<{
176
- type: {
177
- type: import("vue").PropType<TypographyPickerTypes>;
178
- } & {
179
- type: import("vue").PropType<TypographyPickerTypes>;
180
- };
181
- "onUpdate:modelValue": {
182
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
183
- };
184
- "v-model": {
185
- type: import("vue").PropType<TypographyPickerProps>;
186
- required: false;
187
- };
188
- modelValue: {
189
- type: import("vue").PropType<TypographyPickerProps>;
190
- required: false;
191
- };
192
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
193
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
194
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
195
- type: import("vue").PropType<TypographyPickerProps>;
196
- required: false;
197
- }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
198
- type: import("vue").PropType<TypographyPickerProps>;
199
- required: false;
200
- }; } & {
201
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, TypographyPickerProps, {
202
- "onUpdate:modelValue": {
203
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
204
- };
205
- } & {
206
- "v-model": {
207
- type: import("vue").PropType<TypographyPickerProps>;
208
- required: false;
209
- };
210
- } & {
211
- modelValue: {
212
- type: import("vue").PropType<TypographyPickerProps>;
213
- required: false;
214
- };
215
- }>;
216
- defaultValue(value?: TypographyPickerProps): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyPickerProps, {
217
- "onUpdate:modelValue": {
218
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
219
- };
220
- } & {
221
- "v-model": {
222
- type: import("vue").PropType<TypographyPickerProps>;
223
- required: false;
224
- };
225
- } & {
226
- modelValue: {
227
- type: import("vue").PropType<TypographyPickerProps>;
228
- required: false;
229
- };
230
- }, false>;
231
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, TypographyPickerProps, {
232
- "onUpdate:modelValue": {
233
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
234
- };
235
- } & {
236
- "v-model": {
237
- type: import("vue").PropType<TypographyPickerProps>;
238
- required: false;
239
- };
240
- } & {
241
- modelValue: {
242
- type: import("vue").PropType<TypographyPickerProps>;
243
- required: false;
244
- };
245
- }>;
246
- };
247
- colorSchemaType?: any;
248
- container?: any;
249
- colors?: any;
250
- }>> & {
251
- "onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
252
- }, () => JSX.Element, {}, {}, {}, {
253
- container?: any;
254
- colorSchemaType?: any;
255
- colors?: any;
256
- }>;
257
- __isFragment?: never;
258
- __isTeleport?: never;
259
- __isSuspense?: never;
260
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
261
- type: {
262
- type: import("vue").PropType<TypographyPickerTypes>;
263
- } & {
264
- type: import("vue").PropType<TypographyPickerTypes>;
265
- };
266
- "onUpdate:modelValue": {
267
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
3
+ declare const _default: (props: {
4
+ "v-model"?: TypographyValue;
5
+ } & {
6
+ "onUpdate:modelValue"?: (value: TypographyValue) => void;
7
+ } & {
8
+ modelValue?: TypographyValue;
9
+ } & {
10
+ customTyping?: boolean;
11
+ } & {
12
+ type?: TypographyPickerTypes;
13
+ } & Omit<{}, "type" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping"> & {
14
+ "v-slots"?: {
15
+ default?: import("vue").Slot;
268
16
  };
269
- "v-model": {
270
- type: import("vue").PropType<TypographyPickerProps>;
271
- required: false;
17
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping">) => {
18
+ $: import("vue").ComponentInternalInstance;
19
+ $data: {};
20
+ $props: {};
21
+ $attrs: {
22
+ [x: string]: unknown;
272
23
  };
273
- modelValue: {
274
- type: import("vue").PropType<TypographyPickerProps>;
275
- required: false;
24
+ $refs: {
25
+ [x: string]: unknown;
276
26
  };
277
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
278
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
279
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
280
- type: import("vue").PropType<TypographyPickerProps>;
281
- required: false;
282
- }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
283
- type: import("vue").PropType<TypographyPickerProps>;
284
- required: false;
285
- }; } & {
286
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, TypographyPickerProps, {
287
- "onUpdate:modelValue": {
288
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
289
- };
290
- } & {
291
- "v-model": {
292
- type: import("vue").PropType<TypographyPickerProps>;
293
- required: false;
294
- };
295
- } & {
296
- modelValue: {
297
- type: import("vue").PropType<TypographyPickerProps>;
298
- required: false;
299
- };
300
- }>;
301
- defaultValue(value?: TypographyPickerProps): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyPickerProps, {
302
- "onUpdate:modelValue": {
303
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
304
- };
305
- } & {
306
- "v-model": {
307
- type: import("vue").PropType<TypographyPickerProps>;
308
- required: false;
309
- };
310
- } & {
311
- modelValue: {
312
- type: import("vue").PropType<TypographyPickerProps>;
313
- required: false;
314
- };
315
- }, false>;
316
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, TypographyPickerProps, {
317
- "onUpdate:modelValue": {
318
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
319
- };
320
- } & {
321
- "v-model": {
322
- type: import("vue").PropType<TypographyPickerProps>;
323
- required: false;
324
- };
325
- } & {
326
- modelValue: {
327
- type: import("vue").PropType<TypographyPickerProps>;
328
- required: false;
329
- };
330
- }>;
27
+ $slots: Readonly<{
28
+ [name: string]: import("vue").Slot<any>;
29
+ }>;
30
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
31
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
32
+ $emit: (event: string, ...args: any[]) => void;
33
+ $el: any;
34
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
35
+ beforeCreate?: (() => void) | (() => void)[];
36
+ created?: (() => void) | (() => void)[];
37
+ beforeMount?: (() => void) | (() => void)[];
38
+ mounted?: (() => void) | (() => void)[];
39
+ beforeUpdate?: (() => void) | (() => void)[];
40
+ updated?: (() => void) | (() => void)[];
41
+ activated?: (() => void) | (() => void)[];
42
+ deactivated?: (() => void) | (() => void)[];
43
+ beforeDestroy?: (() => void) | (() => void)[];
44
+ beforeUnmount?: (() => void) | (() => void)[];
45
+ destroyed?: (() => void) | (() => void)[];
46
+ unmounted?: (() => void) | (() => void)[];
47
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
48
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
49
+ 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)[];
331
50
  };
332
- colorSchemaType?: any;
333
- container?: any;
334
- colors?: any;
335
- }>> & {
336
- "onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
337
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
338
- "update:modelValue": (value: TypographyPickerProps) => any;
339
- }, string, {
340
- container?: any;
341
- colorSchemaType?: any;
342
- colors?: any;
343
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
344
- propsDefinition: Omit<Readonly<{
345
- container?: any;
346
- colorSchemaType?: any;
347
- colors?: any;
51
+ $forceUpdate: () => void;
52
+ $nextTick: typeof import("vue").nextTick;
53
+ $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;
54
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
55
+ propsDefinition: {
56
+ "v-model"?: TypographyValue;
57
+ } & {
58
+ "onUpdate:modelValue"?: (value: TypographyValue) => void;
59
+ } & {
60
+ modelValue?: TypographyValue;
61
+ } & {
62
+ customTyping?: boolean;
348
63
  } & {
349
64
  type?: TypographyPickerTypes;
350
- name?: {
351
- [x: `onUpdate:${string}`]: {
352
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
353
- };
354
- } & {
355
- [x: `v-model:${string}`]: {
356
- type: import("vue").PropType<TypographyPickerProps>;
357
- required: false;
358
- };
359
- } & {
360
- [x: string]: {
361
- type: import("vue").PropType<TypographyPickerProps>;
362
- required: false;
363
- };
364
- } & {
365
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, TypographyPickerProps, {
366
- "onUpdate:modelValue": {
367
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
368
- };
369
- } & {
370
- "v-model": {
371
- type: import("vue").PropType<TypographyPickerProps>;
372
- required: false;
373
- };
374
- } & {
375
- modelValue: {
376
- type: import("vue").PropType<TypographyPickerProps>;
377
- required: false;
378
- };
379
- }>;
380
- defaultValue(value?: TypographyPickerProps): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, TypographyPickerProps, {
381
- "onUpdate:modelValue": {
382
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
383
- };
384
- } & {
385
- "v-model": {
386
- type: import("vue").PropType<TypographyPickerProps>;
387
- required: false;
388
- };
389
- } & {
390
- modelValue: {
391
- type: import("vue").PropType<TypographyPickerProps>;
392
- required: false;
393
- };
394
- }, false>;
395
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, TypographyPickerProps, {
396
- "onUpdate:modelValue": {
397
- type: import("vue").PropType<(value: TypographyPickerProps) => any>;
398
- };
399
- } & {
400
- "v-model": {
401
- type: import("vue").PropType<TypographyPickerProps>;
402
- required: false;
403
- };
404
- } & {
405
- modelValue: {
406
- type: import("vue").PropType<TypographyPickerProps>;
407
- required: false;
408
- };
409
- }>;
65
+ } & {
66
+ "v-slots"?: {
67
+ default?: import("vue").Slot;
410
68
  };
411
- "v-model"?: TypographyPickerProps;
412
- "onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
413
- modelValue?: TypographyPickerProps;
414
- }>, "onUpdate:modelValue"> & {
415
- "onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
416
- };
417
- };
69
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping">;
70
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
71
+ [key: string]: any;
72
+ }>;
418
73
  export default _default;