@varlet/ui 2.20.4 → 2.20.5-alpha.1703836585426
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-item/CollapseItem.mjs +1 -1
- package/es/date-picker/DatePicker.mjs +1 -1
- package/es/floating-panel/FloatingPanel.mjs +1 -1
- package/es/form/Form.mjs +1 -1
- package/es/icon/icon.css +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/Input.mjs +1 -1
- package/es/loading/Loading.mjs +1 -1
- package/es/menu/Menu.mjs +2 -2
- package/es/menu/menu.css +1 -1
- package/es/pull-refresh/PullRefresh.mjs +1 -1
- package/es/result/Empty.mjs +1 -1
- package/es/result/Error.mjs +1 -1
- package/es/result/Info.mjs +1 -1
- package/es/result/Question.mjs +1 -1
- package/es/result/Warning.mjs +1 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/swipe/Swipe.mjs +1 -1
- package/es/switch/Switch.mjs +1 -1
- package/es/themes/dark/select.mjs +1 -1
- package/es/time-picker/TimePicker.mjs +15 -3
- package/es/time-picker/timePicker.css +1 -1
- package/es/tooltip/Tooltip.mjs +2 -2
- package/es/uploader/style/index.mjs +2 -0
- package/es/varlet.esm.js +2020 -2008
- package/highlight/web-types.en-US.json +1 -1
- package/highlight/web-types.zh-CN.json +7 -2
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +360 -501
- package/package.json +11 -11
- package/types/imagePreview.d.ts +2 -0
- package/types/styleVars.d.ts +6 -2
- package/types/timePicker.d.ts +5 -0
- 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.20.
|
|
4
|
+
"version": "2.20.5-alpha.1703836585426",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -7445,7 +7445,12 @@
|
|
|
7445
7445
|
"description": "时间变化时触发"
|
|
7446
7446
|
}
|
|
7447
7447
|
],
|
|
7448
|
-
"slots": [
|
|
7448
|
+
"slots": [
|
|
7449
|
+
{
|
|
7450
|
+
"name": "actions",
|
|
7451
|
+
"description": "自定义操作面板"
|
|
7452
|
+
}
|
|
7453
|
+
]
|
|
7449
7454
|
},
|
|
7450
7455
|
{
|
|
7451
7456
|
"name": "var-tooltip",
|