luyoumin-ui 0.0.60 → 0.0.62

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 (40) hide show
  1. package/README.md +1 -1
  2. package/dist/components/LymBadge.vue.d.ts +1 -1
  3. package/dist/components/LymBubbleContainer.vue.d.ts +5 -5
  4. package/dist/components/LymButton.vue.d.ts +2 -2
  5. package/dist/components/LymCarousel.vue.d.ts +3 -3
  6. package/dist/components/LymCheckBox.vue.d.ts +2 -2
  7. package/dist/components/LymCheckBoxGroup.vue.d.ts +2 -2
  8. package/dist/components/LymDialog.vue.d.ts +1 -1
  9. package/dist/components/LymDivider.vue.d.ts +4 -4
  10. package/dist/components/LymDrawer.vue.d.ts +2 -2
  11. package/dist/components/LymForm.vue.d.ts +3 -3
  12. package/dist/components/LymFormItem.vue.d.ts +4 -4
  13. package/dist/components/LymInput.vue.d.ts +4 -4
  14. package/dist/components/LymLink.vue.d.ts +2 -2
  15. package/dist/components/LymPagination.vue.d.ts +2 -2
  16. package/dist/components/LymPopover.vue.d.ts +3 -3
  17. package/dist/components/LymProgress.vue.d.ts +1 -1
  18. package/dist/components/LymRate.vue.d.ts +2 -2
  19. package/dist/components/LymSelect.vue.d.ts +1 -1
  20. package/dist/components/LymSlider.vue.d.ts +5 -5
  21. package/dist/components/LymSteps.vue.d.ts +1 -1
  22. package/dist/components/LymSwitch.vue.d.ts +1 -1
  23. package/dist/components/LymTag.vue.d.ts +5 -5
  24. package/dist/components/LymTooltip.vue.d.ts +3 -3
  25. package/dist/components/date/LymTimePicker.vue.d.ts +1 -1
  26. package/dist/components/generic-img/LymGenericImg.vue.d.ts +5 -5
  27. package/dist/components/loading/LymLoading.vue.d.ts +3 -3
  28. package/dist/components/notification/LymNotification.vue.d.ts +2 -2
  29. package/dist/components/table/LymTable.vue.d.ts +9 -9
  30. package/dist/components/table/LymTableColumn.vue.d.ts +16 -16
  31. package/dist/components/tabs/LymTabPane.vue.d.ts +1 -1
  32. package/dist/components/tabs/LymTabs.vue.d.ts +5 -5
  33. package/dist/components/tree/LymTree.vue.d.ts +4 -4
  34. package/dist/components/tree/LymTreeNode.vue.d.ts +9 -0
  35. package/dist/components/tree/LymTreeSelect.vue.d.ts +4 -4
  36. package/dist/luyoumin-ui.es.js +170 -38
  37. package/dist/luyoumin-ui.umd.js +1 -1
  38. package/dist/style.css +1 -1
  39. package/package.json +1 -1
  40. package/src/style.css +2 -0
package/README.md CHANGED
@@ -20,7 +20,7 @@ This template should help get you started developing with Vue 3 and TypeScript i
20
20
  // npm 发布流程:
21
21
  // 1、npm login (输入账号密码和邮箱验证码登录,账号:luyoumin,密码:luyoumin19936871)
22
22
  // 2、npm publish (每次上传需要更改版本号)
23
- // lym-2fa-token
23
+ // 双因素认证名:lym-2fa-token
24
24
  // 双因素认证代码:
25
25
  081952eefa03b453cf87db2c16b9f7919177fc57b9dc54d24c983f10491ad14a
26
26
  de3cf9a279a1b7f7d2983bda551ad568dac4f8709cc57786d65502962efaa207
@@ -105,11 +105,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
105
105
  }>> & {
106
106
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
107
107
  }, {
108
- type: "default" | "primary" | "success" | "info" | "warning" | "danger";
109
108
  value: string | number;
110
109
  max: number;
111
110
  isDot: boolean;
112
111
  hidden: boolean;
112
+ type: "default" | "primary" | "success" | "info" | "warning" | "danger";
113
113
  position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
114
114
  showZero: boolean;
115
115
  bgColor: string;
@@ -13,7 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
13
13
  default: () => null;
14
14
  };
15
15
  direction: {
16
- type: PropType<"left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
16
+ type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
17
17
  default: string;
18
18
  };
19
19
  bgColor: {
@@ -67,7 +67,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
67
67
  default: () => null;
68
68
  };
69
69
  direction: {
70
- type: PropType<"left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
70
+ type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
71
71
  default: string;
72
72
  };
73
73
  bgColor: {
@@ -109,15 +109,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
109
109
  }>> & {
110
110
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
111
111
  }, {
112
- modelValue: boolean;
113
- fontSize: string | number;
114
112
  bgColor: string;
113
+ modelValue: boolean;
115
114
  positionTarget: HTMLElement;
116
- direction: "left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
115
+ direction: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
117
116
  maxW: string;
118
117
  zIndex: string | number;
119
118
  offsetX: string | number;
120
119
  offsetY: string | number;
120
+ fontSize: string | number;
121
121
  color: string;
122
122
  borderColor: string;
123
123
  triangleBgColor: string;
@@ -134,16 +134,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
134
134
  default: string;
135
135
  };
136
136
  }>> & {
137
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
138
137
  onClick?: (() => any) | undefined;
138
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
139
139
  }, {
140
140
  circle: boolean;
141
141
  type: "default" | "primary" | "success" | "info" | "warning" | "danger";
142
142
  fontSize: string;
143
+ round: boolean;
143
144
  fontWeight: string;
144
145
  padding: string;
145
146
  borderRadius: string;
146
- round: boolean;
147
147
  circlePadding: string;
148
148
  plain: boolean;
149
149
  disabled: boolean;
@@ -160,14 +160,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
160
160
  default: boolean;
161
161
  };
162
162
  }>> & {
163
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
164
163
  onChange?: ((val: any) => any) | undefined;
164
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
165
165
  }, {
166
166
  data: any[];
167
- height: string;
168
167
  type: "" | "card";
169
- width: string;
170
168
  direction: "horizontal" | "vertical";
169
+ width: string;
170
+ height: string;
171
171
  initialIndex: number;
172
172
  trigger: "click" | "hover";
173
173
  autoplay: boolean;
@@ -80,15 +80,15 @@ declare const _default: import('vue').DefineComponent<{
80
80
  default: boolean;
81
81
  };
82
82
  }>> & {
83
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
84
83
  onChange?: ((val: boolean) => any) | undefined;
84
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
85
85
  "onUpdate:disabled"?: ((val: any) => any) | undefined;
86
86
  }, {
87
87
  label: string;
88
+ value: string;
88
89
  modelValue: boolean;
89
90
  size: number;
90
91
  disabled: boolean;
91
- value: string;
92
92
  labelSpace: string;
93
93
  labelFontSize: string;
94
94
  isCircle: boolean;
@@ -54,11 +54,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
54
54
  default: boolean;
55
55
  };
56
56
  }>> & {
57
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
58
57
  onChange?: ((val: any) => any) | undefined;
58
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
59
59
  }, {
60
- modelValue: any[];
61
60
  max: number;
61
+ modelValue: any[];
62
62
  singleCheck: boolean;
63
63
  }, {}>, {
64
64
  default?(_: {}): any;
@@ -115,9 +115,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
115
115
  title: string;
116
116
  modelValue: boolean;
117
117
  top: string;
118
+ zIndex: number;
118
119
  width: string;
119
120
  padding: string;
120
- zIndex: number;
121
121
  isTitleCenter: boolean;
122
122
  isFooterCenter: boolean;
123
123
  canCloseByClickCover: boolean;
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
6
6
  default: string;
7
7
  };
8
8
  contentPosition: {
9
- type: PropType<"left" | "center" | "right">;
9
+ type: PropType<"left" | "right" | "center">;
10
10
  default: string;
11
11
  };
12
12
  fontSize: {
@@ -43,7 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
43
43
  default: string;
44
44
  };
45
45
  contentPosition: {
46
- type: PropType<"left" | "center" | "right">;
46
+ type: PropType<"left" | "right" | "center">;
47
47
  default: string;
48
48
  };
49
49
  fontSize: {
@@ -75,9 +75,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
75
75
  default: string;
76
76
  };
77
77
  }>>, {
78
- fontSize: string;
79
78
  direction: "horizontal" | "vertical";
80
- contentPosition: "left" | "center" | "right";
79
+ fontSize: string;
80
+ contentPosition: "left" | "right" | "center";
81
81
  lineColor: string;
82
82
  lineStyle: "solid" | "dashed" | "dotted";
83
83
  lineW: string;
@@ -110,10 +110,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
110
110
  }, {
111
111
  title: string;
112
112
  modelValue: boolean;
113
- size: string;
114
- padding: string;
115
113
  direction: "ltr" | "rtl" | "ttb" | "btt";
116
114
  zIndex: number;
115
+ size: string;
116
+ padding: string;
117
117
  isTitleCenter: boolean;
118
118
  isFooterCenter: boolean;
119
119
  canCloseByClickCover: boolean;
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
19
19
  default: boolean;
20
20
  };
21
21
  labelPosition: {
22
- type: PropType<"left" | "right" | "top">;
22
+ type: PropType<"top" | "left" | "right">;
23
23
  default: string;
24
24
  };
25
25
  labelAlignType: {
@@ -68,7 +68,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
68
68
  default: boolean;
69
69
  };
70
70
  labelPosition: {
71
- type: PropType<"left" | "right" | "top">;
71
+ type: PropType<"top" | "left" | "right">;
72
72
  default: string;
73
73
  };
74
74
  labelAlignType: {
@@ -102,7 +102,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
102
102
  model: Record<string, any>;
103
103
  rules: Record<string, any>;
104
104
  inline: boolean;
105
- labelPosition: "left" | "right" | "top";
105
+ labelPosition: "top" | "left" | "right";
106
106
  labelAlignType: "left" | "right";
107
107
  labelWidth: string | number;
108
108
  showMessage: boolean;
@@ -16,7 +16,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
16
16
  default: string;
17
17
  };
18
18
  labelPosition: {
19
- type: PropType<"left" | "right" | "top">;
19
+ type: PropType<"top" | "left" | "right">;
20
20
  default: string;
21
21
  };
22
22
  labelAlignType: {
@@ -54,7 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
54
54
  default: string;
55
55
  };
56
56
  labelPosition: {
57
- type: PropType<"left" | "right" | "top">;
57
+ type: PropType<"top" | "left" | "right">;
58
58
  default: string;
59
59
  };
60
60
  labelAlignType: {
@@ -77,13 +77,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
77
77
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
78
78
  }, {
79
79
  label: string;
80
- prop: string;
81
80
  trigger: "change" | "blur" | "submit";
82
81
  required: boolean;
83
- labelPosition: "left" | "right" | "top";
82
+ labelPosition: "top" | "left" | "right";
84
83
  labelAlignType: "left" | "right";
85
84
  labelWidth: string | number;
86
85
  showMessage: boolean;
86
+ prop: string;
87
87
  }, {}>, {
88
88
  label?(_: {}): any;
89
89
  default?(_: {}): any;
@@ -157,20 +157,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
157
157
  default: number;
158
158
  };
159
159
  }>> & {
160
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
161
160
  onBlur?: (() => any) | undefined;
161
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
162
162
  onFocuse?: (() => any) | undefined;
163
163
  }, {
164
- modelValue: string;
164
+ max: number;
165
165
  type: string;
166
+ modelValue: string;
166
167
  width: string | number;
167
- formatter: Function;
168
168
  disabled: boolean;
169
- max: number;
170
169
  min: number;
171
170
  placeholder: string;
172
171
  maxlength: string;
173
172
  clearable: boolean;
173
+ formatter: Function;
174
174
  showPassword: boolean;
175
175
  noSpaces: boolean;
176
176
  rows: number;
@@ -88,11 +88,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
88
88
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
89
89
  }, {
90
90
  type: "default" | "primary" | "success" | "info" | "warning" | "danger";
91
+ href: string;
92
+ target: "_self" | "_blank" | "_parent" | "_top" | "_mywindow";
91
93
  disabled: boolean;
92
94
  iconSize: string | number;
93
95
  iconSpace: string;
94
- target: "_self" | "_blank" | "_parent" | "_top" | "_mywindow";
95
- href: string;
96
96
  hasUnderline: boolean;
97
97
  customColors: Record<string, any>;
98
98
  leftIcon: string;
@@ -160,10 +160,10 @@ declare const _default: import('vue').DefineComponent<{
160
160
  default: string;
161
161
  };
162
162
  }>> & {
163
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
164
- onCurrentChange?: ((val: any) => any) | undefined;
165
163
  onChange?: (() => any) | undefined;
164
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
166
165
  onSizeChange?: ((val: any) => any) | undefined;
166
+ onCurrentChange?: ((val: any) => any) | undefined;
167
167
  onPrevClick?: ((val: any) => any) | undefined;
168
168
  onNextClick?: ((val: any) => any) | undefined;
169
169
  }, {
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
6
6
  default: string;
7
7
  };
8
8
  direction: {
9
- type: PropType<"left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
9
+ type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
10
10
  default: string;
11
11
  };
12
12
  offsetX: {
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
35
35
  default: string;
36
36
  };
37
37
  direction: {
38
- type: PropType<"left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
38
+ type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
39
39
  default: string;
40
40
  };
41
41
  offsetX: {
@@ -59,7 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
59
59
  default: string;
60
60
  };
61
61
  }>>, {
62
- direction: "left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
62
+ direction: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
63
63
  offsetX: string | number;
64
64
  offsetY: string | number;
65
65
  trigger: "click" | "hover";
@@ -124,8 +124,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
124
124
  };
125
125
  }>>, {
126
126
  type: "circle" | "line" | "dashboard";
127
- fontSize: number;
128
127
  bgColor: string;
128
+ fontSize: number;
129
129
  color: string;
130
130
  transitionDuration: number;
131
131
  indeterminate: boolean;
@@ -118,14 +118,14 @@ declare const _default: import('vue').DefineComponent<{
118
118
  default: string;
119
119
  };
120
120
  }>> & {
121
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
122
121
  onChange?: (() => any) | undefined;
122
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
123
123
  }, {
124
+ max: number;
124
125
  modelValue: number;
125
126
  size: number;
126
127
  disabled: boolean;
127
128
  icon: string;
128
- max: number;
129
129
  allowHalf: boolean;
130
130
  thresholds: any[];
131
131
  defalutColor: string;
@@ -244,8 +244,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
244
244
  onSelectCompleted?: (() => any) | undefined;
245
245
  }, {
246
246
  modelValue: string | any[];
247
- width: string | number;
248
247
  fontSize: string | number;
248
+ width: string | number;
249
249
  padding: string;
250
250
  disabled: boolean;
251
251
  multiple: boolean;
@@ -98,7 +98,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
98
98
  default: string;
99
99
  };
100
100
  placement: {
101
- type: PropType<"left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
101
+ type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
102
102
  default: string;
103
103
  };
104
104
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -201,18 +201,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
201
201
  default: string;
202
202
  };
203
203
  placement: {
204
- type: PropType<"left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
204
+ type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
205
205
  default: string;
206
206
  };
207
207
  }>> & {
208
208
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
209
209
  }, {
210
+ max: number;
210
211
  modelValue: number;
212
+ width: string;
211
213
  height: string;
212
214
  size: "" | "default" | "small" | "large";
213
- width: string;
214
215
  disabled: boolean;
215
- max: number;
216
216
  vertical: boolean;
217
217
  min: number;
218
218
  step: number;
@@ -231,7 +231,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
231
231
  rangeEndLabel: string;
232
232
  formatValueText: Function;
233
233
  tooltipClass: string;
234
- placement: "left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
234
+ placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
235
235
  }, {}>, {
236
236
  default?(_: {}): any;
237
237
  }>;
@@ -147,9 +147,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
147
147
  }, {
148
148
  data: any[];
149
149
  modelValue: string | number;
150
- center: boolean;
151
150
  fontSize: string | number;
152
151
  color: string;
152
+ center: boolean;
153
153
  valueKey: string;
154
154
  lineSize: string | number;
155
155
  orientation: "horizontal" | "vertical";
@@ -110,8 +110,8 @@ declare const _default: import('vue').DefineComponent<{
110
110
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
111
111
  }, {
112
112
  modelValue: string | number | boolean;
113
- height: string | number;
114
113
  width: string | number;
114
+ height: string | number;
115
115
  disabled: boolean;
116
116
  loading: boolean;
117
117
  activeColor: string;
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
22
22
  default: boolean;
23
23
  };
24
24
  effect: {
25
- type: PropType<"dark" | "light" | "plain">;
25
+ type: PropType<"plain" | "light" | "dark">;
26
26
  default: string;
27
27
  };
28
28
  closable: {
@@ -54,7 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
54
54
  default: boolean;
55
55
  };
56
56
  effect: {
57
- type: PropType<"dark" | "light" | "plain">;
57
+ type: PropType<"plain" | "light" | "dark">;
58
58
  default: string;
59
59
  };
60
60
  closable: {
@@ -65,12 +65,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
65
65
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
66
66
  onClose?: (() => any) | undefined;
67
67
  }, {
68
- modelValue: boolean;
69
68
  type: "primary" | "success" | "info" | "warning" | "danger";
69
+ modelValue: boolean;
70
70
  fontSize: string | number;
71
- padding: string;
72
71
  round: boolean;
73
- effect: "dark" | "light" | "plain";
72
+ padding: string;
73
+ effect: "plain" | "light" | "dark";
74
74
  closable: boolean;
75
75
  }, {}>, {
76
76
  default?(_: {}): any;
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
6
6
  default: string;
7
7
  };
8
8
  direction: {
9
- type: PropType<"left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
9
+ type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
10
10
  default: string;
11
11
  };
12
12
  offsetX: {
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
35
35
  default: string;
36
36
  };
37
37
  direction: {
38
- type: PropType<"left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
38
+ type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
39
39
  default: string;
40
40
  };
41
41
  offsetX: {
@@ -59,7 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
59
59
  default: string;
60
60
  };
61
61
  }>>, {
62
- direction: "left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
62
+ direction: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
63
63
  offsetX: string | number;
64
64
  offsetY: string | number;
65
65
  trigger: string;
@@ -168,10 +168,10 @@ declare const _default: import('vue').DefineComponent<{
168
168
  default: null;
169
169
  };
170
170
  }>> & {
171
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
172
171
  onFocus?: ((val: any) => any) | undefined;
173
172
  onBlur?: ((val: any) => any) | undefined;
174
173
  onChange?: ((val: any) => any) | undefined;
174
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
175
175
  onClear?: ((val: any) => any) | undefined;
176
176
  "onVisible-change"?: ((val: any) => any) | undefined;
177
177
  }, {
@@ -10,11 +10,11 @@ declare const _default: import('vue').DefineComponent<{
10
10
  default: string;
11
11
  };
12
12
  size: {
13
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
13
+ type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
14
14
  default: string;
15
15
  };
16
16
  hoverSize: {
17
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
17
+ type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
18
18
  default: string;
19
19
  };
20
20
  fillColor: {
@@ -63,11 +63,11 @@ declare const _default: import('vue').DefineComponent<{
63
63
  default: string;
64
64
  };
65
65
  size: {
66
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
66
+ type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
67
67
  default: string;
68
68
  };
69
69
  hoverSize: {
70
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
70
+ type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
71
71
  default: string;
72
72
  };
73
73
  fillColor: {
@@ -107,9 +107,9 @@ declare const _default: import('vue').DefineComponent<{
107
107
  default: boolean;
108
108
  };
109
109
  }>>, {
110
- size: string | number | unknown[];
111
110
  type: "img" | "svgicon";
112
111
  src: string;
112
+ size: string | number | unknown[];
113
113
  hoverSize: string | number | unknown[];
114
114
  fillColor: string;
115
115
  hoverColor: string;
@@ -106,11 +106,11 @@ declare const _default: import('vue').DefineComponent<{
106
106
  };
107
107
  }>>, {
108
108
  text: string;
109
- icon: string;
110
- iconSize: number;
111
- target: HTMLElement;
112
109
  bgColor: string;
113
110
  zIndex: number;
111
+ target: HTMLElement;
112
+ icon: string;
113
+ iconSize: number;
114
114
  iconColor: string;
115
115
  textAlign: "horizontal-center" | "vertical-center";
116
116
  textColor: string;
@@ -87,12 +87,12 @@ declare const _default: import('vue').DefineComponent<{
87
87
  }>> & {
88
88
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
89
89
  }, {
90
- maxHeight: number;
91
90
  type: "default" | "success" | "warning" | "danger";
92
91
  top: number;
93
92
  fontSize: number;
94
- padding: string;
95
93
  maxWidth: number;
94
+ padding: string;
95
+ maxHeight: number;
96
96
  content: string;
97
97
  openDuration: number;
98
98
  isPlain: boolean;