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