@varlet/ui 3.13.1 → 3.14.0-alpha.1772307023035

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.13.1",
4
+ "version": "3.14.0-alpha.1772307023035",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -6851,6 +6851,24 @@
6851
6851
  "type": "string",
6852
6852
  "kind": "expression"
6853
6853
  }
6854
+ },
6855
+ {
6856
+ "name": "filterable",
6857
+ "description": "Whether to filter options",
6858
+ "default": "false",
6859
+ "value": {
6860
+ "type": "boolean",
6861
+ "kind": "expression"
6862
+ }
6863
+ },
6864
+ {
6865
+ "name": "filter",
6866
+ "description": "Custom filter method",
6867
+ "default": "-",
6868
+ "value": {
6869
+ "type": "(pattern: string, option: SelectOption) => boolean",
6870
+ "kind": "expression"
6871
+ }
6854
6872
  }
6855
6873
  ],
6856
6874
  "events": [
@@ -6899,6 +6917,10 @@
6899
6917
  {
6900
6918
  "name": "arrow-icon",
6901
6919
  "description": "Arrow icon"
6920
+ },
6921
+ {
6922
+ "name": "empty",
6923
+ "description": "Content when there are no options or no filter results; allows full customization of the empty state container; when not used, shows default empty state with i18n text"
6902
6924
  }
6903
6925
  ]
6904
6926
  },