@zanichelli/albe-web-components 18.5.3 → 18.5.4
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-09238e31.js +47 -0
- package/dist/cjs/index-09238e31.js.map +1 -0
- package/dist/cjs/{index-364e3f60.js → index-1c7cd5df.js} +2 -2
- package/dist/cjs/index-1c7cd5df.js.map +1 -0
- package/dist/cjs/{index-aeea3159.js → index-66928615.js} +2 -2
- package/dist/cjs/{index-aeea3159.js.map → index-66928615.js.map} +1 -1
- package/dist/cjs/index-c798013f.js +73 -0
- package/dist/cjs/index-c798013f.js.map +1 -0
- package/dist/cjs/{index-bf197d11.js → index-f011b2e3.js} +5 -3
- package/dist/cjs/index-f011b2e3.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 +6 -6
- 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-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-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-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 +7 -7
- package/dist/cjs/z-table.cjs.entry.js.map +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 +1 -7
- package/dist/collection/components/table/cells/z-th/styles.css +10 -7
- package/dist/collection/components/table/z-table/index.js +1 -1
- package/dist/collection/components/table/z-table/index.stories.js +7 -2
- package/dist/collection/components/table/z-table/index.stories.js.map +1 -1
- package/dist/collection/components/table/z-table/styles.css +2 -0
- package/dist/collection/components/table/z-tfoot/index.js +1 -1
- package/dist/collection/components/table/z-tfoot/index.js.map +1 -1
- package/dist/collection/components/table/z-thead/index.js +21 -1
- package/dist/collection/components/table/z-thead/index.js.map +1 -1
- package/dist/collection/components/table/z-thead/styles.css +5 -0
- package/dist/collection/components/table/z-tr/index.js +15 -1
- package/dist/collection/components/table/z-tr/index.js.map +1 -1
- package/dist/collection/components/table/z-tr/styles.css +39 -9
- 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 +1 -1
- 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-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-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-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-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/index12.js +1 -1
- package/dist/components/index16.js +4 -4
- 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 +1 -1
- 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 +1 -1
- package/dist/components/z-aria-alert.js +1 -1
- package/dist/components/z-avatar.js +2 -2
- 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-logo.js +1 -1
- package/dist/components/z-menu-section.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-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-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-tfoot.js.map +1 -1
- package/dist/components/z-th.js +1 -1
- package/dist/components/z-th.js.map +1 -1
- package/dist/components/z-thead.js +6 -3
- package/dist/components/z-thead.js.map +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 +16 -2
- package/dist/components/z-tr.js.map +1 -1
- package/dist/components/z-visually-hidden.js +1 -1
- package/dist/esm/index-0bcacbd3.js +21 -0
- package/dist/esm/index-0bcacbd3.js.map +1 -0
- package/dist/esm/{index-571f913c.js → index-36122d8f.js} +2 -2
- package/dist/esm/index-36122d8f.js.map +1 -0
- package/dist/esm/index-628f296f.js +71 -0
- package/dist/esm/index-628f296f.js.map +1 -0
- package/dist/esm/{index-5e18fc4b.js → index-b64ced16.js} +2 -2
- package/dist/esm/{index-5e18fc4b.js.map → index-b64ced16.js.map} +1 -1
- package/dist/esm/index-f20179ad.js +45 -0
- package/dist/esm/index-f20179ad.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 +6 -6
- package/dist/esm/z-aria-alert.entry.js +1 -1
- package/dist/esm/z-avatar.entry.js +2 -2
- 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-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-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 +7 -7
- package/dist/esm/z-table.entry.js.map +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/z-table/index.stories.d.ts +5 -0
- package/dist/types/components/table/z-thead/index.d.ts +5 -0
- package/dist/types/components/table/z-tr/index.d.ts +1 -0
- package/dist/types/components.d.ts +8 -0
- package/{www/build/p-c4b78535.entry.js → dist/web-components-library/p-0756fe6f.entry.js} +2 -2
- package/dist/web-components-library/{p-7c69b70a.entry.js → p-09ba466b.entry.js} +2 -2
- package/{www/build/p-914f9d32.entry.js → dist/web-components-library/p-14f0bdf4.entry.js} +2 -2
- package/dist/web-components-library/{p-8f4a90dc.entry.js → p-25935be3.entry.js} +2 -2
- package/dist/web-components-library/{p-956d977d.entry.js → p-30575221.entry.js} +2 -2
- package/{www/build/p-42819df4.entry.js → dist/web-components-library/p-37f271c8.entry.js} +2 -2
- package/dist/web-components-library/{p-651250c2.entry.js → p-3ed25564.entry.js} +2 -2
- package/dist/web-components-library/{p-209db20e.entry.js → p-4c730d4a.entry.js} +2 -2
- package/dist/web-components-library/p-4c9bf42d.js +2 -0
- package/dist/web-components-library/p-4c9bf42d.js.map +1 -0
- package/dist/web-components-library/{p-f36d7044.entry.js → p-4d73640e.entry.js} +2 -2
- package/dist/web-components-library/{p-40fc2770.entry.js → p-4fbcf534.entry.js} +2 -2
- package/dist/web-components-library/p-4fcbbe1c.entry.js +2 -0
- package/{www/build/p-fed6d4ac.entry.js → dist/web-components-library/p-5cf3a797.entry.js} +2 -2
- package/dist/web-components-library/{p-b2313d3c.entry.js → p-6273db7f.entry.js} +2 -2
- package/dist/web-components-library/{p-afea8173.entry.js → p-63c1bde5.entry.js} +2 -2
- package/dist/web-components-library/{p-d0a18050.entry.js → p-6793061a.entry.js} +2 -2
- package/dist/web-components-library/p-67edb420.entry.js +2 -0
- package/dist/web-components-library/{p-7fbdf8f9.entry.js → p-689b0280.entry.js} +2 -2
- package/{www/build/p-512033d3.entry.js → dist/web-components-library/p-6a62a0a7.entry.js} +3 -3
- package/dist/web-components-library/{p-3a9405b3.entry.js → p-6ca0ee2f.entry.js} +2 -2
- package/dist/web-components-library/{p-ae8b17a1.entry.js → p-72a7eb26.entry.js} +2 -2
- package/dist/web-components-library/p-74819cbe.entry.js +2 -0
- package/dist/web-components-library/p-748fa3ae.js +2 -0
- package/{www/build/p-12900bf7.js.map → dist/web-components-library/p-748fa3ae.js.map} +1 -1
- package/{www/build/p-ae82ba49.entry.js → dist/web-components-library/p-8117a929.entry.js} +2 -2
- package/dist/web-components-library/{p-8b0c8e6d.entry.js → p-8b93bc6d.entry.js} +2 -2
- package/dist/web-components-library/p-8c52635e.entry.js +2 -0
- package/{www/build/p-ac888c48.entry.js → dist/web-components-library/p-962c7f6b.entry.js} +2 -2
- package/dist/web-components-library/p-97608d16.entry.js +2 -0
- package/dist/web-components-library/{p-3cc02ff9.entry.js.map → p-97608d16.entry.js.map} +1 -1
- package/dist/web-components-library/p-9e3da0b7.entry.js +2 -0
- package/dist/web-components-library/{p-684c8fcb.entry.js → p-ac585bcd.entry.js} +2 -2
- package/dist/web-components-library/{p-9047fe2a.entry.js → p-badd98ad.entry.js} +2 -2
- package/dist/web-components-library/p-bdbee3b2.entry.js +2 -0
- package/dist/web-components-library/p-bdbee3b2.entry.js.map +1 -0
- package/dist/web-components-library/{p-1174942e.entry.js → p-c8814ae1.entry.js} +2 -2
- package/dist/web-components-library/p-c9381ebf.js +2 -0
- package/dist/web-components-library/p-c9381ebf.js.map +1 -0
- package/{www/build/p-def1bcc7.entry.js → dist/web-components-library/p-c962e854.entry.js} +2 -2
- package/dist/web-components-library/{p-3cb9a131.entry.js → p-caa491ca.entry.js} +2 -2
- package/dist/web-components-library/{p-1477f263.entry.js → p-cb1de7b4.entry.js} +2 -2
- package/dist/web-components-library/p-cbab66f7.entry.js +2 -0
- package/dist/web-components-library/{p-97294823.entry.js.map → p-cbab66f7.entry.js.map} +1 -1
- package/dist/web-components-library/{p-252ef047.entry.js → p-d0d54d42.entry.js} +2 -2
- package/dist/web-components-library/{p-0df112c4.entry.js → p-d6a7b7f3.entry.js} +2 -2
- package/dist/web-components-library/{p-b376a58c.entry.js → p-d6d3a92a.entry.js} +2 -2
- package/dist/web-components-library/p-d75f8bbb.entry.js +2 -0
- package/dist/web-components-library/p-d7f12672.js +2 -0
- package/dist/web-components-library/p-d7f12672.js.map +1 -0
- package/dist/web-components-library/{p-dc566d6d.entry.js → p-d8aa6afa.entry.js} +2 -2
- package/dist/web-components-library/p-d90d2698.entry.js +2 -0
- package/dist/web-components-library/{p-ee08aec0.entry.js → p-da30a6cb.entry.js} +2 -2
- package/{www/build/p-eb6f59a8.entry.js → dist/web-components-library/p-dc5ba112.entry.js} +2 -2
- package/dist/web-components-library/{p-afc9e99e.entry.js → p-e231e811.entry.js} +2 -2
- package/dist/web-components-library/p-e5407cc1.entry.js +2 -0
- package/dist/web-components-library/{p-c231ed32.entry.js → p-e639e1bc.entry.js} +2 -2
- package/dist/web-components-library/{p-c6ae7dfa.entry.js → p-e8419614.entry.js} +2 -2
- package/dist/web-components-library/p-f19f12b1.js +2 -0
- package/dist/web-components-library/p-f19f12b1.js.map +1 -0
- package/dist/web-components-library/{p-a3aef2c0.entry.js → p-f1c55eda.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/{dist/web-components-library/p-c4b78535.entry.js → www/build/p-0756fe6f.entry.js} +2 -2
- package/www/build/{p-7c69b70a.entry.js → p-09ba466b.entry.js} +2 -2
- package/{dist/web-components-library/p-914f9d32.entry.js → www/build/p-14f0bdf4.entry.js} +2 -2
- package/www/build/{p-23b6a1e1.js → p-1b63615d.js} +1 -1
- package/www/build/{p-8f4a90dc.entry.js → p-25935be3.entry.js} +2 -2
- package/www/build/{p-956d977d.entry.js → p-30575221.entry.js} +2 -2
- package/{dist/web-components-library/p-42819df4.entry.js → www/build/p-37f271c8.entry.js} +2 -2
- package/www/build/{p-651250c2.entry.js → p-3ed25564.entry.js} +2 -2
- package/www/build/{p-209db20e.entry.js → p-4c730d4a.entry.js} +2 -2
- package/www/build/p-4c9bf42d.js +2 -0
- package/www/build/p-4c9bf42d.js.map +1 -0
- package/www/build/{p-f36d7044.entry.js → p-4d73640e.entry.js} +2 -2
- package/www/build/{p-40fc2770.entry.js → p-4fbcf534.entry.js} +2 -2
- package/www/build/p-4fcbbe1c.entry.js +2 -0
- package/{dist/web-components-library/p-fed6d4ac.entry.js → www/build/p-5cf3a797.entry.js} +2 -2
- package/www/build/{p-b2313d3c.entry.js → p-6273db7f.entry.js} +2 -2
- package/www/build/{p-afea8173.entry.js → p-63c1bde5.entry.js} +2 -2
- package/www/build/{p-d0a18050.entry.js → p-6793061a.entry.js} +2 -2
- package/www/build/p-67edb420.entry.js +2 -0
- package/www/build/{p-7fbdf8f9.entry.js → p-689b0280.entry.js} +2 -2
- package/{dist/web-components-library/p-512033d3.entry.js → www/build/p-6a62a0a7.entry.js} +3 -3
- package/www/build/{p-3a9405b3.entry.js → p-6ca0ee2f.entry.js} +2 -2
- package/www/build/{p-ae8b17a1.entry.js → p-72a7eb26.entry.js} +2 -2
- package/www/build/p-74819cbe.entry.js +2 -0
- package/www/build/p-748fa3ae.js +2 -0
- package/{dist/web-components-library/p-12900bf7.js.map → www/build/p-748fa3ae.js.map} +1 -1
- package/{dist/web-components-library/p-ae82ba49.entry.js → www/build/p-8117a929.entry.js} +2 -2
- package/www/build/{p-8b0c8e6d.entry.js → p-8b93bc6d.entry.js} +2 -2
- package/www/build/p-8c52635e.entry.js +2 -0
- package/{dist/web-components-library/p-ac888c48.entry.js → www/build/p-962c7f6b.entry.js} +2 -2
- package/www/build/p-97608d16.entry.js +2 -0
- package/www/build/{p-3cc02ff9.entry.js.map → p-97608d16.entry.js.map} +1 -1
- package/www/build/p-9e3da0b7.entry.js +2 -0
- package/www/build/{p-684c8fcb.entry.js → p-ac585bcd.entry.js} +2 -2
- package/www/build/{p-9047fe2a.entry.js → p-badd98ad.entry.js} +2 -2
- package/www/build/p-bdbee3b2.entry.js +2 -0
- package/www/build/p-bdbee3b2.entry.js.map +1 -0
- package/www/build/{p-1174942e.entry.js → p-c8814ae1.entry.js} +2 -2
- package/www/build/p-c9381ebf.js +2 -0
- package/www/build/p-c9381ebf.js.map +1 -0
- package/{dist/web-components-library/p-def1bcc7.entry.js → www/build/p-c962e854.entry.js} +2 -2
- package/www/build/{p-3cb9a131.entry.js → p-caa491ca.entry.js} +2 -2
- package/www/build/{p-1477f263.entry.js → p-cb1de7b4.entry.js} +2 -2
- package/www/build/p-cbab66f7.entry.js +2 -0
- package/www/build/{p-97294823.entry.js.map → p-cbab66f7.entry.js.map} +1 -1
- package/www/build/{p-252ef047.entry.js → p-d0d54d42.entry.js} +2 -2
- package/www/build/{p-0df112c4.entry.js → p-d6a7b7f3.entry.js} +2 -2
- package/www/build/{p-b376a58c.entry.js → p-d6d3a92a.entry.js} +2 -2
- package/www/build/p-d75f8bbb.entry.js +2 -0
- package/www/build/p-d7f12672.js +2 -0
- package/www/build/p-d7f12672.js.map +1 -0
- package/www/build/{p-dc566d6d.entry.js → p-d8aa6afa.entry.js} +2 -2
- package/www/build/p-d90d2698.entry.js +2 -0
- package/www/build/{p-ee08aec0.entry.js → p-da30a6cb.entry.js} +2 -2
- package/{dist/web-components-library/p-eb6f59a8.entry.js → www/build/p-dc5ba112.entry.js} +2 -2
- package/www/build/{p-afc9e99e.entry.js → p-e231e811.entry.js} +2 -2
- package/www/build/p-e5407cc1.entry.js +2 -0
- package/www/build/{p-c231ed32.entry.js → p-e639e1bc.entry.js} +2 -2
- package/www/build/{p-c6ae7dfa.entry.js → p-e8419614.entry.js} +2 -2
- package/www/build/p-f19f12b1.js +2 -0
- package/www/build/p-f19f12b1.js.map +1 -0
- package/www/build/{p-a3aef2c0.entry.js → p-f1c55eda.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-339004f9.js +0 -59
- package/dist/cjs/index-339004f9.js.map +0 -1
- package/dist/cjs/index-364e3f60.js.map +0 -1
- package/dist/cjs/index-6ba31c6e.js +0 -47
- package/dist/cjs/index-6ba31c6e.js.map +0 -1
- package/dist/cjs/index-bf197d11.js.map +0 -1
- package/dist/esm/index-3e140e28.js +0 -57
- package/dist/esm/index-3e140e28.js.map +0 -1
- package/dist/esm/index-571f913c.js.map +0 -1
- package/dist/esm/index-eb53c87f.js +0 -19
- package/dist/esm/index-eb53c87f.js.map +0 -1
- package/dist/esm/index-eb99d165.js +0 -45
- package/dist/esm/index-eb99d165.js.map +0 -1
- package/dist/web-components-library/p-05348da8.entry.js +0 -2
- package/dist/web-components-library/p-12900bf7.js +0 -2
- package/dist/web-components-library/p-195ed6d2.js +0 -2
- package/dist/web-components-library/p-195ed6d2.js.map +0 -1
- package/dist/web-components-library/p-39a968af.entry.js +0 -2
- package/dist/web-components-library/p-3cc02ff9.entry.js +0 -2
- package/dist/web-components-library/p-4cfe0f87.entry.js +0 -2
- package/dist/web-components-library/p-5cda7027.entry.js +0 -2
- package/dist/web-components-library/p-76ee5c89.entry.js +0 -2
- package/dist/web-components-library/p-7ad751e7.entry.js +0 -2
- package/dist/web-components-library/p-92cc912e.entry.js +0 -2
- package/dist/web-components-library/p-97294823.entry.js +0 -2
- package/dist/web-components-library/p-a22b7aa0.entry.js +0 -2
- package/dist/web-components-library/p-a35c1fab.js +0 -2
- package/dist/web-components-library/p-a35c1fab.js.map +0 -1
- package/dist/web-components-library/p-ca525798.js +0 -2
- package/dist/web-components-library/p-ca525798.js.map +0 -1
- package/dist/web-components-library/p-e1687f75.entry.js +0 -2
- package/dist/web-components-library/p-e1687f75.entry.js.map +0 -1
- package/dist/web-components-library/p-eb9ef3cb.js +0 -2
- package/dist/web-components-library/p-eb9ef3cb.js.map +0 -1
- package/www/build/p-05348da8.entry.js +0 -2
- package/www/build/p-12900bf7.js +0 -2
- package/www/build/p-195ed6d2.js +0 -2
- package/www/build/p-195ed6d2.js.map +0 -1
- package/www/build/p-39a968af.entry.js +0 -2
- package/www/build/p-3cc02ff9.entry.js +0 -2
- package/www/build/p-4cfe0f87.entry.js +0 -2
- package/www/build/p-5cda7027.entry.js +0 -2
- package/www/build/p-76ee5c89.entry.js +0 -2
- package/www/build/p-7ad751e7.entry.js +0 -2
- package/www/build/p-92cc912e.entry.js +0 -2
- package/www/build/p-97294823.entry.js +0 -2
- package/www/build/p-a22b7aa0.entry.js +0 -2
- package/www/build/p-a35c1fab.js +0 -2
- package/www/build/p-a35c1fab.js.map +0 -1
- package/www/build/p-ca525798.js +0 -2
- package/www/build/p-ca525798.js.map +0 -1
- package/www/build/p-e1687f75.entry.js +0 -2
- package/www/build/p-e1687f75.entry.js.map +0 -1
- package/www/build/p-eb9ef3cb.js +0 -2
- package/www/build/p-eb9ef3cb.js.map +0 -1
- /package/dist/web-components-library/{p-c4b78535.entry.js.map → p-0756fe6f.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-7c69b70a.entry.js.map → p-09ba466b.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-914f9d32.entry.js.map → p-14f0bdf4.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8f4a90dc.entry.js.map → p-25935be3.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-956d977d.entry.js.map → p-30575221.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-42819df4.entry.js.map → p-37f271c8.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-651250c2.entry.js.map → p-3ed25564.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-209db20e.entry.js.map → p-4c730d4a.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-f36d7044.entry.js.map → p-4d73640e.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-40fc2770.entry.js.map → p-4fbcf534.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-05348da8.entry.js.map → p-4fcbbe1c.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-fed6d4ac.entry.js.map → p-5cf3a797.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-b2313d3c.entry.js.map → p-6273db7f.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-afea8173.entry.js.map → p-63c1bde5.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-d0a18050.entry.js.map → p-6793061a.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-76ee5c89.entry.js.map → p-67edb420.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-7fbdf8f9.entry.js.map → p-689b0280.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-512033d3.entry.js.map → p-6a62a0a7.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-3a9405b3.entry.js.map → p-6ca0ee2f.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ae8b17a1.entry.js.map → p-72a7eb26.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-4cfe0f87.entry.js.map → p-74819cbe.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ae82ba49.entry.js.map → p-8117a929.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-8b0c8e6d.entry.js.map → p-8b93bc6d.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-5cda7027.entry.js.map → p-8c52635e.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ac888c48.entry.js.map → p-962c7f6b.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-39a968af.entry.js.map → p-9e3da0b7.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-684c8fcb.entry.js.map → p-ac585bcd.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-9047fe2a.entry.js.map → p-badd98ad.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-1174942e.entry.js.map → p-c8814ae1.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-def1bcc7.entry.js.map → p-c962e854.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-3cb9a131.entry.js.map → p-caa491ca.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-1477f263.entry.js.map → p-cb1de7b4.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-252ef047.entry.js.map → p-d0d54d42.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-0df112c4.entry.js.map → p-d6a7b7f3.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-b376a58c.entry.js.map → p-d6d3a92a.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-7ad751e7.entry.js.map → p-d75f8bbb.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-dc566d6d.entry.js.map → p-d8aa6afa.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-92cc912e.entry.js.map → p-d90d2698.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ee08aec0.entry.js.map → p-da30a6cb.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-eb6f59a8.entry.js.map → p-dc5ba112.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-afc9e99e.entry.js.map → p-e231e811.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-a22b7aa0.entry.js.map → p-e5407cc1.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-c231ed32.entry.js.map → p-e639e1bc.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-c6ae7dfa.entry.js.map → p-e8419614.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-a3aef2c0.entry.js.map → p-f1c55eda.entry.js.map} +0 -0
- /package/www/build/{p-c4b78535.entry.js.map → p-0756fe6f.entry.js.map} +0 -0
- /package/www/build/{p-7c69b70a.entry.js.map → p-09ba466b.entry.js.map} +0 -0
- /package/www/build/{p-914f9d32.entry.js.map → p-14f0bdf4.entry.js.map} +0 -0
- /package/www/build/{p-8f4a90dc.entry.js.map → p-25935be3.entry.js.map} +0 -0
- /package/www/build/{p-956d977d.entry.js.map → p-30575221.entry.js.map} +0 -0
- /package/www/build/{p-42819df4.entry.js.map → p-37f271c8.entry.js.map} +0 -0
- /package/www/build/{p-651250c2.entry.js.map → p-3ed25564.entry.js.map} +0 -0
- /package/www/build/{p-209db20e.entry.js.map → p-4c730d4a.entry.js.map} +0 -0
- /package/www/build/{p-f36d7044.entry.js.map → p-4d73640e.entry.js.map} +0 -0
- /package/www/build/{p-40fc2770.entry.js.map → p-4fbcf534.entry.js.map} +0 -0
- /package/www/build/{p-05348da8.entry.js.map → p-4fcbbe1c.entry.js.map} +0 -0
- /package/www/build/{p-fed6d4ac.entry.js.map → p-5cf3a797.entry.js.map} +0 -0
- /package/www/build/{p-b2313d3c.entry.js.map → p-6273db7f.entry.js.map} +0 -0
- /package/www/build/{p-afea8173.entry.js.map → p-63c1bde5.entry.js.map} +0 -0
- /package/www/build/{p-d0a18050.entry.js.map → p-6793061a.entry.js.map} +0 -0
- /package/www/build/{p-76ee5c89.entry.js.map → p-67edb420.entry.js.map} +0 -0
- /package/www/build/{p-7fbdf8f9.entry.js.map → p-689b0280.entry.js.map} +0 -0
- /package/www/build/{p-512033d3.entry.js.map → p-6a62a0a7.entry.js.map} +0 -0
- /package/www/build/{p-3a9405b3.entry.js.map → p-6ca0ee2f.entry.js.map} +0 -0
- /package/www/build/{p-ae8b17a1.entry.js.map → p-72a7eb26.entry.js.map} +0 -0
- /package/www/build/{p-4cfe0f87.entry.js.map → p-74819cbe.entry.js.map} +0 -0
- /package/www/build/{p-ae82ba49.entry.js.map → p-8117a929.entry.js.map} +0 -0
- /package/www/build/{p-8b0c8e6d.entry.js.map → p-8b93bc6d.entry.js.map} +0 -0
- /package/www/build/{p-5cda7027.entry.js.map → p-8c52635e.entry.js.map} +0 -0
- /package/www/build/{p-ac888c48.entry.js.map → p-962c7f6b.entry.js.map} +0 -0
- /package/www/build/{p-39a968af.entry.js.map → p-9e3da0b7.entry.js.map} +0 -0
- /package/www/build/{p-684c8fcb.entry.js.map → p-ac585bcd.entry.js.map} +0 -0
- /package/www/build/{p-9047fe2a.entry.js.map → p-badd98ad.entry.js.map} +0 -0
- /package/www/build/{p-1174942e.entry.js.map → p-c8814ae1.entry.js.map} +0 -0
- /package/www/build/{p-def1bcc7.entry.js.map → p-c962e854.entry.js.map} +0 -0
- /package/www/build/{p-3cb9a131.entry.js.map → p-caa491ca.entry.js.map} +0 -0
- /package/www/build/{p-1477f263.entry.js.map → p-cb1de7b4.entry.js.map} +0 -0
- /package/www/build/{p-252ef047.entry.js.map → p-d0d54d42.entry.js.map} +0 -0
- /package/www/build/{p-0df112c4.entry.js.map → p-d6a7b7f3.entry.js.map} +0 -0
- /package/www/build/{p-b376a58c.entry.js.map → p-d6d3a92a.entry.js.map} +0 -0
- /package/www/build/{p-7ad751e7.entry.js.map → p-d75f8bbb.entry.js.map} +0 -0
- /package/www/build/{p-dc566d6d.entry.js.map → p-d8aa6afa.entry.js.map} +0 -0
- /package/www/build/{p-92cc912e.entry.js.map → p-d90d2698.entry.js.map} +0 -0
- /package/www/build/{p-ee08aec0.entry.js.map → p-da30a6cb.entry.js.map} +0 -0
- /package/www/build/{p-eb6f59a8.entry.js.map → p-dc5ba112.entry.js.map} +0 -0
- /package/www/build/{p-afc9e99e.entry.js.map → p-e231e811.entry.js.map} +0 -0
- /package/www/build/{p-a22b7aa0.entry.js.map → p-e5407cc1.entry.js.map} +0 -0
- /package/www/build/{p-c231ed32.entry.js.map → p-e639e1bc.entry.js.map} +0 -0
- /package/www/build/{p-c6ae7dfa.entry.js.map → p-e8419614.entry.js.map} +0 -0
- /package/www/build/{p-a3aef2c0.entry.js.map → p-f1c55eda.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: '75f8a546aa49db6a078ee035a359ea512da290a1', ref: (elm) => (this.detailsElm = elm), onToggle: this.onDetailsToggle.bind(this), open: this.open }, index.h("summary", { key: '83cf68bd5d118bb43dce8aed36776bdb6f31df24', tabIndex: this.isDisabled ? -1 : null, part: "summary" }, this.icon && (index.h("z-icon", { key: 'b718c6923a9176504f1c4f05e706938fc44aabe9', class: "z-accordion-label-icon", name: this.icon })), index.h("span", { key: '5db96b4f3f565e6e746fa1d339edb72839900a7e', class: "z-accordion-label" }, this.label), index.h("span", { key: 'f6b7bc7ce502d25be290af4ac3f257b8f2d88142', class: "z-accordion-tags" }, index.h("slot", { key: '304b3ac5f1cd58e9e3532e4e47109fb569d7a14a', name: "tag" })), index.h("z-icon", { key: 'ad373df60eafcabe0f707a74cff5bacdaeccb531', class: "z-accordion-chevron", name: this.open ? "chevron-up" : "chevron-down" })), !this.isDisabled && (index.h("div", { key: '3997863313ebf787bdc1ef101fb46ab4ed9fac00', class: "z-accordion-content", part: "content" }, index.h("slot", { key: '1870a604a2949390f50ef03e5d9f3a407a494023' })))));
|
|
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: 'cec03fbd664959d6e8f40dc4df14fe2308d0f43b', class: this.type }, index.h("slot", { key: 'a34ffee3e9c99c492ccdd72e42546abd57368456' })));
|
|
17
17
|
}
|
|
18
18
|
};
|
|
19
19
|
ZAlert.style = ZAlertStyle0;
|
|
@@ -44,7 +44,7 @@ const ZAnchorNavigation = class {
|
|
|
44
44
|
window.removeEventListener("hashchange", this.setCurrent);
|
|
45
45
|
}
|
|
46
46
|
render() {
|
|
47
|
-
return (index.h(index.Host, { key: '
|
|
47
|
+
return (index.h(index.Host, { key: '7416cbf3c13605bab5b696af6ed5a63ae5a0ff4b', collapsed: this.collapsed }, index.h("z-button", { key: 'f4601704ffc2de21501aa18f3c9f79d50ef873ed', class: "toggle", variant: index$1.ButtonVariant.SECONDARY, icon: this.collapsed ? "chevron-up" : "chevron-down", onClick: this.toggleCollapsed.bind(this) }, this.collapsedLabel), index.h("nav", { key: '03029584b0971a53446e2db85b7bab98c9726495', ref: (el) => (this.nav = el) }, index.h("slot", { key: '22d203408c1172cf46fc6f3da0d128fcafb3d06b' }))));
|
|
48
48
|
}
|
|
49
49
|
get host() { return index.getElement(this); }
|
|
50
50
|
};
|
|
@@ -254,7 +254,7 @@ const ZAppHeader = class {
|
|
|
254
254
|
}
|
|
255
255
|
render() {
|
|
256
256
|
const hasTopSubtitle = this.hasSlot("top-subtitle");
|
|
257
|
-
return (index$1.h(index$1.Host, { key: '
|
|
257
|
+
return (index$1.h(index$1.Host, { key: '01bcf2e73c2b4da9ed2c9bcf19ceeece56bd738e', "menu-length": this.menuLength }, index$1.h("div", { key: 'adf412ee992b488c6e87b7e2f82265c7e6a13b8c', class: { "heading-panel": true, "has-menubar": this.menuLength > 0 && !this.enableOffcanvas }, ref: (el) => (this.container = el) }, index$1.h("div", { key: '015996363351b8b81ee50bffd409d8a41edc4008', class: "heading-container" }, ((!this.enableSearch && this.isMobile) || !this.isMobile) && (index$1.h("div", { key: '98e3fd2bc1a55fb77dfb00fb55708f6520461bb5', class: "top-subtitle" }, index$1.h("slot", { key: '068c16c8cb9496933955c6d68ac8aa1326640688', name: "top-subtitle" }))), index$1.h("div", { key: 'c7a806a4af8d099f0c6bc70cefd03f01467b235f', class: "heading-title" }, this.renderMenuButton(), !hasTopSubtitle && !this._stuck && this.renderProductLogos(), index$1.h("slot", { key: '45a99fbbb889355061ee3230d5825110d681e26e', name: "title" }), this.enableSearch && !this.isMobile && this.renderSeachbar()), this.enableSearch && this.isMobile && this.renderSeachbar()), index$1.h("nav", { key: 'b9ab704c754800865087d45791257a6191b847e9', class: "menu-container", "aria-label": this.title || undefined }, this.canShowMenu && (index$1.h("div", { key: '0dd28fca9d831513a3f29041a33da0b9935caa3e', role: "menubar", "aria-label": this.title || undefined }, index$1.h("slot", { key: '35e03382a70e5601c8d02c26731ba434d795de0a', name: "menu", onSlotchange: this.collectMenuElements }))))), this.renderOffcanvas(), this._stuck && this.renderStuck()));
|
|
258
258
|
}
|
|
259
259
|
get hostElement() { return index$1.getElement(this); }
|
|
260
260
|
static get watchers() { return {
|
|
@@ -318,7 +318,7 @@ const ZDivider = class {
|
|
|
318
318
|
this.orientation = index.DividerOrientation.HORIZONTAL;
|
|
319
319
|
}
|
|
320
320
|
render() {
|
|
321
|
-
return (index$1.h(index$1.Host, { key: '
|
|
321
|
+
return (index$1.h(index$1.Host, { key: '8a1e8b974fcbb5e77c9ee30d3fb08886f4c0e733', class: `divider-${this.size} divider-${this.orientation}`, style: { backgroundColor: `var(--${this.color})` } }));
|
|
322
322
|
}
|
|
323
323
|
};
|
|
324
324
|
ZDivider.style = ZDividerStyle0;
|
|
@@ -1551,7 +1551,7 @@ const ZInput = class {
|
|
|
1551
1551
|
default:
|
|
1552
1552
|
input = this.renderInputText(this.type);
|
|
1553
1553
|
}
|
|
1554
|
-
return index$1.h(index$1.Host, { key: '
|
|
1554
|
+
return index$1.h(index$1.Host, { key: 'bc21d1112cecb0bfbcc8e27b5e1f33141a8542e4' }, input);
|
|
1555
1555
|
}
|
|
1556
1556
|
get hostElement() { return index$1.getElement(this); }
|
|
1557
1557
|
};
|
|
@@ -1580,7 +1580,7 @@ const ZInputMessage = class {
|
|
|
1580
1580
|
this.onMessageChange();
|
|
1581
1581
|
}
|
|
1582
1582
|
render() {
|
|
1583
|
-
return (index$1.h(index$1.Host, Object.assign({ key: '
|
|
1583
|
+
return (index$1.h(index$1.Host, Object.assign({ key: '4be98ac32b40898013cfa95bab53c6db382ab517' }, this.statusRole, { "aria-label": this.message }), this.statusIcons[this.status] && this.message && index$1.h("z-icon", { key: '8b2e151decf152944c2d02007c96069222032a33', name: this.statusIcons[this.status] }), index$1.h("span", { key: 'c03efc0a6313ed89e46527fe20ec3007e81c392d', innerHTML: this.message })));
|
|
1584
1584
|
}
|
|
1585
1585
|
static get watchers() { return {
|
|
1586
1586
|
"message": ["onMessageChange"],
|
|
@@ -1849,7 +1849,7 @@ const ZOffcanvas = class {
|
|
|
1849
1849
|
this.open = false;
|
|
1850
1850
|
}
|
|
1851
1851
|
render() {
|
|
1852
|
-
return (index$1.h(index$1.Host, { key: '
|
|
1852
|
+
return (index$1.h(index$1.Host, { key: '0c9caef91e7fc366aeb0bceb20902f220b153dca', "skip-animation": this.skipAnimation, "aria-hidden": !this.open ? "true" : null }, index$1.h("div", { key: 'f3fd979c181a32a8c647f3f6eac1603658696629', class: "canvas-container", role: "presentation", ref: (el) => (this.canvasContainer = el) }, index$1.h("div", { key: '80493b2714dcfc795c8820c4a6d5e865f0bbb715', class: "canvas-content z-scrollbar", role: "presentation" }, index$1.h("slot", { key: '2512d43345e106c728c782f91e93973a5f55bfe7', name: "canvasContent" }))), (this.variant == index.OffCanvasVariant.OVERLAY || this.transitiondirection === index.TransitionDirection.UP) && (index$1.h("div", { key: '939b5ea940e96fbcec87ff7e48b6ba578ff0848e', class: "canvas-background", onClick: () => (this.open = false) }))));
|
|
1853
1853
|
}
|
|
1854
1854
|
static get watchers() { return {
|
|
1855
1855
|
"variant": ["handlePageOverflow"],
|
|
@@ -2145,7 +2145,7 @@ const ZSearchbar = class {
|
|
|
2145
2145
|
return (index$1.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$1.h("div", { class: "item-show-all" }, "Vedi tutti i risultati")));
|
|
2146
2146
|
}
|
|
2147
2147
|
render() {
|
|
2148
|
-
return (index$1.h(index$1.Host, { key: '
|
|
2148
|
+
return (index$1.h(index$1.Host, { key: '0ecc3fd73df3cf20449c6b241b526153e08caddb', onFocus: () => (this.showResults = true), onClick: (e) => this.handleOutsideClick(e), class: { "has-submit": this.showSearchButton, "has-results": this.autocomplete } }, index$1.h("div", { key: '860e5fea6661aad7aaa4ddfdf0e340754cf5275e', class: "input-container" }, this.renderInput(), this.renderResults()), this.renderButton()));
|
|
2149
2149
|
}
|
|
2150
2150
|
get element() { return index$1.getElement(this); }
|
|
2151
2151
|
static get watchers() { return {
|
|
@@ -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: '507fd85bea3bc6cdfa0915afaf57866e29cc36e3', "aria-live": this.mode, "aria-atomic": "true", "aria-relevant": "additions" }, index.h("slot", { key: 'b28a7129f907a00beb9e5aa186f2960d7d6c4d1d' })));
|
|
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: '8ce8c6ffe56b55036f9f47146041fcb91051ad36', 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: 'b989378860518c05074dcf3cf445df062679f3c1' }, this.text.substring(0, 2)), this.image && (index.h("img", { key: '56a3a248fe3f88b2ed285f6a7c133b542ca21940', src: this.image, onError: () => (this.image = "") }))));
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
42
|
ZAvatar.style = ZAvatarStyle0;
|
|
@@ -210,10 +210,10 @@ const ZBreadcrumb = class {
|
|
|
210
210
|
];
|
|
211
211
|
}
|
|
212
212
|
render() {
|
|
213
|
-
return (index.h(index.Host, { key: '
|
|
213
|
+
return (index.h(index.Host, { key: 'bd4614a169bb3bd236c84b4b75de459189c6ebce', style: { "--line-clamp-popover": `${this.overflowMenuItemRows}` } }, index.h("nav", { key: '9148dec5bf9bdc9ea5b7a1bd67b60d85cbff688c', ref: (val) => (this.wrapElement = val), "aria-label": "Breadcrumb", class: {
|
|
214
214
|
semibold: this.pathStyle === index$1.BreadcrumbPathStyle.SEMIBOLD,
|
|
215
215
|
underlined: this.pathStyle === index$1.BreadcrumbPathStyle.UNDERLINED,
|
|
216
|
-
} }, index.h("ol", { key: '
|
|
216
|
+
} }, index.h("ol", { key: '7c2d74ec32b18e22f444a9ab9ed3c6fb04983558' }, this.viewPortWidth === index$1.Device.MOBILE ? this.renderMobileItems() : this.renderItems()))));
|
|
217
217
|
}
|
|
218
218
|
get hostElement() { return index.getElement(this); }
|
|
219
219
|
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: '48135e022855d78da6ea11bf643bb6f3165a5ffc', title: this.setButtonTitle(), id: this.buttonid, class: { selected: this.isselected }, onClick: () => this.emitButtonSortClick() }, index.h("span", { key: '211cf02c4ecf6558030ca0ad16bc12a657a5ad99', ref: (el) => (this.ellipsis = el), class: "ellipsis" }, !this.sortasc && this.desclabel ? this.desclabel : this.label), index.h("span", { key: '93e81849c1aa11be20b258b7c6156fa006d411c9', class: "counter" }, this.counter && ` (${this.counter})`), index.h("span", { key: 'f3a1e05c2fb37fc36f724d1760a691c45c8397e9', class: "sort" }, this.sortasc ? this.sortlabelasc : this.sortlabeldesc), index.h("z-icon", { key: '34fb2d58e925c18101f17e337332faf1cf55eecb', 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: '4b4a07ba069a0392343f826702b9d221fe76f0be', 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: '1adeb5f9343cfd12208342e2028ba802f5aa6dd6', name: this.icon }), index.h("slot", { key: 'ea3d86af473a049622e6de91dc6dafee0499da05' }), this.interactiveIcon && (index.h("button", { key: 'd4d2eb2c77d2a1224e0582500fc329a381e07a20', type: "button", onClick: () => this.interactiveIconClick.emit(), "aria-label": this.ariaLabel, disabled: this.disabled }, index.h("z-icon", { key: '7d4d4743ac1c87882732f9b5145afc70889dcac2', 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: 'c746599f1d5cef116c2319d365792288d6f0f34b', "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: 'a95198a28808bea34edd9dc283fa9770196e1bdc' }, 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: '2a80380b0daab0661249370372204adeb2d477a0', class: "main-container" }, index.h("div", { key: '69a62950d3722871c6a82d3a771b0bc0a971358e', class: "cover-container" }, index.h("slot", { key: '0dcecf6ab18b8a42fb21b8573729094cfdbaa83a', name: "cover" })), index.h("slot", { key: '6c841fc5167924badc3ceb44e51757c6056a2dd6', 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
|
}
|
|
@@ -1014,16 +1014,16 @@ const ZModal = class {
|
|
|
1014
1014
|
e.preventDefault();
|
|
1015
1015
|
}
|
|
1016
1016
|
render() {
|
|
1017
|
-
return (index.h("dialog", { key: '
|
|
1017
|
+
return (index.h("dialog", { key: 'eebc09ed6ac159c725b0614bd7ca030699b05b9f', class: {
|
|
1018
1018
|
"modal-dialog": !this.scrollInside,
|
|
1019
|
-
}, "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: '
|
|
1019
|
+
}, "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: 'a422d0d13979d51cd4b48f30077962b7b1cf91d3', class: {
|
|
1020
1020
|
"modal-container": true,
|
|
1021
1021
|
"modal-container-scroll-inside": this.scrollInside,
|
|
1022
1022
|
"modal-container-scroll-outside": !this.scrollInside,
|
|
1023
|
-
}, id: this.modalid }, index.h("header", { key: '
|
|
1023
|
+
}, id: this.modalid }, index.h("header", { key: 'f605cdc8fd3af1f94fca27de5d4eb088769d592c', onClick: this.emitModalHeaderActive.bind(this) }, index.h("div", { key: '77d079642e8797ecd131f42dde419964b315858e' }, this.modaltitle && index.h("h1", { key: '1cf2c6917e03b6a9198ed86e03414191f01ae760', id: "modal-title" }, this.modaltitle), this.closeButtonSlot()), this.modalsubtitle && (index.h("div", { key: 'dd6b44a5c67c1cb3a76252aa172d12a639d63153', class: "subtitle", id: "modal-subtitle" }, this.modalsubtitle))), index.h("div", { key: '8d91575e38810d7b93cb75807d985ffc5689ea67', class: {
|
|
1024
1024
|
"modal-content-scroll-inside": this.scrollInside,
|
|
1025
1025
|
"modal-content-scroll-outside": !this.scrollInside,
|
|
1026
|
-
}, id: "modal-content" }, index.h("slot", { key: '
|
|
1026
|
+
}, id: "modal-content" }, index.h("slot", { key: '3ff48549ece0ec01d7ff6714dbae41998cd64bc2', name: "modalContent" }))), index.h("div", { key: '08004938884c7984cbf535653e82ce775c559d48', class: {
|
|
1027
1027
|
"modal-background": true,
|
|
1028
1028
|
"modal-background-scroll-outside": !this.scrollInside,
|
|
1029
1029
|
}, "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: '92040be77ff2741acd6f13352ff13c550524c78b' });
|
|
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: 'ddfc024530dd4382eb2f01d06e2832b9cfb32a4d', id: this.boxid }, index.h("slot", { key: 'e8bd8f2beaa72a8b03b20f1788afcd7fc1bd9dc0', name: "content" }), this.isclosable && (index.h("z-icon", { key: '403b33b87cced253f883b20640616d1b34d91f6b', 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: 'b139ec62ca6dd929c5f26621bd2ef1fa64b4a653', open: this.open }, index.h("button", { key: '1ed8f8db4144375b4f56d95981993affc17639a3', 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: '166d7bef728bb7bf91ea593bcc9e0b6786f15b41', name: this.icon }), this.label && index.h("span", { key: '3e5f4b7ca4bedfcd533e2cd4270eda603905f18a', class: "z-info-reveal-label" }, this.label)), index.h("div", { key: 'bd09825f3606ff127d069d23ec68834985d1373e', class: "z-info-reveal-panel", id: "z-info-reveal-panel", ref: (el) => (this.panel = el), hidden: !this.open }, index.h("slot", { key: '85051148d2c53c1ae0592ed158c84362ad006098' }), index.h("button", { key: '9dc246c07b8ed8022c9e56605e94cb1fe1afc1ec', class: "z-info-reveal-close", type: "button", onClick: this.closePanel.bind(this), "aria-label": "Chiudi pannello informazioni" }, index.h("z-icon", { key: '4bbcd8dc12f435dba963ed49f2529db8cbf03339', 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: '107d3f66fc6233193ff9d1fd728787c3e059fbf3', 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;
|
|
@@ -180,7 +180,7 @@ const ZMenuSection = class {
|
|
|
180
180
|
this.onItemsChange();
|
|
181
181
|
}
|
|
182
182
|
render() {
|
|
183
|
-
return (index$1.h(index$1.Host, { key: '
|
|
183
|
+
return (index$1.h(index$1.Host, { key: '4dce34f277ab3c8c41171a15a02fd174c45742cd', open: this.open }, index$1.h("button", { key: 'b6c535e87dbb5af8808d7a19556ad116cbcca72b', ref: (el) => (this.label = el), class: "label", "aria-haspopup": `${!!this.hasItems}`, "aria-expanded": `${!!this.open}`, role: "menuitem", tabindex: this.htmlTabindex, onClick: this.onLabelClick, onKeyDown: this.onLabelKeydown }, index$1.h("slot", { key: 'fbbba483ca5fe6d45440c01a89f061565ce641aa', onSlotchange: this.onLabelSlotChange }), this.hasItems && index$1.h("z-icon", { key: 'b4c67b7cada94580b4f5853aaa8cbb9818bece74', name: this.open ? "chevron-up" : "chevron-down" })), index$1.h("div", { key: '711c085b5d74affb2c23ebd1acdd774b5903e7e5', class: "items", role: "menu", hidden: !this.open }, index$1.h("slot", { key: 'a2fe12f235f6b23a96f2bd3a8a18f3a095fcff2d', name: "section", onSlotchange: this.onItemsChange }))));
|
|
184
184
|
}
|
|
185
185
|
get host() { return index$1.getElement(this); }
|
|
186
186
|
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: '63d701e49601d639a3d6ec3f773addccf5c8d4d3', class: "alert-external-wrapper " + this.retrieveClass() }, index.h("z-alert", { key: 'dbcc09866b669944137bac22d0b4115bcf55671e', type: this.getAlertType() }, index.h("div", { key: '79bc1dca9cf1b6b3b818db44d7cd068efdca4a53', class: "relative-container" }, index.h("z-icon", { key: '8152513be95ed01b8eb429eb14414ceba72b27ad', name: this.iconname, width: 18, height: 18, class: this.retrieveClass() }), index.h("span", { key: '0b5e824a6a1ce755ace52d54d447d6494704faec', class: "content-text" }, this.contenttext), this.actiontext && !!this.actiontext.trim().length && (index.h("span", { key: '2cb35bb6069ac2c40de97bb250561add1f6ae4b9', 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: '53b7bd363a0bfea6c982214d0c461cd3a82b2896' }, index.h("z-myz-card", { key: '8bcb24ba4637e6a79df60bbe2bc5ee724c35b0a0' }, index.h("z-myz-card-header", { key: '0148c0d772bc6a246431d20f0a7d9b8f56c39341', titolo: this.name }), index.h("div", { key: '60c1c22531d17993a3aee6617db60652bcb80040', class: `content ${this.flipped ? "flipped" : ""}` }, index.h("div", { key: 'fe6df90f6c445a95e03f69a0c598fcfb3d6f2cef', class: "front" }, index.h("z-myz-card-body", { key: '9f445be3f416d75869b4f2805dfd315ebe1291c8' }, index.h("z-myz-card-cover", { key: '5933474297a9eefdbcfe59dae9e5f74c3e542e46', slot: "cover", titolo: this.name, img: this.cover, faded: this.disabled })), index.h("z-button", { key: '38a3970ced4d52c222c684517e1ea14610e2b014', 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: '5b297c4591619366ace5f6b92abfacf69a1f867b', class: "back" }, index.h("slot", { key: '1ea4506369f9dec480891286028b87cddbf2b0ea', name: "info" }))), index.h("slot", { key: '4a5a21e4b058895801d7f12833aad0734302167b' }))));
|
|
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: '5144daa5d9e002a0b5a28bddffe2d1e3f73f981e' }, index.h("footer", { key: 'bb9c0ae02c103cbf43cd0161267333f88bd4901d' }, index.h("div", { key: 'e666f1688fbfb4ab5830600d95a44bd54f0e614f', class: "top" }, index.h("slot", { key: '3071ef2a2857071965d0c041e0717e249ce88178', name: "top" })), index.h("div", { key: '302e464f10c51a0ff52a5c758015f402b67bbc8b', class: "bottom" }, index.h("slot", { key: '5e0e9470df478296c9b91b402791983576a633af', 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: 'c4768ef4a723411c9904a6524ec9fdf765869f1f', class: Object.assign(Object.assign({}, this.retrieveClass()), { wrapper: true }) }, index.h("footer", { key: 'db741ce1f1db75f70949753be3d43eb298087d6b', class: this.retrieveClass(), onTransitionEnd: (e) => this.footerTransitionHandler(e) }, index.h("span", { key: '62b0b2b8c762d5270e453d9510c205234079ae85', class: "toggle" }, index.h("slot", { key: '76b7a3bc97b370903a3914b10c82e3fa70ba8e3f', name: "toggle" })), this.titolo && index.h("p", { key: '90d60dccb67602360fe057f1d63607de3a5cfe86', class: { "custom-content": this.customContent } }, this.titolo), index.h("div", { key: 'abda4a5e96f10999c16c12e939a8919f1ce55e2e', class: { "content": true, "custom-content": this.customContent } }, index.h("div", { key: '054e7feeb6a26eeb0dce34cde27d10ceb4497464' }, index.h("p", { key: '300ca841dd5fd30263f5b9dae20cfe9603569a71', class: "authors", ref: (el) => (this.ellipsisAuthors = el) }, index.h("span", { key: '36fe6e72626811bd2afd043f6017e67da04c6da7', title: this.getTitleAuthors() }, index.h("span", { key: '7813537e2a302cf69e6040e84e715fb807f45199', "aria-description": "Autori", class: "bold" }, this.autori))), index.h("p", { key: 'be1018b2bdff8dcfd2b55609a1803501385c4f67', class: "year-isbn" }, index.h("span", { key: '87349d43c3c8c4c1793b9ce676656202d411980a', class: "isbn" }, index.h("span", { key: '2eb704f82d1494dd0acf48f24fcd6b2dca1ae2bf' }, index.h("span", { key: '519d3f408892c0809f9de05db0d2d84cd7ad8a7c', "aria-description": "ISBN edizione cartacea", class: "bold" }, this.isbn), " ", "(ed. cartacea)")))), index.h("div", { key: 'b5ac3cc177fe509bf142d3230627a827becc5af1', class: `slot-handler ${this.isOpen ? "visible" : "hidden"}` }, index.h("slot", { key: 'f8a2b434abfb242bee1f830a00345763a7503358', name: "list" })))), this.customContent && index.h("slot", { key: '831924dba2c695a125ed7d7cd61c9bd39ae05269', 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: 'f55508220a6e8890568fcb51e53028a815cf9d6c', disabled: this.isdisabled, "aria-label": this.ariaLabel }, index.h("span", { key: '35b9a8fe1dceead8ca5e8074171f3a589abe50c9' }, index.h("z-icon", { key: 'b8ba6455b6966949359abd52da1b092b515b1f7b', 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: '2da5c29057a85f238e99b34bf5afe2d3fced734f' }, this.renderCloseIcon(), index.h("div", { key: '7a1a52d3dd21f2a73d6af292705162dc3bb7a977', class: "content-wrapper", ref: (el) => (this.contentWrapper = el) }, this.renderGeneralSection(), this.renderTooltip(), this.renderOnlineLicenseSection(), this.renderOfflineLicenseSection()), index.h("div", { key: '3df54c0ab2569fa911b5ddddf38b59672fa02867', class: "cta-wrapper" }, index.h("slot", { key: '83e473746c24c97cb9910f25e8f25f3ea7d41cc2' }))));
|
|
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: '79d7e2eeb6daf06409e4c39a0ea454f37083ae99' }, 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: 'eb55fd3931b353c8fbf3aaf4e5111398d8f62600', class: this.retrieveClass(), tabindex: "0" }, index.h("slot", { key: '6fdaa5975e859e717095b3015c4ca29915ad9ea2' })));
|
|
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: '370498e01c27de7708bc2caac64a0e7ca98acbcc' }, index.h("slot", { key: '269b058ebf5e47903c0da3d23615061d3623f0bb', name: "alert" }), index.h("slot", { key: '86eb8e32468fc1830c8cf8fe70051bfda7e9296b', 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: '63e22b0eb4182c565007555be4c498c106183ec1', 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: 'b016e6fbe1262aed7919d3eb6f18ca8dbb70f45f', class: this.retrieveClass() }, index.h("slot", { key: 'a7c67967be1f4530aad773d92a2d4e880c79d572', name: "aria-heading" }), index.h("span", { key: 'bf04e34db6fc68a690ac8b61114b7b1c49d6c98d', class: "card-title", ref: (el) => (this.ellipsis = el), title: this.getTitle() }, this.titolo), index.h("slot", { key: 'fbfe5f15b8064f426ae70013d7a4d9b819997a9b', 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: 'e3057de0269559d1b3a767c2c5f93e61156374f7', 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: '725e136f9f68bc79ca54146d84dd55b42b52e58e', class: this.underlined && "border" }, this.icon && index.h("z-icon", { key: '056304bf8118186435b8a45076c107e1238293e2', 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: 'd8c48713670c5cf62fb51f8e6f7c7c0b8a49dbe2' }))));
|
|
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: '6c533b3d206e3c6349647afd560ee0e71979b951' }, 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 {
|
|
@@ -224,10 +224,10 @@ const ZNavigationTabs = class {
|
|
|
224
224
|
(_a = this.resizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
225
225
|
}
|
|
226
226
|
render() {
|
|
227
|
-
return (index.h(index.Host, { key: '
|
|
227
|
+
return (index.h(index.Host, { key: '5216c71c53d3263870b4d64749554c36dadfdb8c', class: {
|
|
228
228
|
"interactive-2": this.size === index$1.NavigationTabsSize.SMALL,
|
|
229
229
|
"interactive-1": this.size !== index$1.NavigationTabsSize.SMALL,
|
|
230
|
-
}, scrollable: this.canNavigate }, index.h("button", { key: '
|
|
230
|
+
}, scrollable: this.canNavigate }, index.h("button", { key: 'b59fcef70ff51453d679678caabae7f69a3a91d9', 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: '2f2a9f0630c6f7c340132bfde3c90c2392ea3f07', name: this.orientation === index$1.NavigationTabsOrientation.HORIZONTAL ? "chevron-left" : "chevron-up", width: 16, height: 16 })), index.h("nav", { key: 'f8e06aaadd56dfd9e1ab068a4a0d5633083b2ca9', 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: '8f1062acbb5616c395cac371d8737660f69c5326' })), index.h("button", { key: '28342d0ad1c43119862b148b550c57c352d6a07c', 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: 'e975d966cdc0f0f52345bca3cb842cd0672783b8', name: this.orientation === index$1.NavigationTabsOrientation.HORIZONTAL ? "chevron-right" : "chevron-down", width: 16, height: 16 }))));
|
|
231
231
|
}
|
|
232
232
|
get host() { return index.getElement(this); }
|
|
233
233
|
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: '1476969ad9cd71af738c1032fa1b426a31faef9f' }, this.contenticonname && (index.h("z-icon", { key: '449b25859ae4f501b42d4c4cd0c26cd9dcb1935e', class: "status-icon", name: this.contenticonname, width: 16, height: 16 })), index.h("div", { key: '5b8feced4f05c6e14e6ac7e9a06096db6fd93997', class: "content-container" }, index.h("div", { key: 'ec6a27aebcc0d60efdb5fd3cb29cc7fddc441331', class: "content-text" }, index.h("slot", { key: 'd66a3fbf761e5460f0d52c5111b07166c59fa7f4' })), !!((_a = this.actiontext) === null || _a === void 0 ? void 0 : _a.trim()) && (index.h("button", { key: '73f5c71a14294c230342ef7382f9ae3fa2b330ce', class: "action-button", type: "button", onClick: this.handleActionButtonClick }, this.actiontext))), this.showclose && (index.h("button", { key: 'a0be489166ad16faa182adac379ce08ca06317ed', class: "close-button", type: "button", onClick: this.handleCloseButtonClick }, index.h("z-icon", { key: '254d0f36a6ee1a356506db703658053959020070', 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: 'fbc28e800a7fb7fe81b836869f44d24797c09922', class: "otp-container" }, index.h("div", { key: '547c8f308045f1f4d5a463404f2ec494ef67421b', 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: '51eacbd4b0a7ec9e1ac0fa55a132cd43aa6b7ecf', message: this.message, status: this.status })));
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
ZOtp.style = ZOtpStyle0;
|
|
@@ -22,12 +22,12 @@ 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: '90afba46bcde1bd3bd27b35c6e5db38ce9071aee', class: "panel-elem-container" }, (this.imgurl || this.imgalt) && (index.h("div", { key: 'd9493560e96ad743ae3ee52be6c9205b6014b8da', "aria-hidden": "true", class: "panel-elem-icon" }, index.h("img", { key: '5bd7c14c0083b9fed6e320a4ef4652018abf2762', src: this.imgurl, alt: this.imgalt }))), index.h("div", { key: '4cbebd354b6b3b56304970aedb0e94e084d49a9f', class: "panel-elem-link" }, index.h("a", { key: '195ec2e77eac163c65cf746faa114f39618d2abc', class: {
|
|
26
26
|
"z-link": true,
|
|
27
27
|
"z-link-disabled": this.isdisabled,
|
|
28
28
|
"z-link-icon": true,
|
|
29
29
|
"z-link-blue": true,
|
|
30
|
-
}, id: elemId + "link_id", href: this.url, target: this.target }, index.h("z-icon", { key: '
|
|
30
|
+
}, id: elemId + "link_id", href: this.url, target: this.target }, index.h("z-icon", { key: 'c11c35e5bff66d382b309fece4bec295abb1a0d4', height: 14, width: 14, name: this.linkicon }), this.linklabel)), this.descrSlotName && (index.h("div", { key: '319374f4955314400344ce558486c6afa36ca4f2', class: "panel-elem-desc" }, index.h("slot", { key: '7e7dcf38991bc7f67ab164e4bac9d20026fa29d9', name: this.descrSlotName })))));
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
33
|
ZPanelElem.style = ZPanelElemStyle0;
|
|
@@ -443,7 +443,7 @@ const ZPopover = class {
|
|
|
443
443
|
cancelAnimationFrame(this.animationFrameRequestId);
|
|
444
444
|
}
|
|
445
445
|
render() {
|
|
446
|
-
return (index.h(index.Host, { key: '
|
|
446
|
+
return (index.h(index.Host, { key: '8628b0f299deb808e4c554047c76b82f392782c9', "current-position": this.currentPosition }, index.h("slot", { key: '144294e8216d7ad673e4ee3a96651c053703d135' })));
|
|
447
447
|
}
|
|
448
448
|
get host() { return index.getElement(this); }
|
|
449
449
|
static get watchers() { return {
|
|
@@ -483,7 +483,7 @@ const ZSelect = class {
|
|
|
483
483
|
return (index.h("z-input-message", { message: utils.boolean(this.message) === true ? undefined : this.message, status: this.status, class: this.size, disabled: this.disabled }));
|
|
484
484
|
}
|
|
485
485
|
render() {
|
|
486
|
-
return (index.h("div", { key: '
|
|
486
|
+
return (index.h("div", { key: '175046b438342ee0b6bae38a35a0c70f47cdc0f8', class: "select-wrapper" }, this.renderInput(), this.renderSelectUl(), this.renderMessage()));
|
|
487
487
|
}
|
|
488
488
|
get host() { return index.getElement(this); }
|
|
489
489
|
static get watchers() { return {
|
|
@@ -52,7 +52,7 @@ const ZSkipToContent = class {
|
|
|
52
52
|
this.visible = false;
|
|
53
53
|
}
|
|
54
54
|
render() {
|
|
55
|
-
return (index.h(index.Host, { key: '
|
|
55
|
+
return (index.h(index.Host, { key: 'b8589c4336335b3bdc4666c073f95c3f2b7ed8ea', class: {
|
|
56
56
|
[this.variant]: true,
|
|
57
57
|
"skip-to-content-visible": this.visible,
|
|
58
58
|
} }, this.links.map((link, i) => {
|
|
@@ -24,7 +24,7 @@ const ZStepperItem = class {
|
|
|
24
24
|
return Object.assign(Object.assign(Object.assign(Object.assign({}, href), role), current), tabindex);
|
|
25
25
|
}
|
|
26
26
|
render() {
|
|
27
|
-
return (index.h(index.Host, { key: '
|
|
27
|
+
return (index.h(index.Host, { key: '916903deb19e21efcbf41a7b6abdc67fd9d77e24', role: "listitem" }, index.h("button", Object.assign({ key: '8b1f517486bc8f20a068005097e4c05de79f03a3', class: "stepper-item", disabled: this.disabled }, this.getAttributes()), index.h("div", { key: '9ee7e36ec5bea649c0bcbffcfc01c60e7f20015a', class: "indicator" }, this.checked ? index.h("z-icon", { name: "checkmark" }) : this.index), index.h("span", { key: 'd9a2fcfb5af81003984c2c826a585ff67f956d31' }, index.h("slot", { key: '7fbbe5e023e32231a7efae862fea122d0455d20f' })))));
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
30
|
ZStepperItem.style = ZStepperItemStyle0;
|
|
@@ -12,7 +12,7 @@ const ZStepper = 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: 'd0ee7919dcc30630687f4ad0e09365be7005fdcf', role: "list" }, index.h("slot", { key: '7ee595454d4fe021ab10cab8114f65dce9d3e428' })));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
ZStepper.style = ZStepperStyle0;
|