@omnia/fx 8.0.88-vnext → 8.0.90-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.
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +42 -9
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +596 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +33 -33
- package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +473 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +22 -15
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +15 -9
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +0 -50
- /package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts
ADDED
@@ -0,0 +1,596 @@
|
|
1
|
+
import { ColorSchemaTypes } from "@omnia/fx-models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: {
|
7
|
+
[x: number]: unknown;
|
8
|
+
toString: (() => string) | ((() => string) & (() => string));
|
9
|
+
readonly concat: unknown;
|
10
|
+
readonly indexOf: unknown;
|
11
|
+
readonly lastIndexOf: unknown;
|
12
|
+
readonly slice: unknown;
|
13
|
+
readonly length: unknown;
|
14
|
+
readonly includes: unknown;
|
15
|
+
readonly at: unknown;
|
16
|
+
toLocaleString: (() => string) | ((() => string) & (() => string));
|
17
|
+
readonly join: unknown;
|
18
|
+
readonly every: unknown;
|
19
|
+
readonly some: unknown;
|
20
|
+
readonly forEach: unknown;
|
21
|
+
readonly map: unknown;
|
22
|
+
readonly filter: unknown;
|
23
|
+
readonly reduce: unknown;
|
24
|
+
readonly reduceRight: unknown;
|
25
|
+
readonly find: unknown;
|
26
|
+
readonly findIndex: unknown;
|
27
|
+
readonly entries: unknown;
|
28
|
+
readonly keys: unknown;
|
29
|
+
readonly values: unknown;
|
30
|
+
readonly flatMap: unknown;
|
31
|
+
readonly flat: unknown;
|
32
|
+
style?: unknown;
|
33
|
+
class?: unknown;
|
34
|
+
key?: string | number | symbol;
|
35
|
+
ref?: import("vue").VNodeRef;
|
36
|
+
ref_for?: boolean;
|
37
|
+
ref_key?: string;
|
38
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
39
|
+
[key: string]: any;
|
40
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
41
|
+
[key: string]: any;
|
42
|
+
}>) => void)[];
|
43
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
44
|
+
[key: string]: any;
|
45
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
46
|
+
[key: string]: any;
|
47
|
+
}>) => void)[];
|
48
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
|
+
[key: string]: any;
|
50
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
|
+
[key: string]: any;
|
52
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
|
+
[key: string]: any;
|
54
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
55
|
+
[key: string]: any;
|
56
|
+
}>) => void)[];
|
57
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
|
+
[key: string]: any;
|
59
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
60
|
+
[key: string]: any;
|
61
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
62
|
+
[key: string]: any;
|
63
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
64
|
+
[key: string]: any;
|
65
|
+
}>) => void)[];
|
66
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
67
|
+
[key: string]: any;
|
68
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
69
|
+
[key: string]: any;
|
70
|
+
}>) => void)[];
|
71
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
72
|
+
[key: string]: any;
|
73
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
74
|
+
[key: string]: any;
|
75
|
+
}>) => void)[];
|
76
|
+
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
77
|
+
} | {
|
78
|
+
[x: number]: unknown;
|
79
|
+
toString: (() => string) | ((() => string) & (() => string));
|
80
|
+
readonly concat: unknown;
|
81
|
+
readonly indexOf: unknown;
|
82
|
+
readonly lastIndexOf: unknown;
|
83
|
+
readonly slice: unknown;
|
84
|
+
readonly length: unknown;
|
85
|
+
readonly includes: unknown;
|
86
|
+
readonly at: unknown;
|
87
|
+
toLocaleString: (() => string) | ((() => string) & (() => string));
|
88
|
+
readonly join: unknown;
|
89
|
+
readonly every: unknown;
|
90
|
+
readonly some: unknown;
|
91
|
+
readonly forEach: unknown;
|
92
|
+
readonly map: unknown;
|
93
|
+
readonly filter: unknown;
|
94
|
+
readonly reduce: unknown;
|
95
|
+
readonly reduceRight: unknown;
|
96
|
+
readonly find: unknown;
|
97
|
+
readonly findIndex: unknown;
|
98
|
+
readonly entries: unknown;
|
99
|
+
readonly keys: unknown;
|
100
|
+
readonly values: unknown;
|
101
|
+
readonly flatMap: unknown;
|
102
|
+
readonly flat: unknown;
|
103
|
+
style?: unknown;
|
104
|
+
class?: unknown;
|
105
|
+
key?: string | number | symbol;
|
106
|
+
ref?: import("vue").VNodeRef;
|
107
|
+
ref_for?: boolean;
|
108
|
+
ref_key?: string;
|
109
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
110
|
+
[key: string]: any;
|
111
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
112
|
+
[key: string]: any;
|
113
|
+
}>) => void)[];
|
114
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
|
+
[key: string]: any;
|
116
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
117
|
+
[key: string]: any;
|
118
|
+
}>) => void)[];
|
119
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
120
|
+
[key: string]: any;
|
121
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
122
|
+
[key: string]: any;
|
123
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
124
|
+
[key: string]: any;
|
125
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
126
|
+
[key: string]: any;
|
127
|
+
}>) => void)[];
|
128
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
129
|
+
[key: string]: any;
|
130
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
131
|
+
[key: string]: any;
|
132
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
133
|
+
[key: string]: any;
|
134
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
135
|
+
[key: string]: any;
|
136
|
+
}>) => void)[];
|
137
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
138
|
+
[key: string]: any;
|
139
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
140
|
+
[key: string]: any;
|
141
|
+
}>) => void)[];
|
142
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
143
|
+
[key: string]: any;
|
144
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
145
|
+
[key: string]: any;
|
146
|
+
}>) => void)[];
|
147
|
+
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
148
|
+
};
|
149
|
+
$attrs: {
|
150
|
+
[x: string]: unknown;
|
151
|
+
};
|
152
|
+
$refs: {
|
153
|
+
[x: string]: unknown;
|
154
|
+
};
|
155
|
+
$slots: Readonly<{
|
156
|
+
[name: string]: import("vue").Slot<any>;
|
157
|
+
}>;
|
158
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
159
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
160
|
+
$emit: (event: "update:modelValue", value: ColorSchemaTypes) => void;
|
161
|
+
$el: any;
|
162
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
163
|
+
[x: number]: string;
|
164
|
+
readonly length: number;
|
165
|
+
toString: () => string;
|
166
|
+
toLocaleString: () => string;
|
167
|
+
concat: {
|
168
|
+
(...items: ConcatArray<string>[]): string[];
|
169
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
170
|
+
};
|
171
|
+
join: (separator?: string) => string;
|
172
|
+
slice: (start?: number, end?: number) => string[];
|
173
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
174
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
175
|
+
every: {
|
176
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
177
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
178
|
+
};
|
179
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
180
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
181
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
182
|
+
filter: {
|
183
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
184
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
185
|
+
};
|
186
|
+
reduce: {
|
187
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
188
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
189
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
190
|
+
};
|
191
|
+
reduceRight: {
|
192
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
193
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
194
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
195
|
+
};
|
196
|
+
find: {
|
197
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
198
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
199
|
+
};
|
200
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
201
|
+
entries: () => IterableIterator<[number, string]>;
|
202
|
+
keys: () => IterableIterator<number>;
|
203
|
+
values: () => IterableIterator<string>;
|
204
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
205
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
206
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
207
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
208
|
+
readonly [Symbol.unscopables]: {
|
209
|
+
[x: number]: boolean;
|
210
|
+
readonly length?: boolean;
|
211
|
+
toString?: boolean;
|
212
|
+
toLocaleString?: boolean;
|
213
|
+
concat?: boolean;
|
214
|
+
join?: boolean;
|
215
|
+
slice?: boolean;
|
216
|
+
indexOf?: boolean;
|
217
|
+
lastIndexOf?: boolean;
|
218
|
+
every?: boolean;
|
219
|
+
some?: boolean;
|
220
|
+
forEach?: boolean;
|
221
|
+
map?: boolean;
|
222
|
+
filter?: boolean;
|
223
|
+
reduce?: boolean;
|
224
|
+
reduceRight?: boolean;
|
225
|
+
find?: boolean;
|
226
|
+
findIndex?: boolean;
|
227
|
+
entries?: boolean;
|
228
|
+
keys?: boolean;
|
229
|
+
values?: boolean;
|
230
|
+
includes?: boolean;
|
231
|
+
flatMap?: boolean;
|
232
|
+
flat?: boolean;
|
233
|
+
[Symbol.iterator]?: boolean;
|
234
|
+
readonly [Symbol.unscopables]?: boolean;
|
235
|
+
at?: boolean;
|
236
|
+
};
|
237
|
+
at: (index: number) => string;
|
238
|
+
} | import("vue").ExtractPropTypes<{
|
239
|
+
[x: string]: import("vue").Prop<unknown, unknown>;
|
240
|
+
}>> & {
|
241
|
+
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
242
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
243
|
+
"update:modelValue": (value: ColorSchemaTypes) => any;
|
244
|
+
}, string, {} | {}, {}, string, {}> & {
|
245
|
+
beforeCreate?: (() => void) | (() => void)[];
|
246
|
+
created?: (() => void) | (() => void)[];
|
247
|
+
beforeMount?: (() => void) | (() => void)[];
|
248
|
+
mounted?: (() => void) | (() => void)[];
|
249
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
250
|
+
updated?: (() => void) | (() => void)[];
|
251
|
+
activated?: (() => void) | (() => void)[];
|
252
|
+
deactivated?: (() => void) | (() => void)[];
|
253
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
254
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
255
|
+
destroyed?: (() => void) | (() => void)[];
|
256
|
+
unmounted?: (() => void) | (() => void)[];
|
257
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
258
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
259
|
+
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)[];
|
260
|
+
};
|
261
|
+
$forceUpdate: () => void;
|
262
|
+
$nextTick: typeof import("vue").nextTick;
|
263
|
+
$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;
|
264
|
+
} & (Readonly<{
|
265
|
+
[x: number]: string;
|
266
|
+
readonly length: number;
|
267
|
+
toString: () => string;
|
268
|
+
toLocaleString: () => string;
|
269
|
+
concat: {
|
270
|
+
(...items: ConcatArray<string>[]): string[];
|
271
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
272
|
+
};
|
273
|
+
join: (separator?: string) => string;
|
274
|
+
slice: (start?: number, end?: number) => string[];
|
275
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
276
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
277
|
+
every: {
|
278
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
279
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
280
|
+
};
|
281
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
282
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
283
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
284
|
+
filter: {
|
285
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
286
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
287
|
+
};
|
288
|
+
reduce: {
|
289
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
290
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
291
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
292
|
+
};
|
293
|
+
reduceRight: {
|
294
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
295
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
296
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
297
|
+
};
|
298
|
+
find: {
|
299
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
300
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
301
|
+
};
|
302
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
303
|
+
entries: () => IterableIterator<[number, string]>;
|
304
|
+
keys: () => IterableIterator<number>;
|
305
|
+
values: () => IterableIterator<string>;
|
306
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
307
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
308
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
309
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
310
|
+
readonly [Symbol.unscopables]: {
|
311
|
+
[x: number]: boolean;
|
312
|
+
readonly length?: boolean;
|
313
|
+
toString?: boolean;
|
314
|
+
toLocaleString?: boolean;
|
315
|
+
concat?: boolean;
|
316
|
+
join?: boolean;
|
317
|
+
slice?: boolean;
|
318
|
+
indexOf?: boolean;
|
319
|
+
lastIndexOf?: boolean;
|
320
|
+
every?: boolean;
|
321
|
+
some?: boolean;
|
322
|
+
forEach?: boolean;
|
323
|
+
map?: boolean;
|
324
|
+
filter?: boolean;
|
325
|
+
reduce?: boolean;
|
326
|
+
reduceRight?: boolean;
|
327
|
+
find?: boolean;
|
328
|
+
findIndex?: boolean;
|
329
|
+
entries?: boolean;
|
330
|
+
keys?: boolean;
|
331
|
+
values?: boolean;
|
332
|
+
includes?: boolean;
|
333
|
+
flatMap?: boolean;
|
334
|
+
flat?: boolean;
|
335
|
+
[Symbol.iterator]?: boolean;
|
336
|
+
readonly [Symbol.unscopables]?: boolean;
|
337
|
+
at?: boolean;
|
338
|
+
};
|
339
|
+
at: (index: number) => string;
|
340
|
+
} | import("vue").ExtractPropTypes<{
|
341
|
+
[x: string]: import("vue").Prop<unknown, unknown>;
|
342
|
+
}>> & {
|
343
|
+
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
344
|
+
}) & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {} & Readonly<{
|
345
|
+
[x: number]: string;
|
346
|
+
readonly length: number;
|
347
|
+
toString: () => string;
|
348
|
+
toLocaleString: () => string;
|
349
|
+
concat: {
|
350
|
+
(...items: ConcatArray<string>[]): string[];
|
351
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
352
|
+
};
|
353
|
+
join: (separator?: string) => string;
|
354
|
+
slice: (start?: number, end?: number) => string[];
|
355
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
356
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
357
|
+
every: {
|
358
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
359
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
360
|
+
};
|
361
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
362
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
363
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
364
|
+
filter: {
|
365
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
366
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
367
|
+
};
|
368
|
+
reduce: {
|
369
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
370
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
371
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
372
|
+
};
|
373
|
+
reduceRight: {
|
374
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
375
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
376
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
377
|
+
};
|
378
|
+
find: {
|
379
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
380
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
381
|
+
};
|
382
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
383
|
+
entries: () => IterableIterator<[number, string]>;
|
384
|
+
keys: () => IterableIterator<number>;
|
385
|
+
values: () => IterableIterator<string>;
|
386
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
387
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
388
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
389
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
390
|
+
readonly [Symbol.unscopables]: {
|
391
|
+
[x: number]: boolean;
|
392
|
+
readonly length?: boolean;
|
393
|
+
toString?: boolean;
|
394
|
+
toLocaleString?: boolean;
|
395
|
+
concat?: boolean;
|
396
|
+
join?: boolean;
|
397
|
+
slice?: boolean;
|
398
|
+
indexOf?: boolean;
|
399
|
+
lastIndexOf?: boolean;
|
400
|
+
every?: boolean;
|
401
|
+
some?: boolean;
|
402
|
+
forEach?: boolean;
|
403
|
+
map?: boolean;
|
404
|
+
filter?: boolean;
|
405
|
+
reduce?: boolean;
|
406
|
+
reduceRight?: boolean;
|
407
|
+
find?: boolean;
|
408
|
+
findIndex?: boolean;
|
409
|
+
entries?: boolean;
|
410
|
+
keys?: boolean;
|
411
|
+
values?: boolean;
|
412
|
+
includes?: boolean;
|
413
|
+
flatMap?: boolean;
|
414
|
+
flat?: boolean;
|
415
|
+
[Symbol.iterator]?: boolean;
|
416
|
+
readonly [Symbol.unscopables]?: boolean;
|
417
|
+
at?: boolean;
|
418
|
+
};
|
419
|
+
at: (index: number) => string;
|
420
|
+
} | import("vue").ExtractPropTypes<{
|
421
|
+
[x: string]: import("vue").Prop<unknown, unknown>;
|
422
|
+
}>> & {
|
423
|
+
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
424
|
+
};
|
425
|
+
__isFragment?: never;
|
426
|
+
__isTeleport?: never;
|
427
|
+
__isSuspense?: never;
|
428
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
429
|
+
[x: number]: string;
|
430
|
+
readonly length: number;
|
431
|
+
toString: () => string;
|
432
|
+
toLocaleString: () => string;
|
433
|
+
concat: {
|
434
|
+
(...items: ConcatArray<string>[]): string[];
|
435
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
436
|
+
};
|
437
|
+
join: (separator?: string) => string;
|
438
|
+
slice: (start?: number, end?: number) => string[];
|
439
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
440
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
441
|
+
every: {
|
442
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
443
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
444
|
+
};
|
445
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
446
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
447
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
448
|
+
filter: {
|
449
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
450
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
451
|
+
};
|
452
|
+
reduce: {
|
453
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
454
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
455
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
456
|
+
};
|
457
|
+
reduceRight: {
|
458
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
459
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
460
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
461
|
+
};
|
462
|
+
find: {
|
463
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
464
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
465
|
+
};
|
466
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
467
|
+
entries: () => IterableIterator<[number, string]>;
|
468
|
+
keys: () => IterableIterator<number>;
|
469
|
+
values: () => IterableIterator<string>;
|
470
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
471
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
472
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
473
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
474
|
+
readonly [Symbol.unscopables]: {
|
475
|
+
[x: number]: boolean;
|
476
|
+
readonly length?: boolean;
|
477
|
+
toString?: boolean;
|
478
|
+
toLocaleString?: boolean;
|
479
|
+
concat?: boolean;
|
480
|
+
join?: boolean;
|
481
|
+
slice?: boolean;
|
482
|
+
indexOf?: boolean;
|
483
|
+
lastIndexOf?: boolean;
|
484
|
+
every?: boolean;
|
485
|
+
some?: boolean;
|
486
|
+
forEach?: boolean;
|
487
|
+
map?: boolean;
|
488
|
+
filter?: boolean;
|
489
|
+
reduce?: boolean;
|
490
|
+
reduceRight?: boolean;
|
491
|
+
find?: boolean;
|
492
|
+
findIndex?: boolean;
|
493
|
+
entries?: boolean;
|
494
|
+
keys?: boolean;
|
495
|
+
values?: boolean;
|
496
|
+
includes?: boolean;
|
497
|
+
flatMap?: boolean;
|
498
|
+
flat?: boolean;
|
499
|
+
[Symbol.iterator]?: boolean;
|
500
|
+
readonly [Symbol.unscopables]?: boolean;
|
501
|
+
at?: boolean;
|
502
|
+
};
|
503
|
+
at: (index: number) => string;
|
504
|
+
} | import("vue").ExtractPropTypes<{
|
505
|
+
[x: string]: import("vue").Prop<unknown, unknown>;
|
506
|
+
}>> & {
|
507
|
+
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
508
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
509
|
+
"update:modelValue": (value: ColorSchemaTypes) => any;
|
510
|
+
}, string, {} | {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
511
|
+
propsDefinition: (Omit<Readonly<{
|
512
|
+
[x: number]: string;
|
513
|
+
readonly length: number;
|
514
|
+
toString: () => string;
|
515
|
+
toLocaleString: () => string;
|
516
|
+
concat: {
|
517
|
+
(...items: ConcatArray<string>[]): string[];
|
518
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
519
|
+
};
|
520
|
+
join: (separator?: string) => string;
|
521
|
+
slice: (start?: number, end?: number) => string[];
|
522
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
523
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
524
|
+
every: {
|
525
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
526
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
527
|
+
};
|
528
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
529
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
530
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
531
|
+
filter: {
|
532
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
533
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
534
|
+
};
|
535
|
+
reduce: {
|
536
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
537
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
538
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
539
|
+
};
|
540
|
+
reduceRight: {
|
541
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
542
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
543
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
544
|
+
};
|
545
|
+
find: {
|
546
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
547
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
548
|
+
};
|
549
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
550
|
+
entries: () => IterableIterator<[number, string]>;
|
551
|
+
keys: () => IterableIterator<number>;
|
552
|
+
values: () => IterableIterator<string>;
|
553
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
554
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
555
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
556
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
557
|
+
readonly [Symbol.unscopables]: {
|
558
|
+
[x: number]: boolean;
|
559
|
+
readonly length?: boolean;
|
560
|
+
toString?: boolean;
|
561
|
+
toLocaleString?: boolean;
|
562
|
+
concat?: boolean;
|
563
|
+
join?: boolean;
|
564
|
+
slice?: boolean;
|
565
|
+
indexOf?: boolean;
|
566
|
+
lastIndexOf?: boolean;
|
567
|
+
every?: boolean;
|
568
|
+
some?: boolean;
|
569
|
+
forEach?: boolean;
|
570
|
+
map?: boolean;
|
571
|
+
filter?: boolean;
|
572
|
+
reduce?: boolean;
|
573
|
+
reduceRight?: boolean;
|
574
|
+
find?: boolean;
|
575
|
+
findIndex?: boolean;
|
576
|
+
entries?: boolean;
|
577
|
+
keys?: boolean;
|
578
|
+
values?: boolean;
|
579
|
+
includes?: boolean;
|
580
|
+
flatMap?: boolean;
|
581
|
+
flat?: boolean;
|
582
|
+
[Symbol.iterator]?: boolean;
|
583
|
+
readonly [Symbol.unscopables]?: boolean;
|
584
|
+
at?: boolean;
|
585
|
+
};
|
586
|
+
at: (index: number) => string;
|
587
|
+
}>, "onUpdate:modelValue"> & {
|
588
|
+
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
589
|
+
}) | (Omit<Readonly<{} & {
|
590
|
+
[x: string]: unknown;
|
591
|
+
[x: number]: unknown;
|
592
|
+
}>, "onUpdate:modelValue"> & {
|
593
|
+
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
594
|
+
});
|
595
|
+
};
|
596
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").ComponentSpec;
|