@feedmepos/ui-library 1.2.14-rc.14 → 1.2.14-rc.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/CHANGELOG.md +14 -0
  2. package/dist/components/badge/FmBadge.vue.d.ts +1 -1
  3. package/dist/components/bottom-sheet/FmBottomSheet.vue.d.ts +1 -1
  4. package/dist/components/button/FmButton.vue.d.ts +1 -1
  5. package/dist/components/chart/pie/FmPie.vue.d.ts +1 -1
  6. package/dist/components/dialog/FmDialog.vue.d.ts +1 -1
  7. package/dist/components/form/calendar/date-picker/FmDatePicker.vue.d.ts +3 -3
  8. package/dist/components/form/calendar/date-picker/FmDatePickerDesktop.vue.d.ts +3 -3
  9. package/dist/components/form/calendar/date-picker/FmDatePickerMobile.vue.d.ts +3 -3
  10. package/dist/components/form/calendar/date-range-picker/FmDateRangePicker.vue.d.ts +3 -3
  11. package/dist/components/form/calendar/date-range-picker/FmDateRangePickerDesktop.vue.d.ts +3 -3
  12. package/dist/components/form/calendar/date-range-picker/FmDateRangePickerField.vue.d.ts +1 -1
  13. package/dist/components/form/calendar/date-range-picker/FmDateRangePickerMobile.vue.d.ts +3 -3
  14. package/dist/components/form/field/FmField.vue.d.ts +1 -1
  15. package/dist/components/form/form-group/FmFormGroup.vue.d.ts +1 -1
  16. package/dist/components/form/helper-text/FmHelperText.vue.d.ts +1 -1
  17. package/dist/components/form/phone-number/FmPhoneNumber.vue.d.ts +2 -2
  18. package/dist/components/form/pin-field/FmPinField.vue.d.ts +1 -1
  19. package/dist/components/form/radio-group/FmRadioGroup.vue.d.ts +1 -1
  20. package/dist/components/form/search/FmSearch.vue.d.ts +5 -5
  21. package/dist/components/form/select/FmSelect.vue.d.ts +2 -2
  22. package/dist/components/form/simple-calendar/simple-date-picker/FmSimpleDatePicker.vue.d.ts +3 -3
  23. package/dist/components/form/simple-calendar/simple-date-picker/FmSimpleDatePickerDesktop.vue.d.ts +3 -3
  24. package/dist/components/form/simple-calendar/simple-date-picker/FmSimpleDatePickerMobile.vue.d.ts +3 -3
  25. package/dist/components/form/simple-calendar/simple-date-range-picker/FmSimpleDateRangePicker.vue.d.ts +3 -3
  26. package/dist/components/form/simple-calendar/simple-date-range-picker/FmSimpleDateRangePickerDesktop.vue.d.ts +3 -3
  27. package/dist/components/form/simple-calendar/simple-date-range-picker/FmSimpleDateRangePickerField.vue.d.ts +1 -1
  28. package/dist/components/form/simple-calendar/simple-date-range-picker/FmSimpleDateRangePickerMobile.vue.d.ts +3 -3
  29. package/dist/components/form/stepper-field/FmStepperField.vue.d.ts +4 -4
  30. package/dist/components/form/text-field/FmTextField.vue.d.ts +3 -3
  31. package/dist/components/form/textarea/FmTextarea.vue.d.ts +2 -2
  32. package/dist/components/form/time-picker/FmTimePicker.vue.d.ts +2 -2
  33. package/dist/components/form/time-picker/FmTimeRangePicker.vue.d.ts +2 -2
  34. package/dist/components/side-sheet/FmSideSheet.vue.d.ts +2 -2
  35. package/dist/components/stepper/FmStep.vue.d.ts +1 -1
  36. package/dist/components/tab/FmCollapsibleTab.vue.d.ts +1 -1
  37. package/dist/components/tab/FmTab.vue.d.ts +1 -1
  38. package/dist/components/table/FmTable.vue.d.ts +134 -7
  39. package/dist/components/top-sheet/FmTopSheet.vue.d.ts +1 -1
  40. package/dist/components.d.ts +1958 -1179
  41. package/dist/federation/FmTable.vue_vue_type_script_setup_true_lang-FuFNk8dS.js +20 -0
  42. package/dist/federation/{__federation_expose_FmDynamicDialog-rRZRZU36.js → __federation_expose_FmDynamicDialog-DrpudItx.js} +1 -1
  43. package/dist/federation/{__federation_expose_FmTable-DQULTqIg.js → __federation_expose_FmTable-7Yy_KjXp.js} +1 -1
  44. package/dist/federation/dialog-plugin-CS8F-SOm.js +1 -0
  45. package/dist/federation/feedmepos-ui-components.js +1 -1
  46. package/dist/federation/index-CC6JXpPJ.js +2 -0
  47. package/dist/federation/index-yEm8NFQD.css +1 -0
  48. package/dist/feedmepos-ui-library.js +15914 -12230
  49. package/dist/feedmepos-ui-library.umd.cjs +48 -22
  50. package/dist/style.css +1 -1
  51. package/package.json +1 -1
  52. package/dist/federation/FmTable.vue_vue_type_script_setup_true_lang-PHb1H8o7.js +0 -1
  53. package/dist/federation/dialog-plugin-BPuWsHGN.js +0 -1
  54. package/dist/federation/index-B48ZCR0K.js +0 -2
  55. package/dist/federation/index-Bqek3US6.css +0 -1
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 1.2.14-rc.16 - 2024-07-25
2
+
3
+ ### Fixes
4
+
5
+ - `FmDynamicDialog`
6
+ - Fix the issue that the unmount event is not triggered when the dialog is closed
7
+
8
+ ## 1.2.14-rc.15 - 2024-07-25
9
+
10
+ ### Features
11
+
12
+ - `FmTable`
13
+ - Prevent dnd when `expanded-state` are not empty
14
+
1
15
  ## 1.2.14-rc.14 - 2024-07-24
2
16
 
3
17
  ### Features
@@ -15,10 +15,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
15
  variant: string;
16
16
  class: undefined;
17
17
  }>>>, {
18
- class: string;
19
18
  inline: boolean;
20
19
  value: number | null;
21
20
  variant: "info" | "success" | "warning" | "critical" | "neutral" | "numeric";
21
+ class: string;
22
22
  }, {}>, {
23
23
  default?(_: {}): any;
24
24
  }>;
@@ -23,9 +23,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
23
23
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
24
24
  }, {
25
25
  header: string;
26
- modelValue: boolean;
27
26
  dismissAway: boolean;
28
27
  zIndex: number;
28
+ modelValue: boolean;
29
29
  noHeader: boolean;
30
30
  }, {}>, {
31
31
  "bottom-sheet-button"?(_: {}): any;
@@ -70,7 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
70
70
  }>>>, {
71
71
  label: string;
72
72
  variant: "primary" | "secondary" | "destructive" | "tertiary" | "plain" | "fab" | FmButtonVariant;
73
- type: "button" | "reset" | "submit";
73
+ type: "button" | "submit" | "reset";
74
74
  size: "md" | "lg";
75
75
  disabled: boolean;
76
76
  icon: string;
@@ -73,8 +73,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
73
73
  maintainAspectRatio: boolean;
74
74
  percentage: undefined;
75
75
  }>>>, {
76
- text: string;
77
76
  legend: Partial<LegendOptions<"doughnut">>;
77
+ text: string;
78
78
  name: string;
79
79
  textColor: string;
80
80
  paragraph: string;
@@ -28,8 +28,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
28
28
  }>>> & {
29
29
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30
30
  }, {
31
- modelValue: boolean;
32
31
  zIndex: number;
32
+ modelValue: boolean;
33
33
  overlay: boolean;
34
34
  minWidth: number;
35
35
  closeButton: boolean;
@@ -30,8 +30,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
30
  }>>> & {
31
31
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
32
32
  }, {
33
- min: string;
34
- max: string;
35
33
  label: string;
36
34
  zIndex: number;
37
35
  disabled: boolean;
@@ -40,7 +38,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
38
  focused: boolean;
41
39
  rules: import("../../../..").ValidationRule[];
42
40
  helperText: string;
43
- helperState: "error" | "success" | "warning" | "none";
41
+ helperState: "success" | "warning" | "none" | "error";
42
+ max: string;
43
+ min: string;
44
44
  showValidBorder: boolean;
45
45
  }, {}>, {
46
46
  "trigger-button"?(_: {
@@ -30,8 +30,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
30
  }>>> & {
31
31
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
32
32
  }, {
33
- min: string;
34
- max: string;
35
33
  label: string;
36
34
  zIndex: number;
37
35
  disabled: boolean;
@@ -40,7 +38,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
38
  focused: boolean;
41
39
  rules: import("../../../..").ValidationRule[];
42
40
  helperText: string;
43
- helperState: "error" | "success" | "warning" | "none";
41
+ helperState: "success" | "warning" | "none" | "error";
42
+ max: string;
43
+ min: string;
44
44
  showValidBorder: boolean;
45
45
  }, {}>, {
46
46
  label?(_: {}): any;
@@ -30,8 +30,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
30
  }>>> & {
31
31
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
32
32
  }, {
33
- min: string;
34
- max: string;
35
33
  label: string;
36
34
  zIndex: number;
37
35
  disabled: boolean;
@@ -40,7 +38,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
38
  focused: boolean;
41
39
  rules: import("../../../..").ValidationRule[];
42
40
  helperText: string;
43
- helperState: "error" | "success" | "warning" | "none";
41
+ helperState: "success" | "warning" | "none" | "error";
42
+ max: string;
43
+ min: string;
44
44
  showValidBorder: boolean;
45
45
  }, {}>, {
46
46
  label?(_: {}): any;
@@ -50,15 +50,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
50
50
  }>>> & {
51
51
  "onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
52
52
  }, {
53
- min: string;
54
- max: string;
55
53
  disabled: boolean;
56
54
  labelMark: "required" | "none" | "optional";
57
55
  labelInfo: string;
58
56
  focused: boolean;
59
57
  rules: import("../../../..").ValidationRule[];
60
58
  helperText: string;
61
- helperState: "error" | "success" | "warning" | "none";
59
+ helperState: "success" | "warning" | "none" | "error";
60
+ max: string;
61
+ min: string;
62
62
  showValidBorder: boolean;
63
63
  startLabel: string;
64
64
  endLabel: string;
@@ -52,8 +52,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
52
52
  }>>> & {
53
53
  "onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
54
54
  }, {
55
- min: string;
56
- max: string;
57
55
  zIndex: number;
58
56
  disabled: boolean;
59
57
  labelMark: "required" | "none" | "optional";
@@ -61,7 +59,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
61
59
  focused: boolean;
62
60
  rules: import("../../../..").ValidationRule[];
63
61
  helperText: string;
64
- helperState: "error" | "success" | "warning" | "none";
62
+ helperState: "success" | "warning" | "none" | "error";
63
+ max: string;
64
+ min: string;
65
65
  showValidBorder: boolean;
66
66
  startLabel: string;
67
67
  endLabel: string;
@@ -32,9 +32,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
32
32
  endLabel: string;
33
33
  compareLabel: string;
34
34
  }>>>, {
35
- invalid: boolean;
36
35
  disabled: boolean;
37
36
  focused: boolean;
37
+ invalid: boolean;
38
38
  showValidBorder: boolean;
39
39
  startLabel: string;
40
40
  endLabel: string;
@@ -52,8 +52,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
52
52
  }>>> & {
53
53
  "onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
54
54
  }, {
55
- min: string;
56
- max: string;
57
55
  zIndex: number;
58
56
  disabled: boolean;
59
57
  labelMark: "required" | "none" | "optional";
@@ -61,7 +59,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
61
59
  focused: boolean;
62
60
  rules: import("../../../..").ValidationRule[];
63
61
  helperText: string;
64
- helperState: "error" | "success" | "warning" | "none";
62
+ helperState: "success" | "warning" | "none" | "error";
63
+ max: string;
64
+ min: string;
65
65
  showValidBorder: boolean;
66
66
  startLabel: string;
67
67
  endLabel: string;
@@ -31,12 +31,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
31
31
  iconOutlined: boolean;
32
32
  size: string;
33
33
  }>>>, {
34
- invalid: boolean;
35
34
  size: "sm" | "md";
36
35
  disabled: boolean;
37
36
  prependIcon: string;
38
37
  appendIcon: string;
39
38
  focused: boolean;
39
+ invalid: boolean;
40
40
  tag: string;
41
41
  showValidBorder: boolean;
42
42
  iconOutlined: boolean;
@@ -44,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
44
44
  focused: boolean;
45
45
  rules: ValidationRule[];
46
46
  helperText: string;
47
- helperState: "error" | "success" | "warning" | "none";
47
+ helperState: "success" | "warning" | "none" | "error";
48
48
  tag: string;
49
49
  }, {}>, {
50
50
  label?(_: {}): any;
@@ -18,7 +18,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
18
18
  text: string;
19
19
  disabled: boolean;
20
20
  errorMessages: string[];
21
- state: "error" | "success" | "warning" | "none";
21
+ state: "success" | "warning" | "none" | "error";
22
22
  }, {}>, {
23
23
  default?(_: {}): any;
24
24
  }>;
@@ -44,13 +44,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
44
44
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
45
45
  }, {
46
46
  label: string;
47
- placeholder: string;
48
47
  disabled: boolean;
49
48
  labelMark: "required" | "none" | "optional";
50
49
  labelInfo: string;
51
50
  rules: import("../../..").ValidationRule[];
52
51
  helperText: string;
53
- helperState: "error" | "success" | "warning" | "none";
52
+ helperState: "success" | "warning" | "none" | "error";
53
+ placeholder: string;
54
54
  defaultCountry: CountryCode;
55
55
  extraCountryCodes: CountryCode[];
56
56
  }, {}>, {
@@ -24,8 +24,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
24
24
  onComplete?: ((value: string) => any) | undefined;
25
25
  }, {
26
26
  length: number;
27
- modelValue: string[];
28
27
  type: "number" | "text";
28
+ modelValue: string[];
29
29
  }, {}>;
30
30
  export default _default;
31
31
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -41,7 +41,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
41
41
  focused: boolean;
42
42
  rules: import("../../..").ValidationRule[];
43
43
  helperText: string;
44
- helperState: "error" | "success" | "warning" | "none";
44
+ helperState: "success" | "warning" | "none" | "error";
45
45
  }, {}>, {
46
46
  label?(_: {}): any;
47
47
  default?(_: {}): any;
@@ -63,24 +63,24 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
63
63
  maxWidth: undefined;
64
64
  }>>>, {
65
65
  label: string;
66
- maxWidth: string | number;
67
- collapsible: boolean;
68
- placeholder: string;
69
66
  disabled: boolean;
70
67
  labelMark: "required" | "none" | "optional";
71
68
  labelInfo: string;
72
69
  rules: import("../../..").ValidationRule[];
73
70
  helperText: string;
74
- helperState: "error" | "success" | "warning" | "none";
71
+ helperState: "success" | "warning" | "none" | "error";
75
72
  maxLength: number;
76
73
  minLength: number;
74
+ placeholder: string;
75
+ maxWidth: string | number;
77
76
  showValidBorder: boolean;
78
- inputmode: "text" | "search" | "numeric" | "none" | "email" | "tel" | "url" | "decimal";
77
+ inputmode: "text" | "numeric" | "search" | "none" | "email" | "tel" | "url" | "decimal";
79
78
  readonly: boolean;
80
79
  showWordCount: boolean;
81
80
  showSuccess: boolean;
82
81
  prependText: string;
83
82
  appendText: string;
83
+ collapsible: boolean;
84
84
  }, {}>;
85
85
  export default _default;
86
86
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -68,16 +68,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
68
68
  "onDropdown-changed"?: ((value: boolean) => any) | undefined;
69
69
  }, {
70
70
  label: string;
71
- placeholder: string;
72
71
  disabled: boolean;
73
72
  labelMark: "required" | "none" | "optional";
74
73
  labelInfo: string;
75
74
  focused: boolean;
76
75
  rules: import("../../..").ValidationRule[];
77
76
  helperText: string;
78
- helperState: "error" | "success" | "warning" | "none";
77
+ helperState: "success" | "warning" | "none" | "error";
79
78
  placement: Placement;
80
79
  width: number;
80
+ placeholder: string;
81
81
  maxHeight: number;
82
82
  showValidBorder: boolean;
83
83
  multiselect: boolean;
@@ -28,8 +28,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
28
28
  }>>> & {
29
29
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
30
30
  }, {
31
- min: string;
32
- max: string;
33
31
  label: string;
34
32
  disabled: boolean;
35
33
  labelMark: "required" | "none" | "optional";
@@ -37,7 +35,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
37
35
  focused: boolean;
38
36
  rules: import("../../../..").ValidationRule[];
39
37
  helperText: string;
40
- helperState: "error" | "success" | "warning" | "none";
38
+ helperState: "success" | "warning" | "none" | "error";
39
+ max: string;
40
+ min: string;
41
41
  showValidBorder: boolean;
42
42
  }, {}>, {
43
43
  "trigger-button"?(_: {
@@ -30,8 +30,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
30
  }>>> & {
31
31
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
32
32
  }, {
33
- min: string;
34
- max: string;
35
33
  label: string;
36
34
  zIndex: number;
37
35
  disabled: boolean;
@@ -40,7 +38,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
38
  focused: boolean;
41
39
  rules: import("../../../..").ValidationRule[];
42
40
  helperText: string;
43
- helperState: "error" | "success" | "warning" | "none";
41
+ helperState: "success" | "warning" | "none" | "error";
42
+ max: string;
43
+ min: string;
44
44
  showValidBorder: boolean;
45
45
  }, {}>, {
46
46
  label?(_: {}): any;
@@ -30,8 +30,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
30
  }>>> & {
31
31
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
32
32
  }, {
33
- min: string;
34
- max: string;
35
33
  label: string;
36
34
  zIndex: number;
37
35
  disabled: boolean;
@@ -40,7 +38,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
38
  focused: boolean;
41
39
  rules: import("../../../..").ValidationRule[];
42
40
  helperText: string;
43
- helperState: "error" | "success" | "warning" | "none";
41
+ helperState: "success" | "warning" | "none" | "error";
42
+ max: string;
43
+ min: string;
44
44
  showValidBorder: boolean;
45
45
  }, {}>, {
46
46
  label?(_: {}): any;
@@ -48,15 +48,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
48
48
  "onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
49
49
  "onSelect-comparison"?: ((value: CompareType) => any) | undefined;
50
50
  }, {
51
- min: string;
52
- max: string;
53
51
  disabled: boolean;
54
52
  labelMark: "required" | "none" | "optional";
55
53
  labelInfo: string;
56
54
  focused: boolean;
57
55
  rules: import("../../../..").ValidationRule[];
58
56
  helperText: string;
59
- helperState: "error" | "success" | "warning" | "none";
57
+ helperState: "success" | "warning" | "none" | "error";
58
+ max: string;
59
+ min: string;
60
60
  showValidBorder: boolean;
61
61
  startLabel: string;
62
62
  endLabel: string;
@@ -52,8 +52,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
52
52
  "onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
53
53
  "onSelect-comparison"?: ((value: CompareType) => any) | undefined;
54
54
  }, {
55
- min: string;
56
- max: string;
57
55
  zIndex: number;
58
56
  disabled: boolean;
59
57
  labelMark: "required" | "none" | "optional";
@@ -61,7 +59,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
61
59
  focused: boolean;
62
60
  rules: import("../../../..").ValidationRule[];
63
61
  helperText: string;
64
- helperState: "error" | "success" | "warning" | "none";
62
+ helperState: "success" | "warning" | "none" | "error";
63
+ max: string;
64
+ min: string;
65
65
  showValidBorder: boolean;
66
66
  startLabel: string;
67
67
  endLabel: string;
@@ -32,9 +32,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
32
32
  endLabel: string;
33
33
  compareLabel: string;
34
34
  }>>>, {
35
- invalid: boolean;
36
35
  disabled: boolean;
37
36
  focused: boolean;
37
+ invalid: boolean;
38
38
  showValidBorder: boolean;
39
39
  startLabel: string;
40
40
  endLabel: string;
@@ -52,8 +52,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
52
52
  "onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
53
53
  "onSelect-comparison"?: ((value: CompareType) => any) | undefined;
54
54
  }, {
55
- min: string;
56
- max: string;
57
55
  zIndex: number;
58
56
  disabled: boolean;
59
57
  labelMark: "required" | "none" | "optional";
@@ -61,7 +59,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
61
59
  focused: boolean;
62
60
  rules: import("../../../..").ValidationRule[];
63
61
  helperText: string;
64
- helperState: "error" | "success" | "warning" | "none";
62
+ helperState: "success" | "warning" | "none" | "error";
63
+ max: string;
64
+ min: string;
65
65
  showValidBorder: boolean;
66
66
  startLabel: string;
67
67
  endLabel: string;
@@ -72,10 +72,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
72
72
  }>>> & {
73
73
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
74
74
  }, {
75
- min: number;
76
- max: number;
77
75
  label: string;
78
- placeholder: string;
79
76
  disabled: boolean;
80
77
  prependIcon: string;
81
78
  appendIcon: string;
@@ -83,7 +80,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
83
80
  labelInfo: string;
84
81
  rules: import("../../..").ValidationRule[];
85
82
  helperText: string;
86
- helperState: "error" | "success" | "warning" | "none";
83
+ helperState: "success" | "warning" | "none" | "error";
84
+ max: number;
85
+ min: number;
86
+ placeholder: string;
87
87
  step: number;
88
88
  showValidBorder: boolean;
89
89
  inputmode: "numeric" | "decimal";
@@ -73,7 +73,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
73
73
  "onFocus-changed"?: ((value: boolean) => any) | undefined;
74
74
  }, {
75
75
  label: string;
76
- placeholder: string;
77
76
  disabled: boolean;
78
77
  prependIcon: string;
79
78
  appendIcon: string;
@@ -81,11 +80,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
81
80
  labelInfo: string;
82
81
  rules: import("../../..").ValidationRule[];
83
82
  helperText: string;
84
- helperState: "error" | "success" | "warning" | "none";
83
+ helperState: "success" | "warning" | "none" | "error";
85
84
  maxLength: number;
86
85
  minLength: number;
86
+ placeholder: string;
87
87
  showValidBorder: boolean;
88
- inputmode: "text" | "search" | "numeric" | "none" | "email" | "tel" | "password" | "url" | "decimal";
88
+ inputmode: "text" | "numeric" | "search" | "none" | "email" | "tel" | "password" | "url" | "decimal";
89
89
  readonly: boolean;
90
90
  showWordCount: boolean;
91
91
  formatter: (value: string) => string;
@@ -54,16 +54,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
54
54
  }, {
55
55
  label: string;
56
56
  modelValue: string;
57
- placeholder: string;
58
57
  disabled: boolean;
59
58
  labelMark: "required" | "none" | "optional";
60
59
  labelInfo: string;
61
60
  focused: boolean;
62
61
  rules: import("../../..").ValidationRule[];
63
62
  helperText: string;
64
- helperState: "error" | "success" | "warning" | "none";
63
+ helperState: "success" | "warning" | "none" | "error";
65
64
  maxLength: number;
66
65
  minLength: number;
66
+ placeholder: string;
67
67
  showValidBorder: boolean;
68
68
  readonly: boolean;
69
69
  showWordCount: boolean;
@@ -35,7 +35,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
35
35
  "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
36
36
  }, {
37
37
  label: string;
38
- placeholder: string;
39
38
  zIndex: number;
40
39
  disabled: boolean;
41
40
  labelMark: "required" | "none" | "optional";
@@ -43,7 +42,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
43
42
  focused: boolean;
44
43
  rules: import("../../..").ValidationRule[];
45
44
  helperText: string;
46
- helperState: "error" | "success" | "warning" | "none";
45
+ helperState: "success" | "warning" | "none" | "error";
46
+ placeholder: string;
47
47
  showValidBorder: boolean;
48
48
  }, {}>, {
49
49
  label?(_: {}): any;
@@ -38,7 +38,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
38
38
  "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
39
39
  }, {
40
40
  label: string;
41
- placeholder: string;
42
41
  zIndex: number;
43
42
  disabled: boolean;
44
43
  labelMark: "required" | "none" | "optional";
@@ -46,7 +45,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
46
45
  focused: boolean;
47
46
  rules: import("../../..").ValidationRule[];
48
47
  helperText: string;
49
- helperState: "error" | "success" | "warning" | "none";
48
+ helperState: "success" | "warning" | "none" | "error";
49
+ placeholder: string;
50
50
  showValidBorder: boolean;
51
51
  disableTimeCheck: boolean;
52
52
  }, {}>, {
@@ -37,11 +37,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
37
37
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
38
38
  }, {
39
39
  header: string;
40
- maxWidth: number;
41
- modelValue: boolean;
42
40
  dismissAway: boolean;
43
41
  zIndex: number;
42
+ modelValue: boolean;
44
43
  closeButton: boolean;
44
+ maxWidth: number;
45
45
  isContainer: any;
46
46
  isContainerProps: any;
47
47
  closeIcon: string;
@@ -50,8 +50,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
50
50
  default: undefined;
51
51
  };
52
52
  }>>, {
53
- error: () => boolean;
54
53
  disabled: () => boolean;
54
+ error: () => boolean;
55
55
  description: string;
56
56
  }, {}>, {
57
57
  default?(_: {}): any;
@@ -43,8 +43,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
43
43
  focusable: undefined;
44
44
  }>>>, {
45
45
  label: string;
46
- modelValue: string;
47
46
  value: string | number;
47
+ modelValue: string;
48
48
  children: FmCollapsibleTabProps[];
49
49
  disabled: boolean;
50
50
  icon: string;
@@ -32,8 +32,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
32
32
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
33
33
  }, {
34
34
  label: string;
35
- modelValue: any;
36
35
  value: any;
36
+ modelValue: any;
37
37
  children: FmTabProps[];
38
38
  disabled: boolean;
39
39
  icon: string;