@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.
- package/cjs/index.js +10733 -3060
- package/esm/{_rollupPluginBabelHelpers-DODWUb5N.js → _rollupPluginBabelHelpers-BKlDnZ7n.js} +1 -1
- package/esm/fw-accordion.js +15 -18
- package/esm/fw-alert.js +32 -25
- package/esm/fw-bar-chart.js +265 -93
- package/esm/fw-button-DZTHZLjk.js +318 -0
- package/esm/fw-button.js +2 -2
- package/esm/{fw-card-D45R4kN-.js → fw-card-XGtsK2bM.js} +7 -10
- package/esm/fw-card.js +2 -2
- package/esm/fw-checkbox.js +8 -11
- package/esm/fw-date-picker.js +85 -49
- package/esm/fw-drawer.js +8 -8
- package/esm/{fw-dropdown-58wyuzsW.js → fw-dropdown-CSmYTm5O.js} +11 -14
- package/esm/fw-dropdown.js +7 -6
- package/esm/fw-form.js +1 -1
- package/esm/fw-icons.js +11 -12
- package/esm/fw-image-A2lXYs0u.js +325 -0
- package/esm/fw-image.js +5 -4
- package/esm/{fw-input-C2-cZ-BY.js → fw-input-BiPWWfK3.js} +12 -19
- package/esm/fw-input.js +3 -3
- package/esm/fw-loading-bar-3x4tkF1B.js +37 -0
- package/esm/fw-loading.js +89 -40
- package/esm/fw-media-picker.js +10 -653
- package/esm/fw-modal.js +11 -10
- package/esm/fw-navigation-menu.js +36 -41
- package/esm/fw-popover-BZ-zqUme.js +330 -0
- package/esm/fw-popover.js +2 -3
- package/esm/fw-progress-bar.js +1 -1
- package/esm/fw-provider-list.js +109 -87
- package/esm/fw-sidebar-menu.js +58 -51
- package/esm/fw-slider.js +64 -61
- package/esm/fw-switch.js +76 -49
- package/esm/fw-table-row-D6FdCJMs.js +447 -0
- package/esm/fw-table.js +5 -6
- package/esm/fw-tabs.js +87 -35
- package/esm/fw-tag-BRxPc4zc.js +199 -0
- package/esm/fw-tag.js +4 -4
- package/esm/fw-toast.js +58 -76
- package/esm/fw-transactions-card.js +20 -20
- package/esm/{get-root-colours-DCjlYelc.js → get-root-colours-DCCAnRF4.js} +3 -1
- package/esm/index-C8z11jcJ.js +7583 -0
- package/esm/index-DHyRsKsZ.js +843 -0
- package/esm/index-eP2GMSdQ.js +755 -0
- package/esm/index.js +54 -61
- package/esm/{uniqueId-DZdGzBh8.js → uniqueId-DK6xzFd8.js} +1 -1
- package/esm/{vee-validate.esm-3ptvCDR1.js → vee-validate-0dtT5GSQ.js} +182 -305
- package/frollo-web-ui.esm.js +10790 -3115
- package/icons/circle-check.svg +4 -0
- package/index.d.ts +1522 -586
- package/package.json +11 -11
- package/types/components/fw-accordion/fw-accordion.vue.d.ts +9 -7
- package/types/components/fw-alert/fw-alert.vue.d.ts +11 -6
- package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +15 -64
- package/types/components/fw-button/fw-button.vue.d.ts +11 -7
- package/types/components/fw-card/fw-card.vue.d.ts +6 -6
- package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +365 -5
- package/types/components/fw-date-picker/fw-date-picker.vue.d.ts +3 -242
- package/types/components/fw-drawer/fw-drawer.vue.d.ts +11 -8
- package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +20 -12
- package/types/components/fw-icons/fw-success-animation.vue.d.ts +1 -1
- package/types/components/fw-image/fw-image.vue.d.ts +33 -7
- package/types/components/fw-input/fw-input.vue.d.ts +368 -10
- package/types/components/fw-loading/fw-loading-bar.vue.d.ts +7 -5
- package/types/components/fw-loading/fw-loading-card.vue.d.ts +3 -1
- package/types/components/fw-loading/fw-loading-dots.vue.d.ts +8 -1
- package/types/components/fw-loading/fw-loading-table.vue.d.ts +11 -6
- package/types/components/fw-media-picker/fw-media-picker.vue.d.ts +27 -18
- package/types/components/fw-modal/fw-modal.vue.d.ts +11 -7
- package/types/components/fw-navigation-menu/fw-navigation-menu.vue.d.ts +12 -8
- package/types/components/fw-popover/fw-popover.vue.d.ts +16 -21
- package/types/components/fw-progress-bar/fw-progress-bar.vue.d.ts +6 -4
- package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +20 -45
- package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +13 -7
- package/types/components/fw-slider/fw-slider.vue.d.ts +11 -8
- package/types/components/fw-switch/fw-switch.vue.d.ts +383 -9
- package/types/components/fw-switch/index.types.d.ts +1 -0
- package/types/components/fw-table/fw-table-head.vue.d.ts +1 -1
- package/types/components/fw-table/fw-table-row.vue.d.ts +1 -1
- package/types/components/fw-table/fw-table.vue.d.ts +40 -19
- package/types/components/fw-table/index.types.d.ts +36 -2
- package/types/components/fw-tabs/fw-tab.vue.d.ts +4 -8
- package/types/components/fw-tabs/fw-tabs.vue.d.ts +11 -8
- package/types/components/fw-tabs/index.types.d.ts +14 -4
- package/types/components/fw-tag/fw-tag.vue.d.ts +14 -8
- package/types/components/fw-toast/fw-toast.vue.d.ts +17 -22
- package/types/components/fw-transactions-card/fw-transactions-card.vue.d.ts +6 -3
- package/types/directives/lazy-loader.d.ts +11 -2
- package/types/helpers/get-root-colours.d.ts +1 -0
- package/web-components/index.js +16793 -7700
- package/esm/fw-button-YMoW4x4c.js +0 -296
- package/esm/fw-image-D-OHafdw.js +0 -217
- package/esm/fw-loading-bar-DecYSBC_.js +0 -45
- package/esm/fw-popover-B4bsfuxm.js +0 -620
- package/esm/fw-table-row-Cgi8871h.js +0 -389
- package/esm/fw-tag-fDo50Nw7.js +0 -177
- package/esm/index-BsEH8YYr.js +0 -979
package/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { PropType,
|
|
2
|
+
import { PropType, ComputedRef, ShallowReactive, Component, DefineComponent, ComponentCustomProps, Plugin } from 'vue';
|
|
3
3
|
import * as vee_validate from 'vee-validate';
|
|
4
4
|
import { RuleExpression } from 'vee-validate';
|
|
5
5
|
export { Form as FwForm } from 'vee-validate';
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
6
|
+
import * as vue_chartjs_dist_types from 'vue-chartjs/dist/types';
|
|
7
|
+
import * as vue_chartjs_dist_typedCharts from 'vue-chartjs/dist/typedCharts';
|
|
8
8
|
import * as chart_js_dist_types_utils from 'chart.js/dist/types/utils';
|
|
9
9
|
import * as chart_js from 'chart.js';
|
|
10
10
|
|
|
@@ -26,7 +26,7 @@ declare interface FwInputProps {
|
|
|
26
26
|
required?: boolean;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
declare const __default__$
|
|
29
|
+
declare const __default__$c: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
30
30
|
/**
|
|
31
31
|
* The input v-model
|
|
32
32
|
*/
|
|
@@ -124,15 +124,14 @@ declare const __default__$d: vue.DefineComponent<{
|
|
|
124
124
|
type: BooleanConstructor;
|
|
125
125
|
default: boolean;
|
|
126
126
|
};
|
|
127
|
-
}
|
|
128
|
-
inputBaseClass: vue.Ref<string>;
|
|
129
|
-
inputValue: vue.WritableComputedRef<string>;
|
|
130
|
-
onInput: (e: Event) => void;
|
|
127
|
+
}>, {
|
|
128
|
+
inputBaseClass: vue.Ref<string, string>;
|
|
129
|
+
inputValue: vue.WritableComputedRef<string, string>;
|
|
131
130
|
onFocus: (e: FocusEvent) => void;
|
|
132
131
|
onBlur: (e: FocusEvent) => void;
|
|
133
132
|
primaryFade5: string;
|
|
134
133
|
colorErrorTextFade5: string;
|
|
135
|
-
},
|
|
134
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur")[], "update:modelValue" | "focus" | "blur", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
136
135
|
/**
|
|
137
136
|
* The input v-model
|
|
138
137
|
*/
|
|
@@ -230,12 +229,11 @@ declare const __default__$d: vue.DefineComponent<{
|
|
|
230
229
|
type: BooleanConstructor;
|
|
231
230
|
default: boolean;
|
|
232
231
|
};
|
|
233
|
-
}>> & {
|
|
232
|
+
}>> & Readonly<{
|
|
234
233
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
235
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
236
234
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
237
235
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
238
|
-
}
|
|
236
|
+
}>, {
|
|
239
237
|
modelValue: string;
|
|
240
238
|
type: FwInputType;
|
|
241
239
|
required: boolean;
|
|
@@ -243,7 +241,367 @@ declare const __default__$d: vue.DefineComponent<{
|
|
|
243
241
|
tabindex: string;
|
|
244
242
|
rounded: boolean;
|
|
245
243
|
enableErrors: boolean;
|
|
246
|
-
}, {}
|
|
244
|
+
}, {}, {
|
|
245
|
+
InputField: {
|
|
246
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<Readonly<vue.ExtractPropTypes<{
|
|
247
|
+
as: {
|
|
248
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
249
|
+
default: any;
|
|
250
|
+
};
|
|
251
|
+
name: {
|
|
252
|
+
type: StringConstructor;
|
|
253
|
+
required: true;
|
|
254
|
+
};
|
|
255
|
+
rules: {
|
|
256
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
257
|
+
default: any;
|
|
258
|
+
};
|
|
259
|
+
validateOnMount: {
|
|
260
|
+
type: BooleanConstructor;
|
|
261
|
+
default: boolean;
|
|
262
|
+
};
|
|
263
|
+
validateOnBlur: {
|
|
264
|
+
type: BooleanConstructor;
|
|
265
|
+
default: any;
|
|
266
|
+
};
|
|
267
|
+
validateOnChange: {
|
|
268
|
+
type: BooleanConstructor;
|
|
269
|
+
default: any;
|
|
270
|
+
};
|
|
271
|
+
validateOnInput: {
|
|
272
|
+
type: BooleanConstructor;
|
|
273
|
+
default: any;
|
|
274
|
+
};
|
|
275
|
+
validateOnModelUpdate: {
|
|
276
|
+
type: BooleanConstructor;
|
|
277
|
+
default: any;
|
|
278
|
+
};
|
|
279
|
+
bails: {
|
|
280
|
+
type: BooleanConstructor;
|
|
281
|
+
default: () => boolean;
|
|
282
|
+
};
|
|
283
|
+
label: {
|
|
284
|
+
type: StringConstructor;
|
|
285
|
+
default: any;
|
|
286
|
+
};
|
|
287
|
+
uncheckedValue: {
|
|
288
|
+
type: any;
|
|
289
|
+
default: any;
|
|
290
|
+
};
|
|
291
|
+
modelValue: {
|
|
292
|
+
type: any;
|
|
293
|
+
default: symbol;
|
|
294
|
+
};
|
|
295
|
+
modelModifiers: {
|
|
296
|
+
type: any;
|
|
297
|
+
default: () => {};
|
|
298
|
+
};
|
|
299
|
+
"onUpdate:modelValue": {
|
|
300
|
+
type: PropType<(e: any) => unknown>;
|
|
301
|
+
default: any;
|
|
302
|
+
};
|
|
303
|
+
standalone: {
|
|
304
|
+
type: BooleanConstructor;
|
|
305
|
+
default: boolean;
|
|
306
|
+
};
|
|
307
|
+
keepValue: {
|
|
308
|
+
type: BooleanConstructor;
|
|
309
|
+
default: any;
|
|
310
|
+
};
|
|
311
|
+
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
312
|
+
[key: string]: any;
|
|
313
|
+
}> | vue.Slot<any> | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
314
|
+
[key: string]: any;
|
|
315
|
+
}>[] | {
|
|
316
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
317
|
+
[key: string]: any;
|
|
318
|
+
}>[];
|
|
319
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly<vue.ExtractPropTypes<{
|
|
320
|
+
as: {
|
|
321
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
322
|
+
default: any;
|
|
323
|
+
};
|
|
324
|
+
name: {
|
|
325
|
+
type: StringConstructor;
|
|
326
|
+
required: true;
|
|
327
|
+
};
|
|
328
|
+
rules: {
|
|
329
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
330
|
+
default: any;
|
|
331
|
+
};
|
|
332
|
+
validateOnMount: {
|
|
333
|
+
type: BooleanConstructor;
|
|
334
|
+
default: boolean;
|
|
335
|
+
};
|
|
336
|
+
validateOnBlur: {
|
|
337
|
+
type: BooleanConstructor;
|
|
338
|
+
default: any;
|
|
339
|
+
};
|
|
340
|
+
validateOnChange: {
|
|
341
|
+
type: BooleanConstructor;
|
|
342
|
+
default: any;
|
|
343
|
+
};
|
|
344
|
+
validateOnInput: {
|
|
345
|
+
type: BooleanConstructor;
|
|
346
|
+
default: any;
|
|
347
|
+
};
|
|
348
|
+
validateOnModelUpdate: {
|
|
349
|
+
type: BooleanConstructor;
|
|
350
|
+
default: any;
|
|
351
|
+
};
|
|
352
|
+
bails: {
|
|
353
|
+
type: BooleanConstructor;
|
|
354
|
+
default: () => boolean;
|
|
355
|
+
};
|
|
356
|
+
label: {
|
|
357
|
+
type: StringConstructor;
|
|
358
|
+
default: any;
|
|
359
|
+
};
|
|
360
|
+
uncheckedValue: {
|
|
361
|
+
type: any;
|
|
362
|
+
default: any;
|
|
363
|
+
};
|
|
364
|
+
modelValue: {
|
|
365
|
+
type: any;
|
|
366
|
+
default: symbol;
|
|
367
|
+
};
|
|
368
|
+
modelModifiers: {
|
|
369
|
+
type: any;
|
|
370
|
+
default: () => {};
|
|
371
|
+
};
|
|
372
|
+
"onUpdate:modelValue": {
|
|
373
|
+
type: PropType<(e: any) => unknown>;
|
|
374
|
+
default: any;
|
|
375
|
+
};
|
|
376
|
+
standalone: {
|
|
377
|
+
type: BooleanConstructor;
|
|
378
|
+
default: boolean;
|
|
379
|
+
};
|
|
380
|
+
keepValue: {
|
|
381
|
+
type: BooleanConstructor;
|
|
382
|
+
default: any;
|
|
383
|
+
};
|
|
384
|
+
}>>, {
|
|
385
|
+
label: string;
|
|
386
|
+
as: string | Record<string, any>;
|
|
387
|
+
bails: boolean;
|
|
388
|
+
uncheckedValue: any;
|
|
389
|
+
modelValue: any;
|
|
390
|
+
validateOnInput: boolean;
|
|
391
|
+
validateOnChange: boolean;
|
|
392
|
+
validateOnBlur: boolean;
|
|
393
|
+
validateOnModelUpdate: boolean;
|
|
394
|
+
validateOnMount: boolean;
|
|
395
|
+
standalone: boolean;
|
|
396
|
+
modelModifiers: any;
|
|
397
|
+
rules: vee_validate.RuleExpression<unknown>;
|
|
398
|
+
"onUpdate:modelValue": (e: any) => unknown;
|
|
399
|
+
keepValue: boolean;
|
|
400
|
+
}, true, {}, {}, {
|
|
401
|
+
P: {};
|
|
402
|
+
B: {};
|
|
403
|
+
D: {};
|
|
404
|
+
C: {};
|
|
405
|
+
M: {};
|
|
406
|
+
Defaults: {};
|
|
407
|
+
}, Readonly<vue.ExtractPropTypes<{
|
|
408
|
+
as: {
|
|
409
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
410
|
+
default: any;
|
|
411
|
+
};
|
|
412
|
+
name: {
|
|
413
|
+
type: StringConstructor;
|
|
414
|
+
required: true;
|
|
415
|
+
};
|
|
416
|
+
rules: {
|
|
417
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
418
|
+
default: any;
|
|
419
|
+
};
|
|
420
|
+
validateOnMount: {
|
|
421
|
+
type: BooleanConstructor;
|
|
422
|
+
default: boolean;
|
|
423
|
+
};
|
|
424
|
+
validateOnBlur: {
|
|
425
|
+
type: BooleanConstructor;
|
|
426
|
+
default: any;
|
|
427
|
+
};
|
|
428
|
+
validateOnChange: {
|
|
429
|
+
type: BooleanConstructor;
|
|
430
|
+
default: any;
|
|
431
|
+
};
|
|
432
|
+
validateOnInput: {
|
|
433
|
+
type: BooleanConstructor;
|
|
434
|
+
default: any;
|
|
435
|
+
};
|
|
436
|
+
validateOnModelUpdate: {
|
|
437
|
+
type: BooleanConstructor;
|
|
438
|
+
default: any;
|
|
439
|
+
};
|
|
440
|
+
bails: {
|
|
441
|
+
type: BooleanConstructor;
|
|
442
|
+
default: () => boolean;
|
|
443
|
+
};
|
|
444
|
+
label: {
|
|
445
|
+
type: StringConstructor;
|
|
446
|
+
default: any;
|
|
447
|
+
};
|
|
448
|
+
uncheckedValue: {
|
|
449
|
+
type: any;
|
|
450
|
+
default: any;
|
|
451
|
+
};
|
|
452
|
+
modelValue: {
|
|
453
|
+
type: any;
|
|
454
|
+
default: symbol;
|
|
455
|
+
};
|
|
456
|
+
modelModifiers: {
|
|
457
|
+
type: any;
|
|
458
|
+
default: () => {};
|
|
459
|
+
};
|
|
460
|
+
"onUpdate:modelValue": {
|
|
461
|
+
type: PropType<(e: any) => unknown>;
|
|
462
|
+
default: any;
|
|
463
|
+
};
|
|
464
|
+
standalone: {
|
|
465
|
+
type: BooleanConstructor;
|
|
466
|
+
default: boolean;
|
|
467
|
+
};
|
|
468
|
+
keepValue: {
|
|
469
|
+
type: BooleanConstructor;
|
|
470
|
+
default: any;
|
|
471
|
+
};
|
|
472
|
+
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
473
|
+
[key: string]: any;
|
|
474
|
+
}> | vue.Slot<any> | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
475
|
+
[key: string]: any;
|
|
476
|
+
}>[] | {
|
|
477
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
478
|
+
[key: string]: any;
|
|
479
|
+
}>[];
|
|
480
|
+
}, {}, {}, {}, {
|
|
481
|
+
label: string;
|
|
482
|
+
as: string | Record<string, any>;
|
|
483
|
+
bails: boolean;
|
|
484
|
+
uncheckedValue: any;
|
|
485
|
+
modelValue: any;
|
|
486
|
+
validateOnInput: boolean;
|
|
487
|
+
validateOnChange: boolean;
|
|
488
|
+
validateOnBlur: boolean;
|
|
489
|
+
validateOnModelUpdate: boolean;
|
|
490
|
+
validateOnMount: boolean;
|
|
491
|
+
standalone: boolean;
|
|
492
|
+
modelModifiers: any;
|
|
493
|
+
rules: vee_validate.RuleExpression<unknown>;
|
|
494
|
+
"onUpdate:modelValue": (e: any) => unknown;
|
|
495
|
+
keepValue: boolean;
|
|
496
|
+
}>;
|
|
497
|
+
__isFragment?: never;
|
|
498
|
+
__isTeleport?: never;
|
|
499
|
+
__isSuspense?: never;
|
|
500
|
+
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
|
501
|
+
as: {
|
|
502
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
503
|
+
default: any;
|
|
504
|
+
};
|
|
505
|
+
name: {
|
|
506
|
+
type: StringConstructor;
|
|
507
|
+
required: true;
|
|
508
|
+
};
|
|
509
|
+
rules: {
|
|
510
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
511
|
+
default: any;
|
|
512
|
+
};
|
|
513
|
+
validateOnMount: {
|
|
514
|
+
type: BooleanConstructor;
|
|
515
|
+
default: boolean;
|
|
516
|
+
};
|
|
517
|
+
validateOnBlur: {
|
|
518
|
+
type: BooleanConstructor;
|
|
519
|
+
default: any;
|
|
520
|
+
};
|
|
521
|
+
validateOnChange: {
|
|
522
|
+
type: BooleanConstructor;
|
|
523
|
+
default: any;
|
|
524
|
+
};
|
|
525
|
+
validateOnInput: {
|
|
526
|
+
type: BooleanConstructor;
|
|
527
|
+
default: any;
|
|
528
|
+
};
|
|
529
|
+
validateOnModelUpdate: {
|
|
530
|
+
type: BooleanConstructor;
|
|
531
|
+
default: any;
|
|
532
|
+
};
|
|
533
|
+
bails: {
|
|
534
|
+
type: BooleanConstructor;
|
|
535
|
+
default: () => boolean;
|
|
536
|
+
};
|
|
537
|
+
label: {
|
|
538
|
+
type: StringConstructor;
|
|
539
|
+
default: any;
|
|
540
|
+
};
|
|
541
|
+
uncheckedValue: {
|
|
542
|
+
type: any;
|
|
543
|
+
default: any;
|
|
544
|
+
};
|
|
545
|
+
modelValue: {
|
|
546
|
+
type: any;
|
|
547
|
+
default: symbol;
|
|
548
|
+
};
|
|
549
|
+
modelModifiers: {
|
|
550
|
+
type: any;
|
|
551
|
+
default: () => {};
|
|
552
|
+
};
|
|
553
|
+
'onUpdate:modelValue': {
|
|
554
|
+
type: PropType<(e: any) => unknown>;
|
|
555
|
+
default: any;
|
|
556
|
+
};
|
|
557
|
+
standalone: {
|
|
558
|
+
type: BooleanConstructor;
|
|
559
|
+
default: boolean;
|
|
560
|
+
};
|
|
561
|
+
keepValue: {
|
|
562
|
+
type: BooleanConstructor;
|
|
563
|
+
default: any;
|
|
564
|
+
};
|
|
565
|
+
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
566
|
+
[key: string]: any;
|
|
567
|
+
}> | vue.Slot<any> | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
568
|
+
[key: string]: any;
|
|
569
|
+
}>[] | {
|
|
570
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
571
|
+
[key: string]: any;
|
|
572
|
+
}>[];
|
|
573
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {
|
|
574
|
+
label: string;
|
|
575
|
+
as: string | Record<string, any>;
|
|
576
|
+
bails: boolean;
|
|
577
|
+
uncheckedValue: any;
|
|
578
|
+
modelValue: any;
|
|
579
|
+
validateOnInput: boolean;
|
|
580
|
+
validateOnChange: boolean;
|
|
581
|
+
validateOnBlur: boolean;
|
|
582
|
+
validateOnModelUpdate: boolean;
|
|
583
|
+
validateOnMount: boolean;
|
|
584
|
+
standalone: boolean;
|
|
585
|
+
modelModifiers: any;
|
|
586
|
+
rules: vee_validate.RuleExpression<unknown>;
|
|
587
|
+
'onUpdate:modelValue': (e: any) => unknown;
|
|
588
|
+
keepValue: boolean;
|
|
589
|
+
}, {}, string, {}, {}, {}, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
|
|
590
|
+
value: vue.UnwrapRef<vee_validate.FieldContext["value"]>;
|
|
591
|
+
meta: vue.UnwrapRef<vee_validate.FieldContext["meta"]>;
|
|
592
|
+
errors: vue.UnwrapRef<vee_validate.FieldContext["errors"]>;
|
|
593
|
+
errorMessage: vue.UnwrapRef<vee_validate.FieldContext["errorMessage"]>;
|
|
594
|
+
setErrors: vee_validate.FieldContext["setErrors"];
|
|
595
|
+
setTouched: vee_validate.FieldContext["setTouched"];
|
|
596
|
+
reset: vee_validate.FieldContext["resetField"];
|
|
597
|
+
validate: vee_validate.FieldContext["validate"];
|
|
598
|
+
setValue: vee_validate.FieldContext["setValue"];
|
|
599
|
+
handleChange: vee_validate.FieldContext["handleChange"];
|
|
600
|
+
$slots: {
|
|
601
|
+
default: (arg: vee_validate.FieldSlotProps<any>) => vue.VNode[];
|
|
602
|
+
};
|
|
603
|
+
});
|
|
604
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
247
605
|
|
|
248
606
|
declare interface FwCheckboxProps {
|
|
249
607
|
name: string;
|
|
@@ -255,7 +613,7 @@ declare interface FwCheckboxProps {
|
|
|
255
613
|
isChecked?: boolean;
|
|
256
614
|
}
|
|
257
615
|
|
|
258
|
-
declare const __default__$
|
|
616
|
+
declare const __default__$b: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
259
617
|
/**
|
|
260
618
|
* The name of the checkbox input field.
|
|
261
619
|
* Multiple checkboxes can use the same name with a unique value.
|
|
@@ -305,11 +663,11 @@ declare const __default__$c: vue.DefineComponent<{
|
|
|
305
663
|
required: false;
|
|
306
664
|
default: undefined;
|
|
307
665
|
};
|
|
308
|
-
}
|
|
666
|
+
}>, {
|
|
309
667
|
uuid: string;
|
|
310
668
|
primaryFade5: string;
|
|
311
669
|
colorErrorTextFade5: string;
|
|
312
|
-
},
|
|
670
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
313
671
|
/**
|
|
314
672
|
* The name of the checkbox input field.
|
|
315
673
|
* Multiple checkboxes can use the same name with a unique value.
|
|
@@ -359,10 +717,370 @@ declare const __default__$c: vue.DefineComponent<{
|
|
|
359
717
|
required: false;
|
|
360
718
|
default: undefined;
|
|
361
719
|
};
|
|
362
|
-
}
|
|
720
|
+
}>> & Readonly<{}>, {
|
|
363
721
|
enableErrors: boolean;
|
|
364
722
|
isChecked: boolean;
|
|
365
|
-
}, {}
|
|
723
|
+
}, {}, {
|
|
724
|
+
InputField: {
|
|
725
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<Readonly<vue.ExtractPropTypes<{
|
|
726
|
+
as: {
|
|
727
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
728
|
+
default: any;
|
|
729
|
+
};
|
|
730
|
+
name: {
|
|
731
|
+
type: StringConstructor;
|
|
732
|
+
required: true;
|
|
733
|
+
};
|
|
734
|
+
rules: {
|
|
735
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
736
|
+
default: any;
|
|
737
|
+
};
|
|
738
|
+
validateOnMount: {
|
|
739
|
+
type: BooleanConstructor;
|
|
740
|
+
default: boolean;
|
|
741
|
+
};
|
|
742
|
+
validateOnBlur: {
|
|
743
|
+
type: BooleanConstructor;
|
|
744
|
+
default: any;
|
|
745
|
+
};
|
|
746
|
+
validateOnChange: {
|
|
747
|
+
type: BooleanConstructor;
|
|
748
|
+
default: any;
|
|
749
|
+
};
|
|
750
|
+
validateOnInput: {
|
|
751
|
+
type: BooleanConstructor;
|
|
752
|
+
default: any;
|
|
753
|
+
};
|
|
754
|
+
validateOnModelUpdate: {
|
|
755
|
+
type: BooleanConstructor;
|
|
756
|
+
default: any;
|
|
757
|
+
};
|
|
758
|
+
bails: {
|
|
759
|
+
type: BooleanConstructor;
|
|
760
|
+
default: () => boolean;
|
|
761
|
+
};
|
|
762
|
+
label: {
|
|
763
|
+
type: StringConstructor;
|
|
764
|
+
default: any;
|
|
765
|
+
};
|
|
766
|
+
uncheckedValue: {
|
|
767
|
+
type: any;
|
|
768
|
+
default: any;
|
|
769
|
+
};
|
|
770
|
+
modelValue: {
|
|
771
|
+
type: any;
|
|
772
|
+
default: symbol;
|
|
773
|
+
};
|
|
774
|
+
modelModifiers: {
|
|
775
|
+
type: any;
|
|
776
|
+
default: () => {};
|
|
777
|
+
};
|
|
778
|
+
"onUpdate:modelValue": {
|
|
779
|
+
type: PropType<(e: any) => unknown>;
|
|
780
|
+
default: any;
|
|
781
|
+
};
|
|
782
|
+
standalone: {
|
|
783
|
+
type: BooleanConstructor;
|
|
784
|
+
default: boolean;
|
|
785
|
+
};
|
|
786
|
+
keepValue: {
|
|
787
|
+
type: BooleanConstructor;
|
|
788
|
+
default: any;
|
|
789
|
+
};
|
|
790
|
+
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
791
|
+
[key: string]: any;
|
|
792
|
+
}> | vue.Slot<any> | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
793
|
+
[key: string]: any;
|
|
794
|
+
}>[] | {
|
|
795
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
796
|
+
[key: string]: any;
|
|
797
|
+
}>[];
|
|
798
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly<vue.ExtractPropTypes<{
|
|
799
|
+
as: {
|
|
800
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
801
|
+
default: any;
|
|
802
|
+
};
|
|
803
|
+
name: {
|
|
804
|
+
type: StringConstructor;
|
|
805
|
+
required: true;
|
|
806
|
+
};
|
|
807
|
+
rules: {
|
|
808
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
809
|
+
default: any;
|
|
810
|
+
};
|
|
811
|
+
validateOnMount: {
|
|
812
|
+
type: BooleanConstructor;
|
|
813
|
+
default: boolean;
|
|
814
|
+
};
|
|
815
|
+
validateOnBlur: {
|
|
816
|
+
type: BooleanConstructor;
|
|
817
|
+
default: any;
|
|
818
|
+
};
|
|
819
|
+
validateOnChange: {
|
|
820
|
+
type: BooleanConstructor;
|
|
821
|
+
default: any;
|
|
822
|
+
};
|
|
823
|
+
validateOnInput: {
|
|
824
|
+
type: BooleanConstructor;
|
|
825
|
+
default: any;
|
|
826
|
+
};
|
|
827
|
+
validateOnModelUpdate: {
|
|
828
|
+
type: BooleanConstructor;
|
|
829
|
+
default: any;
|
|
830
|
+
};
|
|
831
|
+
bails: {
|
|
832
|
+
type: BooleanConstructor;
|
|
833
|
+
default: () => boolean;
|
|
834
|
+
};
|
|
835
|
+
label: {
|
|
836
|
+
type: StringConstructor;
|
|
837
|
+
default: any;
|
|
838
|
+
};
|
|
839
|
+
uncheckedValue: {
|
|
840
|
+
type: any;
|
|
841
|
+
default: any;
|
|
842
|
+
};
|
|
843
|
+
modelValue: {
|
|
844
|
+
type: any;
|
|
845
|
+
default: symbol;
|
|
846
|
+
};
|
|
847
|
+
modelModifiers: {
|
|
848
|
+
type: any;
|
|
849
|
+
default: () => {};
|
|
850
|
+
};
|
|
851
|
+
"onUpdate:modelValue": {
|
|
852
|
+
type: PropType<(e: any) => unknown>;
|
|
853
|
+
default: any;
|
|
854
|
+
};
|
|
855
|
+
standalone: {
|
|
856
|
+
type: BooleanConstructor;
|
|
857
|
+
default: boolean;
|
|
858
|
+
};
|
|
859
|
+
keepValue: {
|
|
860
|
+
type: BooleanConstructor;
|
|
861
|
+
default: any;
|
|
862
|
+
};
|
|
863
|
+
}>>, {
|
|
864
|
+
label: string;
|
|
865
|
+
as: string | Record<string, any>;
|
|
866
|
+
bails: boolean;
|
|
867
|
+
uncheckedValue: any;
|
|
868
|
+
modelValue: any;
|
|
869
|
+
validateOnInput: boolean;
|
|
870
|
+
validateOnChange: boolean;
|
|
871
|
+
validateOnBlur: boolean;
|
|
872
|
+
validateOnModelUpdate: boolean;
|
|
873
|
+
validateOnMount: boolean;
|
|
874
|
+
standalone: boolean;
|
|
875
|
+
modelModifiers: any;
|
|
876
|
+
rules: vee_validate.RuleExpression<unknown>;
|
|
877
|
+
"onUpdate:modelValue": (e: any) => unknown;
|
|
878
|
+
keepValue: boolean;
|
|
879
|
+
}, true, {}, {}, {
|
|
880
|
+
P: {};
|
|
881
|
+
B: {};
|
|
882
|
+
D: {};
|
|
883
|
+
C: {};
|
|
884
|
+
M: {};
|
|
885
|
+
Defaults: {};
|
|
886
|
+
}, Readonly<vue.ExtractPropTypes<{
|
|
887
|
+
as: {
|
|
888
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
889
|
+
default: any;
|
|
890
|
+
};
|
|
891
|
+
name: {
|
|
892
|
+
type: StringConstructor;
|
|
893
|
+
required: true;
|
|
894
|
+
};
|
|
895
|
+
rules: {
|
|
896
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
897
|
+
default: any;
|
|
898
|
+
};
|
|
899
|
+
validateOnMount: {
|
|
900
|
+
type: BooleanConstructor;
|
|
901
|
+
default: boolean;
|
|
902
|
+
};
|
|
903
|
+
validateOnBlur: {
|
|
904
|
+
type: BooleanConstructor;
|
|
905
|
+
default: any;
|
|
906
|
+
};
|
|
907
|
+
validateOnChange: {
|
|
908
|
+
type: BooleanConstructor;
|
|
909
|
+
default: any;
|
|
910
|
+
};
|
|
911
|
+
validateOnInput: {
|
|
912
|
+
type: BooleanConstructor;
|
|
913
|
+
default: any;
|
|
914
|
+
};
|
|
915
|
+
validateOnModelUpdate: {
|
|
916
|
+
type: BooleanConstructor;
|
|
917
|
+
default: any;
|
|
918
|
+
};
|
|
919
|
+
bails: {
|
|
920
|
+
type: BooleanConstructor;
|
|
921
|
+
default: () => boolean;
|
|
922
|
+
};
|
|
923
|
+
label: {
|
|
924
|
+
type: StringConstructor;
|
|
925
|
+
default: any;
|
|
926
|
+
};
|
|
927
|
+
uncheckedValue: {
|
|
928
|
+
type: any;
|
|
929
|
+
default: any;
|
|
930
|
+
};
|
|
931
|
+
modelValue: {
|
|
932
|
+
type: any;
|
|
933
|
+
default: symbol;
|
|
934
|
+
};
|
|
935
|
+
modelModifiers: {
|
|
936
|
+
type: any;
|
|
937
|
+
default: () => {};
|
|
938
|
+
};
|
|
939
|
+
"onUpdate:modelValue": {
|
|
940
|
+
type: PropType<(e: any) => unknown>;
|
|
941
|
+
default: any;
|
|
942
|
+
};
|
|
943
|
+
standalone: {
|
|
944
|
+
type: BooleanConstructor;
|
|
945
|
+
default: boolean;
|
|
946
|
+
};
|
|
947
|
+
keepValue: {
|
|
948
|
+
type: BooleanConstructor;
|
|
949
|
+
default: any;
|
|
950
|
+
};
|
|
951
|
+
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
952
|
+
[key: string]: any;
|
|
953
|
+
}> | vue.Slot<any> | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
954
|
+
[key: string]: any;
|
|
955
|
+
}>[] | {
|
|
956
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
957
|
+
[key: string]: any;
|
|
958
|
+
}>[];
|
|
959
|
+
}, {}, {}, {}, {
|
|
960
|
+
label: string;
|
|
961
|
+
as: string | Record<string, any>;
|
|
962
|
+
bails: boolean;
|
|
963
|
+
uncheckedValue: any;
|
|
964
|
+
modelValue: any;
|
|
965
|
+
validateOnInput: boolean;
|
|
966
|
+
validateOnChange: boolean;
|
|
967
|
+
validateOnBlur: boolean;
|
|
968
|
+
validateOnModelUpdate: boolean;
|
|
969
|
+
validateOnMount: boolean;
|
|
970
|
+
standalone: boolean;
|
|
971
|
+
modelModifiers: any;
|
|
972
|
+
rules: vee_validate.RuleExpression<unknown>;
|
|
973
|
+
"onUpdate:modelValue": (e: any) => unknown;
|
|
974
|
+
keepValue: boolean;
|
|
975
|
+
}>;
|
|
976
|
+
__isFragment?: never;
|
|
977
|
+
__isTeleport?: never;
|
|
978
|
+
__isSuspense?: never;
|
|
979
|
+
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
|
980
|
+
as: {
|
|
981
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
982
|
+
default: any;
|
|
983
|
+
};
|
|
984
|
+
name: {
|
|
985
|
+
type: StringConstructor;
|
|
986
|
+
required: true;
|
|
987
|
+
};
|
|
988
|
+
rules: {
|
|
989
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
990
|
+
default: any;
|
|
991
|
+
};
|
|
992
|
+
validateOnMount: {
|
|
993
|
+
type: BooleanConstructor;
|
|
994
|
+
default: boolean;
|
|
995
|
+
};
|
|
996
|
+
validateOnBlur: {
|
|
997
|
+
type: BooleanConstructor;
|
|
998
|
+
default: any;
|
|
999
|
+
};
|
|
1000
|
+
validateOnChange: {
|
|
1001
|
+
type: BooleanConstructor;
|
|
1002
|
+
default: any;
|
|
1003
|
+
};
|
|
1004
|
+
validateOnInput: {
|
|
1005
|
+
type: BooleanConstructor;
|
|
1006
|
+
default: any;
|
|
1007
|
+
};
|
|
1008
|
+
validateOnModelUpdate: {
|
|
1009
|
+
type: BooleanConstructor;
|
|
1010
|
+
default: any;
|
|
1011
|
+
};
|
|
1012
|
+
bails: {
|
|
1013
|
+
type: BooleanConstructor;
|
|
1014
|
+
default: () => boolean;
|
|
1015
|
+
};
|
|
1016
|
+
label: {
|
|
1017
|
+
type: StringConstructor;
|
|
1018
|
+
default: any;
|
|
1019
|
+
};
|
|
1020
|
+
uncheckedValue: {
|
|
1021
|
+
type: any;
|
|
1022
|
+
default: any;
|
|
1023
|
+
};
|
|
1024
|
+
modelValue: {
|
|
1025
|
+
type: any;
|
|
1026
|
+
default: symbol;
|
|
1027
|
+
};
|
|
1028
|
+
modelModifiers: {
|
|
1029
|
+
type: any;
|
|
1030
|
+
default: () => {};
|
|
1031
|
+
};
|
|
1032
|
+
'onUpdate:modelValue': {
|
|
1033
|
+
type: PropType<(e: any) => unknown>;
|
|
1034
|
+
default: any;
|
|
1035
|
+
};
|
|
1036
|
+
standalone: {
|
|
1037
|
+
type: BooleanConstructor;
|
|
1038
|
+
default: boolean;
|
|
1039
|
+
};
|
|
1040
|
+
keepValue: {
|
|
1041
|
+
type: BooleanConstructor;
|
|
1042
|
+
default: any;
|
|
1043
|
+
};
|
|
1044
|
+
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1045
|
+
[key: string]: any;
|
|
1046
|
+
}> | vue.Slot<any> | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1047
|
+
[key: string]: any;
|
|
1048
|
+
}>[] | {
|
|
1049
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1050
|
+
[key: string]: any;
|
|
1051
|
+
}>[];
|
|
1052
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {
|
|
1053
|
+
label: string;
|
|
1054
|
+
as: string | Record<string, any>;
|
|
1055
|
+
bails: boolean;
|
|
1056
|
+
uncheckedValue: any;
|
|
1057
|
+
modelValue: any;
|
|
1058
|
+
validateOnInput: boolean;
|
|
1059
|
+
validateOnChange: boolean;
|
|
1060
|
+
validateOnBlur: boolean;
|
|
1061
|
+
validateOnModelUpdate: boolean;
|
|
1062
|
+
validateOnMount: boolean;
|
|
1063
|
+
standalone: boolean;
|
|
1064
|
+
modelModifiers: any;
|
|
1065
|
+
rules: vee_validate.RuleExpression<unknown>;
|
|
1066
|
+
'onUpdate:modelValue': (e: any) => unknown;
|
|
1067
|
+
keepValue: boolean;
|
|
1068
|
+
}, {}, string, {}, {}, {}, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
|
|
1069
|
+
value: vue.UnwrapRef<vee_validate.FieldContext["value"]>;
|
|
1070
|
+
meta: vue.UnwrapRef<vee_validate.FieldContext["meta"]>;
|
|
1071
|
+
errors: vue.UnwrapRef<vee_validate.FieldContext["errors"]>;
|
|
1072
|
+
errorMessage: vue.UnwrapRef<vee_validate.FieldContext["errorMessage"]>;
|
|
1073
|
+
setErrors: vee_validate.FieldContext["setErrors"];
|
|
1074
|
+
setTouched: vee_validate.FieldContext["setTouched"];
|
|
1075
|
+
reset: vee_validate.FieldContext["resetField"];
|
|
1076
|
+
validate: vee_validate.FieldContext["validate"];
|
|
1077
|
+
setValue: vee_validate.FieldContext["setValue"];
|
|
1078
|
+
handleChange: vee_validate.FieldContext["handleChange"];
|
|
1079
|
+
$slots: {
|
|
1080
|
+
default: (arg: vee_validate.FieldSlotProps<any>) => vue.VNode[];
|
|
1081
|
+
};
|
|
1082
|
+
});
|
|
1083
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
366
1084
|
|
|
367
1085
|
declare interface FwDropdownOption {
|
|
368
1086
|
label: string;
|
|
@@ -381,7 +1099,7 @@ declare interface FwDropdownProps {
|
|
|
381
1099
|
required?: boolean;
|
|
382
1100
|
}
|
|
383
1101
|
|
|
384
|
-
declare const __default__$
|
|
1102
|
+
declare const __default__$a: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
385
1103
|
/**
|
|
386
1104
|
* The select v-model
|
|
387
1105
|
*/
|
|
@@ -444,27 +1162,32 @@ declare const __default__$b: vue.DefineComponent<{
|
|
|
444
1162
|
type: BooleanConstructor;
|
|
445
1163
|
default: boolean;
|
|
446
1164
|
};
|
|
447
|
-
}
|
|
1165
|
+
}>, {
|
|
448
1166
|
menuButtonClass: string;
|
|
449
1167
|
menuClass: string;
|
|
450
1168
|
menuItemClass: string;
|
|
451
1169
|
menuItemActiveClass: (option: FwDropdownOption) => "fw-dropdown--open" | "bg-none";
|
|
452
|
-
errors: vue.Ref<string[]>;
|
|
453
|
-
errorMessage: vue.Ref<string | undefined>;
|
|
1170
|
+
errors: vue.Ref<string[], string[]>;
|
|
1171
|
+
errorMessage: vue.Ref<string | undefined, string | undefined>;
|
|
454
1172
|
meta: vee_validate.FieldMeta<unknown>;
|
|
455
|
-
fieldVal: vue.Ref<unknown>;
|
|
456
|
-
isOpen: vue.Ref<boolean>;
|
|
457
|
-
selectValue: vue.WritableComputedRef<string | undefined>;
|
|
1173
|
+
fieldVal: vue.Ref<unknown, unknown>;
|
|
1174
|
+
isOpen: vue.Ref<boolean, boolean>;
|
|
1175
|
+
selectValue: vue.WritableComputedRef<string | undefined, string | undefined>;
|
|
458
1176
|
selectOption: (option: FwDropdownOption) => void;
|
|
459
1177
|
selectedOption: vue.Ref<{
|
|
460
1178
|
label: string;
|
|
461
1179
|
value: string;
|
|
462
1180
|
image_url?: string | undefined;
|
|
463
1181
|
description?: string | undefined;
|
|
1182
|
+
} | null, FwDropdownOption | {
|
|
1183
|
+
label: string;
|
|
1184
|
+
value: string;
|
|
1185
|
+
image_url?: string | undefined;
|
|
1186
|
+
description?: string | undefined;
|
|
464
1187
|
} | null>;
|
|
465
1188
|
primaryFade5: string;
|
|
466
1189
|
colorErrorTextFade5: string;
|
|
467
|
-
},
|
|
1190
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
468
1191
|
/**
|
|
469
1192
|
* The select v-model
|
|
470
1193
|
*/
|
|
@@ -527,13 +1250,16 @@ declare const __default__$b: vue.DefineComponent<{
|
|
|
527
1250
|
type: BooleanConstructor;
|
|
528
1251
|
default: boolean;
|
|
529
1252
|
};
|
|
530
|
-
}>> & {
|
|
1253
|
+
}>> & Readonly<{
|
|
531
1254
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
532
|
-
}
|
|
1255
|
+
}>, {
|
|
1256
|
+
required: boolean;
|
|
533
1257
|
placeholder: string;
|
|
534
1258
|
enableErrors: boolean;
|
|
535
|
-
|
|
536
|
-
|
|
1259
|
+
}, {}, {
|
|
1260
|
+
ChevronDownSvg: VueConstructor<Vue>;
|
|
1261
|
+
FwImage: vue.ComponentOptions;
|
|
1262
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
537
1263
|
|
|
538
1264
|
declare interface FwSwitchProps {
|
|
539
1265
|
name: string;
|
|
@@ -542,9 +1268,10 @@ declare interface FwSwitchProps {
|
|
|
542
1268
|
hint?: string;
|
|
543
1269
|
enableErrors?: boolean;
|
|
544
1270
|
isChecked?: boolean;
|
|
1271
|
+
modelValue?: boolean;
|
|
545
1272
|
}
|
|
546
1273
|
|
|
547
|
-
declare const _default$
|
|
1274
|
+
declare const _default$j: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
548
1275
|
/**
|
|
549
1276
|
* The name of the switch input field.
|
|
550
1277
|
* Multiple switches can use the same name with a unique value.
|
|
@@ -579,6 +1306,11 @@ declare const _default$i: vue.DefineComponent<{
|
|
|
579
1306
|
type: BooleanConstructor;
|
|
580
1307
|
default: boolean;
|
|
581
1308
|
};
|
|
1309
|
+
/** v-model If provided, it is the source of truth. */
|
|
1310
|
+
modelValue: {
|
|
1311
|
+
type: BooleanConstructor;
|
|
1312
|
+
required: false;
|
|
1313
|
+
};
|
|
582
1314
|
/**
|
|
583
1315
|
* Progmatically set the checked state of the input.
|
|
584
1316
|
* Used outside a FwForm element
|
|
@@ -588,11 +1320,12 @@ declare const _default$i: vue.DefineComponent<{
|
|
|
588
1320
|
required: false;
|
|
589
1321
|
default: boolean;
|
|
590
1322
|
};
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
1323
|
+
}>, {
|
|
1324
|
+
checked: vue.ComputedRef<boolean>;
|
|
1325
|
+
onNativeChange: (e: Event) => void;
|
|
1326
|
+
inputId: string;
|
|
1327
|
+
resolvedValue: vue.ComputedRef<string>;
|
|
1328
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "update:modelValue" | "update:isChecked")[], "change" | "update:modelValue" | "update:isChecked", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
596
1329
|
/**
|
|
597
1330
|
* The name of the switch input field.
|
|
598
1331
|
* Multiple switches can use the same name with a unique value.
|
|
@@ -627,6 +1360,11 @@ declare const _default$i: vue.DefineComponent<{
|
|
|
627
1360
|
type: BooleanConstructor;
|
|
628
1361
|
default: boolean;
|
|
629
1362
|
};
|
|
1363
|
+
/** v-model If provided, it is the source of truth. */
|
|
1364
|
+
modelValue: {
|
|
1365
|
+
type: BooleanConstructor;
|
|
1366
|
+
required: false;
|
|
1367
|
+
};
|
|
630
1368
|
/**
|
|
631
1369
|
* Progmatically set the checked state of the input.
|
|
632
1370
|
* Used outside a FwForm element
|
|
@@ -636,14 +1374,377 @@ declare const _default$i: vue.DefineComponent<{
|
|
|
636
1374
|
required: false;
|
|
637
1375
|
default: boolean;
|
|
638
1376
|
};
|
|
639
|
-
}>> & {
|
|
1377
|
+
}>> & Readonly<{
|
|
1378
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
640
1379
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
641
|
-
|
|
1380
|
+
"onUpdate:isChecked"?: ((...args: any[]) => any) | undefined;
|
|
1381
|
+
}>, {
|
|
1382
|
+
modelValue: boolean;
|
|
642
1383
|
enableErrors: boolean;
|
|
643
1384
|
isChecked: boolean;
|
|
644
|
-
}, {}
|
|
1385
|
+
}, {}, {
|
|
1386
|
+
InputField: {
|
|
1387
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<Readonly<vue.ExtractPropTypes<{
|
|
1388
|
+
as: {
|
|
1389
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1390
|
+
default: any;
|
|
1391
|
+
};
|
|
1392
|
+
name: {
|
|
1393
|
+
type: StringConstructor;
|
|
1394
|
+
required: true;
|
|
1395
|
+
};
|
|
1396
|
+
rules: {
|
|
1397
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
1398
|
+
default: any;
|
|
1399
|
+
};
|
|
1400
|
+
validateOnMount: {
|
|
1401
|
+
type: BooleanConstructor;
|
|
1402
|
+
default: boolean;
|
|
1403
|
+
};
|
|
1404
|
+
validateOnBlur: {
|
|
1405
|
+
type: BooleanConstructor;
|
|
1406
|
+
default: any;
|
|
1407
|
+
};
|
|
1408
|
+
validateOnChange: {
|
|
1409
|
+
type: BooleanConstructor;
|
|
1410
|
+
default: any;
|
|
1411
|
+
};
|
|
1412
|
+
validateOnInput: {
|
|
1413
|
+
type: BooleanConstructor;
|
|
1414
|
+
default: any;
|
|
1415
|
+
};
|
|
1416
|
+
validateOnModelUpdate: {
|
|
1417
|
+
type: BooleanConstructor;
|
|
1418
|
+
default: any;
|
|
1419
|
+
};
|
|
1420
|
+
bails: {
|
|
1421
|
+
type: BooleanConstructor;
|
|
1422
|
+
default: () => boolean;
|
|
1423
|
+
};
|
|
1424
|
+
label: {
|
|
1425
|
+
type: StringConstructor;
|
|
1426
|
+
default: any;
|
|
1427
|
+
};
|
|
1428
|
+
uncheckedValue: {
|
|
1429
|
+
type: any;
|
|
1430
|
+
default: any;
|
|
1431
|
+
};
|
|
1432
|
+
modelValue: {
|
|
1433
|
+
type: any;
|
|
1434
|
+
default: symbol;
|
|
1435
|
+
};
|
|
1436
|
+
modelModifiers: {
|
|
1437
|
+
type: any;
|
|
1438
|
+
default: () => {};
|
|
1439
|
+
};
|
|
1440
|
+
"onUpdate:modelValue": {
|
|
1441
|
+
type: PropType<(e: any) => unknown>;
|
|
1442
|
+
default: any;
|
|
1443
|
+
};
|
|
1444
|
+
standalone: {
|
|
1445
|
+
type: BooleanConstructor;
|
|
1446
|
+
default: boolean;
|
|
1447
|
+
};
|
|
1448
|
+
keepValue: {
|
|
1449
|
+
type: BooleanConstructor;
|
|
1450
|
+
default: any;
|
|
1451
|
+
};
|
|
1452
|
+
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1453
|
+
[key: string]: any;
|
|
1454
|
+
}> | vue.Slot<any> | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1455
|
+
[key: string]: any;
|
|
1456
|
+
}>[] | {
|
|
1457
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1458
|
+
[key: string]: any;
|
|
1459
|
+
}>[];
|
|
1460
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly<vue.ExtractPropTypes<{
|
|
1461
|
+
as: {
|
|
1462
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1463
|
+
default: any;
|
|
1464
|
+
};
|
|
1465
|
+
name: {
|
|
1466
|
+
type: StringConstructor;
|
|
1467
|
+
required: true;
|
|
1468
|
+
};
|
|
1469
|
+
rules: {
|
|
1470
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
1471
|
+
default: any;
|
|
1472
|
+
};
|
|
1473
|
+
validateOnMount: {
|
|
1474
|
+
type: BooleanConstructor;
|
|
1475
|
+
default: boolean;
|
|
1476
|
+
};
|
|
1477
|
+
validateOnBlur: {
|
|
1478
|
+
type: BooleanConstructor;
|
|
1479
|
+
default: any;
|
|
1480
|
+
};
|
|
1481
|
+
validateOnChange: {
|
|
1482
|
+
type: BooleanConstructor;
|
|
1483
|
+
default: any;
|
|
1484
|
+
};
|
|
1485
|
+
validateOnInput: {
|
|
1486
|
+
type: BooleanConstructor;
|
|
1487
|
+
default: any;
|
|
1488
|
+
};
|
|
1489
|
+
validateOnModelUpdate: {
|
|
1490
|
+
type: BooleanConstructor;
|
|
1491
|
+
default: any;
|
|
1492
|
+
};
|
|
1493
|
+
bails: {
|
|
1494
|
+
type: BooleanConstructor;
|
|
1495
|
+
default: () => boolean;
|
|
1496
|
+
};
|
|
1497
|
+
label: {
|
|
1498
|
+
type: StringConstructor;
|
|
1499
|
+
default: any;
|
|
1500
|
+
};
|
|
1501
|
+
uncheckedValue: {
|
|
1502
|
+
type: any;
|
|
1503
|
+
default: any;
|
|
1504
|
+
};
|
|
1505
|
+
modelValue: {
|
|
1506
|
+
type: any;
|
|
1507
|
+
default: symbol;
|
|
1508
|
+
};
|
|
1509
|
+
modelModifiers: {
|
|
1510
|
+
type: any;
|
|
1511
|
+
default: () => {};
|
|
1512
|
+
};
|
|
1513
|
+
"onUpdate:modelValue": {
|
|
1514
|
+
type: PropType<(e: any) => unknown>;
|
|
1515
|
+
default: any;
|
|
1516
|
+
};
|
|
1517
|
+
standalone: {
|
|
1518
|
+
type: BooleanConstructor;
|
|
1519
|
+
default: boolean;
|
|
1520
|
+
};
|
|
1521
|
+
keepValue: {
|
|
1522
|
+
type: BooleanConstructor;
|
|
1523
|
+
default: any;
|
|
1524
|
+
};
|
|
1525
|
+
}>>, {
|
|
1526
|
+
label: string;
|
|
1527
|
+
as: string | Record<string, any>;
|
|
1528
|
+
bails: boolean;
|
|
1529
|
+
uncheckedValue: any;
|
|
1530
|
+
modelValue: any;
|
|
1531
|
+
validateOnInput: boolean;
|
|
1532
|
+
validateOnChange: boolean;
|
|
1533
|
+
validateOnBlur: boolean;
|
|
1534
|
+
validateOnModelUpdate: boolean;
|
|
1535
|
+
validateOnMount: boolean;
|
|
1536
|
+
standalone: boolean;
|
|
1537
|
+
modelModifiers: any;
|
|
1538
|
+
rules: vee_validate.RuleExpression<unknown>;
|
|
1539
|
+
"onUpdate:modelValue": (e: any) => unknown;
|
|
1540
|
+
keepValue: boolean;
|
|
1541
|
+
}, true, {}, {}, {
|
|
1542
|
+
P: {};
|
|
1543
|
+
B: {};
|
|
1544
|
+
D: {};
|
|
1545
|
+
C: {};
|
|
1546
|
+
M: {};
|
|
1547
|
+
Defaults: {};
|
|
1548
|
+
}, Readonly<vue.ExtractPropTypes<{
|
|
1549
|
+
as: {
|
|
1550
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1551
|
+
default: any;
|
|
1552
|
+
};
|
|
1553
|
+
name: {
|
|
1554
|
+
type: StringConstructor;
|
|
1555
|
+
required: true;
|
|
1556
|
+
};
|
|
1557
|
+
rules: {
|
|
1558
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
1559
|
+
default: any;
|
|
1560
|
+
};
|
|
1561
|
+
validateOnMount: {
|
|
1562
|
+
type: BooleanConstructor;
|
|
1563
|
+
default: boolean;
|
|
1564
|
+
};
|
|
1565
|
+
validateOnBlur: {
|
|
1566
|
+
type: BooleanConstructor;
|
|
1567
|
+
default: any;
|
|
1568
|
+
};
|
|
1569
|
+
validateOnChange: {
|
|
1570
|
+
type: BooleanConstructor;
|
|
1571
|
+
default: any;
|
|
1572
|
+
};
|
|
1573
|
+
validateOnInput: {
|
|
1574
|
+
type: BooleanConstructor;
|
|
1575
|
+
default: any;
|
|
1576
|
+
};
|
|
1577
|
+
validateOnModelUpdate: {
|
|
1578
|
+
type: BooleanConstructor;
|
|
1579
|
+
default: any;
|
|
1580
|
+
};
|
|
1581
|
+
bails: {
|
|
1582
|
+
type: BooleanConstructor;
|
|
1583
|
+
default: () => boolean;
|
|
1584
|
+
};
|
|
1585
|
+
label: {
|
|
1586
|
+
type: StringConstructor;
|
|
1587
|
+
default: any;
|
|
1588
|
+
};
|
|
1589
|
+
uncheckedValue: {
|
|
1590
|
+
type: any;
|
|
1591
|
+
default: any;
|
|
1592
|
+
};
|
|
1593
|
+
modelValue: {
|
|
1594
|
+
type: any;
|
|
1595
|
+
default: symbol;
|
|
1596
|
+
};
|
|
1597
|
+
modelModifiers: {
|
|
1598
|
+
type: any;
|
|
1599
|
+
default: () => {};
|
|
1600
|
+
};
|
|
1601
|
+
"onUpdate:modelValue": {
|
|
1602
|
+
type: PropType<(e: any) => unknown>;
|
|
1603
|
+
default: any;
|
|
1604
|
+
};
|
|
1605
|
+
standalone: {
|
|
1606
|
+
type: BooleanConstructor;
|
|
1607
|
+
default: boolean;
|
|
1608
|
+
};
|
|
1609
|
+
keepValue: {
|
|
1610
|
+
type: BooleanConstructor;
|
|
1611
|
+
default: any;
|
|
1612
|
+
};
|
|
1613
|
+
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1614
|
+
[key: string]: any;
|
|
1615
|
+
}> | vue.Slot<any> | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1616
|
+
[key: string]: any;
|
|
1617
|
+
}>[] | {
|
|
1618
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1619
|
+
[key: string]: any;
|
|
1620
|
+
}>[];
|
|
1621
|
+
}, {}, {}, {}, {
|
|
1622
|
+
label: string;
|
|
1623
|
+
as: string | Record<string, any>;
|
|
1624
|
+
bails: boolean;
|
|
1625
|
+
uncheckedValue: any;
|
|
1626
|
+
modelValue: any;
|
|
1627
|
+
validateOnInput: boolean;
|
|
1628
|
+
validateOnChange: boolean;
|
|
1629
|
+
validateOnBlur: boolean;
|
|
1630
|
+
validateOnModelUpdate: boolean;
|
|
1631
|
+
validateOnMount: boolean;
|
|
1632
|
+
standalone: boolean;
|
|
1633
|
+
modelModifiers: any;
|
|
1634
|
+
rules: vee_validate.RuleExpression<unknown>;
|
|
1635
|
+
"onUpdate:modelValue": (e: any) => unknown;
|
|
1636
|
+
keepValue: boolean;
|
|
1637
|
+
}>;
|
|
1638
|
+
__isFragment?: never;
|
|
1639
|
+
__isTeleport?: never;
|
|
1640
|
+
__isSuspense?: never;
|
|
1641
|
+
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
|
1642
|
+
as: {
|
|
1643
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1644
|
+
default: any;
|
|
1645
|
+
};
|
|
1646
|
+
name: {
|
|
1647
|
+
type: StringConstructor;
|
|
1648
|
+
required: true;
|
|
1649
|
+
};
|
|
1650
|
+
rules: {
|
|
1651
|
+
type: PropType<vee_validate.RuleExpression<unknown>>;
|
|
1652
|
+
default: any;
|
|
1653
|
+
};
|
|
1654
|
+
validateOnMount: {
|
|
1655
|
+
type: BooleanConstructor;
|
|
1656
|
+
default: boolean;
|
|
1657
|
+
};
|
|
1658
|
+
validateOnBlur: {
|
|
1659
|
+
type: BooleanConstructor;
|
|
1660
|
+
default: any;
|
|
1661
|
+
};
|
|
1662
|
+
validateOnChange: {
|
|
1663
|
+
type: BooleanConstructor;
|
|
1664
|
+
default: any;
|
|
1665
|
+
};
|
|
1666
|
+
validateOnInput: {
|
|
1667
|
+
type: BooleanConstructor;
|
|
1668
|
+
default: any;
|
|
1669
|
+
};
|
|
1670
|
+
validateOnModelUpdate: {
|
|
1671
|
+
type: BooleanConstructor;
|
|
1672
|
+
default: any;
|
|
1673
|
+
};
|
|
1674
|
+
bails: {
|
|
1675
|
+
type: BooleanConstructor;
|
|
1676
|
+
default: () => boolean;
|
|
1677
|
+
};
|
|
1678
|
+
label: {
|
|
1679
|
+
type: StringConstructor;
|
|
1680
|
+
default: any;
|
|
1681
|
+
};
|
|
1682
|
+
uncheckedValue: {
|
|
1683
|
+
type: any;
|
|
1684
|
+
default: any;
|
|
1685
|
+
};
|
|
1686
|
+
modelValue: {
|
|
1687
|
+
type: any;
|
|
1688
|
+
default: symbol;
|
|
1689
|
+
};
|
|
1690
|
+
modelModifiers: {
|
|
1691
|
+
type: any;
|
|
1692
|
+
default: () => {};
|
|
1693
|
+
};
|
|
1694
|
+
'onUpdate:modelValue': {
|
|
1695
|
+
type: PropType<(e: any) => unknown>;
|
|
1696
|
+
default: any;
|
|
1697
|
+
};
|
|
1698
|
+
standalone: {
|
|
1699
|
+
type: BooleanConstructor;
|
|
1700
|
+
default: boolean;
|
|
1701
|
+
};
|
|
1702
|
+
keepValue: {
|
|
1703
|
+
type: BooleanConstructor;
|
|
1704
|
+
default: any;
|
|
1705
|
+
};
|
|
1706
|
+
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1707
|
+
[key: string]: any;
|
|
1708
|
+
}> | vue.Slot<any> | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1709
|
+
[key: string]: any;
|
|
1710
|
+
}>[] | {
|
|
1711
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1712
|
+
[key: string]: any;
|
|
1713
|
+
}>[];
|
|
1714
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {
|
|
1715
|
+
label: string;
|
|
1716
|
+
as: string | Record<string, any>;
|
|
1717
|
+
bails: boolean;
|
|
1718
|
+
uncheckedValue: any;
|
|
1719
|
+
modelValue: any;
|
|
1720
|
+
validateOnInput: boolean;
|
|
1721
|
+
validateOnChange: boolean;
|
|
1722
|
+
validateOnBlur: boolean;
|
|
1723
|
+
validateOnModelUpdate: boolean;
|
|
1724
|
+
validateOnMount: boolean;
|
|
1725
|
+
standalone: boolean;
|
|
1726
|
+
modelModifiers: any;
|
|
1727
|
+
rules: vee_validate.RuleExpression<unknown>;
|
|
1728
|
+
'onUpdate:modelValue': (e: any) => unknown;
|
|
1729
|
+
keepValue: boolean;
|
|
1730
|
+
}, {}, string, {}, {}, {}, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
|
|
1731
|
+
value: vue.UnwrapRef<vee_validate.FieldContext["value"]>;
|
|
1732
|
+
meta: vue.UnwrapRef<vee_validate.FieldContext["meta"]>;
|
|
1733
|
+
errors: vue.UnwrapRef<vee_validate.FieldContext["errors"]>;
|
|
1734
|
+
errorMessage: vue.UnwrapRef<vee_validate.FieldContext["errorMessage"]>;
|
|
1735
|
+
setErrors: vee_validate.FieldContext["setErrors"];
|
|
1736
|
+
setTouched: vee_validate.FieldContext["setTouched"];
|
|
1737
|
+
reset: vee_validate.FieldContext["resetField"];
|
|
1738
|
+
validate: vee_validate.FieldContext["validate"];
|
|
1739
|
+
setValue: vee_validate.FieldContext["setValue"];
|
|
1740
|
+
handleChange: vee_validate.FieldContext["handleChange"];
|
|
1741
|
+
$slots: {
|
|
1742
|
+
default: (arg: vee_validate.FieldSlotProps<any>) => vue.VNode[];
|
|
1743
|
+
};
|
|
1744
|
+
});
|
|
1745
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
645
1746
|
|
|
646
|
-
declare const __default__$
|
|
1747
|
+
declare const __default__$9: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
647
1748
|
/**
|
|
648
1749
|
* The header title of the card
|
|
649
1750
|
*/
|
|
@@ -680,11 +1781,11 @@ declare const __default__$a: vue.DefineComponent<{
|
|
|
680
1781
|
type: BooleanConstructor;
|
|
681
1782
|
default: boolean;
|
|
682
1783
|
};
|
|
683
|
-
}
|
|
1784
|
+
}>, {
|
|
684
1785
|
componentName: vue.ComputedRef<"router-link" | "a" | "div">;
|
|
685
|
-
linkClass:
|
|
1786
|
+
linkClass: string;
|
|
686
1787
|
cardHeaderBg: string;
|
|
687
|
-
},
|
|
1788
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
688
1789
|
/**
|
|
689
1790
|
* The header title of the card
|
|
690
1791
|
*/
|
|
@@ -721,10 +1822,10 @@ declare const __default__$a: vue.DefineComponent<{
|
|
|
721
1822
|
type: BooleanConstructor;
|
|
722
1823
|
default: boolean;
|
|
723
1824
|
};
|
|
724
|
-
}
|
|
1825
|
+
}>> & Readonly<{}>, {
|
|
725
1826
|
slotPadding: boolean;
|
|
726
1827
|
isBordered: boolean;
|
|
727
|
-
}, {}>;
|
|
1828
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
728
1829
|
|
|
729
1830
|
type ButtonVariantName = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'error' | 'success' | 'link' | 'text' | 'transparent' | 'gradient';
|
|
730
1831
|
declare interface ButtonDefinition {
|
|
@@ -754,7 +1855,7 @@ declare interface FwButtonProps {
|
|
|
754
1855
|
external?: boolean;
|
|
755
1856
|
}
|
|
756
1857
|
|
|
757
|
-
declare const _default$
|
|
1858
|
+
declare const _default$i: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
758
1859
|
/**
|
|
759
1860
|
* The label text of the button.
|
|
760
1861
|
* Overrides the default slot content.
|
|
@@ -825,6 +1926,7 @@ declare const _default$h: vue.DefineComponent<{
|
|
|
825
1926
|
*/
|
|
826
1927
|
external: {
|
|
827
1928
|
type: BooleanConstructor;
|
|
1929
|
+
default: boolean;
|
|
828
1930
|
};
|
|
829
1931
|
/**
|
|
830
1932
|
* Whether the button selected state is active
|
|
@@ -839,8 +1941,7 @@ declare const _default$h: vue.DefineComponent<{
|
|
|
839
1941
|
type: BooleanConstructor;
|
|
840
1942
|
default: boolean;
|
|
841
1943
|
};
|
|
842
|
-
}
|
|
843
|
-
baseClass: vue.Ref<string>;
|
|
1944
|
+
}>, {
|
|
844
1945
|
textColorClass: vue.ComputedRef<string>;
|
|
845
1946
|
bgColorClass: vue.ComputedRef<string>;
|
|
846
1947
|
sizeClass: vue.ComputedRef<string>;
|
|
@@ -867,7 +1968,8 @@ declare const _default$h: vue.DefineComponent<{
|
|
|
867
1968
|
spacing: string;
|
|
868
1969
|
size: string;
|
|
869
1970
|
}>;
|
|
870
|
-
|
|
1971
|
+
rootClasses: vue.ComputedRef<string[]>;
|
|
1972
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("click" | "mouseover" | "mouseout" | "focusin" | "focusout")[], "click" | "mouseover" | "mouseout" | "focusin" | "focusout", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
871
1973
|
/**
|
|
872
1974
|
* The label text of the button.
|
|
873
1975
|
* Overrides the default slot content.
|
|
@@ -938,6 +2040,7 @@ declare const _default$h: vue.DefineComponent<{
|
|
|
938
2040
|
*/
|
|
939
2041
|
external: {
|
|
940
2042
|
type: BooleanConstructor;
|
|
2043
|
+
default: boolean;
|
|
941
2044
|
};
|
|
942
2045
|
/**
|
|
943
2046
|
* Whether the button selected state is active
|
|
@@ -952,13 +2055,13 @@ declare const _default$h: vue.DefineComponent<{
|
|
|
952
2055
|
type: BooleanConstructor;
|
|
953
2056
|
default: boolean;
|
|
954
2057
|
};
|
|
955
|
-
}>> & {
|
|
2058
|
+
}>> & Readonly<{
|
|
956
2059
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
957
2060
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
958
2061
|
onMouseout?: ((...args: any[]) => any) | undefined;
|
|
959
2062
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
960
2063
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
961
|
-
}
|
|
2064
|
+
}>, {
|
|
962
2065
|
size: ButtonSize;
|
|
963
2066
|
variant: ButtonVariantName;
|
|
964
2067
|
buttonType: ButtonTypeAttribute;
|
|
@@ -968,11 +2071,13 @@ declare const _default$h: vue.DefineComponent<{
|
|
|
968
2071
|
external: boolean;
|
|
969
2072
|
selected: boolean;
|
|
970
2073
|
disabled: boolean;
|
|
971
|
-
}, {}
|
|
2074
|
+
}, {}, {
|
|
2075
|
+
LoadingSvg: VueConstructor<Vue>;
|
|
2076
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
972
2077
|
|
|
973
2078
|
type AlertVariantName = 'success' | 'error';
|
|
974
2079
|
|
|
975
|
-
declare const _default$
|
|
2080
|
+
declare const _default$h: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
976
2081
|
/**
|
|
977
2082
|
* The colour variant of the alert element.
|
|
978
2083
|
* Accepts 'success', 'error'
|
|
@@ -989,10 +2094,12 @@ declare const _default$g: vue.DefineComponent<{
|
|
|
989
2094
|
type: BooleanConstructor;
|
|
990
2095
|
default: boolean;
|
|
991
2096
|
};
|
|
992
|
-
}
|
|
2097
|
+
}>, {
|
|
2098
|
+
visible: vue.Ref<boolean, boolean>;
|
|
993
2099
|
bgClass: vue.ComputedRef<"bg-brand-error-bg" | "bg-brand-success-bg">;
|
|
994
|
-
|
|
995
|
-
|
|
2100
|
+
IconComp: vue.ComputedRef<any>;
|
|
2101
|
+
iconClass: vue.ComputedRef<"text-brand-success-text" | "text-brand-error-text">;
|
|
2102
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
996
2103
|
/**
|
|
997
2104
|
* The colour variant of the alert element.
|
|
998
2105
|
* Accepts 'success', 'error'
|
|
@@ -1009,9 +2116,12 @@ declare const _default$g: vue.DefineComponent<{
|
|
|
1009
2116
|
type: BooleanConstructor;
|
|
1010
2117
|
default: boolean;
|
|
1011
2118
|
};
|
|
1012
|
-
}
|
|
2119
|
+
}>> & Readonly<{}>, {
|
|
1013
2120
|
disableIcon: boolean;
|
|
1014
|
-
}, {}
|
|
2121
|
+
}, {}, {
|
|
2122
|
+
CheckSvg: VueConstructor<Vue>;
|
|
2123
|
+
AlertSvg: VueConstructor<Vue>;
|
|
2124
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1015
2125
|
|
|
1016
2126
|
declare interface NavMenuItem {
|
|
1017
2127
|
to?: string | object;
|
|
@@ -1032,7 +2142,7 @@ declare interface FwNavigationMenuProps {
|
|
|
1032
2142
|
transparent?: boolean;
|
|
1033
2143
|
}
|
|
1034
2144
|
|
|
1035
|
-
declare const _default$
|
|
2145
|
+
declare const _default$g: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
1036
2146
|
/**
|
|
1037
2147
|
* An array of menu items
|
|
1038
2148
|
* `{ to?: string | object; href?: string; label: string; external?: boolean; }`
|
|
@@ -1088,12 +2198,12 @@ declare const _default$f: vue.DefineComponent<{
|
|
|
1088
2198
|
type: BooleanConstructor;
|
|
1089
2199
|
default: boolean;
|
|
1090
2200
|
};
|
|
1091
|
-
}
|
|
1092
|
-
mobileMenuClass: vue.Ref<string>;
|
|
1093
|
-
isMobileMenuOpen: vue.Ref<boolean>;
|
|
2201
|
+
}>, {
|
|
2202
|
+
mobileMenuClass: vue.Ref<string, string>;
|
|
2203
|
+
isMobileMenuOpen: vue.Ref<boolean, boolean>;
|
|
1094
2204
|
toggleMobileMenu: () => boolean;
|
|
1095
2205
|
actionClicked: () => void;
|
|
1096
|
-
},
|
|
2206
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "action"[], "action", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1097
2207
|
/**
|
|
1098
2208
|
* An array of menu items
|
|
1099
2209
|
* `{ to?: string | object; href?: string; label: string; external?: boolean; }`
|
|
@@ -1149,24 +2259,38 @@ declare const _default$f: vue.DefineComponent<{
|
|
|
1149
2259
|
type: BooleanConstructor;
|
|
1150
2260
|
default: boolean;
|
|
1151
2261
|
};
|
|
1152
|
-
}>> & {
|
|
2262
|
+
}>> & Readonly<{
|
|
1153
2263
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
1154
|
-
}
|
|
2264
|
+
}>, {
|
|
1155
2265
|
containerClass: string;
|
|
1156
2266
|
menuEnabled: boolean;
|
|
1157
2267
|
authenticated: boolean;
|
|
1158
2268
|
transparent: boolean;
|
|
1159
|
-
}, {}
|
|
2269
|
+
}, {}, {
|
|
2270
|
+
FwButton: vue.ComponentOptions;
|
|
2271
|
+
FwPopover: vue.ComponentOptions;
|
|
2272
|
+
UserSvg: VueConstructor<Vue>;
|
|
2273
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1160
2274
|
|
|
1161
|
-
declare
|
|
1162
|
-
|
|
1163
|
-
|
|
2275
|
+
declare type TabRecord = {
|
|
2276
|
+
uid: number;
|
|
2277
|
+
label: string;
|
|
2278
|
+
index: number;
|
|
2279
|
+
};
|
|
2280
|
+
declare type TabsApi = {
|
|
2281
|
+
active: ComputedRef<number>;
|
|
2282
|
+
registerTabs: (uid: number, label: string) => number;
|
|
2283
|
+
unregisterTabs: (uid: number) => void;
|
|
2284
|
+
tabs: ShallowReactive<TabRecord[]>;
|
|
2285
|
+
};
|
|
2286
|
+
declare interface FwTabProps {
|
|
2287
|
+
label: string;
|
|
1164
2288
|
}
|
|
1165
2289
|
declare interface FwTabsProps {
|
|
1166
2290
|
modelValue: number;
|
|
1167
2291
|
}
|
|
1168
2292
|
|
|
1169
|
-
declare const _default$
|
|
2293
|
+
declare const _default$f: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
1170
2294
|
/**
|
|
1171
2295
|
* The active tab v-model
|
|
1172
2296
|
*/
|
|
@@ -1174,10 +2298,11 @@ declare const _default$e: vue.DefineComponent<{
|
|
|
1174
2298
|
type: NumberConstructor;
|
|
1175
2299
|
required: true;
|
|
1176
2300
|
};
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
2301
|
+
}>, {
|
|
2302
|
+
tabs: vue.ShallowReactive<TabRecord[]>;
|
|
2303
|
+
active: vue.ComputedRef<number>;
|
|
2304
|
+
selectTab: (index: number) => void;
|
|
2305
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1181
2306
|
/**
|
|
1182
2307
|
* The active tab v-model
|
|
1183
2308
|
*/
|
|
@@ -1185,11 +2310,13 @@ declare const _default$e: vue.DefineComponent<{
|
|
|
1185
2310
|
type: NumberConstructor;
|
|
1186
2311
|
required: true;
|
|
1187
2312
|
};
|
|
1188
|
-
}>> & {
|
|
2313
|
+
}>> & Readonly<{
|
|
1189
2314
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1190
|
-
}, {}, {
|
|
2315
|
+
}>, {}, {}, {
|
|
2316
|
+
FwButton: vue.ComponentOptions;
|
|
2317
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1191
2318
|
|
|
1192
|
-
declare const _default$
|
|
2319
|
+
declare const _default$e: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
1193
2320
|
/**
|
|
1194
2321
|
* The label of the tab component used as the button panel label
|
|
1195
2322
|
*/
|
|
@@ -1197,13 +2324,9 @@ declare const _default$d: vue.DefineComponent<{
|
|
|
1197
2324
|
type: StringConstructor;
|
|
1198
2325
|
required: true;
|
|
1199
2326
|
};
|
|
1200
|
-
}
|
|
2327
|
+
}>, {
|
|
1201
2328
|
isActive: vue.ComputedRef<boolean>;
|
|
1202
|
-
|
|
1203
|
-
props: _vue_shared.LooseRequired<{
|
|
1204
|
-
readonly label: string;
|
|
1205
|
-
} & {}>;
|
|
1206
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2329
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1207
2330
|
/**
|
|
1208
2331
|
* The label of the tab component used as the button panel label
|
|
1209
2332
|
*/
|
|
@@ -1211,7 +2334,7 @@ declare const _default$d: vue.DefineComponent<{
|
|
|
1211
2334
|
type: StringConstructor;
|
|
1212
2335
|
required: true;
|
|
1213
2336
|
};
|
|
1214
|
-
}
|
|
2337
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1215
2338
|
|
|
1216
2339
|
declare interface FwCardProps {
|
|
1217
2340
|
title?: string;
|
|
@@ -1264,16 +2387,35 @@ declare interface FwTagProps {
|
|
|
1264
2387
|
variant?: TagVariantName;
|
|
1265
2388
|
}
|
|
1266
2389
|
|
|
1267
|
-
declare type
|
|
1268
|
-
declare type
|
|
2390
|
+
declare type FwTableItemValue = string | number | boolean | object;
|
|
2391
|
+
declare type FwTableItem = Record<string, FwTableItemValue>;
|
|
2392
|
+
declare type FwTableFormatFunction = (value: FwTableItemValue, row?: FwTableItem) => string;
|
|
1269
2393
|
declare type FwTableSortFunction = (items: FwTableItem[], columnName: string, sortDirection?: FwTableSort) => FwTableItem[] | undefined;
|
|
1270
2394
|
declare type FwTableSort = 'asc' | 'desc';
|
|
2395
|
+
declare type FwTableCellComponentProps = Record<string, unknown> | ((ctx: {
|
|
2396
|
+
value: FwTableItemValue;
|
|
2397
|
+
row: FwTableItem;
|
|
2398
|
+
column: string;
|
|
2399
|
+
}) => Record<string, unknown>);
|
|
2400
|
+
declare type FwTableCellComponentHandlers = Record<string, (...args: unknown[]) => void> | ((ctx: {
|
|
2401
|
+
value: FwTableItemValue;
|
|
2402
|
+
row: FwTableItem;
|
|
2403
|
+
column: string;
|
|
2404
|
+
}) => Record<string, (...args: unknown[]) => void>);
|
|
1271
2405
|
declare type FwTableItemOptions = Record<string, {
|
|
1272
2406
|
formatter?: FwTableFormatFunction;
|
|
1273
2407
|
isSortable?: boolean;
|
|
1274
2408
|
disabled?: boolean;
|
|
1275
2409
|
initSortOrder?: FwTableSort;
|
|
1276
2410
|
sort?: FwTableSortFunction;
|
|
2411
|
+
/** opt-in for v-html rendering */
|
|
2412
|
+
html?: boolean;
|
|
2413
|
+
/** render a Vue component inside the cell */
|
|
2414
|
+
component?: Component;
|
|
2415
|
+
/** props for the component (static or per-row) */
|
|
2416
|
+
componentProps?: FwTableCellComponentProps;
|
|
2417
|
+
/** optional event handlers/listeners for the component */
|
|
2418
|
+
componentEventHandlers?: FwTableCellComponentHandlers;
|
|
1277
2419
|
}>;
|
|
1278
2420
|
declare interface FwTableProps {
|
|
1279
2421
|
items: FwTableItem[];
|
|
@@ -1284,6 +2426,20 @@ declare interface FwTableProps {
|
|
|
1284
2426
|
enablePagination?: boolean;
|
|
1285
2427
|
totalAmount?: number;
|
|
1286
2428
|
pageSize?: number;
|
|
2429
|
+
rowKey?: string | ((row: FwTableItem) => string | number);
|
|
2430
|
+
}
|
|
2431
|
+
declare interface FwTableColumnMeta {
|
|
2432
|
+
key: string;
|
|
2433
|
+
disabled: boolean;
|
|
2434
|
+
sortable: boolean;
|
|
2435
|
+
initSortOrder: FwTableSort;
|
|
2436
|
+
sortFn?: FwTableSortFunction;
|
|
2437
|
+
html: boolean;
|
|
2438
|
+
format: (val: FwTableItemValue, row?: FwTableItem) => FwTableItemValue;
|
|
2439
|
+
component?: Component;
|
|
2440
|
+
componentProps?: FwTableCellComponentProps;
|
|
2441
|
+
componentEventHandlers?: FwTableCellComponentHandlers;
|
|
2442
|
+
isActiveSort: boolean;
|
|
1287
2443
|
}
|
|
1288
2444
|
|
|
1289
2445
|
declare interface FwAccordionProps {
|
|
@@ -1427,7 +2583,7 @@ declare interface FwMediaPickerProps {
|
|
|
1427
2583
|
editHeaderText?: string;
|
|
1428
2584
|
}
|
|
1429
2585
|
|
|
1430
|
-
declare const __default__$
|
|
2586
|
+
declare const __default__$8: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
1431
2587
|
/**
|
|
1432
2588
|
* The modal's v-model. Controls the visibility of the modal.
|
|
1433
2589
|
*/
|
|
@@ -1549,12 +2705,12 @@ declare const __default__$9: vue.DefineComponent<{
|
|
|
1549
2705
|
bannerUrl: {
|
|
1550
2706
|
type: StringConstructor;
|
|
1551
2707
|
};
|
|
1552
|
-
}
|
|
2708
|
+
}>, {
|
|
1553
2709
|
isOpen: vue.ComputedRef<boolean>;
|
|
1554
2710
|
uuid: `${string}-${string}-${string}-${string}-${string}`;
|
|
1555
|
-
isMounted: vue.Ref<boolean>;
|
|
2711
|
+
isMounted: vue.Ref<boolean, boolean>;
|
|
1556
2712
|
modalBgColour: string;
|
|
1557
|
-
},
|
|
2713
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("cancel" | "confirm")[], "cancel" | "confirm", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1558
2714
|
/**
|
|
1559
2715
|
* The modal's v-model. Controls the visibility of the modal.
|
|
1560
2716
|
*/
|
|
@@ -1676,10 +2832,10 @@ declare const __default__$9: vue.DefineComponent<{
|
|
|
1676
2832
|
bannerUrl: {
|
|
1677
2833
|
type: StringConstructor;
|
|
1678
2834
|
};
|
|
1679
|
-
}>> & {
|
|
2835
|
+
}>> & Readonly<{
|
|
1680
2836
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
1681
2837
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
1682
|
-
}
|
|
2838
|
+
}>, {
|
|
1683
2839
|
cancelButtonType: ButtonVariantName | undefined;
|
|
1684
2840
|
confirmButtonType: ButtonVariantName | undefined;
|
|
1685
2841
|
modelValue: boolean;
|
|
@@ -1692,9 +2848,13 @@ declare const __default__$9: vue.DefineComponent<{
|
|
|
1692
2848
|
confirmLoading: boolean;
|
|
1693
2849
|
padding: boolean;
|
|
1694
2850
|
showCloseButton: boolean;
|
|
1695
|
-
}, {}
|
|
2851
|
+
}, {}, {
|
|
2852
|
+
FwButton: vue.ComponentOptions;
|
|
2853
|
+
XMarkSvg: VueConstructor<Vue>;
|
|
2854
|
+
FwImage: vue.ComponentOptions;
|
|
2855
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1696
2856
|
|
|
1697
|
-
declare const _default$
|
|
2857
|
+
declare const _default$d: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
1698
2858
|
/**
|
|
1699
2859
|
* An array of menu progress steps.
|
|
1700
2860
|
* `{ label: string; position: number; subSteps: number; }`
|
|
@@ -1717,9 +2877,9 @@ declare const _default$c: vue.DefineComponent<{
|
|
|
1717
2877
|
type: NumberConstructor;
|
|
1718
2878
|
required: true;
|
|
1719
2879
|
};
|
|
1720
|
-
}
|
|
2880
|
+
}>, {
|
|
1721
2881
|
calculatedProgressBar: (step: ProgressBarStep) => string;
|
|
1722
|
-
},
|
|
2882
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1723
2883
|
/**
|
|
1724
2884
|
* An array of menu progress steps.
|
|
1725
2885
|
* `{ label: string; position: number; subSteps: number; }`
|
|
@@ -1742,9 +2902,11 @@ declare const _default$c: vue.DefineComponent<{
|
|
|
1742
2902
|
type: NumberConstructor;
|
|
1743
2903
|
required: true;
|
|
1744
2904
|
};
|
|
1745
|
-
}
|
|
2905
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
2906
|
+
CheckSvg: VueConstructor<Vue>;
|
|
2907
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1746
2908
|
|
|
1747
|
-
declare const __default__$
|
|
2909
|
+
declare const __default__$7: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
1748
2910
|
/**
|
|
1749
2911
|
* The label text of the tag.
|
|
1750
2912
|
* Overrides the default slot content.
|
|
@@ -1775,15 +2937,18 @@ declare const __default__$8: vue.DefineComponent<{
|
|
|
1775
2937
|
type: BooleanConstructor;
|
|
1776
2938
|
default: boolean;
|
|
1777
2939
|
};
|
|
1778
|
-
}
|
|
1779
|
-
|
|
2940
|
+
}>, {
|
|
2941
|
+
visible: vue.Ref<boolean, boolean>;
|
|
2942
|
+
baseClass: string;
|
|
1780
2943
|
textColorClass: vue.ComputedRef<string>;
|
|
1781
2944
|
bgColorClass: vue.ComputedRef<string>;
|
|
1782
2945
|
sizeClass: vue.ComputedRef<string>;
|
|
1783
2946
|
iconSizeClass: vue.ComputedRef<string>;
|
|
1784
2947
|
iconButtonType: vue.ComputedRef<ButtonVariantName | undefined>;
|
|
1785
2948
|
primaryFade5: string;
|
|
1786
|
-
|
|
2949
|
+
onDismiss: () => void;
|
|
2950
|
+
rootClasses: vue.ComputedRef<string[]>;
|
|
2951
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "dismissed"[], "dismissed", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1787
2952
|
/**
|
|
1788
2953
|
* The label text of the tag.
|
|
1789
2954
|
* Overrides the default slot content.
|
|
@@ -1814,15 +2979,18 @@ declare const __default__$8: vue.DefineComponent<{
|
|
|
1814
2979
|
type: BooleanConstructor;
|
|
1815
2980
|
default: boolean;
|
|
1816
2981
|
};
|
|
1817
|
-
}>> & {
|
|
2982
|
+
}>> & Readonly<{
|
|
1818
2983
|
onDismissed?: ((...args: any[]) => any) | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
size: TagSize;
|
|
2984
|
+
}>, {
|
|
1821
2985
|
variant: TagVariantName;
|
|
2986
|
+
size: TagSize;
|
|
1822
2987
|
dismissable: boolean;
|
|
1823
|
-
}, {}
|
|
2988
|
+
}, {}, {
|
|
2989
|
+
FwButton: vue.ComponentOptions;
|
|
2990
|
+
XMarkSvg: VueConstructor<Vue>;
|
|
2991
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1824
2992
|
|
|
1825
|
-
declare const __default__$
|
|
2993
|
+
declare const __default__$6: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
1826
2994
|
items: {
|
|
1827
2995
|
type: PropType<FwTableProps["items"]>;
|
|
1828
2996
|
required: true;
|
|
@@ -1856,23 +3024,30 @@ declare const __default__$7: vue.DefineComponent<{
|
|
|
1856
3024
|
pageSize: {
|
|
1857
3025
|
type: NumberConstructor;
|
|
1858
3026
|
};
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
3027
|
+
/**
|
|
3028
|
+
* Optional stable row key. If omitted, falls back to index-based key.
|
|
3029
|
+
*/
|
|
3030
|
+
rowKey: {
|
|
3031
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
3032
|
+
required: false;
|
|
3033
|
+
};
|
|
3034
|
+
}>, {
|
|
3035
|
+
colMeta: vue.ComputedRef<FwTableColumnMeta[]>;
|
|
3036
|
+
sortBy: vue.Ref<string, string>;
|
|
3037
|
+
sortDirection: vue.Ref<FwTableSort, FwTableSort>;
|
|
3038
|
+
currentSortedColumn: vue.Ref<string, string>;
|
|
3039
|
+
onSort: (column: string, isAction?: boolean) => void;
|
|
3040
|
+
displayRows: vue.ComputedRef<FwTableItem[]>;
|
|
1870
3041
|
rowClicked: (row: FwTableItem) => void;
|
|
1871
3042
|
bgHoverColor: string;
|
|
1872
|
-
currentPage: vue.Ref<number>;
|
|
1873
|
-
maxPageAmount: vue.Ref<number | undefined>;
|
|
3043
|
+
currentPage: vue.Ref<number, number>;
|
|
3044
|
+
maxPageAmount: vue.Ref<number | undefined, number | undefined>;
|
|
1874
3045
|
pageArrowClick: (next: boolean) => void;
|
|
1875
|
-
|
|
3046
|
+
getRowKey: (row: FwTableItem, index?: number) => any;
|
|
3047
|
+
skeletonRowCount: vue.ComputedRef<number>;
|
|
3048
|
+
getComponentProps: (col: FwTableColumnMeta, row: FwTableItem) => Record<string, unknown>;
|
|
3049
|
+
getComponentHandlers: (col: FwTableColumnMeta, row: FwTableItem) => Record<string, (...args: unknown[]) => void>;
|
|
3050
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("rowClicked" | "columnSorted" | "pageChanged")[], "rowClicked" | "columnSorted" | "pageChanged", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1876
3051
|
items: {
|
|
1877
3052
|
type: PropType<FwTableProps["items"]>;
|
|
1878
3053
|
required: true;
|
|
@@ -1906,21 +3081,35 @@ declare const __default__$7: vue.DefineComponent<{
|
|
|
1906
3081
|
pageSize: {
|
|
1907
3082
|
type: NumberConstructor;
|
|
1908
3083
|
};
|
|
1909
|
-
|
|
3084
|
+
/**
|
|
3085
|
+
* Optional stable row key. If omitted, falls back to index-based key.
|
|
3086
|
+
*/
|
|
3087
|
+
rowKey: {
|
|
3088
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
3089
|
+
required: false;
|
|
3090
|
+
};
|
|
3091
|
+
}>> & Readonly<{
|
|
1910
3092
|
onRowClicked?: ((...args: any[]) => any) | undefined;
|
|
1911
3093
|
onColumnSorted?: ((...args: any[]) => any) | undefined;
|
|
1912
3094
|
onPageChanged?: ((...args: any[]) => any) | undefined;
|
|
1913
|
-
}
|
|
3095
|
+
}>, {
|
|
1914
3096
|
loading: boolean;
|
|
1915
3097
|
clickableRows: boolean;
|
|
1916
3098
|
enablePagination: boolean;
|
|
1917
|
-
}, {}
|
|
3099
|
+
}, {}, {
|
|
3100
|
+
FwLoadingBar: vue.ComponentOptions;
|
|
3101
|
+
FwButton: vue.ComponentOptions;
|
|
3102
|
+
ArrowDownSvg: VueConstructor<Vue>;
|
|
3103
|
+
ArrowSortSvg: VueConstructor<Vue>;
|
|
3104
|
+
ChevronLeftSvg: VueConstructor<Vue>;
|
|
3105
|
+
ChevronRightSvg: VueConstructor<Vue>;
|
|
3106
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1918
3107
|
|
|
1919
|
-
declare const _default$
|
|
3108
|
+
declare const _default$c: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1920
3109
|
|
|
1921
|
-
declare const _default$
|
|
3110
|
+
declare const _default$b: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1922
3111
|
|
|
1923
|
-
declare const __default__$
|
|
3112
|
+
declare const __default__$5: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
1924
3113
|
/**
|
|
1925
3114
|
* The header title of the accordion
|
|
1926
3115
|
*/
|
|
@@ -1975,14 +3164,14 @@ declare const __default__$6: vue.DefineComponent<{
|
|
|
1975
3164
|
type: BooleanConstructor;
|
|
1976
3165
|
default: boolean;
|
|
1977
3166
|
};
|
|
1978
|
-
}
|
|
1979
|
-
isOpen: vue.Ref<boolean>;
|
|
3167
|
+
}>, {
|
|
3168
|
+
isOpen: vue.Ref<boolean, boolean>;
|
|
1980
3169
|
beforeEnter: (el: Element) => void;
|
|
1981
3170
|
enter: (el: Element) => void;
|
|
1982
3171
|
beforeLeave: (el: Element) => void;
|
|
1983
3172
|
leave: (el: Element) => void;
|
|
1984
3173
|
bgHoverColor: string;
|
|
1985
|
-
},
|
|
3174
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "toggled"[], "toggled", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1986
3175
|
/**
|
|
1987
3176
|
* The header title of the accordion
|
|
1988
3177
|
*/
|
|
@@ -2037,18 +3226,20 @@ declare const __default__$6: vue.DefineComponent<{
|
|
|
2037
3226
|
type: BooleanConstructor;
|
|
2038
3227
|
default: boolean;
|
|
2039
3228
|
};
|
|
2040
|
-
}>> & {
|
|
3229
|
+
}>> & Readonly<{
|
|
2041
3230
|
onToggled?: ((...args: any[]) => any) | undefined;
|
|
2042
|
-
}
|
|
3231
|
+
}>, {
|
|
2043
3232
|
titleClass: string;
|
|
2044
3233
|
isOpened: boolean;
|
|
2045
3234
|
iconPositionStart: boolean;
|
|
2046
3235
|
headerClass: string;
|
|
2047
3236
|
borderStyle: string;
|
|
2048
3237
|
secondary: boolean;
|
|
2049
|
-
}, {}
|
|
3238
|
+
}, {}, {
|
|
3239
|
+
ChevronDownSvg: VueConstructor<Vue>;
|
|
3240
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2050
3241
|
|
|
2051
|
-
declare const __default__$
|
|
3242
|
+
declare const __default__$4: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
2052
3243
|
/**
|
|
2053
3244
|
* The src attribute of the image
|
|
2054
3245
|
*/
|
|
@@ -2092,11 +3283,24 @@ declare const __default__$5: vue.DefineComponent<{
|
|
|
2092
3283
|
type: BooleanConstructor;
|
|
2093
3284
|
default: boolean;
|
|
2094
3285
|
};
|
|
2095
|
-
}
|
|
2096
|
-
fwImageRef: vue.Ref<null>;
|
|
3286
|
+
}>, {
|
|
3287
|
+
fwImageRef: vue.Ref<HTMLElement | null, HTMLElement | null>;
|
|
3288
|
+
imgRef: vue.Ref<HTMLImageElement | null, HTMLImageElement | null>;
|
|
3289
|
+
status: vue.Ref<"idle" | "loading" | "loaded" | "error", "idle" | "loading" | "loaded" | "error">;
|
|
2097
3290
|
isBackground: vue.ComputedRef<boolean>;
|
|
3291
|
+
rootClasses: vue.ComputedRef<{
|
|
3292
|
+
'fw-image--background': boolean;
|
|
3293
|
+
'rounded-full': boolean;
|
|
3294
|
+
'fw-image--loaded': boolean;
|
|
3295
|
+
'fw-image--error-state': boolean;
|
|
3296
|
+
}>;
|
|
2098
3297
|
colorErrorTextFade5: string;
|
|
2099
|
-
|
|
3298
|
+
onStart: () => void;
|
|
3299
|
+
onLoad: () => void;
|
|
3300
|
+
onError: () => void;
|
|
3301
|
+
handleLoad: () => void;
|
|
3302
|
+
handleError: () => void;
|
|
3303
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("click" | "mouseover" | "mouseout")[], "click" | "mouseover" | "mouseout", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2100
3304
|
/**
|
|
2101
3305
|
* The src attribute of the image
|
|
2102
3306
|
*/
|
|
@@ -2140,25 +3344,42 @@ declare const __default__$5: vue.DefineComponent<{
|
|
|
2140
3344
|
type: BooleanConstructor;
|
|
2141
3345
|
default: boolean;
|
|
2142
3346
|
};
|
|
2143
|
-
}>> & {
|
|
3347
|
+
}>> & Readonly<{
|
|
2144
3348
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2145
3349
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
2146
3350
|
onMouseout?: ((...args: any[]) => any) | undefined;
|
|
2147
|
-
}
|
|
3351
|
+
}>, {
|
|
2148
3352
|
type: "native" | "background" | undefined;
|
|
2149
3353
|
rounded: boolean;
|
|
2150
3354
|
threshold: number;
|
|
2151
3355
|
enableErrors: boolean;
|
|
2152
|
-
}, {}
|
|
3356
|
+
}, {}, {
|
|
3357
|
+
FwLoadingBar: vue.ComponentOptions;
|
|
3358
|
+
FileExclamationSvg: VueConstructor<Vue>;
|
|
3359
|
+
}, {
|
|
3360
|
+
lazyload: vue.Directive<Element, {
|
|
3361
|
+
src?: string;
|
|
3362
|
+
type?: "native" | "background";
|
|
3363
|
+
threshold?: number;
|
|
3364
|
+
rootMargin?: string;
|
|
3365
|
+
onStart?: () => void;
|
|
3366
|
+
onLoad?: () => void;
|
|
3367
|
+
onError?: () => void;
|
|
3368
|
+
} | undefined>;
|
|
3369
|
+
}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2153
3370
|
|
|
2154
|
-
declare const
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
3371
|
+
declare const _default$a: vue.DefineComponent<{}, {
|
|
3372
|
+
barVars: vue.ComputedRef<{
|
|
3373
|
+
'--fw-bar-light': string;
|
|
3374
|
+
'--fw-bar-dark': string;
|
|
3375
|
+
}>;
|
|
3376
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2158
3377
|
|
|
2159
|
-
declare const _default$9: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<
|
|
3378
|
+
declare const _default$9: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
3379
|
+
FwLoadingBar: vue.ComponentOptions;
|
|
3380
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2160
3381
|
|
|
2161
|
-
declare const _default$8: vue.DefineComponent<{
|
|
3382
|
+
declare const _default$8: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
2162
3383
|
columns: {
|
|
2163
3384
|
type: NumberConstructor;
|
|
2164
3385
|
default: number;
|
|
@@ -2167,9 +3388,12 @@ declare const _default$8: vue.DefineComponent<{
|
|
|
2167
3388
|
type: NumberConstructor;
|
|
2168
3389
|
default: number;
|
|
2169
3390
|
};
|
|
2170
|
-
}
|
|
2171
|
-
|
|
2172
|
-
|
|
3391
|
+
}>, {
|
|
3392
|
+
wrapperClass: string;
|
|
3393
|
+
colList: vue.ComputedRef<number[]>;
|
|
3394
|
+
rowList: vue.ComputedRef<number[]>;
|
|
3395
|
+
cellWidth: (r: number, c: number) => string;
|
|
3396
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2173
3397
|
columns: {
|
|
2174
3398
|
type: NumberConstructor;
|
|
2175
3399
|
default: number;
|
|
@@ -2178,14 +3402,23 @@ declare const _default$8: vue.DefineComponent<{
|
|
|
2178
3402
|
type: NumberConstructor;
|
|
2179
3403
|
default: number;
|
|
2180
3404
|
};
|
|
2181
|
-
}
|
|
3405
|
+
}>> & Readonly<{}>, {
|
|
2182
3406
|
columns: number;
|
|
2183
3407
|
rows: number;
|
|
2184
|
-
}, {}
|
|
3408
|
+
}, {}, {
|
|
3409
|
+
FwLoadingBar: vue.ComponentOptions;
|
|
3410
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2185
3411
|
|
|
2186
|
-
declare const _default$7: vue.DefineComponent<{}, {
|
|
3412
|
+
declare const _default$7: vue.DefineComponent<{}, {
|
|
3413
|
+
barVars: vue.ComputedRef<{
|
|
3414
|
+
'--fw-bar-light': string;
|
|
3415
|
+
'--fw-bar-dark': string;
|
|
3416
|
+
}>;
|
|
3417
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
3418
|
+
FwLoadingBar: vue.ComponentOptions;
|
|
3419
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2187
3420
|
|
|
2188
|
-
declare const _default$6: vue.DefineComponent<{
|
|
3421
|
+
declare const _default$6: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
2189
3422
|
/**
|
|
2190
3423
|
* The toast's v-model. Controls the visibility of the toast.
|
|
2191
3424
|
*/
|
|
@@ -2230,25 +3463,16 @@ declare const _default$6: vue.DefineComponent<{
|
|
|
2230
3463
|
type: NumberConstructor;
|
|
2231
3464
|
default: number;
|
|
2232
3465
|
};
|
|
2233
|
-
}
|
|
3466
|
+
}>, {
|
|
3467
|
+
isMounted: vue.Ref<boolean, boolean>;
|
|
3468
|
+
isOpen: vue.WritableComputedRef<boolean, boolean>;
|
|
3469
|
+
uuid: `${string}-${string}-${string}-${string}-${string}`;
|
|
2234
3470
|
containerEl: vue.ComputedRef<string>;
|
|
2235
3471
|
baseClass: string;
|
|
2236
|
-
typeClasses:
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
}>;
|
|
2241
|
-
svgComponent: vue.Ref<{
|
|
2242
|
-
success: string;
|
|
2243
|
-
error: string;
|
|
2244
|
-
warning: string;
|
|
2245
|
-
}>;
|
|
2246
|
-
isOpen: vue.WritableComputedRef<vue.Ref<boolean>>;
|
|
2247
|
-
uuid: string;
|
|
2248
|
-
isMounted: vue.Ref<boolean>;
|
|
2249
|
-
mountContainer: vue.Ref<boolean>;
|
|
2250
|
-
isLeftRightorCenter: vue.ComputedRef<"Right" | "Left" | "Center">;
|
|
2251
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("update:modelValue" | "dismissed")[], "update:modelValue" | "dismissed", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
3472
|
+
typeClasses: ToastTypes;
|
|
3473
|
+
svgComponent: ToastTypes;
|
|
3474
|
+
transitionName: vue.ComputedRef<"toastSlideInRight" | "toastSlideInLeft" | "toastSlideInCenter">;
|
|
3475
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("update:modelValue" | "dismissed")[], "update:modelValue" | "dismissed", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2252
3476
|
/**
|
|
2253
3477
|
* The toast's v-model. Controls the visibility of the toast.
|
|
2254
3478
|
*/
|
|
@@ -2293,18 +3517,22 @@ declare const _default$6: vue.DefineComponent<{
|
|
|
2293
3517
|
type: NumberConstructor;
|
|
2294
3518
|
default: number;
|
|
2295
3519
|
};
|
|
2296
|
-
}>> & {
|
|
3520
|
+
}>> & Readonly<{
|
|
2297
3521
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2298
3522
|
onDismissed?: ((...args: any[]) => any) | undefined;
|
|
2299
|
-
}
|
|
3523
|
+
}>, {
|
|
2300
3524
|
modelValue: boolean;
|
|
2301
3525
|
type: ToastType;
|
|
2302
3526
|
position: ToastPosition;
|
|
2303
3527
|
element: string;
|
|
2304
3528
|
timeout: number;
|
|
2305
|
-
}, {}
|
|
3529
|
+
}, {}, {
|
|
3530
|
+
SolidCheckSvg: VueConstructor<Vue>;
|
|
3531
|
+
SolidXMarkSvg: VueConstructor<Vue>;
|
|
3532
|
+
ErrorFilledSvg: VueConstructor<Vue>;
|
|
3533
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2306
3534
|
|
|
2307
|
-
declare const _default$5: vue.DefineComponent<{
|
|
3535
|
+
declare const _default$5: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
2308
3536
|
/**
|
|
2309
3537
|
* The transaction title of the card
|
|
2310
3538
|
*/
|
|
@@ -2332,7 +3560,7 @@ declare const _default$5: vue.DefineComponent<{
|
|
|
2332
3560
|
type: StringConstructor;
|
|
2333
3561
|
required: false;
|
|
2334
3562
|
};
|
|
2335
|
-
}
|
|
3563
|
+
}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2336
3564
|
/**
|
|
2337
3565
|
* The transaction title of the card
|
|
2338
3566
|
*/
|
|
@@ -2360,9 +3588,12 @@ declare const _default$5: vue.DefineComponent<{
|
|
|
2360
3588
|
type: StringConstructor;
|
|
2361
3589
|
required: false;
|
|
2362
3590
|
};
|
|
2363
|
-
}
|
|
3591
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
3592
|
+
FwCard: vue.ComponentOptions;
|
|
3593
|
+
FwImage: vue.ComponentOptions;
|
|
3594
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2364
3595
|
|
|
2365
|
-
declare const _default$4: vue.DefineComponent<{
|
|
3596
|
+
declare const _default$4: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
2366
3597
|
/**
|
|
2367
3598
|
* Controls the sidebar menu open/close state
|
|
2368
3599
|
*/
|
|
@@ -2406,11 +3637,14 @@ declare const _default$4: vue.DefineComponent<{
|
|
|
2406
3637
|
default: string;
|
|
2407
3638
|
validator: (value: string) => boolean;
|
|
2408
3639
|
};
|
|
2409
|
-
}
|
|
3640
|
+
}>, {
|
|
2410
3641
|
baseClass: string;
|
|
2411
|
-
isMenuOpen: vue.WritableComputedRef<boolean>;
|
|
3642
|
+
isMenuOpen: vue.WritableComputedRef<boolean, boolean>;
|
|
2412
3643
|
toggleMenu: () => void;
|
|
2413
|
-
|
|
3644
|
+
enabledItems: vue.ComputedRef<FwSidebarMenuItem[]>;
|
|
3645
|
+
hasItems: vue.ComputedRef<boolean>;
|
|
3646
|
+
widthClass: vue.ComputedRef<string>;
|
|
3647
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("toggled" | "update:modelValue")[], "toggled" | "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2414
3648
|
/**
|
|
2415
3649
|
* Controls the sidebar menu open/close state
|
|
2416
3650
|
*/
|
|
@@ -2454,18 +3688,21 @@ declare const _default$4: vue.DefineComponent<{
|
|
|
2454
3688
|
default: string;
|
|
2455
3689
|
validator: (value: string) => boolean;
|
|
2456
3690
|
};
|
|
2457
|
-
}>> & {
|
|
3691
|
+
}>> & Readonly<{
|
|
2458
3692
|
onToggled?: ((...args: any[]) => any) | undefined;
|
|
2459
3693
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2460
|
-
}
|
|
3694
|
+
}>, {
|
|
2461
3695
|
toggleButtonVariant: ButtonVariantName | undefined;
|
|
2462
3696
|
modelValue: boolean;
|
|
2463
3697
|
toggleButtonClass: string;
|
|
2464
3698
|
openWidth: string;
|
|
2465
3699
|
closedWidth: string;
|
|
2466
|
-
}, {}
|
|
3700
|
+
}, {}, {
|
|
3701
|
+
FwButton: vue.ComponentOptions;
|
|
3702
|
+
ChevronRightSvg: VueConstructor<Vue>;
|
|
3703
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2467
3704
|
|
|
2468
|
-
declare const __default__$3: vue.DefineComponent<{
|
|
3705
|
+
declare const __default__$3: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
2469
3706
|
/**
|
|
2470
3707
|
* The drawer's v-model. Controls the visibility of the drawer.
|
|
2471
3708
|
*/
|
|
@@ -2542,16 +3779,16 @@ declare const __default__$3: vue.DefineComponent<{
|
|
|
2542
3779
|
default: string;
|
|
2543
3780
|
validator: (value: string) => boolean;
|
|
2544
3781
|
};
|
|
2545
|
-
}
|
|
3782
|
+
}>, {
|
|
2546
3783
|
baseDrawerClass: string;
|
|
2547
3784
|
drawerFooterClass: string;
|
|
2548
|
-
isOpen: vue.WritableComputedRef<boolean>;
|
|
3785
|
+
isOpen: vue.WritableComputedRef<boolean, boolean>;
|
|
2549
3786
|
uuid: string;
|
|
2550
|
-
isMounted: vue.Ref<boolean>;
|
|
3787
|
+
isMounted: vue.Ref<boolean, boolean>;
|
|
2551
3788
|
onConfirmed: () => void;
|
|
2552
3789
|
onCancelled: () => void;
|
|
2553
3790
|
drawerBgColour: string;
|
|
2554
|
-
},
|
|
3791
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("update:modelValue" | "cancel" | "confirm")[], "update:modelValue" | "cancel" | "confirm", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2555
3792
|
/**
|
|
2556
3793
|
* The drawer's v-model. Controls the visibility of the drawer.
|
|
2557
3794
|
*/
|
|
@@ -2628,11 +3865,11 @@ declare const __default__$3: vue.DefineComponent<{
|
|
|
2628
3865
|
default: string;
|
|
2629
3866
|
validator: (value: string) => boolean;
|
|
2630
3867
|
};
|
|
2631
|
-
}>> & {
|
|
3868
|
+
}>> & Readonly<{
|
|
2632
3869
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
2633
3870
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
2634
3871
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2635
|
-
}
|
|
3872
|
+
}>, {
|
|
2636
3873
|
cancelButtonType: ButtonVariantName | undefined;
|
|
2637
3874
|
confirmButtonType: ButtonVariantName | undefined;
|
|
2638
3875
|
modelValue: boolean;
|
|
@@ -2642,351 +3879,90 @@ declare const __default__$3: vue.DefineComponent<{
|
|
|
2642
3879
|
showConfirm: boolean;
|
|
2643
3880
|
cancelButtonText: string;
|
|
2644
3881
|
confirmButtonText: string;
|
|
2645
|
-
}, {}
|
|
3882
|
+
}, {}, {
|
|
3883
|
+
FwButton: vue.ComponentOptions;
|
|
3884
|
+
XMarkSvg: VueConstructor<Vue>;
|
|
3885
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2646
3886
|
|
|
2647
|
-
declare const __default__$2: vue.DefineComponent<{
|
|
2648
|
-
/**
|
|
2649
|
-
* The header heading of the list.
|
|
2650
|
-
*/
|
|
3887
|
+
declare const __default__$2: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
2651
3888
|
heading: {
|
|
2652
3889
|
type: StringConstructor;
|
|
2653
3890
|
};
|
|
2654
|
-
/**
|
|
2655
|
-
* The list items of the table items.
|
|
2656
|
-
*/
|
|
2657
3891
|
items: {
|
|
2658
3892
|
type: PropType<FwProviderListProps["items"]>;
|
|
2659
3893
|
required: true;
|
|
2660
3894
|
};
|
|
2661
|
-
/**
|
|
2662
|
-
* The table header title.
|
|
2663
|
-
*/
|
|
2664
3895
|
tableHeaderName: {
|
|
2665
3896
|
type: StringConstructor;
|
|
2666
3897
|
default: string;
|
|
2667
3898
|
};
|
|
2668
|
-
/**
|
|
2669
|
-
* The placeholder text for the search input.
|
|
2670
|
-
*/
|
|
2671
3899
|
searchPlaceholder: {
|
|
2672
3900
|
type: StringConstructor;
|
|
2673
3901
|
default: string;
|
|
2674
3902
|
};
|
|
2675
|
-
/**
|
|
2676
|
-
* The label text for the search input.
|
|
2677
|
-
*/
|
|
2678
3903
|
searchLabel: {
|
|
2679
3904
|
type: StringConstructor;
|
|
2680
3905
|
default: string;
|
|
2681
3906
|
};
|
|
2682
|
-
/**
|
|
2683
|
-
* The label text for the status filter dropdown.
|
|
2684
|
-
*/
|
|
2685
3907
|
statusFilterLabel: {
|
|
2686
3908
|
type: StringConstructor;
|
|
2687
3909
|
default: string;
|
|
2688
3910
|
};
|
|
2689
|
-
}
|
|
2690
|
-
options: FwTableItemOptions
|
|
3911
|
+
}>, {
|
|
3912
|
+
options: vue.ComputedRef<FwTableItemOptions | undefined>;
|
|
2691
3913
|
sortedTableItems: vue.ComputedRef<FwTableItem[]>;
|
|
2692
|
-
searchFilterModel: vue.Ref<string>;
|
|
2693
|
-
statusFilterModel: vue.Ref<
|
|
3914
|
+
searchFilterModel: vue.Ref<string, string>;
|
|
3915
|
+
statusFilterModel: vue.Ref<"supported" | "outage" | "all", "supported" | "outage" | "all">;
|
|
2694
3916
|
primaryFade5: string;
|
|
2695
3917
|
primaryFade20: string;
|
|
2696
3918
|
primaryFade40: string;
|
|
2697
|
-
},
|
|
2698
|
-
/**
|
|
2699
|
-
* The header heading of the list.
|
|
2700
|
-
*/
|
|
3919
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "changed"[], "changed", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2701
3920
|
heading: {
|
|
2702
3921
|
type: StringConstructor;
|
|
2703
3922
|
};
|
|
2704
|
-
/**
|
|
2705
|
-
* The list items of the table items.
|
|
2706
|
-
*/
|
|
2707
3923
|
items: {
|
|
2708
3924
|
type: PropType<FwProviderListProps["items"]>;
|
|
2709
3925
|
required: true;
|
|
2710
3926
|
};
|
|
2711
|
-
/**
|
|
2712
|
-
* The table header title.
|
|
2713
|
-
*/
|
|
2714
3927
|
tableHeaderName: {
|
|
2715
3928
|
type: StringConstructor;
|
|
2716
3929
|
default: string;
|
|
2717
3930
|
};
|
|
2718
|
-
/**
|
|
2719
|
-
* The placeholder text for the search input.
|
|
2720
|
-
*/
|
|
2721
3931
|
searchPlaceholder: {
|
|
2722
3932
|
type: StringConstructor;
|
|
2723
3933
|
default: string;
|
|
2724
3934
|
};
|
|
2725
|
-
/**
|
|
2726
|
-
* The label text for the search input.
|
|
2727
|
-
*/
|
|
2728
3935
|
searchLabel: {
|
|
2729
3936
|
type: StringConstructor;
|
|
2730
3937
|
default: string;
|
|
2731
3938
|
};
|
|
2732
|
-
/**
|
|
2733
|
-
* The label text for the status filter dropdown.
|
|
2734
|
-
*/
|
|
2735
3939
|
statusFilterLabel: {
|
|
2736
3940
|
type: StringConstructor;
|
|
2737
3941
|
default: string;
|
|
2738
3942
|
};
|
|
2739
|
-
}>> & {
|
|
3943
|
+
}>> & Readonly<{
|
|
2740
3944
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
2741
|
-
}
|
|
3945
|
+
}>, {
|
|
2742
3946
|
tableHeaderName: string;
|
|
2743
3947
|
searchPlaceholder: string;
|
|
2744
3948
|
searchLabel: string;
|
|
2745
3949
|
statusFilterLabel: string;
|
|
2746
|
-
}, {}
|
|
3950
|
+
}, {}, {
|
|
3951
|
+
FwTable: vue.ComponentOptions;
|
|
3952
|
+
FwInput: vue.ComponentOptions;
|
|
3953
|
+
FwDropdown: vue.ComponentOptions;
|
|
3954
|
+
FwButton: vue.ComponentOptions;
|
|
3955
|
+
FwTableHead: vue.ComponentOptions;
|
|
3956
|
+
FwTableRow: vue.ComponentOptions;
|
|
3957
|
+
FwTag: vue.ComponentOptions;
|
|
3958
|
+
SearchSvg: VueConstructor<Vue>;
|
|
3959
|
+
SolidCheckSvg: VueConstructor<Vue>;
|
|
3960
|
+
SolidXMarkSvg: VueConstructor<Vue>;
|
|
3961
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2747
3962
|
|
|
2748
|
-
declare const __default__$1:
|
|
2749
|
-
/**
|
|
2750
|
-
* The date-picker v-model
|
|
2751
|
-
*/
|
|
2752
|
-
modelValue: {
|
|
2753
|
-
type: PropType<FwDatePickerModel>;
|
|
2754
|
-
default: null;
|
|
2755
|
-
};
|
|
2756
|
-
/**
|
|
2757
|
-
* The name of the input field. Must be unique per form.
|
|
2758
|
-
*/
|
|
2759
|
-
name: {
|
|
2760
|
-
type: StringConstructor;
|
|
2761
|
-
required: true;
|
|
2762
|
-
};
|
|
2763
|
-
/**
|
|
2764
|
-
* Label for the input. Also renders to an aria-label attribute
|
|
2765
|
-
*/
|
|
2766
|
-
label: {
|
|
2767
|
-
type: StringConstructor;
|
|
2768
|
-
};
|
|
2769
|
-
/**
|
|
2770
|
-
* The placeholder text of the input
|
|
2771
|
-
*/
|
|
2772
|
-
placeholder: {
|
|
2773
|
-
type: StringConstructor;
|
|
2774
|
-
};
|
|
2775
|
-
/**
|
|
2776
|
-
* The placeholder text of the starting range input
|
|
2777
|
-
*/
|
|
2778
|
-
startPlaceholder: {
|
|
2779
|
-
type: StringConstructor;
|
|
2780
|
-
};
|
|
2781
|
-
/**
|
|
2782
|
-
* The placeholder text of the ending range input
|
|
2783
|
-
*/
|
|
2784
|
-
endPlaceholder: {
|
|
2785
|
-
type: StringConstructor;
|
|
2786
|
-
};
|
|
2787
|
-
/**
|
|
2788
|
-
* Whether to enable the date range inputs
|
|
2789
|
-
*/
|
|
2790
|
-
isRange: {
|
|
2791
|
-
type: BooleanConstructor;
|
|
2792
|
-
default: boolean;
|
|
2793
|
-
};
|
|
2794
|
-
/**
|
|
2795
|
-
* Start input label when is-range
|
|
2796
|
-
*/
|
|
2797
|
-
startLabel: {
|
|
2798
|
-
type: StringConstructor;
|
|
2799
|
-
};
|
|
2800
|
-
/**
|
|
2801
|
-
* End input label when is-range
|
|
2802
|
-
*/
|
|
2803
|
-
endLabel: {
|
|
2804
|
-
type: StringConstructor;
|
|
2805
|
-
};
|
|
2806
|
-
/**
|
|
2807
|
-
* The logical tab order of the input.
|
|
2808
|
-
* Defaults to 0
|
|
2809
|
-
*/
|
|
2810
|
-
tabindex: {
|
|
2811
|
-
type: StringConstructor;
|
|
2812
|
-
default: string;
|
|
2813
|
-
};
|
|
2814
|
-
/**
|
|
2815
|
-
* Whether the input is rounded.
|
|
2816
|
-
* Defaults to false
|
|
2817
|
-
*/
|
|
2818
|
-
rounded: {
|
|
2819
|
-
type: BooleanConstructor;
|
|
2820
|
-
default: boolean;
|
|
2821
|
-
};
|
|
2822
|
-
/**
|
|
2823
|
-
* Enables the required asterisk. (UI only)
|
|
2824
|
-
*/
|
|
2825
|
-
required: {
|
|
2826
|
-
type: BooleanConstructor;
|
|
2827
|
-
default: boolean;
|
|
2828
|
-
};
|
|
2829
|
-
/**
|
|
2830
|
-
* Enable the error section UI.
|
|
2831
|
-
* Defaults to true
|
|
2832
|
-
*/
|
|
2833
|
-
enableErrors: {
|
|
2834
|
-
type: BooleanConstructor;
|
|
2835
|
-
default: boolean;
|
|
2836
|
-
};
|
|
2837
|
-
/**
|
|
2838
|
-
* The minimum selectable date
|
|
2839
|
-
*/
|
|
2840
|
-
minDate: {
|
|
2841
|
-
type: PropType<FwDatePickerProps["minDate"]>;
|
|
2842
|
-
};
|
|
2843
|
-
/**
|
|
2844
|
-
* The maximum selectable date
|
|
2845
|
-
*/
|
|
2846
|
-
maxDate: {
|
|
2847
|
-
type: PropType<FwDatePickerProps["maxDate"]>;
|
|
2848
|
-
};
|
|
2849
|
-
/**
|
|
2850
|
-
* Validation rules. Accepts an object, string schema or validation function.
|
|
2851
|
-
*/
|
|
2852
|
-
rules: {
|
|
2853
|
-
type: PropType<FwDatePickerProps["rules"]>;
|
|
2854
|
-
};
|
|
2855
|
-
}, {
|
|
2856
|
-
uuid: string;
|
|
2857
|
-
inputBaseClass: vue.Ref<string>;
|
|
2858
|
-
dateModel: vue.WritableComputedRef<FwDatePickerModel>;
|
|
2859
|
-
errors: vue.Ref<string[]>;
|
|
2860
|
-
errorMessage: vue.Ref<string | undefined>;
|
|
2861
|
-
meta: vee_validate.FieldMeta<unknown>;
|
|
2862
|
-
fieldVal: vue.Ref<unknown>;
|
|
2863
|
-
primaryFade5: string;
|
|
2864
|
-
primaryFade10: string;
|
|
2865
|
-
primaryFade20: string;
|
|
2866
|
-
primaryFade30: string;
|
|
2867
|
-
primaryFade40: string;
|
|
2868
|
-
primaryFade50: string;
|
|
2869
|
-
primaryFade70: string;
|
|
2870
|
-
primaryFade80: string;
|
|
2871
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2872
|
-
/**
|
|
2873
|
-
* The date-picker v-model
|
|
2874
|
-
*/
|
|
2875
|
-
modelValue: {
|
|
2876
|
-
type: PropType<FwDatePickerModel>;
|
|
2877
|
-
default: null;
|
|
2878
|
-
};
|
|
2879
|
-
/**
|
|
2880
|
-
* The name of the input field. Must be unique per form.
|
|
2881
|
-
*/
|
|
2882
|
-
name: {
|
|
2883
|
-
type: StringConstructor;
|
|
2884
|
-
required: true;
|
|
2885
|
-
};
|
|
2886
|
-
/**
|
|
2887
|
-
* Label for the input. Also renders to an aria-label attribute
|
|
2888
|
-
*/
|
|
2889
|
-
label: {
|
|
2890
|
-
type: StringConstructor;
|
|
2891
|
-
};
|
|
2892
|
-
/**
|
|
2893
|
-
* The placeholder text of the input
|
|
2894
|
-
*/
|
|
2895
|
-
placeholder: {
|
|
2896
|
-
type: StringConstructor;
|
|
2897
|
-
};
|
|
2898
|
-
/**
|
|
2899
|
-
* The placeholder text of the starting range input
|
|
2900
|
-
*/
|
|
2901
|
-
startPlaceholder: {
|
|
2902
|
-
type: StringConstructor;
|
|
2903
|
-
};
|
|
2904
|
-
/**
|
|
2905
|
-
* The placeholder text of the ending range input
|
|
2906
|
-
*/
|
|
2907
|
-
endPlaceholder: {
|
|
2908
|
-
type: StringConstructor;
|
|
2909
|
-
};
|
|
2910
|
-
/**
|
|
2911
|
-
* Whether to enable the date range inputs
|
|
2912
|
-
*/
|
|
2913
|
-
isRange: {
|
|
2914
|
-
type: BooleanConstructor;
|
|
2915
|
-
default: boolean;
|
|
2916
|
-
};
|
|
2917
|
-
/**
|
|
2918
|
-
* Start input label when is-range
|
|
2919
|
-
*/
|
|
2920
|
-
startLabel: {
|
|
2921
|
-
type: StringConstructor;
|
|
2922
|
-
};
|
|
2923
|
-
/**
|
|
2924
|
-
* End input label when is-range
|
|
2925
|
-
*/
|
|
2926
|
-
endLabel: {
|
|
2927
|
-
type: StringConstructor;
|
|
2928
|
-
};
|
|
2929
|
-
/**
|
|
2930
|
-
* The logical tab order of the input.
|
|
2931
|
-
* Defaults to 0
|
|
2932
|
-
*/
|
|
2933
|
-
tabindex: {
|
|
2934
|
-
type: StringConstructor;
|
|
2935
|
-
default: string;
|
|
2936
|
-
};
|
|
2937
|
-
/**
|
|
2938
|
-
* Whether the input is rounded.
|
|
2939
|
-
* Defaults to false
|
|
2940
|
-
*/
|
|
2941
|
-
rounded: {
|
|
2942
|
-
type: BooleanConstructor;
|
|
2943
|
-
default: boolean;
|
|
2944
|
-
};
|
|
2945
|
-
/**
|
|
2946
|
-
* Enables the required asterisk. (UI only)
|
|
2947
|
-
*/
|
|
2948
|
-
required: {
|
|
2949
|
-
type: BooleanConstructor;
|
|
2950
|
-
default: boolean;
|
|
2951
|
-
};
|
|
2952
|
-
/**
|
|
2953
|
-
* Enable the error section UI.
|
|
2954
|
-
* Defaults to true
|
|
2955
|
-
*/
|
|
2956
|
-
enableErrors: {
|
|
2957
|
-
type: BooleanConstructor;
|
|
2958
|
-
default: boolean;
|
|
2959
|
-
};
|
|
2960
|
-
/**
|
|
2961
|
-
* The minimum selectable date
|
|
2962
|
-
*/
|
|
2963
|
-
minDate: {
|
|
2964
|
-
type: PropType<FwDatePickerProps["minDate"]>;
|
|
2965
|
-
};
|
|
2966
|
-
/**
|
|
2967
|
-
* The maximum selectable date
|
|
2968
|
-
*/
|
|
2969
|
-
maxDate: {
|
|
2970
|
-
type: PropType<FwDatePickerProps["maxDate"]>;
|
|
2971
|
-
};
|
|
2972
|
-
/**
|
|
2973
|
-
* Validation rules. Accepts an object, string schema or validation function.
|
|
2974
|
-
*/
|
|
2975
|
-
rules: {
|
|
2976
|
-
type: PropType<FwDatePickerProps["rules"]>;
|
|
2977
|
-
};
|
|
2978
|
-
}>> & {
|
|
2979
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2980
|
-
}, {
|
|
2981
|
-
modelValue: FwDatePickerModel;
|
|
2982
|
-
isRange: boolean;
|
|
2983
|
-
tabindex: string;
|
|
2984
|
-
rounded: boolean;
|
|
2985
|
-
required: boolean;
|
|
2986
|
-
enableErrors: boolean;
|
|
2987
|
-
}, {}>;
|
|
3963
|
+
declare const __default__$1: DefineComponent<FwDatePickerProps>;
|
|
2988
3964
|
|
|
2989
|
-
declare const __default__: vue.DefineComponent<{
|
|
3965
|
+
declare const __default__: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
2990
3966
|
/**
|
|
2991
3967
|
* The title of the popover
|
|
2992
3968
|
*/
|
|
@@ -3009,10 +3985,10 @@ declare const __default__: vue.DefineComponent<{
|
|
|
3009
3985
|
validator: (value: string) => boolean;
|
|
3010
3986
|
};
|
|
3011
3987
|
/**
|
|
3012
|
-
* The input event which causes the popover to show. Accepts 'click' and 'hover'
|
|
3988
|
+
* The input event which causes the popover to show. Accepts 'click' and 'hover' & 'focus'
|
|
3013
3989
|
*/
|
|
3014
3990
|
trigger: {
|
|
3015
|
-
type:
|
|
3991
|
+
type: PropType<FwPopoverProps["trigger"]>;
|
|
3016
3992
|
default: string;
|
|
3017
3993
|
validator: (value: string) => boolean;
|
|
3018
3994
|
};
|
|
@@ -3052,22 +4028,17 @@ declare const __default__: vue.DefineComponent<{
|
|
|
3052
4028
|
type: BooleanConstructor;
|
|
3053
4029
|
default: boolean;
|
|
3054
4030
|
};
|
|
3055
|
-
}
|
|
3056
|
-
targetElement: vue.Ref<HTMLElement |
|
|
3057
|
-
contentElement: vue.Ref<HTMLElement |
|
|
4031
|
+
}>, {
|
|
4032
|
+
targetElement: vue.Ref<HTMLElement | null, HTMLElement | null>;
|
|
4033
|
+
contentElement: vue.Ref<HTMLElement | null, HTMLElement | null>;
|
|
3058
4034
|
contentElementId: string;
|
|
3059
|
-
computedVisible: vue.ComputedRef<
|
|
3060
|
-
|
|
3061
|
-
onClick: () => void;
|
|
4035
|
+
computedVisible: vue.ComputedRef<boolean>;
|
|
4036
|
+
onEnter: () => void;
|
|
3062
4037
|
onLeave: () => void;
|
|
4038
|
+
onClick: () => void;
|
|
3063
4039
|
autoCloseContent: (e: Event) => void;
|
|
3064
|
-
visible: vue.Ref<boolean>;
|
|
3065
4040
|
spacingSize: vue.ComputedRef<"12px" | "2px">;
|
|
3066
|
-
|
|
3067
|
-
<T extends (...args: any) => any>(func: T, wait: number | undefined, options: lodash.DebounceSettingsLeading): lodash.DebouncedFuncLeading<T>;
|
|
3068
|
-
<T extends (...args: any) => any>(func: T, wait?: number, options?: lodash.DebounceSettings): lodash.DebouncedFunc<T>;
|
|
3069
|
-
};
|
|
3070
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "closed"[], "closed", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4041
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "closed"[], "closed", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
3071
4042
|
/**
|
|
3072
4043
|
* The title of the popover
|
|
3073
4044
|
*/
|
|
@@ -3090,10 +4061,10 @@ declare const __default__: vue.DefineComponent<{
|
|
|
3090
4061
|
validator: (value: string) => boolean;
|
|
3091
4062
|
};
|
|
3092
4063
|
/**
|
|
3093
|
-
* The input event which causes the popover to show. Accepts 'click' and 'hover'
|
|
4064
|
+
* The input event which causes the popover to show. Accepts 'click' and 'hover' & 'focus'
|
|
3094
4065
|
*/
|
|
3095
4066
|
trigger: {
|
|
3096
|
-
type:
|
|
4067
|
+
type: PropType<FwPopoverProps["trigger"]>;
|
|
3097
4068
|
default: string;
|
|
3098
4069
|
validator: (value: string) => boolean;
|
|
3099
4070
|
};
|
|
@@ -3133,20 +4104,20 @@ declare const __default__: vue.DefineComponent<{
|
|
|
3133
4104
|
type: BooleanConstructor;
|
|
3134
4105
|
default: boolean;
|
|
3135
4106
|
};
|
|
3136
|
-
}>> & {
|
|
4107
|
+
}>> & Readonly<{
|
|
3137
4108
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
3138
|
-
}
|
|
4109
|
+
}>, {
|
|
3139
4110
|
placement: "top" | "right" | "bottom" | "left" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
|
3140
4111
|
position: "fixed" | "absolute";
|
|
3141
|
-
trigger:
|
|
4112
|
+
trigger: "click" | "hover" | "focus";
|
|
3142
4113
|
showOnTop: boolean;
|
|
3143
4114
|
closeOnClick: boolean;
|
|
3144
4115
|
closeOnClickOutside: boolean;
|
|
3145
4116
|
textAlign: string;
|
|
3146
4117
|
showArrow: boolean;
|
|
3147
|
-
}, {}>;
|
|
4118
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
3148
4119
|
|
|
3149
|
-
declare const _default$3: vue.DefineComponent<{
|
|
4120
|
+
declare const _default$3: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
3150
4121
|
/**
|
|
3151
4122
|
* The accepted file types for the media picker
|
|
3152
4123
|
*/
|
|
@@ -3155,7 +4126,7 @@ declare const _default$3: vue.DefineComponent<{
|
|
|
3155
4126
|
default: string;
|
|
3156
4127
|
};
|
|
3157
4128
|
/**
|
|
3158
|
-
* The maximum file size in bytes
|
|
4129
|
+
* The maximum file size in bytes. Default 8 MB
|
|
3159
4130
|
*/
|
|
3160
4131
|
maxFileSize: {
|
|
3161
4132
|
type: NumberConstructor;
|
|
@@ -3187,28 +4158,28 @@ declare const _default$3: vue.DefineComponent<{
|
|
|
3187
4158
|
type: StringConstructor;
|
|
3188
4159
|
default: string;
|
|
3189
4160
|
};
|
|
3190
|
-
}
|
|
4161
|
+
}>, {
|
|
3191
4162
|
previewImageUrl: vue.ComputedRef<string | undefined>;
|
|
3192
|
-
fileInput: vue.Ref<HTMLInputElement | null>;
|
|
3193
|
-
editorCanvas: vue.Ref<HTMLCanvasElement | null>;
|
|
3194
|
-
isSelectMediaModalOpen: vue.Ref<boolean>;
|
|
3195
|
-
isEditMediaModalOpen: vue.Ref<boolean>;
|
|
4163
|
+
fileInput: vue.Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
4164
|
+
editorCanvas: vue.Ref<HTMLCanvasElement | null, HTMLCanvasElement | null>;
|
|
4165
|
+
isSelectMediaModalOpen: vue.Ref<boolean, boolean>;
|
|
4166
|
+
isEditMediaModalOpen: vue.Ref<boolean, boolean>;
|
|
3196
4167
|
acceptedFileTypesText: vue.ComputedRef<string>;
|
|
3197
4168
|
maxFileSizeText: vue.ComputedRef<string>;
|
|
3198
4169
|
openFilePicker: () => void | undefined;
|
|
3199
4170
|
fileSelected: (event: Event) => void;
|
|
3200
|
-
dragging: vue.Ref<boolean>;
|
|
3201
|
-
loading: vue.Ref<boolean>;
|
|
4171
|
+
dragging: vue.Ref<boolean, boolean>;
|
|
4172
|
+
loading: vue.Ref<boolean, boolean>;
|
|
3202
4173
|
dragDropFile: (event: DragEvent) => void;
|
|
3203
|
-
isInvalidFile: vue.ComputedRef<boolean
|
|
4174
|
+
isInvalidFile: vue.ComputedRef<boolean>;
|
|
3204
4175
|
showEditor: () => void;
|
|
3205
4176
|
change: () => void;
|
|
3206
4177
|
reset: () => void;
|
|
3207
4178
|
save: () => Promise<void>;
|
|
3208
|
-
startEditImage: (
|
|
3209
|
-
stopEditImage: () => void;
|
|
3210
|
-
editImage: (
|
|
3211
|
-
},
|
|
4179
|
+
startEditImage: (e: PointerEvent) => void;
|
|
4180
|
+
stopEditImage: (e: PointerEvent) => void;
|
|
4181
|
+
editImage: (e: PointerEvent) => void;
|
|
4182
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "selected"[], "selected", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
3212
4183
|
/**
|
|
3213
4184
|
* The accepted file types for the media picker
|
|
3214
4185
|
*/
|
|
@@ -3217,7 +4188,7 @@ declare const _default$3: vue.DefineComponent<{
|
|
|
3217
4188
|
default: string;
|
|
3218
4189
|
};
|
|
3219
4190
|
/**
|
|
3220
|
-
* The maximum file size in bytes
|
|
4191
|
+
* The maximum file size in bytes. Default 8 MB
|
|
3221
4192
|
*/
|
|
3222
4193
|
maxFileSize: {
|
|
3223
4194
|
type: NumberConstructor;
|
|
@@ -3249,16 +4220,25 @@ declare const _default$3: vue.DefineComponent<{
|
|
|
3249
4220
|
type: StringConstructor;
|
|
3250
4221
|
default: string;
|
|
3251
4222
|
};
|
|
3252
|
-
}>> & {
|
|
4223
|
+
}>> & Readonly<{
|
|
3253
4224
|
onSelected?: ((...args: any[]) => any) | undefined;
|
|
3254
|
-
}
|
|
4225
|
+
}>, {
|
|
3255
4226
|
acceptedFileTypes: string;
|
|
3256
4227
|
maxFileSize: number;
|
|
3257
4228
|
uploadHeaderText: string;
|
|
3258
4229
|
editHeaderText: string;
|
|
3259
|
-
}, {}
|
|
4230
|
+
}, {}, {
|
|
4231
|
+
FwModal: vue.ComponentOptions;
|
|
4232
|
+
FwButton: vue.ComponentOptions;
|
|
4233
|
+
ArrowRotateSvg: VueConstructor<Vue>;
|
|
4234
|
+
CloudArrowUpSvg: VueConstructor<Vue>;
|
|
4235
|
+
GuideSvg: VueConstructor<Vue>;
|
|
4236
|
+
LoadingSvg: VueConstructor<Vue>;
|
|
4237
|
+
PenSvg: VueConstructor<Vue>;
|
|
4238
|
+
PlusSvg: VueConstructor<Vue>;
|
|
4239
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
3260
4240
|
|
|
3261
|
-
declare const _default$2: vue.DefineComponent<{
|
|
4241
|
+
declare const _default$2: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
3262
4242
|
min: {
|
|
3263
4243
|
type: NumberConstructor;
|
|
3264
4244
|
default: number;
|
|
@@ -3279,13 +4259,16 @@ declare const _default$2: vue.DefineComponent<{
|
|
|
3279
4259
|
type: NumberConstructor;
|
|
3280
4260
|
default: null;
|
|
3281
4261
|
};
|
|
3282
|
-
}
|
|
3283
|
-
|
|
3284
|
-
|
|
4262
|
+
}>, {
|
|
4263
|
+
minLocal: vue.Ref<number, number>;
|
|
4264
|
+
maxLocal: vue.Ref<number, number>;
|
|
3285
4265
|
minPercentage: vue.ComputedRef<number>;
|
|
3286
4266
|
maxPercentage: vue.ComputedRef<number>;
|
|
3287
4267
|
clippingPoint: vue.ComputedRef<boolean>;
|
|
3288
|
-
|
|
4268
|
+
trackStyle: vue.ComputedRef<{
|
|
4269
|
+
background: string;
|
|
4270
|
+
}>;
|
|
4271
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("update:minValue" | "update:maxValue")[], "update:minValue" | "update:maxValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
3289
4272
|
min: {
|
|
3290
4273
|
type: NumberConstructor;
|
|
3291
4274
|
default: number;
|
|
@@ -3306,48 +4289,23 @@ declare const _default$2: vue.DefineComponent<{
|
|
|
3306
4289
|
type: NumberConstructor;
|
|
3307
4290
|
default: null;
|
|
3308
4291
|
};
|
|
3309
|
-
}>> & {
|
|
4292
|
+
}>> & Readonly<{
|
|
3310
4293
|
"onUpdate:minValue"?: ((...args: any[]) => any) | undefined;
|
|
3311
4294
|
"onUpdate:maxValue"?: ((...args: any[]) => any) | undefined;
|
|
3312
|
-
}
|
|
4295
|
+
}>, {
|
|
3313
4296
|
min: number;
|
|
3314
4297
|
max: number;
|
|
3315
4298
|
step: number;
|
|
3316
4299
|
minValue: number;
|
|
3317
4300
|
maxValue: number;
|
|
3318
|
-
}, {}>;
|
|
4301
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
3319
4302
|
|
|
3320
4303
|
declare const _default$1: vue.DefineComponent<{
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
};
|
|
3327
|
-
/**
|
|
3328
|
-
* The marker label of the y-axis transactions
|
|
3329
|
-
*/
|
|
3330
|
-
yMarker: {
|
|
3331
|
-
type: StringConstructor;
|
|
3332
|
-
};
|
|
3333
|
-
/**
|
|
3334
|
-
* The x axis data.
|
|
3335
|
-
*/
|
|
3336
|
-
x: {
|
|
3337
|
-
type: PropType<FwBarChartProps["x"]>;
|
|
3338
|
-
};
|
|
3339
|
-
/**
|
|
3340
|
-
* The y axis data.
|
|
3341
|
-
*/
|
|
3342
|
-
y: {
|
|
3343
|
-
type: PropType<FwBarChartProps["y"]>;
|
|
3344
|
-
};
|
|
3345
|
-
/**
|
|
3346
|
-
* The x and y axis data.
|
|
3347
|
-
*/
|
|
3348
|
-
graphData: {
|
|
3349
|
-
type: PropType<FwBarChartProps["graphData"]>;
|
|
3350
|
-
};
|
|
4304
|
+
title?: string | undefined;
|
|
4305
|
+
yMarker?: string | undefined;
|
|
4306
|
+
x?: string[] | string | undefined;
|
|
4307
|
+
y?: (string | number)[] | string | undefined;
|
|
4308
|
+
graphData?: FwBarGraphData[] | string | undefined;
|
|
3351
4309
|
}, {
|
|
3352
4310
|
uuid: string;
|
|
3353
4311
|
xModel: vue.ComputedRef<string[]>;
|
|
@@ -3365,40 +4323,17 @@ declare const _default$1: vue.DefineComponent<{
|
|
|
3365
4323
|
}>;
|
|
3366
4324
|
bgColor: string;
|
|
3367
4325
|
primaryFade: string;
|
|
3368
|
-
},
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
*/
|
|
3378
|
-
yMarker: {
|
|
3379
|
-
type: StringConstructor;
|
|
3380
|
-
};
|
|
3381
|
-
/**
|
|
3382
|
-
* The x axis data.
|
|
3383
|
-
*/
|
|
3384
|
-
x: {
|
|
3385
|
-
type: PropType<FwBarChartProps["x"]>;
|
|
3386
|
-
};
|
|
3387
|
-
/**
|
|
3388
|
-
* The y axis data.
|
|
3389
|
-
*/
|
|
3390
|
-
y: {
|
|
3391
|
-
type: PropType<FwBarChartProps["y"]>;
|
|
3392
|
-
};
|
|
3393
|
-
/**
|
|
3394
|
-
* The x and y axis data.
|
|
3395
|
-
*/
|
|
3396
|
-
graphData: {
|
|
3397
|
-
type: PropType<FwBarChartProps["graphData"]>;
|
|
3398
|
-
};
|
|
3399
|
-
}>>, {}, {}>;
|
|
4326
|
+
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{
|
|
4327
|
+
title?: string | undefined;
|
|
4328
|
+
yMarker?: string | undefined;
|
|
4329
|
+
x?: string[] | string | undefined;
|
|
4330
|
+
y?: (string | number)[] | string | undefined;
|
|
4331
|
+
graphData?: FwBarGraphData[] | string | undefined;
|
|
4332
|
+
}> & Readonly<{}>, {}, {}, {
|
|
4333
|
+
BarChart: vue_chartjs_dist_types.TypedChartComponent<"bar", (number | [number, number] | null)[] | vue_chartjs_dist_typedCharts.ExtendedDataPoint[], unknown>;
|
|
4334
|
+
}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
3400
4335
|
|
|
3401
|
-
declare const _default: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<
|
|
4336
|
+
declare const _default: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
3402
4337
|
|
|
3403
4338
|
declare interface ModalServiceProps extends Omit<FwModalProps, 'modelValue'> {
|
|
3404
4339
|
onConfirm?: () => void;
|
|
@@ -3437,6 +4372,7 @@ declare const useColours: () => {
|
|
|
3437
4372
|
primaryFade90: string;
|
|
3438
4373
|
brandBg1Fade95: string;
|
|
3439
4374
|
colorErrorTextFade5: string;
|
|
4375
|
+
colorSuccessNew: string;
|
|
3440
4376
|
};
|
|
3441
4377
|
|
|
3442
4378
|
declare const getVueComponentHtml: (component: Component, props: ComponentCustomProps) => string;
|
|
@@ -3445,4 +4381,4 @@ declare const install: Exclude<Plugin['install'], undefined>;
|
|
|
3445
4381
|
|
|
3446
4382
|
declare module '@frollo/frollo-web-ui/icons' { }
|
|
3447
4383
|
|
|
3448
|
-
export { type ButtonAnimation, type ButtonDefinition, type ButtonDefinitionList, type ButtonSize, type ButtonSizes, type ButtonTypeAttribute, type ButtonVariantName, __default__$
|
|
4384
|
+
export { type ButtonAnimation, type ButtonDefinition, type ButtonDefinitionList, type ButtonSize, type ButtonSizes, type ButtonTypeAttribute, type ButtonVariantName, __default__$5 as FwAccordion, type FwAccordionProps, _default$h as FwAlert, _default$1 as FwBarChart, type FwBarChartProps, type FwBarGraphData, _default$i as FwButton, type FwButtonProps, __default__$9 as FwCard, type FwCardProps, __default__$b as FwCheckbox, type FwCheckboxProps, __default__$1 as FwDatePicker, type FwDatePickerModel, type FwDatePickerProps, __default__$3 as FwDrawer, type FwDrawerProps, __default__$a as FwDropdown, type FwDropdownOption, type FwDropdownProps, __default__$4 as FwImage, type FwImageProps, __default__$c as FwInput, type FwInputProps, type FwInputType, _default$a as FwLoadingBar, _default$9 as FwLoadingCard, _default$7 as FwLoadingDots, _default$8 as FwLoadingTable, _default$3 as FwMediaPicker, type FwMediaPickerProps, __default__$8 as FwModal, type FwModalProps, _default$g as FwNavigationMenu, type FwNavigationMenuProps, __default__ as FwPopover, type FwPopoverProps, _default$d as FwProgressBar, __default__$2 as FwProviderList, type FwProviderListItem, type FwProviderListProps, _default$4 as FwSidebarMenu, type FwSidebarMenuItem, type FwSidebarMenuProps, _default$2 as FwSlider, _default as FwSuccessAnimation, _default$j as FwSwitch, type FwSwitchProps, _default$e as FwTab, type FwTabProps, __default__$6 as FwTable, type FwTableCellComponentHandlers, type FwTableCellComponentProps, type FwTableColumnMeta, type FwTableFormatFunction, _default$c as FwTableHead, type FwTableItem, type FwTableItemOptions, type FwTableItemValue, type FwTableProps, _default$b as FwTableRow, type FwTableSort, type FwTableSortFunction, _default$f as FwTabs, type FwTabsProps, __default__$7 as FwTag, type FwTagProps, _default$6 as FwToast, type FwToastProps, _default$5 as FwTransactionsCard, type FwTransactionsCardProps, type ModalServiceProps, type NavMenuItem, type ProgressBarStep, type TabRecord, type TabsApi, type TagDefinition, type TagDefinitionList, type TagSize, type TagSizes, type TagVariantName, type ToastPosition, type ToastServiceProps, type ToastType, type ToastTypes, install as default, getHexWithOpacity, getVueComponentHtml, modalService, toastService, useColours };
|