@a2simcode/ui 0.0.253 → 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.
@@ -148,7 +148,7 @@ export default {
148
148
  "default": "'serve'"
149
149
  },
150
150
  {
151
- "name": "searchInputList",
151
+ "name": "searchList",
152
152
  "description": "查询框",
153
153
  "type": "Array",
154
154
  "default": "() => []"
@@ -167,7 +167,7 @@ export default {
167
167
  {
168
168
  "name": "buttonType",
169
169
  "description": "按钮类型",
170
- "type": "\"default\" | \"primary\" | \"dashed\" | \"text\" | \"link\""
170
+ "type": "\"default\" | \"primary\" | \"dashed\" | \"text\" | \"link\" | \"outline\""
171
171
  },
172
172
  {
173
173
  "name": "buttonShape",
@@ -175,10 +175,25 @@ export default {
175
175
  "type": "\"default\" | \"circle\" | \"round\""
176
176
  },
177
177
  {
178
- "name": "buttonDanger",
179
- "description": "设置危险按钮",
178
+ "name": "buttonStatus",
179
+ "description": "设置按钮状态",
180
+ "type": "\"normal\" | \"success\" | \"warning\" | \"danger\""
181
+ },
182
+ {
183
+ "name": "buttonBlock",
184
+ "description": "设置按钮是否块级",
185
+ "type": "boolean"
186
+ },
187
+ {
188
+ "name": "notButtonLabel",
189
+ "description": "",
180
190
  "type": "boolean"
181
191
  },
192
+ {
193
+ "name": "buttonLoading",
194
+ "description": "按钮加载中",
195
+ "type": "boolean | { delay?: number }"
196
+ },
182
197
  {
183
198
  "name": "isSaveSelectData",
184
199
  "description": "特定场合下使用",
@@ -347,7 +362,7 @@ export default {
347
362
  "description": "数据加载方式"
348
363
  },
349
364
  {
350
- "name": "searchInputList",
365
+ "name": "searchList",
351
366
  "type": "any[]",
352
367
  "description": "查询框"
353
368
  },
@@ -363,7 +378,7 @@ export default {
363
378
  },
364
379
  {
365
380
  "name": "buttonType",
366
- "type": "'default' | 'primary' | 'dashed' | 'text' | 'link'",
381
+ "type": "'default' | 'primary' | 'dashed' | 'text' | 'link' | 'outline'",
367
382
  "description": "按钮类型"
368
383
  },
369
384
  {
@@ -372,9 +387,24 @@ export default {
372
387
  "description": "设置按钮形状"
373
388
  },
374
389
  {
375
- "name": "buttonDanger",
390
+ "name": "buttonStatus",
391
+ "type": "'normal' | 'success' | 'warning' | 'danger'",
392
+ "description": "设置按钮状态"
393
+ },
394
+ {
395
+ "name": "buttonBlock",
376
396
  "type": "boolean",
377
- "description": "设置危险按钮"
397
+ "description": "设置按钮是否块级"
398
+ },
399
+ {
400
+ "name": "notButtonLabel",
401
+ "type": "boolean",
402
+ "description": ""
403
+ },
404
+ {
405
+ "name": "buttonLoading",
406
+ "type": "boolean | { delay?: number }",
407
+ "description": "按钮加载中"
378
408
  },
379
409
  {
380
410
  "name": "isSaveSelectData",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2simcode/ui",
3
- "version": "0.0.253",
3
+ "version": "0.0.255",
4
4
  "description": "A Vue 3 UI Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/simcode-ui.umd.js",