@a2simcode/ui 0.0.254 → 0.0.255
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 -3
- package/dist/components/input-layer/src/input-layer.vue.d.ts +1 -1
- package/dist/components/table/index.d.ts +3 -3
- package/dist/components/table/src/table.vue.d.ts +1 -1
- 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 +3013 -2986
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -26,11 +26,11 @@ export declare const JInputLayer: {
|
|
|
26
26
|
modelValue: string;
|
|
27
27
|
clearable: boolean;
|
|
28
28
|
readonly: boolean;
|
|
29
|
+
isPage: boolean;
|
|
29
30
|
columns: any[];
|
|
30
31
|
searchList: any[];
|
|
31
32
|
isTree: boolean;
|
|
32
33
|
defaultExpandAll: boolean;
|
|
33
|
-
isPage: boolean;
|
|
34
34
|
onlyButton: boolean;
|
|
35
35
|
isMultiSelect: boolean;
|
|
36
36
|
pidKey: string;
|
|
@@ -66,11 +66,11 @@ export declare const JInputLayer: {
|
|
|
66
66
|
modelValue: string;
|
|
67
67
|
clearable: boolean;
|
|
68
68
|
readonly: boolean;
|
|
69
|
+
isPage: boolean;
|
|
69
70
|
columns: any[];
|
|
70
71
|
searchList: any[];
|
|
71
72
|
isTree: boolean;
|
|
72
73
|
defaultExpandAll: boolean;
|
|
73
|
-
isPage: boolean;
|
|
74
74
|
onlyButton: boolean;
|
|
75
75
|
isMultiSelect: boolean;
|
|
76
76
|
pidKey: string;
|
|
@@ -106,11 +106,11 @@ export declare const JInputLayer: {
|
|
|
106
106
|
modelValue: string;
|
|
107
107
|
clearable: boolean;
|
|
108
108
|
readonly: boolean;
|
|
109
|
+
isPage: boolean;
|
|
109
110
|
columns: any[];
|
|
110
111
|
searchList: any[];
|
|
111
112
|
isTree: boolean;
|
|
112
113
|
defaultExpandAll: boolean;
|
|
113
|
-
isPage: boolean;
|
|
114
114
|
onlyButton: boolean;
|
|
115
115
|
isMultiSelect: boolean;
|
|
116
116
|
pidKey: string;
|
|
@@ -103,11 +103,11 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {
|
|
|
103
103
|
modelValue: string;
|
|
104
104
|
clearable: boolean;
|
|
105
105
|
readonly: boolean;
|
|
106
|
+
isPage: boolean;
|
|
106
107
|
columns: any[];
|
|
107
108
|
searchList: any[];
|
|
108
109
|
isTree: boolean;
|
|
109
110
|
defaultExpandAll: boolean;
|
|
110
|
-
isPage: boolean;
|
|
111
111
|
onlyButton: boolean;
|
|
112
112
|
isMultiSelect: boolean;
|
|
113
113
|
pidKey: string;
|
|
@@ -204,6 +204,7 @@ declare const JTable: {
|
|
|
204
204
|
}, import('vue').PublicProps, {
|
|
205
205
|
id: string;
|
|
206
206
|
modelValue: Record<string, any>[];
|
|
207
|
+
isPage: boolean;
|
|
207
208
|
columns: import('.').ColumnSchemaConfig[];
|
|
208
209
|
columnFilter: string[];
|
|
209
210
|
records: Record<string, any>[];
|
|
@@ -214,7 +215,6 @@ declare const JTable: {
|
|
|
214
215
|
isMultiple: boolean;
|
|
215
216
|
selectStateKey: string;
|
|
216
217
|
multipleDisabled: (record: Record<string, any>) => boolean;
|
|
217
|
-
isPage: boolean;
|
|
218
218
|
pageLayoutSimple: boolean;
|
|
219
219
|
pageTotal: number;
|
|
220
220
|
tablePage: number;
|
|
@@ -434,6 +434,7 @@ declare const JTable: {
|
|
|
434
434
|
}, {}, {}, {}, {
|
|
435
435
|
id: string;
|
|
436
436
|
modelValue: Record<string, any>[];
|
|
437
|
+
isPage: boolean;
|
|
437
438
|
columns: import('.').ColumnSchemaConfig[];
|
|
438
439
|
columnFilter: string[];
|
|
439
440
|
records: Record<string, any>[];
|
|
@@ -444,7 +445,6 @@ declare const JTable: {
|
|
|
444
445
|
isMultiple: boolean;
|
|
445
446
|
selectStateKey: string;
|
|
446
447
|
multipleDisabled: (record: Record<string, any>) => boolean;
|
|
447
|
-
isPage: boolean;
|
|
448
448
|
pageLayoutSimple: boolean;
|
|
449
449
|
pageTotal: number;
|
|
450
450
|
tablePage: number;
|
|
@@ -684,6 +684,7 @@ declare const JTable: {
|
|
|
684
684
|
}, string, {
|
|
685
685
|
id: string;
|
|
686
686
|
modelValue: Record<string, any>[];
|
|
687
|
+
isPage: boolean;
|
|
687
688
|
columns: import('.').ColumnSchemaConfig[];
|
|
688
689
|
columnFilter: string[];
|
|
689
690
|
records: Record<string, any>[];
|
|
@@ -694,7 +695,6 @@ declare const JTable: {
|
|
|
694
695
|
isMultiple: boolean;
|
|
695
696
|
selectStateKey: string;
|
|
696
697
|
multipleDisabled: (record: Record<string, any>) => boolean;
|
|
697
|
-
isPage: boolean;
|
|
698
698
|
pageLayoutSimple: boolean;
|
|
699
699
|
pageTotal: number;
|
|
700
700
|
tablePage: number;
|
|
@@ -552,6 +552,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
552
552
|
}>, {
|
|
553
553
|
id: string;
|
|
554
554
|
modelValue: Record<string, any>[];
|
|
555
|
+
isPage: boolean;
|
|
555
556
|
columns: ColumnSchemaConfig[];
|
|
556
557
|
columnFilter: string[];
|
|
557
558
|
records: Record<string, any>[];
|
|
@@ -562,7 +563,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
562
563
|
isMultiple: boolean;
|
|
563
564
|
selectStateKey: string;
|
|
564
565
|
multipleDisabled: (record: Record<string, any>) => boolean;
|
|
565
|
-
isPage: boolean;
|
|
566
566
|
pageLayoutSimple: boolean;
|
|
567
567
|
pageTotal: number;
|
|
568
568
|
tablePage: number;
|
|
@@ -198,6 +198,7 @@ declare const JTablePanel: {
|
|
|
198
198
|
immediate: boolean;
|
|
199
199
|
buttons: import('..').ButtonCompType[];
|
|
200
200
|
modelValue: Record<string, any>[];
|
|
201
|
+
isPage: boolean;
|
|
201
202
|
columns: import('..').SchemaConfig[];
|
|
202
203
|
searchList: Record<string, any>[];
|
|
203
204
|
columnFilter: string[];
|
|
@@ -208,7 +209,6 @@ declare const JTablePanel: {
|
|
|
208
209
|
isMultiple: boolean;
|
|
209
210
|
selectStateKey: string;
|
|
210
211
|
multipleDisabled: (record: Record<string, any>) => boolean;
|
|
211
|
-
isPage: boolean;
|
|
212
212
|
pageSize: number;
|
|
213
213
|
rowKey: string;
|
|
214
214
|
rowDrag: boolean;
|
|
@@ -653,6 +653,7 @@ declare const JTablePanel: {
|
|
|
653
653
|
immediate: boolean;
|
|
654
654
|
buttons: import('..').ButtonCompType[];
|
|
655
655
|
modelValue: Record<string, any>[];
|
|
656
|
+
isPage: boolean;
|
|
656
657
|
columns: import('..').SchemaConfig[];
|
|
657
658
|
searchList: Record<string, any>[];
|
|
658
659
|
columnFilter: string[];
|
|
@@ -663,7 +664,6 @@ declare const JTablePanel: {
|
|
|
663
664
|
isMultiple: boolean;
|
|
664
665
|
selectStateKey: string;
|
|
665
666
|
multipleDisabled: (record: Record<string, any>) => boolean;
|
|
666
|
-
isPage: boolean;
|
|
667
667
|
pageSize: number;
|
|
668
668
|
rowKey: string;
|
|
669
669
|
rowDrag: boolean;
|
|
@@ -905,6 +905,7 @@ declare const JTablePanel: {
|
|
|
905
905
|
immediate: boolean;
|
|
906
906
|
buttons: import('..').ButtonCompType[];
|
|
907
907
|
modelValue: Record<string, any>[];
|
|
908
|
+
isPage: boolean;
|
|
908
909
|
columns: import('..').SchemaConfig[];
|
|
909
910
|
searchList: Record<string, any>[];
|
|
910
911
|
columnFilter: string[];
|
|
@@ -915,7 +916,6 @@ declare const JTablePanel: {
|
|
|
915
916
|
isMultiple: boolean;
|
|
916
917
|
selectStateKey: string;
|
|
917
918
|
multipleDisabled: (record: Record<string, any>) => boolean;
|
|
918
|
-
isPage: boolean;
|
|
919
919
|
pageSize: number;
|
|
920
920
|
rowKey: string;
|
|
921
921
|
rowDrag: boolean;
|
|
@@ -667,6 +667,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
667
667
|
immediate: boolean;
|
|
668
668
|
buttons: ButtonCompType[];
|
|
669
669
|
modelValue: Record<string, any>[];
|
|
670
|
+
isPage: boolean;
|
|
670
671
|
columns: SchemaConfig[];
|
|
671
672
|
searchList: Record<string, any>[];
|
|
672
673
|
columnFilter: string[];
|
|
@@ -677,7 +678,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
677
678
|
isMultiple: boolean;
|
|
678
679
|
selectStateKey: string;
|
|
679
680
|
multipleDisabled: (record: Record<string, any>) => boolean;
|
|
680
|
-
isPage: boolean;
|
|
681
681
|
pageSize: number;
|
|
682
682
|
rowKey: string;
|
|
683
683
|
rowDrag: boolean;
|