@baosight/er4j 0.1.31 → 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 (24) 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
  22. package/src/views/JA/ER/JAER01.vue +1 -1
  23. package/src/views/JA/ER/JAER02.vue +2 -2
  24. package/src/views/JA/ER/JAER05.vue +2 -2
@@ -449,682 +449,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
449
449
  refresh?: string;
450
450
  };
451
451
  }>;
452
- antdTheme: import('vue').Ref<{
453
- token: {
454
- fontSize: number;
455
- sizeStep: number;
456
- borderRadius: number;
457
- wireframe: boolean;
458
- colorPrimary: string;
459
- };
460
- components: {
461
- Form: {
462
- marginLG: number;
463
- };
464
- Button: {
465
- lineHeight: number;
466
- };
467
- Tabs: {
468
- margin: number;
469
- colorBgContainer: string;
470
- colorPrimary: string;
471
- colorText: string;
472
- colorSplit: string;
473
- colorBorder: string;
474
- colorPrimaryBorder: string;
475
- lineHeight: number;
476
- };
477
- DatePicker: {
478
- colorPrimary: string;
479
- };
480
- };
481
- } | {
482
- token: {
483
- fontSize: number;
484
- sizeStep: number;
485
- borderRadius: number;
486
- wireframe: boolean;
487
- colorBgBase: string;
488
- colorTextBase: string;
489
- colorPrimary: string;
490
- colorPrimaryBorder: string;
491
- colorPrimaryBorderHover: string;
492
- colorPrimaryText: string;
493
- };
494
- components: {
495
- Button: {
496
- colorBgContainer: string;
497
- colorBorder: string;
498
- colorText: string;
499
- lineHeight: number;
500
- };
501
- Form: {
502
- marginLG: number;
503
- colorPrimary: string;
504
- colorTextHeading: string;
505
- colorTextDescription: string;
506
- colorText: string;
507
- colorBorder: string;
508
- controlOutline: string;
509
- colorError: string;
510
- };
511
- Input: {
512
- colorBgContainer: string;
513
- colorBorder: string;
514
- colorIconHover: string;
515
- colorPrimaryActive: string;
516
- colorBgContainerDisabled: string;
517
- colorText: string;
518
- };
519
- Checkbox: {
520
- colorBgContainer: string;
521
- colorBorder: string;
522
- };
523
- InputNumber: {
524
- colorBgContainer: string;
525
- colorBorder: string;
526
- colorIconHover: string;
527
- colorPrimaryActive: string;
528
- colorBgContainerDisabled: string;
529
- colorText: string;
530
- };
531
- Radio: {
532
- colorBgContainer: string;
533
- colorBgContainerDisabled: string;
534
- };
535
- Switch: {
536
- colorPrimary: string;
537
- colorBgContainer: string;
538
- };
539
- TreeSelect: {
540
- colorBgContainer: string;
541
- };
542
- Tabs: {
543
- margin: number;
544
- colorPrimaryActive: string;
545
- colorBgContainer: string;
546
- colorPrimary: string;
547
- colorFillAlter: string;
548
- colorSplit: string;
549
- colorText: string;
550
- lineHeight: number;
551
- };
552
- Select: {
553
- colorBgContainer: string;
554
- colorBgContainerDisabled: string;
555
- colorBgElevated: string;
556
- controlItemBgActive: string;
557
- colorBorder: string;
558
- colorText: string;
559
- };
560
- DatePicker: {
561
- colorBgContainer: string;
562
- colorBgContainerDisabled: string;
563
- colorBorder: string;
564
- colorText: string;
565
- colorBgElevated: string;
566
- colorTextHeading: string;
567
- colorIcon: string;
568
- colorIconHover: string;
569
- colorTextDisabled: string;
570
- controlItemBgHover: string;
571
- controlItemBgActive: string;
572
- };
573
- Calendar: {
574
- colorBgContainer: string;
575
- };
576
- Modal: {
577
- colorBgElevated: string;
578
- colorTextHeading: string;
579
- };
580
- Tree: {
581
- colorBgContainer: string;
582
- };
583
- };
584
- } | {
585
- token: {
586
- fontSize: number;
587
- sizeStep: number;
588
- borderRadius: string;
589
- colorPrimary: string;
590
- colorSuccess: string;
591
- colorWarning: string;
592
- colorError: string;
593
- colorInfo: string;
594
- colorLink: string;
595
- fontFamily: string;
596
- colorBgContainer: string;
597
- colorBgElevated: string;
598
- colorBgLayout: string;
599
- colorBgMask: string;
600
- colorBorder: string;
601
- colorText: string;
602
- colorTextSecondary: string;
603
- colorErrorHover: string;
604
- colorErrorText: string;
605
- colorErrorTextActive: string;
606
- colorErrorTextHover: string;
607
- colorFill: string;
608
- colorLinkActive: string;
609
- colorLinkHover: string;
610
- colorPrimaryActive: string;
611
- colorPrimaryBgHover: string;
612
- colorPrimaryBorder: string;
613
- colorPrimaryBorderHover: string;
614
- colorPrimaryHover: string;
615
- colorPrimaryText: string;
616
- colorPrimaryTextActive: string;
617
- colorPrimaryTextHover: string;
618
- colorSuccessActive: string;
619
- colorSuccessBgHover: string;
620
- colorSuccessBorder: string;
621
- colorSuccessBorderHover: string;
622
- colorSuccessHover: string;
623
- colorSuccessText: string;
624
- colorSuccessTextActive: string;
625
- colorSuccessTextHover: string;
626
- colorWarningActive: string;
627
- colorWarningBgHover: string;
628
- colorWarningBorder: string;
629
- colorWarningBorderHover: string;
630
- colorWarningHover: string;
631
- colorWarningText: string;
632
- colorWarningTextActive: string;
633
- colorWarningTextHover: string;
634
- boxShadow: string;
635
- boxShadowSecondary: string;
636
- boxShadowTertiary: string;
637
- colorBgContainerDisabled: string;
638
- colorBgTextActive: string;
639
- colorBgTextHover: string;
640
- colorBorderBg: string;
641
- colorErrorOutline: string;
642
- colorFillAlter: string;
643
- colorFillContent: string;
644
- colorFillContentHover: string;
645
- colorHighlight: string;
646
- colorIcon: string;
647
- colorIconHover: string;
648
- colorSplit: string;
649
- colorTextDescription: string;
650
- colorTextDisabled: string;
651
- colorTextHeading: string;
652
- colorTextLabel: string;
653
- colorTextPlaceholder: string;
654
- colorWarningOutline: string;
655
- controlItemBgActive: string;
656
- controlItemBgActiveDisabled: string;
657
- controlItemBgActiveHover: string;
658
- controlItemBgHover: string;
659
- controlOutline: string;
660
- controlOutlineWidth: string;
661
- fontWeightStrong: string;
662
- linkDecoration: string;
663
- inkFocusDecoration: string;
664
- linkHoverDecoration: string;
665
- };
666
- components: {
667
- Form: {
668
- marginLG: number;
669
- };
670
- Tabs: {
671
- margin: number;
672
- lineHeight: number;
673
- colorPrimaryBorder: string;
674
- colorSplit: string;
675
- };
676
- };
677
- }, {
678
- token: {
679
- fontSize: number;
680
- sizeStep: number;
681
- borderRadius: number;
682
- wireframe: boolean;
683
- colorPrimary: string;
684
- };
685
- components: {
686
- Form: {
687
- marginLG: number;
688
- };
689
- Button: {
690
- lineHeight: number;
691
- };
692
- Tabs: {
693
- margin: number;
694
- colorBgContainer: string;
695
- colorPrimary: string;
696
- colorText: string;
697
- colorSplit: string;
698
- colorBorder: string;
699
- colorPrimaryBorder: string;
700
- lineHeight: number;
701
- };
702
- DatePicker: {
703
- colorPrimary: string;
704
- };
705
- };
706
- } | {
707
- token: {
708
- fontSize: number;
709
- sizeStep: number;
710
- borderRadius: number;
711
- wireframe: boolean;
712
- colorBgBase: string;
713
- colorTextBase: string;
714
- colorPrimary: string;
715
- colorPrimaryBorder: string;
716
- colorPrimaryBorderHover: string;
717
- colorPrimaryText: string;
718
- };
719
- components: {
720
- Button: {
721
- colorBgContainer: string;
722
- colorBorder: string;
723
- colorText: string;
724
- lineHeight: number;
725
- };
726
- Form: {
727
- marginLG: number;
728
- colorPrimary: string;
729
- colorTextHeading: string;
730
- colorTextDescription: string;
731
- colorText: string;
732
- colorBorder: string;
733
- controlOutline: string;
734
- colorError: string;
735
- };
736
- Input: {
737
- colorBgContainer: string;
738
- colorBorder: string;
739
- colorIconHover: string;
740
- colorPrimaryActive: string;
741
- colorBgContainerDisabled: string;
742
- colorText: string;
743
- };
744
- Checkbox: {
745
- colorBgContainer: string;
746
- colorBorder: string;
747
- };
748
- InputNumber: {
749
- colorBgContainer: string;
750
- colorBorder: string;
751
- colorIconHover: string;
752
- colorPrimaryActive: string;
753
- colorBgContainerDisabled: string;
754
- colorText: string;
755
- };
756
- Radio: {
757
- colorBgContainer: string;
758
- colorBgContainerDisabled: string;
759
- };
760
- Switch: {
761
- colorPrimary: string;
762
- colorBgContainer: string;
763
- };
764
- TreeSelect: {
765
- colorBgContainer: string;
766
- };
767
- Tabs: {
768
- margin: number;
769
- colorPrimaryActive: string;
770
- colorBgContainer: string;
771
- colorPrimary: string;
772
- colorFillAlter: string;
773
- colorSplit: string;
774
- colorText: string;
775
- lineHeight: number;
776
- };
777
- Select: {
778
- colorBgContainer: string;
779
- colorBgContainerDisabled: string;
780
- colorBgElevated: string;
781
- controlItemBgActive: string;
782
- colorBorder: string;
783
- colorText: string;
784
- };
785
- DatePicker: {
786
- colorBgContainer: string;
787
- colorBgContainerDisabled: string;
788
- colorBorder: string;
789
- colorText: string;
790
- colorBgElevated: string;
791
- colorTextHeading: string;
792
- colorIcon: string;
793
- colorIconHover: string;
794
- colorTextDisabled: string;
795
- controlItemBgHover: string;
796
- controlItemBgActive: string;
797
- };
798
- Calendar: {
799
- colorBgContainer: string;
800
- };
801
- Modal: {
802
- colorBgElevated: string;
803
- colorTextHeading: string;
804
- };
805
- Tree: {
806
- colorBgContainer: string;
807
- };
808
- };
809
- } | {
810
- token: {
811
- fontSize: number;
812
- sizeStep: number;
813
- borderRadius: string;
814
- colorPrimary: string;
815
- colorSuccess: string;
816
- colorWarning: string;
817
- colorError: string;
818
- colorInfo: string;
819
- colorLink: string;
820
- fontFamily: string;
821
- colorBgContainer: string;
822
- colorBgElevated: string;
823
- colorBgLayout: string;
824
- colorBgMask: string;
825
- colorBorder: string;
826
- colorText: string;
827
- colorTextSecondary: string;
828
- colorErrorHover: string;
829
- colorErrorText: string;
830
- colorErrorTextActive: string;
831
- colorErrorTextHover: string;
832
- colorFill: string;
833
- colorLinkActive: string;
834
- colorLinkHover: string;
835
- colorPrimaryActive: string;
836
- colorPrimaryBgHover: string;
837
- colorPrimaryBorder: string;
838
- colorPrimaryBorderHover: string;
839
- colorPrimaryHover: string;
840
- colorPrimaryText: string;
841
- colorPrimaryTextActive: string;
842
- colorPrimaryTextHover: string;
843
- colorSuccessActive: string;
844
- colorSuccessBgHover: string;
845
- colorSuccessBorder: string;
846
- colorSuccessBorderHover: string;
847
- colorSuccessHover: string;
848
- colorSuccessText: string;
849
- colorSuccessTextActive: string;
850
- colorSuccessTextHover: string;
851
- colorWarningActive: string;
852
- colorWarningBgHover: string;
853
- colorWarningBorder: string;
854
- colorWarningBorderHover: string;
855
- colorWarningHover: string;
856
- colorWarningText: string;
857
- colorWarningTextActive: string;
858
- colorWarningTextHover: string;
859
- boxShadow: string;
860
- boxShadowSecondary: string;
861
- boxShadowTertiary: string;
862
- colorBgContainerDisabled: string;
863
- colorBgTextActive: string;
864
- colorBgTextHover: string;
865
- colorBorderBg: string;
866
- colorErrorOutline: string;
867
- colorFillAlter: string;
868
- colorFillContent: string;
869
- colorFillContentHover: string;
870
- colorHighlight: string;
871
- colorIcon: string;
872
- colorIconHover: string;
873
- colorSplit: string;
874
- colorTextDescription: string;
875
- colorTextDisabled: string;
876
- colorTextHeading: string;
877
- colorTextLabel: string;
878
- colorTextPlaceholder: string;
879
- colorWarningOutline: string;
880
- controlItemBgActive: string;
881
- controlItemBgActiveDisabled: string;
882
- controlItemBgActiveHover: string;
883
- controlItemBgHover: string;
884
- controlOutline: string;
885
- controlOutlineWidth: string;
886
- fontWeightStrong: string;
887
- linkDecoration: string;
888
- inkFocusDecoration: string;
889
- linkHoverDecoration: string;
890
- };
891
- components: {
892
- Form: {
893
- marginLG: number;
894
- };
895
- Tabs: {
896
- margin: number;
897
- lineHeight: number;
898
- colorPrimaryBorder: string;
899
- colorSplit: string;
900
- };
901
- };
902
- } | {
903
- token: {
904
- fontSize: number;
905
- sizeStep: number;
906
- borderRadius: number;
907
- wireframe: boolean;
908
- colorPrimary: string;
909
- };
910
- components: {
911
- Form: {
912
- marginLG: number;
913
- };
914
- Button: {
915
- lineHeight: number;
916
- };
917
- Tabs: {
918
- margin: number;
919
- colorBgContainer: string;
920
- colorPrimary: string;
921
- colorText: string;
922
- colorSplit: string;
923
- colorBorder: string;
924
- colorPrimaryBorder: string;
925
- lineHeight: number;
926
- };
927
- DatePicker: {
928
- colorPrimary: string;
929
- };
930
- };
931
- } | {
932
- token: {
933
- fontSize: number;
934
- sizeStep: number;
935
- borderRadius: number;
936
- wireframe: boolean;
937
- colorBgBase: string;
938
- colorTextBase: string;
939
- colorPrimary: string;
940
- colorPrimaryBorder: string;
941
- colorPrimaryBorderHover: string;
942
- colorPrimaryText: string;
943
- };
944
- components: {
945
- Button: {
946
- colorBgContainer: string;
947
- colorBorder: string;
948
- colorText: string;
949
- lineHeight: number;
950
- };
951
- Form: {
952
- marginLG: number;
953
- colorPrimary: string;
954
- colorTextHeading: string;
955
- colorTextDescription: string;
956
- colorText: string;
957
- colorBorder: string;
958
- controlOutline: string;
959
- colorError: string;
960
- };
961
- Input: {
962
- colorBgContainer: string;
963
- colorBorder: string;
964
- colorIconHover: string;
965
- colorPrimaryActive: string;
966
- colorBgContainerDisabled: string;
967
- colorText: string;
968
- };
969
- Checkbox: {
970
- colorBgContainer: string;
971
- colorBorder: string;
972
- };
973
- InputNumber: {
974
- colorBgContainer: string;
975
- colorBorder: string;
976
- colorIconHover: string;
977
- colorPrimaryActive: string;
978
- colorBgContainerDisabled: string;
979
- colorText: string;
980
- };
981
- Radio: {
982
- colorBgContainer: string;
983
- colorBgContainerDisabled: string;
984
- };
985
- Switch: {
986
- colorPrimary: string;
987
- colorBgContainer: string;
988
- };
989
- TreeSelect: {
990
- colorBgContainer: string;
991
- };
992
- Tabs: {
993
- margin: number;
994
- colorPrimaryActive: string;
995
- colorBgContainer: string;
996
- colorPrimary: string;
997
- colorFillAlter: string;
998
- colorSplit: string;
999
- colorText: string;
1000
- lineHeight: number;
1001
- };
1002
- Select: {
1003
- colorBgContainer: string;
1004
- colorBgContainerDisabled: string;
1005
- colorBgElevated: string;
1006
- controlItemBgActive: string;
1007
- colorBorder: string;
1008
- colorText: string;
1009
- };
1010
- DatePicker: {
1011
- colorBgContainer: string;
1012
- colorBgContainerDisabled: string;
1013
- colorBorder: string;
1014
- colorText: string;
1015
- colorBgElevated: string;
1016
- colorTextHeading: string;
1017
- colorIcon: string;
1018
- colorIconHover: string;
1019
- colorTextDisabled: string;
1020
- controlItemBgHover: string;
1021
- controlItemBgActive: string;
1022
- };
1023
- Calendar: {
1024
- colorBgContainer: string;
1025
- };
1026
- Modal: {
1027
- colorBgElevated: string;
1028
- colorTextHeading: string;
1029
- };
1030
- Tree: {
1031
- colorBgContainer: string;
1032
- };
1033
- };
1034
- } | {
1035
- token: {
1036
- fontSize: number;
1037
- sizeStep: number;
1038
- borderRadius: string;
1039
- colorPrimary: string;
1040
- colorSuccess: string;
1041
- colorWarning: string;
1042
- colorError: string;
1043
- colorInfo: string;
1044
- colorLink: string;
1045
- fontFamily: string;
1046
- colorBgContainer: string;
1047
- colorBgElevated: string;
1048
- colorBgLayout: string;
1049
- colorBgMask: string;
1050
- colorBorder: string;
1051
- colorText: string;
1052
- colorTextSecondary: string;
1053
- colorErrorHover: string;
1054
- colorErrorText: string;
1055
- colorErrorTextActive: string;
1056
- colorErrorTextHover: string;
1057
- colorFill: string;
1058
- colorLinkActive: string;
1059
- colorLinkHover: string;
1060
- colorPrimaryActive: string;
1061
- colorPrimaryBgHover: string;
1062
- colorPrimaryBorder: string;
1063
- colorPrimaryBorderHover: string;
1064
- colorPrimaryHover: string;
1065
- colorPrimaryText: string;
1066
- colorPrimaryTextActive: string;
1067
- colorPrimaryTextHover: string;
1068
- colorSuccessActive: string;
1069
- colorSuccessBgHover: string;
1070
- colorSuccessBorder: string;
1071
- colorSuccessBorderHover: string;
1072
- colorSuccessHover: string;
1073
- colorSuccessText: string;
1074
- colorSuccessTextActive: string;
1075
- colorSuccessTextHover: string;
1076
- colorWarningActive: string;
1077
- colorWarningBgHover: string;
1078
- colorWarningBorder: string;
1079
- colorWarningBorderHover: string;
1080
- colorWarningHover: string;
1081
- colorWarningText: string;
1082
- colorWarningTextActive: string;
1083
- colorWarningTextHover: string;
1084
- boxShadow: string;
1085
- boxShadowSecondary: string;
1086
- boxShadowTertiary: string;
1087
- colorBgContainerDisabled: string;
1088
- colorBgTextActive: string;
1089
- colorBgTextHover: string;
1090
- colorBorderBg: string;
1091
- colorErrorOutline: string;
1092
- colorFillAlter: string;
1093
- colorFillContent: string;
1094
- colorFillContentHover: string;
1095
- colorHighlight: string;
1096
- colorIcon: string;
1097
- colorIconHover: string;
1098
- colorSplit: string;
1099
- colorTextDescription: string;
1100
- colorTextDisabled: string;
1101
- colorTextHeading: string;
1102
- colorTextLabel: string;
1103
- colorTextPlaceholder: string;
1104
- colorWarningOutline: string;
1105
- controlItemBgActive: string;
1106
- controlItemBgActiveDisabled: string;
1107
- controlItemBgActiveHover: string;
1108
- controlItemBgHover: string;
1109
- controlOutline: string;
1110
- controlOutlineWidth: string;
1111
- fontWeightStrong: string;
1112
- linkDecoration: string;
1113
- inkFocusDecoration: string;
1114
- linkHoverDecoration: string;
1115
- };
1116
- components: {
1117
- Form: {
1118
- marginLG: number;
1119
- };
1120
- Tabs: {
1121
- margin: number;
1122
- lineHeight: number;
1123
- colorPrimaryBorder: string;
1124
- colorSplit: string;
1125
- };
1126
- };
1127
- }>;
452
+ antdTheme: import('vue').Ref<any, any>;
1128
453
  openHeader: import('vue').Ref<boolean, boolean>;
1129
454
  flexStyle: import('vue').Ref<string, string>;
1130
455
  heightStyle: import('vue').Ref<string, string>;
@@ -1205,9 +530,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1205
530
  height: string;
1206
531
  flex: string | number;
1207
532
  componentSize: "small" | "middle" | "large";
1208
- padding: string;
1209
533
  showHeader: boolean;
1210
534
  showBorder: boolean;
535
+ padding: string;
1211
536
  innerPadding: string;
1212
537
  openHeaderShow: boolean;
1213
538
  menuFormInstance: Record<string, any>;