@fangzhongya/fang-ui 0.0.59 → 0.0.61
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/array/src/index2.cjs +10 -12
- package/dist/components/array/src/index2.js +10 -12
- package/dist/components/box/index.css +2 -1
- package/dist/components/box-adjust/index.css +2 -1
- package/dist/components/box-adjust/src/data.cjs +2 -3
- package/dist/components/box-adjust/src/data.d.ts +1 -2
- package/dist/components/box-adjust/src/data.js +2 -3
- package/dist/components/box-adjust/src/index2.cjs +27 -22
- package/dist/components/box-adjust/src/index2.js +15 -10
- package/dist/components/box-local/index.css +2 -1
- package/dist/components/box-title/index.css +2 -1
- package/dist/components/box-title/index.scss +2 -1
- package/dist/components/box-title/src/data.cjs +2 -1
- package/dist/components/box-title/src/data.d.ts +1 -0
- package/dist/components/box-title/src/data.js +2 -1
- package/dist/components/box-title/src/index2.cjs +13 -12
- package/dist/components/box-title/src/index2.js +14 -13
- package/dist/components/common/use.cjs +16 -0
- package/dist/components/common/use.d.ts +3 -0
- package/dist/components/common/use.js +16 -0
- package/dist/components/dialogs/src/index2.cjs +8 -9
- package/dist/components/dialogs/src/index2.js +8 -9
- package/dist/components/edit/src/data.cjs +1 -0
- package/dist/components/edit/src/data.d.ts +1 -0
- package/dist/components/edit/src/data.js +1 -0
- package/dist/components/edit/src/index2.cjs +10 -3
- package/dist/components/edit/src/index2.js +10 -3
- package/dist/components/edit-float/index.css +1 -2
- package/dist/components/edit-float/index.scss +1 -2
- package/dist/components/edit-float/src/data.cjs +1 -0
- package/dist/components/edit-float/src/data.d.ts +1 -0
- package/dist/components/edit-float/src/data.js +1 -0
- package/dist/components/edit-float/src/index2.cjs +21 -19
- package/dist/components/edit-float/src/index2.js +16 -14
- package/dist/components/index.cjs +110 -108
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.scss +1 -0
- package/dist/components/index2.scss +1 -0
- package/dist/components/lists/index.css +0 -5
- package/dist/components/lists/index.scss +0 -5
- package/dist/components/lists/src/index2.cjs +2 -5
- package/dist/components/lists/src/index2.js +3 -6
- package/dist/components/listsp/index.css +0 -5
- package/dist/components/no-data/index.cjs +9 -0
- package/dist/components/no-data/index.css +19 -0
- package/dist/components/no-data/index.d.ts +4 -0
- package/dist/components/no-data/index.js +9 -0
- package/dist/components/no-data/index.scss +8 -0
- package/dist/components/no-data/src/data.cjs +24 -0
- package/dist/components/no-data/src/data.d.ts +26 -0
- package/dist/components/no-data/src/data.js +24 -0
- package/dist/components/no-data/src/index.cjs +4 -0
- package/dist/components/no-data/src/index.js +4 -0
- package/dist/components/no-data/src/index2.cjs +34 -0
- package/dist/components/no-data/src/index2.js +34 -0
- package/dist/components/page/set-column.css +8 -8
- package/dist/components/page/src/set-column.cjs +1 -1
- package/dist/components/page/src/set-column.js +1 -1
- package/dist/components/page/src/set-column2.cjs +3 -6
- package/dist/components/page/src/set-column2.js +4 -7
- package/dist/components/popup/index.css +2 -1
- package/dist/components/popup/src/data.cjs +2 -3
- package/dist/components/popup/src/data.d.ts +1 -2
- package/dist/components/popup/src/data.js +2 -3
- package/dist/components/popup/src/index2.cjs +15 -9
- package/dist/components/popup/src/index2.js +16 -10
- package/dist/components/tables/src/index2.cjs +4 -7
- package/dist/components/tables/src/index2.js +3 -6
- package/dist/components/tablesv/src/index2.cjs +2 -5
- package/dist/components/tablesv/src/index2.js +3 -6
- package/dist/components/window/index.css +2 -1
- package/dist/components/window/src/data.cjs +2 -3
- package/dist/components/window/src/data.d.ts +1 -2
- package/dist/components/window/src/data.js +2 -3
- package/dist/components/window/src/index2.cjs +15 -9
- package/dist/components/window/src/index2.js +15 -9
- package/dist/css/box-adjust.css +2 -1
- package/dist/css/box-local.css +2 -1
- package/dist/css/box-title.css +2 -1
- package/dist/css/box.css +2 -1
- package/dist/css/edit-float.css +1 -2
- package/dist/css/index.css +9 -8
- package/dist/css/lists.css +0 -5
- package/dist/css/listsp.css +0 -5
- package/dist/css/no-data.css +19 -0
- package/dist/css/page/set-column.css +8 -8
- package/dist/css/popup.css +2 -1
- package/dist/css/window.css +2 -1
- package/dist/directives/drag/index.cjs +3 -2
- package/dist/directives/drag/index.js +3 -2
- package/dist/expand/{chunk-ID2WVA6N.js → chunk-3HYUAX6P.js} +2 -0
- package/dist/expand/{chunk-NEHCZ3EJ.cjs → chunk-IPHLXLMM.cjs} +2 -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/hooks/index.cjs +0 -1
- package/dist/hooks/index.js +1 -2
- package/dist/hooks/locale/index.cjs +5 -45
- package/dist/hooks/locale/index.d.ts +0 -9
- package/dist/hooks/locale/index.js +5 -45
- package/dist/icons/index.css +30 -30
- package/dist/icons/index.json +13 -13
- package/dist/index.cjs +128 -126
- package/dist/index.css +9 -8
- package/dist/index.js +2 -0
- package/dist/locale/en.cjs +31 -31
- package/dist/locale/en.d.ts +2 -2
- package/dist/locale/en.js +31 -31
- package/dist/locale/zh-cn.cjs +2 -2
- package/dist/locale/zh-cn.d.ts +2 -2
- package/dist/locale/zh-cn.js +2 -2
- package/package.json +10 -10
- /package/dist/components/{keep-com → transfer}/index.css +0 -0
- /package/dist/css/{keep-com.css → transfer.css} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const index$
|
|
4
|
-
const index$
|
|
5
|
-
const index$
|
|
3
|
+
const index$1X = require("./components/index.cjs");
|
|
4
|
+
const index$1Y = require("./directives/index.cjs");
|
|
5
|
+
const index$1Z = require("./icons/index.cjs");
|
|
6
6
|
const index$1 = require("./components/button/index.cjs");
|
|
7
7
|
const index$2 = require("./components/card/index.cjs");
|
|
8
8
|
const index$3 = require("./components/collapse-item/index.cjs");
|
|
@@ -64,79 +64,80 @@ const index$W = require("./components/box-teleport/index.cjs");
|
|
|
64
64
|
const index$X = require("./components/box-title/index.cjs");
|
|
65
65
|
const index$Y = require("./components/box/index.cjs");
|
|
66
66
|
const index$Z = require("./components/dialogs/index.cjs");
|
|
67
|
-
const index$_ = require("./components/
|
|
68
|
-
const index$$ = require("./components/
|
|
69
|
-
const index$10 = require("./components/
|
|
70
|
-
const index$11 = require("./components/
|
|
71
|
-
const index$12 = require("./components/stick-
|
|
72
|
-
const index$13 = require("./components/stick-
|
|
73
|
-
const index$14 = require("./components/window/index.cjs");
|
|
74
|
-
const index$15 = require("./components/
|
|
75
|
-
const index$16 = require("./components/
|
|
76
|
-
const index$17 = require("./components/icon/index.cjs");
|
|
77
|
-
const index$18 = require("./components/
|
|
78
|
-
const index$19 = require("./components/
|
|
79
|
-
const index$1a = require("./components/
|
|
80
|
-
const index$1b = require("./components/
|
|
81
|
-
const index$1c = require("./components/
|
|
82
|
-
const index$1d = require("./components/
|
|
83
|
-
const index$1e = require("./components/
|
|
84
|
-
const index$1f = require("./components/
|
|
85
|
-
const index$1g = require("./components/
|
|
86
|
-
const index$1h = require("./components/select
|
|
87
|
-
const index$1i = require("./components/select-
|
|
88
|
-
const index$1j = require("./components/
|
|
89
|
-
const index$1k = require("./components/
|
|
90
|
-
const index$1l = require("./components/
|
|
91
|
-
const index$1m = require("./components/
|
|
92
|
-
const index$1n = require("./components/
|
|
93
|
-
const index$1o = require("./components/
|
|
94
|
-
const index$1p = require("./components/
|
|
95
|
-
const index$1q = require("./components/dates-
|
|
96
|
-
const index$1r = require("./components/dates/index.cjs");
|
|
97
|
-
const index$1s = require("./components/
|
|
98
|
-
const index$1t = require("./components/edit/index.cjs");
|
|
99
|
-
const index$1u = require("./components/
|
|
100
|
-
const index$1v = require("./components/
|
|
101
|
-
const index$1w = require("./components/
|
|
102
|
-
const index$1x = require("./components/input-
|
|
103
|
-
const index$1y = require("./components/input-
|
|
104
|
-
const index$1z = require("./components/input-
|
|
105
|
-
const index$1A = require("./components/
|
|
106
|
-
const index$1B = require("./components/
|
|
107
|
-
const index$1C = require("./components/
|
|
108
|
-
const index$1D = require("./components/
|
|
109
|
-
const index$1E = require("./components/
|
|
110
|
-
const index$1F = require("./components/
|
|
111
|
-
const index$1G = require("./components/
|
|
112
|
-
const index$1H = require("./components/
|
|
113
|
-
const index$1I = require("./components/
|
|
114
|
-
const index$1J = require("./components/
|
|
115
|
-
const index$1K = require("./components/
|
|
116
|
-
const index$1L = require("./components/
|
|
117
|
-
const index$1M = require("./components/
|
|
118
|
-
const index$1N = require("./components/
|
|
119
|
-
const index$1O = require("./components/
|
|
120
|
-
const index$1P = require("./components/
|
|
121
|
-
const index$1Q = require("./
|
|
122
|
-
const index$1R = require("./directives/
|
|
123
|
-
const index$1S = require("./directives/
|
|
124
|
-
const index$1T = require("./directives/
|
|
125
|
-
const index$1U = require("./directives/
|
|
126
|
-
const index$1V = require("./directives/
|
|
67
|
+
const index$_ = require("./components/no-data/index.cjs");
|
|
68
|
+
const index$$ = require("./components/popup/index.cjs");
|
|
69
|
+
const index$10 = require("./components/right-key/index.cjs");
|
|
70
|
+
const index$11 = require("./components/seamless-scroll/index.cjs");
|
|
71
|
+
const index$12 = require("./components/stick-div/index.cjs");
|
|
72
|
+
const index$13 = require("./components/stick-edge/index.cjs");
|
|
73
|
+
const index$14 = require("./components/stick-window/index.cjs");
|
|
74
|
+
const index$15 = require("./components/window/index.cjs");
|
|
75
|
+
const index$16 = require("./components/global-config/index.cjs");
|
|
76
|
+
const index$17 = require("./components/icon-picker/index.cjs");
|
|
77
|
+
const index$18 = require("./components/icon/index.cjs");
|
|
78
|
+
const index$19 = require("./components/iframe/index.cjs");
|
|
79
|
+
const index$1a = require("./components/keep-com/index.cjs");
|
|
80
|
+
const index$1b = require("./components/menus/index.cjs");
|
|
81
|
+
const index$1c = require("./components/page/index.cjs");
|
|
82
|
+
const index$1d = require("./components/retract/index.cjs");
|
|
83
|
+
const index$1e = require("./components/choice-select/index.cjs");
|
|
84
|
+
const index$1f = require("./components/company-select/index.cjs");
|
|
85
|
+
const index$1g = require("./components/department-select/index.cjs");
|
|
86
|
+
const index$1h = require("./components/role-select/index.cjs");
|
|
87
|
+
const index$1i = require("./components/select-dialog/index.cjs");
|
|
88
|
+
const index$1j = require("./components/select-popover/index.cjs");
|
|
89
|
+
const index$1k = require("./components/tree-select-box/index.cjs");
|
|
90
|
+
const index$1l = require("./components/user-select/index.cjs");
|
|
91
|
+
const index$1m = require("./components/array/index.cjs");
|
|
92
|
+
const index$1n = require("./components/buttons/index.cjs");
|
|
93
|
+
const index$1o = require("./components/cascaders/index.cjs");
|
|
94
|
+
const index$1p = require("./components/checks/index.cjs");
|
|
95
|
+
const index$1q = require("./components/dates-divide/index.cjs");
|
|
96
|
+
const index$1r = require("./components/dates-picker/index.cjs");
|
|
97
|
+
const index$1s = require("./components/dates/index.cjs");
|
|
98
|
+
const index$1t = require("./components/edit-float/index.cjs");
|
|
99
|
+
const index$1u = require("./components/edit/index.cjs");
|
|
100
|
+
const index$1v = require("./components/history/index.cjs");
|
|
101
|
+
const index$1w = require("./components/images/index.cjs");
|
|
102
|
+
const index$1x = require("./components/input-array/index.cjs");
|
|
103
|
+
const index$1y = require("./components/input-history/index.cjs");
|
|
104
|
+
const index$1z = require("./components/input-num/index.cjs");
|
|
105
|
+
const index$1A = require("./components/input-select/index.cjs");
|
|
106
|
+
const index$1B = require("./components/inputs/index.cjs");
|
|
107
|
+
const index$1C = require("./components/labels/index.cjs");
|
|
108
|
+
const index$1D = require("./components/select-scroll/index.cjs");
|
|
109
|
+
const index$1E = require("./components/selector/index.cjs");
|
|
110
|
+
const index$1F = require("./components/selects/index.cjs");
|
|
111
|
+
const index$1G = require("./components/switchs/index.cjs");
|
|
112
|
+
const index$1H = require("./components/text/index.cjs");
|
|
113
|
+
const index$1I = require("./components/list/index.cjs");
|
|
114
|
+
const index$1J = require("./components/lists/index.cjs");
|
|
115
|
+
const index$1K = require("./components/listsp/index.cjs");
|
|
116
|
+
const index$1L = require("./components/paging/index.cjs");
|
|
117
|
+
const index$1M = require("./components/tables/index.cjs");
|
|
118
|
+
const index$1N = require("./components/tablesp/index.cjs");
|
|
119
|
+
const index$1O = require("./components/tabless/index.cjs");
|
|
120
|
+
const index$1P = require("./components/tablesv/index.cjs");
|
|
121
|
+
const index$1Q = require("./components/tablesvp/index.cjs");
|
|
122
|
+
const index$1R = require("./directives/adjust/index.cjs");
|
|
123
|
+
const index$1S = require("./directives/drag/index.cjs");
|
|
124
|
+
const index$1T = require("./directives/expose/index.cjs");
|
|
125
|
+
const index$1U = require("./directives/locus/index.cjs");
|
|
126
|
+
const index$1V = require("./directives/scroll/index.cjs");
|
|
127
|
+
const index$1W = require("./directives/stick/index.cjs");
|
|
127
128
|
const index = {
|
|
128
129
|
install: function(app) {
|
|
129
|
-
const com = index$
|
|
130
|
+
const com = index$1X;
|
|
130
131
|
Object.keys(com).forEach((key) => {
|
|
131
132
|
if (com[key].install) {
|
|
132
133
|
com[key].install(app);
|
|
133
134
|
}
|
|
134
135
|
});
|
|
135
|
-
const dire = index$
|
|
136
|
+
const dire = index$1Y;
|
|
136
137
|
Object.keys(dire).forEach((key) => {
|
|
137
138
|
app.directive(key, dire[key]);
|
|
138
139
|
});
|
|
139
|
-
index$
|
|
140
|
+
index$1Z.default(app);
|
|
140
141
|
}
|
|
141
142
|
};
|
|
142
143
|
exports.Button = index$1.Button;
|
|
@@ -201,64 +202,65 @@ exports.BoxTeleport = index$W.BoxTeleport;
|
|
|
201
202
|
exports.BoxTitle = index$X.BoxTitle;
|
|
202
203
|
exports.Box = index$Y.Box;
|
|
203
204
|
exports.Dialogs = index$Z.Dialogs;
|
|
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.
|
|
219
|
-
exports.
|
|
220
|
-
exports.
|
|
221
|
-
exports.
|
|
222
|
-
exports.
|
|
223
|
-
exports.
|
|
224
|
-
exports.
|
|
225
|
-
exports.
|
|
226
|
-
exports.
|
|
227
|
-
exports.
|
|
228
|
-
exports.
|
|
229
|
-
exports.
|
|
230
|
-
exports.
|
|
231
|
-
exports.
|
|
232
|
-
exports.
|
|
233
|
-
exports.
|
|
234
|
-
exports.
|
|
235
|
-
exports.
|
|
236
|
-
exports.
|
|
237
|
-
exports.
|
|
238
|
-
exports.
|
|
239
|
-
exports.
|
|
240
|
-
exports.
|
|
241
|
-
exports.
|
|
242
|
-
exports.
|
|
243
|
-
exports.
|
|
244
|
-
exports.
|
|
245
|
-
exports.
|
|
246
|
-
exports.
|
|
247
|
-
exports.
|
|
248
|
-
exports.
|
|
249
|
-
exports.
|
|
250
|
-
exports.
|
|
251
|
-
exports.
|
|
252
|
-
exports.
|
|
253
|
-
exports.
|
|
254
|
-
exports.
|
|
255
|
-
exports.
|
|
256
|
-
exports.
|
|
257
|
-
exports.
|
|
258
|
-
exports.
|
|
259
|
-
exports.
|
|
260
|
-
exports.
|
|
261
|
-
exports.
|
|
262
|
-
exports.
|
|
263
|
-
exports.
|
|
205
|
+
exports.NoData = index$_.NoData;
|
|
206
|
+
exports.Popup = index$$.Popup;
|
|
207
|
+
exports.RightKey = index$10.RightKey;
|
|
208
|
+
exports.SeamlessScroll = index$11.SeamlessScroll;
|
|
209
|
+
exports.StickDiv = index$12.StickDiv;
|
|
210
|
+
exports.StickEdge = index$13.StickEdge;
|
|
211
|
+
exports.StickWindow = index$14.StickWindow;
|
|
212
|
+
exports.Window = index$15.Window;
|
|
213
|
+
exports.GlobalConfig = index$16.GlobalConfig;
|
|
214
|
+
exports.IconPicker = index$17.IconPicker;
|
|
215
|
+
exports.Icon = index$18.Icon;
|
|
216
|
+
exports.Iframe = index$19.Iframe;
|
|
217
|
+
exports.KeepCom = index$1a.KeepCom;
|
|
218
|
+
exports.Menus = index$1b.Menus;
|
|
219
|
+
exports.Page = index$1c.Page;
|
|
220
|
+
exports.Retract = index$1d.Retract;
|
|
221
|
+
exports.ChoiceSelect = index$1e.ChoiceSelect;
|
|
222
|
+
exports.CompanySelect = index$1f.CompanySelect;
|
|
223
|
+
exports.DepartmentSelect = index$1g.DepartmentSelect;
|
|
224
|
+
exports.RoleSelect = index$1h.RoleSelect;
|
|
225
|
+
exports.SelectDialog = index$1i.SelectDialog;
|
|
226
|
+
exports.SelectPopover = index$1j.SelectPopover;
|
|
227
|
+
exports.TreeSelectBox = index$1k.TreeSelectBox;
|
|
228
|
+
exports.UserSelect = index$1l.UserSelect;
|
|
229
|
+
exports.Array = index$1m.Array;
|
|
230
|
+
exports.Buttons = index$1n.Buttons;
|
|
231
|
+
exports.Cascaders = index$1o.Cascaders;
|
|
232
|
+
exports.Checks = index$1p.Checks;
|
|
233
|
+
exports.DatesDivide = index$1q.DatesDivide;
|
|
234
|
+
exports.DatesPicker = index$1r.DatesPicker;
|
|
235
|
+
exports.Dates = index$1s.Dates;
|
|
236
|
+
exports.EditFloat = index$1t.EditFloat;
|
|
237
|
+
exports.Edit = index$1u.Edit;
|
|
238
|
+
exports.History = index$1v.History;
|
|
239
|
+
exports.Images = index$1w.Images;
|
|
240
|
+
exports.InputArray = index$1x.InputArray;
|
|
241
|
+
exports.InputHistory = index$1y.InputHistory;
|
|
242
|
+
exports.InputNum = index$1z.InputNum;
|
|
243
|
+
exports.InputSelect = index$1A.InputSelect;
|
|
244
|
+
exports.Inputs = index$1B.Inputs;
|
|
245
|
+
exports.Labels = index$1C.Labels;
|
|
246
|
+
exports.SelectScroll = index$1D.SelectScroll;
|
|
247
|
+
exports.Selector = index$1E.Selector;
|
|
248
|
+
exports.Selects = index$1F.Selects;
|
|
249
|
+
exports.Switchs = index$1G.Switchs;
|
|
250
|
+
exports.Text = index$1H.Text;
|
|
251
|
+
exports.List = index$1I.List;
|
|
252
|
+
exports.Lists = index$1J.Lists;
|
|
253
|
+
exports.Listsp = index$1K.Listsp;
|
|
254
|
+
exports.Paging = index$1L.Paging;
|
|
255
|
+
exports.Tables = index$1M.Tables;
|
|
256
|
+
exports.Tablesp = index$1N.Tablesp;
|
|
257
|
+
exports.Tabless = index$1O.Tabless;
|
|
258
|
+
exports.Tablesv = index$1P.Tablesv;
|
|
259
|
+
exports.Tablesvp = index$1Q.Tablesvp;
|
|
260
|
+
exports.Adjust = index$1R.default;
|
|
261
|
+
exports.Drag = index$1S.default;
|
|
262
|
+
exports.Expose = index$1T.default;
|
|
263
|
+
exports.Locus = index$1U.default;
|
|
264
|
+
exports.Scroll = index$1V.default;
|
|
265
|
+
exports.Stick = index$1W.default;
|
|
264
266
|
exports.default = index;
|
package/dist/index.css
CHANGED
|
@@ -132,14 +132,15 @@
|
|
|
132
132
|
.box-title-close {
|
|
133
133
|
right: 10px;
|
|
134
134
|
font-size: 18px;
|
|
135
|
+
height: 100%;
|
|
135
136
|
display: flex;
|
|
136
137
|
align-items: center;
|
|
138
|
+
cursor: pointer;
|
|
137
139
|
}
|
|
138
140
|
.box-title-close-icon {
|
|
139
141
|
width: 20px;
|
|
140
142
|
height: 20px;
|
|
141
143
|
margin: 0 4px;
|
|
142
|
-
cursor: pointer;
|
|
143
144
|
}
|
|
144
145
|
|
|
145
146
|
.box-adjust {
|
|
@@ -237,6 +238,12 @@
|
|
|
237
238
|
padding: 20px 20px;
|
|
238
239
|
}
|
|
239
240
|
|
|
241
|
+
.no-data {
|
|
242
|
+
text-align: center;
|
|
243
|
+
margin-top: 20px;
|
|
244
|
+
color: #999;
|
|
245
|
+
}
|
|
246
|
+
|
|
240
247
|
.popup {
|
|
241
248
|
position: fixed;
|
|
242
249
|
width: 100vw;
|
|
@@ -860,8 +867,7 @@
|
|
|
860
867
|
padding: 10px 0;
|
|
861
868
|
}
|
|
862
869
|
.edit-float-but {
|
|
863
|
-
|
|
864
|
-
flex-direction: row-reverse;
|
|
870
|
+
text-align: right;
|
|
865
871
|
}
|
|
866
872
|
|
|
867
873
|
.edit {
|
|
@@ -1189,11 +1195,6 @@
|
|
|
1189
1195
|
.lists-list-item .el-card {
|
|
1190
1196
|
background-color: transparent;
|
|
1191
1197
|
}
|
|
1192
|
-
.lists-list .lists-no-data {
|
|
1193
|
-
text-align: center;
|
|
1194
|
-
margin-top: 20px;
|
|
1195
|
-
color: #999;
|
|
1196
|
-
}
|
|
1197
1198
|
|
|
1198
1199
|
.listsp {
|
|
1199
1200
|
width: 100%;
|
package/dist/index.js
CHANGED
|
@@ -62,6 +62,7 @@ import { BoxTeleport } from "./components/box-teleport/index.js";
|
|
|
62
62
|
import { BoxTitle } from "./components/box-title/index.js";
|
|
63
63
|
import { Box } from "./components/box/index.js";
|
|
64
64
|
import { Dialogs } from "./components/dialogs/index.js";
|
|
65
|
+
import { NoData } from "./components/no-data/index.js";
|
|
65
66
|
import { Popup } from "./components/popup/index.js";
|
|
66
67
|
import { RightKey } from "./components/right-key/index.js";
|
|
67
68
|
import { SeamlessScroll } from "./components/seamless-scroll/index.js";
|
|
@@ -212,6 +213,7 @@ export {
|
|
|
212
213
|
Menus,
|
|
213
214
|
Message,
|
|
214
215
|
MessageBox,
|
|
216
|
+
NoData,
|
|
215
217
|
Option,
|
|
216
218
|
OptionGroup,
|
|
217
219
|
Page,
|
package/dist/locale/en.cjs
CHANGED
|
@@ -3,41 +3,41 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const En = {
|
|
4
4
|
name: "en",
|
|
5
5
|
value: {
|
|
6
|
-
hello: "Hello",
|
|
7
|
-
cs: "test",
|
|
8
6
|
form: {
|
|
9
|
-
cancel: "
|
|
10
|
-
confirm: "
|
|
11
|
-
delete: "
|
|
12
|
-
import: "
|
|
13
|
-
select: "
|
|
14
|
-
verif: "
|
|
7
|
+
cancel: "Cancel",
|
|
8
|
+
confirm: "Confirm",
|
|
9
|
+
delete: "Delete",
|
|
10
|
+
import: "Please enter",
|
|
11
|
+
select: "Please select",
|
|
12
|
+
verif: "Verification failed"
|
|
15
13
|
},
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
modify: "Modify",
|
|
15
|
+
close: "Close",
|
|
16
|
+
maxh: "Maximize",
|
|
17
|
+
minh: "Minimize",
|
|
19
18
|
tmaxh: "Exit maximization",
|
|
20
|
-
clean: "
|
|
21
|
-
search: "
|
|
22
|
-
iconpicker: "
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
19
|
+
clean: "Clean",
|
|
20
|
+
search: "Search",
|
|
21
|
+
iconpicker: "Icon picker",
|
|
22
|
+
nodata: "No data",
|
|
23
|
+
retreat: "Retreat",
|
|
24
|
+
forward: "Forward",
|
|
25
|
+
to: "To",
|
|
26
|
+
began: "Began",
|
|
27
|
+
end: "End",
|
|
28
|
+
cannot: "Cannot be greater than",
|
|
29
|
+
serial: "Serial number",
|
|
30
30
|
page: {
|
|
31
|
-
add: "
|
|
32
|
-
edit: "
|
|
33
|
-
delete: "
|
|
34
|
-
details: "
|
|
35
|
-
batch: "
|
|
36
|
-
operation: "
|
|
37
|
-
query: "
|
|
38
|
-
reset: "
|
|
39
|
-
senior: "
|
|
40
|
-
put: "
|
|
31
|
+
add: "Add",
|
|
32
|
+
edit: "Edit",
|
|
33
|
+
delete: "Delete",
|
|
34
|
+
details: "Details",
|
|
35
|
+
batch: "Batch",
|
|
36
|
+
operation: "Operation",
|
|
37
|
+
query: "Query",
|
|
38
|
+
reset: "Reset",
|
|
39
|
+
senior: "Senior",
|
|
40
|
+
put: "Put away"
|
|
41
41
|
},
|
|
42
42
|
pag: {
|
|
43
43
|
total: "Total $1 page",
|
package/dist/locale/en.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
name: string;
|
|
3
3
|
value: {
|
|
4
|
-
hello: string;
|
|
5
|
-
cs: string;
|
|
6
4
|
form: {
|
|
7
5
|
cancel: string;
|
|
8
6
|
confirm: string;
|
|
@@ -11,6 +9,7 @@ declare const _default: {
|
|
|
11
9
|
select: string;
|
|
12
10
|
verif: string;
|
|
13
11
|
};
|
|
12
|
+
modify: string;
|
|
14
13
|
close: string;
|
|
15
14
|
maxh: string;
|
|
16
15
|
minh: string;
|
|
@@ -18,6 +17,7 @@ declare const _default: {
|
|
|
18
17
|
clean: string;
|
|
19
18
|
search: string;
|
|
20
19
|
iconpicker: string;
|
|
20
|
+
nodata: string;
|
|
21
21
|
retreat: string;
|
|
22
22
|
forward: string;
|
|
23
23
|
to: string;
|
package/dist/locale/en.js
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
const En = {
|
|
2
2
|
name: "en",
|
|
3
3
|
value: {
|
|
4
|
-
hello: "Hello",
|
|
5
|
-
cs: "test",
|
|
6
4
|
form: {
|
|
7
|
-
cancel: "
|
|
8
|
-
confirm: "
|
|
9
|
-
delete: "
|
|
10
|
-
import: "
|
|
11
|
-
select: "
|
|
12
|
-
verif: "
|
|
5
|
+
cancel: "Cancel",
|
|
6
|
+
confirm: "Confirm",
|
|
7
|
+
delete: "Delete",
|
|
8
|
+
import: "Please enter",
|
|
9
|
+
select: "Please select",
|
|
10
|
+
verif: "Verification failed"
|
|
13
11
|
},
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
modify: "Modify",
|
|
13
|
+
close: "Close",
|
|
14
|
+
maxh: "Maximize",
|
|
15
|
+
minh: "Minimize",
|
|
17
16
|
tmaxh: "Exit maximization",
|
|
18
|
-
clean: "
|
|
19
|
-
search: "
|
|
20
|
-
iconpicker: "
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
17
|
+
clean: "Clean",
|
|
18
|
+
search: "Search",
|
|
19
|
+
iconpicker: "Icon picker",
|
|
20
|
+
nodata: "No data",
|
|
21
|
+
retreat: "Retreat",
|
|
22
|
+
forward: "Forward",
|
|
23
|
+
to: "To",
|
|
24
|
+
began: "Began",
|
|
25
|
+
end: "End",
|
|
26
|
+
cannot: "Cannot be greater than",
|
|
27
|
+
serial: "Serial number",
|
|
28
28
|
page: {
|
|
29
|
-
add: "
|
|
30
|
-
edit: "
|
|
31
|
-
delete: "
|
|
32
|
-
details: "
|
|
33
|
-
batch: "
|
|
34
|
-
operation: "
|
|
35
|
-
query: "
|
|
36
|
-
reset: "
|
|
37
|
-
senior: "
|
|
38
|
-
put: "
|
|
29
|
+
add: "Add",
|
|
30
|
+
edit: "Edit",
|
|
31
|
+
delete: "Delete",
|
|
32
|
+
details: "Details",
|
|
33
|
+
batch: "Batch",
|
|
34
|
+
operation: "Operation",
|
|
35
|
+
query: "Query",
|
|
36
|
+
reset: "Reset",
|
|
37
|
+
senior: "Senior",
|
|
38
|
+
put: "Put away"
|
|
39
39
|
},
|
|
40
40
|
pag: {
|
|
41
41
|
total: "Total $1 page",
|
package/dist/locale/zh-cn.cjs
CHANGED
|
@@ -3,8 +3,6 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const ZhCn = {
|
|
4
4
|
name: "zh-cn",
|
|
5
5
|
value: {
|
|
6
|
-
hello: "你好",
|
|
7
|
-
cs: "测试",
|
|
8
6
|
form: {
|
|
9
7
|
cancel: "取消",
|
|
10
8
|
confirm: "确认",
|
|
@@ -13,6 +11,7 @@ const ZhCn = {
|
|
|
13
11
|
select: "请选择",
|
|
14
12
|
verif: "校验失败"
|
|
15
13
|
},
|
|
14
|
+
modify: "修改",
|
|
16
15
|
close: "关闭",
|
|
17
16
|
maxh: "最大化",
|
|
18
17
|
minh: "最小化",
|
|
@@ -20,6 +19,7 @@ const ZhCn = {
|
|
|
20
19
|
clean: "清除",
|
|
21
20
|
search: "搜索",
|
|
22
21
|
iconpicker: "图标选择器",
|
|
22
|
+
nodata: "暂无数据",
|
|
23
23
|
retreat: "后退",
|
|
24
24
|
forward: "前进",
|
|
25
25
|
to: "至",
|
package/dist/locale/zh-cn.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
name: string;
|
|
3
3
|
value: {
|
|
4
|
-
hello: string;
|
|
5
|
-
cs: string;
|
|
6
4
|
form: {
|
|
7
5
|
cancel: string;
|
|
8
6
|
confirm: string;
|
|
@@ -11,6 +9,7 @@ declare const _default: {
|
|
|
11
9
|
select: string;
|
|
12
10
|
verif: string;
|
|
13
11
|
};
|
|
12
|
+
modify: string;
|
|
14
13
|
close: string;
|
|
15
14
|
maxh: string;
|
|
16
15
|
minh: string;
|
|
@@ -18,6 +17,7 @@ declare const _default: {
|
|
|
18
17
|
clean: string;
|
|
19
18
|
search: string;
|
|
20
19
|
iconpicker: string;
|
|
20
|
+
nodata: string;
|
|
21
21
|
retreat: string;
|
|
22
22
|
forward: string;
|
|
23
23
|
to: string;
|
package/dist/locale/zh-cn.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
const ZhCn = {
|
|
2
2
|
name: "zh-cn",
|
|
3
3
|
value: {
|
|
4
|
-
hello: "你好",
|
|
5
|
-
cs: "测试",
|
|
6
4
|
form: {
|
|
7
5
|
cancel: "取消",
|
|
8
6
|
confirm: "确认",
|
|
@@ -11,6 +9,7 @@ const ZhCn = {
|
|
|
11
9
|
select: "请选择",
|
|
12
10
|
verif: "校验失败"
|
|
13
11
|
},
|
|
12
|
+
modify: "修改",
|
|
14
13
|
close: "关闭",
|
|
15
14
|
maxh: "最大化",
|
|
16
15
|
minh: "最小化",
|
|
@@ -18,6 +17,7 @@ const ZhCn = {
|
|
|
18
17
|
clean: "清除",
|
|
19
18
|
search: "搜索",
|
|
20
19
|
iconpicker: "图标选择器",
|
|
20
|
+
nodata: "暂无数据",
|
|
21
21
|
retreat: "后退",
|
|
22
22
|
forward: "前进",
|
|
23
23
|
to: "至",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fangzhongya/fang-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.61",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description ": "fang-ui",
|
|
7
7
|
"keywords": [
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"fangui": "bin/fang-ui.js"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@fangzhongya/utils": "0.0.
|
|
27
|
+
"@fangzhongya/utils": "0.0.30"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@fangzhongya/create": "0.2.34",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"d3-timer": "3.0.1",
|
|
36
36
|
"element-plus": "^2.11.3",
|
|
37
37
|
"fast-glob": "^3.3.3",
|
|
38
|
-
"sass": "^1.93.
|
|
38
|
+
"sass": "^1.93.2",
|
|
39
39
|
"ts-node": "^10.9.2",
|
|
40
40
|
"tsup": "^8.5.0",
|
|
41
41
|
"typescript": "^5.9.2",
|
|
42
|
-
"unplugin-auto-import": "20.
|
|
42
|
+
"unplugin-auto-import": "20.2.0",
|
|
43
43
|
"unplugin-dts": "1.0.0-beta.6",
|
|
44
44
|
"unplugin-vue-components": "29.1.0",
|
|
45
45
|
"vite": "^6.3.5",
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"vue": "^3.5.21",
|
|
49
49
|
"vue-tsc": "^3.0.8",
|
|
50
50
|
"vuedraggable": "4.1.0",
|
|
51
|
-
"vxe-table": "4.16.
|
|
51
|
+
"vxe-table": "4.16.19",
|
|
52
52
|
"@fang-ui/components": "0.0.1-0",
|
|
53
|
-
"@fang-ui/directives": "0.0.1-0",
|
|
54
|
-
"@fang-ui/locale": "0.0.1-0",
|
|
55
|
-
"@fang-ui/icons": "0.0.1-0",
|
|
56
53
|
"@fang-ui/hooks": "0.0.1-0",
|
|
54
|
+
"@fang-ui/directives": "0.0.1-0",
|
|
57
55
|
"@fang-ui/theme": "0.0.1-0",
|
|
58
|
-
"@fang-ui/
|
|
59
|
-
"@fang-ui/utils": "0.0.1-0"
|
|
56
|
+
"@fang-ui/icons": "0.0.1-0",
|
|
57
|
+
"@fang-ui/utils": "0.0.1-0",
|
|
58
|
+
"@fang-ui/locale": "0.0.1-0",
|
|
59
|
+
"@fang-ui/types": "0.0.1-0"
|
|
60
60
|
},
|
|
61
61
|
"main": "./dist/index.cjs",
|
|
62
62
|
"module": "./dist/index.js",
|