eco-vue-js 0.10.83 → 0.10.85

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.
@@ -143,10 +143,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
143
143
  class: normalizeClass({
144
144
  "w-card": unref(isGrid),
145
145
  "w-list": !unref(isGrid),
146
- "[--w-list-right:calc(var(--w-list-padding,1rem)*2+1.25em+1px)]": _ctx.menu,
147
- "[--w-list-right:calc(var(--w-list-header-rounded,1rem)+1px)]": !_ctx.menu,
148
- "[--w-list-left:calc(var(--w-list-padding,1rem)*2+1.25em+2px)]": allowSelect.value,
149
- "[--w-list-left:calc(var(--w-list-header-rounded,1rem)+1px)": !allowSelect.value
146
+ "[--w-list-right:calc(var(--w-list-padding,1rem)*2+1.25em)]": _ctx.menu,
147
+ "[--w-list-right:--w-list-header-rounded,1rem]": !_ctx.menu,
148
+ "[--w-list-left:calc(var(--w-list-padding,1rem)*2+1.25em+1px)]": allowSelect.value,
149
+ "[--w-list-left:--w-list-header-rounded,1rem)": !allowSelect.value
150
150
  }),
151
151
  style: normalizeStyle([stylesWidth.value, stylesFixed.value])
152
152
  }, [
@@ -113,7 +113,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
113
113
  "right-[calc(100%-1.25rem)]": value.value === false,
114
114
  "right-[calc(50%-0.625rem)]": value.value === null,
115
115
  "right-0": value.value === true,
116
- "w-ripple w-ripple-hover": !_ctx.disabled && !_ctx.readonly && !_ctx.skeleton
116
+ "w-ripple w-ripple-hover": !unref(isDisabled) && !unref(isReadonly) && !unref(isSkeleton)
117
117
  }])
118
118
  }, [
119
119
  _ctx.loading ? (openBlock(), createBlock(WSpinner, {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.10.83",
7
+ "version": "0.10.85",
8
8
  "dependencies": {
9
9
  "@stylistic/eslint-plugin": "5.1.0",
10
10
  "@tanstack/eslint-plugin-query": "5.81.2",