@a2simcode/ui 0.0.85 → 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 +3 -2
- package/dist/components/input-layer/src/input-layer.vue.d.ts +3 -2
- package/dist/components/table-panel/index.d.ts +4 -3
- package/dist/components/table-panel/src/table-panel.vue.d.ts +2 -1
- package/dist/simcode-ui.es.js +4197 -4132
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/dist/ui.css +1 -1
- package/docs/components/meta/input.ts +23 -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;
|
|
@@ -392,6 +392,7 @@ export declare const JInputLayer: {
|
|
|
392
392
|
batchButtons: import('..').ButtonCompType[];
|
|
393
393
|
noPadding: boolean;
|
|
394
394
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
395
|
+
topLeftRef: HTMLDivElement;
|
|
395
396
|
keywordPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
396
397
|
columns: {
|
|
397
398
|
type: import('vue').PropType<import('..').SchemaConfig[]>;
|
|
@@ -667,7 +668,7 @@ export declare const JInputLayer: {
|
|
|
667
668
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
668
669
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
669
670
|
}>, {
|
|
670
|
-
refreshData: () => Promise<void>;
|
|
671
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
671
672
|
resetData: () => Promise<void>;
|
|
672
673
|
getSelection: () => Record<string, any>[];
|
|
673
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;
|
|
@@ -451,6 +451,7 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
|
|
|
451
451
|
batchButtons: import('../..').ButtonCompType[];
|
|
452
452
|
noPadding: boolean;
|
|
453
453
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
454
|
+
topLeftRef: HTMLDivElement;
|
|
454
455
|
keywordPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
455
456
|
columns: {
|
|
456
457
|
type: import('vue').PropType<import('../..').SchemaConfig[]>;
|
|
@@ -726,7 +727,7 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
|
|
|
726
727
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
727
728
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
728
729
|
}>, {
|
|
729
|
-
refreshData: () => Promise<void>;
|
|
730
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
730
731
|
resetData: () => Promise<void>;
|
|
731
732
|
getSelection: () => Record<string, any>[];
|
|
732
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;
|
|
@@ -111,6 +111,7 @@ declare const JTablePanel: {
|
|
|
111
111
|
batchButtons: import('..').ButtonCompType[];
|
|
112
112
|
noPadding: boolean;
|
|
113
113
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
114
|
+
topLeftRef: HTMLDivElement;
|
|
114
115
|
keywordPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
115
116
|
columns: {
|
|
116
117
|
type: import('vue').PropType<import('..').SchemaConfig[]>;
|
|
@@ -386,7 +387,7 @@ declare const JTablePanel: {
|
|
|
386
387
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
387
388
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
388
389
|
}>, {
|
|
389
|
-
refreshData: () => Promise<void>;
|
|
390
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
390
391
|
resetData: () => Promise<void>;
|
|
391
392
|
getSelection: () => Record<string, any>[];
|
|
392
393
|
setSelection: (records: any[]) => void;
|
|
@@ -498,7 +499,7 @@ declare const JTablePanel: {
|
|
|
498
499
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
499
500
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
500
501
|
}>, {
|
|
501
|
-
refreshData: () => Promise<void>;
|
|
502
|
+
refreshData: (queryParam?: Record<string, any>) => Promise<void>;
|
|
502
503
|
resetData: () => Promise<void>;
|
|
503
504
|
getSelection: () => Record<string, any>[];
|
|
504
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;
|
|
@@ -324,6 +324,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
324
324
|
batchButtons: ButtonCompType[];
|
|
325
325
|
noPadding: boolean;
|
|
326
326
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
327
|
+
topLeftRef: HTMLDivElement;
|
|
327
328
|
keywordPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
328
329
|
columns: {
|
|
329
330
|
type: PropType<SchemaConfig[]>;
|