zartui 3.1.10 → 3.1.11

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 (103) hide show
  1. package/es/cascader/Cascader.d.ts +1 -1
  2. package/es/cascader/index.d.ts +1 -1
  3. package/es/cell/Cell.d.ts +24 -1
  4. package/es/cell/Cell.mjs +30 -5
  5. package/es/cell/index.css +1 -1
  6. package/es/cell/index.d.ts +14 -1
  7. package/es/checkbox/Checkbox.d.ts +1 -1
  8. package/es/checkbox/index.d.ts +1 -1
  9. package/es/checkbox-group/CheckboxGroup.d.ts +1 -1
  10. package/es/checkbox-group/index.d.ts +1 -1
  11. package/es/collapse/Collapse.d.ts +1 -1
  12. package/es/collapse/index.d.ts +1 -1
  13. package/es/date-time-picker/DateTimePicker.d.ts +1 -1
  14. package/es/date-time-picker/DateTimePickerWrapper.d.ts +1 -1
  15. package/es/date-time-picker/index.d.ts +1 -1
  16. package/es/dropdown-item/DropdownItem.d.ts +1 -1
  17. package/es/dropdown-item/index.d.ts +1 -1
  18. package/es/field/Field.d.ts +17 -2
  19. package/es/field/index.d.ts +12 -2
  20. package/es/hierarchy-select/HierarchySelect.mjs +1 -0
  21. package/es/index-bar/IndexBar.mjs +27 -19
  22. package/es/index-bar/index.css +1 -1
  23. package/es/index-bar/types.d.ts +1 -0
  24. package/es/index.d.ts +1 -1
  25. package/es/index.mjs +1 -1
  26. package/es/number-keyboard/NumberKeyboard.d.ts +1 -1
  27. package/es/number-keyboard/index.d.ts +1 -1
  28. package/es/picker/Picker.d.ts +1 -1
  29. package/es/picker/index.d.ts +1 -1
  30. package/es/pull-refresh/PullRefresh.d.ts +1 -1
  31. package/es/pull-refresh/index.d.ts +1 -1
  32. package/es/radio-group/RadioGroup.d.ts +1 -1
  33. package/es/radio-group/index.d.ts +1 -1
  34. package/es/radio-picker/RadioPicker.d.ts +1 -1
  35. package/es/radio-picker/index.d.ts +1 -1
  36. package/es/rate/Rate.d.ts +1 -1
  37. package/es/rate/index.d.ts +1 -1
  38. package/es/search/Search.d.ts +2 -2
  39. package/es/search/index.d.ts +2 -2
  40. package/es/stepper/Stepper.d.ts +1 -1
  41. package/es/stepper/index.d.ts +1 -1
  42. package/es/switch/Switch.d.ts +1 -1
  43. package/es/switch/index.d.ts +1 -1
  44. package/es/tabbar/Tabbar.d.ts +1 -1
  45. package/es/tabbar/index.d.ts +1 -1
  46. package/es/tabbar-item/index.css +1 -1
  47. package/es/time-picker/TimePicker.d.ts +1 -1
  48. package/es/time-picker/index.d.ts +1 -1
  49. package/lib/cascader/Cascader.d.ts +1 -1
  50. package/lib/cascader/index.d.ts +1 -1
  51. package/lib/cell/Cell.d.ts +24 -1
  52. package/lib/cell/Cell.js +28 -3
  53. package/lib/cell/index.css +1 -1
  54. package/lib/cell/index.d.ts +14 -1
  55. package/lib/checkbox/Checkbox.d.ts +1 -1
  56. package/lib/checkbox/index.d.ts +1 -1
  57. package/lib/checkbox-group/CheckboxGroup.d.ts +1 -1
  58. package/lib/checkbox-group/index.d.ts +1 -1
  59. package/lib/collapse/Collapse.d.ts +1 -1
  60. package/lib/collapse/index.d.ts +1 -1
  61. package/lib/date-time-picker/DateTimePicker.d.ts +1 -1
  62. package/lib/date-time-picker/DateTimePickerWrapper.d.ts +1 -1
  63. package/lib/date-time-picker/index.d.ts +1 -1
  64. package/lib/dropdown-item/DropdownItem.d.ts +1 -1
  65. package/lib/dropdown-item/index.d.ts +1 -1
  66. package/lib/field/Field.d.ts +17 -2
  67. package/lib/field/index.d.ts +12 -2
  68. package/lib/hierarchy-select/HierarchySelect.js +1 -0
  69. package/lib/index-bar/IndexBar.js +27 -19
  70. package/lib/index-bar/index.css +1 -1
  71. package/lib/index-bar/types.d.ts +1 -0
  72. package/lib/index.css +1 -1
  73. package/lib/index.d.ts +1 -1
  74. package/lib/index.js +1 -1
  75. package/lib/number-keyboard/NumberKeyboard.d.ts +1 -1
  76. package/lib/number-keyboard/index.d.ts +1 -1
  77. package/lib/picker/Picker.d.ts +1 -1
  78. package/lib/picker/index.d.ts +1 -1
  79. package/lib/pull-refresh/PullRefresh.d.ts +1 -1
  80. package/lib/pull-refresh/index.d.ts +1 -1
  81. package/lib/radio-group/RadioGroup.d.ts +1 -1
  82. package/lib/radio-group/index.d.ts +1 -1
  83. package/lib/radio-picker/RadioPicker.d.ts +1 -1
  84. package/lib/radio-picker/index.d.ts +1 -1
  85. package/lib/rate/Rate.d.ts +1 -1
  86. package/lib/rate/index.d.ts +1 -1
  87. package/lib/search/Search.d.ts +2 -2
  88. package/lib/search/index.d.ts +2 -2
  89. package/lib/stepper/Stepper.d.ts +1 -1
  90. package/lib/stepper/index.d.ts +1 -1
  91. package/lib/switch/Switch.d.ts +1 -1
  92. package/lib/switch/index.d.ts +1 -1
  93. package/lib/tabbar/Tabbar.d.ts +1 -1
  94. package/lib/tabbar/index.d.ts +1 -1
  95. package/lib/tabbar-item/index.css +1 -1
  96. package/lib/time-picker/TimePicker.d.ts +1 -1
  97. package/lib/time-picker/index.d.ts +1 -1
  98. package/lib/web-types.json +1 -1
  99. package/lib/zartui.cjs.js +56 -23
  100. package/lib/zartui.es.js +56 -23
  101. package/lib/zartui.js +56 -23
  102. package/lib/zartui.min.js +1 -1
  103. package/package.json +5 -4
package/lib/index.d.ts CHANGED
@@ -78,4 +78,4 @@ declare namespace _default {
78
78
  }
79
79
  export default _default;
80
80
  export function install(app: any): void;
81
- export const version: "3.1.10";
81
+ export const version: "3.1.11";
package/lib/index.js CHANGED
@@ -170,7 +170,7 @@ __reExport(stdin_exports, require("./time-picker"), module.exports);
170
170
  __reExport(stdin_exports, require("./timeline"), module.exports);
171
171
  __reExport(stdin_exports, require("./toast"), module.exports);
172
172
  __reExport(stdin_exports, require("./uploader"), module.exports);
173
- const version = "3.1.10";
173
+ const version = "3.1.11";
174
174
  function install(app) {
175
175
  const components = [
176
176
  import_action_sheet.ActionSheet,
@@ -92,7 +92,7 @@ declare const _default: import("vue").DefineComponent<{
92
92
  type: PropType<string | string[]>;
93
93
  default: string;
94
94
  };
95
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "hide" | "show" | "blur" | "update:modelValue" | "close" | "delete")[], "input" | "hide" | "show" | "blur" | "update:modelValue" | "close" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
95
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "hide" | "show" | "blur" | "close" | "update:modelValue" | "delete")[], "input" | "hide" | "show" | "blur" | "close" | "update:modelValue" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
96
96
  show: BooleanConstructor;
97
97
  title: StringConstructor;
98
98
  theme: {
@@ -43,7 +43,7 @@ export declare const NumberKeyboard: import("../utils").WithInstall<import("vue"
43
43
  type: import("vue").PropType<string | string[]>;
44
44
  default: string;
45
45
  };
46
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "hide" | "show" | "blur" | "update:modelValue" | "close" | "delete")[], "input" | "hide" | "show" | "blur" | "update:modelValue" | "close" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
46
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "hide" | "show" | "blur" | "close" | "update:modelValue" | "delete")[], "input" | "hide" | "show" | "blur" | "close" | "update:modelValue" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
47
47
  show: BooleanConstructor;
48
48
  title: StringConstructor;
49
49
  theme: {
@@ -143,7 +143,7 @@ declare const _default: import("vue").DefineComponent<{
143
143
  type: BooleanConstructor;
144
144
  default: true;
145
145
  };
146
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "cancel" | "change" | "confirm" | "update:showPicker" | "clickOption")[], "update:modelValue" | "cancel" | "change" | "confirm" | "update:showPicker" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
146
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "change" | "update:modelValue" | "confirm" | "update:showPicker" | "clickOption")[], "cancel" | "change" | "update:modelValue" | "confirm" | "update:showPicker" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
147
147
  loading: BooleanConstructor;
148
148
  readonly: BooleanConstructor;
149
149
  allowHtml: BooleanConstructor;
@@ -53,7 +53,7 @@ export declare const Picker: import("../utils").WithInstall<import("vue").Define
53
53
  type: BooleanConstructor;
54
54
  default: true;
55
55
  };
56
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "cancel" | "change" | "confirm" | "update:showPicker" | "clickOption")[], "update:modelValue" | "cancel" | "change" | "confirm" | "update:showPicker" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
56
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "change" | "update:modelValue" | "confirm" | "update:showPicker" | "clickOption")[], "cancel" | "change" | "update:modelValue" | "confirm" | "update:showPicker" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
57
57
  loading: BooleanConstructor;
58
58
  readonly: BooleanConstructor;
59
59
  allowHtml: BooleanConstructor;
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
41
41
  type: (NumberConstructor | StringConstructor)[];
42
42
  default: number;
43
43
  };
44
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "refresh")[], "update:modelValue" | "change" | "refresh", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
44
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "refresh")[], "change" | "update:modelValue" | "refresh", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
45
45
  disabled: BooleanConstructor;
46
46
  modelValue: BooleanConstructor;
47
47
  headHeight: {
@@ -18,7 +18,7 @@ export declare const PullRefresh: import("../utils").WithInstall<import("vue").D
18
18
  type: (NumberConstructor | StringConstructor)[];
19
19
  default: number;
20
20
  };
21
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "refresh")[], "update:modelValue" | "change" | "refresh", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "refresh")[], "change" | "update:modelValue" | "refresh", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
22
  disabled: BooleanConstructor;
23
23
  modelValue: BooleanConstructor;
24
24
  headHeight: {
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
26
26
  };
27
27
  modelValue: import("vue").PropType<unknown>;
28
28
  checkedColor: StringConstructor;
29
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
29
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
30
30
  disabled: BooleanConstructor;
31
31
  iconSize: (NumberConstructor | StringConstructor)[];
32
32
  direction: {
@@ -7,7 +7,7 @@ export declare const RadioGroup: import("../utils").WithInstall<import("vue").De
7
7
  };
8
8
  modelValue: import("vue").PropType<unknown>;
9
9
  checkedColor: StringConstructor;
10
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  disabled: BooleanConstructor;
12
12
  iconSize: (NumberConstructor | StringConstructor)[];
13
13
  direction: {
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<{
129
129
  type: PropType<string>;
130
130
  default: string;
131
131
  };
132
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "cancel" | "change" | "confirm" | "update:showPicker" | "clickOption")[], "update:modelValue" | "cancel" | "change" | "confirm" | "update:showPicker" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
132
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "change" | "update:modelValue" | "confirm" | "update:showPicker" | "clickOption")[], "cancel" | "change" | "update:modelValue" | "confirm" | "update:showPicker" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
133
133
  loading: BooleanConstructor;
134
134
  readonly: BooleanConstructor;
135
135
  allowHtml: BooleanConstructor;
@@ -50,7 +50,7 @@ export declare const RadioPicker: import("../utils").WithInstall<import("vue").D
50
50
  type: import("vue").PropType<string>;
51
51
  default: string;
52
52
  };
53
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "cancel" | "change" | "confirm" | "update:showPicker" | "clickOption")[], "update:modelValue" | "cancel" | "change" | "confirm" | "update:showPicker" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
53
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "change" | "update:modelValue" | "confirm" | "update:showPicker" | "clickOption")[], "cancel" | "change" | "update:modelValue" | "confirm" | "update:showPicker" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
54
54
  loading: BooleanConstructor;
55
55
  readonly: BooleanConstructor;
56
56
  allowHtml: BooleanConstructor;
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
61
61
  default: number;
62
62
  };
63
63
  disabledColor: StringConstructor;
64
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
64
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
65
65
  size: (NumberConstructor | StringConstructor)[];
66
66
  icon: {
67
67
  type: import("vue").PropType<string>;
@@ -28,7 +28,7 @@ export declare const Rate: import("../utils").WithInstall<import("vue").DefineCo
28
28
  default: number;
29
29
  };
30
30
  disabledColor: StringConstructor;
31
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
32
32
  size: (NumberConstructor | StringConstructor)[];
33
33
  icon: {
34
34
  type: import("vue").PropType<string>;
@@ -128,7 +128,7 @@ declare const _default: import("vue").DefineComponent<{
128
128
  inputBackground: StringConstructor;
129
129
  actionText: StringConstructor;
130
130
  showAction: BooleanConstructor;
131
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "clear" | "focus" | "blur" | "clickInput" | "clickRightIcon" | "update:modelValue" | "cancel")[], "search" | "clear" | "focus" | "blur" | "clickInput" | "clickRightIcon" | "update:modelValue" | "cancel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
131
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "clear" | "blur" | "cancel" | "focus" | "clickInput" | "clickRightIcon" | "update:modelValue")[], "search" | "clear" | "blur" | "cancel" | "focus" | "clickInput" | "clickRightIcon" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
132
132
  id: StringConstructor;
133
133
  name: StringConstructor;
134
134
  titleIcon: StringConstructor;
@@ -207,10 +207,10 @@ declare const _default: import("vue").DefineComponent<{
207
207
  leftIcon: string;
208
208
  clearable: boolean;
209
209
  clearIcon: string;
210
+ error: boolean;
210
211
  modelValue: string | number;
211
212
  clearTrigger: import("../field").FieldClearTrigger;
212
213
  formatTrigger: import("../field").FieldFormatTrigger;
213
- error: boolean;
214
214
  readonly: boolean;
215
215
  showAction: boolean;
216
216
  }, {}>;
@@ -62,7 +62,7 @@ export declare const Search: import("../utils").WithInstall<import("vue").Define
62
62
  inputBackground: StringConstructor;
63
63
  actionText: StringConstructor;
64
64
  showAction: BooleanConstructor;
65
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "clear" | "focus" | "blur" | "clickInput" | "clickRightIcon" | "update:modelValue" | "cancel")[], "search" | "clear" | "focus" | "blur" | "clickInput" | "clickRightIcon" | "update:modelValue" | "cancel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
65
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "clear" | "blur" | "cancel" | "focus" | "clickInput" | "clickRightIcon" | "update:modelValue")[], "search" | "clear" | "blur" | "cancel" | "focus" | "clickInput" | "clickRightIcon" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
66
66
  id: StringConstructor;
67
67
  name: StringConstructor;
68
68
  titleIcon: StringConstructor;
@@ -141,10 +141,10 @@ export declare const Search: import("../utils").WithInstall<import("vue").Define
141
141
  leftIcon: string;
142
142
  clearable: boolean;
143
143
  clearIcon: string;
144
+ error: boolean;
144
145
  modelValue: string | number;
145
146
  clearTrigger: import("..").FieldClearTrigger;
146
147
  formatTrigger: import("..").FieldFormatTrigger;
147
- error: boolean;
148
148
  readonly: boolean;
149
149
  showAction: boolean;
150
150
  }, {}>>;
@@ -103,7 +103,7 @@ declare const _default: import("vue").DefineComponent<{
103
103
  default: number;
104
104
  };
105
105
  decimalLength: (NumberConstructor | StringConstructor)[];
106
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "update:modelValue" | "change" | "minus" | "plus" | "overlimit")[], "focus" | "blur" | "update:modelValue" | "change" | "minus" | "plus" | "overlimit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
106
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "update:modelValue" | "minus" | "plus" | "overlimit")[], "blur" | "change" | "focus" | "update:modelValue" | "minus" | "plus" | "overlimit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
107
107
  min: {
108
108
  type: (NumberConstructor | StringConstructor)[];
109
109
  default: number;
@@ -48,7 +48,7 @@ export declare const Stepper: import("../utils").WithInstall<import("vue").Defin
48
48
  default: number;
49
49
  };
50
50
  decimalLength: (NumberConstructor | StringConstructor)[];
51
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "update:modelValue" | "change" | "minus" | "plus" | "overlimit")[], "focus" | "blur" | "update:modelValue" | "change" | "minus" | "plus" | "overlimit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
51
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "update:modelValue" | "minus" | "plus" | "overlimit")[], "blur" | "change" | "focus" | "update:modelValue" | "minus" | "plus" | "overlimit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
52
52
  min: {
53
53
  type: (NumberConstructor | StringConstructor)[];
54
54
  default: number;
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
31
31
  type: import("vue").PropType<unknown>;
32
32
  default: unknown;
33
33
  };
34
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
34
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
35
35
  size: (NumberConstructor | StringConstructor)[];
36
36
  loading: BooleanConstructor;
37
37
  disabled: BooleanConstructor;
@@ -13,7 +13,7 @@ export declare const Switch: import("../utils").WithInstall<import("vue").Define
13
13
  type: import("vue").PropType<unknown>;
14
14
  default: unknown;
15
15
  };
16
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
17
  size: (NumberConstructor | StringConstructor)[];
18
18
  loading: BooleanConstructor;
19
19
  disabled: BooleanConstructor;
@@ -53,7 +53,7 @@ declare const _default: import("vue").DefineComponent<{
53
53
  type: PropType<boolean | null>;
54
54
  default: null;
55
55
  };
56
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
56
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
57
57
  route: BooleanConstructor;
58
58
  fixed: {
59
59
  type: BooleanConstructor;
@@ -21,7 +21,7 @@ export declare const Tabbar: import("../utils").WithInstall<import("vue").Define
21
21
  type: import("vue").PropType<boolean | null>;
22
22
  default: null;
23
23
  };
24
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
25
25
  route: BooleanConstructor;
26
26
  fixed: {
27
27
  type: BooleanConstructor;
@@ -1 +1 @@
1
- :root{--zt-tabbar-item-text-color: var(--zt-gray-a6);--zt-tabbar-item-active-color: var(--zt-primary-color);--zt-tabbar-item-margin: 8px auto 6px;--zt-tabbar-item-icon-box-shadow: -4px -4px 8px 0 #ffffff, 4px 4px 8px 0 rgba(45, 75, 115, .1);--zt-tabbar-item-box-width: 36px;--zt-tabbar-item-box-height: 36px;--zt-tabbar-item-box-border-radius: var(--zt-radius-lg);--zt-tabbar-item-icon-border: 0;--zt-tabbar-item-text-padding-top: 4px;--zt-tabbar-item-text-height: 12px;--zt-tabbar-item-icon-background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);--zt-tabbar-item-icon-font-size: 24px}:root[zt-theme-size=large]{--zt-tabbar-item-icon-font-size: 30px}.zt-tabbar-item{color:var(--zt-tabbar-item-text-color);margin:var(--zt-tabbar-item-margin);-webkit-text-size-adjust:100%;cursor:pointer;-webkit-user-select:none;user-select:none}.zt-tabbar-item__icon{font-size:var(--zt-tabbar-item-icon-font-size);border:var(--zt-tabbar-item-icon-border);display:flex;justify-content:center;align-items:center;width:var(--zt-tabbar-item-box-width);height:var(--zt-tabbar-item-box-height);box-shadow:var(--zt-tabbar-item-icon-box-shadow);background:var(--zt-tabbar-item-icon-background);border-radius:var(--zt-tabbar-item-box-border-radius)}.zt-tabbar-item__text{font-size:var(--zt-font-size-sm);padding-top:var(--zt-tabbar-item-text-padding-top);transform:scale(.83333);text-align:center;height:var(--zt-tabbar-item-text-height);line-height:var(--zt-tabbar-item-text-height)}.zt-tabbar-item--active{color:var(--zt-tabbar-item-active-color);font-weight:var(--zt-font-bold)}.zt-theme-dark{--zt-tabbar-item-text-color: var(--zt-gray);--zt-tabbar-item-icon-border: 1px solid rgba(151, 151, 151, .12);--zt-tabbar-item-icon-box-shadow: -4px -4px 8px 0 rgba(255, 255, 255, .12), 4px 4px 8px 0 rgba(0, 12, 24, .8);--zt-tabbar-item-icon-background: linear-gradient(135deg, #121d2a 0%, #1d2c3d 100%)}
1
+ :root{--zt-tabbar-item-text-color: var(--zt-gray-a6);--zt-tabbar-item-active-color: var(--zt-primary-color);--zt-tabbar-item-margin: 8px auto 6px;--zt-tabbar-item-icon-box-shadow: -4px -4px 8px 0 #ffffff, 4px 4px 8px 0 rgba(45, 75, 115, .1);--zt-tabbar-item-box-width: 36px;--zt-tabbar-item-box-height: 36px;--zt-tabbar-item-box-border-radius: var(--zt-radius-lg);--zt-tabbar-item-icon-border: 0;--zt-tabbar-item-text-padding-top: 4px;--zt-tabbar-item-text-height: 12px;--zt-tabbar-item-icon-background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);--zt-tabbar-item-icon-active-box-shadow: inset 4px 4px 8px 0 var(--zt-gray-a2);--zt-tabbar-item-icon-font-size: 24px}:root[zt-theme-size=large]{--zt-tabbar-item-icon-font-size: 30px}.zt-tabbar-item{color:var(--zt-tabbar-item-text-color);margin:var(--zt-tabbar-item-margin);-webkit-text-size-adjust:100%;cursor:pointer;-webkit-user-select:none;user-select:none}.zt-tabbar-item__icon{font-size:var(--zt-tabbar-item-icon-font-size);border:var(--zt-tabbar-item-icon-border);display:flex;justify-content:center;align-items:center;width:var(--zt-tabbar-item-box-width);height:var(--zt-tabbar-item-box-height);box-shadow:var(--zt-tabbar-item-icon-box-shadow);background:var(--zt-tabbar-item-icon-background);border-radius:var(--zt-tabbar-item-box-border-radius);box-sizing:border-box}.zt-tabbar-item__icon:active{background:rgba(45,75,115,.04);box-shadow:var(--zt-tabbar-item-icon-active-box-shadow)}.zt-tabbar-item__text{font-size:var(--zt-font-size-sm);padding-top:var(--zt-tabbar-item-text-padding-top);transform:scale(.83333);text-align:center;height:var(--zt-tabbar-item-text-height);line-height:var(--zt-tabbar-item-text-height)}.zt-tabbar-item--active{color:var(--zt-tabbar-item-active-color);font-weight:var(--zt-font-bold)}.zt-theme-dark{--zt-tabbar-item-text-color: var(--zt-gray);--zt-tabbar-item-icon-border: 1px solid rgba(151, 151, 151, .12);--zt-tabbar-item-icon-box-shadow: -4px -4px 8px 0 rgba(255, 255, 255, .12), 4px 4px 8px 0 rgba(0, 12, 24, .8);--zt-tabbar-item-icon-background: linear-gradient(135deg, #121d2a 0%, #1d2c3d 100%);--zt-tabbar-item-icon-active-box-shadow: inset 6px 6px 6px 0 #000d1b}
@@ -173,7 +173,7 @@ declare const _default: import("vue").DefineComponent<{
173
173
  type: PropType<TimePickerColumnType[]>;
174
174
  default: () => string[];
175
175
  };
176
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clickOption")[], "update:modelValue" | "change" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
176
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "clickOption")[], "change" | "update:modelValue" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
177
177
  loading: BooleanConstructor;
178
178
  readonly: BooleanConstructor;
179
179
  allowHtml: BooleanConstructor;
@@ -84,7 +84,7 @@ export declare const TimePicker: import("../utils").WithInstall<import("vue").De
84
84
  type: import("vue").PropType<import("./TimePicker").TimePickerColumnType[]>;
85
85
  default: () => string[];
86
86
  };
87
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clickOption")[], "update:modelValue" | "change" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
87
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "clickOption")[], "change" | "update:modelValue" | "clickOption", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
88
88
  loading: BooleanConstructor;
89
89
  readonly: BooleanConstructor;
90
90
  allowHtml: BooleanConstructor;