@varlet/ui 2.12.2 → 2.12.3

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "2.12.2",
4
+ "version": "2.12.3",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -4388,6 +4388,15 @@
4388
4388
  "kind": "expression"
4389
4389
  }
4390
4390
  },
4391
+ {
4392
+ "name": "type",
4393
+ "description": "Progress type, Can be set to `default` `primary` `info` `success` `warning` `danger`",
4394
+ "default": "primary",
4395
+ "value": {
4396
+ "type": "string",
4397
+ "kind": "expression"
4398
+ }
4399
+ },
4391
4400
  {
4392
4401
  "name": "value",
4393
4402
  "description": "Completion value",
@@ -4452,8 +4461,8 @@
4452
4461
  }
4453
4462
  },
4454
4463
  {
4455
- "name": "ripple",
4456
- "description": "Loading style for progress (only supports linear progress)",
4464
+ "name": "indeterminate",
4465
+ "description": "Whether the indeterminate animation is visible or not",
4457
4466
  "default": "false",
4458
4467
  "value": {
4459
4468
  "type": "boolean",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "2.12.2",
4
+ "version": "2.12.3",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -4560,6 +4560,15 @@
4560
4560
  "kind": "expression"
4561
4561
  }
4562
4562
  },
4563
+ {
4564
+ "name": "type",
4565
+ "description": "类型,可选值为 `default` `primary` `info` `success` `warning` `danger`",
4566
+ "default": "primary",
4567
+ "value": {
4568
+ "type": "string",
4569
+ "kind": "expression"
4570
+ }
4571
+ },
4563
4572
  {
4564
4573
  "name": "value",
4565
4574
  "description": "`progress` 的进度",
@@ -4624,8 +4633,8 @@
4624
4633
  }
4625
4634
  },
4626
4635
  {
4627
- "name": "ripple",
4628
- "description": "水波纹加载效果(仅支持线性进度条)",
4636
+ "name": "indeterminate",
4637
+ "description": "是否显示不间断动画",
4629
4638
  "default": "false",
4630
4639
  "value": {
4631
4640
  "type": "boolean",