eco-vue-js 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -121,8 +121,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
121
121
  class: "sm-not:hidden",
122
122
  "query-params": _ctx.queryParams,
123
123
  "allow-select": allowSelect.value,
124
- "tooltip-text": _ctx.selectAllTextGetter(selectAllValue !== true, _ctx.count ?? 0),
125
- count: _ctx.count,
124
+ "tooltip-text": _ctx.selectAllTextGetter(selectAllValue !== true, _ctx.count ?? listCount.value),
125
+ count: _ctx.count ?? listCount.value,
126
126
  selection: selectAllValue,
127
127
  "onToggle:selection": _cache[2] || (_cache[2] = ($event) => $event ? unref(setSelectedReverse)([]) : unref(setSelected)([]))
128
128
  }, {
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.7.2",
7
+ "version": "0.7.3",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "run-p type-check build-only",