@varlet/ui 3.1.0-alpha.1709717246484 → 3.1.0

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": "3.1.0-alpha.1709717246484",
4
+ "version": "3.1.0",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -854,7 +854,7 @@
854
854
  {
855
855
  "name": "loading-size",
856
856
  "description": "Loading size, Can be set to `large` `normal` `small` `mini`",
857
- "default": "normal",
857
+ "default": "-",
858
858
  "value": {
859
859
  "type": "string",
860
860
  "kind": "expression"
@@ -4953,6 +4953,15 @@
4953
4953
  "type": "string",
4954
4954
  "kind": "expression"
4955
4955
  }
4956
+ },
4957
+ {
4958
+ "name": "close-on-key-escape",
4959
+ "description": "Whether to support keyboard ESC to close the picker",
4960
+ "default": "true",
4961
+ "value": {
4962
+ "type": "boolean",
4963
+ "kind": "expression"
4964
+ }
4956
4965
  }
4957
4966
  ],
4958
4967
  "events": [
@@ -4967,6 +4976,10 @@
4967
4976
  {
4968
4977
  "name": "confirm",
4969
4978
  "description": "Triggered when you click the confirm button"
4979
+ },
4980
+ {
4981
+ "name": "key-escape",
4982
+ "description": "Triggered when click keyboard ESC"
4970
4983
  }
4971
4984
  ],
4972
4985
  "slots": [
@@ -5068,6 +5081,15 @@
5068
5081
  "kind": "expression"
5069
5082
  }
5070
5083
  },
5084
+ {
5085
+ "name": "close-on-key-escape",
5086
+ "description": "Whether to support keyboard ESC to close the popup",
5087
+ "default": "true",
5088
+ "value": {
5089
+ "type": "boolean",
5090
+ "kind": "expression"
5091
+ }
5092
+ },
5071
5093
  {
5072
5094
  "name": "teleport",
5073
5095
  "description": "The location of the Popup to mount",
@@ -5116,6 +5138,10 @@
5116
5138
  {
5117
5139
  "name": "click-overlay",
5118
5140
  "description": "Triggered when you click on overlay"
5141
+ },
5142
+ {
5143
+ "name": "key-escape",
5144
+ "description": "Triggered when click keyboard ESC"
5119
5145
  }
5120
5146
  ],
5121
5147
  "slots": [
@@ -7401,6 +7427,15 @@
7401
7427
  "type": "boolean",
7402
7428
  "kind": "expression"
7403
7429
  }
7430
+ },
7431
+ {
7432
+ "name": "close-on-key-escape",
7433
+ "description": "Whether to support keyboard ESC to close the tooltip",
7434
+ "default": "true",
7435
+ "value": {
7436
+ "type": "boolean",
7437
+ "kind": "expression"
7438
+ }
7404
7439
  }
7405
7440
  ],
7406
7441
  "events": [