@a2simcode/ui 0.0.104 → 0.0.105
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.
|
@@ -74,6 +74,7 @@ declare const JTable: {
|
|
|
74
74
|
col: number;
|
|
75
75
|
row: number;
|
|
76
76
|
table: any;
|
|
77
|
+
selected: boolean;
|
|
77
78
|
}) => boolean | {
|
|
78
79
|
display?: boolean;
|
|
79
80
|
disabled?: boolean;
|
|
@@ -207,6 +208,7 @@ declare const JTable: {
|
|
|
207
208
|
col: number;
|
|
208
209
|
row: number;
|
|
209
210
|
table: any;
|
|
211
|
+
selected: boolean;
|
|
210
212
|
}) => boolean | {
|
|
211
213
|
display?: boolean;
|
|
212
214
|
disabled?: boolean;
|
|
@@ -307,6 +309,7 @@ declare const JTable: {
|
|
|
307
309
|
col: number;
|
|
308
310
|
row: number;
|
|
309
311
|
table: any;
|
|
312
|
+
selected: boolean;
|
|
310
313
|
}) => boolean | {
|
|
311
314
|
display?: boolean;
|
|
312
315
|
disabled?: boolean;
|
|
@@ -416,6 +419,7 @@ declare const JTable: {
|
|
|
416
419
|
col: number;
|
|
417
420
|
row: number;
|
|
418
421
|
table: any;
|
|
422
|
+
selected: boolean;
|
|
419
423
|
}) => boolean | {
|
|
420
424
|
display?: boolean;
|
|
421
425
|
disabled?: boolean;
|
|
@@ -511,6 +515,7 @@ declare const JTable: {
|
|
|
511
515
|
col: number;
|
|
512
516
|
row: number;
|
|
513
517
|
table: any;
|
|
518
|
+
selected: boolean;
|
|
514
519
|
}) => boolean | {
|
|
515
520
|
display?: boolean;
|
|
516
521
|
disabled?: boolean;
|
|
@@ -644,6 +649,7 @@ declare const JTable: {
|
|
|
644
649
|
col: number;
|
|
645
650
|
row: number;
|
|
646
651
|
table: any;
|
|
652
|
+
selected: boolean;
|
|
647
653
|
}) => boolean | {
|
|
648
654
|
display?: boolean;
|
|
649
655
|
disabled?: boolean;
|
|
@@ -129,6 +129,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
129
129
|
col: number;
|
|
130
130
|
row: number;
|
|
131
131
|
table: any;
|
|
132
|
+
selected: boolean;
|
|
132
133
|
}) => boolean | {
|
|
133
134
|
display?: boolean;
|
|
134
135
|
disabled?: boolean;
|
|
@@ -377,6 +378,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
377
378
|
col: number;
|
|
378
379
|
row: number;
|
|
379
380
|
table: any;
|
|
381
|
+
selected: boolean;
|
|
380
382
|
}) => boolean | {
|
|
381
383
|
display?: boolean;
|
|
382
384
|
disabled?: boolean;
|
|
@@ -515,6 +517,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
515
517
|
col: number;
|
|
516
518
|
row: number;
|
|
517
519
|
table: any;
|
|
520
|
+
selected: boolean;
|
|
518
521
|
}) => boolean | {
|
|
519
522
|
display?: boolean;
|
|
520
523
|
disabled?: boolean;
|