vft 0.0.520 → 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.
- package/dist/index.css +1 -1
- package/es/component.js +73 -75
- package/es/components/index.d.ts +0 -1
- package/es/components/index.js +199 -201
- package/es/components/md-container/md-container.vue2.js +47 -50
- package/es/components/md-container/style/css.d.ts +0 -1
- package/es/components/md-container/style/css.js +0 -1
- package/es/components/md-container/style/index.d.ts +0 -1
- package/es/components/md-container/style/index.js +0 -1
- package/es/components/super-form/super-form-item.vue2.js +2 -3
- package/es/index.js +0 -1
- package/es/package.json.d.ts +1 -2
- package/es/package.json.js +1 -1
- package/lib/component.cjs +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +0 -1
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-container/style/css.cjs +1 -1
- package/lib/components/md-container/style/css.d.ts +0 -1
- package/lib/components/md-container/style/index.cjs +1 -1
- package/lib/components/md-container/style/index.d.ts +0 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -2
- package/package.json +4 -5
- package/theme-style/index.css +1 -1
- package/theme-style/src/index.scss +0 -1
- package/web-types.json +1 -1
- package/es/components/md-comment/index.d.ts +0 -2
- package/es/components/md-comment/index.js +0 -13
- package/es/components/md-comment/md-comment.vue.d.ts +0 -2
- package/es/components/md-comment/md-comment.vue.js +0 -4
- package/es/components/md-comment/md-comment.vue2.js +0 -66
- package/es/components/md-comment/style/css.d.ts +0 -1
- package/es/components/md-comment/style/css.js +0 -2
- package/es/components/md-comment/style/index.d.ts +0 -1
- package/es/components/md-comment/style/index.js +0 -2
- package/lib/components/md-comment/index.cjs +0 -1
- package/lib/components/md-comment/index.d.ts +0 -2
- package/lib/components/md-comment/md-comment.vue.cjs +0 -1
- package/lib/components/md-comment/md-comment.vue.d.ts +0 -2
- package/lib/components/md-comment/md-comment.vue2.cjs +0 -1
- package/lib/components/md-comment/style/css.cjs +0 -1
- package/lib/components/md-comment/style/css.d.ts +0 -1
- package/lib/components/md-comment/style/index.cjs +0 -1
- package/lib/components/md-comment/style/index.d.ts +0 -1
- 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 {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
|
|
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
|
-
|
|
96
|
+
eo,
|
|
98
97
|
//
|
|
99
98
|
rt,
|
|
100
99
|
mt,
|
|
101
|
-
|
|
102
|
-
|
|
100
|
+
fo,
|
|
101
|
+
Rt,
|
|
103
102
|
Y,
|
|
104
103
|
o,
|
|
105
|
-
|
|
106
|
-
|
|
104
|
+
Jt,
|
|
105
|
+
Dt,
|
|
107
106
|
// VftRate,
|
|
108
107
|
R,
|
|
109
108
|
t,
|
|
110
|
-
|
|
111
|
-
|
|
109
|
+
Qt,
|
|
110
|
+
vt,
|
|
112
111
|
e,
|
|
113
|
-
|
|
112
|
+
Kt,
|
|
113
|
+
jt,
|
|
114
114
|
qt,
|
|
115
|
-
|
|
115
|
+
ro,
|
|
116
116
|
mo,
|
|
117
|
-
fo,
|
|
118
117
|
V,
|
|
119
|
-
|
|
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
|
-
|
|
134
|
-
|
|
131
|
+
to,
|
|
132
|
+
zt,
|
|
135
133
|
F,
|
|
136
134
|
B,
|
|
137
135
|
_,
|
|
138
136
|
K,
|
|
139
|
-
|
|
140
|
-
|
|
137
|
+
Yt,
|
|
138
|
+
io,
|
|
141
139
|
x,
|
|
142
140
|
A,
|
|
143
141
|
G,
|
|
144
|
-
|
|
142
|
+
Et,
|
|
145
143
|
S,
|
|
146
|
-
|
|
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
|
-
|
|
158
|
-
|
|
155
|
+
Nt,
|
|
156
|
+
Bt,
|
|
159
157
|
c,
|
|
160
158
|
s,
|
|
161
159
|
C,
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
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
|
-
|
|
174
|
+
Wt,
|
|
177
175
|
q,
|
|
178
176
|
O,
|
|
179
177
|
N,
|
|
180
178
|
$,
|
|
181
|
-
|
|
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
|
-
|
|
190
|
+
Ot,
|
|
191
|
+
Zt,
|
|
193
192
|
_t,
|
|
194
|
-
|
|
195
|
-
|
|
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
|
-
|
|
212
|
+
po,
|
|
215
213
|
Vt
|
|
216
214
|
];
|
|
217
215
|
export {
|
|
218
|
-
|
|
216
|
+
Kr as default
|
|
219
217
|
};
|
package/es/components/index.d.ts
CHANGED
|
@@ -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';
|