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