@omnia/fx 8.0.90-vnext → 8.0.91-vnext

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +4 -4
  2. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
  3. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
  4. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
  5. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
  6. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
  7. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +258 -78
  9. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
  10. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +2 -1
  11. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +63 -24
  12. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +21 -10
  13. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +5 -0
  14. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +14 -0
  20. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  21. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +22 -0
  22. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
  28. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
  29. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +95 -0
  30. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +14 -22
  33. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/BlueprintPicker.d.ts +0 -17
  35. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +380 -488
  37. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/ColorSchemaPicker.d.ts +8 -8
  38. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +4 -6
  39. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +145 -130
  40. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/DefinitionRegistrations.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/ThemeRegistrations.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/index.d.ts +0 -1
  43. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/ApiRegistrations.d.ts +0 -0
  44. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/ThemeRegistrations.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/DefinitionRegistrations.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/headers/HeaderWithImage.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -2
  48. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -0
  50. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
  53. package/internal-do-not-import-from-here/wctypings.d.ts +1258 -246
  54. package/package.json +3 -3
  55. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Blockheaders.d.ts +0 -3
@@ -1,107 +1,83 @@
1
- import { ColorSchemaTypes } from "@omnia/fx-models";
1
+ import { ColorType } from "@omnia/fx-models";
2
+ export interface ColorPickerProps {
3
+ colorType: ColorType;
4
+ toned?: boolean;
5
+ }
6
+ export type ColorPickerType = "default" | "base" | "onBase";
2
7
  declare const _default: {
3
8
  new (...args: any[]): {
4
9
  $: import("vue").ComponentInternalInstance;
5
10
  $data: {};
6
11
  $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;
12
+ container?: any;
13
+ blueprint?: any;
14
+ colorSchemaType?: any;
15
+ blueprintType?: any;
16
+ colors?: any;
103
17
  style?: unknown;
104
18
  class?: unknown;
19
+ readonly name?: {
20
+ [x: `onUpdate:${string}`]: {
21
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
22
+ };
23
+ } & {
24
+ [x: `v-model:${string}`]: {
25
+ type: import("vue").PropType<ColorPickerProps>;
26
+ required: false;
27
+ };
28
+ } & {
29
+ [x: string]: {
30
+ type: import("vue").PropType<ColorPickerProps>;
31
+ required: false;
32
+ };
33
+ } & {
34
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ColorPickerProps, {
35
+ "onUpdate:modelValue": {
36
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
37
+ };
38
+ } & {
39
+ "v-model": {
40
+ type: import("vue").PropType<ColorPickerProps>;
41
+ required: false;
42
+ };
43
+ } & {
44
+ modelValue: {
45
+ type: import("vue").PropType<ColorPickerProps>;
46
+ required: false;
47
+ };
48
+ }>;
49
+ defaultValue(value?: ColorPickerProps): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ColorPickerProps, {
50
+ "onUpdate:modelValue": {
51
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
52
+ };
53
+ } & {
54
+ "v-model": {
55
+ type: import("vue").PropType<ColorPickerProps>;
56
+ required: false;
57
+ };
58
+ } & {
59
+ modelValue: {
60
+ type: import("vue").PropType<ColorPickerProps>;
61
+ required: false;
62
+ };
63
+ }, false>;
64
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ColorPickerProps, {
65
+ "onUpdate:modelValue": {
66
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
67
+ };
68
+ } & {
69
+ "v-model": {
70
+ type: import("vue").PropType<ColorPickerProps>;
71
+ required: false;
72
+ };
73
+ } & {
74
+ modelValue: {
75
+ type: import("vue").PropType<ColorPickerProps>;
76
+ required: false;
77
+ };
78
+ }>;
79
+ };
80
+ readonly type?: ColorPickerType;
105
81
  key?: string | number | symbol;
106
82
  ref?: import("vue").VNodeRef;
107
83
  ref_for?: boolean;
@@ -144,7 +120,9 @@ declare const _default: {
144
120
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
145
121
  [key: string]: any;
146
122
  }>) => void)[];
147
- "onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
123
+ readonly modelValue?: ColorPickerProps;
124
+ "onUpdate:modelValue"?: ((value: ColorPickerProps) => any) & ((value: ColorPickerProps) => any);
125
+ readonly "v-model"?: ColorPickerProps;
148
126
  };
149
127
  $attrs: {
150
128
  [x: string]: unknown;
@@ -157,91 +135,94 @@ declare const _default: {
157
135
  }>;
158
136
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
159
137
  $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;
138
+ $emit: (event: "update:modelValue", value: ColorPickerProps) => void;
161
139
  $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[];
140
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
141
+ type: {
142
+ type: import("vue").PropType<ColorPickerType>;
185
143
  };
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;
144
+ "onUpdate:modelValue": {
145
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
190
146
  };
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;
147
+ "v-model": {
148
+ type: import("vue").PropType<ColorPickerProps>;
149
+ required: false;
195
150
  };
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;
151
+ modelValue: {
152
+ type: import("vue").PropType<ColorPickerProps>;
153
+ required: false;
199
154
  };
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;
155
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
156
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
157
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
158
+ type: import("vue").PropType<ColorPickerProps>;
159
+ required: false;
160
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
161
+ type: import("vue").PropType<ColorPickerProps>;
162
+ required: false;
163
+ }; } & {
164
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorPickerProps, {
165
+ "onUpdate:modelValue": {
166
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
167
+ };
168
+ } & {
169
+ "v-model": {
170
+ type: import("vue").PropType<ColorPickerProps>;
171
+ required: false;
172
+ };
173
+ } & {
174
+ modelValue: {
175
+ type: import("vue").PropType<ColorPickerProps>;
176
+ required: false;
177
+ };
178
+ }>;
179
+ defaultValue(value?: ColorPickerProps): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorPickerProps, {
180
+ "onUpdate:modelValue": {
181
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
182
+ };
183
+ } & {
184
+ "v-model": {
185
+ type: import("vue").PropType<ColorPickerProps>;
186
+ required: false;
187
+ };
188
+ } & {
189
+ modelValue: {
190
+ type: import("vue").PropType<ColorPickerProps>;
191
+ required: false;
192
+ };
193
+ }, false>;
194
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorPickerProps, {
195
+ "onUpdate:modelValue": {
196
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
197
+ };
198
+ } & {
199
+ "v-model": {
200
+ type: import("vue").PropType<ColorPickerProps>;
201
+ required: false;
202
+ };
203
+ } & {
204
+ modelValue: {
205
+ type: import("vue").PropType<ColorPickerProps>;
206
+ required: false;
207
+ };
208
+ }>;
236
209
  };
237
- at: (index: number) => string;
238
- } | import("vue").ExtractPropTypes<{
239
- [x: string]: import("vue").Prop<unknown, unknown>;
210
+ colorSchemaType?: any;
211
+ container?: any;
212
+ colors?: any;
213
+ blueprintType?: any;
214
+ blueprint?: any;
240
215
  }>> & {
241
- "onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
216
+ "onUpdate:modelValue"?: (value: ColorPickerProps) => any;
242
217
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
243
- "update:modelValue": (value: ColorSchemaTypes) => any;
244
- }, string, {} | {}, {}, string, {}> & {
218
+ "update:modelValue": (value: ColorPickerProps) => any;
219
+ }, string, {
220
+ container?: any;
221
+ blueprint?: any;
222
+ colorSchemaType?: any;
223
+ blueprintType?: any;
224
+ colors?: any;
225
+ }, {}, string, {}> & {
245
226
  beforeCreate?: (() => void) | (() => void)[];
246
227
  created?: (() => void) | (() => void)[];
247
228
  beforeMount?: (() => void) | (() => void)[];
@@ -261,336 +242,247 @@ declare const _default: {
261
242
  $forceUpdate: () => void;
262
243
  $nextTick: typeof import("vue").nextTick;
263
244
  $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[];
245
+ } & Readonly<import("vue").ExtractPropTypes<{
246
+ type: {
247
+ type: import("vue").PropType<ColorPickerType>;
272
248
  };
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;
249
+ "onUpdate:modelValue": {
250
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
280
251
  };
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[];
252
+ "v-model": {
253
+ type: import("vue").PropType<ColorPickerProps>;
254
+ required: false;
287
255
  };
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;
256
+ modelValue: {
257
+ type: import("vue").PropType<ColorPickerProps>;
258
+ required: false;
292
259
  };
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;
260
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
261
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
262
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
263
+ type: import("vue").PropType<ColorPickerProps>;
264
+ required: false;
265
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
266
+ type: import("vue").PropType<ColorPickerProps>;
267
+ required: false;
268
+ }; } & {
269
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorPickerProps, {
270
+ "onUpdate:modelValue": {
271
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
272
+ };
273
+ } & {
274
+ "v-model": {
275
+ type: import("vue").PropType<ColorPickerProps>;
276
+ required: false;
277
+ };
278
+ } & {
279
+ modelValue: {
280
+ type: import("vue").PropType<ColorPickerProps>;
281
+ required: false;
282
+ };
283
+ }>;
284
+ defaultValue(value?: ColorPickerProps): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorPickerProps, {
285
+ "onUpdate:modelValue": {
286
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
287
+ };
288
+ } & {
289
+ "v-model": {
290
+ type: import("vue").PropType<ColorPickerProps>;
291
+ required: false;
292
+ };
293
+ } & {
294
+ modelValue: {
295
+ type: import("vue").PropType<ColorPickerProps>;
296
+ required: false;
297
+ };
298
+ }, false>;
299
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorPickerProps, {
300
+ "onUpdate:modelValue": {
301
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
302
+ };
303
+ } & {
304
+ "v-model": {
305
+ type: import("vue").PropType<ColorPickerProps>;
306
+ required: false;
307
+ };
308
+ } & {
309
+ modelValue: {
310
+ type: import("vue").PropType<ColorPickerProps>;
311
+ required: false;
312
+ };
313
+ }>;
297
314
  };
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>;
315
+ colorSchemaType?: any;
316
+ container?: any;
317
+ colors?: any;
318
+ blueprintType?: any;
319
+ blueprint?: any;
342
320
  }>> & {
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
- };
321
+ "onUpdate:modelValue"?: (value: ColorPickerProps) => any;
322
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
425
323
  __isFragment?: never;
426
324
  __isTeleport?: never;
427
325
  __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[];
326
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
327
+ type: {
328
+ type: import("vue").PropType<ColorPickerType>;
451
329
  };
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;
330
+ "onUpdate:modelValue": {
331
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
456
332
  };
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;
333
+ "v-model": {
334
+ type: import("vue").PropType<ColorPickerProps>;
335
+ required: false;
461
336
  };
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;
337
+ modelValue: {
338
+ type: import("vue").PropType<ColorPickerProps>;
339
+ required: false;
465
340
  };
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;
341
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
342
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
343
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
344
+ type: import("vue").PropType<ColorPickerProps>;
345
+ required: false;
346
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
347
+ type: import("vue").PropType<ColorPickerProps>;
348
+ required: false;
349
+ }; } & {
350
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorPickerProps, {
351
+ "onUpdate:modelValue": {
352
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
353
+ };
354
+ } & {
355
+ "v-model": {
356
+ type: import("vue").PropType<ColorPickerProps>;
357
+ required: false;
358
+ };
359
+ } & {
360
+ modelValue: {
361
+ type: import("vue").PropType<ColorPickerProps>;
362
+ required: false;
363
+ };
364
+ }>;
365
+ defaultValue(value?: ColorPickerProps): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorPickerProps, {
366
+ "onUpdate:modelValue": {
367
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
368
+ };
369
+ } & {
370
+ "v-model": {
371
+ type: import("vue").PropType<ColorPickerProps>;
372
+ required: false;
373
+ };
374
+ } & {
375
+ modelValue: {
376
+ type: import("vue").PropType<ColorPickerProps>;
377
+ required: false;
378
+ };
379
+ }, false>;
380
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorPickerProps, {
381
+ "onUpdate:modelValue": {
382
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
383
+ };
384
+ } & {
385
+ "v-model": {
386
+ type: import("vue").PropType<ColorPickerProps>;
387
+ required: false;
388
+ };
389
+ } & {
390
+ modelValue: {
391
+ type: import("vue").PropType<ColorPickerProps>;
392
+ required: false;
393
+ };
394
+ }>;
502
395
  };
503
- at: (index: number) => string;
504
- } | import("vue").ExtractPropTypes<{
505
- [x: string]: import("vue").Prop<unknown, unknown>;
396
+ colorSchemaType?: any;
397
+ container?: any;
398
+ colors?: any;
399
+ blueprintType?: any;
400
+ blueprint?: any;
506
401
  }>> & {
507
- "onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
402
+ "onUpdate:modelValue"?: (value: ColorPickerProps) => any;
508
403
  }, () => 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;
404
+ "update:modelValue": (value: ColorPickerProps) => any;
405
+ }, string, {
406
+ container?: any;
407
+ blueprint?: any;
408
+ colorSchemaType?: any;
409
+ blueprintType?: any;
410
+ colors?: any;
411
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
412
+ propsDefinition: Omit<Readonly<{
413
+ container?: any;
414
+ blueprint?: any;
415
+ colorSchemaType?: any;
416
+ blueprintType?: any;
417
+ colors?: any;
418
+ } & {
419
+ name?: {
420
+ [x: `onUpdate:${string}`]: {
421
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
422
+ };
423
+ } & {
424
+ [x: `v-model:${string}`]: {
425
+ type: import("vue").PropType<ColorPickerProps>;
426
+ required: false;
427
+ };
428
+ } & {
429
+ [x: string]: {
430
+ type: import("vue").PropType<ColorPickerProps>;
431
+ required: false;
432
+ };
433
+ } & {
434
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ColorPickerProps, {
435
+ "onUpdate:modelValue": {
436
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
437
+ };
438
+ } & {
439
+ "v-model": {
440
+ type: import("vue").PropType<ColorPickerProps>;
441
+ required: false;
442
+ };
443
+ } & {
444
+ modelValue: {
445
+ type: import("vue").PropType<ColorPickerProps>;
446
+ required: false;
447
+ };
448
+ }>;
449
+ defaultValue(value?: ColorPickerProps): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ColorPickerProps, {
450
+ "onUpdate:modelValue": {
451
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
452
+ };
453
+ } & {
454
+ "v-model": {
455
+ type: import("vue").PropType<ColorPickerProps>;
456
+ required: false;
457
+ };
458
+ } & {
459
+ modelValue: {
460
+ type: import("vue").PropType<ColorPickerProps>;
461
+ required: false;
462
+ };
463
+ }, false>;
464
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ColorPickerProps, {
465
+ "onUpdate:modelValue": {
466
+ type: import("vue").PropType<(value: ColorPickerProps) => any>;
467
+ };
468
+ } & {
469
+ "v-model": {
470
+ type: import("vue").PropType<ColorPickerProps>;
471
+ required: false;
472
+ };
473
+ } & {
474
+ modelValue: {
475
+ type: import("vue").PropType<ColorPickerProps>;
476
+ required: false;
477
+ };
478
+ }>;
585
479
  };
586
- at: (index: number) => string;
480
+ type?: ColorPickerType;
481
+ modelValue?: ColorPickerProps;
482
+ "onUpdate:modelValue"?: (value: ColorPickerProps) => any;
483
+ "v-model"?: ColorPickerProps;
587
484
  }>, "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
- });
485
+ "onUpdate:modelValue"?: (value: ColorPickerProps) => any;
486
+ };
595
487
  };
596
488
  export default _default;