@a2simcode/ui 0.0.267 → 0.0.269
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.
- package/dist/components/table/index.d.ts +0 -5
- package/dist/components/table/src/table.vue.d.ts +0 -2
- package/dist/components/table-panel/index.d.ts +3 -3
- package/dist/components/table-panel/src/table-panel.vue.d.ts +1 -1
- package/dist/simcode-ui.es.js +1761 -1765
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -177,7 +177,6 @@ declare const JTable: {
|
|
|
177
177
|
selections: Record<string, any>[];
|
|
178
178
|
record: Record<string, any>;
|
|
179
179
|
checked: boolean;
|
|
180
|
-
isInit?: boolean;
|
|
181
180
|
}) => any) | undefined;
|
|
182
181
|
onSelectRecordsChanged?: ((selections: Record<string, any>[]) => any) | undefined;
|
|
183
182
|
"onUpdate:tablePage"?: ((tablePage: number) => any) | undefined;
|
|
@@ -210,7 +209,6 @@ declare const JTable: {
|
|
|
210
209
|
selections: Record<string, any>[];
|
|
211
210
|
record: Record<string, any>;
|
|
212
211
|
checked: boolean;
|
|
213
|
-
isInit?: boolean;
|
|
214
212
|
}) => any;
|
|
215
213
|
selectRecordsChanged: (selections: Record<string, any>[]) => any;
|
|
216
214
|
"update:tablePage": (tablePage: number) => any;
|
|
@@ -454,7 +452,6 @@ declare const JTable: {
|
|
|
454
452
|
selections: Record<string, any>[];
|
|
455
453
|
record: Record<string, any>;
|
|
456
454
|
checked: boolean;
|
|
457
|
-
isInit?: boolean;
|
|
458
455
|
}) => any) | undefined;
|
|
459
456
|
onSelectRecordsChanged?: ((selections: Record<string, any>[]) => any) | undefined;
|
|
460
457
|
"onUpdate:tablePage"?: ((tablePage: number) => any) | undefined;
|
|
@@ -700,7 +697,6 @@ declare const JTable: {
|
|
|
700
697
|
selections: Record<string, any>[];
|
|
701
698
|
record: Record<string, any>;
|
|
702
699
|
checked: boolean;
|
|
703
|
-
isInit?: boolean;
|
|
704
700
|
}) => any) | undefined;
|
|
705
701
|
onSelectRecordsChanged?: ((selections: Record<string, any>[]) => any) | undefined;
|
|
706
702
|
"onUpdate:tablePage"?: ((tablePage: number) => any) | undefined;
|
|
@@ -733,7 +729,6 @@ declare const JTable: {
|
|
|
733
729
|
selections: Record<string, any>[];
|
|
734
730
|
record: Record<string, any>;
|
|
735
731
|
checked: boolean;
|
|
736
|
-
isInit?: boolean;
|
|
737
732
|
}) => any;
|
|
738
733
|
selectRecordsChanged: (selections: Record<string, any>[]) => any;
|
|
739
734
|
"update:tablePage": (tablePage: number) => any;
|
|
@@ -296,7 +296,6 @@ 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;
|
|
300
299
|
}) => any;
|
|
301
300
|
selectRecordsChanged: (selections: Record<string, any>[]) => any;
|
|
302
301
|
"update:tablePage": (tablePage: number) => any;
|
|
@@ -592,7 +591,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
592
591
|
selections: Record<string, any>[];
|
|
593
592
|
record: Record<string, any>;
|
|
594
593
|
checked: boolean;
|
|
595
|
-
isInit?: boolean;
|
|
596
594
|
}) => any) | undefined;
|
|
597
595
|
onSelectRecordsChanged?: ((selections: Record<string, any>[]) => any) | undefined;
|
|
598
596
|
"onUpdate:tablePage"?: ((tablePage: number) => any) | undefined;
|
|
@@ -187,7 +187,7 @@ declare const JTablePanel: {
|
|
|
187
187
|
}>, {
|
|
188
188
|
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
189
189
|
resetData: () => Promise<void>;
|
|
190
|
-
getSelection: () =>
|
|
190
|
+
getSelection: () => any;
|
|
191
191
|
setSelection: (records: any[]) => void;
|
|
192
192
|
clearSelection: () => void;
|
|
193
193
|
getTableRef: () => any;
|
|
@@ -645,7 +645,7 @@ declare const JTablePanel: {
|
|
|
645
645
|
}>, {
|
|
646
646
|
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
647
647
|
resetData: () => Promise<void>;
|
|
648
|
-
getSelection: () =>
|
|
648
|
+
getSelection: () => any;
|
|
649
649
|
setSelection: (records: any[]) => void;
|
|
650
650
|
clearSelection: () => void;
|
|
651
651
|
getTableRef: () => any;
|
|
@@ -894,7 +894,7 @@ declare const JTablePanel: {
|
|
|
894
894
|
}>, {
|
|
895
895
|
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
896
896
|
resetData: () => Promise<void>;
|
|
897
|
-
getSelection: () =>
|
|
897
|
+
getSelection: () => any;
|
|
898
898
|
setSelection: (records: any[]) => void;
|
|
899
899
|
clearSelection: () => void;
|
|
900
900
|
getTableRef: () => any;
|
|
@@ -329,7 +329,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
329
329
|
}>, {
|
|
330
330
|
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
331
331
|
resetData: () => Promise<void>;
|
|
332
|
-
getSelection: () =>
|
|
332
|
+
getSelection: () => any;
|
|
333
333
|
setSelection: (records: any[]) => void;
|
|
334
334
|
clearSelection: () => void;
|
|
335
335
|
getTableRef: () => any;
|