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