@zanichelli/albe-web-components 16.2.1 → 16.3.0-rc1
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/CHANGELOG.md +7 -0
- package/dist/cjs/{index-1f9f28df.js → index-5d3e254f.js} +2 -2
- package/dist/cjs/{index-1f9f28df.js.map → index-5d3e254f.js.map} +1 -1
- package/dist/cjs/index-6994b9af.js +75 -0
- package/dist/cjs/index-6994b9af.js.map +1 -0
- package/dist/cjs/index-b695a167.js +47 -0
- package/dist/cjs/index-b695a167.js.map +1 -0
- package/dist/cjs/index-c234bc14.js +59 -0
- package/dist/cjs/index-c234bc14.js.map +1 -0
- package/dist/cjs/{index-b361709b.js → index-ce636845.js} +2 -2
- package/dist/cjs/{index-b361709b.js.map → index-ce636845.js.map} +1 -1
- package/dist/cjs/{index-1890445d.js → index-cf034e55.js} +2 -2
- package/dist/cjs/{index-1890445d.js.map → index-cf034e55.js.map} +1 -1
- 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 +71 -15
- package/dist/cjs/z-app-header_12.cjs.entry.js.map +1 -1
- 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 +34 -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 +63 -5
- package/dist/collection/components/z-searchbar/index.js.map +1 -1
- package/dist/collection/components/z-searchbar/index.spec.js +19 -19
- package/dist/collection/components/z-searchbar/index.spec.js.map +1 -1
- package/dist/collection/components/z-searchbar/styles.css +9 -0
- 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 +65 -8
- package/dist/components/index23.js.map +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-34477eb0.js +57 -0
- package/dist/esm/index-34477eb0.js.map +1 -0
- package/dist/esm/{index-b556b384.js → index-46831abe.js} +2 -2
- package/dist/esm/{index-b556b384.js.map → index-46831abe.js.map} +1 -1
- package/dist/esm/index-6a12f127.js +73 -0
- package/dist/esm/index-6a12f127.js.map +1 -0
- package/dist/esm/index-b8299b2f.js +45 -0
- package/dist/esm/index-b8299b2f.js.map +1 -0
- package/dist/esm/{index-175661e6.js → index-c3b467d4.js} +2 -2
- package/dist/esm/{index-175661e6.js.map → index-c3b467d4.js.map} +1 -1
- package/dist/esm/{index-a81f1558.js → index-ea8cd874.js} +2 -2
- package/dist/esm/{index-a81f1558.js.map → index-ea8cd874.js.map} +1 -1
- 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 +71 -15
- package/dist/esm/z-app-header_12.entry.js.map +1 -1
- 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/z-searchbar/index.d.ts +3 -0
- package/dist/types/components.d.ts +8 -0
- package/dist/web-components-library/{p-4552744b.entry.js → p-09220299.entry.js} +2 -2
- package/dist/web-components-library/{p-f21bc3a9.entry.js → p-0b8d5c1f.entry.js} +2 -2
- package/dist/web-components-library/p-0b924d0a.entry.js +2 -0
- package/dist/web-components-library/{p-2672e36f.entry.js → p-0e33badd.entry.js} +2 -2
- package/{www/build/p-ad76b8ff.entry.js → dist/web-components-library/p-11568bf1.entry.js} +2 -2
- package/dist/web-components-library/{p-a4ada10b.entry.js → p-1d303951.entry.js} +2 -2
- package/dist/web-components-library/{p-8c9f7cef.entry.js → p-25e5d451.entry.js} +2 -2
- package/dist/web-components-library/p-29734dab.entry.js +2 -0
- package/{www/build/p-57eee056.entry.js.map → dist/web-components-library/p-29734dab.entry.js.map} +1 -1
- 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-3103ddeb.entry.js +2 -0
- package/dist/web-components-library/{p-6f4dd02b.entry.js.map → p-3103ddeb.entry.js.map} +1 -1
- package/dist/web-components-library/{p-91c04edc.entry.js → p-341bfe32.entry.js} +2 -2
- package/dist/web-components-library/{p-97b0c3b3.entry.js → p-35215608.entry.js} +2 -2
- package/dist/web-components-library/{p-e1852de3.entry.js → p-3b984ffd.entry.js} +2 -2
- package/dist/web-components-library/{p-2a7e4988.entry.js → p-409ebe4c.entry.js} +2 -2
- package/dist/web-components-library/p-490e8d13.entry.js +2 -0
- package/dist/web-components-library/{p-385bf4ca.entry.js → p-547f8749.entry.js} +2 -2
- package/{www/build/p-83350b5f.entry.js → dist/web-components-library/p-5555f634.entry.js} +2 -2
- package/{www/build/p-57ecb5a7.entry.js → dist/web-components-library/p-59102d22.entry.js} +2 -2
- package/dist/web-components-library/{p-8b309268.entry.js → p-5b7c0e47.entry.js} +2 -2
- package/dist/web-components-library/{p-77d8ad7e.entry.js → p-5dd023cd.entry.js} +2 -2
- package/{www/build/p-8c517cd7.entry.js → dist/web-components-library/p-62781e9d.entry.js} +2 -2
- package/dist/web-components-library/{p-e366782c.entry.js → p-644391ae.entry.js} +2 -2
- package/dist/web-components-library/{p-85f84e55.entry.js → p-6f428879.entry.js} +2 -2
- package/dist/web-components-library/p-72dabb18.js +2 -0
- package/{www/build/p-49e4ce84.entry.js → dist/web-components-library/p-78a0b45c.entry.js} +2 -2
- package/{www/build/p-af856537.entry.js → dist/web-components-library/p-7cbc5b10.entry.js} +2 -2
- package/dist/web-components-library/p-7f71467d.js +2 -0
- package/dist/web-components-library/p-7f71467d.js.map +1 -0
- package/dist/web-components-library/{p-6a664748.entry.js → p-83629cec.entry.js} +2 -2
- package/dist/web-components-library/p-85703ddb.entry.js +2 -0
- package/dist/web-components-library/{p-8d7323f7.entry.js → p-8ee4a205.entry.js} +2 -2
- package/dist/web-components-library/{p-e5dc0719.entry.js → p-9171a9f9.entry.js} +2 -2
- package/dist/web-components-library/{p-999762b5.entry.js → p-91b010a6.entry.js} +2 -2
- package/dist/web-components-library/p-91b010a6.entry.js.map +1 -0
- package/dist/web-components-library/p-9683014a.entry.js +2 -0
- package/dist/web-components-library/{p-f74f9f3c.entry.js → p-9d7f38ed.entry.js} +2 -2
- package/dist/web-components-library/p-a2eb8943.entry.js +2 -0
- package/dist/web-components-library/{p-63e970ee.entry.js → p-a7944554.entry.js} +2 -2
- package/{www/build/p-33eea921.entry.js → dist/web-components-library/p-a878ce38.entry.js} +2 -2
- package/dist/web-components-library/{p-324ef970.entry.js → p-a8dfd58d.entry.js} +2 -2
- package/dist/web-components-library/p-acc97c14.js +2 -0
- package/dist/web-components-library/p-acc97c14.js.map +1 -0
- package/dist/web-components-library/p-ae0696b9.entry.js +2 -0
- package/dist/web-components-library/p-ae0696b9.entry.js.map +1 -0
- package/dist/web-components-library/{p-ae96bc09.entry.js → p-b3bcce4b.entry.js} +2 -2
- package/{www/build/p-b84fa3b6.entry.js → dist/web-components-library/p-b66ddcd3.entry.js} +2 -2
- package/dist/web-components-library/{p-fe87b081.entry.js → p-b815d28c.entry.js} +2 -2
- package/dist/web-components-library/p-b9fd414f.js +2 -0
- package/{www/build/p-d9e1d8c7.js.map → dist/web-components-library/p-b9fd414f.js.map} +1 -1
- package/dist/web-components-library/p-bfa544c7.js +2 -0
- package/dist/web-components-library/{p-be4878f2.entry.js → p-c0abf852.entry.js} +2 -2
- package/dist/web-components-library/p-c2a380e3.entry.js +2 -0
- package/{www/build/p-05e9ae1e.entry.js → dist/web-components-library/p-c8dc6642.entry.js} +2 -2
- package/dist/web-components-library/{p-a5781264.entry.js → p-cf2bd064.entry.js} +2 -2
- package/{www/build/p-609c11d6.entry.js → dist/web-components-library/p-d123144c.entry.js} +2 -2
- package/dist/web-components-library/p-d1a658f6.entry.js +2 -0
- package/dist/web-components-library/{p-6319b5e2.entry.js → p-d5711578.entry.js} +2 -2
- package/dist/web-components-library/{p-21b85c7f.entry.js → p-db55ed80.entry.js} +2 -2
- package/dist/web-components-library/{p-6586441a.entry.js → p-dde69ccc.entry.js} +2 -2
- package/dist/web-components-library/{p-8499a29d.entry.js → p-eb7d08d1.entry.js} +2 -2
- package/dist/web-components-library/{p-6b2cd695.entry.js → p-f68628ca.entry.js} +2 -2
- package/{www/build/p-df05727f.entry.js → dist/web-components-library/p-f7dd9392.entry.js} +2 -2
- package/dist/web-components-library/{p-c90249e5.entry.js → p-fb3776ca.entry.js} +2 -2
- package/dist/web-components-library/web-components-library.css +1 -1
- 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-4552744b.entry.js → p-09220299.entry.js} +2 -2
- package/www/build/{p-f21bc3a9.entry.js → p-0b8d5c1f.entry.js} +2 -2
- package/www/build/p-0b924d0a.entry.js +2 -0
- package/www/build/{p-82ff5b56.css → p-0cd14493.css} +1 -1
- package/www/build/{p-2672e36f.entry.js → p-0e33badd.entry.js} +2 -2
- package/{dist/web-components-library/p-ad76b8ff.entry.js → www/build/p-11568bf1.entry.js} +2 -2
- package/www/build/{p-a4ada10b.entry.js → p-1d303951.entry.js} +2 -2
- package/www/build/{p-8c9f7cef.entry.js → p-25e5d451.entry.js} +2 -2
- package/www/build/p-29734dab.entry.js +2 -0
- package/{dist/web-components-library/p-57eee056.entry.js.map → www/build/p-29734dab.entry.js.map} +1 -1
- package/www/build/p-30209b8a.js +2 -0
- package/www/build/p-30209b8a.js.map +1 -0
- package/www/build/p-3103ddeb.entry.js +2 -0
- package/www/build/{p-6f4dd02b.entry.js.map → p-3103ddeb.entry.js.map} +1 -1
- package/www/build/{p-91c04edc.entry.js → p-341bfe32.entry.js} +2 -2
- package/www/build/{p-97b0c3b3.entry.js → p-35215608.entry.js} +2 -2
- package/www/build/{p-e1852de3.entry.js → p-3b984ffd.entry.js} +2 -2
- package/www/build/{p-2a7e4988.entry.js → p-409ebe4c.entry.js} +2 -2
- package/www/build/p-490e8d13.entry.js +2 -0
- package/www/build/{p-385bf4ca.entry.js → p-547f8749.entry.js} +2 -2
- package/{dist/web-components-library/p-83350b5f.entry.js → www/build/p-5555f634.entry.js} +2 -2
- package/{dist/web-components-library/p-57ecb5a7.entry.js → www/build/p-59102d22.entry.js} +2 -2
- package/www/build/{p-8b309268.entry.js → p-5b7c0e47.entry.js} +2 -2
- package/www/build/{p-77d8ad7e.entry.js → p-5dd023cd.entry.js} +2 -2
- package/{dist/web-components-library/p-8c517cd7.entry.js → www/build/p-62781e9d.entry.js} +2 -2
- package/www/build/{p-e366782c.entry.js → p-644391ae.entry.js} +2 -2
- package/www/build/{p-85f84e55.entry.js → p-6f428879.entry.js} +2 -2
- package/www/build/p-72dabb18.js +2 -0
- package/{dist/web-components-library/p-49e4ce84.entry.js → www/build/p-78a0b45c.entry.js} +2 -2
- package/{dist/web-components-library/p-af856537.entry.js → www/build/p-7cbc5b10.entry.js} +2 -2
- package/www/build/p-7f71467d.js +2 -0
- package/www/build/p-7f71467d.js.map +1 -0
- package/www/build/{p-6a664748.entry.js → p-83629cec.entry.js} +2 -2
- package/www/build/p-85703ddb.entry.js +2 -0
- package/www/build/{p-8d7323f7.entry.js → p-8ee4a205.entry.js} +2 -2
- package/www/build/{p-e5dc0719.entry.js → p-9171a9f9.entry.js} +2 -2
- package/www/build/{p-999762b5.entry.js → p-91b010a6.entry.js} +2 -2
- package/www/build/p-91b010a6.entry.js.map +1 -0
- package/www/build/p-9683014a.entry.js +2 -0
- package/www/build/{p-f74f9f3c.entry.js → p-9d7f38ed.entry.js} +2 -2
- package/www/build/p-a2eb8943.entry.js +2 -0
- package/www/build/{p-63e970ee.entry.js → p-a7944554.entry.js} +2 -2
- package/{dist/web-components-library/p-33eea921.entry.js → www/build/p-a878ce38.entry.js} +2 -2
- package/www/build/{p-324ef970.entry.js → p-a8dfd58d.entry.js} +2 -2
- package/www/build/p-acc97c14.js +2 -0
- package/www/build/p-acc97c14.js.map +1 -0
- package/www/build/p-ae0696b9.entry.js +2 -0
- package/www/build/p-ae0696b9.entry.js.map +1 -0
- package/www/build/{p-ae96bc09.entry.js → p-b3bcce4b.entry.js} +2 -2
- package/{dist/web-components-library/p-b84fa3b6.entry.js → www/build/p-b66ddcd3.entry.js} +2 -2
- package/www/build/{p-fe87b081.entry.js → p-b815d28c.entry.js} +2 -2
- package/www/build/p-b9fd414f.js +2 -0
- package/{dist/web-components-library/p-d9e1d8c7.js.map → www/build/p-b9fd414f.js.map} +1 -1
- package/www/build/p-bfa544c7.js +2 -0
- package/www/build/{p-be4878f2.entry.js → p-c0abf852.entry.js} +2 -2
- package/www/build/p-c2a380e3.entry.js +2 -0
- package/{dist/web-components-library/p-05e9ae1e.entry.js → www/build/p-c8dc6642.entry.js} +2 -2
- package/www/build/{p-a5781264.entry.js → p-cf2bd064.entry.js} +2 -2
- package/{dist/web-components-library/p-609c11d6.entry.js → www/build/p-d123144c.entry.js} +2 -2
- package/www/build/p-d1a658f6.entry.js +2 -0
- package/www/build/{p-6319b5e2.entry.js → p-d5711578.entry.js} +2 -2
- package/www/build/p-db1c4375.js +2 -0
- package/www/build/{p-21b85c7f.entry.js → p-db55ed80.entry.js} +2 -2
- package/www/build/{p-6586441a.entry.js → p-dde69ccc.entry.js} +2 -2
- package/www/build/{p-8499a29d.entry.js → p-eb7d08d1.entry.js} +2 -2
- package/www/build/{p-6b2cd695.entry.js → p-f68628ca.entry.js} +2 -2
- package/{dist/web-components-library/p-df05727f.entry.js → www/build/p-f7dd9392.entry.js} +2 -2
- package/www/build/{p-c90249e5.entry.js → p-fb3776ca.entry.js} +2 -2
- package/www/build/web-components-library.css +1 -1
- 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-26b5c84d.js +0 -2
- package/dist/web-components-library/p-26b5c84d.js.map +0 -1
- package/dist/web-components-library/p-304eeab0.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-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-999762b5.entry.js.map +0 -1
- 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-26b5c84d.js +0 -2
- package/www/build/p-26b5c84d.js.map +0 -1
- package/www/build/p-304eeab0.js +0 -2
- package/www/build/p-3d2abab6.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-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-999762b5.entry.js.map +0 -1
- 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-4552744b.entry.js.map → p-09220299.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-f21bc3a9.entry.js.map → p-0b8d5c1f.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-0794ae16.entry.js.map → p-0b924d0a.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-2672e36f.entry.js.map → p-0e33badd.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ad76b8ff.entry.js.map → p-11568bf1.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-a4ada10b.entry.js.map → p-1d303951.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8c9f7cef.entry.js.map → p-25e5d451.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-91c04edc.entry.js.map → p-341bfe32.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-97b0c3b3.entry.js.map → p-35215608.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-e1852de3.entry.js.map → p-3b984ffd.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-2a7e4988.entry.js.map → p-409ebe4c.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-68822fbc.entry.js.map → p-490e8d13.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-385bf4ca.entry.js.map → p-547f8749.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-83350b5f.entry.js.map → p-5555f634.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-57ecb5a7.entry.js.map → p-59102d22.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8b309268.entry.js.map → p-5b7c0e47.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-77d8ad7e.entry.js.map → p-5dd023cd.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8c517cd7.entry.js.map → p-62781e9d.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-e366782c.entry.js.map → p-644391ae.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-85f84e55.entry.js.map → p-6f428879.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-304eeab0.js.map → p-72dabb18.js.map} +0 -0
- /package/dist/web-components-library/{p-49e4ce84.entry.js.map → p-78a0b45c.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-af856537.entry.js.map → p-7cbc5b10.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-6a664748.entry.js.map → p-83629cec.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-74a65c6f.entry.js.map → p-85703ddb.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8d7323f7.entry.js.map → p-8ee4a205.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-e5dc0719.entry.js.map → p-9171a9f9.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-a7292e1c.entry.js.map → p-9683014a.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-f74f9f3c.entry.js.map → p-9d7f38ed.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-89584f19.entry.js.map → p-a2eb8943.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-63e970ee.entry.js.map → p-a7944554.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-33eea921.entry.js.map → p-a878ce38.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-324ef970.entry.js.map → p-a8dfd58d.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ae96bc09.entry.js.map → p-b3bcce4b.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-b84fa3b6.entry.js.map → p-b66ddcd3.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-fe87b081.entry.js.map → p-b815d28c.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-7d827c11.js.map → p-bfa544c7.js.map} +0 -0
- /package/dist/web-components-library/{p-be4878f2.entry.js.map → p-c0abf852.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ed2c8484.entry.js.map → p-c2a380e3.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-05e9ae1e.entry.js.map → p-c8dc6642.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-a5781264.entry.js.map → p-cf2bd064.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-609c11d6.entry.js.map → p-d123144c.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-6319b5e2.entry.js.map → p-d5711578.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-21b85c7f.entry.js.map → p-db55ed80.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-6586441a.entry.js.map → p-dde69ccc.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8499a29d.entry.js.map → p-eb7d08d1.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-6b2cd695.entry.js.map → p-f68628ca.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-df05727f.entry.js.map → p-f7dd9392.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-c90249e5.entry.js.map → p-fb3776ca.entry.js.map} +0 -0
- /package/www/build/{p-4552744b.entry.js.map → p-09220299.entry.js.map} +0 -0
- /package/www/build/{p-f21bc3a9.entry.js.map → p-0b8d5c1f.entry.js.map} +0 -0
- /package/www/build/{p-0794ae16.entry.js.map → p-0b924d0a.entry.js.map} +0 -0
- /package/www/build/{p-2672e36f.entry.js.map → p-0e33badd.entry.js.map} +0 -0
- /package/www/build/{p-ad76b8ff.entry.js.map → p-11568bf1.entry.js.map} +0 -0
- /package/www/build/{p-a4ada10b.entry.js.map → p-1d303951.entry.js.map} +0 -0
- /package/www/build/{p-8c9f7cef.entry.js.map → p-25e5d451.entry.js.map} +0 -0
- /package/www/build/{p-91c04edc.entry.js.map → p-341bfe32.entry.js.map} +0 -0
- /package/www/build/{p-97b0c3b3.entry.js.map → p-35215608.entry.js.map} +0 -0
- /package/www/build/{p-e1852de3.entry.js.map → p-3b984ffd.entry.js.map} +0 -0
- /package/www/build/{p-2a7e4988.entry.js.map → p-409ebe4c.entry.js.map} +0 -0
- /package/www/build/{p-68822fbc.entry.js.map → p-490e8d13.entry.js.map} +0 -0
- /package/www/build/{p-385bf4ca.entry.js.map → p-547f8749.entry.js.map} +0 -0
- /package/www/build/{p-83350b5f.entry.js.map → p-5555f634.entry.js.map} +0 -0
- /package/www/build/{p-57ecb5a7.entry.js.map → p-59102d22.entry.js.map} +0 -0
- /package/www/build/{p-8b309268.entry.js.map → p-5b7c0e47.entry.js.map} +0 -0
- /package/www/build/{p-77d8ad7e.entry.js.map → p-5dd023cd.entry.js.map} +0 -0
- /package/www/build/{p-8c517cd7.entry.js.map → p-62781e9d.entry.js.map} +0 -0
- /package/www/build/{p-e366782c.entry.js.map → p-644391ae.entry.js.map} +0 -0
- /package/www/build/{p-85f84e55.entry.js.map → p-6f428879.entry.js.map} +0 -0
- /package/www/build/{p-304eeab0.js.map → p-72dabb18.js.map} +0 -0
- /package/www/build/{p-49e4ce84.entry.js.map → p-78a0b45c.entry.js.map} +0 -0
- /package/www/build/{p-af856537.entry.js.map → p-7cbc5b10.entry.js.map} +0 -0
- /package/www/build/{p-6a664748.entry.js.map → p-83629cec.entry.js.map} +0 -0
- /package/www/build/{p-74a65c6f.entry.js.map → p-85703ddb.entry.js.map} +0 -0
- /package/www/build/{p-8d7323f7.entry.js.map → p-8ee4a205.entry.js.map} +0 -0
- /package/www/build/{p-e5dc0719.entry.js.map → p-9171a9f9.entry.js.map} +0 -0
- /package/www/build/{p-a7292e1c.entry.js.map → p-9683014a.entry.js.map} +0 -0
- /package/www/build/{p-f74f9f3c.entry.js.map → p-9d7f38ed.entry.js.map} +0 -0
- /package/www/build/{p-89584f19.entry.js.map → p-a2eb8943.entry.js.map} +0 -0
- /package/www/build/{p-63e970ee.entry.js.map → p-a7944554.entry.js.map} +0 -0
- /package/www/build/{p-33eea921.entry.js.map → p-a878ce38.entry.js.map} +0 -0
- /package/www/build/{p-324ef970.entry.js.map → p-a8dfd58d.entry.js.map} +0 -0
- /package/www/build/{p-ae96bc09.entry.js.map → p-b3bcce4b.entry.js.map} +0 -0
- /package/www/build/{p-b84fa3b6.entry.js.map → p-b66ddcd3.entry.js.map} +0 -0
- /package/www/build/{p-fe87b081.entry.js.map → p-b815d28c.entry.js.map} +0 -0
- /package/www/build/{p-7d827c11.js.map → p-bfa544c7.js.map} +0 -0
- /package/www/build/{p-be4878f2.entry.js.map → p-c0abf852.entry.js.map} +0 -0
- /package/www/build/{p-ed2c8484.entry.js.map → p-c2a380e3.entry.js.map} +0 -0
- /package/www/build/{p-05e9ae1e.entry.js.map → p-c8dc6642.entry.js.map} +0 -0
- /package/www/build/{p-a5781264.entry.js.map → p-cf2bd064.entry.js.map} +0 -0
- /package/www/build/{p-609c11d6.entry.js.map → p-d123144c.entry.js.map} +0 -0
- /package/www/build/{p-f8d45aa4.entry.js.map → p-d1a658f6.entry.js.map} +0 -0
- /package/www/build/{p-6319b5e2.entry.js.map → p-d5711578.entry.js.map} +0 -0
- /package/www/build/{p-21b85c7f.entry.js.map → p-db55ed80.entry.js.map} +0 -0
- /package/www/build/{p-6586441a.entry.js.map → p-dde69ccc.entry.js.map} +0 -0
- /package/www/build/{p-8499a29d.entry.js.map → p-eb7d08d1.entry.js.map} +0 -0
- /package/www/build/{p-6b2cd695.entry.js.map → p-f68628ca.entry.js.map} +0 -0
- /package/www/build/{p-df05727f.entry.js.map → p-f7dd9392.entry.js.map} +0 -0
- /package/www/build/{p-c90249e5.entry.js.map → p-fb3776ca.entry.js.map} +0 -0
|
@@ -271,8 +271,8 @@ const ZAppHeader$1 = /*@__PURE__*/ proxyCustomElement(class ZAppHeader extends H
|
|
|
271
271
|
}
|
|
272
272
|
render() {
|
|
273
273
|
const hasTopSubtitle = this.isSlotPresent("top-subtitle");
|
|
274
|
-
return (h(Host, { key: '
|
|
275
|
-
this.currentViewport !== Device.MOBILE) && (h("div", { key: '
|
|
274
|
+
return (h(Host, { key: '334b0158441e60a258598668e59254db6c3d538b', "menu-length": this.menuLength }, h("div", { key: 'e9f6939327d6c7b40f0c39d2b73dce4d83c55345', class: `heading-panel ${this.menuLength > 0 && !this.enableOffcanvas ? "has-menu" : ""}`, ref: (el) => (this.container = el) }, h("div", { key: '7e68ec83bb2243e9ca4cb0957ff40294ab8cb1eb', class: "heading-container" }, ((!this.enableSearch && this.currentViewport === Device.MOBILE) ||
|
|
275
|
+
this.currentViewport !== Device.MOBILE) && (h("div", { key: '385e71c60f10b4e6df8e154529cb1c85ab88b264', class: `${this.enableOffcanvas ? "p-left" : ""}` }, h("slot", { key: '8860d2f21b7bfceac663291499c99a1d2043eaee', name: "top-subtitle" }))), h("div", { key: '9c3a586edfac6badfba3fcdb32af9d0f953460ce', class: "heading-title" }, this.renderMenuButton(), !hasTopSubtitle && !this._stuck && this.renderProductLogos(), h("slot", { key: '44a99f7fcc77e3970d0ead14a2a860256e78551d', name: "title" }), this.enableSearch && this.currentViewport !== Device.MOBILE && this.renderSeachbar()), this.enableSearch && this.currentViewport === Device.MOBILE && this.renderSeachbar()), this.canShowMenu && (h("div", { key: '793cbb92c91a443398bbbc60236d2744cafb8047', class: "menu-container", onKeyUp: (e) => {
|
|
276
276
|
if (this.enableOffcanvas) {
|
|
277
277
|
return;
|
|
278
278
|
}
|
|
@@ -282,7 +282,7 @@ const ZAppHeader$1 = /*@__PURE__*/ proxyCustomElement(class ZAppHeader extends H
|
|
|
282
282
|
else {
|
|
283
283
|
this.handleFocusItem(e);
|
|
284
284
|
}
|
|
285
|
-
}, role: "hidden", tabIndex: 0 }, h("slot", { key: '
|
|
285
|
+
}, role: "hidden", tabIndex: 0 }, h("slot", { key: 'f233cfbaab7b1a5b2c418ff9b1fae4ea38a4ae7a', name: "menu", onSlotchange: this.collectMenuElements })))), this.renderOffcanvas(), this._stuck && this.renderStuck()));
|
|
286
286
|
}
|
|
287
287
|
get hostElement() { return this; }
|
|
288
288
|
static get watchers() { return {
|
|
@@ -8,7 +8,7 @@ const ZAriaAlert$1 = /*@__PURE__*/ proxyCustomElement(class ZAriaAlert extends H
|
|
|
8
8
|
this.mode = ZAriaAlertMode.POLITE;
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
|
-
return (h(Host, { key: '
|
|
11
|
+
return (h(Host, { key: 'cbbdc8303bc43c4dd52edce414ad84a63404c372', "aria-live": this.mode, "aria-atomic": "true", "aria-relevant": "additions" }, h("slot", { key: '0f150df4db55b849ad3c8179cfc4d6554677611b' })));
|
|
12
12
|
}
|
|
13
13
|
}, [4, "z-aria-alert", {
|
|
14
14
|
"mode": [1]
|
|
@@ -31,10 +31,10 @@ const ZAvatar$1 = /*@__PURE__*/ proxyCustomElement(class ZAvatar extends HTMLEle
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
render() {
|
|
34
|
-
return (h(Host, { key: '
|
|
34
|
+
return (h(Host, { key: '9860841c2e673870936affe453e0a284fa62db8f', class: { [this.size]: true, [`body-${this.getTextSize()}-sb`]: true }, style: {
|
|
35
35
|
color: `var(--${this.textColor})`,
|
|
36
36
|
backgroundColor: `var(--${this.backgroundColor})`,
|
|
37
|
-
} }, this.text && !this.image && h("span", { key: '
|
|
37
|
+
} }, this.text && !this.image && h("span", { key: '8f1c4a6aa7d0d24210492548d56d3510f11f4f10' }, this.text.substring(0, 2)), this.image && (h("img", { key: '887bbd228dc7f076d4c3122f712ea7da39ab0055', src: this.image, onError: () => (this.image = "") }))));
|
|
38
38
|
}
|
|
39
39
|
static get style() { return ZAvatarStyle0; }
|
|
40
40
|
}, [1, "z-avatar", {
|
|
@@ -123,7 +123,7 @@ const ZBookCard$1 = /*@__PURE__*/ proxyCustomElement(class ZBookCard extends HTM
|
|
|
123
123
|
return (h("div", { class: "action-container" }, h("slot", { name: "footer-cta" })));
|
|
124
124
|
}
|
|
125
125
|
render() {
|
|
126
|
-
return (h("article", { key: '
|
|
126
|
+
return (h("article", { key: '43075703b3065bf7fc495fe52b3e7ef77759bbec', class: {
|
|
127
127
|
[this.variant]: true,
|
|
128
128
|
borderless: !!this.borderless,
|
|
129
129
|
} }, this.renderCard()));
|
|
@@ -207,10 +207,10 @@ const ZBreadcrumb$1 = /*@__PURE__*/ proxyCustomElement(class ZBreadcrumb extends
|
|
|
207
207
|
];
|
|
208
208
|
}
|
|
209
209
|
render() {
|
|
210
|
-
return (h(Host, { key: '
|
|
210
|
+
return (h(Host, { key: 'a7de78fe76e5e86999ce073b8cd0c0ea39efb617', style: { "--line-clamp-popover": `${this.overflowMenuItemRows}` } }, h("nav", { key: '818a56a1acf3e75f387bc9ec5d3f199e34b9e691', ref: (val) => (this.wrapElement = val), "aria-label": "Breadcrumb", class: {
|
|
211
211
|
semibold: this.pathStyle === BreadcrumbPathStyle.SEMIBOLD,
|
|
212
212
|
underlined: this.pathStyle === BreadcrumbPathStyle.UNDERLINED,
|
|
213
|
-
} }, h("ol", { key: '
|
|
213
|
+
} }, h("ol", { key: 'b680c3371d88c72a7acd2789b77dc93882daf7c6' }, this.viewPortWidth === Device.MOBILE ? this.renderMobileItems() : this.renderItems()))));
|
|
214
214
|
}
|
|
215
215
|
get hostElement() { return this; }
|
|
216
216
|
static get watchers() { return {
|
|
@@ -45,7 +45,7 @@ const ZButtonSort$1 = /*@__PURE__*/ proxyCustomElement(class ZButtonSort extends
|
|
|
45
45
|
return this.ellipsis.offsetWidth < this.ellipsis.scrollWidth;
|
|
46
46
|
}
|
|
47
47
|
render() {
|
|
48
|
-
return (h("button", { key: '
|
|
48
|
+
return (h("button", { key: 'e7f468d6d2a3b2ec814abe5e2b46262e128bd07e', title: this.setButtonTitle(), id: this.buttonid, class: { selected: this.isselected }, onClick: () => this.emitButtonSortClick() }, h("span", { key: '78859d531e5bdc621bb1728696eabf777d86ed2d', ref: (el) => (this.ellipsis = el), class: "ellipsis" }, !this.sortasc && this.desclabel ? this.desclabel : this.label), h("span", { key: '024105b185d45fbf2df4d6e3c48e25c3c861cfee', class: "counter" }, this.counter && ` (${this.counter})`), h("span", { key: '7865c66c2ac7bb548a1ccfa4d08bc1f045de799f', class: "sort" }, this.sortasc ? this.sortlabelasc : this.sortlabeldesc), h("z-icon", { key: '8d05a2ad40be826ab3c7d85b53caa5bc58974cff', name: "caret-up-down", width: 16, height: 16 })));
|
|
49
49
|
}
|
|
50
50
|
static get style() { return ZButtonSortStyle0; }
|
|
51
51
|
}, [1, "z-button-sort", {
|
|
@@ -266,7 +266,7 @@ const ZCombobox$1 = /*@__PURE__*/ proxyCustomElement(class ZCombobox extends HTM
|
|
|
266
266
|
return (h("div", { class: "check-all-wrapper" }, h("z-input", { type: 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 === ControlSize.X_SMALL ? 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) })));
|
|
267
267
|
}
|
|
268
268
|
render() {
|
|
269
|
-
return (h("div", { key: '
|
|
269
|
+
return (h("div", { key: '2e564b2458489f06134e2de89b175be82aaebd11', "data-action": `combo-${this.inputid}`, class: { open: this.isopen, fixed: this.isfixed, disabled: this.disabled }, id: this.inputid }, this.renderHeader(), !this.disabled && this.renderContent()));
|
|
270
270
|
}
|
|
271
271
|
get element() { return this; }
|
|
272
272
|
static get watchers() { return {
|
|
@@ -31,9 +31,9 @@ const ZCoverHero$1 = /*@__PURE__*/ proxyCustomElement(class ZCoverHero extends H
|
|
|
31
31
|
return (h("div", { class: "content-container" }, h("slot", { name: "content" })));
|
|
32
32
|
}
|
|
33
33
|
render() {
|
|
34
|
-
return (h(Host, { key: '
|
|
34
|
+
return (h(Host, { key: '3ca1daae49161dbf205360cd220d36c3b817a011' }, this.variant === CoverHeroVariant.STACKED &&
|
|
35
35
|
this.contentPosition === CoverHeroContentPosition.TOP &&
|
|
36
|
-
this.renderContent(), h("div", { key: '
|
|
36
|
+
this.renderContent(), h("div", { key: 'f63e349e0b7f78c78f43771cf5795a945e1a7f8d', class: "main-container" }, h("div", { key: 'a350f5951ca6f6be672d1de2d3690c19ae44b341', class: "cover-container" }, h("slot", { key: '78d0f8e49581568cb371f61e7b7f8b44bb19034b', name: "cover" })), h("slot", { key: '54c6fc3a7dfa2a0642ad6853a22ff2a5783cacc2', name: "info-reveal" }), this.variant === CoverHeroVariant.OVERLAY && this.renderContent()), this.variant === CoverHeroVariant.STACKED &&
|
|
37
37
|
this.contentPosition === CoverHeroContentPosition.BOTTOM &&
|
|
38
38
|
this.renderContent()));
|
|
39
39
|
}
|
|
@@ -17,7 +17,7 @@ const ZInfoBox$1 = /*@__PURE__*/ proxyCustomElement(class ZInfoBox extends HTMLE
|
|
|
17
17
|
this.infoBoxClose.emit({ boxid: this.boxid });
|
|
18
18
|
}
|
|
19
19
|
render() {
|
|
20
|
-
return (h("div", { key: '
|
|
20
|
+
return (h("div", { key: '251424a0983aba678d28fd2cec9b46dfe80b9613', id: this.boxid }, h("slot", { key: 'a35e75f792de72b447e808a9463d97709c359ef1', name: "content" }), this.isclosable && (h("z-icon", { key: 'b8a0b8a1d727a85eb32508e3def74a468991beca', name: "multiply", "data-action": "infoBoxClose", onClick: () => this.emitInfoBoxClose() }))));
|
|
21
21
|
}
|
|
22
22
|
static get style() { return ZInfoBoxStyle0; }
|
|
23
23
|
}, [1, "z-info-box", {
|
|
@@ -49,7 +49,7 @@ const ZInfoReveal$1 = /*@__PURE__*/ proxyCustomElement(class ZInfoReveal extends
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
render() {
|
|
52
|
-
return (h(Host, { key: '
|
|
52
|
+
return (h(Host, { key: 'ea58b3ebf4f3409a322a69e255b66267ea64b6f9', open: this.open }, h("button", { key: 'f7bfacd0f57366a843e3492aa3c141c9cbf47353', 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 && h("z-icon", { key: 'fa496e51ce6c773fd6a1a18ba9f90784ec9f22b0', name: this.icon }), this.label && h("span", { key: 'dca043100cd2e938208c71b9f48620e16cf658cb', class: "z-info-reveal-label" }, this.label)), h("div", { key: 'a13a0334421a332b9e2853bc999b25bc7fc651cf', class: "z-info-reveal-panel", id: "z-info-reveal-panel", ref: (el) => (this.panel = el), hidden: !this.open }, h("slot", { key: '44ce4ce5b237f0f28d90cab399caff11f6bccdab' }), h("button", { key: '6453242c98c7056d0394e47315879ab1688a7eb4', class: "z-info-reveal-close", type: "button", onClick: this.closePanel.bind(this), "aria-label": "Chiudi pannello informazioni" }, h("z-icon", { key: 'cf114e18289ebf61595f6ec2bbbcdb6d20490242', name: "multiply" })))));
|
|
53
53
|
}
|
|
54
54
|
get host() { return this; }
|
|
55
55
|
static get watchers() { return {
|
|
@@ -23,7 +23,7 @@ const ZLogo$1 = /*@__PURE__*/ proxyCustomElement(class ZLogo extends HTMLElement
|
|
|
23
23
|
if (this.height) {
|
|
24
24
|
style["height"] = style["max-height"] = `${this.height}px`;
|
|
25
25
|
}
|
|
26
|
-
return (h(Host, { key: '
|
|
26
|
+
return (h(Host, { key: '398d14ac2633488e87fcf36ff104a5f4e54a7f8b', style: style, class: { mobile: !!this.mobileLogo } }, this.link ? (h("a", { href: this.link, target: this.targetBlank ? "_blank" : "_self" }, h("img", { alt: this.imageAlt }))) : (h("img", { alt: this.imageAlt }))));
|
|
27
27
|
}
|
|
28
28
|
static get style() { return ZLogoStyle0; }
|
|
29
29
|
}, [1, "z-logo", {
|
|
@@ -136,7 +136,7 @@ const ZMenuSection$1 = /*@__PURE__*/ proxyCustomElement(class ZMenuSection exten
|
|
|
136
136
|
this.checkContent();
|
|
137
137
|
}
|
|
138
138
|
render() {
|
|
139
|
-
return (h(Host, { key: '
|
|
139
|
+
return (h(Host, { key: '000ba2f80f01a19209f7848c83f1f4503f55f05d', role: "menu", open: this.open }, h("button", { key: 'a690d675f070c539fbb2ff515c469f696990cbeb', class: "label", "aria-pressed": this.open ? "true" : "false", onClick: this.toggle.bind(this), onKeyUp: this.focusFirstSectionItemOnKeyUp.bind(this) }, h("slot", { key: 'e2fdb9c4f09bc8a8ffb022d72658d73b0aa18111', onSlotchange: this.onLabelSlotChange.bind(this) }), this.hasContent && h("z-icon", { key: '5f30df35dd899062744cce1138b1223163949686', name: this.open ? "chevron-up" : "chevron-down" })), this.open && (h("div", { key: '8eee7eacfece2b37e1a1321f3e10e5e0ae3a8b48', class: "items" }, h("slot", { key: '50bea84496331335adbe436f02d0d55401809f68', name: "section", onSlotchange: this.checkContent.bind(this) })))));
|
|
140
140
|
}
|
|
141
141
|
get hostElement() { return this; }
|
|
142
142
|
static get style() { return ZMenuSectionStyle0; }
|
|
@@ -211,7 +211,7 @@ const ZMenu$1 = /*@__PURE__*/ proxyCustomElement(class ZMenu extends HTMLElement
|
|
|
211
211
|
return (h("div", { class: "menu-wrapper" }, h("div", { class: "menu-label" }, h("div", { class: "menu-label-content" }, h("slot", { onSlotchange: this.onLabelSlotChange })))));
|
|
212
212
|
}
|
|
213
213
|
render() {
|
|
214
|
-
return (h(Host, { key: '
|
|
214
|
+
return (h(Host, { key: 'e602d69e2046c9c811a6df845b581bea40b9807d' }, this.renderMenuLabel(), this.hasContent && (h("div", { key: '145b5bff59cacb08d8397101eb12b0586fb631a8', class: "content", ref: (el) => (this.content = el) }, this.hasHeader && (h("header", { key: 'e5f7498e3ba1a8cde44b4479fa9c6c8775ec1795', class: "header" }, h("slot", { key: 'd7c39311d4fad9ecd9ab2d6cbf7205e28d59deb1', name: "header", onSlotchange: this.checkContent }))), h("div", { key: '75812951a5c5e0fa99df7a762edf278a892367b8', class: "items", role: "menu" }, h("slot", { key: '7dd57bcf3c40011378c4f13f0a262c2a75b792e8', name: "item", onSlotchange: this.onItemsChange }))))));
|
|
215
215
|
}
|
|
216
216
|
get hostElement() { return this; }
|
|
217
217
|
static get watchers() { return {
|
|
@@ -56,7 +56,7 @@ const ZMyzCardAlert$1 = /*@__PURE__*/ proxyCustomElement(class ZMyzCardAlert ext
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
render() {
|
|
59
|
-
return (h("div", { key: '
|
|
59
|
+
return (h("div", { key: 'd56b4368e66d3959cc60b95f6e17c018f8bfd514', class: "alert-external-wrapper " + this.retrieveClass() }, h("z-alert", { key: '3d105565b00a05a0f181c4f1522a78e5cb63535e', type: this.getAlertType() }, h("div", { key: 'fed3f8fe251eb2a72062375be2b3db559b8a57e8', class: "relative-container" }, h("z-icon", { key: '14fad33cf0e93d14def38090ff14a34f3fd7787f', name: this.iconname, width: 18, height: 18, class: this.retrieveClass() }), h("span", { key: 'eed365c5566a89b03d3d9e8350a396e89b3f8b89', class: "content-text" }, this.contenttext), this.actiontext && !!this.actiontext.trim().length && (h("span", { key: 'db12283131998f12ec31cdd40512d0488c79e4ac', role: "button", tabindex: "0", class: "content-action", onClick: (e) => {
|
|
60
60
|
this.handleActionButtonClick(e);
|
|
61
61
|
}, onKeyPress: (e) => {
|
|
62
62
|
this.handleSpaceKeyPress(e);
|
|
@@ -31,7 +31,7 @@ const ZMyzCardDictionary$1 = /*@__PURE__*/ proxyCustomElement(class ZMyzCardDict
|
|
|
31
31
|
this.cardFlipped.emit(showBack);
|
|
32
32
|
}
|
|
33
33
|
render() {
|
|
34
|
-
return (h("div", { key: '
|
|
34
|
+
return (h("div", { key: '92e059ad2b002412fd8831ff47dd36e745682a7c' }, h("z-myz-card", { key: 'e5d3cf336fde882b4358481f8bdb6e31fa1484d5' }, h("z-myz-card-header", { key: 'b8058a568434c1d8a3fcaaa9b6e159f85d3cd470', titolo: this.name }), h("div", { key: '47980eb0950c3417a06064b6af2d8fe20ae2ded3', class: `content ${this.flipped ? "flipped" : ""}` }, h("div", { key: '6acc389702046895e1aef1909f87ec242525ad52', class: "front" }, h("z-myz-card-body", { key: '221ca2bbb2780a76b8f0015ec6f0a8513d6d48fb' }, h("z-myz-card-cover", { key: 'de002018d56e7f19ed56cb77f0276ce9b072016c', slot: "cover", titolo: this.name, img: this.cover, faded: this.disabled })), h("z-button", { key: '9e1a91a79cfa4fea26d5a8e56630d9e013a4df4c', class: { "hide-info": this.hideinfobtn }, variant: ButtonVariant.SECONDARY, icon: "informationsource", size: ButtonSize.X_SMALL, onClick: () => this.flipCard(true), disabled: this.flipped }, this.flipbuttonlabel)), h("div", { key: '7cec28dda0080e0149399beee85e3669fbdce635', class: "back" }, h("slot", { key: '80db1cfd412a1458366521767855bf4b2865bc75', name: "info" }))), h("slot", { key: '57aa9044462a6e9aaf0ff6675169cca29d3c6f42' }))));
|
|
35
35
|
}
|
|
36
36
|
static get style() { return ZMyzCardDictionaryStyle0; }
|
|
37
37
|
}, [1, "z-myz-card-dictionary", {
|
|
@@ -10,7 +10,7 @@ const ZMyzCardFooterSections$1 = /*@__PURE__*/ proxyCustomElement(class ZMyzCard
|
|
|
10
10
|
this.__attachShadow();
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
|
-
return (h("div", { key: '
|
|
13
|
+
return (h("div", { key: '2e632f7150485f970adc0970c35db7ae84a74613' }, h("footer", { key: '619018521156d3366b2c8495982de9f80000335a' }, h("div", { key: '7d55e4d2a7e928b53c856096da26f408e5e4824a', class: "top" }, h("slot", { key: 'be43f9cb4501c53fca8e0bb045e41c4f5c325edf', name: "top" })), h("div", { key: '117e48439257c99d587a91318822812dd3e61951', class: "bottom" }, h("slot", { key: '1d43b4f263df49fa8112866b3139f2efbeb7deb3', name: "bottom" })))));
|
|
14
14
|
}
|
|
15
15
|
static get style() { return ZMyzCardFooterSectionsStyle0; }
|
|
16
16
|
}, [1, "z-myz-card-footer-sections"]);
|
|
@@ -62,7 +62,7 @@ const ZMyzCardFooter$1 = /*@__PURE__*/ proxyCustomElement(class ZMyzCardFooter e
|
|
|
62
62
|
return this.host.querySelector("[slot=list] > li a");
|
|
63
63
|
}
|
|
64
64
|
render() {
|
|
65
|
-
return (h("div", { key: '
|
|
65
|
+
return (h("div", { key: '4d3e04f4a2e1e26d27009c724bebcb437f9ec9cd', class: Object.assign(Object.assign({}, this.retrieveClass()), { wrapper: true }) }, h("footer", { key: 'e0a842ab97ca6b7d53b139326ce9e3a8e0c59e26', class: this.retrieveClass(), onTransitionEnd: (e) => this.footerTransitionHandler(e) }, h("span", { key: '8c70db89dfe26fb8f413cb83934ce9c6912c89d4', class: "toggle" }, h("slot", { key: '3ff96142e26ee9d98a1f35f9f470eccf6e72b6de', name: "toggle" })), this.titolo && h("p", { key: '3feb275197ffac00e755b769077847f3f740c5d5', class: { "custom-content": this.customContent } }, this.titolo), h("div", { key: '575b42d787b8ef2997b255f25dce6655e8f369b1', class: { "content": true, "custom-content": this.customContent } }, h("div", { key: '8f174bccd714953aa64d4bf17bf022f03f4db118' }, h("p", { key: '51bb9d81d7eb5d0b8d9ddde434c3fa507dfec114', class: "authors", ref: (el) => (this.ellipsisAuthors = el) }, h("span", { key: '09572e1ef71256718f349ce5d62ffe85dc0cc20e', title: this.getTitleAuthors() }, h("span", { key: '82a406467ab1269235f2e66a2169e0eaec137cba', "aria-description": "Autori", class: "bold" }, this.autori))), h("p", { key: '840dc502047299e1238c667ef08ce51ef702416d', class: "year-isbn" }, h("span", { key: 'bb4de7e518babbc45b5b17b330b618abde5112d3', class: "isbn" }, h("span", { key: 'a95246622a98a5f9fa60dfee0acd27945459cd87' }, h("span", { key: '64eab7f5f14de0f5247b53b569ff40d7271237ac', "aria-description": "ISBN edizione cartacea", class: "bold" }, this.isbn), " ", "(ed. cartacea)")))), h("div", { key: '5eeabdff1ae2e38c387e446e1123b0b47dd5cafd', class: `slot-handler ${this.isOpen ? "visible" : "hidden"}` }, h("slot", { key: '6965315cb2fb273fadd5f5360de615178dc9fc34', name: "list" })))), this.customContent && h("slot", { key: '8e708f396ff396c2fec9517634c8a9413ddb4c47', name: "content" })));
|
|
66
66
|
}
|
|
67
67
|
get host() { return this; }
|
|
68
68
|
static get style() { return ZMyzCardFooterStyle0; }
|
|
@@ -14,7 +14,7 @@ const ZMyzCardIcon$1 = /*@__PURE__*/ proxyCustomElement(class ZMyzCardIcon exten
|
|
|
14
14
|
this.ariaLabel = "";
|
|
15
15
|
}
|
|
16
16
|
render() {
|
|
17
|
-
return (h("button", { key: '
|
|
17
|
+
return (h("button", { key: 'a37758fafd02cd31c7d5a962633db50a510c0712', disabled: this.isdisabled, "aria-label": this.ariaLabel }, h("span", { key: '82bd90e7492e165f89e09531b5e3b9bf8ce3abdc' }, h("z-icon", { key: 'cb8d17c51283529f672bcb7743e534a7ea4a4cab', name: this.icon, width: 16, height: 16 }))));
|
|
18
18
|
}
|
|
19
19
|
static get style() { return ZMyzCardIconStyle0; }
|
|
20
20
|
}, [1, "z-myz-card-icon", {
|
|
@@ -121,7 +121,7 @@ const ZMyzCardInfo$1 = /*@__PURE__*/ proxyCustomElement(class ZMyzCardInfo exten
|
|
|
121
121
|
return (h("section", { ref: (el) => (this.offlineLicenseWrapper = el) }, h("span", { class: "license-heading" }, h("span", null, "Licenza offline"), this.setExpirationLicenseMessage("offline")), "Scadenza il ", h("b", null, this.cardData.offlineLicense.expiration), h("br", null), "Installazioni disponibili: ", h("b", null, this.cardData.offlineLicense.installations)));
|
|
122
122
|
}
|
|
123
123
|
render() {
|
|
124
|
-
return (h("div", { key: '
|
|
124
|
+
return (h("div", { key: '6ef44cab5041bae9a26d0c52ddddf04f4f5fd23f' }, this.renderCloseIcon(), h("div", { key: 'e85f90f98d7d405cbea9518ffd57e726a3a4c23d', class: "content-wrapper", ref: (el) => (this.contentWrapper = el) }, this.renderGeneralSection(), this.renderTooltip(), this.renderOnlineLicenseSection(), this.renderOfflineLicenseSection()), h("div", { key: '75ee1cf8699518431e3648b2a0f9ac8b70c2ff7f', class: "cta-wrapper" }, h("slot", { key: 'dea3392e38d203fee59e851eb151799873ba3652' }))));
|
|
125
125
|
}
|
|
126
126
|
static get style() { return ZMyzCardInfoStyle0; }
|
|
127
127
|
}, [1, "z-myz-card-info", {
|
|
@@ -30,7 +30,7 @@ const ZMyzCardList$1 = /*@__PURE__*/ proxyCustomElement(class ZMyzCardList exten
|
|
|
30
30
|
});
|
|
31
31
|
}
|
|
32
32
|
render() {
|
|
33
|
-
return h("ul", { key: '
|
|
33
|
+
return h("ul", { key: 'd3f7300b28cfd01aeea2cec8cf6555c32aba6400' }, this.renderList(JSON.parse(this.listdata)));
|
|
34
34
|
}
|
|
35
35
|
static get style() { return ZMyzCardListStyle0; }
|
|
36
36
|
}, [1, "z-myz-card-list", {
|
|
@@ -26,7 +26,7 @@ const ZMyzList$1 = /*@__PURE__*/ proxyCustomElement(class ZMyzList extends HTMLE
|
|
|
26
26
|
}
|
|
27
27
|
render() {
|
|
28
28
|
const lastElem = this.list ? this.list.length - 1 : -1;
|
|
29
|
-
return (h("ul", { key: '
|
|
29
|
+
return (h("ul", { key: 'c998b497e10e19d05bf4958405941b94c6dc1142' }, this.list &&
|
|
30
30
|
this.list.map((bean, i) => (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 {
|
|
@@ -205,10 +205,10 @@ const ZNavigationTabs$1 = /*@__PURE__*/ proxyCustomElement(class ZNavigationTabs
|
|
|
205
205
|
(_a = this.resizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
206
206
|
}
|
|
207
207
|
render() {
|
|
208
|
-
return (h(Host, { key: '
|
|
208
|
+
return (h(Host, { key: '0c33a7d3aef775398fbda7b901445a55b63caf88', class: {
|
|
209
209
|
"interactive-2": this.size === NavigationTabsSize.SMALL,
|
|
210
210
|
"interactive-1": this.size !== NavigationTabsSize.SMALL,
|
|
211
|
-
}, scrollable: this.canNavigate }, h("button", { key: '
|
|
211
|
+
}, scrollable: this.canNavigate }, h("button", { key: '536b8ea2c4ed093e238e6e587c14e4009a8d7887', class: "navigation-button", onClick: this.navigateBackwards.bind(this), tabIndex: -1, disabled: !this.canNavigatePrev, "aria-label": "Mostra elementi precedenti", hidden: !this.canNavigate }, h("z-icon", { key: 'e0c0fb83da4db6bc8dfc2b513cedf199f6ee1618', name: this.orientation === NavigationTabsOrientation.HORIZONTAL ? "chevron-left" : "chevron-up", width: 16, height: 16 })), h("nav", { key: 'eba91e87f2ad5371446dd0fd0a4f880cf646f931', 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 }, h("slot", { key: '9c1d2f92691a2928c7912f003b46f91df93712ee' })), h("button", { key: '010ed7bc0abf89bf59ec3ef2928845bf6385ceae', class: "navigation-button", onClick: this.navigateForward.bind(this), tabIndex: -1, disabled: !this.canNavigateNext, "aria-label": "Mostra elementi successivi", hidden: !this.canNavigate }, h("z-icon", { key: '2fd838f03656dfa1e20e651c07769d48afbe2285', name: this.orientation === NavigationTabsOrientation.HORIZONTAL ? "chevron-right" : "chevron-down", width: 16, height: 16 }))));
|
|
212
212
|
}
|
|
213
213
|
get host() { return this; }
|
|
214
214
|
static get watchers() { return {
|
|
@@ -30,7 +30,7 @@ const ZNotification$1 = /*@__PURE__*/ proxyCustomElement(class ZNotification ext
|
|
|
30
30
|
}
|
|
31
31
|
render() {
|
|
32
32
|
var _a;
|
|
33
|
-
return (h(Host, { key: '
|
|
33
|
+
return (h(Host, { key: '467a230ba58b2642a3f13cfdd9b82669e3f39a9d' }, this.contenticonname && (h("z-icon", { key: '610944969e1ebc676683c72a538d9f3ccb84c6ac', class: "status-icon", name: this.contenticonname, width: 16, height: 16 })), h("div", { key: '188591692e486ae50dd0d6792ee8ad06ee606102', class: "content-container" }, h("div", { key: '0f9ccc9c49862ca21b2eae0268776b399c3bd575', class: "content-text" }, h("slot", { key: 'deaac1db17ab5d963dae077b1d23a90fb91966ae' })), !!((_a = this.actiontext) === null || _a === void 0 ? void 0 : _a.trim()) && (h("button", { key: '22c8752e5c634018144c3034f2131f61c8f4fd81', class: "action-button", type: "button", onClick: this.handleActionButtonClick }, this.actiontext))), this.showclose && (h("button", { key: 'a2dfbbc203b64729cfb23a5ae96d14afbcc5ecc7', class: "close-button", type: "button", onClick: this.handleCloseButtonClick }, h("z-icon", { key: '81ad02f6c6d0c764682e9a9abb43a63ec1d390f1', name: "multiply-circle", width: 16, height: 16 })))));
|
|
34
34
|
}
|
|
35
35
|
static get style() { return ZNotificationStyle0; }
|
|
36
36
|
}, [1, "z-notification", {
|
package/dist/components/z-otp.js
CHANGED
|
@@ -24,7 +24,7 @@ const ZOtp$1 = /*@__PURE__*/ proxyCustomElement(class ZOtp extends HTMLElement {
|
|
|
24
24
|
this.otpRef = [...Array(this.inputNum)];
|
|
25
25
|
}
|
|
26
26
|
render() {
|
|
27
|
-
return (h("div", { key: '
|
|
27
|
+
return (h("div", { key: '22ac9df1ed4e70a3107f79d0ca9f4fb2f94fc652', class: "otp-container" }, h("div", { key: '3b867810147768e6758628ff0f7730e8b38e5008', class: "digits-container" }, this.otp.map((_val, i) => (h("input", { class: this.status == 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$1 = /*@__PURE__*/ proxyCustomElement(class ZOtp extends HTMLElement {
|
|
|
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) })))), h("z-input-message", { key: '
|
|
38
|
+
}, type: "text", minlength: "1", maxlength: "1", autoComplete: "off", ref: (el) => (this.otpRef[i] = el) })))), h("z-input-message", { key: 'b5d4cc5a0cec7aa4746f1e4731113579477e50b8', message: this.message, status: this.status })));
|
|
39
39
|
}
|
|
40
40
|
static get style() { return ZOtpStyle0; }
|
|
41
41
|
}, [1, "z-otp", {
|
|
@@ -20,11 +20,11 @@ const ZPanelElem$1 = /*@__PURE__*/ proxyCustomElement(class ZPanelElem extends H
|
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
22
|
const elemId = this.elemid ? this.elemid : "";
|
|
23
|
-
return (h("div", { key: '
|
|
23
|
+
return (h("div", { key: '980fb3c0aec4901c083af91e61c1af0d1f9bf415', class: "panel-elem-container" }, (this.imgurl || this.imgalt) && (h("div", { key: '6f48aaa96e459a4dd4b2ead53548e6d121a34361', "aria-hidden": "true", class: "panel-elem-icon" }, h("img", { key: '1f6cae8a9c49e232c5158fdf7b1728278ac88cfd', src: this.imgurl, alt: this.imgalt }))), h("div", { key: '54a0690012fad5f6c837017aca04a959f5c5a479', class: "panel-elem-link" }, h("a", { key: 'bf781de40115ee086b96c65773c732864284bda6', class: {
|
|
24
24
|
"z-link": true,
|
|
25
25
|
"z-link-disabled": this.isdisabled,
|
|
26
26
|
"z-link-icon": true,
|
|
27
|
-
}, id: elemId + "link_id", href: this.url, target: this.target }, h("z-icon", { key: '
|
|
27
|
+
}, id: elemId + "link_id", href: this.url, target: this.target }, h("z-icon", { key: 'a7fc21c2b023aa04eeee1cbe2c8edcec8fa2a0c0', height: 14, width: 14, name: this.linkicon }), this.linklabel)), this.descrSlotName && (h("div", { key: '1f744be5e25b29f1e3c53cb010ba16e0bc552c7c', class: "panel-elem-desc" }, h("slot", { key: '94aada9c2f94cda716318aebb59c1e6c593271c9', name: this.descrSlotName })))));
|
|
28
28
|
}
|
|
29
29
|
static get style() { return ZPanelElemStyle0; }
|
|
30
30
|
}, [6, "z-panel-elem", {
|
|
@@ -17,7 +17,7 @@ const ZSectionTitle$1 = /*@__PURE__*/ proxyCustomElement(class ZSectionTitle ext
|
|
|
17
17
|
this.hasSecondaryTitle = !!this.host.querySelector("[slot=secondary-title]");
|
|
18
18
|
}
|
|
19
19
|
render() {
|
|
20
|
-
return (h(Host, { key: '
|
|
20
|
+
return (h(Host, { key: '0c4b87ceddcba29e185482bf59af1e3b0924405f' }, h("slot", { key: '09d4ad87a1c58fb8aea750e6dbffbd638d57a64f', name: "secondary-title" }), !this.hasSecondaryTitle && this.dividerPosition === ZSectionTitleDividerPosition.BEFORE && (h("z-divider", { key: 'ac18c9f472df201a80088db9ec5cca97c9cb3ca9', size: DividerSize.LARGE, color: "z-section-title--divider-color" })), h("slot", { key: '58839168a71f8d3e7c4f262deb1735b19aa5dd06', name: "primary-title" }), !this.hasSecondaryTitle && this.dividerPosition === ZSectionTitleDividerPosition.AFTER && (h("z-divider", { key: '550c55466ad1018e92d2a5b4c90527f5a8e114cb', size: DividerSize.LARGE, color: "z-section-title--divider-color" }))));
|
|
21
21
|
}
|
|
22
22
|
get host() { return this; }
|
|
23
23
|
static get style() { return ZSectionTitleStyle0; }
|
|
@@ -330,7 +330,7 @@ const ZSelect$1 = /*@__PURE__*/ proxyCustomElement(class ZSelect extends HTMLEle
|
|
|
330
330
|
return (h("z-input-message", { message: boolean(this.message) === true ? undefined : this.message, status: this.status, class: this.size }));
|
|
331
331
|
}
|
|
332
332
|
render() {
|
|
333
|
-
return (h("div", { key: '
|
|
333
|
+
return (h("div", { key: '3f88d94d1d4ef7f9a7abccd49b6146ee16f2b3ec', class: "select-wrapper" }, this.renderInput(), this.renderSelectUl(), this.renderMessage()));
|
|
334
334
|
}
|
|
335
335
|
get element() { return this; }
|
|
336
336
|
static get watchers() { return {
|
|
@@ -48,7 +48,7 @@ const ZSkipToContent$1 = /*@__PURE__*/ proxyCustomElement(class ZSkipToContent e
|
|
|
48
48
|
this.visible = false;
|
|
49
49
|
}
|
|
50
50
|
render() {
|
|
51
|
-
return (h(Host, { key: '
|
|
51
|
+
return (h(Host, { key: 'f1bc5c87d3c619d7887fcd16768bd3f20c80465d', class: {
|
|
52
52
|
[this.variant]: true,
|
|
53
53
|
"skip-to-content-visible": this.visible,
|
|
54
54
|
} }, this.links.map((link, i) => {
|
|
@@ -23,7 +23,7 @@ const ZStepperItem$1 = /*@__PURE__*/ proxyCustomElement(class ZStepperItem exten
|
|
|
23
23
|
return Object.assign(Object.assign(Object.assign(Object.assign({}, href), role), current), tabindex);
|
|
24
24
|
}
|
|
25
25
|
render() {
|
|
26
|
-
return (h(Host, { key: '
|
|
26
|
+
return (h(Host, { key: 'd101614c37bf96e00d0193e0eaa3ecaa30a34ada', role: "listitem" }, h("button", Object.assign({ key: '504cf6bbfbf6adbd708d26b1a771245c83903e57', class: "stepper-item", disabled: this.disabled }, this.getAttributes()), h("div", { key: '9da0892f47d45aaa4df1fb28765a9fde238dc5a4', class: "indicator" }, this.checked ? h("z-icon", { name: "checkmark" }) : this.index), h("span", { key: '53b2b5ad7d46e059d10dd551ffff51b1c076bbb6' }, h("slot", { key: 'e7beae0aa067f254f8bf2b2271f07598f14d851e' })))));
|
|
27
27
|
}
|
|
28
28
|
static get style() { return ZStepperItemStyle0; }
|
|
29
29
|
}, [1, "z-stepper-item", {
|
|
@@ -10,7 +10,7 @@ const ZStepper$1 = /*@__PURE__*/ proxyCustomElement(class ZStepper extends HTMLE
|
|
|
10
10
|
this.__attachShadow();
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
|
-
return (h(Host, { key: '
|
|
13
|
+
return (h(Host, { key: '597548241d2ea51034d18c1f099f2a7767875bc4', role: "list" }, h("slot", { key: '252251925dbfdaafdb0679a19e96adbcb94cde1e' })));
|
|
14
14
|
}
|
|
15
15
|
static get style() { return ZStepperStyle0; }
|
|
16
16
|
}, [1, "z-stepper"]);
|
|
@@ -2,7 +2,7 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal
|
|
|
2
2
|
import './index2.js';
|
|
3
3
|
import './iconset.js';
|
|
4
4
|
|
|
5
|
-
const stylesCss = ":host{--z-table--cells-padding:calc(var(--space-unit) * 2);position:relative;display:block;overflow:auto;max-width:100%;box-sizing:border-box;background-color:var(--color-surface01)}:host([expandable]){--z-table--expand-button-size:40px}:host([bordered]){--z-table--cell-left-border:1px solid var(--color-surface03)}
|
|
5
|
+
const stylesCss = ":host{--z-table--cells-padding:calc(var(--space-unit) * 2);position:relative;display:block;overflow:auto;max-width:100%;box-sizing:border-box;background-color:var(--color-surface01)}:host([expandable]){--z-table--expand-button-size:40px}:host([bordered]){--z-table--cell-left-border:1px solid var(--color-surface03)}";
|
|
6
6
|
const ZTableStyle0 = stylesCss;
|
|
7
7
|
|
|
8
8
|
const ZTable$1 = /*@__PURE__*/ proxyCustomElement(class ZTable extends HTMLElement {
|
|
@@ -36,7 +36,7 @@ const ZTable$1 = /*@__PURE__*/ proxyCustomElement(class ZTable extends HTMLEleme
|
|
|
36
36
|
(_a = this.expandableMutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
37
37
|
}
|
|
38
38
|
render() {
|
|
39
|
-
return (h(Host, { key: '
|
|
39
|
+
return (h(Host, { key: 'b52da4a04a1ae7b02c1382f5fb900cd129f06319', expandable: this.expandable }, h("div", { key: '8a4913966c915691a7dde1d1a23dd4da39cf1800', class: "table", role: "table" }, h("slot", { key: 'c4ff8a3fabe9451e83013e922e95976a6de3da34' }))));
|
|
40
40
|
}
|
|
41
41
|
get host() { return this; }
|
|
42
42
|
static get style() { return ZTableStyle0; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"z-table.js","mappings":";;;;AAAA,MAAM,SAAS,GAAG,
|
|
1
|
+
{"file":"z-table.js","mappings":";;;;AAAA,MAAM,SAAS,GAAG,8TAA8T,CAAC;AACjV,qBAAe,SAAS;;MCeXA,QAAM;;;;;wBAON,KAAK;0BAMH,KAAK;;IAEV,gBAAgB;QACtB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;KAC7E;;;;IAOD,iBAAiB;QACf,IAAI,CAAC,0BAA0B,GAAG,IAAI,gBAAgB,CAAC;YACrD,IAAI,CAAC,gBAAgB,EAAE,CAAC;SACzB,CAAC,CAAC;QACH,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE;YACjD,SAAS,EAAE,IAAI;YACf,OAAO,EAAE,IAAI;YACb,UAAU,EAAE,IAAI;YAChB,eAAe,EAAE,CAAC,YAAY,CAAC;YAC/B,iBAAiB,EAAE,KAAK;SACzB,CAAC,CAAC;KACJ;IAED,oBAAoB;;QAClB,MAAA,IAAI,CAAC,0BAA0B,0CAAE,UAAU,EAAE,CAAC;KAC/C;IAED,MAAM;QACJ,QACE,EAAC,IAAI,qDAAC,UAAU,EAAE,IAAI,CAAC,UAAU,IAC/B,4DACE,KAAK,EAAC,OAAO,EACb,IAAI,EAAC,OAAO,IAEZ,8DAAa,CACT,CACD,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["ZTable"],"sources":["src/components/table/z-table/styles.css?tag=z-table&encapsulation=shadow","src/components/table/z-table/index.tsx"],"sourcesContent":[":host {\n --z-table--cells-padding: calc(var(--space-unit) * 2);\n\n position: relative;\n display: block;\n overflow: auto;\n max-width: 100%;\n box-sizing: border-box;\n background-color: var(--color-surface01);\n}\n\n:host([expandable]) {\n --z-table--expand-button-size: 40px;\n}\n\n:host([bordered]) {\n --z-table--cell-left-border: 1px solid var(--color-surface03);\n}\n","import {Component, Element, Host, Prop, State, h} from \"@stencil/core\";\nimport \"../z-tbody/index\";\nimport \"../z-tfoot/index\";\nimport \"../z-thead/index\";\nimport \"../z-tr/index\";\n\n/**\n * ZTable component.\n * @slot - Table content (`z-thead`, `z-tbody`, `z-tfoot`, `z-tr`).\n * @cssprop --z-table--cells-padding - Padding of the cells.\n */\n@Component({\n tag: \"z-table\",\n styleUrl: \"styles.css\",\n shadow: true,\n})\nexport class ZTable {\n @Element() host: HTMLZTableElement;\n\n /**\n * Whether the table cells should show a border between them.\n */\n @Prop({reflect: true})\n bordered = false;\n\n /**\n * Whether the table contains some expandable rows.\n */\n @State()\n expandable = false;\n\n private updateExpandable(): void {\n this.expandable = this.host.querySelectorAll(\"z-tr[expandable]\").length > 0;\n }\n\n private expandableMutationObserver: MutationObserver;\n\n /**\n * Setup the table creating a mutation observer for the expandable attribute.\n */\n componentWillLoad(): void {\n this.expandableMutationObserver = new MutationObserver(() => {\n this.updateExpandable();\n });\n this.expandableMutationObserver.observe(this.host, {\n childList: true,\n subtree: true,\n attributes: true,\n attributeFilter: [\"expandable\"],\n attributeOldValue: false,\n });\n }\n\n disconnectedCallback(): void {\n this.expandableMutationObserver?.disconnect();\n }\n\n render(): HTMLZTableElement {\n return (\n <Host expandable={this.expandable}>\n <div\n class=\"table\"\n role=\"table\"\n >\n <slot></slot>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -10,7 +10,7 @@ const ZTbody$1 = /*@__PURE__*/ proxyCustomElement(class ZTbody extends HTMLEleme
|
|
|
10
10
|
this.__attachShadow();
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
|
-
return (h(Host, { key: '
|
|
13
|
+
return (h(Host, { key: 'c858acb53b6f5c2eb2310d359f4be2bdb1e347c8', role: "rowgroup" }, h("slot", { key: '07990becd0b8bbf2d56fa761a62ce4dc329da6ab' })));
|
|
14
14
|
}
|
|
15
15
|
static get style() { return ZTbodyStyle0; }
|
|
16
16
|
}, [1, "z-tbody"]);
|
package/dist/components/z-td.js
CHANGED
|
@@ -4,7 +4,7 @@ import { d as defineCustomElement$4 } from './index4.js';
|
|
|
4
4
|
import { d as defineCustomElement$3 } from './index9.js';
|
|
5
5
|
import { d as defineCustomElement$2 } from './index22.js';
|
|
6
6
|
|
|
7
|
-
const stylesCss = ":host{position:relative;display:flex;
|
|
7
|
+
const stylesCss = ":host{position:relative;display:flex;max-width:100%;box-sizing:border-box;align-items:center;padding:var(--z-table--cells-padding, calc(var(--space-unit) * 2));background-color:var(--color-surface01);gap:calc(var(--space-unit) * 2) var(--space-unit)}:host([sticky]){position:sticky;z-index:1;top:0;left:0;box-shadow:8px 0 16px -8px var(--shadow-color-base)}.cell--content-container{display:flex;width:100%;height:100%;align-items:center}:host(:not([show-menu])) .cell--menu-container{opacity:0;pointer-events:none}:host(:is([show-menu],[menu-open])) .cell--menu-container,:host([show-menu]) .cell--menu-container:focus-within{opacity:1;pointer-events:all}:host .cell-popover{z-index:100}@media (min-width: 768px) and (hover: hover){:host([show-menu=\"hover\"]) .cell--menu-container{opacity:0;pointer-events:none}:host([show-menu=\"hover\"]:hover) .cell--menu-container{opacity:1;pointer-events:all}}";
|
|
8
8
|
const ZTdStyle0 = stylesCss;
|
|
9
9
|
|
|
10
10
|
const ZTd$1 = /*@__PURE__*/ proxyCustomElement(class ZTd extends HTMLElement {
|
|
@@ -36,7 +36,7 @@ const ZTd$1 = /*@__PURE__*/ proxyCustomElement(class ZTd extends HTMLElement {
|
|
|
36
36
|
this.updateColspan();
|
|
37
37
|
}
|
|
38
38
|
render() {
|
|
39
|
-
return (h(Host, { key: '36a62d2c751b3b889c7f69280418e95ff02192d5', role: "cell", "menu-open": this.isMenuOpen }, h("slot", { key: '
|
|
39
|
+
return (h(Host, { key: '36a62d2c751b3b889c7f69280418e95ff02192d5', role: "cell", "menu-open": this.isMenuOpen }, h("div", { key: '82adb24df4f465535b30f5a0ba10c452efeb174e', class: "cell--content-container", style: this.showMenu && { justifyContent: "space-between" } }, h("slot", { key: 'c8696269f69dd2a177857fec6edd6ed3d09000ef' }), this.showMenu && (h("div", { key: '1d4f2f1c37aa62ed345d42bd13bb675008e657db', class: "cell--menu-container prevent-expand" }, h("z-button", { key: 'f49b61b2eccd54fc3acd39deaa59641d105034c8', variant: ButtonVariant.TERTIARY, icon: "contextual-menu", size: ControlSize.X_SMALL, ref: (el) => (this.menuTrigger = el), onClick: this.onMenuButtonClick.bind(this) }), h("z-popover", { key: 'a029ccdd0100543058c01f84d0454bb9b5e40cd2', class: "cell-popover", ref: (el) => (this.popoverEl = el), bindTo: this.menuTrigger, onOpenChange: (event) => (this.isMenuOpen = event.detail.open), position: this.popoverPosition }, h("slot", { key: '90c964239ee1b578d3e566c5658dab44768ddeae', name: "contextual-menu" })))))));
|
|
40
40
|
}
|
|
41
41
|
get host() { return this; }
|
|
42
42
|
static get watchers() { return {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"z-td.js","mappings":";;;;;;AAAA,MAAM,SAAS,GAAG,
|
|
1
|
+
{"file":"z-td.js","mappings":";;;;;;AAAA,MAAM,SAAS,GAAG,s4BAAs4B,CAAC;AACz5B,kBAAe,SAAS;;MCWXA,KAAG;;;;;;;sBAaL,KAAK;wBAQkB,IAAI;+BAMA,eAAe,CAAC,IAAI;0BAM3C,KAAK;;IAgBR,aAAa;QACrB,IAAI,IAAI,CAAC,OAAO,EAAE;YAChB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,GAAG,QAAQ,IAAI,CAAC,OAAO,EAAE,CAAC;SACrD;aAAM;YACL,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,aAAa,CAAC,CAAC;SAC/C;QAED,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC;KAC5C;IAEO,iBAAiB,CAAC,EAAc;QACtC,EAAE,CAAC,eAAe,EAAE,CAAC;QACrB,IAAI,CAAC,SAAS,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC;KAC5C;IAED,iBAAiB;QACf,IAAI,CAAC,aAAa,EAAE,CAAC;KACtB;IAED,MAAM;QACJ,QACE,EAAC,IAAI,qDACH,IAAI,EAAC,MAAM,eACA,IAAI,CAAC,UAAU,IAE1B,4DACE,KAAK,EAAC,yBAAyB,EAC/B,KAAK,EAAE,IAAI,CAAC,QAAQ,IAAI,EAAC,cAAc,EAAE,eAAe,EAAC,IAEzD,8DAAa,EACZ,IAAI,CAAC,QAAQ,KACZ,4DAAK,KAAK,EAAC,qCAAqC,IAC9C,iEACE,OAAO,EAAE,aAAa,CAAC,QAAQ,EAC/B,IAAI,EAAC,iBAAiB,EACtB,IAAI,EAAE,WAAW,CAAC,OAAO,EACzB,GAAG,EAAE,CAAC,EAAE,MAAM,IAAI,CAAC,WAAW,GAAG,EAAwB,CAAC,EAC1D,OAAO,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,GAC1C,EACF,kEACE,KAAK,EAAC,cAAc,EACpB,GAAG,EAAE,CAAC,EAAE,MAAM,IAAI,CAAC,SAAS,GAAG,EAAyB,CAAC,EACzD,MAAM,EAAE,IAAI,CAAC,WAA0B,EACvC,YAAY,EAAE,CAAC,KAAK,MAAM,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAC9D,QAAQ,EAAE,IAAI,CAAC,eAAe,IAE9B,6DAAM,IAAI,EAAC,iBAAiB,GAAQ,CAC1B,CACR,CACP,CACG,CACD,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["ZTd"],"sources":["src/components/table/cells/z-td/styles.css?tag=z-td&encapsulation=shadow","src/components/table/cells/z-td/index.tsx"],"sourcesContent":["@import \"../z-table-cells.css\";\n","import {Component, Element, Event, EventEmitter, Host, Prop, State, Watch, h} from \"@stencil/core\";\nimport {ButtonVariant, ControlSize, PopoverPosition, VisibilityCondition} from \"../../../../beans\";\n\n/**\n * ZTd component.\n * @slot - ZTd content.\n */\n@Component({\n tag: \"z-td\",\n styleUrl: \"styles.css\",\n shadow: true,\n})\nexport class ZTd {\n @Element() host: HTMLZTdElement;\n\n /**\n * Number of columns that the cell should span.\n */\n @Prop()\n colspan: number;\n\n /**\n * Whether the cell should stick.\n */\n @Prop({reflect: true})\n sticky = false;\n\n /**\n * Enables the contextual menu.\n * Can be set to \"hover\" or \"always\" to show the button only on cell hover or always.\n * Set a nullish value to hide the menu button.\n */\n @Prop({reflect: true})\n showMenu: VisibilityCondition = null;\n\n /**\n * Set the popover position, the default is \"auto\".\n */\n @Prop()\n popoverPosition?: PopoverPosition = PopoverPosition.AUTO;\n\n /**\n * Store the open state of the menu.\n */\n @State()\n isMenuOpen = false;\n\n private menuTrigger: HTMLZButtonElement;\n\n private popoverEl: HTMLZPopoverElement;\n\n /**\n * Emitted when the value of the `colspan` changes.\n */\n @Event({\n bubbles: true,\n cancelable: false,\n })\n colspanChange: EventEmitter<number>;\n\n @Watch(\"colspan\")\n protected updateColspan(): void {\n if (this.colspan) {\n this.host.style.gridColumn = `span ${this.colspan}`;\n } else {\n this.host.style.removeProperty(\"grid-column\");\n }\n\n this.colspanChange.emit(this.colspan || 1);\n }\n\n private onMenuButtonClick(ev: MouseEvent): void {\n ev.stopPropagation();\n this.popoverEl.open = !this.popoverEl.open;\n }\n\n componentWillLoad(): void {\n this.updateColspan();\n }\n\n render(): HTMLZTdElement {\n return (\n <Host\n role=\"cell\"\n menu-open={this.isMenuOpen}\n >\n <div\n class=\"cell--content-container\"\n style={this.showMenu && {justifyContent: \"space-between\"}}\n >\n <slot></slot>\n {this.showMenu && (\n <div class=\"cell--menu-container prevent-expand\">\n <z-button\n variant={ButtonVariant.TERTIARY}\n icon=\"contextual-menu\"\n size={ControlSize.X_SMALL}\n ref={(el) => (this.menuTrigger = el as HTMLZButtonElement)}\n onClick={this.onMenuButtonClick.bind(this)}\n />\n <z-popover\n class=\"cell-popover\"\n ref={(el) => (this.popoverEl = el as HTMLZPopoverElement)}\n bindTo={this.menuTrigger as HTMLElement}\n onOpenChange={(event) => (this.isMenuOpen = event.detail.open)}\n position={this.popoverPosition}\n >\n <slot name=\"contextual-menu\"></slot>\n </z-popover>\n </div>\n )}\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -11,7 +11,7 @@ const ZTfoot$1 = /*@__PURE__*/ proxyCustomElement(class ZTfoot extends HTMLEleme
|
|
|
11
11
|
this.sticky = false;
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return (h(Host, { key: '
|
|
14
|
+
return (h(Host, { key: 'c668a1b4eb7f5a7c69ba535a0f26aced80382821', role: "rowgroup" }, h("slot", { key: 'a8d4ec90b7ce509013f95821a311a23e5040fbc7' })));
|
|
15
15
|
}
|
|
16
16
|
static get style() { return ZTfootStyle0; }
|
|
17
17
|
}, [1, "z-tfoot", {
|