@varlet/ui 2.13.4 → 2.13.5-alpha.1690452851997
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/icon/icon.css +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/progress/Progress.mjs +6 -11
- package/es/progress/progress.css +1 -1
- package/es/style.css +1 -1
- package/es/varlet.esm.js +6 -17
- package/highlight/web-types.en-US.json +1 -1
- package/highlight/web-types.zh-CN.json +1 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +6 -17
- package/package.json +6 -6
- package/umd/varlet.js +3 -3
package/lib/varlet.cjs.js
CHANGED
|
@@ -18567,27 +18567,16 @@ function __render__$s(_ctx, _cache) {
|
|
|
18567
18567
|
[vue.createElementVNode(
|
|
18568
18568
|
"div",
|
|
18569
18569
|
{
|
|
18570
|
-
class: vue.normalizeClass(_ctx.n("linear-block")),
|
|
18570
|
+
class: vue.normalizeClass(_ctx.classes(_ctx.n("linear-block"), [_ctx.track, _ctx.n("linear-background")])),
|
|
18571
18571
|
style: vue.normalizeStyle({
|
|
18572
|
-
height: _ctx.toSizeUnit(_ctx.lineWidth)
|
|
18572
|
+
height: _ctx.toSizeUnit(_ctx.lineWidth),
|
|
18573
|
+
background: _ctx.trackColor
|
|
18573
18574
|
})
|
|
18574
18575
|
},
|
|
18575
|
-
[_ctx.
|
|
18576
|
+
[_ctx.indeterminate ? (vue.openBlock(), vue.createElementBlock(
|
|
18576
18577
|
"div",
|
|
18577
18578
|
{
|
|
18578
18579
|
key: 0,
|
|
18579
|
-
class: vue.normalizeClass(_ctx.n("linear-background")),
|
|
18580
|
-
style: vue.normalizeStyle({
|
|
18581
|
-
background: _ctx.trackColor
|
|
18582
|
-
})
|
|
18583
|
-
},
|
|
18584
|
-
null,
|
|
18585
|
-
6
|
|
18586
|
-
/* CLASS, STYLE */
|
|
18587
|
-
)) : vue.createCommentVNode("v-if", true), _ctx.indeterminate ? (vue.openBlock(), vue.createElementBlock(
|
|
18588
|
-
"div",
|
|
18589
|
-
{
|
|
18590
|
-
key: 1,
|
|
18591
18580
|
class: vue.normalizeClass(_ctx.classes([_ctx.indeterminate, _ctx.n("linear-indeterminate")]))
|
|
18592
18581
|
},
|
|
18593
18582
|
[vue.createElementVNode(
|
|
@@ -18618,7 +18607,7 @@ function __render__$s(_ctx, _cache) {
|
|
|
18618
18607
|
)) : (vue.openBlock(), vue.createElementBlock(
|
|
18619
18608
|
"div",
|
|
18620
18609
|
{
|
|
18621
|
-
key:
|
|
18610
|
+
key: 1,
|
|
18622
18611
|
class: vue.normalizeClass(_ctx.classes(_ctx.n("linear-certain"), _ctx.n("linear--" + _ctx.type), [_ctx.ripple, _ctx.n("linear-ripple")])),
|
|
18623
18612
|
style: vue.normalizeStyle({
|
|
18624
18613
|
background: _ctx.color,
|
|
@@ -25137,7 +25126,7 @@ const TimePickerSfc = "";
|
|
|
25137
25126
|
const TooltipSfc = "";
|
|
25138
25127
|
const uploader = "";
|
|
25139
25128
|
const UploaderSfc = "";
|
|
25140
|
-
const version = "2.13.
|
|
25129
|
+
const version = "2.13.5-alpha.1690452851997";
|
|
25141
25130
|
function install(app) {
|
|
25142
25131
|
ActionSheet.install && app.use(ActionSheet);
|
|
25143
25132
|
AppBar.install && app.use(AppBar);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.5-alpha.1690452851997",
|
|
4
4
|
"description": "A material like components library",
|
|
5
5
|
"main": "lib/varlet.cjs.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"@popperjs/core": "^2.11.6",
|
|
47
47
|
"dayjs": "^1.10.4",
|
|
48
48
|
"decimal.js": "^10.2.1",
|
|
49
|
-
"@varlet/
|
|
50
|
-
"@varlet/
|
|
51
|
-
"@varlet/
|
|
49
|
+
"@varlet/icons": "2.13.5-alpha.1690452851997",
|
|
50
|
+
"@varlet/shared": "2.13.5-alpha.1690452851997",
|
|
51
|
+
"@varlet/use": "2.13.5-alpha.1690452851997"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@vue/runtime-core": "3.3.4",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"typescript": "^5.1.5",
|
|
64
64
|
"vue": "3.3.4",
|
|
65
65
|
"vue-router": "4.2.0",
|
|
66
|
-
"@varlet/cli": "2.13.
|
|
67
|
-
"@varlet/touch-emulator": "2.13.
|
|
66
|
+
"@varlet/cli": "2.13.5-alpha.1690452851997",
|
|
67
|
+
"@varlet/touch-emulator": "2.13.5-alpha.1690452851997"
|
|
68
68
|
},
|
|
69
69
|
"browserslist": [
|
|
70
70
|
"Chrome >= 54",
|