@zgfe/business-lib 1.2.50 → 1.2.51-ljy.1
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/es/assets/iconfont/demo_index.html +661 -17
- package/es/assets/iconfont/iconfont.css +117 -5
- package/es/assets/iconfont/iconfont.js +6 -6
- package/es/assets/iconfont/iconfont.json +200 -4
- package/es/assets/iconfont/iconfont.ttf +0 -0
- package/es/assets/iconfont/iconfont.woff +0 -0
- package/es/assets/iconfont/iconfont.woff2 +0 -0
- package/es/datePickerOld/context.d.ts +15 -0
- package/es/datePickerOld/context.js +3 -0
- package/es/datePickerOld/datePicker.d.ts +8 -0
- package/es/datePickerOld/datePicker.js +151 -0
- package/es/datePickerOld/demo/customType.d.ts +4 -0
- package/es/datePickerOld/demo/customType.js +44 -0
- package/es/datePickerOld/demo/day.d.ts +4 -0
- package/es/datePickerOld/demo/day.js +48 -0
- package/es/datePickerOld/demo/index.d.ts +4 -0
- package/es/datePickerOld/demo/index.js +41 -0
- package/es/datePickerOld/index.d.ts +6 -0
- package/es/datePickerOld/index.js +218 -0
- package/es/datePickerOld/popoverContent.d.ts +11 -0
- package/es/datePickerOld/popoverContent.js +48 -0
- package/es/datePickerOld/shortcut.d.ts +7 -0
- package/es/datePickerOld/shortcut.js +202 -0
- package/es/datePickerOld/styles/index.less +165 -0
- package/es/datePickerOld/types.d.ts +39 -0
- package/es/datePickerOld/types.js +12 -0
- package/es/datePickerOld/utils.d.ts +7 -0
- package/es/datePickerOld/utils.js +47 -0
- package/es/index.d.ts +2 -1
- package/es/index.js +2 -1
- package/package.json +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "bsicon"; /* Project id 2545884 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.woff?t=
|
|
5
|
-
url('iconfont.ttf?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1722839899931') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1722839899931') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1722839899931') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.bsicon {
|
|
@@ -13,6 +13,118 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.shijian:before {
|
|
17
|
+
content: "\e7cd";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.rili:before {
|
|
21
|
+
content: "\e7ce";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.rili-2:before {
|
|
25
|
+
content: "\e7cc";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.hongmeng:before {
|
|
29
|
+
content: "\e64a";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.qita:before {
|
|
33
|
+
content: "\e649";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.jieshu:before {
|
|
37
|
+
content: "\e7cb";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.xiaoxitongzhi:before {
|
|
41
|
+
content: "\e7ca";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.shenpi:before {
|
|
45
|
+
content: "\e7c9";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.shangchuantupian:before {
|
|
49
|
+
content: "\e648";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.charuzhibiao:before {
|
|
53
|
+
content: "\e644";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.tianjiabiaoti:before {
|
|
57
|
+
content: "\e645";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.tianjiawenben:before {
|
|
61
|
+
content: "\e646";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.tianjiatupian:before {
|
|
65
|
+
content: "\e647";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.a-js2:before {
|
|
69
|
+
content: "\e63f";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.weixinxiaochengxu:before {
|
|
73
|
+
content: "\e640";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.ios1:before {
|
|
77
|
+
content: "\e641";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.android1:before {
|
|
81
|
+
content: "\e642";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.fuwuqi:before {
|
|
85
|
+
content: "\e643";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.caidan-yonghuyingxiao:before {
|
|
89
|
+
content: "\e63a";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.licaiyewufenxi:before {
|
|
93
|
+
content: "\e7c8";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.xinyongkayewu1:before {
|
|
97
|
+
content: "\e7c6";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.xinyongkafenqi:before {
|
|
101
|
+
content: "\e7c7";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.a-LTVfenxi:before {
|
|
105
|
+
content: "\e7c5";
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.daohangerjijiantou:before {
|
|
109
|
+
content: "\e632";
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.daohangyijijiantoushouqi:before {
|
|
113
|
+
content: "\e634";
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.jiaosejiaohuan:before {
|
|
117
|
+
content: "\e635";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.daohangyijijiantouzhankai:before {
|
|
121
|
+
content: "\e636";
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.cunkuanyewu:before {
|
|
125
|
+
content: "\e7c4";
|
|
126
|
+
}
|
|
127
|
+
|
|
16
128
|
.maidian:before {
|
|
17
129
|
content: "\e7c2";
|
|
18
130
|
}
|
|
@@ -537,7 +649,7 @@
|
|
|
537
649
|
content: "\e6db";
|
|
538
650
|
}
|
|
539
651
|
|
|
540
|
-
.
|
|
652
|
+
.shujuji_left:before {
|
|
541
653
|
content: "\e6d2";
|
|
542
654
|
}
|
|
543
655
|
|
|
@@ -545,7 +657,7 @@
|
|
|
545
657
|
content: "\e6d3";
|
|
546
658
|
}
|
|
547
659
|
|
|
548
|
-
.
|
|
660
|
+
.shujuji_right:before {
|
|
549
661
|
content: "\e6d4";
|
|
550
662
|
}
|
|
551
663
|
|