@a2simcode/ui 0.0.30 → 0.0.31
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.
|
@@ -15,7 +15,6 @@ declare const JTable: {
|
|
|
15
15
|
};
|
|
16
16
|
records: {
|
|
17
17
|
type: import('vue').PropType<Record<string, any>[]>;
|
|
18
|
-
required: true;
|
|
19
18
|
default: () => never[];
|
|
20
19
|
};
|
|
21
20
|
isTree: {
|
|
@@ -183,7 +182,6 @@ declare const JTable: {
|
|
|
183
182
|
};
|
|
184
183
|
records: {
|
|
185
184
|
type: import('vue').PropType<Record<string, any>[]>;
|
|
186
|
-
required: true;
|
|
187
185
|
default: () => never[];
|
|
188
186
|
};
|
|
189
187
|
isTree: {
|
|
@@ -327,7 +325,6 @@ declare const JTable: {
|
|
|
327
325
|
};
|
|
328
326
|
records: {
|
|
329
327
|
type: import('vue').PropType<Record<string, any>[]>;
|
|
330
|
-
required: true;
|
|
331
328
|
default: () => never[];
|
|
332
329
|
};
|
|
333
330
|
isTree: {
|
|
@@ -102,7 +102,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
102
|
*/
|
|
103
103
|
records: {
|
|
104
104
|
type: PropType<Record<string, any>[]>;
|
|
105
|
-
required: true;
|
|
106
105
|
default: () => never[];
|
|
107
106
|
};
|
|
108
107
|
/**
|
|
@@ -286,7 +285,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
286
285
|
*/
|
|
287
286
|
records: {
|
|
288
287
|
type: PropType<Record<string, any>[]>;
|
|
289
|
-
required: true;
|
|
290
288
|
default: () => never[];
|
|
291
289
|
};
|
|
292
290
|
/**
|