@fangzhongya/fang-ui 0.0.93 → 0.0.94
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/index.scss +1 -1
- package/dist/components/index2.scss +1 -1
- package/dist/css/index.css +22 -0
- package/dist/expand/components.cjs +1 -1
- package/dist/expand/components.js +1 -1
- package/dist/icons/index.css +14 -14
- package/dist/icons/index.json +5 -5
- package/dist/index.css +22 -0
- package/package.json +4 -4
- /package/dist/components/{divider → popconfirm}/index.css +0 -0
- /package/dist/css/{divider.css → popconfirm.css} +0 -0
package/dist/css/index.css
CHANGED
|
@@ -1405,4 +1405,26 @@
|
|
|
1405
1405
|
left: 0;
|
|
1406
1406
|
z-index: 1;
|
|
1407
1407
|
opacity: 0;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.tablesvp {
|
|
1411
|
+
width: 100%;
|
|
1412
|
+
height: var(--tablesvp-height);
|
|
1413
|
+
display: flex;
|
|
1414
|
+
flex-direction: column;
|
|
1415
|
+
}
|
|
1416
|
+
.tablesvp-main {
|
|
1417
|
+
display: flex;
|
|
1418
|
+
flex-direction: column;
|
|
1419
|
+
flex: 1;
|
|
1420
|
+
width: 100%;
|
|
1421
|
+
}
|
|
1422
|
+
.tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1423
|
+
display: none;
|
|
1424
|
+
}
|
|
1425
|
+
.tablesvp-paginat {
|
|
1426
|
+
overflow: hidden;
|
|
1427
|
+
}
|
|
1428
|
+
.tablesvp-paginat .el-pagination {
|
|
1429
|
+
justify-content: flex-end;
|
|
1408
1430
|
}
|
|
@@ -39,7 +39,7 @@ function getFrom(mc, type, conf) {
|
|
|
39
39
|
let sideEffects;
|
|
40
40
|
if (_chunkYQJPHB3Bcjs.config_default.sideEffects.includes(filename)) {
|
|
41
41
|
if (conf.css) {
|
|
42
|
-
sideEffects = `${config.name}/components/${filename}/style/
|
|
42
|
+
sideEffects = `${config.name}/components/${filename}/style/index${conf.css || 2}.scss`;
|
|
43
43
|
} else {
|
|
44
44
|
sideEffects = `${config.name}/components/${filename}/index.scss`;
|
|
45
45
|
}
|
|
@@ -39,7 +39,7 @@ function getFrom(mc, type, conf) {
|
|
|
39
39
|
let sideEffects;
|
|
40
40
|
if (config_default.sideEffects.includes(filename)) {
|
|
41
41
|
if (conf.css) {
|
|
42
|
-
sideEffects = `${config.name}/components/${filename}/style/
|
|
42
|
+
sideEffects = `${config.name}/components/${filename}/style/index${conf.css || 2}.scss`;
|
|
43
43
|
} else {
|
|
44
44
|
sideEffects = `${config.name}/components/${filename}/index.scss`;
|
|
45
45
|
}
|
package/dist/icons/index.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
|
|
3
|
-
--icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath fill='currentColor' d='M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z'/%3E%3C/svg%3E");
|
|
4
3
|
--icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
5
|
-
--icon-svg-bottom-
|
|
4
|
+
--icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath fill='currentColor' d='M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z'/%3E%3C/svg%3E");
|
|
6
5
|
--icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
|
|
6
|
+
--icon-svg-bottom-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z'/%3E%3Cpath fill='currentColor' d='M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z'/%3E%3C/svg%3E");
|
|
7
7
|
--icon-svg-bottom: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z'/%3E%3C/svg%3E");
|
|
8
8
|
--icon-svg-clear: url("data:image/svg+xml;utf8,%3Csvg id='icon-clear' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z' %3E%3C/path%3E %3C/svg%3E");
|
|
9
9
|
--icon-svg-close: url("data:image/svg+xml;utf8,%3Csvg id='icon-close' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z' %3E%3C/path%3E %3C/svg%3E");
|
|
@@ -23,42 +23,42 @@
|
|
|
23
23
|
mask-size: 100% 100%;
|
|
24
24
|
color: inherit;
|
|
25
25
|
}
|
|
26
|
-
.icon-
|
|
26
|
+
.icon-below {
|
|
27
27
|
height: 1em;
|
|
28
28
|
width: 1em;
|
|
29
29
|
background-color: currentColor;
|
|
30
|
-
-webkit-mask: var(--icon-svg-
|
|
31
|
-
mask: var(--icon-svg-
|
|
30
|
+
-webkit-mask: var(--icon-svg-below) no-repeat;
|
|
31
|
+
mask: var(--icon-svg-below) no-repeat;
|
|
32
32
|
-webkit-mask-size: 100% 100%;
|
|
33
33
|
mask-size: 100% 100%;
|
|
34
34
|
color: inherit;
|
|
35
35
|
}
|
|
36
|
-
.icon-
|
|
36
|
+
.icon-bottom-left {
|
|
37
37
|
height: 1em;
|
|
38
38
|
width: 1em;
|
|
39
39
|
background-color: currentColor;
|
|
40
|
-
-webkit-mask: var(--icon-svg-
|
|
41
|
-
mask: var(--icon-svg-
|
|
40
|
+
-webkit-mask: var(--icon-svg-bottom-left) no-repeat;
|
|
41
|
+
mask: var(--icon-svg-bottom-left) no-repeat;
|
|
42
42
|
-webkit-mask-size: 100% 100%;
|
|
43
43
|
mask-size: 100% 100%;
|
|
44
44
|
color: inherit;
|
|
45
45
|
}
|
|
46
|
-
.icon-
|
|
46
|
+
.icon-bicycle {
|
|
47
47
|
height: 1em;
|
|
48
48
|
width: 1em;
|
|
49
49
|
background-color: currentColor;
|
|
50
|
-
-webkit-mask: var(--icon-svg-
|
|
51
|
-
mask: var(--icon-svg-
|
|
50
|
+
-webkit-mask: var(--icon-svg-bicycle) no-repeat;
|
|
51
|
+
mask: var(--icon-svg-bicycle) no-repeat;
|
|
52
52
|
-webkit-mask-size: 100% 100%;
|
|
53
53
|
mask-size: 100% 100%;
|
|
54
54
|
color: inherit;
|
|
55
55
|
}
|
|
56
|
-
.icon-
|
|
56
|
+
.icon-bottom-right {
|
|
57
57
|
height: 1em;
|
|
58
58
|
width: 1em;
|
|
59
59
|
background-color: currentColor;
|
|
60
|
-
-webkit-mask: var(--icon-svg-
|
|
61
|
-
mask: var(--icon-svg-
|
|
60
|
+
-webkit-mask: var(--icon-svg-bottom-right) no-repeat;
|
|
61
|
+
mask: var(--icon-svg-bottom-right) no-repeat;
|
|
62
62
|
-webkit-mask-size: 100% 100%;
|
|
63
63
|
mask-size: 100% 100%;
|
|
64
64
|
color: inherit;
|
package/dist/icons/index.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prefix": "fang-ui",
|
|
3
3
|
"info": {},
|
|
4
|
-
"lastModified":
|
|
4
|
+
"lastModified": 1761290590352,
|
|
5
5
|
"icons": {
|
|
6
6
|
"bar": {
|
|
7
7
|
"body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
|
|
8
8
|
},
|
|
9
|
-
"
|
|
10
|
-
"body": "
|
|
9
|
+
"bottom-left": {
|
|
10
|
+
"body": "<path fill=\"currentColor\" d=\"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z\"/><path fill=\"currentColor\" d=\"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z\"/>"
|
|
11
11
|
},
|
|
12
|
-
"
|
|
13
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
12
|
+
"bottom-right": {
|
|
13
|
+
"body": "<path fill=\"currentColor\" d=\"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z\"/><path fill=\"currentColor\" d=\"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z\"/>"
|
|
14
14
|
},
|
|
15
15
|
"clear": {
|
|
16
16
|
"body": " <path fill=\"currentColor\" d=\"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z\" ></path> <path fill=\"currentColor\" d=\"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z\" ></path> "
|
package/dist/index.css
CHANGED
|
@@ -1405,4 +1405,26 @@
|
|
|
1405
1405
|
left: 0;
|
|
1406
1406
|
z-index: 1;
|
|
1407
1407
|
opacity: 0;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.tablesvp {
|
|
1411
|
+
width: 100%;
|
|
1412
|
+
height: var(--tablesvp-height);
|
|
1413
|
+
display: flex;
|
|
1414
|
+
flex-direction: column;
|
|
1415
|
+
}
|
|
1416
|
+
.tablesvp-main {
|
|
1417
|
+
display: flex;
|
|
1418
|
+
flex-direction: column;
|
|
1419
|
+
flex: 1;
|
|
1420
|
+
width: 100%;
|
|
1421
|
+
}
|
|
1422
|
+
.tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1423
|
+
display: none;
|
|
1424
|
+
}
|
|
1425
|
+
.tablesvp-paginat {
|
|
1426
|
+
overflow: hidden;
|
|
1427
|
+
}
|
|
1428
|
+
.tablesvp-paginat .el-pagination {
|
|
1429
|
+
justify-content: flex-end;
|
|
1408
1430
|
}
|
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.94",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description ": "fang-ui",
|
|
7
7
|
"keywords": [
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"vue-tsc": "^3.1.1",
|
|
50
50
|
"vuedraggable": "4.1.0",
|
|
51
51
|
"vxe-table": "4.17.1",
|
|
52
|
-
"@fang-ui/components": "0.0.1-0",
|
|
53
52
|
"@fang-ui/directives": "0.0.1-0",
|
|
54
|
-
"@fang-ui/
|
|
53
|
+
"@fang-ui/components": "0.0.1-0",
|
|
55
54
|
"@fang-ui/icons": "0.0.1-0",
|
|
56
|
-
"@fang-ui/
|
|
55
|
+
"@fang-ui/hooks": "0.0.1-0",
|
|
57
56
|
"@fang-ui/locale": "0.0.1-0",
|
|
57
|
+
"@fang-ui/theme": "0.0.1-0",
|
|
58
58
|
"@fang-ui/types": "0.0.1-0",
|
|
59
59
|
"@fang-ui/utils": "0.0.1-0"
|
|
60
60
|
},
|
|
File without changes
|
|
File without changes
|