@omnia/fx 8.0.43-vnext → 8.0.45-vnext

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 (43) hide show
  1. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +21 -1
  2. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +3 -4
  3. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +10 -15
  5. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +255 -115
  7. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +273 -88
  8. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +592 -55
  9. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +5 -5
  10. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
  11. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
  12. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +196 -0
  13. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +91 -0
  14. package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -5
  17. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
  18. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  19. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +180 -0
  20. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +91 -0
  21. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +6 -6
  24. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
  26. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +14 -0
  27. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +27 -0
  28. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +89 -298
  29. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +18 -486
  30. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +82 -12
  31. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +95 -24
  32. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  33. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
  34. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
  35. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +5 -5
  38. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +8 -8
  39. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +380 -33
  40. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +28 -1
  41. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +8 -8
  42. package/internal-do-not-import-from-here/wctypings.d.ts +4 -0
  43. package/package.json +3 -3
@@ -3,103 +3,9 @@ declare const _default: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: {
6
- [x: number]: unknown;
7
- toString: (() => string) | ((() => string) & (() => string));
8
- readonly concat: unknown;
9
- readonly indexOf: unknown;
10
- readonly lastIndexOf: unknown;
11
- readonly slice: unknown;
12
- readonly length: unknown;
13
- readonly includes: unknown;
14
- readonly at: unknown;
15
- toLocaleString: (() => string) | ((() => string) & (() => string));
16
- readonly join: unknown;
17
- readonly every: unknown;
18
- readonly some: unknown;
19
- readonly forEach: unknown;
20
- readonly map: unknown;
21
- readonly filter: unknown;
22
- readonly reduce: unknown;
23
- readonly reduceRight: unknown;
24
- readonly find: unknown;
25
- readonly findIndex: unknown;
26
- readonly entries: unknown;
27
- readonly keys: unknown;
28
- readonly values: unknown;
29
- readonly flatMap: unknown;
30
- readonly flat: unknown;
31
- style?: unknown;
32
- class?: unknown;
33
- key?: string | number | symbol;
34
- ref?: import("vue").VNodeRef;
35
- ref_for?: boolean;
36
- ref_key?: string;
37
- onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
- [key: string]: any;
39
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
- [key: string]: any;
41
- }>) => void)[];
42
- onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
- [key: string]: any;
44
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
- [key: string]: any;
46
- }>) => void)[];
47
- onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
- [key: string]: any;
49
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
- [key: string]: any;
51
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
- [key: string]: any;
53
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
- [key: string]: any;
55
- }>) => void)[];
56
- onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
57
- [key: string]: any;
58
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
- [key: string]: any;
60
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
61
- [key: string]: any;
62
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
63
- [key: string]: any;
64
- }>) => void)[];
65
- onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
66
- [key: string]: any;
67
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
68
- [key: string]: any;
69
- }>) => void)[];
70
- onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
71
- [key: string]: any;
72
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
73
- [key: string]: any;
74
- }>) => void)[];
75
- } | {
76
- [x: number]: unknown;
77
- toString: (() => string) | ((() => string) & (() => string));
78
- readonly concat: unknown;
79
- readonly indexOf: unknown;
80
- readonly lastIndexOf: unknown;
81
- readonly slice: unknown;
82
- readonly length: unknown;
83
- readonly includes: unknown;
84
- readonly at: unknown;
85
- toLocaleString: (() => string) | ((() => string) & (() => string));
86
- readonly join: unknown;
87
- readonly every: unknown;
88
- readonly some: unknown;
89
- readonly forEach: unknown;
90
- readonly map: unknown;
91
- readonly filter: unknown;
92
- readonly reduce: unknown;
93
- readonly reduceRight: unknown;
94
- readonly find: unknown;
95
- readonly findIndex: unknown;
96
- readonly entries: unknown;
97
- readonly keys: unknown;
98
- readonly values: unknown;
99
- readonly flatMap: unknown;
100
- readonly flat: unknown;
101
6
  style?: unknown;
102
7
  class?: unknown;
8
+ readonly type?: "linear" | "circular";
103
9
  key?: string | number | symbol;
104
10
  ref?: import("vue").VNodeRef;
105
11
  ref_for?: boolean;
@@ -156,85 +62,12 @@ declare const _default: {
156
62
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
157
63
  $emit: (event: string, ...args: any[]) => void;
158
64
  $el: any;
159
- $options: import("vue").ComponentOptionsBase<Readonly<{
160
- [x: number]: string;
161
- readonly length: number;
162
- toString: () => string;
163
- toLocaleString: () => string;
164
- concat: {
165
- (...items: ConcatArray<string>[]): string[];
166
- (...items: (string | ConcatArray<string>)[]): string[];
167
- };
168
- join: (separator?: string) => string;
169
- slice: (start?: number, end?: number) => string[];
170
- indexOf: (searchElement: string, fromIndex?: number) => number;
171
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
172
- every: {
173
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
174
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
175
- };
176
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
177
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
178
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
179
- filter: {
180
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
181
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
182
- };
183
- reduce: {
184
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
185
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
186
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
187
- };
188
- reduceRight: {
189
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
190
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
191
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
65
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
66
+ type: {
67
+ type: import("vue").PropType<"linear" | "circular">;
68
+ required: false;
192
69
  };
193
- find: {
194
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
195
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
196
- };
197
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
198
- entries: () => IterableIterator<[number, string]>;
199
- keys: () => IterableIterator<number>;
200
- values: () => IterableIterator<string>;
201
- includes: (searchElement: string, fromIndex?: number) => boolean;
202
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
203
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
204
- [Symbol.iterator]: () => IterableIterator<string>;
205
- readonly [Symbol.unscopables]: {
206
- [x: number]: boolean;
207
- readonly length?: boolean;
208
- toString?: boolean;
209
- toLocaleString?: boolean;
210
- concat?: boolean;
211
- join?: boolean;
212
- slice?: boolean;
213
- indexOf?: boolean;
214
- lastIndexOf?: boolean;
215
- every?: boolean;
216
- some?: boolean;
217
- forEach?: boolean;
218
- map?: boolean;
219
- filter?: boolean;
220
- reduce?: boolean;
221
- reduceRight?: boolean;
222
- find?: boolean;
223
- findIndex?: boolean;
224
- entries?: boolean;
225
- keys?: boolean;
226
- values?: boolean;
227
- includes?: boolean;
228
- flatMap?: boolean;
229
- flat?: boolean;
230
- [Symbol.iterator]?: boolean;
231
- readonly [Symbol.unscopables]?: boolean;
232
- at?: boolean;
233
- };
234
- at: (index: number) => string;
235
- }> | Readonly<import("vue").ExtractPropTypes<{
236
- [x: string]: import("vue").Prop<unknown, unknown>;
237
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & {
70
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
238
71
  beforeCreate?: (() => void) | (() => void)[];
239
72
  created?: (() => void) | (() => void)[];
240
73
  beforeMount?: (() => void) | (() => void)[];
@@ -254,324 +87,23 @@ declare const _default: {
254
87
  $forceUpdate: () => void;
255
88
  $nextTick: typeof import("vue").nextTick;
256
89
  $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;
257
- } & (Readonly<{
258
- [x: number]: string;
259
- readonly length: number;
260
- toString: () => string;
261
- toLocaleString: () => string;
262
- concat: {
263
- (...items: ConcatArray<string>[]): string[];
264
- (...items: (string | ConcatArray<string>)[]): string[];
265
- };
266
- join: (separator?: string) => string;
267
- slice: (start?: number, end?: number) => string[];
268
- indexOf: (searchElement: string, fromIndex?: number) => number;
269
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
270
- every: {
271
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
272
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
273
- };
274
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
275
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
276
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
277
- filter: {
278
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
279
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
280
- };
281
- reduce: {
282
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
283
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
284
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
285
- };
286
- reduceRight: {
287
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
288
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
289
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
290
- };
291
- find: {
292
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
293
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
294
- };
295
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
296
- entries: () => IterableIterator<[number, string]>;
297
- keys: () => IterableIterator<number>;
298
- values: () => IterableIterator<string>;
299
- includes: (searchElement: string, fromIndex?: number) => boolean;
300
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
301
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
302
- [Symbol.iterator]: () => IterableIterator<string>;
303
- readonly [Symbol.unscopables]: {
304
- [x: number]: boolean;
305
- readonly length?: boolean;
306
- toString?: boolean;
307
- toLocaleString?: boolean;
308
- concat?: boolean;
309
- join?: boolean;
310
- slice?: boolean;
311
- indexOf?: boolean;
312
- lastIndexOf?: boolean;
313
- every?: boolean;
314
- some?: boolean;
315
- forEach?: boolean;
316
- map?: boolean;
317
- filter?: boolean;
318
- reduce?: boolean;
319
- reduceRight?: boolean;
320
- find?: boolean;
321
- findIndex?: boolean;
322
- entries?: boolean;
323
- keys?: boolean;
324
- values?: boolean;
325
- includes?: boolean;
326
- flatMap?: boolean;
327
- flat?: boolean;
328
- [Symbol.iterator]?: boolean;
329
- readonly [Symbol.unscopables]?: boolean;
330
- at?: boolean;
331
- };
332
- at: (index: number) => string;
333
- }> | Readonly<import("vue").ExtractPropTypes<{
334
- [x: string]: import("vue").Prop<unknown, unknown>;
335
- }>>) & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {} & Readonly<{
336
- [x: number]: string;
337
- readonly length: number;
338
- toString: () => string;
339
- toLocaleString: () => string;
340
- concat: {
341
- (...items: ConcatArray<string>[]): string[];
342
- (...items: (string | ConcatArray<string>)[]): string[];
90
+ } & Readonly<import("vue").ExtractPropTypes<{
91
+ type: {
92
+ type: import("vue").PropType<"linear" | "circular">;
93
+ required: false;
343
94
  };
344
- join: (separator?: string) => string;
345
- slice: (start?: number, end?: number) => string[];
346
- indexOf: (searchElement: string, fromIndex?: number) => number;
347
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
348
- every: {
349
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
350
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
351
- };
352
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
353
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
354
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
355
- filter: {
356
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
357
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
358
- };
359
- reduce: {
360
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
361
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
362
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
363
- };
364
- reduceRight: {
365
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
366
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
367
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
368
- };
369
- find: {
370
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
371
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
372
- };
373
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
374
- entries: () => IterableIterator<[number, string]>;
375
- keys: () => IterableIterator<number>;
376
- values: () => IterableIterator<string>;
377
- includes: (searchElement: string, fromIndex?: number) => boolean;
378
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
379
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
380
- [Symbol.iterator]: () => IterableIterator<string>;
381
- readonly [Symbol.unscopables]: {
382
- [x: number]: boolean;
383
- readonly length?: boolean;
384
- toString?: boolean;
385
- toLocaleString?: boolean;
386
- concat?: boolean;
387
- join?: boolean;
388
- slice?: boolean;
389
- indexOf?: boolean;
390
- lastIndexOf?: boolean;
391
- every?: boolean;
392
- some?: boolean;
393
- forEach?: boolean;
394
- map?: boolean;
395
- filter?: boolean;
396
- reduce?: boolean;
397
- reduceRight?: boolean;
398
- find?: boolean;
399
- findIndex?: boolean;
400
- entries?: boolean;
401
- keys?: boolean;
402
- values?: boolean;
403
- includes?: boolean;
404
- flatMap?: boolean;
405
- flat?: boolean;
406
- [Symbol.iterator]?: boolean;
407
- readonly [Symbol.unscopables]?: boolean;
408
- at?: boolean;
409
- };
410
- at: (index: number) => string;
411
- } | import("vue").ExtractPropTypes<{
412
- [x: string]: import("vue").Prop<unknown, unknown>;
413
- }>>;
95
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
414
96
  __isFragment?: never;
415
97
  __isTeleport?: never;
416
98
  __isSuspense?: never;
417
- } & import("vue").ComponentOptionsBase<Readonly<{
418
- [x: number]: string;
419
- readonly length: number;
420
- toString: () => string;
421
- toLocaleString: () => string;
422
- concat: {
423
- (...items: ConcatArray<string>[]): string[];
424
- (...items: (string | ConcatArray<string>)[]): string[];
425
- };
426
- join: (separator?: string) => string;
427
- slice: (start?: number, end?: number) => string[];
428
- indexOf: (searchElement: string, fromIndex?: number) => number;
429
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
430
- every: {
431
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
432
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
433
- };
434
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
435
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
436
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
437
- filter: {
438
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
439
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
440
- };
441
- reduce: {
442
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
443
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
444
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
445
- };
446
- reduceRight: {
447
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
448
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
449
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
99
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
100
+ type: {
101
+ type: import("vue").PropType<"linear" | "circular">;
102
+ required: false;
450
103
  };
451
- find: {
452
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
453
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
454
- };
455
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
456
- entries: () => IterableIterator<[number, string]>;
457
- keys: () => IterableIterator<number>;
458
- values: () => IterableIterator<string>;
459
- includes: (searchElement: string, fromIndex?: number) => boolean;
460
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
461
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
462
- [Symbol.iterator]: () => IterableIterator<string>;
463
- readonly [Symbol.unscopables]: {
464
- [x: number]: boolean;
465
- readonly length?: boolean;
466
- toString?: boolean;
467
- toLocaleString?: boolean;
468
- concat?: boolean;
469
- join?: boolean;
470
- slice?: boolean;
471
- indexOf?: boolean;
472
- lastIndexOf?: boolean;
473
- every?: boolean;
474
- some?: boolean;
475
- forEach?: boolean;
476
- map?: boolean;
477
- filter?: boolean;
478
- reduce?: boolean;
479
- reduceRight?: boolean;
480
- find?: boolean;
481
- findIndex?: boolean;
482
- entries?: boolean;
483
- keys?: boolean;
484
- values?: boolean;
485
- includes?: boolean;
486
- flatMap?: boolean;
487
- flat?: boolean;
488
- [Symbol.iterator]?: boolean;
489
- readonly [Symbol.unscopables]?: boolean;
490
- at?: boolean;
491
- };
492
- at: (index: number) => string;
493
- }> | Readonly<import("vue").ExtractPropTypes<{
494
- [x: string]: import("vue").Prop<unknown, unknown>;
495
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
496
- propsDefinition: Omit<Readonly<{
497
- [x: number]: string;
498
- readonly length: number;
499
- toString: () => string;
500
- toLocaleString: () => string;
501
- concat: {
502
- (...items: ConcatArray<string>[]): string[];
503
- (...items: (string | ConcatArray<string>)[]): string[];
504
- };
505
- join: (separator?: string) => string;
506
- slice: (start?: number, end?: number) => string[];
507
- indexOf: (searchElement: string, fromIndex?: number) => number;
508
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
509
- every: {
510
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
511
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
512
- };
513
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
514
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
515
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
516
- filter: {
517
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
518
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
519
- };
520
- reduce: {
521
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
522
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
523
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
524
- };
525
- reduceRight: {
526
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
527
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
528
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
529
- };
530
- find: {
531
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
532
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
533
- };
534
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
535
- entries: () => IterableIterator<[number, string]>;
536
- keys: () => IterableIterator<number>;
537
- values: () => IterableIterator<string>;
538
- includes: (searchElement: string, fromIndex?: number) => boolean;
539
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
540
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
541
- [Symbol.iterator]: () => IterableIterator<string>;
542
- readonly [Symbol.unscopables]: {
543
- [x: number]: boolean;
544
- readonly length?: boolean;
545
- toString?: boolean;
546
- toLocaleString?: boolean;
547
- concat?: boolean;
548
- join?: boolean;
549
- slice?: boolean;
550
- indexOf?: boolean;
551
- lastIndexOf?: boolean;
552
- every?: boolean;
553
- some?: boolean;
554
- forEach?: boolean;
555
- map?: boolean;
556
- filter?: boolean;
557
- reduce?: boolean;
558
- reduceRight?: boolean;
559
- find?: boolean;
560
- findIndex?: boolean;
561
- entries?: boolean;
562
- keys?: boolean;
563
- values?: boolean;
564
- includes?: boolean;
565
- flatMap?: boolean;
566
- flat?: boolean;
567
- [Symbol.iterator]?: boolean;
568
- readonly [Symbol.unscopables]?: boolean;
569
- at?: boolean;
570
- };
571
- at: (index: number) => string;
572
- }>, never> | Omit<Readonly<{} & {
573
- [x: string]: unknown;
574
- [x: number]: unknown;
104
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
105
+ propsDefinition: Omit<Readonly<{} & {
106
+ type?: "linear" | "circular";
575
107
  }>, never>;
576
108
  };
577
109
  export default _default;