@iankibetsh/shframework 5.6.5 → 5.6.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
@@ -6334,6 +6334,7 @@ const getTabKey = (tab) => {
6334
6334
  return tab.key ?? tab.label.replace(/\s+/g, '_').toLowerCase()
6335
6335
  };
6336
6336
 
6337
+
6337
6338
  return (_ctx, _cache) => {
6338
6339
  const _component_router_link = vue.resolveComponent("router-link");
6339
6340
 
@@ -6382,7 +6383,7 @@ return (_ctx, _cache) => {
6382
6383
  (vue.unref(currentTab))
6383
6384
  ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(vue.unref(currentTab).component ?? __props.defaultComponent), vue.mergeProps({
6384
6385
  key: getTabKey(vue.unref(currentTab))
6385
- }, vue.unref(currentTab)), null, 16 /* FULL_PROPS */))
6386
+ }, {..._ctx.$attrs, ...vue.unref(currentTab)}), null, 16 /* FULL_PROPS */))
6386
6387
  : vue.createCommentVNode("v-if", true)
6387
6388
  ])
6388
6389
  ], 64 /* STABLE_FRAGMENT */))
package/dist/library.mjs CHANGED
@@ -6323,6 +6323,7 @@ const getTabKey = (tab) => {
6323
6323
  return tab.key ?? tab.label.replace(/\s+/g, '_').toLowerCase()
6324
6324
  };
6325
6325
 
6326
+
6326
6327
  return (_ctx, _cache) => {
6327
6328
  const _component_router_link = resolveComponent("router-link");
6328
6329
 
@@ -6371,7 +6372,7 @@ return (_ctx, _cache) => {
6371
6372
  (unref(currentTab))
6372
6373
  ? (openBlock(), createBlock(resolveDynamicComponent(unref(currentTab).component ?? __props.defaultComponent), mergeProps({
6373
6374
  key: getTabKey(unref(currentTab))
6374
- }, unref(currentTab)), null, 16 /* FULL_PROPS */))
6375
+ }, {..._ctx.$attrs, ...unref(currentTab)}), null, 16 /* FULL_PROPS */))
6375
6376
  : createCommentVNode("v-if", true)
6376
6377
  ])
6377
6378
  ], 64 /* STABLE_FRAGMENT */))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "5.6.5",
3
+ "version": "5.6.6",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",