@omnia/fx 8.0.18-vnext → 8.0.19-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 (52) hide show
  1. package/internal-do-not-import-from-here/core/Inject.d.ts +2 -2
  2. package/internal-do-not-import-from-here/core/ServiceContainer.d.ts +2 -2
  3. package/internal-do-not-import-from-here/index.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  5. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.css.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +201 -0
  9. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -4
  10. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  13. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +3 -0
  14. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +189 -0
  15. package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +3 -0
  16. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +44 -1
  17. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +80 -38
  19. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +94 -6
  21. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +6 -6
  22. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +3 -5
  23. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +56 -18
  24. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +37 -0
  26. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +1 -11
  28. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +46 -2
  29. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +10 -10
  32. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +75 -1
  35. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +1 -0
  36. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +84 -6
  37. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +47 -0
  39. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +205 -25
  40. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +0 -1
  41. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +6 -6
  42. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +5 -5
  44. package/internal-do-not-import-from-here/ux/use/Types.d.ts +0 -8
  45. package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +2 -1
  46. package/internal-do-not-import-from-here/ux/use/UseModel.d.ts +11 -0
  47. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  48. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  49. package/internal-do-not-import-from-here/wctypings.d.ts +6 -0
  50. package/package.json +2 -2
  51. package/internal-do-not-import-from-here/ux/statusmessageoverlay/IStatusMessageOverlay.d.ts +0 -19
  52. package/internal-do-not-import-from-here/ux/statusmessageoverlay/index.d.ts +0 -1
@@ -37,6 +37,15 @@ declare const _default: {
37
37
  required: boolean;
38
38
  default?: boolean;
39
39
  };
40
+ grow: {
41
+ type: import("vue").PropType<boolean>;
42
+ required: boolean;
43
+ default?: boolean;
44
+ } & {
45
+ type: import("vue").PropType<boolean>;
46
+ required: boolean;
47
+ default?: boolean;
48
+ };
40
49
  filled: {
41
50
  type: import("vue").PropType<boolean>;
42
51
  required: boolean;
@@ -150,6 +159,15 @@ declare const _default: {
150
159
  required: boolean;
151
160
  default?: boolean;
152
161
  };
162
+ grow: {
163
+ type: import("vue").PropType<boolean>;
164
+ required: boolean;
165
+ default?: boolean;
166
+ } & {
167
+ type: import("vue").PropType<boolean>;
168
+ required: boolean;
169
+ default?: boolean;
170
+ };
153
171
  filled: {
154
172
  type: import("vue").PropType<boolean>;
155
173
  required: boolean;
@@ -272,6 +290,15 @@ declare const _default: {
272
290
  required: boolean;
273
291
  default?: boolean;
274
292
  };
293
+ grow: {
294
+ type: import("vue").PropType<boolean>;
295
+ required: boolean;
296
+ default?: boolean;
297
+ } & {
298
+ type: import("vue").PropType<boolean>;
299
+ required: boolean;
300
+ default?: boolean;
301
+ };
275
302
  filled: {
276
303
  type: import("vue").PropType<boolean>;
277
304
  required: boolean;
@@ -375,6 +402,15 @@ declare const _default: {
375
402
  required: boolean;
376
403
  default?: boolean;
377
404
  };
405
+ grow: {
406
+ type: import("vue").PropType<boolean>;
407
+ required: boolean;
408
+ default?: boolean;
409
+ } & {
410
+ type: import("vue").PropType<boolean>;
411
+ required: boolean;
412
+ default?: boolean;
413
+ };
378
414
  filled: {
379
415
  type: import("vue").PropType<boolean>;
380
416
  required: boolean;
@@ -458,6 +494,7 @@ declare const _default: {
458
494
  hide?: boolean;
459
495
  wrap?: boolean;
460
496
  filled?: boolean;
497
+ grow?: boolean;
461
498
  variant?: PanelVariant;
462
499
  divider?: dividerType;
463
500
  toned?: boolean;
@@ -103,8 +103,8 @@ declare const _default: {
103
103
  colorSchemaType?: any;
104
104
  } & {
105
105
  class?: String | String[];
106
- "v-model"?: any;
107
106
  modelValue?: any;
107
+ "v-model"?: any;
108
108
  }> & {
109
109
  "onUpdate:modelValue"?: (value: any) => any;
110
110
  };
@@ -1,11 +1 @@
1
- export declare const TextFieldStyles: {
2
- generalField: (textColor: string) => string;
3
- numberSelectorField: {
4
- wrapper: (backgroundColor: string, textColor: string) => string;
5
- stackWrapper: string;
6
- stackWrapperPrepend: string;
7
- buttonLeft: string;
8
- buttonRight: string;
9
- buttonIcon: string;
10
- };
11
- };
1
+ export declare const SelectStyles: {};
@@ -9,6 +9,15 @@ declare const _default: {
9
9
  container?: any;
10
10
  colorSchemaType?: any;
11
11
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
12
+ variant: {
13
+ type: import("vue").PropType<"add">;
14
+ required: boolean;
15
+ default?: "add";
16
+ } & {
17
+ type: import("vue").PropType<"add">;
18
+ required: boolean;
19
+ default?: "add";
20
+ };
12
21
  "item-value": {
13
22
  type: import("vue").PropType<any>;
14
23
  required: boolean;
@@ -57,6 +66,7 @@ declare const _default: {
57
66
  container?: any;
58
67
  }>> & {
59
68
  "onUpdate:modelValue"?: (value: any) => any;
69
+ "onClick:button"?: (value: any) => any;
60
70
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
61
71
  $attrs: {
62
72
  [x: string]: unknown;
@@ -69,9 +79,18 @@ declare const _default: {
69
79
  }>;
70
80
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
71
81
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
72
- $emit: (event: "update:modelValue", value: any) => void;
82
+ $emit: ((event: "update:modelValue", value: any) => void) & ((event: "click:button", value: any) => void);
73
83
  $el: any;
74
84
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
85
+ variant: {
86
+ type: import("vue").PropType<"add">;
87
+ required: boolean;
88
+ default?: "add";
89
+ } & {
90
+ type: import("vue").PropType<"add">;
91
+ required: boolean;
92
+ default?: "add";
93
+ };
75
94
  "item-value": {
76
95
  type: import("vue").PropType<any>;
77
96
  required: boolean;
@@ -120,8 +139,10 @@ declare const _default: {
120
139
  container?: any;
121
140
  }>> & {
122
141
  "onUpdate:modelValue"?: (value: any) => any;
142
+ "onClick:button"?: (value: any) => any;
123
143
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
124
144
  "update:modelValue": (value: any) => true;
145
+ "click:button": (value: any) => true;
125
146
  }, string, {
126
147
  container?: any;
127
148
  colorSchemaType?: any;
@@ -146,6 +167,15 @@ declare const _default: {
146
167
  $nextTick: typeof import("vue").nextTick;
147
168
  $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;
148
169
  } & Readonly<import("vue").ExtractPropTypes<{
170
+ variant: {
171
+ type: import("vue").PropType<"add">;
172
+ required: boolean;
173
+ default?: "add";
174
+ } & {
175
+ type: import("vue").PropType<"add">;
176
+ required: boolean;
177
+ default?: "add";
178
+ };
149
179
  "item-value": {
150
180
  type: import("vue").PropType<any>;
151
181
  required: boolean;
@@ -194,11 +224,21 @@ declare const _default: {
194
224
  container?: any;
195
225
  }>> & {
196
226
  "onUpdate:modelValue"?: (value: any) => any;
227
+ "onClick:button"?: (value: any) => any;
197
228
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
198
229
  __isFragment?: never;
199
230
  __isTeleport?: never;
200
231
  __isSuspense?: never;
201
232
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
233
+ variant: {
234
+ type: import("vue").PropType<"add">;
235
+ required: boolean;
236
+ default?: "add";
237
+ } & {
238
+ type: import("vue").PropType<"add">;
239
+ required: boolean;
240
+ default?: "add";
241
+ };
202
242
  "item-value": {
203
243
  type: import("vue").PropType<any>;
204
244
  required: boolean;
@@ -247,8 +287,10 @@ declare const _default: {
247
287
  container?: any;
248
288
  }>> & {
249
289
  "onUpdate:modelValue"?: (value: any) => any;
290
+ "onClick:button"?: (value: any) => any;
250
291
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
251
292
  "update:modelValue": (value: any) => true;
293
+ "click:button": (value: any) => true;
252
294
  }, string, {
253
295
  container?: any;
254
296
  colorSchemaType?: any;
@@ -259,8 +301,9 @@ declare const _default: {
259
301
  } & {
260
302
  label?: string;
261
303
  class?: String | String[];
262
- "v-model"?: any;
263
304
  modelValue?: any;
305
+ "v-model"?: any;
306
+ variant?: "add";
264
307
  items?: any;
265
308
  itemTitle?: any;
266
309
  itemValue?: any;
@@ -268,6 +311,7 @@ declare const _default: {
268
311
  "item-title"?: any;
269
312
  }> & {
270
313
  "onUpdate:modelValue"?: (value: any) => any;
314
+ "onClick:button"?: (value: any) => any;
271
315
  };
272
316
  };
273
317
  export default _default;
@@ -248,8 +248,8 @@ declare const _default: {
248
248
  } & {
249
249
  label?: string;
250
250
  class?: String | String[];
251
- "v-model"?: any;
252
251
  modelValue?: any;
252
+ "v-model"?: any;
253
253
  min?: string;
254
254
  max?: string;
255
255
  step?: string;
@@ -128,8 +128,8 @@ declare const _default: {
128
128
  } & {
129
129
  text?: string;
130
130
  class?: String | String[];
131
- "v-model"?: boolean;
132
131
  modelValue?: boolean;
132
+ "v-model"?: boolean;
133
133
  }>;
134
134
  };
135
135
  export default _default;
@@ -15,8 +15,8 @@ declare const _default: {
15
15
  required: boolean;
16
16
  default?: string;
17
17
  };
18
- "v-model": import("vue").PropType<any>;
19
- modelValue: import("vue").PropType<any>;
18
+ "v-model": import("vue").PropType<boolean>;
19
+ modelValue: import("vue").PropType<boolean>;
20
20
  class: {
21
21
  type: import("vue").PropType<String | String[]>;
22
22
  required: boolean;
@@ -49,8 +49,8 @@ declare const _default: {
49
49
  required: boolean;
50
50
  default?: string;
51
51
  };
52
- "v-model": import("vue").PropType<any>;
53
- modelValue: import("vue").PropType<any>;
52
+ "v-model": import("vue").PropType<boolean>;
53
+ modelValue: import("vue").PropType<boolean>;
54
54
  class: {
55
55
  type: import("vue").PropType<String | String[]>;
56
56
  required: boolean;
@@ -94,8 +94,8 @@ declare const _default: {
94
94
  required: boolean;
95
95
  default?: string;
96
96
  };
97
- "v-model": import("vue").PropType<any>;
98
- modelValue: import("vue").PropType<any>;
97
+ "v-model": import("vue").PropType<boolean>;
98
+ modelValue: import("vue").PropType<boolean>;
99
99
  class: {
100
100
  type: import("vue").PropType<String | String[]>;
101
101
  required: boolean;
@@ -118,8 +118,8 @@ declare const _default: {
118
118
  required: boolean;
119
119
  default?: string;
120
120
  };
121
- "v-model": import("vue").PropType<any>;
122
- modelValue: import("vue").PropType<any>;
121
+ "v-model": import("vue").PropType<boolean>;
122
+ modelValue: import("vue").PropType<boolean>;
123
123
  class: {
124
124
  type: import("vue").PropType<String | String[]>;
125
125
  required: boolean;
@@ -140,8 +140,8 @@ declare const _default: {
140
140
  } & {
141
141
  label?: string;
142
142
  class?: String | String[];
143
- "v-model"?: any;
144
- modelValue?: any;
143
+ modelValue?: boolean;
144
+ "v-model"?: boolean;
145
145
  }> & {
146
146
  "onUpdate:modelValue"?: (value: any) => any;
147
147
  };
@@ -1,7 +1,7 @@
1
1
  import { IIcon } from "@omnia/fx/models";
2
2
  type IconPositions = "left" | "right" | "top";
3
3
  export interface TabIconModel {
4
- icon: IIcon;
4
+ iconType: IIcon;
5
5
  position?: IconPositions;
6
6
  }
7
7
  declare const _default: {
@@ -208,8 +208,8 @@ declare const _default: {
208
208
  class?: String | String[];
209
209
  icon?: TabIconModel;
210
210
  disabled?: boolean;
211
- "v-model"?: boolean;
212
211
  modelValue?: boolean;
212
+ "v-model"?: boolean;
213
213
  }>;
214
214
  };
215
215
  export default _default;
@@ -1,4 +1,7 @@
1
+ import { ColorDefinition } from "@omnia/fx-models";
1
2
  export declare const TabsStyles: {
2
3
  itemContainer: string;
3
4
  itemScrollContainer: (scrollOffset: string) => string;
5
+ dialogWrapper: string;
6
+ dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean) => string;
4
7
  };
@@ -15,6 +15,24 @@ declare const _default: {
15
15
  required: boolean;
16
16
  default?: string;
17
17
  };
18
+ toned: {
19
+ type: import("vue").PropType<boolean>;
20
+ required: boolean;
21
+ default?: boolean;
22
+ } & {
23
+ type: import("vue").PropType<boolean>;
24
+ required: boolean;
25
+ default?: boolean;
26
+ };
27
+ variant: {
28
+ type: import("vue").PropType<"dialog">;
29
+ required: boolean;
30
+ default?: "dialog";
31
+ } & {
32
+ type: import("vue").PropType<"dialog">;
33
+ required: boolean;
34
+ default?: "dialog";
35
+ };
18
36
  stacked: {
19
37
  type: import("vue").PropType<boolean>;
20
38
  required: boolean;
@@ -56,6 +74,24 @@ declare const _default: {
56
74
  required: boolean;
57
75
  default?: string;
58
76
  };
77
+ toned: {
78
+ type: import("vue").PropType<boolean>;
79
+ required: boolean;
80
+ default?: boolean;
81
+ } & {
82
+ type: import("vue").PropType<boolean>;
83
+ required: boolean;
84
+ default?: boolean;
85
+ };
86
+ variant: {
87
+ type: import("vue").PropType<"dialog">;
88
+ required: boolean;
89
+ default?: "dialog";
90
+ } & {
91
+ type: import("vue").PropType<"dialog">;
92
+ required: boolean;
93
+ default?: "dialog";
94
+ };
59
95
  stacked: {
60
96
  type: import("vue").PropType<boolean>;
61
97
  required: boolean;
@@ -106,6 +142,24 @@ declare const _default: {
106
142
  required: boolean;
107
143
  default?: string;
108
144
  };
145
+ toned: {
146
+ type: import("vue").PropType<boolean>;
147
+ required: boolean;
148
+ default?: boolean;
149
+ } & {
150
+ type: import("vue").PropType<boolean>;
151
+ required: boolean;
152
+ default?: boolean;
153
+ };
154
+ variant: {
155
+ type: import("vue").PropType<"dialog">;
156
+ required: boolean;
157
+ default?: "dialog";
158
+ } & {
159
+ type: import("vue").PropType<"dialog">;
160
+ required: boolean;
161
+ default?: "dialog";
162
+ };
109
163
  stacked: {
110
164
  type: import("vue").PropType<boolean>;
111
165
  required: boolean;
@@ -137,6 +191,24 @@ declare const _default: {
137
191
  required: boolean;
138
192
  default?: string;
139
193
  };
194
+ toned: {
195
+ type: import("vue").PropType<boolean>;
196
+ required: boolean;
197
+ default?: boolean;
198
+ } & {
199
+ type: import("vue").PropType<boolean>;
200
+ required: boolean;
201
+ default?: boolean;
202
+ };
203
+ variant: {
204
+ type: import("vue").PropType<"dialog">;
205
+ required: boolean;
206
+ default?: "dialog";
207
+ } & {
208
+ type: import("vue").PropType<"dialog">;
209
+ required: boolean;
210
+ default?: "dialog";
211
+ };
140
212
  stacked: {
141
213
  type: import("vue").PropType<boolean>;
142
214
  required: boolean;
@@ -163,9 +235,11 @@ declare const _default: {
163
235
  colorSchemaType?: any;
164
236
  } & {
165
237
  class?: String | String[];
166
- "v-model"?: number;
167
238
  modelValue?: number;
239
+ "v-model"?: number;
240
+ variant?: "dialog";
168
241
  stacked?: boolean;
242
+ toned?: boolean;
169
243
  scrolling?: string;
170
244
  }>;
171
245
  };
@@ -1,5 +1,6 @@
1
1
  export declare const TextFieldStyles: {
2
2
  generalField: (textColor: string) => string;
3
+ iconButtonWrapper: string;
3
4
  numberSelectorField: {
4
5
  wrapper: (backgroundColor: string, textColor: string) => string;
5
6
  stackWrapper: string;
@@ -1,7 +1,4 @@
1
- type VariantType = "search" | "numberselector" | "numberselector-prepend";
2
- export interface TextFieldModel {
3
- text: String;
4
- }
1
+ type VariantType = "search" | "numberselector" | "numberselector-prepend" | "link" | "media";
5
2
  declare const _default: {
6
3
  new (...args: any[]): {
7
4
  $: import("vue").ComponentInternalInstance;
@@ -10,6 +7,24 @@ declare const _default: {
10
7
  container?: any;
11
8
  colorSchemaType?: any;
12
9
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
+ type: {
11
+ type: import("vue").PropType<"number">;
12
+ required: boolean;
13
+ default?: "number";
14
+ } & {
15
+ type: import("vue").PropType<"number">;
16
+ required: boolean;
17
+ default?: "number";
18
+ };
19
+ clearable: {
20
+ type: import("vue").PropType<boolean>;
21
+ required: boolean;
22
+ default?: boolean;
23
+ } & {
24
+ type: import("vue").PropType<boolean>;
25
+ required: boolean;
26
+ default?: boolean;
27
+ };
13
28
  placeholder: {
14
29
  type: import("vue").PropType<string>;
15
30
  required: boolean;
@@ -47,6 +62,7 @@ declare const _default: {
47
62
  container?: any;
48
63
  }>> & {
49
64
  "onUpdate:modelValue"?: (value: string) => any;
65
+ "onClick:button"?: () => any;
50
66
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
51
67
  $attrs: {
52
68
  [x: string]: unknown;
@@ -59,9 +75,27 @@ declare const _default: {
59
75
  }>;
60
76
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
61
77
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
62
- $emit: (event: "update:modelValue", value: string) => void;
78
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:button") => void);
63
79
  $el: any;
64
80
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
81
+ type: {
82
+ type: import("vue").PropType<"number">;
83
+ required: boolean;
84
+ default?: "number";
85
+ } & {
86
+ type: import("vue").PropType<"number">;
87
+ required: boolean;
88
+ default?: "number";
89
+ };
90
+ clearable: {
91
+ type: import("vue").PropType<boolean>;
92
+ required: boolean;
93
+ default?: boolean;
94
+ } & {
95
+ type: import("vue").PropType<boolean>;
96
+ required: boolean;
97
+ default?: boolean;
98
+ };
65
99
  placeholder: {
66
100
  type: import("vue").PropType<string>;
67
101
  required: boolean;
@@ -99,8 +133,10 @@ declare const _default: {
99
133
  container?: any;
100
134
  }>> & {
101
135
  "onUpdate:modelValue"?: (value: string) => any;
136
+ "onClick:button"?: () => any;
102
137
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
103
138
  "update:modelValue": (value: string) => true;
139
+ "click:button": () => true;
104
140
  }, string, {
105
141
  container?: any;
106
142
  colorSchemaType?: any;
@@ -125,6 +161,24 @@ declare const _default: {
125
161
  $nextTick: typeof import("vue").nextTick;
126
162
  $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;
127
163
  } & Readonly<import("vue").ExtractPropTypes<{
164
+ type: {
165
+ type: import("vue").PropType<"number">;
166
+ required: boolean;
167
+ default?: "number";
168
+ } & {
169
+ type: import("vue").PropType<"number">;
170
+ required: boolean;
171
+ default?: "number";
172
+ };
173
+ clearable: {
174
+ type: import("vue").PropType<boolean>;
175
+ required: boolean;
176
+ default?: boolean;
177
+ } & {
178
+ type: import("vue").PropType<boolean>;
179
+ required: boolean;
180
+ default?: boolean;
181
+ };
128
182
  placeholder: {
129
183
  type: import("vue").PropType<string>;
130
184
  required: boolean;
@@ -162,11 +216,30 @@ declare const _default: {
162
216
  container?: any;
163
217
  }>> & {
164
218
  "onUpdate:modelValue"?: (value: string) => any;
219
+ "onClick:button"?: () => any;
165
220
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
166
221
  __isFragment?: never;
167
222
  __isTeleport?: never;
168
223
  __isSuspense?: never;
169
224
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
225
+ type: {
226
+ type: import("vue").PropType<"number">;
227
+ required: boolean;
228
+ default?: "number";
229
+ } & {
230
+ type: import("vue").PropType<"number">;
231
+ required: boolean;
232
+ default?: "number";
233
+ };
234
+ clearable: {
235
+ type: import("vue").PropType<boolean>;
236
+ required: boolean;
237
+ default?: boolean;
238
+ } & {
239
+ type: import("vue").PropType<boolean>;
240
+ required: boolean;
241
+ default?: boolean;
242
+ };
170
243
  placeholder: {
171
244
  type: import("vue").PropType<string>;
172
245
  required: boolean;
@@ -204,8 +277,10 @@ declare const _default: {
204
277
  container?: any;
205
278
  }>> & {
206
279
  "onUpdate:modelValue"?: (value: string) => any;
280
+ "onClick:button"?: () => any;
207
281
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
208
282
  "update:modelValue": (value: string) => true;
283
+ "click:button": () => true;
209
284
  }, string, {
210
285
  container?: any;
211
286
  colorSchemaType?: any;
@@ -216,12 +291,15 @@ declare const _default: {
216
291
  } & {
217
292
  label?: string;
218
293
  class?: String | String[];
294
+ type?: "number";
219
295
  placeholder?: string;
220
- "v-model"?: string;
221
296
  modelValue?: string;
297
+ "v-model"?: string;
222
298
  variant?: VariantType;
299
+ clearable?: boolean;
223
300
  }> & {
224
301
  "onUpdate:modelValue"?: (value: string) => any;
302
+ "onClick:button"?: () => any;
225
303
  };
226
304
  };
227
305
  export default _default;
@@ -304,8 +304,8 @@ declare const _default: {
304
304
  colorSchemaType?: any;
305
305
  } & {
306
306
  class?: String | String[];
307
- "v-model"?: SpacingSettings;
308
307
  modelValue?: SpacingSettings;
308
+ "v-model"?: SpacingSettings;
309
309
  individualSelection?: boolean;
310
310
  "individual-selection"?: boolean;
311
311
  disableTop?: boolean;
@@ -0,0 +1,47 @@
1
+ import "./StatusMessageOverlay.css";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
7
+ $attrs: {
8
+ [x: string]: unknown;
9
+ };
10
+ $refs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $slots: Readonly<{
14
+ [name: string]: import("vue").Slot;
15
+ }>;
16
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
18
+ $emit: (event: string, ...args: any[]) => void;
19
+ $el: any;
20
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
21
+ beforeCreate?: (() => void) | (() => void)[];
22
+ created?: (() => void) | (() => void)[];
23
+ beforeMount?: (() => void) | (() => void)[];
24
+ mounted?: (() => void) | (() => void)[];
25
+ beforeUpdate?: (() => void) | (() => void)[];
26
+ updated?: (() => void) | (() => void)[];
27
+ activated?: (() => void) | (() => void)[];
28
+ deactivated?: (() => void) | (() => void)[];
29
+ beforeDestroy?: (() => void) | (() => void)[];
30
+ beforeUnmount?: (() => void) | (() => void)[];
31
+ destroyed?: (() => void) | (() => void)[];
32
+ unmounted?: (() => void) | (() => void)[];
33
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ 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)[];
36
+ };
37
+ $forceUpdate: () => void;
38
+ $nextTick: typeof import("vue").nextTick;
39
+ $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;
40
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
41
+ __isFragment?: never;
42
+ __isTeleport?: never;
43
+ __isSuspense?: never;
44
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
45
+ propsDefinition: Readonly<{} & {}>;
46
+ };
47
+ export default _default;