@fangzhongya/fang-ui 0.1.5 → 0.1.6
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 +2 -2
- package/dist/components/index2.scss +2 -2
- package/dist/components/list/index.css +0 -3
- package/dist/components/list/index.scss +5 -5
- package/dist/components/page/index.css +0 -3
- package/dist/css/index.css +22 -25
- package/dist/css/list.css +0 -3
- package/dist/css/page.css +0 -3
- package/dist/icons/index.json +1 -1
- package/dist/index.css +22 -25
- package/package.json +5 -5
- /package/dist/components/{global-config → config-provider}/index.css +0 -0
- /package/dist/css/{global-config.css → config-provider.css} +0 -0
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
@use './paging/index.scss' as *;
|
|
117
117
|
@use './tables/index.scss' as *;
|
|
118
118
|
@use './tablesp/index.scss' as *;
|
|
119
|
-
@use './
|
|
120
|
-
@use './
|
|
119
|
+
@use './tablesv/index.scss' as *;
|
|
120
|
+
@use './tablesvp/index.scss' as *;
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
@use './paging/style/index2.scss' as *;
|
|
117
117
|
@use './tables/style/index2.scss' as *;
|
|
118
118
|
@use './tablesp/style/index2.scss' as *;
|
|
119
|
-
@use './
|
|
120
|
-
@use './
|
|
119
|
+
@use './tablesv/style/index2.scss' as *;
|
|
120
|
+
@use './tablesvp/style/index2.scss' as *;
|
|
@@ -61,11 +61,11 @@ $list: 'list';
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
&.auto {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
64
|
+
// &.auto {
|
|
65
|
+
// .#{z($list, 'table-th')} {
|
|
66
|
+
// padding-right: 0;
|
|
67
|
+
// }
|
|
68
|
+
// }
|
|
69
69
|
&.top {
|
|
70
70
|
.#{z($list, 'table-th')} {
|
|
71
71
|
padding-bottom: 0;
|
package/dist/css/index.css
CHANGED
|
@@ -1076,9 +1076,6 @@
|
|
|
1076
1076
|
.list-div .list-table.center .list-table-th {
|
|
1077
1077
|
text-align: center;
|
|
1078
1078
|
}
|
|
1079
|
-
.list-div .list-table.auto .list-table-th {
|
|
1080
|
-
padding-right: 0;
|
|
1081
|
-
}
|
|
1082
1079
|
.list-div .list-table.top .list-table-th {
|
|
1083
1080
|
padding-bottom: 0;
|
|
1084
1081
|
}
|
|
@@ -1629,28 +1626,6 @@
|
|
|
1629
1626
|
justify-content: flex-end;
|
|
1630
1627
|
}
|
|
1631
1628
|
|
|
1632
|
-
.tabless {
|
|
1633
|
-
width: 100%;
|
|
1634
|
-
flex: 1;
|
|
1635
|
-
display: flex;
|
|
1636
|
-
flex-direction: column;
|
|
1637
|
-
}
|
|
1638
|
-
.tabless-main {
|
|
1639
|
-
display: flex;
|
|
1640
|
-
flex-direction: column;
|
|
1641
|
-
flex: 1;
|
|
1642
|
-
width: 100%;
|
|
1643
|
-
}
|
|
1644
|
-
.tabless-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1645
|
-
display: none;
|
|
1646
|
-
}
|
|
1647
|
-
.tabless-paginat {
|
|
1648
|
-
overflow: hidden;
|
|
1649
|
-
}
|
|
1650
|
-
.tabless-paginat .el-pagination {
|
|
1651
|
-
justify-content: flex-end;
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
1629
|
.tablesv {
|
|
1655
1630
|
width: 100%;
|
|
1656
1631
|
min-height: 100px;
|
|
@@ -1732,4 +1707,26 @@
|
|
|
1732
1707
|
left: 0;
|
|
1733
1708
|
z-index: 1;
|
|
1734
1709
|
opacity: 0;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
.tablesvp {
|
|
1713
|
+
width: 100%;
|
|
1714
|
+
height: var(--tablesvp-height);
|
|
1715
|
+
display: flex;
|
|
1716
|
+
flex-direction: column;
|
|
1717
|
+
}
|
|
1718
|
+
.tablesvp-main {
|
|
1719
|
+
display: flex;
|
|
1720
|
+
flex-direction: column;
|
|
1721
|
+
flex: 1;
|
|
1722
|
+
width: 100%;
|
|
1723
|
+
}
|
|
1724
|
+
.tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1725
|
+
display: none;
|
|
1726
|
+
}
|
|
1727
|
+
.tablesvp-paginat {
|
|
1728
|
+
overflow: hidden;
|
|
1729
|
+
}
|
|
1730
|
+
.tablesvp-paginat .el-pagination {
|
|
1731
|
+
justify-content: flex-end;
|
|
1735
1732
|
}
|
package/dist/css/list.css
CHANGED
package/dist/css/page.css
CHANGED
package/dist/icons/index.json
CHANGED
package/dist/index.css
CHANGED
|
@@ -1076,9 +1076,6 @@
|
|
|
1076
1076
|
.list-div .list-table.center .list-table-th {
|
|
1077
1077
|
text-align: center;
|
|
1078
1078
|
}
|
|
1079
|
-
.list-div .list-table.auto .list-table-th {
|
|
1080
|
-
padding-right: 0;
|
|
1081
|
-
}
|
|
1082
1079
|
.list-div .list-table.top .list-table-th {
|
|
1083
1080
|
padding-bottom: 0;
|
|
1084
1081
|
}
|
|
@@ -1629,28 +1626,6 @@
|
|
|
1629
1626
|
justify-content: flex-end;
|
|
1630
1627
|
}
|
|
1631
1628
|
|
|
1632
|
-
.tabless {
|
|
1633
|
-
width: 100%;
|
|
1634
|
-
flex: 1;
|
|
1635
|
-
display: flex;
|
|
1636
|
-
flex-direction: column;
|
|
1637
|
-
}
|
|
1638
|
-
.tabless-main {
|
|
1639
|
-
display: flex;
|
|
1640
|
-
flex-direction: column;
|
|
1641
|
-
flex: 1;
|
|
1642
|
-
width: 100%;
|
|
1643
|
-
}
|
|
1644
|
-
.tabless-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1645
|
-
display: none;
|
|
1646
|
-
}
|
|
1647
|
-
.tabless-paginat {
|
|
1648
|
-
overflow: hidden;
|
|
1649
|
-
}
|
|
1650
|
-
.tabless-paginat .el-pagination {
|
|
1651
|
-
justify-content: flex-end;
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
1629
|
.tablesv {
|
|
1655
1630
|
width: 100%;
|
|
1656
1631
|
min-height: 100px;
|
|
@@ -1732,4 +1707,26 @@
|
|
|
1732
1707
|
left: 0;
|
|
1733
1708
|
z-index: 1;
|
|
1734
1709
|
opacity: 0;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
.tablesvp {
|
|
1713
|
+
width: 100%;
|
|
1714
|
+
height: var(--tablesvp-height);
|
|
1715
|
+
display: flex;
|
|
1716
|
+
flex-direction: column;
|
|
1717
|
+
}
|
|
1718
|
+
.tablesvp-main {
|
|
1719
|
+
display: flex;
|
|
1720
|
+
flex-direction: column;
|
|
1721
|
+
flex: 1;
|
|
1722
|
+
width: 100%;
|
|
1723
|
+
}
|
|
1724
|
+
.tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1725
|
+
display: none;
|
|
1726
|
+
}
|
|
1727
|
+
.tablesvp-paginat {
|
|
1728
|
+
overflow: hidden;
|
|
1729
|
+
}
|
|
1730
|
+
.tablesvp-paginat .el-pagination {
|
|
1731
|
+
justify-content: flex-end;
|
|
1735
1732
|
}
|
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.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description ": "fang-ui",
|
|
7
7
|
"keywords": [
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"vue-tsc": "^3.1.3",
|
|
50
50
|
"vuedraggable": "4.1.0",
|
|
51
51
|
"vxe-table": "4.17.10",
|
|
52
|
-
"@fang-ui/components": "0.0.1-0",
|
|
53
52
|
"@fang-ui/directives": "0.0.1-0",
|
|
54
53
|
"@fang-ui/hooks": "0.0.1-0",
|
|
54
|
+
"@fang-ui/components": "0.0.1-0",
|
|
55
55
|
"@fang-ui/icons": "0.0.1-0",
|
|
56
|
-
"@fang-ui/locale": "0.0.1-0",
|
|
57
56
|
"@fang-ui/theme": "0.0.1-0",
|
|
58
|
-
"@fang-ui/
|
|
59
|
-
"@fang-ui/utils": "0.0.1-0"
|
|
57
|
+
"@fang-ui/locale": "0.0.1-0",
|
|
58
|
+
"@fang-ui/utils": "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",
|
|
File without changes
|
|
File without changes
|