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 ??
|
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
|
}, {
|