@zanichelli/albe-web-components 16.2.2 → 16.3.0-rc2
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/cjs/{index-1890445d.js → index-18b8a02e.js} +2 -2
- package/dist/cjs/{index-1890445d.js.map → index-18b8a02e.js.map} +1 -1
- package/dist/cjs/{index-1f9f28df.js → index-b4a90b75.js} +2 -2
- package/dist/cjs/{index-1f9f28df.js.map → index-b4a90b75.js.map} +1 -1
- package/dist/cjs/index-b695a167.js +47 -0
- package/dist/cjs/index-b695a167.js.map +1 -0
- package/dist/cjs/index-ba0eccb8.js +59 -0
- package/dist/cjs/index-ba0eccb8.js.map +1 -0
- package/dist/cjs/{index-b361709b.js → index-f4d3e681.js} +2 -2
- package/dist/cjs/{index-b361709b.js.map → index-f4d3e681.js.map} +1 -1
- package/dist/cjs/index-f9539ff9.js +75 -0
- package/dist/cjs/index-f9539ff9.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/z-accordion.cjs.entry.js +1 -1
- package/dist/cjs/z-alert.cjs.entry.js +1 -1
- package/dist/cjs/z-anchor-navigation.cjs.entry.js +1 -1
- package/dist/cjs/z-app-header_12.cjs.entry.js +10 -10
- package/dist/cjs/z-aria-alert.cjs.entry.js +1 -1
- package/dist/cjs/z-avatar.cjs.entry.js +2 -2
- package/dist/cjs/z-book-card.cjs.entry.js +1 -1
- package/dist/cjs/z-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/z-button-sort.cjs.entry.js +1 -1
- package/dist/cjs/z-chip.cjs.entry.js +2 -2
- package/dist/cjs/z-combobox.cjs.entry.js +1 -1
- package/dist/cjs/z-cover-hero.cjs.entry.js +2 -2
- package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +4 -4
- package/dist/cjs/z-ghost-loading.cjs.entry.js +1 -1
- package/dist/cjs/z-info-box.cjs.entry.js +1 -1
- package/dist/cjs/z-info-reveal.cjs.entry.js +1 -1
- package/dist/cjs/z-logo.cjs.entry.js +1 -1
- package/dist/cjs/z-menu-section.cjs.entry.js +1 -1
- package/dist/cjs/z-menu.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-footer-sections.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-icon.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-info.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-list.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card_4.cjs.entry.js +4 -4
- package/dist/cjs/z-myz-list-item.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-list.cjs.entry.js +1 -1
- package/dist/cjs/z-navigation-tabs.cjs.entry.js +2 -2
- package/dist/cjs/z-notification.cjs.entry.js +1 -1
- package/dist/cjs/z-otp.cjs.entry.js +2 -2
- package/dist/cjs/z-panel-elem.cjs.entry.js +2 -2
- package/dist/cjs/z-popover.cjs.entry.js +1 -1
- package/dist/cjs/z-section-title.cjs.entry.js +1 -1
- package/dist/cjs/z-select.cjs.entry.js +1 -1
- package/dist/cjs/z-skip-to-content.cjs.entry.js +1 -1
- package/dist/cjs/z-stepper-item.cjs.entry.js +1 -1
- package/dist/cjs/z-stepper.cjs.entry.js +1 -1
- package/dist/cjs/z-table.cjs.entry.js +8 -8
- package/dist/cjs/z-table.cjs.entry.js.map +1 -1
- package/dist/cjs/z-tbody.cjs.entry.js +1 -1
- package/dist/cjs/z-td.cjs.entry.js +1 -1
- package/dist/cjs/z-tfoot.cjs.entry.js +1 -1
- package/dist/cjs/z-th.cjs.entry.js +1 -1
- package/dist/cjs/z-thead.cjs.entry.js +1 -1
- package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
- package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
- package/dist/cjs/z-toggle-button.cjs.entry.js +2 -2
- package/dist/cjs/z-toggle-switch.cjs.entry.js +3 -3
- package/dist/cjs/z-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/z-tr.cjs.entry.js +3 -3
- package/dist/cjs/z-visually-hidden.cjs.entry.js +1 -1
- package/dist/collection/components/table/cells/z-td/index.js +1 -1
- package/dist/collection/components/table/cells/z-td/index.js.map +1 -1
- package/dist/collection/components/table/cells/z-td/styles.css +5 -15
- package/dist/collection/components/table/cells/z-th/index.js +39 -5
- package/dist/collection/components/table/cells/z-th/index.js.map +1 -1
- package/dist/collection/components/table/cells/z-th/styles.css +33 -19
- package/dist/collection/components/table/z-table/index.js +1 -1
- package/dist/collection/components/table/z-table/styles.css +0 -4
- package/dist/collection/components/table/z-tbody/index.js +1 -1
- package/dist/collection/components/table/z-tfoot/index.js +1 -1
- package/dist/collection/components/table/z-thead/index.js +1 -1
- package/dist/collection/components/table/z-tr/index.js +1 -1
- package/dist/collection/components/table/z-tr/styles.css +0 -1
- package/dist/collection/components/z-accordion/index.js +1 -1
- package/dist/collection/components/z-anchor-navigation/index.js +1 -1
- package/dist/collection/components/z-app-header/index.js +3 -3
- package/dist/collection/components/z-aria-alert/index.js +1 -1
- package/dist/collection/components/z-avatar/index.js +2 -2
- package/dist/collection/components/z-book-card/index.js +1 -1
- package/dist/collection/components/z-breadcrumb/index.js +2 -2
- package/dist/collection/components/z-button-sort/index.js +1 -1
- package/dist/collection/components/z-chip/index.js +2 -2
- package/dist/collection/components/z-combobox/index.js +1 -1
- package/dist/collection/components/z-cover-hero/index.js +2 -2
- package/dist/collection/components/z-divider/index.js +1 -1
- package/dist/collection/components/z-ghost-loading/index.js +1 -1
- package/dist/collection/components/z-info-box/index.js +1 -1
- package/dist/collection/components/z-info-reveal/index.js +1 -1
- package/dist/collection/components/z-input/index.js +1 -1
- package/dist/collection/components/z-input-message/index.js +1 -1
- package/dist/collection/components/z-logo/index.js +1 -1
- package/dist/collection/components/z-menu/index.js +1 -1
- package/dist/collection/components/z-menu-section/index.js +1 -1
- package/dist/collection/components/z-modal/index.js +4 -4
- package/dist/collection/components/z-navigation-tabs/index.js +2 -2
- package/dist/collection/components/z-notification/index.js +1 -1
- package/dist/collection/components/z-offcanvas/index.js +1 -1
- package/dist/collection/components/z-panel-elem/index.js +2 -2
- package/dist/collection/components/z-popover/index.js +1 -1
- package/dist/collection/components/z-searchbar/index.js +1 -1
- package/dist/collection/components/z-section-title/index.js +1 -1
- package/dist/collection/components/z-select/index.js +1 -1
- package/dist/collection/components/z-skip-to-content/index.js +1 -1
- package/dist/collection/components/z-stepper/index.js +1 -1
- package/dist/collection/components/z-stepper-item/index.js +1 -1
- package/dist/collection/components/z-tag/index.js +2 -2
- package/dist/collection/components/z-toast-notification/index.js +1 -1
- package/dist/collection/components/z-toast-notification-list/index.js +1 -1
- package/dist/collection/components/z-toggle-button/index.js +2 -2
- package/dist/collection/components/z-toggle-switch/index.js +3 -3
- package/dist/collection/components/z-tooltip/index.js +1 -1
- package/dist/collection/components/z-visually-hidden/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +1 -1
- package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +1 -1
- package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +1 -1
- package/dist/collection/snowflakes/myz/z-alert/index.js +1 -1
- package/dist/collection/snowflakes/myz/z-otp/index.js +2 -2
- package/dist/components/index10.js +1 -1
- package/dist/components/index11.js +1 -1
- package/dist/components/index15.js +4 -4
- package/dist/components/index16.js +1 -1
- package/dist/components/index17.js +1 -1
- package/dist/components/index18.js +1 -1
- package/dist/components/index19.js +1 -1
- package/dist/components/index20.js +1 -1
- package/dist/components/index21.js +1 -1
- package/dist/components/index22.js +1 -1
- package/dist/components/index23.js +1 -1
- package/dist/components/index24.js +2 -2
- package/dist/components/index3.js +1 -1
- package/dist/components/index5.js +2 -2
- package/dist/components/index6.js +1 -1
- package/dist/components/index8.js +1 -1
- package/dist/components/z-accordion.js +1 -1
- package/dist/components/z-anchor-navigation.js +1 -1
- package/dist/components/z-app-header.js +3 -3
- package/dist/components/z-aria-alert.js +1 -1
- package/dist/components/z-avatar.js +2 -2
- package/dist/components/z-book-card.js +1 -1
- package/dist/components/z-breadcrumb.js +2 -2
- package/dist/components/z-button-sort.js +1 -1
- package/dist/components/z-combobox.js +1 -1
- package/dist/components/z-cover-hero.js +2 -2
- package/dist/components/z-info-box.js +1 -1
- package/dist/components/z-info-reveal.js +1 -1
- package/dist/components/z-logo.js +1 -1
- package/dist/components/z-menu-section.js +1 -1
- package/dist/components/z-menu.js +1 -1
- package/dist/components/z-myz-card-alert.js +1 -1
- package/dist/components/z-myz-card-dictionary.js +1 -1
- package/dist/components/z-myz-card-footer-sections.js +1 -1
- package/dist/components/z-myz-card-footer.js +1 -1
- package/dist/components/z-myz-card-icon.js +1 -1
- package/dist/components/z-myz-card-info.js +1 -1
- package/dist/components/z-myz-card-list.js +1 -1
- package/dist/components/z-myz-list.js +1 -1
- package/dist/components/z-navigation-tabs.js +2 -2
- package/dist/components/z-notification.js +1 -1
- package/dist/components/z-otp.js +2 -2
- package/dist/components/z-panel-elem.js +2 -2
- package/dist/components/z-section-title.js +1 -1
- package/dist/components/z-select.js +1 -1
- package/dist/components/z-skip-to-content.js +1 -1
- package/dist/components/z-stepper-item.js +1 -1
- package/dist/components/z-stepper.js +1 -1
- package/dist/components/z-table.js +2 -2
- package/dist/components/z-table.js.map +1 -1
- package/dist/components/z-tbody.js +1 -1
- package/dist/components/z-td.js +2 -2
- package/dist/components/z-td.js.map +1 -1
- package/dist/components/z-tfoot.js +1 -1
- package/dist/components/z-th.js +17 -6
- package/dist/components/z-th.js.map +1 -1
- package/dist/components/z-thead.js +1 -1
- package/dist/components/z-toast-notification-list.js +1 -1
- package/dist/components/z-toast-notification.js +1 -1
- package/dist/components/z-toggle-button.js +2 -2
- package/dist/components/z-toggle-switch.js +3 -3
- package/dist/components/z-tooltip.js +1 -1
- package/dist/components/z-tr.js +2 -2
- package/dist/components/z-tr.js.map +1 -1
- package/dist/components/z-visually-hidden.js +1 -1
- package/dist/esm/index-6ef0b716.js +57 -0
- package/dist/esm/index-6ef0b716.js.map +1 -0
- package/dist/esm/{index-a81f1558.js → index-7704e472.js} +2 -2
- package/dist/esm/{index-a81f1558.js.map → index-7704e472.js.map} +1 -1
- package/dist/esm/{index-b556b384.js → index-87f1f803.js} +2 -2
- package/dist/esm/{index-b556b384.js.map → index-87f1f803.js.map} +1 -1
- package/dist/esm/index-8e0cd06e.js +73 -0
- package/dist/esm/index-8e0cd06e.js.map +1 -0
- package/dist/esm/{index-175661e6.js → index-af907695.js} +2 -2
- package/dist/esm/{index-175661e6.js.map → index-af907695.js.map} +1 -1
- package/dist/esm/index-b8299b2f.js +45 -0
- package/dist/esm/index-b8299b2f.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/z-accordion.entry.js +1 -1
- package/dist/esm/z-alert.entry.js +1 -1
- package/dist/esm/z-anchor-navigation.entry.js +1 -1
- package/dist/esm/z-app-header_12.entry.js +10 -10
- package/dist/esm/z-aria-alert.entry.js +1 -1
- package/dist/esm/z-avatar.entry.js +2 -2
- package/dist/esm/z-book-card.entry.js +1 -1
- package/dist/esm/z-breadcrumb.entry.js +2 -2
- package/dist/esm/z-button-sort.entry.js +1 -1
- package/dist/esm/z-chip.entry.js +2 -2
- package/dist/esm/z-combobox.entry.js +1 -1
- package/dist/esm/z-cover-hero.entry.js +2 -2
- package/dist/esm/z-dragdrop-area_2.entry.js +4 -4
- package/dist/esm/z-ghost-loading.entry.js +1 -1
- package/dist/esm/z-info-box.entry.js +1 -1
- package/dist/esm/z-info-reveal.entry.js +1 -1
- package/dist/esm/z-logo.entry.js +1 -1
- package/dist/esm/z-menu-section.entry.js +1 -1
- package/dist/esm/z-menu.entry.js +1 -1
- package/dist/esm/z-myz-card-alert.entry.js +1 -1
- package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
- package/dist/esm/z-myz-card-footer-sections.entry.js +1 -1
- package/dist/esm/z-myz-card-footer.entry.js +1 -1
- package/dist/esm/z-myz-card-icon.entry.js +1 -1
- package/dist/esm/z-myz-card-info.entry.js +1 -1
- package/dist/esm/z-myz-card-list.entry.js +1 -1
- package/dist/esm/z-myz-card_4.entry.js +4 -4
- package/dist/esm/z-myz-list-item.entry.js +1 -1
- package/dist/esm/z-myz-list.entry.js +1 -1
- package/dist/esm/z-navigation-tabs.entry.js +2 -2
- package/dist/esm/z-notification.entry.js +1 -1
- package/dist/esm/z-otp.entry.js +2 -2
- package/dist/esm/z-panel-elem.entry.js +2 -2
- package/dist/esm/z-popover.entry.js +1 -1
- package/dist/esm/z-section-title.entry.js +1 -1
- package/dist/esm/z-select.entry.js +1 -1
- package/dist/esm/z-skip-to-content.entry.js +1 -1
- package/dist/esm/z-stepper-item.entry.js +1 -1
- package/dist/esm/z-stepper.entry.js +1 -1
- package/dist/esm/z-table.entry.js +8 -8
- package/dist/esm/z-table.entry.js.map +1 -1
- package/dist/esm/z-tbody.entry.js +1 -1
- package/dist/esm/z-td.entry.js +1 -1
- package/dist/esm/z-tfoot.entry.js +1 -1
- package/dist/esm/z-th.entry.js +1 -1
- package/dist/esm/z-thead.entry.js +1 -1
- package/dist/esm/z-toast-notification-list.entry.js +1 -1
- package/dist/esm/z-toast-notification.entry.js +1 -1
- package/dist/esm/z-toggle-button.entry.js +2 -2
- package/dist/esm/z-toggle-switch.entry.js +3 -3
- package/dist/esm/z-tooltip.entry.js +1 -1
- package/dist/esm/z-tr.entry.js +3 -3
- package/dist/esm/z-visually-hidden.entry.js +1 -1
- package/dist/types/components/table/cells/z-th/index.d.ts +7 -0
- package/dist/types/components.d.ts +8 -0
- package/dist/web-components-library/{p-e1852de3.entry.js → p-03f14ac3.entry.js} +2 -2
- package/dist/web-components-library/{p-8c9f7cef.entry.js → p-04f1d3a0.entry.js} +2 -2
- package/{www/build/p-af856537.entry.js → dist/web-components-library/p-1397aa99.entry.js} +2 -2
- package/dist/web-components-library/{p-f74f9f3c.entry.js → p-13e5e524.entry.js} +2 -2
- package/{www/build/p-85f84e55.entry.js → dist/web-components-library/p-16d5331a.entry.js} +2 -2
- package/dist/web-components-library/{p-05e9ae1e.entry.js → p-1a0825e3.entry.js} +2 -2
- package/dist/web-components-library/{p-63e970ee.entry.js → p-1faaf16d.entry.js} +2 -2
- package/dist/web-components-library/p-217b9261.entry.js +2 -0
- package/dist/web-components-library/{p-2a7e4988.entry.js.map → p-217b9261.entry.js.map} +1 -1
- package/dist/web-components-library/p-24dc95a0.js +2 -0
- package/dist/web-components-library/p-2bd90f9d.js +2 -0
- package/dist/web-components-library/p-2bd90f9d.js.map +1 -0
- package/dist/web-components-library/{p-33eea921.entry.js → p-2cbf1b2e.entry.js} +2 -2
- package/dist/web-components-library/p-2f26fb87.entry.js +2 -0
- package/dist/web-components-library/p-2f26fb87.entry.js.map +1 -0
- package/dist/web-components-library/p-30209b8a.js +2 -0
- package/dist/web-components-library/p-30209b8a.js.map +1 -0
- package/dist/web-components-library/p-37bff43b.js +2 -0
- package/dist/web-components-library/{p-fe87b081.entry.js → p-3d3f38e9.entry.js} +2 -2
- package/dist/web-components-library/{p-8499a29d.entry.js → p-4888964e.entry.js} +2 -2
- package/dist/web-components-library/p-4d1827ea.entry.js +2 -0
- package/dist/web-components-library/p-50141aa4.entry.js +2 -0
- package/dist/web-components-library/{p-21b85c7f.entry.js → p-5598a37a.entry.js} +2 -2
- package/dist/web-components-library/p-57ca10b2.entry.js +2 -0
- package/dist/web-components-library/{p-6319b5e2.entry.js → p-67ac6b9f.entry.js} +2 -2
- package/{www/build/p-ad76b8ff.entry.js → dist/web-components-library/p-6e49f78e.entry.js} +2 -2
- package/dist/web-components-library/{p-97b0c3b3.entry.js → p-6e56ce77.entry.js} +2 -2
- package/dist/web-components-library/{p-324ef970.entry.js → p-76f18b6d.entry.js} +2 -2
- package/dist/web-components-library/{p-8d7323f7.entry.js → p-7fc503ef.entry.js} +2 -2
- package/dist/web-components-library/{p-77d8ad7e.entry.js → p-816500b1.entry.js} +2 -2
- package/dist/web-components-library/p-82d3b0ad.entry.js +2 -0
- package/dist/web-components-library/{p-a5781264.entry.js → p-840b267b.entry.js} +2 -2
- package/dist/web-components-library/p-88df10c9.entry.js +2 -0
- package/dist/web-components-library/{p-8b309268.entry.js → p-8b348f60.entry.js} +2 -2
- package/{www/build/p-8c517cd7.entry.js → dist/web-components-library/p-8f386b8b.entry.js} +2 -2
- package/dist/web-components-library/p-91421a63.entry.js +2 -0
- package/{www/build/p-df05727f.entry.js → dist/web-components-library/p-97b0d9af.entry.js} +2 -2
- package/dist/web-components-library/{p-c90249e5.entry.js → p-9b636084.entry.js} +2 -2
- package/dist/web-components-library/{p-e5dc0719.entry.js → p-a887e64a.entry.js} +2 -2
- package/dist/web-components-library/{p-6a664748.entry.js → p-ad3cac33.entry.js} +2 -2
- package/dist/web-components-library/p-aedb0435.entry.js +2 -0
- package/dist/web-components-library/p-b8e5fe52.entry.js +2 -0
- package/dist/web-components-library/{p-89584f19.entry.js.map → p-b8e5fe52.entry.js.map} +1 -1
- package/dist/web-components-library/{p-862f5338.entry.js → p-bf61ebd9.entry.js} +2 -2
- package/dist/web-components-library/{p-a4ada10b.entry.js → p-bfd03521.entry.js} +2 -2
- package/{www/build/p-49e4ce84.entry.js → dist/web-components-library/p-c4094f39.entry.js} +2 -2
- package/{www/build/p-609c11d6.entry.js → dist/web-components-library/p-c4b6ada9.entry.js} +2 -2
- package/dist/web-components-library/p-c58dc6d8.entry.js +2 -0
- package/dist/web-components-library/{p-ae96bc09.entry.js → p-c7172768.entry.js} +2 -2
- package/dist/web-components-library/p-cc7cb25a.js +2 -0
- package/dist/web-components-library/{p-f21bc3a9.entry.js → p-cd68bcb2.entry.js} +2 -2
- package/dist/web-components-library/p-d1a658f6.entry.js +2 -0
- package/dist/web-components-library/p-d2544111.entry.js +2 -0
- package/{www/build/p-57eee056.entry.js.map → dist/web-components-library/p-d2544111.entry.js.map} +1 -1
- package/dist/web-components-library/{p-4552744b.entry.js → p-d9ce7691.entry.js} +2 -2
- package/dist/web-components-library/p-db831d3e.entry.js +2 -0
- package/dist/web-components-library/{p-6f4dd02b.entry.js.map → p-db831d3e.entry.js.map} +1 -1
- package/dist/web-components-library/{p-91c04edc.entry.js → p-dc85021e.entry.js} +2 -2
- package/dist/web-components-library/p-df2457c2.js +2 -0
- package/dist/web-components-library/p-df2457c2.js.map +1 -0
- package/{www/build/p-83350b5f.entry.js → dist/web-components-library/p-e59ada26.entry.js} +2 -2
- package/dist/web-components-library/{p-be4878f2.entry.js → p-e5ea2279.entry.js} +2 -2
- package/dist/web-components-library/{p-6586441a.entry.js → p-ee797508.entry.js} +2 -2
- package/dist/web-components-library/{p-b84fa3b6.entry.js → p-f1b42fa3.entry.js} +2 -2
- package/{www/build/p-57ecb5a7.entry.js → dist/web-components-library/p-f4f45044.entry.js} +2 -2
- package/dist/web-components-library/{p-e366782c.entry.js → p-f9762109.entry.js} +2 -2
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/dist/web-components-library/web-components-library.esm.js.map +1 -1
- package/package.json +1 -1
- package/www/build/{p-e1852de3.entry.js → p-03f14ac3.entry.js} +2 -2
- package/www/build/{p-8c9f7cef.entry.js → p-04f1d3a0.entry.js} +2 -2
- package/{dist/web-components-library/p-af856537.entry.js → www/build/p-1397aa99.entry.js} +2 -2
- package/www/build/{p-f74f9f3c.entry.js → p-13e5e524.entry.js} +2 -2
- package/{dist/web-components-library/p-85f84e55.entry.js → www/build/p-16d5331a.entry.js} +2 -2
- package/www/build/{p-05e9ae1e.entry.js → p-1a0825e3.entry.js} +2 -2
- package/www/build/{p-63e970ee.entry.js → p-1faaf16d.entry.js} +2 -2
- package/www/build/p-217b9261.entry.js +2 -0
- package/www/build/{p-2a7e4988.entry.js.map → p-217b9261.entry.js.map} +1 -1
- package/www/build/p-24dc95a0.js +2 -0
- package/www/build/p-2bd90f9d.js +2 -0
- package/www/build/p-2bd90f9d.js.map +1 -0
- package/www/build/{p-33eea921.entry.js → p-2cbf1b2e.entry.js} +2 -2
- package/www/build/p-2f26fb87.entry.js +2 -0
- package/www/build/p-2f26fb87.entry.js.map +1 -0
- package/www/build/p-30209b8a.js +2 -0
- package/www/build/p-30209b8a.js.map +1 -0
- package/www/build/p-37bff43b.js +2 -0
- package/www/build/{p-fe87b081.entry.js → p-3d3f38e9.entry.js} +2 -2
- package/www/build/{p-8499a29d.entry.js → p-4888964e.entry.js} +2 -2
- package/www/build/p-4d1827ea.entry.js +2 -0
- package/www/build/p-50141aa4.entry.js +2 -0
- package/www/build/{p-21b85c7f.entry.js → p-5598a37a.entry.js} +2 -2
- package/www/build/p-57ca10b2.entry.js +2 -0
- package/www/build/{p-6319b5e2.entry.js → p-67ac6b9f.entry.js} +2 -2
- package/{dist/web-components-library/p-ad76b8ff.entry.js → www/build/p-6e49f78e.entry.js} +2 -2
- package/www/build/{p-97b0c3b3.entry.js → p-6e56ce77.entry.js} +2 -2
- package/www/build/{p-324ef970.entry.js → p-76f18b6d.entry.js} +2 -2
- package/www/build/{p-8d7323f7.entry.js → p-7fc503ef.entry.js} +2 -2
- package/www/build/{p-77d8ad7e.entry.js → p-816500b1.entry.js} +2 -2
- package/www/build/p-82d3b0ad.entry.js +2 -0
- package/www/build/{p-a5781264.entry.js → p-840b267b.entry.js} +2 -2
- package/www/build/p-88df10c9.entry.js +2 -0
- package/www/build/{p-8b309268.entry.js → p-8b348f60.entry.js} +2 -2
- package/{dist/web-components-library/p-8c517cd7.entry.js → www/build/p-8f386b8b.entry.js} +2 -2
- package/www/build/p-91421a63.entry.js +2 -0
- package/{dist/web-components-library/p-df05727f.entry.js → www/build/p-97b0d9af.entry.js} +2 -2
- package/www/build/{p-c90249e5.entry.js → p-9b636084.entry.js} +2 -2
- package/www/build/{p-1ad8ebce.js → p-a1671480.js} +1 -1
- package/www/build/{p-e5dc0719.entry.js → p-a887e64a.entry.js} +2 -2
- package/www/build/{p-6a664748.entry.js → p-ad3cac33.entry.js} +2 -2
- package/www/build/p-aedb0435.entry.js +2 -0
- package/www/build/p-b8e5fe52.entry.js +2 -0
- package/www/build/{p-89584f19.entry.js.map → p-b8e5fe52.entry.js.map} +1 -1
- package/www/build/{p-862f5338.entry.js → p-bf61ebd9.entry.js} +2 -2
- package/www/build/{p-a4ada10b.entry.js → p-bfd03521.entry.js} +2 -2
- package/{dist/web-components-library/p-49e4ce84.entry.js → www/build/p-c4094f39.entry.js} +2 -2
- package/{dist/web-components-library/p-609c11d6.entry.js → www/build/p-c4b6ada9.entry.js} +2 -2
- package/www/build/p-c58dc6d8.entry.js +2 -0
- package/www/build/{p-ae96bc09.entry.js → p-c7172768.entry.js} +2 -2
- package/www/build/p-cc7cb25a.js +2 -0
- package/www/build/{p-f21bc3a9.entry.js → p-cd68bcb2.entry.js} +2 -2
- package/www/build/p-d1a658f6.entry.js +2 -0
- package/www/build/p-d2544111.entry.js +2 -0
- package/{dist/web-components-library/p-57eee056.entry.js.map → www/build/p-d2544111.entry.js.map} +1 -1
- package/www/build/{p-4552744b.entry.js → p-d9ce7691.entry.js} +2 -2
- package/www/build/p-db831d3e.entry.js +2 -0
- package/www/build/{p-6f4dd02b.entry.js.map → p-db831d3e.entry.js.map} +1 -1
- package/www/build/{p-91c04edc.entry.js → p-dc85021e.entry.js} +2 -2
- package/www/build/p-df2457c2.js +2 -0
- package/www/build/p-df2457c2.js.map +1 -0
- package/{dist/web-components-library/p-83350b5f.entry.js → www/build/p-e59ada26.entry.js} +2 -2
- package/www/build/{p-be4878f2.entry.js → p-e5ea2279.entry.js} +2 -2
- package/www/build/{p-6586441a.entry.js → p-ee797508.entry.js} +2 -2
- package/www/build/{p-b84fa3b6.entry.js → p-f1b42fa3.entry.js} +2 -2
- package/{dist/web-components-library/p-57ecb5a7.entry.js → www/build/p-f4f45044.entry.js} +2 -2
- package/www/build/{p-e366782c.entry.js → p-f9762109.entry.js} +2 -2
- package/www/build/web-components-library.esm.js +1 -1
- package/www/build/web-components-library.esm.js.map +1 -1
- package/www/index.html +1 -1
- package/dist/cjs/index-3a070c6b.js +0 -47
- package/dist/cjs/index-3a070c6b.js.map +0 -1
- package/dist/cjs/index-597156d1.js +0 -65
- package/dist/cjs/index-597156d1.js.map +0 -1
- package/dist/cjs/index-f0159789.js +0 -59
- package/dist/cjs/index-f0159789.js.map +0 -1
- package/dist/esm/index-230d44a5.js +0 -45
- package/dist/esm/index-230d44a5.js.map +0 -1
- package/dist/esm/index-7a28ff39.js +0 -63
- package/dist/esm/index-7a28ff39.js.map +0 -1
- package/dist/esm/index-fd7edd22.js +0 -57
- package/dist/esm/index-fd7edd22.js.map +0 -1
- package/dist/web-components-library/p-0794ae16.entry.js +0 -2
- package/dist/web-components-library/p-2672e36f.entry.js +0 -2
- package/dist/web-components-library/p-26b5c84d.js +0 -2
- package/dist/web-components-library/p-26b5c84d.js.map +0 -1
- package/dist/web-components-library/p-2a7e4988.entry.js +0 -2
- package/dist/web-components-library/p-304eeab0.js +0 -2
- package/dist/web-components-library/p-385bf4ca.entry.js +0 -2
- package/dist/web-components-library/p-4f7dd068.entry.js +0 -2
- package/dist/web-components-library/p-4f7dd068.entry.js.map +0 -1
- package/dist/web-components-library/p-57eee056.entry.js +0 -2
- package/dist/web-components-library/p-68822fbc.entry.js +0 -2
- package/dist/web-components-library/p-6b2cd695.entry.js +0 -2
- package/dist/web-components-library/p-6f4dd02b.entry.js +0 -2
- package/dist/web-components-library/p-74a65c6f.entry.js +0 -2
- package/dist/web-components-library/p-7d7c5344.js +0 -2
- package/dist/web-components-library/p-7d7c5344.js.map +0 -1
- package/dist/web-components-library/p-7d827c11.js +0 -2
- package/dist/web-components-library/p-89584f19.entry.js +0 -2
- package/dist/web-components-library/p-a7292e1c.entry.js +0 -2
- package/dist/web-components-library/p-aa0f083b.js +0 -2
- package/dist/web-components-library/p-aa0f083b.js.map +0 -1
- package/dist/web-components-library/p-d9e1d8c7.js +0 -2
- package/dist/web-components-library/p-ed2c8484.entry.js +0 -2
- package/dist/web-components-library/p-f8d45aa4.entry.js +0 -2
- package/www/build/p-0794ae16.entry.js +0 -2
- package/www/build/p-2672e36f.entry.js +0 -2
- package/www/build/p-26b5c84d.js +0 -2
- package/www/build/p-26b5c84d.js.map +0 -1
- package/www/build/p-2a7e4988.entry.js +0 -2
- package/www/build/p-304eeab0.js +0 -2
- package/www/build/p-385bf4ca.entry.js +0 -2
- package/www/build/p-4f7dd068.entry.js +0 -2
- package/www/build/p-4f7dd068.entry.js.map +0 -1
- package/www/build/p-57eee056.entry.js +0 -2
- package/www/build/p-68822fbc.entry.js +0 -2
- package/www/build/p-6b2cd695.entry.js +0 -2
- package/www/build/p-6f4dd02b.entry.js +0 -2
- package/www/build/p-74a65c6f.entry.js +0 -2
- package/www/build/p-7d7c5344.js +0 -2
- package/www/build/p-7d7c5344.js.map +0 -1
- package/www/build/p-7d827c11.js +0 -2
- package/www/build/p-89584f19.entry.js +0 -2
- package/www/build/p-a7292e1c.entry.js +0 -2
- package/www/build/p-aa0f083b.js +0 -2
- package/www/build/p-aa0f083b.js.map +0 -1
- package/www/build/p-d9e1d8c7.js +0 -2
- package/www/build/p-ed2c8484.entry.js +0 -2
- package/www/build/p-f8d45aa4.entry.js +0 -2
- /package/dist/web-components-library/{p-e1852de3.entry.js.map → p-03f14ac3.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8c9f7cef.entry.js.map → p-04f1d3a0.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-af856537.entry.js.map → p-1397aa99.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-f74f9f3c.entry.js.map → p-13e5e524.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-85f84e55.entry.js.map → p-16d5331a.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-05e9ae1e.entry.js.map → p-1a0825e3.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-63e970ee.entry.js.map → p-1faaf16d.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-d9e1d8c7.js.map → p-24dc95a0.js.map} +0 -0
- /package/dist/web-components-library/{p-33eea921.entry.js.map → p-2cbf1b2e.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-7d827c11.js.map → p-37bff43b.js.map} +0 -0
- /package/dist/web-components-library/{p-fe87b081.entry.js.map → p-3d3f38e9.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8499a29d.entry.js.map → p-4888964e.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-2672e36f.entry.js.map → p-4d1827ea.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-385bf4ca.entry.js.map → p-50141aa4.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-21b85c7f.entry.js.map → p-5598a37a.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-0794ae16.entry.js.map → p-57ca10b2.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-6319b5e2.entry.js.map → p-67ac6b9f.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ad76b8ff.entry.js.map → p-6e49f78e.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-97b0c3b3.entry.js.map → p-6e56ce77.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-324ef970.entry.js.map → p-76f18b6d.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8d7323f7.entry.js.map → p-7fc503ef.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-77d8ad7e.entry.js.map → p-816500b1.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-6b2cd695.entry.js.map → p-82d3b0ad.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-a5781264.entry.js.map → p-840b267b.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-68822fbc.entry.js.map → p-88df10c9.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8b309268.entry.js.map → p-8b348f60.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8c517cd7.entry.js.map → p-8f386b8b.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-74a65c6f.entry.js.map → p-91421a63.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-df05727f.entry.js.map → p-97b0d9af.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-c90249e5.entry.js.map → p-9b636084.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-e5dc0719.entry.js.map → p-a887e64a.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-6a664748.entry.js.map → p-ad3cac33.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-a7292e1c.entry.js.map → p-aedb0435.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-862f5338.entry.js.map → p-bf61ebd9.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-a4ada10b.entry.js.map → p-bfd03521.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-49e4ce84.entry.js.map → p-c4094f39.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-609c11d6.entry.js.map → p-c4b6ada9.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ed2c8484.entry.js.map → p-c58dc6d8.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ae96bc09.entry.js.map → p-c7172768.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-304eeab0.js.map → p-cc7cb25a.js.map} +0 -0
- /package/dist/web-components-library/{p-f21bc3a9.entry.js.map → p-cd68bcb2.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-f8d45aa4.entry.js.map → p-d1a658f6.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-4552744b.entry.js.map → p-d9ce7691.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-91c04edc.entry.js.map → p-dc85021e.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-83350b5f.entry.js.map → p-e59ada26.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-be4878f2.entry.js.map → p-e5ea2279.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-6586441a.entry.js.map → p-ee797508.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-b84fa3b6.entry.js.map → p-f1b42fa3.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-57ecb5a7.entry.js.map → p-f4f45044.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-e366782c.entry.js.map → p-f9762109.entry.js.map} +0 -0
- /package/www/build/{p-e1852de3.entry.js.map → p-03f14ac3.entry.js.map} +0 -0
- /package/www/build/{p-8c9f7cef.entry.js.map → p-04f1d3a0.entry.js.map} +0 -0
- /package/www/build/{p-af856537.entry.js.map → p-1397aa99.entry.js.map} +0 -0
- /package/www/build/{p-f74f9f3c.entry.js.map → p-13e5e524.entry.js.map} +0 -0
- /package/www/build/{p-85f84e55.entry.js.map → p-16d5331a.entry.js.map} +0 -0
- /package/www/build/{p-05e9ae1e.entry.js.map → p-1a0825e3.entry.js.map} +0 -0
- /package/www/build/{p-63e970ee.entry.js.map → p-1faaf16d.entry.js.map} +0 -0
- /package/www/build/{p-d9e1d8c7.js.map → p-24dc95a0.js.map} +0 -0
- /package/www/build/{p-33eea921.entry.js.map → p-2cbf1b2e.entry.js.map} +0 -0
- /package/www/build/{p-7d827c11.js.map → p-37bff43b.js.map} +0 -0
- /package/www/build/{p-fe87b081.entry.js.map → p-3d3f38e9.entry.js.map} +0 -0
- /package/www/build/{p-8499a29d.entry.js.map → p-4888964e.entry.js.map} +0 -0
- /package/www/build/{p-2672e36f.entry.js.map → p-4d1827ea.entry.js.map} +0 -0
- /package/www/build/{p-385bf4ca.entry.js.map → p-50141aa4.entry.js.map} +0 -0
- /package/www/build/{p-21b85c7f.entry.js.map → p-5598a37a.entry.js.map} +0 -0
- /package/www/build/{p-0794ae16.entry.js.map → p-57ca10b2.entry.js.map} +0 -0
- /package/www/build/{p-6319b5e2.entry.js.map → p-67ac6b9f.entry.js.map} +0 -0
- /package/www/build/{p-ad76b8ff.entry.js.map → p-6e49f78e.entry.js.map} +0 -0
- /package/www/build/{p-97b0c3b3.entry.js.map → p-6e56ce77.entry.js.map} +0 -0
- /package/www/build/{p-324ef970.entry.js.map → p-76f18b6d.entry.js.map} +0 -0
- /package/www/build/{p-8d7323f7.entry.js.map → p-7fc503ef.entry.js.map} +0 -0
- /package/www/build/{p-77d8ad7e.entry.js.map → p-816500b1.entry.js.map} +0 -0
- /package/www/build/{p-6b2cd695.entry.js.map → p-82d3b0ad.entry.js.map} +0 -0
- /package/www/build/{p-a5781264.entry.js.map → p-840b267b.entry.js.map} +0 -0
- /package/www/build/{p-68822fbc.entry.js.map → p-88df10c9.entry.js.map} +0 -0
- /package/www/build/{p-8b309268.entry.js.map → p-8b348f60.entry.js.map} +0 -0
- /package/www/build/{p-8c517cd7.entry.js.map → p-8f386b8b.entry.js.map} +0 -0
- /package/www/build/{p-74a65c6f.entry.js.map → p-91421a63.entry.js.map} +0 -0
- /package/www/build/{p-df05727f.entry.js.map → p-97b0d9af.entry.js.map} +0 -0
- /package/www/build/{p-c90249e5.entry.js.map → p-9b636084.entry.js.map} +0 -0
- /package/www/build/{p-e5dc0719.entry.js.map → p-a887e64a.entry.js.map} +0 -0
- /package/www/build/{p-6a664748.entry.js.map → p-ad3cac33.entry.js.map} +0 -0
- /package/www/build/{p-a7292e1c.entry.js.map → p-aedb0435.entry.js.map} +0 -0
- /package/www/build/{p-862f5338.entry.js.map → p-bf61ebd9.entry.js.map} +0 -0
- /package/www/build/{p-a4ada10b.entry.js.map → p-bfd03521.entry.js.map} +0 -0
- /package/www/build/{p-49e4ce84.entry.js.map → p-c4094f39.entry.js.map} +0 -0
- /package/www/build/{p-609c11d6.entry.js.map → p-c4b6ada9.entry.js.map} +0 -0
- /package/www/build/{p-ed2c8484.entry.js.map → p-c58dc6d8.entry.js.map} +0 -0
- /package/www/build/{p-ae96bc09.entry.js.map → p-c7172768.entry.js.map} +0 -0
- /package/www/build/{p-304eeab0.js.map → p-cc7cb25a.js.map} +0 -0
- /package/www/build/{p-f21bc3a9.entry.js.map → p-cd68bcb2.entry.js.map} +0 -0
- /package/www/build/{p-f8d45aa4.entry.js.map → p-d1a658f6.entry.js.map} +0 -0
- /package/www/build/{p-4552744b.entry.js.map → p-d9ce7691.entry.js.map} +0 -0
- /package/www/build/{p-91c04edc.entry.js.map → p-dc85021e.entry.js.map} +0 -0
- /package/www/build/{p-83350b5f.entry.js.map → p-e59ada26.entry.js.map} +0 -0
- /package/www/build/{p-be4878f2.entry.js.map → p-e5ea2279.entry.js.map} +0 -0
- /package/www/build/{p-6586441a.entry.js.map → p-ee797508.entry.js.map} +0 -0
- /package/www/build/{p-b84fa3b6.entry.js.map → p-f1b42fa3.entry.js.map} +0 -0
- /package/www/build/{p-57ecb5a7.entry.js.map → p-f4f45044.entry.js.map} +0 -0
- /package/www/build/{p-e366782c.entry.js.map → p-f9762109.entry.js.map} +0 -0
|
@@ -41,7 +41,7 @@ const ZAccordion = class {
|
|
|
41
41
|
this.toggled.emit(this.open);
|
|
42
42
|
}
|
|
43
43
|
render() {
|
|
44
|
-
return (index.h("details", { key: '
|
|
44
|
+
return (index.h("details", { key: '6cbbf8aca4848416bbc95fb8114fe2ebeb857a35', ref: (elm) => (this.detailsElm = elm), onToggle: this.onDetailsToggle.bind(this), open: this.open }, index.h("summary", { key: '983d8f605375d5ddce8a4a51b5b63fa8e405a483', tabIndex: this.isDisabled ? -1 : null, part: "summary" }, this.icon && (index.h("z-icon", { key: '595a91626c910b3dd13360bb5ad9fb09a147facc', class: "z-accordion-label-icon", name: this.icon })), index.h("span", { key: '30f72bedfb26e6150853c06e0e7a3e9a21afcd11', class: "z-accordion-label" }, this.label), index.h("span", { key: 'bfbf51e33e0114ada33cad9ea49f878cb5f39d41', class: "z-accordion-tags" }, index.h("slot", { key: '027530202366a508b0b434b7cf02b7e4fe6763dd', name: "tag" })), index.h("z-icon", { key: '8f02c3ea045b217b0b3edc08eb0c768bf98db040', class: "z-accordion-chevron", name: this.open ? "chevron-up" : "chevron-down" })), !this.isDisabled && (index.h("div", { key: '1b03e279c9a10fcbfd753c6d364e21e78b663fdd', class: "z-accordion-content", part: "content" }, index.h("slot", { key: '278b1775544aad10d9a8eb4df69b370b6542291f' })))));
|
|
45
45
|
}
|
|
46
46
|
static get watchers() { return {
|
|
47
47
|
"isDisabled": ["onDisabledChange"]
|
|
@@ -13,7 +13,7 @@ const ZAlert = class {
|
|
|
13
13
|
this.type = undefined;
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
return (index.h("div", { key: '
|
|
16
|
+
return (index.h("div", { key: 'c81da4b784f45edfeba65b8e9b8d03918628304c', class: this.type }, index.h("slot", { key: '19b914fb00a8e501cb557d0027b5135d9d428e6b' })));
|
|
17
17
|
}
|
|
18
18
|
};
|
|
19
19
|
ZAlert.style = ZAlertStyle0;
|
|
@@ -43,7 +43,7 @@ const ZAnchorNavigation = class {
|
|
|
43
43
|
window.removeEventListener("hashchange", this.setCurrent);
|
|
44
44
|
}
|
|
45
45
|
render() {
|
|
46
|
-
return (index.h(index.Host, { key: '
|
|
46
|
+
return (index.h(index.Host, { key: '7f0773194039735c315a25768b3a6c635a9fdb5b', collapsed: this.collapsed }, index.h("z-button", { key: '46b631d8377d3b5c6987ee63c45ddaec9d23871b', class: "toggle", variant: index$1.ButtonVariant.SECONDARY, icon: this.collapsed ? "chevron-up" : "chevron-down", onClick: this.toggleCollapsed.bind(this) }, "salta a"), index.h("nav", { key: '7c71bac57142ad2591e42da19fee7ce72fada9be', ref: (el) => (this.nav = el) }, index.h("slot", { key: 'ce6251454b66d006a2c1fd4baf5c21fa3cffdb19' }))));
|
|
47
47
|
}
|
|
48
48
|
get host() { return index.getElement(this); }
|
|
49
49
|
};
|
|
@@ -263,8 +263,8 @@ const ZAppHeader = class {
|
|
|
263
263
|
}
|
|
264
264
|
render() {
|
|
265
265
|
const hasTopSubtitle = this.isSlotPresent("top-subtitle");
|
|
266
|
-
return (index.h(index.Host, { key: '
|
|
267
|
-
this.currentViewport !== index$1.Device.MOBILE) && (index.h("div", { key: '
|
|
266
|
+
return (index.h(index.Host, { key: 'e7ed8090555ca7f0bb13cde3519201102e9a6ebc', "menu-length": this.menuLength }, index.h("div", { key: 'c5a3f4add105a8d6e08c5b3d6f6004a416470a9b', class: `heading-panel ${this.menuLength > 0 && !this.enableOffcanvas ? "has-menu" : ""}`, ref: (el) => (this.container = el) }, index.h("div", { key: 'fa63a4578c73875587976e0aecd40e4e4bd6b6ca', class: "heading-container" }, ((!this.enableSearch && this.currentViewport === index$1.Device.MOBILE) ||
|
|
267
|
+
this.currentViewport !== index$1.Device.MOBILE) && (index.h("div", { key: 'e9b599909dd3dfd29add00e8bf78f9cdbc9009f9', class: `${this.enableOffcanvas ? "p-left" : ""}` }, index.h("slot", { key: 'aff98c464a97ad1586661da08c15976a7c459694', name: "top-subtitle" }))), index.h("div", { key: '40feb82876e3adaeb537a21f711170163a97e16c', class: "heading-title" }, this.renderMenuButton(), !hasTopSubtitle && !this._stuck && this.renderProductLogos(), index.h("slot", { key: '6aecd3e22f6b4c0e8b13e95a3a7661662a854229', name: "title" }), this.enableSearch && this.currentViewport !== index$1.Device.MOBILE && this.renderSeachbar()), this.enableSearch && this.currentViewport === index$1.Device.MOBILE && this.renderSeachbar()), this.canShowMenu && (index.h("div", { key: '5726ad1d1c701813623cfb640d571aefdfa11b0a', class: "menu-container", onKeyUp: (e) => {
|
|
268
268
|
if (this.enableOffcanvas) {
|
|
269
269
|
return;
|
|
270
270
|
}
|
|
@@ -274,7 +274,7 @@ const ZAppHeader = class {
|
|
|
274
274
|
else {
|
|
275
275
|
this.handleFocusItem(e);
|
|
276
276
|
}
|
|
277
|
-
}, role: "hidden", tabIndex: 0 }, index.h("slot", { key: '
|
|
277
|
+
}, role: "hidden", tabIndex: 0 }, index.h("slot", { key: '3fefe0dddb0be314afb924cbe9f252317bc51c32', name: "menu", onSlotchange: this.collectMenuElements })))), this.renderOffcanvas(), this._stuck && this.renderStuck()));
|
|
278
278
|
}
|
|
279
279
|
get hostElement() { return index.getElement(this); }
|
|
280
280
|
static get watchers() { return {
|
|
@@ -333,7 +333,7 @@ const ZDivider = class {
|
|
|
333
333
|
this.orientation = index$1.DividerOrientation.HORIZONTAL;
|
|
334
334
|
}
|
|
335
335
|
render() {
|
|
336
|
-
return (index.h(index.Host, { key: '
|
|
336
|
+
return (index.h(index.Host, { key: '2631a7ee1436d0319a0fa3e3ec03a0d8f12e4a1a', class: `divider-${this.size} divider-${this.orientation}`, style: { backgroundColor: `var(--${this.color})` } }));
|
|
337
337
|
}
|
|
338
338
|
};
|
|
339
339
|
ZDivider.style = ZDividerStyle0;
|
|
@@ -1508,7 +1508,7 @@ const ZInput = class {
|
|
|
1508
1508
|
default:
|
|
1509
1509
|
input = this.renderInputText(this.type);
|
|
1510
1510
|
}
|
|
1511
|
-
return index.h(index.Host, { key: '
|
|
1511
|
+
return index.h(index.Host, { key: 'a370bfafe5bbd3b28f9bebd433fce6b9e9c63720' }, input);
|
|
1512
1512
|
}
|
|
1513
1513
|
get hostElement() { return index.getElement(this); }
|
|
1514
1514
|
};
|
|
@@ -1536,7 +1536,7 @@ const ZInputMessage = class {
|
|
|
1536
1536
|
this.onMessageChange();
|
|
1537
1537
|
}
|
|
1538
1538
|
render() {
|
|
1539
|
-
return (index.h(index.Host, Object.assign({ key: '
|
|
1539
|
+
return (index.h(index.Host, Object.assign({ key: 'ce349db7cf1ab7e0f790d7aa4cf825e7d9c87f37' }, this.statusRole, { "aria-label": this.message }), this.statusIcons[this.status] && this.message && index.h("z-icon", { key: '001e2283cda018ce8eec304a4c68687fd24564c9', name: this.statusIcons[this.status] }), index.h("span", { key: 'ec4b88e3e0c0ce26a567e289214597b1087fb5ed', innerHTML: this.message })));
|
|
1540
1540
|
}
|
|
1541
1541
|
static get watchers() { return {
|
|
1542
1542
|
"message": ["onMessageChange"],
|
|
@@ -1764,7 +1764,7 @@ const ZOffcanvas = class {
|
|
|
1764
1764
|
this.open = false;
|
|
1765
1765
|
}
|
|
1766
1766
|
render() {
|
|
1767
|
-
return (index.h(index.Host, { key: '
|
|
1767
|
+
return (index.h(index.Host, { key: '650b7b618e5a344d0adf27f8ae0eda146d50242e', class: { "skip-animation": this.skipLoadAnimation } }, index.h("div", { key: 'e71e54f0d56946e661c97a1c8d6ecd88040b2f9b', role: "presentation", class: "canvas-container", onTransitionEnd: () => this.handlePageOverflow() }, index.h("div", { key: 'df775c4014fa5317078ea277bdec3ef923d2ed70', role: "presentation", class: "canvas-content" }, index.h("slot", { key: '9c05d0c53858c5b591abb6b3e4835419aa4721b2', name: "canvasContent" }))), this.variant == index$1.OffCanvasVariant.OVERLAY && (index.h("div", { key: '0149dc55469cfefd2ce29563570406c4405292b7', class: "canvas-background", "data-action": "canvasBackground", onClick: () => (this.open = false) }))));
|
|
1768
1768
|
}
|
|
1769
1769
|
static get watchers() { return {
|
|
1770
1770
|
"open": ["onOpenChanged"]
|
|
@@ -2050,7 +2050,7 @@ const ZSearchbar = class {
|
|
|
2050
2050
|
return (index.h("z-list-element", { role: "option", tabindex: 0, clickable: true, id: `list-item-${this.htmlid}-show-all`, onClickItem: () => (this.currResultsCount = 0), color: "color-primary01" }, index.h("div", { class: "item-show-all" }, "Vedi tutti i risultati")));
|
|
2051
2051
|
}
|
|
2052
2052
|
render() {
|
|
2053
|
-
return (index.h(index.Host, { key: '
|
|
2053
|
+
return (index.h(index.Host, { key: 'db4994ab984cd2c8640563f93385f966eeb8c8f3', onFocus: () => (this.showResults = true), onClick: (e) => this.handleOutsideClick(e), class: { "has-submit": this.showSearchButton, "has-results": this.autocomplete } }, index.h("div", { key: 'ba4aa54181e91abf3019c7396959148da4d11a6a', class: "input-container" }, this.renderInput(), this.renderResults()), this.renderButton()));
|
|
2054
2054
|
}
|
|
2055
2055
|
get element() { return index.getElement(this); }
|
|
2056
2056
|
static get watchers() { return {
|
|
@@ -2073,9 +2073,9 @@ const ZTag = class {
|
|
|
2073
2073
|
this.expandable = undefined;
|
|
2074
2074
|
}
|
|
2075
2075
|
render() {
|
|
2076
|
-
return (index.h(index.Host, { key: '
|
|
2076
|
+
return (index.h(index.Host, { key: 'ea34d3ee122186a6d5538a6b8b190980b0fa93c3', class: {
|
|
2077
2077
|
expandable: this.expandable && !!this.icon,
|
|
2078
|
-
} }, this.icon && index.h("z-icon", { key: '
|
|
2078
|
+
} }, this.icon && index.h("z-icon", { key: '260403ea82fc6f86d16ff9ac36c6b0b240feeb50', name: this.icon }), index.h("div", { key: 'eb603b28c89140eb429810f0f39a1d2869e2a3ab' }, index.h("slot", { key: '8edaa4c961fc03cae35c8fb7ed7e26c67d1610d2' }))));
|
|
2079
2079
|
}
|
|
2080
2080
|
};
|
|
2081
2081
|
ZTag.style = ZTagStyle0;
|
|
@@ -11,7 +11,7 @@ const ZAriaAlert = class {
|
|
|
11
11
|
this.mode = index$1.ZAriaAlertMode.POLITE;
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return (index.h(index.Host, { key: '
|
|
14
|
+
return (index.h(index.Host, { key: 'c22fcaf07355848c23385a8895e61a58f2debad9', "aria-live": this.mode, "aria-atomic": "true", "aria-relevant": "additions" }, index.h("slot", { key: '2e894c1f93a3835c0df23029eed7b5bbb6231ea0' })));
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -33,10 +33,10 @@ const ZAvatar = class {
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
render() {
|
|
36
|
-
return (index.h(index.Host, { key: '
|
|
36
|
+
return (index.h(index.Host, { key: '6612a0db5d83b98158b4d3de0cd7624318a5ec4d', class: { [this.size]: true, [`body-${this.getTextSize()}-sb`]: true }, style: {
|
|
37
37
|
color: `var(--${this.textColor})`,
|
|
38
38
|
backgroundColor: `var(--${this.backgroundColor})`,
|
|
39
|
-
} }, this.text && !this.image && index.h("span", { key: '
|
|
39
|
+
} }, this.text && !this.image && index.h("span", { key: 'dc8f1955eeda5824f18d9c66cbef6483d73d4b03' }, this.text.substring(0, 2)), this.image && (index.h("img", { key: 'a6065812b33ea3de4ac70eab19133d59c0149d6c', src: this.image, onError: () => (this.image = "") }))));
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
42
|
ZAvatar.style = ZAvatarStyle0;
|
|
@@ -124,7 +124,7 @@ const ZBookCard = class {
|
|
|
124
124
|
return (index.h("div", { class: "action-container" }, index.h("slot", { name: "footer-cta" })));
|
|
125
125
|
}
|
|
126
126
|
render() {
|
|
127
|
-
return (index.h("article", { key: '
|
|
127
|
+
return (index.h("article", { key: 'a8a900644a8ed11205248958a146c327088a1b95', class: {
|
|
128
128
|
[this.variant]: true,
|
|
129
129
|
borderless: !!this.borderless,
|
|
130
130
|
} }, this.renderCard()));
|
|
@@ -204,10 +204,10 @@ const ZBreadcrumb = class {
|
|
|
204
204
|
];
|
|
205
205
|
}
|
|
206
206
|
render() {
|
|
207
|
-
return (index.h(index.Host, { key: '
|
|
207
|
+
return (index.h(index.Host, { key: '4ba9b5ba70c4b555c7124d2625953db5a8c89237', style: { "--line-clamp-popover": `${this.overflowMenuItemRows}` } }, index.h("nav", { key: '9391b343e83579a5a8e1c3de696eea620af9d54e', ref: (val) => (this.wrapElement = val), "aria-label": "Breadcrumb", class: {
|
|
208
208
|
semibold: this.pathStyle === index$1.BreadcrumbPathStyle.SEMIBOLD,
|
|
209
209
|
underlined: this.pathStyle === index$1.BreadcrumbPathStyle.UNDERLINED,
|
|
210
|
-
} }, index.h("ol", { key: '
|
|
210
|
+
} }, index.h("ol", { key: '1761cec57c041dcff752af11465620334daa172a' }, this.viewPortWidth === index$1.Device.MOBILE ? this.renderMobileItems() : this.renderItems()))));
|
|
211
211
|
}
|
|
212
212
|
get hostElement() { return index.getElement(this); }
|
|
213
213
|
static get watchers() { return {
|
|
@@ -46,7 +46,7 @@ const ZButtonSort = class {
|
|
|
46
46
|
return this.ellipsis.offsetWidth < this.ellipsis.scrollWidth;
|
|
47
47
|
}
|
|
48
48
|
render() {
|
|
49
|
-
return (index.h("button", { key: '
|
|
49
|
+
return (index.h("button", { key: '7a991c312a5411a9084f558b2639d3ece14ac4ae', title: this.setButtonTitle(), id: this.buttonid, class: { selected: this.isselected }, onClick: () => this.emitButtonSortClick() }, index.h("span", { key: '476bcf026887faea3d7d484b9450fdce9c5d57cb', ref: (el) => (this.ellipsis = el), class: "ellipsis" }, !this.sortasc && this.desclabel ? this.desclabel : this.label), index.h("span", { key: 'f5dd0eb5085bf0718cf1a36ce9e84054fcb27648', class: "counter" }, this.counter && ` (${this.counter})`), index.h("span", { key: '82c69e0941f4bf714ea84ac5481b76a50650be4b', class: "sort" }, this.sortasc ? this.sortlabelasc : this.sortlabeldesc), index.h("z-icon", { key: 'd854f37dc5c64a01a50bfe30714cd6a346050ef4', name: "caret-up-down", width: 16, height: 16 })));
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
52
|
ZButtonSort.style = ZButtonSortStyle0;
|
|
@@ -19,11 +19,11 @@ const ZChip = class {
|
|
|
19
19
|
this.ariaLabel = "";
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
|
-
return (index.h("div", { key: '
|
|
22
|
+
return (index.h("div", { key: 'fcbd79096fdedfce699c2748031fa0bf2c1f67e5', class: {
|
|
23
23
|
"z-chip-container": true,
|
|
24
24
|
"z-chip-interactive": !!this.interactiveIcon,
|
|
25
25
|
[this.type]: true,
|
|
26
|
-
}, "aria-disabled": this.disabled }, this.icon && index.h("z-icon", { key: '
|
|
26
|
+
}, "aria-disabled": this.disabled }, this.icon && index.h("z-icon", { key: 'dc2db5bd7541b8c30fe9d1b22eeeab7d061b27e1', name: this.icon }), index.h("slot", { key: 'd3730e453dead80abc27ea82e97fdadff9ee5275' }), this.interactiveIcon && (index.h("button", { key: 'ae1218c0d366611ae1a1cd0dfaad864fc5025848', type: "button", onClick: () => this.interactiveIconClick.emit(), "aria-label": this.ariaLabel, disabled: this.disabled }, index.h("z-icon", { key: '90de1c7e81802f43c0e9ec2eb936765e2be48858', class: "interactive-icon", name: this.interactiveIcon })))));
|
|
27
27
|
}
|
|
28
28
|
get el() { return index.getElement(this); }
|
|
29
29
|
};
|
|
@@ -262,7 +262,7 @@ const ZCombobox = class {
|
|
|
262
262
|
return (index.h("div", { class: "check-all-wrapper" }, index.h("z-input", { type: index$1.InputType.CHECKBOX, checked: allChecked, htmlid: checkAllId, class: this.getCheckboxClass(), label: allChecked ? this.uncheckalltext : this.checkalltext, disabled: this.maxcheckableitems && this.maxcheckableitems < this.itemsList.length, size: this.size === index$1.ControlSize.X_SMALL ? index$1.ControlSize.SMALL : this.size, role: "option", "aria-selected": allChecked ? "true" : "false", onKeyDown: (e) => this.handleSelectArrowsNavigation(e, checkAllId), onInputCheck: (e) => this.checkAll(e.detail.checked), onInputFocus: (e) => this.handleCheckboxFocus(e.detail.id) })));
|
|
263
263
|
}
|
|
264
264
|
render() {
|
|
265
|
-
return (index.h("div", { key: '
|
|
265
|
+
return (index.h("div", { key: 'ce61f654529f811deab1c81a772f7174dd666b9a', "data-action": `combo-${this.inputid}`, class: { open: this.isopen, fixed: this.isfixed, disabled: this.disabled }, id: this.inputid }, this.renderHeader(), !this.disabled && this.renderContent()));
|
|
266
266
|
}
|
|
267
267
|
get element() { return index.getElement(this); }
|
|
268
268
|
static get watchers() { return {
|
|
@@ -33,9 +33,9 @@ const ZCoverHero = class {
|
|
|
33
33
|
return (index.h("div", { class: "content-container" }, index.h("slot", { name: "content" })));
|
|
34
34
|
}
|
|
35
35
|
render() {
|
|
36
|
-
return (index.h(index.Host, { key: '
|
|
36
|
+
return (index.h(index.Host, { key: '7482b04aecf16afbc4d0ba2e360b9cd7ade14b5e' }, this.variant === index$1.CoverHeroVariant.STACKED &&
|
|
37
37
|
this.contentPosition === index$1.CoverHeroContentPosition.TOP &&
|
|
38
|
-
this.renderContent(), index.h("div", { key: '
|
|
38
|
+
this.renderContent(), index.h("div", { key: '7158050747281f4abbdb1bcd4e55eaa7053a081d', class: "main-container" }, index.h("div", { key: '3b861d4be6cda02a6c6cb821fa55d5f310905046', class: "cover-container" }, index.h("slot", { key: 'af4b31a141cd3cec3a251656c7429f09832abca1', name: "cover" })), index.h("slot", { key: 'cd8f0062427be543fdf4df5668bb7cce72dc1f7a', name: "info-reveal" }), this.variant === index$1.CoverHeroVariant.OVERLAY && this.renderContent()), this.variant === index$1.CoverHeroVariant.STACKED &&
|
|
39
39
|
this.contentPosition === index$1.CoverHeroContentPosition.BOTTOM &&
|
|
40
40
|
this.renderContent()));
|
|
41
41
|
}
|
|
@@ -1006,16 +1006,16 @@ const ZModal = class {
|
|
|
1006
1006
|
e.preventDefault();
|
|
1007
1007
|
}
|
|
1008
1008
|
render() {
|
|
1009
|
-
return (index.h("dialog", { key: '
|
|
1009
|
+
return (index.h("dialog", { key: 'd52fc51c0aea6392881352eb489e179b1841532d', class: {
|
|
1010
1010
|
"modal-dialog": !this.scrollInside,
|
|
1011
|
-
}, "aria-labelledby": "modal-title", "aria-describedby": "modal-content", role: this.alertdialog ? "alertdialog" : undefined, ref: (el) => (this.dialog = el), onClose: () => this.emitModalClose(), onCancel: (e) => this.handleEscape(e) }, index.h("div", { key: '
|
|
1011
|
+
}, "aria-labelledby": "modal-title", "aria-describedby": "modal-content", role: this.alertdialog ? "alertdialog" : undefined, ref: (el) => (this.dialog = el), onClose: () => this.emitModalClose(), onCancel: (e) => this.handleEscape(e) }, index.h("div", { key: '2b95001441e6eb4d09a0b436be48b4a9347fdedd', class: {
|
|
1012
1012
|
"modal-container": true,
|
|
1013
1013
|
"modal-container-scroll-inside": this.scrollInside,
|
|
1014
1014
|
"modal-container-scroll-outside": !this.scrollInside,
|
|
1015
|
-
}, id: this.modalid }, index.h("header", { key: '
|
|
1015
|
+
}, id: this.modalid }, index.h("header", { key: 'cd1addba06ce4c124d0930f8fbb09578c2d493a3', onClick: this.emitModalHeaderActive.bind(this) }, index.h("div", { key: '033c88552e4cf47e8e896453579aa342d6b92154' }, this.modaltitle && index.h("h1", { key: '3c19b99318365eedf0a0ea16fc4b750e1c07f75c', id: "modal-title" }, this.modaltitle), this.closeButtonSlot()), this.modalsubtitle && (index.h("div", { key: '885b192bb30731aa6afdf29edd23813cc913a07a', class: "subtitle", id: "modal-subtitle" }, this.modalsubtitle))), index.h("div", { key: '9b4478860351dd07953dac46ba90f1a10c8931f4', class: {
|
|
1016
1016
|
"modal-content-scroll-inside": this.scrollInside,
|
|
1017
1017
|
"modal-content-scroll-outside": !this.scrollInside,
|
|
1018
|
-
}, id: "modal-content" }, index.h("slot", { key: '
|
|
1018
|
+
}, id: "modal-content" }, index.h("slot", { key: '610a4439d55ff5e7a46d6134637d74de0fe0138f', name: "modalContent" }))), index.h("div", { key: '74e5728f1028a4b36edfd896ab435f21472a09e2', class: {
|
|
1019
1019
|
"modal-background": true,
|
|
1020
1020
|
"modal-background-scroll-outside": !this.scrollInside,
|
|
1021
1021
|
}, "data-action": "modalBackground", "data-modal": this.modalid, onClick: () => {
|
|
@@ -12,7 +12,7 @@ const ZGhostLoading = class {
|
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return index.h(index.Host, { key: '
|
|
15
|
+
return index.h(index.Host, { key: '2d92289818ee38e7e84c20bbf2cfabe31168600e' });
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
ZGhostLoading.style = ZGhostLoadingStyle0;
|
|
@@ -18,7 +18,7 @@ const ZInfoBox = class {
|
|
|
18
18
|
this.infoBoxClose.emit({ boxid: this.boxid });
|
|
19
19
|
}
|
|
20
20
|
render() {
|
|
21
|
-
return (index.h("div", { key: '
|
|
21
|
+
return (index.h("div", { key: '1dfafec30710cc88783dd1db6764eaa1ceafd071', id: this.boxid }, index.h("slot", { key: '57749f4cb7750162f85e27ecaf805e70bd753805', name: "content" }), this.isclosable && (index.h("z-icon", { key: 'd126530698fc1218f5a0439e7043e48b5eadbdcd', name: "multiply", "data-action": "infoBoxClose", onClick: () => this.emitInfoBoxClose() }))));
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
ZInfoBox.style = ZInfoBoxStyle0;
|
|
@@ -50,7 +50,7 @@ const ZInfoReveal = class {
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
render() {
|
|
53
|
-
return (index.h(index.Host, { key: '
|
|
53
|
+
return (index.h(index.Host, { key: 'b3f9d4d32dda69338b91bf20b9417ad5dbc4e52a', open: this.open }, index.h("button", { key: '3010eafe8bd166e4f00a6cc47607c9853a83ed3b', class: "z-info-reveal-trigger", type: "button", onClick: this.togglePanel.bind(this), "aria-label": !this.label ? this.ariaLabel : undefined, "aria-expanded": this.open ? "true" : "false", "aria-controls": "z-info-reveal-panel" }, this.icon && index.h("z-icon", { key: 'b87d613b9cbb88aeba353356b3f482d38d4f8660', name: this.icon }), this.label && index.h("span", { key: 'e9ec5d7dd491fd85262c1efb2499f9baf2cf9828', class: "z-info-reveal-label" }, this.label)), index.h("div", { key: '6533376449955ad706239e2e9fae0c63bcd57e45', class: "z-info-reveal-panel", id: "z-info-reveal-panel", ref: (el) => (this.panel = el), hidden: !this.open }, index.h("slot", { key: '0ac7fe4c837eb09baf88a9ba2a8b2eebeeb3fe9b' }), index.h("button", { key: '42271955701dfade6af94c77c02477242408c9ec', class: "z-info-reveal-close", type: "button", onClick: this.closePanel.bind(this), "aria-label": "Chiudi pannello informazioni" }, index.h("z-icon", { key: '517b532b9ad4c2f091da5e5b8cc8f83535e4061f', name: "multiply" })))));
|
|
54
54
|
}
|
|
55
55
|
get host() { return index.getElement(this); }
|
|
56
56
|
static get watchers() { return {
|
|
@@ -25,7 +25,7 @@ const ZLogo = class {
|
|
|
25
25
|
if (this.height) {
|
|
26
26
|
style["height"] = style["max-height"] = `${this.height}px`;
|
|
27
27
|
}
|
|
28
|
-
return (index.h(index.Host, { key: '
|
|
28
|
+
return (index.h(index.Host, { key: '8cfbe8c165affd6a2f036e823f90fca7b72231d9', style: style, class: { mobile: !!this.mobileLogo } }, this.link ? (index.h("a", { href: this.link, target: this.targetBlank ? "_blank" : "_self" }, index.h("img", { alt: this.imageAlt }))) : (index.h("img", { alt: this.imageAlt }))));
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
31
|
ZLogo.style = ZLogoStyle0;
|
|
@@ -137,7 +137,7 @@ const ZMenuSection = class {
|
|
|
137
137
|
this.checkContent();
|
|
138
138
|
}
|
|
139
139
|
render() {
|
|
140
|
-
return (index.h(index.Host, { key: '
|
|
140
|
+
return (index.h(index.Host, { key: '08825d1818384762749ba15445b8d88efed5d86c', role: "menu", open: this.open }, index.h("button", { key: '53de21a81cf5c5da071ba758fee5947ea2800b60', class: "label", "aria-pressed": this.open ? "true" : "false", onClick: this.toggle.bind(this), onKeyUp: this.focusFirstSectionItemOnKeyUp.bind(this) }, index.h("slot", { key: '5828e33b6cbf5ce80a841362a4f879fdcb734abb', onSlotchange: this.onLabelSlotChange.bind(this) }), this.hasContent && index.h("z-icon", { key: '54430c6f39a36b316056aee3ef44964401608967', name: this.open ? "chevron-up" : "chevron-down" })), this.open && (index.h("div", { key: '8fdb48843dc10bf866988804b380b8cf8bb61b05', class: "items" }, index.h("slot", { key: '9ef0e24e9e88a2e5f7a16234e2b33010370db829', name: "section", onSlotchange: this.checkContent.bind(this) })))));
|
|
141
141
|
}
|
|
142
142
|
get hostElement() { return index.getElement(this); }
|
|
143
143
|
};
|
|
@@ -212,7 +212,7 @@ const ZMenu = class {
|
|
|
212
212
|
return (index$1.h("div", { class: "menu-wrapper" }, index$1.h("div", { class: "menu-label" }, index$1.h("div", { class: "menu-label-content" }, index$1.h("slot", { onSlotchange: this.onLabelSlotChange })))));
|
|
213
213
|
}
|
|
214
214
|
render() {
|
|
215
|
-
return (index$1.h(index$1.Host, { key: '
|
|
215
|
+
return (index$1.h(index$1.Host, { key: '02f0f1bea7a6b47cc0900534e70016bffe44331b' }, this.renderMenuLabel(), this.hasContent && (index$1.h("div", { key: 'c30dc0cad7a59cc84777ad58b0f34107b3fb4d8c', class: "content", ref: (el) => (this.content = el) }, this.hasHeader && (index$1.h("header", { key: 'd0ebd710b71b76df7492633b056a9cea77c1a06d', class: "header" }, index$1.h("slot", { key: '119a2e3da4d441e17c8738372639d9785a287169', name: "header", onSlotchange: this.checkContent }))), index$1.h("div", { key: 'eae4a4b4a7d91bbdd20d345ec7506c98ff1da03b', class: "items", role: "menu" }, index$1.h("slot", { key: '0447bc02a308e30f95e7634c087fbefb81b9b4a3', name: "item", onSlotchange: this.onItemsChange }))))));
|
|
216
216
|
}
|
|
217
217
|
get hostElement() { return index$1.getElement(this); }
|
|
218
218
|
static get watchers() { return {
|
|
@@ -56,7 +56,7 @@ const ZMyzCardAlert = class {
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
render() {
|
|
59
|
-
return (index.h("div", { key: '
|
|
59
|
+
return (index.h("div", { key: 'd2a7888a7b718797b9b94f50fe02d852442840c1', class: "alert-external-wrapper " + this.retrieveClass() }, index.h("z-alert", { key: 'c169d76e4f7129361d08f1d6e13fc16e42869fe8', type: this.getAlertType() }, index.h("div", { key: '9ced09e99699ef4aaa5d30185bd29858876c63dd', class: "relative-container" }, index.h("z-icon", { key: '16d7652048ef0c07f3d69eb278be03465019a8f9', name: this.iconname, width: 18, height: 18, class: this.retrieveClass() }), index.h("span", { key: 'e9665c81f10daf69c9175a4b1349d945b7892237', class: "content-text" }, this.contenttext), this.actiontext && !!this.actiontext.trim().length && (index.h("span", { key: '4d76d6d91e5b191546d55ed233c3a2c26ae05d1f', role: "button", tabindex: "0", class: "content-action", onClick: (e) => {
|
|
60
60
|
this.handleActionButtonClick(e);
|
|
61
61
|
}, onKeyPress: (e) => {
|
|
62
62
|
this.handleSpaceKeyPress(e);
|
|
@@ -27,7 +27,7 @@ const ZMyzCardDictionary = class {
|
|
|
27
27
|
this.cardFlipped.emit(showBack);
|
|
28
28
|
}
|
|
29
29
|
render() {
|
|
30
|
-
return (index.h("div", { key: '
|
|
30
|
+
return (index.h("div", { key: 'f6dec4ba65810d3d639a9b1db95c2bd5f24dfe0d' }, index.h("z-myz-card", { key: 'ceb46ece76dc2443a009a58d9875d41f4087c323' }, index.h("z-myz-card-header", { key: 'e6e7c02000c873ff1ec871d8a6c0084d1a9020c7', titolo: this.name }), index.h("div", { key: '5670baad567e19fecaaeddeab1281ed3a59fb896', class: `content ${this.flipped ? "flipped" : ""}` }, index.h("div", { key: 'a4e9755a90ec8d19087beb9e4b326c8df634f57b', class: "front" }, index.h("z-myz-card-body", { key: '899dcb513df4aae3a922ad8d40ffde69bb7871cc' }, index.h("z-myz-card-cover", { key: 'fdcb28c152c3ec1352161c75994d786fe94db3ff', slot: "cover", titolo: this.name, img: this.cover, faded: this.disabled })), index.h("z-button", { key: '78029c932d42fbb7efda1855441cdeb664f5b8bc', class: { "hide-info": this.hideinfobtn }, variant: index$1.ButtonVariant.SECONDARY, icon: "informationsource", size: index$1.ButtonSize.X_SMALL, onClick: () => this.flipCard(true), disabled: this.flipped }, this.flipbuttonlabel)), index.h("div", { key: '86cc7cc9a61cb3177e33d8e5fee49827fad4b9f3', class: "back" }, index.h("slot", { key: '0f2d0f28e93f460d3b5c9b84a63d7fbdd3ac564f', name: "info" }))), index.h("slot", { key: '275c949ab706d5e0c8a658f4ce37b76ee7c36c4f' }))));
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
33
|
ZMyzCardDictionary.style = ZMyzCardDictionaryStyle0;
|
|
@@ -12,7 +12,7 @@ const ZMyzCardFooterSections = class {
|
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return (index.h("div", { key: '
|
|
15
|
+
return (index.h("div", { key: '8a3118b7d3f5bd5541a2f131583516bd26ca3e5c' }, index.h("footer", { key: 'a8726e42fa3b41f69449433266936fdd5930c16b' }, index.h("div", { key: '2d5e86738d878da859a8ab8a916633625ee69c41', class: "top" }, index.h("slot", { key: 'ff66def944f80a3ed1c1347bf2fd3057c3edd137', name: "top" })), index.h("div", { key: '45b1d41639a2918b272b5b1298465f0ffd28f9c3', class: "bottom" }, index.h("slot", { key: 'ac107601a49da0317a53d38d3126773534dac0a2', name: "bottom" })))));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
ZMyzCardFooterSections.style = ZMyzCardFooterSectionsStyle0;
|
|
@@ -64,7 +64,7 @@ const ZMyzCardFooter = class {
|
|
|
64
64
|
return this.host.querySelector("[slot=list] > li a");
|
|
65
65
|
}
|
|
66
66
|
render() {
|
|
67
|
-
return (index.h("div", { key: '
|
|
67
|
+
return (index.h("div", { key: '36952eb259e51d26128a12d8fa7bd3de4050989f', class: Object.assign(Object.assign({}, this.retrieveClass()), { wrapper: true }) }, index.h("footer", { key: 'cea67a430245faa91dec82ed4911b03b2aa32fae', class: this.retrieveClass(), onTransitionEnd: (e) => this.footerTransitionHandler(e) }, index.h("span", { key: '77c7677ae092e639a56eb191c925d8e149f59c4b', class: "toggle" }, index.h("slot", { key: '95db3ceab251ee234ce673e676542efd76e2946b', name: "toggle" })), this.titolo && index.h("p", { key: '0d67bbdbad73d496749a9cb78e8260b40bab07e9', class: { "custom-content": this.customContent } }, this.titolo), index.h("div", { key: '571bedb210d73d0167bd049f505cf0f78d3ccc3c', class: { "content": true, "custom-content": this.customContent } }, index.h("div", { key: '196b7d964b41e945df65225d152e058815c98821' }, index.h("p", { key: '18c438f22050f2de14cd9d84d55f553273730cc7', class: "authors", ref: (el) => (this.ellipsisAuthors = el) }, index.h("span", { key: '49a9c2d35f8b20e50d6ccf09fd3a7871fdd44486', title: this.getTitleAuthors() }, index.h("span", { key: '597c084620cde226379e9ba50d45041060b6108a', "aria-description": "Autori", class: "bold" }, this.autori))), index.h("p", { key: 'cc166d19fb20b506eb332e83befb6d834ae30e28', class: "year-isbn" }, index.h("span", { key: 'b9c194465f28cac336413509770966a83fb41fd6', class: "isbn" }, index.h("span", { key: '0e93ccb560bf60b8e44d55f2edace772e9dbee2e' }, index.h("span", { key: '839eb2b741e0d7f284d92a280e52cfe438b1fef9', "aria-description": "ISBN edizione cartacea", class: "bold" }, this.isbn), " ", "(ed. cartacea)")))), index.h("div", { key: '4b41af15a544525c7a613b2100c86c08320f5558', class: `slot-handler ${this.isOpen ? "visible" : "hidden"}` }, index.h("slot", { key: '989c17adaa3e857a03ae8be710e97689393556f7', name: "list" })))), this.customContent && index.h("slot", { key: '4b32fa5b4a3fb7d56dcc7f61b14c8d5b9110a62c', name: "content" })));
|
|
68
68
|
}
|
|
69
69
|
get host() { return index.getElement(this); }
|
|
70
70
|
};
|
|
@@ -15,7 +15,7 @@ const ZMyzCardIcon = class {
|
|
|
15
15
|
this.ariaLabel = "";
|
|
16
16
|
}
|
|
17
17
|
render() {
|
|
18
|
-
return (index.h("button", { key: '
|
|
18
|
+
return (index.h("button", { key: 'a5c39690a68a0a70dd2cdeabadcc4adcc6cdb253', disabled: this.isdisabled, "aria-label": this.ariaLabel }, index.h("span", { key: '4bcb29364ae533463d5f862b239859f3aee4f986' }, index.h("z-icon", { key: 'cb5909262fe99972a130bac050e2bc57b602fd10', name: this.icon, width: 16, height: 16 }))));
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
21
|
ZMyzCardIcon.style = ZMyzCardIconStyle0;
|
|
@@ -122,7 +122,7 @@ const ZMyzCardInfo = class {
|
|
|
122
122
|
return (index.h("section", { ref: (el) => (this.offlineLicenseWrapper = el) }, index.h("span", { class: "license-heading" }, index.h("span", null, "Licenza offline"), this.setExpirationLicenseMessage("offline")), "Scadenza il ", index.h("b", null, this.cardData.offlineLicense.expiration), index.h("br", null), "Installazioni disponibili: ", index.h("b", null, this.cardData.offlineLicense.installations)));
|
|
123
123
|
}
|
|
124
124
|
render() {
|
|
125
|
-
return (index.h("div", { key: '
|
|
125
|
+
return (index.h("div", { key: 'bbc031c0b25ed265ce4f1482b481f0bdf440ba0e' }, this.renderCloseIcon(), index.h("div", { key: '4d6c29ed3d543bab884c665bbb9534b521669aa8', class: "content-wrapper", ref: (el) => (this.contentWrapper = el) }, this.renderGeneralSection(), this.renderTooltip(), this.renderOnlineLicenseSection(), this.renderOfflineLicenseSection()), index.h("div", { key: 'f4268601df60464521aa2d5bda3a0968821a8f0b', class: "cta-wrapper" }, index.h("slot", { key: 'eebe7be8dde8a696c4bd0bf0f674fbcb1e32ba72' }))));
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
128
|
ZMyzCardInfo.style = ZMyzCardInfoStyle0;
|
|
@@ -32,7 +32,7 @@ const ZMyzCardList = class {
|
|
|
32
32
|
});
|
|
33
33
|
}
|
|
34
34
|
render() {
|
|
35
|
-
return index.h("ul", { key: '
|
|
35
|
+
return index.h("ul", { key: '620e610193e90606d6b992049619f981bda90958' }, this.renderList(JSON.parse(this.listdata)));
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
38
|
ZMyzCardList.style = ZMyzCardListStyle0;
|
|
@@ -39,7 +39,7 @@ const ZMyzCardComponent = class {
|
|
|
39
39
|
return elemClasses;
|
|
40
40
|
}
|
|
41
41
|
render() {
|
|
42
|
-
return (index.h("div", { key: '
|
|
42
|
+
return (index.h("div", { key: '48a2a07ad23fbf01767831f4188f5eb21f419e0a', class: this.retrieveClass(), tabindex: "0" }, index.h("slot", { key: 'bb4b9232622e05b43c1a54f3d0ea50744d105bdd' })));
|
|
43
43
|
}
|
|
44
44
|
};
|
|
45
45
|
ZMyzCardComponent.style = ZMyzCardStyle0;
|
|
@@ -52,7 +52,7 @@ const ZMyzCardBody = class {
|
|
|
52
52
|
index.registerInstance(this, hostRef);
|
|
53
53
|
}
|
|
54
54
|
render() {
|
|
55
|
-
return (index.h("div", { key: '
|
|
55
|
+
return (index.h("div", { key: '430ffad6fa736fd224aa853f928db552c749370b' }, index.h("slot", { key: '22ce4f13eb33fe95df591691fb32848574fb20ac', name: "alert" }), index.h("slot", { key: 'b8ba716a22e4bf34e29a889b20db27c4a0817a49', name: "cover" })));
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
58
|
ZMyzCardBody.style = ZMyzCardBodyStyle0;
|
|
@@ -72,7 +72,7 @@ const ZMyzCardCover = class {
|
|
|
72
72
|
this.img = this.defaultimg;
|
|
73
73
|
}
|
|
74
74
|
render() {
|
|
75
|
-
return (index.h("img", { key: '
|
|
75
|
+
return (index.h("img", { key: '5ef21f3e4b7b038ce9e1117860fcec9e409475b0', class: this.faded && "faded", onError: this.hadleOnImageError.bind(this), alt: this.titolo, src: this.img }));
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
78
|
ZMyzCardCover.style = ZMyzCardCoverStyle0;
|
|
@@ -108,7 +108,7 @@ const ZMyzCardHeader = class {
|
|
|
108
108
|
};
|
|
109
109
|
}
|
|
110
110
|
render() {
|
|
111
|
-
return (index.h("header", { key: '
|
|
111
|
+
return (index.h("header", { key: '151ac81e1e9d733d7e04be046da0b7ed4ed2c0fb', class: this.retrieveClass() }, index.h("slot", { key: '47c4e64c81665687a1cebc19486acb8bf90ecf27', name: "aria-heading" }), index.h("span", { key: '58f9775e406a9135babab5eb47e7b4c8561b8b87', class: "card-title", ref: (el) => (this.ellipsis = el), title: this.getTitle() }, this.titolo), index.h("slot", { key: 'b6b835f82b17f1212f1c080cf5b7c1780c89fd2f', name: "icon" })));
|
|
112
112
|
}
|
|
113
113
|
};
|
|
114
114
|
ZMyzCardHeader.style = ZMyzCardHeaderStyle0;
|
|
@@ -33,7 +33,7 @@ const ZMyzListItem = class {
|
|
|
33
33
|
}
|
|
34
34
|
render() {
|
|
35
35
|
const linkId = this.listitemid ? `link_${this.listitemid}` : "";
|
|
36
|
-
return (index.h("li", { key: '
|
|
36
|
+
return (index.h("li", { key: 'ee32f76bcef47656b332109a9f0c614b83765811', role: "button", id: this.listitemid, "data-action": this.action, onClick: (e) => this.emitZListItemClick(e, this.listitemid), onKeyPress: (ev) => utils.handleKeyboardSubmit(ev, this.emitZListItemClick, this.listitemid) }, index.h("span", { key: '4e022ad294175a404118f16785c23418747e356e', class: this.underlined && "border" }, this.icon && index.h("z-icon", { key: '0fcb029b8ddda592319257f03d78eeec08679184', name: this.icon }), this.link ? (index.h("a", { href: this.link ? this.link : null, target: this.linktarget, id: linkId, onClick: (e) => this.emitZListItemLinkClick(e, linkId), onKeyPress: (ev) => utils.handleKeyboardSubmit(ev, this.emitZListItemLinkClick, linkId), role: this.link ? "link" : "button", tabindex: "0" }, this.text)) : (index.h("span", { innerHTML: this.text })), index.h("slot", { key: '16cd39d4d507dc69441f41b11723602b1c26c324' }))));
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
ZMyzListItem.style = ZMyzListItemStyle0;
|
|
@@ -26,7 +26,7 @@ const ZMyzList = class {
|
|
|
26
26
|
}
|
|
27
27
|
render() {
|
|
28
28
|
const lastElem = this.list ? this.list.length - 1 : -1;
|
|
29
|
-
return (index.h("ul", { key: '
|
|
29
|
+
return (index.h("ul", { key: '01d3d301598e389a0f5ad0470d9aae9a66c686ea' }, this.list &&
|
|
30
30
|
this.list.map((bean, i) => (index.h("z-myz-list-item", { listitemid: bean.listitemid, text: bean.text, link: bean.link, linktarget: bean.linktarget, icon: bean.icon, underlined: lastElem != i })))));
|
|
31
31
|
}
|
|
32
32
|
static get watchers() { return {
|
|
@@ -207,10 +207,10 @@ const ZNavigationTabs = class {
|
|
|
207
207
|
(_a = this.resizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
208
208
|
}
|
|
209
209
|
render() {
|
|
210
|
-
return (index.h(index.Host, { key: '
|
|
210
|
+
return (index.h(index.Host, { key: 'ae7391eaa15885cd386f3f827d37aa4ce0731953', class: {
|
|
211
211
|
"interactive-2": this.size === index$1.NavigationTabsSize.SMALL,
|
|
212
212
|
"interactive-1": this.size !== index$1.NavigationTabsSize.SMALL,
|
|
213
|
-
}, scrollable: this.canNavigate }, index.h("button", { key: '
|
|
213
|
+
}, scrollable: this.canNavigate }, index.h("button", { key: '28bb7a93ec75f0fc2222c850942051923ab1d3fd', class: "navigation-button", onClick: this.navigateBackwards.bind(this), tabIndex: -1, disabled: !this.canNavigatePrev, "aria-label": "Mostra elementi precedenti", hidden: !this.canNavigate }, index.h("z-icon", { key: 'de86cb71cc1872e6682becab4e4f622545cf9196', name: this.orientation === index$1.NavigationTabsOrientation.HORIZONTAL ? "chevron-left" : "chevron-up", width: 16, height: 16 })), index.h("nav", { key: 'ad94db8f78f2a309be068ba03a95fcca7638fe4f', role: "tablist", "aria-label": this.ariaLabel, ref: (el) => (this.nav = el !== null && el !== void 0 ? el : this.nav), onScroll: this.checkScrollEnabled.bind(this), "aria-orientation": this.orientation }, index.h("slot", { key: 'e9fcd5ffce6dd6dffd395bec1360484237729b5b' })), index.h("button", { key: '3a4e9adc13675fd42e73697a524485de7c9bc979', class: "navigation-button", onClick: this.navigateForward.bind(this), tabIndex: -1, disabled: !this.canNavigateNext, "aria-label": "Mostra elementi successivi", hidden: !this.canNavigate }, index.h("z-icon", { key: 'b29ee5895abebd8b57f318844382f4c3f9976f8d', name: this.orientation === index$1.NavigationTabsOrientation.HORIZONTAL ? "chevron-right" : "chevron-down", width: 16, height: 16 }))));
|
|
214
214
|
}
|
|
215
215
|
get host() { return index.getElement(this); }
|
|
216
216
|
static get watchers() { return {
|
|
@@ -31,7 +31,7 @@ const ZNotification = class {
|
|
|
31
31
|
}
|
|
32
32
|
render() {
|
|
33
33
|
var _a;
|
|
34
|
-
return (index.h(index.Host, { key: '
|
|
34
|
+
return (index.h(index.Host, { key: 'a83d76d7012095d81697ef62719a0f8b664d7ed0' }, this.contenticonname && (index.h("z-icon", { key: '6f8d1bf7f3dd8bf734539173824035893cdb9b4d', class: "status-icon", name: this.contenticonname, width: 16, height: 16 })), index.h("div", { key: 'a4a3991986cac69b7cf750d3e66a50e95968823a', class: "content-container" }, index.h("div", { key: 'b6b6e15cc0b6f1046d9066e7e0fe7675b6cad3f7', class: "content-text" }, index.h("slot", { key: 'e299ced2ddce517d717efa264adf18f71462ef5a' })), !!((_a = this.actiontext) === null || _a === void 0 ? void 0 : _a.trim()) && (index.h("button", { key: 'dac15b3c39c250d174e04f6b7b607b086f910489', class: "action-button", type: "button", onClick: this.handleActionButtonClick }, this.actiontext))), this.showclose && (index.h("button", { key: '00a7987f33b378453e87caa0901ff6655ae950dd', class: "close-button", type: "button", onClick: this.handleCloseButtonClick }, index.h("z-icon", { key: '49bc4ee4893dc3276f2d90740c1b26ec70e96872', name: "multiply-circle", width: 16, height: 16 })))));
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
37
|
ZNotification.style = ZNotificationStyle0;
|
|
@@ -24,7 +24,7 @@ const ZOtp = class {
|
|
|
24
24
|
this.otpRef = [...Array(this.inputNum)];
|
|
25
25
|
}
|
|
26
26
|
render() {
|
|
27
|
-
return (index.h("div", { key: '
|
|
27
|
+
return (index.h("div", { key: 'c7e2f3524c431a82734ae67049026a24179eb02d', class: "otp-container" }, index.h("div", { key: 'fa002c9fcb6c094c18babd41b45a5b8ac9ade5bd', class: "digits-container" }, this.otp.map((_val, i) => (index.h("input", { class: this.status == index$1.InputStatus.ERROR ? "error" : null, onKeyDown: (e) => {
|
|
28
28
|
if (e.keyCode > 47) {
|
|
29
29
|
this.otpRef[i].value = "";
|
|
30
30
|
}
|
|
@@ -35,7 +35,7 @@ const ZOtp = class {
|
|
|
35
35
|
}, onInput: (e) => {
|
|
36
36
|
this.otp[i] = e.target.value;
|
|
37
37
|
this.emitInputChange(this.otp.join(""));
|
|
38
|
-
}, type: "text", minlength: "1", maxlength: "1", autoComplete: "off", ref: (el) => (this.otpRef[i] = el) })))), index.h("z-input-message", { key: '
|
|
38
|
+
}, type: "text", minlength: "1", maxlength: "1", autoComplete: "off", ref: (el) => (this.otpRef[i] = el) })))), index.h("z-input-message", { key: 'b3e2d60da92ef2760ce41094c37d13ff7731d384', message: this.message, status: this.status })));
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
ZOtp.style = ZOtpStyle0;
|
|
@@ -22,11 +22,11 @@ const ZPanelElem = class {
|
|
|
22
22
|
}
|
|
23
23
|
render() {
|
|
24
24
|
const elemId = this.elemid ? this.elemid : "";
|
|
25
|
-
return (index.h("div", { key: '
|
|
25
|
+
return (index.h("div", { key: 'ffc9d90a411fab23a38386de29655fcc355c251d', class: "panel-elem-container" }, (this.imgurl || this.imgalt) && (index.h("div", { key: 'df96598ec5bcd0f432eb11b3e8bcd7d884a694db', "aria-hidden": "true", class: "panel-elem-icon" }, index.h("img", { key: '4bc2253fea37705ab0c7310d7b62b85e09965190', src: this.imgurl, alt: this.imgalt }))), index.h("div", { key: '093cc6f1db0d6b84db3edd40347966cfe41ebb94', class: "panel-elem-link" }, index.h("a", { key: 'dcab33f3e048262f5addb07c77e8dfae8016062d', class: {
|
|
26
26
|
"z-link": true,
|
|
27
27
|
"z-link-disabled": this.isdisabled,
|
|
28
28
|
"z-link-icon": true,
|
|
29
|
-
}, id: elemId + "link_id", href: this.url, target: this.target }, index.h("z-icon", { key: '
|
|
29
|
+
}, id: elemId + "link_id", href: this.url, target: this.target }, index.h("z-icon", { key: '114030874b442d986b042800c6f036afee0bec6b', height: 14, width: 14, name: this.linkicon }), this.linklabel)), this.descrSlotName && (index.h("div", { key: '132c5ee65444c12e358aedbc96054362685459f4', class: "panel-elem-desc" }, index.h("slot", { key: '6c60f9548a4a0b96746035c29de6ecaebccb970a', name: this.descrSlotName })))));
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
ZPanelElem.style = ZPanelElemStyle0;
|
|
@@ -304,7 +304,7 @@ const ZPopover = class {
|
|
|
304
304
|
this.onOpen();
|
|
305
305
|
}
|
|
306
306
|
render() {
|
|
307
|
-
return index.h("slot", { key: '
|
|
307
|
+
return index.h("slot", { key: '1f4365b6b42a465af2a167933028dd63430d765f' });
|
|
308
308
|
}
|
|
309
309
|
get host() { return index.getElement(this); }
|
|
310
310
|
static get watchers() { return {
|