@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,827 +0,0 @@
1
- @font-face {
2
- font-family: "bsicon"; /* Project id 2545884 */
3
- src: url('iconfont.woff2?t=1720684074651') format('woff2'),
4
- url('iconfont.woff?t=1720684074651') format('woff'),
5
- url('iconfont.ttf?t=1720684074651') format('truetype');
6
- }
7
-
8
- .bsicon {
9
- font-family: "bsicon" !important;
10
- font-size: 16px;
11
- font-style: normal;
12
- -webkit-font-smoothing: antialiased;
13
- -moz-osx-font-smoothing: grayscale;
14
- }
15
-
16
- .a-js2:before {
17
- content: "\e63f";
18
- }
19
-
20
- .weixinxiaochengxu:before {
21
- content: "\e640";
22
- }
23
-
24
- .ios1:before {
25
- content: "\e641";
26
- }
27
-
28
- .android1:before {
29
- content: "\e642";
30
- }
31
-
32
- .fuwuqi:before {
33
- content: "\e643";
34
- }
35
-
36
- .caidan-yonghuyingxiao:before {
37
- content: "\e63a";
38
- }
39
-
40
- .licaiyewufenxi:before {
41
- content: "\e7c8";
42
- }
43
-
44
- .xinyongkayewu1:before {
45
- content: "\e7c6";
46
- }
47
-
48
- .xinyongkafenqi:before {
49
- content: "\e7c7";
50
- }
51
-
52
- .a-LTVfenxi:before {
53
- content: "\e7c5";
54
- }
55
-
56
- .daohangerjijiantou:before {
57
- content: "\e632";
58
- }
59
-
60
- .daohangyijijiantoushouqi:before {
61
- content: "\e634";
62
- }
63
-
64
- .jiaosejiaohuan:before {
65
- content: "\e635";
66
- }
67
-
68
- .daohangyijijiantouzhankai:before {
69
- content: "\e636";
70
- }
71
-
72
- .cunkuanyewu:before {
73
- content: "\e7c4";
74
- }
75
-
76
- .maidian:before {
77
- content: "\e7c2";
78
- }
79
-
80
- .fenxifangfalun:before {
81
- content: "\e7c3";
82
- }
83
-
84
- .wendangshuoming:before {
85
- content: "\e7c1";
86
- }
87
-
88
- .bangzhu:before {
89
- content: "\e7c0";
90
- }
91
-
92
- .shuangyoujiantou:before {
93
- content: "\e7be";
94
- }
95
-
96
- .shuangzuojiantou:before {
97
- content: "\e7bf";
98
- }
99
-
100
- .chanpindiedai:before {
101
- content: "\e7bd";
102
- }
103
-
104
- .yonghufenqun1:before {
105
- content: "\e7bc";
106
- }
107
-
108
- .caidan-CEP:before {
109
- content: "\e7b8";
110
- }
111
-
112
- .a-caidan-shujukanbanBI:before {
113
- content: "\e7ba";
114
- }
115
-
116
- .caidan-shujuzhiliang:before {
117
- content: "\e7bb";
118
- }
119
-
120
- .shujukanban:before {
121
- content: "\e7b7";
122
- }
123
-
124
- .yewushuju:before {
125
- content: "\e7b3";
126
- }
127
-
128
- .maidianshuju:before {
129
- content: "\e7b5";
130
- }
131
-
132
- .biaoqianshuju:before {
133
- content: "\e7b6";
134
- }
135
-
136
- .guanli:before {
137
- content: "\e7b2";
138
- }
139
-
140
- .yonghu:before {
141
- content: "\e74e";
142
- }
143
-
144
- .zhengti:before {
145
- content: "\e7b4";
146
- }
147
-
148
- .caidan-biaoqianguanlitixi:before {
149
- content: "\e7af";
150
- }
151
-
152
- .caidan-biaoqianshujudaoru:before {
153
- content: "\e7b0";
154
- }
155
-
156
- .caidan-biaoqianshujushuchu:before {
157
- content: "\e7b1";
158
- }
159
-
160
- .xuhao6:before {
161
- content: "\e7aa";
162
- }
163
-
164
- .xuhao2:before {
165
- content: "\e7ab";
166
- }
167
-
168
- .xuhao5:before {
169
- content: "\e7ac";
170
- }
171
-
172
- .xuhao1:before {
173
- content: "\e7ad";
174
- }
175
-
176
- .xuhao4:before {
177
- content: "\e7ae";
178
- }
179
-
180
- .xuhao3:before {
181
- content: "\e7a9";
182
- }
183
-
184
- .html5:before {
185
- content: "\e7a6";
186
- }
187
-
188
- .ios:before {
189
- content: "\e7a7";
190
- }
191
-
192
- .android:before {
193
- content: "\e7a8";
194
- }
195
-
196
- .yonghufenqun:before {
197
- content: "\e7a5";
198
- }
199
-
200
- .BI:before {
201
- content: "\e79b";
202
- }
203
-
204
- .xinyongdaikuanfenxi:before {
205
- content: "\e79c";
206
- }
207
-
208
- .a-zhinengyingxiaoCXP:before {
209
- content: "\e79d";
210
- }
211
-
212
- .yonghu1:before {
213
- content: "\e79e";
214
- }
215
-
216
- .changyongfenxichangjing:before {
217
- content: "\e79f";
218
- }
219
-
220
- .yonghutiyanjiankong:before {
221
- content: "\e7a0";
222
- }
223
-
224
- .yewuchangjing:before {
225
- content: "\e7a1";
226
- }
227
-
228
- .yonghubiaoqian:before {
229
- content: "\e7a2";
230
- }
231
-
232
- .chanpinbiaoqian:before {
233
- content: "\e7a3";
234
- }
235
-
236
- .yingxiaoshujufenxi:before {
237
- content: "\e7a4";
238
- }
239
-
240
- .yichangtongzhi1:before {
241
- content: "\e6f3";
242
- }
243
-
244
- .renwuguanli1:before {
245
- content: "\e6f4";
246
- }
247
-
248
- .shujujieru:before {
249
- content: "\e79a";
250
- }
251
-
252
- .SQLjiaoben:before {
253
- content: "\e6f9";
254
- }
255
-
256
- .jisuanlie:before {
257
- content: "\e6f5";
258
- }
259
-
260
- .shujuqingxi:before {
261
- content: "\e6f6";
262
- }
263
-
264
- .chaifenlie:before {
265
- content: "\e6f7";
266
- }
267
-
268
- .hebinglie:before {
269
- content: "\e6f8";
270
- }
271
-
272
- .yichangtongzhi:before {
273
- content: "\e6f1";
274
- }
275
-
276
- .renwuguanli:before {
277
- content: "\e6f2";
278
- }
279
-
280
- .Session:before {
281
- content: "\e6f0";
282
- }
283
-
284
- .shouqi1:before {
285
- content: "\e797";
286
- }
287
-
288
- .tianjia2:before {
289
- content: "\e799";
290
- }
291
-
292
- .hexutu:before {
293
- content: "\e796";
294
- }
295
-
296
- .quanpingzhanshi:before {
297
- content: "\e6a3";
298
- }
299
-
300
- .liuxiangtu:before {
301
- content: "\e78f";
302
- }
303
-
304
- .xuritu:before {
305
- content: "\e790";
306
- }
307
-
308
- .sangjitu:before {
309
- content: "\e791";
310
- }
311
-
312
- .shuxingtu:before {
313
- content: "\e792";
314
- }
315
-
316
- .quanpingshouqi:before {
317
- content: "\e793";
318
- }
319
-
320
- .duigou:before {
321
- content: "\e78e";
322
- }
323
-
324
- .datav:before {
325
- content: "\e78c";
326
- }
327
-
328
- .gongxiang:before {
329
- content: "\e78d";
330
- }
331
-
332
- .daohangjiantou:before {
333
- content: "\e787";
334
- }
335
-
336
- .fangda:before {
337
- content: "\e788";
338
- }
339
-
340
- .chuangjian:before {
341
- content: "\e789";
342
- }
343
-
344
- .zhuanfa:before {
345
- content: "\e78a";
346
- }
347
-
348
- .suoxiao:before {
349
- content: "\e78b";
350
- }
351
-
352
- .loudou:before {
353
- content: "\e786";
354
- }
355
-
356
- .zhexiantu:before {
357
- content: "\e785";
358
- }
359
-
360
- .jiantoushang:before {
361
- content: "\e772";
362
- }
363
-
364
- .jiantouxia:before {
365
- content: "\e77f";
366
- }
367
-
368
- .jiantouyoushang:before {
369
- content: "\e780";
370
- }
371
-
372
- .biaoqian:before {
373
- content: "\e781";
374
- }
375
-
376
- .jiantouzuoshang:before {
377
- content: "\e784";
378
- }
379
-
380
- .tianjia3:before {
381
- content: "\e770";
382
- }
383
-
384
- .chu:before {
385
- content: "\e769";
386
- }
387
-
388
- .jian:before {
389
- content: "\e76a";
390
- }
391
-
392
- .bianji-tianchong:before {
393
- content: "\e768";
394
- }
395
-
396
- .a-shaixuan2:before {
397
- content: "\e767";
398
- }
399
-
400
- .guiyin:before {
401
- content: "\e764";
402
- }
403
-
404
- .shaixuan:before {
405
- content: "\e76e";
406
- }
407
-
408
- .qingchu:before {
409
- content: "\e759";
410
- }
411
-
412
- .shujuquzhong:before {
413
- content: "\e761";
414
- }
415
-
416
- .tihuanqueshizhi:before {
417
- content: "\e762";
418
- }
419
-
420
- .bofang:before {
421
- content: "\e75b";
422
- }
423
-
424
- .fangxiangshang:before {
425
- content: "\e75c";
426
- }
427
-
428
- .zanting:before {
429
- content: "\e75e";
430
- }
431
-
432
- .yinliang:before {
433
- content: "\e75f";
434
- }
435
-
436
- .fangxiangxia:before {
437
- content: "\e760";
438
- }
439
-
440
- .lianjie1:before {
441
- content: "\e74f";
442
- }
443
-
444
- .a-yanjingkai:before {
445
- content: "\e750";
446
- }
447
-
448
- .zhankai2:before {
449
- content: "\e74c";
450
- }
451
-
452
- .shouqi:before {
453
- content: "\e74d";
454
- }
455
-
456
- .shuaxin:before {
457
- content: "\e74a";
458
- }
459
-
460
- .caidan-gengduo:before {
461
- content: "\e748";
462
- }
463
-
464
- .caidan-shezhi:before {
465
- content: "\e747";
466
- }
467
-
468
- .caidan-tuichu:before {
469
- content: "\e745";
470
- }
471
-
472
- .tuozhuai1:before {
473
- content: "\e73e";
474
- }
475
-
476
- .fuzhi1:before {
477
- content: "\e752";
478
- }
479
-
480
- .paixu-shangsheng:before {
481
- content: "\e73d";
482
- }
483
-
484
- .yidongdao:before {
485
- content: "\e73b";
486
- }
487
-
488
- .paixu1:before {
489
- content: "\e73c";
490
- }
491
-
492
- .zengjia:before {
493
- content: "\e739";
494
- }
495
-
496
- .sousuo:before {
497
- content: "\e738";
498
- }
499
-
500
- .tishi:before {
501
- content: "\e736";
502
- }
503
-
504
- .file-excel:before {
505
- content: "\e735";
506
- }
507
-
508
- .file-add:before {
509
- content: "\e734";
510
- }
511
-
512
- .funnel-mark:before {
513
- content: "\e67f";
514
- }
515
-
516
- .emoji-feichangbumanyi:before {
517
- content: "\e72d";
518
- }
519
-
520
- .emoji-bumanyi:before {
521
- content: "\e72c";
522
- }
523
-
524
- .emoji-yiban:before {
525
- content: "\e72b";
526
- }
527
-
528
- .emoji-manyi:before {
529
- content: "\e72a";
530
- }
531
-
532
- .emoji-feichangmanyi:before {
533
- content: "\e728";
534
- }
535
-
536
- .biaoqing:before {
537
- content: "\e7d5";
538
- }
539
-
540
- .qingli:before {
541
- content: "\e7d6";
542
- }
543
-
544
- .tianchongyanse:before {
545
- content: "\e7d7";
546
- }
547
-
548
- .tishi1:before {
549
- content: "\e727";
550
- }
551
-
552
- .yidong:before {
553
- content: "\e6ea";
554
- }
555
-
556
- .daochu:before {
557
- content: "\e6e9";
558
- }
559
-
560
- .tianjia:before {
561
- content: "\e6e8";
562
- }
563
-
564
- .maidianguanli:before {
565
- content: "\e6e6";
566
- }
567
-
568
- .maidianfanganguanli:before {
569
- content: "\e6e7";
570
- }
571
-
572
- .shoucang-kong:before {
573
- content: "\e6e5";
574
- }
575
-
576
- .paixu:before {
577
- content: "\e6e4";
578
- }
579
-
580
- .xiazai1:before {
581
- content: "\e7b9";
582
- }
583
-
584
- .fuzhi:before {
585
- content: "\e6d7";
586
- }
587
-
588
- .zifuchuan:before {
589
- content: "\e6d9";
590
- }
591
-
592
- .riqi:before {
593
- content: "\e6da";
594
- }
595
-
596
- .shuzhi:before {
597
- content: "\e6db";
598
- }
599
-
600
- .shujuji_left:before {
601
- content: "\e6d2";
602
- }
603
-
604
- .inner:before {
605
- content: "\e6d3";
606
- }
607
-
608
- .shujuji_right:before {
609
- content: "\e6d4";
610
- }
611
-
612
- .all:before {
613
- content: "\e6d5";
614
- }
615
-
616
- .shanchutong:before {
617
- content: "\e6b1";
618
- }
619
-
620
- .shanchu2:before {
621
- content: "\e6b2";
622
- }
623
-
624
- .zhongxinjiazai:before {
625
- content: "\e6b3";
626
- }
627
-
628
- .tiaozhengdaxiao-zuoyou:before {
629
- content: "\e6b4";
630
- }
631
-
632
- .tiaozhengdaxiao-shangxia:before {
633
- content: "\e6b5";
634
- }
635
-
636
- .tuozhuai:before {
637
- content: "\e6b6";
638
- }
639
-
640
- .gengduocaozuo2:before {
641
- content: "\e6b0";
642
- }
643
-
644
- .shujujiyewu:before {
645
- content: "\e6ad";
646
- }
647
-
648
- .zhongmingming:before {
649
- content: "\e6ae";
650
- }
651
-
652
- .bianji1:before {
653
- content: "\e6af";
654
- }
655
-
656
- .shuchu:before {
657
- content: "\e6ac";
658
- }
659
-
660
- .shujuchaifen:before {
661
- content: "\e6a9";
662
- }
663
-
664
- .juhe:before {
665
- content: "\e6ab";
666
- }
667
-
668
- .liezhuanlie:before {
669
- content: "\e6a8";
670
- }
671
-
672
- .hangzhuanlie:before {
673
- content: "\e6a7";
674
- }
675
-
676
- .ziduanshezhi:before {
677
- content: "\e6a6";
678
- }
679
-
680
- .lianjie:before {
681
- content: "\e6a4";
682
- }
683
-
684
- .hebing:before {
685
- content: "\e6a5";
686
- }
687
-
688
- .shoucang:before {
689
- content: "\e6a2";
690
- }
691
-
692
- .zhankai1:before {
693
- content: "\e6a0";
694
- }
695
-
696
- .biaoqianfenlei:before {
697
- content: "\e69e";
698
- }
699
-
700
- .biaoqianzonglan:before {
701
- content: "\e69f";
702
- }
703
-
704
- .shanchu1:before {
705
- content: "\e69d";
706
- }
707
-
708
- .cuowu:before {
709
- content: "\e69c";
710
- }
711
-
712
- .xianshilie:before {
713
- content: "\e69b";
714
- }
715
-
716
- .fanhuiicon:before {
717
- content: "\e699";
718
- }
719
-
720
- .tishiicon:before {
721
- content: "\e798";
722
- }
723
-
724
- .bingtu:before {
725
- content: "\e794";
726
- }
727
-
728
- .xianshi:before {
729
- content: "\e795";
730
- }
731
-
732
- .gengduocaozuo:before {
733
- content: "\e751";
734
- }
735
-
736
- .daochu1:before {
737
- content: "\e771";
738
- }
739
-
740
- .shengcheng:before {
741
- content: "\e774";
742
- }
743
-
744
- .fenshu:before {
745
- content: "\e775";
746
- }
747
-
748
- .huizongtu:before {
749
- content: "\e777";
750
- }
751
-
752
- .qushitu1:before {
753
- content: "\e779";
754
- }
755
-
756
- .ditu:before {
757
- content: "\e778";
758
- }
759
-
760
- .biaoge:before {
761
- content: "\e77a";
762
- }
763
-
764
- .baogao:before {
765
- content: "\e77e";
766
- }
767
-
768
- .bianji:before {
769
- content: "\e729";
770
- }
771
-
772
- .shanchu:before {
773
- content: "\e754";
774
- }
775
-
776
- .shijian1:before {
777
- content: "\e75d";
778
- }
779
-
780
- .zhankai:before {
781
- content: "\e76b";
782
- }
783
-
784
- .zhedie:before {
785
- content: "\e76c";
786
- }
787
-
788
- .gengduocaozuo1:before {
789
- content: "\e757";
790
- }
791
-
792
- .xiangxia:before {
793
- content: "\e76d";
794
- }
795
-
796
- .tianjia1:before {
797
- content: "\e76f";
798
- }
799
-
800
- .chufahuanjing:before {
801
- content: "\e77b";
802
- }
803
-
804
- .yonghushuxing:before {
805
- content: "\e77c";
806
- }
807
-
808
- .shijianshuxing1:before {
809
- content: "\e782";
810
- }
811
-
812
- .a-Property1moren:before {
813
- content: "\e77d";
814
- }
815
-
816
- .a-Property1xuanzhong:before {
817
- content: "\e783";
818
- }
819
-
820
- .shurukuang_fanhui:before {
821
- content: "\e776";
822
- }
823
-
824
- .check_filled:before {
825
- content: "\e6aa";
826
- }
827
-