@omnia/fx 8.0.215-dev → 8.0.216-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 (49) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.libs.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +58 -1
  4. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +6 -0
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +0 -3
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +3 -3
  8. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +3 -3
  9. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +3 -3
  10. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker copy.d.ts +0 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +5 -2
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +31 -5
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +5 -5
  14. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +3 -3
  15. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +3 -3
  17. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +3 -3
  18. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +3 -3
  19. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +10 -2
  20. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +5 -0
  21. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +13 -0
  22. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -0
  23. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +0 -1
  24. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +281 -0
  25. package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +36 -21
  26. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +105 -539
  29. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +18 -0
  31. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +27 -0
  32. package/internal-do-not-import-from-here/ux/oxide/column/{Column.css.d.ts → Column.stylex.d.ts} +6 -1
  33. package/internal-do-not-import-from-here/ux/oxide/flex/{Row.css.d.ts → Row.stylex.d.ts} +6 -1
  34. package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +8 -10
  35. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +43 -403
  36. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +120 -0
  37. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +24 -0
  38. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +22 -9
  39. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +13 -1
  41. package/internal-do-not-import-from-here/ux/velcron/registrations/CategoryRegistrations.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +98 -98
  43. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +10 -5
  44. package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
  45. package/package.json +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +0 -6
  47. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.css.d.ts +0 -3
  48. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +0 -3
  49. /package/internal-do-not-import-from-here/ux/oxide/flex/{Flex2.d.ts → Flex.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { ButtonIconOptions, ButtonTooltipOptions, ButtonBlueprint } from "@omnia/fx-models";
2
- export * from "./Button.css";
2
+ export * from "./Button.stylex";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  disableBlueprint: {
@@ -0,0 +1,18 @@
1
+ import { OButtonVariants } from "@omnia/fx-models";
2
+ export declare const ButtonStyles: {
3
+ velcronStyling: Readonly<{
4
+ className?: string;
5
+ style?: Readonly<{
6
+ [$$Key$$: string]: string | number;
7
+ }>;
8
+ }>;
9
+ wrapper: (background: string, text: string, iconColor: string, variant: OButtonVariants, transparent: boolean, transparentHover: boolean, grouped: boolean) => {
10
+ className: string;
11
+ style: {
12
+ "--obtn-color": string;
13
+ "--obtn-background": any;
14
+ "--obtn-nest-color": string;
15
+ "--obtn-nest-background": string;
16
+ };
17
+ };
18
+ };
@@ -6,6 +6,7 @@ export declare enum ColorType {
6
6
  CorporateColor = 3,
7
7
  CustomColor = 4
8
8
  }
9
+ type ColorPickerVariant = "default" | "blade";
9
10
  declare const _default: {
10
11
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
11
12
  "v-slots": import("vue").Prop<{
@@ -29,6 +30,9 @@ declare const _default: {
29
30
  label: {
30
31
  type: import("vue").PropType<string>;
31
32
  };
33
+ variant: {
34
+ type: import("vue").PropType<ColorPickerVariant>;
35
+ };
32
36
  "onUpdate:modelValue": {
33
37
  type: import("vue").PropType<(value: string) => any>;
34
38
  };
@@ -40,6 +44,9 @@ declare const _default: {
40
44
  type: import("vue").PropType<string>;
41
45
  required: false;
42
46
  };
47
+ toned: {
48
+ type: import("vue").PropType<boolean>;
49
+ };
43
50
  class: {
44
51
  type: import("vue").PropType<String | String[]>;
45
52
  required: boolean;
@@ -82,6 +89,9 @@ declare const _default: {
82
89
  label: {
83
90
  type: import("vue").PropType<string>;
84
91
  };
92
+ variant: {
93
+ type: import("vue").PropType<ColorPickerVariant>;
94
+ };
85
95
  "onUpdate:modelValue": {
86
96
  type: import("vue").PropType<(value: string) => any>;
87
97
  };
@@ -93,6 +103,9 @@ declare const _default: {
93
103
  type: import("vue").PropType<string>;
94
104
  required: false;
95
105
  };
106
+ toned: {
107
+ type: import("vue").PropType<boolean>;
108
+ };
96
109
  class: {
97
110
  type: import("vue").PropType<String | String[]>;
98
111
  required: boolean;
@@ -142,6 +155,9 @@ declare const _default: {
142
155
  label: {
143
156
  type: import("vue").PropType<string>;
144
157
  };
158
+ variant: {
159
+ type: import("vue").PropType<ColorPickerVariant>;
160
+ };
145
161
  "onUpdate:modelValue": {
146
162
  type: import("vue").PropType<(value: string) => any>;
147
163
  };
@@ -153,6 +169,9 @@ declare const _default: {
153
169
  type: import("vue").PropType<string>;
154
170
  required: false;
155
171
  };
172
+ toned: {
173
+ type: import("vue").PropType<boolean>;
174
+ };
156
175
  class: {
157
176
  type: import("vue").PropType<String | String[]>;
158
177
  required: boolean;
@@ -199,6 +218,9 @@ declare const _default: {
199
218
  label: {
200
219
  type: import("vue").PropType<string>;
201
220
  };
221
+ variant: {
222
+ type: import("vue").PropType<ColorPickerVariant>;
223
+ };
202
224
  "onUpdate:modelValue": {
203
225
  type: import("vue").PropType<(value: string) => any>;
204
226
  };
@@ -210,6 +232,9 @@ declare const _default: {
210
232
  type: import("vue").PropType<string>;
211
233
  required: false;
212
234
  };
235
+ toned: {
236
+ type: import("vue").PropType<boolean>;
237
+ };
213
238
  class: {
214
239
  type: import("vue").PropType<String | String[]>;
215
240
  required: boolean;
@@ -240,6 +265,7 @@ declare const _default: {
240
265
  show?: boolean;
241
266
  disabled?: boolean;
242
267
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
268
+ toned?: boolean;
243
269
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
244
270
  "v-model"?: string;
245
271
  "onUpdate:modelValue"?: (value: string) => any;
@@ -249,6 +275,7 @@ declare const _default: {
249
275
  } & {
250
276
  activator?: Func<[VNodeChild]>;
251
277
  };
278
+ variant?: ColorPickerVariant;
252
279
  labelColor?: string;
253
280
  selectedColorAsLabel?: boolean;
254
281
  }>, "onUpdate:modelValue"> & {
@@ -7,5 +7,10 @@ export interface stylingSettings {
7
7
  minWidth: string;
8
8
  }
9
9
  export declare const ColStyles: {
10
- wrapper: (settings: stylingSettings) => string;
10
+ wrapper: (settings: stylingSettings) => Readonly<{
11
+ className?: string;
12
+ style?: Readonly<{
13
+ [$$Key$$: string]: string | number;
14
+ }>;
15
+ }>;
11
16
  };
@@ -13,5 +13,10 @@ export interface stylingSettings {
13
13
  direction: ORowDirections;
14
14
  }
15
15
  export declare const RowStyles: {
16
- wrapper: (settings: stylingSettings) => string;
16
+ wrapper: (settings: stylingSettings) => Readonly<{
17
+ className?: string;
18
+ style?: Readonly<{
19
+ [$$Key$$: string]: string | number;
20
+ }>;
21
+ }>;
17
22
  };
@@ -1,13 +1,11 @@
1
1
  /**
2
2
  * Styles for the CommandPalette component
3
3
  */
4
- export declare const TextStyles: Readonly<{
5
- readonly truncateText: (lines: number) => readonly [Readonly<{
6
- maxWidth: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"maxWidth", string>;
7
- "-webkit-line-clamp": import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"-webkit-line-clamp", number>;
8
- "-webkit-box-orient": import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"-webkit-box-orient", string>;
9
- wordBreak: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"wordBreak", "break-all">;
10
- display: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"display", "-webkit-box">;
11
- overflow: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"overflow", "hidden">;
12
- }>, typeof import("@stylexjs/stylex/lib/StyleXTypes").StyleXInlineStylesTag];
13
- }>;
4
+ export declare const TextStyles: {
5
+ truncateText: (lines: number) => Readonly<{
6
+ className?: string;
7
+ style?: Readonly<{
8
+ [$$Key$$: string]: string | number;
9
+ }>;
10
+ }>;
11
+ };
@@ -3,410 +3,50 @@ export interface UserRequestProperty {
3
3
  propertyBinding: PropertyBinding<PropertyDefinition<any, any, any>>;
4
4
  propertyConfiguration: PropertyConfiguration<PropertyDefinition<any, any, any>>;
5
5
  }
6
- declare const _default: {
7
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<{
8
- readonly [x: number]: string;
9
- readonly length: number;
10
- toString: () => string;
11
- toLocaleString: () => string;
12
- concat: {
13
- (...items: ConcatArray<string>[]): string[];
14
- (...items: (string | ConcatArray<string>)[]): string[];
15
- };
16
- join: (separator?: string) => string;
17
- slice: (start?: number, end?: number) => string[];
18
- indexOf: (searchElement: string, fromIndex?: number) => number;
19
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
20
- every: {
21
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
22
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
23
- };
24
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
25
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
26
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
27
- filter: {
28
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
29
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
30
- };
31
- reduce: {
32
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
33
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
34
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
35
- };
36
- reduceRight: {
37
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
38
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
39
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
40
- };
41
- find: {
42
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
43
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
44
- };
45
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
46
- entries: () => IterableIterator<[number, string]>;
47
- keys: () => IterableIterator<number>;
48
- values: () => IterableIterator<string>;
49
- includes: (searchElement: string, fromIndex?: number) => boolean;
50
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
51
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
52
- at: (index: number) => string;
53
- [Symbol.iterator]: () => IterableIterator<string>;
54
- readonly [Symbol.unscopables]: {
55
- readonly [x: number]: boolean;
56
- readonly length?: boolean;
57
- toString?: boolean;
58
- toLocaleString?: boolean;
59
- concat?: boolean;
60
- join?: boolean;
61
- slice?: boolean;
62
- indexOf?: boolean;
63
- lastIndexOf?: boolean;
64
- every?: boolean;
65
- some?: boolean;
66
- forEach?: boolean;
67
- map?: boolean;
68
- filter?: boolean;
69
- reduce?: boolean;
70
- reduceRight?: boolean;
71
- find?: boolean;
72
- findIndex?: boolean;
73
- entries?: boolean;
74
- keys?: boolean;
75
- values?: boolean;
76
- includes?: boolean;
77
- flatMap?: boolean;
78
- flat?: boolean;
79
- at?: boolean;
80
- [Symbol.iterator]?: boolean;
81
- readonly [Symbol.unscopables]?: boolean;
82
- };
83
- }> | Readonly<import("vue").ExtractPropTypes<{
84
- readonly [x: string]: import("vue").Prop<unknown, unknown>;
85
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
86
- readonly [x: number]: string;
87
- readonly length: number;
88
- toString: () => string;
89
- toLocaleString: () => string;
90
- concat: {
91
- (...items: ConcatArray<string>[]): string[];
92
- (...items: (string | ConcatArray<string>)[]): string[];
93
- };
94
- join: (separator?: string) => string;
95
- slice: (start?: number, end?: number) => string[];
96
- indexOf: (searchElement: string, fromIndex?: number) => number;
97
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
98
- every: {
99
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
100
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
101
- };
102
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
103
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
104
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
105
- filter: {
106
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
107
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
108
- };
109
- reduce: {
110
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
111
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
112
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
113
- };
114
- reduceRight: {
115
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
116
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
117
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
118
- };
119
- find: {
120
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
121
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
122
- };
123
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
124
- entries: () => IterableIterator<[number, string]>;
125
- keys: () => IterableIterator<number>;
126
- values: () => IterableIterator<string>;
127
- includes: (searchElement: string, fromIndex?: number) => boolean;
128
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
129
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
130
- at: (index: number) => string;
131
- [Symbol.iterator]: () => IterableIterator<string>;
132
- readonly [Symbol.unscopables]: {
133
- readonly [x: number]: boolean;
134
- readonly length?: boolean;
135
- toString?: boolean;
136
- toLocaleString?: boolean;
137
- concat?: boolean;
138
- join?: boolean;
139
- slice?: boolean;
140
- indexOf?: boolean;
141
- lastIndexOf?: boolean;
142
- every?: boolean;
143
- some?: boolean;
144
- forEach?: boolean;
145
- map?: boolean;
146
- filter?: boolean;
147
- reduce?: boolean;
148
- reduceRight?: boolean;
149
- find?: boolean;
150
- findIndex?: boolean;
151
- entries?: boolean;
152
- keys?: boolean;
153
- values?: boolean;
154
- includes?: boolean;
155
- flatMap?: boolean;
156
- flat?: boolean;
157
- at?: boolean;
158
- [Symbol.iterator]?: boolean;
159
- readonly [Symbol.unscopables]?: boolean;
160
- };
161
- } | import("vue").ExtractPropTypes<{
162
- readonly [x: string]: import("vue").Prop<unknown, unknown>;
163
- }>>, {} | {}, true, {}, {}, {
164
- P: {};
165
- B: {};
166
- D: {};
167
- C: {};
168
- M: {};
169
- Defaults: {};
170
- }, Readonly<{
171
- readonly [x: number]: string;
172
- readonly length: number;
173
- toString: () => string;
174
- toLocaleString: () => string;
175
- concat: {
176
- (...items: ConcatArray<string>[]): string[];
177
- (...items: (string | ConcatArray<string>)[]): string[];
178
- };
179
- join: (separator?: string) => string;
180
- slice: (start?: number, end?: number) => string[];
181
- indexOf: (searchElement: string, fromIndex?: number) => number;
182
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
183
- every: {
184
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
185
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
186
- };
187
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
188
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
189
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
190
- filter: {
191
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
192
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
193
- };
194
- reduce: {
195
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
196
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
197
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
198
- };
199
- reduceRight: {
200
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
201
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
202
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
203
- };
204
- find: {
205
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
206
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
207
- };
208
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
209
- entries: () => IterableIterator<[number, string]>;
210
- keys: () => IterableIterator<number>;
211
- values: () => IterableIterator<string>;
212
- includes: (searchElement: string, fromIndex?: number) => boolean;
213
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
214
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
215
- at: (index: number) => string;
216
- [Symbol.iterator]: () => IterableIterator<string>;
217
- readonly [Symbol.unscopables]: {
218
- readonly [x: number]: boolean;
219
- readonly length?: boolean;
220
- toString?: boolean;
221
- toLocaleString?: boolean;
222
- concat?: boolean;
223
- join?: boolean;
224
- slice?: boolean;
225
- indexOf?: boolean;
226
- lastIndexOf?: boolean;
227
- every?: boolean;
228
- some?: boolean;
229
- forEach?: boolean;
230
- map?: boolean;
231
- filter?: boolean;
232
- reduce?: boolean;
233
- reduceRight?: boolean;
234
- find?: boolean;
235
- findIndex?: boolean;
236
- entries?: boolean;
237
- keys?: boolean;
238
- values?: boolean;
239
- includes?: boolean;
240
- flatMap?: boolean;
241
- flat?: boolean;
242
- at?: boolean;
243
- [Symbol.iterator]?: boolean;
244
- readonly [Symbol.unscopables]?: boolean;
245
- };
246
- }> | Readonly<import("vue").ExtractPropTypes<{
247
- readonly [x: string]: import("vue").Prop<unknown, unknown>;
248
- }>>, () => JSX.Element, {}, {}, {}, {} | {}>;
249
- __isFragment?: never;
250
- __isTeleport?: never;
251
- __isSuspense?: never;
252
- } & import("vue").ComponentOptionsBase<Readonly<{
253
- readonly [x: number]: string;
254
- readonly length: number;
255
- toString: () => string;
256
- toLocaleString: () => string;
257
- concat: {
258
- (...items: ConcatArray<string>[]): string[];
259
- (...items: (string | ConcatArray<string>)[]): string[];
6
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{}>) => {
7
+ $: import("vue").ComponentInternalInstance;
8
+ $data: {};
9
+ $props: {};
10
+ $attrs: {
11
+ [x: string]: unknown;
260
12
  };
261
- join: (separator?: string) => string;
262
- slice: (start?: number, end?: number) => string[];
263
- indexOf: (searchElement: string, fromIndex?: number) => number;
264
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
265
- every: {
266
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
267
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
13
+ $refs: {
14
+ [x: string]: unknown;
268
15
  };
269
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
270
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
271
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
272
- filter: {
273
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
274
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
16
+ $slots: Readonly<{
17
+ [name: string]: import("vue").Slot<any>;
18
+ }>;
19
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
20
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
+ $emit: (event: string, ...args: any[]) => void;
22
+ $el: any;
23
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
24
+ beforeCreate?: (() => void) | (() => void)[];
25
+ created?: (() => void) | (() => void)[];
26
+ beforeMount?: (() => void) | (() => void)[];
27
+ mounted?: (() => void) | (() => void)[];
28
+ beforeUpdate?: (() => void) | (() => void)[];
29
+ updated?: (() => void) | (() => void)[];
30
+ activated?: (() => void) | (() => void)[];
31
+ deactivated?: (() => void) | (() => void)[];
32
+ beforeDestroy?: (() => void) | (() => void)[];
33
+ beforeUnmount?: (() => void) | (() => void)[];
34
+ destroyed?: (() => void) | (() => void)[];
35
+ unmounted?: (() => void) | (() => void)[];
36
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
37
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
+ 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)[];
275
39
  };
276
- reduce: {
277
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
278
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
279
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
280
- };
281
- reduceRight: {
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_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
285
- };
286
- find: {
287
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
288
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
289
- };
290
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
291
- entries: () => IterableIterator<[number, string]>;
292
- keys: () => IterableIterator<number>;
293
- values: () => IterableIterator<string>;
294
- includes: (searchElement: string, fromIndex?: number) => boolean;
295
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
296
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
297
- at: (index: number) => string;
298
- [Symbol.iterator]: () => IterableIterator<string>;
299
- readonly [Symbol.unscopables]: {
300
- readonly [x: number]: boolean;
301
- readonly length?: boolean;
302
- toString?: boolean;
303
- toLocaleString?: boolean;
304
- concat?: boolean;
305
- join?: boolean;
306
- slice?: boolean;
307
- indexOf?: boolean;
308
- lastIndexOf?: boolean;
309
- every?: boolean;
310
- some?: boolean;
311
- forEach?: boolean;
312
- map?: boolean;
313
- filter?: boolean;
314
- reduce?: boolean;
315
- reduceRight?: boolean;
316
- find?: boolean;
317
- findIndex?: boolean;
318
- entries?: boolean;
319
- keys?: boolean;
320
- values?: boolean;
321
- includes?: boolean;
322
- flatMap?: boolean;
323
- flat?: boolean;
324
- at?: boolean;
325
- [Symbol.iterator]?: boolean;
326
- readonly [Symbol.unscopables]?: boolean;
327
- };
328
- }> | Readonly<import("vue").ExtractPropTypes<{
329
- readonly [x: string]: import("vue").Prop<unknown, unknown>;
330
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
331
- propsDefinition: Omit<Readonly<{
332
- readonly [x: number]: string;
333
- readonly length: number;
334
- toString: () => string;
335
- toLocaleString: () => string;
336
- concat: {
337
- (...items: ConcatArray<string>[]): string[];
338
- (...items: (string | ConcatArray<string>)[]): string[];
339
- };
340
- join: (separator?: string) => string;
341
- slice: (start?: number, end?: number) => string[];
342
- indexOf: (searchElement: string, fromIndex?: number) => number;
343
- lastIndexOf: (searchElement: string, fromIndex?: number) => number;
344
- every: {
345
- <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
346
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
347
- };
348
- some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
349
- forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
350
- map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
351
- filter: {
352
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
353
- (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
354
- };
355
- reduce: {
356
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
357
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
358
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
359
- };
360
- reduceRight: {
361
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
362
- (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
363
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
364
- };
365
- find: {
366
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
367
- (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
368
- };
369
- findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
370
- entries: () => IterableIterator<[number, string]>;
371
- keys: () => IterableIterator<number>;
372
- values: () => IterableIterator<string>;
373
- includes: (searchElement: string, fromIndex?: number) => boolean;
374
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
375
- flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
376
- at: (index: number) => string;
377
- [Symbol.iterator]: () => IterableIterator<string>;
378
- readonly [Symbol.unscopables]: {
379
- readonly [x: number]: boolean;
380
- readonly length?: boolean;
381
- toString?: boolean;
382
- toLocaleString?: boolean;
383
- concat?: boolean;
384
- join?: boolean;
385
- slice?: boolean;
386
- indexOf?: boolean;
387
- lastIndexOf?: boolean;
388
- every?: boolean;
389
- some?: boolean;
390
- forEach?: boolean;
391
- map?: boolean;
392
- filter?: boolean;
393
- reduce?: boolean;
394
- reduceRight?: boolean;
395
- find?: boolean;
396
- findIndex?: boolean;
397
- entries?: boolean;
398
- keys?: boolean;
399
- values?: boolean;
400
- includes?: boolean;
401
- flatMap?: boolean;
402
- flat?: boolean;
403
- at?: boolean;
404
- [Symbol.iterator]?: boolean;
405
- readonly [Symbol.unscopables]?: boolean;
406
- };
407
- }>, never> | Omit<Readonly<{} & {
408
- readonly [x: string]: unknown;
409
- readonly [x: number]: unknown;
410
- }>, never>;
411
- };
40
+ $forceUpdate: () => void;
41
+ $nextTick: typeof import("vue").nextTick;
42
+ $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;
43
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
44
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{}> & {
45
+ "v-slots"?: {
46
+ default?: import("vue").Slot;
47
+ } & {};
48
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
49
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>;
412
52
  export default _default;