@varlet/ui 2.21.0 → 2.21.1-alpha.1705566892480

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.21.0",
4
+ "version": "2.21.1-alpha.1705566892480",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -1985,6 +1985,15 @@
1985
1985
  "kind": "expression"
1986
1986
  }
1987
1987
  },
1988
+ {
1989
+ "name": "lazy-change",
1990
+ "description": "Whether to prevent the component itself from updating the bound value",
1991
+ "default": "false",
1992
+ "value": {
1993
+ "type": "boolean",
1994
+ "kind": "expression"
1995
+ }
1996
+ },
1988
1997
  {
1989
1998
  "name": "validate-trigger",
1990
1999
  "description": "Timing to trigger validation,Optional value is `onInputChange` `onLazyChange` `onIncrement` `onDecrement`",
@@ -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.21.0",
4
+ "version": "2.21.1-alpha.1705566892480",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -2144,6 +2144,15 @@
2144
2144
  "kind": "expression"
2145
2145
  }
2146
2146
  },
2147
+ {
2148
+ "name": "lazy-change",
2149
+ "description": "是否阻止组件本身的绑定值更新操作",
2150
+ "default": "false",
2151
+ "value": {
2152
+ "type": "boolean",
2153
+ "kind": "expression"
2154
+ }
2155
+ },
2147
2156
  {
2148
2157
  "name": "validate-trigger",
2149
2158
  "description": "触发验证的时机,可选值为 `onInputChange` `onLazyChange` `onIncrement` `onDecrement`",