@a2simcode/ui 0.0.135 → 0.0.137

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.
@@ -24,10 +24,10 @@ export declare const JInputLayer: {
24
24
  placeholder: string;
25
25
  clearable: boolean;
26
26
  readonly: boolean;
27
- isPage: boolean;
28
27
  columns: any[];
29
28
  isTree: boolean;
30
29
  defaultExpandAll: boolean;
30
+ isPage: boolean;
31
31
  onlyButton: boolean;
32
32
  pidKey: string;
33
33
  isMultiSelect: boolean;
@@ -420,7 +420,6 @@ export declare const JInputLayer: {
420
420
  }, import('vue').PublicProps, {
421
421
  immediate: boolean;
422
422
  buttons: import('..').ButtonCompType[];
423
- isPage: boolean;
424
423
  columns: import('..').SchemaConfig[];
425
424
  isTree: boolean;
426
425
  defaultExpandAll: boolean;
@@ -428,6 +427,7 @@ export declare const JInputLayer: {
428
427
  isShowNumber: boolean;
429
428
  isMultiple: boolean;
430
429
  selectStateKey: string;
430
+ isPage: boolean;
431
431
  pageSize: number;
432
432
  rowKey: string;
433
433
  actions: import('..').ButtonCompType[];
@@ -788,7 +788,6 @@ export declare const JInputLayer: {
788
788
  }, {}, {}, {}, {
789
789
  immediate: boolean;
790
790
  buttons: import('..').ButtonCompType[];
791
- isPage: boolean;
792
791
  columns: import('..').SchemaConfig[];
793
792
  isTree: boolean;
794
793
  defaultExpandAll: boolean;
@@ -796,6 +795,7 @@ export declare const JInputLayer: {
796
795
  isShowNumber: boolean;
797
796
  isMultiple: boolean;
798
797
  selectStateKey: string;
798
+ isPage: boolean;
799
799
  pageSize: number;
800
800
  rowKey: string;
801
801
  actions: import('..').ButtonCompType[];
@@ -851,10 +851,10 @@ export declare const JInputLayer: {
851
851
  placeholder: string;
852
852
  clearable: boolean;
853
853
  readonly: boolean;
854
- isPage: boolean;
855
854
  columns: any[];
856
855
  isTree: boolean;
857
856
  defaultExpandAll: boolean;
857
+ isPage: boolean;
858
858
  onlyButton: boolean;
859
859
  pidKey: string;
860
860
  isMultiSelect: boolean;
@@ -889,10 +889,10 @@ export declare const JInputLayer: {
889
889
  placeholder: string;
890
890
  clearable: boolean;
891
891
  readonly: boolean;
892
- isPage: boolean;
893
892
  columns: any[];
894
893
  isTree: boolean;
895
894
  defaultExpandAll: boolean;
895
+ isPage: boolean;
896
896
  onlyButton: boolean;
897
897
  pidKey: string;
898
898
  isMultiSelect: boolean;
@@ -89,10 +89,10 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
89
89
  placeholder: string;
90
90
  clearable: boolean;
91
91
  readonly: boolean;
92
- isPage: boolean;
93
92
  columns: any[];
94
93
  isTree: boolean;
95
94
  defaultExpandAll: boolean;
95
+ isPage: boolean;
96
96
  onlyButton: boolean;
97
97
  pidKey: string;
98
98
  isMultiSelect: boolean;
@@ -485,7 +485,6 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
485
485
  }, import('vue').PublicProps, {
486
486
  immediate: boolean;
487
487
  buttons: import('../..').ButtonCompType[];
488
- isPage: boolean;
489
488
  columns: import('../..').SchemaConfig[];
490
489
  isTree: boolean;
491
490
  defaultExpandAll: boolean;
@@ -493,6 +492,7 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
493
492
  isShowNumber: boolean;
494
493
  isMultiple: boolean;
495
494
  selectStateKey: string;
495
+ isPage: boolean;
496
496
  pageSize: number;
497
497
  rowKey: string;
498
498
  actions: import('../..').ButtonCompType[];
@@ -853,7 +853,6 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
853
853
  }, {}, {}, {}, {
854
854
  immediate: boolean;
855
855
  buttons: import('../..').ButtonCompType[];
856
- isPage: boolean;
857
856
  columns: import('../..').SchemaConfig[];
858
857
  isTree: boolean;
859
858
  defaultExpandAll: boolean;
@@ -861,6 +860,7 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
861
860
  isShowNumber: boolean;
862
861
  isMultiple: boolean;
863
862
  selectStateKey: string;
863
+ isPage: boolean;
864
864
  pageSize: number;
865
865
  rowKey: string;
866
866
  actions: import('../..').ButtonCompType[];
@@ -192,7 +192,6 @@ declare const JTable: {
192
192
  }, import('vue').PublicProps, {
193
193
  id: string;
194
194
  modelValue: Record<string, any>[];
195
- isPage: boolean;
196
195
  columns: import('.').ColumnSchemaConfig[];
197
196
  records: Record<string, any>[];
198
197
  isTree: boolean;
@@ -201,6 +200,7 @@ declare const JTable: {
201
200
  isShowNumber: boolean;
202
201
  isMultiple: boolean;
203
202
  selectStateKey: string;
203
+ isPage: boolean;
204
204
  pageLayoutSimple: boolean;
205
205
  pageTotal: number;
206
206
  tablePage: number;
@@ -407,7 +407,6 @@ declare const JTable: {
407
407
  }, {}, {}, {}, {
408
408
  id: string;
409
409
  modelValue: Record<string, any>[];
410
- isPage: boolean;
411
410
  columns: import('.').ColumnSchemaConfig[];
412
411
  records: Record<string, any>[];
413
412
  isTree: boolean;
@@ -416,6 +415,7 @@ declare const JTable: {
416
415
  isShowNumber: boolean;
417
416
  isMultiple: boolean;
418
417
  selectStateKey: string;
418
+ isPage: boolean;
419
419
  pageLayoutSimple: boolean;
420
420
  pageTotal: number;
421
421
  tablePage: number;
@@ -642,7 +642,6 @@ declare const JTable: {
642
642
  }, string, {
643
643
  id: string;
644
644
  modelValue: Record<string, any>[];
645
- isPage: boolean;
646
645
  columns: import('.').ColumnSchemaConfig[];
647
646
  records: Record<string, any>[];
648
647
  isTree: boolean;
@@ -651,6 +650,7 @@ declare const JTable: {
651
650
  isShowNumber: boolean;
652
651
  isMultiple: boolean;
653
652
  selectStateKey: string;
653
+ isPage: boolean;
654
654
  pageLayoutSimple: boolean;
655
655
  pageTotal: number;
656
656
  tablePage: number;
@@ -510,7 +510,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
510
510
  }>, {
511
511
  id: string;
512
512
  modelValue: Record<string, any>[];
513
- isPage: boolean;
514
513
  columns: ColumnSchemaConfig[];
515
514
  records: Record<string, any>[];
516
515
  isTree: boolean;
@@ -519,6 +518,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
519
518
  isShowNumber: boolean;
520
519
  isMultiple: boolean;
521
520
  selectStateKey: string;
521
+ isPage: boolean;
522
522
  pageLayoutSimple: boolean;
523
523
  pageTotal: number;
524
524
  tablePage: number;
@@ -139,7 +139,6 @@ declare const JTablePanel: {
139
139
  }, import('vue').PublicProps, {
140
140
  immediate: boolean;
141
141
  buttons: import('..').ButtonCompType[];
142
- isPage: boolean;
143
142
  columns: import('..').SchemaConfig[];
144
143
  isTree: boolean;
145
144
  defaultExpandAll: boolean;
@@ -147,6 +146,7 @@ declare const JTablePanel: {
147
146
  isShowNumber: boolean;
148
147
  isMultiple: boolean;
149
148
  selectStateKey: string;
149
+ isPage: boolean;
150
150
  pageSize: number;
151
151
  rowKey: string;
152
152
  actions: import('..').ButtonCompType[];
@@ -507,7 +507,6 @@ declare const JTablePanel: {
507
507
  }, {}, {}, {}, {
508
508
  immediate: boolean;
509
509
  buttons: import('..').ButtonCompType[];
510
- isPage: boolean;
511
510
  columns: import('..').SchemaConfig[];
512
511
  isTree: boolean;
513
512
  defaultExpandAll: boolean;
@@ -515,6 +514,7 @@ declare const JTablePanel: {
515
514
  isShowNumber: boolean;
516
515
  isMultiple: boolean;
517
516
  selectStateKey: string;
517
+ isPage: boolean;
518
518
  pageSize: number;
519
519
  rowKey: string;
520
520
  actions: import('..').ButtonCompType[];
@@ -687,7 +687,6 @@ declare const JTablePanel: {
687
687
  }, string, {
688
688
  immediate: boolean;
689
689
  buttons: import('..').ButtonCompType[];
690
- isPage: boolean;
691
690
  columns: import('..').SchemaConfig[];
692
691
  isTree: boolean;
693
692
  defaultExpandAll: boolean;
@@ -695,6 +694,7 @@ declare const JTablePanel: {
695
694
  isShowNumber: boolean;
696
695
  isMultiple: boolean;
697
696
  selectStateKey: string;
697
+ isPage: boolean;
698
698
  pageSize: number;
699
699
  rowKey: string;
700
700
  actions: import('..').ButtonCompType[];
@@ -452,7 +452,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
452
452
  }>, {
453
453
  immediate: boolean;
454
454
  buttons: ButtonCompType[];
455
- isPage: boolean;
456
455
  columns: SchemaConfig[];
457
456
  isTree: boolean;
458
457
  defaultExpandAll: boolean;
@@ -460,6 +459,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
460
459
  isShowNumber: boolean;
461
460
  isMultiple: boolean;
462
461
  selectStateKey: string;
462
+ isPage: boolean;
463
463
  pageSize: number;
464
464
  rowKey: string;
465
465
  actions: ButtonCompType[];