@zanichelli/albe-web-components 2.31.2 → 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 +23 -0
- package/dist/types/beans/index.d.ts +4 -0
- package/dist/types/components/z-aria-alert/index.d.ts +4 -0
- package/dist/types/components/z-visually-hidden/index.d.ts +3 -0
- package/dist/types/components.d.ts +28 -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-0258069c.js → web-components-library/index-8f67b3da.js} +6 -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-0345e333.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/web-components-library/z-aria-alert.entry.js +14 -0
- 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/web-components-library/z-visually-hidden.entry.js +15 -0
- package/package.json +1 -1
- package/react/components.d.ts +2 -0
- package/react/components.js +4 -2
- package/react/components.js.map +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} +41 -34
- 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/www/build/z-visually-hidden.entry.js +15 -0
- package/www/index.html +44 -31
- package/dist/cjs/breakpoints-88c4fd6c.js +0 -7
- package/dist/cjs/index-8f4b351d.js +0 -251
- 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-6d6841cc.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-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 -98
- 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-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/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-02e55441.entry.js +0 -1
- package/dist/web-components-library/p-140cc18f.entry.js +0 -1
- package/dist/web-components-library/p-18f6f866.entry.js +0 -1
- package/dist/web-components-library/p-1c72783c.entry.js +0 -1
- package/dist/web-components-library/p-231e7797.entry.js +0 -1
- package/dist/web-components-library/p-2f354863.entry.js +0 -1
- package/dist/web-components-library/p-35b1f338.entry.js +0 -1
- package/dist/web-components-library/p-3cdefa38.entry.js +0 -1
- package/dist/web-components-library/p-4a6ec3df.entry.js +0 -1
- package/dist/web-components-library/p-5cdcaa8c.entry.js +0 -1
- package/dist/web-components-library/p-8902f400.entry.js +0 -7
- package/dist/web-components-library/p-8ad12683.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-b80081c9.entry.js +0 -1
- package/dist/web-components-library/p-c7af96eb.entry.js +0 -1
- package/dist/web-components-library/p-d4830f32.entry.js +0 -1
- package/dist/web-components-library/p-d63b9ed3.js +0 -1
- package/dist/web-components-library/p-d69e14fb.js +0 -1
- package/dist/web-components-library/p-e7304c42.js +0 -1
- package/dist/web-components-library/p-f113a03a.entry.js +0 -1
- package/dist/web-components-library/p-f83347fd.entry.js +0 -1
- package/dist/web-components-library/p-ff6b02d1.entry.js +0 -1
- package/www/build/p-017370c7.entry.js +0 -1
- package/www/build/p-02e55441.entry.js +0 -1
- package/www/build/p-140cc18f.entry.js +0 -1
- package/www/build/p-18f6f866.entry.js +0 -1
- package/www/build/p-1c72783c.entry.js +0 -1
- package/www/build/p-231e7797.entry.js +0 -1
- package/www/build/p-2f354863.entry.js +0 -1
- package/www/build/p-35b1f338.entry.js +0 -1
- package/www/build/p-3cdefa38.entry.js +0 -1
- package/www/build/p-4a6ec3df.entry.js +0 -1
- package/www/build/p-5cdcaa8c.entry.js +0 -1
- package/www/build/p-7206f897.js +0 -1
- package/www/build/p-8902f400.entry.js +0 -7
- package/www/build/p-8ad12683.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-9912e411.js +0 -7
- package/www/build/p-b80081c9.entry.js +0 -1
- package/www/build/p-c7af96eb.entry.js +0 -1
- package/www/build/p-d4830f32.entry.js +0 -1
- package/www/build/p-d63b9ed3.js +0 -1
- package/www/build/p-d69e14fb.js +0 -1
- package/www/build/p-e7304c42.js +0 -1
- package/www/build/p-ea943cbd.css +0 -1
- package/www/build/p-f113a03a.entry.js +0 -1
- package/www/build/p-f83347fd.entry.js +0 -1
- package/www/build/p-ff6b02d1.entry.js +0 -1
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-dee3e21d.js');
|
|
6
|
-
|
|
7
|
-
const ZHeading = class {
|
|
8
|
-
constructor(hostRef) {
|
|
9
|
-
index.registerInstance(this, hostRef);
|
|
10
|
-
this.variant = "regular";
|
|
11
|
-
}
|
|
12
|
-
render() {
|
|
13
|
-
return (index.h("z-typography", { component: this.component || `h${this.level}`, level: `h${this.level}`, variant: this.variant }, index.h("slot", null)));
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
exports.z_heading = ZHeading;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-dee3e21d.js');
|
|
6
|
-
const index$1 = require('./index-8f4b351d.js');
|
|
7
|
-
|
|
8
|
-
const stylesCss = ".sc-z-modal-login-h{font-family:var(--dashboard-font);font-weight:var(--font-rg)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login{color:var(--text-grey-800);padding:calc(var(--space-unit) * 4) calc(var(--space-unit) * 2)\n calc(var(--space-unit) * 3) calc(var(--space-unit) * 2);box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}z-button.sc-z-modal-login,z-input.sc-z-modal-login,.sc-z-modal-login-s>z-button,.sc-z-modal-login-s>z-input{display:inline-block;width:100%}z-link.sc-z-modal-login,.sc-z-modal-login-s>z-link{font-size:12px}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}div.wrapper>form>div.username.sc-z-modal-login-s>z-input,div.wrapper>form>div.password.sc-z-modal-login-s>z-input,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.username.sc-z-modal-login z-input.sc-z-modal-login,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.password.sc-z-modal-login z-input.sc-z-modal-login{margin-bottom:var(--space-unit)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>z-link.forget.sc-z-modal-login{font-size:12px;align-self:flex-end}div.wrapper>form>div.login.sc-z-modal-login-s>z-button,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.login.sc-z-modal-login z-button.sc-z-modal-login{margin:calc(var(--space-unit) * 3) 0;align-self:flex-start}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>hr.sc-z-modal-login{width:100%;margin-bottom:calc(var(--space-unit) * 3);border:none;border-top:var(--border-size-medium) solid var(--bg-grey-200);margin-block-start:unset}div.wrapper>div.signup.sc-z-modal-login-s>z-button,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.signup.sc-z-modal-login z-button.sc-z-modal-login{display:inline-block;margin:calc(var(--space-unit) * 2) 0}.sc-z-modal-login-h div.providers.sc-z-modal-login{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:calc(var(--space-unit) * 2) 0px}slot-fb[name=\"provider\"].sc-z-modal-login{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:calc(var(--space-unit) * 2) 0px}.sc-z-modal-login-h div.providers.sc-z-modal-login>z-body.sc-z-modal-login{padding-top:calc(var(--space-unit) * 2)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.providers.sc-z-modal-login .zd.sc-z-modal-login{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.providers.sc-z-modal-login .zd.sc-z-modal-login>svg.sc-z-modal-login{margin-right:var(--space-unit)}@media only screen and (min-width: 768px){z-button.sc-z-modal-login,.sc-z-modal-login-s>z-button{width:initial}.sc-z-modal-login-h div.wrapper.sc-z-modal-login{width:396px;padding:calc(var(--space-unit) * 3)}.sc-z-modal-login-h div.providers.sc-z-modal-login{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:var(--space-unit);justify-content:center;align-items:center}.sc-z-modal-login-h div.providers.sc-z-modal-login>z-body.sc-z-modal-login{grid-column-start:1;grid-column-end:3;padding-bottom:var(--space-unit)}.sc-z-modal-login-s>[slot=\"provider\"]{width:100%}slot-fb[name=\"provider\"].sc-z-modal-login{grid-column-start:1;grid-column-end:3;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:var(--space-unit);justify-content:center;align-items:center}slot-fb[name=\"provider\"].sc-z-modal-login>*.sc-z-modal-login{width:100%}}@media only screen and (min-width: 1366px){.sc-z-modal-login-h div.wrapper.sc-z-modal-login{width:477px;padding:calc(var(--space-unit) * 4)}}";
|
|
9
|
-
|
|
10
|
-
const zModalLogin = class {
|
|
11
|
-
constructor(hostRef) {
|
|
12
|
-
index.registerInstance(this, hostRef);
|
|
13
|
-
this.loginSubmit = index.createEvent(this, "loginSubmit", 7);
|
|
14
|
-
this.statusUpdate = index.createEvent(this, "statusUpdate", 7);
|
|
15
|
-
this.signupClick = index.createEvent(this, "signupClick", 7);
|
|
16
|
-
this.zainoDigitaleClick = index.createEvent(this, "zainoDigitaleClick", 7);
|
|
17
|
-
/** Login modal title */
|
|
18
|
-
this.heading = "Entra in MyZanichelli";
|
|
19
|
-
this.externalProviderCheck = false;
|
|
20
|
-
}
|
|
21
|
-
componentDidLoad() {
|
|
22
|
-
this.externalProviderCheck = !!this.hostElement.querySelectorAll('[slot="provider"]').length;
|
|
23
|
-
}
|
|
24
|
-
emitLoginSubmit() {
|
|
25
|
-
const usernameInput = this.hostElement.querySelector("z-input#username");
|
|
26
|
-
const passwordInput = this.hostElement.querySelector("z-input#password");
|
|
27
|
-
// INFO: slotted inputs
|
|
28
|
-
if (!usernameInput || !passwordInput)
|
|
29
|
-
return;
|
|
30
|
-
let username = usernameInput.value;
|
|
31
|
-
let password = passwordInput.value;
|
|
32
|
-
if (!username || !password) {
|
|
33
|
-
this.status = index$1.InputStatusEnum.error;
|
|
34
|
-
return;
|
|
35
|
-
}
|
|
36
|
-
username = this.cleanUsername(username);
|
|
37
|
-
this.loginSubmit.emit({
|
|
38
|
-
username,
|
|
39
|
-
password,
|
|
40
|
-
originalUsername: usernameInput.value,
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
emitStatusUpdate(status) {
|
|
44
|
-
this.statusUpdate.emit(status);
|
|
45
|
-
}
|
|
46
|
-
emitSignupClick() {
|
|
47
|
-
this.signupClick.emit();
|
|
48
|
-
}
|
|
49
|
-
emitZainoDigitaleClick() {
|
|
50
|
-
this.zainoDigitaleClick.emit();
|
|
51
|
-
}
|
|
52
|
-
handleInputKeyUp(e) {
|
|
53
|
-
if (e.code !== "Enter")
|
|
54
|
-
return;
|
|
55
|
-
this.emitLoginSubmit();
|
|
56
|
-
}
|
|
57
|
-
handleInputChange() {
|
|
58
|
-
this.status = null;
|
|
59
|
-
this.emitStatusUpdate(this.status);
|
|
60
|
-
}
|
|
61
|
-
cleanUsername(username) {
|
|
62
|
-
username = username.trim().toLowerCase();
|
|
63
|
-
const mobileRegex = /^[+]?[\s./0-9]*[(]?[0-9]{1,4}[)]?[(]?[0-9]{1,4}[)]?[-\s./0-9]*$/g;
|
|
64
|
-
if (mobileRegex.test(username)) {
|
|
65
|
-
username = username.replace(/[- .)(]/g, "");
|
|
66
|
-
if (/^[\d ]*$/.test(username))
|
|
67
|
-
username = "+39" + username;
|
|
68
|
-
}
|
|
69
|
-
return username;
|
|
70
|
-
}
|
|
71
|
-
renderZainoDigitaleButton() {
|
|
72
|
-
return (index.h("z-button", { variant: index$1.ButtonVariantEnum.secondary, onClick: () => this.emitZainoDigitaleClick(), class: "zainoDigitale" }, index.h("div", { class: "zd" }, index.h("svg", { width: "18px", height: "24px", viewBox: "0 0 18 24" }, index.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, index.h("g", { transform: "translate(-313.000000, -329.000000)", fill: "#E2001A", "fill-rule": "nonzero" }, index.h("g", { transform: "translate(25.000000, 191.000000)" }, index.h("g", null, index.h("g", { transform: "translate(0.000000, 100.000000)" }, index.h("g", null, index.h("g", { transform: "translate(276.000000, 28.000000)" }, index.h("path", { d: "M29.8953704,30.5632326 C29.9143039,30.3327754 29.5356326,30.0447041 29.1380277,29.8142469 C29.2516291,28.7963947 29.4409647,26.9719425 29.2705626,26.3189807 C29.0433598,25.416357 28.3428178,24.8018047 28.380685,23.822362 C28.4185521,22.8429193 28.1913493,16.5437582 27.0364017,15.1802202 C26.1654576,14.162368 25.4649156,12.8372396 23.4390239,12.2418921 C23.4390239,12.0498445 23.4390239,11.8770016 23.4200903,11.7425683 C23.3822232,10.9167637 21.9622056,10.090959 21.6214014,10.0525495 C21.2805972,10.01414 20.371786,9.95652568 20.0309818,10.0525495 C19.6901775,10.1293685 19.0464362,11.128016 18.7434992,11.4352922 C18.5920306,11.5889302 18.5541635,11.9538207 18.5730971,12.3187111 C17.437083,12.6836015 16.1306669,13.4325871 15.4490584,14.9497631 C14.2941108,17.676839 13.4799674,18.9251483 13.6693031,24.1680477 C13.5935688,25.1090809 13.2906318,25.6084046 13.1012961,25.6852237 C12.9119604,25.7620427 12.798359,25.9156808 12.7604919,26.1077284 C12.7226247,26.2805712 12.5522226,28.37389 12.7415583,29.8718612 C12.3818205,30.1023183 12.0788834,30.3519802 12.097817,30.5632326 C12.1546177,31.0625563 11.8516806,31.7731324 12.097817,32.0612038 C12.230352,32.2148419 12.7226247,32.5413228 13.3284989,32.8293942 C13.6125024,33.4631512 14.199443,33.9240655 15.467992,33.9816797 C18.1565586,34.0584988 26.2601254,33.8664512 26.5630625,33.9048607 C26.847066,33.9432702 28.4374857,34.0008845 28.683622,32.8293942 C29.2894962,32.5413228 29.781769,32.2148419 29.9143039,32.0612038 C30.1415067,31.7731324 29.8385697,31.0625563 29.8953704,30.5632326 Z M12.0319858,31.2 C12.1173988,31.1230769 12.3736379,31.0461538 12.743761,31 C12.857645,31.3230769 12.914587,31.6615385 13,32 C12.4021089,31.8153846 11.8611598,31.5692308 12.0319858,31.2 Z M21.1618497,12.8394441 C21.1618497,12.8394441 20.6763006,12.8165075 20,13 L20,12.9770634 C20,12.5642053 20.3121387,11.3256309 20.3988439,11.1192018 C20.4855491,10.9127728 21.265896,11.0274556 21.8554913,11.0733287 C22.6358382,11.0503922 22.4624277,11.2568212 22.8092486,11.9907912 C22.9306358,12.2889666 22.982659,12.6559516 23,13 C22.4797688,12.8623806 21.8728324,12.8165075 21.1618497,12.8394441 Z M28.3324094,30 C28.6648189,30.0833333 28.9085858,30.2222222 28.9750677,30.3888889 C29.1301921,31.1666667 28.5318551,31.6388889 28,32 C28.0221606,31.5 28.0664819,31.1111111 28.0664819,31.1111111 L28.2437669,30.6111111 L28.3324094,30 Z M21.8571429,23 L21.8571429,23.8 L22.7142857,23.8 L22.7142857,24.6 L23.5714286,24.6 L23.5714286,25.4 L24.4285714,25.4 L24.4285714,26.2 L25.2857143,26.2 L25.2857143,27 L26.1428571,27 L26.1428571,27.8 L27,27.8 L27,28.6 L24.4285714,28.6 L24.4285714,29.4 L25.2857143,29.4 L25.2857143,31 L24.4285714,31 L24.4285714,30.2 L23.5714286,30.2 L23.5714286,29.4 L22.7142857,29.4 L22.7142857,30.2 L21.8571429,30.2 L21.8571429,31 L21,31 L21,23 L21.8571429,23 Z" }))))))))), index.h("span", null, "ZAINO DIGITALE"))));
|
|
73
|
-
}
|
|
74
|
-
render() {
|
|
75
|
-
return (index.h("z-modal", { modaltitle: this.heading }, index.h("div", { class: "wrapper", slot: "modalContent" }, index.h("form", { method: "post" }, index.h("div", { class: "username" }, index.h("slot", { name: "username" }, index.h("z-input", { id: "username", label: "email o numero di cellulare", placeholder: "Inserisci l'email o il cellulare", autocomplete: "username", name: "username", status: this.status, message: this.message, onKeyUp: (e) => this.handleInputKeyUp(e), onInputChange: () => this.handleInputChange() }))), index.h("div", { class: "password" }, index.h("slot", { name: "password" }, index.h("z-input", { id: "password", label: "password", placeholder: "Inserisci la tua password", type: "password", name: "password", autocomplete: "current-password", status: this.status, message: this.pwdmessage, onKeyUp: (e) => this.handleInputKeyUp(e), onInputChange: () => this.handleInputChange() }))), index.h("z-link", { class: "forget", href: this.forgotPasswordUrl }, "Password dimenticata?"), index.h("div", { class: "login" }, index.h("slot", { name: "login" }, index.h("z-button", { variant: index$1.ButtonVariantEnum.primary, onClick: () => this.emitLoginSubmit() }, "Accedi")))), index.h("hr", null), index.h("z-body", { class: "signup", level: 4, variant: "semibold" }, "Non hai ancora un account?"), index.h("div", { class: "signup" }, index.h("slot", { name: "signup" }, index.h("z-button", { variant: index$1.ButtonVariantEnum.secondary, onClick: () => this.emitSignupClick() }, "Registrati"))), !this.externalProviderCheck && (index.h("div", { class: "providers" }, index.h("z-body", { class: "provider", level: 5, variant: "regular" }, "OPPURE ACCEDI CON:"), index.h("slot", { name: "provider" }, this.renderZainoDigitaleButton(), index.h("z-link", { icon: "informationsource", href: "https://www.zainodigitale.it/#/landing" }, "Cos'\u00E8 Zaino Digitale?")))))));
|
|
76
|
-
}
|
|
77
|
-
get hostElement() { return index.getElement(this); }
|
|
78
|
-
};
|
|
79
|
-
zModalLogin.style = stylesCss;
|
|
80
|
-
|
|
81
|
-
exports.z_modal_login = zModalLogin;
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-dee3e21d.js');
|
|
6
|
-
const index$1 = require('./index-8f4b351d.js');
|
|
7
|
-
const utils = require('./utils-6d6841cc.js');
|
|
8
|
-
const hammer = require('./hammer-6e321f0b.js');
|
|
9
|
-
require('./breakpoints-88c4fd6c.js');
|
|
10
|
-
|
|
11
|
-
const stylesCss$2 = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);width:inherit;height:100%;margin:inherit}:host>div{width:inherit;height:100%;margin:inherit}:host>div>div.background{position:fixed;left:0;right:0;top:0;bottom:0;z-index:998;width:0;height:0}:host>div>div.background.open{height:100%;width:100%}:host>div>div.contentWrapper{position:fixed;z-index:999;bottom:0;left:0;width:inherit;margin:inherit}:host>div>div.contentWrapper>div{border-radius:var(--space-unit) var(--space-unit) 0px 0px;box-shadow:0px -2px calc(var(--space-unit) * 0.5) 0px rgba(66, 69, 72, 0.4);margin:calc(var(--space-unit) * 0.5) calc(var(--space-unit) * 0.5) 0 calc(var(--space-unit) * 0.5)}";
|
|
12
|
-
|
|
13
|
-
const ZPocket = class {
|
|
14
|
-
constructor(hostRef) {
|
|
15
|
-
index.registerInstance(this, hostRef);
|
|
16
|
-
this.pocketToggle = index.createEvent(this, "pocketToggle", 7);
|
|
17
|
-
/** pocket status */
|
|
18
|
-
this.status = index$1.PocketStatusEnum.preview;
|
|
19
|
-
}
|
|
20
|
-
/** open z-pocket */
|
|
21
|
-
async open() {
|
|
22
|
-
this.status = index$1.PocketStatusEnum.open;
|
|
23
|
-
}
|
|
24
|
-
/** close z-pocket */
|
|
25
|
-
async close() {
|
|
26
|
-
this.status = index$1.PocketStatusEnum.closed;
|
|
27
|
-
}
|
|
28
|
-
emitPocketToggle(id, status) {
|
|
29
|
-
this.pocketToggle.emit({ id, status });
|
|
30
|
-
}
|
|
31
|
-
handlePocketHeaderClick(e) {
|
|
32
|
-
if (e.detail.id && e.detail.id === this.pocketid) {
|
|
33
|
-
switch (this.status) {
|
|
34
|
-
case index$1.PocketStatusEnum.preview:
|
|
35
|
-
case index$1.PocketStatusEnum.closed:
|
|
36
|
-
this.status = index$1.PocketStatusEnum.open;
|
|
37
|
-
break;
|
|
38
|
-
case index$1.PocketStatusEnum.open:
|
|
39
|
-
this.status = index$1.PocketStatusEnum.closed;
|
|
40
|
-
break;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
handlePocketHeaderPan(e) {
|
|
45
|
-
if (e.detail.id && e.detail.id === this.pocketid) {
|
|
46
|
-
if (e.detail.direction === "up") {
|
|
47
|
-
this.status = index$1.PocketStatusEnum.open;
|
|
48
|
-
}
|
|
49
|
-
else if (e.detail.direction === "down") {
|
|
50
|
-
this.status = index$1.PocketStatusEnum.closed;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
watchStatusHandler(newVal) {
|
|
55
|
-
this.emitPocketToggle(this.pocketid, newVal);
|
|
56
|
-
}
|
|
57
|
-
componentWillLoad() {
|
|
58
|
-
this.emitPocketToggle(this.pocketid, this.status);
|
|
59
|
-
}
|
|
60
|
-
handleBackgroundClick(e) {
|
|
61
|
-
if (e.target.dataset.action == "pocketBackground") {
|
|
62
|
-
this.close();
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
render() {
|
|
66
|
-
return (index.h("div", null, index.h("div", { "data-action": "pocketBackground", "data-pocket": this.pocketid, class: `background ${this.status}`, onClick: (e) => this.handleBackgroundClick(e) }), index.h("div", { id: this.pocketid, class: "contentWrapper" }, index.h("div", null, index.h("slot", null)))));
|
|
67
|
-
}
|
|
68
|
-
get hostElement() { return index.getElement(this); }
|
|
69
|
-
static get watchers() { return {
|
|
70
|
-
"status": ["watchStatusHandler"]
|
|
71
|
-
}; }
|
|
72
|
-
};
|
|
73
|
-
ZPocket.style = stylesCss$2;
|
|
74
|
-
|
|
75
|
-
const stylesCss$1 = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:100%;box-sizing:border-box}:host>main{background:var(--color-surface01);border-left:var(--border-size-small) solid var(--color-surface03);border-right:var(--border-size-small) solid var(--color-surface03);overflow:auto;scrollbar-width:none}:host>main.preview{max-height:225px;transition:all 200ms ease-in-out, top 200ms ease-in-out}:host>main.open{max-height:calc(100vh - 48px);transition:all 200ms ease-in-out, top 200ms ease-in-out}:host>main.closed{height:0px;transition:all 200ms ease-in-out, top 200ms ease-in-out}:host ::-webkit-scrollbar{width:0}@media only screen and (min-width: 768px){:host>main.preview{max-height:157px}}";
|
|
76
|
-
|
|
77
|
-
const ZPocketBody = class {
|
|
78
|
-
constructor(hostRef) {
|
|
79
|
-
index.registerInstance(this, hostRef);
|
|
80
|
-
/** pocket status */
|
|
81
|
-
this.status = index$1.PocketStatusEnum.preview;
|
|
82
|
-
}
|
|
83
|
-
handlePocketToggle(e) {
|
|
84
|
-
if (e.detail.id && e.detail.id === this.pocketid) {
|
|
85
|
-
this.status = e.detail.status;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
render() {
|
|
89
|
-
return (index.h("main", { class: this.status }, index.h("slot", null)));
|
|
90
|
-
}
|
|
91
|
-
};
|
|
92
|
-
ZPocketBody.style = stylesCss$1;
|
|
93
|
-
|
|
94
|
-
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:100%;box-sizing:border-box}:host>header{background:var(--color-surface01);border:var(--border-size-small) solid var(--color-surface03);border-radius:var(--space-unit) var(--space-unit) 0px 0px;height:36px;cursor:pointer;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center}:host>header:focus{outline:none}:host>header::-moz-focus-inner{border:0}";
|
|
95
|
-
|
|
96
|
-
const ZPocketHeader = class {
|
|
97
|
-
constructor(hostRef) {
|
|
98
|
-
index.registerInstance(this, hostRef);
|
|
99
|
-
this.pocketHeaderClick = index.createEvent(this, "pocketHeaderClick", 7);
|
|
100
|
-
this.pocketHeaderPan = index.createEvent(this, "pocketHeaderPan", 7);
|
|
101
|
-
this.emitPocketHeaderClick = this.emitPocketHeaderClick.bind(this);
|
|
102
|
-
}
|
|
103
|
-
emitPocketHeaderClick() {
|
|
104
|
-
this.pocketHeaderClick.emit({ id: this.pocketid });
|
|
105
|
-
}
|
|
106
|
-
emitPocketHeaderPan(direction) {
|
|
107
|
-
this.pocketHeaderPan.emit({ id: this.pocketid, direction });
|
|
108
|
-
}
|
|
109
|
-
componentDidLoad() {
|
|
110
|
-
// INFO: swipe handling
|
|
111
|
-
const mc = new hammer.hammer(this.swipeWrap);
|
|
112
|
-
mc.get("pan").set({ direction: hammer.hammer.DIRECTION_VERTICAL });
|
|
113
|
-
mc.on("panup", () => this.emitPocketHeaderPan("up"));
|
|
114
|
-
mc.on("pandown", () => this.emitPocketHeaderPan("down"));
|
|
115
|
-
}
|
|
116
|
-
render() {
|
|
117
|
-
return (index.h("header", { role: "button", tabindex: 0, onClick: () => this.emitPocketHeaderClick(), onKeyPress: (ev) => utils.handleKeyboardSubmit(ev, this.emitPocketHeaderClick), ref: el => (this.swipeWrap = el) }, index.h("slot", null)));
|
|
118
|
-
}
|
|
119
|
-
};
|
|
120
|
-
ZPocketHeader.style = stylesCss;
|
|
121
|
-
|
|
122
|
-
exports.z_pocket = ZPocket;
|
|
123
|
-
exports.z_pocket_body = ZPocketBody;
|
|
124
|
-
exports.z_pocket_header = ZPocketHeader;
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entries": [
|
|
3
|
-
"./components/typography/z-typography/index.js",
|
|
4
|
-
"./components/buttons/z-button/index.js",
|
|
5
|
-
"./components/buttons/z-button-filter/index.js",
|
|
6
|
-
"./components/buttons/z-button-sort/index.js",
|
|
7
|
-
"./components/buttons/z-chip/index.js",
|
|
8
|
-
"./components/buttons/z-toggle-button/index.js",
|
|
9
|
-
"./components/footer/z-footer/index.js",
|
|
10
|
-
"./components/footer/z-footer-link/index.js",
|
|
11
|
-
"./components/footer/z-footer-section/index.js",
|
|
12
|
-
"./components/footer/z-footer-social/index.js",
|
|
13
|
-
"./components/icons/z-icon/index.js",
|
|
14
|
-
"./components/icons/z-icon-package/index.js",
|
|
15
|
-
"./components/indicators/z-stepper/index.js",
|
|
16
|
-
"./components/indicators/z-stepper-item/index.js",
|
|
17
|
-
"./components/inputs/z-input/index.js",
|
|
18
|
-
"./components/inputs/z-combobox/index.js",
|
|
19
|
-
"./components/inputs/z-input-label/index.js",
|
|
20
|
-
"./components/inputs/z-input-message/index.js",
|
|
21
|
-
"./components/inputs/z-select/index.js",
|
|
22
|
-
"./components/list/z-list/index.js",
|
|
23
|
-
"./components/list/z-list-element/index.js",
|
|
24
|
-
"./components/list/z-list-group/index.js",
|
|
25
|
-
"./components/list/z-toast-notification-list/index.js",
|
|
26
|
-
"./components/logo/z-logo/index.js",
|
|
27
|
-
"./components/modal/z-modal/index.js",
|
|
28
|
-
"./components/modal/z-modal-login/index.js",
|
|
29
|
-
"./components/navigation/z-menu/index.js",
|
|
30
|
-
"./components/navigation/z-app-header/index.js",
|
|
31
|
-
"./components/navigation/z-app-switcher/index.js",
|
|
32
|
-
"./components/navigation/z-app-topbar/index.js",
|
|
33
|
-
"./components/navigation/z-link/index.js",
|
|
34
|
-
"./components/navigation/z-menu-dropdown/index.js",
|
|
35
|
-
"./components/navigation/z-menu-section/index.js",
|
|
36
|
-
"./components/navigation/z-navigation-tab/index.js",
|
|
37
|
-
"./components/navigation/z-navigation-tabs/index.js",
|
|
38
|
-
"./components/navigation/z-user-dropdown/index.js",
|
|
39
|
-
"./components/notification/z-candybar/index.js",
|
|
40
|
-
"./components/notification/z-cookiebar/index.js",
|
|
41
|
-
"./components/notification/z-info-box/index.js",
|
|
42
|
-
"./components/notification/z-notification/index.js",
|
|
43
|
-
"./components/notification/z-toast-notification/index.js",
|
|
44
|
-
"./components/notification/z-tooltip/index.js",
|
|
45
|
-
"./components/pagination/z-pagination-bar/index.js",
|
|
46
|
-
"./components/pagination/z-pagination-page/index.js",
|
|
47
|
-
"./components/panel/z-panel-elem/index.js",
|
|
48
|
-
"./components/typography/z-body/index.js",
|
|
49
|
-
"./components/typography/z-heading/index.js",
|
|
50
|
-
"./components/z-avatar/index.js",
|
|
51
|
-
"./components/z-card/index.js",
|
|
52
|
-
"./components/z-contextual-menu/index.js",
|
|
53
|
-
"./components/z-divider/index.js",
|
|
54
|
-
"./components/z-ghost-loading/index.js",
|
|
55
|
-
"./components/z-popover/index.js",
|
|
56
|
-
"./components/z-status-tag/index.js",
|
|
57
|
-
"./snowflakes/myz/card/z-myz-card/index.js",
|
|
58
|
-
"./snowflakes/myz/card/z-myz-card-alert/index.js",
|
|
59
|
-
"./snowflakes/myz/card/z-myz-card-body/index.js",
|
|
60
|
-
"./snowflakes/myz/card/z-myz-card-cover/index.js",
|
|
61
|
-
"./snowflakes/myz/card/z-myz-card-dictionary/index.js",
|
|
62
|
-
"./snowflakes/myz/card/z-myz-card-footer/index.js",
|
|
63
|
-
"./snowflakes/myz/card/z-myz-card-footer-sections/index.js",
|
|
64
|
-
"./snowflakes/myz/card/z-myz-card-header/index.js",
|
|
65
|
-
"./snowflakes/myz/card/z-myz-card-icon/index.js",
|
|
66
|
-
"./snowflakes/myz/card/z-myz-card-info/index.js",
|
|
67
|
-
"./snowflakes/myz/card/z-myz-card-list/index.js",
|
|
68
|
-
"./snowflakes/myz/list/z-myz-list/index.js",
|
|
69
|
-
"./snowflakes/myz/list/z-myz-list-item/index.js",
|
|
70
|
-
"./snowflakes/myz/pocket/z-messages-pocket/index.js",
|
|
71
|
-
"./snowflakes/myz/pocket/z-pocket/index.js",
|
|
72
|
-
"./snowflakes/myz/pocket/z-pocket-body/index.js",
|
|
73
|
-
"./snowflakes/myz/pocket/z-pocket-header/index.js",
|
|
74
|
-
"./snowflakes/myz/pocket/z-pocket-message/index.js",
|
|
75
|
-
"./snowflakes/myz/topbar/index.js",
|
|
76
|
-
"./snowflakes/myz/z-alert/index.js",
|
|
77
|
-
"./snowflakes/myz/z-otp/index.js",
|
|
78
|
-
"./snowflakes/myz/z-slideshow/index.js",
|
|
79
|
-
"./snowflakes/registro-table/z-registro-table/index.js",
|
|
80
|
-
"./snowflakes/registro-table/z-registro-table-body/index.js",
|
|
81
|
-
"./snowflakes/registro-table/z-registro-table-cell/index.js",
|
|
82
|
-
"./snowflakes/registro-table/z-registro-table-empty-box/index.js",
|
|
83
|
-
"./snowflakes/registro-table/z-registro-table-expanded-row/index.js",
|
|
84
|
-
"./snowflakes/registro-table/z-registro-table-footer/index.js",
|
|
85
|
-
"./snowflakes/registro-table/z-registro-table-head/index.js",
|
|
86
|
-
"./snowflakes/registro-table/z-registro-table-header/index.js",
|
|
87
|
-
"./snowflakes/registro-table/z-registro-table-header-row/index.js",
|
|
88
|
-
"./snowflakes/registro-table/z-registro-table-row/index.js",
|
|
89
|
-
"./snowflakes/registro-table/z-registro-table-sticky-footer/index.js"
|
|
90
|
-
],
|
|
91
|
-
"compiler": {
|
|
92
|
-
"name": "@stencil/core",
|
|
93
|
-
"version": "2.6.0",
|
|
94
|
-
"typescriptVersion": "4.2.3"
|
|
95
|
-
},
|
|
96
|
-
"collections": [],
|
|
97
|
-
"bundles": []
|
|
98
|
-
}
|
|
@@ -1,219 +0,0 @@
|
|
|
1
|
-
import { Component, Prop, h, Element } from "@stencil/core";
|
|
2
|
-
import classNames from "classnames";
|
|
3
|
-
import { ButtonVariantEnum, ButtonTypeEnum, ButtonSizeEnum, } from "../../../beans";
|
|
4
|
-
/**
|
|
5
|
-
* @slot - button label
|
|
6
|
-
*/
|
|
7
|
-
export class ZButton {
|
|
8
|
-
constructor() {
|
|
9
|
-
/** HTML button disabled attribute. */
|
|
10
|
-
this.disabled = false;
|
|
11
|
-
/** HTML button type attribute. */
|
|
12
|
-
this.type = ButtonTypeEnum.button;
|
|
13
|
-
/** Graphical variant: `primary`, `secondary`, `tertiary`, `dark-bg`. Defaults to `primary`. */
|
|
14
|
-
this.variant = ButtonVariantEnum.primary;
|
|
15
|
-
/** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
|
|
16
|
-
this.size = ButtonSizeEnum.big;
|
|
17
|
-
/** Reduce button size (deprecated).
|
|
18
|
-
*
|
|
19
|
-
* @deprecated Use `size` prop.
|
|
20
|
-
* */
|
|
21
|
-
this.issmall = false;
|
|
22
|
-
/** Spy to render square button. */
|
|
23
|
-
this.square = false;
|
|
24
|
-
}
|
|
25
|
-
render() {
|
|
26
|
-
this.hostElement.style.pointerEvents = this.disabled ? "none" : "auto";
|
|
27
|
-
return (h("slot", { name: "element" },
|
|
28
|
-
h("button", { id: this.htmlid, name: this.name, type: this.type, disabled: this.disabled, class: classNames(this.variant, this.size, { issmall: this.issmall }, { square: this.square }) },
|
|
29
|
-
this.icon && h("z-icon", { name: this.icon, width: 16, height: 16 }),
|
|
30
|
-
h("slot", null))));
|
|
31
|
-
}
|
|
32
|
-
static get is() { return "z-button"; }
|
|
33
|
-
static get encapsulation() { return "shadow"; }
|
|
34
|
-
static get originalStyleUrls() { return {
|
|
35
|
-
"$": ["styles.css"]
|
|
36
|
-
}; }
|
|
37
|
-
static get styleUrls() { return {
|
|
38
|
-
"$": ["styles.css"]
|
|
39
|
-
}; }
|
|
40
|
-
static get properties() { return {
|
|
41
|
-
"htmlid": {
|
|
42
|
-
"type": "string",
|
|
43
|
-
"mutable": false,
|
|
44
|
-
"complexType": {
|
|
45
|
-
"original": "string",
|
|
46
|
-
"resolved": "string",
|
|
47
|
-
"references": {}
|
|
48
|
-
},
|
|
49
|
-
"required": false,
|
|
50
|
-
"optional": true,
|
|
51
|
-
"docs": {
|
|
52
|
-
"tags": [],
|
|
53
|
-
"text": "Identifier, should be unique."
|
|
54
|
-
},
|
|
55
|
-
"attribute": "htmlid",
|
|
56
|
-
"reflect": false
|
|
57
|
-
},
|
|
58
|
-
"name": {
|
|
59
|
-
"type": "string",
|
|
60
|
-
"mutable": false,
|
|
61
|
-
"complexType": {
|
|
62
|
-
"original": "string",
|
|
63
|
-
"resolved": "string",
|
|
64
|
-
"references": {}
|
|
65
|
-
},
|
|
66
|
-
"required": false,
|
|
67
|
-
"optional": true,
|
|
68
|
-
"docs": {
|
|
69
|
-
"tags": [],
|
|
70
|
-
"text": "HTML button name attribute."
|
|
71
|
-
},
|
|
72
|
-
"attribute": "name",
|
|
73
|
-
"reflect": false
|
|
74
|
-
},
|
|
75
|
-
"disabled": {
|
|
76
|
-
"type": "boolean",
|
|
77
|
-
"mutable": false,
|
|
78
|
-
"complexType": {
|
|
79
|
-
"original": "boolean",
|
|
80
|
-
"resolved": "boolean",
|
|
81
|
-
"references": {}
|
|
82
|
-
},
|
|
83
|
-
"required": false,
|
|
84
|
-
"optional": true,
|
|
85
|
-
"docs": {
|
|
86
|
-
"tags": [],
|
|
87
|
-
"text": "HTML button disabled attribute."
|
|
88
|
-
},
|
|
89
|
-
"attribute": "disabled",
|
|
90
|
-
"reflect": true,
|
|
91
|
-
"defaultValue": "false"
|
|
92
|
-
},
|
|
93
|
-
"type": {
|
|
94
|
-
"type": "string",
|
|
95
|
-
"mutable": false,
|
|
96
|
-
"complexType": {
|
|
97
|
-
"original": "HTMLButtonElement[\"type\"]",
|
|
98
|
-
"resolved": "string",
|
|
99
|
-
"references": {
|
|
100
|
-
"HTMLButtonElement": {
|
|
101
|
-
"location": "global"
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"required": false,
|
|
106
|
-
"optional": true,
|
|
107
|
-
"docs": {
|
|
108
|
-
"tags": [],
|
|
109
|
-
"text": "HTML button type attribute."
|
|
110
|
-
},
|
|
111
|
-
"attribute": "type",
|
|
112
|
-
"reflect": false,
|
|
113
|
-
"defaultValue": "ButtonTypeEnum.button"
|
|
114
|
-
},
|
|
115
|
-
"variant": {
|
|
116
|
-
"type": "string",
|
|
117
|
-
"mutable": false,
|
|
118
|
-
"complexType": {
|
|
119
|
-
"original": "ButtonVariantBean",
|
|
120
|
-
"resolved": "ButtonVariantEnum.primary | ButtonVariantEnum.secondary | ButtonVariantEnum.tertiary | typeof ButtonVariantEnum[\"dark-bg\"]",
|
|
121
|
-
"references": {
|
|
122
|
-
"ButtonVariantBean": {
|
|
123
|
-
"location": "import",
|
|
124
|
-
"path": "../../../beans"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"required": false,
|
|
129
|
-
"optional": true,
|
|
130
|
-
"docs": {
|
|
131
|
-
"tags": [],
|
|
132
|
-
"text": "Graphical variant: `primary`, `secondary`, `tertiary`, `dark-bg`. Defaults to `primary`."
|
|
133
|
-
},
|
|
134
|
-
"attribute": "variant",
|
|
135
|
-
"reflect": true,
|
|
136
|
-
"defaultValue": "ButtonVariantEnum.primary"
|
|
137
|
-
},
|
|
138
|
-
"icon": {
|
|
139
|
-
"type": "string",
|
|
140
|
-
"mutable": false,
|
|
141
|
-
"complexType": {
|
|
142
|
-
"original": "string",
|
|
143
|
-
"resolved": "string",
|
|
144
|
-
"references": {}
|
|
145
|
-
},
|
|
146
|
-
"required": false,
|
|
147
|
-
"optional": true,
|
|
148
|
-
"docs": {
|
|
149
|
-
"tags": [],
|
|
150
|
-
"text": "`z-icon` name to use (optional)."
|
|
151
|
-
},
|
|
152
|
-
"attribute": "icon",
|
|
153
|
-
"reflect": false
|
|
154
|
-
},
|
|
155
|
-
"size": {
|
|
156
|
-
"type": "string",
|
|
157
|
-
"mutable": false,
|
|
158
|
-
"complexType": {
|
|
159
|
-
"original": "ButtonSizeEnum",
|
|
160
|
-
"resolved": "ButtonSizeEnum.big | ButtonSizeEnum.small | typeof ButtonSizeEnum[\"x-small\"]",
|
|
161
|
-
"references": {
|
|
162
|
-
"ButtonSizeEnum": {
|
|
163
|
-
"location": "import",
|
|
164
|
-
"path": "../../../beans"
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
"required": false,
|
|
169
|
-
"optional": true,
|
|
170
|
-
"docs": {
|
|
171
|
-
"tags": [],
|
|
172
|
-
"text": "Available sizes: `big`, `small` and `x-small`. Defaults to `big`."
|
|
173
|
-
},
|
|
174
|
-
"attribute": "size",
|
|
175
|
-
"reflect": true,
|
|
176
|
-
"defaultValue": "ButtonSizeEnum.big"
|
|
177
|
-
},
|
|
178
|
-
"issmall": {
|
|
179
|
-
"type": "boolean",
|
|
180
|
-
"mutable": false,
|
|
181
|
-
"complexType": {
|
|
182
|
-
"original": "boolean",
|
|
183
|
-
"resolved": "boolean",
|
|
184
|
-
"references": {}
|
|
185
|
-
},
|
|
186
|
-
"required": false,
|
|
187
|
-
"optional": true,
|
|
188
|
-
"docs": {
|
|
189
|
-
"tags": [{
|
|
190
|
-
"text": "Use `size` prop.",
|
|
191
|
-
"name": "deprecated"
|
|
192
|
-
}],
|
|
193
|
-
"text": "Reduce button size (deprecated)."
|
|
194
|
-
},
|
|
195
|
-
"attribute": "issmall",
|
|
196
|
-
"reflect": true,
|
|
197
|
-
"defaultValue": "false"
|
|
198
|
-
},
|
|
199
|
-
"square": {
|
|
200
|
-
"type": "boolean",
|
|
201
|
-
"mutable": false,
|
|
202
|
-
"complexType": {
|
|
203
|
-
"original": "boolean",
|
|
204
|
-
"resolved": "boolean",
|
|
205
|
-
"references": {}
|
|
206
|
-
},
|
|
207
|
-
"required": false,
|
|
208
|
-
"optional": true,
|
|
209
|
-
"docs": {
|
|
210
|
-
"tags": [],
|
|
211
|
-
"text": "Spy to render square button."
|
|
212
|
-
},
|
|
213
|
-
"attribute": "square",
|
|
214
|
-
"reflect": true,
|
|
215
|
-
"defaultValue": "false"
|
|
216
|
-
}
|
|
217
|
-
}; }
|
|
218
|
-
static get elementRef() { return "hostElement"; }
|
|
219
|
-
}
|