@a2simcode/ui 0.0.86 → 0.0.87
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/input-layer/index.d.ts +2 -2
- package/dist/components/input-layer/src/input-layer.vue.d.ts +2 -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 +2408 -2405
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -362,7 +362,7 @@ export declare const JInputLayer: {
|
|
|
362
362
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
363
363
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
364
364
|
}>, {
|
|
365
|
-
refreshData: () => Promise<void>;
|
|
365
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
366
366
|
resetData: () => Promise<void>;
|
|
367
367
|
getSelection: () => Record<string, any>[];
|
|
368
368
|
setSelection: (records: any[]) => void;
|
|
@@ -668,7 +668,7 @@ export declare const JInputLayer: {
|
|
|
668
668
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
669
669
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
670
670
|
}>, {
|
|
671
|
-
refreshData: () => Promise<void>;
|
|
671
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
672
672
|
resetData: () => Promise<void>;
|
|
673
673
|
getSelection: () => Record<string, any>[];
|
|
674
674
|
setSelection: (records: any[]) => void;
|
|
@@ -421,7 +421,7 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
|
|
|
421
421
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
422
422
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
423
423
|
}>, {
|
|
424
|
-
refreshData: () => Promise<void>;
|
|
424
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
425
425
|
resetData: () => Promise<void>;
|
|
426
426
|
getSelection: () => Record<string, any>[];
|
|
427
427
|
setSelection: (records: any[]) => void;
|
|
@@ -727,7 +727,7 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
|
|
|
727
727
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
728
728
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
729
729
|
}>, {
|
|
730
|
-
refreshData: () => Promise<void>;
|
|
730
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
731
731
|
resetData: () => Promise<void>;
|
|
732
732
|
getSelection: () => Record<string, any>[];
|
|
733
733
|
setSelection: (records: any[]) => void;
|
|
@@ -81,7 +81,7 @@ declare const JTablePanel: {
|
|
|
81
81
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
82
82
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
83
83
|
}>, {
|
|
84
|
-
refreshData: () => Promise<void>;
|
|
84
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
85
85
|
resetData: () => Promise<void>;
|
|
86
86
|
getSelection: () => Record<string, any>[];
|
|
87
87
|
setSelection: (records: any[]) => void;
|
|
@@ -387,7 +387,7 @@ declare const JTablePanel: {
|
|
|
387
387
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
388
388
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
389
389
|
}>, {
|
|
390
|
-
refreshData: () => Promise<void>;
|
|
390
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
391
391
|
resetData: () => Promise<void>;
|
|
392
392
|
getSelection: () => Record<string, any>[];
|
|
393
393
|
setSelection: (records: any[]) => void;
|
|
@@ -499,7 +499,7 @@ declare const JTablePanel: {
|
|
|
499
499
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
500
500
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
501
501
|
}>, {
|
|
502
|
-
refreshData: () => Promise<void>;
|
|
502
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
503
503
|
resetData: () => Promise<void>;
|
|
504
504
|
getSelection: () => Record<string, any>[];
|
|
505
505
|
setSelection: (records: any[]) => void;
|
|
@@ -147,7 +147,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
default: string;
|
|
148
148
|
};
|
|
149
149
|
}>, {
|
|
150
|
-
refreshData: () => Promise<void>;
|
|
150
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
151
151
|
resetData: () => Promise<void>;
|
|
152
152
|
getSelection: () => Record<string, any>[];
|
|
153
153
|
setSelection: (records: any[]) => void;
|