@fangzhongya/fang-ui 0.0.46 → 0.0.47
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/components/alert/src/data.d.ts +2 -2
- package/dist/components/autocomplete/index.cjs +9 -0
- package/dist/components/autocomplete/index.d.ts +2 -0
- package/dist/components/autocomplete/index.js +9 -0
- package/dist/components/autocomplete/index.scss +5 -0
- package/dist/components/autocomplete/src/data.cjs +11 -0
- package/dist/components/autocomplete/src/data.d.ts +14 -0
- package/dist/components/autocomplete/src/data.js +11 -0
- package/dist/components/autocomplete/src/index.cjs +4 -0
- package/dist/components/autocomplete/src/index.js +4 -0
- package/dist/components/autocomplete/src/index2.cjs +46 -0
- package/dist/components/autocomplete/src/index2.js +46 -0
- package/dist/components/autocomplete/style/index2.scss +2 -0
- package/dist/components/button/src/data.d.ts +1 -1
- package/dist/components/card/src/data.d.ts +1 -1
- package/dist/components/cascader/src/data.d.ts +2 -2
- package/dist/components/cascader-panel/src/data.d.ts +2 -2
- package/dist/components/checkbox/src/data.d.ts +2 -2
- package/dist/components/checkbox-group/src/data.d.ts +2 -2
- package/dist/components/collapse/src/data.d.ts +2 -2
- package/dist/components/collapse-item/src/data.d.ts +2 -2
- package/dist/components/color-picker/src/data.d.ts +1 -1
- package/dist/components/common/use.cjs +1 -1
- package/dist/components/common/use.js +2 -2
- package/dist/components/config-provider/src/data.d.ts +1 -1
- package/dist/components/date-picker/src/data.d.ts +2 -2
- package/dist/components/dialog/src/data.d.ts +2 -2
- package/dist/components/divider/src/data.d.ts +2 -2
- package/dist/components/drawer/src/data.d.ts +2 -2
- package/dist/components/dropdown/src/data.d.ts +2 -2
- package/dist/components/dropdown-item/src/data.d.ts +2 -2
- package/dist/components/dropdown-menu/src/data.d.ts +2 -2
- package/dist/components/form/src/data.d.ts +2 -2
- package/dist/components/form-item/src/data.d.ts +2 -2
- package/dist/components/iframe/src/data.cjs +0 -16
- package/dist/components/iframe/src/data.d.ts +0 -16
- package/dist/components/iframe/src/data.js +0 -16
- package/dist/components/iframe/src/index2.cjs +2 -10
- package/dist/components/iframe/src/index2.js +3 -11
- package/dist/components/image/src/data.d.ts +1 -1
- package/dist/components/index.cjs +172 -164
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.js +8 -0
- package/dist/components/index.scss +4 -0
- package/dist/components/index2.scss +4 -0
- package/dist/components/input/src/data.d.ts +2 -2
- package/dist/components/input-number/src/data.d.ts +2 -2
- package/dist/components/input-tag/index.cjs +9 -0
- package/dist/components/input-tag/index.d.ts +2 -0
- package/dist/components/input-tag/index.js +9 -0
- package/dist/components/input-tag/index.scss +5 -0
- package/dist/components/input-tag/src/data.cjs +11 -0
- package/dist/components/input-tag/src/data.d.ts +14 -0
- package/dist/components/input-tag/src/data.js +11 -0
- package/dist/components/input-tag/src/index.cjs +4 -0
- package/dist/components/input-tag/src/index.js +4 -0
- package/dist/components/input-tag/src/index2.cjs +46 -0
- package/dist/components/input-tag/src/index2.js +46 -0
- package/dist/components/input-tag/style/index2.scss +2 -0
- package/dist/components/mention/index.cjs +9 -0
- package/dist/components/mention/index.d.ts +2 -0
- package/dist/components/mention/index.js +9 -0
- package/dist/components/mention/index.scss +5 -0
- package/dist/components/mention/src/data.cjs +11 -0
- package/dist/components/mention/src/data.d.ts +14 -0
- package/dist/components/mention/src/data.js +11 -0
- package/dist/components/mention/src/index.cjs +4 -0
- package/dist/components/mention/src/index.js +4 -0
- package/dist/components/mention/src/index2.cjs +46 -0
- package/dist/components/mention/src/index2.js +46 -0
- package/dist/components/mention/style/index2.scss +2 -0
- package/dist/components/option-group/src/data.d.ts +2 -2
- package/dist/components/pagination/src/data.d.ts +1 -1
- package/dist/components/popconfirm/src/data.d.ts +2 -2
- package/dist/components/popover/src/data.d.ts +2 -2
- package/dist/components/radio/src/data.d.ts +2 -2
- package/dist/components/radio-group/src/data.d.ts +2 -2
- package/dist/components/select/src/data.d.ts +2 -2
- package/dist/components/slider/src/data.d.ts +2 -2
- package/dist/components/switch/src/data.d.ts +2 -2
- package/dist/components/tab-pane/src/data.d.ts +2 -2
- package/dist/components/tabs/src/data.d.ts +2 -2
- package/dist/components/time-picker/src/data.d.ts +2 -2
- package/dist/components/time-select/src/data.d.ts +2 -2
- package/dist/components/tooltip/src/data.d.ts +2 -2
- package/dist/components/transfer/index.cjs +9 -0
- package/dist/components/transfer/index.d.ts +2 -0
- package/dist/components/transfer/index.js +9 -0
- package/dist/components/transfer/index.scss +5 -0
- package/dist/components/transfer/src/data.cjs +11 -0
- package/dist/components/transfer/src/data.d.ts +14 -0
- package/dist/components/transfer/src/data.js +11 -0
- package/dist/components/transfer/src/index.cjs +4 -0
- package/dist/components/transfer/src/index.js +4 -0
- package/dist/components/transfer/src/index2.cjs +46 -0
- package/dist/components/transfer/src/index2.js +46 -0
- package/dist/components/transfer/style/index2.scss +2 -0
- package/dist/components/tree/src/data.d.ts +2 -2
- package/dist/components/tree-select/src/data.d.ts +2 -2
- package/dist/components/upload/src/data.d.ts +2 -2
- package/dist/expand/{chunk-WXZESOPO.js → chunk-QTEP33RI.js} +8 -0
- package/dist/expand/{chunk-J3OWSCOI.cjs → chunk-SJZOTUWF.cjs} +8 -0
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/icons/index.json +1 -1
- package/dist/index.cjs +190 -182
- package/dist/index.js +8 -0
- package/package.json +6 -6
- /package/dist/components/{image → input}/index.css +0 -0
- /package/dist/css/{image.css → input.css} +0 -0
|
@@ -9,6 +9,6 @@ export declare const dataEmits: never[];
|
|
|
9
9
|
export type DataEmits = typeof dataEmits;
|
|
10
10
|
export declare const dataSlot: {};
|
|
11
11
|
/**
|
|
12
|
-
* @expose refEl 获取当前组件在element-plus中暴露的方法
|
|
12
|
+
* @expose { Element } refEl 获取当前组件在element-plus中暴露的方法
|
|
13
13
|
*/
|
|
14
14
|
export declare const dataExpose: {};
|
|
@@ -26,88 +26,92 @@ const index$m = require("./time-picker/index.cjs");
|
|
|
26
26
|
const index$n = require("./time-select/index.cjs");
|
|
27
27
|
const index$o = require("./form-item/index.cjs");
|
|
28
28
|
const index$p = require("./form/index.cjs");
|
|
29
|
-
const index$q = require("./
|
|
30
|
-
const index$r = require("./input/index.cjs");
|
|
31
|
-
const index$s = require("./
|
|
32
|
-
const index$t = require("./
|
|
33
|
-
const index$u = require("./
|
|
34
|
-
const index$v = require("./
|
|
35
|
-
const index$w = require("./
|
|
36
|
-
const index$x = require("./
|
|
37
|
-
const index$y = require("./
|
|
38
|
-
const index$z = require("./
|
|
39
|
-
const index$A = require("./
|
|
40
|
-
const index$B = require("./
|
|
41
|
-
const index$C = require("./
|
|
42
|
-
const index$D = require("./
|
|
43
|
-
const index$E = require("./
|
|
44
|
-
const index$F = require("./
|
|
45
|
-
const index$G = require("./
|
|
46
|
-
const index$H = require("./
|
|
47
|
-
const index$I = require("./
|
|
48
|
-
const index$J = require("./
|
|
49
|
-
const index$K = require("./
|
|
50
|
-
const index$L = require("./
|
|
51
|
-
const index$M = require("./
|
|
52
|
-
const index$N = require("./forms/index.cjs");
|
|
53
|
-
const index$O = require("./
|
|
54
|
-
const index$P = require("./
|
|
55
|
-
const index$Q = require("./
|
|
56
|
-
const index$R = require("./
|
|
57
|
-
const index$S = require("./box-
|
|
58
|
-
const index$T = require("./box/index.cjs");
|
|
59
|
-
const index$U = require("./
|
|
60
|
-
const index$V = require("./
|
|
61
|
-
const index$W = require("./
|
|
62
|
-
const index$X = require("./
|
|
63
|
-
const index$Y = require("./
|
|
64
|
-
const index$Z = require("./
|
|
65
|
-
const index$_ = require("./
|
|
66
|
-
const index$$ = require("./
|
|
67
|
-
const index$10 = require("./
|
|
68
|
-
const index$11 = require("./
|
|
69
|
-
const index$12 = require("./
|
|
70
|
-
const index$13 = require("./
|
|
71
|
-
const index$14 = require("./
|
|
72
|
-
const index$15 = require("./
|
|
73
|
-
const index$16 = require("./
|
|
74
|
-
const index$17 = require("./
|
|
75
|
-
const index$18 = require("./
|
|
76
|
-
const index$19 = require("./
|
|
77
|
-
const index$1a = require("./
|
|
78
|
-
const index$1b = require("./
|
|
79
|
-
const index$1c = require("./select
|
|
80
|
-
const index$1d = require("./select
|
|
81
|
-
const index$1e = require("./
|
|
82
|
-
const index$1f = require("./
|
|
83
|
-
const index$1g = require("./
|
|
84
|
-
const index$1h = require("./
|
|
85
|
-
const index$1i = require("./
|
|
86
|
-
const index$1j = require("./
|
|
87
|
-
const index$1k = require("./
|
|
88
|
-
const index$1l = require("./
|
|
89
|
-
const index$1m = require("./
|
|
90
|
-
const index$1n = require("./
|
|
91
|
-
const index$1o = require("./
|
|
92
|
-
const index$1p = require("./
|
|
93
|
-
const index$1q = require("./
|
|
94
|
-
const index$1r = require("./
|
|
95
|
-
const index$1s = require("./
|
|
96
|
-
const index$1t = require("./
|
|
97
|
-
const index$1u = require("./
|
|
98
|
-
const index$1v = require("./
|
|
99
|
-
const index$1w = require("./
|
|
100
|
-
const index$1x = require("./
|
|
101
|
-
const index$1y = require("./
|
|
102
|
-
const index$1z = require("./
|
|
103
|
-
const index$1A = require("./
|
|
104
|
-
const index$1B = require("./
|
|
105
|
-
const index$1C = require("./
|
|
106
|
-
const index$1D = require("./
|
|
107
|
-
const index$1E = require("./
|
|
108
|
-
const index$1F = require("./
|
|
109
|
-
const index$1G = require("./
|
|
110
|
-
const index$1H = require("./
|
|
29
|
+
const index$q = require("./autocomplete/index.cjs");
|
|
30
|
+
const index$r = require("./input-number/index.cjs");
|
|
31
|
+
const index$s = require("./input-tag/index.cjs");
|
|
32
|
+
const index$t = require("./input/index.cjs");
|
|
33
|
+
const index$u = require("./mention/index.cjs");
|
|
34
|
+
const index$v = require("./radio-group/index.cjs");
|
|
35
|
+
const index$w = require("./radio/index.cjs");
|
|
36
|
+
const index$x = require("./option-group/index.cjs");
|
|
37
|
+
const index$y = require("./option/index.cjs");
|
|
38
|
+
const index$z = require("./select/index.cjs");
|
|
39
|
+
const index$A = require("./slider/index.cjs");
|
|
40
|
+
const index$B = require("./switch/index.cjs");
|
|
41
|
+
const index$C = require("./transfer/index.cjs");
|
|
42
|
+
const index$D = require("./upload/index.cjs");
|
|
43
|
+
const index$E = require("./image/index.cjs");
|
|
44
|
+
const index$F = require("./dropdown-item/index.cjs");
|
|
45
|
+
const index$G = require("./dropdown-menu/index.cjs");
|
|
46
|
+
const index$H = require("./dropdown/index.cjs");
|
|
47
|
+
const index$I = require("./tab-pane/index.cjs");
|
|
48
|
+
const index$J = require("./tabs/index.cjs");
|
|
49
|
+
const index$K = require("./pagination/index.cjs");
|
|
50
|
+
const index$L = require("./tree-select/index.cjs");
|
|
51
|
+
const index$M = require("./tree/index.cjs");
|
|
52
|
+
const index$N = require("./forms-div/index.cjs");
|
|
53
|
+
const index$O = require("./forms-drag/index.cjs");
|
|
54
|
+
const index$P = require("./forms-item/index.cjs");
|
|
55
|
+
const index$Q = require("./forms-items/index.cjs");
|
|
56
|
+
const index$R = require("./forms/index.cjs");
|
|
57
|
+
const index$S = require("./box-adjust/index.cjs");
|
|
58
|
+
const index$T = require("./box-local/index.cjs");
|
|
59
|
+
const index$U = require("./box-mask/index.cjs");
|
|
60
|
+
const index$V = require("./box-teleport/index.cjs");
|
|
61
|
+
const index$W = require("./box-title/index.cjs");
|
|
62
|
+
const index$X = require("./box/index.cjs");
|
|
63
|
+
const index$Y = require("./dialogs/index.cjs");
|
|
64
|
+
const index$Z = require("./popup/index.cjs");
|
|
65
|
+
const index$_ = require("./right-key/index.cjs");
|
|
66
|
+
const index$$ = require("./seamless-scroll/index.cjs");
|
|
67
|
+
const index$10 = require("./stick-div/index.cjs");
|
|
68
|
+
const index$11 = require("./stick-edge/index.cjs");
|
|
69
|
+
const index$12 = require("./stick-window/index.cjs");
|
|
70
|
+
const index$13 = require("./window/index.cjs");
|
|
71
|
+
const index$14 = require("./global-config/index.cjs");
|
|
72
|
+
const index$15 = require("./icon-picker/index.cjs");
|
|
73
|
+
const index$16 = require("./icon/index.cjs");
|
|
74
|
+
const index$17 = require("./iframe/index.cjs");
|
|
75
|
+
const index$18 = require("./lists/index.cjs");
|
|
76
|
+
const index$19 = require("./menus/index.cjs");
|
|
77
|
+
const index$1a = require("./page/index.cjs");
|
|
78
|
+
const index$1b = require("./retract/index.cjs");
|
|
79
|
+
const index$1c = require("./choice-select/index.cjs");
|
|
80
|
+
const index$1d = require("./company-select/index.cjs");
|
|
81
|
+
const index$1e = require("./department-select/index.cjs");
|
|
82
|
+
const index$1f = require("./role-select/index.cjs");
|
|
83
|
+
const index$1g = require("./select-dialog/index.cjs");
|
|
84
|
+
const index$1h = require("./select-popover/index.cjs");
|
|
85
|
+
const index$1i = require("./tree-select-box/index.cjs");
|
|
86
|
+
const index$1j = require("./user-select/index.cjs");
|
|
87
|
+
const index$1k = require("./array/index.cjs");
|
|
88
|
+
const index$1l = require("./buttons/index.cjs");
|
|
89
|
+
const index$1m = require("./cascaders/index.cjs");
|
|
90
|
+
const index$1n = require("./checks/index.cjs");
|
|
91
|
+
const index$1o = require("./dates-divide/index.cjs");
|
|
92
|
+
const index$1p = require("./dates-picker/index.cjs");
|
|
93
|
+
const index$1q = require("./dates/index.cjs");
|
|
94
|
+
const index$1r = require("./edit-float/index.cjs");
|
|
95
|
+
const index$1s = require("./edit/index.cjs");
|
|
96
|
+
const index$1t = require("./history/index.cjs");
|
|
97
|
+
const index$1u = require("./images/index.cjs");
|
|
98
|
+
const index$1v = require("./input-array/index.cjs");
|
|
99
|
+
const index$1w = require("./input-history/index.cjs");
|
|
100
|
+
const index$1x = require("./input-num/index.cjs");
|
|
101
|
+
const index$1y = require("./input-select/index.cjs");
|
|
102
|
+
const index$1z = require("./inputs/index.cjs");
|
|
103
|
+
const index$1A = require("./labels/index.cjs");
|
|
104
|
+
const index$1B = require("./select-scroll/index.cjs");
|
|
105
|
+
const index$1C = require("./selector/index.cjs");
|
|
106
|
+
const index$1D = require("./selects/index.cjs");
|
|
107
|
+
const index$1E = require("./switchs/index.cjs");
|
|
108
|
+
const index$1F = require("./text/index.cjs");
|
|
109
|
+
const index$1G = require("./paging/index.cjs");
|
|
110
|
+
const index$1H = require("./tables/index.cjs");
|
|
111
|
+
const index$1I = require("./tablesp/index.cjs");
|
|
112
|
+
const index$1J = require("./tabless/index.cjs");
|
|
113
|
+
const index$1K = require("./tablesv/index.cjs");
|
|
114
|
+
const index$1L = require("./tablesvp/index.cjs");
|
|
111
115
|
const index$b = require("./loading/src/index.cjs");
|
|
112
116
|
exports.Button = index.Button;
|
|
113
117
|
exports.Card = index$1.Card;
|
|
@@ -134,86 +138,90 @@ exports.TimePicker = index$m.TimePicker;
|
|
|
134
138
|
exports.TimeSelect = index$n.TimeSelect;
|
|
135
139
|
exports.FormItem = index$o.FormItem;
|
|
136
140
|
exports.Form = index$p.Form;
|
|
137
|
-
exports.
|
|
138
|
-
exports.
|
|
139
|
-
exports.
|
|
140
|
-
exports.
|
|
141
|
-
exports.
|
|
142
|
-
exports.
|
|
143
|
-
exports.
|
|
144
|
-
exports.
|
|
145
|
-
exports.
|
|
146
|
-
exports.
|
|
147
|
-
exports.
|
|
148
|
-
exports.
|
|
149
|
-
exports.
|
|
150
|
-
exports.
|
|
151
|
-
exports.
|
|
152
|
-
exports.
|
|
153
|
-
exports.
|
|
154
|
-
exports.
|
|
155
|
-
exports.
|
|
156
|
-
exports.
|
|
157
|
-
exports.
|
|
158
|
-
exports.
|
|
159
|
-
exports.
|
|
160
|
-
exports.
|
|
161
|
-
exports.
|
|
162
|
-
exports.
|
|
163
|
-
exports.
|
|
164
|
-
exports.
|
|
165
|
-
exports.
|
|
166
|
-
exports.
|
|
167
|
-
exports.
|
|
168
|
-
exports.
|
|
169
|
-
exports.
|
|
170
|
-
exports.
|
|
171
|
-
exports.
|
|
172
|
-
exports.
|
|
173
|
-
exports.
|
|
174
|
-
exports.
|
|
175
|
-
exports.
|
|
176
|
-
exports.
|
|
177
|
-
exports.
|
|
178
|
-
exports.
|
|
179
|
-
exports.
|
|
180
|
-
exports.
|
|
181
|
-
exports.
|
|
182
|
-
exports.
|
|
183
|
-
exports.
|
|
184
|
-
exports.
|
|
185
|
-
exports.
|
|
186
|
-
exports.
|
|
187
|
-
exports.
|
|
188
|
-
exports.
|
|
189
|
-
exports.
|
|
190
|
-
exports.
|
|
191
|
-
exports.
|
|
192
|
-
exports.
|
|
193
|
-
exports.
|
|
194
|
-
exports.
|
|
195
|
-
exports.
|
|
196
|
-
exports.
|
|
197
|
-
exports.
|
|
198
|
-
exports.
|
|
199
|
-
exports.
|
|
200
|
-
exports.
|
|
201
|
-
exports.
|
|
202
|
-
exports.
|
|
203
|
-
exports.
|
|
204
|
-
exports.
|
|
205
|
-
exports.
|
|
206
|
-
exports.
|
|
207
|
-
exports.
|
|
208
|
-
exports.
|
|
209
|
-
exports.
|
|
210
|
-
exports.
|
|
211
|
-
exports.
|
|
212
|
-
exports.
|
|
213
|
-
exports.
|
|
214
|
-
exports.
|
|
215
|
-
exports.
|
|
216
|
-
exports.
|
|
217
|
-
exports.
|
|
218
|
-
exports.
|
|
141
|
+
exports.Autocomplete = index$q.Autocomplete;
|
|
142
|
+
exports.InputNumber = index$r.InputNumber;
|
|
143
|
+
exports.InputTag = index$s.InputTag;
|
|
144
|
+
exports.Input = index$t.Input;
|
|
145
|
+
exports.Mention = index$u.Mention;
|
|
146
|
+
exports.RadioGroup = index$v.RadioGroup;
|
|
147
|
+
exports.Radio = index$w.Radio;
|
|
148
|
+
exports.OptionGroup = index$x.OptionGroup;
|
|
149
|
+
exports.Option = index$y.Option;
|
|
150
|
+
exports.Select = index$z.Select;
|
|
151
|
+
exports.Slider = index$A.Slider;
|
|
152
|
+
exports.Switch = index$B.Switch;
|
|
153
|
+
exports.Transfer = index$C.Transfer;
|
|
154
|
+
exports.Upload = index$D.Upload;
|
|
155
|
+
exports.Image = index$E.Image;
|
|
156
|
+
exports.DropdownItem = index$F.DropdownItem;
|
|
157
|
+
exports.DropdownMenu = index$G.DropdownMenu;
|
|
158
|
+
exports.Dropdown = index$H.Dropdown;
|
|
159
|
+
exports.TabPane = index$I.TabPane;
|
|
160
|
+
exports.Tabs = index$J.Tabs;
|
|
161
|
+
exports.Pagination = index$K.Pagination;
|
|
162
|
+
exports.TreeSelect = index$L.TreeSelect;
|
|
163
|
+
exports.Tree = index$M.Tree;
|
|
164
|
+
exports.FormsDiv = index$N.FormsDiv;
|
|
165
|
+
exports.FormsDrag = index$O.FormsDrag;
|
|
166
|
+
exports.FormsItem = index$P.FormsItem;
|
|
167
|
+
exports.FormsItems = index$Q.FormsItems;
|
|
168
|
+
exports.Forms = index$R.Forms;
|
|
169
|
+
exports.BoxAdjust = index$S.BoxAdjust;
|
|
170
|
+
exports.BoxLocal = index$T.BoxLocal;
|
|
171
|
+
exports.BoxMask = index$U.BoxMask;
|
|
172
|
+
exports.BoxTeleport = index$V.BoxTeleport;
|
|
173
|
+
exports.BoxTitle = index$W.BoxTitle;
|
|
174
|
+
exports.Box = index$X.Box;
|
|
175
|
+
exports.Dialogs = index$Y.Dialogs;
|
|
176
|
+
exports.Popup = index$Z.Popup;
|
|
177
|
+
exports.RightKey = index$_.RightKey;
|
|
178
|
+
exports.SeamlessScroll = index$$.SeamlessScroll;
|
|
179
|
+
exports.StickDiv = index$10.StickDiv;
|
|
180
|
+
exports.StickEdge = index$11.StickEdge;
|
|
181
|
+
exports.StickWindow = index$12.StickWindow;
|
|
182
|
+
exports.Window = index$13.Window;
|
|
183
|
+
exports.GlobalConfig = index$14.GlobalConfig;
|
|
184
|
+
exports.IconPicker = index$15.IconPicker;
|
|
185
|
+
exports.Icon = index$16.Icon;
|
|
186
|
+
exports.Iframe = index$17.Iframe;
|
|
187
|
+
exports.Lists = index$18.Lists;
|
|
188
|
+
exports.Menus = index$19.Menus;
|
|
189
|
+
exports.Page = index$1a.Page;
|
|
190
|
+
exports.Retract = index$1b.Retract;
|
|
191
|
+
exports.ChoiceSelect = index$1c.ChoiceSelect;
|
|
192
|
+
exports.CompanySelect = index$1d.CompanySelect;
|
|
193
|
+
exports.DepartmentSelect = index$1e.DepartmentSelect;
|
|
194
|
+
exports.RoleSelect = index$1f.RoleSelect;
|
|
195
|
+
exports.SelectDialog = index$1g.SelectDialog;
|
|
196
|
+
exports.SelectPopover = index$1h.SelectPopover;
|
|
197
|
+
exports.TreeSelectBox = index$1i.TreeSelectBox;
|
|
198
|
+
exports.UserSelect = index$1j.UserSelect;
|
|
199
|
+
exports.Array = index$1k.Array;
|
|
200
|
+
exports.Buttons = index$1l.Buttons;
|
|
201
|
+
exports.Cascaders = index$1m.Cascaders;
|
|
202
|
+
exports.Checks = index$1n.Checks;
|
|
203
|
+
exports.DatesDivide = index$1o.DatesDivide;
|
|
204
|
+
exports.DatesPicker = index$1p.DatesPicker;
|
|
205
|
+
exports.Dates = index$1q.Dates;
|
|
206
|
+
exports.EditFloat = index$1r.EditFloat;
|
|
207
|
+
exports.Edit = index$1s.Edit;
|
|
208
|
+
exports.History = index$1t.History;
|
|
209
|
+
exports.Images = index$1u.Images;
|
|
210
|
+
exports.InputArray = index$1v.InputArray;
|
|
211
|
+
exports.InputHistory = index$1w.InputHistory;
|
|
212
|
+
exports.InputNum = index$1x.InputNum;
|
|
213
|
+
exports.InputSelect = index$1y.InputSelect;
|
|
214
|
+
exports.Inputs = index$1z.Inputs;
|
|
215
|
+
exports.Labels = index$1A.Labels;
|
|
216
|
+
exports.SelectScroll = index$1B.SelectScroll;
|
|
217
|
+
exports.Selector = index$1C.Selector;
|
|
218
|
+
exports.Selects = index$1D.Selects;
|
|
219
|
+
exports.Switchs = index$1E.Switchs;
|
|
220
|
+
exports.Text = index$1F.Text;
|
|
221
|
+
exports.Paging = index$1G.Paging;
|
|
222
|
+
exports.Tables = index$1H.Tables;
|
|
223
|
+
exports.Tablesp = index$1I.Tablesp;
|
|
224
|
+
exports.Tabless = index$1J.Tabless;
|
|
225
|
+
exports.Tablesv = index$1K.Tablesv;
|
|
226
|
+
exports.Tablesvp = index$1L.Tablesvp;
|
|
219
227
|
exports.vLoading = index$b.vLoading;
|
|
@@ -23,8 +23,11 @@ export * from './time-picker/index';
|
|
|
23
23
|
export * from './time-select/index';
|
|
24
24
|
export * from './form-item/index';
|
|
25
25
|
export * from './form/index';
|
|
26
|
+
export * from './autocomplete/index';
|
|
26
27
|
export * from './input-number/index';
|
|
28
|
+
export * from './input-tag/index';
|
|
27
29
|
export * from './input/index';
|
|
30
|
+
export * from './mention/index';
|
|
28
31
|
export * from './radio-group/index';
|
|
29
32
|
export * from './radio/index';
|
|
30
33
|
export * from './option-group/index';
|
|
@@ -32,6 +35,7 @@ export * from './option/index';
|
|
|
32
35
|
export * from './select/index';
|
|
33
36
|
export * from './slider/index';
|
|
34
37
|
export * from './switch/index';
|
|
38
|
+
export * from './transfer/index';
|
|
35
39
|
export * from './upload/index';
|
|
36
40
|
export * from './image/index';
|
|
37
41
|
export * from './dropdown-item/index';
|
package/dist/components/index.js
CHANGED
|
@@ -24,8 +24,11 @@ import { TimePicker } from "./time-picker/index.js";
|
|
|
24
24
|
import { TimeSelect } from "./time-select/index.js";
|
|
25
25
|
import { FormItem } from "./form-item/index.js";
|
|
26
26
|
import { Form } from "./form/index.js";
|
|
27
|
+
import { Autocomplete } from "./autocomplete/index.js";
|
|
27
28
|
import { InputNumber } from "./input-number/index.js";
|
|
29
|
+
import { InputTag } from "./input-tag/index.js";
|
|
28
30
|
import { Input } from "./input/index.js";
|
|
31
|
+
import { Mention } from "./mention/index.js";
|
|
29
32
|
import { RadioGroup } from "./radio-group/index.js";
|
|
30
33
|
import { Radio } from "./radio/index.js";
|
|
31
34
|
import { OptionGroup } from "./option-group/index.js";
|
|
@@ -33,6 +36,7 @@ import { Option } from "./option/index.js";
|
|
|
33
36
|
import { Select } from "./select/index.js";
|
|
34
37
|
import { Slider } from "./slider/index.js";
|
|
35
38
|
import { Switch } from "./switch/index.js";
|
|
39
|
+
import { Transfer } from "./transfer/index.js";
|
|
36
40
|
import { Upload } from "./upload/index.js";
|
|
37
41
|
import { Image } from "./image/index.js";
|
|
38
42
|
import { DropdownItem } from "./dropdown-item/index.js";
|
|
@@ -110,6 +114,7 @@ import { vLoading } from "./loading/src/index.js";
|
|
|
110
114
|
export {
|
|
111
115
|
Alert,
|
|
112
116
|
Array,
|
|
117
|
+
Autocomplete,
|
|
113
118
|
Box,
|
|
114
119
|
BoxAdjust,
|
|
115
120
|
BoxLocal,
|
|
@@ -165,10 +170,12 @@ export {
|
|
|
165
170
|
InputNum,
|
|
166
171
|
InputNumber,
|
|
167
172
|
InputSelect,
|
|
173
|
+
InputTag,
|
|
168
174
|
Inputs,
|
|
169
175
|
Labels,
|
|
170
176
|
Lists,
|
|
171
177
|
Loading,
|
|
178
|
+
Mention,
|
|
172
179
|
Menus,
|
|
173
180
|
Message,
|
|
174
181
|
MessageBox,
|
|
@@ -209,6 +216,7 @@ export {
|
|
|
209
216
|
TimePicker,
|
|
210
217
|
TimeSelect,
|
|
211
218
|
Tooltip,
|
|
219
|
+
Transfer,
|
|
212
220
|
Tree,
|
|
213
221
|
TreeSelect,
|
|
214
222
|
TreeSelectBox,
|
|
@@ -20,8 +20,11 @@
|
|
|
20
20
|
@use './time-select/index.scss' as *;
|
|
21
21
|
@use './form-item/index.scss' as *;
|
|
22
22
|
@use './form/index.scss' as *;
|
|
23
|
+
@use './autocomplete/index.scss' as *;
|
|
23
24
|
@use './input-number/index.scss' as *;
|
|
25
|
+
@use './input-tag/index.scss' as *;
|
|
24
26
|
@use './input/index.scss' as *;
|
|
27
|
+
@use './mention/index.scss' as *;
|
|
25
28
|
@use './radio-group/index.scss' as *;
|
|
26
29
|
@use './radio/index.scss' as *;
|
|
27
30
|
@use './option-group/index.scss' as *;
|
|
@@ -29,6 +32,7 @@
|
|
|
29
32
|
@use './select/index.scss' as *;
|
|
30
33
|
@use './slider/index.scss' as *;
|
|
31
34
|
@use './switch/index.scss' as *;
|
|
35
|
+
@use './transfer/index.scss' as *;
|
|
32
36
|
@use './upload/index.scss' as *;
|
|
33
37
|
@use './image/index.scss' as *;
|
|
34
38
|
@use './dropdown-item/index.scss' as *;
|
|
@@ -20,8 +20,11 @@
|
|
|
20
20
|
@use './time-select/style/index2.scss' as *;
|
|
21
21
|
@use './form-item/style/index2.scss' as *;
|
|
22
22
|
@use './form/style/index2.scss' as *;
|
|
23
|
+
@use './autocomplete/style/index2.scss' as *;
|
|
23
24
|
@use './input-number/style/index2.scss' as *;
|
|
25
|
+
@use './input-tag/style/index2.scss' as *;
|
|
24
26
|
@use './input/style/index2.scss' as *;
|
|
27
|
+
@use './mention/style/index2.scss' as *;
|
|
25
28
|
@use './radio-group/style/index2.scss' as *;
|
|
26
29
|
@use './radio/style/index2.scss' as *;
|
|
27
30
|
@use './option-group/style/index2.scss' as *;
|
|
@@ -29,6 +32,7 @@
|
|
|
29
32
|
@use './select/style/index2.scss' as *;
|
|
30
33
|
@use './slider/style/index2.scss' as *;
|
|
31
34
|
@use './switch/style/index2.scss' as *;
|
|
35
|
+
@use './transfer/style/index2.scss' as *;
|
|
32
36
|
@use './upload/style/index2.scss' as *;
|
|
33
37
|
@use './image/style/index2.scss' as *;
|
|
34
38
|
@use './dropdown-item/style/index2.scss' as *;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPublicPropTypes } from 'vue';
|
|
2
2
|
/**
|
|
3
|
-
* @title {h3} Input
|
|
3
|
+
* @title {h3} Input 输入框
|
|
4
4
|
* @text 目前完全继承 element-plus 中 el-input
|
|
5
5
|
*/
|
|
6
6
|
export declare const dataProps: {};
|
|
@@ -9,6 +9,6 @@ export declare const dataEmits: never[];
|
|
|
9
9
|
export type DataEmits = typeof dataEmits;
|
|
10
10
|
export declare const dataSlot: {};
|
|
11
11
|
/**
|
|
12
|
-
* @expose refEl 获取当前组件在element-plus中暴露的方法
|
|
12
|
+
* @expose { Element } refEl 获取当前组件在element-plus中暴露的方法
|
|
13
13
|
*/
|
|
14
14
|
export declare const dataExpose: {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPublicPropTypes } from 'vue';
|
|
2
2
|
/**
|
|
3
|
-
* @title {h3} InputNumber
|
|
3
|
+
* @title {h3} InputNumber 数字输入框
|
|
4
4
|
* @text 目前完全继承 element-plus 中 el-input-number
|
|
5
5
|
*/
|
|
6
6
|
export declare const dataProps: {};
|
|
@@ -9,6 +9,6 @@ export declare const dataEmits: never[];
|
|
|
9
9
|
export type DataEmits = typeof dataEmits;
|
|
10
10
|
export declare const dataSlot: {};
|
|
11
11
|
/**
|
|
12
|
-
* @expose refEl 获取当前组件在element-plus中暴露的方法
|
|
12
|
+
* @expose { Element } refEl 获取当前组件在element-plus中暴露的方法
|
|
13
13
|
*/
|
|
14
14
|
export declare const dataExpose: {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
;/* empty css */
|
|
4
|
+
const withInstall = require("../../utils/vues/withInstall.cjs");
|
|
5
|
+
require("./src/index.cjs");
|
|
6
|
+
const index_vue_vue_type_script_setup_true_lang = require("./src/index2.cjs");
|
|
7
|
+
const InputTag = withInstall.withInstall(index_vue_vue_type_script_setup_true_lang.default, "InputTag");
|
|
8
|
+
exports.InputTag = InputTag;
|
|
9
|
+
exports.default = InputTag;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const buildProps = require("../../../utils/vues/buildProps.cjs");
|
|
4
|
+
const dataProps = buildProps.buildProps({});
|
|
5
|
+
const dataEmits = [];
|
|
6
|
+
const dataSlot = {};
|
|
7
|
+
const dataExpose = {};
|
|
8
|
+
exports.dataEmits = dataEmits;
|
|
9
|
+
exports.dataExpose = dataExpose;
|
|
10
|
+
exports.dataProps = dataProps;
|
|
11
|
+
exports.dataSlot = dataSlot;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ExtractPublicPropTypes } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* @title {h3} InputTag 标签输入框
|
|
4
|
+
* @text 目前完全继承 element-plus 中 el-input-tag
|
|
5
|
+
*/
|
|
6
|
+
export declare const dataProps: {};
|
|
7
|
+
export type DataProps = ExtractPublicPropTypes<typeof dataProps>;
|
|
8
|
+
export declare const dataEmits: never[];
|
|
9
|
+
export type DataEmits = typeof dataEmits;
|
|
10
|
+
export declare const dataSlot: {};
|
|
11
|
+
/**
|
|
12
|
+
* @expose { Element } refEl 获取当前组件在element-plus中暴露的方法
|
|
13
|
+
*/
|
|
14
|
+
export declare const dataExpose: {};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const vue = require("vue");
|
|
4
|
+
const data = require("./data.cjs");
|
|
5
|
+
const index$1 = require("../../../hooks/cssname/index.cjs");
|
|
6
|
+
const index$2 = require("../../../hooks/locale/index.cjs");
|
|
7
|
+
const index = require("../../../hooks/inherit/index.cjs");
|
|
8
|
+
const index$3 = require("element-plus/es/components/input-tag/index");
|
|
9
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
10
|
+
__name: "index",
|
|
11
|
+
props: data.dataProps,
|
|
12
|
+
emits: data.dataEmits,
|
|
13
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
14
|
+
const refEl = vue.ref();
|
|
15
|
+
const attrs = index.useInherit(vue.useAttrs());
|
|
16
|
+
const slots = vue.useSlots();
|
|
17
|
+
const cs = index$1.useCssName("input-tag");
|
|
18
|
+
const { getLocale } = index$2.useLocale();
|
|
19
|
+
const props = __props;
|
|
20
|
+
const emit = __emit;
|
|
21
|
+
__expose({
|
|
22
|
+
...data.dataExpose,
|
|
23
|
+
refEl
|
|
24
|
+
});
|
|
25
|
+
return (_ctx, _cache) => {
|
|
26
|
+
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
27
|
+
class: vue.unref(cs).z()
|
|
28
|
+
}, vue.unref(attrs).root), [
|
|
29
|
+
vue.createVNode(vue.unref(index$3.ElInputTag), vue.mergeProps(vue.unref(attrs).assem, {
|
|
30
|
+
ref_key: "refEl",
|
|
31
|
+
ref: refEl
|
|
32
|
+
}), vue.createSlots({ _: 2 }, [
|
|
33
|
+
vue.renderList(Object.keys(vue.unref(slots)), (k, i) => {
|
|
34
|
+
return {
|
|
35
|
+
name: k,
|
|
36
|
+
fn: vue.withCtx((scope) => [
|
|
37
|
+
vue.renderSlot(_ctx.$slots, k, vue.normalizeProps(vue.guardReactiveProps(scope)))
|
|
38
|
+
])
|
|
39
|
+
};
|
|
40
|
+
})
|
|
41
|
+
]), 1040)
|
|
42
|
+
], 16);
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
exports.default = _sfc_main;
|