@fangzhongya/fang-ui 0.1.19 → 0.1.21
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/data.cjs +4 -0
- package/dist/components/array/src/data.d.ts +4 -0
- package/dist/components/array/src/data.js +4 -0
- package/dist/components/array/src/index2.cjs +22 -21
- package/dist/components/array/src/index2.js +12 -11
- package/dist/components/common/compons.cjs +4 -2
- package/dist/components/common/compons.d.ts +1 -1
- package/dist/components/common/compons.js +4 -2
- package/dist/components/forms/src/data.cjs +5 -5
- package/dist/components/forms/src/data.d.ts +1 -1
- package/dist/components/forms/src/data.js +5 -5
- package/dist/components/forms/src/index2.cjs +5 -3
- package/dist/components/forms/src/index2.js +5 -3
- package/dist/components/forms/src/setup.cjs +0 -7
- package/dist/components/forms/src/setup.js +0 -7
- package/dist/components/forms-div/src/data.cjs +1 -1
- package/dist/components/forms-div/src/data.js +1 -1
- package/dist/components/forms-div/src/index2.cjs +11 -4
- package/dist/components/forms-div/src/index2.js +10 -3
- package/dist/components/forms-item/src/data.cjs +1 -1
- package/dist/components/forms-item/src/data.js +1 -1
- package/dist/components/forms-item/src/index2.cjs +4 -2
- package/dist/components/forms-item/src/index2.js +4 -2
- package/dist/components/forms-item/src/label.cjs +3 -2
- package/dist/components/forms-item/src/label.js +3 -2
- package/dist/components/forms-items/src/data.cjs +1 -1
- package/dist/components/forms-items/src/data.js +1 -1
- package/dist/components/forms-items/src/index2.cjs +4 -2
- package/dist/components/forms-items/src/index2.js +4 -2
- package/dist/components/global-config/src/data.cjs +12 -0
- package/dist/components/global-config/src/data.d.ts +12 -0
- package/dist/components/global-config/src/data.js +12 -0
- package/dist/components/index.cjs +16 -12
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +4 -0
- package/dist/components/index.scss +2 -0
- package/dist/components/index2.scss +2 -0
- package/dist/components/list/index.css +12 -0
- package/dist/components/list/index.scss +15 -0
- package/dist/components/list/src/data.cjs +21 -2
- package/dist/components/list/src/data.d.ts +22 -1
- package/dist/components/list/src/data.js +21 -2
- package/dist/components/list/src/index2.cjs +75 -23
- package/dist/components/list/src/index2.js +76 -24
- package/dist/components/list/style/index2.scss +1 -0
- package/dist/components/lists/index.css +2 -2
- package/dist/components/lists/index.scss +7 -2
- package/dist/components/lists/src/data.cjs +12 -1
- package/dist/components/lists/src/data.d.ts +10 -0
- package/dist/components/lists/src/data.js +12 -1
- package/dist/components/lists/src/index2.cjs +7 -5
- package/dist/components/lists/src/index2.js +7 -5
- package/dist/components/listsp/index.css +2 -2
- package/dist/components/listsp/src/data.d.ts +1 -5
- package/dist/components/listspd/index.cjs +9 -0
- package/dist/components/listspd/index.css +99 -0
- package/dist/components/listspd/index.d.ts +4 -0
- package/dist/components/listspd/index.js +9 -0
- package/dist/components/listspd/index.scss +30 -0
- package/dist/components/listspd/src/data.cjs +13 -0
- package/dist/components/listspd/src/data.d.ts +14 -0
- package/dist/components/listspd/src/data.js +13 -0
- package/dist/components/listspd/src/index.cjs +4 -0
- package/dist/components/listspd/src/index.js +4 -0
- package/dist/components/listspd/src/index2.cjs +111 -0
- package/dist/components/listspd/src/index2.js +111 -0
- package/dist/components/listspd/style/index2.scss +4 -0
- package/dist/components/page/index.css +11 -0
- package/dist/components/tables/common/config.cjs +1 -1
- package/dist/components/tables/common/config.js +1 -1
- package/dist/components/tables/common/pagin.cjs +60 -16
- package/dist/components/tables/common/pagin.d.ts +8 -0
- package/dist/components/tables/common/pagin.js +60 -16
- package/dist/components/tables/common/tooltip.cjs +101 -0
- package/dist/components/tables/common/tooltip.d.ts +6 -0
- package/dist/components/tables/common/tooltip.js +101 -0
- package/dist/components/tables/common/util.cjs +3 -3
- package/dist/components/tables/common/util.js +3 -3
- package/dist/components/tables/src/column.cjs +19 -15
- package/dist/components/tables/src/column.d.ts +3 -2
- package/dist/components/tables/src/column.js +17 -13
- package/dist/components/tables/src/columns3.cjs +16 -32
- package/dist/components/tables/src/columns3.js +15 -31
- package/dist/components/tables/src/data.cjs +3 -2
- package/dist/components/tables/src/data.d.ts +1 -0
- package/dist/components/tables/src/data.js +3 -2
- package/dist/components/tablespd/index.cjs +9 -0
- package/dist/components/tablespd/index.css +88 -0
- package/dist/components/tablespd/index.d.ts +4 -0
- package/dist/components/tablespd/index.js +9 -0
- package/dist/components/tablespd/index.scss +40 -0
- package/dist/components/tablespd/src/data.cjs +13 -0
- package/dist/components/tablespd/src/data.d.ts +18 -0
- package/dist/components/tablespd/src/data.js +13 -0
- package/dist/components/tablespd/src/index.cjs +4 -0
- package/dist/components/tablespd/src/index.js +4 -0
- package/dist/components/tablespd/src/index2.cjs +111 -0
- package/dist/components/tablespd/src/index2.js +111 -0
- package/dist/components/tablespd/style/index2.scss +4 -0
- package/dist/components/tablesv/src/column.cjs +4 -4
- package/dist/components/tablesv/src/column.js +3 -3
- package/dist/css/index.css +65 -2
- package/dist/css/list.css +12 -0
- package/dist/css/lists.css +2 -2
- package/dist/css/listsp.css +2 -2
- package/dist/css/listspd.css +99 -0
- package/dist/css/page.css +11 -0
- package/dist/css/tablespd.css +88 -0
- package/dist/directives/adjust/index.cjs +10 -6
- package/dist/directives/adjust/index.js +10 -6
- package/dist/directives/index.cjs +6 -4
- package/dist/directives/index.d.ts +1 -0
- package/dist/directives/index.js +4 -2
- package/dist/directives/sortable/index.cjs +45 -0
- package/dist/directives/{adjust/index copy 2.d.ts → sortable/index.d.ts} +1 -1
- package/dist/directives/sortable/index.js +45 -0
- package/dist/expand/{chunk-IEODUGVJ.cjs → chunk-2L4PC7LZ.cjs} +5 -0
- package/dist/expand/{chunk-XY53LCPN.js → chunk-RBGCE6BS.js} +5 -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/cssname/index.d.ts +2 -2
- package/dist/hooks/index.cjs +0 -1
- package/dist/hooks/index.js +1 -2
- package/dist/hooks/inherit/index.cjs +0 -8
- package/dist/hooks/inherit/index.d.ts +0 -1
- package/dist/hooks/inherit/index.js +0 -8
- package/dist/icons/index.json +1 -1
- package/dist/index.cjs +38 -32
- package/dist/index.css +65 -2
- package/dist/index.js +8 -2
- package/dist/utils/vues/getAttrValue.cjs +11 -0
- package/dist/utils/vues/getAttrValue.d.ts +3 -0
- package/dist/utils/vues/getAttrValue.js +11 -0
- package/dist/utils/vues/index.cjs +2 -0
- package/dist/utils/vues/index.d.ts +1 -0
- package/dist/utils/vues/index.js +2 -0
- package/package.json +4 -2
- package/dist/directives/adjust/index copy 3.d.ts +0 -6
- package/dist/directives/adjust/index copy 4.d.ts +0 -6
- package/dist/directives/adjust/index copy 5.d.ts +0 -6
- package/dist/directives/adjust/index copy 6.d.ts +0 -6
- package/dist/directives/adjust/index copy 7.d.ts +0 -6
- package/dist/directives/adjust/index copy 8.d.ts +0 -6
- package/dist/directives/adjust/index copy 9.d.ts +0 -6
- package/dist/directives/adjust/index copy.d.ts +0 -6
- /package/dist/components/{forms-item → forms-items}/index.css +0 -0
- /package/dist/components/{date-picker → keep-com}/index.css +0 -0
- /package/dist/css/{forms-item.css → forms-items.css} +0 -0
- /package/dist/css/{date-picker.css → keep-com.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$2_ = require("./components/index.cjs");
|
|
4
|
+
const index$2$ = require("./directives/index.cjs");
|
|
5
|
+
const index$30 = require("./icons/index.cjs");
|
|
6
6
|
const index$2 = require("element-plus/es/components/button/index");
|
|
7
7
|
const index$1 = require("./components/button/index.cjs");
|
|
8
8
|
const index$4 = require("element-plus/es/components/card/index");
|
|
@@ -176,32 +176,35 @@ const index$2G = require("./components/uploads/index.cjs");
|
|
|
176
176
|
const index$2H = require("./components/list/index.cjs");
|
|
177
177
|
const index$2I = require("./components/lists/index.cjs");
|
|
178
178
|
const index$2J = require("./components/listsp/index.cjs");
|
|
179
|
-
const index$2K = require("./components/
|
|
180
|
-
const index$2L = require("./components/
|
|
181
|
-
const index$2M = require("./components/
|
|
182
|
-
const index$2N = require("./components/
|
|
183
|
-
const index$2O = require("./components/
|
|
184
|
-
const index$2P = require("./components/
|
|
185
|
-
const index$2Q = require("./
|
|
186
|
-
const index$2R = require("./
|
|
187
|
-
const index$2S = require("./directives/
|
|
188
|
-
const index$2T = require("./directives/
|
|
189
|
-
const index$2U = require("./directives/
|
|
190
|
-
const index$2V = require("./directives/
|
|
191
|
-
const index$2W = require("./directives/
|
|
179
|
+
const index$2K = require("./components/listspd/index.cjs");
|
|
180
|
+
const index$2L = require("./components/paging/index.cjs");
|
|
181
|
+
const index$2M = require("./components/tables/index.cjs");
|
|
182
|
+
const index$2N = require("./components/tablesp/index.cjs");
|
|
183
|
+
const index$2O = require("./components/tablespd/index.cjs");
|
|
184
|
+
const index$2P = require("./components/tabless/index.cjs");
|
|
185
|
+
const index$2Q = require("./components/tablesv/index.cjs");
|
|
186
|
+
const index$2R = require("./components/tablesvp/index.cjs");
|
|
187
|
+
const index$2S = require("./directives/adjust/index.cjs");
|
|
188
|
+
const index$2T = require("./directives/drag/index.cjs");
|
|
189
|
+
const index$2U = require("./directives/expose/index.cjs");
|
|
190
|
+
const index$2V = require("./directives/inserted/index.cjs");
|
|
191
|
+
const index$2W = require("./directives/locus/index.cjs");
|
|
192
|
+
const index$2X = require("./directives/scroll/index.cjs");
|
|
193
|
+
const index$2Y = require("./directives/sortable/index.cjs");
|
|
194
|
+
const index$2Z = require("./directives/stick/index.cjs");
|
|
192
195
|
const index = {
|
|
193
196
|
install: function(app) {
|
|
194
|
-
const com = index$
|
|
197
|
+
const com = index$2_;
|
|
195
198
|
Object.keys(com).forEach((key) => {
|
|
196
199
|
if (com[key].install) {
|
|
197
200
|
com[key].install(app);
|
|
198
201
|
}
|
|
199
202
|
});
|
|
200
|
-
const dire = index$
|
|
203
|
+
const dire = index$2$;
|
|
201
204
|
Object.keys(dire).forEach((key) => {
|
|
202
205
|
app.directive(key, dire[key]);
|
|
203
206
|
});
|
|
204
|
-
index$
|
|
207
|
+
index$30.default(app);
|
|
205
208
|
}
|
|
206
209
|
};
|
|
207
210
|
exports.Button = index$1.Button;
|
|
@@ -336,19 +339,22 @@ exports.Uploads = index$2G.Uploads;
|
|
|
336
339
|
exports.List = index$2H.List;
|
|
337
340
|
exports.Lists = index$2I.Lists;
|
|
338
341
|
exports.Listsp = index$2J.Listsp;
|
|
339
|
-
exports.
|
|
340
|
-
exports.
|
|
341
|
-
exports.
|
|
342
|
-
exports.
|
|
343
|
-
exports.
|
|
344
|
-
exports.
|
|
345
|
-
exports.
|
|
346
|
-
exports.
|
|
347
|
-
exports.
|
|
348
|
-
exports.
|
|
349
|
-
exports.
|
|
350
|
-
exports.
|
|
351
|
-
exports.
|
|
342
|
+
exports.Listspd = index$2K.Listspd;
|
|
343
|
+
exports.Paging = index$2L.Paging;
|
|
344
|
+
exports.Tables = index$2M.Tables;
|
|
345
|
+
exports.Tablesp = index$2N.Tablesp;
|
|
346
|
+
exports.Tablespd = index$2O.Tablespd;
|
|
347
|
+
exports.Tabless = index$2P.Tabless;
|
|
348
|
+
exports.Tablesv = index$2Q.Tablesv;
|
|
349
|
+
exports.Tablesvp = index$2R.Tablesvp;
|
|
350
|
+
exports.Adjust = index$2S.default;
|
|
351
|
+
exports.Drag = index$2T.default;
|
|
352
|
+
exports.Expose = index$2U.default;
|
|
353
|
+
exports.Inserted = index$2V.default;
|
|
354
|
+
exports.Locus = index$2W.default;
|
|
355
|
+
exports.Scroll = index$2X.default;
|
|
356
|
+
exports.Sortable = index$2Y.default;
|
|
357
|
+
exports.Stick = index$2Z.default;
|
|
352
358
|
exports.default = index;
|
|
353
359
|
Object.keys(index$2).forEach((k) => {
|
|
354
360
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/index.css
CHANGED
|
@@ -1109,6 +1109,17 @@
|
|
|
1109
1109
|
.list-div .list-table .list-table-th {
|
|
1110
1110
|
text-align: left;
|
|
1111
1111
|
}
|
|
1112
|
+
.list-div .list-table .list-table-value {
|
|
1113
|
+
word-break: break-all;
|
|
1114
|
+
white-space: normal;
|
|
1115
|
+
display: block;
|
|
1116
|
+
max-height: var(--list-row-max-height);
|
|
1117
|
+
display: -webkit-box;
|
|
1118
|
+
-webkit-line-clamp: var(--list-line-clamp); /* 显示的行数 */
|
|
1119
|
+
-webkit-box-orient: vertical;
|
|
1120
|
+
overflow: hidden;
|
|
1121
|
+
text-overflow: ellipsis;
|
|
1122
|
+
}
|
|
1112
1123
|
.list-div .list-table.right .list-table-th {
|
|
1113
1124
|
text-align: right;
|
|
1114
1125
|
}
|
|
@@ -1617,7 +1628,7 @@
|
|
|
1617
1628
|
background-color: #eee;
|
|
1618
1629
|
}
|
|
1619
1630
|
.lists-list {
|
|
1620
|
-
padding: 0 var(--lists-interval);
|
|
1631
|
+
padding: 0 var(--lists-interval-horizon, var(--lists-interval));
|
|
1621
1632
|
}
|
|
1622
1633
|
.lists-list.is-absolute {
|
|
1623
1634
|
position: absolute;
|
|
@@ -1632,7 +1643,7 @@
|
|
|
1632
1643
|
}
|
|
1633
1644
|
.lists-list-item {
|
|
1634
1645
|
background-color: #fff;
|
|
1635
|
-
margin: 0 var(--lists-interval);
|
|
1646
|
+
margin: 0 var(--lists-interval-horizon, var(--lists-interval));
|
|
1636
1647
|
margin-bottom: calc(var(--lists-interval) * 2);
|
|
1637
1648
|
}
|
|
1638
1649
|
.lists-list-item.is-active {
|
|
@@ -1669,6 +1680,58 @@
|
|
|
1669
1680
|
justify-content: flex-end;
|
|
1670
1681
|
}
|
|
1671
1682
|
|
|
1683
|
+
.listspd {
|
|
1684
|
+
width: 100%;
|
|
1685
|
+
flex: 1;
|
|
1686
|
+
display: flex;
|
|
1687
|
+
flex-direction: column;
|
|
1688
|
+
}
|
|
1689
|
+
.listspd-main {
|
|
1690
|
+
display: flex;
|
|
1691
|
+
flex-direction: column;
|
|
1692
|
+
flex: 1;
|
|
1693
|
+
width: 100%;
|
|
1694
|
+
}
|
|
1695
|
+
.listspd-main.is-scroll .v-scroll-add {
|
|
1696
|
+
text-align: center;
|
|
1697
|
+
padding: 10px;
|
|
1698
|
+
color: #999;
|
|
1699
|
+
}
|
|
1700
|
+
.listspd-paginat {
|
|
1701
|
+
overflow: hidden;
|
|
1702
|
+
}
|
|
1703
|
+
.listspd-paginat .el-pagination {
|
|
1704
|
+
justify-content: flex-end;
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
.tablespd {
|
|
1708
|
+
width: 100%;
|
|
1709
|
+
flex: 1;
|
|
1710
|
+
display: flex;
|
|
1711
|
+
flex-direction: column;
|
|
1712
|
+
}
|
|
1713
|
+
.tablespd-main {
|
|
1714
|
+
display: flex;
|
|
1715
|
+
flex-direction: column;
|
|
1716
|
+
flex: 1;
|
|
1717
|
+
width: 100%;
|
|
1718
|
+
}
|
|
1719
|
+
.tablespd-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1720
|
+
display: none;
|
|
1721
|
+
}
|
|
1722
|
+
.tablespd-main.is-scroll .v-scroll-add {
|
|
1723
|
+
text-align: center;
|
|
1724
|
+
padding: 10px;
|
|
1725
|
+
color: #999;
|
|
1726
|
+
background-color: #eee;
|
|
1727
|
+
}
|
|
1728
|
+
.tablespd-paginat {
|
|
1729
|
+
overflow: hidden;
|
|
1730
|
+
}
|
|
1731
|
+
.tablespd-paginat .el-pagination {
|
|
1732
|
+
justify-content: flex-end;
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1672
1735
|
.tabless {
|
|
1673
1736
|
width: 100%;
|
|
1674
1737
|
flex: 1;
|
package/dist/index.js
CHANGED
|
@@ -175,9 +175,11 @@ import { Uploads } from "./components/uploads/index.js";
|
|
|
175
175
|
import { List } from "./components/list/index.js";
|
|
176
176
|
import { Lists } from "./components/lists/index.js";
|
|
177
177
|
import { Listsp } from "./components/listsp/index.js";
|
|
178
|
+
import { Listspd } from "./components/listspd/index.js";
|
|
178
179
|
import { Paging } from "./components/paging/index.js";
|
|
179
180
|
import { Tables } from "./components/tables/index.js";
|
|
180
181
|
import { Tablesp } from "./components/tablesp/index.js";
|
|
182
|
+
import { Tablespd } from "./components/tablespd/index.js";
|
|
181
183
|
import { Tabless } from "./components/tabless/index.js";
|
|
182
184
|
import { Tablesv } from "./components/tablesv/index.js";
|
|
183
185
|
import { Tablesvp } from "./components/tablesvp/index.js";
|
|
@@ -187,7 +189,8 @@ import { default as default4 } from "./directives/expose/index.js";
|
|
|
187
189
|
import { default as default5 } from "./directives/inserted/index.js";
|
|
188
190
|
import { default as default6 } from "./directives/locus/index.js";
|
|
189
191
|
import { default as default7 } from "./directives/scroll/index.js";
|
|
190
|
-
import { default as default8 } from "./directives/
|
|
192
|
+
import { default as default8 } from "./directives/sortable/index.js";
|
|
193
|
+
import { default as default9 } from "./directives/stick/index.js";
|
|
191
194
|
const index = {
|
|
192
195
|
install: function(app) {
|
|
193
196
|
const com = index$K;
|
|
@@ -279,6 +282,7 @@ export {
|
|
|
279
282
|
List,
|
|
280
283
|
Lists,
|
|
281
284
|
Listsp,
|
|
285
|
+
Listspd,
|
|
282
286
|
Loading,
|
|
283
287
|
default6 as Locus,
|
|
284
288
|
Mention,
|
|
@@ -314,7 +318,8 @@ export {
|
|
|
314
318
|
Selects,
|
|
315
319
|
Slider,
|
|
316
320
|
Sliders,
|
|
317
|
-
default8 as
|
|
321
|
+
default8 as Sortable,
|
|
322
|
+
default9 as Stick,
|
|
318
323
|
StickDiv,
|
|
319
324
|
StickEdge,
|
|
320
325
|
StickWindow,
|
|
@@ -326,6 +331,7 @@ export {
|
|
|
326
331
|
TableColumn,
|
|
327
332
|
Tables,
|
|
328
333
|
Tablesp,
|
|
334
|
+
Tablespd,
|
|
329
335
|
Tabless,
|
|
330
336
|
Tablesv,
|
|
331
337
|
Tablesvp,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const humpToLine = require("@fangzhongya/utils/name/humpToLine");
|
|
4
|
+
function getAttrValue(attrs, k) {
|
|
5
|
+
if (typeof k === "string") {
|
|
6
|
+
return attrs[k] ?? attrs[humpToLine.humpToLine(k)];
|
|
7
|
+
} else {
|
|
8
|
+
return attrs[k];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.getAttrValue = getAttrValue;
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const buildProps = require("./buildProps.cjs");
|
|
4
4
|
const common = require("./common.cjs");
|
|
5
5
|
const definePropType = require("./definePropType.cjs");
|
|
6
|
+
const getAttrValue = require("./getAttrValue.cjs");
|
|
6
7
|
const getBuildProps = require("./getBuildProps.cjs");
|
|
7
8
|
const withInstall = require("./withInstall.cjs");
|
|
8
9
|
const withInstallFunction = require("./withInstallFunction.cjs");
|
|
@@ -13,6 +14,7 @@ exports.setHide = common.setHide;
|
|
|
13
14
|
exports.setMinWidth = common.setMinWidth;
|
|
14
15
|
exports.setVueValue = common.setVueValue;
|
|
15
16
|
exports.definePropType = definePropType.definePropType;
|
|
17
|
+
exports.getAttrValue = getAttrValue.getAttrValue;
|
|
16
18
|
exports.ObjConfig = getBuildProps.ObjConfig;
|
|
17
19
|
exports.epPropKey = getBuildProps.epPropKey;
|
|
18
20
|
exports.getBuildProps = getBuildProps.getBuildProps;
|
package/dist/utils/vues/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { buildProps } from "./buildProps.js";
|
|
2
2
|
import { eventAliass, setClass, setHide, setMinWidth, setVueValue } from "./common.js";
|
|
3
3
|
import { definePropType } from "./definePropType.js";
|
|
4
|
+
import { getAttrValue } from "./getAttrValue.js";
|
|
4
5
|
import { ObjConfig, epPropKey, getBuildProps } from "./getBuildProps.js";
|
|
5
6
|
import { withInstall } from "./withInstall.js";
|
|
6
7
|
import { withInstallFunction } from "./withInstallFunction.js";
|
|
@@ -10,6 +11,7 @@ export {
|
|
|
10
11
|
definePropType,
|
|
11
12
|
epPropKey,
|
|
12
13
|
eventAliass,
|
|
14
|
+
getAttrValue,
|
|
13
15
|
getBuildProps,
|
|
14
16
|
setClass,
|
|
15
17
|
setHide,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fangzhongya/fang-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.21",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description ": "fang-ui",
|
|
7
7
|
"keywords": [
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@fangzhongya/create": "0.2.41",
|
|
31
31
|
"@types/node": "^24.10.0",
|
|
32
|
+
"@types/sortablejs": "1.15.9",
|
|
32
33
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
33
34
|
"@vue/shared": "3.5.24",
|
|
34
35
|
"axios": "^1.13.2",
|
|
@@ -36,6 +37,7 @@
|
|
|
36
37
|
"element-plus": "^2.11.7",
|
|
37
38
|
"fast-glob": "^3.3.3",
|
|
38
39
|
"sass": "^1.93.3",
|
|
40
|
+
"sortablejs": "1.15.6",
|
|
39
41
|
"ts-node": "^10.9.2",
|
|
40
42
|
"tsup": "^8.5.0",
|
|
41
43
|
"typescript": "^5.9.3",
|
|
@@ -50,8 +52,8 @@
|
|
|
50
52
|
"vuedraggable": "4.1.0",
|
|
51
53
|
"vxe-table": "4.17.13",
|
|
52
54
|
"@fang-ui/components": "0.0.1-0",
|
|
53
|
-
"@fang-ui/directives": "0.0.1-0",
|
|
54
55
|
"@fang-ui/icons": "0.0.1-0",
|
|
56
|
+
"@fang-ui/directives": "0.0.1-0",
|
|
55
57
|
"@fang-ui/hooks": "0.0.1-0",
|
|
56
58
|
"@fang-ui/locale": "0.0.1-0",
|
|
57
59
|
"@fang-ui/theme": "0.0.1-0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|