@redneckz/wildless-cms-uni-blocks 0.14.467 → 0.14.468
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/bundle/bundle.umd.js +1 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/TabsLayout/TabsLayout.js +0 -1
- package/dist/components/TabsLayout/TabsLayout.js.map +1 -1
- package/lib/components/TabsLayout/TabsLayout.js +0 -1
- package/lib/components/TabsLayout/TabsLayout.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +1 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/TabsLayout/TabsLayout.js +0 -1
- package/mobile/dist/components/TabsLayout/TabsLayout.js.map +1 -1
- package/mobile/lib/components/TabsLayout/TabsLayout.js +0 -1
- package/mobile/lib/components/TabsLayout/TabsLayout.js.map +1 -1
- package/mobile/src/components/TabsLayout/TabsLayout.tsx +0 -1
- package/package.json +1 -1
- package/src/components/TabsLayout/TabsLayout.tsx +0 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -6122,7 +6122,6 @@
|
|
|
6122
6122
|
})) })] }));
|
|
6123
6123
|
}, {
|
|
6124
6124
|
slots: ({ tabs }) => tabs?.filter((_) => _.type === 'group').map(getSlotName) || [],
|
|
6125
|
-
childrenTypes: { exclude: ['TabsLayout'] }, // TODO: fix this on wcms
|
|
6126
6125
|
});
|
|
6127
6126
|
const getSlotName = (tab, index) => tab?.text || `Слот №${index}`;
|
|
6128
6127
|
const getInitSelectedIndex = (tabs, paramsId) => paramsId
|
|
@@ -6559,7 +6558,7 @@
|
|
|
6559
6558
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
6560
6559
|
});
|
|
6561
6560
|
|
|
6562
|
-
const packageVersion = "0.14.
|
|
6561
|
+
const packageVersion = "0.14.467";
|
|
6563
6562
|
|
|
6564
6563
|
exports.Blocks = Blocks;
|
|
6565
6564
|
exports.ContentPage = ContentPage;
|