@baosight/er4j 0.1.32 → 0.1.33

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 (21) hide show
  1. package/er4j-dist/er4j.umd.js.map +1 -1
  2. package/er4j-dist/index-DDPqf0Cg.js.map +1 -1
  3. package/er4j-dist/types/components/ErAdvanceFilter/ErAdvanceFilter.vue.d.ts +7 -4057
  4. package/er4j-dist/types/components/ErDevPlat/ErDevPlat.vue.d.ts +4 -2029
  5. package/er4j-dist/types/components/ErGrid/ErGrid.vue.d.ts +2 -1352
  6. package/er4j-dist/types/components/ErGridCellEditor/ButtonEditor.vue.d.ts +1 -676
  7. package/er4j-dist/types/components/ErGridCellEditor/ColorEditor.vue.d.ts +1 -676
  8. package/er4j-dist/types/components/ErGridCellEditor/DatetimeEditor.vue.d.ts +1 -676
  9. package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +1 -676
  10. package/er4j-dist/types/components/ErGridCellEditor/LargeTextEditor.vue.d.ts +1 -676
  11. package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +1 -676
  12. package/er4j-dist/types/components/ErGridCellEditor/TextEditor.vue.d.ts +1 -676
  13. package/er4j-dist/types/components/ErGridCellRender/ButtonGroup.vue.d.ts +1 -676
  14. package/er4j-dist/types/components/ErGridCellRender/CardRender.vue.d.ts +1 -676
  15. package/er4j-dist/types/components/ErGridCellRender/SwitchRender.vue.d.ts +1 -676
  16. package/er4j-dist/types/components/ErGridStatusBar/ToolbarPanel.vue.d.ts +1 -676
  17. package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +2 -677
  18. package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +2 -677
  19. package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +2 -677
  20. package/er4j-dist/types/utils/theme.d.ts +1 -226
  21. package/package.json +1 -1
@@ -391,682 +391,7 @@ declare const _default: import('vue').DefineComponent<{
391
391
  refresh?: string;
392
392
  };
393
393
  }>;
394
- antdTheme: import('vue').Ref<{
395
- token: {
396
- fontSize: number;
397
- sizeStep: number;
398
- borderRadius: number;
399
- wireframe: boolean;
400
- colorPrimary: string;
401
- };
402
- components: {
403
- Form: {
404
- marginLG: number;
405
- };
406
- Button: {
407
- lineHeight: number;
408
- };
409
- Tabs: {
410
- margin: number;
411
- colorBgContainer: string;
412
- colorPrimary: string;
413
- colorText: string;
414
- colorSplit: string;
415
- colorBorder: string;
416
- colorPrimaryBorder: string;
417
- lineHeight: number;
418
- };
419
- DatePicker: {
420
- colorPrimary: string;
421
- };
422
- };
423
- } | {
424
- token: {
425
- fontSize: number;
426
- sizeStep: number;
427
- borderRadius: number;
428
- wireframe: boolean;
429
- colorBgBase: string;
430
- colorTextBase: string;
431
- colorPrimary: string;
432
- colorPrimaryBorder: string;
433
- colorPrimaryBorderHover: string;
434
- colorPrimaryText: string;
435
- };
436
- components: {
437
- Button: {
438
- colorBgContainer: string;
439
- colorBorder: string;
440
- colorText: string;
441
- lineHeight: number;
442
- };
443
- Form: {
444
- marginLG: number;
445
- colorPrimary: string;
446
- colorTextHeading: string;
447
- colorTextDescription: string;
448
- colorText: string;
449
- colorBorder: string;
450
- controlOutline: string;
451
- colorError: string;
452
- };
453
- Input: {
454
- colorBgContainer: string;
455
- colorBorder: string;
456
- colorIconHover: string;
457
- colorPrimaryActive: string;
458
- colorBgContainerDisabled: string;
459
- colorText: string;
460
- };
461
- Checkbox: {
462
- colorBgContainer: string;
463
- colorBorder: string;
464
- };
465
- InputNumber: {
466
- colorBgContainer: string;
467
- colorBorder: string;
468
- colorIconHover: string;
469
- colorPrimaryActive: string;
470
- colorBgContainerDisabled: string;
471
- colorText: string;
472
- };
473
- Radio: {
474
- colorBgContainer: string;
475
- colorBgContainerDisabled: string;
476
- };
477
- Switch: {
478
- colorPrimary: string;
479
- colorBgContainer: string;
480
- };
481
- TreeSelect: {
482
- colorBgContainer: string;
483
- };
484
- Tabs: {
485
- margin: number;
486
- colorPrimaryActive: string;
487
- colorBgContainer: string;
488
- colorPrimary: string;
489
- colorFillAlter: string;
490
- colorSplit: string;
491
- colorText: string;
492
- lineHeight: number;
493
- };
494
- Select: {
495
- colorBgContainer: string;
496
- colorBgContainerDisabled: string;
497
- colorBgElevated: string;
498
- controlItemBgActive: string;
499
- colorBorder: string;
500
- colorText: string;
501
- };
502
- DatePicker: {
503
- colorBgContainer: string;
504
- colorBgContainerDisabled: string;
505
- colorBorder: string;
506
- colorText: string;
507
- colorBgElevated: string;
508
- colorTextHeading: string;
509
- colorIcon: string;
510
- colorIconHover: string;
511
- colorTextDisabled: string;
512
- controlItemBgHover: string;
513
- controlItemBgActive: string;
514
- };
515
- Calendar: {
516
- colorBgContainer: string;
517
- };
518
- Modal: {
519
- colorBgElevated: string;
520
- colorTextHeading: string;
521
- };
522
- Tree: {
523
- colorBgContainer: string;
524
- };
525
- };
526
- } | {
527
- token: {
528
- fontSize: number;
529
- sizeStep: number;
530
- borderRadius: string;
531
- colorPrimary: string;
532
- colorSuccess: string;
533
- colorWarning: string;
534
- colorError: string;
535
- colorInfo: string;
536
- colorLink: string;
537
- fontFamily: string;
538
- colorBgContainer: string;
539
- colorBgElevated: string;
540
- colorBgLayout: string;
541
- colorBgMask: string;
542
- colorBorder: string;
543
- colorText: string;
544
- colorTextSecondary: string;
545
- colorErrorHover: string;
546
- colorErrorText: string;
547
- colorErrorTextActive: string;
548
- colorErrorTextHover: string;
549
- colorFill: string;
550
- colorLinkActive: string;
551
- colorLinkHover: string;
552
- colorPrimaryActive: string;
553
- colorPrimaryBgHover: string;
554
- colorPrimaryBorder: string;
555
- colorPrimaryBorderHover: string;
556
- colorPrimaryHover: string;
557
- colorPrimaryText: string;
558
- colorPrimaryTextActive: string;
559
- colorPrimaryTextHover: string;
560
- colorSuccessActive: string;
561
- colorSuccessBgHover: string;
562
- colorSuccessBorder: string;
563
- colorSuccessBorderHover: string;
564
- colorSuccessHover: string;
565
- colorSuccessText: string;
566
- colorSuccessTextActive: string;
567
- colorSuccessTextHover: string;
568
- colorWarningActive: string;
569
- colorWarningBgHover: string;
570
- colorWarningBorder: string;
571
- colorWarningBorderHover: string;
572
- colorWarningHover: string;
573
- colorWarningText: string;
574
- colorWarningTextActive: string;
575
- colorWarningTextHover: string;
576
- boxShadow: string;
577
- boxShadowSecondary: string;
578
- boxShadowTertiary: string;
579
- colorBgContainerDisabled: string;
580
- colorBgTextActive: string;
581
- colorBgTextHover: string;
582
- colorBorderBg: string;
583
- colorErrorOutline: string;
584
- colorFillAlter: string;
585
- colorFillContent: string;
586
- colorFillContentHover: string;
587
- colorHighlight: string;
588
- colorIcon: string;
589
- colorIconHover: string;
590
- colorSplit: string;
591
- colorTextDescription: string;
592
- colorTextDisabled: string;
593
- colorTextHeading: string;
594
- colorTextLabel: string;
595
- colorTextPlaceholder: string;
596
- colorWarningOutline: string;
597
- controlItemBgActive: string;
598
- controlItemBgActiveDisabled: string;
599
- controlItemBgActiveHover: string;
600
- controlItemBgHover: string;
601
- controlOutline: string;
602
- controlOutlineWidth: string;
603
- fontWeightStrong: string;
604
- linkDecoration: string;
605
- inkFocusDecoration: string;
606
- linkHoverDecoration: string;
607
- };
608
- components: {
609
- Form: {
610
- marginLG: number;
611
- };
612
- Tabs: {
613
- margin: number;
614
- lineHeight: number;
615
- colorPrimaryBorder: string;
616
- colorSplit: string;
617
- };
618
- };
619
- }, {
620
- token: {
621
- fontSize: number;
622
- sizeStep: number;
623
- borderRadius: number;
624
- wireframe: boolean;
625
- colorPrimary: string;
626
- };
627
- components: {
628
- Form: {
629
- marginLG: number;
630
- };
631
- Button: {
632
- lineHeight: number;
633
- };
634
- Tabs: {
635
- margin: number;
636
- colorBgContainer: string;
637
- colorPrimary: string;
638
- colorText: string;
639
- colorSplit: string;
640
- colorBorder: string;
641
- colorPrimaryBorder: string;
642
- lineHeight: number;
643
- };
644
- DatePicker: {
645
- colorPrimary: string;
646
- };
647
- };
648
- } | {
649
- token: {
650
- fontSize: number;
651
- sizeStep: number;
652
- borderRadius: number;
653
- wireframe: boolean;
654
- colorBgBase: string;
655
- colorTextBase: string;
656
- colorPrimary: string;
657
- colorPrimaryBorder: string;
658
- colorPrimaryBorderHover: string;
659
- colorPrimaryText: string;
660
- };
661
- components: {
662
- Button: {
663
- colorBgContainer: string;
664
- colorBorder: string;
665
- colorText: string;
666
- lineHeight: number;
667
- };
668
- Form: {
669
- marginLG: number;
670
- colorPrimary: string;
671
- colorTextHeading: string;
672
- colorTextDescription: string;
673
- colorText: string;
674
- colorBorder: string;
675
- controlOutline: string;
676
- colorError: string;
677
- };
678
- Input: {
679
- colorBgContainer: string;
680
- colorBorder: string;
681
- colorIconHover: string;
682
- colorPrimaryActive: string;
683
- colorBgContainerDisabled: string;
684
- colorText: string;
685
- };
686
- Checkbox: {
687
- colorBgContainer: string;
688
- colorBorder: string;
689
- };
690
- InputNumber: {
691
- colorBgContainer: string;
692
- colorBorder: string;
693
- colorIconHover: string;
694
- colorPrimaryActive: string;
695
- colorBgContainerDisabled: string;
696
- colorText: string;
697
- };
698
- Radio: {
699
- colorBgContainer: string;
700
- colorBgContainerDisabled: string;
701
- };
702
- Switch: {
703
- colorPrimary: string;
704
- colorBgContainer: string;
705
- };
706
- TreeSelect: {
707
- colorBgContainer: string;
708
- };
709
- Tabs: {
710
- margin: number;
711
- colorPrimaryActive: string;
712
- colorBgContainer: string;
713
- colorPrimary: string;
714
- colorFillAlter: string;
715
- colorSplit: string;
716
- colorText: string;
717
- lineHeight: number;
718
- };
719
- Select: {
720
- colorBgContainer: string;
721
- colorBgContainerDisabled: string;
722
- colorBgElevated: string;
723
- controlItemBgActive: string;
724
- colorBorder: string;
725
- colorText: string;
726
- };
727
- DatePicker: {
728
- colorBgContainer: string;
729
- colorBgContainerDisabled: string;
730
- colorBorder: string;
731
- colorText: string;
732
- colorBgElevated: string;
733
- colorTextHeading: string;
734
- colorIcon: string;
735
- colorIconHover: string;
736
- colorTextDisabled: string;
737
- controlItemBgHover: string;
738
- controlItemBgActive: string;
739
- };
740
- Calendar: {
741
- colorBgContainer: string;
742
- };
743
- Modal: {
744
- colorBgElevated: string;
745
- colorTextHeading: string;
746
- };
747
- Tree: {
748
- colorBgContainer: string;
749
- };
750
- };
751
- } | {
752
- token: {
753
- fontSize: number;
754
- sizeStep: number;
755
- borderRadius: string;
756
- colorPrimary: string;
757
- colorSuccess: string;
758
- colorWarning: string;
759
- colorError: string;
760
- colorInfo: string;
761
- colorLink: string;
762
- fontFamily: string;
763
- colorBgContainer: string;
764
- colorBgElevated: string;
765
- colorBgLayout: string;
766
- colorBgMask: string;
767
- colorBorder: string;
768
- colorText: string;
769
- colorTextSecondary: string;
770
- colorErrorHover: string;
771
- colorErrorText: string;
772
- colorErrorTextActive: string;
773
- colorErrorTextHover: string;
774
- colorFill: string;
775
- colorLinkActive: string;
776
- colorLinkHover: string;
777
- colorPrimaryActive: string;
778
- colorPrimaryBgHover: string;
779
- colorPrimaryBorder: string;
780
- colorPrimaryBorderHover: string;
781
- colorPrimaryHover: string;
782
- colorPrimaryText: string;
783
- colorPrimaryTextActive: string;
784
- colorPrimaryTextHover: string;
785
- colorSuccessActive: string;
786
- colorSuccessBgHover: string;
787
- colorSuccessBorder: string;
788
- colorSuccessBorderHover: string;
789
- colorSuccessHover: string;
790
- colorSuccessText: string;
791
- colorSuccessTextActive: string;
792
- colorSuccessTextHover: string;
793
- colorWarningActive: string;
794
- colorWarningBgHover: string;
795
- colorWarningBorder: string;
796
- colorWarningBorderHover: string;
797
- colorWarningHover: string;
798
- colorWarningText: string;
799
- colorWarningTextActive: string;
800
- colorWarningTextHover: string;
801
- boxShadow: string;
802
- boxShadowSecondary: string;
803
- boxShadowTertiary: string;
804
- colorBgContainerDisabled: string;
805
- colorBgTextActive: string;
806
- colorBgTextHover: string;
807
- colorBorderBg: string;
808
- colorErrorOutline: string;
809
- colorFillAlter: string;
810
- colorFillContent: string;
811
- colorFillContentHover: string;
812
- colorHighlight: string;
813
- colorIcon: string;
814
- colorIconHover: string;
815
- colorSplit: string;
816
- colorTextDescription: string;
817
- colorTextDisabled: string;
818
- colorTextHeading: string;
819
- colorTextLabel: string;
820
- colorTextPlaceholder: string;
821
- colorWarningOutline: string;
822
- controlItemBgActive: string;
823
- controlItemBgActiveDisabled: string;
824
- controlItemBgActiveHover: string;
825
- controlItemBgHover: string;
826
- controlOutline: string;
827
- controlOutlineWidth: string;
828
- fontWeightStrong: string;
829
- linkDecoration: string;
830
- inkFocusDecoration: string;
831
- linkHoverDecoration: string;
832
- };
833
- components: {
834
- Form: {
835
- marginLG: number;
836
- };
837
- Tabs: {
838
- margin: number;
839
- lineHeight: number;
840
- colorPrimaryBorder: string;
841
- colorSplit: string;
842
- };
843
- };
844
- } | {
845
- token: {
846
- fontSize: number;
847
- sizeStep: number;
848
- borderRadius: number;
849
- wireframe: boolean;
850
- colorPrimary: string;
851
- };
852
- components: {
853
- Form: {
854
- marginLG: number;
855
- };
856
- Button: {
857
- lineHeight: number;
858
- };
859
- Tabs: {
860
- margin: number;
861
- colorBgContainer: string;
862
- colorPrimary: string;
863
- colorText: string;
864
- colorSplit: string;
865
- colorBorder: string;
866
- colorPrimaryBorder: string;
867
- lineHeight: number;
868
- };
869
- DatePicker: {
870
- colorPrimary: string;
871
- };
872
- };
873
- } | {
874
- token: {
875
- fontSize: number;
876
- sizeStep: number;
877
- borderRadius: number;
878
- wireframe: boolean;
879
- colorBgBase: string;
880
- colorTextBase: string;
881
- colorPrimary: string;
882
- colorPrimaryBorder: string;
883
- colorPrimaryBorderHover: string;
884
- colorPrimaryText: string;
885
- };
886
- components: {
887
- Button: {
888
- colorBgContainer: string;
889
- colorBorder: string;
890
- colorText: string;
891
- lineHeight: number;
892
- };
893
- Form: {
894
- marginLG: number;
895
- colorPrimary: string;
896
- colorTextHeading: string;
897
- colorTextDescription: string;
898
- colorText: string;
899
- colorBorder: string;
900
- controlOutline: string;
901
- colorError: string;
902
- };
903
- Input: {
904
- colorBgContainer: string;
905
- colorBorder: string;
906
- colorIconHover: string;
907
- colorPrimaryActive: string;
908
- colorBgContainerDisabled: string;
909
- colorText: string;
910
- };
911
- Checkbox: {
912
- colorBgContainer: string;
913
- colorBorder: string;
914
- };
915
- InputNumber: {
916
- colorBgContainer: string;
917
- colorBorder: string;
918
- colorIconHover: string;
919
- colorPrimaryActive: string;
920
- colorBgContainerDisabled: string;
921
- colorText: string;
922
- };
923
- Radio: {
924
- colorBgContainer: string;
925
- colorBgContainerDisabled: string;
926
- };
927
- Switch: {
928
- colorPrimary: string;
929
- colorBgContainer: string;
930
- };
931
- TreeSelect: {
932
- colorBgContainer: string;
933
- };
934
- Tabs: {
935
- margin: number;
936
- colorPrimaryActive: string;
937
- colorBgContainer: string;
938
- colorPrimary: string;
939
- colorFillAlter: string;
940
- colorSplit: string;
941
- colorText: string;
942
- lineHeight: number;
943
- };
944
- Select: {
945
- colorBgContainer: string;
946
- colorBgContainerDisabled: string;
947
- colorBgElevated: string;
948
- controlItemBgActive: string;
949
- colorBorder: string;
950
- colorText: string;
951
- };
952
- DatePicker: {
953
- colorBgContainer: string;
954
- colorBgContainerDisabled: string;
955
- colorBorder: string;
956
- colorText: string;
957
- colorBgElevated: string;
958
- colorTextHeading: string;
959
- colorIcon: string;
960
- colorIconHover: string;
961
- colorTextDisabled: string;
962
- controlItemBgHover: string;
963
- controlItemBgActive: string;
964
- };
965
- Calendar: {
966
- colorBgContainer: string;
967
- };
968
- Modal: {
969
- colorBgElevated: string;
970
- colorTextHeading: string;
971
- };
972
- Tree: {
973
- colorBgContainer: string;
974
- };
975
- };
976
- } | {
977
- token: {
978
- fontSize: number;
979
- sizeStep: number;
980
- borderRadius: string;
981
- colorPrimary: string;
982
- colorSuccess: string;
983
- colorWarning: string;
984
- colorError: string;
985
- colorInfo: string;
986
- colorLink: string;
987
- fontFamily: string;
988
- colorBgContainer: string;
989
- colorBgElevated: string;
990
- colorBgLayout: string;
991
- colorBgMask: string;
992
- colorBorder: string;
993
- colorText: string;
994
- colorTextSecondary: string;
995
- colorErrorHover: string;
996
- colorErrorText: string;
997
- colorErrorTextActive: string;
998
- colorErrorTextHover: string;
999
- colorFill: string;
1000
- colorLinkActive: string;
1001
- colorLinkHover: string;
1002
- colorPrimaryActive: string;
1003
- colorPrimaryBgHover: string;
1004
- colorPrimaryBorder: string;
1005
- colorPrimaryBorderHover: string;
1006
- colorPrimaryHover: string;
1007
- colorPrimaryText: string;
1008
- colorPrimaryTextActive: string;
1009
- colorPrimaryTextHover: string;
1010
- colorSuccessActive: string;
1011
- colorSuccessBgHover: string;
1012
- colorSuccessBorder: string;
1013
- colorSuccessBorderHover: string;
1014
- colorSuccessHover: string;
1015
- colorSuccessText: string;
1016
- colorSuccessTextActive: string;
1017
- colorSuccessTextHover: string;
1018
- colorWarningActive: string;
1019
- colorWarningBgHover: string;
1020
- colorWarningBorder: string;
1021
- colorWarningBorderHover: string;
1022
- colorWarningHover: string;
1023
- colorWarningText: string;
1024
- colorWarningTextActive: string;
1025
- colorWarningTextHover: string;
1026
- boxShadow: string;
1027
- boxShadowSecondary: string;
1028
- boxShadowTertiary: string;
1029
- colorBgContainerDisabled: string;
1030
- colorBgTextActive: string;
1031
- colorBgTextHover: string;
1032
- colorBorderBg: string;
1033
- colorErrorOutline: string;
1034
- colorFillAlter: string;
1035
- colorFillContent: string;
1036
- colorFillContentHover: string;
1037
- colorHighlight: string;
1038
- colorIcon: string;
1039
- colorIconHover: string;
1040
- colorSplit: string;
1041
- colorTextDescription: string;
1042
- colorTextDisabled: string;
1043
- colorTextHeading: string;
1044
- colorTextLabel: string;
1045
- colorTextPlaceholder: string;
1046
- colorWarningOutline: string;
1047
- controlItemBgActive: string;
1048
- controlItemBgActiveDisabled: string;
1049
- controlItemBgActiveHover: string;
1050
- controlItemBgHover: string;
1051
- controlOutline: string;
1052
- controlOutlineWidth: string;
1053
- fontWeightStrong: string;
1054
- linkDecoration: string;
1055
- inkFocusDecoration: string;
1056
- linkHoverDecoration: string;
1057
- };
1058
- components: {
1059
- Form: {
1060
- marginLG: number;
1061
- };
1062
- Tabs: {
1063
- margin: number;
1064
- lineHeight: number;
1065
- colorPrimaryBorder: string;
1066
- colorSplit: string;
1067
- };
1068
- };
1069
- }>;
394
+ antdTheme: import('vue').Ref<any, any>;
1070
395
  clearButtonClick: (e: any) => void;
1071
396
  getValue: () => string;
1072
397
  isCancelBeforeStart: () => boolean;