@zanichelli/delta_share 2.0.5 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wc/cjs/{breakpoints-da666109.js → breakpoints-a55736d0.js} +2 -0
- package/dist/wc/cjs/delta_share.cjs.js +2 -2
- package/dist/wc/cjs/hammer-4f20813e.js +2650 -0
- package/dist/wc/cjs/{icons-f65fa82e.js → icons-2aca6c75.js} +132 -58
- package/dist/wc/cjs/index-9c6fd1db.js +315 -0
- package/dist/wc/cjs/{index-771eb01e.js → index-9ca7d5e5.js} +9 -0
- package/dist/wc/cjs/{license-activation_16.cjs.entry.js → license-activation_13.cjs.entry.js} +137 -489
- package/dist/wc/cjs/loader.cjs.js +2 -2
- package/dist/wc/cjs/utils-8a10bba9.js +88 -0
- package/dist/wc/cjs/z-alert.cjs.entry.js +19 -0
- package/dist/wc/cjs/z-app-header.cjs.entry.js +115 -6
- package/dist/wc/cjs/z-app-switcher.cjs.entry.js +2 -2
- package/dist/wc/cjs/z-app-topbar.cjs.entry.js +15 -28
- package/dist/wc/cjs/z-aria-alert.cjs.entry.js +18 -0
- package/dist/wc/cjs/z-avatar.cjs.entry.js +43 -0
- package/dist/wc/cjs/z-button-deprecated.cjs.entry.js +38 -0
- package/dist/wc/cjs/z-button-filter.cjs.entry.js +49 -0
- package/dist/wc/cjs/z-button-sort.cjs.entry.js +17 -3
- package/dist/wc/cjs/z-candybar.cjs.entry.js +1 -1
- package/dist/wc/cjs/z-card.cjs.entry.js +53 -25
- package/dist/wc/cjs/z-carousel.cjs.entry.js +24 -0
- package/dist/wc/cjs/z-chip-deprecated.cjs.entry.js +24 -0
- package/dist/wc/cjs/z-chip.cjs.entry.js +20 -7
- package/dist/wc/cjs/z-combobox.cjs.entry.js +18 -17
- package/dist/wc/cjs/z-contextual-menu.cjs.entry.js +40 -0
- package/dist/wc/cjs/z-cookiebar.cjs.entry.js +4 -4
- package/dist/wc/cjs/z-date-picker.cjs.entry.js +3104 -0
- package/dist/wc/cjs/z-divider.cjs.entry.js +2 -2
- package/dist/wc/cjs/z-dragdrop-area_2.cjs.entry.js +48 -0
- package/dist/wc/cjs/z-file-upload.cjs.entry.js +172 -0
- package/dist/wc/cjs/z-file.cjs.entry.js +47 -0
- package/dist/wc/cjs/z-footer-link_3.cjs.entry.js +4 -4
- package/dist/wc/cjs/z-footer.cjs.entry.js +35 -8
- package/dist/wc/cjs/z-ghost-loading.cjs.entry.js +19 -0
- package/dist/wc/cjs/z-icon-package.cjs.entry.js +2 -2
- package/dist/wc/cjs/z-input-deprecated.cjs.entry.js +271 -0
- package/dist/wc/cjs/z-input-label_2.cjs.entry.js +272 -0
- package/dist/wc/cjs/z-list-group.cjs.entry.js +54 -0
- package/dist/wc/cjs/z-list_2.cjs.entry.js +144 -53
- package/dist/wc/cjs/z-logo.cjs.entry.js +12 -10
- package/dist/wc/cjs/z-menu-dropdown_2.cjs.entry.js +89 -0
- package/dist/wc/cjs/z-menu-section.cjs.entry.js +2 -2
- package/dist/wc/cjs/z-menu.cjs.entry.js +58 -4
- package/dist/wc/cjs/z-messages-pocket.cjs.entry.js +46 -0
- package/dist/wc/cjs/z-modal-login.cjs.entry.js +13 -4
- package/dist/wc/cjs/z-myz-card-alert.cjs.entry.js +63 -0
- package/dist/wc/cjs/z-myz-card-dictionary.cjs.entry.js +36 -0
- package/dist/wc/cjs/z-myz-card-footer-sections.cjs.entry.js +19 -0
- package/dist/wc/cjs/z-myz-card-footer.cjs.entry.js +56 -0
- package/dist/wc/cjs/z-myz-card-icon.cjs.entry.js +21 -0
- package/dist/wc/cjs/z-myz-card-info.cjs.entry.js +119 -0
- package/dist/wc/cjs/{z-card-list.cjs.entry.js → z-myz-card-list.cjs.entry.js} +5 -5
- package/dist/wc/cjs/z-myz-card_4.cjs.entry.js +104 -0
- package/dist/wc/cjs/{z-list-item.cjs.entry.js → z-myz-list-item.cjs.entry.js} +7 -6
- package/dist/wc/cjs/z-myz-topbar.cjs.entry.js +194 -0
- package/dist/wc/cjs/z-navigation-tab-link.cjs.entry.js +71 -0
- package/dist/wc/cjs/z-navigation-tab.cjs.entry.js +73 -0
- package/dist/wc/cjs/z-navigation-tabs.cjs.entry.js +126 -0
- package/dist/wc/cjs/z-notification.cjs.entry.js +46 -0
- package/dist/wc/cjs/z-offcanvas.cjs.entry.js +63 -0
- package/dist/wc/cjs/z-otp.cjs.entry.js +41 -0
- package/dist/wc/cjs/z-pagination-bar.cjs.entry.js +8 -2651
- package/dist/wc/cjs/z-pagination-page.cjs.entry.js +3 -4
- package/dist/wc/cjs/z-pagination.cjs.entry.js +229 -0
- package/dist/wc/cjs/z-panel-elem.cjs.entry.js +1 -1
- package/dist/wc/cjs/z-pocket-message.cjs.entry.js +19 -0
- package/dist/wc/cjs/z-pocket_3.cjs.entry.js +125 -0
- package/dist/wc/cjs/z-popover.cjs.entry.js +132 -0
- package/dist/wc/cjs/z-section-title.cjs.entry.js +42 -0
- package/dist/wc/cjs/z-skip-to-content.cjs.entry.js +68 -0
- package/dist/wc/cjs/z-slideshow.cjs.entry.js +112 -0
- package/dist/wc/cjs/z-status-tag.cjs.entry.js +29 -0
- package/dist/wc/cjs/z-stepper-item.cjs.entry.js +1 -1
- package/dist/wc/cjs/z-stepper.cjs.entry.js +1 -1
- package/dist/wc/cjs/{z-registro-table-body.cjs.entry.js → z-table-body.cjs.entry.js} +5 -5
- package/dist/wc/cjs/z-table-cell.cjs.entry.js +36 -0
- package/dist/wc/cjs/z-table-empty-box.cjs.entry.js +32 -0
- package/dist/wc/cjs/z-table-expanded-row.cjs.entry.js +19 -0
- package/dist/wc/cjs/{z-registro-table-head.cjs.entry.js → z-table-footer.cjs.entry.js} +5 -5
- package/dist/wc/cjs/{z-registro-table-footer.cjs.entry.js → z-table-head.cjs.entry.js} +5 -5
- package/dist/wc/cjs/z-table-header-row.cjs.entry.js +22 -0
- package/dist/wc/cjs/z-table-header.cjs.entry.js +88 -0
- package/dist/wc/cjs/z-table-row.cjs.entry.js +43 -0
- package/dist/wc/cjs/z-table-sticky-footer.cjs.entry.js +19 -0
- package/dist/wc/cjs/z-table.cjs.entry.js +82 -0
- package/dist/wc/cjs/z-tag.cjs.entry.js +22 -0
- package/dist/wc/cjs/z-toast-notification-list.cjs.entry.js +56 -0
- package/dist/wc/cjs/z-toast-notification.cjs.entry.js +203 -0
- package/dist/wc/cjs/z-toggle-button.cjs.entry.js +7 -6
- package/dist/wc/cjs/z-toggle-switch.cjs.entry.js +49 -0
- package/dist/wc/cjs/z-tooltip.cjs.entry.js +254 -24
- package/dist/wc/cjs/z-user-dropdown.cjs.entry.js +46 -51
- package/dist/wc/cjs/z-visually-hidden.cjs.entry.js +19 -0
- package/dist/wc/collection/collection-manifest.json +63 -18
- package/dist/wc/collection/components/license-activation-form/license-activation-form.css +1 -1
- package/dist/wc/collection/components/license-activation-form/license-activation-form.js +18 -18
- package/dist/wc/custom-elements/index.js +8650 -1964
- package/dist/wc/delta_share/delta_share.esm.js +1 -1
- package/dist/wc/delta_share/p-06543221.entry.js +1 -0
- package/dist/wc/delta_share/{p-8c8c2605.entry.js → p-06b89fb4.entry.js} +1 -1
- package/dist/wc/delta_share/p-0b0179c7.js +1 -0
- package/dist/wc/delta_share/p-0f55558e.js +1 -0
- package/dist/wc/delta_share/p-103f926c.entry.js +1 -0
- package/dist/wc/delta_share/p-11b446d7.entry.js +1 -0
- package/dist/wc/delta_share/p-13093633.entry.js +1 -0
- package/dist/wc/delta_share/p-20c14e4e.entry.js +1 -0
- package/dist/wc/delta_share/p-243df9e5.entry.js +1 -0
- package/dist/wc/delta_share/p-244accd2.entry.js +1 -0
- package/dist/wc/delta_share/p-261611b1.js +1 -0
- package/dist/wc/delta_share/p-29729c73.entry.js +1 -0
- package/dist/wc/delta_share/p-29cb5018.entry.js +1 -0
- package/dist/wc/delta_share/{p-f70f03be.entry.js → p-29d111de.entry.js} +1 -1
- package/dist/wc/delta_share/p-2b05751b.entry.js +1 -0
- package/dist/wc/delta_share/p-32975e01.entry.js +1 -0
- package/dist/wc/delta_share/p-32d34db1.entry.js +1 -0
- package/dist/wc/delta_share/{p-ece80039.entry.js → p-3341f25e.entry.js} +1 -1
- package/dist/wc/delta_share/p-33fb12fc.entry.js +1 -0
- package/dist/wc/delta_share/p-36955fc5.entry.js +1 -0
- package/dist/wc/delta_share/p-39440988.entry.js +1 -0
- package/dist/wc/delta_share/p-3bb7f110.entry.js +1 -0
- package/dist/wc/delta_share/p-3f61bc0d.entry.js +1 -0
- package/dist/wc/delta_share/p-422f29e8.entry.js +1 -0
- package/dist/wc/delta_share/p-43ae8e0a.entry.js +1 -0
- package/dist/wc/delta_share/p-44eba966.entry.js +1 -0
- package/dist/wc/delta_share/p-464dc49d.entry.js +1 -0
- package/dist/wc/delta_share/p-51431ace.js +1 -0
- package/dist/wc/delta_share/p-5374191c.entry.js +16 -0
- package/dist/wc/delta_share/p-5559856c.entry.js +1 -0
- package/dist/wc/delta_share/p-55ecb7aa.entry.js +1 -0
- package/dist/wc/delta_share/p-5af0e3cd.entry.js +1 -0
- package/dist/wc/delta_share/{p-20c65209.entry.js → p-5b320481.entry.js} +1 -1
- package/dist/wc/delta_share/p-5d085d01.entry.js +1 -0
- package/dist/wc/delta_share/p-5d88112c.entry.js +1 -0
- package/dist/wc/delta_share/p-5e9898dd.entry.js +1 -0
- package/dist/wc/delta_share/p-6422731e.entry.js +1 -0
- package/dist/wc/delta_share/p-64ffaf7b.entry.js +1 -0
- package/dist/wc/delta_share/p-6613eeee.entry.js +1 -0
- package/dist/wc/delta_share/p-6a39042b.entry.js +1 -0
- package/dist/wc/delta_share/{p-165af99f.entry.js → p-6a9fb59c.entry.js} +1 -1
- package/dist/wc/delta_share/p-6f7064dc.entry.js +1 -0
- package/dist/wc/delta_share/p-767a8d6e.entry.js +1 -0
- package/dist/wc/delta_share/p-76cfb0be.entry.js +1 -0
- package/dist/wc/delta_share/p-7f71c41e.entry.js +1 -0
- package/dist/wc/delta_share/p-8b6617d8.entry.js +1 -0
- package/dist/wc/delta_share/p-8b88f257.entry.js +3 -0
- package/dist/wc/delta_share/p-8fb4a4ea.entry.js +1 -0
- package/dist/wc/delta_share/p-91a4ef35.js +1 -0
- package/dist/wc/delta_share/p-91af6142.entry.js +1 -0
- package/dist/wc/delta_share/p-94b8f342.entry.js +1 -0
- package/dist/wc/delta_share/{p-eee2d197.entry.js → p-94df01a9.entry.js} +1 -1
- package/dist/wc/delta_share/p-9656b290.entry.js +1 -0
- package/dist/wc/delta_share/p-97e4d621.entry.js +1 -0
- package/dist/wc/delta_share/p-98853ba5.entry.js +1 -0
- package/dist/wc/delta_share/p-9c147330.entry.js +1 -0
- package/dist/wc/delta_share/p-9d35fb61.entry.js +1 -0
- package/dist/wc/delta_share/{p-d68368aa.entry.js → p-a0663266.entry.js} +1 -1
- package/dist/wc/delta_share/p-a150a778.entry.js +1 -0
- package/dist/wc/delta_share/p-a823768b.entry.js +1 -0
- package/dist/wc/delta_share/p-b1b05625.entry.js +1 -0
- package/dist/wc/delta_share/p-b1c1f030.entry.js +1 -0
- package/dist/wc/delta_share/p-badf3f24.entry.js +1 -0
- package/dist/wc/delta_share/p-bb38e604.entry.js +1 -0
- package/dist/wc/delta_share/p-bcb49d1a.entry.js +1 -0
- package/dist/wc/delta_share/p-c2dde3b3.entry.js +1 -0
- package/dist/wc/delta_share/p-cccef23b.entry.js +1 -0
- package/dist/wc/delta_share/p-cd42e0b5.entry.js +1 -0
- package/dist/wc/delta_share/{p-e8390258.entry.js → p-cfc122de.entry.js} +1 -1
- package/dist/wc/delta_share/p-d282ce22.entry.js +1 -0
- package/dist/wc/delta_share/p-d610565d.entry.js +1 -0
- package/dist/wc/delta_share/p-da0b941f.entry.js +1 -0
- package/dist/wc/delta_share/p-da8144e5.entry.js +1 -0
- package/dist/wc/delta_share/p-dafefe1f.entry.js +1 -0
- package/dist/wc/delta_share/p-dc148f92.entry.js +1 -0
- package/dist/wc/delta_share/p-dd50dd54.entry.js +1 -0
- package/dist/wc/delta_share/p-de117646.entry.js +1 -0
- package/dist/wc/delta_share/p-dec6ab35.entry.js +1 -0
- package/dist/wc/delta_share/p-e37c7b62.entry.js +1 -0
- package/dist/wc/delta_share/p-e43e61ac.js +7 -0
- package/dist/wc/delta_share/p-e7932e20.entry.js +1 -0
- package/dist/wc/delta_share/p-e9412ef0.entry.js +1 -0
- package/dist/wc/delta_share/p-ea6c7be0.entry.js +1 -0
- package/dist/wc/delta_share/p-ebb9a3f9.entry.js +1 -0
- package/dist/wc/delta_share/p-ee76ecea.entry.js +1 -0
- package/dist/wc/delta_share/p-f2323f2a.entry.js +1 -0
- package/dist/wc/delta_share/p-f441efc3.entry.js +1 -0
- package/dist/wc/delta_share/p-f531a563.entry.js +1 -0
- package/dist/wc/delta_share/p-fa3d96ab.entry.js +1 -0
- package/dist/wc/delta_share/p-fd83d815.entry.js +1 -0
- package/dist/wc/delta_share/p-ff2508eb.entry.js +1 -0
- package/dist/wc/esm/breakpoints-e07f80e7.js +4 -0
- package/dist/wc/esm/delta_share.js +2 -2
- package/dist/wc/esm/hammer-c3266b17.js +2648 -0
- package/dist/wc/esm/{icons-973d360b.js → icons-74713b55.js} +132 -58
- package/dist/wc/esm/index-654849a7.js +315 -0
- package/dist/wc/esm/{index-2fc5398d.js → index-b3a91e19.js} +9 -0
- package/dist/wc/esm/{license-activation_16.entry.js → license-activation_13.entry.js} +138 -487
- package/dist/wc/esm/loader.js +2 -2
- package/dist/wc/esm/utils-417652d9.js +80 -0
- package/dist/wc/esm/z-alert.entry.js +15 -0
- package/dist/wc/esm/z-app-header.entry.js +115 -6
- package/dist/wc/esm/z-app-switcher.entry.js +2 -2
- package/dist/wc/esm/z-app-topbar.entry.js +15 -28
- package/dist/wc/esm/z-aria-alert.entry.js +14 -0
- package/dist/wc/esm/z-avatar.entry.js +39 -0
- package/dist/wc/esm/z-button-deprecated.entry.js +34 -0
- package/dist/wc/esm/z-button-filter.entry.js +45 -0
- package/dist/wc/esm/z-button-sort.entry.js +17 -3
- package/dist/wc/esm/z-candybar.entry.js +1 -1
- package/dist/wc/esm/z-card.entry.js +53 -25
- package/dist/wc/esm/z-carousel.entry.js +20 -0
- package/dist/wc/esm/z-chip-deprecated.entry.js +20 -0
- package/dist/wc/esm/z-chip.entry.js +20 -7
- package/dist/wc/esm/z-combobox.entry.js +18 -17
- package/dist/wc/esm/z-contextual-menu.entry.js +36 -0
- package/dist/wc/esm/z-cookiebar.entry.js +4 -4
- package/dist/wc/esm/z-date-picker.entry.js +3100 -0
- package/dist/wc/esm/z-divider.entry.js +2 -2
- package/dist/wc/esm/z-dragdrop-area_2.entry.js +43 -0
- package/dist/wc/esm/z-file-upload.entry.js +168 -0
- package/dist/wc/esm/z-file.entry.js +43 -0
- package/dist/wc/esm/z-footer-link_3.entry.js +4 -4
- package/dist/wc/esm/z-footer.entry.js +35 -8
- package/dist/wc/esm/z-ghost-loading.entry.js +15 -0
- package/dist/wc/esm/z-icon-package.entry.js +2 -2
- package/dist/wc/esm/z-input-deprecated.entry.js +267 -0
- package/dist/wc/esm/z-input-label_2.entry.js +267 -0
- package/dist/wc/esm/z-list-group.entry.js +50 -0
- package/dist/wc/esm/z-list_2.entry.js +144 -53
- package/dist/wc/esm/z-logo.entry.js +12 -10
- package/dist/wc/esm/z-menu-dropdown_2.entry.js +84 -0
- package/dist/wc/esm/z-menu-section.entry.js +2 -2
- package/dist/wc/esm/z-menu.entry.js +58 -4
- package/dist/wc/esm/z-messages-pocket.entry.js +42 -0
- package/dist/wc/esm/z-modal-login.entry.js +13 -4
- package/dist/wc/esm/z-myz-card-alert.entry.js +59 -0
- package/dist/wc/esm/z-myz-card-dictionary.entry.js +32 -0
- package/dist/wc/esm/z-myz-card-footer-sections.entry.js +15 -0
- package/dist/wc/esm/z-myz-card-footer.entry.js +52 -0
- package/dist/wc/esm/z-myz-card-icon.entry.js +17 -0
- package/dist/wc/esm/z-myz-card-info.entry.js +115 -0
- package/dist/wc/esm/z-myz-card-list.entry.js +33 -0
- package/dist/wc/esm/z-myz-card_4.entry.js +97 -0
- package/dist/wc/esm/{z-list-item.entry.js → z-myz-list-item.entry.js} +7 -6
- package/dist/wc/esm/z-myz-topbar.entry.js +190 -0
- package/dist/wc/esm/z-navigation-tab-link.entry.js +67 -0
- package/dist/wc/esm/z-navigation-tab.entry.js +69 -0
- package/dist/wc/esm/z-navigation-tabs.entry.js +122 -0
- package/dist/wc/esm/z-notification.entry.js +42 -0
- package/dist/wc/esm/z-offcanvas.entry.js +59 -0
- package/dist/wc/esm/z-otp.entry.js +37 -0
- package/dist/wc/esm/z-pagination-bar.entry.js +8 -2651
- package/dist/wc/esm/z-pagination-page.entry.js +3 -4
- package/dist/wc/esm/z-pagination.entry.js +225 -0
- package/dist/wc/esm/z-panel-elem.entry.js +1 -1
- package/dist/wc/esm/z-pocket-message.entry.js +15 -0
- package/dist/wc/esm/z-pocket_3.entry.js +119 -0
- package/dist/wc/esm/z-popover.entry.js +128 -0
- package/dist/wc/esm/z-section-title.entry.js +38 -0
- package/dist/wc/esm/z-skip-to-content.entry.js +64 -0
- package/dist/wc/esm/z-slideshow.entry.js +108 -0
- package/dist/wc/esm/z-status-tag.entry.js +25 -0
- package/dist/wc/esm/z-stepper-item.entry.js +1 -1
- package/dist/wc/esm/z-stepper.entry.js +1 -1
- package/dist/wc/esm/{z-registro-table-body.entry.js → z-table-body.entry.js} +5 -5
- package/dist/wc/esm/z-table-cell.entry.js +32 -0
- package/dist/wc/esm/z-table-empty-box.entry.js +28 -0
- package/dist/wc/esm/z-table-expanded-row.entry.js +15 -0
- package/dist/wc/esm/{z-registro-table-head.entry.js → z-table-footer.entry.js} +5 -5
- package/dist/wc/esm/{z-registro-table-footer.entry.js → z-table-head.entry.js} +5 -5
- package/dist/wc/esm/z-table-header-row.entry.js +18 -0
- package/dist/wc/esm/z-table-header.entry.js +84 -0
- package/dist/wc/esm/z-table-row.entry.js +39 -0
- package/dist/wc/esm/z-table-sticky-footer.entry.js +15 -0
- package/dist/wc/esm/z-table.entry.js +78 -0
- package/dist/wc/esm/z-tag.entry.js +18 -0
- package/dist/wc/esm/z-toast-notification-list.entry.js +52 -0
- package/dist/wc/esm/z-toast-notification.entry.js +199 -0
- package/dist/wc/esm/z-toggle-button.entry.js +7 -6
- package/dist/wc/esm/z-toggle-switch.entry.js +45 -0
- package/dist/wc/esm/z-tooltip.entry.js +254 -24
- package/dist/wc/esm/z-user-dropdown.entry.js +46 -51
- package/dist/wc/esm/z-visually-hidden.entry.js +15 -0
- package/dist/wc/types/beans/index.d.ts +1 -1
- package/dist/wc/types/components/license-activation/license-activation.d.ts +1 -1
- package/dist/wc/types/components/license-activation-form/license-activation-form.d.ts +1 -2
- package/package.json +1 -1
- package/dist/wc/cjs/index-b9bd2767.js +0 -81
- package/dist/wc/cjs/utils-1f907efa.js +0 -42
- package/dist/wc/cjs/z-card-alert.cjs.entry.js +0 -52
- package/dist/wc/cjs/z-card-body.cjs.entry.js +0 -19
- package/dist/wc/cjs/z-card-cover.cjs.entry.js +0 -22
- package/dist/wc/cjs/z-card-footer.cjs.entry.js +0 -46
- package/dist/wc/cjs/z-card-header.cjs.entry.js +0 -38
- package/dist/wc/cjs/z-card-icon.cjs.entry.js +0 -21
- package/dist/wc/cjs/z-header.cjs.entry.js +0 -180
- package/dist/wc/cjs/z-heading.cjs.entry.js +0 -17
- package/dist/wc/cjs/z-registro-table-cell.cjs.entry.js +0 -34
- package/dist/wc/cjs/z-registro-table-header.cjs.entry.js +0 -23
- package/dist/wc/cjs/z-registro-table-row.cjs.entry.js +0 -23
- package/dist/wc/cjs/z-registro-table-sticky-footer.cjs.entry.js +0 -19
- package/dist/wc/cjs/z-registro-table.cjs.entry.js +0 -31
- package/dist/wc/delta_share/p-01886650.entry.js +0 -1
- package/dist/wc/delta_share/p-04aac627.entry.js +0 -1
- package/dist/wc/delta_share/p-0712f9d3.entry.js +0 -1
- package/dist/wc/delta_share/p-16484902.entry.js +0 -1
- package/dist/wc/delta_share/p-21601525.entry.js +0 -1
- package/dist/wc/delta_share/p-235bcd66.entry.js +0 -1
- package/dist/wc/delta_share/p-28b46738.entry.js +0 -1
- package/dist/wc/delta_share/p-2eba2455.entry.js +0 -1
- package/dist/wc/delta_share/p-2ec1c7f6.entry.js +0 -1
- package/dist/wc/delta_share/p-34f2c21d.entry.js +0 -1
- package/dist/wc/delta_share/p-35f7bacb.entry.js +0 -1
- package/dist/wc/delta_share/p-3e244a3d.entry.js +0 -1
- package/dist/wc/delta_share/p-49c2342b.entry.js +0 -1
- package/dist/wc/delta_share/p-5363ac78.entry.js +0 -1
- package/dist/wc/delta_share/p-56331fcd.entry.js +0 -1
- package/dist/wc/delta_share/p-56cdbd95.entry.js +0 -1
- package/dist/wc/delta_share/p-5dd5dcba.entry.js +0 -1
- package/dist/wc/delta_share/p-5f995b84.entry.js +0 -1
- package/dist/wc/delta_share/p-63ce3cde.entry.js +0 -1
- package/dist/wc/delta_share/p-6523780b.entry.js +0 -1
- package/dist/wc/delta_share/p-69565c8e.entry.js +0 -1
- package/dist/wc/delta_share/p-69825d47.entry.js +0 -1
- package/dist/wc/delta_share/p-69dee729.entry.js +0 -1
- package/dist/wc/delta_share/p-7050a138.entry.js +0 -1
- package/dist/wc/delta_share/p-8025bbbe.entry.js +0 -1
- package/dist/wc/delta_share/p-80bc280b.entry.js +0 -3
- package/dist/wc/delta_share/p-80cd9ec1.entry.js +0 -1
- package/dist/wc/delta_share/p-83363ed1.entry.js +0 -1
- package/dist/wc/delta_share/p-8daed5d0.entry.js +0 -1
- package/dist/wc/delta_share/p-95b560f6.entry.js +0 -1
- package/dist/wc/delta_share/p-9ba5ddb4.js +0 -1
- package/dist/wc/delta_share/p-9dd299b2.js +0 -1
- package/dist/wc/delta_share/p-a65a76cb.entry.js +0 -1
- package/dist/wc/delta_share/p-b5e27e10.js +0 -1
- package/dist/wc/delta_share/p-b76e0aee.entry.js +0 -1
- package/dist/wc/delta_share/p-b8c95b08.entry.js +0 -1
- package/dist/wc/delta_share/p-cac71697.js +0 -1
- package/dist/wc/delta_share/p-e0160074.entry.js +0 -7
- package/dist/wc/delta_share/p-e1c8d36a.entry.js +0 -1
- package/dist/wc/delta_share/p-f8cddd5b.entry.js +0 -1
- package/dist/wc/delta_share/p-fb1885ec.js +0 -1
- package/dist/wc/delta_share/p-ffd4a20e.entry.js +0 -1
- package/dist/wc/esm/breakpoints-75d56fd9.js +0 -3
- package/dist/wc/esm/index-e68ea3a2.js +0 -81
- package/dist/wc/esm/utils-1c638931.js +0 -37
- package/dist/wc/esm/z-card-alert.entry.js +0 -48
- package/dist/wc/esm/z-card-body.entry.js +0 -15
- package/dist/wc/esm/z-card-cover.entry.js +0 -18
- package/dist/wc/esm/z-card-footer.entry.js +0 -42
- package/dist/wc/esm/z-card-header.entry.js +0 -34
- package/dist/wc/esm/z-card-icon.entry.js +0 -17
- package/dist/wc/esm/z-card-list.entry.js +0 -33
- package/dist/wc/esm/z-header.entry.js +0 -176
- package/dist/wc/esm/z-heading.entry.js +0 -13
- package/dist/wc/esm/z-registro-table-cell.entry.js +0 -30
- package/dist/wc/esm/z-registro-table-header.entry.js +0 -19
- package/dist/wc/esm/z-registro-table-row.entry.js +0 -19
- package/dist/wc/esm/z-registro-table-sticky-footer.entry.js +0 -15
- package/dist/wc/esm/z-registro-table.entry.js +0 -27
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-b3a91e19.js';
|
|
2
|
+
import { n as AlertTypesEnum } from './index-654849a7.js';
|
|
3
|
+
|
|
4
|
+
const stylesCss = ":host{position:absolute;font-family:var(--font-family-sans);font-weight:var(--font-rg);width:100%;top:0px;left:0px;z-index:2}:host>z-alert{height:calc(var(--space-unit) * 6)}.relativeContainer{position:relative;display:grid;grid-template-columns:18px auto 46px;grid-template-rows:1fr;grid-column-gap:var(--space-unit);align-items:center;padding:0;outline:none}.relativeContainer::-moz-focus-inner{border:0}.alert-external-wrapper.removeAlert{border:var(--border-size-medium) solid var(--color-surface02);border-top:none}:host div.addAlert{background:var(--color-success-inverse)}:host div.removeAlert{background:var(--color-warning-inverse)}:host div>.contentText{color:var(--color-surface05);font-size:14px;letter-spacing:0.16px;line-height:20px}:host div>.contentAction{color:var(--color-primary01);font-size:12px;font-weight:var(--font-sb);height:20px;letter-spacing:0.32px;line-height:20px;cursor:pointer}:host div>z-icon{justify-self:center}";
|
|
5
|
+
|
|
6
|
+
const ZMyzCardAlert = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.undoAction = createEvent(this, "undoAction", 7);
|
|
10
|
+
}
|
|
11
|
+
emitUndoAction() {
|
|
12
|
+
this.undoAction.emit({ actionType: this.type });
|
|
13
|
+
}
|
|
14
|
+
handleSpaceKeyPress(e) {
|
|
15
|
+
if (e.keyCode == 32 || e.keyCode == 13) {
|
|
16
|
+
e.preventDefault();
|
|
17
|
+
this.emitUndoAction();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
handleActionButtonClick(e) {
|
|
21
|
+
e.preventDefault();
|
|
22
|
+
this.emitUndoAction();
|
|
23
|
+
}
|
|
24
|
+
retrieveClass() {
|
|
25
|
+
let className = "";
|
|
26
|
+
switch (this.type) {
|
|
27
|
+
case "add":
|
|
28
|
+
className = "addAlert";
|
|
29
|
+
break;
|
|
30
|
+
case "remove":
|
|
31
|
+
className = "removeAlert";
|
|
32
|
+
break;
|
|
33
|
+
default:
|
|
34
|
+
className = "";
|
|
35
|
+
break;
|
|
36
|
+
}
|
|
37
|
+
return className;
|
|
38
|
+
}
|
|
39
|
+
getAlertType() {
|
|
40
|
+
switch (this.type) {
|
|
41
|
+
case "add":
|
|
42
|
+
return AlertTypesEnum.success;
|
|
43
|
+
case "remove":
|
|
44
|
+
return AlertTypesEnum.warning;
|
|
45
|
+
default:
|
|
46
|
+
return null;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
render() {
|
|
50
|
+
return (h("div", { class: "alert-external-wrapper " + this.retrieveClass() }, h("z-alert", { type: this.getAlertType() }, h("div", { class: "relativeContainer" }, h("z-icon", { name: this.iconname, width: 18, height: 18, class: this.retrieveClass() }), h("span", { class: "contentText" }, this.contenttext), this.actiontext && !!this.actiontext.trim().length && (h("span", { role: "button", tabindex: "0", class: "contentAction", onClick: (e) => {
|
|
51
|
+
this.handleActionButtonClick(e);
|
|
52
|
+
}, onKeyPress: (e) => {
|
|
53
|
+
this.handleSpaceKeyPress(e);
|
|
54
|
+
} }, this.actiontext))))));
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
ZMyzCardAlert.style = stylesCss;
|
|
58
|
+
|
|
59
|
+
export { ZMyzCardAlert as z_myz_card_alert };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-b3a91e19.js';
|
|
2
|
+
import { B as ButtonVariantEnum, b as ButtonSizeEnum } from './index-654849a7.js';
|
|
3
|
+
|
|
4
|
+
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host z-myz-card{--card-overflow:visible}:host>div{position:relative;height:522px;width:100%;transition:-webkit-transform 0.5s ease-out;transition:transform 0.5s ease-out;transition:transform 0.5s ease-out, -webkit-transform 0.5s ease-out}:host>div .content{position:relative;height:522px;width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:-webkit-transform 0.5s ease-out;transition:transform 0.5s ease-out;transition:transform 0.5s ease-out, -webkit-transform 0.5s ease-out;z-index:2}:host>div .content.flipped{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);margin-top:-2px}:host>div .front,:host>div .back{position:absolute;height:100%;width:100%;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}:host>div .front{z-index:2;top:0;left:0;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}:host>div .front z-button{position:absolute;z-index:3;top:calc(var(--space-unit) * 0.5);left:calc(-1 * var(--space-unit))}:host>div .back{padding:0 var(--space-unit);margin-left:calc(-1 * var(--space-unit));z-index:1;top:0;left:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);display:flex;justify-content:center}.hideInfo{display:none}";
|
|
5
|
+
|
|
6
|
+
const ZMyzCardDictionary = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.cardFlipped = createEvent(this, "cardFlipped", 7);
|
|
10
|
+
/** card is disabled */
|
|
11
|
+
this.disabled = false;
|
|
12
|
+
/** card is flipped */
|
|
13
|
+
this.flipped = false;
|
|
14
|
+
/** flip button label */
|
|
15
|
+
this.flipbuttonlabel = "INFO";
|
|
16
|
+
/** hide info button */
|
|
17
|
+
this.hideinfobtn = false;
|
|
18
|
+
}
|
|
19
|
+
handleFlipCard(e) {
|
|
20
|
+
this.flipCard(e.detail);
|
|
21
|
+
}
|
|
22
|
+
flipCard(showBack = true) {
|
|
23
|
+
this.flipped = showBack;
|
|
24
|
+
this.cardFlipped.emit(showBack);
|
|
25
|
+
}
|
|
26
|
+
render() {
|
|
27
|
+
return (h("div", null, h("z-myz-card", null, h("z-myz-card-header", { titolo: this.name }), h("div", { class: `content ${this.flipped ? "flipped" : ""}` }, h("div", { class: "front" }, h("z-myz-card-body", null, h("z-myz-card-cover", { slot: "cover", titolo: this.name, img: this.cover, faded: this.disabled })), h("z-button", { class: this.hideinfobtn ? "hideInfo" : "", variant: ButtonVariantEnum.secondary, icon: "informationsource", size: ButtonSizeEnum["x-small"], onClick: () => this.flipCard(true), disabled: this.flipped }, this.flipbuttonlabel)), h("div", { class: "back" }, h("slot", { name: "info" }))), h("slot", null))));
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
ZMyzCardDictionary.style = stylesCss;
|
|
31
|
+
|
|
32
|
+
export { ZMyzCardDictionary as z_myz_card_dictionary };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b3a91e19.js';
|
|
2
|
+
|
|
3
|
+
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>div>footer{box-sizing:border-box;border-radius:0px 0px var(--radius-base) var(--radius-base);border-top:var(--border-base) solid var(--color-surface03);padding:var(--space-unit) calc(var(--space-unit) * 2) 0;height:128px;color:var(--color-surface05);font-size:16px;line-height:24px}:host>div>footer>div.top,:host>div>footer>div.bottom{height:60px}";
|
|
4
|
+
|
|
5
|
+
const ZMyzCardFooterSections = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("div", null, h("footer", null, h("div", { class: "top" }, h("slot", { name: "top" })), h("div", { class: "bottom" }, h("slot", { name: "bottom" })))));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
ZMyzCardFooterSections.style = stylesCss;
|
|
14
|
+
|
|
15
|
+
export { ZMyzCardFooterSections as z_myz_card_footer_sections };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b3a91e19.js';
|
|
2
|
+
import { o as LicenseTypeEnum } from './index-654849a7.js';
|
|
3
|
+
|
|
4
|
+
const stylesCss = "footer{font-family:var(--font-family-sans);font-weight:var(--font-rg);color:var(--color-surface05);background-color:var(--color-surface01);margin:0px;padding:0px;position:relative;z-index:5;height:calc(var(--space-unit) * 6);width:auto;top:0px;transition:height 500ms ease-in-out, top 500ms ease-in-out;border-radius:0px 0px var(--border-radius) var(--border-radius);border-top:var(--border-size-medium) solid var(--color-surface03)}footer.real,footer.trial,footer.temp{border-top:var(--border-size-medium) solid var(--accent)}footer .bold{font-family:var(--font-family-sans);font-weight:var(--font-sb)}footer>p{font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:16px;line-height:22px;height:40px;margin:0px;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 2)\n var(--space-unit) calc(var(--space-unit) * 2);overflow:hidden;background-color:var(--color-surface01);transition:all 200ms linear}footer.isopen>p{font-size:14px;font-weight:var(--font-sb);transition:all 200ms linear;background-color:var(--bg-neutral-200)}footer.isopen.real>p,footer.isopen.trial>p,footer.isopen.temp>p{background-color:var(--accent)}footer .visible{display:block}footer .hidden{display:none}footer>div.content{height:60px;overflow:hidden}footer>div.content>div:not(.slot-handler){padding:var(--space-unit) calc(var(--space-unit) * 2)}footer>div.content>div>p{font-size:14px;height:20px;line-height:20px;margin:0px;padding:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}footer>div.content>div>p.year_isbn{padding-top:var(--space-unit);display:flex;flex-direction:row;justify-content:space-between}footer>div.content>div>p.year_isbn>span.isbn{text-overflow:ellipsis;overflow:hidden}footer.isopen>div.content>div:not(.slot-handler){height:68px}footer.isopen>div.content>div>p.authors{height:40px;white-space:initial;text-overflow:initial}footer.isopen>div.content>div>p.year_isbn{flex-direction:column;height:50px;padding-left:0px}footer.isopen>div.content>div>p.year_isbn>span.isbn{display:inline-grid;padding-left:0px}footer.isopen{height:295px;top:-212px;transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.isopen.customContent{top:-292px}footer.isopen>div.content{height:280px;transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.isopen.customContent>div.content{height:230px}.toggle{position:absolute;top:-24px;left:16px;z-index:10}.faded{opacity:0.3;pointer-events:none}footer>p.customContent,footer .content.customContent{display:none}footer.isopen>p.customContent,footer.isopen .content.customContent{display:block}div.wrapper{position:relative;height:100%}div.wrapper ::slotted([slot=\"content\"]){display:block;height:112px;width:100%;padding:0 calc(var(--space-unit) * 2);box-sizing:border-box;border-top:var(--border-size-medium) solid transparent;position:absolute;top:calc(var(--space-unit) * 2);z-index:10;background:var(--color-white)}div.wrapper.isopen ::slotted([slot=\"content\"]){height:128px;padding:calc(var(--space-unit) * 2);border-color:var(--accent);top:0;bottom:0}";
|
|
5
|
+
|
|
6
|
+
const ZMyzCardFooter = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
/** footer opened by default (optional) */
|
|
10
|
+
this.opened = false;
|
|
11
|
+
/** display footer custom slotted content */
|
|
12
|
+
this.customContent = false;
|
|
13
|
+
this.isOpen = false;
|
|
14
|
+
this.allowTooltipAuthors = false;
|
|
15
|
+
}
|
|
16
|
+
handleToggle() {
|
|
17
|
+
this.isOpen = !this.isOpen;
|
|
18
|
+
}
|
|
19
|
+
getTitleAuthors() {
|
|
20
|
+
return this.allowTooltipAuthors ? this.autori : "";
|
|
21
|
+
}
|
|
22
|
+
componentWillLoad() {
|
|
23
|
+
if (this.opened)
|
|
24
|
+
this.isOpen = true;
|
|
25
|
+
}
|
|
26
|
+
elementsEllipsis() {
|
|
27
|
+
this.allowTooltipAuthors = this.elementAuthorsHasEllipsis() ? true : false;
|
|
28
|
+
}
|
|
29
|
+
elementAuthorsHasEllipsis() {
|
|
30
|
+
return this.ellipsisAuthors.offsetWidth < this.ellipsisAuthors.scrollWidth;
|
|
31
|
+
}
|
|
32
|
+
retrieveClass() {
|
|
33
|
+
return {
|
|
34
|
+
isopen: this.isOpen,
|
|
35
|
+
real: this.cardtype === LicenseTypeEnum.real,
|
|
36
|
+
trial: this.cardtype === LicenseTypeEnum.trial,
|
|
37
|
+
temp: this.cardtype === LicenseTypeEnum.temp,
|
|
38
|
+
customContent: this.customContent,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
footerTransitionHandler(e) {
|
|
42
|
+
if (["visibility", "height"].includes(e.propertyName)) {
|
|
43
|
+
this.elementsEllipsis();
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
render() {
|
|
47
|
+
return (h("div", { class: Object.assign(Object.assign({}, this.retrieveClass()), { wrapper: true }) }, h("footer", { class: this.retrieveClass(), onTransitionEnd: (e) => this.footerTransitionHandler(e) }, h("span", { class: "toggle" }, h("slot", { name: "toggle" })), this.titolo && (h("p", { class: { customContent: this.customContent } }, this.titolo)), h("div", { class: { content: true, customContent: this.customContent } }, h("div", null, h("p", { class: "authors", ref: (el) => (this.ellipsisAuthors = el) }, h("span", { title: this.getTitleAuthors() }, h("span", { class: "bold" }, this.autori))), h("p", { class: "year_isbn" }, h("span", { class: "isbn" }, h("span", null, h("span", { class: "bold" }, this.isbn), " (ed. cartacea)")))), h("div", { class: `slot-handler ${this.isOpen ? "visible" : "hidden"}` }, h("slot", { name: "list" })))), this.customContent && h("slot", { name: "content" })));
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
ZMyzCardFooter.style = stylesCss;
|
|
51
|
+
|
|
52
|
+
export { ZMyzCardFooter as z_myz_card_footer };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b3a91e19.js';
|
|
2
|
+
|
|
3
|
+
const stylesCss = "button{width:42px;height:calc(var(--space-unit) * 5);display:flex;align-items:center;justify-content:center;color:var(--color-primary01);fill:var(--color-primary01);cursor:pointer;outline:none;background:none;border:none;border-left:var(--border-size-medium) solid var(--color-surface03);border-radius:0px var(--border-radius) 0px 0px;margin:0;padding:0px;width:calc(var(--space-unit) * 6);height:calc(var(--space-unit) * 6)}button:active,button:focus{color:var(--blue700);fill:var(--blue700)}button>span{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--border-radius);border:0px}button:hover>span{background:var(--color-primary03)}button:focus>span{background:var(--color-surface01);border-radius:var(--border-radius);box-shadow:0px 0px 2px 2px var(--accent-dark)}button:active>span{background:var(--color-surface01);border-radius:var(--border-radius);box-shadow:var(--shadow-2)}button:disabled{cursor:not-allowed}button:disabled>span{background:none;box-shadow:var(--shadow-0);pointer-events:none}button:disabled>span>z-icon{fill:var(--color-surface03)}button::-moz-focus-inner{border:0}";
|
|
4
|
+
|
|
5
|
+
const ZMyzCardIcon = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
/** disabled status flag */
|
|
9
|
+
this.isdisabled = false;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
return (h("button", { disabled: this.isdisabled, "aria-label": this.ariaLabel }, h("span", null, h("z-icon", { name: this.icon, width: 16, height: 16 }))));
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
ZMyzCardIcon.style = stylesCss;
|
|
16
|
+
|
|
17
|
+
export { ZMyzCardIcon as z_myz_card_icon };
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-b3a91e19.js';
|
|
2
|
+
import { i as TooltipPosition } from './index-654849a7.js';
|
|
3
|
+
import { h as handleKeyboardSubmit } from './utils-417652d9.js';
|
|
4
|
+
import './breakpoints-e07f80e7.js';
|
|
5
|
+
|
|
6
|
+
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);width:100%}:host>div{background:var(--color-surface01);width:calc(100% + calc(var(--space-unit) * 2));margin-left:calc(-1 * var(--space-unit));height:402px;border:var(--border-size-small) solid var(--color-primary01);box-shadow:0px 2px 4px 0px rgba(66, 69, 72, 0.35);border-radius:0px;box-sizing:border-box;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 3);position:relative}:host>div>z-icon{fill:var(--color-primary01);cursor:pointer;position:absolute;top:var(--space-unit);right:var(--space-unit)}:host>div{display:grid}:host>div>div.cta-wrapper{align-self:end;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between}:host>div>div.content-wrapper{overflow:hidden;position:relative;align-self:stretch}:host>div>div.content-wrapper>section{border-bottom:var(--border-size-small) solid var(--color-surface04);color:var(--color-surface05);padding:var(--space-unit) 0;font-size:14px;line-height:20px;box-sizing:border-box}:host>div>div.content-wrapper>section:last-child{border-bottom:none}:host>div>div.content-wrapper>section.info-wrapper{position:relative;overflow:hidden;box-sizing:border-box}:host>div>div.content-wrapper>section.info-wrapper.hidden:after{background:linear-gradient(\n 180deg,\n rgba(255, 0, 0, 0),\n rgba(255, 0, 0, 0) 60%,\n white\n );content:\"\";position:absolute;pointer-events:none;top:0;left:0;right:0;bottom:0}:host>div>div.content-wrapper>section>span.license-heading{display:flex;justify-content:space-between}:host>div>div.content-wrapper>section>span.license-heading>span.expired{color:var(--color-secondary02);font-size:12px;font-weight:600}:host>div>div.content-wrapper>section>span.license-heading>span.expiring{color:var(--color-warning01);font-size:12px;font-weight:600}:host>div>div.content-wrapper>z-tooltip{position:absolute;top:0px;left:calc(var(--space-unit) * 4)}";
|
|
7
|
+
|
|
8
|
+
const ZMyzCardInfo = class {
|
|
9
|
+
constructor(hostRef) {
|
|
10
|
+
registerInstance(this, hostRef);
|
|
11
|
+
this.flipCard = createEvent(this, "flipCard", 7);
|
|
12
|
+
/** tabindex link attribute (optional) */
|
|
13
|
+
this.htmltabindex = 0;
|
|
14
|
+
this.hiddenContent = false;
|
|
15
|
+
this.tooltip = false;
|
|
16
|
+
this.emitFlipCard = this.emitFlipCard.bind(this);
|
|
17
|
+
}
|
|
18
|
+
emitFlipCard(showBack = false) {
|
|
19
|
+
this.flipCard.emit(showBack);
|
|
20
|
+
}
|
|
21
|
+
componentWillLoad() {
|
|
22
|
+
this.setStringOrArray();
|
|
23
|
+
}
|
|
24
|
+
componentWillUpdate() {
|
|
25
|
+
this.setStringOrArray();
|
|
26
|
+
}
|
|
27
|
+
componentDidRender() {
|
|
28
|
+
this.handleContentHeight();
|
|
29
|
+
}
|
|
30
|
+
handleContentHeight() {
|
|
31
|
+
if (!this.contentWrapper && !this.infoWrapper)
|
|
32
|
+
return (this.hiddenContent = false);
|
|
33
|
+
if (this.contentWrapper.scrollHeight > this.contentWrapper.offsetHeight ||
|
|
34
|
+
this.infoWrapper.scrollHeight > this.infoWrapper.offsetHeight) {
|
|
35
|
+
const height = this.contentWrapper.offsetHeight -
|
|
36
|
+
this.onlineLicenseWrapper.offsetHeight -
|
|
37
|
+
this.offlineLicenseWrapper.offsetHeight;
|
|
38
|
+
this.infoWrapper.style.height = `${height}px`;
|
|
39
|
+
return (this.hiddenContent = true);
|
|
40
|
+
}
|
|
41
|
+
return (this.hiddenContent = false);
|
|
42
|
+
}
|
|
43
|
+
setStringOrArray() {
|
|
44
|
+
if (typeof this.data === "string") {
|
|
45
|
+
this.cardData = JSON.parse(this.data);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
this.cardData = this.data;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
renderCloseIcon() {
|
|
52
|
+
return (h("z-icon", { name: "multiply-circled-filled", height: 18, width: 18, onClick: () => this.emitFlipCard(false), tabindex: this.htmltabindex, onKeyUp: (e) => {
|
|
53
|
+
handleKeyboardSubmit(e, this.emitFlipCard, false);
|
|
54
|
+
} }));
|
|
55
|
+
}
|
|
56
|
+
renderGeneralSection() {
|
|
57
|
+
var _a, _b;
|
|
58
|
+
const title = (_a = this === null || this === void 0 ? void 0 : this.cardData) === null || _a === void 0 ? void 0 : _a.title;
|
|
59
|
+
const description = (_b = this === null || this === void 0 ? void 0 : this.cardData) === null || _b === void 0 ? void 0 : _b.description;
|
|
60
|
+
return (h("section", { class: `info-wrapper ${this.hiddenContent ? "hidden" : ""}`, onClick: () => {
|
|
61
|
+
if (this.hiddenContent)
|
|
62
|
+
this.tooltip = !this.tooltip;
|
|
63
|
+
}, ref: (el) => (this.infoWrapper = el) }, this.renderAuthor(), this.renderYear(), title, h("br", null), description));
|
|
64
|
+
}
|
|
65
|
+
renderAuthor() {
|
|
66
|
+
var _a;
|
|
67
|
+
const author = (_a = this === null || this === void 0 ? void 0 : this.cardData) === null || _a === void 0 ? void 0 : _a.author;
|
|
68
|
+
if (!author)
|
|
69
|
+
return null;
|
|
70
|
+
return (h("span", null, "Autore: ", h("b", null, author), h("br", null)));
|
|
71
|
+
}
|
|
72
|
+
renderYear() {
|
|
73
|
+
var _a;
|
|
74
|
+
const year = (_a = this === null || this === void 0 ? void 0 : this.cardData) === null || _a === void 0 ? void 0 : _a.year;
|
|
75
|
+
if (!year)
|
|
76
|
+
return null;
|
|
77
|
+
return (h("span", null, "Anno: ", h("b", null, year), h("br", null)));
|
|
78
|
+
}
|
|
79
|
+
renderTooltip() {
|
|
80
|
+
if (!this.tooltip)
|
|
81
|
+
return;
|
|
82
|
+
if (!this.cardData)
|
|
83
|
+
return;
|
|
84
|
+
const { title, year, author, description } = this.cardData;
|
|
85
|
+
return (h("z-tooltip", { content: `${title} ${year} ${author} ${description}`, type: TooltipPosition.RIGHT, onClick: () => (this.tooltip = false) }));
|
|
86
|
+
}
|
|
87
|
+
setExpirationLicenseMessage(type) {
|
|
88
|
+
if ((type === "online" && this.cardData.onlineLicense.expired) ||
|
|
89
|
+
(type === "offline" && this.cardData.offlineLicense.expired)) {
|
|
90
|
+
return h("span", { class: "expired" }, "SCADUTA");
|
|
91
|
+
}
|
|
92
|
+
if ((type === "online" && this.cardData.onlineLicense.expiring) ||
|
|
93
|
+
(type === "offline" && this.cardData.offlineLicense.expiring)) {
|
|
94
|
+
return h("span", { class: "expiring" }, "IN SCADENZA");
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
renderOnlineLicenseSection() {
|
|
98
|
+
var _a;
|
|
99
|
+
if (!((_a = this === null || this === void 0 ? void 0 : this.cardData) === null || _a === void 0 ? void 0 : _a.onlineLicense))
|
|
100
|
+
return;
|
|
101
|
+
return (h("section", { ref: (el) => (this.onlineLicenseWrapper = el) }, h("span", { class: "license-heading" }, h("span", null, "Licenza online"), this.setExpirationLicenseMessage("online")), "Scadenza il ", h("b", null, this.cardData.onlineLicense.expiration), h("br", null)));
|
|
102
|
+
}
|
|
103
|
+
renderOfflineLicenseSection() {
|
|
104
|
+
var _a;
|
|
105
|
+
if (!((_a = this === null || this === void 0 ? void 0 : this.cardData) === null || _a === void 0 ? void 0 : _a.offlineLicense))
|
|
106
|
+
return;
|
|
107
|
+
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)));
|
|
108
|
+
}
|
|
109
|
+
render() {
|
|
110
|
+
return (h("div", null, this.renderCloseIcon(), h("div", { class: "content-wrapper", ref: (el) => (this.contentWrapper = el) }, this.renderGeneralSection(), this.renderTooltip(), this.renderOnlineLicenseSection(), this.renderOfflineLicenseSection()), h("div", { class: "cta-wrapper" }, h("slot", null))));
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
ZMyzCardInfo.style = stylesCss;
|
|
114
|
+
|
|
115
|
+
export { ZMyzCardInfo as z_myz_card_info };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b3a91e19.js';
|
|
2
|
+
|
|
3
|
+
const stylesCss = "ul{font-family:var(--font-family-sans);color:var(--color-primary02);margin:0 calc(var(--space-unit) * 2);padding:0px;overflow:hidden;list-style:none;width:auto;height:auto}ul>li{padding-left:10px;text-indent:-10px}ul>li>a{display:block;font-size:14px;font-weight:var(--font-sb);text-decoration:none;color:var(--color-primary01);letter-spacing:0.16px;line-height:calc(var(--space-unit) * 2.5);padding-top:calc(var(--space-unit) * .5)}ul>li>a:before{content:\"•\";padding-right:5px}ul>li>span{font-size:14px;font-weight:var(--font-rg);text-decoration:none;color:var(--color-surface04);padding:0 calc(var(--space-unit) * 2);letter-spacing:0.16px;line-height:calc(var(--space-unit) * 2.5)}";
|
|
4
|
+
|
|
5
|
+
const ZMyzCardList = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
this.renderList = this.renderList.bind(this);
|
|
9
|
+
}
|
|
10
|
+
handleSpaceKeyPress(e, url) {
|
|
11
|
+
if (e.keyCode == 32 || e.keyCode == 13) {
|
|
12
|
+
e.preventDefault();
|
|
13
|
+
window.open(url, "_blank");
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
formatListContent(data) {
|
|
17
|
+
const { value, isLink, url } = data;
|
|
18
|
+
if (!isLink)
|
|
19
|
+
return h("span", null, value);
|
|
20
|
+
return (h("a", { role: "button", onKeyPress: (e) => this.handleSpaceKeyPress(e, url), href: url, target: "_blank" }, value));
|
|
21
|
+
}
|
|
22
|
+
renderList(dataArray) {
|
|
23
|
+
return dataArray.map((data) => {
|
|
24
|
+
return h("li", null, this.formatListContent(data));
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
render() {
|
|
28
|
+
return h("ul", null, this.renderList(JSON.parse(this.listdata)));
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
ZMyzCardList.style = stylesCss;
|
|
32
|
+
|
|
33
|
+
export { ZMyzCardList as z_myz_card_list };
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b3a91e19.js';
|
|
2
|
+
import { o as LicenseTypeEnum } from './index-654849a7.js';
|
|
3
|
+
|
|
4
|
+
const stylesCss$3 = ":host{--card-overflow:hidden}div{background-color:var(--color-surface01);display:flex;flex-direction:column;width:auto;box-sizing:border-box;width:256px;height:522px;border:var(--border-size-medium) solid var(--color-surface03);border-radius:var(--border-radius);overflow:var(--card-overflow)}div.real,div.trial,div.temp{border-color:var(--accent)}div.faded{border:var(--border-size-medium) solid var(--color-surface02)}div.highlighted{box-shadow:var(--shadow-4);outline:none}div.pressed{box-shadow:var(--shadow-8);outline:none}div:focus{box-shadow:var(--shadow-focus-primary);outline:none}";
|
|
5
|
+
|
|
6
|
+
const ZMyzCardComponent = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
/** pressed status */
|
|
10
|
+
this.ispressed = false;
|
|
11
|
+
/** highlighted status */
|
|
12
|
+
this.ishighlighted = false;
|
|
13
|
+
}
|
|
14
|
+
retrieveClass() {
|
|
15
|
+
let elemClasses = "";
|
|
16
|
+
if (this.cardtype === LicenseTypeEnum.real)
|
|
17
|
+
elemClasses += "real";
|
|
18
|
+
else if (this.cardtype === LicenseTypeEnum.trial)
|
|
19
|
+
elemClasses += "trial";
|
|
20
|
+
else if (this.cardtype === LicenseTypeEnum.temp)
|
|
21
|
+
elemClasses += "temp";
|
|
22
|
+
if (this.faded) {
|
|
23
|
+
elemClasses += " faded";
|
|
24
|
+
}
|
|
25
|
+
else if (this.ispressed) {
|
|
26
|
+
elemClasses += " pressed";
|
|
27
|
+
}
|
|
28
|
+
else if (this.ishighlighted) {
|
|
29
|
+
elemClasses += " highlighted";
|
|
30
|
+
}
|
|
31
|
+
return elemClasses;
|
|
32
|
+
}
|
|
33
|
+
render() {
|
|
34
|
+
return (h("div", { class: this.retrieveClass(), tabindex: "0" }, h("slot", null)));
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
ZMyzCardComponent.style = stylesCss$3;
|
|
38
|
+
|
|
39
|
+
const stylesCss$2 = ":host{height:340px;width:auto}:host>div{height:340px;width:auto;display:flex;align-items:center;justify-content:center;position:relative}";
|
|
40
|
+
|
|
41
|
+
const ZMyzCardBody = class {
|
|
42
|
+
constructor(hostRef) {
|
|
43
|
+
registerInstance(this, hostRef);
|
|
44
|
+
}
|
|
45
|
+
render() {
|
|
46
|
+
return (h("div", null, h("slot", { name: "alert" }), h("slot", { name: "cover" })));
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
ZMyzCardBody.style = stylesCss$2;
|
|
50
|
+
|
|
51
|
+
const stylesCss$1 = "img{display:block;margin:auto auto;height:340px;max-width:100%;object-fit:cover}img.faded{opacity:0.3}";
|
|
52
|
+
|
|
53
|
+
const ZMyzCardCover = class {
|
|
54
|
+
constructor(hostRef) {
|
|
55
|
+
registerInstance(this, hostRef);
|
|
56
|
+
}
|
|
57
|
+
hadleOnImageError() {
|
|
58
|
+
this.img = this.defaultimg;
|
|
59
|
+
}
|
|
60
|
+
render() {
|
|
61
|
+
return (h("img", { class: this.faded && "faded", onError: this.hadleOnImageError.bind(this), alt: this.titolo, src: this.img }));
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
ZMyzCardCover.style = stylesCss$1;
|
|
65
|
+
|
|
66
|
+
const stylesCss = "header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:auto;height:calc(var(--space-unit) * 6);position:relative;border-bottom:var(--border-size-medium) solid var(--color-surface03);border-radius:var(--border-radius) var(--border-radius)\n var(--border-no-radius) var(--border-no-radius);background-color:var(--color-surface01)}header.real,header.trial,header.temp{background-color:var(--accent-lighter);border-bottom:var(--border-size-medium) solid var(--accent)}h2{font-family:var(--font-family-sans);font-weight:var(--font-sb);color:var(--color-surface05);height:calc(var(--space-unit) * 2);font-size:12px;text-transform:uppercase;letter-spacing:0.22px;line-height:calc(var(--space-unit) * 2);margin:0px;padding:calc(var(--space-unit) * 2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.faded{border-bottom:var(--border-size-medium) solid var(--color-surface02)}.faded.real,.faded.trial,.faded.temp{border-top:var(--border-size-medium) solid var(--accent);border-right:var(--border-size-medium) solid var(--accent);border-left:var(--border-size-medium) solid var(--accent)}";
|
|
67
|
+
|
|
68
|
+
const ZMyzCardHeader = class {
|
|
69
|
+
constructor(hostRef) {
|
|
70
|
+
registerInstance(this, hostRef);
|
|
71
|
+
this.allowTooltip = false;
|
|
72
|
+
}
|
|
73
|
+
getTitle() {
|
|
74
|
+
return this.allowTooltip ? this.titolo : "";
|
|
75
|
+
}
|
|
76
|
+
componentDidLoad() {
|
|
77
|
+
if (this.elementHasEllipsis())
|
|
78
|
+
this.allowTooltip = true;
|
|
79
|
+
}
|
|
80
|
+
elementHasEllipsis() {
|
|
81
|
+
return this.ellipsis.offsetWidth < this.ellipsis.scrollWidth;
|
|
82
|
+
}
|
|
83
|
+
retrieveClass() {
|
|
84
|
+
return {
|
|
85
|
+
real: this.cardtype === LicenseTypeEnum.real,
|
|
86
|
+
trial: this.cardtype === LicenseTypeEnum.trial,
|
|
87
|
+
temp: this.cardtype === LicenseTypeEnum.temp,
|
|
88
|
+
faded: this.faded,
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
render() {
|
|
92
|
+
return (h("header", { class: this.retrieveClass() }, h("h2", { ref: (el) => (this.ellipsis = el), title: this.getTitle() }, this.titolo), h("slot", { name: "icon" })));
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
ZMyzCardHeader.style = stylesCss;
|
|
96
|
+
|
|
97
|
+
export { ZMyzCardComponent as z_myz_card, ZMyzCardBody as z_myz_card_body, ZMyzCardCover as z_myz_card_cover, ZMyzCardHeader as z_myz_card_header };
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h } from './index-
|
|
2
|
-
import { h as handleKeyboardSubmit } from './utils-
|
|
3
|
-
import './index-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-b3a91e19.js';
|
|
2
|
+
import { h as handleKeyboardSubmit } from './utils-417652d9.js';
|
|
3
|
+
import './index-654849a7.js';
|
|
4
|
+
import './breakpoints-e07f80e7.js';
|
|
4
5
|
|
|
5
6
|
const stylesCss = ":host li{all:unset;all:reset;width:100%}:host li{list-style-type:none;line-height:14px}:host li>span{line-height:14px;padding:calc(var(--space-unit) * 2) 0;display:flex;font-family:var(--dashboard-font);font-weight:var(--font-rg);font-size:16px;letter-spacing:0.23px;color:var(--text-grey-800);fill:var(--text-grey-800)}:host li>span.border{border-bottom:2px solid var(--bg-grey-200)}:host li span:hover,a:hover{color:var(--myz-blue);fill:var(--myz-blue)}a,a:visited,a:active{color:inherit;fill:inherit;text-decoration:none}:host li span z-icon{color:var(--myz-blue);fill:var(--myz-blue);height:calc(var(--space-unit) * 2);width:calc(var(--space-unit) * 2);padding:0 calc(var(--space-unit) * 1.5) 0 0;background-size:contain;background-repeat:no-repeat}";
|
|
6
7
|
|
|
7
|
-
const
|
|
8
|
+
const ZMyzListItem = class {
|
|
8
9
|
constructor(hostRef) {
|
|
9
10
|
registerInstance(this, hostRef);
|
|
10
11
|
this.zListItemLinkClick = createEvent(this, "zListItemLinkClick", 7);
|
|
@@ -27,6 +28,6 @@ const ZListItem = class {
|
|
|
27
28
|
return (h("li", { role: "button", id: this.listitemid, "data-action": this.action, onClick: (e) => this.emitZListItemClick(e, this.listitemid), onKeyPress: (ev) => handleKeyboardSubmit(ev, this.emitZListItemClick, this.listitemid) }, h("span", { class: this.underlined && "border" }, this.icon && h("z-icon", { name: this.icon }), this.link ? (h("a", { href: this.link ? this.link : null, target: this.linktarget, id: linkId, onClick: (e) => this.emitZListItemLinkClick(e, linkId), onKeyPress: (ev) => handleKeyboardSubmit(ev, this.emitZListItemLinkClick, linkId), role: this.link ? "link" : "button", tabindex: "0" }, this.text)) : (h("span", { innerHTML: this.text })), h("slot", null))));
|
|
28
29
|
}
|
|
29
30
|
};
|
|
30
|
-
|
|
31
|
+
ZMyzListItem.style = stylesCss;
|
|
31
32
|
|
|
32
|
-
export {
|
|
33
|
+
export { ZMyzListItem as z_myz_list_item };
|