@a2simcode/ui 0.0.266 → 0.0.267
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.
|
@@ -177,6 +177,7 @@ declare const JTable: {
|
|
|
177
177
|
selections: Record<string, any>[];
|
|
178
178
|
record: Record<string, any>;
|
|
179
179
|
checked: boolean;
|
|
180
|
+
isInit?: boolean;
|
|
180
181
|
}) => any) | undefined;
|
|
181
182
|
onSelectRecordsChanged?: ((selections: Record<string, any>[]) => any) | undefined;
|
|
182
183
|
"onUpdate:tablePage"?: ((tablePage: number) => any) | undefined;
|
|
@@ -209,6 +210,7 @@ declare const JTable: {
|
|
|
209
210
|
selections: Record<string, any>[];
|
|
210
211
|
record: Record<string, any>;
|
|
211
212
|
checked: boolean;
|
|
213
|
+
isInit?: boolean;
|
|
212
214
|
}) => any;
|
|
213
215
|
selectRecordsChanged: (selections: Record<string, any>[]) => any;
|
|
214
216
|
"update:tablePage": (tablePage: number) => any;
|
|
@@ -452,6 +454,7 @@ declare const JTable: {
|
|
|
452
454
|
selections: Record<string, any>[];
|
|
453
455
|
record: Record<string, any>;
|
|
454
456
|
checked: boolean;
|
|
457
|
+
isInit?: boolean;
|
|
455
458
|
}) => any) | undefined;
|
|
456
459
|
onSelectRecordsChanged?: ((selections: Record<string, any>[]) => any) | undefined;
|
|
457
460
|
"onUpdate:tablePage"?: ((tablePage: number) => any) | undefined;
|
|
@@ -697,6 +700,7 @@ declare const JTable: {
|
|
|
697
700
|
selections: Record<string, any>[];
|
|
698
701
|
record: Record<string, any>;
|
|
699
702
|
checked: boolean;
|
|
703
|
+
isInit?: boolean;
|
|
700
704
|
}) => any) | undefined;
|
|
701
705
|
onSelectRecordsChanged?: ((selections: Record<string, any>[]) => any) | undefined;
|
|
702
706
|
"onUpdate:tablePage"?: ((tablePage: number) => any) | undefined;
|
|
@@ -729,6 +733,7 @@ declare const JTable: {
|
|
|
729
733
|
selections: Record<string, any>[];
|
|
730
734
|
record: Record<string, any>;
|
|
731
735
|
checked: boolean;
|
|
736
|
+
isInit?: boolean;
|
|
732
737
|
}) => any;
|
|
733
738
|
selectRecordsChanged: (selections: Record<string, any>[]) => any;
|
|
734
739
|
"update:tablePage": (tablePage: number) => any;
|
|
@@ -296,6 +296,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
296
296
|
selections: Record<string, any>[];
|
|
297
297
|
record: Record<string, any>;
|
|
298
298
|
checked: boolean;
|
|
299
|
+
isInit?: boolean;
|
|
299
300
|
}) => any;
|
|
300
301
|
selectRecordsChanged: (selections: Record<string, any>[]) => any;
|
|
301
302
|
"update:tablePage": (tablePage: number) => any;
|
|
@@ -591,6 +592,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
591
592
|
selections: Record<string, any>[];
|
|
592
593
|
record: Record<string, any>;
|
|
593
594
|
checked: boolean;
|
|
595
|
+
isInit?: boolean;
|
|
594
596
|
}) => any) | undefined;
|
|
595
597
|
onSelectRecordsChanged?: ((selections: Record<string, any>[]) => any) | undefined;
|
|
596
598
|
"onUpdate:tablePage"?: ((tablePage: number) => any) | undefined;
|