@zanichelli/albe-web-components 5.0.0 → 5.2.0
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 +48 -0
- package/dist/cjs/{index-5c16dc2b.js → index-69339d64.js} +23 -13
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-15c8b978.js → utils-98ed20af.js} +1 -1
- package/dist/cjs/{utils-58afb908.js → utils-bfd07a33.js} +1 -2
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/z-app-switcher_9.cjs.entry.js +31 -6
- package/dist/cjs/z-aria-alert.cjs.entry.js +1 -1
- package/dist/cjs/z-avatar.cjs.entry.js +1 -1
- package/dist/cjs/z-button-deprecated.cjs.entry.js +1 -1
- package/dist/cjs/z-button.cjs.entry.js +4 -6
- package/dist/cjs/z-card.cjs.entry.js +1 -1
- package/dist/cjs/z-chip.cjs.entry.js +2 -2
- package/dist/cjs/z-combobox.cjs.entry.js +2 -2
- package/dist/cjs/z-contextual-menu.cjs.entry.js +3 -3
- package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
- package/dist/cjs/z-date-picker.cjs.entry.js +2 -2
- package/dist/cjs/z-file-upload.cjs.entry.js +2 -2
- package/dist/cjs/z-file.cjs.entry.js +2 -2
- package/dist/cjs/z-footer.cjs.entry.js +1 -1
- package/dist/cjs/z-info-reveal.cjs.entry.js +64 -0
- package/dist/cjs/z-input-deprecated.cjs.entry.js +2 -2
- package/dist/cjs/z-input-label_2.cjs.entry.js +2 -2
- package/dist/cjs/z-list-group.cjs.entry.js +1 -1
- package/dist/cjs/z-list_2.cjs.entry.js +1 -1
- package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +2 -2
- package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
- package/dist/cjs/z-modal-login.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-info.cjs.entry.js +3 -3
- package/dist/cjs/z-myz-card_4.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-list-item.cjs.entry.js +2 -2
- package/dist/cjs/z-myz-topbar.cjs.entry.js +1 -1
- package/dist/cjs/z-navigation-tab-link.cjs.entry.js +1 -1
- package/dist/cjs/z-navigation-tab.cjs.entry.js +1 -1
- package/dist/cjs/z-navigation-tabs.cjs.entry.js +1 -1
- package/dist/cjs/z-offcanvas.cjs.entry.js +1 -1
- package/dist/cjs/z-otp.cjs.entry.js +1 -1
- package/dist/cjs/z-pagination-bar.cjs.entry.js +2 -2
- package/dist/cjs/z-pagination.cjs.entry.js +9 -6
- package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
- package/dist/cjs/z-popover-deprecated.cjs.entry.js +2 -2
- package/dist/cjs/z-popover.cjs.entry.js +26 -29
- package/dist/cjs/z-section-title.cjs.entry.js +1 -1
- package/dist/cjs/z-skip-to-content.cjs.entry.js +2 -2
- package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
- package/dist/cjs/z-status-tag.cjs.entry.js +1 -1
- package/dist/cjs/z-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/z-table-header.cjs.entry.js +3 -3
- package/dist/cjs/z-table-row.cjs.entry.js +1 -1
- package/dist/cjs/z-table.cjs.entry.js +1 -1
- package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
- package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
- package/dist/cjs/z-toggle-switch.cjs.entry.js +2 -2
- package/dist/cjs/z-tooltip-deprecated.cjs.entry.js +26 -26
- package/dist/cjs/z-tooltip.cjs.entry.js +2 -2
- package/dist/collection/beans/index.js +23 -13
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/buttons/z-button/index.js +5 -7
- package/dist/collection/components/buttons/z-button/styles.css +23 -23
- package/dist/collection/components/file-upload/z-file/index.js +1 -1
- package/dist/collection/components/inputs/z-input/index.js +97 -4
- package/dist/collection/components/notification/z-tooltip/index.js +3 -3
- package/dist/collection/components/z-contextual-menu/index.js +3 -3
- package/dist/collection/components/z-contextual-menu/styles.css +5 -1
- package/dist/collection/components/z-info-reveal/index.js +143 -0
- package/dist/collection/components/z-info-reveal/styles.css +97 -0
- package/dist/collection/components/z-pagination/index.js +9 -6
- package/dist/collection/components/z-popover/index.js +30 -32
- package/dist/collection/components/z-table/z-table-header/index.js +1 -1
- package/dist/collection/deprecated/z-input-deprecated/index.js +1 -1
- package/dist/collection/deprecated/z-tooltip-deprecated/index.js +27 -27
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +1 -1
- package/dist/esm/{index-3786a7ff.js → index-0944317b.js} +24 -14
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-d49ae9f0.js → utils-0d95f520.js} +1 -1
- package/dist/esm/{utils-14da09de.js → utils-20383a26.js} +1 -2
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/z-app-switcher_9.entry.js +31 -6
- package/dist/esm/z-aria-alert.entry.js +1 -1
- package/dist/esm/z-avatar.entry.js +1 -1
- package/dist/esm/z-button-deprecated.entry.js +1 -1
- package/dist/esm/z-button.entry.js +4 -6
- package/dist/esm/z-card.entry.js +1 -1
- package/dist/esm/z-chip.entry.js +2 -2
- package/dist/esm/z-combobox.entry.js +2 -2
- package/dist/esm/z-contextual-menu.entry.js +3 -3
- package/dist/esm/z-cookiebar.entry.js +1 -1
- package/dist/esm/z-date-picker.entry.js +2 -2
- package/dist/esm/z-file-upload.entry.js +2 -2
- package/dist/esm/z-file.entry.js +2 -2
- package/dist/esm/z-footer.entry.js +1 -1
- package/dist/esm/z-info-reveal.entry.js +60 -0
- package/dist/esm/z-input-deprecated.entry.js +2 -2
- package/dist/esm/z-input-label_2.entry.js +2 -2
- package/dist/esm/z-list-group.entry.js +1 -1
- package/dist/esm/z-list_2.entry.js +1 -1
- package/dist/esm/z-menu-dropdown_2.entry.js +2 -2
- package/dist/esm/z-messages-pocket.entry.js +1 -1
- package/dist/esm/z-modal-login.entry.js +1 -1
- package/dist/esm/z-myz-card-alert.entry.js +1 -1
- package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
- package/dist/esm/z-myz-card-footer.entry.js +1 -1
- package/dist/esm/z-myz-card-info.entry.js +3 -3
- package/dist/esm/z-myz-card_4.entry.js +1 -1
- package/dist/esm/z-myz-list-item.entry.js +2 -2
- package/dist/esm/z-myz-topbar.entry.js +1 -1
- package/dist/esm/z-navigation-tab-link.entry.js +1 -1
- package/dist/esm/z-navigation-tab.entry.js +1 -1
- package/dist/esm/z-navigation-tabs.entry.js +1 -1
- package/dist/esm/z-offcanvas.entry.js +1 -1
- package/dist/esm/z-otp.entry.js +1 -1
- package/dist/esm/z-pagination-bar.entry.js +2 -2
- package/dist/esm/z-pagination.entry.js +9 -6
- package/dist/esm/z-pocket_3.entry.js +2 -2
- package/dist/esm/z-popover-deprecated.entry.js +2 -2
- package/dist/esm/z-popover.entry.js +26 -29
- package/dist/esm/z-section-title.entry.js +1 -1
- package/dist/esm/z-skip-to-content.entry.js +2 -2
- package/dist/esm/z-slideshow.entry.js +2 -2
- package/dist/esm/z-status-tag.entry.js +1 -1
- package/dist/esm/z-table-cell.entry.js +1 -1
- package/dist/esm/z-table-header.entry.js +3 -3
- package/dist/esm/z-table-row.entry.js +1 -1
- package/dist/esm/z-table.entry.js +1 -1
- package/dist/esm/z-toast-notification-list.entry.js +1 -1
- package/dist/esm/z-toast-notification.entry.js +1 -1
- package/dist/esm/z-toggle-switch.entry.js +2 -2
- package/dist/esm/z-tooltip-deprecated.entry.js +26 -26
- package/dist/esm/z-tooltip.entry.js +2 -2
- package/dist/types/beans/index.d.ts +24 -14
- package/dist/types/components/buttons/z-button/index.d.ts +2 -3
- package/dist/types/components/inputs/z-input/index.d.ts +16 -0
- package/dist/types/components/z-info-reveal/index.d.ts +28 -0
- package/dist/types/components/z-popover/index.d.ts +3 -3
- package/dist/types/components.d.ts +66 -3
- package/dist/web-components-library/index.esm.js +1 -1
- package/{www/build/p-5c20338f.entry.js → dist/web-components-library/p-0818a02f.entry.js} +1 -1
- package/{www/build/p-82217c76.entry.js → dist/web-components-library/p-095a0982.entry.js} +1 -1
- package/dist/web-components-library/p-0a7ebd31.entry.js +1 -0
- package/{www/build/p-49602979.entry.js → dist/web-components-library/p-0be8daa3.entry.js} +1 -1
- package/dist/web-components-library/{p-d41ca4c3.js → p-122f0f28.js} +1 -1
- package/dist/web-components-library/{p-3dc21b58.entry.js → p-1fae466d.entry.js} +1 -1
- package/dist/web-components-library/p-223566d6.entry.js +1 -0
- package/{www/build/p-9b563575.entry.js → dist/web-components-library/p-2275728f.entry.js} +1 -1
- package/{www/build/p-ec0c7a06.entry.js → dist/web-components-library/p-251fce3e.entry.js} +1 -1
- package/{www/build/p-f9f5ab0b.entry.js → dist/web-components-library/p-269a9ec5.entry.js} +1 -1
- package/dist/web-components-library/{p-248e6c7d.entry.js → p-275bebf2.entry.js} +1 -1
- package/dist/web-components-library/{p-a98ccf36.entry.js → p-37e06523.entry.js} +1 -1
- package/dist/web-components-library/{p-18c0f701.entry.js → p-3a57ff32.entry.js} +1 -1
- package/{www/build/p-95414290.entry.js → dist/web-components-library/p-546616a7.entry.js} +1 -1
- package/dist/web-components-library/p-5cbe4445.entry.js +1 -0
- package/dist/web-components-library/{p-9c81ed70.entry.js → p-687ba257.entry.js} +1 -1
- package/dist/web-components-library/{p-49f8c86b.entry.js → p-6aa8b260.entry.js} +1 -1
- package/dist/web-components-library/{p-287678e2.entry.js → p-6f18a0fc.entry.js} +1 -1
- package/dist/web-components-library/{p-5a2dd46c.entry.js → p-6ff49230.entry.js} +1 -1
- package/dist/web-components-library/p-717c5e20.entry.js +1 -0
- package/dist/web-components-library/{p-0bcc78d4.entry.js → p-721d1645.entry.js} +1 -1
- package/dist/web-components-library/{p-80044bc0.entry.js → p-84d7a0ed.entry.js} +1 -1
- package/dist/web-components-library/{p-35f7cac2.entry.js → p-854f5b2e.entry.js} +1 -1
- package/dist/web-components-library/{p-25b1a634.entry.js → p-8d50bfa9.entry.js} +1 -1
- package/dist/web-components-library/{p-2c86d1ea.entry.js → p-919cdfbf.entry.js} +1 -1
- package/dist/web-components-library/p-9247f214.js +1 -0
- package/dist/web-components-library/{p-0487d5f1.entry.js → p-939662fa.entry.js} +1 -1
- package/{www/build/p-6d79baec.entry.js → dist/web-components-library/p-955942fc.entry.js} +1 -1
- package/dist/web-components-library/{p-33120ebd.entry.js → p-98350ea9.entry.js} +1 -1
- package/dist/web-components-library/{p-044edef0.entry.js → p-9ac122ea.entry.js} +1 -1
- package/{www/build/p-5553f117.entry.js → dist/web-components-library/p-9b873fe5.entry.js} +1 -1
- package/dist/web-components-library/{p-0ccda54f.entry.js → p-a72503d2.entry.js} +1 -1
- package/dist/web-components-library/{p-1c2331a4.entry.js → p-ac41dd18.entry.js} +1 -1
- package/dist/web-components-library/p-ac4f1a90.entry.js +1 -0
- package/dist/web-components-library/{p-60e042a0.entry.js → p-adb293aa.entry.js} +1 -1
- package/{www/build/p-7ce57dfd.entry.js → dist/web-components-library/p-af353020.entry.js} +1 -1
- package/dist/web-components-library/p-b40d8313.entry.js +1 -0
- package/dist/web-components-library/{p-a88f4e49.entry.js → p-b5b5e5e3.entry.js} +1 -1
- package/dist/web-components-library/{p-24ec049a.entry.js → p-bdf5ab5b.entry.js} +1 -1
- package/dist/web-components-library/{p-4a8fe1e0.entry.js → p-bfa1813d.entry.js} +1 -1
- package/dist/web-components-library/{p-0610360b.entry.js → p-bfccbf81.entry.js} +1 -1
- package/{www/build/p-6db40dac.entry.js → dist/web-components-library/p-c36ad471.entry.js} +1 -1
- package/dist/web-components-library/{p-4906f5a6.entry.js → p-cd6ec70f.entry.js} +1 -1
- package/dist/web-components-library/{p-2d93e9e9.entry.js → p-cdabcb55.entry.js} +1 -1
- package/{www/build/p-71f19680.entry.js → dist/web-components-library/p-ce351931.entry.js} +1 -1
- package/{www/build/p-99a76b4d.entry.js → dist/web-components-library/p-d3ce433b.entry.js} +1 -1
- package/dist/web-components-library/{p-286c4c99.entry.js → p-db7dbb44.entry.js} +1 -1
- package/dist/web-components-library/p-de2b2858.entry.js +1 -0
- package/dist/web-components-library/{p-987f1f8a.entry.js → p-e150820d.entry.js} +1 -1
- package/dist/web-components-library/{p-24f3a39e.entry.js → p-ea4a063a.entry.js} +1 -1
- package/dist/web-components-library/{p-bf3ea7b5.entry.js → p-ebcda09e.entry.js} +1 -1
- package/dist/web-components-library/{p-a4245c8a.entry.js → p-ed40ca4d.entry.js} +1 -1
- package/{www/build/p-e30a093f.entry.js → dist/web-components-library/p-f1eee91e.entry.js} +1 -1
- package/dist/web-components-library/{p-fd404599.entry.js → p-f24e569d.entry.js} +1 -1
- package/dist/web-components-library/p-fb7d64f2.js +1 -0
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/package.json +2 -2
- package/react/components.d.ts +1 -0
- package/react/components.js +4 -3
- package/react/components.js.map +1 -1
- package/www/build/index.esm.js +1 -1
- package/{dist/web-components-library/p-5c20338f.entry.js → www/build/p-0818a02f.entry.js} +1 -1
- package/{dist/web-components-library/p-82217c76.entry.js → www/build/p-095a0982.entry.js} +1 -1
- package/www/build/p-0a7ebd31.entry.js +1 -0
- package/{dist/web-components-library/p-49602979.entry.js → www/build/p-0be8daa3.entry.js} +1 -1
- package/www/build/{p-d41ca4c3.js → p-122f0f28.js} +1 -1
- package/www/build/{p-3dc21b58.entry.js → p-1fae466d.entry.js} +1 -1
- package/www/build/p-223566d6.entry.js +1 -0
- package/{dist/web-components-library/p-9b563575.entry.js → www/build/p-2275728f.entry.js} +1 -1
- package/{dist/web-components-library/p-ec0c7a06.entry.js → www/build/p-251fce3e.entry.js} +1 -1
- package/{dist/web-components-library/p-f9f5ab0b.entry.js → www/build/p-269a9ec5.entry.js} +1 -1
- package/www/build/{p-248e6c7d.entry.js → p-275bebf2.entry.js} +1 -1
- package/www/build/{p-a98ccf36.entry.js → p-37e06523.entry.js} +1 -1
- package/www/build/{p-18c0f701.entry.js → p-3a57ff32.entry.js} +1 -1
- package/{dist/web-components-library/p-95414290.entry.js → www/build/p-546616a7.entry.js} +1 -1
- package/www/build/p-5cbe4445.entry.js +1 -0
- package/www/build/{p-9c81ed70.entry.js → p-687ba257.entry.js} +1 -1
- package/www/build/{p-49f8c86b.entry.js → p-6aa8b260.entry.js} +1 -1
- package/www/build/{p-287678e2.entry.js → p-6f18a0fc.entry.js} +1 -1
- package/www/build/{p-5a2dd46c.entry.js → p-6ff49230.entry.js} +1 -1
- package/www/build/p-717c5e20.entry.js +1 -0
- package/www/build/{p-0bcc78d4.entry.js → p-721d1645.entry.js} +1 -1
- package/www/build/p-7ed835e0.js +1 -0
- package/www/build/{p-80044bc0.entry.js → p-84d7a0ed.entry.js} +1 -1
- package/www/build/{p-35f7cac2.entry.js → p-854f5b2e.entry.js} +1 -1
- package/www/build/{p-25b1a634.entry.js → p-8d50bfa9.entry.js} +1 -1
- package/www/build/{p-2c86d1ea.entry.js → p-919cdfbf.entry.js} +1 -1
- package/www/build/p-9247f214.js +1 -0
- package/www/build/{p-0487d5f1.entry.js → p-939662fa.entry.js} +1 -1
- package/{dist/web-components-library/p-6d79baec.entry.js → www/build/p-955942fc.entry.js} +1 -1
- package/www/build/{p-33120ebd.entry.js → p-98350ea9.entry.js} +1 -1
- package/www/build/{p-044edef0.entry.js → p-9ac122ea.entry.js} +1 -1
- package/{dist/web-components-library/p-5553f117.entry.js → www/build/p-9b873fe5.entry.js} +1 -1
- package/www/build/{p-0ccda54f.entry.js → p-a72503d2.entry.js} +1 -1
- package/www/build/{p-1c2331a4.entry.js → p-ac41dd18.entry.js} +1 -1
- package/www/build/p-ac4f1a90.entry.js +1 -0
- package/www/build/{p-60e042a0.entry.js → p-adb293aa.entry.js} +1 -1
- package/{dist/web-components-library/p-7ce57dfd.entry.js → www/build/p-af353020.entry.js} +1 -1
- package/www/build/p-b40d8313.entry.js +1 -0
- package/www/build/{p-a88f4e49.entry.js → p-b5b5e5e3.entry.js} +1 -1
- package/www/build/{p-24ec049a.entry.js → p-bdf5ab5b.entry.js} +1 -1
- package/www/build/{p-4a8fe1e0.entry.js → p-bfa1813d.entry.js} +1 -1
- package/www/build/{p-0610360b.entry.js → p-bfccbf81.entry.js} +1 -1
- package/{dist/web-components-library/p-6db40dac.entry.js → www/build/p-c36ad471.entry.js} +1 -1
- package/www/build/{p-4906f5a6.entry.js → p-cd6ec70f.entry.js} +1 -1
- package/www/build/{p-2d93e9e9.entry.js → p-cdabcb55.entry.js} +1 -1
- package/{dist/web-components-library/p-71f19680.entry.js → www/build/p-ce351931.entry.js} +1 -1
- package/{dist/web-components-library/p-99a76b4d.entry.js → www/build/p-d3ce433b.entry.js} +1 -1
- package/www/build/{p-286c4c99.entry.js → p-db7dbb44.entry.js} +1 -1
- package/www/build/p-de2b2858.entry.js +1 -0
- package/www/build/{p-987f1f8a.entry.js → p-e150820d.entry.js} +1 -1
- package/www/build/{p-24f3a39e.entry.js → p-ea4a063a.entry.js} +1 -1
- package/www/build/{p-bf3ea7b5.entry.js → p-ebcda09e.entry.js} +1 -1
- package/www/build/{p-a4245c8a.entry.js → p-ed40ca4d.entry.js} +1 -1
- package/{dist/web-components-library/p-e30a093f.entry.js → www/build/p-f1eee91e.entry.js} +1 -1
- package/www/build/{p-fd404599.entry.js → p-f24e569d.entry.js} +1 -1
- package/www/build/p-fb7d64f2.js +1 -0
- package/www/build/web-components-library.esm.js +1 -1
- package/www/index.html +1 -1
- package/dist/web-components-library/p-0b222589.js +0 -1
- package/dist/web-components-library/p-10c3285d.entry.js +0 -1
- package/dist/web-components-library/p-13174553.entry.js +0 -1
- package/dist/web-components-library/p-206e5b31.entry.js +0 -1
- package/dist/web-components-library/p-286a2d0e.entry.js +0 -1
- package/dist/web-components-library/p-6897ca8c.js +0 -1
- package/dist/web-components-library/p-99d7ab2f.entry.js +0 -1
- package/dist/web-components-library/p-e9628876.entry.js +0 -1
- package/www/build/p-0b222589.js +0 -1
- package/www/build/p-10c3285d.entry.js +0 -1
- package/www/build/p-13174553.entry.js +0 -1
- package/www/build/p-206e5b31.entry.js +0 -1
- package/www/build/p-286a2d0e.entry.js +0 -1
- package/www/build/p-6897ca8c.js +0 -1
- package/www/build/p-99d7ab2f.entry.js +0 -1
- package/www/build/p-ae4eff83.js +0 -1
- package/www/build/p-e9628876.entry.js +0 -1
|
@@ -3,9 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
7
|
-
const utils = require('./utils-15c8b978.js');
|
|
8
|
-
require('./breakpoints-88c4fd6c.js');
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
9
7
|
|
|
10
8
|
const stylesCss = ":host{--z-popover-theme--surface:var(--color-surface01);--z-popover-theme--text:var(--color-text01);--z-popover-padding:0;--z-popover-shadow-filter:drop-shadow(0 1px 2px var(--shadow-color-base));position:relative;display:none;align-items:center;justify-content:center;padding:var(--z-popover-padding);min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);color:var(--z-popover-theme--text);fill:currentColor;font-family:var(--font-family-sans);text-align:center;border-radius:var(--border-radius-small);background:var(--z-popover-theme--surface);filter:var(--z-popover-shadow-filter)}:host([open][current-position]),:host([open=\"true\"][current-position]){display:flex}:host([center][current-position=\"top\"]),:host([center][current-position=\"bottom\"]){transform:translateX(-50%)}:host([center][current-position=\"right\"]),:host([center][current-position=\"left\"]){transform:translateY(-50%)}:host([current-position^=\"top\"]){margin:0 0 var(--space-unit)}:host([current-position^=\"bottom\"]){margin:var(--space-unit) 0 0}:host([current-position^=\"left\"]){margin:0 var(--space-unit) 0 0}:host([current-position^=\"right\"]){margin:0 0 0 var(--space-unit)}:host([current-position])::before{--arrow-size:6px;--arrow-edge-offset:calc(100% - var(--space-unit) - (var(--arrow-size) / 2));--arrow-center-x-offset:calc(50% - (var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - (var(--arrow-size) / 2));display:block;content:\"\";position:absolute;width:var(--arrow-size);height:var(--arrow-size);background:var(--z-popover-theme--surface);transform:rotate(45deg)}:host([show-arrow=\"false\"])::before,:host(:not([show-arrow]))::before{display:none}:host([current-position^=\"top\"])::before{top:var(--arrow-center-y-offset)}:host([current-position^=\"bottom\"])::before{bottom:var(--arrow-center-y-offset)}:host([current-position=\"top\"])::before,:host([current-position=\"bottom\"])::before{right:var(--arrow-edge-offset)}:host([current-position=\"right\"])::before,:host([current-position=\"left\"])::before{bottom:var(--arrow-edge-offset)}:host([current-position=\"right\"])::before{right:var(--arrow-center-y-offset)}:host([current-position=\"left\"])::before{left:var(--arrow-center-y-offset)}:host([current-position=\"top_right\"])::before,:host([current-position=\"bottom_right\"])::before{right:var(--arrow-edge-offset)}:host([current-position=\"top_left\"])::before,:host([current-position=\"bottom_left\"])::before{left:var(--arrow-edge-offset)}:host([current-position=\"right_top\"])::before,:host([current-position=\"left_top\"])::before{top:var(--arrow-edge-offset)}:host([current-position=\"right_top\"])::before,:host([current-position=\"right_bottom\"])::before{right:var(--arrow-center-y-offset)}:host([current-position=\"left_top\"])::before,:host([current-position=\"left_bottom\"])::before{left:var(--arrow-center-y-offset)}:host([current-position=\"right_bottom\"])::before,:host([current-position=\"left_bottom\"])::before{bottom:var(--arrow-edge-offset)}:host([center][current-position=\"top\"])::before,:host([center][current-position=\"bottom\"])::before{right:auto;left:var(--arrow-center-x-offset)}:host([center][current-position=\"right\"])::before,:host([center][current-position=\"left\"])::before{top:var(--arrow-center-x-offset);bottom:auto}::slotted(*){flex:1 auto;overflow:auto}";
|
|
11
9
|
|
|
@@ -102,7 +100,7 @@ const ZPopover = class {
|
|
|
102
100
|
this.positionChange = index.createEvent(this, "positionChange", 7);
|
|
103
101
|
this.openChange = index.createEvent(this, "openChange", 7);
|
|
104
102
|
/** Popover position. */
|
|
105
|
-
this.position = index$1.PopoverPositions.
|
|
103
|
+
this.position = index$1.PopoverPositions.auto;
|
|
106
104
|
/**
|
|
107
105
|
* The open state of the popover.
|
|
108
106
|
*/
|
|
@@ -129,8 +127,7 @@ const ZPopover = class {
|
|
|
129
127
|
if (!this.closable) {
|
|
130
128
|
return;
|
|
131
129
|
}
|
|
132
|
-
const
|
|
133
|
-
const parent = tree.find((elem) => elem.nodeName.toLowerCase() === "z-popover");
|
|
130
|
+
const parent = e.path.find((elem) => elem === this.host);
|
|
134
131
|
if (!parent) {
|
|
135
132
|
this.open = false;
|
|
136
133
|
this.positionChange.emit({ position: this.currentPosition });
|
|
@@ -138,8 +135,8 @@ const ZPopover = class {
|
|
|
138
135
|
}
|
|
139
136
|
validatePosition(newValue) {
|
|
140
137
|
if (newValue &&
|
|
141
|
-
Object.values(index$1.PopoverPositions).
|
|
142
|
-
this.position = index$1.PopoverPositions.
|
|
138
|
+
!Object.values(index$1.PopoverPositions).includes(newValue)) {
|
|
139
|
+
this.position = index$1.PopoverPositions.auto;
|
|
143
140
|
}
|
|
144
141
|
this.currentPosition = this.position;
|
|
145
142
|
this.positionChange.emit({ position: this.currentPosition });
|
|
@@ -213,28 +210,28 @@ const ZPopover = class {
|
|
|
213
210
|
const availableWidth = availableLeft + availableRight + boundingRect.width;
|
|
214
211
|
let position = this.currentPosition;
|
|
215
212
|
const positions = [];
|
|
216
|
-
if (this.position === index$1.PopoverPositions.
|
|
213
|
+
if (this.position === index$1.PopoverPositions.auto) {
|
|
217
214
|
/**
|
|
218
215
|
* The `AUTO` position tries to place the popover in the 'safest' area,
|
|
219
216
|
* where there's more space available.
|
|
220
217
|
*/
|
|
221
218
|
if (availableLeft / availableWidth > 0.6) {
|
|
222
|
-
positions.push(index$1.PopoverPositions.
|
|
219
|
+
positions.push(index$1.PopoverPositions.left);
|
|
223
220
|
}
|
|
224
221
|
else if (availableLeft / availableWidth < 0.4) {
|
|
225
|
-
positions.push(index$1.PopoverPositions.
|
|
222
|
+
positions.push(index$1.PopoverPositions.right);
|
|
226
223
|
}
|
|
227
224
|
if (availableTop / availableHeight > 0.9) {
|
|
228
|
-
positions.unshift(index$1.PopoverPositions.
|
|
225
|
+
positions.unshift(index$1.PopoverPositions.top);
|
|
229
226
|
}
|
|
230
227
|
else if (availableTop / availableHeight > 0.6) {
|
|
231
|
-
positions.push(index$1.PopoverPositions.
|
|
228
|
+
positions.push(index$1.PopoverPositions.top);
|
|
232
229
|
}
|
|
233
230
|
else if (availableTop / availableHeight < 0.1) {
|
|
234
|
-
positions.unshift(index$1.PopoverPositions.
|
|
231
|
+
positions.unshift(index$1.PopoverPositions.bottom);
|
|
235
232
|
}
|
|
236
233
|
else {
|
|
237
|
-
positions.push(index$1.PopoverPositions.
|
|
234
|
+
positions.push(index$1.PopoverPositions.bottom);
|
|
238
235
|
}
|
|
239
236
|
position = positions.join("_");
|
|
240
237
|
}
|
|
@@ -246,18 +243,18 @@ const ZPopover = class {
|
|
|
246
243
|
const offsetLeft = boundingRect.left - relativeBoundingRect.left;
|
|
247
244
|
const offsetModifier = this.center ? 0.5 : 0;
|
|
248
245
|
const sizeModifier = this.center ? 0.5 : 0;
|
|
249
|
-
if (position === index$1.PopoverPositions.
|
|
250
|
-
position === index$1.PopoverPositions.
|
|
246
|
+
if (position === index$1.PopoverPositions.top ||
|
|
247
|
+
position === index$1.PopoverPositions.top_right) {
|
|
251
248
|
style.top = "auto";
|
|
252
249
|
style.right = "auto";
|
|
253
250
|
style.bottom = `${offsetBottom + boundingRect.height}px`;
|
|
254
251
|
style.left = `${offsetLeft + boundingRect.width * offsetModifier}px`;
|
|
255
252
|
style.maxHeight = `${availableTop}px`;
|
|
256
|
-
if (position === index$1.PopoverPositions.
|
|
253
|
+
if (position === index$1.PopoverPositions.top_right) {
|
|
257
254
|
style.maxWidth = `${availableRight + boundingRect.width * sizeModifier}px`;
|
|
258
255
|
}
|
|
259
256
|
}
|
|
260
|
-
else if (position === index$1.PopoverPositions.
|
|
257
|
+
else if (position === index$1.PopoverPositions.top_left) {
|
|
261
258
|
style.top = "auto";
|
|
262
259
|
style.right = `${offsetRight + boundingRect.width * offsetModifier}px`;
|
|
263
260
|
style.bottom = `${offsetBottom + boundingRect.height}px`;
|
|
@@ -265,18 +262,18 @@ const ZPopover = class {
|
|
|
265
262
|
style.maxWidth = `${availableLeft}px`;
|
|
266
263
|
style.maxHeight = `${availableTop}px`;
|
|
267
264
|
}
|
|
268
|
-
else if (position === index$1.PopoverPositions.
|
|
269
|
-
position === index$1.PopoverPositions.
|
|
265
|
+
else if (position === index$1.PopoverPositions.bottom ||
|
|
266
|
+
position === index$1.PopoverPositions.bottom_right) {
|
|
270
267
|
style.top = `${offsetTop + boundingRect.height}px`;
|
|
271
268
|
style.right = "auto";
|
|
272
269
|
style.bottom = "auto";
|
|
273
270
|
style.left = `${offsetLeft + boundingRect.width * offsetModifier}px`;
|
|
274
271
|
style.maxHeight = `${availableBottom}px`;
|
|
275
|
-
if (position === index$1.PopoverPositions.
|
|
272
|
+
if (position === index$1.PopoverPositions.bottom_right) {
|
|
276
273
|
style.maxWidth = `${availableRight + boundingRect.width * sizeModifier}px`;
|
|
277
274
|
}
|
|
278
275
|
}
|
|
279
|
-
else if (position === index$1.PopoverPositions.
|
|
276
|
+
else if (position === index$1.PopoverPositions.bottom_left) {
|
|
280
277
|
style.top = `${offsetTop + boundingRect.height}px`;
|
|
281
278
|
style.right = `${offsetRight + boundingRect.width * offsetModifier}px`;
|
|
282
279
|
style.bottom = "auto";
|
|
@@ -284,8 +281,8 @@ const ZPopover = class {
|
|
|
284
281
|
style.maxWidth = `${availableLeft}px`;
|
|
285
282
|
style.maxHeight = `${availableBottom}px`;
|
|
286
283
|
}
|
|
287
|
-
else if (position === index$1.PopoverPositions.
|
|
288
|
-
position === index$1.PopoverPositions.
|
|
284
|
+
else if (position === index$1.PopoverPositions.right ||
|
|
285
|
+
position === index$1.PopoverPositions.right_bottom) {
|
|
289
286
|
style.top = `${offsetTop + boundingRect.height * offsetModifier}px`;
|
|
290
287
|
style.right = "auto";
|
|
291
288
|
style.bottom = "auto";
|
|
@@ -293,7 +290,7 @@ const ZPopover = class {
|
|
|
293
290
|
style.maxWidth = `${availableRight}px`;
|
|
294
291
|
style.maxHeight = `${availableBottom + boundingRect.height * sizeModifier}px`;
|
|
295
292
|
}
|
|
296
|
-
else if (position === index$1.PopoverPositions.
|
|
293
|
+
else if (position === index$1.PopoverPositions.right_top) {
|
|
297
294
|
style.top = "auto";
|
|
298
295
|
style.right = "auto";
|
|
299
296
|
style.bottom = `${offsetBottom + boundingRect.height * offsetModifier}px`;
|
|
@@ -301,8 +298,8 @@ const ZPopover = class {
|
|
|
301
298
|
style.maxWidth = `${availableRight}px`;
|
|
302
299
|
style.maxHeight = `${availableTop + boundingRect.height * sizeModifier}px`;
|
|
303
300
|
}
|
|
304
|
-
else if (position === index$1.PopoverPositions.
|
|
305
|
-
position === index$1.PopoverPositions.
|
|
301
|
+
else if (position === index$1.PopoverPositions.left ||
|
|
302
|
+
position === index$1.PopoverPositions.left_bottom) {
|
|
306
303
|
style.top = `${offsetTop + boundingRect.height * offsetModifier}px`;
|
|
307
304
|
style.right = `${offsetRight + boundingRect.width}px`;
|
|
308
305
|
style.bottom = "auto";
|
|
@@ -310,7 +307,7 @@ const ZPopover = class {
|
|
|
310
307
|
style.maxWidth = `${availableLeft}px`;
|
|
311
308
|
style.maxHeight = `${availableBottom + boundingRect.height * sizeModifier}px`;
|
|
312
309
|
}
|
|
313
|
-
else if (position === index$1.PopoverPositions.
|
|
310
|
+
else if (position === index$1.PopoverPositions.left_top) {
|
|
314
311
|
style.top = "auto";
|
|
315
312
|
style.right = `${offsetRight + boundingRect.width}px`;
|
|
316
313
|
style.bottom = `${offsetBottom + boundingRect.height * offsetModifier}px`;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
7
7
|
|
|
8
8
|
const stylesCss = ":host{--z-section-title--divider-color:var(--red500);display:flex;flex-direction:column;align-items:flex-start;width:fit-content;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host,:host ::slotted(*){box-sizing:border-box}::slotted(*){margin:0}::slotted([slot=\"secondary-title\"]){padding-bottom:calc(var(--space-unit) / 2);border-bottom:var(--border-size-large) solid var(--z-section-title--divider-color);text-transform:uppercase;font-size:var(--font-size-3);line-height:1.5rem}::slotted([slot=\"primary-title\"]){font-size:var(--font-size-6);line-height:2rem}:host([uppercase]) ::slotted([slot=\"primary-title\"]){text-transform:uppercase}@media (min-width: 1152px){::slotted([slot=\"primary-title\"]){font-size:var(--font-size-7);line-height:2.25rem}}";
|
|
9
9
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const utils = require('./utils-
|
|
7
|
-
const index$1 = require('./index-
|
|
6
|
+
const utils = require('./utils-98ed20af.js');
|
|
7
|
+
const index$1 = require('./index-69339d64.js');
|
|
8
8
|
require('./breakpoints-88c4fd6c.js');
|
|
9
9
|
|
|
10
10
|
const stylesCss = ".sc-z-skip-to-content-h{font-family:var(--font-family-sans);font-weight:var(--font-rg);position:absolute;left:-100%;background-color:#24f4ff;padding:calc(var(--space-unit) * 1.25) calc(var(--space-unit) * 3);height:60px;box-sizing:border-box}.skip-to-content-visible.sc-z-skip-to-content-h,.sc-z-skip-to-content-h:focus{position:static;display:block}.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content{display:block;text-align:center}.sc-z-skip-to-content-h>z-link.link-invisible.sc-z-skip-to-content{height:0;width:0;overflow:hidden}.sc-z-skip-to-content-h>z-link.link-visible.sc-z-skip-to-content{height:initial;width:initial}.dark.sc-z-skip-to-content-h{background-color:var(--bg-grey-800);color:var(--color-white)}.light.sc-z-skip-to-content-h{background-color:var(--bg-white);color:var(--text-grey-800);border:2px solid var(--text-grey-800)}@media (min-width: 768px){.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content{text-align:left}}@media (min-width: 1152px){.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content{display:inline-block;padding:0 calc(var(--space-unit) * 3);border-right:1px solid var(--bg-grey-800)}.sc-z-skip-to-content-h>z-link.link-invisible.sc-z-skip-to-content{height:initial;width:initial;overflow:initial}.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content:first-child{padding-left:0}.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content:last-child,.dark.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content:last-child,.light.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content:last-child{border-right:none;padding-right:0}.dark.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content{border-right:1px solid var(--bg-white)}}";
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
7
|
-
const utils = require('./utils-
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
7
|
+
const utils = require('./utils-98ed20af.js');
|
|
8
8
|
require('./breakpoints-88c4fd6c.js');
|
|
9
9
|
|
|
10
10
|
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:inherit}:host>div{display:flex;flex-direction:column;width:inherit}main{position:relative;overflow:hidden;width:100%}main z-icon.scroll{position:absolute;top:50%;width:auto;cursor:pointer;transition:0.6s ease;margin:0 var(--space-unit);fill:var(--color-primary01);z-index:10}main .scroll.disabled{opacity:50%;pointer-events:none}main .scroll.right{right:0}#slides{display:flex;flex-wrap:wrap;transition:all 300ms;line-height:0px;overflow-y:hidden}footer{height:56px;width:100%;align-items:center;display:grid;grid-template-columns:2;grid-template-rows:2;grid-template-areas:\"center center\" \"left right\";border-top:var(--border-base) solid var(--color-surface02)}footer>div{align-items:center;width:100%}footer .footerCenter{grid-area:center}footer .footerLeft{grid-area:left}footer .footerRight{grid-area:right}footer .bulletContainer{display:flex;margin:0 auto;justify-content:center;align-items:center;min-height:60px}footer .bulletContainer .bullet{width:8px;height:8px;border-radius:50%;background-color:var(--bg-neutral-150);margin:var(--space-unit) 2px;pointer-events:none}footer .bulletContainer .bullet.selected{background-color:var(--bg-neutral-400)}@media only screen and (min-width: 768px){footer{grid-template-columns:1fr 2fr 1fr;grid-template-rows:1;grid-template-areas:\"left center right\";height:76px;border-top:var(--border-base) solid var(--color-surface02)}footer .bulletContainer .bullet{width:10px;height:10px;margin:var(--space-unit) 3px}}@media only screen and (min-width: 1025px){main z-icon.scroll{margin:0 10px}footer .bulletContainer .bullet{width:16px;height:16px;margin:var(--space-unit) calc(var(--space-unit) * 0.5);pointer-events:auto;cursor:pointer}}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
7
7
|
const index$2 = require('./index-1fda0714.js');
|
|
8
8
|
require('./_commonjsHelpers-537d719a.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
7
7
|
const index$2 = require('./index-1fda0714.js');
|
|
8
8
|
require('./_commonjsHelpers-537d719a.js');
|
|
9
9
|
|
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
6
|
const index$2 = require('./index-1fda0714.js');
|
|
7
|
-
const index$1 = require('./index-
|
|
8
|
-
const utils = require('./utils-
|
|
7
|
+
const index$1 = require('./index-69339d64.js');
|
|
8
|
+
const utils = require('./utils-98ed20af.js');
|
|
9
9
|
require('./_commonjsHelpers-537d719a.js');
|
|
10
10
|
require('./breakpoints-88c4fd6c.js');
|
|
11
11
|
|
|
@@ -76,7 +76,7 @@ const ZTableHeader = class {
|
|
|
76
76
|
sortable: this.sortable,
|
|
77
77
|
}), onClick: () => this.handleSort() }, index.h("div", { class: 'container' }, index.h("slot", null), this.sortable && this.sortDirection !== index$1.SortDirectionEnum.none && (index.h("z-icon", { name: this.sortDirection === index$1.SortDirectionEnum.asc
|
|
78
78
|
? "arrow-up"
|
|
79
|
-
: "arrow-down", class: "arrow" }))), this.showButton && (index.h("div", { class: 'popover-container' }, index.h("z-button", { ref: (el) => (this.triggerButton = el), class: "contextual-popover-button", icon: "contextual-menu", variant: index$1.ButtonVariantEnum["tertiary"], size: index$1.ButtonSizeEnum["x-small"], onClick: () => this.handleMenuClick() }), index.h("z-popover", { ref: (el) => (this.popover = el), position: index$1.PopoverPositions.
|
|
79
|
+
: "arrow-down", class: "arrow" }))), this.showButton && (index.h("div", { class: 'popover-container' }, index.h("z-button", { ref: (el) => (this.triggerButton = el), class: "contextual-popover-button", icon: "contextual-menu", variant: index$1.ButtonVariantEnum["tertiary"], size: index$1.ButtonSizeEnum["x-small"], onClick: () => this.handleMenuClick() }), index.h("z-popover", { ref: (el) => (this.popover = el), position: index$1.PopoverPositions.bottom, center: true, bindTo: this.triggerButton }, index.h("div", null, index.h("slot", { name: "contextual-menu" })))))));
|
|
80
80
|
}
|
|
81
81
|
get host() { return index.getElement(this); }
|
|
82
82
|
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
7
7
|
|
|
8
8
|
const stylesCss = "z-table-row{display:table-row;font-family:var(--font-family-sans)}z-table-row[expanded-type=\"expandable\"]:hover{cursor:pointer}z-table-row[expanded-type=\"expandable\"]>z-table-cell:first-child,z-table-row[expanded-type=\"padding\"]>z-table-cell:first-child{--z-icon-width:16px;--z-icon-height:16px;width:24px;padding-left:16px;padding-right:0px;box-sizing:border-box;text-align:center;fill:var(--gray800);user-select:none}.z-icon-placeholder{width:24px;padding-right:0px}z-table-row[expanded-type=\"expandable\"]>z-table-cell:nth-child(2),z-table-row[expanded-type=\"padding\"]>z-table-cell:nth-child(2){padding-left:8px}z-table-row[expanded-type]:hover>z-table-cell:first-child{fill:var(--myz-blue-dark)}z-table-row[expanded]>z-table-cell{background-color:var(--gray50)}z-table-row[expanded]+z-table-expanded-row{display:table-row}z-table-row[expanded]>z-table-cell{border-bottom:none}";
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
7
7
|
const breakpoints = require('./breakpoints-88c4fd6c.js');
|
|
8
8
|
|
|
9
9
|
const stylesCss = "z-table{overflow-x:auto;display:block;width:100%;font-family:var(--dashboard-font);font-weight:var(--font-rg);background-color:var(--color-white)}z-table>div.table{display:table;width:100%;border-collapse:separate}z-table>div.table-bordered>z-table-body>z-table-row>z-table-cell:not(:last-child),z-table>div.table-bordered>z-table-head>z-table-header-row>z-table-header:not(:last-child){border-right:var(--border-size-small) solid var(--bg-grey-200)}z-table>div>z-table-body>z-table-row[expandable]>z-table-cell:first-child,z-table>div>z-table-head>z-table-header-row[expandable]>z-table-header:first-child{border-right:none}z-table>div>z-table-body>z-table-row[expanded]>z-table-cell{background-color:var(--gray50)}z-table>div>z-table-body>z-table-row[expanded]+z-table-expanded-row{border-bottom:1px solid var(--gray200)}z-table>div.table-column-sticky>z-table-body>z-table-row>z-table-cell:first-child,z-table>div.table-column-sticky>z-table-head>z-table-header-row>z-table-header:first-child{position:sticky;left:0;box-shadow:1px 0 4px -1px rgba(66, 69, 72, 0.4);z-index:1}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header{position:sticky;top:0;box-shadow:0 2px 3px -3px rgba(66, 69, 72, 0.4)}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header{z-index:2}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header:first-child,z-table>div.table-column-sticky>z-table-head>z-table-header-row>z-table-header:first-child{z-index:5}z-table-body{width:auto;background-color:var(--color-white)}z-table-empty-box{display:flex;flex-direction:column;flex-grow:1;border-bottom:var(--border-size-small) solid var(--bg-grey-200)}z-table-empty-box.bordered{border-left:var(--border-size-small) solid var(--bg-grey-200)}.error-message{margin-top:calc(var(--space-unit) * 2)}.table-content{display:flex;flex-direction:row;width:100%}.error-content{font-family:var(--dashboard-font);padding:calc(var(--space-unit) * 3);display:flex}.error-content>img{width:244px;height:188px;margin-right:calc(var(--space-unit) * 3)}@media only screen and (max-width: 768px){z-table>div.table-empty{display:none}.error-content{display:flex;flex-direction:column}.error-content>img{width:auto;height:auto}.text{padding:calc(var(--space-unit) * 3) 0}}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
7
7
|
|
|
8
8
|
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);position:fixed;display:flex;flex-direction:column;flex-wrap:nowrap;z-index:10000;margin-bottom:calc(var(--space-unit) * 2);margin-top:calc(var(--space-unit) * 2)}::slotted(z-toast-notification){width:100vw}::slotted(:not(:last-child)){margin-bottom:calc(var(--space-unit) * 1)}:host(.bottom-centre),:host(.bottom-right),:host(.bottom-left){justify-content:flex-end;align-items:flex-end;bottom:0}:host(.top-left),:host(.top-right),:host(.top-centre){justify-content:flex-start;align-items:flex-start;top:0}@media only screen and (min-width: 768px){:host{margin:calc(var(--space-unit) * 3)}:host(.top-centre){justify-content:flex-start;align-items:center;top:0;left:50%;transform:translateX(-50%)}:host(.top-left){justify-content:flex-start;align-items:flex-start;top:0;left:0}:host(.top-right){justify-content:flex-start;align-items:flex-end;top:0;right:0}:host(.bottom-centre){justify-content:flex-end;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}:host(.bottom-right){justify-content:flex-end;align-items:flex-end;bottom:0;right:0}:host(.bottom-left){justify-content:flex-end;align-items:flex-start;bottom:0;left:0}::slotted(z-toast-notification){width:50vw}}@media only screen and (min-width: 1366px){:host{margin:calc(var(--space-unit) * 4)}::slotted(z-toast-notification){width:33vw}}";
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
7
7
|
const breakpoints = require('./breakpoints-88c4fd6c.js');
|
|
8
8
|
const hammer = require('./hammer-4f20813e.js');
|
|
9
9
|
require('./_commonjsHelpers-537d719a.js');
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const utils = require('./utils-
|
|
7
|
-
const index$1 = require('./index-
|
|
6
|
+
const utils = require('./utils-98ed20af.js');
|
|
7
|
+
const index$1 = require('./index-69339d64.js');
|
|
8
8
|
require('./breakpoints-88c4fd6c.js');
|
|
9
9
|
|
|
10
10
|
const stylesCss = ".sc-z-toggle-switch-h{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:inline-flex;position:relative}label.sc-z-toggle-switch{display:flex;align-items:center;flex-direction:row;cursor:pointer}label.disabled.sc-z-toggle-switch{cursor:default}label.right.sc-z-toggle-switch{flex-direction:row-reverse}label.sc-z-toggle-switch>span.sc-z-toggle-switch:first-child{letter-spacing:0;color:var(--color-text01)}label.left.sc-z-toggle-switch>span.sc-z-toggle-switch:first-child{margin-right:var(--space-unit)}label.right.sc-z-toggle-switch>span.sc-z-toggle-switch:first-child{margin-left:var(--space-unit)}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch{display:flex;align-items:center}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch{top:1px;left:1px;height:18px;width:calc(var(--space-unit) * 4);border-radius:var(--space-unit);color:var(--gray500);background-color:var(--gray500);position:relative;cursor:pointer}label.sc-z-toggle-switch>span.container.disabled.sc-z-toggle-switch,label.sc-z-toggle-switch>span.container.checked.disabled.sc-z-toggle-switch{background-color:var(--color-disabled01);cursor:default}label.sc-z-toggle-switch>span.container.checked.disabled.sc-z-toggle-switch>span.circle.sc-z-toggle-switch>z-icon.sc-z-toggle-switch{fill:var(--color-disabled01)}label.sc-z-toggle-switch>span.container.checked.sc-z-toggle-switch{background-color:var(--color-primary01);fill:var(--color-primary01)}input.sc-z-toggle-switch:focus:focus-visible+label.sc-z-toggle-switch>span.container.sc-z-toggle-switch:not(.disabled){outline:none;box-shadow:var(--shadow-focus-primary)}input.sc-z-toggle-switch:focus:focus-visible+label.sc-z-toggle-switch>span.container.disabled.sc-z-toggle-switch{outline:none}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch:not(.disabled):hover{background-color:var(--color-hover-primary);fill:var(--color-hover-primary)}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch>span.circle.sc-z-toggle-switch{top:1px;left:1px;position:absolute;display:flex;align-items:center;justify-content:center;margin:0;height:calc(var(--space-unit) * 2);width:calc(var(--space-unit) * 2);border-radius:7px;background-color:var(--color-white);box-shadow:var(--shadow-1);transition:transform 0.3s ease}label.sc-z-toggle-switch>span.container.checked.sc-z-toggle-switch>span.circle.sc-z-toggle-switch{transform:translateX(calc(100% - 2px))}input[type=\"checkbox\"].sc-z-toggle-switch{position:absolute;opacity:0;z-index:-1;pointer-events:none}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
7
7
|
|
|
8
8
|
const stylesCss = ":host{--z-tooltip-theme--surface:var(--color-surface01);--z-tooltip-theme--text:var(--color-text01);--arrow-size:6px;--edge-offset:calc(-1 * (var(--arrow-size) + calc(var(--space-unit) * 2)));position:relative;display:none;align-items:center;justify-content:center;padding:var(--space-unit);min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);color:var(--z-tooltip-theme--text);fill:currentColor;font-family:var(--font-family-sans);text-align:center;border-radius:var(--border-radius-small);background:var(--z-tooltip-theme--surface);filter:drop-shadow(0 4px 8px var(--shadow-color-base));will-change:filter}:host(.legacy){display:inline-flex;padding:calc(var(--space-unit) * 2);min-width:auto;min-height:auto;max-width:200px;font-style:italic;line-height:16px;letter-spacing:0.32px;font-size:12px;border:var(--border-size-small) solid var(--gray200);border-radius:var(--border-radius);filter:drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.08))}:host(.legacy)::before{--arrow-size:14px}:host([position])::before{--arrow-edge-offset:calc(100% - var(--arrow-size) - var(--space-unit));--arrow-center-x-offset:calc(50% - calc(var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - calc(var(--arrow-size) / 2));content:'';position:absolute;width:var(--arrow-size);height:var(--arrow-size);background:inherit;transform:rotate(45deg)}:host([open][style*='top:']),:host([open][style*='inset:']){display:inline-flex}:host([position^='top']){margin-bottom:var(--space-unit)}:host([position='right']){margin-left:var(--space-unit)}:host([position='top_right']),:host([position='bottom_right']){margin-left:var(--edge-offset)}:host([position^='bottom']){margin-top:var(--space-unit)}:host([position='left']){margin-right:var(--space-unit)}:host([position='top_left']),:host([position='bottom_left']){margin-right:var(--edge-offset)}:host([position^='top'])::before{top:var(--arrow-center-y-offset)}:host([position^='bottom'])::before{bottom:var(--arrow-center-y-offset)}:host([position='top'])::before,:host([position='bottom'])::before{left:var(--arrow-center-x-offset)}:host([position='right'])::before,:host([position='left'])::before{top:var(--arrow-center-x-offset)}:host([position='right'])::before{right:var(--arrow-center-y-offset)}:host([position='top_right'])::before,:host([position='bottom_right'])::before{right:var(--arrow-edge-offset)}:host([position='left'])::before{left:var(--arrow-center-y-offset)}:host([position='top_left'])::before,:host([position='bottom_left'])::before{left:var(--arrow-edge-offset)}::slotted(*){flex:1 auto;overflow:auto}";
|
|
9
9
|
|
|
@@ -89,7 +89,7 @@ const ZTooltipDeprecated = class {
|
|
|
89
89
|
index.registerInstance(this, hostRef);
|
|
90
90
|
this.positionChange = index.createEvent(this, "positionChange", 7);
|
|
91
91
|
/** Tooltip position. */
|
|
92
|
-
this.type = index$1.PopoverPositions.
|
|
92
|
+
this.type = index$1.PopoverPositions.auto;
|
|
93
93
|
/**
|
|
94
94
|
* The open state of the tooltip.
|
|
95
95
|
*/
|
|
@@ -100,7 +100,7 @@ const ZTooltipDeprecated = class {
|
|
|
100
100
|
Object
|
|
101
101
|
.values(index$1.PopoverPositions)
|
|
102
102
|
.every((position) => newValue !== position)) {
|
|
103
|
-
this.type = index$1.PopoverPositions.
|
|
103
|
+
this.type = index$1.PopoverPositions.auto;
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
onPositionChange() {
|
|
@@ -169,29 +169,29 @@ const ZTooltipDeprecated = class {
|
|
|
169
169
|
const availableHeight = availableTop + availableBottom + boundingRect.height;
|
|
170
170
|
const availableWidth = availableLeft + availableRight + boundingRect.width;
|
|
171
171
|
let position = this.type;
|
|
172
|
-
if (position === index$1.PopoverPositions.
|
|
172
|
+
if (position === index$1.PopoverPositions.auto) {
|
|
173
173
|
/**
|
|
174
174
|
* The `AUTO` position tries to place the tooltip in the "safest" area,
|
|
175
175
|
* where there's more space available.
|
|
176
176
|
*/
|
|
177
177
|
const positions = [];
|
|
178
178
|
if (availableTop / availableHeight > 0.9) {
|
|
179
|
-
positions.unshift(index$1.PopoverPositions.
|
|
179
|
+
positions.unshift(index$1.PopoverPositions.top);
|
|
180
180
|
}
|
|
181
181
|
else if (availableTop / availableHeight > 0.6) {
|
|
182
|
-
positions.push(index$1.PopoverPositions.
|
|
182
|
+
positions.push(index$1.PopoverPositions.top);
|
|
183
183
|
}
|
|
184
184
|
else if (availableTop / availableHeight < 0.1) {
|
|
185
|
-
positions.unshift(index$1.PopoverPositions.
|
|
185
|
+
positions.unshift(index$1.PopoverPositions.bottom);
|
|
186
186
|
}
|
|
187
187
|
else {
|
|
188
|
-
positions.push(index$1.PopoverPositions.
|
|
188
|
+
positions.push(index$1.PopoverPositions.bottom);
|
|
189
189
|
}
|
|
190
190
|
if (availableLeft / availableWidth > 0.6) {
|
|
191
|
-
positions.push(index$1.PopoverPositions.
|
|
191
|
+
positions.push(index$1.PopoverPositions.left);
|
|
192
192
|
}
|
|
193
193
|
else if (availableLeft / availableWidth < 0.4) {
|
|
194
|
-
positions.push(index$1.PopoverPositions.
|
|
194
|
+
positions.push(index$1.PopoverPositions.right);
|
|
195
195
|
}
|
|
196
196
|
position = positions.join("_");
|
|
197
197
|
}
|
|
@@ -203,46 +203,46 @@ const ZTooltipDeprecated = class {
|
|
|
203
203
|
const offsetRight = boundingRect.right - relativeBoundingRect.right;
|
|
204
204
|
const offsetBottom = boundingRect.bottom - relativeBoundingRect.bottom;
|
|
205
205
|
const offsetLeft = boundingRect.left - relativeBoundingRect.left;
|
|
206
|
-
if (position === index$1.PopoverPositions.
|
|
207
|
-
position === index$1.PopoverPositions.
|
|
208
|
-
position === index$1.PopoverPositions.
|
|
206
|
+
if (position === index$1.PopoverPositions.top ||
|
|
207
|
+
position === index$1.PopoverPositions.top_right ||
|
|
208
|
+
position === index$1.PopoverPositions.top_left) {
|
|
209
209
|
style.top = "auto";
|
|
210
210
|
style.bottom = `${offsetBottom + boundingRect.height}px`;
|
|
211
211
|
}
|
|
212
|
-
if (position === index$1.PopoverPositions.
|
|
213
|
-
position === index$1.PopoverPositions.
|
|
214
|
-
position === index$1.PopoverPositions.
|
|
212
|
+
if (position === index$1.PopoverPositions.bottom ||
|
|
213
|
+
position === index$1.PopoverPositions.bottom_right ||
|
|
214
|
+
position === index$1.PopoverPositions.bottom_left) {
|
|
215
215
|
style.top = `${offsetTop + boundingRect.height}px`;
|
|
216
216
|
style.bottom = "auto";
|
|
217
217
|
}
|
|
218
|
-
if (position === index$1.PopoverPositions.
|
|
219
|
-
position === index$1.PopoverPositions.
|
|
218
|
+
if (position === index$1.PopoverPositions.top ||
|
|
219
|
+
position === index$1.PopoverPositions.bottom) {
|
|
220
220
|
style.left = `${offsetLeft +
|
|
221
221
|
(boundingRect.width / 2) -
|
|
222
222
|
(this.host.clientWidth / 2)}px`;
|
|
223
223
|
}
|
|
224
|
-
if (position === index$1.PopoverPositions.
|
|
225
|
-
position === index$1.PopoverPositions.
|
|
224
|
+
if (position === index$1.PopoverPositions.top_right ||
|
|
225
|
+
position === index$1.PopoverPositions.bottom_right) {
|
|
226
226
|
style.right = "auto";
|
|
227
227
|
style.left = `${offsetLeft + boundingRect.width}px`;
|
|
228
228
|
}
|
|
229
|
-
if (position === index$1.PopoverPositions.
|
|
230
|
-
position === index$1.PopoverPositions.
|
|
229
|
+
if (position === index$1.PopoverPositions.top_left ||
|
|
230
|
+
position === index$1.PopoverPositions.bottom_left) {
|
|
231
231
|
style.left = "auto";
|
|
232
232
|
style.right = `${offsetRight + boundingRect.width}px`;
|
|
233
233
|
}
|
|
234
|
-
if (position === index$1.PopoverPositions.
|
|
235
|
-
position === index$1.PopoverPositions.
|
|
234
|
+
if (position === index$1.PopoverPositions.right ||
|
|
235
|
+
position === index$1.PopoverPositions.left) {
|
|
236
236
|
style.top = `${offsetTop +
|
|
237
237
|
(boundingRect.height / 2) -
|
|
238
238
|
(this.host.clientHeight / 2)}px`;
|
|
239
239
|
style.bottom = "auto";
|
|
240
240
|
}
|
|
241
|
-
if (position === index$1.PopoverPositions.
|
|
241
|
+
if (position === index$1.PopoverPositions.right) {
|
|
242
242
|
style.right = "auto";
|
|
243
243
|
style.left = `${offsetLeft + boundingRect.width}px`;
|
|
244
244
|
}
|
|
245
|
-
if (position === index$1.PopoverPositions.
|
|
245
|
+
if (position === index$1.PopoverPositions.left) {
|
|
246
246
|
style.left = "auto";
|
|
247
247
|
style.right = `${offsetRight + boundingRect.width}px`;
|
|
248
248
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-84b7063a.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-69339d64.js');
|
|
7
7
|
|
|
8
8
|
const stylesCss = ":host{--z-tooltip-theme--surface:var(--color-surface01);--z-tooltip-theme--text:var(--color-text01);--z-tooltip-shadow-filter:drop-shadow(0 1px 2px var(--shadow-color-base))}:host([dark]) z-popover{--z-popover-theme--surface:var(--color-surface05)}z-popover{--z-popover-padding:var(--space-unit);--z-popover-theme--surface:var(--z-tooltip-theme--surface);--z-popover-theme--text:var(--z-tooltip-theme--text);--z-popover-shadow-filter:var(--z-tooltip-shadow-filter)}";
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ const ZTooltip = class {
|
|
|
11
11
|
constructor(hostRef) {
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
/** Tooltip position. */
|
|
14
|
-
this.position = index$1.PopoverPositions.
|
|
14
|
+
this.position = index$1.PopoverPositions.auto;
|
|
15
15
|
/** Enable tooltip dark mode. */
|
|
16
16
|
this.dark = false;
|
|
17
17
|
/**
|
|
@@ -50,6 +50,9 @@ export var InputTypeEnum;
|
|
|
50
50
|
InputTypeEnum["textarea"] = "textarea";
|
|
51
51
|
InputTypeEnum["checkbox"] = "checkbox";
|
|
52
52
|
InputTypeEnum["radio"] = "radio";
|
|
53
|
+
InputTypeEnum["tel"] = "tel";
|
|
54
|
+
InputTypeEnum["url"] = "url";
|
|
55
|
+
InputTypeEnum["search"] = "search";
|
|
53
56
|
})(InputTypeEnum || (InputTypeEnum = {}));
|
|
54
57
|
export var InputStatusEnum;
|
|
55
58
|
(function (InputStatusEnum) {
|
|
@@ -59,19 +62,19 @@ export var InputStatusEnum;
|
|
|
59
62
|
})(InputStatusEnum || (InputStatusEnum = {}));
|
|
60
63
|
export var PopoverPositions;
|
|
61
64
|
(function (PopoverPositions) {
|
|
62
|
-
PopoverPositions["
|
|
63
|
-
PopoverPositions["
|
|
64
|
-
PopoverPositions["
|
|
65
|
-
PopoverPositions["
|
|
66
|
-
PopoverPositions["
|
|
67
|
-
PopoverPositions["
|
|
68
|
-
PopoverPositions["
|
|
69
|
-
PopoverPositions["
|
|
70
|
-
PopoverPositions["
|
|
71
|
-
PopoverPositions["
|
|
72
|
-
PopoverPositions["
|
|
73
|
-
PopoverPositions["
|
|
74
|
-
PopoverPositions["
|
|
65
|
+
PopoverPositions["auto"] = "auto";
|
|
66
|
+
PopoverPositions["top"] = "top";
|
|
67
|
+
PopoverPositions["right"] = "right";
|
|
68
|
+
PopoverPositions["bottom"] = "bottom";
|
|
69
|
+
PopoverPositions["left"] = "left";
|
|
70
|
+
PopoverPositions["top_right"] = "top_right";
|
|
71
|
+
PopoverPositions["top_left"] = "top_left";
|
|
72
|
+
PopoverPositions["bottom_right"] = "bottom_right";
|
|
73
|
+
PopoverPositions["bottom_left"] = "bottom_left";
|
|
74
|
+
PopoverPositions["right_top"] = "right_top";
|
|
75
|
+
PopoverPositions["right_bottom"] = "right_bottom";
|
|
76
|
+
PopoverPositions["left_top"] = "left_top";
|
|
77
|
+
PopoverPositions["left_bottom"] = "left_bottom";
|
|
75
78
|
})(PopoverPositions || (PopoverPositions = {}));
|
|
76
79
|
export var PopoverPosition;
|
|
77
80
|
(function (PopoverPosition) {
|
|
@@ -315,3 +318,10 @@ export var StatusTagStatus;
|
|
|
315
318
|
StatusTagStatus["neutral"] = "neutral";
|
|
316
319
|
StatusTagStatus["default"] = "default";
|
|
317
320
|
})(StatusTagStatus || (StatusTagStatus = {}));
|
|
321
|
+
export var InfoRevealPosition;
|
|
322
|
+
(function (InfoRevealPosition) {
|
|
323
|
+
InfoRevealPosition["top_right"] = "top_right";
|
|
324
|
+
InfoRevealPosition["top_left"] = "top_left";
|
|
325
|
+
InfoRevealPosition["bottom_right"] = "bottom_right";
|
|
326
|
+
InfoRevealPosition["bottom_left"] = "bottom_left";
|
|
327
|
+
})(InfoRevealPosition || (InfoRevealPosition = {}));
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"./components/z-contextual-menu/index.js",
|
|
58
58
|
"./components/z-divider/index.js",
|
|
59
59
|
"./components/z-ghost-loading/index.js",
|
|
60
|
+
"./components/z-info-reveal/index.js",
|
|
60
61
|
"./components/z-offcanvas/index.js",
|
|
61
62
|
"./components/z-pagination/index.js",
|
|
62
63
|
"./components/z-popover/index.js",
|
|
@@ -19,10 +19,8 @@ export class ZButton {
|
|
|
19
19
|
id: this.htmlid,
|
|
20
20
|
"aria-label": this.ariaLabel,
|
|
21
21
|
class: {
|
|
22
|
-
container: true,
|
|
23
|
-
|
|
24
|
-
[this.size]: true,
|
|
25
|
-
"has-text": !!this.hostElement.textContent
|
|
22
|
+
"z-button--container": true,
|
|
23
|
+
"z-button--has-text": !!this.hostElement.textContent.trim()
|
|
26
24
|
}
|
|
27
25
|
};
|
|
28
26
|
}
|
|
@@ -77,7 +75,7 @@ export class ZButton {
|
|
|
77
75
|
"text": "HTML <a> href attribute. If it is set, it renders an HTML <a> tag."
|
|
78
76
|
},
|
|
79
77
|
"attribute": "href",
|
|
80
|
-
"reflect":
|
|
78
|
+
"reflect": false
|
|
81
79
|
},
|
|
82
80
|
"target": {
|
|
83
81
|
"type": "string",
|
|
@@ -94,7 +92,7 @@ export class ZButton {
|
|
|
94
92
|
"text": "HTML a target attribute."
|
|
95
93
|
},
|
|
96
94
|
"attribute": "target",
|
|
97
|
-
"reflect":
|
|
95
|
+
"reflect": false
|
|
98
96
|
},
|
|
99
97
|
"htmlid": {
|
|
100
98
|
"type": "string",
|
|
@@ -208,7 +206,7 @@ export class ZButton {
|
|
|
208
206
|
"text": "`z-icon` name to use (optional)."
|
|
209
207
|
},
|
|
210
208
|
"attribute": "icon",
|
|
211
|
-
"reflect":
|
|
209
|
+
"reflect": false
|
|
212
210
|
},
|
|
213
211
|
"size": {
|
|
214
212
|
"type": "string",
|