@a2simcode/ui 0.0.219 → 0.0.220

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.
@@ -5,7 +5,15 @@ export declare const JLayerForm: {
5
5
  default: string;
6
6
  };
7
7
  type: {
8
- type: import('vue').PropType<"primary" | "ghost" | "dashed" | "link" | "text" | "default">;
8
+ type: import('vue').PropType<"primary" | "dashed" | "link" | "text" | "outline" | "default">;
9
+ default: string;
10
+ };
11
+ status: {
12
+ type: import('vue').PropType<"normal" | "success" | "warning" | "danger">;
13
+ default: string;
14
+ };
15
+ label: {
16
+ type: StringConstructor;
9
17
  default: string;
10
18
  };
11
19
  size: {
@@ -41,7 +49,9 @@ export declare const JLayerForm: {
41
49
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
42
50
  size: "small" | "default" | "large";
43
51
  icon: string;
44
- type: "link" | "default" | "text" | "primary" | "dashed" | "ghost";
52
+ type: "link" | "default" | "text" | "primary" | "dashed" | "outline";
53
+ label: string;
54
+ status: "normal" | "success" | "warning" | "danger";
45
55
  layerWidth: number;
46
56
  layerHeight: number;
47
57
  schema: import('..').SchemaConfig[];
@@ -66,7 +76,15 @@ export declare const JLayerForm: {
66
76
  default: string;
67
77
  };
68
78
  type: {
69
- type: import('vue').PropType<"primary" | "ghost" | "dashed" | "link" | "text" | "default">;
79
+ type: import('vue').PropType<"primary" | "dashed" | "link" | "text" | "outline" | "default">;
80
+ default: string;
81
+ };
82
+ status: {
83
+ type: import('vue').PropType<"normal" | "success" | "warning" | "danger">;
84
+ default: string;
85
+ };
86
+ label: {
87
+ type: StringConstructor;
70
88
  default: string;
71
89
  };
72
90
  size: {
@@ -102,7 +120,9 @@ export declare const JLayerForm: {
102
120
  }>> & Readonly<{}>, {}, {}, {}, {}, {
103
121
  size: "small" | "default" | "large";
104
122
  icon: string;
105
- type: "link" | "default" | "text" | "primary" | "dashed" | "ghost";
123
+ type: "link" | "default" | "text" | "primary" | "dashed" | "outline";
124
+ label: string;
125
+ status: "normal" | "success" | "warning" | "danger";
106
126
  layerWidth: number;
107
127
  layerHeight: number;
108
128
  schema: import('..').SchemaConfig[];
@@ -124,7 +144,15 @@ export declare const JLayerForm: {
124
144
  default: string;
125
145
  };
126
146
  type: {
127
- type: import('vue').PropType<"primary" | "ghost" | "dashed" | "link" | "text" | "default">;
147
+ type: import('vue').PropType<"primary" | "dashed" | "link" | "text" | "outline" | "default">;
148
+ default: string;
149
+ };
150
+ status: {
151
+ type: import('vue').PropType<"normal" | "success" | "warning" | "danger">;
152
+ default: string;
153
+ };
154
+ label: {
155
+ type: StringConstructor;
128
156
  default: string;
129
157
  };
130
158
  size: {
@@ -160,7 +188,9 @@ export declare const JLayerForm: {
160
188
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
161
189
  size: "small" | "default" | "large";
162
190
  icon: string;
163
- type: "link" | "default" | "text" | "primary" | "dashed" | "ghost";
191
+ type: "link" | "default" | "text" | "primary" | "dashed" | "outline";
192
+ label: string;
193
+ status: "normal" | "success" | "warning" | "danger";
164
194
  layerWidth: number;
165
195
  layerHeight: number;
166
196
  schema: import('..').SchemaConfig[];
@@ -13,7 +13,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13
13
  * @defaultValue 'default'
14
14
  */
15
15
  type: {
16
- type: PropType<"primary" | "ghost" | "dashed" | "link" | "text" | "default">;
16
+ type: PropType<"primary" | "dashed" | "link" | "text" | "outline" | "default">;
17
+ default: string;
18
+ };
19
+ /**
20
+ * @zh 设置按钮状态
21
+ * @defaultValue 'normal'
22
+ */
23
+ status: {
24
+ type: PropType<"normal" | "success" | "warning" | "danger">;
25
+ default: string;
26
+ };
27
+ /**
28
+ * @zh 设置按钮标签
29
+ */
30
+ label: {
31
+ type: StringConstructor;
17
32
  default: string;
18
33
  };
19
34
  /**
@@ -78,7 +93,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
78
93
  * @defaultValue 'default'
79
94
  */
80
95
  type: {
81
- type: PropType<"primary" | "ghost" | "dashed" | "link" | "text" | "default">;
96
+ type: PropType<"primary" | "dashed" | "link" | "text" | "outline" | "default">;
97
+ default: string;
98
+ };
99
+ /**
100
+ * @zh 设置按钮状态
101
+ * @defaultValue 'normal'
102
+ */
103
+ status: {
104
+ type: PropType<"normal" | "success" | "warning" | "danger">;
105
+ default: string;
106
+ };
107
+ /**
108
+ * @zh 设置按钮标签
109
+ */
110
+ label: {
111
+ type: StringConstructor;
82
112
  default: string;
83
113
  };
84
114
  /**
@@ -133,7 +163,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
133
163
  }>> & Readonly<{}>, {
134
164
  size: "small" | "default" | "large";
135
165
  icon: string;
136
- type: "link" | "default" | "text" | "primary" | "dashed" | "ghost";
166
+ type: "link" | "default" | "text" | "primary" | "dashed" | "outline";
167
+ label: string;
168
+ status: "normal" | "success" | "warning" | "danger";
137
169
  layerWidth: number;
138
170
  layerHeight: number;
139
171
  schema: SchemaConfig[];