@varlet/ui 3.11.4 → 3.11.5-alpha.1757700927355
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/action-sheet/style/index.mjs +1 -1
- package/es/date-picker/src/day-picker-panel.mjs +2 -3
- package/es/date-picker/src/month-picker-panel.mjs +2 -3
- package/es/date-picker/src/year-picker-panel.mjs +2 -3
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/loading/Loading.mjs +3 -3
- package/es/result/Empty.mjs +3 -3
- package/es/result/Error.mjs +3 -3
- package/es/result/Info.mjs +3 -3
- package/es/result/Question.mjs +3 -3
- package/es/result/Warning.mjs +3 -3
- package/es/switch/Switch.mjs +3 -3
- package/es/varlet.css +1 -1
- package/es/varlet.esm.js +1269 -1272
- package/highlight/web-types.en-US.json +1 -1
- package/highlight/web-types.zh-CN.json +1 -1
- package/lib/varlet.cjs.js +41 -44
- package/package.json +13 -13
- package/umd/varlet.js +6 -6
|
@@ -106,9 +106,8 @@ function __render__(_ctx, _cache) {
|
|
|
106
106
|
"var-day-picker-cover": "",
|
|
107
107
|
round: "",
|
|
108
108
|
ripple: false,
|
|
109
|
-
elevation: _ctx.componentProps.buttonElevation
|
|
110
|
-
|
|
111
|
-
}, __spreadValues({}, _ctx.buttonProps(day)), {
|
|
109
|
+
elevation: _ctx.componentProps.buttonElevation
|
|
110
|
+
}, { ref_for: true }, __spreadValues({}, _ctx.buttonProps(day)), {
|
|
112
111
|
onClick: (event) => _ctx.chooseDay(day, event)
|
|
113
112
|
}), {
|
|
114
113
|
default: _withCtx(() => [
|
|
@@ -67,9 +67,8 @@ function __render__(_ctx, _cache) {
|
|
|
67
67
|
type: "primary",
|
|
68
68
|
"var-month-picker-cover": "",
|
|
69
69
|
ripple: false,
|
|
70
|
-
elevation: _ctx.componentProps.buttonElevation
|
|
71
|
-
|
|
72
|
-
}, __spreadValues({}, _ctx.buttonProps(month)), {
|
|
70
|
+
elevation: _ctx.componentProps.buttonElevation
|
|
71
|
+
}, { ref_for: true }, __spreadValues({}, _ctx.buttonProps(month)), {
|
|
73
72
|
onClick: (event) => _ctx.chooseMonth(month, event)
|
|
74
73
|
}), {
|
|
75
74
|
default: _withCtx(() => [
|
|
@@ -72,9 +72,8 @@ function __render__(_ctx, _cache) {
|
|
|
72
72
|
type: "primary",
|
|
73
73
|
"var-year-picker-cover": "",
|
|
74
74
|
ripple: false,
|
|
75
|
-
elevation: _ctx.componentProps.buttonElevation
|
|
76
|
-
|
|
77
|
-
}, __spreadValues({}, _ctx.buttonProps(`${year}`)), {
|
|
75
|
+
elevation: _ctx.componentProps.buttonElevation
|
|
76
|
+
}, { ref_for: true }, __spreadValues({}, _ctx.buttonProps(`${year}`)), {
|
|
78
77
|
onClick: (event) => _ctx.chooseYear(year, event)
|
|
79
78
|
}), {
|
|
80
79
|
default: _withCtx(() => [
|
package/es/index.bundle.mjs
CHANGED
|
@@ -283,7 +283,7 @@ import './tooltip/style/index.mjs'
|
|
|
283
283
|
import './uploader/style/index.mjs'
|
|
284
284
|
import './watermark/style/index.mjs'
|
|
285
285
|
|
|
286
|
-
const version = '3.11.
|
|
286
|
+
const version = '3.11.5-alpha.1757700927355'
|
|
287
287
|
|
|
288
288
|
function install(app) {
|
|
289
289
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/index.mjs
CHANGED
|
@@ -188,7 +188,7 @@ export * from './tooltip/index.mjs'
|
|
|
188
188
|
export * from './uploader/index.mjs'
|
|
189
189
|
export * from './watermark/index.mjs'
|
|
190
190
|
|
|
191
|
-
const version = '3.11.
|
|
191
|
+
const version = '3.11.5-alpha.1757700927355'
|
|
192
192
|
|
|
193
193
|
function install(app) {
|
|
194
194
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/loading/Loading.mjs
CHANGED
|
@@ -58,7 +58,7 @@ function __render__(_ctx, _cache) {
|
|
|
58
58
|
color: _ctx.color
|
|
59
59
|
})
|
|
60
60
|
},
|
|
61
|
-
_cache[0] || (_cache[0] = [
|
|
61
|
+
[..._cache[0] || (_cache[0] = [
|
|
62
62
|
_createElementVNode(
|
|
63
63
|
"svg",
|
|
64
64
|
{ viewBox: "25 25 50 50" },
|
|
@@ -71,9 +71,9 @@ function __render__(_ctx, _cache) {
|
|
|
71
71
|
})
|
|
72
72
|
],
|
|
73
73
|
-1
|
|
74
|
-
/*
|
|
74
|
+
/* CACHED */
|
|
75
75
|
)
|
|
76
|
-
]),
|
|
76
|
+
])],
|
|
77
77
|
6
|
|
78
78
|
/* CLASS, STYLE */
|
|
79
79
|
)
|
package/es/result/Empty.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineComponent } from "vue";
|
|
|
2
2
|
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
3
3
|
const _hoisted_1 = { viewBox: "-4 -4 32 32" };
|
|
4
4
|
function __render__(_ctx, _cache) {
|
|
5
|
-
return _openBlock(), _createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
5
|
+
return _openBlock(), _createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
6
6
|
_createElementVNode(
|
|
7
7
|
"path",
|
|
8
8
|
{
|
|
@@ -11,9 +11,9 @@ function __render__(_ctx, _cache) {
|
|
|
11
11
|
},
|
|
12
12
|
null,
|
|
13
13
|
-1
|
|
14
|
-
/*
|
|
14
|
+
/* CACHED */
|
|
15
15
|
)
|
|
16
|
-
]));
|
|
16
|
+
])]);
|
|
17
17
|
}
|
|
18
18
|
const __sfc__ = defineComponent({});
|
|
19
19
|
__sfc__.render = __render__;
|
package/es/result/Error.mjs
CHANGED
|
@@ -5,15 +5,15 @@ const _hoisted_1 = {
|
|
|
5
5
|
viewBox: "2 2 20 20"
|
|
6
6
|
};
|
|
7
7
|
function __render__(_ctx, _cache) {
|
|
8
|
-
return _openBlock(), _createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
8
|
+
return _openBlock(), _createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
9
9
|
_createElementVNode(
|
|
10
10
|
"path",
|
|
11
11
|
{ d: "M19,3V5H19V19M17,8.4L13.4,12L17,15.6L15.6,17L12,13.4L8.4,17L7,15.6L10.6,12L7,8.4L8.4,7L12,10.6L15.6,7L17,8.4Z" },
|
|
12
12
|
null,
|
|
13
13
|
-1
|
|
14
|
-
/*
|
|
14
|
+
/* CACHED */
|
|
15
15
|
)
|
|
16
|
-
]));
|
|
16
|
+
])]);
|
|
17
17
|
}
|
|
18
18
|
const __sfc__ = defineComponent({});
|
|
19
19
|
__sfc__.render = __render__;
|
package/es/result/Info.mjs
CHANGED
|
@@ -5,15 +5,15 @@ const _hoisted_1 = {
|
|
|
5
5
|
viewBox: "2 3.6 20 20"
|
|
6
6
|
};
|
|
7
7
|
function __render__(_ctx, _cache) {
|
|
8
|
-
return _openBlock(), _createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
8
|
+
return _openBlock(), _createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
9
9
|
_createElementVNode(
|
|
10
10
|
"path",
|
|
11
11
|
{ d: "M11,9H13V7H11M11,20H13V11H11V20Z" },
|
|
12
12
|
null,
|
|
13
13
|
-1
|
|
14
|
-
/*
|
|
14
|
+
/* CACHED */
|
|
15
15
|
)
|
|
16
|
-
]));
|
|
16
|
+
])]);
|
|
17
17
|
}
|
|
18
18
|
const __sfc__ = defineComponent({});
|
|
19
19
|
__sfc__.render = __render__;
|
package/es/result/Question.mjs
CHANGED
|
@@ -5,15 +5,15 @@ const _hoisted_1 = {
|
|
|
5
5
|
viewBox: "-3 -3 30 30"
|
|
6
6
|
};
|
|
7
7
|
function __render__(_ctx, _cache) {
|
|
8
|
-
return _openBlock(), _createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
8
|
+
return _openBlock(), _createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
9
9
|
_createElementVNode(
|
|
10
10
|
"path",
|
|
11
11
|
{ d: "M10,19H13V22H10V19M12,2C17.35,2.22 19.68,7.62 16.5,11.67C15.67,12.67 14.33,13.33 13.67,14.17C13,15 13,16 13,17H10C10,15.33 10,13.92 10.67,12.92C11.33,11.92 12.67,11.33 13.5,10.67C15.92,8.43 15.32,5.26 12,5A3,3 0 0,0 9,8H6A6,6 0 0,1 12,2Z" },
|
|
12
12
|
null,
|
|
13
13
|
-1
|
|
14
|
-
/*
|
|
14
|
+
/* CACHED */
|
|
15
15
|
)
|
|
16
|
-
]));
|
|
16
|
+
])]);
|
|
17
17
|
}
|
|
18
18
|
const __sfc__ = defineComponent({});
|
|
19
19
|
__sfc__.render = __render__;
|
package/es/result/Warning.mjs
CHANGED
|
@@ -5,15 +5,15 @@ const _hoisted_1 = {
|
|
|
5
5
|
viewBox: "-6 -4 35 35"
|
|
6
6
|
};
|
|
7
7
|
function __render__(_ctx, _cache) {
|
|
8
|
-
return _openBlock(), _createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
8
|
+
return _openBlock(), _createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
9
9
|
_createElementVNode(
|
|
10
10
|
"path",
|
|
11
11
|
{ d: "M10,21H14A2,2 0 0,1 12,23A2,2 0 0,1 10,21M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M17,11A5,5 0 0,0 12,6A5,5 0 0,0 7,11V18H17V11M19.75,3.19L18.33,4.61M1,11" },
|
|
12
12
|
null,
|
|
13
13
|
-1
|
|
14
|
-
/*
|
|
14
|
+
/* CACHED */
|
|
15
15
|
)
|
|
16
|
-
]));
|
|
16
|
+
])]);
|
|
17
17
|
}
|
|
18
18
|
const __sfc__ = defineComponent({});
|
|
19
19
|
__sfc__.render = __render__;
|
package/es/switch/Switch.mjs
CHANGED
|
@@ -74,7 +74,7 @@ function __render__(_ctx, _cache) {
|
|
|
74
74
|
height: _ctx.radius
|
|
75
75
|
})
|
|
76
76
|
},
|
|
77
|
-
_cache[3] || (_cache[3] = [
|
|
77
|
+
[..._cache[3] || (_cache[3] = [
|
|
78
78
|
_createElementVNode(
|
|
79
79
|
"svg",
|
|
80
80
|
{ viewBox: "25 25 50 50" },
|
|
@@ -87,9 +87,9 @@ function __render__(_ctx, _cache) {
|
|
|
87
87
|
})
|
|
88
88
|
],
|
|
89
89
|
-1
|
|
90
|
-
/*
|
|
90
|
+
/* CACHED */
|
|
91
91
|
)
|
|
92
|
-
]),
|
|
92
|
+
])],
|
|
93
93
|
6
|
|
94
94
|
/* CLASS, STYLE */
|
|
95
95
|
)) : _createCommentVNode("v-if", true)
|