@a2simcode/ui 0.0.56 → 0.0.58
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/autocomplete/index.d.ts +6 -6
- package/dist/components/autocomplete/src/autocomplete.vue.d.ts +2 -2
- package/dist/components/button-select/index.d.ts +3 -3
- package/dist/components/button-select/src/button-select.vue.d.ts +1 -1
- package/dist/components/cascader-select/index.d.ts +3 -3
- package/dist/components/cascader-select/src/cascader-select.vue.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +3 -3
- package/dist/components/checkbox/src/checkbox.vue.d.ts +1 -1
- package/dist/components/comp/index.d.ts +3 -3
- package/dist/components/comp/src/comp.vue.d.ts +1 -1
- package/dist/components/editor/index.d.ts +3 -3
- package/dist/components/editor/src/editor.vue.d.ts +1 -1
- package/dist/components/form/index.d.ts +3 -3
- package/dist/components/form/src/form.vue.d.ts +1 -1
- package/dist/components/form-item/index.d.ts +3 -3
- package/dist/components/form-item/src/form-item.vue.d.ts +1 -1
- package/dist/components/input-layer/index.d.ts +6 -6
- package/dist/components/input-layer/src/input-layer.vue.d.ts +2 -2
- package/dist/components/input-tag/index.d.ts +3 -3
- package/dist/components/input-tag/src/input-tag.vue.d.ts +1 -1
- package/dist/components/radio/index.d.ts +6 -6
- package/dist/components/radio/src/radio.vue.d.ts +2 -2
- package/dist/components/select/index.d.ts +3 -3
- package/dist/components/select/src/select.vue.d.ts +1 -1
- package/dist/components/tree/index.d.ts +3 -3
- package/dist/components/tree/src/tree.vue.d.ts +1 -1
- package/dist/components/tree-select/index.d.ts +9 -9
- package/dist/components/tree-select/src/tree-select.vue.d.ts +3 -3
- package/dist/simcode-ui.es.js +5372 -5266
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/docs/components/meta/input-cards.ts +1 -1
- package/docs/components/meta/number.ts +1 -1
- package/docs/components/meta/panel.ts +88 -19
- package/docs/components/meta/table.ts +5 -0
- package/docs/components/meta/tree-select.ts +1 -1
- package/docs/components/table.md +16 -0
- package/docs/examples/table/tag.vue +43 -0
- package/package.json +1 -1
|
@@ -123,6 +123,7 @@ export declare const JTree: {
|
|
|
123
123
|
}, import('vue').PublicProps, {
|
|
124
124
|
immediate: boolean;
|
|
125
125
|
valueKey: string;
|
|
126
|
+
labelKey: string;
|
|
126
127
|
theme: string;
|
|
127
128
|
defaultCheckedKeys: any[];
|
|
128
129
|
defaultExpandAll: boolean;
|
|
@@ -132,7 +133,6 @@ export declare const JTree: {
|
|
|
132
133
|
accordion: boolean;
|
|
133
134
|
highlightCurrent: boolean;
|
|
134
135
|
renderAfterExpand: boolean;
|
|
135
|
-
labelKey: string;
|
|
136
136
|
pidKey: string;
|
|
137
137
|
iconKey: string;
|
|
138
138
|
iconColorKey: string;
|
|
@@ -275,6 +275,7 @@ export declare const JTree: {
|
|
|
275
275
|
}, {}, {}, {}, {
|
|
276
276
|
immediate: boolean;
|
|
277
277
|
valueKey: string;
|
|
278
|
+
labelKey: string;
|
|
278
279
|
theme: string;
|
|
279
280
|
defaultCheckedKeys: any[];
|
|
280
281
|
defaultExpandAll: boolean;
|
|
@@ -284,7 +285,6 @@ export declare const JTree: {
|
|
|
284
285
|
accordion: boolean;
|
|
285
286
|
highlightCurrent: boolean;
|
|
286
287
|
renderAfterExpand: boolean;
|
|
287
|
-
labelKey: string;
|
|
288
288
|
pidKey: string;
|
|
289
289
|
iconKey: string;
|
|
290
290
|
iconColorKey: string;
|
|
@@ -424,6 +424,7 @@ export declare const JTree: {
|
|
|
424
424
|
}, string, {
|
|
425
425
|
immediate: boolean;
|
|
426
426
|
valueKey: string;
|
|
427
|
+
labelKey: string;
|
|
427
428
|
theme: string;
|
|
428
429
|
defaultCheckedKeys: any[];
|
|
429
430
|
defaultExpandAll: boolean;
|
|
@@ -433,7 +434,6 @@ export declare const JTree: {
|
|
|
433
434
|
accordion: boolean;
|
|
434
435
|
highlightCurrent: boolean;
|
|
435
436
|
renderAfterExpand: boolean;
|
|
436
|
-
labelKey: string;
|
|
437
437
|
pidKey: string;
|
|
438
438
|
iconKey: string;
|
|
439
439
|
iconColorKey: string;
|
|
@@ -451,6 +451,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
451
451
|
}>, {
|
|
452
452
|
immediate: boolean;
|
|
453
453
|
valueKey: string;
|
|
454
|
+
labelKey: string;
|
|
454
455
|
theme: string;
|
|
455
456
|
defaultCheckedKeys: any[];
|
|
456
457
|
defaultExpandAll: boolean;
|
|
@@ -460,7 +461,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
460
461
|
accordion: boolean;
|
|
461
462
|
highlightCurrent: boolean;
|
|
462
463
|
renderAfterExpand: boolean;
|
|
463
|
-
labelKey: string;
|
|
464
464
|
pidKey: string;
|
|
465
465
|
iconKey: string;
|
|
466
466
|
iconColorKey: string;
|
|
@@ -9,16 +9,16 @@ declare const JTreeSelect: {
|
|
|
9
9
|
size: "large" | "default" | "small";
|
|
10
10
|
props: Record<string, any>;
|
|
11
11
|
disabled: boolean;
|
|
12
|
+
dataType: string;
|
|
13
|
+
valueKey: string;
|
|
14
|
+
labelKey: string;
|
|
12
15
|
placeholder: string;
|
|
13
16
|
clearable: boolean;
|
|
14
17
|
readonly: boolean;
|
|
15
18
|
checkStrictly: boolean;
|
|
16
|
-
valueKey: string;
|
|
17
|
-
dataType: string;
|
|
18
19
|
dataCode: string;
|
|
19
20
|
idKey: string;
|
|
20
21
|
renderAfterExpand: boolean;
|
|
21
|
-
labelKey: string;
|
|
22
22
|
pidKey: string;
|
|
23
23
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
24
24
|
P: {};
|
|
@@ -34,16 +34,16 @@ declare const JTreeSelect: {
|
|
|
34
34
|
size: "large" | "default" | "small";
|
|
35
35
|
props: Record<string, any>;
|
|
36
36
|
disabled: boolean;
|
|
37
|
+
dataType: string;
|
|
38
|
+
valueKey: string;
|
|
39
|
+
labelKey: string;
|
|
37
40
|
placeholder: string;
|
|
38
41
|
clearable: boolean;
|
|
39
42
|
readonly: boolean;
|
|
40
43
|
checkStrictly: boolean;
|
|
41
|
-
valueKey: string;
|
|
42
|
-
dataType: string;
|
|
43
44
|
dataCode: string;
|
|
44
45
|
idKey: string;
|
|
45
46
|
renderAfterExpand: boolean;
|
|
46
|
-
labelKey: string;
|
|
47
47
|
pidKey: string;
|
|
48
48
|
}>;
|
|
49
49
|
__isFragment?: never;
|
|
@@ -59,16 +59,16 @@ declare const JTreeSelect: {
|
|
|
59
59
|
size: "large" | "default" | "small";
|
|
60
60
|
props: Record<string, any>;
|
|
61
61
|
disabled: boolean;
|
|
62
|
+
dataType: string;
|
|
63
|
+
valueKey: string;
|
|
64
|
+
labelKey: string;
|
|
62
65
|
placeholder: string;
|
|
63
66
|
clearable: boolean;
|
|
64
67
|
readonly: boolean;
|
|
65
68
|
checkStrictly: boolean;
|
|
66
|
-
valueKey: string;
|
|
67
|
-
dataType: string;
|
|
68
69
|
dataCode: string;
|
|
69
70
|
idKey: string;
|
|
70
71
|
renderAfterExpand: boolean;
|
|
71
|
-
labelKey: string;
|
|
72
72
|
pidKey: string;
|
|
73
73
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
74
74
|
install: (app: import('vue').App) => void;
|
|
@@ -42,16 +42,16 @@ declare const _default: import('vue').DefineComponent<TreeSelectProps, {}, {}, {
|
|
|
42
42
|
size: "large" | "default" | "small";
|
|
43
43
|
props: Record<string, any>;
|
|
44
44
|
disabled: boolean;
|
|
45
|
+
dataType: string;
|
|
46
|
+
valueKey: string;
|
|
47
|
+
labelKey: string;
|
|
45
48
|
placeholder: string;
|
|
46
49
|
clearable: boolean;
|
|
47
50
|
readonly: boolean;
|
|
48
51
|
checkStrictly: boolean;
|
|
49
|
-
valueKey: string;
|
|
50
|
-
dataType: string;
|
|
51
52
|
dataCode: string;
|
|
52
53
|
idKey: string;
|
|
53
54
|
renderAfterExpand: boolean;
|
|
54
|
-
labelKey: string;
|
|
55
55
|
pidKey: string;
|
|
56
56
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
57
57
|
export default _default;
|