@zoff-tech/zt-bottom-drawer
Version:
Bottom Drawer / Web Component
33 lines (26 loc) • 813 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-d7fcb92f.js');
const ionicGlobal = require('./ionic-global-70a62cb2.js');
const itemGroupIosCss = "ion-item-group{display:block}";
const itemGroupMdCss = "ion-item-group{display:block}";
const ItemGroup = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
const mode = ionicGlobal.getIonMode(this);
return (index.h(index.Host, { role: "group", class: {
[mode]: true,
// Used internally for styling
[`item-group-${mode}`]: true,
item: true,
} }));
}
};
ItemGroup.style = {
ios: itemGroupIosCss,
md: itemGroupMdCss
};
exports.ion_item_group = ItemGroup;
//# sourceMappingURL=ion-item-group.cjs.entry.js.map