@a2simcode/ui 0.0.79 → 0.0.80
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.
|
@@ -34,7 +34,7 @@ export interface TabsSchemaConfig extends BaseSchemaConfig {
|
|
|
34
34
|
/**
|
|
35
35
|
* @zh id
|
|
36
36
|
*/
|
|
37
|
-
id
|
|
37
|
+
id?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @zh 组件类型
|
|
40
40
|
*/
|
|
@@ -48,7 +48,7 @@ export interface TabPaneSchemaConfig extends BaseSchemaConfig {
|
|
|
48
48
|
/**
|
|
49
49
|
* @zh id
|
|
50
50
|
*/
|
|
51
|
-
id
|
|
51
|
+
id?: string;
|
|
52
52
|
/**
|
|
53
53
|
* @zh 组件类型
|
|
54
54
|
*/
|
|
@@ -69,7 +69,7 @@ export interface GeneralSchemaConfig extends BaseSchemaConfig {
|
|
|
69
69
|
/**
|
|
70
70
|
* @zh id
|
|
71
71
|
*/
|
|
72
|
-
id
|
|
72
|
+
id?: string;
|
|
73
73
|
/**
|
|
74
74
|
* @zh 组件类型
|
|
75
75
|
*/
|
|
@@ -83,7 +83,7 @@ export interface CollapseSchemaConfig extends BaseSchemaConfig {
|
|
|
83
83
|
/**
|
|
84
84
|
* @zh id
|
|
85
85
|
*/
|
|
86
|
-
id
|
|
86
|
+
id?: string;
|
|
87
87
|
/**
|
|
88
88
|
* @zh 组件类型
|
|
89
89
|
*/
|
|
@@ -97,7 +97,7 @@ export interface CollapseItemSchemaConfig extends BaseSchemaConfig {
|
|
|
97
97
|
/**
|
|
98
98
|
* @zh id
|
|
99
99
|
*/
|
|
100
|
-
id
|
|
100
|
+
id?: string;
|
|
101
101
|
/**
|
|
102
102
|
* @zh 组件类型
|
|
103
103
|
*/
|