zartd 0.0.21 → 0.0.22
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/index.css +7 -8
- package/dist/index.js +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.min.css.map +1 -1
- package/dist/index.min.js +1 -1
- package/es/a-select/style/index.less +0 -1
- package/es/a-tree/style/index.less +1 -3
- package/es/style/fonts/iconfont/zartd/iconfont.css +8 -4
- package/es/style/fonts/iconfont/zartd/iconfont.ttf +0 -0
- package/es/style/fonts/iconfont/zartd/iconfont.woff +0 -0
- package/es/style/fonts/iconfont/zartd/iconfont.woff2 +0 -0
- package/lib/a-select/style/index.less +0 -1
- package/lib/a-tree/style/index.less +1 -3
- package/lib/style/fonts/iconfont/zartd/iconfont.css +8 -4
- package/lib/style/fonts/iconfont/zartd/iconfont.ttf +0 -0
- package/lib/style/fonts/iconfont/zartd/iconfont.woff +0 -0
- package/lib/style/fonts/iconfont/zartd/iconfont.woff2 +0 -0
- package/package.json +1 -1
package/dist/index.min.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/*! zartd v0.0.
|
|
1
|
+
/*! zartd v0.0.22 */
|
|
2
2
|
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).zartd={})}(this,(function(e){"use strict";const t=[],n=e=>{for(const n of t)n.install&&e.use(n);return e};var o={install:n};e.default=o,e.install=n,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
3
3
|
//# sourceMappingURL=index.min.js.map
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.@{tree-prefix-cls}-switcher
|
|
19
|
-
.@{tree-prefix-cls}-iconEle {
|
|
18
|
+
.@{tree-prefix-cls}-switcher {
|
|
20
19
|
color: var(--zartd-text-color-6);
|
|
21
20
|
}
|
|
22
21
|
}
|
|
@@ -81,7 +80,6 @@
|
|
|
81
80
|
|
|
82
81
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
83
82
|
.@{custom-tree-prefix-cls}-iconEle {
|
|
84
|
-
color: var(--zartd-text-color-6);
|
|
85
83
|
margin-right: 8px;
|
|
86
84
|
}
|
|
87
85
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'zt-iconfont'; /* Project id 3622406 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.ttf?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1689301517739') format('woff2'), url('iconfont.woff?t=1689301517739') format('woff'),
|
|
4
|
+
url('iconfont.ttf?t=1689301517739') format('truetype');
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.zt-iconfont {
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
-moz-osx-font-smoothing: grayscale;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
+
.zt-icon-role:before {
|
|
16
|
+
content: '\e603';
|
|
17
|
+
}
|
|
18
|
+
|
|
15
19
|
.zt-icon-drag:before {
|
|
16
20
|
content: '\e75a';
|
|
17
21
|
}
|
|
@@ -392,7 +396,7 @@
|
|
|
392
396
|
content: '\e6b7';
|
|
393
397
|
}
|
|
394
398
|
|
|
395
|
-
.zt-icon-
|
|
399
|
+
.zt-icon-box:before {
|
|
396
400
|
content: '\e6b9';
|
|
397
401
|
}
|
|
398
402
|
|
|
@@ -508,7 +512,7 @@
|
|
|
508
512
|
content: '\e64c';
|
|
509
513
|
}
|
|
510
514
|
|
|
511
|
-
.zt-icon-
|
|
515
|
+
.zt-icon-enclosure:before {
|
|
512
516
|
content: '\e64d';
|
|
513
517
|
}
|
|
514
518
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.@{tree-prefix-cls}-switcher
|
|
19
|
-
.@{tree-prefix-cls}-iconEle {
|
|
18
|
+
.@{tree-prefix-cls}-switcher {
|
|
20
19
|
color: var(--zartd-text-color-6);
|
|
21
20
|
}
|
|
22
21
|
}
|
|
@@ -81,7 +80,6 @@
|
|
|
81
80
|
|
|
82
81
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
83
82
|
.@{custom-tree-prefix-cls}-iconEle {
|
|
84
|
-
color: var(--zartd-text-color-6);
|
|
85
83
|
margin-right: 8px;
|
|
86
84
|
}
|
|
87
85
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'zt-iconfont'; /* Project id 3622406 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.ttf?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1689301517739') format('woff2'), url('iconfont.woff?t=1689301517739') format('woff'),
|
|
4
|
+
url('iconfont.ttf?t=1689301517739') format('truetype');
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.zt-iconfont {
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
-moz-osx-font-smoothing: grayscale;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
+
.zt-icon-role:before {
|
|
16
|
+
content: '\e603';
|
|
17
|
+
}
|
|
18
|
+
|
|
15
19
|
.zt-icon-drag:before {
|
|
16
20
|
content: '\e75a';
|
|
17
21
|
}
|
|
@@ -392,7 +396,7 @@
|
|
|
392
396
|
content: '\e6b7';
|
|
393
397
|
}
|
|
394
398
|
|
|
395
|
-
.zt-icon-
|
|
399
|
+
.zt-icon-box:before {
|
|
396
400
|
content: '\e6b9';
|
|
397
401
|
}
|
|
398
402
|
|
|
@@ -508,7 +512,7 @@
|
|
|
508
512
|
content: '\e64c';
|
|
509
513
|
}
|
|
510
514
|
|
|
511
|
-
.zt-icon-
|
|
515
|
+
.zt-icon-enclosure:before {
|
|
512
516
|
content: '\e64d';
|
|
513
517
|
}
|
|
514
518
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|