@frollo/frollo-web-ui 9.0.1 → 9.0.2

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 (96) hide show
  1. package/cjs/index.js +10733 -3060
  2. package/esm/{_rollupPluginBabelHelpers-DODWUb5N.js → _rollupPluginBabelHelpers-BKlDnZ7n.js} +1 -1
  3. package/esm/fw-accordion.js +15 -18
  4. package/esm/fw-alert.js +32 -25
  5. package/esm/fw-bar-chart.js +265 -93
  6. package/esm/fw-button-DZTHZLjk.js +318 -0
  7. package/esm/fw-button.js +2 -2
  8. package/esm/{fw-card-D45R4kN-.js → fw-card-XGtsK2bM.js} +7 -10
  9. package/esm/fw-card.js +2 -2
  10. package/esm/fw-checkbox.js +8 -11
  11. package/esm/fw-date-picker.js +85 -49
  12. package/esm/fw-drawer.js +8 -8
  13. package/esm/{fw-dropdown-58wyuzsW.js → fw-dropdown-CSmYTm5O.js} +11 -14
  14. package/esm/fw-dropdown.js +7 -6
  15. package/esm/fw-form.js +1 -1
  16. package/esm/fw-icons.js +11 -12
  17. package/esm/fw-image-A2lXYs0u.js +325 -0
  18. package/esm/fw-image.js +5 -4
  19. package/esm/{fw-input-C2-cZ-BY.js → fw-input-BiPWWfK3.js} +12 -19
  20. package/esm/fw-input.js +3 -3
  21. package/esm/fw-loading-bar-3x4tkF1B.js +37 -0
  22. package/esm/fw-loading.js +89 -40
  23. package/esm/fw-media-picker.js +10 -653
  24. package/esm/fw-modal.js +11 -10
  25. package/esm/fw-navigation-menu.js +36 -41
  26. package/esm/fw-popover-BZ-zqUme.js +330 -0
  27. package/esm/fw-popover.js +2 -3
  28. package/esm/fw-progress-bar.js +1 -1
  29. package/esm/fw-provider-list.js +109 -87
  30. package/esm/fw-sidebar-menu.js +58 -51
  31. package/esm/fw-slider.js +64 -61
  32. package/esm/fw-switch.js +76 -49
  33. package/esm/fw-table-row-D6FdCJMs.js +447 -0
  34. package/esm/fw-table.js +5 -6
  35. package/esm/fw-tabs.js +87 -35
  36. package/esm/fw-tag-BRxPc4zc.js +199 -0
  37. package/esm/fw-tag.js +4 -4
  38. package/esm/fw-toast.js +58 -76
  39. package/esm/fw-transactions-card.js +20 -20
  40. package/esm/{get-root-colours-DCjlYelc.js → get-root-colours-DCCAnRF4.js} +3 -1
  41. package/esm/index-C8z11jcJ.js +7583 -0
  42. package/esm/index-DHyRsKsZ.js +843 -0
  43. package/esm/index-eP2GMSdQ.js +755 -0
  44. package/esm/index.js +54 -61
  45. package/esm/{uniqueId-DZdGzBh8.js → uniqueId-DK6xzFd8.js} +1 -1
  46. package/esm/{vee-validate.esm-3ptvCDR1.js → vee-validate-0dtT5GSQ.js} +182 -305
  47. package/frollo-web-ui.esm.js +10790 -3115
  48. package/icons/circle-check.svg +4 -0
  49. package/index.d.ts +1522 -586
  50. package/package.json +11 -11
  51. package/types/components/fw-accordion/fw-accordion.vue.d.ts +9 -7
  52. package/types/components/fw-alert/fw-alert.vue.d.ts +11 -6
  53. package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +15 -64
  54. package/types/components/fw-button/fw-button.vue.d.ts +11 -7
  55. package/types/components/fw-card/fw-card.vue.d.ts +6 -6
  56. package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +365 -5
  57. package/types/components/fw-date-picker/fw-date-picker.vue.d.ts +3 -242
  58. package/types/components/fw-drawer/fw-drawer.vue.d.ts +11 -8
  59. package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +20 -12
  60. package/types/components/fw-icons/fw-success-animation.vue.d.ts +1 -1
  61. package/types/components/fw-image/fw-image.vue.d.ts +33 -7
  62. package/types/components/fw-input/fw-input.vue.d.ts +368 -10
  63. package/types/components/fw-loading/fw-loading-bar.vue.d.ts +7 -5
  64. package/types/components/fw-loading/fw-loading-card.vue.d.ts +3 -1
  65. package/types/components/fw-loading/fw-loading-dots.vue.d.ts +8 -1
  66. package/types/components/fw-loading/fw-loading-table.vue.d.ts +11 -6
  67. package/types/components/fw-media-picker/fw-media-picker.vue.d.ts +27 -18
  68. package/types/components/fw-modal/fw-modal.vue.d.ts +11 -7
  69. package/types/components/fw-navigation-menu/fw-navigation-menu.vue.d.ts +12 -8
  70. package/types/components/fw-popover/fw-popover.vue.d.ts +16 -21
  71. package/types/components/fw-progress-bar/fw-progress-bar.vue.d.ts +6 -4
  72. package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +20 -45
  73. package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +13 -7
  74. package/types/components/fw-slider/fw-slider.vue.d.ts +11 -8
  75. package/types/components/fw-switch/fw-switch.vue.d.ts +383 -9
  76. package/types/components/fw-switch/index.types.d.ts +1 -0
  77. package/types/components/fw-table/fw-table-head.vue.d.ts +1 -1
  78. package/types/components/fw-table/fw-table-row.vue.d.ts +1 -1
  79. package/types/components/fw-table/fw-table.vue.d.ts +40 -19
  80. package/types/components/fw-table/index.types.d.ts +36 -2
  81. package/types/components/fw-tabs/fw-tab.vue.d.ts +4 -8
  82. package/types/components/fw-tabs/fw-tabs.vue.d.ts +11 -8
  83. package/types/components/fw-tabs/index.types.d.ts +14 -4
  84. package/types/components/fw-tag/fw-tag.vue.d.ts +14 -8
  85. package/types/components/fw-toast/fw-toast.vue.d.ts +17 -22
  86. package/types/components/fw-transactions-card/fw-transactions-card.vue.d.ts +6 -3
  87. package/types/directives/lazy-loader.d.ts +11 -2
  88. package/types/helpers/get-root-colours.d.ts +1 -0
  89. package/web-components/index.js +16793 -7700
  90. package/esm/fw-button-YMoW4x4c.js +0 -296
  91. package/esm/fw-image-D-OHafdw.js +0 -217
  92. package/esm/fw-loading-bar-DecYSBC_.js +0 -45
  93. package/esm/fw-popover-B4bsfuxm.js +0 -620
  94. package/esm/fw-table-row-Cgi8871h.js +0 -389
  95. package/esm/fw-tag-fDo50Nw7.js +0 -177
  96. package/esm/index-BsEH8YYr.js +0 -979
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { FwDropdownOption, FwDropdownProps } from './index.types';
3
- declare const __default__: import("vue").DefineComponent<{
3
+ declare const __default__: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  /**
5
5
  * The select v-model
6
6
  */
@@ -63,27 +63,32 @@ declare const __default__: import("vue").DefineComponent<{
63
63
  type: BooleanConstructor;
64
64
  default: boolean;
65
65
  };
66
- }, {
66
+ }>, {
67
67
  menuButtonClass: string;
68
68
  menuClass: string;
69
69
  menuItemClass: string;
70
70
  menuItemActiveClass: (option: FwDropdownOption) => "fw-dropdown--open" | "bg-none";
71
- errors: import("vue").Ref<string[]>;
72
- errorMessage: import("vue").Ref<string | undefined>;
71
+ errors: import("vue").Ref<string[], string[]>;
72
+ errorMessage: import("vue").Ref<string | undefined, string | undefined>;
73
73
  meta: import("vee-validate").FieldMeta<unknown>;
74
- fieldVal: import("vue").Ref<unknown>;
75
- isOpen: import("vue").Ref<boolean>;
76
- selectValue: import("vue").WritableComputedRef<string | undefined>;
74
+ fieldVal: import("vue").Ref<unknown, unknown>;
75
+ isOpen: import("vue").Ref<boolean, boolean>;
76
+ selectValue: import("vue").WritableComputedRef<string | undefined, string | undefined>;
77
77
  selectOption: (option: FwDropdownOption) => void;
78
78
  selectedOption: import("vue").Ref<{
79
79
  label: string;
80
80
  value: string;
81
81
  image_url?: string | undefined;
82
82
  description?: string | undefined;
83
+ } | null, FwDropdownOption | {
84
+ label: string;
85
+ value: string;
86
+ image_url?: string | undefined;
87
+ description?: string | undefined;
83
88
  } | null>;
84
89
  primaryFade5: string;
85
90
  colorErrorTextFade5: string;
86
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
91
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
87
92
  /**
88
93
  * The select v-model
89
94
  */
@@ -146,11 +151,14 @@ declare const __default__: import("vue").DefineComponent<{
146
151
  type: BooleanConstructor;
147
152
  default: boolean;
148
153
  };
149
- }>> & {
154
+ }>> & Readonly<{
150
155
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
151
- }, {
156
+ }>, {
157
+ required: boolean;
152
158
  placeholder: string;
153
159
  enableErrors: boolean;
154
- required: boolean;
155
- }, {}>;
160
+ }, {}, {
161
+ ChevronDownSvg: VueConstructor<Vue>;
162
+ FwImage: import("vue").ComponentOptions;
163
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
156
164
  export default __default__;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { FwImageProps } from './index.types';
3
- declare const __default__: import("vue").DefineComponent<{
3
+ declare const __default__: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  /**
5
5
  * The src attribute of the image
6
6
  */
@@ -44,11 +44,24 @@ declare const __default__: import("vue").DefineComponent<{
44
44
  type: BooleanConstructor;
45
45
  default: boolean;
46
46
  };
47
- }, {
48
- fwImageRef: import("vue").Ref<null>;
47
+ }>, {
48
+ fwImageRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
49
+ imgRef: import("vue").Ref<HTMLImageElement | null, HTMLImageElement | null>;
50
+ status: import("vue").Ref<"idle" | "loading" | "loaded" | "error", "idle" | "loading" | "loaded" | "error">;
49
51
  isBackground: import("vue").ComputedRef<boolean>;
52
+ rootClasses: import("vue").ComputedRef<{
53
+ 'fw-image--background': boolean;
54
+ 'rounded-full': boolean;
55
+ 'fw-image--loaded': boolean;
56
+ 'fw-image--error-state': boolean;
57
+ }>;
50
58
  colorErrorTextFade5: string;
51
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mouseover" | "mouseout")[], "click" | "mouseover" | "mouseout", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
59
+ onStart: () => void;
60
+ onLoad: () => void;
61
+ onError: () => void;
62
+ handleLoad: () => void;
63
+ handleError: () => void;
64
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mouseover" | "mouseout")[], "click" | "mouseover" | "mouseout", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
52
65
  /**
53
66
  * The src attribute of the image
54
67
  */
@@ -92,14 +105,27 @@ declare const __default__: import("vue").DefineComponent<{
92
105
  type: BooleanConstructor;
93
106
  default: boolean;
94
107
  };
95
- }>> & {
108
+ }>> & Readonly<{
96
109
  onClick?: ((...args: any[]) => any) | undefined;
97
110
  onMouseover?: ((...args: any[]) => any) | undefined;
98
111
  onMouseout?: ((...args: any[]) => any) | undefined;
99
- }, {
112
+ }>, {
100
113
  type: "native" | "background" | undefined;
101
114
  rounded: boolean;
102
115
  threshold: number;
103
116
  enableErrors: boolean;
104
- }, {}>;
117
+ }, {}, {
118
+ FwLoadingBar: import("vue").ComponentOptions;
119
+ FileExclamationSvg: VueConstructor<Vue>;
120
+ }, {
121
+ lazyload: import("vue").Directive<Element, {
122
+ src?: string;
123
+ type?: "native" | "background";
124
+ threshold?: number;
125
+ rootMargin?: string;
126
+ onStart?: () => void;
127
+ onLoad?: () => void;
128
+ onError?: () => void;
129
+ } | undefined>;
130
+ }, string, import("vue").ComponentProvideOptions, true, {}, any>;
105
131
  export default __default__;
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { FwInputProps, FwInputType } from './index.types';
3
- declare const __default__: import("vue").DefineComponent<{
3
+ declare const __default__: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  /**
5
5
  * The input v-model
6
6
  */
@@ -98,15 +98,14 @@ declare const __default__: import("vue").DefineComponent<{
98
98
  type: BooleanConstructor;
99
99
  default: boolean;
100
100
  };
101
- }, {
102
- inputBaseClass: import("vue").Ref<string>;
103
- inputValue: import("vue").WritableComputedRef<string>;
104
- onInput: (e: Event) => void;
101
+ }>, {
102
+ inputBaseClass: import("vue").Ref<string, string>;
103
+ inputValue: import("vue").WritableComputedRef<string, string>;
105
104
  onFocus: (e: FocusEvent) => void;
106
105
  onBlur: (e: FocusEvent) => void;
107
106
  primaryFade5: string;
108
107
  colorErrorTextFade5: string;
109
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "input" | "focus" | "blur")[], "update:modelValue" | "input" | "focus" | "blur", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
108
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur")[], "update:modelValue" | "focus" | "blur", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
110
109
  /**
111
110
  * The input v-model
112
111
  */
@@ -204,12 +203,11 @@ declare const __default__: import("vue").DefineComponent<{
204
203
  type: BooleanConstructor;
205
204
  default: boolean;
206
205
  };
207
- }>> & {
206
+ }>> & Readonly<{
208
207
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
209
- onInput?: ((...args: any[]) => any) | undefined;
210
208
  onFocus?: ((...args: any[]) => any) | undefined;
211
209
  onBlur?: ((...args: any[]) => any) | undefined;
212
- }, {
210
+ }>, {
213
211
  modelValue: string;
214
212
  type: FwInputType;
215
213
  required: boolean;
@@ -217,5 +215,365 @@ declare const __default__: import("vue").DefineComponent<{
217
215
  tabindex: string;
218
216
  rounded: boolean;
219
217
  enableErrors: boolean;
220
- }, {}>;
218
+ }, {}, {
219
+ InputField: {
220
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
221
+ as: {
222
+ type: (ObjectConstructor | StringConstructor)[];
223
+ default: any;
224
+ };
225
+ name: {
226
+ type: StringConstructor;
227
+ required: true;
228
+ };
229
+ rules: {
230
+ type: PropType<import("vee-validate").RuleExpression<unknown>>;
231
+ default: any;
232
+ };
233
+ validateOnMount: {
234
+ type: BooleanConstructor;
235
+ default: boolean;
236
+ };
237
+ validateOnBlur: {
238
+ type: BooleanConstructor;
239
+ default: any;
240
+ };
241
+ validateOnChange: {
242
+ type: BooleanConstructor;
243
+ default: any;
244
+ };
245
+ validateOnInput: {
246
+ type: BooleanConstructor;
247
+ default: any;
248
+ };
249
+ validateOnModelUpdate: {
250
+ type: BooleanConstructor;
251
+ default: any;
252
+ };
253
+ bails: {
254
+ type: BooleanConstructor;
255
+ default: () => boolean;
256
+ };
257
+ label: {
258
+ type: StringConstructor;
259
+ default: any;
260
+ };
261
+ uncheckedValue: {
262
+ type: any;
263
+ default: any;
264
+ };
265
+ modelValue: {
266
+ type: any;
267
+ default: symbol;
268
+ };
269
+ modelModifiers: {
270
+ type: any;
271
+ default: () => {};
272
+ };
273
+ "onUpdate:modelValue": {
274
+ type: PropType<(e: any) => unknown>;
275
+ default: any;
276
+ };
277
+ standalone: {
278
+ type: BooleanConstructor;
279
+ default: boolean;
280
+ };
281
+ keepValue: {
282
+ type: BooleanConstructor;
283
+ default: any;
284
+ };
285
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
286
+ [key: string]: any;
287
+ }> | import("vue").Slot<any> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
288
+ [key: string]: any;
289
+ }>[] | {
290
+ default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
291
+ [key: string]: any;
292
+ }>[];
293
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
294
+ as: {
295
+ type: (ObjectConstructor | StringConstructor)[];
296
+ default: any;
297
+ };
298
+ name: {
299
+ type: StringConstructor;
300
+ required: true;
301
+ };
302
+ rules: {
303
+ type: PropType<import("vee-validate").RuleExpression<unknown>>;
304
+ default: any;
305
+ };
306
+ validateOnMount: {
307
+ type: BooleanConstructor;
308
+ default: boolean;
309
+ };
310
+ validateOnBlur: {
311
+ type: BooleanConstructor;
312
+ default: any;
313
+ };
314
+ validateOnChange: {
315
+ type: BooleanConstructor;
316
+ default: any;
317
+ };
318
+ validateOnInput: {
319
+ type: BooleanConstructor;
320
+ default: any;
321
+ };
322
+ validateOnModelUpdate: {
323
+ type: BooleanConstructor;
324
+ default: any;
325
+ };
326
+ bails: {
327
+ type: BooleanConstructor;
328
+ default: () => boolean;
329
+ };
330
+ label: {
331
+ type: StringConstructor;
332
+ default: any;
333
+ };
334
+ uncheckedValue: {
335
+ type: any;
336
+ default: any;
337
+ };
338
+ modelValue: {
339
+ type: any;
340
+ default: symbol;
341
+ };
342
+ modelModifiers: {
343
+ type: any;
344
+ default: () => {};
345
+ };
346
+ "onUpdate:modelValue": {
347
+ type: PropType<(e: any) => unknown>;
348
+ default: any;
349
+ };
350
+ standalone: {
351
+ type: BooleanConstructor;
352
+ default: boolean;
353
+ };
354
+ keepValue: {
355
+ type: BooleanConstructor;
356
+ default: any;
357
+ };
358
+ }>>, {
359
+ label: string;
360
+ as: string | Record<string, any>;
361
+ bails: boolean;
362
+ uncheckedValue: any;
363
+ modelValue: any;
364
+ validateOnInput: boolean;
365
+ validateOnChange: boolean;
366
+ validateOnBlur: boolean;
367
+ validateOnModelUpdate: boolean;
368
+ validateOnMount: boolean;
369
+ standalone: boolean;
370
+ modelModifiers: any;
371
+ rules: import("vee-validate").RuleExpression<unknown>;
372
+ "onUpdate:modelValue": (e: any) => unknown;
373
+ keepValue: boolean;
374
+ }, true, {}, {}, {
375
+ P: {};
376
+ B: {};
377
+ D: {};
378
+ C: {};
379
+ M: {};
380
+ Defaults: {};
381
+ }, Readonly<import("vue").ExtractPropTypes<{
382
+ as: {
383
+ type: (ObjectConstructor | StringConstructor)[];
384
+ default: any;
385
+ };
386
+ name: {
387
+ type: StringConstructor;
388
+ required: true;
389
+ };
390
+ rules: {
391
+ type: PropType<import("vee-validate").RuleExpression<unknown>>;
392
+ default: any;
393
+ };
394
+ validateOnMount: {
395
+ type: BooleanConstructor;
396
+ default: boolean;
397
+ };
398
+ validateOnBlur: {
399
+ type: BooleanConstructor;
400
+ default: any;
401
+ };
402
+ validateOnChange: {
403
+ type: BooleanConstructor;
404
+ default: any;
405
+ };
406
+ validateOnInput: {
407
+ type: BooleanConstructor;
408
+ default: any;
409
+ };
410
+ validateOnModelUpdate: {
411
+ type: BooleanConstructor;
412
+ default: any;
413
+ };
414
+ bails: {
415
+ type: BooleanConstructor;
416
+ default: () => boolean;
417
+ };
418
+ label: {
419
+ type: StringConstructor;
420
+ default: any;
421
+ };
422
+ uncheckedValue: {
423
+ type: any;
424
+ default: any;
425
+ };
426
+ modelValue: {
427
+ type: any;
428
+ default: symbol;
429
+ };
430
+ modelModifiers: {
431
+ type: any;
432
+ default: () => {};
433
+ };
434
+ "onUpdate:modelValue": {
435
+ type: PropType<(e: any) => unknown>;
436
+ default: any;
437
+ };
438
+ standalone: {
439
+ type: BooleanConstructor;
440
+ default: boolean;
441
+ };
442
+ keepValue: {
443
+ type: BooleanConstructor;
444
+ default: any;
445
+ };
446
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
447
+ [key: string]: any;
448
+ }> | import("vue").Slot<any> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
449
+ [key: string]: any;
450
+ }>[] | {
451
+ default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
452
+ [key: string]: any;
453
+ }>[];
454
+ }, {}, {}, {}, {
455
+ label: string;
456
+ as: string | Record<string, any>;
457
+ bails: boolean;
458
+ uncheckedValue: any;
459
+ modelValue: any;
460
+ validateOnInput: boolean;
461
+ validateOnChange: boolean;
462
+ validateOnBlur: boolean;
463
+ validateOnModelUpdate: boolean;
464
+ validateOnMount: boolean;
465
+ standalone: boolean;
466
+ modelModifiers: any;
467
+ rules: import("vee-validate").RuleExpression<unknown>;
468
+ "onUpdate:modelValue": (e: any) => unknown;
469
+ keepValue: boolean;
470
+ }>;
471
+ __isFragment?: never;
472
+ __isTeleport?: never;
473
+ __isSuspense?: never;
474
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
475
+ as: {
476
+ type: (ObjectConstructor | StringConstructor)[];
477
+ default: any;
478
+ };
479
+ name: {
480
+ type: StringConstructor;
481
+ required: true;
482
+ };
483
+ rules: {
484
+ type: PropType<import("vee-validate").RuleExpression<unknown>>;
485
+ default: any;
486
+ };
487
+ validateOnMount: {
488
+ type: BooleanConstructor;
489
+ default: boolean;
490
+ };
491
+ validateOnBlur: {
492
+ type: BooleanConstructor;
493
+ default: any;
494
+ };
495
+ validateOnChange: {
496
+ type: BooleanConstructor;
497
+ default: any;
498
+ };
499
+ validateOnInput: {
500
+ type: BooleanConstructor;
501
+ default: any;
502
+ };
503
+ validateOnModelUpdate: {
504
+ type: BooleanConstructor;
505
+ default: any;
506
+ };
507
+ bails: {
508
+ type: BooleanConstructor;
509
+ default: () => boolean;
510
+ };
511
+ label: {
512
+ type: StringConstructor;
513
+ default: any;
514
+ };
515
+ uncheckedValue: {
516
+ type: any;
517
+ default: any;
518
+ };
519
+ modelValue: {
520
+ type: any;
521
+ default: symbol;
522
+ };
523
+ modelModifiers: {
524
+ type: any;
525
+ default: () => {};
526
+ };
527
+ 'onUpdate:modelValue': {
528
+ type: PropType<(e: any) => unknown>;
529
+ default: any;
530
+ };
531
+ standalone: {
532
+ type: BooleanConstructor;
533
+ default: boolean;
534
+ };
535
+ keepValue: {
536
+ type: BooleanConstructor;
537
+ default: any;
538
+ };
539
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
540
+ [key: string]: any;
541
+ }> | import("vue").Slot<any> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
542
+ [key: string]: any;
543
+ }>[] | {
544
+ default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
545
+ [key: string]: any;
546
+ }>[];
547
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
548
+ label: string;
549
+ as: string | Record<string, any>;
550
+ bails: boolean;
551
+ uncheckedValue: any;
552
+ modelValue: any;
553
+ validateOnInput: boolean;
554
+ validateOnChange: boolean;
555
+ validateOnBlur: boolean;
556
+ validateOnModelUpdate: boolean;
557
+ validateOnMount: boolean;
558
+ standalone: boolean;
559
+ modelModifiers: any;
560
+ rules: import("vee-validate").RuleExpression<unknown>;
561
+ 'onUpdate:modelValue': (e: any) => unknown;
562
+ keepValue: boolean;
563
+ }, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
564
+ value: import("vue").UnwrapRef<import("vee-validate").FieldContext["value"]>;
565
+ meta: import("vue").UnwrapRef<import("vee-validate").FieldContext["meta"]>;
566
+ errors: import("vue").UnwrapRef<import("vee-validate").FieldContext["errors"]>;
567
+ errorMessage: import("vue").UnwrapRef<import("vee-validate").FieldContext["errorMessage"]>;
568
+ setErrors: import("vee-validate").FieldContext["setErrors"];
569
+ setTouched: import("vee-validate").FieldContext["setTouched"];
570
+ reset: import("vee-validate").FieldContext["resetField"];
571
+ validate: import("vee-validate").FieldContext["validate"];
572
+ setValue: import("vee-validate").FieldContext["setValue"];
573
+ handleChange: import("vee-validate").FieldContext["handleChange"];
574
+ $slots: {
575
+ default: (arg: import("vee-validate").FieldSlotProps<any>) => import("vue").VNode[];
576
+ };
577
+ });
578
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
221
579
  export default __default__;
@@ -1,5 +1,7 @@
1
- declare const __default__: import("vue").DefineComponent<{}, {
2
- primaryFade5: string;
3
- primaryFade20: string;
4
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
- export default __default__;
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ barVars: import("vue").ComputedRef<{
3
+ '--fw-bar-light': string;
4
+ '--fw-bar-dark': string;
5
+ }>;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
2
+ FwLoadingBar: import("vue").ComponentOptions;
3
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
4
  export default _default;
@@ -1,2 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ barVars: import("vue").ComputedRef<{
3
+ '--fw-bar-light': string;
4
+ '--fw-bar-dark': string;
5
+ }>;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
7
+ FwLoadingBar: import("vue").ComponentOptions;
8
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
9
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  columns: {
3
3
  type: NumberConstructor;
4
4
  default: number;
@@ -7,9 +7,12 @@ declare const _default: import("vue").DefineComponent<{
7
7
  type: NumberConstructor;
8
8
  default: number;
9
9
  };
10
- }, {
11
- tableClass: string;
12
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }>, {
11
+ wrapperClass: string;
12
+ colList: import("vue").ComputedRef<number[]>;
13
+ rowList: import("vue").ComputedRef<number[]>;
14
+ cellWidth: (r: number, c: number) => string;
15
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
16
  columns: {
14
17
  type: NumberConstructor;
15
18
  default: number;
@@ -18,8 +21,10 @@ declare const _default: import("vue").DefineComponent<{
18
21
  type: NumberConstructor;
19
22
  default: number;
20
23
  };
21
- }>>, {
24
+ }>> & Readonly<{}>, {
22
25
  columns: number;
23
26
  rows: number;
24
- }, {}>;
27
+ }, {}, {
28
+ FwLoadingBar: import("vue").ComponentOptions;
29
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
30
  export default _default;