@varlet/ui 2.11.3 → 2.11.4
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/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/pagination/Pagination.mjs +2 -2
- package/es/pagination/pagination.css +1 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/themes/dark/pagination.mjs +2 -1
- package/es/varlet.esm.js +5 -4
- 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 -5
- package/package.json +6 -6
- package/umd/varlet.js +3 -3
package/lib/varlet.cjs.js
CHANGED
|
@@ -17691,7 +17691,7 @@ function __render__$v(_ctx, _cache) {
|
|
|
17691
17691
|
"li",
|
|
17692
17692
|
{
|
|
17693
17693
|
key: 3,
|
|
17694
|
-
class: vue.normalizeClass(_ctx.classes(_ctx.n("quickly"), [_ctx.disabled, "item--disabled"]))
|
|
17694
|
+
class: vue.normalizeClass(_ctx.classes(_ctx.n("quickly"), [_ctx.disabled, _ctx.n("item--disabled")]))
|
|
17695
17695
|
},
|
|
17696
17696
|
[vue.createTextVNode(
|
|
17697
17697
|
vue.toDisplayString(_ctx.pack.paginationJump) + " ",
|
|
@@ -17717,7 +17717,7 @@ function __render__$v(_ctx, _cache) {
|
|
|
17717
17717
|
"li",
|
|
17718
17718
|
{
|
|
17719
17719
|
key: 4,
|
|
17720
|
-
class: vue.normalizeClass(_ctx.n("total"))
|
|
17720
|
+
class: vue.normalizeClass(_ctx.classes(_ctx.n("total"), [_ctx.disabled, _ctx.n("item--disabled")]))
|
|
17721
17721
|
},
|
|
17722
17722
|
vue.toDisplayString(_ctx.totalText),
|
|
17723
17723
|
3
|
|
@@ -23742,8 +23742,9 @@ const fieldDecorator$1 = {
|
|
|
23742
23742
|
"--field-decorator-blur-color": "rgb(255, 255, 255, .7)"
|
|
23743
23743
|
};
|
|
23744
23744
|
const pagination$1 = {
|
|
23745
|
+
"--pagination-text-color": "#fff",
|
|
23745
23746
|
"--pagination-list-bg-color": "#303030",
|
|
23746
|
-
"--pagination-hover-bg-color": "
|
|
23747
|
+
"--pagination-hover-bg-color": "rgba(255, 255, 255, .15)",
|
|
23747
23748
|
"--pagination-list-active-bg-color": "#25293a",
|
|
23748
23749
|
"--pagination-list-active-color": "#4a7afe",
|
|
23749
23750
|
"--pagination-item-background": "#303030"
|
|
@@ -25533,9 +25534,9 @@ const skeleton = "";
|
|
|
25533
25534
|
const SkeletonSfc = "";
|
|
25534
25535
|
const slider = "";
|
|
25535
25536
|
const SliderSfc = "";
|
|
25536
|
-
const SnackbarSfc = "";
|
|
25537
25537
|
const snackbar = "";
|
|
25538
25538
|
const coreSfc = "";
|
|
25539
|
+
const SnackbarSfc = "";
|
|
25539
25540
|
const space = "";
|
|
25540
25541
|
const step = "";
|
|
25541
25542
|
const StepSfc = "";
|
|
@@ -25560,7 +25561,7 @@ const TimePickerSfc = "";
|
|
|
25560
25561
|
const TooltipSfc = "";
|
|
25561
25562
|
const uploader = "";
|
|
25562
25563
|
const UploaderSfc = "";
|
|
25563
|
-
const version = "2.11.
|
|
25564
|
+
const version = "2.11.4";
|
|
25564
25565
|
function install(app) {
|
|
25565
25566
|
ActionSheet.install && app.use(ActionSheet);
|
|
25566
25567
|
AppBar.install && app.use(AppBar);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.4",
|
|
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/use": "2.11.4",
|
|
50
|
+
"@varlet/shared": "2.11.4",
|
|
51
|
+
"@varlet/icons": "2.11.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@vue/runtime-core": "3.3.1",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"typescript": "^4.4.4",
|
|
64
64
|
"vue": "3.3.2",
|
|
65
65
|
"vue-router": "4.2.0",
|
|
66
|
-
"@varlet/cli": "2.11.
|
|
67
|
-
"@varlet/touch-emulator": "2.11.
|
|
66
|
+
"@varlet/cli": "2.11.4",
|
|
67
|
+
"@varlet/touch-emulator": "2.11.4"
|
|
68
68
|
},
|
|
69
69
|
"browserslist": [
|
|
70
70
|
"Chrome >= 54",
|