vft 0.0.519 → 0.0.521

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 (68) hide show
  1. package/attributes.json +1 -1
  2. package/dist/index.css +1 -1
  3. package/es/component.js +73 -75
  4. package/es/components/autocomplete/autocomplete.vue.d.ts +2 -2
  5. package/es/components/autocomplete/index.d.ts +6 -6
  6. package/es/components/button/index.d.ts +9 -9
  7. package/es/components/index.d.ts +0 -1
  8. package/es/components/index.js +199 -201
  9. package/es/components/md-container/md-container.vue2.js +47 -50
  10. package/es/components/md-container/style/css.d.ts +0 -1
  11. package/es/components/md-container/style/css.js +0 -1
  12. package/es/components/md-container/style/index.d.ts +0 -1
  13. package/es/components/md-container/style/index.js +0 -1
  14. package/es/components/popconfirm/index.d.ts +15 -15
  15. package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
  16. package/es/components/select/index.d.ts +4 -4
  17. package/es/components/select/select.vue.d.ts +4 -4
  18. package/es/components/select/useSelect.d.ts +4 -4
  19. package/es/components/super-form/super-form-item.vue2.js +2 -3
  20. package/es/index.js +0 -1
  21. package/es/package.json.d.ts +1 -2
  22. package/es/package.json.js +1 -1
  23. package/es/utils/ns-cover.js +27 -23
  24. package/lib/component.cjs +1 -1
  25. package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
  26. package/lib/components/autocomplete/index.d.ts +6 -6
  27. package/lib/components/button/index.d.ts +9 -9
  28. package/lib/components/index.cjs +1 -1
  29. package/lib/components/index.d.ts +0 -1
  30. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  31. package/lib/components/md-container/style/css.cjs +1 -1
  32. package/lib/components/md-container/style/css.d.ts +0 -1
  33. package/lib/components/md-container/style/index.cjs +1 -1
  34. package/lib/components/md-container/style/index.d.ts +0 -1
  35. package/lib/components/popconfirm/index.d.ts +15 -15
  36. package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
  37. package/lib/components/select/index.d.ts +4 -4
  38. package/lib/components/select/select.vue.d.ts +4 -4
  39. package/lib/components/select/useSelect.d.ts +4 -4
  40. package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
  41. package/lib/index.cjs +1 -1
  42. package/lib/package.json.cjs +1 -1
  43. package/lib/package.json.d.ts +1 -2
  44. package/lib/utils/ns-cover.cjs +1 -1
  45. package/package.json +2 -3
  46. package/tags.json +1 -1
  47. package/theme-style/index.css +1 -1
  48. package/theme-style/src/index.scss +0 -1
  49. package/web-types.json +1 -1
  50. package/es/components/md-comment/index.d.ts +0 -2
  51. package/es/components/md-comment/index.js +0 -13
  52. package/es/components/md-comment/md-comment.vue.d.ts +0 -2
  53. package/es/components/md-comment/md-comment.vue.js +0 -4
  54. package/es/components/md-comment/md-comment.vue2.js +0 -66
  55. package/es/components/md-comment/style/css.d.ts +0 -1
  56. package/es/components/md-comment/style/css.js +0 -2
  57. package/es/components/md-comment/style/index.d.ts +0 -1
  58. package/es/components/md-comment/style/index.js +0 -2
  59. package/lib/components/md-comment/index.cjs +0 -1
  60. package/lib/components/md-comment/index.d.ts +0 -2
  61. package/lib/components/md-comment/md-comment.vue.cjs +0 -1
  62. package/lib/components/md-comment/md-comment.vue.d.ts +0 -2
  63. package/lib/components/md-comment/md-comment.vue2.cjs +0 -1
  64. package/lib/components/md-comment/style/css.cjs +0 -1
  65. package/lib/components/md-comment/style/css.d.ts +0 -1
  66. package/lib/components/md-comment/style/index.cjs +0 -1
  67. package/lib/components/md-comment/style/index.d.ts +0 -1
  68. package/theme-style/src/md-comment.scss +0 -1353
package/es/component.js CHANGED
@@ -54,75 +54,73 @@ import { VftCountdown as ct } from "./components/countdown/index.js";
54
54
  import { VftInputTag as st } from "./components/input-tag/index.js";
55
55
  import { VftCascader as Ct } from "./components/cascader/index.js";
56
56
  import { VftCascaderPanel as Tt } from "./components/cascader-panel/index.js";
57
- import { VftMdComment as It } from "./components/md-comment/index.js";
58
- import { VftMdContainer as St } from "./components/md-container/index.js";
59
- import { VftMdTabs as gt } from "./components/md-tabs/index.js";
60
- import { VftMdVuePlayground as Mt } from "./components/md-vue-playground/index.js";
61
- import { VftMenu as bt, VftMenuItem as Pt, VftMenuItemGroup as kt, VftSubMenu as Dt } from "./components/menu/index.js";
62
- import { VftModal as wt } from "./components/modal/index.js";
63
- import { VftMultipleTabs as yt } from "./components/multiple-tabs/index.js";
64
- import { VftOverlay as Bt } from "./components/overlay/index.js";
65
- import { VftPageWrapper as ht } from "./components/page-wrapper/index.js";
66
- import { VftPagination as vt } from "./components/pagination/index.js";
67
- import { VftPopconfirm as Ft } from "./components/popconfirm/index.js";
68
- import { VftPopover as Lt } from "./components/popover/index.js";
69
- import { VftPopper as Rt } from "./components/popper/index.js";
70
- import { VftProgress as xt } from "./components/progress/index.js";
71
- import { VftQrcode as At } from "./components/qrcode/index.js";
72
- import { VftRadioButton as Gt, VftRadio as Ht, VftRadioGroup as Ot } from "./components/radio/index.js";
73
- import { VftResult as Wt } from "./components/result/index.js";
74
- import { VftRouterViewContent as zt } from "./components/router-view-content/index.js";
75
- import { VftRow as Et } from "./components/row/index.js";
76
- import { VftScrollbar as Nt } from "./components/scrollbar/index.js";
77
- import { VftSearch as Qt } from "./components/search/index.js";
78
- import { VftSelect as Ut } from "./components/select/index.js";
79
- import { VftSideMenu as jt } from "./components/side-menu/index.js";
80
- import { VftSkeleton as qt, VftSkeletonItem as Jt } from "./components/skeleton/index.js";
81
- import { VftSlider as Kt } from "./components/slider/index.js";
82
- import { VftSpace as Xt } from "./components/space/index.js";
83
- import { VftSwitch as Yt } from "./components/switch/index.js";
84
- import { VftTable as Zt } from "./components/table/index.js";
85
- import { VftTabs as _t, VftTabPane as $t } from "./components/tabs/index.js";
86
- import { VftTag as to } from "./components/tag/index.js";
87
- import { VftTimePicker as oo } from "./components/time-picker/index.js";
88
- import { VftTooltip as ro } from "./components/tooltip/index.js";
89
- import { VftTree as mo } from "./components/tree/index.js";
90
- import { VftTreeSelect as fo } from "./components/tree-select/index.js";
91
- import { VftUpload as io } from "./components/upload/index.js";
92
- import { VftVerifyCode as po } from "./components/verify-code/index.js";
93
- import { VftSuperForm as eo } from "./components/super-form/index.js";
94
- import { VftProgressI as Vo } from "./components/progress-i/index.js";
95
- const Yr = [
57
+ import { VftMdContainer as It } from "./components/md-container/index.js";
58
+ import { VftMdTabs as St } from "./components/md-tabs/index.js";
59
+ import { VftMdVuePlayground as gt } from "./components/md-vue-playground/index.js";
60
+ import { VftMenu as Mt, VftMenuItem as bt, VftMenuItemGroup as Pt, VftSubMenu as kt } from "./components/menu/index.js";
61
+ import { VftModal as Dt } from "./components/modal/index.js";
62
+ import { VftMultipleTabs as wt } from "./components/multiple-tabs/index.js";
63
+ import { VftOverlay as yt } from "./components/overlay/index.js";
64
+ import { VftPageWrapper as Bt } from "./components/page-wrapper/index.js";
65
+ import { VftPagination as ht } from "./components/pagination/index.js";
66
+ import { VftPopconfirm as vt } from "./components/popconfirm/index.js";
67
+ import { VftPopover as Ft } from "./components/popover/index.js";
68
+ import { VftPopper as Lt } from "./components/popper/index.js";
69
+ import { VftProgress as Rt } from "./components/progress/index.js";
70
+ import { VftQrcode as xt } from "./components/qrcode/index.js";
71
+ import { VftRadioButton as At, VftRadio as Gt, VftRadioGroup as Ht } from "./components/radio/index.js";
72
+ import { VftResult as Ot } from "./components/result/index.js";
73
+ import { VftRouterViewContent as Wt } from "./components/router-view-content/index.js";
74
+ import { VftRow as zt } from "./components/row/index.js";
75
+ import { VftScrollbar as Et } from "./components/scrollbar/index.js";
76
+ import { VftSearch as Nt } from "./components/search/index.js";
77
+ import { VftSelect as Qt } from "./components/select/index.js";
78
+ import { VftSideMenu as Ut } from "./components/side-menu/index.js";
79
+ import { VftSkeleton as jt, VftSkeletonItem as qt } from "./components/skeleton/index.js";
80
+ import { VftSlider as Jt } from "./components/slider/index.js";
81
+ import { VftSpace as Kt } from "./components/space/index.js";
82
+ import { VftSwitch as Xt } from "./components/switch/index.js";
83
+ import { VftTable as Yt } from "./components/table/index.js";
84
+ import { VftTabs as Zt, VftTabPane as _t } from "./components/tabs/index.js";
85
+ import { VftTag as $t } from "./components/tag/index.js";
86
+ import { VftTimePicker as to } from "./components/time-picker/index.js";
87
+ import { VftTooltip as oo } from "./components/tooltip/index.js";
88
+ import { VftTree as ro } from "./components/tree/index.js";
89
+ import { VftTreeSelect as mo } from "./components/tree-select/index.js";
90
+ import { VftUpload as fo } from "./components/upload/index.js";
91
+ import { VftVerifyCode as io } from "./components/verify-code/index.js";
92
+ import { VftSuperForm as po } from "./components/super-form/index.js";
93
+ import { VftProgressI as eo } from "./components/progress-i/index.js";
94
+ const Kr = [
96
95
  // phone
97
- Vo,
96
+ eo,
98
97
  //
99
98
  rt,
100
99
  mt,
101
- io,
102
- xt,
100
+ fo,
101
+ Rt,
103
102
  Y,
104
103
  o,
105
- Kt,
106
- wt,
104
+ Jt,
105
+ Dt,
107
106
  // VftRate,
108
107
  R,
109
108
  t,
110
- Ut,
111
- Ft,
109
+ Qt,
110
+ vt,
112
111
  e,
113
- Xt,
112
+ Kt,
113
+ jt,
114
114
  qt,
115
- Jt,
115
+ ro,
116
116
  mo,
117
- fo,
118
117
  V,
119
- St,
118
+ It,
120
119
  ot,
121
120
  tt,
122
- Mt,
123
121
  gt,
122
+ St,
124
123
  w,
125
- It,
126
124
  M,
127
125
  b,
128
126
  P,
@@ -130,23 +128,23 @@ const Yr = [
130
128
  D,
131
129
  Q,
132
130
  T,
133
- oo,
134
- Et,
131
+ to,
132
+ zt,
135
133
  F,
136
134
  B,
137
135
  _,
138
136
  K,
139
- Zt,
140
- po,
137
+ Yt,
138
+ io,
141
139
  x,
142
140
  A,
143
141
  G,
144
- Nt,
142
+ Et,
145
143
  S,
146
- Yt,
144
+ Xt,
145
+ At,
147
146
  Gt,
148
147
  Ht,
149
- Ot,
150
148
  l,
151
149
  u,
152
150
  d,
@@ -154,16 +152,16 @@ const Yr = [
154
152
  p,
155
153
  W,
156
154
  z,
157
- Qt,
158
- ht,
155
+ Nt,
156
+ Bt,
159
157
  c,
160
158
  s,
161
159
  C,
162
- At,
163
- Bt,
164
- to,
165
- jt,
166
- vt,
160
+ xt,
161
+ yt,
162
+ $t,
163
+ Ut,
164
+ ht,
167
165
  Z,
168
166
  X,
169
167
  J,
@@ -173,28 +171,28 @@ const Yr = [
173
171
  v,
174
172
  g,
175
173
  f,
176
- zt,
174
+ Wt,
177
175
  q,
178
176
  O,
179
177
  N,
180
178
  $,
181
- yt,
179
+ wt,
180
+ Mt,
182
181
  bt,
183
182
  Pt,
184
183
  kt,
185
- Dt,
186
184
  I,
187
185
  L,
188
186
  U,
189
187
  r,
190
188
  m,
191
189
  H,
192
- Wt,
190
+ Ot,
191
+ Zt,
193
192
  _t,
194
- $t,
195
- ro,
193
+ oo,
194
+ Ft,
196
195
  Lt,
197
- Rt,
198
196
  pt,
199
197
  et,
200
198
  ft,
@@ -211,9 +209,9 @@ const Yr = [
211
209
  y,
212
210
  a,
213
211
  n,
214
- eo,
212
+ po,
215
213
  Vt
216
214
  ];
217
215
  export {
218
- Yr as default
216
+ Kr as default
219
217
  };
@@ -62,9 +62,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
62
62
  readonly placement?: import("@popperjs/core").Placement | undefined;
63
63
  readonly strategy?: "fixed" | "absolute" | undefined;
64
64
  readonly effect?: "light" | "dark" | undefined;
65
+ readonly visible?: boolean | null | undefined;
65
66
  readonly teleported?: boolean | undefined;
66
67
  readonly open?: boolean | undefined;
67
- readonly visible?: boolean | null | undefined;
68
68
  readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
69
69
  readonly arrowOffset?: number | undefined;
70
70
  readonly gpuAcceleration?: boolean | undefined;
@@ -480,9 +480,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
480
480
  readonly placement?: import("@popperjs/core").Placement | undefined;
481
481
  readonly strategy?: "fixed" | "absolute" | undefined;
482
482
  readonly effect?: "light" | "dark" | undefined;
483
+ readonly visible?: boolean | null | undefined;
483
484
  readonly teleported?: boolean | undefined;
484
485
  readonly open?: boolean | undefined;
485
- readonly visible?: boolean | null | undefined;
486
486
  readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
487
487
  readonly arrowOffset?: number | undefined;
488
488
  readonly gpuAcceleration?: boolean | undefined;
@@ -85,9 +85,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
85
85
  readonly placement?: import("@popperjs/core").Placement | undefined;
86
86
  readonly strategy?: "fixed" | "absolute" | undefined;
87
87
  readonly effect?: "light" | "dark" | undefined;
88
+ readonly visible?: boolean | null | undefined;
88
89
  readonly teleported?: boolean | undefined;
89
90
  readonly open?: boolean | undefined;
90
- readonly visible?: boolean | null | undefined;
91
91
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
92
92
  readonly arrowOffset?: number | undefined;
93
93
  readonly gpuAcceleration?: boolean | undefined;
@@ -503,9 +503,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
503
503
  readonly placement?: import("@popperjs/core").Placement | undefined;
504
504
  readonly strategy?: "fixed" | "absolute" | undefined;
505
505
  readonly effect?: "light" | "dark" | undefined;
506
+ readonly visible?: boolean | null | undefined;
506
507
  readonly teleported?: boolean | undefined;
507
508
  readonly open?: boolean | undefined;
508
- readonly visible?: boolean | null | undefined;
509
509
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
510
510
  readonly arrowOffset?: number | undefined;
511
511
  readonly gpuAcceleration?: boolean | undefined;
@@ -1006,9 +1006,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1006
1006
  readonly placement?: import("@popperjs/core").Placement | undefined;
1007
1007
  readonly strategy?: "fixed" | "absolute" | undefined;
1008
1008
  readonly effect?: "light" | "dark" | undefined;
1009
+ readonly visible?: boolean | null | undefined;
1009
1010
  readonly teleported?: boolean | undefined;
1010
1011
  readonly open?: boolean | undefined;
1011
- readonly visible?: boolean | null | undefined;
1012
1012
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1013
1013
  readonly arrowOffset?: number | undefined;
1014
1014
  readonly gpuAcceleration?: boolean | undefined;
@@ -1424,9 +1424,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1424
1424
  readonly placement?: import("@popperjs/core").Placement | undefined;
1425
1425
  readonly strategy?: "fixed" | "absolute" | undefined;
1426
1426
  readonly effect?: "light" | "dark" | undefined;
1427
+ readonly visible?: boolean | null | undefined;
1427
1428
  readonly teleported?: boolean | undefined;
1428
1429
  readonly open?: boolean | undefined;
1429
- readonly visible?: boolean | null | undefined;
1430
1430
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1431
1431
  readonly arrowOffset?: number | undefined;
1432
1432
  readonly gpuAcceleration?: boolean | undefined;
@@ -1916,9 +1916,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1916
1916
  readonly placement?: import("@popperjs/core").Placement | undefined;
1917
1917
  readonly strategy?: "fixed" | "absolute" | undefined;
1918
1918
  readonly effect?: "light" | "dark" | undefined;
1919
+ readonly visible?: boolean | null | undefined;
1919
1920
  readonly teleported?: boolean | undefined;
1920
1921
  readonly open?: boolean | undefined;
1921
- readonly visible?: boolean | null | undefined;
1922
1922
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1923
1923
  readonly arrowOffset?: number | undefined;
1924
1924
  readonly gpuAcceleration?: boolean | undefined;
@@ -2334,9 +2334,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2334
2334
  readonly placement?: import("@popperjs/core").Placement | undefined;
2335
2335
  readonly strategy?: "fixed" | "absolute" | undefined;
2336
2336
  readonly effect?: "light" | "dark" | undefined;
2337
+ readonly visible?: boolean | null | undefined;
2337
2338
  readonly teleported?: boolean | undefined;
2338
2339
  readonly open?: boolean | undefined;
2339
- readonly visible?: boolean | null | undefined;
2340
2340
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
2341
2341
  readonly arrowOffset?: number | undefined;
2342
2342
  readonly gpuAcceleration?: boolean | undefined;
@@ -24,12 +24,12 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
24
24
  autofocus: {
25
25
  type: import("vue").PropType<boolean>;
26
26
  };
27
- dark: {
28
- type: import("vue").PropType<boolean>;
29
- };
30
27
  icon: {
31
28
  type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
32
29
  };
30
+ dark: {
31
+ type: import("vue").PropType<boolean>;
32
+ };
33
33
  loading: {
34
34
  type: import("vue").PropType<boolean>;
35
35
  };
@@ -114,12 +114,12 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
114
114
  autofocus: {
115
115
  type: import("vue").PropType<boolean>;
116
116
  };
117
- dark: {
118
- type: import("vue").PropType<boolean>;
119
- };
120
117
  icon: {
121
118
  type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
122
119
  };
120
+ dark: {
121
+ type: import("vue").PropType<boolean>;
122
+ };
123
123
  loading: {
124
124
  type: import("vue").PropType<boolean>;
125
125
  };
@@ -199,12 +199,12 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
199
199
  autofocus: {
200
200
  type: import("vue").PropType<boolean>;
201
201
  };
202
- dark: {
203
- type: import("vue").PropType<boolean>;
204
- };
205
202
  icon: {
206
203
  type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
207
204
  };
205
+ dark: {
206
+ type: import("vue").PropType<boolean>;
207
+ };
208
208
  loading: {
209
209
  type: import("vue").PropType<boolean>;
210
210
  };
@@ -89,7 +89,6 @@ export * from './upload';
89
89
  export * from './watermark';
90
90
  export * from './md-code-demo';
91
91
  export * from './md-code-tabs';
92
- export * from './md-comment';
93
92
  export * from './md-container';
94
93
  export * from './md-tabs';
95
94
  export * from './md-vue-playground';