@feedmepos/ui-library 1.8.4 → 1.8.6
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/dist/CHANGELOG.md +22 -0
- package/dist/components/button/FmButton.vue.d.ts +2 -2
- package/dist/components/chart/bar/FmBar.vue.d.ts +1 -1
- package/dist/components/chart/line/FmLine.vue.d.ts +1 -1
- package/dist/components/chart/pie/FmPie.vue.d.ts +2 -2
- package/dist/components/chip/FmChip.vue.d.ts +1 -1
- package/dist/components/dialog/FmDialogContent.vue.d.ts +1 -1
- package/dist/components/form/calendar/date-picker/FmDatePicker.vue.d.ts +2 -2
- package/dist/components/form/calendar/date-picker/FmDatePickerDesktop.vue.d.ts +2 -2
- package/dist/components/form/calendar/date-picker/FmDatePickerMobile.vue.d.ts +2 -2
- package/dist/components/form/calendar/date-range-picker/FmDateRangePicker.vue.d.ts +2 -2
- package/dist/components/form/calendar/date-range-picker/FmDateRangePickerDesktop.vue.d.ts +2 -2
- package/dist/components/form/calendar/date-range-picker/FmDateRangePickerField.vue.d.ts +1 -1
- package/dist/components/form/calendar/date-range-picker/FmDateRangePickerMobile.vue.d.ts +2 -2
- package/dist/components/form/error-summary/FmErrorSummary.vue.d.ts +44 -0
- package/dist/components/form/field/FmField.vue.d.ts +1 -1
- package/dist/components/form/form/FmForm.vue.d.ts +4 -0
- package/dist/components/form/search/FmSearch.vue.d.ts +2 -2
- package/dist/components/form/simple-calendar/simple-date-picker/FmSimpleDatePicker.vue.d.ts +2 -2
- package/dist/components/form/simple-calendar/simple-date-picker/FmSimpleDatePickerDesktop.vue.d.ts +2 -2
- package/dist/components/form/simple-calendar/simple-date-picker/FmSimpleDatePickerMobile.vue.d.ts +2 -2
- package/dist/components/form/simple-calendar/simple-date-range-picker/FmSimpleDateRangePicker.vue.d.ts +2 -2
- package/dist/components/form/simple-calendar/simple-date-range-picker/FmSimpleDateRangePickerDesktop.vue.d.ts +2 -2
- package/dist/components/form/simple-calendar/simple-date-range-picker/FmSimpleDateRangePickerField.vue.d.ts +1 -1
- package/dist/components/form/simple-calendar/simple-date-range-picker/FmSimpleDateRangePickerMobile.vue.d.ts +2 -2
- package/dist/components/form/stepper-field/FmStepperField.vue.d.ts +3 -3
- package/dist/components/form/text-field/FmTextField.vue.d.ts +3 -3
- package/dist/components/form/textarea/FmTextarea.vue.d.ts +2 -2
- package/dist/components/icon/FmIcon.vue.d.ts +1 -1
- package/dist/components/menu/menu-component/FmMenu.vue.d.ts +2 -2
- package/dist/components/menu/menu-item/FmMenuItem.vue.d.ts +1 -1
- package/dist/components/progress-indicator/FmCircularProgress.vue.d.ts +1 -1
- package/dist/components/snackbar/FmSnackbar.vue.d.ts +3 -3
- package/dist/components/stepper/FmStep.vue.d.ts +1 -1
- package/dist/components/tab/FmCollapsibleTab.vue.d.ts +1 -1
- package/dist/components/tab/FmTab.vue.d.ts +1 -1
- package/dist/components/table/FmCustomizeFields.vue.d.ts +71 -0
- package/dist/components/table/FmTable.vue.d.ts +1 -1
- package/dist/components/table/FmTableCheckbox.vue.d.ts +18 -1
- package/dist/components/tabs/FmCollapsibleTabs.vue.d.ts +1 -1
- package/dist/components.d.ts +828 -715
- package/dist/federation/{FmCard.vue_vue_type_style_index_0_lang-BC1Z3hHe.js → FmCard.vue_vue_type_style_index_0_lang-B-bA0JF4.js} +1 -1
- package/dist/federation/{FmCardActionArea.vue_vue_type_script_setup_true_lang-Bqqk9uKL.js → FmCardActionArea.vue_vue_type_script_setup_true_lang-6t3ZLCou.js} +1 -1
- package/dist/federation/{FmCardActions.vue_vue_type_script_setup_true_lang-ChtkFu-U.js → FmCardActions.vue_vue_type_script_setup_true_lang-B5DxyJsq.js} +1 -1
- package/dist/federation/{FmCardHeader.vue_vue_type_script_setup_true_lang-C4y1e322.js → FmCardHeader.vue_vue_type_script_setup_true_lang-OlWb7EWO.js} +1 -1
- package/dist/federation/{FmCardMedia.vue_vue_type_script_setup_true_lang-2q9H0CqG.js → FmCardMedia.vue_vue_type_script_setup_true_lang-BQviJ4f0.js} +1 -1
- package/dist/federation/{FmCardSection.vue_vue_type_script_setup_true_lang-CXh18Tvp.js → FmCardSection.vue_vue_type_script_setup_true_lang-4qdhosen.js} +1 -1
- package/dist/federation/{FmCardSubtitle.vue_vue_type_script_setup_true_lang-SjTeV5qD.js → FmCardSubtitle.vue_vue_type_script_setup_true_lang-CO7Ljyul.js} +1 -1
- package/dist/federation/{FmCardTitle.vue_vue_type_script_setup_true_lang-DJwgBUfp.js → FmCardTitle.vue_vue_type_script_setup_true_lang-BYrbCxqV.js} +1 -1
- package/dist/federation/{FmCheckbox.vue_vue_type_style_index_0_lang-CGQiBIuh.js → FmCheckbox.vue_vue_type_style_index_0_lang-DPe28FOL.js} +1 -1
- package/dist/federation/{FmDatePicker.vue_vue_type_script_setup_true_lang-pfx4p3sV.js → FmDatePicker.vue_vue_type_script_setup_true_lang-BQOcz9pr.js} +1 -1
- package/dist/federation/{FmDateRangePicker.vue_vue_type_script_setup_true_lang-CHDBBIGO.js → FmDateRangePicker.vue_vue_type_script_setup_true_lang-DPdfrq4l.js} +1 -1
- package/dist/federation/{FmDateRangeYearMonthPicker.vue_vue_type_script_setup_true_lang-BK9uM_T8.js → FmDateRangeYearMonthPicker.vue_vue_type_script_setup_true_lang-CGXgXWmj.js} +1 -1
- package/dist/federation/{FmDialog.vue_vue_type_script_setup_true_lang-DPHnFYPb.js → FmDialog.vue_vue_type_script_setup_true_lang-wHFParTK.js} +1 -1
- package/dist/federation/FmForm.vue_vue_type_script_setup_true_lang-OFTGc_27.js +1 -0
- package/dist/federation/{FmFormGroup.vue_vue_type_script_setup_true_lang-BA9r4Bgl.js → FmFormGroup.vue_vue_type_script_setup_true_lang-KtRMCkul.js} +1 -1
- package/dist/federation/{FmGlobalSearch.vue_vue_type_script_setup_true_lang-Uo4laXic.js → FmGlobalSearch.vue_vue_type_script_setup_true_lang-BoQsT_wo.js} +1 -1
- package/dist/federation/{FmHelperText.vue_vue_type_script_setup_true_lang-DpP4K08Z.js → FmHelperText.vue_vue_type_script_setup_true_lang-DXgKVVp2.js} +1 -1
- package/dist/federation/{FmLabel.vue_vue_type_script_setup_true_lang-DG9nYx4F.js → FmLabel.vue_vue_type_script_setup_true_lang-AdUUDXGn.js} +1 -1
- package/dist/federation/{FmPageHead.vue_vue_type_script_setup_true_lang-C7PZFwUQ.js → FmPageHead.vue_vue_type_script_setup_true_lang-BYyGFpl3.js} +1 -1
- package/dist/federation/{FmPhoneNumber.vue_vue_type_script_setup_true_lang-AWvKnjJl.js → FmPhoneNumber.vue_vue_type_script_setup_true_lang-emV2D7vA.js} +1 -1
- package/dist/federation/{FmRadioGroup.vue_vue_type_script_setup_true_lang-CowVqW03.js → FmRadioGroup.vue_vue_type_script_setup_true_lang-DOBc9KVz.js} +1 -1
- package/dist/federation/{FmSearch.vue_vue_type_script_setup_true_lang-DvOCxGLj.js → FmSearch.vue_vue_type_script_setup_true_lang-BITA9HN-.js} +1 -1
- package/dist/federation/{FmStepper.vue_vue_type_script_setup_true_lang-BEUVIm_a.js → FmStepper.vue_vue_type_script_setup_true_lang-DYCNTfB6.js} +1 -1
- package/dist/federation/{FmTableToolbar.vue_vue_type_script_setup_true_lang-CS_9V56P.js → FmTableToolbar.vue_vue_type_script_setup_true_lang-CFtkkFGk.js} +1 -1
- package/dist/federation/{FmTabs.vue_vue_type_script_setup_true_lang-DFYhkAyk.js → FmTabs.vue_vue_type_script_setup_true_lang-CJdD8RbC.js} +1 -1
- package/dist/federation/{FmTextField.vue_vue_type_style_index_0_lang-DN3S5VOZ.js → FmTextField.vue_vue_type_style_index_0_lang-6wM2uTVc.js} +1 -1
- package/dist/federation/{FmTimeInput.vue_vue_type_style_index_0_lang-DJdsGg-M.js → FmTimeInput.vue_vue_type_style_index_0_lang-WiJho7dz.js} +1 -1
- package/dist/federation/{FmTimePicker.vue_vue_type_script_setup_true_lang-C9lpZDXS.js → FmTimePicker.vue_vue_type_script_setup_true_lang-Cbqn6wxN.js} +1 -1
- package/dist/federation/{FmTimeRangePicker.vue_vue_type_script_setup_true_lang-BHilSFze.js → FmTimeRangePicker.vue_vue_type_script_setup_true_lang-G6dZQ8ef.js} +1 -1
- package/dist/federation/{__federation_expose_FmCard-B4vjxfrb.js → __federation_expose_FmCard-BRUnAPEr.js} +1 -1
- package/dist/federation/{__federation_expose_FmCardActionArea-BXLmdSHY.js → __federation_expose_FmCardActionArea-BjkF6Xe-.js} +1 -1
- package/dist/federation/{__federation_expose_FmCardActions-ywR0m1In.js → __federation_expose_FmCardActions-RCTn5eOQ.js} +1 -1
- package/dist/federation/{__federation_expose_FmCardHeader-Dzs0KxQa.js → __federation_expose_FmCardHeader-CmNsf9j7.js} +1 -1
- package/dist/federation/{__federation_expose_FmCardMedia-Bh44wBBf.js → __federation_expose_FmCardMedia-B2vUbqrK.js} +1 -1
- package/dist/federation/{__federation_expose_FmCardSection-Wkfefi41.js → __federation_expose_FmCardSection-BRYd77Je.js} +1 -1
- package/dist/federation/{__federation_expose_FmCardSubtitle-B7zN5ihb.js → __federation_expose_FmCardSubtitle-CR-sII6N.js} +1 -1
- package/dist/federation/{__federation_expose_FmCardTitle-DIycc2lQ.js → __federation_expose_FmCardTitle-DG8wOLFR.js} +1 -1
- package/dist/federation/{__federation_expose_FmCheckbox-Z9cKsJbV.js → __federation_expose_FmCheckbox-CMN0lWcn.js} +1 -1
- package/dist/federation/{__federation_expose_FmDatePicker-BWfTGixE.js → __federation_expose_FmDatePicker-CHjH7iqn.js} +1 -1
- package/dist/federation/{__federation_expose_FmDatePickerMobile-Dzxa7PKU.js → __federation_expose_FmDatePickerMobile-CyrCU70h.js} +1 -1
- package/dist/federation/{__federation_expose_FmDateRangePicker-B_RVx7ia.js → __federation_expose_FmDateRangePicker-ZCPmqnZU.js} +1 -1
- package/dist/federation/{__federation_expose_FmDateRangePickerMobile-KFXJvy8g.js → __federation_expose_FmDateRangePickerMobile-DWbRYQM0.js} +1 -1
- package/dist/federation/{__federation_expose_FmDialog-c7W6x--P.js → __federation_expose_FmDialog-8fyqkbis.js} +1 -1
- package/dist/federation/{__federation_expose_FmDropField-Bgk82hVQ.js → __federation_expose_FmDropField-DiegTD0Z.js} +1 -1
- package/dist/federation/{__federation_expose_FmDynamicDialog-DeX3ba9J.js → __federation_expose_FmDynamicDialog-CtdurgqT.js} +1 -1
- package/dist/federation/{__federation_expose_FmField-Cfz1ABLg.js → __federation_expose_FmField-D0Rom3Qf.js} +1 -1
- package/dist/federation/{__federation_expose_FmForm-BUXmfEV8.js → __federation_expose_FmForm-lJxw5iei.js} +1 -1
- package/dist/federation/{__federation_expose_FmFormGroup-BLngXDeR.js → __federation_expose_FmFormGroup-HsFsHG2N.js} +1 -1
- package/dist/federation/{__federation_expose_FmGlobalSearch-N2oOR1Ab.js → __federation_expose_FmGlobalSearch-DjbmQRFv.js} +1 -1
- package/dist/federation/{__federation_expose_FmHelperText-yl2C8C-3.js → __federation_expose_FmHelperText-D07YLQSd.js} +1 -1
- package/dist/federation/{__federation_expose_FmLabel-CaQL0YJc.js → __federation_expose_FmLabel-Bx458ogE.js} +1 -1
- package/dist/federation/{__federation_expose_FmMenu-BH6bzCSj.js → __federation_expose_FmMenu-yvc0DS1t.js} +1 -1
- package/dist/federation/{__federation_expose_FmMenuItem-D0j_Eu3r.js → __federation_expose_FmMenuItem-BlT0jLYm.js} +1 -1
- package/dist/federation/{__federation_expose_FmPageHead-Bp0OoszF.js → __federation_expose_FmPageHead-Bp9SZO1b.js} +1 -1
- package/dist/federation/{__federation_expose_FmPhoneNumber-CVmNuZOP.js → __federation_expose_FmPhoneNumber-CCZn4ojG.js} +1 -1
- package/dist/federation/{__federation_expose_FmRadio-B5ft7U16.js → __federation_expose_FmRadio-DZ-tj5JC.js} +1 -1
- package/dist/federation/{__federation_expose_FmRadioGroup-BIkWHnue.js → __federation_expose_FmRadioGroup-Z4lX0G6N.js} +1 -1
- package/dist/federation/{__federation_expose_FmSearch-B0OzKqZc.js → __federation_expose_FmSearch-BelWiyIi.js} +1 -1
- package/dist/federation/{__federation_expose_FmSelect-BV6iHqUW.js → __federation_expose_FmSelect-BZjzmKSX.js} +1 -1
- package/dist/federation/{__federation_expose_FmStep-Cqt-wiyb.js → __federation_expose_FmStep-D9nXFB5f.js} +1 -1
- package/dist/federation/{__federation_expose_FmStepper-BEMLL0Qd.js → __federation_expose_FmStepper-oyS7BT-N.js} +1 -1
- package/dist/federation/{__federation_expose_FmStepperField-Bbn5Gjd-.js → __federation_expose_FmStepperField-MXOwGAWK.js} +1 -1
- package/dist/federation/{__federation_expose_FmSwitch-rtm1acFB.js → __federation_expose_FmSwitch-D76AWunf.js} +1 -1
- package/dist/federation/{__federation_expose_FmTab-oiVmb7HD.js → __federation_expose_FmTab-RhuIUiLd.js} +1 -1
- package/dist/federation/{__federation_expose_FmTable-CqFAhDwa.js → __federation_expose_FmTable-BwWewwR5.js} +1 -1
- package/dist/federation/{__federation_expose_FmTable-D6X6Ow0c.css → __federation_expose_FmTable-F_PY7zaG.css} +1 -1
- package/dist/federation/{__federation_expose_FmTableToolbar-B5T2HWpP.js → __federation_expose_FmTableToolbar-B9rYFrnU.js} +1 -1
- package/dist/federation/{__federation_expose_FmTabs-BfYCaKKE.js → __federation_expose_FmTabs-DRVLR2dj.js} +1 -1
- package/dist/federation/{__federation_expose_FmTextField-DVU1StDF.js → __federation_expose_FmTextField-B_CwXJML.js} +1 -1
- package/dist/federation/{__federation_expose_FmTextarea-BNcAmiaW.js → __federation_expose_FmTextarea-DNYDzW2W.js} +1 -1
- package/dist/federation/{__federation_expose_FmTimeInput-CCwGdp_q.js → __federation_expose_FmTimeInput-D3vL1Gxn.js} +1 -1
- package/dist/federation/{__federation_expose_FmTimePicker-cKyniBhl.js → __federation_expose_FmTimePicker-BmnhAOJo.js} +1 -1
- package/dist/federation/{__federation_expose_FmTimeRangePicker-C-OFAJX8.js → __federation_expose_FmTimeRangePicker-a9jCjvFe.js} +1 -1
- package/dist/federation/{dialog-plugin-UCWZSDUI.js → dialog-plugin-Ad9YC_-C.js} +1 -1
- package/dist/federation/feedmepos-ui-components.js +1 -1
- package/dist/federation/{helper-hr9vjOjc.js → helper-C-kjnLys.js} +1 -1
- package/dist/federation/index-_rksi4f0.css +1 -0
- package/dist/federation/index-bWuv4bWD.js +2 -0
- package/dist/federation/locale-CB-g9VlQ.js +1 -0
- package/dist/federation/provider-keys-Biea8ASh.js +1 -0
- package/dist/federation/{useFocus-z6lA6xf5.js → useFocus-BQbozJ2B.js} +1 -1
- package/dist/federation/{useSnackbar-QIL3kuoi.js → useSnackbar-CkRpWLRY.js} +1 -1
- package/dist/feedmepos-ui-library.js +10104 -9803
- package/dist/feedmepos-ui-library.umd.cjs +29 -29
- package/dist/locales/en-US.d.ts +13 -0
- package/dist/locales/th-TH.d.ts +13 -0
- package/dist/locales/zh-CN.d.ts +13 -0
- package/dist/locales/zh-Hant.d.ts +13 -0
- package/dist/plugin/snackbar-plugin.d.ts +3 -3
- package/dist/style.css +1 -1
- package/dist/utils/provider-keys.d.ts +2 -1
- package/package.json +3 -2
- package/dist/federation/FmForm.vue_vue_type_script_setup_true_lang-so543HeS.js +0 -1
- package/dist/federation/index-BKke5rnb.css +0 -1
- package/dist/federation/index-BV3kwUmh.js +0 -2
- package/dist/federation/locale-BJcfw33p.js +0 -1
- package/dist/federation/provider-keys-nUDvvk3o.js +0 -1
package/dist/components.d.ts
CHANGED
|
@@ -342,8 +342,12 @@ export declare const components: {
|
|
|
342
342
|
}>>, {}, {}>;
|
|
343
343
|
FmButton: {
|
|
344
344
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
345
|
+
size: {
|
|
346
|
+
type: import("vue").PropType<"md" | "lg">;
|
|
347
|
+
default: string;
|
|
348
|
+
};
|
|
345
349
|
type: {
|
|
346
|
-
type: import("vue").PropType<"
|
|
350
|
+
type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
347
351
|
default: string;
|
|
348
352
|
};
|
|
349
353
|
label: {
|
|
@@ -354,10 +358,6 @@ export declare const components: {
|
|
|
354
358
|
type: import("vue").PropType<boolean>;
|
|
355
359
|
default: boolean;
|
|
356
360
|
};
|
|
357
|
-
size: {
|
|
358
|
-
type: import("vue").PropType<"md" | "lg">;
|
|
359
|
-
default: string;
|
|
360
|
-
};
|
|
361
361
|
iconColor: {
|
|
362
362
|
type: import("vue").PropType<string>;
|
|
363
363
|
};
|
|
@@ -369,9 +369,6 @@ export declare const components: {
|
|
|
369
369
|
type: import("vue").PropType<boolean>;
|
|
370
370
|
default: boolean;
|
|
371
371
|
};
|
|
372
|
-
bgColor: {
|
|
373
|
-
type: import("vue").PropType<string>;
|
|
374
|
-
};
|
|
375
372
|
icon: {
|
|
376
373
|
type: import("vue").PropType<string>;
|
|
377
374
|
default: string;
|
|
@@ -382,6 +379,9 @@ export declare const components: {
|
|
|
382
379
|
textColor: {
|
|
383
380
|
type: import("vue").PropType<string>;
|
|
384
381
|
};
|
|
382
|
+
bgColor: {
|
|
383
|
+
type: import("vue").PropType<string>;
|
|
384
|
+
};
|
|
385
385
|
iconPosition: {
|
|
386
386
|
type: import("vue").PropType<"prepend" | "append">;
|
|
387
387
|
default: string;
|
|
@@ -401,8 +401,12 @@ export declare const components: {
|
|
|
401
401
|
type: import("vue").PropType<"outline" | "filled">;
|
|
402
402
|
};
|
|
403
403
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
404
|
+
size: {
|
|
405
|
+
type: import("vue").PropType<"md" | "lg">;
|
|
406
|
+
default: string;
|
|
407
|
+
};
|
|
404
408
|
type: {
|
|
405
|
-
type: import("vue").PropType<"
|
|
409
|
+
type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
406
410
|
default: string;
|
|
407
411
|
};
|
|
408
412
|
label: {
|
|
@@ -413,10 +417,6 @@ export declare const components: {
|
|
|
413
417
|
type: import("vue").PropType<boolean>;
|
|
414
418
|
default: boolean;
|
|
415
419
|
};
|
|
416
|
-
size: {
|
|
417
|
-
type: import("vue").PropType<"md" | "lg">;
|
|
418
|
-
default: string;
|
|
419
|
-
};
|
|
420
420
|
iconColor: {
|
|
421
421
|
type: import("vue").PropType<string>;
|
|
422
422
|
};
|
|
@@ -428,9 +428,6 @@ export declare const components: {
|
|
|
428
428
|
type: import("vue").PropType<boolean>;
|
|
429
429
|
default: boolean;
|
|
430
430
|
};
|
|
431
|
-
bgColor: {
|
|
432
|
-
type: import("vue").PropType<string>;
|
|
433
|
-
};
|
|
434
431
|
icon: {
|
|
435
432
|
type: import("vue").PropType<string>;
|
|
436
433
|
default: string;
|
|
@@ -441,6 +438,9 @@ export declare const components: {
|
|
|
441
438
|
textColor: {
|
|
442
439
|
type: import("vue").PropType<string>;
|
|
443
440
|
};
|
|
441
|
+
bgColor: {
|
|
442
|
+
type: import("vue").PropType<string>;
|
|
443
|
+
};
|
|
444
444
|
iconPosition: {
|
|
445
445
|
type: import("vue").PropType<"prepend" | "append">;
|
|
446
446
|
default: string;
|
|
@@ -460,10 +460,10 @@ export declare const components: {
|
|
|
460
460
|
type: import("vue").PropType<"outline" | "filled">;
|
|
461
461
|
};
|
|
462
462
|
}>>, {
|
|
463
|
-
|
|
463
|
+
size: "md" | "lg";
|
|
464
|
+
type: "reset" | "submit" | "button";
|
|
464
465
|
label: string;
|
|
465
466
|
disabled: boolean;
|
|
466
|
-
size: "md" | "lg";
|
|
467
467
|
variant: "plain" | "primary" | "secondary" | "destructive" | "tertiary" | "fab" | import("./components/button").FmButtonVariant;
|
|
468
468
|
loading: boolean;
|
|
469
469
|
icon: string;
|
|
@@ -478,8 +478,12 @@ export declare const components: {
|
|
|
478
478
|
M: {};
|
|
479
479
|
Defaults: {};
|
|
480
480
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
481
|
+
size: {
|
|
482
|
+
type: import("vue").PropType<"md" | "lg">;
|
|
483
|
+
default: string;
|
|
484
|
+
};
|
|
481
485
|
type: {
|
|
482
|
-
type: import("vue").PropType<"
|
|
486
|
+
type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
483
487
|
default: string;
|
|
484
488
|
};
|
|
485
489
|
label: {
|
|
@@ -490,10 +494,6 @@ export declare const components: {
|
|
|
490
494
|
type: import("vue").PropType<boolean>;
|
|
491
495
|
default: boolean;
|
|
492
496
|
};
|
|
493
|
-
size: {
|
|
494
|
-
type: import("vue").PropType<"md" | "lg">;
|
|
495
|
-
default: string;
|
|
496
|
-
};
|
|
497
497
|
iconColor: {
|
|
498
498
|
type: import("vue").PropType<string>;
|
|
499
499
|
};
|
|
@@ -505,9 +505,6 @@ export declare const components: {
|
|
|
505
505
|
type: import("vue").PropType<boolean>;
|
|
506
506
|
default: boolean;
|
|
507
507
|
};
|
|
508
|
-
bgColor: {
|
|
509
|
-
type: import("vue").PropType<string>;
|
|
510
|
-
};
|
|
511
508
|
icon: {
|
|
512
509
|
type: import("vue").PropType<string>;
|
|
513
510
|
default: string;
|
|
@@ -518,6 +515,9 @@ export declare const components: {
|
|
|
518
515
|
textColor: {
|
|
519
516
|
type: import("vue").PropType<string>;
|
|
520
517
|
};
|
|
518
|
+
bgColor: {
|
|
519
|
+
type: import("vue").PropType<string>;
|
|
520
|
+
};
|
|
521
521
|
iconPosition: {
|
|
522
522
|
type: import("vue").PropType<"prepend" | "append">;
|
|
523
523
|
default: string;
|
|
@@ -537,10 +537,10 @@ export declare const components: {
|
|
|
537
537
|
type: import("vue").PropType<"outline" | "filled">;
|
|
538
538
|
};
|
|
539
539
|
}>>, {}, {}, {}, {}, {
|
|
540
|
-
|
|
540
|
+
size: "md" | "lg";
|
|
541
|
+
type: "reset" | "submit" | "button";
|
|
541
542
|
label: string;
|
|
542
543
|
disabled: boolean;
|
|
543
|
-
size: "md" | "lg";
|
|
544
544
|
variant: "plain" | "primary" | "secondary" | "destructive" | "tertiary" | "fab" | import("./components/button").FmButtonVariant;
|
|
545
545
|
loading: boolean;
|
|
546
546
|
icon: string;
|
|
@@ -552,8 +552,12 @@ export declare const components: {
|
|
|
552
552
|
__isTeleport?: undefined;
|
|
553
553
|
__isSuspense?: undefined;
|
|
554
554
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
555
|
+
size: {
|
|
556
|
+
type: import("vue").PropType<"md" | "lg">;
|
|
557
|
+
default: string;
|
|
558
|
+
};
|
|
555
559
|
type: {
|
|
556
|
-
type: import("vue").PropType<"
|
|
560
|
+
type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
557
561
|
default: string;
|
|
558
562
|
};
|
|
559
563
|
label: {
|
|
@@ -564,10 +568,6 @@ export declare const components: {
|
|
|
564
568
|
type: import("vue").PropType<boolean>;
|
|
565
569
|
default: boolean;
|
|
566
570
|
};
|
|
567
|
-
size: {
|
|
568
|
-
type: import("vue").PropType<"md" | "lg">;
|
|
569
|
-
default: string;
|
|
570
|
-
};
|
|
571
571
|
iconColor: {
|
|
572
572
|
type: import("vue").PropType<string>;
|
|
573
573
|
};
|
|
@@ -579,9 +579,6 @@ export declare const components: {
|
|
|
579
579
|
type: import("vue").PropType<boolean>;
|
|
580
580
|
default: boolean;
|
|
581
581
|
};
|
|
582
|
-
bgColor: {
|
|
583
|
-
type: import("vue").PropType<string>;
|
|
584
|
-
};
|
|
585
582
|
icon: {
|
|
586
583
|
type: import("vue").PropType<string>;
|
|
587
584
|
default: string;
|
|
@@ -592,6 +589,9 @@ export declare const components: {
|
|
|
592
589
|
textColor: {
|
|
593
590
|
type: import("vue").PropType<string>;
|
|
594
591
|
};
|
|
592
|
+
bgColor: {
|
|
593
|
+
type: import("vue").PropType<string>;
|
|
594
|
+
};
|
|
595
595
|
iconPosition: {
|
|
596
596
|
type: import("vue").PropType<"prepend" | "append">;
|
|
597
597
|
default: string;
|
|
@@ -611,10 +611,10 @@ export declare const components: {
|
|
|
611
611
|
type: import("vue").PropType<"outline" | "filled">;
|
|
612
612
|
};
|
|
613
613
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
614
|
-
|
|
614
|
+
size: "md" | "lg";
|
|
615
|
+
type: "reset" | "submit" | "button";
|
|
615
616
|
label: string;
|
|
616
617
|
disabled: boolean;
|
|
617
|
-
size: "md" | "lg";
|
|
618
618
|
variant: "plain" | "primary" | "secondary" | "destructive" | "tertiary" | "fab" | import("./components/button").FmButtonVariant;
|
|
619
619
|
loading: boolean;
|
|
620
620
|
icon: string;
|
|
@@ -897,10 +897,6 @@ export declare const components: {
|
|
|
897
897
|
type: import("vue").PropType<string>;
|
|
898
898
|
default: string;
|
|
899
899
|
};
|
|
900
|
-
selected: {
|
|
901
|
-
type: import("vue").PropType<boolean>;
|
|
902
|
-
default: boolean;
|
|
903
|
-
};
|
|
904
900
|
disabled: {
|
|
905
901
|
type: import("vue").PropType<boolean>;
|
|
906
902
|
default: boolean;
|
|
@@ -921,6 +917,10 @@ export declare const components: {
|
|
|
921
917
|
type: import("vue").PropType<string>;
|
|
922
918
|
default: string;
|
|
923
919
|
};
|
|
920
|
+
selected: {
|
|
921
|
+
type: import("vue").PropType<boolean>;
|
|
922
|
+
default: boolean;
|
|
923
|
+
};
|
|
924
924
|
removable: {
|
|
925
925
|
type: import("vue").PropType<boolean>;
|
|
926
926
|
default: boolean;
|
|
@@ -938,10 +938,6 @@ export declare const components: {
|
|
|
938
938
|
type: import("vue").PropType<string>;
|
|
939
939
|
default: string;
|
|
940
940
|
};
|
|
941
|
-
selected: {
|
|
942
|
-
type: import("vue").PropType<boolean>;
|
|
943
|
-
default: boolean;
|
|
944
|
-
};
|
|
945
941
|
disabled: {
|
|
946
942
|
type: import("vue").PropType<boolean>;
|
|
947
943
|
default: boolean;
|
|
@@ -962,6 +958,10 @@ export declare const components: {
|
|
|
962
958
|
type: import("vue").PropType<string>;
|
|
963
959
|
default: string;
|
|
964
960
|
};
|
|
961
|
+
selected: {
|
|
962
|
+
type: import("vue").PropType<boolean>;
|
|
963
|
+
default: boolean;
|
|
964
|
+
};
|
|
965
965
|
removable: {
|
|
966
966
|
type: import("vue").PropType<boolean>;
|
|
967
967
|
default: boolean;
|
|
@@ -974,12 +974,12 @@ export declare const components: {
|
|
|
974
974
|
"onChip-closed"?: (() => any) | undefined;
|
|
975
975
|
}, {
|
|
976
976
|
label: string;
|
|
977
|
-
selected: boolean;
|
|
978
977
|
disabled: boolean;
|
|
979
978
|
variant: import("./components/chip/FmChip.vue").FmChipVariant;
|
|
980
979
|
icon: string;
|
|
981
980
|
selectable: boolean;
|
|
982
981
|
rightIcon: string;
|
|
982
|
+
selected: boolean;
|
|
983
983
|
removable: boolean;
|
|
984
984
|
compact: boolean;
|
|
985
985
|
}, true, {}, {}, {
|
|
@@ -994,10 +994,6 @@ export declare const components: {
|
|
|
994
994
|
type: import("vue").PropType<string>;
|
|
995
995
|
default: string;
|
|
996
996
|
};
|
|
997
|
-
selected: {
|
|
998
|
-
type: import("vue").PropType<boolean>;
|
|
999
|
-
default: boolean;
|
|
1000
|
-
};
|
|
1001
997
|
disabled: {
|
|
1002
998
|
type: import("vue").PropType<boolean>;
|
|
1003
999
|
default: boolean;
|
|
@@ -1018,6 +1014,10 @@ export declare const components: {
|
|
|
1018
1014
|
type: import("vue").PropType<string>;
|
|
1019
1015
|
default: string;
|
|
1020
1016
|
};
|
|
1017
|
+
selected: {
|
|
1018
|
+
type: import("vue").PropType<boolean>;
|
|
1019
|
+
default: boolean;
|
|
1020
|
+
};
|
|
1021
1021
|
removable: {
|
|
1022
1022
|
type: import("vue").PropType<boolean>;
|
|
1023
1023
|
default: boolean;
|
|
@@ -1030,12 +1030,12 @@ export declare const components: {
|
|
|
1030
1030
|
"onChip-closed"?: (() => any) | undefined;
|
|
1031
1031
|
}, {}, {}, {}, {}, {
|
|
1032
1032
|
label: string;
|
|
1033
|
-
selected: boolean;
|
|
1034
1033
|
disabled: boolean;
|
|
1035
1034
|
variant: import("./components/chip/FmChip.vue").FmChipVariant;
|
|
1036
1035
|
icon: string;
|
|
1037
1036
|
selectable: boolean;
|
|
1038
1037
|
rightIcon: string;
|
|
1038
|
+
selected: boolean;
|
|
1039
1039
|
removable: boolean;
|
|
1040
1040
|
compact: boolean;
|
|
1041
1041
|
}>;
|
|
@@ -1047,10 +1047,6 @@ export declare const components: {
|
|
|
1047
1047
|
type: import("vue").PropType<string>;
|
|
1048
1048
|
default: string;
|
|
1049
1049
|
};
|
|
1050
|
-
selected: {
|
|
1051
|
-
type: import("vue").PropType<boolean>;
|
|
1052
|
-
default: boolean;
|
|
1053
|
-
};
|
|
1054
1050
|
disabled: {
|
|
1055
1051
|
type: import("vue").PropType<boolean>;
|
|
1056
1052
|
default: boolean;
|
|
@@ -1071,6 +1067,10 @@ export declare const components: {
|
|
|
1071
1067
|
type: import("vue").PropType<string>;
|
|
1072
1068
|
default: string;
|
|
1073
1069
|
};
|
|
1070
|
+
selected: {
|
|
1071
|
+
type: import("vue").PropType<boolean>;
|
|
1072
|
+
default: boolean;
|
|
1073
|
+
};
|
|
1074
1074
|
removable: {
|
|
1075
1075
|
type: import("vue").PropType<boolean>;
|
|
1076
1076
|
default: boolean;
|
|
@@ -1085,12 +1085,12 @@ export declare const components: {
|
|
|
1085
1085
|
"chip-closed": () => void;
|
|
1086
1086
|
}, string, {
|
|
1087
1087
|
label: string;
|
|
1088
|
-
selected: boolean;
|
|
1089
1088
|
disabled: boolean;
|
|
1090
1089
|
variant: import("./components/chip/FmChip.vue").FmChipVariant;
|
|
1091
1090
|
icon: string;
|
|
1092
1091
|
selectable: boolean;
|
|
1093
1092
|
rightIcon: string;
|
|
1093
|
+
selected: boolean;
|
|
1094
1094
|
removable: boolean;
|
|
1095
1095
|
compact: boolean;
|
|
1096
1096
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1099,10 +1099,6 @@ export declare const components: {
|
|
|
1099
1099
|
};
|
|
1100
1100
|
});
|
|
1101
1101
|
FmChipGroup: import("vue").DefineComponent<{
|
|
1102
|
-
items: {
|
|
1103
|
-
type: import("vue").PropType<import("./components/chip/FmChip.vue").FmChipProps[]>;
|
|
1104
|
-
required: true;
|
|
1105
|
-
};
|
|
1106
1102
|
disabled: {
|
|
1107
1103
|
type: import("vue").PropType<boolean>;
|
|
1108
1104
|
default: boolean;
|
|
@@ -1111,6 +1107,10 @@ export declare const components: {
|
|
|
1111
1107
|
type: import("vue").PropType<boolean>;
|
|
1112
1108
|
default: boolean;
|
|
1113
1109
|
};
|
|
1110
|
+
items: {
|
|
1111
|
+
type: import("vue").PropType<import("./components/chip/FmChip.vue").FmChipProps[]>;
|
|
1112
|
+
required: true;
|
|
1113
|
+
};
|
|
1114
1114
|
removable: {
|
|
1115
1115
|
type: import("vue").PropType<boolean>;
|
|
1116
1116
|
default: boolean;
|
|
@@ -1122,10 +1122,6 @@ export declare const components: {
|
|
|
1122
1122
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1123
1123
|
"chip-closed": (index: number) => void;
|
|
1124
1124
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1125
|
-
items: {
|
|
1126
|
-
type: import("vue").PropType<import("./components/chip/FmChip.vue").FmChipProps[]>;
|
|
1127
|
-
required: true;
|
|
1128
|
-
};
|
|
1129
1125
|
disabled: {
|
|
1130
1126
|
type: import("vue").PropType<boolean>;
|
|
1131
1127
|
default: boolean;
|
|
@@ -1134,6 +1130,10 @@ export declare const components: {
|
|
|
1134
1130
|
type: import("vue").PropType<boolean>;
|
|
1135
1131
|
default: boolean;
|
|
1136
1132
|
};
|
|
1133
|
+
items: {
|
|
1134
|
+
type: import("vue").PropType<import("./components/chip/FmChip.vue").FmChipProps[]>;
|
|
1135
|
+
required: true;
|
|
1136
|
+
};
|
|
1137
1137
|
removable: {
|
|
1138
1138
|
type: import("vue").PropType<boolean>;
|
|
1139
1139
|
default: boolean;
|
|
@@ -1163,9 +1163,6 @@ export declare const components: {
|
|
|
1163
1163
|
contentClass: {
|
|
1164
1164
|
type: import("vue").PropType<any>;
|
|
1165
1165
|
};
|
|
1166
|
-
maxHeight: {
|
|
1167
|
-
type: import("vue").PropType<string | number>;
|
|
1168
|
-
};
|
|
1169
1166
|
dismissAway: {
|
|
1170
1167
|
type: import("vue").PropType<boolean>;
|
|
1171
1168
|
};
|
|
@@ -1180,6 +1177,9 @@ export declare const components: {
|
|
|
1180
1177
|
maxWidth: {
|
|
1181
1178
|
type: import("vue").PropType<string | number>;
|
|
1182
1179
|
};
|
|
1180
|
+
maxHeight: {
|
|
1181
|
+
type: import("vue").PropType<string | number>;
|
|
1182
|
+
};
|
|
1183
1183
|
closeButton: {
|
|
1184
1184
|
type: import("vue").PropType<boolean>;
|
|
1185
1185
|
default: boolean;
|
|
@@ -1211,9 +1211,6 @@ export declare const components: {
|
|
|
1211
1211
|
contentClass: {
|
|
1212
1212
|
type: import("vue").PropType<any>;
|
|
1213
1213
|
};
|
|
1214
|
-
maxHeight: {
|
|
1215
|
-
type: import("vue").PropType<string | number>;
|
|
1216
|
-
};
|
|
1217
1214
|
dismissAway: {
|
|
1218
1215
|
type: import("vue").PropType<boolean>;
|
|
1219
1216
|
};
|
|
@@ -1228,6 +1225,9 @@ export declare const components: {
|
|
|
1228
1225
|
maxWidth: {
|
|
1229
1226
|
type: import("vue").PropType<string | number>;
|
|
1230
1227
|
};
|
|
1228
|
+
maxHeight: {
|
|
1229
|
+
type: import("vue").PropType<string | number>;
|
|
1230
|
+
};
|
|
1231
1231
|
closeButton: {
|
|
1232
1232
|
type: import("vue").PropType<boolean>;
|
|
1233
1233
|
default: boolean;
|
|
@@ -1272,9 +1272,6 @@ export declare const components: {
|
|
|
1272
1272
|
contentClass: {
|
|
1273
1273
|
type: import("vue").PropType<any>;
|
|
1274
1274
|
};
|
|
1275
|
-
maxHeight: {
|
|
1276
|
-
type: import("vue").PropType<string | number>;
|
|
1277
|
-
};
|
|
1278
1275
|
dismissAway: {
|
|
1279
1276
|
type: import("vue").PropType<boolean>;
|
|
1280
1277
|
};
|
|
@@ -1289,6 +1286,9 @@ export declare const components: {
|
|
|
1289
1286
|
maxWidth: {
|
|
1290
1287
|
type: import("vue").PropType<string | number>;
|
|
1291
1288
|
};
|
|
1289
|
+
maxHeight: {
|
|
1290
|
+
type: import("vue").PropType<string | number>;
|
|
1291
|
+
};
|
|
1292
1292
|
closeButton: {
|
|
1293
1293
|
type: import("vue").PropType<boolean>;
|
|
1294
1294
|
default: boolean;
|
|
@@ -1330,9 +1330,6 @@ export declare const components: {
|
|
|
1330
1330
|
contentClass: {
|
|
1331
1331
|
type: import("vue").PropType<any>;
|
|
1332
1332
|
};
|
|
1333
|
-
maxHeight: {
|
|
1334
|
-
type: import("vue").PropType<string | number>;
|
|
1335
|
-
};
|
|
1336
1333
|
dismissAway: {
|
|
1337
1334
|
type: import("vue").PropType<boolean>;
|
|
1338
1335
|
};
|
|
@@ -1347,6 +1344,9 @@ export declare const components: {
|
|
|
1347
1344
|
maxWidth: {
|
|
1348
1345
|
type: import("vue").PropType<string | number>;
|
|
1349
1346
|
};
|
|
1347
|
+
maxHeight: {
|
|
1348
|
+
type: import("vue").PropType<string | number>;
|
|
1349
|
+
};
|
|
1350
1350
|
closeButton: {
|
|
1351
1351
|
type: import("vue").PropType<boolean>;
|
|
1352
1352
|
default: boolean;
|
|
@@ -1529,14 +1529,14 @@ export declare const components: {
|
|
|
1529
1529
|
};
|
|
1530
1530
|
});
|
|
1531
1531
|
FmDynamicDialog: import("vue").DefineComponent<{
|
|
1532
|
-
title: {
|
|
1533
|
-
type: import("vue").PropType<string>;
|
|
1534
|
-
required: true;
|
|
1535
|
-
};
|
|
1536
1532
|
message: {
|
|
1537
1533
|
type: import("vue").PropType<string>;
|
|
1538
1534
|
default: string;
|
|
1539
1535
|
};
|
|
1536
|
+
title: {
|
|
1537
|
+
type: import("vue").PropType<string>;
|
|
1538
|
+
required: true;
|
|
1539
|
+
};
|
|
1540
1540
|
zIndex: {
|
|
1541
1541
|
type: import("vue").PropType<number>;
|
|
1542
1542
|
default: undefined;
|
|
@@ -1544,9 +1544,6 @@ export declare const components: {
|
|
|
1544
1544
|
contentClass: {
|
|
1545
1545
|
type: import("vue").PropType<any>;
|
|
1546
1546
|
};
|
|
1547
|
-
maxHeight: {
|
|
1548
|
-
type: import("vue").PropType<string | number>;
|
|
1549
|
-
};
|
|
1550
1547
|
dismissAway: {
|
|
1551
1548
|
type: import("vue").PropType<boolean>;
|
|
1552
1549
|
default: boolean;
|
|
@@ -1562,6 +1559,9 @@ export declare const components: {
|
|
|
1562
1559
|
maxWidth: {
|
|
1563
1560
|
type: import("vue").PropType<string | number>;
|
|
1564
1561
|
};
|
|
1562
|
+
maxHeight: {
|
|
1563
|
+
type: import("vue").PropType<string | number>;
|
|
1564
|
+
};
|
|
1565
1565
|
closeButton: {
|
|
1566
1566
|
type: import("vue").PropType<boolean>;
|
|
1567
1567
|
default: boolean;
|
|
@@ -1619,14 +1619,14 @@ export declare const components: {
|
|
|
1619
1619
|
"dialog-opened": () => void;
|
|
1620
1620
|
"dialog-closed": (mv?: any) => void;
|
|
1621
1621
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1622
|
-
title: {
|
|
1623
|
-
type: import("vue").PropType<string>;
|
|
1624
|
-
required: true;
|
|
1625
|
-
};
|
|
1626
1622
|
message: {
|
|
1627
1623
|
type: import("vue").PropType<string>;
|
|
1628
1624
|
default: string;
|
|
1629
1625
|
};
|
|
1626
|
+
title: {
|
|
1627
|
+
type: import("vue").PropType<string>;
|
|
1628
|
+
required: true;
|
|
1629
|
+
};
|
|
1630
1630
|
zIndex: {
|
|
1631
1631
|
type: import("vue").PropType<number>;
|
|
1632
1632
|
default: undefined;
|
|
@@ -1634,9 +1634,6 @@ export declare const components: {
|
|
|
1634
1634
|
contentClass: {
|
|
1635
1635
|
type: import("vue").PropType<any>;
|
|
1636
1636
|
};
|
|
1637
|
-
maxHeight: {
|
|
1638
|
-
type: import("vue").PropType<string | number>;
|
|
1639
|
-
};
|
|
1640
1637
|
dismissAway: {
|
|
1641
1638
|
type: import("vue").PropType<boolean>;
|
|
1642
1639
|
default: boolean;
|
|
@@ -1652,6 +1649,9 @@ export declare const components: {
|
|
|
1652
1649
|
maxWidth: {
|
|
1653
1650
|
type: import("vue").PropType<string | number>;
|
|
1654
1651
|
};
|
|
1652
|
+
maxHeight: {
|
|
1653
|
+
type: import("vue").PropType<string | number>;
|
|
1654
|
+
};
|
|
1655
1655
|
closeButton: {
|
|
1656
1656
|
type: import("vue").PropType<boolean>;
|
|
1657
1657
|
default: boolean;
|
|
@@ -1728,14 +1728,14 @@ export declare const components: {
|
|
|
1728
1728
|
}, {}>;
|
|
1729
1729
|
FmLineChart: {
|
|
1730
1730
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
1731
|
-
legend: {
|
|
1732
|
-
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"line">>>;
|
|
1733
|
-
default: undefined;
|
|
1734
|
-
};
|
|
1735
1731
|
name: {
|
|
1736
1732
|
type: import("vue").PropType<string>;
|
|
1737
1733
|
default: undefined;
|
|
1738
1734
|
};
|
|
1735
|
+
legend: {
|
|
1736
|
+
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"line">>>;
|
|
1737
|
+
default: undefined;
|
|
1738
|
+
};
|
|
1739
1739
|
width: {
|
|
1740
1740
|
type: import("vue").PropType<string>;
|
|
1741
1741
|
default: undefined;
|
|
@@ -1791,14 +1791,14 @@ export declare const components: {
|
|
|
1791
1791
|
default: undefined;
|
|
1792
1792
|
};
|
|
1793
1793
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1794
|
-
legend: {
|
|
1795
|
-
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"line">>>;
|
|
1796
|
-
default: undefined;
|
|
1797
|
-
};
|
|
1798
1794
|
name: {
|
|
1799
1795
|
type: import("vue").PropType<string>;
|
|
1800
1796
|
default: undefined;
|
|
1801
1797
|
};
|
|
1798
|
+
legend: {
|
|
1799
|
+
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"line">>>;
|
|
1800
|
+
default: undefined;
|
|
1801
|
+
};
|
|
1802
1802
|
width: {
|
|
1803
1803
|
type: import("vue").PropType<string>;
|
|
1804
1804
|
default: undefined;
|
|
@@ -1854,8 +1854,8 @@ export declare const components: {
|
|
|
1854
1854
|
default: undefined;
|
|
1855
1855
|
};
|
|
1856
1856
|
}>>, {
|
|
1857
|
-
legend: Partial<import("chart.js").LegendOptions<"line">>;
|
|
1858
1857
|
name: string;
|
|
1858
|
+
legend: Partial<import("chart.js").LegendOptions<"line">>;
|
|
1859
1859
|
width: string;
|
|
1860
1860
|
height: string;
|
|
1861
1861
|
tooltip: Partial<import("chart.js").TooltipOptions<"line">>;
|
|
@@ -1874,14 +1874,14 @@ export declare const components: {
|
|
|
1874
1874
|
M: {};
|
|
1875
1875
|
Defaults: {};
|
|
1876
1876
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1877
|
-
legend: {
|
|
1878
|
-
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"line">>>;
|
|
1879
|
-
default: undefined;
|
|
1880
|
-
};
|
|
1881
1877
|
name: {
|
|
1882
1878
|
type: import("vue").PropType<string>;
|
|
1883
1879
|
default: undefined;
|
|
1884
1880
|
};
|
|
1881
|
+
legend: {
|
|
1882
|
+
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"line">>>;
|
|
1883
|
+
default: undefined;
|
|
1884
|
+
};
|
|
1885
1885
|
width: {
|
|
1886
1886
|
type: import("vue").PropType<string>;
|
|
1887
1887
|
default: undefined;
|
|
@@ -1937,8 +1937,8 @@ export declare const components: {
|
|
|
1937
1937
|
default: undefined;
|
|
1938
1938
|
};
|
|
1939
1939
|
}>>, {}, {}, {}, {}, {
|
|
1940
|
-
legend: Partial<import("chart.js").LegendOptions<"line">>;
|
|
1941
1940
|
name: string;
|
|
1941
|
+
legend: Partial<import("chart.js").LegendOptions<"line">>;
|
|
1942
1942
|
width: string;
|
|
1943
1943
|
height: string;
|
|
1944
1944
|
tooltip: Partial<import("chart.js").TooltipOptions<"line">>;
|
|
@@ -1954,14 +1954,14 @@ export declare const components: {
|
|
|
1954
1954
|
__isTeleport?: undefined;
|
|
1955
1955
|
__isSuspense?: undefined;
|
|
1956
1956
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1957
|
-
legend: {
|
|
1958
|
-
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"line">>>;
|
|
1959
|
-
default: undefined;
|
|
1960
|
-
};
|
|
1961
1957
|
name: {
|
|
1962
1958
|
type: import("vue").PropType<string>;
|
|
1963
1959
|
default: undefined;
|
|
1964
1960
|
};
|
|
1961
|
+
legend: {
|
|
1962
|
+
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"line">>>;
|
|
1963
|
+
default: undefined;
|
|
1964
|
+
};
|
|
1965
1965
|
width: {
|
|
1966
1966
|
type: import("vue").PropType<string>;
|
|
1967
1967
|
default: undefined;
|
|
@@ -2017,8 +2017,8 @@ export declare const components: {
|
|
|
2017
2017
|
default: undefined;
|
|
2018
2018
|
};
|
|
2019
2019
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2020
|
-
legend: Partial<import("chart.js").LegendOptions<"line">>;
|
|
2021
2020
|
name: string;
|
|
2021
|
+
legend: Partial<import("chart.js").LegendOptions<"line">>;
|
|
2022
2022
|
width: string;
|
|
2023
2023
|
height: string;
|
|
2024
2024
|
tooltip: Partial<import("chart.js").TooltipOptions<"line">>;
|
|
@@ -2036,6 +2036,10 @@ export declare const components: {
|
|
|
2036
2036
|
});
|
|
2037
2037
|
FmPieChart: {
|
|
2038
2038
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
2039
|
+
name: {
|
|
2040
|
+
type: import("vue").PropType<string>;
|
|
2041
|
+
default: undefined;
|
|
2042
|
+
};
|
|
2039
2043
|
legend: {
|
|
2040
2044
|
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"pie" | "doughnut">>>;
|
|
2041
2045
|
default: undefined;
|
|
@@ -2044,14 +2048,14 @@ export declare const components: {
|
|
|
2044
2048
|
type: import("vue").PropType<string>;
|
|
2045
2049
|
default: undefined;
|
|
2046
2050
|
};
|
|
2047
|
-
name: {
|
|
2048
|
-
type: import("vue").PropType<string>;
|
|
2049
|
-
default: undefined;
|
|
2050
|
-
};
|
|
2051
2051
|
variant: {
|
|
2052
2052
|
type: import("vue").PropType<"pie" | "doughnut">;
|
|
2053
2053
|
required: true;
|
|
2054
2054
|
};
|
|
2055
|
+
textColor: {
|
|
2056
|
+
type: import("vue").PropType<string>;
|
|
2057
|
+
default: string;
|
|
2058
|
+
};
|
|
2055
2059
|
width: {
|
|
2056
2060
|
type: import("vue").PropType<string>;
|
|
2057
2061
|
default: undefined;
|
|
@@ -2060,10 +2064,6 @@ export declare const components: {
|
|
|
2060
2064
|
type: import("vue").PropType<string>;
|
|
2061
2065
|
default: undefined;
|
|
2062
2066
|
};
|
|
2063
|
-
textColor: {
|
|
2064
|
-
type: import("vue").PropType<string>;
|
|
2065
|
-
default: string;
|
|
2066
|
-
};
|
|
2067
2067
|
tooltip: {
|
|
2068
2068
|
type: import("vue").PropType<import("chart.js").TooltipOptions<"pie" | "doughnut">>;
|
|
2069
2069
|
};
|
|
@@ -2096,6 +2096,10 @@ export declare const components: {
|
|
|
2096
2096
|
default: undefined;
|
|
2097
2097
|
};
|
|
2098
2098
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2099
|
+
name: {
|
|
2100
|
+
type: import("vue").PropType<string>;
|
|
2101
|
+
default: undefined;
|
|
2102
|
+
};
|
|
2099
2103
|
legend: {
|
|
2100
2104
|
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"pie" | "doughnut">>>;
|
|
2101
2105
|
default: undefined;
|
|
@@ -2104,14 +2108,14 @@ export declare const components: {
|
|
|
2104
2108
|
type: import("vue").PropType<string>;
|
|
2105
2109
|
default: undefined;
|
|
2106
2110
|
};
|
|
2107
|
-
name: {
|
|
2108
|
-
type: import("vue").PropType<string>;
|
|
2109
|
-
default: undefined;
|
|
2110
|
-
};
|
|
2111
2111
|
variant: {
|
|
2112
2112
|
type: import("vue").PropType<"pie" | "doughnut">;
|
|
2113
2113
|
required: true;
|
|
2114
2114
|
};
|
|
2115
|
+
textColor: {
|
|
2116
|
+
type: import("vue").PropType<string>;
|
|
2117
|
+
default: string;
|
|
2118
|
+
};
|
|
2115
2119
|
width: {
|
|
2116
2120
|
type: import("vue").PropType<string>;
|
|
2117
2121
|
default: undefined;
|
|
@@ -2120,10 +2124,6 @@ export declare const components: {
|
|
|
2120
2124
|
type: import("vue").PropType<string>;
|
|
2121
2125
|
default: undefined;
|
|
2122
2126
|
};
|
|
2123
|
-
textColor: {
|
|
2124
|
-
type: import("vue").PropType<string>;
|
|
2125
|
-
default: string;
|
|
2126
|
-
};
|
|
2127
2127
|
tooltip: {
|
|
2128
2128
|
type: import("vue").PropType<import("chart.js").TooltipOptions<"pie" | "doughnut">>;
|
|
2129
2129
|
};
|
|
@@ -2156,12 +2156,12 @@ export declare const components: {
|
|
|
2156
2156
|
default: undefined;
|
|
2157
2157
|
};
|
|
2158
2158
|
}>>, {
|
|
2159
|
+
name: string;
|
|
2159
2160
|
legend: Partial<import("chart.js").LegendOptions<"pie" | "doughnut">>;
|
|
2160
2161
|
text: string;
|
|
2161
|
-
|
|
2162
|
+
textColor: string;
|
|
2162
2163
|
width: string;
|
|
2163
2164
|
height: string;
|
|
2164
|
-
textColor: string;
|
|
2165
2165
|
paragraph: string;
|
|
2166
2166
|
maintainAspectRatio: boolean;
|
|
2167
2167
|
datalabels: Partial<import("./components/chart").FmChartDataLabelsOptions>;
|
|
@@ -2175,6 +2175,10 @@ export declare const components: {
|
|
|
2175
2175
|
M: {};
|
|
2176
2176
|
Defaults: {};
|
|
2177
2177
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2178
|
+
name: {
|
|
2179
|
+
type: import("vue").PropType<string>;
|
|
2180
|
+
default: undefined;
|
|
2181
|
+
};
|
|
2178
2182
|
legend: {
|
|
2179
2183
|
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"pie" | "doughnut">>>;
|
|
2180
2184
|
default: undefined;
|
|
@@ -2183,14 +2187,14 @@ export declare const components: {
|
|
|
2183
2187
|
type: import("vue").PropType<string>;
|
|
2184
2188
|
default: undefined;
|
|
2185
2189
|
};
|
|
2186
|
-
name: {
|
|
2187
|
-
type: import("vue").PropType<string>;
|
|
2188
|
-
default: undefined;
|
|
2189
|
-
};
|
|
2190
2190
|
variant: {
|
|
2191
2191
|
type: import("vue").PropType<"pie" | "doughnut">;
|
|
2192
2192
|
required: true;
|
|
2193
2193
|
};
|
|
2194
|
+
textColor: {
|
|
2195
|
+
type: import("vue").PropType<string>;
|
|
2196
|
+
default: string;
|
|
2197
|
+
};
|
|
2194
2198
|
width: {
|
|
2195
2199
|
type: import("vue").PropType<string>;
|
|
2196
2200
|
default: undefined;
|
|
@@ -2199,10 +2203,6 @@ export declare const components: {
|
|
|
2199
2203
|
type: import("vue").PropType<string>;
|
|
2200
2204
|
default: undefined;
|
|
2201
2205
|
};
|
|
2202
|
-
textColor: {
|
|
2203
|
-
type: import("vue").PropType<string>;
|
|
2204
|
-
default: string;
|
|
2205
|
-
};
|
|
2206
2206
|
tooltip: {
|
|
2207
2207
|
type: import("vue").PropType<import("chart.js").TooltipOptions<"pie" | "doughnut">>;
|
|
2208
2208
|
};
|
|
@@ -2235,12 +2235,12 @@ export declare const components: {
|
|
|
2235
2235
|
default: undefined;
|
|
2236
2236
|
};
|
|
2237
2237
|
}>>, {}, {}, {}, {}, {
|
|
2238
|
+
name: string;
|
|
2238
2239
|
legend: Partial<import("chart.js").LegendOptions<"pie" | "doughnut">>;
|
|
2239
2240
|
text: string;
|
|
2240
|
-
|
|
2241
|
+
textColor: string;
|
|
2241
2242
|
width: string;
|
|
2242
2243
|
height: string;
|
|
2243
|
-
textColor: string;
|
|
2244
2244
|
paragraph: string;
|
|
2245
2245
|
maintainAspectRatio: boolean;
|
|
2246
2246
|
datalabels: Partial<import("./components/chart").FmChartDataLabelsOptions>;
|
|
@@ -2251,6 +2251,10 @@ export declare const components: {
|
|
|
2251
2251
|
__isTeleport?: undefined;
|
|
2252
2252
|
__isSuspense?: undefined;
|
|
2253
2253
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2254
|
+
name: {
|
|
2255
|
+
type: import("vue").PropType<string>;
|
|
2256
|
+
default: undefined;
|
|
2257
|
+
};
|
|
2254
2258
|
legend: {
|
|
2255
2259
|
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"pie" | "doughnut">>>;
|
|
2256
2260
|
default: undefined;
|
|
@@ -2259,14 +2263,14 @@ export declare const components: {
|
|
|
2259
2263
|
type: import("vue").PropType<string>;
|
|
2260
2264
|
default: undefined;
|
|
2261
2265
|
};
|
|
2262
|
-
name: {
|
|
2263
|
-
type: import("vue").PropType<string>;
|
|
2264
|
-
default: undefined;
|
|
2265
|
-
};
|
|
2266
2266
|
variant: {
|
|
2267
2267
|
type: import("vue").PropType<"pie" | "doughnut">;
|
|
2268
2268
|
required: true;
|
|
2269
2269
|
};
|
|
2270
|
+
textColor: {
|
|
2271
|
+
type: import("vue").PropType<string>;
|
|
2272
|
+
default: string;
|
|
2273
|
+
};
|
|
2270
2274
|
width: {
|
|
2271
2275
|
type: import("vue").PropType<string>;
|
|
2272
2276
|
default: undefined;
|
|
@@ -2275,10 +2279,6 @@ export declare const components: {
|
|
|
2275
2279
|
type: import("vue").PropType<string>;
|
|
2276
2280
|
default: undefined;
|
|
2277
2281
|
};
|
|
2278
|
-
textColor: {
|
|
2279
|
-
type: import("vue").PropType<string>;
|
|
2280
|
-
default: string;
|
|
2281
|
-
};
|
|
2282
2282
|
tooltip: {
|
|
2283
2283
|
type: import("vue").PropType<import("chart.js").TooltipOptions<"pie" | "doughnut">>;
|
|
2284
2284
|
};
|
|
@@ -2311,12 +2311,12 @@ export declare const components: {
|
|
|
2311
2311
|
default: undefined;
|
|
2312
2312
|
};
|
|
2313
2313
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2314
|
+
name: string;
|
|
2314
2315
|
legend: Partial<import("chart.js").LegendOptions<"pie" | "doughnut">>;
|
|
2315
2316
|
text: string;
|
|
2316
|
-
|
|
2317
|
+
textColor: string;
|
|
2317
2318
|
width: string;
|
|
2318
2319
|
height: string;
|
|
2319
|
-
textColor: string;
|
|
2320
2320
|
paragraph: string;
|
|
2321
2321
|
maintainAspectRatio: boolean;
|
|
2322
2322
|
datalabels: Partial<import("./components/chart").FmChartDataLabelsOptions>;
|
|
@@ -2329,14 +2329,14 @@ export declare const components: {
|
|
|
2329
2329
|
});
|
|
2330
2330
|
FmBarChart: {
|
|
2331
2331
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
2332
|
-
legend: {
|
|
2333
|
-
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"bar">>>;
|
|
2334
|
-
default: undefined;
|
|
2335
|
-
};
|
|
2336
2332
|
name: {
|
|
2337
2333
|
type: import("vue").PropType<string>;
|
|
2338
2334
|
default: undefined;
|
|
2339
2335
|
};
|
|
2336
|
+
legend: {
|
|
2337
|
+
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"bar">>>;
|
|
2338
|
+
default: undefined;
|
|
2339
|
+
};
|
|
2340
2340
|
width: {
|
|
2341
2341
|
type: import("vue").PropType<string>;
|
|
2342
2342
|
default: undefined;
|
|
@@ -2394,14 +2394,14 @@ export declare const components: {
|
|
|
2394
2394
|
default: undefined;
|
|
2395
2395
|
};
|
|
2396
2396
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2397
|
-
legend: {
|
|
2398
|
-
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"bar">>>;
|
|
2399
|
-
default: undefined;
|
|
2400
|
-
};
|
|
2401
2397
|
name: {
|
|
2402
2398
|
type: import("vue").PropType<string>;
|
|
2403
2399
|
default: undefined;
|
|
2404
2400
|
};
|
|
2401
|
+
legend: {
|
|
2402
|
+
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"bar">>>;
|
|
2403
|
+
default: undefined;
|
|
2404
|
+
};
|
|
2405
2405
|
width: {
|
|
2406
2406
|
type: import("vue").PropType<string>;
|
|
2407
2407
|
default: undefined;
|
|
@@ -2459,8 +2459,8 @@ export declare const components: {
|
|
|
2459
2459
|
default: undefined;
|
|
2460
2460
|
};
|
|
2461
2461
|
}>>, {
|
|
2462
|
-
legend: Partial<import("chart.js").LegendOptions<"bar">>;
|
|
2463
2462
|
name: string;
|
|
2463
|
+
legend: Partial<import("chart.js").LegendOptions<"bar">>;
|
|
2464
2464
|
width: string;
|
|
2465
2465
|
height: string;
|
|
2466
2466
|
tooltip: Partial<import("chart.js").TooltipOptions<"bar">>;
|
|
@@ -2481,14 +2481,14 @@ export declare const components: {
|
|
|
2481
2481
|
M: {};
|
|
2482
2482
|
Defaults: {};
|
|
2483
2483
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2484
|
-
legend: {
|
|
2485
|
-
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"bar">>>;
|
|
2486
|
-
default: undefined;
|
|
2487
|
-
};
|
|
2488
2484
|
name: {
|
|
2489
2485
|
type: import("vue").PropType<string>;
|
|
2490
2486
|
default: undefined;
|
|
2491
2487
|
};
|
|
2488
|
+
legend: {
|
|
2489
|
+
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"bar">>>;
|
|
2490
|
+
default: undefined;
|
|
2491
|
+
};
|
|
2492
2492
|
width: {
|
|
2493
2493
|
type: import("vue").PropType<string>;
|
|
2494
2494
|
default: undefined;
|
|
@@ -2546,8 +2546,8 @@ export declare const components: {
|
|
|
2546
2546
|
default: undefined;
|
|
2547
2547
|
};
|
|
2548
2548
|
}>>, {}, {}, {}, {}, {
|
|
2549
|
-
legend: Partial<import("chart.js").LegendOptions<"bar">>;
|
|
2550
2549
|
name: string;
|
|
2550
|
+
legend: Partial<import("chart.js").LegendOptions<"bar">>;
|
|
2551
2551
|
width: string;
|
|
2552
2552
|
height: string;
|
|
2553
2553
|
tooltip: Partial<import("chart.js").TooltipOptions<"bar">>;
|
|
@@ -2565,14 +2565,14 @@ export declare const components: {
|
|
|
2565
2565
|
__isTeleport?: undefined;
|
|
2566
2566
|
__isSuspense?: undefined;
|
|
2567
2567
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2568
|
-
legend: {
|
|
2569
|
-
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"bar">>>;
|
|
2570
|
-
default: undefined;
|
|
2571
|
-
};
|
|
2572
2568
|
name: {
|
|
2573
2569
|
type: import("vue").PropType<string>;
|
|
2574
2570
|
default: undefined;
|
|
2575
2571
|
};
|
|
2572
|
+
legend: {
|
|
2573
|
+
type: import("vue").PropType<Partial<import("chart.js").LegendOptions<"bar">>>;
|
|
2574
|
+
default: undefined;
|
|
2575
|
+
};
|
|
2576
2576
|
width: {
|
|
2577
2577
|
type: import("vue").PropType<string>;
|
|
2578
2578
|
default: undefined;
|
|
@@ -2630,8 +2630,8 @@ export declare const components: {
|
|
|
2630
2630
|
default: undefined;
|
|
2631
2631
|
};
|
|
2632
2632
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2633
|
-
legend: Partial<import("chart.js").LegendOptions<"bar">>;
|
|
2634
2633
|
name: string;
|
|
2634
|
+
legend: Partial<import("chart.js").LegendOptions<"bar">>;
|
|
2635
2635
|
width: string;
|
|
2636
2636
|
height: string;
|
|
2637
2637
|
tooltip: Partial<import("chart.js").TooltipOptions<"bar">>;
|
|
@@ -3039,17 +3039,17 @@ export declare const components: {
|
|
|
3039
3039
|
type: import("vue").PropType<number>;
|
|
3040
3040
|
default: undefined;
|
|
3041
3041
|
};
|
|
3042
|
-
|
|
3043
|
-
type: import("vue").PropType<
|
|
3044
|
-
default:
|
|
3042
|
+
showValidBorder: {
|
|
3043
|
+
type: import("vue").PropType<boolean>;
|
|
3044
|
+
default: boolean;
|
|
3045
3045
|
};
|
|
3046
3046
|
min: {
|
|
3047
3047
|
type: import("vue").PropType<string>;
|
|
3048
3048
|
default: () => string;
|
|
3049
3049
|
};
|
|
3050
|
-
|
|
3051
|
-
type: import("vue").PropType<
|
|
3052
|
-
default:
|
|
3050
|
+
max: {
|
|
3051
|
+
type: import("vue").PropType<string>;
|
|
3052
|
+
default: () => string;
|
|
3053
3053
|
};
|
|
3054
3054
|
}>> & {
|
|
3055
3055
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -3096,17 +3096,17 @@ export declare const components: {
|
|
|
3096
3096
|
type: import("vue").PropType<number>;
|
|
3097
3097
|
default: undefined;
|
|
3098
3098
|
};
|
|
3099
|
-
|
|
3100
|
-
type: import("vue").PropType<
|
|
3101
|
-
default:
|
|
3099
|
+
showValidBorder: {
|
|
3100
|
+
type: import("vue").PropType<boolean>;
|
|
3101
|
+
default: boolean;
|
|
3102
3102
|
};
|
|
3103
3103
|
min: {
|
|
3104
3104
|
type: import("vue").PropType<string>;
|
|
3105
3105
|
default: () => string;
|
|
3106
3106
|
};
|
|
3107
|
-
|
|
3108
|
-
type: import("vue").PropType<
|
|
3109
|
-
default:
|
|
3107
|
+
max: {
|
|
3108
|
+
type: import("vue").PropType<string>;
|
|
3109
|
+
default: () => string;
|
|
3110
3110
|
};
|
|
3111
3111
|
}>> & {
|
|
3112
3112
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -3120,9 +3120,9 @@ export declare const components: {
|
|
|
3120
3120
|
helperText: string;
|
|
3121
3121
|
helperState: "error" | "none" | "success" | "warning";
|
|
3122
3122
|
zIndex: number;
|
|
3123
|
-
max: string;
|
|
3124
|
-
min: string;
|
|
3125
3123
|
showValidBorder: boolean;
|
|
3124
|
+
min: string;
|
|
3125
|
+
max: string;
|
|
3126
3126
|
}, true, {}, {}, {
|
|
3127
3127
|
P: {};
|
|
3128
3128
|
B: {};
|
|
@@ -3171,17 +3171,17 @@ export declare const components: {
|
|
|
3171
3171
|
type: import("vue").PropType<number>;
|
|
3172
3172
|
default: undefined;
|
|
3173
3173
|
};
|
|
3174
|
-
|
|
3175
|
-
type: import("vue").PropType<
|
|
3176
|
-
default:
|
|
3174
|
+
showValidBorder: {
|
|
3175
|
+
type: import("vue").PropType<boolean>;
|
|
3176
|
+
default: boolean;
|
|
3177
3177
|
};
|
|
3178
3178
|
min: {
|
|
3179
3179
|
type: import("vue").PropType<string>;
|
|
3180
3180
|
default: () => string;
|
|
3181
3181
|
};
|
|
3182
|
-
|
|
3183
|
-
type: import("vue").PropType<
|
|
3184
|
-
default:
|
|
3182
|
+
max: {
|
|
3183
|
+
type: import("vue").PropType<string>;
|
|
3184
|
+
default: () => string;
|
|
3185
3185
|
};
|
|
3186
3186
|
}>> & {
|
|
3187
3187
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -3195,9 +3195,9 @@ export declare const components: {
|
|
|
3195
3195
|
helperText: string;
|
|
3196
3196
|
helperState: "error" | "none" | "success" | "warning";
|
|
3197
3197
|
zIndex: number;
|
|
3198
|
-
max: string;
|
|
3199
|
-
min: string;
|
|
3200
3198
|
showValidBorder: boolean;
|
|
3199
|
+
min: string;
|
|
3200
|
+
max: string;
|
|
3201
3201
|
}>;
|
|
3202
3202
|
__isFragment?: undefined;
|
|
3203
3203
|
__isTeleport?: undefined;
|
|
@@ -3243,17 +3243,17 @@ export declare const components: {
|
|
|
3243
3243
|
type: import("vue").PropType<number>;
|
|
3244
3244
|
default: undefined;
|
|
3245
3245
|
};
|
|
3246
|
-
|
|
3247
|
-
type: import("vue").PropType<
|
|
3248
|
-
default:
|
|
3246
|
+
showValidBorder: {
|
|
3247
|
+
type: import("vue").PropType<boolean>;
|
|
3248
|
+
default: boolean;
|
|
3249
3249
|
};
|
|
3250
3250
|
min: {
|
|
3251
3251
|
type: import("vue").PropType<string>;
|
|
3252
3252
|
default: () => string;
|
|
3253
3253
|
};
|
|
3254
|
-
|
|
3255
|
-
type: import("vue").PropType<
|
|
3256
|
-
default:
|
|
3254
|
+
max: {
|
|
3255
|
+
type: import("vue").PropType<string>;
|
|
3256
|
+
default: () => string;
|
|
3257
3257
|
};
|
|
3258
3258
|
}>> & {
|
|
3259
3259
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -3269,9 +3269,9 @@ export declare const components: {
|
|
|
3269
3269
|
helperText: string;
|
|
3270
3270
|
helperState: "error" | "none" | "success" | "warning";
|
|
3271
3271
|
zIndex: number;
|
|
3272
|
-
max: string;
|
|
3273
|
-
min: string;
|
|
3274
3272
|
showValidBorder: boolean;
|
|
3273
|
+
min: string;
|
|
3274
|
+
max: string;
|
|
3275
3275
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3276
3276
|
$slots: {
|
|
3277
3277
|
"trigger-button"?(_: {
|
|
@@ -3323,17 +3323,17 @@ export declare const components: {
|
|
|
3323
3323
|
type: import("vue").PropType<number>;
|
|
3324
3324
|
default: number;
|
|
3325
3325
|
};
|
|
3326
|
-
|
|
3327
|
-
type: import("vue").PropType<
|
|
3328
|
-
default:
|
|
3326
|
+
showValidBorder: {
|
|
3327
|
+
type: import("vue").PropType<boolean>;
|
|
3328
|
+
default: boolean;
|
|
3329
3329
|
};
|
|
3330
3330
|
min: {
|
|
3331
3331
|
type: import("vue").PropType<string>;
|
|
3332
3332
|
default: () => string;
|
|
3333
3333
|
};
|
|
3334
|
-
|
|
3335
|
-
type: import("vue").PropType<
|
|
3336
|
-
default:
|
|
3334
|
+
max: {
|
|
3335
|
+
type: import("vue").PropType<string>;
|
|
3336
|
+
default: () => string;
|
|
3337
3337
|
};
|
|
3338
3338
|
}>> & {
|
|
3339
3339
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -3380,17 +3380,17 @@ export declare const components: {
|
|
|
3380
3380
|
type: import("vue").PropType<number>;
|
|
3381
3381
|
default: number;
|
|
3382
3382
|
};
|
|
3383
|
-
|
|
3384
|
-
type: import("vue").PropType<
|
|
3385
|
-
default:
|
|
3383
|
+
showValidBorder: {
|
|
3384
|
+
type: import("vue").PropType<boolean>;
|
|
3385
|
+
default: boolean;
|
|
3386
3386
|
};
|
|
3387
3387
|
min: {
|
|
3388
3388
|
type: import("vue").PropType<string>;
|
|
3389
3389
|
default: () => string;
|
|
3390
3390
|
};
|
|
3391
|
-
|
|
3392
|
-
type: import("vue").PropType<
|
|
3393
|
-
default:
|
|
3391
|
+
max: {
|
|
3392
|
+
type: import("vue").PropType<string>;
|
|
3393
|
+
default: () => string;
|
|
3394
3394
|
};
|
|
3395
3395
|
}>> & {
|
|
3396
3396
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -3404,9 +3404,9 @@ export declare const components: {
|
|
|
3404
3404
|
helperText: string;
|
|
3405
3405
|
helperState: "error" | "none" | "success" | "warning";
|
|
3406
3406
|
zIndex: number;
|
|
3407
|
-
max: string;
|
|
3408
|
-
min: string;
|
|
3409
3407
|
showValidBorder: boolean;
|
|
3408
|
+
min: string;
|
|
3409
|
+
max: string;
|
|
3410
3410
|
}, true, {}, {}, {
|
|
3411
3411
|
P: {};
|
|
3412
3412
|
B: {};
|
|
@@ -3455,17 +3455,17 @@ export declare const components: {
|
|
|
3455
3455
|
type: import("vue").PropType<number>;
|
|
3456
3456
|
default: number;
|
|
3457
3457
|
};
|
|
3458
|
-
|
|
3459
|
-
type: import("vue").PropType<
|
|
3460
|
-
default:
|
|
3458
|
+
showValidBorder: {
|
|
3459
|
+
type: import("vue").PropType<boolean>;
|
|
3460
|
+
default: boolean;
|
|
3461
3461
|
};
|
|
3462
3462
|
min: {
|
|
3463
3463
|
type: import("vue").PropType<string>;
|
|
3464
3464
|
default: () => string;
|
|
3465
3465
|
};
|
|
3466
|
-
|
|
3467
|
-
type: import("vue").PropType<
|
|
3468
|
-
default:
|
|
3466
|
+
max: {
|
|
3467
|
+
type: import("vue").PropType<string>;
|
|
3468
|
+
default: () => string;
|
|
3469
3469
|
};
|
|
3470
3470
|
}>> & {
|
|
3471
3471
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -3479,9 +3479,9 @@ export declare const components: {
|
|
|
3479
3479
|
helperText: string;
|
|
3480
3480
|
helperState: "error" | "none" | "success" | "warning";
|
|
3481
3481
|
zIndex: number;
|
|
3482
|
-
max: string;
|
|
3483
|
-
min: string;
|
|
3484
3482
|
showValidBorder: boolean;
|
|
3483
|
+
min: string;
|
|
3484
|
+
max: string;
|
|
3485
3485
|
}>;
|
|
3486
3486
|
__isFragment?: undefined;
|
|
3487
3487
|
__isTeleport?: undefined;
|
|
@@ -3527,17 +3527,17 @@ export declare const components: {
|
|
|
3527
3527
|
type: import("vue").PropType<number>;
|
|
3528
3528
|
default: number;
|
|
3529
3529
|
};
|
|
3530
|
-
|
|
3531
|
-
type: import("vue").PropType<
|
|
3532
|
-
default:
|
|
3530
|
+
showValidBorder: {
|
|
3531
|
+
type: import("vue").PropType<boolean>;
|
|
3532
|
+
default: boolean;
|
|
3533
3533
|
};
|
|
3534
3534
|
min: {
|
|
3535
3535
|
type: import("vue").PropType<string>;
|
|
3536
3536
|
default: () => string;
|
|
3537
3537
|
};
|
|
3538
|
-
|
|
3539
|
-
type: import("vue").PropType<
|
|
3540
|
-
default:
|
|
3538
|
+
max: {
|
|
3539
|
+
type: import("vue").PropType<string>;
|
|
3540
|
+
default: () => string;
|
|
3541
3541
|
};
|
|
3542
3542
|
}>> & {
|
|
3543
3543
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -3553,9 +3553,9 @@ export declare const components: {
|
|
|
3553
3553
|
helperText: string;
|
|
3554
3554
|
helperState: "error" | "none" | "success" | "warning";
|
|
3555
3555
|
zIndex: number;
|
|
3556
|
-
max: string;
|
|
3557
|
-
min: string;
|
|
3558
3556
|
showValidBorder: boolean;
|
|
3557
|
+
min: string;
|
|
3558
|
+
max: string;
|
|
3559
3559
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3560
3560
|
$slots: {
|
|
3561
3561
|
label?(_: {}): any;
|
|
@@ -3616,17 +3616,17 @@ export declare const components: {
|
|
|
3616
3616
|
locale: {
|
|
3617
3617
|
type: import("vue").PropType<"en" | "cn">;
|
|
3618
3618
|
};
|
|
3619
|
-
|
|
3620
|
-
type: import("vue").PropType<
|
|
3621
|
-
default:
|
|
3619
|
+
showValidBorder: {
|
|
3620
|
+
type: import("vue").PropType<boolean>;
|
|
3621
|
+
default: boolean;
|
|
3622
3622
|
};
|
|
3623
3623
|
min: {
|
|
3624
3624
|
type: import("vue").PropType<string>;
|
|
3625
3625
|
default: () => string;
|
|
3626
3626
|
};
|
|
3627
|
-
|
|
3628
|
-
type: import("vue").PropType<
|
|
3629
|
-
default:
|
|
3627
|
+
max: {
|
|
3628
|
+
type: import("vue").PropType<string>;
|
|
3629
|
+
default: () => string;
|
|
3630
3630
|
};
|
|
3631
3631
|
startLabel: {
|
|
3632
3632
|
type: import("vue").PropType<string>;
|
|
@@ -3698,17 +3698,17 @@ export declare const components: {
|
|
|
3698
3698
|
locale: {
|
|
3699
3699
|
type: import("vue").PropType<"en" | "cn">;
|
|
3700
3700
|
};
|
|
3701
|
-
|
|
3702
|
-
type: import("vue").PropType<
|
|
3703
|
-
default:
|
|
3701
|
+
showValidBorder: {
|
|
3702
|
+
type: import("vue").PropType<boolean>;
|
|
3703
|
+
default: boolean;
|
|
3704
3704
|
};
|
|
3705
3705
|
min: {
|
|
3706
3706
|
type: import("vue").PropType<string>;
|
|
3707
3707
|
default: () => string;
|
|
3708
3708
|
};
|
|
3709
|
-
|
|
3710
|
-
type: import("vue").PropType<
|
|
3711
|
-
default:
|
|
3709
|
+
max: {
|
|
3710
|
+
type: import("vue").PropType<string>;
|
|
3711
|
+
default: () => string;
|
|
3712
3712
|
};
|
|
3713
3713
|
startLabel: {
|
|
3714
3714
|
type: import("vue").PropType<string>;
|
|
@@ -3741,9 +3741,9 @@ export declare const components: {
|
|
|
3741
3741
|
helperText: string;
|
|
3742
3742
|
helperState: "error" | "none" | "success" | "warning";
|
|
3743
3743
|
compare: boolean;
|
|
3744
|
-
max: string;
|
|
3745
|
-
min: string;
|
|
3746
3744
|
showValidBorder: boolean;
|
|
3745
|
+
min: string;
|
|
3746
|
+
max: string;
|
|
3747
3747
|
showPredefinedRange: boolean;
|
|
3748
3748
|
predefinedRange: import("./components/form/calendar/date-range-picker/common").FmCalendarPredefinedRange[];
|
|
3749
3749
|
}, true, {}, {}, {
|
|
@@ -3799,17 +3799,17 @@ export declare const components: {
|
|
|
3799
3799
|
locale: {
|
|
3800
3800
|
type: import("vue").PropType<"en" | "cn">;
|
|
3801
3801
|
};
|
|
3802
|
-
|
|
3803
|
-
type: import("vue").PropType<
|
|
3804
|
-
default:
|
|
3802
|
+
showValidBorder: {
|
|
3803
|
+
type: import("vue").PropType<boolean>;
|
|
3804
|
+
default: boolean;
|
|
3805
3805
|
};
|
|
3806
3806
|
min: {
|
|
3807
3807
|
type: import("vue").PropType<string>;
|
|
3808
3808
|
default: () => string;
|
|
3809
3809
|
};
|
|
3810
|
-
|
|
3811
|
-
type: import("vue").PropType<
|
|
3812
|
-
default:
|
|
3810
|
+
max: {
|
|
3811
|
+
type: import("vue").PropType<string>;
|
|
3812
|
+
default: () => string;
|
|
3813
3813
|
};
|
|
3814
3814
|
startLabel: {
|
|
3815
3815
|
type: import("vue").PropType<string>;
|
|
@@ -3842,9 +3842,9 @@ export declare const components: {
|
|
|
3842
3842
|
helperText: string;
|
|
3843
3843
|
helperState: "error" | "none" | "success" | "warning";
|
|
3844
3844
|
compare: boolean;
|
|
3845
|
-
max: string;
|
|
3846
|
-
min: string;
|
|
3847
3845
|
showValidBorder: boolean;
|
|
3846
|
+
min: string;
|
|
3847
|
+
max: string;
|
|
3848
3848
|
showPredefinedRange: boolean;
|
|
3849
3849
|
predefinedRange: import("./components/form/calendar/date-range-picker/common").FmCalendarPredefinedRange[];
|
|
3850
3850
|
}>;
|
|
@@ -3897,17 +3897,17 @@ export declare const components: {
|
|
|
3897
3897
|
locale: {
|
|
3898
3898
|
type: import("vue").PropType<"en" | "cn">;
|
|
3899
3899
|
};
|
|
3900
|
-
|
|
3901
|
-
type: import("vue").PropType<
|
|
3902
|
-
default:
|
|
3900
|
+
showValidBorder: {
|
|
3901
|
+
type: import("vue").PropType<boolean>;
|
|
3902
|
+
default: boolean;
|
|
3903
3903
|
};
|
|
3904
3904
|
min: {
|
|
3905
3905
|
type: import("vue").PropType<string>;
|
|
3906
3906
|
default: () => string;
|
|
3907
3907
|
};
|
|
3908
|
-
|
|
3909
|
-
type: import("vue").PropType<
|
|
3910
|
-
default:
|
|
3908
|
+
max: {
|
|
3909
|
+
type: import("vue").PropType<string>;
|
|
3910
|
+
default: () => string;
|
|
3911
3911
|
};
|
|
3912
3912
|
startLabel: {
|
|
3913
3913
|
type: import("vue").PropType<string>;
|
|
@@ -3942,9 +3942,9 @@ export declare const components: {
|
|
|
3942
3942
|
helperText: string;
|
|
3943
3943
|
helperState: "error" | "none" | "success" | "warning";
|
|
3944
3944
|
compare: boolean;
|
|
3945
|
-
max: string;
|
|
3946
|
-
min: string;
|
|
3947
3945
|
showValidBorder: boolean;
|
|
3946
|
+
min: string;
|
|
3947
|
+
max: string;
|
|
3948
3948
|
showPredefinedRange: boolean;
|
|
3949
3949
|
predefinedRange: import("./components/form/calendar/date-range-picker/common").FmCalendarPredefinedRange[];
|
|
3950
3950
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -4006,17 +4006,17 @@ export declare const components: {
|
|
|
4006
4006
|
locale: {
|
|
4007
4007
|
type: import("vue").PropType<"en" | "cn">;
|
|
4008
4008
|
};
|
|
4009
|
-
|
|
4010
|
-
type: import("vue").PropType<
|
|
4011
|
-
default:
|
|
4009
|
+
showValidBorder: {
|
|
4010
|
+
type: import("vue").PropType<boolean>;
|
|
4011
|
+
default: boolean;
|
|
4012
4012
|
};
|
|
4013
4013
|
min: {
|
|
4014
4014
|
type: import("vue").PropType<string>;
|
|
4015
4015
|
default: () => string;
|
|
4016
4016
|
};
|
|
4017
|
-
|
|
4018
|
-
type: import("vue").PropType<
|
|
4019
|
-
default:
|
|
4017
|
+
max: {
|
|
4018
|
+
type: import("vue").PropType<string>;
|
|
4019
|
+
default: () => string;
|
|
4020
4020
|
};
|
|
4021
4021
|
startLabel: {
|
|
4022
4022
|
type: import("vue").PropType<string>;
|
|
@@ -4089,17 +4089,17 @@ export declare const components: {
|
|
|
4089
4089
|
locale: {
|
|
4090
4090
|
type: import("vue").PropType<"en" | "cn">;
|
|
4091
4091
|
};
|
|
4092
|
-
|
|
4093
|
-
type: import("vue").PropType<
|
|
4094
|
-
default:
|
|
4092
|
+
showValidBorder: {
|
|
4093
|
+
type: import("vue").PropType<boolean>;
|
|
4094
|
+
default: boolean;
|
|
4095
4095
|
};
|
|
4096
4096
|
min: {
|
|
4097
4097
|
type: import("vue").PropType<string>;
|
|
4098
4098
|
default: () => string;
|
|
4099
4099
|
};
|
|
4100
|
-
|
|
4101
|
-
type: import("vue").PropType<
|
|
4102
|
-
default:
|
|
4100
|
+
max: {
|
|
4101
|
+
type: import("vue").PropType<string>;
|
|
4102
|
+
default: () => string;
|
|
4103
4103
|
};
|
|
4104
4104
|
startLabel: {
|
|
4105
4105
|
type: import("vue").PropType<string>;
|
|
@@ -4133,9 +4133,9 @@ export declare const components: {
|
|
|
4133
4133
|
helperState: "error" | "none" | "success" | "warning";
|
|
4134
4134
|
zIndex: number;
|
|
4135
4135
|
compare: boolean;
|
|
4136
|
-
max: string;
|
|
4137
|
-
min: string;
|
|
4138
4136
|
showValidBorder: boolean;
|
|
4137
|
+
min: string;
|
|
4138
|
+
max: string;
|
|
4139
4139
|
showPredefinedRange: boolean;
|
|
4140
4140
|
predefinedRange: import("./components/form/calendar/date-range-picker/common").FmCalendarPredefinedRange[];
|
|
4141
4141
|
}, true, {}, {}, {
|
|
@@ -4192,17 +4192,17 @@ export declare const components: {
|
|
|
4192
4192
|
locale: {
|
|
4193
4193
|
type: import("vue").PropType<"en" | "cn">;
|
|
4194
4194
|
};
|
|
4195
|
-
|
|
4196
|
-
type: import("vue").PropType<
|
|
4197
|
-
default:
|
|
4195
|
+
showValidBorder: {
|
|
4196
|
+
type: import("vue").PropType<boolean>;
|
|
4197
|
+
default: boolean;
|
|
4198
4198
|
};
|
|
4199
4199
|
min: {
|
|
4200
4200
|
type: import("vue").PropType<string>;
|
|
4201
4201
|
default: () => string;
|
|
4202
4202
|
};
|
|
4203
|
-
|
|
4204
|
-
type: import("vue").PropType<
|
|
4205
|
-
default:
|
|
4203
|
+
max: {
|
|
4204
|
+
type: import("vue").PropType<string>;
|
|
4205
|
+
default: () => string;
|
|
4206
4206
|
};
|
|
4207
4207
|
startLabel: {
|
|
4208
4208
|
type: import("vue").PropType<string>;
|
|
@@ -4236,9 +4236,9 @@ export declare const components: {
|
|
|
4236
4236
|
helperState: "error" | "none" | "success" | "warning";
|
|
4237
4237
|
zIndex: number;
|
|
4238
4238
|
compare: boolean;
|
|
4239
|
-
max: string;
|
|
4240
|
-
min: string;
|
|
4241
4239
|
showValidBorder: boolean;
|
|
4240
|
+
min: string;
|
|
4241
|
+
max: string;
|
|
4242
4242
|
showPredefinedRange: boolean;
|
|
4243
4243
|
predefinedRange: import("./components/form/calendar/date-range-picker/common").FmCalendarPredefinedRange[];
|
|
4244
4244
|
}>;
|
|
@@ -4292,17 +4292,17 @@ export declare const components: {
|
|
|
4292
4292
|
locale: {
|
|
4293
4293
|
type: import("vue").PropType<"en" | "cn">;
|
|
4294
4294
|
};
|
|
4295
|
-
|
|
4296
|
-
type: import("vue").PropType<
|
|
4297
|
-
default:
|
|
4295
|
+
showValidBorder: {
|
|
4296
|
+
type: import("vue").PropType<boolean>;
|
|
4297
|
+
default: boolean;
|
|
4298
4298
|
};
|
|
4299
4299
|
min: {
|
|
4300
4300
|
type: import("vue").PropType<string>;
|
|
4301
4301
|
default: () => string;
|
|
4302
4302
|
};
|
|
4303
|
-
|
|
4304
|
-
type: import("vue").PropType<
|
|
4305
|
-
default:
|
|
4303
|
+
max: {
|
|
4304
|
+
type: import("vue").PropType<string>;
|
|
4305
|
+
default: () => string;
|
|
4306
4306
|
};
|
|
4307
4307
|
startLabel: {
|
|
4308
4308
|
type: import("vue").PropType<string>;
|
|
@@ -4338,9 +4338,9 @@ export declare const components: {
|
|
|
4338
4338
|
helperState: "error" | "none" | "success" | "warning";
|
|
4339
4339
|
zIndex: number;
|
|
4340
4340
|
compare: boolean;
|
|
4341
|
-
max: string;
|
|
4342
|
-
min: string;
|
|
4343
4341
|
showValidBorder: boolean;
|
|
4342
|
+
min: string;
|
|
4343
|
+
max: string;
|
|
4344
4344
|
showPredefinedRange: boolean;
|
|
4345
4345
|
predefinedRange: import("./components/form/calendar/date-range-picker/common").FmCalendarPredefinedRange[];
|
|
4346
4346
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -4399,17 +4399,17 @@ export declare const components: {
|
|
|
4399
4399
|
zIndex: {
|
|
4400
4400
|
type: import("vue").PropType<number>;
|
|
4401
4401
|
};
|
|
4402
|
-
|
|
4403
|
-
type: import("vue").PropType<
|
|
4404
|
-
default:
|
|
4402
|
+
showValidBorder: {
|
|
4403
|
+
type: import("vue").PropType<boolean>;
|
|
4404
|
+
default: boolean;
|
|
4405
4405
|
};
|
|
4406
4406
|
min: {
|
|
4407
4407
|
type: import("vue").PropType<string>;
|
|
4408
4408
|
default: () => string;
|
|
4409
4409
|
};
|
|
4410
|
-
|
|
4411
|
-
type: import("vue").PropType<
|
|
4412
|
-
default:
|
|
4410
|
+
max: {
|
|
4411
|
+
type: import("vue").PropType<string>;
|
|
4412
|
+
default: () => string;
|
|
4413
4413
|
};
|
|
4414
4414
|
}>> & {
|
|
4415
4415
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -4455,17 +4455,17 @@ export declare const components: {
|
|
|
4455
4455
|
zIndex: {
|
|
4456
4456
|
type: import("vue").PropType<number>;
|
|
4457
4457
|
};
|
|
4458
|
-
|
|
4459
|
-
type: import("vue").PropType<
|
|
4460
|
-
default:
|
|
4458
|
+
showValidBorder: {
|
|
4459
|
+
type: import("vue").PropType<boolean>;
|
|
4460
|
+
default: boolean;
|
|
4461
4461
|
};
|
|
4462
4462
|
min: {
|
|
4463
4463
|
type: import("vue").PropType<string>;
|
|
4464
4464
|
default: () => string;
|
|
4465
4465
|
};
|
|
4466
|
-
|
|
4467
|
-
type: import("vue").PropType<
|
|
4468
|
-
default:
|
|
4466
|
+
max: {
|
|
4467
|
+
type: import("vue").PropType<string>;
|
|
4468
|
+
default: () => string;
|
|
4469
4469
|
};
|
|
4470
4470
|
}>> & {
|
|
4471
4471
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -4478,9 +4478,9 @@ export declare const components: {
|
|
|
4478
4478
|
rules: import("./composables/useValidation").ValidationRule[];
|
|
4479
4479
|
helperText: string;
|
|
4480
4480
|
helperState: "error" | "none" | "success" | "warning";
|
|
4481
|
-
max: string;
|
|
4482
|
-
min: string;
|
|
4483
4481
|
showValidBorder: boolean;
|
|
4482
|
+
min: string;
|
|
4483
|
+
max: string;
|
|
4484
4484
|
}, true, {}, {}, {
|
|
4485
4485
|
P: {};
|
|
4486
4486
|
B: {};
|
|
@@ -4528,17 +4528,17 @@ export declare const components: {
|
|
|
4528
4528
|
zIndex: {
|
|
4529
4529
|
type: import("vue").PropType<number>;
|
|
4530
4530
|
};
|
|
4531
|
-
|
|
4532
|
-
type: import("vue").PropType<
|
|
4533
|
-
default:
|
|
4531
|
+
showValidBorder: {
|
|
4532
|
+
type: import("vue").PropType<boolean>;
|
|
4533
|
+
default: boolean;
|
|
4534
4534
|
};
|
|
4535
4535
|
min: {
|
|
4536
4536
|
type: import("vue").PropType<string>;
|
|
4537
4537
|
default: () => string;
|
|
4538
4538
|
};
|
|
4539
|
-
|
|
4540
|
-
type: import("vue").PropType<
|
|
4541
|
-
default:
|
|
4539
|
+
max: {
|
|
4540
|
+
type: import("vue").PropType<string>;
|
|
4541
|
+
default: () => string;
|
|
4542
4542
|
};
|
|
4543
4543
|
}>> & {
|
|
4544
4544
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -4551,9 +4551,9 @@ export declare const components: {
|
|
|
4551
4551
|
rules: import("./composables/useValidation").ValidationRule[];
|
|
4552
4552
|
helperText: string;
|
|
4553
4553
|
helperState: "error" | "none" | "success" | "warning";
|
|
4554
|
-
max: string;
|
|
4555
|
-
min: string;
|
|
4556
4554
|
showValidBorder: boolean;
|
|
4555
|
+
min: string;
|
|
4556
|
+
max: string;
|
|
4557
4557
|
}>;
|
|
4558
4558
|
__isFragment?: undefined;
|
|
4559
4559
|
__isTeleport?: undefined;
|
|
@@ -4598,17 +4598,17 @@ export declare const components: {
|
|
|
4598
4598
|
zIndex: {
|
|
4599
4599
|
type: import("vue").PropType<number>;
|
|
4600
4600
|
};
|
|
4601
|
-
|
|
4602
|
-
type: import("vue").PropType<
|
|
4603
|
-
default:
|
|
4601
|
+
showValidBorder: {
|
|
4602
|
+
type: import("vue").PropType<boolean>;
|
|
4603
|
+
default: boolean;
|
|
4604
4604
|
};
|
|
4605
4605
|
min: {
|
|
4606
4606
|
type: import("vue").PropType<string>;
|
|
4607
4607
|
default: () => string;
|
|
4608
4608
|
};
|
|
4609
|
-
|
|
4610
|
-
type: import("vue").PropType<
|
|
4611
|
-
default:
|
|
4609
|
+
max: {
|
|
4610
|
+
type: import("vue").PropType<string>;
|
|
4611
|
+
default: () => string;
|
|
4612
4612
|
};
|
|
4613
4613
|
}>> & {
|
|
4614
4614
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -4623,9 +4623,9 @@ export declare const components: {
|
|
|
4623
4623
|
rules: import("./composables/useValidation").ValidationRule[];
|
|
4624
4624
|
helperText: string;
|
|
4625
4625
|
helperState: "error" | "none" | "success" | "warning";
|
|
4626
|
-
max: string;
|
|
4627
|
-
min: string;
|
|
4628
4626
|
showValidBorder: boolean;
|
|
4627
|
+
min: string;
|
|
4628
|
+
max: string;
|
|
4629
4629
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
4630
4630
|
$slots: {
|
|
4631
4631
|
"trigger-button"?(_: {
|
|
@@ -4678,17 +4678,17 @@ export declare const components: {
|
|
|
4678
4678
|
type: import("vue").PropType<number>;
|
|
4679
4679
|
default: undefined;
|
|
4680
4680
|
};
|
|
4681
|
-
|
|
4682
|
-
type: import("vue").PropType<
|
|
4683
|
-
default:
|
|
4681
|
+
showValidBorder: {
|
|
4682
|
+
type: import("vue").PropType<boolean>;
|
|
4683
|
+
default: boolean;
|
|
4684
4684
|
};
|
|
4685
4685
|
min: {
|
|
4686
4686
|
type: import("vue").PropType<string>;
|
|
4687
4687
|
default: () => string;
|
|
4688
4688
|
};
|
|
4689
|
-
|
|
4690
|
-
type: import("vue").PropType<
|
|
4691
|
-
default:
|
|
4689
|
+
max: {
|
|
4690
|
+
type: import("vue").PropType<string>;
|
|
4691
|
+
default: () => string;
|
|
4692
4692
|
};
|
|
4693
4693
|
}>> & {
|
|
4694
4694
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -4735,17 +4735,17 @@ export declare const components: {
|
|
|
4735
4735
|
type: import("vue").PropType<number>;
|
|
4736
4736
|
default: undefined;
|
|
4737
4737
|
};
|
|
4738
|
-
|
|
4739
|
-
type: import("vue").PropType<
|
|
4740
|
-
default:
|
|
4738
|
+
showValidBorder: {
|
|
4739
|
+
type: import("vue").PropType<boolean>;
|
|
4740
|
+
default: boolean;
|
|
4741
4741
|
};
|
|
4742
4742
|
min: {
|
|
4743
4743
|
type: import("vue").PropType<string>;
|
|
4744
4744
|
default: () => string;
|
|
4745
4745
|
};
|
|
4746
|
-
|
|
4747
|
-
type: import("vue").PropType<
|
|
4748
|
-
default:
|
|
4746
|
+
max: {
|
|
4747
|
+
type: import("vue").PropType<string>;
|
|
4748
|
+
default: () => string;
|
|
4749
4749
|
};
|
|
4750
4750
|
}>> & {
|
|
4751
4751
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -4759,9 +4759,9 @@ export declare const components: {
|
|
|
4759
4759
|
helperText: string;
|
|
4760
4760
|
helperState: "error" | "none" | "success" | "warning";
|
|
4761
4761
|
zIndex: number;
|
|
4762
|
-
max: string;
|
|
4763
|
-
min: string;
|
|
4764
4762
|
showValidBorder: boolean;
|
|
4763
|
+
min: string;
|
|
4764
|
+
max: string;
|
|
4765
4765
|
}, true, {}, {}, {
|
|
4766
4766
|
P: {};
|
|
4767
4767
|
B: {};
|
|
@@ -4810,17 +4810,17 @@ export declare const components: {
|
|
|
4810
4810
|
type: import("vue").PropType<number>;
|
|
4811
4811
|
default: undefined;
|
|
4812
4812
|
};
|
|
4813
|
-
|
|
4814
|
-
type: import("vue").PropType<
|
|
4815
|
-
default:
|
|
4813
|
+
showValidBorder: {
|
|
4814
|
+
type: import("vue").PropType<boolean>;
|
|
4815
|
+
default: boolean;
|
|
4816
4816
|
};
|
|
4817
4817
|
min: {
|
|
4818
4818
|
type: import("vue").PropType<string>;
|
|
4819
4819
|
default: () => string;
|
|
4820
4820
|
};
|
|
4821
|
-
|
|
4822
|
-
type: import("vue").PropType<
|
|
4823
|
-
default:
|
|
4821
|
+
max: {
|
|
4822
|
+
type: import("vue").PropType<string>;
|
|
4823
|
+
default: () => string;
|
|
4824
4824
|
};
|
|
4825
4825
|
}>> & {
|
|
4826
4826
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -4834,9 +4834,9 @@ export declare const components: {
|
|
|
4834
4834
|
helperText: string;
|
|
4835
4835
|
helperState: "error" | "none" | "success" | "warning";
|
|
4836
4836
|
zIndex: number;
|
|
4837
|
-
max: string;
|
|
4838
|
-
min: string;
|
|
4839
4837
|
showValidBorder: boolean;
|
|
4838
|
+
min: string;
|
|
4839
|
+
max: string;
|
|
4840
4840
|
}>;
|
|
4841
4841
|
__isFragment?: undefined;
|
|
4842
4842
|
__isTeleport?: undefined;
|
|
@@ -4882,17 +4882,17 @@ export declare const components: {
|
|
|
4882
4882
|
type: import("vue").PropType<number>;
|
|
4883
4883
|
default: undefined;
|
|
4884
4884
|
};
|
|
4885
|
-
|
|
4886
|
-
type: import("vue").PropType<
|
|
4887
|
-
default:
|
|
4885
|
+
showValidBorder: {
|
|
4886
|
+
type: import("vue").PropType<boolean>;
|
|
4887
|
+
default: boolean;
|
|
4888
4888
|
};
|
|
4889
4889
|
min: {
|
|
4890
4890
|
type: import("vue").PropType<string>;
|
|
4891
4891
|
default: () => string;
|
|
4892
4892
|
};
|
|
4893
|
-
|
|
4894
|
-
type: import("vue").PropType<
|
|
4895
|
-
default:
|
|
4893
|
+
max: {
|
|
4894
|
+
type: import("vue").PropType<string>;
|
|
4895
|
+
default: () => string;
|
|
4896
4896
|
};
|
|
4897
4897
|
}>> & {
|
|
4898
4898
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -4908,9 +4908,9 @@ export declare const components: {
|
|
|
4908
4908
|
helperText: string;
|
|
4909
4909
|
helperState: "error" | "none" | "success" | "warning";
|
|
4910
4910
|
zIndex: number;
|
|
4911
|
-
max: string;
|
|
4912
|
-
min: string;
|
|
4913
4911
|
showValidBorder: boolean;
|
|
4912
|
+
min: string;
|
|
4913
|
+
max: string;
|
|
4914
4914
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
4915
4915
|
$slots: {
|
|
4916
4916
|
label?(_: {}): any;
|
|
@@ -4962,17 +4962,17 @@ export declare const components: {
|
|
|
4962
4962
|
zIndex: {
|
|
4963
4963
|
type: import("vue").PropType<number>;
|
|
4964
4964
|
};
|
|
4965
|
-
|
|
4966
|
-
type: import("vue").PropType<
|
|
4967
|
-
default:
|
|
4965
|
+
showValidBorder: {
|
|
4966
|
+
type: import("vue").PropType<boolean>;
|
|
4967
|
+
default: boolean;
|
|
4968
4968
|
};
|
|
4969
4969
|
min: {
|
|
4970
4970
|
type: import("vue").PropType<string>;
|
|
4971
4971
|
default: () => string;
|
|
4972
4972
|
};
|
|
4973
|
-
|
|
4974
|
-
type: import("vue").PropType<
|
|
4975
|
-
default:
|
|
4973
|
+
max: {
|
|
4974
|
+
type: import("vue").PropType<string>;
|
|
4975
|
+
default: () => string;
|
|
4976
4976
|
};
|
|
4977
4977
|
compareTarget: {
|
|
4978
4978
|
type: import("vue").PropType<import("./components/form/simple-calendar/simple-date-range-picker/common").DateRange | null>;
|
|
@@ -5042,17 +5042,17 @@ export declare const components: {
|
|
|
5042
5042
|
zIndex: {
|
|
5043
5043
|
type: import("vue").PropType<number>;
|
|
5044
5044
|
};
|
|
5045
|
-
|
|
5046
|
-
type: import("vue").PropType<
|
|
5047
|
-
default:
|
|
5045
|
+
showValidBorder: {
|
|
5046
|
+
type: import("vue").PropType<boolean>;
|
|
5047
|
+
default: boolean;
|
|
5048
5048
|
};
|
|
5049
5049
|
min: {
|
|
5050
5050
|
type: import("vue").PropType<string>;
|
|
5051
5051
|
default: () => string;
|
|
5052
5052
|
};
|
|
5053
|
-
|
|
5054
|
-
type: import("vue").PropType<
|
|
5055
|
-
default:
|
|
5053
|
+
max: {
|
|
5054
|
+
type: import("vue").PropType<string>;
|
|
5055
|
+
default: () => string;
|
|
5056
5056
|
};
|
|
5057
5057
|
compareTarget: {
|
|
5058
5058
|
type: import("vue").PropType<import("./components/form/simple-calendar/simple-date-range-picker/common").DateRange | null>;
|
|
@@ -5091,9 +5091,9 @@ export declare const components: {
|
|
|
5091
5091
|
rules: import("./composables/useValidation").ValidationRule[];
|
|
5092
5092
|
helperText: string;
|
|
5093
5093
|
helperState: "error" | "none" | "success" | "warning";
|
|
5094
|
-
max: string;
|
|
5095
|
-
min: string;
|
|
5096
5094
|
showValidBorder: boolean;
|
|
5095
|
+
min: string;
|
|
5096
|
+
max: string;
|
|
5097
5097
|
showPredefinedRange: boolean;
|
|
5098
5098
|
predefinedRange: import("./components/form/simple-calendar/simple-date-range-picker/common").FmCalendarPredefinedRange[];
|
|
5099
5099
|
}, true, {}, {}, {
|
|
@@ -5139,17 +5139,17 @@ export declare const components: {
|
|
|
5139
5139
|
zIndex: {
|
|
5140
5140
|
type: import("vue").PropType<number>;
|
|
5141
5141
|
};
|
|
5142
|
-
|
|
5143
|
-
type: import("vue").PropType<
|
|
5144
|
-
default:
|
|
5142
|
+
showValidBorder: {
|
|
5143
|
+
type: import("vue").PropType<boolean>;
|
|
5144
|
+
default: boolean;
|
|
5145
5145
|
};
|
|
5146
5146
|
min: {
|
|
5147
5147
|
type: import("vue").PropType<string>;
|
|
5148
5148
|
default: () => string;
|
|
5149
5149
|
};
|
|
5150
|
-
|
|
5151
|
-
type: import("vue").PropType<
|
|
5152
|
-
default:
|
|
5150
|
+
max: {
|
|
5151
|
+
type: import("vue").PropType<string>;
|
|
5152
|
+
default: () => string;
|
|
5153
5153
|
};
|
|
5154
5154
|
compareTarget: {
|
|
5155
5155
|
type: import("vue").PropType<import("./components/form/simple-calendar/simple-date-range-picker/common").DateRange | null>;
|
|
@@ -5188,9 +5188,9 @@ export declare const components: {
|
|
|
5188
5188
|
rules: import("./composables/useValidation").ValidationRule[];
|
|
5189
5189
|
helperText: string;
|
|
5190
5190
|
helperState: "error" | "none" | "success" | "warning";
|
|
5191
|
-
max: string;
|
|
5192
|
-
min: string;
|
|
5193
5191
|
showValidBorder: boolean;
|
|
5192
|
+
min: string;
|
|
5193
|
+
max: string;
|
|
5194
5194
|
showPredefinedRange: boolean;
|
|
5195
5195
|
predefinedRange: import("./components/form/simple-calendar/simple-date-range-picker/common").FmCalendarPredefinedRange[];
|
|
5196
5196
|
}>;
|
|
@@ -5233,17 +5233,17 @@ export declare const components: {
|
|
|
5233
5233
|
zIndex: {
|
|
5234
5234
|
type: import("vue").PropType<number>;
|
|
5235
5235
|
};
|
|
5236
|
-
|
|
5237
|
-
type: import("vue").PropType<
|
|
5238
|
-
default:
|
|
5236
|
+
showValidBorder: {
|
|
5237
|
+
type: import("vue").PropType<boolean>;
|
|
5238
|
+
default: boolean;
|
|
5239
5239
|
};
|
|
5240
5240
|
min: {
|
|
5241
5241
|
type: import("vue").PropType<string>;
|
|
5242
5242
|
default: () => string;
|
|
5243
5243
|
};
|
|
5244
|
-
|
|
5245
|
-
type: import("vue").PropType<
|
|
5246
|
-
default:
|
|
5244
|
+
max: {
|
|
5245
|
+
type: import("vue").PropType<string>;
|
|
5246
|
+
default: () => string;
|
|
5247
5247
|
};
|
|
5248
5248
|
compareTarget: {
|
|
5249
5249
|
type: import("vue").PropType<import("./components/form/simple-calendar/simple-date-range-picker/common").DateRange | null>;
|
|
@@ -5285,9 +5285,9 @@ export declare const components: {
|
|
|
5285
5285
|
rules: import("./composables/useValidation").ValidationRule[];
|
|
5286
5286
|
helperText: string;
|
|
5287
5287
|
helperState: "error" | "none" | "success" | "warning";
|
|
5288
|
-
max: string;
|
|
5289
|
-
min: string;
|
|
5290
5288
|
showValidBorder: boolean;
|
|
5289
|
+
min: string;
|
|
5290
|
+
max: string;
|
|
5291
5291
|
showPredefinedRange: boolean;
|
|
5292
5292
|
predefinedRange: import("./components/form/simple-calendar/simple-date-range-picker/common").FmCalendarPredefinedRange[];
|
|
5293
5293
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -5338,17 +5338,17 @@ export declare const components: {
|
|
|
5338
5338
|
type: import("vue").PropType<number>;
|
|
5339
5339
|
default: undefined;
|
|
5340
5340
|
};
|
|
5341
|
-
|
|
5342
|
-
type: import("vue").PropType<
|
|
5343
|
-
default:
|
|
5341
|
+
showValidBorder: {
|
|
5342
|
+
type: import("vue").PropType<boolean>;
|
|
5343
|
+
default: boolean;
|
|
5344
5344
|
};
|
|
5345
5345
|
min: {
|
|
5346
5346
|
type: import("vue").PropType<string>;
|
|
5347
5347
|
default: () => string;
|
|
5348
5348
|
};
|
|
5349
|
-
|
|
5350
|
-
type: import("vue").PropType<
|
|
5351
|
-
default:
|
|
5349
|
+
max: {
|
|
5350
|
+
type: import("vue").PropType<string>;
|
|
5351
|
+
default: () => string;
|
|
5352
5352
|
};
|
|
5353
5353
|
compareTarget: {
|
|
5354
5354
|
type: import("vue").PropType<import("./components/form/simple-calendar/simple-date-range-picker/common").DateRange | null>;
|
|
@@ -5420,17 +5420,17 @@ export declare const components: {
|
|
|
5420
5420
|
type: import("vue").PropType<number>;
|
|
5421
5421
|
default: undefined;
|
|
5422
5422
|
};
|
|
5423
|
-
|
|
5424
|
-
type: import("vue").PropType<
|
|
5425
|
-
default:
|
|
5423
|
+
showValidBorder: {
|
|
5424
|
+
type: import("vue").PropType<boolean>;
|
|
5425
|
+
default: boolean;
|
|
5426
5426
|
};
|
|
5427
5427
|
min: {
|
|
5428
5428
|
type: import("vue").PropType<string>;
|
|
5429
5429
|
default: () => string;
|
|
5430
5430
|
};
|
|
5431
|
-
|
|
5432
|
-
type: import("vue").PropType<
|
|
5433
|
-
default:
|
|
5431
|
+
max: {
|
|
5432
|
+
type: import("vue").PropType<string>;
|
|
5433
|
+
default: () => string;
|
|
5434
5434
|
};
|
|
5435
5435
|
compareTarget: {
|
|
5436
5436
|
type: import("vue").PropType<import("./components/form/simple-calendar/simple-date-range-picker/common").DateRange | null>;
|
|
@@ -5471,9 +5471,9 @@ export declare const components: {
|
|
|
5471
5471
|
helperText: string;
|
|
5472
5472
|
helperState: "error" | "none" | "success" | "warning";
|
|
5473
5473
|
zIndex: number;
|
|
5474
|
-
max: string;
|
|
5475
|
-
min: string;
|
|
5476
5474
|
showValidBorder: boolean;
|
|
5475
|
+
min: string;
|
|
5476
|
+
max: string;
|
|
5477
5477
|
showPredefinedRange: boolean;
|
|
5478
5478
|
predefinedRange: import("./components/form/simple-calendar/simple-date-range-picker/common").FmCalendarPredefinedRange[];
|
|
5479
5479
|
defaultCompareType: import("./components/form/simple-calendar/simple-date-range-picker/common").CompareType;
|
|
@@ -5521,17 +5521,17 @@ export declare const components: {
|
|
|
5521
5521
|
type: import("vue").PropType<number>;
|
|
5522
5522
|
default: undefined;
|
|
5523
5523
|
};
|
|
5524
|
-
|
|
5525
|
-
type: import("vue").PropType<
|
|
5526
|
-
default:
|
|
5524
|
+
showValidBorder: {
|
|
5525
|
+
type: import("vue").PropType<boolean>;
|
|
5526
|
+
default: boolean;
|
|
5527
5527
|
};
|
|
5528
5528
|
min: {
|
|
5529
5529
|
type: import("vue").PropType<string>;
|
|
5530
5530
|
default: () => string;
|
|
5531
5531
|
};
|
|
5532
|
-
|
|
5533
|
-
type: import("vue").PropType<
|
|
5534
|
-
default:
|
|
5532
|
+
max: {
|
|
5533
|
+
type: import("vue").PropType<string>;
|
|
5534
|
+
default: () => string;
|
|
5535
5535
|
};
|
|
5536
5536
|
compareTarget: {
|
|
5537
5537
|
type: import("vue").PropType<import("./components/form/simple-calendar/simple-date-range-picker/common").DateRange | null>;
|
|
@@ -5572,9 +5572,9 @@ export declare const components: {
|
|
|
5572
5572
|
helperText: string;
|
|
5573
5573
|
helperState: "error" | "none" | "success" | "warning";
|
|
5574
5574
|
zIndex: number;
|
|
5575
|
-
max: string;
|
|
5576
|
-
min: string;
|
|
5577
5575
|
showValidBorder: boolean;
|
|
5576
|
+
min: string;
|
|
5577
|
+
max: string;
|
|
5578
5578
|
showPredefinedRange: boolean;
|
|
5579
5579
|
predefinedRange: import("./components/form/simple-calendar/simple-date-range-picker/common").FmCalendarPredefinedRange[];
|
|
5580
5580
|
defaultCompareType: import("./components/form/simple-calendar/simple-date-range-picker/common").CompareType;
|
|
@@ -5619,17 +5619,17 @@ export declare const components: {
|
|
|
5619
5619
|
type: import("vue").PropType<number>;
|
|
5620
5620
|
default: undefined;
|
|
5621
5621
|
};
|
|
5622
|
-
|
|
5623
|
-
type: import("vue").PropType<
|
|
5624
|
-
default:
|
|
5622
|
+
showValidBorder: {
|
|
5623
|
+
type: import("vue").PropType<boolean>;
|
|
5624
|
+
default: boolean;
|
|
5625
5625
|
};
|
|
5626
5626
|
min: {
|
|
5627
5627
|
type: import("vue").PropType<string>;
|
|
5628
5628
|
default: () => string;
|
|
5629
5629
|
};
|
|
5630
|
-
|
|
5631
|
-
type: import("vue").PropType<
|
|
5632
|
-
default:
|
|
5630
|
+
max: {
|
|
5631
|
+
type: import("vue").PropType<string>;
|
|
5632
|
+
default: () => string;
|
|
5633
5633
|
};
|
|
5634
5634
|
compareTarget: {
|
|
5635
5635
|
type: import("vue").PropType<import("./components/form/simple-calendar/simple-date-range-picker/common").DateRange | null>;
|
|
@@ -5673,9 +5673,9 @@ export declare const components: {
|
|
|
5673
5673
|
helperText: string;
|
|
5674
5674
|
helperState: "error" | "none" | "success" | "warning";
|
|
5675
5675
|
zIndex: number;
|
|
5676
|
-
max: string;
|
|
5677
|
-
min: string;
|
|
5678
5676
|
showValidBorder: boolean;
|
|
5677
|
+
min: string;
|
|
5678
|
+
max: string;
|
|
5679
5679
|
showPredefinedRange: boolean;
|
|
5680
5680
|
predefinedRange: import("./components/form/simple-calendar/simple-date-range-picker/common").FmCalendarPredefinedRange[];
|
|
5681
5681
|
defaultCompareType: import("./components/form/simple-calendar/simple-date-range-picker/common").CompareType;
|
|
@@ -5695,10 +5695,6 @@ export declare const components: {
|
|
|
5695
5695
|
});
|
|
5696
5696
|
FmField: {
|
|
5697
5697
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
5698
|
-
disabled: {
|
|
5699
|
-
type: import("vue").PropType<boolean>;
|
|
5700
|
-
default: undefined;
|
|
5701
|
-
};
|
|
5702
5698
|
invalid: {
|
|
5703
5699
|
type: import("vue").PropType<boolean>;
|
|
5704
5700
|
default: boolean;
|
|
@@ -5707,6 +5703,10 @@ export declare const components: {
|
|
|
5707
5703
|
type: import("vue").PropType<"sm" | "md">;
|
|
5708
5704
|
default: string;
|
|
5709
5705
|
};
|
|
5706
|
+
disabled: {
|
|
5707
|
+
type: import("vue").PropType<boolean>;
|
|
5708
|
+
default: undefined;
|
|
5709
|
+
};
|
|
5710
5710
|
focused: {
|
|
5711
5711
|
type: import("vue").PropType<boolean>;
|
|
5712
5712
|
default: boolean;
|
|
@@ -5735,10 +5735,6 @@ export declare const components: {
|
|
|
5735
5735
|
type: import("vue").PropType<string>;
|
|
5736
5736
|
};
|
|
5737
5737
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5738
|
-
disabled: {
|
|
5739
|
-
type: import("vue").PropType<boolean>;
|
|
5740
|
-
default: undefined;
|
|
5741
|
-
};
|
|
5742
5738
|
invalid: {
|
|
5743
5739
|
type: import("vue").PropType<boolean>;
|
|
5744
5740
|
default: boolean;
|
|
@@ -5747,6 +5743,10 @@ export declare const components: {
|
|
|
5747
5743
|
type: import("vue").PropType<"sm" | "md">;
|
|
5748
5744
|
default: string;
|
|
5749
5745
|
};
|
|
5746
|
+
disabled: {
|
|
5747
|
+
type: import("vue").PropType<boolean>;
|
|
5748
|
+
default: undefined;
|
|
5749
|
+
};
|
|
5750
5750
|
focused: {
|
|
5751
5751
|
type: import("vue").PropType<boolean>;
|
|
5752
5752
|
default: boolean;
|
|
@@ -5775,9 +5775,9 @@ export declare const components: {
|
|
|
5775
5775
|
type: import("vue").PropType<string>;
|
|
5776
5776
|
};
|
|
5777
5777
|
}>>, {
|
|
5778
|
-
disabled: boolean;
|
|
5779
5778
|
invalid: boolean;
|
|
5780
5779
|
size: "sm" | "md";
|
|
5780
|
+
disabled: boolean;
|
|
5781
5781
|
focused: boolean;
|
|
5782
5782
|
tag: string;
|
|
5783
5783
|
prependIcon: string;
|
|
@@ -5792,10 +5792,6 @@ export declare const components: {
|
|
|
5792
5792
|
M: {};
|
|
5793
5793
|
Defaults: {};
|
|
5794
5794
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
5795
|
-
disabled: {
|
|
5796
|
-
type: import("vue").PropType<boolean>;
|
|
5797
|
-
default: undefined;
|
|
5798
|
-
};
|
|
5799
5795
|
invalid: {
|
|
5800
5796
|
type: import("vue").PropType<boolean>;
|
|
5801
5797
|
default: boolean;
|
|
@@ -5804,6 +5800,10 @@ export declare const components: {
|
|
|
5804
5800
|
type: import("vue").PropType<"sm" | "md">;
|
|
5805
5801
|
default: string;
|
|
5806
5802
|
};
|
|
5803
|
+
disabled: {
|
|
5804
|
+
type: import("vue").PropType<boolean>;
|
|
5805
|
+
default: undefined;
|
|
5806
|
+
};
|
|
5807
5807
|
focused: {
|
|
5808
5808
|
type: import("vue").PropType<boolean>;
|
|
5809
5809
|
default: boolean;
|
|
@@ -5832,9 +5832,9 @@ export declare const components: {
|
|
|
5832
5832
|
type: import("vue").PropType<string>;
|
|
5833
5833
|
};
|
|
5834
5834
|
}>>, {}, {}, {}, {}, {
|
|
5835
|
-
disabled: boolean;
|
|
5836
5835
|
invalid: boolean;
|
|
5837
5836
|
size: "sm" | "md";
|
|
5837
|
+
disabled: boolean;
|
|
5838
5838
|
focused: boolean;
|
|
5839
5839
|
tag: string;
|
|
5840
5840
|
prependIcon: string;
|
|
@@ -5846,10 +5846,6 @@ export declare const components: {
|
|
|
5846
5846
|
__isTeleport?: undefined;
|
|
5847
5847
|
__isSuspense?: undefined;
|
|
5848
5848
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5849
|
-
disabled: {
|
|
5850
|
-
type: import("vue").PropType<boolean>;
|
|
5851
|
-
default: undefined;
|
|
5852
|
-
};
|
|
5853
5849
|
invalid: {
|
|
5854
5850
|
type: import("vue").PropType<boolean>;
|
|
5855
5851
|
default: boolean;
|
|
@@ -5858,6 +5854,10 @@ export declare const components: {
|
|
|
5858
5854
|
type: import("vue").PropType<"sm" | "md">;
|
|
5859
5855
|
default: string;
|
|
5860
5856
|
};
|
|
5857
|
+
disabled: {
|
|
5858
|
+
type: import("vue").PropType<boolean>;
|
|
5859
|
+
default: undefined;
|
|
5860
|
+
};
|
|
5861
5861
|
focused: {
|
|
5862
5862
|
type: import("vue").PropType<boolean>;
|
|
5863
5863
|
default: boolean;
|
|
@@ -5886,9 +5886,9 @@ export declare const components: {
|
|
|
5886
5886
|
type: import("vue").PropType<string>;
|
|
5887
5887
|
};
|
|
5888
5888
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5889
|
-
disabled: boolean;
|
|
5890
5889
|
invalid: boolean;
|
|
5891
5890
|
size: "sm" | "md";
|
|
5891
|
+
disabled: boolean;
|
|
5892
5892
|
focused: boolean;
|
|
5893
5893
|
tag: string;
|
|
5894
5894
|
prependIcon: string;
|
|
@@ -6290,6 +6290,42 @@ export declare const components: {
|
|
|
6290
6290
|
"helper-append"?(_: {}): any;
|
|
6291
6291
|
};
|
|
6292
6292
|
});
|
|
6293
|
+
FmErrorSummary: import("vue").DefineComponent<{
|
|
6294
|
+
zIndex: {
|
|
6295
|
+
type: import("vue").PropType<number>;
|
|
6296
|
+
default: number;
|
|
6297
|
+
};
|
|
6298
|
+
position: {
|
|
6299
|
+
type: import("vue").PropType<"static" | "sticky-bottom" | "sticky-top">;
|
|
6300
|
+
default: string;
|
|
6301
|
+
};
|
|
6302
|
+
labelFormat: {
|
|
6303
|
+
type: import("vue").PropType<string>;
|
|
6304
|
+
default: undefined;
|
|
6305
|
+
};
|
|
6306
|
+
}, {
|
|
6307
|
+
goToPrevError: () => void;
|
|
6308
|
+
goToNextError: () => void;
|
|
6309
|
+
currentIndex: import("vue").Ref<number, number>;
|
|
6310
|
+
errorCount: import("vue").ComputedRef<number>;
|
|
6311
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6312
|
+
zIndex: {
|
|
6313
|
+
type: import("vue").PropType<number>;
|
|
6314
|
+
default: number;
|
|
6315
|
+
};
|
|
6316
|
+
position: {
|
|
6317
|
+
type: import("vue").PropType<"static" | "sticky-bottom" | "sticky-top">;
|
|
6318
|
+
default: string;
|
|
6319
|
+
};
|
|
6320
|
+
labelFormat: {
|
|
6321
|
+
type: import("vue").PropType<string>;
|
|
6322
|
+
default: undefined;
|
|
6323
|
+
};
|
|
6324
|
+
}>>, {
|
|
6325
|
+
zIndex: number;
|
|
6326
|
+
position: "static" | "sticky-bottom" | "sticky-top";
|
|
6327
|
+
labelFormat: string;
|
|
6328
|
+
}, {}>;
|
|
6293
6329
|
FmHelperText: {
|
|
6294
6330
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
6295
6331
|
text: {
|
|
@@ -7234,17 +7270,17 @@ export declare const components: {
|
|
|
7234
7270
|
type: import("vue").PropType<string | number>;
|
|
7235
7271
|
default: undefined;
|
|
7236
7272
|
};
|
|
7237
|
-
|
|
7238
|
-
type: import("vue").PropType<
|
|
7239
|
-
default:
|
|
7273
|
+
showValidBorder: {
|
|
7274
|
+
type: import("vue").PropType<boolean>;
|
|
7275
|
+
default: boolean;
|
|
7240
7276
|
};
|
|
7241
7277
|
minLength: {
|
|
7242
7278
|
type: import("vue").PropType<number>;
|
|
7243
7279
|
default: number;
|
|
7244
7280
|
};
|
|
7245
|
-
|
|
7246
|
-
type: import("vue").PropType<
|
|
7247
|
-
default:
|
|
7281
|
+
maxLength: {
|
|
7282
|
+
type: import("vue").PropType<number>;
|
|
7283
|
+
default: number;
|
|
7248
7284
|
};
|
|
7249
7285
|
inputmode: {
|
|
7250
7286
|
type: import("vue").PropType<"text" | "search" | "none" | "email" | "tel" | "url" | "decimal" | "numeric">;
|
|
@@ -7322,17 +7358,17 @@ export declare const components: {
|
|
|
7322
7358
|
type: import("vue").PropType<string | number>;
|
|
7323
7359
|
default: undefined;
|
|
7324
7360
|
};
|
|
7325
|
-
|
|
7326
|
-
type: import("vue").PropType<
|
|
7327
|
-
default:
|
|
7361
|
+
showValidBorder: {
|
|
7362
|
+
type: import("vue").PropType<boolean>;
|
|
7363
|
+
default: boolean;
|
|
7328
7364
|
};
|
|
7329
7365
|
minLength: {
|
|
7330
7366
|
type: import("vue").PropType<number>;
|
|
7331
7367
|
default: number;
|
|
7332
7368
|
};
|
|
7333
|
-
|
|
7334
|
-
type: import("vue").PropType<
|
|
7335
|
-
default:
|
|
7369
|
+
maxLength: {
|
|
7370
|
+
type: import("vue").PropType<number>;
|
|
7371
|
+
default: number;
|
|
7336
7372
|
};
|
|
7337
7373
|
inputmode: {
|
|
7338
7374
|
type: import("vue").PropType<"text" | "search" | "none" | "email" | "tel" | "url" | "decimal" | "numeric">;
|
|
@@ -7376,9 +7412,9 @@ export declare const components: {
|
|
|
7376
7412
|
helperState: "error" | "none" | "success" | "warning";
|
|
7377
7413
|
placeholder: string;
|
|
7378
7414
|
maxWidth: string | number;
|
|
7379
|
-
maxLength: number;
|
|
7380
|
-
minLength: number;
|
|
7381
7415
|
showValidBorder: boolean;
|
|
7416
|
+
minLength: number;
|
|
7417
|
+
maxLength: number;
|
|
7382
7418
|
inputmode: "text" | "search" | "none" | "email" | "tel" | "url" | "decimal" | "numeric";
|
|
7383
7419
|
readonly: boolean;
|
|
7384
7420
|
showWordCount: boolean;
|
|
@@ -7618,10 +7654,6 @@ export declare const components: {
|
|
|
7618
7654
|
});
|
|
7619
7655
|
FmSelect: {
|
|
7620
7656
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
7621
|
-
items: {
|
|
7622
|
-
type: import("vue").PropType<import("./components/form/select/FmSelect.vue").ISelectItem[]>;
|
|
7623
|
-
required: true;
|
|
7624
|
-
};
|
|
7625
7657
|
label: {
|
|
7626
7658
|
type: import("vue").PropType<string>;
|
|
7627
7659
|
default: string;
|
|
@@ -7680,6 +7712,10 @@ export declare const components: {
|
|
|
7680
7712
|
type: import("vue").PropType<boolean>;
|
|
7681
7713
|
default: boolean;
|
|
7682
7714
|
};
|
|
7715
|
+
items: {
|
|
7716
|
+
type: import("vue").PropType<import("./components/form/select/FmSelect.vue").ISelectItem[]>;
|
|
7717
|
+
required: true;
|
|
7718
|
+
};
|
|
7683
7719
|
multiselect: {
|
|
7684
7720
|
type: import("vue").PropType<boolean>;
|
|
7685
7721
|
default: boolean;
|
|
@@ -7726,10 +7762,6 @@ export declare const components: {
|
|
|
7726
7762
|
"update:modelValue": (value: any) => void;
|
|
7727
7763
|
"dropdown-changed": (value: boolean) => void;
|
|
7728
7764
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7729
|
-
items: {
|
|
7730
|
-
type: import("vue").PropType<import("./components/form/select/FmSelect.vue").ISelectItem[]>;
|
|
7731
|
-
required: true;
|
|
7732
|
-
};
|
|
7733
7765
|
label: {
|
|
7734
7766
|
type: import("vue").PropType<string>;
|
|
7735
7767
|
default: string;
|
|
@@ -7788,6 +7820,10 @@ export declare const components: {
|
|
|
7788
7820
|
type: import("vue").PropType<boolean>;
|
|
7789
7821
|
default: boolean;
|
|
7790
7822
|
};
|
|
7823
|
+
items: {
|
|
7824
|
+
type: import("vue").PropType<import("./components/form/select/FmSelect.vue").ISelectItem[]>;
|
|
7825
|
+
required: true;
|
|
7826
|
+
};
|
|
7791
7827
|
multiselect: {
|
|
7792
7828
|
type: import("vue").PropType<boolean>;
|
|
7793
7829
|
default: boolean;
|
|
@@ -7857,10 +7893,6 @@ export declare const components: {
|
|
|
7857
7893
|
M: {};
|
|
7858
7894
|
Defaults: {};
|
|
7859
7895
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
7860
|
-
items: {
|
|
7861
|
-
type: import("vue").PropType<import("./components/form/select/FmSelect.vue").ISelectItem[]>;
|
|
7862
|
-
required: true;
|
|
7863
|
-
};
|
|
7864
7896
|
label: {
|
|
7865
7897
|
type: import("vue").PropType<string>;
|
|
7866
7898
|
default: string;
|
|
@@ -7919,6 +7951,10 @@ export declare const components: {
|
|
|
7919
7951
|
type: import("vue").PropType<boolean>;
|
|
7920
7952
|
default: boolean;
|
|
7921
7953
|
};
|
|
7954
|
+
items: {
|
|
7955
|
+
type: import("vue").PropType<import("./components/form/select/FmSelect.vue").ISelectItem[]>;
|
|
7956
|
+
required: true;
|
|
7957
|
+
};
|
|
7922
7958
|
multiselect: {
|
|
7923
7959
|
type: import("vue").PropType<boolean>;
|
|
7924
7960
|
default: boolean;
|
|
@@ -7985,10 +8021,6 @@ export declare const components: {
|
|
|
7985
8021
|
__isTeleport?: undefined;
|
|
7986
8022
|
__isSuspense?: undefined;
|
|
7987
8023
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
7988
|
-
items: {
|
|
7989
|
-
type: import("vue").PropType<import("./components/form/select/FmSelect.vue").ISelectItem[]>;
|
|
7990
|
-
required: true;
|
|
7991
|
-
};
|
|
7992
8024
|
label: {
|
|
7993
8025
|
type: import("vue").PropType<string>;
|
|
7994
8026
|
default: string;
|
|
@@ -8047,6 +8079,10 @@ export declare const components: {
|
|
|
8047
8079
|
type: import("vue").PropType<boolean>;
|
|
8048
8080
|
default: boolean;
|
|
8049
8081
|
};
|
|
8082
|
+
items: {
|
|
8083
|
+
type: import("vue").PropType<import("./components/form/select/FmSelect.vue").ISelectItem[]>;
|
|
8084
|
+
required: true;
|
|
8085
|
+
};
|
|
8050
8086
|
multiselect: {
|
|
8051
8087
|
type: import("vue").PropType<boolean>;
|
|
8052
8088
|
default: boolean;
|
|
@@ -8175,21 +8211,17 @@ export declare const components: {
|
|
|
8175
8211
|
type: import("vue").PropType<string>;
|
|
8176
8212
|
default: string;
|
|
8177
8213
|
};
|
|
8178
|
-
|
|
8179
|
-
type: import("vue").PropType<
|
|
8180
|
-
default:
|
|
8214
|
+
showValidBorder: {
|
|
8215
|
+
type: import("vue").PropType<boolean>;
|
|
8216
|
+
default: boolean;
|
|
8181
8217
|
};
|
|
8182
8218
|
min: {
|
|
8183
8219
|
type: import("vue").PropType<number>;
|
|
8184
8220
|
default: undefined;
|
|
8185
8221
|
};
|
|
8186
|
-
|
|
8222
|
+
max: {
|
|
8187
8223
|
type: import("vue").PropType<number>;
|
|
8188
|
-
default:
|
|
8189
|
-
};
|
|
8190
|
-
showValidBorder: {
|
|
8191
|
-
type: import("vue").PropType<boolean>;
|
|
8192
|
-
default: boolean;
|
|
8224
|
+
default: undefined;
|
|
8193
8225
|
};
|
|
8194
8226
|
inputmode: {
|
|
8195
8227
|
type: import("vue").PropType<"decimal" | "numeric">;
|
|
@@ -8198,6 +8230,10 @@ export declare const components: {
|
|
|
8198
8230
|
readonly: {
|
|
8199
8231
|
type: import("vue").PropType<boolean>;
|
|
8200
8232
|
};
|
|
8233
|
+
step: {
|
|
8234
|
+
type: import("vue").PropType<number>;
|
|
8235
|
+
default: number;
|
|
8236
|
+
};
|
|
8201
8237
|
prependText: {
|
|
8202
8238
|
type: import("vue").PropType<string>;
|
|
8203
8239
|
default: string;
|
|
@@ -8278,21 +8314,17 @@ export declare const components: {
|
|
|
8278
8314
|
type: import("vue").PropType<string>;
|
|
8279
8315
|
default: string;
|
|
8280
8316
|
};
|
|
8281
|
-
|
|
8282
|
-
type: import("vue").PropType<
|
|
8283
|
-
default:
|
|
8317
|
+
showValidBorder: {
|
|
8318
|
+
type: import("vue").PropType<boolean>;
|
|
8319
|
+
default: boolean;
|
|
8284
8320
|
};
|
|
8285
8321
|
min: {
|
|
8286
8322
|
type: import("vue").PropType<number>;
|
|
8287
8323
|
default: undefined;
|
|
8288
8324
|
};
|
|
8289
|
-
|
|
8325
|
+
max: {
|
|
8290
8326
|
type: import("vue").PropType<number>;
|
|
8291
|
-
default:
|
|
8292
|
-
};
|
|
8293
|
-
showValidBorder: {
|
|
8294
|
-
type: import("vue").PropType<boolean>;
|
|
8295
|
-
default: boolean;
|
|
8327
|
+
default: undefined;
|
|
8296
8328
|
};
|
|
8297
8329
|
inputmode: {
|
|
8298
8330
|
type: import("vue").PropType<"decimal" | "numeric">;
|
|
@@ -8301,6 +8333,10 @@ export declare const components: {
|
|
|
8301
8333
|
readonly: {
|
|
8302
8334
|
type: import("vue").PropType<boolean>;
|
|
8303
8335
|
};
|
|
8336
|
+
step: {
|
|
8337
|
+
type: import("vue").PropType<number>;
|
|
8338
|
+
default: number;
|
|
8339
|
+
};
|
|
8304
8340
|
prependText: {
|
|
8305
8341
|
type: import("vue").PropType<string>;
|
|
8306
8342
|
default: string;
|
|
@@ -8342,11 +8378,11 @@ export declare const components: {
|
|
|
8342
8378
|
placeholder: string;
|
|
8343
8379
|
prependIcon: string;
|
|
8344
8380
|
appendIcon: string;
|
|
8345
|
-
max: number;
|
|
8346
|
-
min: number;
|
|
8347
|
-
step: number;
|
|
8348
8381
|
showValidBorder: boolean;
|
|
8382
|
+
min: number;
|
|
8383
|
+
max: number;
|
|
8349
8384
|
inputmode: "decimal" | "numeric";
|
|
8385
|
+
step: number;
|
|
8350
8386
|
prependText: string;
|
|
8351
8387
|
appendText: string;
|
|
8352
8388
|
isCurrency: boolean;
|
|
@@ -8409,21 +8445,17 @@ export declare const components: {
|
|
|
8409
8445
|
type: import("vue").PropType<string>;
|
|
8410
8446
|
default: string;
|
|
8411
8447
|
};
|
|
8412
|
-
|
|
8413
|
-
type: import("vue").PropType<
|
|
8414
|
-
default:
|
|
8448
|
+
showValidBorder: {
|
|
8449
|
+
type: import("vue").PropType<boolean>;
|
|
8450
|
+
default: boolean;
|
|
8415
8451
|
};
|
|
8416
8452
|
min: {
|
|
8417
8453
|
type: import("vue").PropType<number>;
|
|
8418
8454
|
default: undefined;
|
|
8419
8455
|
};
|
|
8420
|
-
|
|
8456
|
+
max: {
|
|
8421
8457
|
type: import("vue").PropType<number>;
|
|
8422
|
-
default:
|
|
8423
|
-
};
|
|
8424
|
-
showValidBorder: {
|
|
8425
|
-
type: import("vue").PropType<boolean>;
|
|
8426
|
-
default: boolean;
|
|
8458
|
+
default: undefined;
|
|
8427
8459
|
};
|
|
8428
8460
|
inputmode: {
|
|
8429
8461
|
type: import("vue").PropType<"decimal" | "numeric">;
|
|
@@ -8432,6 +8464,10 @@ export declare const components: {
|
|
|
8432
8464
|
readonly: {
|
|
8433
8465
|
type: import("vue").PropType<boolean>;
|
|
8434
8466
|
};
|
|
8467
|
+
step: {
|
|
8468
|
+
type: import("vue").PropType<number>;
|
|
8469
|
+
default: number;
|
|
8470
|
+
};
|
|
8435
8471
|
prependText: {
|
|
8436
8472
|
type: import("vue").PropType<string>;
|
|
8437
8473
|
default: string;
|
|
@@ -8473,11 +8509,11 @@ export declare const components: {
|
|
|
8473
8509
|
placeholder: string;
|
|
8474
8510
|
prependIcon: string;
|
|
8475
8511
|
appendIcon: string;
|
|
8476
|
-
max: number;
|
|
8477
|
-
min: number;
|
|
8478
|
-
step: number;
|
|
8479
8512
|
showValidBorder: boolean;
|
|
8513
|
+
min: number;
|
|
8514
|
+
max: number;
|
|
8480
8515
|
inputmode: "decimal" | "numeric";
|
|
8516
|
+
step: number;
|
|
8481
8517
|
prependText: string;
|
|
8482
8518
|
appendText: string;
|
|
8483
8519
|
isCurrency: boolean;
|
|
@@ -8537,21 +8573,17 @@ export declare const components: {
|
|
|
8537
8573
|
type: import("vue").PropType<string>;
|
|
8538
8574
|
default: string;
|
|
8539
8575
|
};
|
|
8540
|
-
|
|
8541
|
-
type: import("vue").PropType<
|
|
8542
|
-
default:
|
|
8576
|
+
showValidBorder: {
|
|
8577
|
+
type: import("vue").PropType<boolean>;
|
|
8578
|
+
default: boolean;
|
|
8543
8579
|
};
|
|
8544
8580
|
min: {
|
|
8545
8581
|
type: import("vue").PropType<number>;
|
|
8546
8582
|
default: undefined;
|
|
8547
8583
|
};
|
|
8548
|
-
|
|
8584
|
+
max: {
|
|
8549
8585
|
type: import("vue").PropType<number>;
|
|
8550
|
-
default:
|
|
8551
|
-
};
|
|
8552
|
-
showValidBorder: {
|
|
8553
|
-
type: import("vue").PropType<boolean>;
|
|
8554
|
-
default: boolean;
|
|
8586
|
+
default: undefined;
|
|
8555
8587
|
};
|
|
8556
8588
|
inputmode: {
|
|
8557
8589
|
type: import("vue").PropType<"decimal" | "numeric">;
|
|
@@ -8560,6 +8592,10 @@ export declare const components: {
|
|
|
8560
8592
|
readonly: {
|
|
8561
8593
|
type: import("vue").PropType<boolean>;
|
|
8562
8594
|
};
|
|
8595
|
+
step: {
|
|
8596
|
+
type: import("vue").PropType<number>;
|
|
8597
|
+
default: number;
|
|
8598
|
+
};
|
|
8563
8599
|
prependText: {
|
|
8564
8600
|
type: import("vue").PropType<string>;
|
|
8565
8601
|
default: string;
|
|
@@ -8603,11 +8639,11 @@ export declare const components: {
|
|
|
8603
8639
|
placeholder: string;
|
|
8604
8640
|
prependIcon: string;
|
|
8605
8641
|
appendIcon: string;
|
|
8606
|
-
max: number;
|
|
8607
|
-
min: number;
|
|
8608
|
-
step: number;
|
|
8609
8642
|
showValidBorder: boolean;
|
|
8643
|
+
min: number;
|
|
8644
|
+
max: number;
|
|
8610
8645
|
inputmode: "decimal" | "numeric";
|
|
8646
|
+
step: number;
|
|
8611
8647
|
prependText: string;
|
|
8612
8648
|
appendText: string;
|
|
8613
8649
|
isCurrency: boolean;
|
|
@@ -8791,8 +8827,11 @@ export declare const components: {
|
|
|
8791
8827
|
});
|
|
8792
8828
|
FmTextField: {
|
|
8793
8829
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
8830
|
+
invalid: {
|
|
8831
|
+
type: import("vue").PropType<boolean>;
|
|
8832
|
+
};
|
|
8794
8833
|
type: {
|
|
8795
|
-
type: import("vue").PropType<"number" | "text" | "email" | "
|
|
8834
|
+
type: import("vue").PropType<"number" | "text" | "email" | "password" | "tel">;
|
|
8796
8835
|
};
|
|
8797
8836
|
datalist: {
|
|
8798
8837
|
type: import("vue").PropType<string[]>;
|
|
@@ -8806,9 +8845,6 @@ export declare const components: {
|
|
|
8806
8845
|
type: import("vue").PropType<boolean>;
|
|
8807
8846
|
default: undefined;
|
|
8808
8847
|
};
|
|
8809
|
-
invalid: {
|
|
8810
|
-
type: import("vue").PropType<boolean>;
|
|
8811
|
-
};
|
|
8812
8848
|
modelValue: {
|
|
8813
8849
|
type: import("vue").PropType<any>;
|
|
8814
8850
|
required: true;
|
|
@@ -8848,23 +8884,23 @@ export declare const components: {
|
|
|
8848
8884
|
type: import("vue").PropType<string>;
|
|
8849
8885
|
default: string;
|
|
8850
8886
|
};
|
|
8851
|
-
|
|
8887
|
+
showValidBorder: {
|
|
8888
|
+
type: import("vue").PropType<boolean>;
|
|
8889
|
+
default: boolean;
|
|
8890
|
+
};
|
|
8891
|
+
decimal: {
|
|
8852
8892
|
type: import("vue").PropType<number>;
|
|
8853
|
-
default: number;
|
|
8854
8893
|
};
|
|
8855
8894
|
minLength: {
|
|
8856
8895
|
type: import("vue").PropType<number>;
|
|
8857
8896
|
default: number;
|
|
8858
8897
|
};
|
|
8859
|
-
|
|
8860
|
-
type: import("vue").PropType<boolean>;
|
|
8861
|
-
default: boolean;
|
|
8862
|
-
};
|
|
8863
|
-
decimal: {
|
|
8898
|
+
maxLength: {
|
|
8864
8899
|
type: import("vue").PropType<number>;
|
|
8900
|
+
default: number;
|
|
8865
8901
|
};
|
|
8866
8902
|
inputmode: {
|
|
8867
|
-
type: import("vue").PropType<"text" | "search" | "none" | "email" | "
|
|
8903
|
+
type: import("vue").PropType<"text" | "search" | "none" | "email" | "password" | "tel" | "url" | "decimal" | "numeric">;
|
|
8868
8904
|
default: string;
|
|
8869
8905
|
};
|
|
8870
8906
|
readonly: {
|
|
@@ -8918,8 +8954,11 @@ export declare const components: {
|
|
|
8918
8954
|
"focus-changed": (value: boolean) => void;
|
|
8919
8955
|
paste: (e: ClipboardEvent) => void;
|
|
8920
8956
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8957
|
+
invalid: {
|
|
8958
|
+
type: import("vue").PropType<boolean>;
|
|
8959
|
+
};
|
|
8921
8960
|
type: {
|
|
8922
|
-
type: import("vue").PropType<"number" | "text" | "email" | "
|
|
8961
|
+
type: import("vue").PropType<"number" | "text" | "email" | "password" | "tel">;
|
|
8923
8962
|
};
|
|
8924
8963
|
datalist: {
|
|
8925
8964
|
type: import("vue").PropType<string[]>;
|
|
@@ -8933,9 +8972,6 @@ export declare const components: {
|
|
|
8933
8972
|
type: import("vue").PropType<boolean>;
|
|
8934
8973
|
default: undefined;
|
|
8935
8974
|
};
|
|
8936
|
-
invalid: {
|
|
8937
|
-
type: import("vue").PropType<boolean>;
|
|
8938
|
-
};
|
|
8939
8975
|
modelValue: {
|
|
8940
8976
|
type: import("vue").PropType<any>;
|
|
8941
8977
|
required: true;
|
|
@@ -8975,23 +9011,23 @@ export declare const components: {
|
|
|
8975
9011
|
type: import("vue").PropType<string>;
|
|
8976
9012
|
default: string;
|
|
8977
9013
|
};
|
|
8978
|
-
|
|
9014
|
+
showValidBorder: {
|
|
9015
|
+
type: import("vue").PropType<boolean>;
|
|
9016
|
+
default: boolean;
|
|
9017
|
+
};
|
|
9018
|
+
decimal: {
|
|
8979
9019
|
type: import("vue").PropType<number>;
|
|
8980
|
-
default: number;
|
|
8981
9020
|
};
|
|
8982
9021
|
minLength: {
|
|
8983
9022
|
type: import("vue").PropType<number>;
|
|
8984
9023
|
default: number;
|
|
8985
9024
|
};
|
|
8986
|
-
|
|
8987
|
-
type: import("vue").PropType<boolean>;
|
|
8988
|
-
default: boolean;
|
|
8989
|
-
};
|
|
8990
|
-
decimal: {
|
|
9025
|
+
maxLength: {
|
|
8991
9026
|
type: import("vue").PropType<number>;
|
|
9027
|
+
default: number;
|
|
8992
9028
|
};
|
|
8993
9029
|
inputmode: {
|
|
8994
|
-
type: import("vue").PropType<"text" | "search" | "none" | "email" | "
|
|
9030
|
+
type: import("vue").PropType<"text" | "search" | "none" | "email" | "password" | "tel" | "url" | "decimal" | "numeric">;
|
|
8995
9031
|
default: string;
|
|
8996
9032
|
};
|
|
8997
9033
|
readonly: {
|
|
@@ -9049,10 +9085,10 @@ export declare const components: {
|
|
|
9049
9085
|
placeholder: string;
|
|
9050
9086
|
prependIcon: string;
|
|
9051
9087
|
appendIcon: string;
|
|
9052
|
-
maxLength: number;
|
|
9053
|
-
minLength: number;
|
|
9054
9088
|
showValidBorder: boolean;
|
|
9055
|
-
|
|
9089
|
+
minLength: number;
|
|
9090
|
+
maxLength: number;
|
|
9091
|
+
inputmode: "text" | "search" | "none" | "email" | "password" | "tel" | "url" | "decimal" | "numeric";
|
|
9056
9092
|
readonly: boolean;
|
|
9057
9093
|
showWordCount: boolean;
|
|
9058
9094
|
formatter: (value: string) => string;
|
|
@@ -9067,8 +9103,11 @@ export declare const components: {
|
|
|
9067
9103
|
M: {};
|
|
9068
9104
|
Defaults: {};
|
|
9069
9105
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
9106
|
+
invalid: {
|
|
9107
|
+
type: import("vue").PropType<boolean>;
|
|
9108
|
+
};
|
|
9070
9109
|
type: {
|
|
9071
|
-
type: import("vue").PropType<"number" | "text" | "email" | "
|
|
9110
|
+
type: import("vue").PropType<"number" | "text" | "email" | "password" | "tel">;
|
|
9072
9111
|
};
|
|
9073
9112
|
datalist: {
|
|
9074
9113
|
type: import("vue").PropType<string[]>;
|
|
@@ -9082,9 +9121,6 @@ export declare const components: {
|
|
|
9082
9121
|
type: import("vue").PropType<boolean>;
|
|
9083
9122
|
default: undefined;
|
|
9084
9123
|
};
|
|
9085
|
-
invalid: {
|
|
9086
|
-
type: import("vue").PropType<boolean>;
|
|
9087
|
-
};
|
|
9088
9124
|
modelValue: {
|
|
9089
9125
|
type: import("vue").PropType<any>;
|
|
9090
9126
|
required: true;
|
|
@@ -9124,23 +9160,23 @@ export declare const components: {
|
|
|
9124
9160
|
type: import("vue").PropType<string>;
|
|
9125
9161
|
default: string;
|
|
9126
9162
|
};
|
|
9127
|
-
|
|
9163
|
+
showValidBorder: {
|
|
9164
|
+
type: import("vue").PropType<boolean>;
|
|
9165
|
+
default: boolean;
|
|
9166
|
+
};
|
|
9167
|
+
decimal: {
|
|
9128
9168
|
type: import("vue").PropType<number>;
|
|
9129
|
-
default: number;
|
|
9130
9169
|
};
|
|
9131
9170
|
minLength: {
|
|
9132
9171
|
type: import("vue").PropType<number>;
|
|
9133
9172
|
default: number;
|
|
9134
9173
|
};
|
|
9135
|
-
|
|
9136
|
-
type: import("vue").PropType<boolean>;
|
|
9137
|
-
default: boolean;
|
|
9138
|
-
};
|
|
9139
|
-
decimal: {
|
|
9174
|
+
maxLength: {
|
|
9140
9175
|
type: import("vue").PropType<number>;
|
|
9176
|
+
default: number;
|
|
9141
9177
|
};
|
|
9142
9178
|
inputmode: {
|
|
9143
|
-
type: import("vue").PropType<"text" | "search" | "none" | "email" | "
|
|
9179
|
+
type: import("vue").PropType<"text" | "search" | "none" | "email" | "password" | "tel" | "url" | "decimal" | "numeric">;
|
|
9144
9180
|
default: string;
|
|
9145
9181
|
};
|
|
9146
9182
|
readonly: {
|
|
@@ -9201,10 +9237,10 @@ export declare const components: {
|
|
|
9201
9237
|
placeholder: string;
|
|
9202
9238
|
prependIcon: string;
|
|
9203
9239
|
appendIcon: string;
|
|
9204
|
-
maxLength: number;
|
|
9205
|
-
minLength: number;
|
|
9206
9240
|
showValidBorder: boolean;
|
|
9207
|
-
|
|
9241
|
+
minLength: number;
|
|
9242
|
+
maxLength: number;
|
|
9243
|
+
inputmode: "text" | "search" | "none" | "email" | "password" | "tel" | "url" | "decimal" | "numeric";
|
|
9208
9244
|
readonly: boolean;
|
|
9209
9245
|
showWordCount: boolean;
|
|
9210
9246
|
formatter: (value: string) => string;
|
|
@@ -9216,8 +9252,11 @@ export declare const components: {
|
|
|
9216
9252
|
__isTeleport?: undefined;
|
|
9217
9253
|
__isSuspense?: undefined;
|
|
9218
9254
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
9255
|
+
invalid: {
|
|
9256
|
+
type: import("vue").PropType<boolean>;
|
|
9257
|
+
};
|
|
9219
9258
|
type: {
|
|
9220
|
-
type: import("vue").PropType<"number" | "text" | "email" | "
|
|
9259
|
+
type: import("vue").PropType<"number" | "text" | "email" | "password" | "tel">;
|
|
9221
9260
|
};
|
|
9222
9261
|
datalist: {
|
|
9223
9262
|
type: import("vue").PropType<string[]>;
|
|
@@ -9231,9 +9270,6 @@ export declare const components: {
|
|
|
9231
9270
|
type: import("vue").PropType<boolean>;
|
|
9232
9271
|
default: undefined;
|
|
9233
9272
|
};
|
|
9234
|
-
invalid: {
|
|
9235
|
-
type: import("vue").PropType<boolean>;
|
|
9236
|
-
};
|
|
9237
9273
|
modelValue: {
|
|
9238
9274
|
type: import("vue").PropType<any>;
|
|
9239
9275
|
required: true;
|
|
@@ -9273,23 +9309,23 @@ export declare const components: {
|
|
|
9273
9309
|
type: import("vue").PropType<string>;
|
|
9274
9310
|
default: string;
|
|
9275
9311
|
};
|
|
9276
|
-
|
|
9312
|
+
showValidBorder: {
|
|
9313
|
+
type: import("vue").PropType<boolean>;
|
|
9314
|
+
default: boolean;
|
|
9315
|
+
};
|
|
9316
|
+
decimal: {
|
|
9277
9317
|
type: import("vue").PropType<number>;
|
|
9278
|
-
default: number;
|
|
9279
9318
|
};
|
|
9280
9319
|
minLength: {
|
|
9281
9320
|
type: import("vue").PropType<number>;
|
|
9282
9321
|
default: number;
|
|
9283
9322
|
};
|
|
9284
|
-
|
|
9285
|
-
type: import("vue").PropType<boolean>;
|
|
9286
|
-
default: boolean;
|
|
9287
|
-
};
|
|
9288
|
-
decimal: {
|
|
9323
|
+
maxLength: {
|
|
9289
9324
|
type: import("vue").PropType<number>;
|
|
9325
|
+
default: number;
|
|
9290
9326
|
};
|
|
9291
9327
|
inputmode: {
|
|
9292
|
-
type: import("vue").PropType<"text" | "search" | "none" | "email" | "
|
|
9328
|
+
type: import("vue").PropType<"text" | "search" | "none" | "email" | "password" | "tel" | "url" | "decimal" | "numeric">;
|
|
9293
9329
|
default: string;
|
|
9294
9330
|
};
|
|
9295
9331
|
readonly: {
|
|
@@ -9354,10 +9390,10 @@ export declare const components: {
|
|
|
9354
9390
|
placeholder: string;
|
|
9355
9391
|
prependIcon: string;
|
|
9356
9392
|
appendIcon: string;
|
|
9357
|
-
maxLength: number;
|
|
9358
|
-
minLength: number;
|
|
9359
9393
|
showValidBorder: boolean;
|
|
9360
|
-
|
|
9394
|
+
minLength: number;
|
|
9395
|
+
maxLength: number;
|
|
9396
|
+
inputmode: "text" | "search" | "none" | "email" | "password" | "tel" | "url" | "decimal" | "numeric";
|
|
9361
9397
|
readonly: boolean;
|
|
9362
9398
|
showWordCount: boolean;
|
|
9363
9399
|
formatter: (value: string) => string;
|
|
@@ -9419,17 +9455,17 @@ export declare const components: {
|
|
|
9419
9455
|
type: import("vue").PropType<string>;
|
|
9420
9456
|
default: string;
|
|
9421
9457
|
};
|
|
9422
|
-
|
|
9423
|
-
type: import("vue").PropType<
|
|
9424
|
-
default:
|
|
9458
|
+
showValidBorder: {
|
|
9459
|
+
type: import("vue").PropType<boolean>;
|
|
9460
|
+
default: boolean;
|
|
9425
9461
|
};
|
|
9426
9462
|
minLength: {
|
|
9427
9463
|
type: import("vue").PropType<number>;
|
|
9428
9464
|
default: number;
|
|
9429
9465
|
};
|
|
9430
|
-
|
|
9431
|
-
type: import("vue").PropType<
|
|
9432
|
-
default:
|
|
9466
|
+
maxLength: {
|
|
9467
|
+
type: import("vue").PropType<number>;
|
|
9468
|
+
default: number;
|
|
9433
9469
|
};
|
|
9434
9470
|
readonly: {
|
|
9435
9471
|
type: import("vue").PropType<boolean>;
|
|
@@ -9493,17 +9529,17 @@ export declare const components: {
|
|
|
9493
9529
|
type: import("vue").PropType<string>;
|
|
9494
9530
|
default: string;
|
|
9495
9531
|
};
|
|
9496
|
-
|
|
9497
|
-
type: import("vue").PropType<
|
|
9498
|
-
default:
|
|
9532
|
+
showValidBorder: {
|
|
9533
|
+
type: import("vue").PropType<boolean>;
|
|
9534
|
+
default: boolean;
|
|
9499
9535
|
};
|
|
9500
9536
|
minLength: {
|
|
9501
9537
|
type: import("vue").PropType<number>;
|
|
9502
9538
|
default: number;
|
|
9503
9539
|
};
|
|
9504
|
-
|
|
9505
|
-
type: import("vue").PropType<
|
|
9506
|
-
default:
|
|
9540
|
+
maxLength: {
|
|
9541
|
+
type: import("vue").PropType<number>;
|
|
9542
|
+
default: number;
|
|
9507
9543
|
};
|
|
9508
9544
|
readonly: {
|
|
9509
9545
|
type: import("vue").PropType<boolean>;
|
|
@@ -9534,9 +9570,9 @@ export declare const components: {
|
|
|
9534
9570
|
helperText: string;
|
|
9535
9571
|
helperState: "error" | "none" | "success" | "warning";
|
|
9536
9572
|
placeholder: string;
|
|
9537
|
-
maxLength: number;
|
|
9538
|
-
minLength: number;
|
|
9539
9573
|
showValidBorder: boolean;
|
|
9574
|
+
minLength: number;
|
|
9575
|
+
maxLength: number;
|
|
9540
9576
|
readonly: boolean;
|
|
9541
9577
|
showWordCount: boolean;
|
|
9542
9578
|
autofocus: boolean;
|
|
@@ -9590,17 +9626,17 @@ export declare const components: {
|
|
|
9590
9626
|
type: import("vue").PropType<string>;
|
|
9591
9627
|
default: string;
|
|
9592
9628
|
};
|
|
9593
|
-
|
|
9594
|
-
type: import("vue").PropType<
|
|
9595
|
-
default:
|
|
9629
|
+
showValidBorder: {
|
|
9630
|
+
type: import("vue").PropType<boolean>;
|
|
9631
|
+
default: boolean;
|
|
9596
9632
|
};
|
|
9597
9633
|
minLength: {
|
|
9598
9634
|
type: import("vue").PropType<number>;
|
|
9599
9635
|
default: number;
|
|
9600
9636
|
};
|
|
9601
|
-
|
|
9602
|
-
type: import("vue").PropType<
|
|
9603
|
-
default:
|
|
9637
|
+
maxLength: {
|
|
9638
|
+
type: import("vue").PropType<number>;
|
|
9639
|
+
default: number;
|
|
9604
9640
|
};
|
|
9605
9641
|
readonly: {
|
|
9606
9642
|
type: import("vue").PropType<boolean>;
|
|
@@ -9631,9 +9667,9 @@ export declare const components: {
|
|
|
9631
9667
|
helperText: string;
|
|
9632
9668
|
helperState: "error" | "none" | "success" | "warning";
|
|
9633
9669
|
placeholder: string;
|
|
9634
|
-
maxLength: number;
|
|
9635
|
-
minLength: number;
|
|
9636
9670
|
showValidBorder: boolean;
|
|
9671
|
+
minLength: number;
|
|
9672
|
+
maxLength: number;
|
|
9637
9673
|
readonly: boolean;
|
|
9638
9674
|
showWordCount: boolean;
|
|
9639
9675
|
autofocus: boolean;
|
|
@@ -9684,17 +9720,17 @@ export declare const components: {
|
|
|
9684
9720
|
type: import("vue").PropType<string>;
|
|
9685
9721
|
default: string;
|
|
9686
9722
|
};
|
|
9687
|
-
|
|
9688
|
-
type: import("vue").PropType<
|
|
9689
|
-
default:
|
|
9723
|
+
showValidBorder: {
|
|
9724
|
+
type: import("vue").PropType<boolean>;
|
|
9725
|
+
default: boolean;
|
|
9690
9726
|
};
|
|
9691
9727
|
minLength: {
|
|
9692
9728
|
type: import("vue").PropType<number>;
|
|
9693
9729
|
default: number;
|
|
9694
9730
|
};
|
|
9695
|
-
|
|
9696
|
-
type: import("vue").PropType<
|
|
9697
|
-
default:
|
|
9731
|
+
maxLength: {
|
|
9732
|
+
type: import("vue").PropType<number>;
|
|
9733
|
+
default: number;
|
|
9698
9734
|
};
|
|
9699
9735
|
readonly: {
|
|
9700
9736
|
type: import("vue").PropType<boolean>;
|
|
@@ -9727,9 +9763,9 @@ export declare const components: {
|
|
|
9727
9763
|
helperText: string;
|
|
9728
9764
|
helperState: "error" | "none" | "success" | "warning";
|
|
9729
9765
|
placeholder: string;
|
|
9730
|
-
maxLength: number;
|
|
9731
|
-
minLength: number;
|
|
9732
9766
|
showValidBorder: boolean;
|
|
9767
|
+
minLength: number;
|
|
9768
|
+
maxLength: number;
|
|
9733
9769
|
readonly: boolean;
|
|
9734
9770
|
showWordCount: boolean;
|
|
9735
9771
|
autofocus: boolean;
|
|
@@ -10345,9 +10381,9 @@ export declare const components: {
|
|
|
10345
10381
|
default: string;
|
|
10346
10382
|
};
|
|
10347
10383
|
}>>, {
|
|
10348
|
-
size: "sm" | "md" | "lg" | "xl";
|
|
10349
10384
|
color: string;
|
|
10350
10385
|
outline: boolean;
|
|
10386
|
+
size: "sm" | "md" | "lg" | "xl";
|
|
10351
10387
|
}, {}>;
|
|
10352
10388
|
FmList: {
|
|
10353
10389
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -10568,6 +10604,14 @@ export declare const components: {
|
|
|
10568
10604
|
type: import("vue").PropType<number>;
|
|
10569
10605
|
default: number;
|
|
10570
10606
|
};
|
|
10607
|
+
width: {
|
|
10608
|
+
type: import("vue").PropType<number>;
|
|
10609
|
+
default: undefined;
|
|
10610
|
+
};
|
|
10611
|
+
maxHeight: {
|
|
10612
|
+
type: import("vue").PropType<number>;
|
|
10613
|
+
default: number;
|
|
10614
|
+
};
|
|
10571
10615
|
trigger: {
|
|
10572
10616
|
type: import("vue").PropType<"click" | "hover">;
|
|
10573
10617
|
default: string;
|
|
@@ -10583,14 +10627,6 @@ export declare const components: {
|
|
|
10583
10627
|
type: import("vue").PropType<boolean>;
|
|
10584
10628
|
default: boolean;
|
|
10585
10629
|
};
|
|
10586
|
-
width: {
|
|
10587
|
-
type: import("vue").PropType<number>;
|
|
10588
|
-
default: undefined;
|
|
10589
|
-
};
|
|
10590
|
-
maxHeight: {
|
|
10591
|
-
type: import("vue").PropType<number>;
|
|
10592
|
-
default: number;
|
|
10593
|
-
};
|
|
10594
10630
|
inPopover: {
|
|
10595
10631
|
type: import("vue").PropType<boolean>;
|
|
10596
10632
|
default: boolean;
|
|
@@ -10642,6 +10678,14 @@ export declare const components: {
|
|
|
10642
10678
|
type: import("vue").PropType<number>;
|
|
10643
10679
|
default: number;
|
|
10644
10680
|
};
|
|
10681
|
+
width: {
|
|
10682
|
+
type: import("vue").PropType<number>;
|
|
10683
|
+
default: undefined;
|
|
10684
|
+
};
|
|
10685
|
+
maxHeight: {
|
|
10686
|
+
type: import("vue").PropType<number>;
|
|
10687
|
+
default: number;
|
|
10688
|
+
};
|
|
10645
10689
|
trigger: {
|
|
10646
10690
|
type: import("vue").PropType<"click" | "hover">;
|
|
10647
10691
|
default: string;
|
|
@@ -10657,14 +10701,6 @@ export declare const components: {
|
|
|
10657
10701
|
type: import("vue").PropType<boolean>;
|
|
10658
10702
|
default: boolean;
|
|
10659
10703
|
};
|
|
10660
|
-
width: {
|
|
10661
|
-
type: import("vue").PropType<number>;
|
|
10662
|
-
default: undefined;
|
|
10663
|
-
};
|
|
10664
|
-
maxHeight: {
|
|
10665
|
-
type: import("vue").PropType<number>;
|
|
10666
|
-
default: number;
|
|
10667
|
-
};
|
|
10668
10704
|
inPopover: {
|
|
10669
10705
|
type: import("vue").PropType<boolean>;
|
|
10670
10706
|
default: boolean;
|
|
@@ -10700,11 +10736,11 @@ export declare const components: {
|
|
|
10700
10736
|
disabled: boolean;
|
|
10701
10737
|
placement: import("@floating-ui/vue").Placement;
|
|
10702
10738
|
zIndex: number;
|
|
10739
|
+
width: number;
|
|
10740
|
+
maxHeight: number;
|
|
10703
10741
|
trigger: "click" | "hover";
|
|
10704
10742
|
closeOnClick: boolean;
|
|
10705
10743
|
closeOnMouseLeave: boolean;
|
|
10706
|
-
width: number;
|
|
10707
|
-
maxHeight: number;
|
|
10708
10744
|
inPopover: boolean;
|
|
10709
10745
|
flipPadding: {
|
|
10710
10746
|
bottom?: number | undefined;
|
|
@@ -10734,6 +10770,14 @@ export declare const components: {
|
|
|
10734
10770
|
type: import("vue").PropType<number>;
|
|
10735
10771
|
default: number;
|
|
10736
10772
|
};
|
|
10773
|
+
width: {
|
|
10774
|
+
type: import("vue").PropType<number>;
|
|
10775
|
+
default: undefined;
|
|
10776
|
+
};
|
|
10777
|
+
maxHeight: {
|
|
10778
|
+
type: import("vue").PropType<number>;
|
|
10779
|
+
default: number;
|
|
10780
|
+
};
|
|
10737
10781
|
trigger: {
|
|
10738
10782
|
type: import("vue").PropType<"click" | "hover">;
|
|
10739
10783
|
default: string;
|
|
@@ -10749,14 +10793,6 @@ export declare const components: {
|
|
|
10749
10793
|
type: import("vue").PropType<boolean>;
|
|
10750
10794
|
default: boolean;
|
|
10751
10795
|
};
|
|
10752
|
-
width: {
|
|
10753
|
-
type: import("vue").PropType<number>;
|
|
10754
|
-
default: undefined;
|
|
10755
|
-
};
|
|
10756
|
-
maxHeight: {
|
|
10757
|
-
type: import("vue").PropType<number>;
|
|
10758
|
-
default: number;
|
|
10759
|
-
};
|
|
10760
10796
|
inPopover: {
|
|
10761
10797
|
type: import("vue").PropType<boolean>;
|
|
10762
10798
|
default: boolean;
|
|
@@ -10794,11 +10830,11 @@ export declare const components: {
|
|
|
10794
10830
|
disabled: boolean;
|
|
10795
10831
|
placement: import("@floating-ui/vue").Placement;
|
|
10796
10832
|
zIndex: number;
|
|
10833
|
+
width: number;
|
|
10834
|
+
maxHeight: number;
|
|
10797
10835
|
trigger: "click" | "hover";
|
|
10798
10836
|
closeOnClick: boolean;
|
|
10799
10837
|
closeOnMouseLeave: boolean;
|
|
10800
|
-
width: number;
|
|
10801
|
-
maxHeight: number;
|
|
10802
10838
|
inPopover: boolean;
|
|
10803
10839
|
flipPadding: {
|
|
10804
10840
|
bottom?: number | undefined;
|
|
@@ -10825,6 +10861,14 @@ export declare const components: {
|
|
|
10825
10861
|
type: import("vue").PropType<number>;
|
|
10826
10862
|
default: number;
|
|
10827
10863
|
};
|
|
10864
|
+
width: {
|
|
10865
|
+
type: import("vue").PropType<number>;
|
|
10866
|
+
default: undefined;
|
|
10867
|
+
};
|
|
10868
|
+
maxHeight: {
|
|
10869
|
+
type: import("vue").PropType<number>;
|
|
10870
|
+
default: number;
|
|
10871
|
+
};
|
|
10828
10872
|
trigger: {
|
|
10829
10873
|
type: import("vue").PropType<"click" | "hover">;
|
|
10830
10874
|
default: string;
|
|
@@ -10840,14 +10884,6 @@ export declare const components: {
|
|
|
10840
10884
|
type: import("vue").PropType<boolean>;
|
|
10841
10885
|
default: boolean;
|
|
10842
10886
|
};
|
|
10843
|
-
width: {
|
|
10844
|
-
type: import("vue").PropType<number>;
|
|
10845
|
-
default: undefined;
|
|
10846
|
-
};
|
|
10847
|
-
maxHeight: {
|
|
10848
|
-
type: import("vue").PropType<number>;
|
|
10849
|
-
default: number;
|
|
10850
|
-
};
|
|
10851
10887
|
inPopover: {
|
|
10852
10888
|
type: import("vue").PropType<boolean>;
|
|
10853
10889
|
default: boolean;
|
|
@@ -10887,11 +10923,11 @@ export declare const components: {
|
|
|
10887
10923
|
disabled: boolean;
|
|
10888
10924
|
placement: import("@floating-ui/vue").Placement;
|
|
10889
10925
|
zIndex: number;
|
|
10926
|
+
width: number;
|
|
10927
|
+
maxHeight: number;
|
|
10890
10928
|
trigger: "click" | "hover";
|
|
10891
10929
|
closeOnClick: boolean;
|
|
10892
10930
|
closeOnMouseLeave: boolean;
|
|
10893
|
-
width: number;
|
|
10894
|
-
maxHeight: number;
|
|
10895
10931
|
inPopover: boolean;
|
|
10896
10932
|
flipPadding: {
|
|
10897
10933
|
bottom?: number | undefined;
|
|
@@ -11058,14 +11094,14 @@ export declare const components: {
|
|
|
11058
11094
|
type: import("vue").PropType<boolean>;
|
|
11059
11095
|
default: boolean;
|
|
11060
11096
|
};
|
|
11061
|
-
icon: {
|
|
11062
|
-
type: import("vue").PropType<string>;
|
|
11063
|
-
default: string;
|
|
11064
|
-
};
|
|
11065
11097
|
indeterminate: {
|
|
11066
11098
|
type: import("vue").PropType<boolean>;
|
|
11067
11099
|
default: boolean;
|
|
11068
11100
|
};
|
|
11101
|
+
icon: {
|
|
11102
|
+
type: import("vue").PropType<string>;
|
|
11103
|
+
default: string;
|
|
11104
|
+
};
|
|
11069
11105
|
sublabel: {
|
|
11070
11106
|
type: import("vue").PropType<string>;
|
|
11071
11107
|
default: string;
|
|
@@ -11099,14 +11135,14 @@ export declare const components: {
|
|
|
11099
11135
|
type: import("vue").PropType<boolean>;
|
|
11100
11136
|
default: boolean;
|
|
11101
11137
|
};
|
|
11102
|
-
icon: {
|
|
11103
|
-
type: import("vue").PropType<string>;
|
|
11104
|
-
default: string;
|
|
11105
|
-
};
|
|
11106
11138
|
indeterminate: {
|
|
11107
11139
|
type: import("vue").PropType<boolean>;
|
|
11108
11140
|
default: boolean;
|
|
11109
11141
|
};
|
|
11142
|
+
icon: {
|
|
11143
|
+
type: import("vue").PropType<string>;
|
|
11144
|
+
default: string;
|
|
11145
|
+
};
|
|
11110
11146
|
sublabel: {
|
|
11111
11147
|
type: import("vue").PropType<string>;
|
|
11112
11148
|
default: string;
|
|
@@ -11129,8 +11165,8 @@ export declare const components: {
|
|
|
11129
11165
|
label: string;
|
|
11130
11166
|
disabled: boolean;
|
|
11131
11167
|
modelValue: boolean;
|
|
11132
|
-
icon: string;
|
|
11133
11168
|
indeterminate: boolean;
|
|
11169
|
+
icon: string;
|
|
11134
11170
|
sublabel: string;
|
|
11135
11171
|
selectable: boolean;
|
|
11136
11172
|
expandable: boolean;
|
|
@@ -11155,14 +11191,14 @@ export declare const components: {
|
|
|
11155
11191
|
type: import("vue").PropType<boolean>;
|
|
11156
11192
|
default: boolean;
|
|
11157
11193
|
};
|
|
11158
|
-
icon: {
|
|
11159
|
-
type: import("vue").PropType<string>;
|
|
11160
|
-
default: string;
|
|
11161
|
-
};
|
|
11162
11194
|
indeterminate: {
|
|
11163
11195
|
type: import("vue").PropType<boolean>;
|
|
11164
11196
|
default: boolean;
|
|
11165
11197
|
};
|
|
11198
|
+
icon: {
|
|
11199
|
+
type: import("vue").PropType<string>;
|
|
11200
|
+
default: string;
|
|
11201
|
+
};
|
|
11166
11202
|
sublabel: {
|
|
11167
11203
|
type: import("vue").PropType<string>;
|
|
11168
11204
|
default: string;
|
|
@@ -11185,8 +11221,8 @@ export declare const components: {
|
|
|
11185
11221
|
label: string;
|
|
11186
11222
|
disabled: boolean;
|
|
11187
11223
|
modelValue: boolean;
|
|
11188
|
-
icon: string;
|
|
11189
11224
|
indeterminate: boolean;
|
|
11225
|
+
icon: string;
|
|
11190
11226
|
sublabel: string;
|
|
11191
11227
|
selectable: boolean;
|
|
11192
11228
|
expandable: boolean;
|
|
@@ -11208,14 +11244,14 @@ export declare const components: {
|
|
|
11208
11244
|
type: import("vue").PropType<boolean>;
|
|
11209
11245
|
default: boolean;
|
|
11210
11246
|
};
|
|
11211
|
-
icon: {
|
|
11212
|
-
type: import("vue").PropType<string>;
|
|
11213
|
-
default: string;
|
|
11214
|
-
};
|
|
11215
11247
|
indeterminate: {
|
|
11216
11248
|
type: import("vue").PropType<boolean>;
|
|
11217
11249
|
default: boolean;
|
|
11218
11250
|
};
|
|
11251
|
+
icon: {
|
|
11252
|
+
type: import("vue").PropType<string>;
|
|
11253
|
+
default: string;
|
|
11254
|
+
};
|
|
11219
11255
|
sublabel: {
|
|
11220
11256
|
type: import("vue").PropType<string>;
|
|
11221
11257
|
default: string;
|
|
@@ -11240,8 +11276,8 @@ export declare const components: {
|
|
|
11240
11276
|
label: string;
|
|
11241
11277
|
disabled: boolean;
|
|
11242
11278
|
modelValue: boolean;
|
|
11243
|
-
icon: string;
|
|
11244
11279
|
indeterminate: boolean;
|
|
11280
|
+
icon: string;
|
|
11245
11281
|
sublabel: string;
|
|
11246
11282
|
selectable: boolean;
|
|
11247
11283
|
expandable: boolean;
|
|
@@ -11254,14 +11290,14 @@ export declare const components: {
|
|
|
11254
11290
|
};
|
|
11255
11291
|
});
|
|
11256
11292
|
FmCircularProgress: import("vue").DefineComponent<{
|
|
11257
|
-
size: {
|
|
11258
|
-
type: import("vue").PropType<"md" | "lg" | "xl" | "xxl">;
|
|
11259
|
-
default: string;
|
|
11260
|
-
};
|
|
11261
11293
|
color: {
|
|
11262
11294
|
type: import("vue").PropType<string>;
|
|
11263
11295
|
default: string;
|
|
11264
11296
|
};
|
|
11297
|
+
size: {
|
|
11298
|
+
type: import("vue").PropType<"md" | "lg" | "xl" | "xxl">;
|
|
11299
|
+
default: string;
|
|
11300
|
+
};
|
|
11265
11301
|
currentStep: {
|
|
11266
11302
|
type: import("vue").PropType<string | number>;
|
|
11267
11303
|
default: undefined;
|
|
@@ -11275,14 +11311,14 @@ export declare const components: {
|
|
|
11275
11311
|
default: undefined;
|
|
11276
11312
|
};
|
|
11277
11313
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11278
|
-
size: {
|
|
11279
|
-
type: import("vue").PropType<"md" | "lg" | "xl" | "xxl">;
|
|
11280
|
-
default: string;
|
|
11281
|
-
};
|
|
11282
11314
|
color: {
|
|
11283
11315
|
type: import("vue").PropType<string>;
|
|
11284
11316
|
default: string;
|
|
11285
11317
|
};
|
|
11318
|
+
size: {
|
|
11319
|
+
type: import("vue").PropType<"md" | "lg" | "xl" | "xxl">;
|
|
11320
|
+
default: string;
|
|
11321
|
+
};
|
|
11286
11322
|
currentStep: {
|
|
11287
11323
|
type: import("vue").PropType<string | number>;
|
|
11288
11324
|
default: undefined;
|
|
@@ -11296,8 +11332,8 @@ export declare const components: {
|
|
|
11296
11332
|
default: undefined;
|
|
11297
11333
|
};
|
|
11298
11334
|
}>>, {
|
|
11299
|
-
size: "md" | "lg" | "xl" | "xxl";
|
|
11300
11335
|
color: string;
|
|
11336
|
+
size: "md" | "lg" | "xl" | "xxl";
|
|
11301
11337
|
currentStep: string | number;
|
|
11302
11338
|
totalSteps: string | number;
|
|
11303
11339
|
indeterminate: boolean;
|
|
@@ -11647,15 +11683,15 @@ export declare const components: {
|
|
|
11647
11683
|
onOnDismiss?: (() => any) | undefined;
|
|
11648
11684
|
onOnAction?: (() => any) | undefined;
|
|
11649
11685
|
}, {
|
|
11650
|
-
title: string;
|
|
11651
11686
|
color: string;
|
|
11687
|
+
title: string;
|
|
11652
11688
|
variant: import("./components/snackbar/FmSnackbar.vue").SnackbarVariant;
|
|
11653
11689
|
zIndex: number;
|
|
11690
|
+
spinner: boolean;
|
|
11691
|
+
bgColor: string;
|
|
11654
11692
|
description: string;
|
|
11655
11693
|
dismissable: boolean;
|
|
11656
11694
|
action: string;
|
|
11657
|
-
bgColor: string;
|
|
11658
|
-
spinner: boolean;
|
|
11659
11695
|
}, true, {}, {}, {
|
|
11660
11696
|
P: {};
|
|
11661
11697
|
B: {};
|
|
@@ -11704,15 +11740,15 @@ export declare const components: {
|
|
|
11704
11740
|
onOnDismiss?: (() => any) | undefined;
|
|
11705
11741
|
onOnAction?: (() => any) | undefined;
|
|
11706
11742
|
}, {}, {}, {}, {}, {
|
|
11707
|
-
title: string;
|
|
11708
11743
|
color: string;
|
|
11744
|
+
title: string;
|
|
11709
11745
|
variant: import("./components/snackbar/FmSnackbar.vue").SnackbarVariant;
|
|
11710
11746
|
zIndex: number;
|
|
11747
|
+
spinner: boolean;
|
|
11748
|
+
bgColor: string;
|
|
11711
11749
|
description: string;
|
|
11712
11750
|
dismissable: boolean;
|
|
11713
11751
|
action: string;
|
|
11714
|
-
bgColor: string;
|
|
11715
|
-
spinner: boolean;
|
|
11716
11752
|
}>;
|
|
11717
11753
|
__isFragment?: undefined;
|
|
11718
11754
|
__isTeleport?: undefined;
|
|
@@ -11761,15 +11797,15 @@ export declare const components: {
|
|
|
11761
11797
|
onDismiss: () => void;
|
|
11762
11798
|
onAction: () => void;
|
|
11763
11799
|
}, string, {
|
|
11764
|
-
title: string;
|
|
11765
11800
|
color: string;
|
|
11801
|
+
title: string;
|
|
11766
11802
|
variant: import("./components/snackbar/FmSnackbar.vue").SnackbarVariant;
|
|
11767
11803
|
zIndex: number;
|
|
11804
|
+
spinner: boolean;
|
|
11805
|
+
bgColor: string;
|
|
11768
11806
|
description: string;
|
|
11769
11807
|
dismissable: boolean;
|
|
11770
11808
|
action: string;
|
|
11771
|
-
bgColor: string;
|
|
11772
|
-
spinner: boolean;
|
|
11773
11809
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11774
11810
|
$slots: {
|
|
11775
11811
|
actions?(_: {}): any;
|
|
@@ -11828,8 +11864,8 @@ export declare const components: {
|
|
|
11828
11864
|
default: undefined;
|
|
11829
11865
|
};
|
|
11830
11866
|
}>>, {
|
|
11831
|
-
disabled: () => boolean;
|
|
11832
11867
|
error: () => boolean;
|
|
11868
|
+
disabled: () => boolean;
|
|
11833
11869
|
description: string;
|
|
11834
11870
|
}, true, {}, {}, {
|
|
11835
11871
|
P: {};
|
|
@@ -11864,8 +11900,8 @@ export declare const components: {
|
|
|
11864
11900
|
default: undefined;
|
|
11865
11901
|
};
|
|
11866
11902
|
}>>, {}, {}, {}, {}, {
|
|
11867
|
-
disabled: () => boolean;
|
|
11868
11903
|
error: () => boolean;
|
|
11904
|
+
disabled: () => boolean;
|
|
11869
11905
|
description: string;
|
|
11870
11906
|
}>;
|
|
11871
11907
|
__isFragment?: undefined;
|
|
@@ -11897,8 +11933,8 @@ export declare const components: {
|
|
|
11897
11933
|
default: undefined;
|
|
11898
11934
|
};
|
|
11899
11935
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
11900
|
-
disabled: () => boolean;
|
|
11901
11936
|
error: () => boolean;
|
|
11937
|
+
disabled: () => boolean;
|
|
11902
11938
|
description: string;
|
|
11903
11939
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11904
11940
|
$slots: {
|
|
@@ -11988,10 +12024,6 @@ export declare const components: {
|
|
|
11988
12024
|
type: import("vue").PropType<boolean>;
|
|
11989
12025
|
default: boolean;
|
|
11990
12026
|
};
|
|
11991
|
-
children: {
|
|
11992
|
-
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
11993
|
-
default: () => never[];
|
|
11994
|
-
};
|
|
11995
12027
|
value: {
|
|
11996
12028
|
type: import("vue").PropType<any>;
|
|
11997
12029
|
default: () => number;
|
|
@@ -12000,6 +12032,10 @@ export declare const components: {
|
|
|
12000
12032
|
type: import("vue").PropType<any>;
|
|
12001
12033
|
default: null;
|
|
12002
12034
|
};
|
|
12035
|
+
children: {
|
|
12036
|
+
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
12037
|
+
default: () => never[];
|
|
12038
|
+
};
|
|
12003
12039
|
icon: {
|
|
12004
12040
|
type: import("vue").PropType<string>;
|
|
12005
12041
|
default: string;
|
|
@@ -12025,10 +12061,6 @@ export declare const components: {
|
|
|
12025
12061
|
type: import("vue").PropType<boolean>;
|
|
12026
12062
|
default: boolean;
|
|
12027
12063
|
};
|
|
12028
|
-
children: {
|
|
12029
|
-
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
12030
|
-
default: () => never[];
|
|
12031
|
-
};
|
|
12032
12064
|
value: {
|
|
12033
12065
|
type: import("vue").PropType<any>;
|
|
12034
12066
|
default: () => number;
|
|
@@ -12037,6 +12069,10 @@ export declare const components: {
|
|
|
12037
12069
|
type: import("vue").PropType<any>;
|
|
12038
12070
|
default: null;
|
|
12039
12071
|
};
|
|
12072
|
+
children: {
|
|
12073
|
+
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
12074
|
+
default: () => never[];
|
|
12075
|
+
};
|
|
12040
12076
|
icon: {
|
|
12041
12077
|
type: import("vue").PropType<string>;
|
|
12042
12078
|
default: string;
|
|
@@ -12054,9 +12090,9 @@ export declare const components: {
|
|
|
12054
12090
|
}, {
|
|
12055
12091
|
label: string;
|
|
12056
12092
|
disabled: boolean;
|
|
12057
|
-
children: import("./components/tab/FmTab.vue").FmTabProps[];
|
|
12058
12093
|
value: any;
|
|
12059
12094
|
modelValue: any;
|
|
12095
|
+
children: import("./components/tab/FmTab.vue").FmTabProps[];
|
|
12060
12096
|
icon: string;
|
|
12061
12097
|
vertical: boolean;
|
|
12062
12098
|
badge: number;
|
|
@@ -12076,10 +12112,6 @@ export declare const components: {
|
|
|
12076
12112
|
type: import("vue").PropType<boolean>;
|
|
12077
12113
|
default: boolean;
|
|
12078
12114
|
};
|
|
12079
|
-
children: {
|
|
12080
|
-
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
12081
|
-
default: () => never[];
|
|
12082
|
-
};
|
|
12083
12115
|
value: {
|
|
12084
12116
|
type: import("vue").PropType<any>;
|
|
12085
12117
|
default: () => number;
|
|
@@ -12088,6 +12120,10 @@ export declare const components: {
|
|
|
12088
12120
|
type: import("vue").PropType<any>;
|
|
12089
12121
|
default: null;
|
|
12090
12122
|
};
|
|
12123
|
+
children: {
|
|
12124
|
+
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
12125
|
+
default: () => never[];
|
|
12126
|
+
};
|
|
12091
12127
|
icon: {
|
|
12092
12128
|
type: import("vue").PropType<string>;
|
|
12093
12129
|
default: string;
|
|
@@ -12105,9 +12141,9 @@ export declare const components: {
|
|
|
12105
12141
|
}, {}, {}, {}, {}, {
|
|
12106
12142
|
label: string;
|
|
12107
12143
|
disabled: boolean;
|
|
12108
|
-
children: import("./components/tab/FmTab.vue").FmTabProps[];
|
|
12109
12144
|
value: any;
|
|
12110
12145
|
modelValue: any;
|
|
12146
|
+
children: import("./components/tab/FmTab.vue").FmTabProps[];
|
|
12111
12147
|
icon: string;
|
|
12112
12148
|
vertical: boolean;
|
|
12113
12149
|
badge: number;
|
|
@@ -12124,10 +12160,6 @@ export declare const components: {
|
|
|
12124
12160
|
type: import("vue").PropType<boolean>;
|
|
12125
12161
|
default: boolean;
|
|
12126
12162
|
};
|
|
12127
|
-
children: {
|
|
12128
|
-
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
12129
|
-
default: () => never[];
|
|
12130
|
-
};
|
|
12131
12163
|
value: {
|
|
12132
12164
|
type: import("vue").PropType<any>;
|
|
12133
12165
|
default: () => number;
|
|
@@ -12136,6 +12168,10 @@ export declare const components: {
|
|
|
12136
12168
|
type: import("vue").PropType<any>;
|
|
12137
12169
|
default: null;
|
|
12138
12170
|
};
|
|
12171
|
+
children: {
|
|
12172
|
+
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
12173
|
+
default: () => never[];
|
|
12174
|
+
};
|
|
12139
12175
|
icon: {
|
|
12140
12176
|
type: import("vue").PropType<string>;
|
|
12141
12177
|
default: string;
|
|
@@ -12155,9 +12191,9 @@ export declare const components: {
|
|
|
12155
12191
|
}, string, {
|
|
12156
12192
|
label: string;
|
|
12157
12193
|
disabled: boolean;
|
|
12158
|
-
children: import("./components/tab/FmTab.vue").FmTabProps[];
|
|
12159
12194
|
value: any;
|
|
12160
12195
|
modelValue: any;
|
|
12196
|
+
children: import("./components/tab/FmTab.vue").FmTabProps[];
|
|
12161
12197
|
icon: string;
|
|
12162
12198
|
vertical: boolean;
|
|
12163
12199
|
badge: number;
|
|
@@ -12189,7 +12225,7 @@ export declare const components: {
|
|
|
12189
12225
|
default: number;
|
|
12190
12226
|
};
|
|
12191
12227
|
selection: {
|
|
12192
|
-
type: import("vue").PropType<"
|
|
12228
|
+
type: import("vue").PropType<"single" | "multiple">;
|
|
12193
12229
|
default: undefined;
|
|
12194
12230
|
};
|
|
12195
12231
|
rowData: {
|
|
@@ -12412,7 +12448,7 @@ export declare const components: {
|
|
|
12412
12448
|
default: number;
|
|
12413
12449
|
};
|
|
12414
12450
|
selection: {
|
|
12415
|
-
type: import("vue").PropType<"
|
|
12451
|
+
type: import("vue").PropType<"single" | "multiple">;
|
|
12416
12452
|
default: undefined;
|
|
12417
12453
|
};
|
|
12418
12454
|
rowData: {
|
|
@@ -12614,7 +12650,7 @@ export declare const components: {
|
|
|
12614
12650
|
loading: boolean;
|
|
12615
12651
|
pageCount: number;
|
|
12616
12652
|
pageSize: number;
|
|
12617
|
-
selection: "
|
|
12653
|
+
selection: "single" | "multiple";
|
|
12618
12654
|
rowData: any[];
|
|
12619
12655
|
columnDefs: import("./components/table/FmTable.vue").ColumnDef<any>[];
|
|
12620
12656
|
columnFilter: import("./components/table/FmTable.vue").ColumnFiltersState;
|
|
@@ -12765,7 +12801,7 @@ export declare const components: {
|
|
|
12765
12801
|
default: number;
|
|
12766
12802
|
};
|
|
12767
12803
|
selection: {
|
|
12768
|
-
type: import("vue").PropType<"
|
|
12804
|
+
type: import("vue").PropType<"single" | "multiple">;
|
|
12769
12805
|
default: undefined;
|
|
12770
12806
|
};
|
|
12771
12807
|
rowData: {
|
|
@@ -12967,7 +13003,7 @@ export declare const components: {
|
|
|
12967
13003
|
loading: boolean;
|
|
12968
13004
|
pageCount: number;
|
|
12969
13005
|
pageSize: number;
|
|
12970
|
-
selection: "
|
|
13006
|
+
selection: "single" | "multiple";
|
|
12971
13007
|
rowData: any[];
|
|
12972
13008
|
columnDefs: import("./components/table/FmTable.vue").ColumnDef<any>[];
|
|
12973
13009
|
columnFilter: import("./components/table/FmTable.vue").ColumnFiltersState;
|
|
@@ -13115,7 +13151,7 @@ export declare const components: {
|
|
|
13115
13151
|
default: number;
|
|
13116
13152
|
};
|
|
13117
13153
|
selection: {
|
|
13118
|
-
type: import("vue").PropType<"
|
|
13154
|
+
type: import("vue").PropType<"single" | "multiple">;
|
|
13119
13155
|
default: undefined;
|
|
13120
13156
|
};
|
|
13121
13157
|
rowData: {
|
|
@@ -13322,7 +13358,7 @@ export declare const components: {
|
|
|
13322
13358
|
loading: boolean;
|
|
13323
13359
|
pageCount: number;
|
|
13324
13360
|
pageSize: number;
|
|
13325
|
-
selection: "
|
|
13361
|
+
selection: "single" | "multiple";
|
|
13326
13362
|
rowData: any[];
|
|
13327
13363
|
columnDefs: import("./components/table/FmTable.vue").ColumnDef<any>[];
|
|
13328
13364
|
columnFilter: import("./components/table/FmTable.vue").ColumnFiltersState;
|
|
@@ -13448,6 +13484,81 @@ export declare const components: {
|
|
|
13448
13484
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
13449
13485
|
$slots: Readonly<import("./components/table/FmTable.vue").FmTableSlots> & import("./components/table/FmTable.vue").FmTableSlots;
|
|
13450
13486
|
});
|
|
13487
|
+
FmCustomizeFields: import("vue").DefineComponent<{
|
|
13488
|
+
title: {
|
|
13489
|
+
type: import("vue").PropType<string>;
|
|
13490
|
+
};
|
|
13491
|
+
modelValue: {
|
|
13492
|
+
type: import("vue").PropType<import("./components/table/FmCustomizeFields.vue").CustomizeField[]>;
|
|
13493
|
+
required: true;
|
|
13494
|
+
};
|
|
13495
|
+
searchPlaceholder: {
|
|
13496
|
+
type: import("vue").PropType<string>;
|
|
13497
|
+
};
|
|
13498
|
+
searchable: {
|
|
13499
|
+
type: import("vue").PropType<boolean>;
|
|
13500
|
+
default: boolean;
|
|
13501
|
+
};
|
|
13502
|
+
showCloseButton: {
|
|
13503
|
+
type: import("vue").PropType<boolean>;
|
|
13504
|
+
default: boolean;
|
|
13505
|
+
};
|
|
13506
|
+
showToggleAllButton: {
|
|
13507
|
+
type: import("vue").PropType<boolean>;
|
|
13508
|
+
default: boolean;
|
|
13509
|
+
};
|
|
13510
|
+
hideAllText: {
|
|
13511
|
+
type: import("vue").PropType<string>;
|
|
13512
|
+
};
|
|
13513
|
+
showAllText: {
|
|
13514
|
+
type: import("vue").PropType<string>;
|
|
13515
|
+
};
|
|
13516
|
+
shownLabel: {
|
|
13517
|
+
type: import("vue").PropType<string>;
|
|
13518
|
+
};
|
|
13519
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13520
|
+
"update:modelValue": (value: import("./components/table/FmCustomizeFields.vue").CustomizeField[]) => void;
|
|
13521
|
+
close: () => void;
|
|
13522
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13523
|
+
title: {
|
|
13524
|
+
type: import("vue").PropType<string>;
|
|
13525
|
+
};
|
|
13526
|
+
modelValue: {
|
|
13527
|
+
type: import("vue").PropType<import("./components/table/FmCustomizeFields.vue").CustomizeField[]>;
|
|
13528
|
+
required: true;
|
|
13529
|
+
};
|
|
13530
|
+
searchPlaceholder: {
|
|
13531
|
+
type: import("vue").PropType<string>;
|
|
13532
|
+
};
|
|
13533
|
+
searchable: {
|
|
13534
|
+
type: import("vue").PropType<boolean>;
|
|
13535
|
+
default: boolean;
|
|
13536
|
+
};
|
|
13537
|
+
showCloseButton: {
|
|
13538
|
+
type: import("vue").PropType<boolean>;
|
|
13539
|
+
default: boolean;
|
|
13540
|
+
};
|
|
13541
|
+
showToggleAllButton: {
|
|
13542
|
+
type: import("vue").PropType<boolean>;
|
|
13543
|
+
default: boolean;
|
|
13544
|
+
};
|
|
13545
|
+
hideAllText: {
|
|
13546
|
+
type: import("vue").PropType<string>;
|
|
13547
|
+
};
|
|
13548
|
+
showAllText: {
|
|
13549
|
+
type: import("vue").PropType<string>;
|
|
13550
|
+
};
|
|
13551
|
+
shownLabel: {
|
|
13552
|
+
type: import("vue").PropType<string>;
|
|
13553
|
+
};
|
|
13554
|
+
}>> & {
|
|
13555
|
+
"onUpdate:modelValue"?: ((value: import("./components/table/FmCustomizeFields.vue").CustomizeField[]) => any) | undefined;
|
|
13556
|
+
onClose?: (() => any) | undefined;
|
|
13557
|
+
}, {
|
|
13558
|
+
searchable: boolean;
|
|
13559
|
+
showCloseButton: boolean;
|
|
13560
|
+
showToggleAllButton: boolean;
|
|
13561
|
+
}, {}>;
|
|
13451
13562
|
FmTableToolbar: {
|
|
13452
13563
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
13453
13564
|
actions: {
|
|
@@ -13615,10 +13726,6 @@ export declare const components: {
|
|
|
13615
13726
|
}, {}, {}>;
|
|
13616
13727
|
FmTabs: {
|
|
13617
13728
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
13618
|
-
items: {
|
|
13619
|
-
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
13620
|
-
required: true;
|
|
13621
|
-
};
|
|
13622
13729
|
disabled: {
|
|
13623
13730
|
type: import("vue").PropType<boolean>;
|
|
13624
13731
|
default: boolean;
|
|
@@ -13627,6 +13734,10 @@ export declare const components: {
|
|
|
13627
13734
|
type: import("vue").PropType<any>;
|
|
13628
13735
|
default: null;
|
|
13629
13736
|
};
|
|
13737
|
+
items: {
|
|
13738
|
+
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
13739
|
+
required: true;
|
|
13740
|
+
};
|
|
13630
13741
|
vertical: {
|
|
13631
13742
|
type: import("vue").PropType<boolean>;
|
|
13632
13743
|
default: boolean;
|
|
@@ -13640,10 +13751,6 @@ export declare const components: {
|
|
|
13640
13751
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13641
13752
|
"update:modelValue": (tab: string | number | null) => void;
|
|
13642
13753
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
13643
|
-
items: {
|
|
13644
|
-
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
13645
|
-
required: true;
|
|
13646
|
-
};
|
|
13647
13754
|
disabled: {
|
|
13648
13755
|
type: import("vue").PropType<boolean>;
|
|
13649
13756
|
default: boolean;
|
|
@@ -13652,6 +13759,10 @@ export declare const components: {
|
|
|
13652
13759
|
type: import("vue").PropType<any>;
|
|
13653
13760
|
default: null;
|
|
13654
13761
|
};
|
|
13762
|
+
items: {
|
|
13763
|
+
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
13764
|
+
required: true;
|
|
13765
|
+
};
|
|
13655
13766
|
vertical: {
|
|
13656
13767
|
type: import("vue").PropType<boolean>;
|
|
13657
13768
|
default: boolean;
|
|
@@ -13675,10 +13786,6 @@ export declare const components: {
|
|
|
13675
13786
|
M: {};
|
|
13676
13787
|
Defaults: {};
|
|
13677
13788
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
13678
|
-
items: {
|
|
13679
|
-
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
13680
|
-
required: true;
|
|
13681
|
-
};
|
|
13682
13789
|
disabled: {
|
|
13683
13790
|
type: import("vue").PropType<boolean>;
|
|
13684
13791
|
default: boolean;
|
|
@@ -13687,6 +13794,10 @@ export declare const components: {
|
|
|
13687
13794
|
type: import("vue").PropType<any>;
|
|
13688
13795
|
default: null;
|
|
13689
13796
|
};
|
|
13797
|
+
items: {
|
|
13798
|
+
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
13799
|
+
required: true;
|
|
13800
|
+
};
|
|
13690
13801
|
vertical: {
|
|
13691
13802
|
type: import("vue").PropType<boolean>;
|
|
13692
13803
|
default: boolean;
|
|
@@ -13707,10 +13818,6 @@ export declare const components: {
|
|
|
13707
13818
|
__isTeleport?: undefined;
|
|
13708
13819
|
__isSuspense?: undefined;
|
|
13709
13820
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13710
|
-
items: {
|
|
13711
|
-
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
13712
|
-
required: true;
|
|
13713
|
-
};
|
|
13714
13821
|
disabled: {
|
|
13715
13822
|
type: import("vue").PropType<boolean>;
|
|
13716
13823
|
default: boolean;
|
|
@@ -13719,6 +13826,10 @@ export declare const components: {
|
|
|
13719
13826
|
type: import("vue").PropType<any>;
|
|
13720
13827
|
default: null;
|
|
13721
13828
|
};
|
|
13829
|
+
items: {
|
|
13830
|
+
type: import("vue").PropType<import("./components/tab/FmTab.vue").FmTabProps[]>;
|
|
13831
|
+
required: true;
|
|
13832
|
+
};
|
|
13722
13833
|
vertical: {
|
|
13723
13834
|
type: import("vue").PropType<boolean>;
|
|
13724
13835
|
default: boolean;
|
|
@@ -13755,26 +13866,26 @@ export declare const components: {
|
|
|
13755
13866
|
};
|
|
13756
13867
|
});
|
|
13757
13868
|
FmCollapsibleTabs: import("vue").DefineComponent<{
|
|
13758
|
-
items: {
|
|
13759
|
-
type: import("vue").PropType<import("./components/tab/FmCollapsibleTab.vue").FmCollapsibleTabProps[]>;
|
|
13760
|
-
default: () => never[];
|
|
13761
|
-
};
|
|
13762
13869
|
modelValue: {
|
|
13763
13870
|
type: import("vue").PropType<string>;
|
|
13764
13871
|
default: undefined;
|
|
13765
13872
|
};
|
|
13766
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13767
13873
|
items: {
|
|
13768
13874
|
type: import("vue").PropType<import("./components/tab/FmCollapsibleTab.vue").FmCollapsibleTabProps[]>;
|
|
13769
13875
|
default: () => never[];
|
|
13770
13876
|
};
|
|
13877
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13771
13878
|
modelValue: {
|
|
13772
13879
|
type: import("vue").PropType<string>;
|
|
13773
13880
|
default: undefined;
|
|
13774
13881
|
};
|
|
13882
|
+
items: {
|
|
13883
|
+
type: import("vue").PropType<import("./components/tab/FmCollapsibleTab.vue").FmCollapsibleTabProps[]>;
|
|
13884
|
+
default: () => never[];
|
|
13885
|
+
};
|
|
13775
13886
|
}>>, {
|
|
13776
|
-
items: import("./components/tab/FmCollapsibleTab.vue").FmCollapsibleTabProps[];
|
|
13777
13887
|
modelValue: string;
|
|
13888
|
+
items: import("./components/tab/FmCollapsibleTab.vue").FmCollapsibleTabProps[];
|
|
13778
13889
|
}, {}>;
|
|
13779
13890
|
FmTooltip: {
|
|
13780
13891
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -14637,6 +14748,7 @@ export type * from './components/form/simple-calendar/simple-date-range-picker/F
|
|
|
14637
14748
|
export type * from './components/form/field/FmField.vue';
|
|
14638
14749
|
export type * from './components/form/form/FmForm.vue';
|
|
14639
14750
|
export type * from './components/form/form-group/FmFormGroup.vue';
|
|
14751
|
+
export type * from './components/form/error-summary/FmErrorSummary.vue';
|
|
14640
14752
|
export type * from './components/form/helper-text/FmHelperText.vue';
|
|
14641
14753
|
export type * from './components/form/label/FmLabel.vue';
|
|
14642
14754
|
export type * from './components/form/phone-number/FmPhoneNumber.vue';
|
|
@@ -14672,6 +14784,7 @@ export type * from './components/stepper/FmStepper.vue';
|
|
|
14672
14784
|
export type * from './components/tab/FmTab.vue';
|
|
14673
14785
|
export type * from './components/table/FmTableToolbar.vue';
|
|
14674
14786
|
export type * from './components/table/FmTable.vue';
|
|
14787
|
+
export type * from './components/table/FmCustomizeFields.vue';
|
|
14675
14788
|
export type * from './components/tabs/FmTabs.vue';
|
|
14676
14789
|
export type * from './components/tabs/FmCollapsibleTabs.vue';
|
|
14677
14790
|
export type * from './components/tooltip/FmTooltip.vue';
|