@a2simcode/ui 0.0.109 → 0.0.111

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.
@@ -306,6 +306,10 @@ export declare const JInputLayer: {
306
306
  type: BooleanConstructor;
307
307
  default: boolean;
308
308
  };
309
+ selectStateKey: {
310
+ type: StringConstructor;
311
+ default: string;
312
+ };
309
313
  isPage: {
310
314
  type: BooleanConstructor;
311
315
  default: boolean;
@@ -423,6 +427,7 @@ export declare const JInputLayer: {
423
427
  parentKey: string;
424
428
  isShowNumber: boolean;
425
429
  isMultiple: boolean;
430
+ selectStateKey: string;
426
431
  isPage: boolean;
427
432
  pageSize: number;
428
433
  rowKey: string;
@@ -674,6 +679,10 @@ export declare const JInputLayer: {
674
679
  type: BooleanConstructor;
675
680
  default: boolean;
676
681
  };
682
+ selectStateKey: {
683
+ type: StringConstructor;
684
+ default: string;
685
+ };
677
686
  isPage: {
678
687
  type: BooleanConstructor;
679
688
  default: boolean;
@@ -788,6 +797,7 @@ export declare const JInputLayer: {
788
797
  parentKey: string;
789
798
  isShowNumber: boolean;
790
799
  isMultiple: boolean;
800
+ selectStateKey: string;
791
801
  isPage: boolean;
792
802
  pageSize: number;
793
803
  rowKey: string;
@@ -365,6 +365,10 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
365
365
  type: BooleanConstructor;
366
366
  default: boolean;
367
367
  };
368
+ selectStateKey: {
369
+ type: StringConstructor;
370
+ default: string;
371
+ };
368
372
  isPage: {
369
373
  type: BooleanConstructor;
370
374
  default: boolean;
@@ -482,6 +486,7 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
482
486
  parentKey: string;
483
487
  isShowNumber: boolean;
484
488
  isMultiple: boolean;
489
+ selectStateKey: string;
485
490
  isPage: boolean;
486
491
  pageSize: number;
487
492
  rowKey: string;
@@ -733,6 +738,10 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
733
738
  type: BooleanConstructor;
734
739
  default: boolean;
735
740
  };
741
+ selectStateKey: {
742
+ type: StringConstructor;
743
+ default: string;
744
+ };
736
745
  isPage: {
737
746
  type: BooleanConstructor;
738
747
  default: boolean;
@@ -847,6 +856,7 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
847
856
  parentKey: string;
848
857
  isShowNumber: boolean;
849
858
  isMultiple: boolean;
859
+ selectStateKey: string;
850
860
  isPage: boolean;
851
861
  pageSize: number;
852
862
  rowKey: string;
@@ -25,6 +25,10 @@ declare const JTablePanel: {
25
25
  type: BooleanConstructor;
26
26
  default: boolean;
27
27
  };
28
+ selectStateKey: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
28
32
  isPage: {
29
33
  type: BooleanConstructor;
30
34
  default: boolean;
@@ -142,6 +146,7 @@ declare const JTablePanel: {
142
146
  parentKey: string;
143
147
  isShowNumber: boolean;
144
148
  isMultiple: boolean;
149
+ selectStateKey: string;
145
150
  isPage: boolean;
146
151
  pageSize: number;
147
152
  rowKey: string;
@@ -393,6 +398,10 @@ declare const JTablePanel: {
393
398
  type: BooleanConstructor;
394
399
  default: boolean;
395
400
  };
401
+ selectStateKey: {
402
+ type: StringConstructor;
403
+ default: string;
404
+ };
396
405
  isPage: {
397
406
  type: BooleanConstructor;
398
407
  default: boolean;
@@ -507,6 +516,7 @@ declare const JTablePanel: {
507
516
  parentKey: string;
508
517
  isShowNumber: boolean;
509
518
  isMultiple: boolean;
519
+ selectStateKey: string;
510
520
  isPage: boolean;
511
521
  pageSize: number;
512
522
  rowKey: string;
@@ -567,6 +577,10 @@ declare const JTablePanel: {
567
577
  type: BooleanConstructor;
568
578
  default: boolean;
569
579
  };
580
+ selectStateKey: {
581
+ type: StringConstructor;
582
+ default: string;
583
+ };
570
584
  isPage: {
571
585
  type: BooleanConstructor;
572
586
  default: boolean;
@@ -684,6 +698,7 @@ declare const JTablePanel: {
684
698
  parentKey: string;
685
699
  isShowNumber: boolean;
686
700
  isMultiple: boolean;
701
+ selectStateKey: string;
687
702
  isPage: boolean;
688
703
  pageSize: number;
689
704
  rowKey: string;
@@ -46,6 +46,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
46
46
  type: BooleanConstructor;
47
47
  default: boolean;
48
48
  };
49
+ /**
50
+ * @zh 选状态字段名
51
+ */
52
+ selectStateKey: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
49
56
  /**
50
57
  * @zh 是否分页
51
58
  */
@@ -267,6 +274,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
267
274
  type: BooleanConstructor;
268
275
  default: boolean;
269
276
  };
277
+ /**
278
+ * @zh 选状态字段名
279
+ */
280
+ selectStateKey: {
281
+ type: StringConstructor;
282
+ default: string;
283
+ };
270
284
  /**
271
285
  * @zh 是否分页
272
286
  */
@@ -446,6 +460,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
446
460
  parentKey: string;
447
461
  isShowNumber: boolean;
448
462
  isMultiple: boolean;
463
+ selectStateKey: string;
449
464
  isPage: boolean;
450
465
  pageSize: number;
451
466
  rowKey: string;
@@ -5566,9 +5566,10 @@ var Jh = { class: "j-table-footer" }, Xh = {
5566
5566
  const Q = pe[ue][0];
5567
5567
  Q.originData[W] == !0 && (console.log(ue, Q, Q.originData[W]), g.setCellCheckboxState(0, ue + 1, !0));
5568
5568
  }
5569
+ g.renderWithRecreateCells();
5569
5570
  } else console.warn("Warning: rowKey is not defined. Please set rowKey to enable row selection.");
5570
5571
  }, Qt = (I) => {
5571
- g.renderWithRecreateCells(), i("rowChange", I);
5572
+ i("rowChange", I), g.renderWithRecreateCells();
5572
5573
  }, _t = (I) => {
5573
5574
  if (!g) return;
5574
5575
  const $ = gt();
@@ -10643,6 +10644,10 @@ var Jh = { class: "j-table-footer" }, Xh = {
10643
10644
  type: Boolean,
10644
10645
  default: !1
10645
10646
  },
10647
+ selectStateKey: {
10648
+ type: String,
10649
+ default: ""
10650
+ },
10646
10651
  isPage: {
10647
10652
  type: Boolean,
10648
10653
  default: !1
@@ -11154,6 +11159,7 @@ var Jh = { class: "j-table-footer" }, Xh = {
11154
11159
  "is-show-number": e.isShowNumber,
11155
11160
  "is-sub-show-number": e.isSubShowNumber,
11156
11161
  "is-multiple": e.isMultiple && !!e.rowKey,
11162
+ "select-state-key": e.selectStateKey,
11157
11163
  "is-page": y.value,
11158
11164
  "page-sizes": e.pageSizes,
11159
11165
  "page-size": e.pageSize,
@@ -11180,6 +11186,7 @@ var Jh = { class: "j-table-footer" }, Xh = {
11180
11186
  "is-show-number",
11181
11187
  "is-sub-show-number",
11182
11188
  "is-multiple",
11189
+ "select-state-key",
11183
11190
  "is-page",
11184
11191
  "page-sizes",
11185
11192
  "page-size",