@iankibetsh/shframework 5.3.5 → 5.3.6

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/dist/library.js CHANGED
@@ -6109,12 +6109,12 @@ return (_ctx, _cache) => {
6109
6109
  vue.createElementVNode("div", {
6110
6110
  class: vue.normalizeClass(["tab-content", __props.classTwo])
6111
6111
  }, [
6112
- (vue.openBlock(), vue.createBlock(_component_router_view, {
6112
+ (vue.openBlock(), vue.createBlock(_component_router_view, vue.mergeProps(_ctx.$attrs, {
6113
6113
  currentTab: currentTab.value,
6114
6114
  key: path.value,
6115
6115
  sharedData: __props.sharedData,
6116
6116
  tabCounts: __props.tabCounts
6117
- }, null, 8 /* PROPS */, ["currentTab", "sharedData", "tabCounts"]))
6117
+ }), null, 16 /* FULL_PROPS */, ["currentTab", "sharedData", "tabCounts"]))
6118
6118
  ], 2 /* CLASS */)
6119
6119
  ], 64 /* STABLE_FRAGMENT */))
6120
6120
  }
package/dist/library.mjs CHANGED
@@ -6097,12 +6097,12 @@ return (_ctx, _cache) => {
6097
6097
  createElementVNode("div", {
6098
6098
  class: normalizeClass(["tab-content", __props.classTwo])
6099
6099
  }, [
6100
- (openBlock(), createBlock(_component_router_view, {
6100
+ (openBlock(), createBlock(_component_router_view, mergeProps(_ctx.$attrs, {
6101
6101
  currentTab: currentTab.value,
6102
6102
  key: path.value,
6103
6103
  sharedData: __props.sharedData,
6104
6104
  tabCounts: __props.tabCounts
6105
- }, null, 8 /* PROPS */, ["currentTab", "sharedData", "tabCounts"]))
6105
+ }), null, 16 /* FULL_PROPS */, ["currentTab", "sharedData", "tabCounts"]))
6106
6106
  ], 2 /* CLASS */)
6107
6107
  ], 64 /* STABLE_FRAGMENT */))
6108
6108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "5.3.5",
3
+ "version": "5.3.6",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",