@zanichelli/albe-web-components 2.33.0 → 2.33.1
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 +2 -0
- package/dist/web-components-library/_commonjsHelpers-cb1cd7bb.js +44 -0
- package/dist/web-components-library/app-globals-0f993ce5.js +3 -0
- package/dist/{esm → web-components-library}/breakpoints-c386984e.js +0 -0
- package/dist/web-components-library/css-shim-003e9264.js +4 -0
- package/dist/web-components-library/dom-1b195079.js +73 -0
- package/dist/{esm/hammer-c807d0b5.js → web-components-library/hammer-52e2c4fe.js} +4 -15
- package/dist/{collection/components/icons/icons.js → web-components-library/icons-9a191d79.js} +3 -1
- package/dist/web-components-library/index-44936066.js +2832 -0
- package/dist/web-components-library/index-8067f807.js +64 -0
- package/dist/{esm/index-4952bfe3.js → web-components-library/index-8f67b3da.js} +1 -1
- package/dist/web-components-library/index.esm.js +9 -1
- package/dist/web-components-library/shadow-css-c1ad5fdc.js +383 -0
- package/dist/{esm/utils-889efe17.js → web-components-library/utils-5e70920f.js} +20 -2
- package/dist/web-components-library/web-components-library.css +789 -1
- package/dist/web-components-library/web-components-library.esm.js +122 -1
- package/dist/web-components-library/z-alert.entry.js +15 -0
- package/dist/{esm → web-components-library}/z-app-header.entry.js +1 -1
- package/dist/web-components-library/z-app-switcher.entry.js +25 -0
- package/dist/web-components-library/z-app-topbar.entry.js +37 -0
- package/dist/{esm → web-components-library}/z-aria-alert.entry.js +2 -2
- package/dist/web-components-library/z-avatar.entry.js +39 -0
- package/dist/web-components-library/z-body.entry.js +13 -0
- package/dist/web-components-library/z-button-filter.entry.js +45 -0
- package/dist/web-components-library/z-button-sort.entry.js +50 -0
- package/dist/web-components-library/z-button.entry.js +35 -0
- package/dist/{esm → web-components-library}/z-candybar.entry.js +1 -1
- package/dist/web-components-library/z-card.entry.js +54 -0
- package/dist/web-components-library/z-chip.entry.js +20 -0
- package/dist/web-components-library/z-combobox.entry.js +166 -0
- package/dist/web-components-library/z-contextual-menu.entry.js +36 -0
- package/dist/{esm → web-components-library}/z-cookiebar.entry.js +2 -2
- package/dist/web-components-library/z-divider.entry.js +22 -0
- package/dist/web-components-library/z-footer-link.entry.js +15 -0
- package/dist/web-components-library/z-footer-section.entry.js +19 -0
- package/dist/web-components-library/z-footer-social.entry.js +15 -0
- package/dist/web-components-library/z-footer.entry.js +98 -0
- package/dist/web-components-library/z-ghost-loading.entry.js +15 -0
- package/dist/{esm → web-components-library}/z-heading.entry.js +1 -1
- package/dist/web-components-library/z-icon-package.entry.js +19 -0
- package/dist/web-components-library/z-icon.entry.js +24 -0
- package/dist/web-components-library/z-info-box.entry.js +21 -0
- package/dist/web-components-library/z-input-label.entry.js +17 -0
- package/dist/web-components-library/z-input-message.entry.js +20 -0
- package/dist/web-components-library/z-input.entry.js +264 -0
- package/dist/web-components-library/z-link.entry.js +67 -0
- package/dist/web-components-library/z-list-element.entry.js +150 -0
- package/dist/web-components-library/z-list-group.entry.js +50 -0
- package/dist/web-components-library/z-list.entry.js +30 -0
- package/dist/web-components-library/z-logo.entry.js +24 -0
- package/dist/web-components-library/z-menu-dropdown.entry.js +56 -0
- package/dist/web-components-library/z-menu-section.entry.js +42 -0
- package/dist/web-components-library/z-menu.entry.js +106 -0
- package/dist/{esm → web-components-library}/z-messages-pocket.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-modal-login.entry.js +2 -2
- package/dist/web-components-library/z-modal.entry.js +32 -0
- package/dist/web-components-library/z-myz-card-alert.entry.js +59 -0
- package/dist/web-components-library/z-myz-card-body.entry.js +15 -0
- package/dist/web-components-library/z-myz-card-cover.entry.js +18 -0
- package/dist/{esm → web-components-library}/z-myz-card-dictionary.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-myz-card-footer-sections.entry.js +1 -1
- package/dist/web-components-library/z-myz-card-footer.entry.js +48 -0
- package/dist/web-components-library/z-myz-card-header.entry.js +34 -0
- package/dist/web-components-library/z-myz-card-icon.entry.js +17 -0
- package/dist/{esm → web-components-library}/z-myz-card-info.entry.js +3 -3
- package/dist/web-components-library/z-myz-card-list.entry.js +33 -0
- package/dist/web-components-library/z-myz-card.entry.js +37 -0
- package/dist/web-components-library/z-myz-list-item.entry.js +33 -0
- package/dist/web-components-library/z-myz-list.entry.js +31 -0
- package/dist/{esm → web-components-library}/z-myz-topbar.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-navigation-tab.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-navigation-tabs.entry.js +2 -2
- package/dist/web-components-library/z-notification.entry.js +38 -0
- package/dist/{esm → web-components-library}/z-otp.entry.js +2 -2
- package/dist/web-components-library/z-pagination-bar.entry.js +126 -0
- package/dist/web-components-library/z-pagination-page.entry.js +21 -0
- package/dist/web-components-library/z-panel-elem.entry.js +26 -0
- package/dist/web-components-library/z-pocket-body.entry.js +23 -0
- package/dist/web-components-library/z-pocket-header.entry.js +36 -0
- package/dist/{esm → web-components-library}/z-pocket-message.entry.js +1 -1
- package/dist/web-components-library/z-pocket.entry.js +68 -0
- package/dist/web-components-library/z-popover.entry.js +124 -0
- package/dist/web-components-library/z-registro-table-body.entry.js +20 -0
- package/dist/web-components-library/z-registro-table-cell.entry.js +30 -0
- package/dist/web-components-library/z-registro-table-empty-box.entry.js +24 -0
- package/dist/web-components-library/z-registro-table-expanded-row.entry.js +15 -0
- package/dist/{esm → web-components-library}/z-registro-table-footer.entry.js +1 -1
- package/dist/web-components-library/z-registro-table-head.entry.js +19 -0
- package/dist/web-components-library/z-registro-table-header-row.entry.js +18 -0
- package/dist/web-components-library/z-registro-table-header.entry.js +80 -0
- package/dist/web-components-library/z-registro-table-row.entry.js +39 -0
- package/dist/web-components-library/z-registro-table-sticky-footer.entry.js +15 -0
- package/dist/web-components-library/z-registro-table.entry.js +78 -0
- package/dist/web-components-library/z-select.entry.js +281 -0
- package/dist/{esm → web-components-library}/z-slideshow.entry.js +3 -3
- package/dist/web-components-library/z-status-tag.entry.js +25 -0
- package/dist/web-components-library/z-stepper-item.entry.js +18 -0
- package/dist/web-components-library/z-stepper.entry.js +15 -0
- package/dist/{esm → web-components-library}/z-toast-notification-list.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-toast-notification.entry.js +4 -3
- package/dist/web-components-library/z-toggle-button.entry.js +32 -0
- package/dist/{collection/components/notification/z-tooltip/index.js → web-components-library/z-tooltip.entry.js} +19 -128
- package/dist/web-components-library/z-typography.entry.js +25 -0
- package/dist/web-components-library/z-user-dropdown.entry.js +91 -0
- package/dist/{esm → web-components-library}/z-visually-hidden.entry.js +1 -1
- package/package.json +1 -1
- package/www/build/_commonjsHelpers-cb1cd7bb.js +44 -0
- package/www/build/app-globals-0f993ce5.js +3 -0
- package/{dist/collection/constants/breakpoints.js → www/build/breakpoints-c386984e.js} +2 -1
- package/www/build/css-shim-003e9264.js +4 -0
- package/www/build/dom-1b195079.js +73 -0
- package/{dist/cjs/hammer-6e321f0b.js → www/build/hammer-52e2c4fe.js} +4 -18
- package/www/build/icons-9a191d79.js +475 -0
- package/www/build/index-44936066.js +2832 -0
- package/www/build/index-8067f807.js +64 -0
- package/{dist/collection/beans/index.js → www/build/index-8f67b3da.js} +37 -35
- package/www/build/index.esm.js +9 -1
- package/www/build/shadow-css-c1ad5fdc.js +383 -0
- package/{dist/collection/utils/utils.js → www/build/utils-5e70920f.js} +15 -12
- package/www/build/web-components-library.css +789 -1
- package/www/build/web-components-library.esm.js +122 -1
- package/www/build/z-alert.entry.js +15 -0
- package/{dist/cjs/z-app-header.cjs.entry.js → www/build/z-app-header.entry.js} +5 -9
- package/www/build/z-app-switcher.entry.js +25 -0
- package/www/build/z-app-topbar.entry.js +37 -0
- package/www/build/z-aria-alert.entry.js +14 -0
- package/www/build/z-avatar.entry.js +39 -0
- package/www/build/z-body.entry.js +13 -0
- package/www/build/z-button-filter.entry.js +45 -0
- package/www/build/z-button-sort.entry.js +50 -0
- package/www/build/z-button.entry.js +35 -0
- package/{dist/cjs/z-candybar.cjs.entry.js → www/build/z-candybar.entry.js} +4 -8
- package/www/build/z-card.entry.js +54 -0
- package/www/build/z-chip.entry.js +20 -0
- package/www/build/z-combobox.entry.js +166 -0
- package/www/build/z-contextual-menu.entry.js +36 -0
- package/{dist/cjs/z-cookiebar.cjs.entry.js → www/build/z-cookiebar.entry.js} +7 -11
- package/www/build/z-divider.entry.js +22 -0
- package/www/build/z-footer-link.entry.js +15 -0
- package/www/build/z-footer-section.entry.js +19 -0
- package/www/build/z-footer-social.entry.js +15 -0
- package/www/build/z-footer.entry.js +98 -0
- package/www/build/z-ghost-loading.entry.js +15 -0
- package/www/build/z-heading.entry.js +13 -0
- package/www/build/z-icon-package.entry.js +19 -0
- package/www/build/z-icon.entry.js +24 -0
- package/www/build/z-info-box.entry.js +21 -0
- package/www/build/z-input-label.entry.js +17 -0
- package/www/build/z-input-message.entry.js +20 -0
- package/www/build/z-input.entry.js +264 -0
- package/www/build/z-link.entry.js +67 -0
- package/www/build/z-list-element.entry.js +150 -0
- package/www/build/z-list-group.entry.js +50 -0
- package/www/build/z-list.entry.js +30 -0
- package/www/build/z-logo.entry.js +24 -0
- package/www/build/z-menu-dropdown.entry.js +56 -0
- package/www/build/z-menu-section.entry.js +42 -0
- package/www/build/z-menu.entry.js +106 -0
- package/{dist/cjs/z-messages-pocket.cjs.entry.js → www/build/z-messages-pocket.entry.js} +13 -17
- package/www/build/z-modal-login.entry.js +77 -0
- package/www/build/z-modal.entry.js +32 -0
- package/www/build/z-myz-card-alert.entry.js +59 -0
- package/www/build/z-myz-card-body.entry.js +15 -0
- package/www/build/z-myz-card-cover.entry.js +18 -0
- package/{dist/cjs/z-myz-card-dictionary.cjs.entry.js → www/build/z-myz-card-dictionary.entry.js} +6 -10
- package/{dist/cjs/z-myz-card-footer-sections.cjs.entry.js → www/build/z-myz-card-footer-sections.entry.js} +4 -8
- package/www/build/z-myz-card-footer.entry.js +48 -0
- package/www/build/z-myz-card-header.entry.js +34 -0
- package/www/build/z-myz-card-icon.entry.js +17 -0
- package/{dist/cjs/z-myz-card-info.cjs.entry.js → www/build/z-myz-card-info.entry.js} +19 -23
- package/www/build/z-myz-card-list.entry.js +33 -0
- package/www/build/z-myz-card.entry.js +37 -0
- package/www/build/z-myz-list-item.entry.js +33 -0
- package/www/build/z-myz-list.entry.js +31 -0
- package/{dist/cjs/z-myz-topbar.cjs.entry.js → www/build/z-myz-topbar.entry.js} +29 -33
- package/{dist/cjs/z-navigation-tab.cjs.entry.js → www/build/z-navigation-tab.entry.js} +6 -10
- package/{dist/cjs/z-navigation-tabs.cjs.entry.js → www/build/z-navigation-tabs.entry.js} +11 -15
- package/www/build/z-notification.entry.js +38 -0
- package/{dist/cjs/z-otp.cjs.entry.js → www/build/z-otp.entry.js} +8 -12
- package/www/build/z-pagination-bar.entry.js +126 -0
- package/www/build/z-pagination-page.entry.js +21 -0
- package/www/build/z-panel-elem.entry.js +26 -0
- package/www/build/z-pocket-body.entry.js +23 -0
- package/www/build/z-pocket-header.entry.js +36 -0
- package/{dist/cjs/z-pocket-message.cjs.entry.js → www/build/z-pocket-message.entry.js} +4 -8
- package/www/build/z-pocket.entry.js +68 -0
- package/www/build/z-popover.entry.js +124 -0
- package/www/build/z-registro-table-body.entry.js +20 -0
- package/www/build/z-registro-table-cell.entry.js +30 -0
- package/www/build/z-registro-table-empty-box.entry.js +24 -0
- package/www/build/z-registro-table-expanded-row.entry.js +15 -0
- package/{dist/cjs/z-registro-table-footer.cjs.entry.js → www/build/z-registro-table-footer.entry.js} +5 -9
- package/www/build/z-registro-table-head.entry.js +19 -0
- package/www/build/z-registro-table-header-row.entry.js +18 -0
- package/www/build/z-registro-table-header.entry.js +80 -0
- package/www/build/z-registro-table-row.entry.js +39 -0
- package/www/build/z-registro-table-sticky-footer.entry.js +15 -0
- package/www/build/z-registro-table.entry.js +78 -0
- package/www/build/z-select.entry.js +281 -0
- package/{dist/cjs/z-slideshow.cjs.entry.js → www/build/z-slideshow.entry.js} +19 -23
- package/www/build/z-status-tag.entry.js +25 -0
- package/www/build/z-stepper-item.entry.js +18 -0
- package/www/build/z-stepper.entry.js +15 -0
- package/{dist/cjs/z-toast-notification-list.cjs.entry.js → www/build/z-toast-notification-list.entry.js} +7 -11
- package/{dist/cjs/z-toast-notification.cjs.entry.js → www/build/z-toast-notification.entry.js} +31 -34
- package/www/build/z-toggle-button.entry.js +32 -0
- package/www/build/z-tooltip.entry.js +270 -0
- package/www/build/z-typography.entry.js +25 -0
- package/www/build/z-user-dropdown.entry.js +91 -0
- package/{dist/cjs/z-visually-hidden.cjs.entry.js → www/build/z-visually-hidden.entry.js} +4 -8
- package/www/index.html +11 -2
- package/dist/cjs/breakpoints-88c4fd6c.js +0 -7
- package/dist/cjs/index-11a8a536.js +0 -256
- package/dist/cjs/index-dee3e21d.js +0 -1694
- package/dist/cjs/index.cjs.js +0 -13
- package/dist/cjs/loader.cjs.js +0 -21
- package/dist/cjs/utils-00e14fba.js +0 -75
- package/dist/cjs/web-components-library.cjs.js +0 -19
- package/dist/cjs/z-alert_66.cjs.entry.js +0 -3736
- package/dist/cjs/z-aria-alert.cjs.entry.js +0 -18
- package/dist/cjs/z-heading.cjs.entry.js +0 -17
- package/dist/cjs/z-modal-login.cjs.entry.js +0 -81
- package/dist/cjs/z-pocket_3.cjs.entry.js +0 -124
- package/dist/collection/collection-manifest.json +0 -100
- package/dist/collection/components/buttons/z-button/index.js +0 -219
- package/dist/collection/components/buttons/z-button/styles.css +0 -231
- package/dist/collection/components/buttons/z-button-filter/index.js +0 -155
- package/dist/collection/components/buttons/z-button-filter/styles.css +0 -74
- package/dist/collection/components/buttons/z-button-sort/index.js +0 -216
- package/dist/collection/components/buttons/z-button-sort/styles.css +0 -101
- package/dist/collection/components/buttons/z-chip/index.js +0 -59
- package/dist/collection/components/buttons/z-chip/styles.css +0 -17
- package/dist/collection/components/buttons/z-toggle-button/index.js +0 -122
- package/dist/collection/components/buttons/z-toggle-button/styles.css +0 -62
- package/dist/collection/components/footer/z-footer/index.js +0 -286
- package/dist/collection/components/footer/z-footer/styles.css +0 -242
- package/dist/collection/components/footer/z-footer-link/index.js +0 -37
- package/dist/collection/components/footer/z-footer-link/styles.css +0 -33
- package/dist/collection/components/footer/z-footer-section/index.js +0 -51
- package/dist/collection/components/footer/z-footer-section/styles.css +0 -163
- package/dist/collection/components/footer/z-footer-social/index.js +0 -68
- package/dist/collection/components/footer/z-footer-social/styles.css +0 -23
- package/dist/collection/components/icons/z-icon/index.js +0 -110
- package/dist/collection/components/icons/z-icon/styles.css +0 -14
- package/dist/collection/components/icons/z-icon-package/index.js +0 -20
- package/dist/collection/components/icons/z-icon-package/styles.css +0 -16
- package/dist/collection/components/indicators/z-stepper/index.js +0 -17
- package/dist/collection/components/indicators/z-stepper/styles.css +0 -19
- package/dist/collection/components/indicators/z-stepper-item/index.js +0 -93
- package/dist/collection/components/indicators/z-stepper-item/styles.css +0 -115
- package/dist/collection/components/inputs/z-combobox/index.js +0 -480
- package/dist/collection/components/inputs/z-combobox/styles.css +0 -148
- package/dist/collection/components/inputs/z-input/index.js +0 -821
- package/dist/collection/components/inputs/z-input/styles.css +0 -304
- package/dist/collection/components/inputs/z-input-label/index.js +0 -72
- package/dist/collection/components/inputs/z-input-label/styles.css +0 -16
- package/dist/collection/components/inputs/z-input-message/index.js +0 -64
- package/dist/collection/components/inputs/z-input-message/styles.css +0 -33
- package/dist/collection/components/inputs/z-select/index.js +0 -647
- package/dist/collection/components/inputs/z-select/styles.css +0 -131
- package/dist/collection/components/list/z-list/index.js +0 -57
- package/dist/collection/components/list/z-list/styles.css +0 -7
- package/dist/collection/components/list/z-list-element/index.js +0 -439
- package/dist/collection/components/list/z-list-element/styles.css +0 -133
- package/dist/collection/components/list/z-list-group/index.js +0 -144
- package/dist/collection/components/list/z-list-group/styles.css +0 -22
- package/dist/collection/components/list/z-toast-notification-list/index.js +0 -97
- package/dist/collection/components/list/z-toast-notification-list/styles.css +0 -107
- package/dist/collection/components/logo/z-logo/index.js +0 -128
- package/dist/collection/components/logo/z-logo/styles.css +0 -29
- package/dist/collection/components/modal/z-modal/index.js +0 -160
- package/dist/collection/components/modal/z-modal/styles.css +0 -185
- package/dist/collection/components/modal/z-modal-login/index.js +0 -272
- package/dist/collection/components/modal/z-modal-login/styles.css +0 -159
- package/dist/collection/components/navigation/z-app-header/index.js +0 -267
- package/dist/collection/components/navigation/z-app-header/styles.css +0 -445
- package/dist/collection/components/navigation/z-app-switcher/index.js +0 -70
- package/dist/collection/components/navigation/z-app-switcher/styles.css +0 -35
- package/dist/collection/components/navigation/z-app-topbar/index.js +0 -156
- package/dist/collection/components/navigation/z-app-topbar/styles.css +0 -71
- package/dist/collection/components/navigation/z-link/index.js +0 -309
- package/dist/collection/components/navigation/z-link/styles.css +0 -160
- package/dist/collection/components/navigation/z-menu/index.js +0 -223
- package/dist/collection/components/navigation/z-menu/styles.css +0 -149
- package/dist/collection/components/navigation/z-menu-dropdown/index.js +0 -125
- package/dist/collection/components/navigation/z-menu-dropdown/styles.css +0 -146
- package/dist/collection/components/navigation/z-menu-section/index.js +0 -109
- package/dist/collection/components/navigation/z-menu-section/styles.css +0 -91
- package/dist/collection/components/navigation/z-navigation-tab/index.js +0 -151
- package/dist/collection/components/navigation/z-navigation-tab/styles.css +0 -113
- package/dist/collection/components/navigation/z-navigation-tabs/index.js +0 -179
- package/dist/collection/components/navigation/z-navigation-tabs/styles.css +0 -117
- package/dist/collection/components/navigation/z-user-dropdown/index.js +0 -252
- package/dist/collection/components/navigation/z-user-dropdown/styles.css +0 -315
- package/dist/collection/components/notification/z-candybar/index.js +0 -18
- package/dist/collection/components/notification/z-candybar/styles.css +0 -61
- package/dist/collection/components/notification/z-cookiebar/index.js +0 -111
- package/dist/collection/components/notification/z-cookiebar/styles.css +0 -109
- package/dist/collection/components/notification/z-info-box/index.js +0 -79
- package/dist/collection/components/notification/z-info-box/styles.css +0 -23
- package/dist/collection/components/notification/z-notification/index.js +0 -171
- package/dist/collection/components/notification/z-notification/styles.css +0 -93
- package/dist/collection/components/notification/z-toast-notification/index.js +0 -402
- package/dist/collection/components/notification/z-toast-notification/styles.css +0 -247
- package/dist/collection/components/notification/z-tooltip/styles.css +0 -128
- package/dist/collection/components/pagination/z-pagination-bar/index.js +0 -278
- package/dist/collection/components/pagination/z-pagination-bar/styles.css +0 -23
- package/dist/collection/components/pagination/z-pagination-page/index.js +0 -129
- package/dist/collection/components/pagination/z-pagination-page/styles.css +0 -57
- package/dist/collection/components/panel/z-panel-elem/index.js +0 -193
- package/dist/collection/components/panel/z-panel-elem/styles.css +0 -39
- package/dist/collection/components/typography/z-body/index.js +0 -66
- package/dist/collection/components/typography/z-heading/index.js +0 -66
- package/dist/collection/components/typography/z-typography/index.js +0 -84
- package/dist/collection/components/typography/z-typography/styles.css +0 -61
- package/dist/collection/components/z-aria-alert/index.js +0 -32
- package/dist/collection/components/z-avatar/index.js +0 -137
- package/dist/collection/components/z-avatar/styles.css +0 -35
- package/dist/collection/components/z-card/index.js +0 -153
- package/dist/collection/components/z-card/styles.css +0 -188
- package/dist/collection/components/z-contextual-menu/index.js +0 -122
- package/dist/collection/components/z-contextual-menu/styles.css +0 -45
- package/dist/collection/components/z-divider/index.js +0 -89
- package/dist/collection/components/z-divider/styles.css +0 -37
- package/dist/collection/components/z-ghost-loading/index.js +0 -14
- package/dist/collection/components/z-ghost-loading/styles.css +0 -34
- package/dist/collection/components/z-popover/index.js +0 -274
- package/dist/collection/components/z-popover/styles.css +0 -236
- package/dist/collection/components/z-status-tag/index.js +0 -125
- package/dist/collection/components/z-status-tag/styles.css +0 -133
- package/dist/collection/components/z-visually-hidden/index.js +0 -14
- package/dist/collection/components/z-visually-hidden/styles.css +0 -12
- package/dist/collection/constants/icons.js +0 -6
- package/dist/collection/index.js +0 -5
- package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +0 -119
- package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +0 -38
- package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +0 -148
- package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +0 -62
- package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +0 -20
- package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +0 -13
- package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +0 -87
- package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +0 -11
- package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +0 -177
- package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +0 -85
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +0 -190
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +0 -137
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +0 -23
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +0 -32
- package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +0 -101
- package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +0 -46
- package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +0 -74
- package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +0 -70
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +0 -213
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +0 -124
- package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +0 -53
- package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +0 -41
- package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +0 -70
- package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +0 -4
- package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +0 -188
- package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +0 -48
- package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +0 -121
- package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +0 -106
- package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +0 -181
- package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +0 -56
- package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +0 -77
- package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +0 -49
- package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +0 -86
- package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +0 -40
- package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +0 -23
- package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +0 -53
- package/dist/collection/snowflakes/myz/topbar/index.js +0 -428
- package/dist/collection/snowflakes/myz/topbar/styles.css +0 -594
- package/dist/collection/snowflakes/myz/z-alert/index.js +0 -42
- package/dist/collection/snowflakes/myz/z-alert/styles.css +0 -28
- package/dist/collection/snowflakes/myz/z-otp/index.js +0 -114
- package/dist/collection/snowflakes/myz/z-otp/styles.css +0 -47
- package/dist/collection/snowflakes/myz/z-slideshow/index.js +0 -165
- package/dist/collection/snowflakes/myz/z-slideshow/styles.css +0 -128
- package/dist/collection/snowflakes/registro-table/z-registro-table/index.js +0 -365
- package/dist/collection/snowflakes/registro-table/z-registro-table/styles.css +0 -166
- package/dist/collection/snowflakes/registro-table/z-registro-table-body/index.js +0 -19
- package/dist/collection/snowflakes/registro-table/z-registro-table-body/styles.css +0 -9
- package/dist/collection/snowflakes/registro-table/z-registro-table-cell/index.js +0 -58
- package/dist/collection/snowflakes/registro-table/z-registro-table-cell/styles.css +0 -39
- package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/index.js +0 -69
- package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/styles.css +0 -24
- package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/index.js +0 -36
- package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/styles.css +0 -16
- package/dist/collection/snowflakes/registro-table/z-registro-table-footer/index.js +0 -18
- package/dist/collection/snowflakes/registro-table/z-registro-table-footer/styles.css +0 -5
- package/dist/collection/snowflakes/registro-table/z-registro-table-head/index.js +0 -18
- package/dist/collection/snowflakes/registro-table/z-registro-table-head/styles.css +0 -5
- package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +0 -240
- package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +0 -67
- package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/index.js +0 -37
- package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/styles.css +0 -13
- package/dist/collection/snowflakes/registro-table/z-registro-table-row/index.js +0 -86
- package/dist/collection/snowflakes/registro-table/z-registro-table-row/styles.css +0 -54
- package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/index.js +0 -17
- package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/styles.css +0 -11
- package/dist/collection/themes/index.story.js +0 -18
- package/dist/esm/index-fa9e549c.js +0 -1666
- package/dist/esm/index.js +0 -9
- package/dist/esm/loader.js +0 -17
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm/web-components-library.js +0 -17
- package/dist/esm/z-alert_66.entry.js +0 -3667
- package/dist/esm/z-pocket_3.entry.js +0 -118
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/web-components-library/p-017370c7.entry.js +0 -1
- package/dist/web-components-library/p-04c73ec1.entry.js +0 -1
- package/dist/web-components-library/p-0bf8988b.entry.js +0 -1
- package/dist/web-components-library/p-140cc18f.entry.js +0 -1
- package/dist/web-components-library/p-1c72783c.entry.js +0 -1
- package/dist/web-components-library/p-3ea97390.entry.js +0 -1
- package/dist/web-components-library/p-40972dfd.entry.js +0 -1
- package/dist/web-components-library/p-43d00d2f.entry.js +0 -1
- package/dist/web-components-library/p-483d10ba.entry.js +0 -1
- package/dist/web-components-library/p-65c08b33.js +0 -1
- package/dist/web-components-library/p-6e8f444c.entry.js +0 -1
- package/dist/web-components-library/p-798d5c2f.entry.js +0 -1
- package/dist/web-components-library/p-881b4877.js +0 -1
- package/dist/web-components-library/p-8ad12683.entry.js +0 -1
- package/dist/web-components-library/p-8c24ac2e.entry.js +0 -1
- package/dist/web-components-library/p-904a85e4.js +0 -1
- package/dist/web-components-library/p-96e3aec6.entry.js +0 -1
- package/dist/web-components-library/p-9912e411.js +0 -7
- package/dist/web-components-library/p-b4420ba3.entry.js +0 -1
- package/dist/web-components-library/p-c7af96eb.entry.js +0 -1
- package/dist/web-components-library/p-d1fed95b.entry.js +0 -1
- package/dist/web-components-library/p-d430b1aa.entry.js +0 -1
- package/dist/web-components-library/p-d69e14fb.js +0 -1
- package/dist/web-components-library/p-daae9c84.entry.js +0 -7
- package/dist/web-components-library/p-e64c06a4.entry.js +0 -1
- package/dist/web-components-library/p-f113a03a.entry.js +0 -1
- package/dist/web-components-library/p-fcf19092.entry.js +0 -1
- package/www/build/p-017370c7.entry.js +0 -1
- package/www/build/p-04c73ec1.entry.js +0 -1
- package/www/build/p-0bf8988b.entry.js +0 -1
- package/www/build/p-140cc18f.entry.js +0 -1
- package/www/build/p-1c72783c.entry.js +0 -1
- package/www/build/p-3ea97390.entry.js +0 -1
- package/www/build/p-40972dfd.entry.js +0 -1
- package/www/build/p-43d00d2f.entry.js +0 -1
- package/www/build/p-483d10ba.entry.js +0 -1
- package/www/build/p-65c08b33.js +0 -1
- package/www/build/p-6e8f444c.entry.js +0 -1
- package/www/build/p-798d5c2f.entry.js +0 -1
- package/www/build/p-881b4877.js +0 -1
- package/www/build/p-8ad12683.entry.js +0 -1
- package/www/build/p-8c24ac2e.entry.js +0 -1
- package/www/build/p-904a85e4.js +0 -1
- package/www/build/p-96e3aec6.entry.js +0 -1
- package/www/build/p-97a11655.css +0 -789
- package/www/build/p-9912e411.js +0 -7
- package/www/build/p-b4420ba3.entry.js +0 -1
- package/www/build/p-b9f0c115.js +0 -122
- package/www/build/p-c7af96eb.entry.js +0 -1
- package/www/build/p-d1fed95b.entry.js +0 -1
- package/www/build/p-d430b1aa.entry.js +0 -1
- package/www/build/p-d69e14fb.js +0 -1
- package/www/build/p-daae9c84.entry.js +0 -7
- package/www/build/p-e64c06a4.entry.js +0 -1
- package/www/build/p-f113a03a.entry.js +0 -1
- package/www/build/p-fcf19092.entry.js +0 -1
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
:host,
|
|
2
|
-
button {
|
|
3
|
-
max-width: 100%;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
button {
|
|
7
|
-
height: 36px;
|
|
8
|
-
border: var(--border-size-medium) solid var(--myz-blue);
|
|
9
|
-
border-radius: var(--border-radius);
|
|
10
|
-
color: var(--myz-blue);
|
|
11
|
-
fill: var(--myz-blue);
|
|
12
|
-
background-color: var(--bg-white);
|
|
13
|
-
outline: none;
|
|
14
|
-
padding: 0 var(--space-unit);
|
|
15
|
-
cursor: pointer;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
button::-moz-focus-inner {
|
|
19
|
-
border: 0;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
button:hover {
|
|
23
|
-
border-color: var(--myz-blue-dark);
|
|
24
|
-
color: var(--myz-blue-dark);
|
|
25
|
-
fill: var(--myz-blue-dark);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
button:focus {
|
|
29
|
-
border-color: var(--myz-blue);
|
|
30
|
-
color: var(--myz-blue);
|
|
31
|
-
fill: var(--myz-blue);
|
|
32
|
-
box-shadow: 0px 0px 2px 2px var(--accent-dark);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
button:active {
|
|
36
|
-
border-color: var(--myz-blue-light);
|
|
37
|
-
color: var(--myz-blue-light);
|
|
38
|
-
fill: var(--myz-blue-light);
|
|
39
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
button.selected {
|
|
43
|
-
border-color: var(--myz-blue-dark);
|
|
44
|
-
background-color: var(--myz-blue-dark);
|
|
45
|
-
color: var(--bg-white);
|
|
46
|
-
fill: var(--bg-white);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
button > label {
|
|
50
|
-
cursor: pointer;
|
|
51
|
-
font-family: var(--dashboard-font);
|
|
52
|
-
font-weight: var(--font-sb);
|
|
53
|
-
font-size: 14px;
|
|
54
|
-
display: flex;
|
|
55
|
-
align-items: center;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
button > label > span.ellipsis {
|
|
59
|
-
white-space: nowrap;
|
|
60
|
-
text-overflow: ellipsis;
|
|
61
|
-
overflow: hidden;
|
|
62
|
-
margin: 0;
|
|
63
|
-
padding: 0;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
button > label > span.counter {
|
|
67
|
-
margin-left: calc(var(--space-unit) / 2);
|
|
68
|
-
margin-right: calc(var(--space-unit) * 2);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
button > label > span.sort {
|
|
72
|
-
margin-right: var(--half-x1);
|
|
73
|
-
white-space: nowrap;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
button > span {
|
|
77
|
-
font-family: var(--dashboard-font);
|
|
78
|
-
font-weight: var(--font-rg);
|
|
79
|
-
font-size: 14px;
|
|
80
|
-
margin-right: calc(var(--space-unit) * 0.5);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
button > z-icon {
|
|
84
|
-
padding-top: calc(var(--space-unit) * 0.5);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
/* Tablet breakpoint */
|
|
88
|
-
@media only screen and (min-width: 768px) {
|
|
89
|
-
:host,
|
|
90
|
-
button {
|
|
91
|
-
max-width: 325px;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/* Desktop breakpoint */
|
|
96
|
-
@media only screen and (min-width: 1025px) {
|
|
97
|
-
:host,
|
|
98
|
-
button {
|
|
99
|
-
max-width: 490px;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { Component, Prop, h } from '@stencil/core';
|
|
2
|
-
export class ZChip {
|
|
3
|
-
renderLegacyChip() {
|
|
4
|
-
return h("div", null,
|
|
5
|
-
h("span", { class: "boldtext" }, this.boldtext),
|
|
6
|
-
" ",
|
|
7
|
-
this.regulartext);
|
|
8
|
-
}
|
|
9
|
-
render() {
|
|
10
|
-
return this.boldtext != null || this.regulartext != null ?
|
|
11
|
-
this.renderLegacyChip() :
|
|
12
|
-
h("div", null,
|
|
13
|
-
h("slot", null));
|
|
14
|
-
}
|
|
15
|
-
static get is() { return "z-chip"; }
|
|
16
|
-
static get encapsulation() { return "shadow"; }
|
|
17
|
-
static get originalStyleUrls() { return {
|
|
18
|
-
"$": ["styles.css"]
|
|
19
|
-
}; }
|
|
20
|
-
static get styleUrls() { return {
|
|
21
|
-
"$": ["styles.css"]
|
|
22
|
-
}; }
|
|
23
|
-
static get properties() { return {
|
|
24
|
-
"regulartext": {
|
|
25
|
-
"type": "string",
|
|
26
|
-
"mutable": false,
|
|
27
|
-
"complexType": {
|
|
28
|
-
"original": "string",
|
|
29
|
-
"resolved": "string",
|
|
30
|
-
"references": {}
|
|
31
|
-
},
|
|
32
|
-
"required": false,
|
|
33
|
-
"optional": true,
|
|
34
|
-
"docs": {
|
|
35
|
-
"tags": [],
|
|
36
|
-
"text": ""
|
|
37
|
-
},
|
|
38
|
-
"attribute": "regulartext",
|
|
39
|
-
"reflect": false
|
|
40
|
-
},
|
|
41
|
-
"boldtext": {
|
|
42
|
-
"type": "number",
|
|
43
|
-
"mutable": false,
|
|
44
|
-
"complexType": {
|
|
45
|
-
"original": "number",
|
|
46
|
-
"resolved": "number",
|
|
47
|
-
"references": {}
|
|
48
|
-
},
|
|
49
|
-
"required": false,
|
|
50
|
-
"optional": true,
|
|
51
|
-
"docs": {
|
|
52
|
-
"tags": [],
|
|
53
|
-
"text": ""
|
|
54
|
-
},
|
|
55
|
-
"attribute": "boldtext",
|
|
56
|
-
"reflect": false
|
|
57
|
-
}
|
|
58
|
-
}; }
|
|
59
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
:host > div {
|
|
2
|
-
display: inline-block;
|
|
3
|
-
min-height: 28px;
|
|
4
|
-
line-height: 28px;
|
|
5
|
-
padding: 0 calc(var(--space-unit) * 1.5);
|
|
6
|
-
background-color: var(--bg-white);
|
|
7
|
-
border: var(--border-size-small) solid var(--bg-grey-200);
|
|
8
|
-
border-radius: 14px;
|
|
9
|
-
color: var(--text-grey-800);
|
|
10
|
-
fill: var(--text-grey-800);
|
|
11
|
-
font-family: var(--dashboard-font);
|
|
12
|
-
font-size: 12px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.boldtext {
|
|
16
|
-
font-weight: bold;
|
|
17
|
-
}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import { Component, Prop, h, Event } from "@stencil/core";
|
|
2
|
-
export class ZToggleButton {
|
|
3
|
-
constructor() {
|
|
4
|
-
/** disabled status flag (optional) */
|
|
5
|
-
this.isdisabled = false;
|
|
6
|
-
/** open by default (optional) */
|
|
7
|
-
this.opened = false;
|
|
8
|
-
}
|
|
9
|
-
emitToggleClick() {
|
|
10
|
-
if (this.isdisabled)
|
|
11
|
-
return;
|
|
12
|
-
this.opened = !this.opened;
|
|
13
|
-
this.toggleClick.emit(this.opened);
|
|
14
|
-
}
|
|
15
|
-
retrieveButtonClass() {
|
|
16
|
-
let className = this.opened && "isopen";
|
|
17
|
-
if (this.avoidclick)
|
|
18
|
-
className = className + " avoid-clicks";
|
|
19
|
-
return className;
|
|
20
|
-
}
|
|
21
|
-
render() {
|
|
22
|
-
return (h("button", { tabindex: this.avoidclick ? "-1" : "0", class: this.retrieveButtonClass(), disabled: this.isdisabled, onClick: () => this.emitToggleClick() },
|
|
23
|
-
h("z-icon", { name: this.opened ? "chevron-down" : "chevron-up", width: 16, height: 16 }),
|
|
24
|
-
this.label));
|
|
25
|
-
}
|
|
26
|
-
static get is() { return "z-toggle-button"; }
|
|
27
|
-
static get encapsulation() { return "shadow"; }
|
|
28
|
-
static get originalStyleUrls() { return {
|
|
29
|
-
"$": ["styles.css"]
|
|
30
|
-
}; }
|
|
31
|
-
static get styleUrls() { return {
|
|
32
|
-
"$": ["styles.css"]
|
|
33
|
-
}; }
|
|
34
|
-
static get properties() { return {
|
|
35
|
-
"label": {
|
|
36
|
-
"type": "string",
|
|
37
|
-
"mutable": false,
|
|
38
|
-
"complexType": {
|
|
39
|
-
"original": "string",
|
|
40
|
-
"resolved": "string",
|
|
41
|
-
"references": {}
|
|
42
|
-
},
|
|
43
|
-
"required": false,
|
|
44
|
-
"optional": false,
|
|
45
|
-
"docs": {
|
|
46
|
-
"tags": [],
|
|
47
|
-
"text": "label text"
|
|
48
|
-
},
|
|
49
|
-
"attribute": "label",
|
|
50
|
-
"reflect": false
|
|
51
|
-
},
|
|
52
|
-
"isdisabled": {
|
|
53
|
-
"type": "boolean",
|
|
54
|
-
"mutable": false,
|
|
55
|
-
"complexType": {
|
|
56
|
-
"original": "boolean",
|
|
57
|
-
"resolved": "boolean",
|
|
58
|
-
"references": {}
|
|
59
|
-
},
|
|
60
|
-
"required": false,
|
|
61
|
-
"optional": true,
|
|
62
|
-
"docs": {
|
|
63
|
-
"tags": [],
|
|
64
|
-
"text": "disabled status flag (optional)"
|
|
65
|
-
},
|
|
66
|
-
"attribute": "isdisabled",
|
|
67
|
-
"reflect": false,
|
|
68
|
-
"defaultValue": "false"
|
|
69
|
-
},
|
|
70
|
-
"avoidclick": {
|
|
71
|
-
"type": "boolean",
|
|
72
|
-
"mutable": false,
|
|
73
|
-
"complexType": {
|
|
74
|
-
"original": "boolean",
|
|
75
|
-
"resolved": "boolean",
|
|
76
|
-
"references": {}
|
|
77
|
-
},
|
|
78
|
-
"required": false,
|
|
79
|
-
"optional": false,
|
|
80
|
-
"docs": {
|
|
81
|
-
"tags": [],
|
|
82
|
-
"text": "avoidclick status flag"
|
|
83
|
-
},
|
|
84
|
-
"attribute": "avoidclick",
|
|
85
|
-
"reflect": false
|
|
86
|
-
},
|
|
87
|
-
"opened": {
|
|
88
|
-
"type": "boolean",
|
|
89
|
-
"mutable": true,
|
|
90
|
-
"complexType": {
|
|
91
|
-
"original": "boolean",
|
|
92
|
-
"resolved": "boolean",
|
|
93
|
-
"references": {}
|
|
94
|
-
},
|
|
95
|
-
"required": false,
|
|
96
|
-
"optional": true,
|
|
97
|
-
"docs": {
|
|
98
|
-
"tags": [],
|
|
99
|
-
"text": "open by default (optional)"
|
|
100
|
-
},
|
|
101
|
-
"attribute": "opened",
|
|
102
|
-
"reflect": false,
|
|
103
|
-
"defaultValue": "false"
|
|
104
|
-
}
|
|
105
|
-
}; }
|
|
106
|
-
static get events() { return [{
|
|
107
|
-
"method": "toggleClick",
|
|
108
|
-
"name": "toggleClick",
|
|
109
|
-
"bubbles": true,
|
|
110
|
-
"cancelable": true,
|
|
111
|
-
"composed": true,
|
|
112
|
-
"docs": {
|
|
113
|
-
"tags": [],
|
|
114
|
-
"text": "emitted on toggle button click, returns isOpen"
|
|
115
|
-
},
|
|
116
|
-
"complexType": {
|
|
117
|
-
"original": "any",
|
|
118
|
-
"resolved": "any",
|
|
119
|
-
"references": {}
|
|
120
|
-
}
|
|
121
|
-
}]; }
|
|
122
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
button {
|
|
2
|
-
font-family: var(--dashboard-font);
|
|
3
|
-
font-weight: var(--font-sb);
|
|
4
|
-
height: 36px;
|
|
5
|
-
border: var(--border-size-medium) solid;
|
|
6
|
-
border-color: transparent;
|
|
7
|
-
border-radius: var(--border-radius);
|
|
8
|
-
color: var(--myz-blue);
|
|
9
|
-
fill: var(--myz-blue);
|
|
10
|
-
background-color: var(--bg-white);
|
|
11
|
-
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
|
|
12
|
-
text-transform: uppercase;
|
|
13
|
-
font-size: 14px;
|
|
14
|
-
outline: none;
|
|
15
|
-
padding-left: 0px;
|
|
16
|
-
padding-right: calc(var(--space-unit) * 2);
|
|
17
|
-
transition: all 200ms linear;
|
|
18
|
-
cursor: pointer;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
button::-moz-focus-inner {
|
|
22
|
-
border: 0;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
button:hover {
|
|
26
|
-
color: var(--myz-blue-dark);
|
|
27
|
-
fill: var(--myz-blue-dark);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
button:focus {
|
|
31
|
-
border-color: var(--myz-blue);
|
|
32
|
-
color: var(--myz-blue);
|
|
33
|
-
fill: var(--myz-blue);
|
|
34
|
-
box-shadow: 0px 0px 2px 2px var(--accent-dark);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
button:active {
|
|
38
|
-
border-color: var(--myz-blue-light);
|
|
39
|
-
color: var(--myz-blue-light);
|
|
40
|
-
fill: var(--myz-blue-light);
|
|
41
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
button:disabled {
|
|
45
|
-
color: var(--text-grey-700);
|
|
46
|
-
fill: var(--text-grey-700);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
z-icon {
|
|
50
|
-
display: inline-block;
|
|
51
|
-
margin: 0 var(--space-unit) 0 calc(var(--space-unit) * 2);
|
|
52
|
-
transform: rotate(360deg);
|
|
53
|
-
transition: all 200ms linear;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
button.isopen {
|
|
57
|
-
top: -20px;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
button.avoid-clicks {
|
|
61
|
-
pointer-events: none;
|
|
62
|
-
}
|
|
@@ -1,286 +0,0 @@
|
|
|
1
|
-
import { Component, h, Prop, Event, Listen } from "@stencil/core";
|
|
2
|
-
import { ButtonSizeEnum, ButtonVariantEnum } from "../../../beans";
|
|
3
|
-
/**
|
|
4
|
-
* @slot - main navigation
|
|
5
|
-
* @slot links - bottom navigation
|
|
6
|
-
* @slot social - social links
|
|
7
|
-
*/
|
|
8
|
-
export class ZFooter {
|
|
9
|
-
constructor() {
|
|
10
|
-
this.creditsLinkId = "creditsLinkId";
|
|
11
|
-
this.emitReportAProblemButtonClick = this.emitReportAProblemButtonClick.bind(this);
|
|
12
|
-
}
|
|
13
|
-
componentWillLoad() {
|
|
14
|
-
if (this.data) {
|
|
15
|
-
console.warn("z-footer: `data` prop is deprecated and will be removed in a future version. Use slots instead.");
|
|
16
|
-
this.jsonData = JSON.parse(this.data);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
zLinkClickListener(e) {
|
|
20
|
-
if (e.detail.linkId === this.creditsLinkId) {
|
|
21
|
-
this.emitCreditsLinkClick();
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
emitCreditsLinkClick() {
|
|
25
|
-
this.creditsLinkClick.emit();
|
|
26
|
-
}
|
|
27
|
-
emitReportAProblemButtonClick() {
|
|
28
|
-
this.reportAProblemButtonClick.emit();
|
|
29
|
-
}
|
|
30
|
-
renderZLogo() {
|
|
31
|
-
return (h("z-logo", { link: "https://www.zanichelli.it", width: 144, height: 38, imageAlt: "Home Zanichelli", targetBlank: true }));
|
|
32
|
-
}
|
|
33
|
-
renderAddress() {
|
|
34
|
-
return (h("p", null,
|
|
35
|
-
"Zanichelli editore S.p.A. via Irnerio 34, 40126 Bologna",
|
|
36
|
-
h("br", null),
|
|
37
|
-
"Fax 051 - 249.782 / 293.224 | Tel. 051 - 293.111 / 245.024",
|
|
38
|
-
h("br", null),
|
|
39
|
-
"Partita IVA 03978000374"));
|
|
40
|
-
}
|
|
41
|
-
renderSocial() {
|
|
42
|
-
return (h("div", { class: "social" },
|
|
43
|
-
h("slot", { name: "social" }),
|
|
44
|
-
this.renderFooterSocialJsonData()));
|
|
45
|
-
}
|
|
46
|
-
renderCopyright() {
|
|
47
|
-
return (h("p", null,
|
|
48
|
-
"Copyright \u2013 2018-",
|
|
49
|
-
new Date().getFullYear(),
|
|
50
|
-
" Zanichelli",
|
|
51
|
-
h("span", null, "All rights reserved")));
|
|
52
|
-
}
|
|
53
|
-
renderCertification() {
|
|
54
|
-
return (h("p", null,
|
|
55
|
-
"Zanichelli editore S.p.A. opera con sistema qualit\u00E0 certificato CertiCarGraf n. 477",
|
|
56
|
-
h("br", null),
|
|
57
|
-
"secondo la norma UNI EN ISO 9001:2015"));
|
|
58
|
-
}
|
|
59
|
-
renderBottomLinks() {
|
|
60
|
-
return (h("div", { class: "item bottom-links" },
|
|
61
|
-
h("slot", { name: "links" }),
|
|
62
|
-
this.renderFooterBottomJsonData()));
|
|
63
|
-
}
|
|
64
|
-
renderFooterBottom() {
|
|
65
|
-
return (h("section", { id: "bottom" },
|
|
66
|
-
h("div", { class: { "limited-width": !!this.contentMaxWidth }, style: this.contentMaxWidth ? { "--mw": `${this.contentMaxWidth}px` } : {} },
|
|
67
|
-
h("div", { class: "item logo" },
|
|
68
|
-
this.renderZLogo(),
|
|
69
|
-
this.renderCopyright(),
|
|
70
|
-
this.renderCertification()),
|
|
71
|
-
h("div", { class: "item" },
|
|
72
|
-
this.renderAddress(),
|
|
73
|
-
this.renderSocial()),
|
|
74
|
-
this.renderBottomLinks())));
|
|
75
|
-
}
|
|
76
|
-
renderFooterTop() {
|
|
77
|
-
return (h("section", { id: "top" },
|
|
78
|
-
h("div", { class: { "limited-width": !!this.contentMaxWidth }, style: this.contentMaxWidth ? { "--mw": `${this.contentMaxWidth}px` } : {} },
|
|
79
|
-
h("slot", null),
|
|
80
|
-
this.renderFooterTopJsonData())));
|
|
81
|
-
}
|
|
82
|
-
renderFooterProductInfo() {
|
|
83
|
-
var _a;
|
|
84
|
-
if (this.productName || this.productVersion || this.productCreditsLink != null || this.showReportAProblemButton) {
|
|
85
|
-
const versionString = `${this.productName ? ' versione' : 'Versione'} ${this.productVersion}`;
|
|
86
|
-
const creditsObject = h("z-body", { level: 5 },
|
|
87
|
-
(this.productName || this.productVersion) && ' - ',
|
|
88
|
-
h("z-link", { htmlid: this.creditsLinkId, href: (_a = this.productCreditsLink) === null || _a === void 0 ? void 0 : _a.trim(), target: "_blank", textcolor: "white" }, "Credits"));
|
|
89
|
-
return (h("div", { id: "extension" },
|
|
90
|
-
h("div", { class: { "limited-width": !!this.contentMaxWidth }, style: this.contentMaxWidth ? { "--mw": `${this.contentMaxWidth}px` } : {} },
|
|
91
|
-
h("span", null,
|
|
92
|
-
this.productName && h("z-body", { level: 5, variant: "semibold" }, this.productName),
|
|
93
|
-
this.productVersion && h("z-body", { level: 5 }, versionString),
|
|
94
|
-
this.productCreditsLink != null && creditsObject),
|
|
95
|
-
this.showReportAProblemButton &&
|
|
96
|
-
h("div", null,
|
|
97
|
-
h("z-body", { level: 5 }, "Hai bisogno di aiuto?"),
|
|
98
|
-
h("z-button", { variant: ButtonVariantEnum["dark-bg"], size: ButtonSizeEnum.small, onClick: this.emitReportAProblemButtonClick }, "SEGNALA UN PROBLEMA")),
|
|
99
|
-
h("z-divider", { color: "gray500" }))));
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
// INFO: backward compatibility
|
|
103
|
-
renderFooterTopJsonData() {
|
|
104
|
-
if (!this.jsonData || !this.jsonData.zanichelliLinks)
|
|
105
|
-
return null;
|
|
106
|
-
const zanichelliLinks = this.jsonData.zanichelliLinks;
|
|
107
|
-
if (this.jsonData.bottomLinks) {
|
|
108
|
-
const bottomLinks = this.jsonData.bottomLinks;
|
|
109
|
-
zanichelliLinks.push({
|
|
110
|
-
title: "Altre informazioni",
|
|
111
|
-
items: bottomLinks,
|
|
112
|
-
});
|
|
113
|
-
}
|
|
114
|
-
return zanichelliLinks.map((item) => (h("z-footer-section", { name: item.title }, item.items.map((item) => (h("z-footer-link", { href: item.link }, item.label))))));
|
|
115
|
-
}
|
|
116
|
-
// INFO: backward compatibility
|
|
117
|
-
renderFooterBottomJsonData() {
|
|
118
|
-
if (!this.jsonData || !this.jsonData.bottomLinks)
|
|
119
|
-
return null;
|
|
120
|
-
const bottomLinks = this.jsonData.bottomLinks;
|
|
121
|
-
return bottomLinks.map((item) => (h("z-footer-link", { href: item.link }, item.label)));
|
|
122
|
-
}
|
|
123
|
-
// INFO: backward compatibility
|
|
124
|
-
renderFooterSocialJsonData() {
|
|
125
|
-
if (!this.jsonData || !this.jsonData.social)
|
|
126
|
-
return null;
|
|
127
|
-
const social = this.jsonData.social;
|
|
128
|
-
return social.map((item) => (h("z-footer-social", { href: item.link, icon: item.icon, description: item.description })));
|
|
129
|
-
}
|
|
130
|
-
render() {
|
|
131
|
-
return (h("footer", null,
|
|
132
|
-
this.renderFooterProductInfo(),
|
|
133
|
-
this.renderFooterTop(),
|
|
134
|
-
this.renderFooterBottom()));
|
|
135
|
-
}
|
|
136
|
-
static get is() { return "z-footer"; }
|
|
137
|
-
static get encapsulation() { return "shadow"; }
|
|
138
|
-
static get originalStyleUrls() { return {
|
|
139
|
-
"$": ["styles.css"]
|
|
140
|
-
}; }
|
|
141
|
-
static get styleUrls() { return {
|
|
142
|
-
"$": ["styles.css"]
|
|
143
|
-
}; }
|
|
144
|
-
static get properties() { return {
|
|
145
|
-
"data": {
|
|
146
|
-
"type": "string",
|
|
147
|
-
"mutable": false,
|
|
148
|
-
"complexType": {
|
|
149
|
-
"original": "string",
|
|
150
|
-
"resolved": "string",
|
|
151
|
-
"references": {}
|
|
152
|
-
},
|
|
153
|
-
"required": false,
|
|
154
|
-
"optional": true,
|
|
155
|
-
"docs": {
|
|
156
|
-
"tags": [],
|
|
157
|
-
"text": "deprecated - JSON stringified data to fill the footer"
|
|
158
|
-
},
|
|
159
|
-
"attribute": "data",
|
|
160
|
-
"reflect": false
|
|
161
|
-
},
|
|
162
|
-
"productName": {
|
|
163
|
-
"type": "string",
|
|
164
|
-
"mutable": false,
|
|
165
|
-
"complexType": {
|
|
166
|
-
"original": "string",
|
|
167
|
-
"resolved": "string",
|
|
168
|
-
"references": {}
|
|
169
|
-
},
|
|
170
|
-
"required": false,
|
|
171
|
-
"optional": true,
|
|
172
|
-
"docs": {
|
|
173
|
-
"tags": [],
|
|
174
|
-
"text": "The product name to be displayed on the top panel of the footer"
|
|
175
|
-
},
|
|
176
|
-
"attribute": "product-name",
|
|
177
|
-
"reflect": false
|
|
178
|
-
},
|
|
179
|
-
"productVersion": {
|
|
180
|
-
"type": "string",
|
|
181
|
-
"mutable": false,
|
|
182
|
-
"complexType": {
|
|
183
|
-
"original": "string",
|
|
184
|
-
"resolved": "string",
|
|
185
|
-
"references": {}
|
|
186
|
-
},
|
|
187
|
-
"required": false,
|
|
188
|
-
"optional": true,
|
|
189
|
-
"docs": {
|
|
190
|
-
"tags": [],
|
|
191
|
-
"text": "The product version to be displayed on the top panel of the footer"
|
|
192
|
-
},
|
|
193
|
-
"attribute": "product-version",
|
|
194
|
-
"reflect": false
|
|
195
|
-
},
|
|
196
|
-
"productCreditsLink": {
|
|
197
|
-
"type": "string",
|
|
198
|
-
"mutable": false,
|
|
199
|
-
"complexType": {
|
|
200
|
-
"original": "string",
|
|
201
|
-
"resolved": "string",
|
|
202
|
-
"references": {}
|
|
203
|
-
},
|
|
204
|
-
"required": false,
|
|
205
|
-
"optional": true,
|
|
206
|
-
"docs": {
|
|
207
|
-
"tags": [],
|
|
208
|
-
"text": "'undefined' or 'null' means 'don't show Credits',\nempty string means 'emit creditsLinkClick event', \nnot empty string means 'open the url and emit creditsLinkClick event'"
|
|
209
|
-
},
|
|
210
|
-
"attribute": "product-credits-link",
|
|
211
|
-
"reflect": false
|
|
212
|
-
},
|
|
213
|
-
"showReportAProblemButton": {
|
|
214
|
-
"type": "boolean",
|
|
215
|
-
"mutable": false,
|
|
216
|
-
"complexType": {
|
|
217
|
-
"original": "boolean",
|
|
218
|
-
"resolved": "boolean",
|
|
219
|
-
"references": {}
|
|
220
|
-
},
|
|
221
|
-
"required": false,
|
|
222
|
-
"optional": true,
|
|
223
|
-
"docs": {
|
|
224
|
-
"tags": [],
|
|
225
|
-
"text": "True if the product must display a \"Report a problem\" button on the top panel of the footer"
|
|
226
|
-
},
|
|
227
|
-
"attribute": "show-report-a-problem-button",
|
|
228
|
-
"reflect": false
|
|
229
|
-
},
|
|
230
|
-
"contentMaxWidth": {
|
|
231
|
-
"type": "number",
|
|
232
|
-
"mutable": false,
|
|
233
|
-
"complexType": {
|
|
234
|
-
"original": "number",
|
|
235
|
-
"resolved": "number",
|
|
236
|
-
"references": {}
|
|
237
|
-
},
|
|
238
|
-
"required": false,
|
|
239
|
-
"optional": true,
|
|
240
|
-
"docs": {
|
|
241
|
-
"tags": [],
|
|
242
|
-
"text": "Maximum width of footer content"
|
|
243
|
-
},
|
|
244
|
-
"attribute": "content-max-width",
|
|
245
|
-
"reflect": false
|
|
246
|
-
}
|
|
247
|
-
}; }
|
|
248
|
-
static get events() { return [{
|
|
249
|
-
"method": "creditsLinkClick",
|
|
250
|
-
"name": "creditsLinkClick",
|
|
251
|
-
"bubbles": true,
|
|
252
|
-
"cancelable": true,
|
|
253
|
-
"composed": true,
|
|
254
|
-
"docs": {
|
|
255
|
-
"tags": [],
|
|
256
|
-
"text": "Emitted on credits link click"
|
|
257
|
-
},
|
|
258
|
-
"complexType": {
|
|
259
|
-
"original": "any",
|
|
260
|
-
"resolved": "any",
|
|
261
|
-
"references": {}
|
|
262
|
-
}
|
|
263
|
-
}, {
|
|
264
|
-
"method": "reportAProblemButtonClick",
|
|
265
|
-
"name": "reportAProblemButtonClick",
|
|
266
|
-
"bubbles": true,
|
|
267
|
-
"cancelable": true,
|
|
268
|
-
"composed": true,
|
|
269
|
-
"docs": {
|
|
270
|
-
"tags": [],
|
|
271
|
-
"text": "Emitted on report a problem button click"
|
|
272
|
-
},
|
|
273
|
-
"complexType": {
|
|
274
|
-
"original": "any",
|
|
275
|
-
"resolved": "any",
|
|
276
|
-
"references": {}
|
|
277
|
-
}
|
|
278
|
-
}]; }
|
|
279
|
-
static get listeners() { return [{
|
|
280
|
-
"name": "zLinkClick",
|
|
281
|
-
"method": "zLinkClickListener",
|
|
282
|
-
"target": undefined,
|
|
283
|
-
"capture": false,
|
|
284
|
-
"passive": false
|
|
285
|
-
}]; }
|
|
286
|
-
}
|