@cabloy/vue-runtime-core 3.5.19 → 3.5.20

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.
@@ -6679,7 +6679,7 @@ const filterModelListeners = (attrs, props) => {
6679
6679
  }
6680
6680
  return res;
6681
6681
  };
6682
- const filterZovaAttrs = (attrs, inheritAttrs) => {
6682
+ const filterZovaAttrs = (attrs, inheritAttrs = true) => {
6683
6683
  const res = {};
6684
6684
  if (!inheritAttrs) return res;
6685
6685
  for (const key in attrs) {
@@ -5231,7 +5231,7 @@ const filterModelListeners = (attrs, props) => {
5231
5231
  }
5232
5232
  return res;
5233
5233
  };
5234
- const filterZovaAttrs = (attrs, inheritAttrs) => {
5234
+ const filterZovaAttrs = (attrs, inheritAttrs = true) => {
5235
5235
  const res = {};
5236
5236
  if (!inheritAttrs) return res;
5237
5237
  for (const key in attrs) {
@@ -6736,7 +6736,7 @@ const filterModelListeners = (attrs, props) => {
6736
6736
  }
6737
6737
  return res;
6738
6738
  };
6739
- const filterZovaAttrs = (attrs, inheritAttrs) => {
6739
+ const filterZovaAttrs = (attrs, inheritAttrs = true) => {
6740
6740
  const res = {};
6741
6741
  if (!inheritAttrs) return res;
6742
6742
  for (const key in attrs) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabloy/vue-runtime-core",
3
- "version": "3.5.19",
3
+ "version": "3.5.20",
4
4
  "description": "@vue/runtime-core",
5
5
  "main": "index.js",
6
6
  "module": "dist/runtime-core.esm-bundler.js",