@omnia/fx 8.0.317-dev → 8.0.321-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 (61) hide show
  1. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +0 -4
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +3 -3
  4. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  5. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +3 -2
  8. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +5 -2
  9. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +12 -0
  11. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +4 -548
  13. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +7 -7
  14. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -1
  15. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +3 -20
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -329
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +4 -329
  19. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +6 -62
  20. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.stylex.d.ts +7 -0
  21. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +8 -0
  22. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.stylex.d.ts +8 -0
  23. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/Handler.d.ts +9 -0
  24. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/store/CentralImageLocationProviderStore.d.ts +42 -0
  25. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +5 -0
  26. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.stylex.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +15 -0
  28. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +3 -2
  29. package/internal-do-not-import-from-here/ux/models/AnimatedGifStyles.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +6 -1
  31. package/internal-do-not-import-from-here/ux/oxide/hover/Hover.d.ts +14 -0
  32. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.stylex.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +3 -2
  35. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +5 -1
  36. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +13 -4
  37. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +4 -0
  38. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +7 -8
  40. package/internal-do-not-import-from-here/ux/video/VideoPlayer.css.d.ts +46 -0
  41. package/internal-do-not-import-from-here/ux/video/VideoPlayer.d.ts +33 -0
  42. package/internal-do-not-import-from-here/wctypings.d.ts +46 -4
  43. package/package.json +4 -4
  44. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.css.d.ts +0 -8
  45. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.css.d.ts +0 -0
  46. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +0 -0
  47. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.css.d.ts +0 -0
  48. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_oldv2.d.ts +0 -60
  49. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_oldv2.stylex.d.ts +0 -5
  50. package/internal-do-not-import-from-here/ux/vuetify/avatar/VAvatar.bundle.d.ts +0 -1
  51. package/internal-do-not-import-from-here/ux/vuetify/badge/VBadge.bundle.d.ts +0 -1
  52. package/internal-do-not-import-from-here/ux/vuetify/button/VButton.bundle.d.ts +0 -1
  53. package/internal-do-not-import-from-here/ux/vuetify/chip/VChip.bundle.d.ts +0 -1
  54. package/internal-do-not-import-from-here/ux/vuetify/hover/VHover.bundle.d.ts +0 -1
  55. package/internal-do-not-import-from-here/ux/vuetify/menu/VMenu.bundle.d.ts +0 -1
  56. package/internal-do-not-import-from-here/ux/vuetify/speeddial/VSpeedDial.bundle.d.ts +0 -1
  57. package/internal-do-not-import-from-here/ux/vuetify/toolbar/Toolbar.bundle.d.ts +0 -1
  58. package/internal-do-not-import-from-here/ux/vuetify/tooltip/VTooltip.bundle.d.ts +0 -1
  59. package/internal-do-not-import-from-here/ux/vuetify/virtualscroll/VirtualScroll.bundle.d.ts +0 -1
  60. /package/internal-do-not-import-from-here/ux/oxide/treeview/{Treeview_old.d.ts → Treeview.d.ts} +0 -0
  61. /package/internal-do-not-import-from-here/ux/oxide/treeview/{Treeview_old.stylex.d.ts → Treeview.stylex.d.ts} +0 -0
@@ -1,8 +1,10 @@
1
- import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint, Spacing, SpacingValue, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint, ChipBlueprint } from "@omnia/fx-models";
1
+ import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint, ChipBlueprint, Spacing, SpacingValue } from "@omnia/fx-models";
2
2
  import { NestedCSSProperties } from "typestyle/lib/types";
3
3
  import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
4
4
  import { StylexValue } from "internal/fx/ux/Styles.stylex";
5
5
  export declare namespace blueprintStylex {
6
+ function getBlueprintSpacingValues(value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
7
+ function getBlueprintSpacingStylex(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<StylexValue>;
6
8
  function getBlueprintFillStylex(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
7
9
  /** Chip */
8
10
  function getChipBlueprintStylex(bluePrint: ChipBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
@@ -19,26 +21,7 @@ export declare namespace blueprintStylex {
19
21
  function getBlueprintSpacingValue(value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
20
22
  }
21
23
  export declare namespace blueprintStyles {
22
- /**Border styling */
23
- function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
24
- function getBlueprintBorderStyling(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
25
- function getBlueprintBackgroundStyling(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
26
- function getBlueprintBackgroundObject(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
27
- function getBlueprintFillObject(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
28
- function getBlueprintFillStyling(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): string;
29
- /**Spacing styling */
30
- function getBlueprintSpacingValues(value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
31
- function getBlueprintSpacingValue(value: SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
32
- function getBlueprintSpacingStylex(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<StylexValue>;
33
- function getBlueprintSpacingStyling(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
34
- /**Button styling */
35
- function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
36
- /**Tab styling */
37
- function getBlueprintTabStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): string;
38
- function getBlueprintTabsStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
39
24
  /**Text styling */
40
25
  function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
41
26
  function getBlueprintTextStylingObject(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): NestedCSSProperties;
42
- function getIconBlueprintStyling(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
43
- function getChipBlueprintStyling(bluePrint: ChipBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
44
27
  }
@@ -1,341 +1,16 @@
1
1
  declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
3
- readonly [x: number]: string;
4
- readonly length: number;
5
- toString: () => string;
6
- toLocaleString: {
7
- (): string;
8
- (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
9
- };
10
- concat: {
11
- (...items: ConcatArray<string>[]): string[];
12
- (...items: (string | ConcatArray<string>)[]): string[];
13
- };
14
- join: (separator?: string) => string;
15
- slice: (start?: number, end?: number) => string[];
16
- indexOf: (searchElement: string, fromIndex?: number) => number;
17
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
18
- every: {
19
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
20
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
21
- };
22
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
23
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
24
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
25
- filter: {
26
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
27
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
28
- };
29
- reduce: {
30
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
31
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
32
- <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
33
- };
34
- reduceRight: {
35
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
36
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
37
- <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
38
- };
39
- find: {
40
- <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
41
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
42
- };
43
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
44
- entries: () => ArrayIterator<[number, string]>;
45
- keys: () => ArrayIterator<number>;
46
- values: () => ArrayIterator<string>;
47
- includes: (searchElement: string, fromIndex?: number) => boolean;
48
- flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
49
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
50
- at: (index: number) => string;
51
- [Symbol.iterator]: () => ArrayIterator<string>;
52
- readonly [Symbol.unscopables]: {
53
- readonly [x: number]: boolean;
54
- readonly length?: boolean;
55
- toString?: boolean;
56
- toLocaleString?: boolean;
57
- concat?: boolean;
58
- join?: boolean;
59
- slice?: boolean;
60
- indexOf?: boolean;
61
- lastIndexOf?: boolean;
62
- every?: boolean;
63
- some?: boolean;
64
- forEach?: boolean;
65
- map?: boolean;
66
- filter?: boolean;
67
- reduce?: boolean;
68
- reduceRight?: boolean;
69
- find?: boolean;
70
- findIndex?: boolean;
71
- entries?: boolean;
72
- keys?: boolean;
73
- values?: boolean;
74
- includes?: boolean;
75
- flatMap?: boolean;
76
- flat?: boolean;
77
- at?: boolean;
78
- [Symbol.iterator]?: boolean;
79
- readonly [Symbol.unscopables]?: boolean;
80
- };
81
- }> | Readonly<import("vue").ExtractPropTypes<{
82
- readonly [x: string]: import("vue").Prop<unknown, unknown>;
83
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {} | {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
84
3
  P: {};
85
4
  B: {};
86
5
  D: {};
87
6
  C: {};
88
7
  M: {};
89
8
  Defaults: {};
90
- }, Readonly<{
91
- readonly [x: number]: string;
92
- readonly length: number;
93
- toString: () => string;
94
- toLocaleString: {
95
- (): string;
96
- (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
97
- };
98
- concat: {
99
- (...items: ConcatArray<string>[]): string[];
100
- (...items: (string | ConcatArray<string>)[]): string[];
101
- };
102
- join: (separator?: string) => string;
103
- slice: (start?: number, end?: number) => string[];
104
- indexOf: (searchElement: string, fromIndex?: number) => number;
105
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
106
- every: {
107
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
108
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
109
- };
110
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
111
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
112
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
113
- filter: {
114
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
115
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
116
- };
117
- reduce: {
118
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
119
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
120
- <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
121
- };
122
- reduceRight: {
123
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
124
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
125
- <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
126
- };
127
- find: {
128
- <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
129
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
130
- };
131
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
132
- entries: () => ArrayIterator<[number, string]>;
133
- keys: () => ArrayIterator<number>;
134
- values: () => ArrayIterator<string>;
135
- includes: (searchElement: string, fromIndex?: number) => boolean;
136
- flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
137
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
138
- at: (index: number) => string;
139
- [Symbol.iterator]: () => ArrayIterator<string>;
140
- readonly [Symbol.unscopables]: {
141
- readonly [x: number]: boolean;
142
- readonly length?: boolean;
143
- toString?: boolean;
144
- toLocaleString?: boolean;
145
- concat?: boolean;
146
- join?: boolean;
147
- slice?: boolean;
148
- indexOf?: boolean;
149
- lastIndexOf?: boolean;
150
- every?: boolean;
151
- some?: boolean;
152
- forEach?: boolean;
153
- map?: boolean;
154
- filter?: boolean;
155
- reduce?: boolean;
156
- reduceRight?: boolean;
157
- find?: boolean;
158
- findIndex?: boolean;
159
- entries?: boolean;
160
- keys?: boolean;
161
- values?: boolean;
162
- includes?: boolean;
163
- flatMap?: boolean;
164
- flat?: boolean;
165
- at?: boolean;
166
- [Symbol.iterator]?: boolean;
167
- readonly [Symbol.unscopables]?: boolean;
168
- };
169
- }> | Readonly<import("vue").ExtractPropTypes<{
170
- readonly [x: string]: import("vue").Prop<unknown, unknown>;
171
- }>>, () => JSX.Element, {}, {}, {}, {} | {}>;
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
172
10
  __isFragment?: never;
173
11
  __isTeleport?: never;
174
12
  __isSuspense?: never;
175
- } & import("vue").ComponentOptionsBase<Readonly<{
176
- readonly [x: number]: string;
177
- readonly length: number;
178
- toString: () => string;
179
- toLocaleString: {
180
- (): string;
181
- (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
182
- };
183
- concat: {
184
- (...items: ConcatArray<string>[]): string[];
185
- (...items: (string | ConcatArray<string>)[]): string[];
186
- };
187
- join: (separator?: string) => string;
188
- slice: (start?: number, end?: number) => string[];
189
- indexOf: (searchElement: string, fromIndex?: number) => number;
190
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
191
- every: {
192
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
193
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
194
- };
195
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
196
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
197
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
198
- filter: {
199
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
200
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
201
- };
202
- reduce: {
203
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
204
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
205
- <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
206
- };
207
- reduceRight: {
208
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
209
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
210
- <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
211
- };
212
- find: {
213
- <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
214
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
215
- };
216
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
217
- entries: () => ArrayIterator<[number, string]>;
218
- keys: () => ArrayIterator<number>;
219
- values: () => ArrayIterator<string>;
220
- includes: (searchElement: string, fromIndex?: number) => boolean;
221
- flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
222
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
223
- at: (index: number) => string;
224
- [Symbol.iterator]: () => ArrayIterator<string>;
225
- readonly [Symbol.unscopables]: {
226
- readonly [x: number]: boolean;
227
- readonly length?: boolean;
228
- toString?: boolean;
229
- toLocaleString?: boolean;
230
- concat?: boolean;
231
- join?: boolean;
232
- slice?: boolean;
233
- indexOf?: boolean;
234
- lastIndexOf?: boolean;
235
- every?: boolean;
236
- some?: boolean;
237
- forEach?: boolean;
238
- map?: boolean;
239
- filter?: boolean;
240
- reduce?: boolean;
241
- reduceRight?: boolean;
242
- find?: boolean;
243
- findIndex?: boolean;
244
- entries?: boolean;
245
- keys?: boolean;
246
- values?: boolean;
247
- includes?: boolean;
248
- flatMap?: boolean;
249
- flat?: boolean;
250
- at?: boolean;
251
- [Symbol.iterator]?: boolean;
252
- readonly [Symbol.unscopables]?: boolean;
253
- };
254
- }> | Readonly<import("vue").ExtractPropTypes<{
255
- readonly [x: string]: import("vue").Prop<unknown, unknown>;
256
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
257
- propsDefinition: Omit<Readonly<{
258
- readonly [x: number]: string;
259
- readonly length: number;
260
- toString: () => string;
261
- toLocaleString: {
262
- (): string;
263
- (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
264
- };
265
- concat: {
266
- (...items: ConcatArray<string>[]): string[];
267
- (...items: (string | ConcatArray<string>)[]): string[];
268
- };
269
- join: (separator?: string) => string;
270
- slice: (start?: number, end?: number) => string[];
271
- indexOf: (searchElement: string, fromIndex?: number) => number;
272
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
273
- every: {
274
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
275
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
276
- };
277
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
278
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
279
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
280
- filter: {
281
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
282
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
283
- };
284
- reduce: {
285
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
286
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
287
- <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
288
- };
289
- reduceRight: {
290
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
291
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
292
- <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
293
- };
294
- find: {
295
- <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
296
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
297
- };
298
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
299
- entries: () => ArrayIterator<[number, string]>;
300
- keys: () => ArrayIterator<number>;
301
- values: () => ArrayIterator<string>;
302
- includes: (searchElement: string, fromIndex?: number) => boolean;
303
- flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
304
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
305
- at: (index: number) => string;
306
- [Symbol.iterator]: () => ArrayIterator<string>;
307
- readonly [Symbol.unscopables]: {
308
- readonly [x: number]: boolean;
309
- readonly length?: boolean;
310
- toString?: boolean;
311
- toLocaleString?: boolean;
312
- concat?: boolean;
313
- join?: boolean;
314
- slice?: boolean;
315
- indexOf?: boolean;
316
- lastIndexOf?: boolean;
317
- every?: boolean;
318
- some?: boolean;
319
- forEach?: boolean;
320
- map?: boolean;
321
- filter?: boolean;
322
- reduce?: boolean;
323
- reduceRight?: boolean;
324
- find?: boolean;
325
- findIndex?: boolean;
326
- entries?: boolean;
327
- keys?: boolean;
328
- values?: boolean;
329
- includes?: boolean;
330
- flatMap?: boolean;
331
- flat?: boolean;
332
- at?: boolean;
333
- [Symbol.iterator]?: boolean;
334
- readonly [Symbol.unscopables]?: boolean;
335
- };
336
- }>, never> | Omit<Readonly<{} & {
337
- readonly [x: string]: unknown;
338
- readonly [x: number]: unknown;
339
- }>, never>;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
340
15
  };
341
16
  export default _default;