@fangzhongya/fang-ui 0.1.25 → 0.1.27
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/index.css +5 -0
- package/dist/components/array/src/index2.cjs +0 -1
- package/dist/components/array/src/index2.js +0 -1
- package/dist/components/audios/index.css +5 -0
- package/dist/components/box/index.css +29 -0
- package/dist/components/box-adjust/index.css +29 -1
- package/dist/components/box-adjust/index.scss +0 -6
- package/dist/components/box-adjust/src/index2.cjs +6 -6
- package/dist/components/box-adjust/src/index2.js +3 -3
- package/dist/components/box-fun/index.cjs +7 -0
- package/dist/components/box-fun/index.d.ts +7 -0
- package/dist/components/box-fun/index.js +7 -0
- package/dist/components/box-fun/src/data.cjs +34 -0
- package/dist/components/box-fun/src/data.d.ts +35 -0
- package/dist/components/box-fun/src/data.js +34 -0
- package/dist/components/box-fun/src/function.cjs +97 -0
- package/dist/components/box-fun/src/function.d.ts +8 -0
- package/dist/components/box-fun/src/function.js +97 -0
- package/dist/components/box-fun/src/index.cjs +5 -0
- package/dist/components/box-fun/src/index.d.ts +2 -0
- package/dist/components/box-fun/src/index.js +5 -0
- package/dist/components/box-local/index.css +29 -0
- package/dist/components/box-mask/index.css +5 -0
- package/dist/components/box-teleport/src/index2.cjs +2 -11
- package/dist/components/box-teleport/src/index2.js +2 -11
- package/dist/components/box-title/index.css +29 -0
- package/dist/components/box-title/index.scss +1 -1
- package/dist/components/buttons/index.css +5 -0
- package/dist/components/cascaders/index.css +5 -0
- package/dist/components/checks/index.css +5 -0
- package/dist/components/dates/index.css +5 -0
- package/dist/components/dates-divide/index.css +5 -0
- package/dist/components/dates-picker/index.css +5 -0
- package/dist/components/dates2/index.css +5 -0
- package/dist/components/dialogs/index.css +5 -0
- package/dist/components/draggable/index.cjs +9 -0
- package/dist/components/draggable/index.d.ts +4 -0
- package/dist/components/draggable/index.js +9 -0
- package/dist/components/draggable/index.scss +5 -0
- package/dist/components/draggable/src/data.cjs +37 -0
- package/dist/components/draggable/src/data.d.ts +60 -0
- package/dist/components/draggable/src/data.js +37 -0
- package/dist/components/draggable/src/index.cjs +4 -0
- package/dist/components/draggable/src/index.js +4 -0
- package/dist/components/draggable/src/index2.cjs +101 -0
- package/dist/components/draggable/src/index2.js +101 -0
- package/dist/components/edit/index.css +5 -0
- package/dist/components/edit-float/index.css +5 -0
- package/dist/components/forms/common/config.cjs +7 -0
- package/dist/components/forms/common/config.d.ts +4 -0
- package/dist/components/forms/common/config.js +7 -0
- package/dist/components/forms/index.css +5 -0
- package/dist/components/forms/src/data.cjs +0 -5
- package/dist/components/forms/src/data.d.ts +0 -4
- package/dist/components/forms/src/data.js +1 -6
- package/dist/components/forms/src/setup.cjs +3 -2
- package/dist/components/forms/src/setup.js +2 -1
- package/dist/components/forms-div/index.css +5 -0
- package/dist/components/forms-div/src/index2.cjs +2 -2
- package/dist/components/forms-div/src/index2.js +1 -1
- package/dist/components/forms-drag/src/index2.cjs +12 -12
- package/dist/components/forms-drag/src/index2.js +1 -1
- package/dist/components/forms-item/index.css +5 -0
- package/dist/components/forms-item/src/index2.cjs +2 -2
- package/dist/components/forms-item/src/index2.js +1 -1
- package/dist/components/forms-item/src/label.cjs +7 -7
- package/dist/components/forms-item/src/label.js +1 -1
- package/dist/components/forms-items/src/index2.cjs +9 -9
- package/dist/components/forms-items/src/index2.js +1 -1
- package/dist/components/full-screen/index.css +5 -0
- package/dist/components/global-config/index.css +5 -0
- package/dist/components/global-config/index.d.ts +1 -1
- package/dist/components/global-config/src/index.d.ts +1 -1
- package/dist/components/history/index.css +5 -0
- package/dist/components/icon/index.css +5 -0
- package/dist/components/icon-picker/index.css +5 -0
- package/dist/components/iframe/index.css +5 -0
- package/dist/components/images/index.css +5 -0
- package/dist/components/index.cjs +411 -407
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +4 -0
- package/dist/components/index.scss +1 -0
- package/dist/components/index2.scss +1 -0
- package/dist/components/input-array/index.css +5 -0
- package/dist/components/input-history/index.css +5 -0
- package/dist/components/input-num/index.css +5 -0
- package/dist/components/input-select/index.css +5 -0
- package/dist/components/inputs/index.css +5 -0
- package/dist/components/labels/index.css +5 -0
- package/dist/components/list/index.css +5 -0
- package/dist/components/lists/index.css +5 -0
- package/dist/components/lists/src/index2.cjs +9 -9
- package/dist/components/lists/src/index2.js +9 -9
- package/dist/components/listsp/index.css +5 -0
- package/dist/components/listspd/index.css +5 -0
- package/dist/components/loading/src/data.cjs +13 -0
- package/dist/components/loading/src/data.d.ts +17 -0
- package/dist/components/loading/src/data.js +13 -0
- package/dist/components/loading/src/index.cjs +1 -0
- package/dist/components/loading/src/index.d.ts +0 -4
- package/dist/components/loading/src/index.js +1 -0
- package/dist/components/menus/index.css +5 -0
- package/dist/components/message/src/data.cjs +13 -0
- package/dist/components/message/src/data.d.ts +17 -0
- package/dist/components/message/src/data.js +13 -0
- package/dist/components/message/src/index.cjs +1 -0
- package/dist/components/message/src/index.d.ts +0 -4
- package/dist/components/message/src/index.js +1 -0
- package/dist/components/message-box/src/data.cjs +13 -0
- package/dist/components/message-box/src/data.d.ts +17 -0
- package/dist/components/message-box/src/data.js +13 -0
- package/dist/components/message-box/src/index.cjs +1 -0
- package/dist/components/message-box/src/index.d.ts +0 -4
- package/dist/components/message-box/src/index.js +1 -0
- package/dist/components/no-data/index.css +5 -0
- package/dist/components/page/index.css +5 -0
- package/dist/components/page/src/set-column2.cjs +2 -2
- package/dist/components/page/src/set-column2.js +1 -1
- package/dist/components/paging/index.css +5 -0
- package/dist/components/popup/index.css +29 -0
- package/dist/components/retract/index.css +5 -0
- package/dist/components/right-key/index.css +5 -0
- package/dist/components/scss/common.scss +5 -0
- package/dist/components/seamless-scroll/index.css +5 -0
- package/dist/components/select-scroll/index.css +5 -0
- package/dist/components/selector/index.css +5 -0
- package/dist/components/selects/index.css +5 -0
- package/dist/components/sliders/index.css +5 -0
- package/dist/components/switchs/index.css +5 -0
- package/dist/components/tables/common/pagin.cjs +49 -20
- package/dist/components/tables/common/pagin.d.ts +32 -8
- package/dist/components/tables/common/pagin.js +49 -20
- package/dist/components/tables/index.css +5 -0
- package/dist/components/tables/src/column.cjs +1 -2
- package/dist/components/tables/src/column.js +1 -2
- package/dist/components/tables/src/data.d.ts +1 -1
- package/dist/components/tables/src/index2.cjs +12 -1
- package/dist/components/tables/src/index2.js +12 -1
- package/dist/components/tablesp/index.css +5 -0
- package/dist/components/tablesp/src/index2.cjs +9 -5
- package/dist/components/tablesp/src/index2.js +9 -5
- package/dist/components/tablespd/index.css +5 -0
- package/dist/components/tabless/index.css +5 -0
- package/dist/components/tablesv/index.css +5 -0
- package/dist/components/tablesvp/index.css +5 -0
- package/dist/components/uploads/index.css +5 -0
- package/dist/components/videos/index.css +5 -0
- package/dist/components/window/index.css +29 -0
- package/dist/css/array.css +5 -0
- package/dist/css/audios.css +5 -0
- package/dist/css/box-adjust.css +29 -1
- package/dist/css/box-local.css +29 -0
- package/dist/css/box-mask.css +5 -0
- package/dist/css/box-title.css +29 -0
- package/dist/css/box.css +29 -0
- package/dist/css/buttons.css +5 -0
- package/dist/css/cascaders.css +5 -0
- package/dist/css/checks.css +5 -0
- package/dist/css/dates-divide.css +5 -0
- package/dist/css/dates-picker.css +5 -0
- package/dist/css/dates.css +5 -0
- package/dist/css/dates2.css +5 -0
- package/dist/css/dialogs.css +5 -0
- package/dist/css/edit-float.css +5 -0
- package/dist/css/edit.css +5 -0
- package/dist/css/forms-div.css +5 -0
- package/dist/css/forms-item.css +5 -0
- package/dist/css/forms.css +5 -0
- package/dist/css/full-screen.css +5 -0
- package/dist/css/global-config.css +5 -0
- package/dist/css/history.css +5 -0
- package/dist/css/icon-picker.css +5 -0
- package/dist/css/icon.css +5 -0
- package/dist/css/iframe.css +5 -0
- package/dist/css/images.css +5 -0
- package/dist/css/index.css +29 -25
- package/dist/css/input-array.css +5 -0
- package/dist/css/input-history.css +5 -0
- package/dist/css/input-num.css +5 -0
- package/dist/css/input-select.css +5 -0
- package/dist/css/inputs.css +5 -0
- package/dist/css/labels.css +5 -0
- package/dist/css/list.css +5 -0
- package/dist/css/lists.css +5 -0
- package/dist/css/listsp.css +5 -0
- package/dist/css/listspd.css +5 -0
- package/dist/css/menus.css +5 -0
- package/dist/css/no-data.css +5 -0
- package/dist/css/page.css +5 -0
- package/dist/css/paging.css +5 -0
- package/dist/css/popup.css +29 -0
- package/dist/css/retract.css +5 -0
- package/dist/css/right-key.css +5 -0
- package/dist/css/seamless-scroll.css +5 -0
- package/dist/css/select-scroll.css +5 -0
- package/dist/css/selector.css +5 -0
- package/dist/css/selects.css +5 -0
- package/dist/css/sliders.css +5 -0
- package/dist/css/switchs.css +5 -0
- package/dist/css/tables.css +5 -0
- package/dist/css/tablesp.css +5 -0
- package/dist/css/tablespd.css +5 -0
- package/dist/css/tabless.css +5 -0
- package/dist/css/tablesv.css +5 -0
- package/dist/css/tablesvp.css +5 -0
- package/dist/css/uploads.css +5 -0
- package/dist/css/videos.css +5 -0
- package/dist/css/window.css +29 -0
- package/dist/expand/{chunk-RBGCE6BS.js → chunk-CV4O5V2F.js} +3 -0
- package/dist/expand/{chunk-2L4PC7LZ.cjs → chunk-MC76Q3TQ.cjs} +3 -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/props-default/index.cjs +0 -12
- package/dist/hooks/props-default/index.d.ts +1 -1
- package/dist/hooks/props-default/index.js +0 -12
- package/dist/icons/index.json +1 -1
- package/dist/index.cjs +435 -431
- package/dist/index.css +29 -25
- package/dist/index.js +4 -0
- package/dist/type.d.ts +10 -5
- package/dist/utils/vues/getBoxDom.cjs +22 -0
- package/dist/utils/vues/getBoxDom.d.ts +1 -0
- package/dist/utils/vues/getBoxDom.js +22 -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 +11 -12
package/dist/index.css
CHANGED
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
--g-main-bg: var(--bg-color-page);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.com-footer {
|
|
17
|
+
border-top: 1px solid var(--border);
|
|
18
|
+
padding: 20px 20px;
|
|
19
|
+
}
|
|
20
|
+
|
|
16
21
|
.forms-div {
|
|
17
22
|
width: 100%;
|
|
18
23
|
height: 100%;
|
|
@@ -636,6 +641,30 @@
|
|
|
636
641
|
background: rgba(2, 28, 39, 0.4);
|
|
637
642
|
}
|
|
638
643
|
|
|
644
|
+
.icon {
|
|
645
|
+
--color: inherit;
|
|
646
|
+
height: 1em;
|
|
647
|
+
width: 1em;
|
|
648
|
+
line-height: 1em;
|
|
649
|
+
display: inline-flex;
|
|
650
|
+
justify-content: center;
|
|
651
|
+
align-items: center;
|
|
652
|
+
position: relative;
|
|
653
|
+
fill: currentColor;
|
|
654
|
+
color: var(--color);
|
|
655
|
+
font-size: inherit;
|
|
656
|
+
}
|
|
657
|
+
.icon-cont {
|
|
658
|
+
border: 0;
|
|
659
|
+
display: inline-flex;
|
|
660
|
+
align-items: center;
|
|
661
|
+
object-fit: contain;
|
|
662
|
+
justify-content: center;
|
|
663
|
+
font-size: inherit !important;
|
|
664
|
+
width: inherit !important;
|
|
665
|
+
height: inherit !important;
|
|
666
|
+
}
|
|
667
|
+
|
|
639
668
|
.box-title {
|
|
640
669
|
padding: 10px;
|
|
641
670
|
position: relative;
|
|
@@ -692,7 +721,6 @@
|
|
|
692
721
|
.box-adjust-body .box-adjust-title-icon {
|
|
693
722
|
width: 20px;
|
|
694
723
|
display: inline-flex;
|
|
695
|
-
color: #fff;
|
|
696
724
|
align-items: center;
|
|
697
725
|
margin: 0 4px;
|
|
698
726
|
height: 100%;
|
|
@@ -996,30 +1024,6 @@
|
|
|
996
1024
|
text-align: right;
|
|
997
1025
|
}
|
|
998
1026
|
|
|
999
|
-
.icon {
|
|
1000
|
-
--color: inherit;
|
|
1001
|
-
height: 1em;
|
|
1002
|
-
width: 1em;
|
|
1003
|
-
line-height: 1em;
|
|
1004
|
-
display: inline-flex;
|
|
1005
|
-
justify-content: center;
|
|
1006
|
-
align-items: center;
|
|
1007
|
-
position: relative;
|
|
1008
|
-
fill: currentColor;
|
|
1009
|
-
color: var(--color);
|
|
1010
|
-
font-size: inherit;
|
|
1011
|
-
}
|
|
1012
|
-
.icon-cont {
|
|
1013
|
-
border: 0;
|
|
1014
|
-
display: inline-flex;
|
|
1015
|
-
align-items: center;
|
|
1016
|
-
object-fit: contain;
|
|
1017
|
-
justify-content: center;
|
|
1018
|
-
font-size: inherit !important;
|
|
1019
|
-
width: inherit !important;
|
|
1020
|
-
height: inherit !important;
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
1027
|
.iframe {
|
|
1024
1028
|
width: 100%;
|
|
1025
1029
|
height: 100%;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as index$K from "./components/index.js";
|
|
2
2
|
import * as index$L from "./directives/index.js";
|
|
3
3
|
import icons from "./icons/index.js";
|
|
4
|
+
import { Draggable } from "./components/draggable/index.js";
|
|
4
5
|
export * from "element-plus/es/components/button/index";
|
|
5
6
|
import { Button } from "./components/button/index.js";
|
|
6
7
|
export * from "element-plus/es/components/card/index";
|
|
@@ -114,6 +115,7 @@ import { FormsItem } from "./components/forms-item/index.js";
|
|
|
114
115
|
import { FormsItems } from "./components/forms-items/index.js";
|
|
115
116
|
import { Forms } from "./components/forms/index.js";
|
|
116
117
|
import { BoxAdjust } from "./components/box-adjust/index.js";
|
|
118
|
+
import { BoxFun } from "./components/box-fun/index.js";
|
|
117
119
|
import { BoxLocal } from "./components/box-local/index.js";
|
|
118
120
|
import { BoxMask } from "./components/box-mask/index.js";
|
|
119
121
|
import { BoxTeleport } from "./components/box-teleport/index.js";
|
|
@@ -214,6 +216,7 @@ export {
|
|
|
214
216
|
Autocomplete,
|
|
215
217
|
Box,
|
|
216
218
|
BoxAdjust,
|
|
219
|
+
BoxFun,
|
|
217
220
|
BoxLocal,
|
|
218
221
|
BoxMask,
|
|
219
222
|
BoxTeleport,
|
|
@@ -245,6 +248,7 @@ export {
|
|
|
245
248
|
Dialogs,
|
|
246
249
|
Divider,
|
|
247
250
|
default3 as Drag,
|
|
251
|
+
Draggable,
|
|
248
252
|
Drawer,
|
|
249
253
|
Dropdown,
|
|
250
254
|
DropdownItem,
|
package/dist/type.d.ts
CHANGED
|
@@ -168,8 +168,6 @@ type TableConfig = {
|
|
|
168
168
|
align?: string;
|
|
169
169
|
//拖动改变宽度
|
|
170
170
|
resizable?: boolean;
|
|
171
|
-
// 排序方式 前端/后端
|
|
172
|
-
sort?: boolean;
|
|
173
171
|
//列的宽度是否自撑开
|
|
174
172
|
fit?: boolean;
|
|
175
173
|
// 是否显示表头
|
|
@@ -190,9 +188,16 @@ type TableConfig = {
|
|
|
190
188
|
[key: string]: string | Function;
|
|
191
189
|
};
|
|
192
190
|
// 排序
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
191
|
+
sort?: {
|
|
192
|
+
is?: boolean;
|
|
193
|
+
// 分页方式 前端/后端
|
|
194
|
+
front?: boolean;
|
|
195
|
+
// 前端排序的方法
|
|
196
|
+
frontSort?: Function;
|
|
197
|
+
default?: {
|
|
198
|
+
prop?: string;
|
|
199
|
+
order?: 'asc' | 'ascending' | 'desc' | 'descending' | '';
|
|
200
|
+
};
|
|
196
201
|
};
|
|
197
202
|
// 分页
|
|
198
203
|
paginat?: {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const enums = require("../enums.cjs");
|
|
4
|
+
function getBoxDom() {
|
|
5
|
+
const id = enums.FunctConfig.BOXIDNAME.trim();
|
|
6
|
+
if (document) {
|
|
7
|
+
const dom = document == null ? void 0 : document.querySelector(id);
|
|
8
|
+
if (!dom) {
|
|
9
|
+
const d = document.createElement("div");
|
|
10
|
+
if (id.startsWith("#")) {
|
|
11
|
+
d.id = id.replace(/^#/, "");
|
|
12
|
+
} else if (id.startsWith(".")) {
|
|
13
|
+
d.className = id.replace(/./g, " ");
|
|
14
|
+
}
|
|
15
|
+
document.body.appendChild(d);
|
|
16
|
+
return d;
|
|
17
|
+
} else {
|
|
18
|
+
return dom;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.getBoxDom = getBoxDom;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getBoxDom(): Element | undefined;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FunctConfig } from "../enums.js";
|
|
2
|
+
function getBoxDom() {
|
|
3
|
+
const id = FunctConfig.BOXIDNAME.trim();
|
|
4
|
+
if (document) {
|
|
5
|
+
const dom = document == null ? void 0 : document.querySelector(id);
|
|
6
|
+
if (!dom) {
|
|
7
|
+
const d = document.createElement("div");
|
|
8
|
+
if (id.startsWith("#")) {
|
|
9
|
+
d.id = id.replace(/^#/, "");
|
|
10
|
+
} else if (id.startsWith(".")) {
|
|
11
|
+
d.className = id.replace(/./g, " ");
|
|
12
|
+
}
|
|
13
|
+
document.body.appendChild(d);
|
|
14
|
+
return d;
|
|
15
|
+
} else {
|
|
16
|
+
return dom;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export {
|
|
21
|
+
getBoxDom
|
|
22
|
+
};
|
|
@@ -4,6 +4,7 @@ const buildProps = require("./buildProps.cjs");
|
|
|
4
4
|
const common = require("./common.cjs");
|
|
5
5
|
const definePropType = require("./definePropType.cjs");
|
|
6
6
|
const getAttrValue = require("./getAttrValue.cjs");
|
|
7
|
+
const getBoxDom = require("./getBoxDom.cjs");
|
|
7
8
|
const getBuildProps = require("./getBuildProps.cjs");
|
|
8
9
|
const withInstall = require("./withInstall.cjs");
|
|
9
10
|
const withInstallFunction = require("./withInstallFunction.cjs");
|
|
@@ -15,6 +16,7 @@ exports.setMinWidth = common.setMinWidth;
|
|
|
15
16
|
exports.setVueValue = common.setVueValue;
|
|
16
17
|
exports.definePropType = definePropType.definePropType;
|
|
17
18
|
exports.getAttrValue = getAttrValue.getAttrValue;
|
|
19
|
+
exports.getBoxDom = getBoxDom.getBoxDom;
|
|
18
20
|
exports.ObjConfig = getBuildProps.ObjConfig;
|
|
19
21
|
exports.epPropKey = getBuildProps.epPropKey;
|
|
20
22
|
exports.getBuildProps = getBuildProps.getBuildProps;
|
package/dist/utils/vues/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { buildProps } from "./buildProps.js";
|
|
|
2
2
|
import { eventAliass, setClass, setHide, setMinWidth, setVueValue } from "./common.js";
|
|
3
3
|
import { definePropType } from "./definePropType.js";
|
|
4
4
|
import { getAttrValue } from "./getAttrValue.js";
|
|
5
|
+
import { getBoxDom } from "./getBoxDom.js";
|
|
5
6
|
import { ObjConfig, epPropKey, getBuildProps } from "./getBuildProps.js";
|
|
6
7
|
import { withInstall } from "./withInstall.js";
|
|
7
8
|
import { withInstallFunction } from "./withInstallFunction.js";
|
|
@@ -12,6 +13,7 @@ export {
|
|
|
12
13
|
epPropKey,
|
|
13
14
|
eventAliass,
|
|
14
15
|
getAttrValue,
|
|
16
|
+
getBoxDom,
|
|
15
17
|
getBuildProps,
|
|
16
18
|
setClass,
|
|
17
19
|
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.27",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description ": "fang-ui",
|
|
7
7
|
"keywords": [
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"fangui": "bin/fang-ui.js"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@fangzhongya/utils": "0.0.
|
|
27
|
+
"@fangzhongya/utils": "0.0.47"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@fangzhongya/create": "0.2.41",
|
|
31
|
-
"@types/node": "^24.10.
|
|
31
|
+
"@types/node": "^24.10.1",
|
|
32
32
|
"@types/sortablejs": "1.15.9",
|
|
33
33
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
34
34
|
"@vue/shared": "3.5.24",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"d3-timer": "3.0.1",
|
|
37
37
|
"element-plus": "^2.11.7",
|
|
38
38
|
"fast-glob": "^3.3.3",
|
|
39
|
-
"sass": "^1.
|
|
39
|
+
"sass": "^1.94.0",
|
|
40
40
|
"sortablejs": "1.15.6",
|
|
41
41
|
"ts-node": "^10.9.2",
|
|
42
|
-
"tsup": "^8.5.
|
|
42
|
+
"tsup": "^8.5.1",
|
|
43
43
|
"typescript": "^5.9.3",
|
|
44
44
|
"unplugin-auto-import": "20.2.0",
|
|
45
45
|
"unplugin-dts": "1.0.0-beta.6",
|
|
@@ -49,16 +49,15 @@
|
|
|
49
49
|
"vitest": "^4.0.8",
|
|
50
50
|
"vue": "^3.5.24",
|
|
51
51
|
"vue-tsc": "^3.1.3",
|
|
52
|
-
"
|
|
53
|
-
"vxe-table": "4.17.13",
|
|
52
|
+
"vxe-table": "4.17.14",
|
|
54
53
|
"@fang-ui/components": "0.0.1-0",
|
|
55
|
-
"@fang-ui/
|
|
54
|
+
"@fang-ui/theme": "0.0.1-0",
|
|
56
55
|
"@fang-ui/icons": "0.0.1-0",
|
|
57
|
-
"@fang-ui/hooks": "0.0.1-0",
|
|
58
|
-
"@fang-ui/locale": "0.0.1-0",
|
|
59
56
|
"@fang-ui/types": "0.0.1-0",
|
|
60
|
-
"@fang-ui/
|
|
61
|
-
"@fang-ui/
|
|
57
|
+
"@fang-ui/directives": "0.0.1-0",
|
|
58
|
+
"@fang-ui/hooks": "0.0.1-0",
|
|
59
|
+
"@fang-ui/utils": "0.0.1-0",
|
|
60
|
+
"@fang-ui/locale": "0.0.1-0"
|
|
62
61
|
},
|
|
63
62
|
"main": "./dist/index.cjs",
|
|
64
63
|
"module": "./dist/index.js",
|