@fangzhongya/fang-ui 0.0.58 → 0.0.60
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 +3 -3
- package/dist/components/array/src/data.d.ts +0 -3
- package/dist/components/array/src/data.js +3 -3
- package/dist/components/array/src/index2.cjs +27 -11
- package/dist/components/array/src/index2.js +23 -7
- package/dist/components/common/use.cjs +1 -1
- package/dist/components/common/use.js +1 -1
- package/dist/components/dialogs/src/data.cjs +2 -4
- package/dist/components/dialogs/src/data.d.ts +0 -2
- package/dist/components/dialogs/src/data.js +2 -4
- package/dist/components/dialogs/src/index2.cjs +24 -12
- package/dist/components/dialogs/src/index2.js +17 -5
- package/dist/components/forms/index.css +3 -0
- package/dist/components/forms/index.scss +3 -0
- package/dist/components/forms/src/index2.cjs +16 -14
- package/dist/components/forms/src/index2.js +3 -1
- package/dist/components/forms/src/setup.cjs +11 -5
- package/dist/components/forms/src/setup.d.ts +1 -1
- package/dist/components/forms/src/setup.js +11 -5
- package/dist/components/forms/src/util.cjs +5 -4
- package/dist/components/forms/src/util.d.ts +1 -1
- package/dist/components/forms/src/util.js +5 -4
- package/dist/components/forms-drag/src/index2.cjs +96 -45
- package/dist/components/forms-drag/src/index2.js +91 -40
- package/dist/components/icon-picker/index.css +1 -0
- package/dist/components/icon-picker/index.scss +1 -0
- package/dist/components/iframe/index.css +4 -0
- package/dist/components/iframe/index.scss +4 -0
- package/dist/components/iframe/src/index2.cjs +19 -7
- package/dist/components/iframe/src/index2.js +20 -8
- package/dist/components/iframe/style/index2.scss +3 -0
- 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 +2 -1
- package/dist/components/index2.scss +3 -2
- package/dist/components/input-history/index.css +7 -17
- package/dist/components/input-history/index.scss +34 -42
- package/dist/components/input-history/src/index2.cjs +3 -12
- package/dist/components/input-history/src/index2.js +3 -12
- package/dist/components/inputs/src/index2.cjs +11 -9
- package/dist/components/inputs/src/index2.js +3 -1
- package/dist/components/keep-com/src/data.d.ts +3 -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 +1 -5
- package/dist/components/listsp/src/index2.cjs +11 -9
- package/dist/components/listsp/src/index2.js +3 -1
- 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/index.css +4 -0
- package/dist/components/page/set-column.css +8 -8
- package/dist/components/page/src/index2.cjs +41 -39
- package/dist/components/page/src/index2.js +15 -13
- 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/paging/index.css +1 -0
- package/dist/components/paging/index.scss +1 -0
- package/dist/components/paging/src/index2.cjs +18 -10
- package/dist/components/paging/src/index2.js +12 -4
- package/dist/components/selector/src/index2.cjs +17 -15
- package/dist/components/selector/src/index2.js +8 -6
- package/dist/components/tables/common/pagin.cjs +3 -3
- package/dist/components/tables/common/pagin.d.ts +1 -1
- package/dist/components/tables/common/pagin.js +3 -3
- package/dist/components/tables/src/index2.cjs +4 -7
- package/dist/components/tables/src/index2.js +3 -6
- package/dist/components/tablesp/index.css +1 -0
- package/dist/components/tablesp/src/index2.cjs +11 -9
- package/dist/components/tablesp/src/index2.js +3 -1
- package/dist/components/tabless/src/index2.cjs +11 -9
- package/dist/components/tabless/src/index2.js +3 -1
- package/dist/components/tablesv/src/index2.cjs +2 -5
- package/dist/components/tablesv/src/index2.js +3 -6
- package/dist/components/tablesvp/index.css +1 -0
- package/dist/components/tablesvp/src/index2.cjs +9 -7
- package/dist/components/tablesvp/src/index2.js +3 -1
- package/dist/css/forms.css +3 -0
- package/dist/css/icon-picker.css +1 -0
- package/dist/css/iframe.css +4 -0
- package/dist/css/index.css +44 -22
- package/dist/css/input-history.css +7 -17
- package/dist/css/lists.css +0 -5
- package/dist/css/listsp.css +1 -5
- package/dist/css/no-data.css +19 -0
- package/dist/css/page/set-column.css +8 -8
- package/dist/css/page.css +4 -0
- package/dist/css/paging.css +1 -0
- package/dist/css/tablesp.css +1 -0
- package/dist/css/tablesvp.css +1 -0
- 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 +2 -0
- package/dist/hooks/index.js +3 -1
- package/dist/hooks/locale/index.cjs +51 -2
- package/dist/hooks/locale/index.d.ts +64 -3
- package/dist/hooks/locale/index.js +51 -2
- package/dist/icons/index.css +31 -31
- package/dist/icons/index.json +7 -7
- package/dist/index.cjs +128 -126
- package/dist/index.css +44 -22
- package/dist/index.js +2 -0
- package/dist/locale/en.cjs +38 -15
- package/dist/locale/en.d.ts +27 -4
- package/dist/locale/en.js +38 -15
- package/dist/locale/zh-cn.cjs +24 -3
- package/dist/locale/zh-cn.d.ts +23 -2
- package/dist/locale/zh-cn.js +24 -3
- package/dist/types/locale.d.ts +1 -1
- package/package.json +11 -11
- /package/dist/components/{forms-item → forms-items}/index.css +0 -0
- /package/dist/components/{option → keep-com}/index.css +0 -0
- /package/dist/css/{forms-item.css → forms-items.css} +0 -0
- /package/dist/css/{option.css → keep-com.css} +0 -0
package/dist/locale/en.cjs
CHANGED
|
@@ -3,23 +3,46 @@ 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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
14
|
+
close: "Close",
|
|
15
|
+
maxh: "Maximize",
|
|
16
|
+
minh: "Minimize",
|
|
17
|
+
tmaxh: "Exit maximization",
|
|
18
|
+
clean: "Clean",
|
|
19
|
+
search: "Search",
|
|
20
|
+
iconpicker: "Icon picker",
|
|
21
|
+
nodata: "No data",
|
|
22
|
+
retreat: "Retreat",
|
|
23
|
+
forward: "Forward",
|
|
24
|
+
to: "To",
|
|
25
|
+
began: "Began",
|
|
26
|
+
end: "End",
|
|
27
|
+
cannot: "Cannot be greater than",
|
|
28
|
+
serial: "Serial number",
|
|
29
|
+
page: {
|
|
30
|
+
add: "Add",
|
|
31
|
+
edit: "Edit",
|
|
32
|
+
delete: "Delete",
|
|
33
|
+
details: "Details",
|
|
34
|
+
batch: "Batch",
|
|
35
|
+
operation: "Operation",
|
|
36
|
+
query: "Query",
|
|
37
|
+
reset: "Reset",
|
|
38
|
+
senior: "Senior",
|
|
39
|
+
put: "Put away"
|
|
40
|
+
},
|
|
41
|
+
pag: {
|
|
42
|
+
total: "Total $1 page",
|
|
43
|
+
cur: "Current Page $1",
|
|
44
|
+
per: "$1 items per page"
|
|
45
|
+
}
|
|
23
46
|
}
|
|
24
47
|
};
|
|
25
48
|
exports.default = En;
|
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,13 +9,38 @@ declare const _default: {
|
|
|
11
9
|
select: string;
|
|
12
10
|
verif: string;
|
|
13
11
|
};
|
|
12
|
+
close: string;
|
|
13
|
+
maxh: string;
|
|
14
|
+
minh: string;
|
|
15
|
+
tmaxh: string;
|
|
14
16
|
clean: string;
|
|
15
17
|
search: string;
|
|
16
|
-
cancel: string;
|
|
17
|
-
confirm: string;
|
|
18
18
|
iconpicker: string;
|
|
19
|
+
nodata: string;
|
|
19
20
|
retreat: string;
|
|
20
21
|
forward: string;
|
|
22
|
+
to: string;
|
|
23
|
+
began: string;
|
|
24
|
+
end: string;
|
|
25
|
+
cannot: string;
|
|
26
|
+
serial: string;
|
|
27
|
+
page: {
|
|
28
|
+
add: string;
|
|
29
|
+
edit: string;
|
|
30
|
+
delete: string;
|
|
31
|
+
details: string;
|
|
32
|
+
batch: string;
|
|
33
|
+
operation: string;
|
|
34
|
+
query: string;
|
|
35
|
+
reset: string;
|
|
36
|
+
senior: string;
|
|
37
|
+
put: string;
|
|
38
|
+
};
|
|
39
|
+
pag: {
|
|
40
|
+
total: string;
|
|
41
|
+
cur: string;
|
|
42
|
+
per: string;
|
|
43
|
+
};
|
|
21
44
|
};
|
|
22
45
|
};
|
|
23
46
|
export default _default;
|
package/dist/locale/en.js
CHANGED
|
@@ -1,23 +1,46 @@
|
|
|
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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
12
|
+
close: "Close",
|
|
13
|
+
maxh: "Maximize",
|
|
14
|
+
minh: "Minimize",
|
|
15
|
+
tmaxh: "Exit maximization",
|
|
16
|
+
clean: "Clean",
|
|
17
|
+
search: "Search",
|
|
18
|
+
iconpicker: "Icon picker",
|
|
19
|
+
nodata: "No data",
|
|
20
|
+
retreat: "Retreat",
|
|
21
|
+
forward: "Forward",
|
|
22
|
+
to: "To",
|
|
23
|
+
began: "Began",
|
|
24
|
+
end: "End",
|
|
25
|
+
cannot: "Cannot be greater than",
|
|
26
|
+
serial: "Serial number",
|
|
27
|
+
page: {
|
|
28
|
+
add: "Add",
|
|
29
|
+
edit: "Edit",
|
|
30
|
+
delete: "Delete",
|
|
31
|
+
details: "Details",
|
|
32
|
+
batch: "Batch",
|
|
33
|
+
operation: "Operation",
|
|
34
|
+
query: "Query",
|
|
35
|
+
reset: "Reset",
|
|
36
|
+
senior: "Senior",
|
|
37
|
+
put: "Put away"
|
|
38
|
+
},
|
|
39
|
+
pag: {
|
|
40
|
+
total: "Total $1 page",
|
|
41
|
+
cur: "Current Page $1",
|
|
42
|
+
per: "$1 items per page"
|
|
43
|
+
}
|
|
21
44
|
}
|
|
22
45
|
};
|
|
23
46
|
export {
|
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: "确认",
|
|
@@ -20,8 +18,31 @@ const ZhCn = {
|
|
|
20
18
|
clean: "清除",
|
|
21
19
|
search: "搜索",
|
|
22
20
|
iconpicker: "图标选择器",
|
|
21
|
+
nodata: "暂无数据",
|
|
23
22
|
retreat: "后退",
|
|
24
|
-
forward: "前进"
|
|
23
|
+
forward: "前进",
|
|
24
|
+
to: "至",
|
|
25
|
+
began: "开始",
|
|
26
|
+
end: "结束",
|
|
27
|
+
cannot: "不能大于",
|
|
28
|
+
serial: "序号",
|
|
29
|
+
page: {
|
|
30
|
+
add: "添加",
|
|
31
|
+
edit: "编辑",
|
|
32
|
+
delete: "删除",
|
|
33
|
+
details: "详情",
|
|
34
|
+
batch: "批量",
|
|
35
|
+
operation: "操作",
|
|
36
|
+
query: "查询",
|
|
37
|
+
reset: "重置",
|
|
38
|
+
senior: "高级",
|
|
39
|
+
put: "收起"
|
|
40
|
+
},
|
|
41
|
+
pag: {
|
|
42
|
+
total: "共$1页",
|
|
43
|
+
cur: "当前第$1页",
|
|
44
|
+
per: "每页$1条"
|
|
45
|
+
}
|
|
25
46
|
}
|
|
26
47
|
};
|
|
27
48
|
exports.default = ZhCn;
|
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;
|
|
@@ -18,8 +16,31 @@ declare const _default: {
|
|
|
18
16
|
clean: string;
|
|
19
17
|
search: string;
|
|
20
18
|
iconpicker: string;
|
|
19
|
+
nodata: string;
|
|
21
20
|
retreat: string;
|
|
22
21
|
forward: string;
|
|
22
|
+
to: string;
|
|
23
|
+
began: string;
|
|
24
|
+
end: string;
|
|
25
|
+
cannot: string;
|
|
26
|
+
serial: string;
|
|
27
|
+
page: {
|
|
28
|
+
add: string;
|
|
29
|
+
edit: string;
|
|
30
|
+
delete: string;
|
|
31
|
+
details: string;
|
|
32
|
+
batch: string;
|
|
33
|
+
operation: string;
|
|
34
|
+
query: string;
|
|
35
|
+
reset: string;
|
|
36
|
+
senior: string;
|
|
37
|
+
put: string;
|
|
38
|
+
};
|
|
39
|
+
pag: {
|
|
40
|
+
total: string;
|
|
41
|
+
cur: string;
|
|
42
|
+
per: string;
|
|
43
|
+
};
|
|
23
44
|
};
|
|
24
45
|
};
|
|
25
46
|
export default _default;
|
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: "确认",
|
|
@@ -18,8 +16,31 @@ const ZhCn = {
|
|
|
18
16
|
clean: "清除",
|
|
19
17
|
search: "搜索",
|
|
20
18
|
iconpicker: "图标选择器",
|
|
19
|
+
nodata: "暂无数据",
|
|
21
20
|
retreat: "后退",
|
|
22
|
-
forward: "前进"
|
|
21
|
+
forward: "前进",
|
|
22
|
+
to: "至",
|
|
23
|
+
began: "开始",
|
|
24
|
+
end: "结束",
|
|
25
|
+
cannot: "不能大于",
|
|
26
|
+
serial: "序号",
|
|
27
|
+
page: {
|
|
28
|
+
add: "添加",
|
|
29
|
+
edit: "编辑",
|
|
30
|
+
delete: "删除",
|
|
31
|
+
details: "详情",
|
|
32
|
+
batch: "批量",
|
|
33
|
+
operation: "操作",
|
|
34
|
+
query: "查询",
|
|
35
|
+
reset: "重置",
|
|
36
|
+
senior: "高级",
|
|
37
|
+
put: "收起"
|
|
38
|
+
},
|
|
39
|
+
pag: {
|
|
40
|
+
total: "共$1页",
|
|
41
|
+
cur: "当前第$1页",
|
|
42
|
+
per: "每页$1条"
|
|
43
|
+
}
|
|
23
44
|
}
|
|
24
45
|
};
|
|
25
46
|
export {
|
package/dist/types/locale.d.ts
CHANGED
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.60",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description ": "fang-ui",
|
|
7
7
|
"keywords": [
|
|
@@ -24,38 +24,38 @@
|
|
|
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",
|
|
31
|
-
"@types/node": "^24.
|
|
31
|
+
"@types/node": "^24.5.2",
|
|
32
32
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
33
33
|
"@vue/shared": "3.5.21",
|
|
34
34
|
"axios": "^1.12.2",
|
|
35
35
|
"d3-timer": "3.0.1",
|
|
36
|
-
"element-plus": "^2.11.
|
|
36
|
+
"element-plus": "^2.11.3",
|
|
37
37
|
"fast-glob": "^3.3.3",
|
|
38
|
-
"sass": "^1.
|
|
38
|
+
"sass": "^1.93.1",
|
|
39
39
|
"ts-node": "^10.9.2",
|
|
40
40
|
"tsup": "^8.5.0",
|
|
41
41
|
"typescript": "^5.9.2",
|
|
42
42
|
"unplugin-auto-import": "20.1.0",
|
|
43
43
|
"unplugin-dts": "1.0.0-beta.6",
|
|
44
|
-
"unplugin-vue-components": "29.
|
|
44
|
+
"unplugin-vue-components": "29.1.0",
|
|
45
45
|
"vite": "^6.3.5",
|
|
46
46
|
"vitepress": "1.6.4",
|
|
47
47
|
"vitest": "^3.2.4",
|
|
48
48
|
"vue": "^3.5.21",
|
|
49
|
-
"vue-tsc": "^3.0.
|
|
49
|
+
"vue-tsc": "^3.0.8",
|
|
50
50
|
"vuedraggable": "4.1.0",
|
|
51
|
-
"vxe-table": "4.16.
|
|
52
|
-
"@fang-ui/directives": "0.0.1-0",
|
|
51
|
+
"vxe-table": "4.16.19",
|
|
53
52
|
"@fang-ui/components": "0.0.1-0",
|
|
54
53
|
"@fang-ui/hooks": "0.0.1-0",
|
|
55
|
-
"@fang-ui/icons": "0.0.1-0",
|
|
56
54
|
"@fang-ui/locale": "0.0.1-0",
|
|
57
|
-
"@fang-ui/
|
|
55
|
+
"@fang-ui/directives": "0.0.1-0",
|
|
58
56
|
"@fang-ui/types": "0.0.1-0",
|
|
57
|
+
"@fang-ui/icons": "0.0.1-0",
|
|
58
|
+
"@fang-ui/theme": "0.0.1-0",
|
|
59
59
|
"@fang-ui/utils": "0.0.1-0"
|
|
60
60
|
},
|
|
61
61
|
"main": "./dist/index.cjs",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|