@zanichelli/albe-web-components 6.6.9 → 6.6.10-test
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 +2209 -0
- package/dist/types/components/inputs/z-combobox/index.d.ts +2 -0
- package/dist/types/components.d.ts +8 -0
- package/dist/web-components-library/_commonjsHelpers-8fe71198.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-b3f2ee8d.js +4 -0
- package/dist/web-components-library/dom-665d6011.js +73 -0
- package/dist/{esm/hammer-c3266b17.js → web-components-library/hammer-782a2043.js} +3 -2
- package/dist/{esm → web-components-library}/icons-85e529a3.js +0 -0
- package/dist/{cjs/index-e3299e0a.js → web-components-library/index-291c96fb.js} +1473 -521
- package/dist/{esm → web-components-library}/index-968a240f.js +0 -0
- package/dist/web-components-library/index.esm.js +9 -1
- package/dist/web-components-library/shadow-css-b18e99d7.js +387 -0
- package/dist/{esm/utils-6cf7efe2.js → web-components-library/utils-b96780be.js} +18 -0
- package/dist/{esm/utils-151f0ab4.js → web-components-library/utils-d783f6be.js} +26 -4
- package/dist/web-components-library/web-components-library.css +1636 -1
- package/dist/web-components-library/web-components-library.esm.js +129 -1
- package/dist/{esm → web-components-library}/z-alert.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-anchor-navigation.entry.js +1 -1
- package/dist/web-components-library/z-app-header.entry.js +129 -0
- package/dist/{esm → web-components-library}/z-app-switcher.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-aria-alert.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-avatar.entry.js +1 -1
- package/dist/web-components-library/z-body.entry.js +14 -0
- package/dist/{esm → web-components-library}/z-button-sort.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-button.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-card.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-carousel.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-chip.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-combobox.entry.js +6 -4
- package/dist/{esm → web-components-library}/z-contextual-menu.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-cover-hero.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-date-picker.entry.js +12 -6
- package/dist/{esm → web-components-library}/z-divider.entry.js +1 -1
- package/dist/web-components-library/z-dragdrop-area.entry.js +33 -0
- package/dist/{esm → web-components-library}/z-file-upload.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-file.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-ghost-loading.entry.js +1 -1
- package/dist/web-components-library/z-heading.entry.js +14 -0
- package/dist/web-components-library/z-icon.entry.js +22 -0
- package/dist/{esm → web-components-library}/z-info-box.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-info-reveal.entry.js +1 -1
- package/dist/web-components-library/z-input-message.entry.js +20 -0
- package/dist/web-components-library/z-input.entry.js +231 -0
- package/dist/{esm → web-components-library}/z-link.entry.js +1 -1
- package/dist/web-components-library/z-list-element.entry.js +173 -0
- package/dist/web-components-library/z-list-group.entry.js +56 -0
- package/dist/web-components-library/z-list.entry.js +36 -0
- package/dist/{esm → web-components-library}/z-logo.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-menu-section.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-menu.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-messages-pocket.entry.js +1 -1
- package/dist/{esm/z-dragdrop-area_3.entry.js → web-components-library/z-modal.entry.js} +2 -43
- package/dist/{esm → web-components-library}/z-myz-card-alert.entry.js +1 -1
- 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 +1 -1
- package/dist/{esm → web-components-library}/z-myz-card-footer-sections.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-myz-card-footer.entry.js +1 -1
- package/dist/web-components-library/z-myz-card-header.entry.js +36 -0
- package/dist/{esm → web-components-library}/z-myz-card-icon.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-myz-card-info.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-myz-card-list.entry.js +1 -1
- package/dist/web-components-library/z-myz-card.entry.js +42 -0
- package/dist/{esm → web-components-library}/z-myz-list-item.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-myz-list.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-navigation-tab-link.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-navigation-tab.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-navigation-tabs.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-notification.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-offcanvas.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-otp.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-pagination.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-panel-elem.entry.js +1 -1
- 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/{esm → web-components-library}/z-popover.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-range-picker.entry.js +3 -3
- package/dist/{esm → web-components-library}/z-searchbar.entry.js +3 -3
- package/dist/{esm → web-components-library}/z-section-title.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-select.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-skip-to-content.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-slideshow.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-stepper-item.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-stepper.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-table-body.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-table-cell.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-table-empty-box.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-table-expanded-row.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-table-footer.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-table-head.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-table-header-row.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-table-header.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-table-row.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-table-sticky-footer.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-table.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-tag.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-toast-notification-list.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-toast-notification.entry.js +3 -3
- package/dist/{esm → web-components-library}/z-toggle-button.entry.js +1 -1
- package/dist/{esm → web-components-library}/z-toggle-switch.entry.js +2 -2
- package/dist/{esm → web-components-library}/z-tooltip.entry.js +1 -1
- package/dist/{esm/z-body_2.entry.js → web-components-library/z-typography.entry.js} +2 -13
- package/dist/{esm → web-components-library}/z-visually-hidden.entry.js +1 -1
- package/package.json +1 -1
- package/react/components.d.ts +22 -1
- package/react/components.js +25 -3
- package/react/components.js.map +1 -1
- package/src-react/index.ts +1 -0
- package/www/build/_commonjsHelpers-8fe71198.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-b3f2ee8d.js +4 -0
- package/www/build/dom-665d6011.js +73 -0
- package/{dist/cjs/hammer-4f20813e.js → www/build/hammer-782a2043.js} +5 -6
- package/{dist/cjs/icons-9e555ff7.js → www/build/icons-85e529a3.js} +1 -3
- package/{dist/esm/index-a2ca4b97.js → www/build/index-291c96fb.js} +1472 -492
- package/{dist/collection/beans/index.js → www/build/index-968a240f.js} +49 -47
- package/www/build/index.esm.js +9 -1
- package/www/build/shadow-css-b18e99d7.js +387 -0
- package/{dist/collection/utils/utils.js → www/build/utils-b96780be.js} +16 -13
- package/{dist/cjs/utils-8bc9056f.js → www/build/utils-d783f6be.js} +38 -22
- package/www/build/web-components-library.css +1636 -1
- package/www/build/web-components-library.esm.js +129 -1
- package/{dist/cjs/z-alert.cjs.entry.js → www/build/z-alert.entry.js} +4 -8
- package/{dist/cjs/z-anchor-navigation.cjs.entry.js → www/build/z-anchor-navigation.entry.js} +5 -9
- package/www/build/z-app-header.entry.js +129 -0
- package/{dist/cjs/z-app-switcher.cjs.entry.js → www/build/z-app-switcher.entry.js} +7 -11
- package/www/build/z-aria-alert.entry.js +15 -0
- package/{dist/cjs/z-avatar.cjs.entry.js → www/build/z-avatar.entry.js} +10 -14
- package/www/build/z-body.entry.js +14 -0
- package/{dist/cjs/z-button-sort.cjs.entry.js → www/build/z-button-sort.entry.js} +7 -11
- package/{dist/cjs/z-button.cjs.entry.js → www/build/z-button.entry.js} +10 -14
- package/{dist/cjs/z-card.cjs.entry.js → www/build/z-card.entry.js} +17 -21
- package/{dist/cjs/z-carousel.cjs.entry.js → www/build/z-carousel.entry.js} +11 -15
- package/{dist/cjs/z-chip.cjs.entry.js → www/build/z-chip.entry.js} +12 -16
- package/{dist/cjs/z-combobox.cjs.entry.js → www/build/z-combobox.entry.js} +26 -28
- package/{dist/cjs/z-contextual-menu.cjs.entry.js → www/build/z-contextual-menu.entry.js} +7 -11
- package/{dist/cjs/z-cover-hero.cjs.entry.js → www/build/z-cover-hero.entry.js} +12 -16
- package/{dist/cjs/z-date-picker.cjs.entry.js → www/build/z-date-picker.entry.js} +41 -39
- package/{dist/cjs/z-divider.cjs.entry.js → www/build/z-divider.entry.js} +7 -11
- package/www/build/z-dragdrop-area.entry.js +33 -0
- package/{dist/cjs/z-file-upload.cjs.entry.js → www/build/z-file-upload.entry.js} +23 -27
- package/{dist/cjs/z-file.cjs.entry.js → www/build/z-file.entry.js} +9 -13
- package/{dist/cjs/z-ghost-loading.cjs.entry.js → www/build/z-ghost-loading.entry.js} +4 -8
- package/www/build/z-heading.entry.js +14 -0
- package/www/build/z-icon.entry.js +22 -0
- package/{dist/cjs/z-info-box.cjs.entry.js → www/build/z-info-box.entry.js} +5 -9
- package/{dist/cjs/z-info-reveal.cjs.entry.js → www/build/z-info-reveal.entry.js} +7 -11
- package/www/build/z-input-message.entry.js +20 -0
- package/www/build/z-input.entry.js +231 -0
- package/{dist/cjs/z-link.cjs.entry.js → www/build/z-link.entry.js} +8 -12
- package/www/build/z-list-element.entry.js +173 -0
- package/www/build/z-list-group.entry.js +56 -0
- package/www/build/z-list.entry.js +36 -0
- package/{dist/cjs/z-logo.cjs.entry.js → www/build/z-logo.entry.js} +4 -8
- package/{dist/cjs/z-menu-section.cjs.entry.js → www/build/z-menu-section.entry.js} +7 -11
- package/{dist/cjs/z-menu.cjs.entry.js → www/build/z-menu.entry.js} +10 -14
- package/{dist/cjs/z-messages-pocket.cjs.entry.js → www/build/z-messages-pocket.entry.js} +13 -17
- package/www/build/z-modal.entry.js +29 -0
- package/{dist/cjs/z-myz-card-alert.cjs.entry.js → www/build/z-myz-card-alert.entry.js} +8 -12
- 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/{dist/cjs/z-myz-card-footer.cjs.entry.js → www/build/z-myz-card-footer.entry.js} +8 -12
- package/www/build/z-myz-card-header.entry.js +36 -0
- package/{dist/cjs/z-myz-card-icon.cjs.entry.js → www/build/z-myz-card-icon.entry.js} +4 -8
- package/{dist/cjs/z-myz-card-info.cjs.entry.js → www/build/z-myz-card-info.entry.js} +19 -23
- package/{dist/cjs/z-myz-card-list.cjs.entry.js → www/build/z-myz-card-list.entry.js} +7 -11
- package/www/build/z-myz-card.entry.js +42 -0
- package/{dist/cjs/z-myz-list-item.cjs.entry.js → www/build/z-myz-list-item.entry.js} +9 -13
- package/{dist/cjs/z-myz-list.cjs.entry.js → www/build/z-myz-list.entry.js} +5 -9
- package/{dist/cjs/z-navigation-tab-link.cjs.entry.js → www/build/z-navigation-tab-link.entry.js} +12 -16
- package/{dist/cjs/z-navigation-tab.cjs.entry.js → www/build/z-navigation-tab.entry.js} +12 -16
- package/{dist/cjs/z-navigation-tabs.cjs.entry.js → www/build/z-navigation-tabs.entry.js} +13 -17
- package/{dist/cjs/z-notification.cjs.entry.js → www/build/z-notification.entry.js} +6 -10
- package/{dist/cjs/z-offcanvas.cjs.entry.js → www/build/z-offcanvas.entry.js} +12 -16
- package/{dist/cjs/z-otp.cjs.entry.js → www/build/z-otp.entry.js} +7 -11
- package/{dist/cjs/z-pagination.cjs.entry.js → www/build/z-pagination.entry.js} +19 -23
- 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/{dist/cjs/z-popover.cjs.entry.js → www/build/z-popover.entry.js} +29 -33
- package/{dist/cjs/z-range-picker.cjs.entry.js → www/build/z-range-picker.entry.js} +28 -32
- package/{dist/cjs/z-searchbar.cjs.entry.js → www/build/z-searchbar.entry.js} +23 -27
- package/{dist/cjs/z-section-title.cjs.entry.js → www/build/z-section-title.entry.js} +7 -11
- package/{dist/cjs/z-select.cjs.entry.js → www/build/z-select.entry.js} +25 -29
- package/{dist/cjs/z-skip-to-content.cjs.entry.js → www/build/z-skip-to-content.entry.js} +10 -14
- package/{dist/cjs/z-slideshow.cjs.entry.js → www/build/z-slideshow.entry.js} +19 -23
- package/{dist/cjs/z-stepper-item.cjs.entry.js → www/build/z-stepper-item.entry.js} +5 -9
- package/{dist/cjs/z-stepper.cjs.entry.js → www/build/z-stepper.entry.js} +4 -8
- package/{dist/cjs/z-table-body.cjs.entry.js → www/build/z-table-body.entry.js} +5 -9
- package/{dist/cjs/z-table-cell.cjs.entry.js → www/build/z-table-cell.entry.js} +9 -13
- package/{dist/cjs/z-table-empty-box.cjs.entry.js → www/build/z-table-empty-box.entry.js} +6 -10
- package/www/build/z-table-expanded-row.entry.js +15 -0
- package/{dist/cjs/z-table-footer.cjs.entry.js → www/build/z-table-footer.entry.js} +5 -9
- package/{dist/cjs/z-table-head.cjs.entry.js → www/build/z-table-head.entry.js} +5 -9
- package/{dist/cjs/z-table-header-row.cjs.entry.js → www/build/z-table-header-row.entry.js} +5 -9
- package/{dist/cjs/z-table-header.cjs.entry.js → www/build/z-table-header.entry.js} +22 -26
- package/{dist/cjs/z-table-row.cjs.entry.js → www/build/z-table-row.entry.js} +12 -16
- package/{dist/cjs/z-table-sticky-footer.cjs.entry.js → www/build/z-table-sticky-footer.entry.js} +4 -8
- package/{dist/cjs/z-table.cjs.entry.js → www/build/z-table.entry.js} +16 -20
- package/{dist/cjs/z-tag.cjs.entry.js → www/build/z-tag.entry.js} +5 -9
- 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} +30 -34
- package/{dist/cjs/z-toggle-button.cjs.entry.js → www/build/z-toggle-button.entry.js} +6 -10
- package/{dist/cjs/z-toggle-switch.cjs.entry.js → www/build/z-toggle-switch.entry.js} +12 -16
- package/{dist/cjs/z-tooltip.cjs.entry.js → www/build/z-tooltip.entry.js} +6 -10
- package/{dist/cjs/z-body_2.cjs.entry.js → www/build/z-typography.entry.js} +5 -21
- package/{dist/cjs/z-visually-hidden.cjs.entry.js → www/build/z-visually-hidden.entry.js} +4 -8
- package/www/index.html +10 -1
- package/dist/cjs/_commonjsHelpers-537d719a.js +0 -20
- package/dist/cjs/breakpoints-88c4fd6c.js +0 -7
- package/dist/cjs/index-fa110f37.js +0 -311
- package/dist/cjs/index.cjs.js +0 -295
- package/dist/cjs/loader.cjs.js +0 -21
- package/dist/cjs/utils-600bad93.js +0 -100
- package/dist/cjs/web-components-library.cjs.js +0 -19
- package/dist/cjs/z-app-header_2.cjs.entry.js +0 -153
- package/dist/cjs/z-aria-alert.cjs.entry.js +0 -19
- package/dist/cjs/z-dragdrop-area_3.cjs.entry.js +0 -76
- package/dist/cjs/z-input_2.cjs.entry.js +0 -253
- package/dist/cjs/z-list_3.cjs.entry.js +0 -261
- package/dist/cjs/z-myz-card_4.cjs.entry.js +0 -108
- package/dist/cjs/z-panel-elem.cjs.entry.js +0 -30
- package/dist/cjs/z-pocket_3.cjs.entry.js +0 -125
- package/dist/cjs/z-table-expanded-row.cjs.entry.js +0 -19
- package/dist/collection/collection-manifest.json +0 -100
- package/dist/collection/components/buttons/z-button/index.js +0 -241
- package/dist/collection/components/buttons/z-button/styles.css +0 -149
- package/dist/collection/components/buttons/z-button-sort/index.js +0 -220
- package/dist/collection/components/buttons/z-button-sort/styles.css +0 -101
- package/dist/collection/components/buttons/z-chip/index.js +0 -133
- package/dist/collection/components/buttons/z-chip/styles.css +0 -131
- package/dist/collection/components/buttons/z-toggle-button/index.js +0 -126
- package/dist/collection/components/buttons/z-toggle-button/styles.css +0 -62
- package/dist/collection/components/buttons/z-toggle-switch/index.js +0 -144
- package/dist/collection/components/buttons/z-toggle-switch/styles.css +0 -104
- package/dist/collection/components/date-picker/styles.css +0 -565
- package/dist/collection/components/date-picker/utils.js +0 -76
- package/dist/collection/components/date-picker/z-date-picker/index.js +0 -295
- package/dist/collection/components/date-picker/z-range-picker/index.js +0 -499
- package/dist/collection/components/file-upload/z-dragdrop-area/index.js +0 -53
- package/dist/collection/components/file-upload/z-dragdrop-area/styles.css +0 -51
- package/dist/collection/components/file-upload/z-file/index.js +0 -131
- package/dist/collection/components/file-upload/z-file/styles.css +0 -23
- package/dist/collection/components/file-upload/z-file-upload/index.js +0 -363
- package/dist/collection/components/file-upload/z-file-upload/styles.css +0 -84
- package/dist/collection/components/icons/icons.js +0 -747
- package/dist/collection/components/icons/z-icon/index.js +0 -114
- package/dist/collection/components/icons/z-icon/styles.css +0 -14
- package/dist/collection/components/index.js +0 -8
- package/dist/collection/components/indicators/z-stepper/index.js +0 -21
- 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 -114
- package/dist/collection/components/inputs/z-combobox/index.js +0 -525
- package/dist/collection/components/inputs/z-combobox/styles.css +0 -142
- package/dist/collection/components/inputs/z-input/index.js +0 -731
- package/dist/collection/components/inputs/z-input/styles.css +0 -327
- package/dist/collection/components/inputs/z-input-message/index.js +0 -68
- package/dist/collection/components/inputs/z-input-message/styles.css +0 -33
- package/dist/collection/components/inputs/z-searchbar/index.js +0 -516
- package/dist/collection/components/inputs/z-searchbar/styles.css +0 -211
- package/dist/collection/components/inputs/z-select/index.js +0 -633
- package/dist/collection/components/inputs/z-select/styles.css +0 -88
- package/dist/collection/components/list/z-list/index.js +0 -91
- package/dist/collection/components/list/z-list/styles.css +0 -6
- package/dist/collection/components/list/z-list-element/index.js +0 -508
- package/dist/collection/components/list/z-list-element/styles.css +0 -121
- package/dist/collection/components/list/z-list-group/index.js +0 -175
- package/dist/collection/components/list/z-list-group/styles.css +0 -21
- package/dist/collection/components/list/z-toast-notification-list/index.js +0 -105
- package/dist/collection/components/list/z-toast-notification-list/styles.css +0 -100
- package/dist/collection/components/logo/z-logo/index.js +0 -131
- package/dist/collection/components/logo/z-logo/styles.css +0 -29
- package/dist/collection/components/modal/z-modal/index.js +0 -156
- package/dist/collection/components/modal/z-modal/styles.css +0 -179
- package/dist/collection/components/navigation/tabs/navigation-tab.css +0 -136
- package/dist/collection/components/navigation/tabs/z-navigation-tab/index.js +0 -242
- package/dist/collection/components/navigation/tabs/z-navigation-tab-link/index.js +0 -264
- package/dist/collection/components/navigation/tabs/z-navigation-tabs/index.js +0 -200
- package/dist/collection/components/navigation/tabs/z-navigation-tabs/styles.css +0 -104
- package/dist/collection/components/navigation/z-app-header/index.js +0 -306
- package/dist/collection/components/navigation/z-app-header/styles.css +0 -420
- package/dist/collection/components/navigation/z-app-switcher/index.js +0 -79
- package/dist/collection/components/navigation/z-app-switcher/styles.css +0 -23
- package/dist/collection/components/navigation/z-link/index.js +0 -317
- package/dist/collection/components/navigation/z-link/styles.css +0 -167
- package/dist/collection/components/navigation/z-menu/index.js +0 -225
- package/dist/collection/components/navigation/z-menu/styles.css +0 -146
- package/dist/collection/components/navigation/z-menu-section/index.js +0 -116
- package/dist/collection/components/navigation/z-menu-section/styles.css +0 -91
- package/dist/collection/components/notification/z-info-box/index.js +0 -85
- package/dist/collection/components/notification/z-info-box/styles.css +0 -23
- package/dist/collection/components/notification/z-notification/index.js +0 -195
- package/dist/collection/components/notification/z-notification/styles.css +0 -114
- package/dist/collection/components/notification/z-toast-notification/index.js +0 -399
- package/dist/collection/components/notification/z-toast-notification/styles.css +0 -254
- package/dist/collection/components/notification/z-tooltip/index.js +0 -133
- package/dist/collection/components/notification/z-tooltip/styles.css +0 -16
- 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 -68
- package/dist/collection/components/typography/z-heading/index.js +0 -68
- package/dist/collection/components/typography/z-typography/index.js +0 -91
- package/dist/collection/components/typography/z-typography/styles.css +0 -65
- package/dist/collection/components/z-anchor-navigation/index.js +0 -95
- package/dist/collection/components/z-anchor-navigation/styles.css +0 -129
- package/dist/collection/components/z-aria-alert/index.js +0 -39
- package/dist/collection/components/z-avatar/index.js +0 -142
- package/dist/collection/components/z-avatar/styles.css +0 -32
- package/dist/collection/components/z-card/index.js +0 -177
- package/dist/collection/components/z-card/styles.css +0 -206
- package/dist/collection/components/z-carousel/index.js +0 -300
- package/dist/collection/components/z-carousel/styles.css +0 -129
- package/dist/collection/components/z-contextual-menu/index.js +0 -126
- package/dist/collection/components/z-contextual-menu/styles.css +0 -60
- package/dist/collection/components/z-cover-hero/index.js +0 -103
- package/dist/collection/components/z-cover-hero/styles.css +0 -78
- package/dist/collection/components/z-divider/index.js +0 -95
- package/dist/collection/components/z-divider/styles.css +0 -37
- package/dist/collection/components/z-ghost-loading/index.js +0 -18
- package/dist/collection/components/z-ghost-loading/styles.css +0 -34
- package/dist/collection/components/z-info-reveal/index.js +0 -147
- package/dist/collection/components/z-info-reveal/styles.css +0 -103
- package/dist/collection/components/z-offcanvas/index.js +0 -162
- package/dist/collection/components/z-offcanvas/styles.css +0 -191
- package/dist/collection/components/z-pagination/index.js +0 -435
- package/dist/collection/components/z-pagination/styles.css +0 -199
- package/dist/collection/components/z-popover/index.js +0 -512
- package/dist/collection/components/z-popover/styles.css +0 -147
- package/dist/collection/components/z-section-title/index.js +0 -88
- package/dist/collection/components/z-section-title/styles.css +0 -44
- package/dist/collection/components/z-skip-to-content/index.js +0 -139
- package/dist/collection/components/z-skip-to-content/styles.css +0 -80
- package/dist/collection/components/z-table/z-table/index.js +0 -352
- package/dist/collection/components/z-table/z-table/styles.css +0 -115
- package/dist/collection/components/z-table/z-table-body/index.js +0 -23
- package/dist/collection/components/z-table/z-table-body/styles.css +0 -9
- package/dist/collection/components/z-table/z-table-cell/index.js +0 -86
- package/dist/collection/components/z-table/z-table-cell/styles.css +0 -58
- package/dist/collection/components/z-table/z-table-empty-box/index.js +0 -72
- package/dist/collection/components/z-table/z-table-empty-box/styles.css +0 -38
- package/dist/collection/components/z-table/z-table-expanded-row/index.js +0 -39
- package/dist/collection/components/z-table/z-table-expanded-row/styles.css +0 -9
- package/dist/collection/components/z-table/z-table-footer/index.js +0 -22
- package/dist/collection/components/z-table/z-table-footer/styles.css +0 -5
- package/dist/collection/components/z-table/z-table-head/index.js +0 -22
- package/dist/collection/components/z-table/z-table-head/styles.css +0 -5
- package/dist/collection/components/z-table/z-table-header/index.js +0 -238
- package/dist/collection/components/z-table/z-table-header/styles.css +0 -71
- package/dist/collection/components/z-table/z-table-header-row/index.js +0 -41
- package/dist/collection/components/z-table/z-table-header-row/styles.css +0 -13
- package/dist/collection/components/z-table/z-table-row/index.js +0 -92
- package/dist/collection/components/z-table/z-table-row/styles.css +0 -45
- package/dist/collection/components/z-table/z-table-sticky-footer/index.js +0 -21
- package/dist/collection/components/z-table/z-table-sticky-footer/styles.css +0 -11
- package/dist/collection/components/z-tag/index.js +0 -65
- package/dist/collection/components/z-tag/styles.css +0 -46
- package/dist/collection/components/z-visually-hidden/index.js +0 -18
- 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 -7
- package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +0 -129
- package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +0 -44
- package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +0 -151
- 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 -22
- 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 -93
- 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 -72
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +0 -207
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +0 -182
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +0 -22
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +0 -20
- package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +0 -109
- package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +0 -47
- package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +0 -81
- package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +0 -69
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +0 -199
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +0 -93
- package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +0 -60
- 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 -78
- 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 -192
- package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +0 -47
- package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +0 -120
- package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +0 -102
- package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +0 -191
- package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +0 -44
- package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +0 -84
- package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +0 -41
- package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +0 -93
- package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +0 -27
- package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +0 -22
- package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +0 -44
- package/dist/collection/snowflakes/myz/z-alert/index.js +0 -47
- package/dist/collection/snowflakes/myz/z-alert/styles.css +0 -28
- package/dist/collection/snowflakes/myz/z-otp/index.js +0 -120
- package/dist/collection/snowflakes/myz/z-otp/styles.css +0 -47
- package/dist/collection/snowflakes/myz/z-slideshow/index.js +0 -180
- package/dist/collection/snowflakes/myz/z-slideshow/styles.css +0 -127
- package/dist/collection/utils/storybook-utils.js +0 -51
- package/dist/esm/_commonjsHelpers-9943807e.js +0 -17
- 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-app-header_2.entry.js +0 -148
- package/dist/esm/z-input_2.entry.js +0 -248
- package/dist/esm/z-list_3.entry.js +0 -255
- package/dist/esm/z-myz-card_4.entry.js +0 -101
- package/dist/esm/z-pocket_3.entry.js +0 -119
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/web-components-library/p-009c9f67.entry.js +0 -1
- package/dist/web-components-library/p-01f001fd.entry.js +0 -1
- package/dist/web-components-library/p-05ced71c.entry.js +0 -1
- package/dist/web-components-library/p-074ea569.entry.js +0 -1
- package/dist/web-components-library/p-07e18572.entry.js +0 -1
- package/dist/web-components-library/p-0843b0e7.entry.js +0 -1
- package/dist/web-components-library/p-0fa4b50b.entry.js +0 -1
- package/dist/web-components-library/p-112455b1.js +0 -1
- package/dist/web-components-library/p-1d66b265.entry.js +0 -1
- package/dist/web-components-library/p-214b6cee.entry.js +0 -1
- package/dist/web-components-library/p-26033729.entry.js +0 -1
- package/dist/web-components-library/p-26f834e5.entry.js +0 -1
- package/dist/web-components-library/p-2acd6a51.entry.js +0 -1
- package/dist/web-components-library/p-2d1b6c3c.entry.js +0 -1
- package/dist/web-components-library/p-2efedcf4.entry.js +0 -1
- package/dist/web-components-library/p-32509af7.entry.js +0 -1
- package/dist/web-components-library/p-33352f9e.entry.js +0 -1
- package/dist/web-components-library/p-344e7ae7.entry.js +0 -1
- package/dist/web-components-library/p-34c26207.entry.js +0 -1
- package/dist/web-components-library/p-37e050bd.entry.js +0 -1
- package/dist/web-components-library/p-38a3cf3b.entry.js +0 -1
- package/dist/web-components-library/p-3a468aa9.entry.js +0 -1
- package/dist/web-components-library/p-3be171d0.entry.js +0 -1
- package/dist/web-components-library/p-3eb60c95.entry.js +0 -1
- package/dist/web-components-library/p-3f55dce6.entry.js +0 -1
- package/dist/web-components-library/p-4423b00c.entry.js +0 -1
- package/dist/web-components-library/p-475ca461.entry.js +0 -1
- package/dist/web-components-library/p-51e308ca.entry.js +0 -1
- package/dist/web-components-library/p-53065788.entry.js +0 -1
- package/dist/web-components-library/p-540c7d73.entry.js +0 -1
- package/dist/web-components-library/p-5624a127.entry.js +0 -1
- package/dist/web-components-library/p-56d2b76d.entry.js +0 -1
- package/dist/web-components-library/p-59cfee8d.entry.js +0 -1
- package/dist/web-components-library/p-5c62387a.entry.js +0 -1
- package/dist/web-components-library/p-5dd9a2c6.entry.js +0 -1
- package/dist/web-components-library/p-61424b8a.entry.js +0 -1
- package/dist/web-components-library/p-6289c4bd.entry.js +0 -1
- package/dist/web-components-library/p-6b1a5309.entry.js +0 -1
- package/dist/web-components-library/p-6c163539.entry.js +0 -1
- package/dist/web-components-library/p-735bdfa3.entry.js +0 -1
- package/dist/web-components-library/p-73c91de3.entry.js +0 -1
- package/dist/web-components-library/p-7b3b99ee.entry.js +0 -1
- package/dist/web-components-library/p-7ea553e9.entry.js +0 -1
- package/dist/web-components-library/p-810bd730.entry.js +0 -1
- package/dist/web-components-library/p-8b15b30c.entry.js +0 -1
- package/dist/web-components-library/p-8c105bd1.entry.js +0 -1
- package/dist/web-components-library/p-8ebe4adf.js +0 -1
- package/dist/web-components-library/p-91a74348.entry.js +0 -1
- package/dist/web-components-library/p-93142fac.entry.js +0 -1
- package/dist/web-components-library/p-95b8f109.entry.js +0 -1
- package/dist/web-components-library/p-9c28b8fc.entry.js +0 -1
- package/dist/web-components-library/p-9c338aeb.entry.js +0 -1
- package/dist/web-components-library/p-9d03a7d6.entry.js +0 -1
- package/dist/web-components-library/p-9d57a84c.entry.js +0 -1
- package/dist/web-components-library/p-9f543b6a.entry.js +0 -1
- package/dist/web-components-library/p-a05ce0a6.entry.js +0 -1
- package/dist/web-components-library/p-a0e2715e.entry.js +0 -1
- package/dist/web-components-library/p-a23e9115.js +0 -1
- package/dist/web-components-library/p-a6c0f149.entry.js +0 -1
- package/dist/web-components-library/p-a79d1412.entry.js +0 -1
- package/dist/web-components-library/p-a82ea410.entry.js +0 -1
- package/dist/web-components-library/p-ae6197f4.entry.js +0 -1
- package/dist/web-components-library/p-ae79573a.entry.js +0 -1
- package/dist/web-components-library/p-af4d1987.entry.js +0 -1
- package/dist/web-components-library/p-b33f5e6a.entry.js +0 -1
- package/dist/web-components-library/p-b3c29822.js +0 -1
- package/dist/web-components-library/p-b6f36170.entry.js +0 -16
- package/dist/web-components-library/p-bb0fe7bc.entry.js +0 -1
- package/dist/web-components-library/p-bdefe224.entry.js +0 -1
- package/dist/web-components-library/p-beba3e67.entry.js +0 -1
- package/dist/web-components-library/p-c4417a91.entry.js +0 -1
- package/dist/web-components-library/p-ce83ce18.entry.js +0 -1
- package/dist/web-components-library/p-d17ebc2f.js +0 -2
- package/dist/web-components-library/p-d2127d84.entry.js +0 -1
- package/dist/web-components-library/p-d69e14fb.js +0 -1
- package/dist/web-components-library/p-de55c171.entry.js +0 -1
- package/dist/web-components-library/p-e40b16fa.entry.js +0 -1
- package/dist/web-components-library/p-e43e61ac.js +0 -7
- package/dist/web-components-library/p-eaa4eba8.entry.js +0 -1
- package/dist/web-components-library/p-ede9fbf5.entry.js +0 -1
- package/dist/web-components-library/p-f0653e72.entry.js +0 -1
- package/dist/web-components-library/p-f158d205.entry.js +0 -1
- package/dist/web-components-library/p-f425f188.js +0 -1
- package/dist/web-components-library/p-f54f63e1.entry.js +0 -1
- package/dist/web-components-library/p-f95cc914.entry.js +0 -1
- package/www/build/p-009c9f67.entry.js +0 -1
- package/www/build/p-01f001fd.entry.js +0 -1
- package/www/build/p-05ced71c.entry.js +0 -1
- package/www/build/p-074ea569.entry.js +0 -1
- package/www/build/p-07e18572.entry.js +0 -1
- package/www/build/p-0843b0e7.entry.js +0 -1
- package/www/build/p-0fa4b50b.entry.js +0 -1
- package/www/build/p-112455b1.js +0 -1
- package/www/build/p-1d66b265.entry.js +0 -1
- package/www/build/p-214b6cee.entry.js +0 -1
- package/www/build/p-26033729.entry.js +0 -1
- package/www/build/p-26f834e5.entry.js +0 -1
- package/www/build/p-275801c6.css +0 -1
- package/www/build/p-2acd6a51.entry.js +0 -1
- package/www/build/p-2d1b6c3c.entry.js +0 -1
- package/www/build/p-2efedcf4.entry.js +0 -1
- package/www/build/p-32509af7.entry.js +0 -1
- package/www/build/p-33352f9e.entry.js +0 -1
- package/www/build/p-344e7ae7.entry.js +0 -1
- package/www/build/p-34c26207.entry.js +0 -1
- package/www/build/p-35ae6f4d.js +0 -1
- package/www/build/p-37e050bd.entry.js +0 -1
- package/www/build/p-38a3cf3b.entry.js +0 -1
- package/www/build/p-3a468aa9.entry.js +0 -1
- package/www/build/p-3be171d0.entry.js +0 -1
- package/www/build/p-3eb60c95.entry.js +0 -1
- package/www/build/p-3f55dce6.entry.js +0 -1
- package/www/build/p-4423b00c.entry.js +0 -1
- package/www/build/p-475ca461.entry.js +0 -1
- package/www/build/p-51e308ca.entry.js +0 -1
- package/www/build/p-53065788.entry.js +0 -1
- package/www/build/p-540c7d73.entry.js +0 -1
- package/www/build/p-5624a127.entry.js +0 -1
- package/www/build/p-56d2b76d.entry.js +0 -1
- package/www/build/p-59cfee8d.entry.js +0 -1
- package/www/build/p-5c62387a.entry.js +0 -1
- package/www/build/p-5dd9a2c6.entry.js +0 -1
- package/www/build/p-61424b8a.entry.js +0 -1
- package/www/build/p-6289c4bd.entry.js +0 -1
- package/www/build/p-6b1a5309.entry.js +0 -1
- package/www/build/p-6c163539.entry.js +0 -1
- package/www/build/p-735bdfa3.entry.js +0 -1
- package/www/build/p-73c91de3.entry.js +0 -1
- package/www/build/p-7b3b99ee.entry.js +0 -1
- package/www/build/p-7ea553e9.entry.js +0 -1
- package/www/build/p-810bd730.entry.js +0 -1
- package/www/build/p-8b15b30c.entry.js +0 -1
- package/www/build/p-8c105bd1.entry.js +0 -1
- package/www/build/p-8ebe4adf.js +0 -1
- package/www/build/p-91a74348.entry.js +0 -1
- package/www/build/p-93142fac.entry.js +0 -1
- package/www/build/p-95b8f109.entry.js +0 -1
- package/www/build/p-9c28b8fc.entry.js +0 -1
- package/www/build/p-9c338aeb.entry.js +0 -1
- package/www/build/p-9d03a7d6.entry.js +0 -1
- package/www/build/p-9d57a84c.entry.js +0 -1
- package/www/build/p-9f543b6a.entry.js +0 -1
- package/www/build/p-a05ce0a6.entry.js +0 -1
- package/www/build/p-a0e2715e.entry.js +0 -1
- package/www/build/p-a23e9115.js +0 -1
- package/www/build/p-a6c0f149.entry.js +0 -1
- package/www/build/p-a79d1412.entry.js +0 -1
- package/www/build/p-a82ea410.entry.js +0 -1
- package/www/build/p-ae6197f4.entry.js +0 -1
- package/www/build/p-ae79573a.entry.js +0 -1
- package/www/build/p-af4d1987.entry.js +0 -1
- package/www/build/p-b33f5e6a.entry.js +0 -1
- package/www/build/p-b3c29822.js +0 -1
- package/www/build/p-b6f36170.entry.js +0 -16
- package/www/build/p-bb0fe7bc.entry.js +0 -1
- package/www/build/p-bdefe224.entry.js +0 -1
- package/www/build/p-beba3e67.entry.js +0 -1
- package/www/build/p-c4417a91.entry.js +0 -1
- package/www/build/p-ce83ce18.entry.js +0 -1
- package/www/build/p-d17ebc2f.js +0 -2
- package/www/build/p-d2127d84.entry.js +0 -1
- package/www/build/p-d69e14fb.js +0 -1
- package/www/build/p-de55c171.entry.js +0 -1
- package/www/build/p-e40b16fa.entry.js +0 -1
- package/www/build/p-e43e61ac.js +0 -7
- package/www/build/p-eaa4eba8.entry.js +0 -1
- package/www/build/p-ede9fbf5.entry.js +0 -1
- package/www/build/p-f0653e72.entry.js +0 -1
- package/www/build/p-f158d205.entry.js +0 -1
- package/www/build/p-f425f188.js +0 -1
- package/www/build/p-f54f63e1.entry.js +0 -1
- package/www/build/p-f95cc914.entry.js +0 -1
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import{c as t}from"./p-112455b1.js";var i=t((function(t){
|
|
2
|
-
/*! Hammer.JS - v2.0.7 - 2016-04-22
|
|
3
|
-
* http://hammerjs.github.io/
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2016 Jorik Tangelder;
|
|
6
|
-
* Licensed under the MIT license */
|
|
7
|
-
!function(i,n,r,s){var e,h=["","webkit","Moz","MS","ms","o"],o=n.createElement("div"),u=Math.round,c=Math.abs,f=Date.now;function a(t,i,n){return setTimeout(E(t,n),i)}function v(t,i,n){return!!Array.isArray(t)&&(l(t,n[i],n),!0)}function l(t,i,n){var r;if(t)if(t.forEach)t.forEach(i,n);else if(t.length!==s)for(r=0;r<t.length;)i.call(n,t[r],r,t),r++;else for(r in t)t.hasOwnProperty(r)&&i.call(n,t[r],r,t)}function p(t,n,r){var s="DEPRECATED METHOD: "+n+"\n"+r+" AT \n";return function(){var n=new Error("get-stack-trace"),r=n&&n.stack?n.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",e=i.console&&(i.console.warn||i.console.log);return e&&e.call(i.console,s,r),t.apply(this,arguments)}}e="function"!=typeof Object.assign?function(t){if(t===s||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var i=Object(t),n=1;n<arguments.length;n++){var r=arguments[n];if(r!==s&&null!==r)for(var e in r)r.hasOwnProperty(e)&&(i[e]=r[e])}return i}:Object.assign;var d=p((function(t,i,n){for(var r=Object.keys(i),e=0;e<r.length;)(!n||n&&t[r[e]]===s)&&(t[r[e]]=i[r[e]]),e++;return t}),"extend","Use `assign`."),T=p((function(t,i){return d(t,i,!0)}),"merge","Use `assign`.");function m(t,i,n){var r,s=i.prototype;(r=t.prototype=Object.create(s)).constructor=t,r._super=s,n&&e(r,n)}function E(t,i){return function(){return t.apply(i,arguments)}}function g(t,i){return"function"==typeof t?t.apply(i&&i[0]||s,i):t}function I(t,i){return t===s?i:t}function A(t,i,n){l(N(i),(function(i){t.addEventListener(i,n,!1)}))}function y(t,i,n){l(N(i),(function(i){t.removeEventListener(i,n,!1)}))}function D(t,i){for(;t;){if(t==i)return!0;t=t.parentNode}return!1}function M(t,i){return t.indexOf(i)>-1}function N(t){return t.trim().split(/\s+/g)}function R(t,i,n){if(t.indexOf&&!n)return t.indexOf(i);for(var r=0;r<t.length;){if(n&&t[r][n]==i||!n&&t[r]===i)return r;r++}return-1}function w(t){return Array.prototype.slice.call(t,0)}function O(t,i,n){for(var r=[],s=[],e=0;e<t.length;){var h=i?t[e][i]:t[e];R(s,h)<0&&r.push(t[e]),s[e]=h,e++}return n&&(r=i?r.sort((function(t,n){return t[i]>n[i]})):r.sort()),r}function S(t,i){for(var n,r,e=i[0].toUpperCase()+i.slice(1),o=0;o<h.length;){if((r=(n=h[o])?n+e:i)in t)return r;o++}return s}var C=1;function P(t){var n=t.ownerDocument||t;return n.defaultView||n.parentWindow||i}var _="ontouchstart"in i,b=S(i,"PointerEvent")!==s,x=_&&/mobile|tablet|ip(ad|hone|od)|android/i.test(navigator.userAgent),z="touch",L="mouse",U=["x","y"],j=["clientX","clientY"];function F(t,i){var n=this;this.manager=t,this.callback=i,this.element=t.element,this.target=t.options.inputTarget,this.domHandler=function(i){g(t.options.enable,[t])&&n.handler(i)},this.init()}function W(t,i,n){var r=n.pointers.length,e=n.changedPointers.length,h=1&i&&r-e==0,o=12&i&&r-e==0;n.isFirst=!!h,n.isFinal=!!o,h&&(t.session={}),n.eventType=i,function(t,i){var n=t.session,r=i.pointers,e=r.length;n.firstInput||(n.firstInput=k(i)),e>1&&!n.firstMultiple?n.firstMultiple=k(i):1===e&&(n.firstMultiple=!1);var h=n.firstInput,o=n.firstMultiple,u=o?o.center:h.center,a=i.center=q(r);i.timeStamp=f(),i.deltaTime=i.timeStamp-h.timeStamp,i.angle=Y(u,a),i.distance=X(u,a),function(t,i){var n=i.center,r=t.offsetDelta||{},s=t.prevDelta||{},e=t.prevInput||{};1!==i.eventType&&4!==e.eventType||(s=t.prevDelta={x:e.deltaX||0,y:e.deltaY||0},r=t.offsetDelta={x:n.x,y:n.y}),i.deltaX=s.x+(n.x-r.x),i.deltaY=s.y+(n.y-r.y)}(n,i),i.offsetDirection=G(i.deltaX,i.deltaY);var v,l,p=H(i.deltaTime,i.deltaX,i.deltaY);i.overallVelocityX=p.x,i.overallVelocityY=p.y,i.overallVelocity=c(p.x)>c(p.y)?p.x:p.y,i.scale=o?(v=o.pointers,X((l=r)[0],l[1],j)/X(v[0],v[1],j)):1,i.rotation=o?function(t,i){return Y(i[1],i[0],j)+Y(t[1],t[0],j)}(o.pointers,r):0,i.maxPointers=n.prevInput?i.pointers.length>n.prevInput.maxPointers?i.pointers.length:n.prevInput.maxPointers:i.pointers.length,function(t,i){var n,r,e,h,o=t.lastInterval||i,u=i.timeStamp-o.timeStamp;if(8!=i.eventType&&(u>25||o.velocity===s)){var f=i.deltaX-o.deltaX,a=i.deltaY-o.deltaY,v=H(u,f,a);r=v.x,e=v.y,n=c(v.x)>c(v.y)?v.x:v.y,h=G(f,a),t.lastInterval=i}else n=o.velocity,r=o.velocityX,e=o.velocityY,h=o.direction;i.velocity=n,i.velocityX=r,i.velocityY=e,i.direction=h}(n,i);var d=t.element;D(i.srcEvent.target,d)&&(d=i.srcEvent.target),i.target=d}(t,n),t.emit("hammer.input",n),t.recognize(n),t.session.prevInput=n}function k(t){for(var i=[],n=0;n<t.pointers.length;)i[n]={clientX:u(t.pointers[n].clientX),clientY:u(t.pointers[n].clientY)},n++;return{timeStamp:f(),pointers:i,center:q(i),deltaX:t.deltaX,deltaY:t.deltaY}}function q(t){var i=t.length;if(1===i)return{x:u(t[0].clientX),y:u(t[0].clientY)};for(var n=0,r=0,s=0;s<i;)n+=t[s].clientX,r+=t[s].clientY,s++;return{x:u(n/i),y:u(r/i)}}function H(t,i,n){return{x:i/t||0,y:n/t||0}}function G(t,i){return t===i?1:c(t)>=c(i)?t<0?2:4:i<0?8:16}function X(t,i,n){n||(n=U);var r=i[n[0]]-t[n[0]],s=i[n[1]]-t[n[1]];return Math.sqrt(r*r+s*s)}function Y(t,i,n){return n||(n=U),180*Math.atan2(i[n[1]]-t[n[1]],i[n[0]]-t[n[0]])/Math.PI}F.prototype={handler:function(){},init:function(){this.evEl&&A(this.element,this.evEl,this.domHandler),this.evTarget&&A(this.target,this.evTarget,this.domHandler),this.evWin&&A(P(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&y(this.element,this.evEl,this.domHandler),this.evTarget&&y(this.target,this.evTarget,this.domHandler),this.evWin&&y(P(this.element),this.evWin,this.domHandler)}};var Z={mousedown:1,mousemove:2,mouseup:4},B="mousedown",V="mousemove mouseup";function $(){this.evEl=B,this.evWin=V,this.pressed=!1,F.apply(this,arguments)}m($,F,{handler:function(t){var i=Z[t.type];1&i&&0===t.button&&(this.pressed=!0),2&i&&1!==t.which&&(i=4),this.pressed&&(4&i&&(this.pressed=!1),this.callback(this.manager,i,{pointers:[t],changedPointers:[t],pointerType:L,srcEvent:t}))}});var J={pointerdown:1,pointermove:2,pointerup:4,pointercancel:8,pointerout:8},K={2:z,3:"pen",4:L,5:"kinect"},Q="pointerdown",tt="pointermove pointerup pointercancel";function it(){this.evEl=Q,this.evWin=tt,F.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}i.MSPointerEvent&&!i.PointerEvent&&(Q="MSPointerDown",tt="MSPointerMove MSPointerUp MSPointerCancel"),m(it,F,{handler:function(t){var i=this.store,n=!1,r=t.type.toLowerCase().replace("ms",""),s=J[r],e=K[t.pointerType]||t.pointerType,h=e==z,o=R(i,t.pointerId,"pointerId");1&s&&(0===t.button||h)?o<0&&(i.push(t),o=i.length-1):12&s&&(n=!0),o<0||(i[o]=t,this.callback(this.manager,s,{pointers:i,changedPointers:[t],pointerType:e,srcEvent:t}),n&&i.splice(o,1))}});var nt={touchstart:1,touchmove:2,touchend:4,touchcancel:8},rt="touchstart",st="touchstart touchmove touchend touchcancel";function et(){this.evTarget=rt,this.evWin=st,this.started=!1,F.apply(this,arguments)}function ht(t,i){var n=w(t.touches),r=w(t.changedTouches);return 12&i&&(n=O(n.concat(r),"identifier",!0)),[n,r]}m(et,F,{handler:function(t){var i=nt[t.type];if(1===i&&(this.started=!0),this.started){var n=ht.call(this,t,i);12&i&&n[0].length-n[1].length==0&&(this.started=!1),this.callback(this.manager,i,{pointers:n[0],changedPointers:n[1],pointerType:z,srcEvent:t})}}});var ot={touchstart:1,touchmove:2,touchend:4,touchcancel:8},ut="touchstart touchmove touchend touchcancel";function ct(){this.evTarget=ut,this.targetIds={},F.apply(this,arguments)}function ft(t,i){var n=w(t.touches),r=this.targetIds;if(3&i&&1===n.length)return r[n[0].identifier]=!0,[n,n];var s,e,h=w(t.changedTouches),o=[],u=this.target;if(e=n.filter((function(t){return D(t.target,u)})),1===i)for(s=0;s<e.length;)r[e[s].identifier]=!0,s++;for(s=0;s<h.length;)r[h[s].identifier]&&o.push(h[s]),12&i&&delete r[h[s].identifier],s++;return o.length?[O(e.concat(o),"identifier",!0),o]:void 0}function at(){F.apply(this,arguments);var t=E(this.handler,this);this.touch=new ct(this.manager,t),this.mouse=new $(this.manager,t),this.primaryTouch=null,this.lastTouches=[]}function vt(t,i){1&t?(this.primaryTouch=i.changedPointers[0].identifier,lt.call(this,i)):12&t&<.call(this,i)}function lt(t){var i=t.changedPointers[0];if(i.identifier===this.primaryTouch){var n={x:i.clientX,y:i.clientY};this.lastTouches.push(n);var r=this.lastTouches;setTimeout((function(){var t=r.indexOf(n);t>-1&&r.splice(t,1)}),2500)}}function pt(t){for(var i=t.srcEvent.clientX,n=t.srcEvent.clientY,r=0;r<this.lastTouches.length;r++){var s=this.lastTouches[r],e=Math.abs(i-s.x),h=Math.abs(n-s.y);if(e<=25&&h<=25)return!0}return!1}m(ct,F,{handler:function(t){var i=ot[t.type],n=ft.call(this,t,i);n&&this.callback(this.manager,i,{pointers:n[0],changedPointers:n[1],pointerType:z,srcEvent:t})}}),m(at,F,{handler:function(t,i,n){var r=n.pointerType==L;if(!(r&&n.sourceCapabilities&&n.sourceCapabilities.firesTouchEvents)){if(n.pointerType==z)vt.call(this,i,n);else if(r&&pt.call(this,n))return;this.callback(t,i,n)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var dt=S(o.style,"touchAction"),Tt=dt!==s,mt="compute",Et="auto",gt="manipulation",It="none",At="pan-x",yt="pan-y",Dt=function(){if(!Tt)return!1;var t={},n=i.CSS&&i.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach((function(r){t[r]=!n||i.CSS.supports("touch-action",r)})),t}();function Mt(t,i){this.manager=t,this.set(i)}Mt.prototype={set:function(t){t==mt&&(t=this.compute()),Tt&&this.manager.element.style&&Dt[t]&&(this.manager.element.style[dt]=t),this.actions=t.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var t=[];return l(this.manager.recognizers,(function(i){g(i.options.enable,[i])&&(t=t.concat(i.getTouchAction()))})),function(t){if(M(t,It))return It;var i=M(t,At),n=M(t,yt);return i&&n?It:i||n?i?At:yt:M(t,gt)?gt:Et}(t.join(" "))},preventDefaults:function(t){var i=t.srcEvent,n=t.offsetDirection;if(this.manager.session.prevented)i.preventDefault();else{var r=this.actions,s=M(r,It)&&!Dt.none,e=M(r,yt)&&!Dt["pan-y"],h=M(r,At)&&!Dt["pan-x"];if(s&&1===t.pointers.length&&t.distance<2&&t.deltaTime<250)return;if(!h||!e)return s||e&&6&n||h&&24&n?this.preventSrc(i):void 0}},preventSrc:function(t){this.manager.session.prevented=!0,t.preventDefault()}};var Nt=32;function Rt(t){this.options=e({},this.defaults,t||{}),this.id=C++,this.manager=null,this.options.enable=I(this.options.enable,!0),this.state=1,this.simultaneous={},this.requireFail=[]}function wt(t){return 16&t?"cancel":8&t?"end":4&t?"move":2&t?"start":""}function Ot(t){return 16==t?"down":8==t?"up":2==t?"left":4==t?"right":""}function St(t,i){var n=i.manager;return n?n.get(t):t}function Ct(){Rt.apply(this,arguments)}function Pt(){Ct.apply(this,arguments),this.pX=null,this.pY=null}function _t(){Ct.apply(this,arguments)}function bt(){Rt.apply(this,arguments),this._timer=null,this._input=null}function xt(){Ct.apply(this,arguments)}function zt(){Ct.apply(this,arguments)}function Lt(){Rt.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function Ut(t,i){return(i=i||{}).recognizers=I(i.recognizers,Ut.defaults.preset),new jt(t,i)}function jt(t,i){this.options=e({},Ut.defaults,i||{}),this.options.inputTarget=this.options.inputTarget||t,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=t,this.input=new(this.options.inputClass||(b?it:x?ct:_?at:$))(this,W),this.touchAction=new Mt(this,this.options.touchAction),Ft(this,!0),l(this.options.recognizers,(function(t){var i=this.add(new t[0](t[1]));t[2]&&i.recognizeWith(t[2]),t[3]&&i.requireFailure(t[3])}),this)}function Ft(t,i){var n,r=t.element;r.style&&(l(t.options.cssProps,(function(s,e){n=S(r.style,e),i?(t.oldCssProps[n]=r.style[n],r.style[n]=s):r.style[n]=t.oldCssProps[n]||""})),i||(t.oldCssProps={}))}Rt.prototype={defaults:{},set:function(t){return e(this.options,t),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(t){if(v(t,"recognizeWith",this))return this;var i=this.simultaneous;return i[(t=St(t,this)).id]||(i[t.id]=t,t.recognizeWith(this)),this},dropRecognizeWith:function(t){return v(t,"dropRecognizeWith",this)||(t=St(t,this),delete this.simultaneous[t.id]),this},requireFailure:function(t){if(v(t,"requireFailure",this))return this;var i=this.requireFail;return-1===R(i,t=St(t,this))&&(i.push(t),t.requireFailure(this)),this},dropRequireFailure:function(t){if(v(t,"dropRequireFailure",this))return this;t=St(t,this);var i=R(this.requireFail,t);return i>-1&&this.requireFail.splice(i,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){var i=this,n=this.state;function r(n){i.manager.emit(n,t)}n<8&&r(i.options.event+wt(n)),r(i.options.event),t.additionalEvent&&r(t.additionalEvent),n>=8&&r(i.options.event+wt(n))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=Nt},canEmit:function(){for(var t=0;t<this.requireFail.length;){if(!(33&this.requireFail[t].state))return!1;t++}return!0},recognize:function(t){var i=e({},t);if(!g(this.options.enable,[this,i]))return this.reset(),void(this.state=Nt);56&this.state&&(this.state=1),this.state=this.process(i),30&this.state&&this.tryEmit(i)},process:function(){},getTouchAction:function(){},reset:function(){}},m(Ct,Rt,{defaults:{pointers:1},attrTest:function(t){var i=this.options.pointers;return 0===i||t.pointers.length===i},process:function(t){var i=this.state,n=t.eventType,r=6&i,s=this.attrTest(t);return r&&(8&n||!s)?16|i:r||s?4&n?8|i:2&i?4|i:2:Nt}}),m(Pt,Ct,{defaults:{event:"pan",threshold:10,pointers:1,direction:30},getTouchAction:function(){var t=this.options.direction,i=[];return 6&t&&i.push(yt),24&t&&i.push(At),i},directionTest:function(t){var i=this.options,n=!0,r=t.distance,s=t.direction,e=t.deltaX,h=t.deltaY;return s&i.direction||(6&i.direction?(s=0===e?1:e<0?2:4,n=e!=this.pX,r=Math.abs(t.deltaX)):(s=0===h?1:h<0?8:16,n=h!=this.pY,r=Math.abs(t.deltaY))),t.direction=s,n&&r>i.threshold&&s&i.direction},attrTest:function(t){return Ct.prototype.attrTest.call(this,t)&&(2&this.state||!(2&this.state)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var i=Ot(t.direction);i&&(t.additionalEvent=this.options.event+i),this._super.emit.call(this,t)}}),m(_t,Ct,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[It]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||2&this.state)},emit:function(t){1!==t.scale&&(t.additionalEvent=this.options.event+(t.scale<1?"in":"out")),this._super.emit.call(this,t)}}),m(bt,Rt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[Et]},process:function(t){var i=this.options,n=t.pointers.length===i.pointers,r=t.distance<i.threshold,s=t.deltaTime>i.time;if(this._input=t,!r||!n||12&t.eventType&&!s)this.reset();else if(1&t.eventType)this.reset(),this._timer=a((function(){this.state=8,this.tryEmit()}),i.time,this);else if(4&t.eventType)return 8;return Nt},reset:function(){clearTimeout(this._timer)},emit:function(t){8===this.state&&(t&&4&t.eventType?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=f(),this.manager.emit(this.options.event,this._input)))}}),m(xt,Ct,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[It]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||2&this.state)}}),m(zt,Ct,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:30,pointers:1},getTouchAction:function(){return Pt.prototype.getTouchAction.call(this)},attrTest:function(t){var i,n=this.options.direction;return 30&n?i=t.overallVelocity:6&n?i=t.overallVelocityX:24&n&&(i=t.overallVelocityY),this._super.attrTest.call(this,t)&&n&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&c(i)>this.options.velocity&&4&t.eventType},emit:function(t){var i=Ot(t.offsetDirection);i&&this.manager.emit(this.options.event+i,t),this.manager.emit(this.options.event,t)}}),m(Lt,Rt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[gt]},process:function(t){var i=this.options,n=t.pointers.length===i.pointers,r=t.distance<i.threshold,s=t.deltaTime<i.time;if(this.reset(),1&t.eventType&&0===this.count)return this.failTimeout();if(r&&s&&n){if(4!=t.eventType)return this.failTimeout();var e=!this.pTime||t.timeStamp-this.pTime<i.interval,h=!this.pCenter||X(this.pCenter,t.center)<i.posThreshold;if(this.pTime=t.timeStamp,this.pCenter=t.center,h&&e?this.count+=1:this.count=1,this._input=t,0==this.count%i.taps)return this.hasRequireFailures()?(this._timer=a((function(){this.state=8,this.tryEmit()}),i.interval,this),2):8}return Nt},failTimeout:function(){return this._timer=a((function(){this.state=Nt}),this.options.interval,this),Nt},reset:function(){clearTimeout(this._timer)},emit:function(){8==this.state&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),Ut.VERSION="2.0.7",Ut.defaults={domEvents:!1,touchAction:mt,enable:!0,inputTarget:null,inputClass:null,preset:[[xt,{enable:!1}],[_t,{enable:!1},["rotate"]],[zt,{direction:6}],[Pt,{direction:6},["swipe"]],[Lt],[Lt,{event:"doubletap",taps:2},["tap"]],[bt]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}},jt.prototype={set:function(t){return e(this.options,t),t.touchAction&&this.touchAction.update(),t.inputTarget&&(this.input.destroy(),this.input.target=t.inputTarget,this.input.init()),this},stop:function(t){this.session.stopped=t?2:1},recognize:function(t){var i=this.session;if(!i.stopped){var n;this.touchAction.preventDefaults(t);var r=this.recognizers,s=i.curRecognizer;(!s||s&&8&s.state)&&(s=i.curRecognizer=null);for(var e=0;e<r.length;)n=r[e],2===i.stopped||s&&n!=s&&!n.canRecognizeWith(s)?n.reset():n.recognize(t),!s&&14&n.state&&(s=i.curRecognizer=n),e++}},get:function(t){if(t instanceof Rt)return t;for(var i=this.recognizers,n=0;n<i.length;n++)if(i[n].options.event==t)return i[n];return null},add:function(t){if(v(t,"add",this))return this;var i=this.get(t.options.event);return i&&this.remove(i),this.recognizers.push(t),t.manager=this,this.touchAction.update(),t},remove:function(t){if(v(t,"remove",this))return this;if(t=this.get(t)){var i=this.recognizers,n=R(i,t);-1!==n&&(i.splice(n,1),this.touchAction.update())}return this},on:function(t,i){if(t!==s&&i!==s){var n=this.handlers;return l(N(t),(function(t){n[t]=n[t]||[],n[t].push(i)})),this}},off:function(t,i){if(t!==s){var n=this.handlers;return l(N(t),(function(t){i?n[t]&&n[t].splice(R(n[t],i),1):delete n[t]})),this}},emit:function(t,i){this.options.domEvents&&function(t,i){var r=n.createEvent("Event");r.initEvent(t,!0,!0),r.gesture=i,i.target.dispatchEvent(r)}(t,i);var r=this.handlers[t]&&this.handlers[t].slice();if(r&&r.length){i.type=t,i.preventDefault=function(){i.srcEvent.preventDefault()};for(var s=0;s<r.length;)r[s](i),s++}},destroy:function(){this.element&&Ft(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},e(Ut,{INPUT_START:1,INPUT_MOVE:2,INPUT_END:4,INPUT_CANCEL:8,STATE_POSSIBLE:1,STATE_BEGAN:2,STATE_CHANGED:4,STATE_ENDED:8,STATE_RECOGNIZED:8,STATE_CANCELLED:16,STATE_FAILED:Nt,DIRECTION_NONE:1,DIRECTION_LEFT:2,DIRECTION_RIGHT:4,DIRECTION_UP:8,DIRECTION_DOWN:16,DIRECTION_HORIZONTAL:6,DIRECTION_VERTICAL:24,DIRECTION_ALL:30,Manager:jt,Input:F,TouchAction:Mt,TouchInput:ct,MouseInput:$,PointerEventInput:it,TouchMouseInput:at,SingleTouchInput:et,Recognizer:Rt,AttrRecognizer:Ct,Tap:Lt,Pan:Pt,Swipe:zt,Pinch:_t,Rotate:xt,Press:bt,on:A,off:y,each:l,merge:T,extend:d,assign:e,inherit:m,bindFn:E,prefixed:S}),(void 0!==i?i:"undefined"!=typeof self?self:{}).Hammer=Ut,t.exports?t.exports=Ut:i.Hammer=Ut}(window,document)}));export{i as h}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as o,h as t,g as r}from"./p-d17ebc2f.js";const e=class{constructor(t){o(this,t)}componentWillRender(){this.host.setAttribute("role","rowgroup")}render(){return t("slot",null)}get host(){return r(this)}};e.style=".sc-z-table-footer-h{display:table-footer-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}";export{e as z_table_footer}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,c as r,h as i}from"./p-d17ebc2f.js";import{t as o}from"./p-d69e14fb.js";const s=class{constructor(i){t(this,i),this.buttonSortClick=r(this,"buttonSortClick",7),this.sortlabelasc="A-Z",this.sortlabeldesc="Z-A",this.isselected=!1,this.sortasc=!0,this.allowTooltip=!1}emitButtonSortClick(){this.isselected?this.sortasc=!this.sortasc:this.isselected=!0,this.buttonSortClick.emit({buttonid:this.buttonid,sortAsc:this.sortasc})}componentDidLoad(){this.elementHasEllipsis()&&window.innerWidth>o&&(this.allowTooltip=!0)}setButtonTitle(){return this.allowTooltip?`${this.sortasc?this.label:this.desclabel}`:""}elementHasEllipsis(){return this.ellipsis.offsetWidth<this.ellipsis.scrollWidth}render(){return i("button",{title:this.setButtonTitle(),id:this.buttonid,class:this.isselected&&"selected",onClick:()=>this.emitButtonSortClick()},i("label",null,i("span",{ref:t=>this.ellipsis=t,class:"ellipsis"},!this.sortasc&&this.desclabel?this.desclabel:this.label),i("span",{class:"counter"},this.counter&&` (${this.counter})`),i("span",{class:"sort"},this.sortasc?this.sortlabelasc:this.sortlabeldesc),i("z-icon",{name:"caret-up-down",width:16,height:16})))}};s.style=":host,button{max-width:100%}button{height:36px;padding:0 var(--space-unit);border:var(--border-size-medium) solid var(--myz-blue);background-color:var(--bg-white);border-radius:var(--border-radius);color:var(--myz-blue);cursor:pointer;fill:var(--myz-blue);outline:none}button::-moz-focus-inner{border:0}button:hover{border-color:var(--myz-blue-dark);color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}button:focus{border-color:var(--myz-blue);box-shadow:0 0 2px 2px var(--accent-dark);color:var(--myz-blue);fill:var(--myz-blue)}button:active{border-color:var(--myz-blue-light);box-shadow:0 2px 4px 0 rgb(0 0 0 / 40%);color:var(--myz-blue-light);fill:var(--myz-blue-light)}button.selected{border-color:var(--myz-blue-dark);background-color:var(--myz-blue-dark);color:var(--bg-white);fill:var(--bg-white)}button>label{display:flex;align-items:center;cursor:pointer;font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-sb)}button>label>span.ellipsis{overflow:hidden;padding:0;margin:0;text-overflow:ellipsis;white-space:nowrap}button>label>span.counter{margin-right:calc(var(--space-unit) * 2);margin-left:calc(var(--space-unit) / 2)}button>label>span.sort{margin-right:var(--half-x1);white-space:nowrap}button>span{margin-right:calc(var(--space-unit) * 0.5);font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-rg)}button>z-icon{padding-top:calc(var(--space-unit) * 0.5)}@media only screen and (min-width: 768px){:host,button{max-width:325px}}@media only screen and (min-width: 1025px){:host,button{max-width:490px}}";export{s as z_button_sort}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as i,c as e,h as r,g as a}from"./p-d17ebc2f.js";const t=class{constructor(r){i(this,r),this.zLinkClick=e(this,"zLinkClick",7),this.target="_self",this.htmltabindex=0,this.isdisabled=!1,this.isactive=!1,this.iswhite=!1,this.textcolor="primary",this.big=!1,this.iconposition="left",this.underline=!1,this.iconSize=18,this.emitZLinkClick=this.emitZLinkClick.bind(this),this.emitZLinkInteraction=this.emitZLinkInteraction.bind(this)}componentWillLoad(){this.iswhite&&console.warn("z-link iswhite prop is deprecated and will be dropped in a next release, please use textcolor prop instead"),this.big&&console.warn("z-link big prop is deprecated and will be dropped in a next release, please override --font-size-link and --font-weight-link variables instead")}emitZLinkClick(i,e){this.emitZLinkInteraction(i,e)}emitZLinkInteraction(i,e){this.zLinkClick.emit({e:i,linkId:e})}componentDidLoad(){if(this.icon){const i=parseFloat(window.getComputedStyle(this.hostElement).getPropertyValue("font-size")),e=this.big?18:Math.round(1.125*i);Number.isNaN(e)||this.iconSize===e||(this.iconSize=e)}}render(){return r("a",{id:this.htmlid,href:this.href?this.href:null,class:{disabled:this.isdisabled,active:this.isactive,white:this.iswhite,[this.textcolor||""]:!0,underline:this.underline},target:this.target,role:this.href?"link":"button",tabindex:this.isdisabled?-1:this.htmltabindex,onClick:i=>this.emitZLinkClick(i,this.htmlid)},"right"===this.iconposition&&r("slot",null),this.icon&&r("z-icon",{style:{"--z-icon-width":`${this.iconSize}px`,"--z-icon-height":`${this.iconSize}px`},name:this.icon}),"left"===this.iconposition&&r("slot",null))}get hostElement(){return a(this)}};t.style=":host{--font-size-link:inherit;--font-weight-link:inherit;font-family:var(--font-family-sans);font-size:var(--font-size-link);font-weight:var(--font-weight-link);line-height:inherit;outline:none}:host([big]){--font-size-link:16px;--font-weight-link:var(--font-sb)}a{display:inline-flex;align-items:center;padding:calc(var(--space-unit) * 0.5) 0;border-top:var(--border-size-medium) solid transparent;border-bottom:var(--border-size-medium) solid transparent;color:var(--color-link-primary);cursor:pointer;fill:var(--color-link-primary);text-decoration:none}a:hover,a:focus,a:active{text-decoration:underline}a.active{color:var(--color-active-link);fill:var(--color-active-link)}a:hover,a:focus{color:var(--color-hover-link);fill:var(--color-hover-link)}a:active{color:var(--color-pressed-link);fill:var(--color-pressed-link)}a:visited{color:var(--color-visited-link);fill:var(--color-visited-link)}a.disabled,a.inverse.disabled{color:var(--color-disabled03);cursor:default;fill:var(--color-disabled03);pointer-events:none}a.underline,a.underline:active,a.underline:hover,a.underline:visited,a.underline.disabled,a.underline.black,a.underline.white{text-decoration:underline}a.disabled,a.disabled:active,a.disabled:visited,a.disabled:hover{text-decoration:none}a.inverse{color:var(--color-inverse-link);fill:var(--color-inverse-link)}a.inverse.active{color:var(--color-inverse-active-link);fill:var(--color-inverse-active-link)}a.inverse:hover,a.inverse:focus{color:var(--color-inverse-hover-link);fill:var(--color-inverse-hover-link)}a.inverse:active{color:var(--color-inverse-pressed-link);fill:var(--color-inverse-pressed-link)}a.inverse:visited{color:var(--color-inverse-visited-link);fill:var(--color-inverse-visited-link)}a.black{color:var(--gray800);fill:var(--gray800);text-decoration:none}a.black:hover,a.black.active{color:var(--color-black);fill:var(--color-black)}a.black:visited{color:var(--gray800);fill:var(--gray800)}a.black:hover,a.black:focus,a.black:active{text-decoration:underline}a.black:active{color:var(--gray700);fill:var(--gray700)}a.white,a.white:active,a.white:hover,a.white.active{color:var(--bg-white);fill:var(--bg-white);text-decoration:none}a.white:visited{color:var(--bg-white);fill:var(--bg-white)}a.white:hover,a.white:focus,a.white:active{text-decoration:underline}a.white.disabled,a.black.disabled{color:var(--gray500);fill:var(--gray500)}a>z-icon:first-child{margin-right:var(--space-unit)}a>z-icon:last-child{margin-left:var(--space-unit)}";export{t as z_link}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,c as e,h as i,H as n,g as s}from"./p-d17ebc2f.js";const a=class{constructor(i){t(this,i),this.opened=e(this,"opened",7),this.closed=e(this,"closed",7),this.floating=!1,this.open=!1,this.toggle=this.toggle.bind(this),this.checkContent=this.checkContent.bind(this),this.onItemsChange=this.onItemsChange.bind(this)}toggle(){this.hasContent&&(this.open=!this.open,this.open?this.opened.emit():this.closed.emit())}handleClick(t){this.floating&&this.open&&!this.hostElement.contains(t.target)&&(this.reflow(),this.open=!1,this.closed.emit())}onOpenChanged(){this.open?this.reflow(!0):cancelAnimationFrame(this.raf)}componentWillLoad(){this.checkContent()}reflow(t=!1){if(this.content){const{style:t}=this.content,{left:e}=this.hostElement.getBoundingClientRect(),i=getComputedStyle(this.content).width,n=i?parseFloat(i.replace("px","")):375;t.left=`${Math.min(window.innerWidth-e-n-30,0)}px`}t&&(this.raf=requestAnimationFrame(this.reflow.bind(this,t)))}checkContent(){this.hasHeader=!!this.hostElement.querySelectorAll('[slot="header"]').length,this.hasContent=!!this.hostElement.querySelectorAll('[slot="item"]').length||this.hasHeader}onItemsChange(){this.checkContent();const t=this.hostElement.querySelectorAll('[slot="item"]');null==t||t.forEach((t=>t.setAttribute("role","menuitem")))}renderMenuLabel(){return this.hasContent?i("button",{class:"menu-label","aria-expanded":this.open?"true":"false","aria-label":this.open?"Chiudi menù":"Apri menù",onClick:this.toggle},i("div",{class:"menu-label-content"},i("slot",null),i("z-icon",{name:this.open?"chevron-up":"chevron-down"}))):i("div",{class:"menu-label"},i("div",{class:"menu-label-content"},i("slot",null)))}render(){return i(n,null,this.renderMenuLabel(),i("div",{class:"content",ref:t=>{this.content=t},hidden:!this.open},this.hasHeader&&i("header",{class:"header"},i("slot",{name:"header",onSlotchange:this.checkContent})),i("div",{class:"items",role:"menu"},i("slot",{name:"item",onSlotchange:this.onItemsChange}))))}get hostElement(){return s(this)}static get watchers(){return{open:["onOpenChanged"]}}};a.style=':host,::slotted(*),*{box-sizing:border-box}:host{position:relative;display:inline-flex;flex-direction:column}::slotted(a){color:var(--color-text01);text-decoration:none}::slotted(*){font-family:var(--font-family-sans);font-weight:var(--font-rg)}.menu-label{padding:0;border:0;margin:0;background:transparent;border-radius:0;color:inherit;outline:none;text-align:left}button.menu-label{cursor:pointer}.menu-label:focus-within{z-index:1;padding-right:calc(var(--space-unit) * 0.5);padding-left:calc(var(--space-unit) * 0.5);margin-right:calc(var(--space-unit) * -0.5);margin-left:calc(var(--space-unit) * -0.5);box-shadow:var(--shadow-focus-primary)}.menu-label .menu-label-content{display:flex;align-items:center;padding:var(--space-unit) 0;border-bottom:var(--border-size-large) solid var(--color-surface05)}:host([active]) .menu-label-content,:host([open]) .menu-label-content,.menu-label:hover .menu-label-content,.menu-label:focus-within .menu-label-content{border-color:var(--color-secondary01)}.menu-label ::slotted(*){width:100%;margin:0;appearance:none;font-size:var(--font-size-5);line-height:1.2;outline:none}.menu-label z-icon{margin-left:calc(var(--space-unit) * 4);fill:currentcolor}.content{background:var(--color-surface01)}.content[hidden]{display:none}:host([floating]) .content{position:absolute;top:100%;left:0;width:375px;min-width:100%;max-width:100vw;padding:var(--space-unit) var(--space-unit) calc(var(--space-unit) * 2);box-shadow:var(--shadow-2)}:host(:not([floating])) .content{width:100%}.header{display:flex;align-items:center;padding:var(--space-unit) 0 calc(var(--space-unit) * 2)}.header ::slotted(img[slot="header"]){width:calc(var(--space-unit) * 11.25);height:auto;object-fit:contain}.header ::slotted([slot="header"]:not(:first-child)){margin:auto 0;margin-left:calc(var(--space-unit) * 2.5);font-size:var(--font-size-3);font-weight:var(--font-sb);line-height:1.5}.items{display:flex;flex-direction:column;align-items:flex-start;background:inherit}.items>::slotted([slot="item"]){display:inline-flex;width:100%;margin:0;font-size:var(--font-size-3);line-height:1.25;outline:none}.items>::slotted([slot="item"]:focus:focus-visible){box-shadow:var(--shadow-focus-primary)}.items>::slotted([slot="item"]:not(z-menu-section)){padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 0.5);border-bottom:var(--border-size-small) solid var(--color-surface05)}.items>::slotted([slot="item"]:hover),.items>::slotted([slot="item"]:active){border-color:var(--color-secondary01)}';export{a as z_menu}
|