@varlet/ui 2.11.0-alpha.1683906497955 → 2.11.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/lib/varlet.cjs.js CHANGED
@@ -21082,7 +21082,7 @@ function __render__$d(_ctx, _cache) {
21082
21082
  [vue.createElementVNode(
21083
21083
  "div",
21084
21084
  {
21085
- class: vue.normalizeClass(_ctx.classes(_ctx.n(_ctx.direction + "-block"), [_ctx.isDisabled, _ctx.n("--disabled")], [_ctx.errorMessage, _ctx.n("--error")])),
21085
+ class: vue.normalizeClass(_ctx.classes(_ctx.n(_ctx.direction + "-block"), [_ctx.isDisabled, _ctx.n("--disabled")], [_ctx.errorMessage, _ctx.n(_ctx.direction + "--error")])),
21086
21086
  ref: "sliderEl",
21087
21087
  onClick: _cache[0] || (_cache[0] = function() {
21088
21088
  return _ctx.click && _ctx.click(...arguments);
@@ -25468,7 +25468,7 @@ const TimePickerSfc = "";
25468
25468
  const TooltipSfc = "";
25469
25469
  const uploader = "";
25470
25470
  const UploaderSfc = "";
25471
- const version = "2.11.0-alpha.1683906497955";
25471
+ const version = "2.11.0";
25472
25472
  function install(app) {
25473
25473
  ActionSheet.install && app.use(ActionSheet);
25474
25474
  AppBar.install && app.use(AppBar);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "2.11.0-alpha.1683906497955",
3
+ "version": "2.11.0",
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/icons": "2.11.0-alpha.1683906497955",
50
- "@varlet/shared": "2.11.0-alpha.1683906497955",
51
- "@varlet/use": "2.11.0-alpha.1683906497955"
49
+ "@varlet/icons": "2.11.0",
50
+ "@varlet/shared": "2.11.0",
51
+ "@varlet/use": "2.11.0"
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.0-alpha.1683906497955",
67
- "@varlet/touch-emulator": "2.11.0-alpha.1683906497955"
66
+ "@varlet/cli": "2.11.0",
67
+ "@varlet/touch-emulator": "2.11.0"
68
68
  },
69
69
  "browserslist": [
70
70
  "Chrome >= 54",