fengmao-ui 1.3.4 → 1.3.5

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.
@@ -667,7 +667,6 @@ declare const TAdaptivePage: ({
667
667
  };
668
668
  labelWidth: {
669
669
  type: StringConstructor;
670
- default: string;
671
670
  };
672
671
  btnCheckBind: {
673
672
  type: ObjectConstructor;
@@ -707,6 +706,10 @@ declare const TAdaptivePage: ({
707
706
  }, {
708
707
  props: any;
709
708
  currentPath: string;
709
+ searchBtnRef: import("vue").Ref<null>;
710
+ searchBtnWidth: import("vue").Ref<number>;
711
+ t_query_conditionRef: import("vue").Ref<null>;
712
+ queryRefWidth: import("vue").Ref<number>;
710
713
  labelValues: import("vue").ComputedRef<any[]>;
711
714
  labelLength: import("vue").ComputedRef<number>;
712
715
  generateData: () => any;
@@ -724,7 +727,6 @@ declare const TAdaptivePage: ({
724
727
  queryState: {
725
728
  form: any;
726
729
  };
727
- colLength: import("vue").Ref<number>;
728
730
  open: import("vue").Ref<boolean>;
729
731
  queryAttrs: import("vue").ComputedRef<{
730
732
  type: string;
@@ -738,6 +740,7 @@ declare const TAdaptivePage: ({
738
740
  }>;
739
741
  originCellLength: import("vue").ComputedRef<number>;
740
742
  cOpts: import("vue").ComputedRef<any>;
743
+ defaultLabelWidth: import("vue").ComputedRef<"80px" | "90px" | "105px" | "120px" | "160px">;
741
744
  cellLength: any;
742
745
  gridAreas: import("vue").ComputedRef<any>;
743
746
  handleChange: (value: number[], direction: "left" | "right", movedKeys: string[]) => false | undefined;
@@ -748,7 +751,7 @@ declare const TAdaptivePage: ({
748
751
  getCache: (key: any) => any;
749
752
  cEvent: import("vue").ComputedRef<(opt: any) => {}>;
750
753
  initForm: (opts: any, keepVal?: boolean) => {};
751
- getColLength: () => number;
754
+ colLength: import("vue").ComputedRef<number>;
752
755
  emits: (event: "handleEvent" | "submit" | "reset", ...args: any[]) => void;
753
756
  resetHandle: () => void;
754
757
  handleEvent: (type: any, val: any) => void;
@@ -774,7 +777,6 @@ declare const TAdaptivePage: ({
774
777
  };
775
778
  labelWidth: {
776
779
  type: StringConstructor;
777
- default: string;
778
780
  };
779
781
  btnCheckBind: {
780
782
  type: ObjectConstructor;
@@ -818,7 +820,6 @@ declare const TAdaptivePage: ({
818
820
  }, {
819
821
  reset: boolean;
820
822
  opts: Record<string, any>;
821
- labelWidth: string;
822
823
  btnCheckBind: Record<string, any>;
823
824
  btnResetBind: Record<string, any>;
824
825
  loading: boolean;
@@ -1454,7 +1455,6 @@ declare const TAdaptivePage: ({
1454
1455
  };
1455
1456
  labelWidth: {
1456
1457
  type: StringConstructor;
1457
- default: string;
1458
1458
  };
1459
1459
  btnCheckBind: {
1460
1460
  type: ObjectConstructor;
@@ -1494,6 +1494,10 @@ declare const TAdaptivePage: ({
1494
1494
  }, {
1495
1495
  props: any;
1496
1496
  currentPath: string;
1497
+ searchBtnRef: import("vue").Ref<null>;
1498
+ searchBtnWidth: import("vue").Ref<number>;
1499
+ t_query_conditionRef: import("vue").Ref<null>;
1500
+ queryRefWidth: import("vue").Ref<number>;
1497
1501
  labelValues: import("vue").ComputedRef<any[]>;
1498
1502
  labelLength: import("vue").ComputedRef<number>;
1499
1503
  generateData: () => any;
@@ -1511,7 +1515,6 @@ declare const TAdaptivePage: ({
1511
1515
  queryState: {
1512
1516
  form: any;
1513
1517
  };
1514
- colLength: import("vue").Ref<number>;
1515
1518
  open: import("vue").Ref<boolean>;
1516
1519
  queryAttrs: import("vue").ComputedRef<{
1517
1520
  type: string;
@@ -1525,6 +1528,7 @@ declare const TAdaptivePage: ({
1525
1528
  }>;
1526
1529
  originCellLength: import("vue").ComputedRef<number>;
1527
1530
  cOpts: import("vue").ComputedRef<any>;
1531
+ defaultLabelWidth: import("vue").ComputedRef<"80px" | "90px" | "105px" | "120px" | "160px">;
1528
1532
  cellLength: any;
1529
1533
  gridAreas: import("vue").ComputedRef<any>;
1530
1534
  handleChange: (value: number[], direction: "left" | "right", movedKeys: string[]) => false | undefined;
@@ -1535,7 +1539,7 @@ declare const TAdaptivePage: ({
1535
1539
  getCache: (key: any) => any;
1536
1540
  cEvent: import("vue").ComputedRef<(opt: any) => {}>;
1537
1541
  initForm: (opts: any, keepVal?: boolean) => {};
1538
- getColLength: () => number;
1542
+ colLength: import("vue").ComputedRef<number>;
1539
1543
  emits: (event: "handleEvent" | "submit" | "reset", ...args: any[]) => void;
1540
1544
  resetHandle: () => void;
1541
1545
  handleEvent: (type: any, val: any) => void;
@@ -1561,7 +1565,6 @@ declare const TAdaptivePage: ({
1561
1565
  };
1562
1566
  labelWidth: {
1563
1567
  type: StringConstructor;
1564
- default: string;
1565
1568
  };
1566
1569
  btnCheckBind: {
1567
1570
  type: ObjectConstructor;
@@ -1605,7 +1608,6 @@ declare const TAdaptivePage: ({
1605
1608
  }, {
1606
1609
  reset: boolean;
1607
1610
  opts: Record<string, any>;
1608
- labelWidth: string;
1609
1611
  btnCheckBind: Record<string, any>;
1610
1612
  btnResetBind: Record<string, any>;
1611
1613
  loading: boolean;
@@ -2223,7 +2225,6 @@ declare const TAdaptivePage: ({
2223
2225
  };
2224
2226
  labelWidth: {
2225
2227
  type: StringConstructor;
2226
- default: string;
2227
2228
  };
2228
2229
  btnCheckBind: {
2229
2230
  type: ObjectConstructor;
@@ -2263,6 +2264,10 @@ declare const TAdaptivePage: ({
2263
2264
  }, {
2264
2265
  props: any;
2265
2266
  currentPath: string;
2267
+ searchBtnRef: import("vue").Ref<null>;
2268
+ searchBtnWidth: import("vue").Ref<number>;
2269
+ t_query_conditionRef: import("vue").Ref<null>;
2270
+ queryRefWidth: import("vue").Ref<number>;
2266
2271
  labelValues: import("vue").ComputedRef<any[]>;
2267
2272
  labelLength: import("vue").ComputedRef<number>;
2268
2273
  generateData: () => any;
@@ -2280,7 +2285,6 @@ declare const TAdaptivePage: ({
2280
2285
  queryState: {
2281
2286
  form: any;
2282
2287
  };
2283
- colLength: import("vue").Ref<number>;
2284
2288
  open: import("vue").Ref<boolean>;
2285
2289
  queryAttrs: import("vue").ComputedRef<{
2286
2290
  type: string;
@@ -2294,6 +2298,7 @@ declare const TAdaptivePage: ({
2294
2298
  }>;
2295
2299
  originCellLength: import("vue").ComputedRef<number>;
2296
2300
  cOpts: import("vue").ComputedRef<any>;
2301
+ defaultLabelWidth: import("vue").ComputedRef<"80px" | "90px" | "105px" | "120px" | "160px">;
2297
2302
  cellLength: any;
2298
2303
  gridAreas: import("vue").ComputedRef<any>;
2299
2304
  handleChange: (value: number[], direction: "left" | "right", movedKeys: string[]) => false | undefined;
@@ -2304,7 +2309,7 @@ declare const TAdaptivePage: ({
2304
2309
  getCache: (key: any) => any;
2305
2310
  cEvent: import("vue").ComputedRef<(opt: any) => {}>;
2306
2311
  initForm: (opts: any, keepVal?: boolean) => {};
2307
- getColLength: () => number;
2312
+ colLength: import("vue").ComputedRef<number>;
2308
2313
  emits: (event: "handleEvent" | "submit" | "reset", ...args: any[]) => void;
2309
2314
  resetHandle: () => void;
2310
2315
  handleEvent: (type: any, val: any) => void;
@@ -2330,7 +2335,6 @@ declare const TAdaptivePage: ({
2330
2335
  };
2331
2336
  labelWidth: {
2332
2337
  type: StringConstructor;
2333
- default: string;
2334
2338
  };
2335
2339
  btnCheckBind: {
2336
2340
  type: ObjectConstructor;
@@ -2374,7 +2378,6 @@ declare const TAdaptivePage: ({
2374
2378
  }, {
2375
2379
  reset: boolean;
2376
2380
  opts: Record<string, any>;
2377
- labelWidth: string;
2378
2381
  btnCheckBind: Record<string, any>;
2379
2382
  btnResetBind: Record<string, any>;
2380
2383
  loading: boolean;
@@ -603,7 +603,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
603
603
  };
604
604
  labelWidth: {
605
605
  type: StringConstructor;
606
- default: string;
607
606
  };
608
607
  btnCheckBind: {
609
608
  type: ObjectConstructor;
@@ -643,6 +642,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
643
642
  }, {
644
643
  props: any;
645
644
  currentPath: string;
645
+ searchBtnRef: import("vue").Ref<null>;
646
+ searchBtnWidth: import("vue").Ref<number>;
647
+ t_query_conditionRef: import("vue").Ref<null>;
648
+ queryRefWidth: import("vue").Ref<number>;
646
649
  labelValues: import("vue").ComputedRef<any[]>;
647
650
  labelLength: import("vue").ComputedRef<number>;
648
651
  generateData: () => any;
@@ -660,7 +663,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
660
663
  queryState: {
661
664
  form: any;
662
665
  };
663
- colLength: import("vue").Ref<number>;
664
666
  open: import("vue").Ref<boolean>;
665
667
  queryAttrs: import("vue").ComputedRef<{
666
668
  type: string;
@@ -674,6 +676,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
674
676
  }>;
675
677
  originCellLength: import("vue").ComputedRef<number>;
676
678
  cOpts: import("vue").ComputedRef<any>;
679
+ defaultLabelWidth: import("vue").ComputedRef<"80px" | "90px" | "105px" | "120px" | "160px">;
677
680
  cellLength: any;
678
681
  gridAreas: import("vue").ComputedRef<any>;
679
682
  handleChange: (value: number[], direction: "left" | "right", movedKeys: string[]) => false | undefined;
@@ -684,7 +687,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
684
687
  getCache: (key: any) => any;
685
688
  cEvent: import("vue").ComputedRef<(opt: any) => {}>;
686
689
  initForm: (opts: any, keepVal?: boolean) => {};
687
- getColLength: () => number;
690
+ colLength: import("vue").ComputedRef<number>;
688
691
  emits: (event: "handleEvent" | "submit" | "reset", ...args: any[]) => void;
689
692
  resetHandle: () => void;
690
693
  handleEvent: (type: any, val: any) => void;
@@ -710,7 +713,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
710
713
  };
711
714
  labelWidth: {
712
715
  type: StringConstructor;
713
- default: string;
714
716
  };
715
717
  btnCheckBind: {
716
718
  type: ObjectConstructor;
@@ -754,7 +756,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
754
756
  }, {
755
757
  reset: boolean;
756
758
  opts: Record<string, any>;
757
- labelWidth: string;
758
759
  btnCheckBind: Record<string, any>;
759
760
  btnResetBind: Record<string, any>;
760
761
  loading: boolean;