@varlet/ui 2.19.3 → 2.20.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.
- package/es/collapse/Collapse.mjs +23 -1
- package/es/collapse-item/CollapseItem.mjs +2 -0
- package/es/date-picker/DatePicker.mjs +13 -1
- package/es/date-picker/date-picker.css +1 -1
- package/es/icon/icon.css +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/varlet.esm.js +1197 -1171
- package/highlight/web-types.en-US.json +5 -1
- package/highlight/web-types.zh-CN.json +5 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +39 -3
- package/package.json +8 -8
- package/types/collapse.d.ts +4 -0
- package/types/datePicker.d.ts +1 -0
- package/types/styleVars.d.ts +4 -2
- package/umd/varlet.js +5 -5
|
@@ -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.
|
|
4
|
+
"version": "2.20.0",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -2181,6 +2181,10 @@
|
|
|
2181
2181
|
{
|
|
2182
2182
|
"name": "multiple",
|
|
2183
2183
|
"description": "Custom the multiple in the title"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"name": "actions",
|
|
2187
|
+
"description": "Custom the views in the action panel"
|
|
2184
2188
|
}
|
|
2185
2189
|
]
|
|
2186
2190
|
},
|
|
@@ -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.
|
|
4
|
+
"version": "2.20.0",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -2340,6 +2340,10 @@
|
|
|
2340
2340
|
{
|
|
2341
2341
|
"name": "multiple",
|
|
2342
2342
|
"description": "自定义标题中的多选"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "actions",
|
|
2346
|
+
"description": "自定义操作面板"
|
|
2343
2347
|
}
|
|
2344
2348
|
]
|
|
2345
2349
|
},
|