@zgfe/business-lib 1.2.51 → 1.2.53

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.
Files changed (49) hide show
  1. package/es/assets/colorIcon/demo_index.html +717 -4
  2. package/es/assets/colorIcon/iconfont.css +128 -4
  3. package/es/assets/colorIcon/iconfont.js +16 -16
  4. package/es/assets/colorIcon/iconfont.json +217 -0
  5. package/es/assets/colorIcon/iconfont.svg +62 -0
  6. package/es/assets/colorIcon/iconfont.ttf +0 -0
  7. package/es/assets/colorIcon/iconfont.woff +0 -0
  8. package/es/assets/colorIcon/iconfont.woff2 +0 -0
  9. package/es/assets/iconfont/demo_index.html +310 -11
  10. package/es/assets/iconfont/iconfont.css +57 -5
  11. package/es/assets/iconfont/iconfont.js +14 -15
  12. package/es/assets/iconfont/iconfont.json +93 -2
  13. package/es/assets/iconfont/iconfont.ttf +0 -0
  14. package/es/assets/iconfont/iconfont.woff +0 -0
  15. package/es/assets/iconfont/iconfont.woff2 +0 -0
  16. package/es/assets/styles/resetAntd.less +3 -2
  17. package/es/datePicker/demo/index.js +3 -1
  18. package/es/datePickerV2/context.d.ts +13 -0
  19. package/es/datePickerV2/context.js +3 -0
  20. package/es/datePickerV2/datePicker.d.ts +7 -0
  21. package/es/datePickerV2/datePicker.js +149 -0
  22. package/es/datePickerV2/demo/customType.d.ts +4 -0
  23. package/es/datePickerV2/demo/customType.js +38 -0
  24. package/es/datePickerV2/demo/day.d.ts +4 -0
  25. package/es/datePickerV2/demo/day.js +47 -0
  26. package/es/datePickerV2/demo/index.d.ts +4 -0
  27. package/es/datePickerV2/demo/index.js +67 -0
  28. package/es/datePickerV2/index.d.ts +6 -0
  29. package/es/datePickerV2/index.js +243 -0
  30. package/es/datePickerV2/popoverContent.d.ts +13 -0
  31. package/es/datePickerV2/popoverContent.js +53 -0
  32. package/es/datePickerV2/shortcut.d.ts +7 -0
  33. package/es/datePickerV2/shortcut.js +120 -0
  34. package/es/datePickerV2/styles/index.less +184 -0
  35. package/es/datePickerV2/types.d.ts +38 -0
  36. package/es/datePickerV2/types.js +12 -0
  37. package/es/datePickerV2/utils.d.ts +30 -0
  38. package/es/datePickerV2/utils.js +139 -0
  39. package/es/index.d.ts +2 -1
  40. package/es/index.js +2 -1
  41. package/package.json +3 -3
  42. package/es/table/font_2545884_ievcoe4sky/demo.css +0 -539
  43. package/es/table/font_2545884_ievcoe4sky/demo_index.html +0 -4857
  44. package/es/table/font_2545884_ievcoe4sky/iconfont.css +0 -827
  45. package/es/table/font_2545884_ievcoe4sky/iconfont.js +0 -43
  46. package/es/table/font_2545884_ievcoe4sky/iconfont.json +0 -1430
  47. package/es/table/font_2545884_ievcoe4sky/iconfont.ttf +0 -0
  48. package/es/table/font_2545884_ievcoe4sky/iconfont.woff +0 -0
  49. package/es/table/font_2545884_ievcoe4sky/iconfont.woff2 +0 -0
@@ -1,9 +1,9 @@
1
1
  @font-face {
2
2
  font-family: "iconfont"; /* Project id 3950596 */
3
- src: url('iconfont.woff2?t=1678964563494') format('woff2'),
4
- url('iconfont.woff?t=1678964563494') format('woff'),
5
- url('iconfont.ttf?t=1678964563494') format('truetype'),
6
- url('iconfont.svg?t=1678964563494#iconfont') format('svg');
3
+ src: url('iconfont.woff2?t=1721787187002') format('woff2'),
4
+ url('iconfont.woff?t=1721787187002') format('woff'),
5
+ url('iconfont.ttf?t=1721787187002') format('truetype'),
6
+ url('iconfont.svg?t=1721787187002#iconfont') format('svg');
7
7
  }
8
8
 
9
9
  .iconfont {
@@ -14,6 +14,130 @@
14
14
  -moz-osx-font-smoothing: grayscale;
15
15
  }
16
16
 
17
+ .icon-yasuobao:before {
18
+ content: "\e7a0";
19
+ }
20
+
21
+ .icon-yewuchangjing:before {
22
+ content: "\e63b";
23
+ }
24
+
25
+ .icon-yonghuyingxiao:before {
26
+ content: "\e638";
27
+ }
28
+
29
+ .icon-xinyongkafenqi:before {
30
+ content: "\e637";
31
+ }
32
+
33
+ .icon-xinyongkayewu:before {
34
+ content: "\e636";
35
+ }
36
+
37
+ .icon-zhinengyingxiaoduose:before {
38
+ content: "\e634";
39
+ }
40
+
41
+ .icon-cunkuanyewufenxi:before {
42
+ content: "\e799";
43
+ }
44
+
45
+ .icon-shujuzhiliang:before {
46
+ content: "\e78d";
47
+ }
48
+
49
+ .icon-xinbanlogo:before {
50
+ content: "\e78a";
51
+ }
52
+
53
+ .icon-xinbanlogo-jichuban:before {
54
+ content: "\e78b";
55
+ }
56
+
57
+ .icon-xinbanlogo-qiyeban:before {
58
+ content: "\e78c";
59
+ }
60
+
61
+ .icon-xinbanlogo-zhuanyeban:before {
62
+ content: "\e787";
63
+ }
64
+
65
+ .icon-xinbanlogo-shiyongban:before {
66
+ content: "\e788";
67
+ }
68
+
69
+ .icon-xinbanlogo-yiguoqi:before {
70
+ content: "\e789";
71
+ }
72
+
73
+ .icon-general:before {
74
+ content: "\e781";
75
+ }
76
+
77
+ .icon-yingxiaohuodong:before {
78
+ content: "\e77e";
79
+ }
80
+
81
+ .icon-credit:before {
82
+ content: "\e77d";
83
+ }
84
+
85
+ .icon-yingxiaokanban:before {
86
+ content: "\e6ee";
87
+ }
88
+
89
+ .icon-yingxiaoshuju:before {
90
+ content: "\e6ef";
91
+ }
92
+
93
+ .icon-yingxiaozhongxin:before {
94
+ content: "\e6f0";
95
+ }
96
+
97
+ .icon-qunzulvcheng:before {
98
+ content: "\e6f1";
99
+ }
100
+
101
+ .icon-yingxiaosucai:before {
102
+ content: "\e6f2";
103
+ }
104
+
105
+ .icon-yingxiaoshezhi:before {
106
+ content: "\e6f3";
107
+ }
108
+
109
+ .icon-fenxigongjuxiang:before {
110
+ content: "\e778";
111
+ }
112
+
113
+ .icon-chanpinbiaoqian:before {
114
+ content: "\e777";
115
+ }
116
+
117
+ .icon-yonghufenqun:before {
118
+ content: "\e770";
119
+ }
120
+
121
+ .icon-yingxiaoshoujufenxi:before {
122
+ content: "\e771";
123
+ }
124
+
125
+ .icon-yonghutiyanjiankong:before {
126
+ content: "\e772";
127
+ }
128
+
129
+ .icon-yonghubiaoqian:before {
130
+ content: "\e773";
131
+ }
132
+
133
+ .icon-yonghulvcheng:before {
134
+ content: "\e75b";
135
+ }
136
+
137
+ .icon-shujukaifang:before {
138
+ content: "\e75a";
139
+ }
140
+
17
141
  .icon-caidan-idmapping:before {
18
142
  content: "\e759";
19
143
  }