@zanichelli/albe-web-components 4.2.0 → 5.1.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/dist/cjs/{index-0e75c8cc.js → index-bc9a5c2b.js} +53 -13
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-97262bbd.js → utils-2fa62b67.js} +1 -1
- package/dist/cjs/{utils-155eec04.js → utils-40bb75b1.js} +1 -2
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/z-app-switcher_9.cjs.entry.js +3 -3
- 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-pocket_3.cjs.entry.js +2 -2
- package/dist/cjs/z-popover-deprecated.cjs.entry.js +97 -303
- 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 +53 -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/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-popover/index.js +30 -32
- package/dist/collection/components/z-table/z-table-header/index.js +1 -1
- package/dist/collection/deprecated/z-popover-deprecated/index.js +173 -368
- package/dist/collection/deprecated/z-popover-deprecated/styles.css +188 -86
- 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-c1ce8cab.js → index-e3640537.js} +54 -14
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-fa9f38ec.js → utils-c1f651ae.js} +1 -2
- package/dist/esm/{utils-99c70c57.js → utils-f3d44cb3.js} +1 -1
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/z-app-switcher_9.entry.js +3 -3
- 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-pocket_3.entry.js +2 -2
- package/dist/esm/z-popover-deprecated.entry.js +98 -304
- 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 +50 -13
- package/dist/types/components/buttons/z-button/index.d.ts +2 -3
- 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 +61 -26
- package/dist/types/deprecated/z-popover-deprecated/index.d.ts +27 -51
- package/dist/web-components-library/index.esm.js +1 -1
- package/{www/build/p-78df5dbf.entry.js → dist/web-components-library/p-057981fe.entry.js} +1 -1
- package/dist/web-components-library/p-07949b90.entry.js +1 -0
- package/dist/web-components-library/p-0c37f467.entry.js +1 -0
- package/{www/build/p-cd88cead.entry.js → dist/web-components-library/p-0f185eb0.entry.js} +1 -1
- package/dist/web-components-library/{p-b9cc2dfc.entry.js → p-12125ca9.entry.js} +1 -1
- package/dist/web-components-library/{p-4be52491.entry.js → p-139b5241.entry.js} +1 -1
- package/dist/web-components-library/p-20d02305.js +1 -0
- package/dist/web-components-library/{p-8ddbbe24.entry.js → p-242501d5.entry.js} +1 -1
- package/dist/web-components-library/{p-1b1717c9.entry.js → p-26e314bc.entry.js} +1 -1
- package/dist/web-components-library/{p-b359a3b4.entry.js → p-28ecb1ae.entry.js} +1 -1
- package/{www/build/p-dd0efdbf.entry.js → dist/web-components-library/p-2931f7bc.entry.js} +1 -1
- package/dist/web-components-library/p-2954396f.entry.js +1 -0
- package/dist/web-components-library/{p-0f6edb58.entry.js → p-2c17e016.entry.js} +1 -1
- package/dist/web-components-library/{p-1eb357e8.entry.js → p-3496bd33.entry.js} +1 -1
- package/dist/web-components-library/{p-897f9491.entry.js → p-38716520.entry.js} +1 -1
- package/{www/build/p-870dabdc.entry.js → dist/web-components-library/p-3ab957bb.entry.js} +1 -1
- package/dist/web-components-library/p-3e564afc.entry.js +1 -0
- package/{www/build/p-55f09348.entry.js → dist/web-components-library/p-45810268.entry.js} +1 -1
- package/dist/web-components-library/{p-1d5aa37b.entry.js → p-46f58c91.entry.js} +1 -1
- package/{www/build/p-1a76a57d.entry.js → dist/web-components-library/p-4c857706.entry.js} +1 -1
- package/dist/web-components-library/{p-53dade4b.entry.js → p-5332ba48.entry.js} +1 -1
- package/{www/build/p-91ec5eb4.entry.js → dist/web-components-library/p-57888e02.entry.js} +1 -1
- package/dist/web-components-library/{p-99a562cb.entry.js → p-57f2ceae.entry.js} +1 -1
- package/dist/web-components-library/{p-fdd91263.entry.js → p-5889ec85.entry.js} +1 -1
- package/dist/web-components-library/{p-970bd07c.entry.js → p-598f6761.entry.js} +1 -1
- package/dist/web-components-library/{p-46aecb12.entry.js → p-6f731dfa.entry.js} +1 -1
- package/dist/web-components-library/{p-28e4abc4.entry.js → p-7a3cdf12.entry.js} +1 -1
- package/dist/web-components-library/{p-c042e745.entry.js → p-7aa19a55.entry.js} +1 -1
- package/dist/web-components-library/{p-805af37b.entry.js → p-7dfe73cf.entry.js} +1 -1
- package/dist/web-components-library/{p-d04f3cb6.entry.js → p-83f0796d.entry.js} +1 -1
- package/dist/web-components-library/{p-10be0462.entry.js → p-85bd1ff2.entry.js} +1 -1
- package/dist/web-components-library/{p-7f1cc90f.js → p-8c4c18e1.js} +1 -1
- package/dist/web-components-library/{p-15fa8ca4.entry.js → p-90a4883b.entry.js} +1 -1
- package/dist/web-components-library/p-967401ab.js +1 -0
- package/dist/web-components-library/{p-f78d6123.entry.js → p-969652eb.entry.js} +1 -1
- package/dist/web-components-library/{p-8ce4b2c4.entry.js → p-98298391.entry.js} +1 -1
- package/dist/web-components-library/p-a2e54d19.entry.js +1 -0
- package/dist/web-components-library/{p-bfc78a89.entry.js → p-adbca438.entry.js} +1 -1
- package/dist/web-components-library/{p-659fc25e.entry.js → p-b3e7dfbd.entry.js} +1 -1
- package/dist/web-components-library/{p-6bbd53ec.entry.js → p-b43e7b60.entry.js} +1 -1
- package/{www/build/p-eca4cb15.entry.js → dist/web-components-library/p-b4c75519.entry.js} +1 -1
- package/dist/web-components-library/{p-990b8236.entry.js → p-b8e8220f.entry.js} +1 -1
- package/{www/build/p-4d6f2f01.entry.js → dist/web-components-library/p-c07bcbd3.entry.js} +1 -1
- package/dist/web-components-library/{p-41f33f7b.entry.js → p-c1ebd436.entry.js} +1 -1
- package/{www/build/p-fbfaa699.entry.js → dist/web-components-library/p-c4892336.entry.js} +1 -1
- package/dist/web-components-library/{p-caa21a6f.entry.js → p-d09b89da.entry.js} +1 -1
- package/dist/web-components-library/{p-c8383456.entry.js → p-d5844db1.entry.js} +1 -1
- package/dist/web-components-library/{p-5dcbba4e.entry.js → p-d641ea46.entry.js} +1 -1
- package/dist/web-components-library/{p-6c52ed1b.entry.js → p-dad7bc20.entry.js} +1 -1
- package/dist/web-components-library/{p-e74b3fd9.entry.js → p-e3840215.entry.js} +1 -1
- package/{www/build/p-d6361790.entry.js → dist/web-components-library/p-e768fe51.entry.js} +1 -1
- package/dist/web-components-library/{p-053846df.entry.js → p-e815e82b.entry.js} +1 -1
- package/dist/web-components-library/{p-ff4a0f6f.entry.js → p-fde7105a.entry.js} +1 -1
- package/dist/web-components-library/{p-92895bce.entry.js → p-fed999af.entry.js} +1 -1
- package/dist/web-components-library/web-components-library.css +1 -1
- 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-78df5dbf.entry.js → www/build/p-057981fe.entry.js} +1 -1
- package/www/build/p-07949b90.entry.js +1 -0
- package/www/build/p-0c37f467.entry.js +1 -0
- package/{dist/web-components-library/p-cd88cead.entry.js → www/build/p-0f185eb0.entry.js} +1 -1
- package/www/build/{p-b9cc2dfc.entry.js → p-12125ca9.entry.js} +1 -1
- package/www/build/{p-4be52491.entry.js → p-139b5241.entry.js} +1 -1
- package/www/build/p-20d02305.js +1 -0
- package/www/build/{p-8ddbbe24.entry.js → p-242501d5.entry.js} +1 -1
- package/www/build/{p-1b1717c9.entry.js → p-26e314bc.entry.js} +1 -1
- package/www/build/{p-b359a3b4.entry.js → p-28ecb1ae.entry.js} +1 -1
- package/{dist/web-components-library/p-dd0efdbf.entry.js → www/build/p-2931f7bc.entry.js} +1 -1
- package/www/build/p-2954396f.entry.js +1 -0
- package/www/build/{p-0f6edb58.entry.js → p-2c17e016.entry.js} +1 -1
- package/www/build/{p-1eb357e8.entry.js → p-3496bd33.entry.js} +1 -1
- package/www/build/{p-897f9491.entry.js → p-38716520.entry.js} +1 -1
- package/{dist/web-components-library/p-870dabdc.entry.js → www/build/p-3ab957bb.entry.js} +1 -1
- package/www/build/p-3e564afc.entry.js +1 -0
- package/www/build/p-418e5795.js +1 -0
- package/{dist/web-components-library/p-55f09348.entry.js → www/build/p-45810268.entry.js} +1 -1
- package/www/build/{p-1d5aa37b.entry.js → p-46f58c91.entry.js} +1 -1
- package/{dist/web-components-library/p-1a76a57d.entry.js → www/build/p-4c857706.entry.js} +1 -1
- package/www/build/p-4c9c83c0.css +1 -0
- package/www/build/{p-53dade4b.entry.js → p-5332ba48.entry.js} +1 -1
- package/{dist/web-components-library/p-91ec5eb4.entry.js → www/build/p-57888e02.entry.js} +1 -1
- package/www/build/{p-99a562cb.entry.js → p-57f2ceae.entry.js} +1 -1
- package/www/build/{p-fdd91263.entry.js → p-5889ec85.entry.js} +1 -1
- package/www/build/{p-970bd07c.entry.js → p-598f6761.entry.js} +1 -1
- package/www/build/{p-46aecb12.entry.js → p-6f731dfa.entry.js} +1 -1
- package/www/build/{p-28e4abc4.entry.js → p-7a3cdf12.entry.js} +1 -1
- package/www/build/{p-c042e745.entry.js → p-7aa19a55.entry.js} +1 -1
- package/www/build/{p-805af37b.entry.js → p-7dfe73cf.entry.js} +1 -1
- package/www/build/{p-d04f3cb6.entry.js → p-83f0796d.entry.js} +1 -1
- package/www/build/{p-10be0462.entry.js → p-85bd1ff2.entry.js} +1 -1
- package/www/build/{p-7f1cc90f.js → p-8c4c18e1.js} +1 -1
- package/www/build/{p-15fa8ca4.entry.js → p-90a4883b.entry.js} +1 -1
- package/www/build/p-967401ab.js +1 -0
- package/www/build/{p-f78d6123.entry.js → p-969652eb.entry.js} +1 -1
- package/www/build/{p-8ce4b2c4.entry.js → p-98298391.entry.js} +1 -1
- package/www/build/p-a2e54d19.entry.js +1 -0
- package/www/build/{p-bfc78a89.entry.js → p-adbca438.entry.js} +1 -1
- package/www/build/{p-659fc25e.entry.js → p-b3e7dfbd.entry.js} +1 -1
- package/www/build/{p-6bbd53ec.entry.js → p-b43e7b60.entry.js} +1 -1
- package/{dist/web-components-library/p-eca4cb15.entry.js → www/build/p-b4c75519.entry.js} +1 -1
- package/www/build/{p-990b8236.entry.js → p-b8e8220f.entry.js} +1 -1
- package/{dist/web-components-library/p-4d6f2f01.entry.js → www/build/p-c07bcbd3.entry.js} +1 -1
- package/www/build/{p-41f33f7b.entry.js → p-c1ebd436.entry.js} +1 -1
- package/{dist/web-components-library/p-fbfaa699.entry.js → www/build/p-c4892336.entry.js} +1 -1
- package/www/build/{p-caa21a6f.entry.js → p-d09b89da.entry.js} +1 -1
- package/www/build/{p-c8383456.entry.js → p-d5844db1.entry.js} +1 -1
- package/www/build/{p-5dcbba4e.entry.js → p-d641ea46.entry.js} +1 -1
- package/www/build/{p-6c52ed1b.entry.js → p-dad7bc20.entry.js} +1 -1
- package/www/build/{p-e74b3fd9.entry.js → p-e3840215.entry.js} +1 -1
- package/{dist/web-components-library/p-d6361790.entry.js → www/build/p-e768fe51.entry.js} +1 -1
- package/www/build/{p-053846df.entry.js → p-e815e82b.entry.js} +1 -1
- package/www/build/{p-ff4a0f6f.entry.js → p-fde7105a.entry.js} +1 -1
- package/www/build/{p-92895bce.entry.js → p-fed999af.entry.js} +1 -1
- package/www/build/web-components-library.css +1 -1
- package/www/build/web-components-library.esm.js +1 -1
- package/www/index.html +1 -1
- package/CHANGELOG.md +0 -1788
- package/dist/web-components-library/p-514719d2.entry.js +0 -1
- package/dist/web-components-library/p-b6cd034b.js +0 -1
- package/dist/web-components-library/p-e007cd0b.entry.js +0 -1
- package/dist/web-components-library/p-ed1cd6b1.js +0 -1
- package/dist/web-components-library/p-f26251dd.entry.js +0 -1
- package/dist/web-components-library/p-f61fd81e.entry.js +0 -1
- package/src-react/index.ts +0 -1
- package/www/build/p-514719d2.entry.js +0 -1
- package/www/build/p-975e9d42.js +0 -129
- package/www/build/p-b6cd034b.js +0 -1
- package/www/build/p-e007cd0b.entry.js +0 -1
- package/www/build/p-ed1cd6b1.js +0 -1
- package/www/build/p-f26251dd.entry.js +0 -1
- package/www/build/p-f61fd81e.entry.js +0 -1
- package/www/build/p-fcff1237.css +0 -812
|
@@ -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-bc9a5c2b.js');
|
|
7
|
+
const utils = require('./utils-2fa62b67.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-bc9a5c2b.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-bc9a5c2b.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-bc9a5c2b.js');
|
|
8
|
+
const utils = require('./utils-2fa62b67.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-bc9a5c2b.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-bc9a5c2b.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-bc9a5c2b.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-bc9a5c2b.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-2fa62b67.js');
|
|
7
|
+
const index$1 = require('./index-bc9a5c2b.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-bc9a5c2b.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-bc9a5c2b.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
|
/**
|
|
@@ -59,20 +59,53 @@ export var InputStatusEnum;
|
|
|
59
59
|
})(InputStatusEnum || (InputStatusEnum = {}));
|
|
60
60
|
export var PopoverPositions;
|
|
61
61
|
(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["
|
|
62
|
+
PopoverPositions["auto"] = "auto";
|
|
63
|
+
PopoverPositions["top"] = "top";
|
|
64
|
+
PopoverPositions["right"] = "right";
|
|
65
|
+
PopoverPositions["bottom"] = "bottom";
|
|
66
|
+
PopoverPositions["left"] = "left";
|
|
67
|
+
PopoverPositions["top_right"] = "top_right";
|
|
68
|
+
PopoverPositions["top_left"] = "top_left";
|
|
69
|
+
PopoverPositions["bottom_right"] = "bottom_right";
|
|
70
|
+
PopoverPositions["bottom_left"] = "bottom_left";
|
|
71
|
+
PopoverPositions["right_top"] = "right_top";
|
|
72
|
+
PopoverPositions["right_bottom"] = "right_bottom";
|
|
73
|
+
PopoverPositions["left_top"] = "left_top";
|
|
74
|
+
PopoverPositions["left_bottom"] = "left_bottom";
|
|
75
75
|
})(PopoverPositions || (PopoverPositions = {}));
|
|
76
|
+
export var PopoverPosition;
|
|
77
|
+
(function (PopoverPosition) {
|
|
78
|
+
PopoverPosition["after-down"] = "after-down";
|
|
79
|
+
PopoverPosition["after-center"] = "after-center";
|
|
80
|
+
PopoverPosition["after-up"] = "after-up";
|
|
81
|
+
PopoverPosition["below-right"] = "below-right";
|
|
82
|
+
PopoverPosition["below-center"] = "below-center";
|
|
83
|
+
PopoverPosition["below-left"] = "below-left";
|
|
84
|
+
PopoverPosition["before-down"] = "before-down";
|
|
85
|
+
PopoverPosition["before-center"] = "before-center";
|
|
86
|
+
PopoverPosition["before-up"] = "before-up";
|
|
87
|
+
PopoverPosition["above-right"] = "above-right";
|
|
88
|
+
PopoverPosition["above-center"] = "above-center";
|
|
89
|
+
PopoverPosition["above-left"] = "above-left";
|
|
90
|
+
})(PopoverPosition || (PopoverPosition = {}));
|
|
91
|
+
export var PopoverBorderRadius;
|
|
92
|
+
(function (PopoverBorderRadius) {
|
|
93
|
+
PopoverBorderRadius["none"] = "none";
|
|
94
|
+
PopoverBorderRadius["small"] = "small";
|
|
95
|
+
PopoverBorderRadius["medium"] = "medium";
|
|
96
|
+
})(PopoverBorderRadius || (PopoverBorderRadius = {}));
|
|
97
|
+
export var PopoverShadow;
|
|
98
|
+
(function (PopoverShadow) {
|
|
99
|
+
PopoverShadow["shadow-1"] = "shadow-1";
|
|
100
|
+
PopoverShadow["shadow-2"] = "shadow-2";
|
|
101
|
+
PopoverShadow["shadow-3"] = "shadow-3";
|
|
102
|
+
PopoverShadow["shadow-4"] = "shadow-4";
|
|
103
|
+
PopoverShadow["shadow-6"] = "shadow-6";
|
|
104
|
+
PopoverShadow["shadow-8"] = "shadow-8";
|
|
105
|
+
PopoverShadow["shadow-12"] = "shadow-12";
|
|
106
|
+
PopoverShadow["shadow-16"] = "shadow-16";
|
|
107
|
+
PopoverShadow["shadow-24"] = "shadow-24";
|
|
108
|
+
})(PopoverShadow || (PopoverShadow = {}));
|
|
76
109
|
export var KeyboardKeyCodeEnum;
|
|
77
110
|
(function (KeyboardKeyCodeEnum) {
|
|
78
111
|
KeyboardKeyCodeEnum[KeyboardKeyCodeEnum["TAB"] = 9] = "TAB";
|
|
@@ -282,3 +315,10 @@ export var StatusTagStatus;
|
|
|
282
315
|
StatusTagStatus["neutral"] = "neutral";
|
|
283
316
|
StatusTagStatus["default"] = "default";
|
|
284
317
|
})(StatusTagStatus || (StatusTagStatus = {}));
|
|
318
|
+
export var InfoRevealPosition;
|
|
319
|
+
(function (InfoRevealPosition) {
|
|
320
|
+
InfoRevealPosition["top_right"] = "top_right";
|
|
321
|
+
InfoRevealPosition["top_left"] = "top_left";
|
|
322
|
+
InfoRevealPosition["bottom_right"] = "bottom_right";
|
|
323
|
+
InfoRevealPosition["bottom_left"] = "bottom_left";
|
|
324
|
+
})(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",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
pointer-events: none;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
:host .container {
|
|
12
|
+
:host .z-button--container {
|
|
13
13
|
box-sizing: border-box;
|
|
14
14
|
display: inline-flex;
|
|
15
15
|
align-items: center;
|
|
@@ -32,116 +32,116 @@
|
|
|
32
32
|
fill: currentColor;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
:host .container
|
|
35
|
+
:host .z-button--container:focus:focus-visible {
|
|
36
|
+
box-shadow: var(--shadow-focus-primary);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:host .z-button--container.z-button--has-text {
|
|
36
40
|
min-width: calc(var(--space-unit) * 8);
|
|
37
41
|
padding: 0 calc(var(--space-unit) * 2);
|
|
38
42
|
}
|
|
39
43
|
|
|
40
|
-
:host .container.has-text z-icon {
|
|
44
|
+
:host .z-button--container.z-button--has-text z-icon {
|
|
41
45
|
--z-icon-right-margin: var(--space-unit);
|
|
42
46
|
}
|
|
43
47
|
|
|
44
|
-
:host .
|
|
48
|
+
:host([size="big"]) .z-button--container {
|
|
45
49
|
height: 44px;
|
|
46
50
|
min-width: 44px;
|
|
47
51
|
}
|
|
48
52
|
|
|
49
|
-
:host .
|
|
53
|
+
:host([size="small"]) .z-button--container {
|
|
50
54
|
height: 36px;
|
|
51
55
|
min-width: 36px;
|
|
52
56
|
}
|
|
53
57
|
|
|
54
|
-
:host
|
|
58
|
+
:host([size="x-small"]) .z-button--container {
|
|
55
59
|
height: 32px;
|
|
56
60
|
min-width: 32px;
|
|
57
61
|
}
|
|
58
62
|
|
|
59
|
-
:host .
|
|
63
|
+
:host([variant="primary"]) .z-button--container {
|
|
60
64
|
background-color: var(--color-primary01);
|
|
61
65
|
border-color: var(--color-primary01);
|
|
62
66
|
color: var(--color-text-inverse);
|
|
63
67
|
}
|
|
64
68
|
|
|
65
69
|
@media (hover: hover) {
|
|
66
|
-
:host .
|
|
70
|
+
:host([variant="primary"]) .z-button--container:hover {
|
|
67
71
|
background-color: var(--color-hover-primary);
|
|
68
72
|
border-color: var(--color-hover-primary);
|
|
69
73
|
color: var(--color-text-inverse);
|
|
70
74
|
}
|
|
71
75
|
}
|
|
72
76
|
|
|
73
|
-
:host .container:
|
|
74
|
-
box-shadow: var(--shadow-focus-primary);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
:host .primary:active {
|
|
77
|
+
:host([variant="primary"]) .z-button--container:active {
|
|
78
78
|
background-color: var(--color-pressed-primary);
|
|
79
79
|
border-color: var(--color-pressed-primary);
|
|
80
80
|
color: var(--color-text-inverse);
|
|
81
81
|
box-shadow: var(--shadow-2);
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
:host([disabled]:not([disabled="false"])) .
|
|
84
|
+
:host([variant="primary"][disabled]:not([disabled="false"])) .z-button--container {
|
|
85
85
|
background-color: var(--color-disabled01);
|
|
86
86
|
border-color: var(--color-disabled01);
|
|
87
87
|
color: var(--color-disabled02);
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
:host .
|
|
90
|
+
:host([variant="secondary"]) .z-button--container {
|
|
91
91
|
background-color: var(--color-surface01);
|
|
92
92
|
border-color: var(--color-primary01);
|
|
93
93
|
color: var(--color-primary01);
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
@media (hover: hover) {
|
|
97
|
-
:host .
|
|
97
|
+
:host([variant="secondary"]) .z-button--container:hover {
|
|
98
98
|
background-color: var(--color-surface01);
|
|
99
99
|
border-color: var(--color-hover-primary);
|
|
100
100
|
color: var(--color-hover-primary);
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
:host .
|
|
104
|
+
:host([variant="secondary"]) .z-button--container:active {
|
|
105
105
|
background-color: var(--color-surface01);
|
|
106
106
|
border-color: var(--color-pressed-primary);
|
|
107
107
|
color: var(--color-pressed-primary);
|
|
108
108
|
box-shadow: var(--shadow-2);
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
:host([disabled]:not([disabled="false"])) .
|
|
111
|
+
:host([variant="secondary"][disabled]:not([disabled="false"])) .z-button--container {
|
|
112
112
|
background-color: var(--color-surface01);
|
|
113
113
|
border-color: var(--color-disabled01);
|
|
114
114
|
color: var(--color-disabled02);
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
:host .
|
|
117
|
+
:host([variant="tertiary"]) .z-button--container {
|
|
118
118
|
background-color: transparent;
|
|
119
119
|
border-color: transparent;
|
|
120
120
|
color: var(--color-primary01);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
@media (hover: hover) {
|
|
124
|
-
:host .
|
|
124
|
+
:host([variant="tertiary"]) .z-button--container:hover {
|
|
125
125
|
background-color: var(--color-primary03);
|
|
126
126
|
border-color: var(--color-primary03);
|
|
127
127
|
color: var(--color-hover-primary);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
:host .
|
|
131
|
+
:host([variant="tertiary"]) .z-button--container:focus:focus-visible {
|
|
132
132
|
background-color: var(--color-surface01);
|
|
133
133
|
border-color: var(--color-surface01);
|
|
134
134
|
color: var(--color-primary01);
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
:host .
|
|
137
|
+
:host([variant="tertiary"]) .z-button--container:active {
|
|
138
138
|
background-color: var(--color-surface01);
|
|
139
139
|
border-color: var(--color-surface01);
|
|
140
140
|
color: var(--color-primary01);
|
|
141
141
|
box-shadow: var(--shadow-2);
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
:host([disabled]:not([disabled="false"])) .
|
|
144
|
+
:host([variant="tertiary"][disabled]:not([disabled="false"])) .z-button--container {
|
|
145
145
|
background-color: transparent;
|
|
146
146
|
border-color: transparent;
|
|
147
147
|
color: var(--color-disabled02);
|
|
@@ -31,7 +31,7 @@ export class ZFile {
|
|
|
31
31
|
}
|
|
32
32
|
render() {
|
|
33
33
|
return (h(Host, null,
|
|
34
|
-
this.allowPopover && (h("z-popover", { open: this.popoverVisible, position: PopoverPositions.
|
|
34
|
+
this.allowPopover && (h("z-popover", { open: this.popoverVisible, position: PopoverPositions.auto, bindTo: this.chip },
|
|
35
35
|
h("span", { class: "body-5 tooltip-content" }, this.ellipsis.innerText))),
|
|
36
36
|
h("z-chip", { ref: (el) => (this.chip = el), id: `chip-${this.fileNumber}`, interactiveIcon: "multiply-circled", type: ZChipType.default },
|
|
37
37
|
h("span", { ref: (el) => (this.ellipsis = el), tabIndex: -1 },
|
|
@@ -11,7 +11,7 @@ import { PopoverPositions } from "../../../beans";
|
|
|
11
11
|
export class ZTooltip {
|
|
12
12
|
constructor() {
|
|
13
13
|
/** Tooltip position. */
|
|
14
|
-
this.position = PopoverPositions.
|
|
14
|
+
this.position = PopoverPositions.auto;
|
|
15
15
|
/** Enable tooltip dark mode. */
|
|
16
16
|
this.dark = false;
|
|
17
17
|
/**
|
|
@@ -40,7 +40,7 @@ export class ZTooltip {
|
|
|
40
40
|
"mutable": true,
|
|
41
41
|
"complexType": {
|
|
42
42
|
"original": "PopoverPositions",
|
|
43
|
-
"resolved": "PopoverPositions.
|
|
43
|
+
"resolved": "PopoverPositions.auto | PopoverPositions.bottom | PopoverPositions.bottom_left | PopoverPositions.bottom_right | PopoverPositions.left | PopoverPositions.left_bottom | PopoverPositions.left_top | PopoverPositions.right | PopoverPositions.right_bottom | PopoverPositions.right_top | PopoverPositions.top | PopoverPositions.top_left | PopoverPositions.top_right",
|
|
44
44
|
"references": {
|
|
45
45
|
"PopoverPositions": {
|
|
46
46
|
"location": "import",
|
|
@@ -56,7 +56,7 @@ export class ZTooltip {
|
|
|
56
56
|
},
|
|
57
57
|
"attribute": "position",
|
|
58
58
|
"reflect": true,
|
|
59
|
-
"defaultValue": "PopoverPositions.
|
|
59
|
+
"defaultValue": "PopoverPositions.auto"
|
|
60
60
|
},
|
|
61
61
|
"dark": {
|
|
62
62
|
"type": "boolean",
|
|
@@ -9,7 +9,7 @@ export class ZContextualMenu {
|
|
|
9
9
|
/**
|
|
10
10
|
* [optional] Sets the position of the popover
|
|
11
11
|
*/
|
|
12
|
-
this.popoverPosition = PopoverPositions.
|
|
12
|
+
this.popoverPosition = PopoverPositions.bottom_right;
|
|
13
13
|
}
|
|
14
14
|
componentWillRender() {
|
|
15
15
|
if (this.elements) {
|
|
@@ -94,7 +94,7 @@ export class ZContextualMenu {
|
|
|
94
94
|
"mutable": false,
|
|
95
95
|
"complexType": {
|
|
96
96
|
"original": "PopoverPositions",
|
|
97
|
-
"resolved": "PopoverPositions.
|
|
97
|
+
"resolved": "PopoverPositions.auto | PopoverPositions.bottom | PopoverPositions.bottom_left | PopoverPositions.bottom_right | PopoverPositions.left | PopoverPositions.left_bottom | PopoverPositions.left_top | PopoverPositions.right | PopoverPositions.right_bottom | PopoverPositions.right_top | PopoverPositions.top | PopoverPositions.top_left | PopoverPositions.top_right",
|
|
98
98
|
"references": {
|
|
99
99
|
"PopoverPositions": {
|
|
100
100
|
"location": "import",
|
|
@@ -110,7 +110,7 @@ export class ZContextualMenu {
|
|
|
110
110
|
},
|
|
111
111
|
"attribute": "popover-position",
|
|
112
112
|
"reflect": true,
|
|
113
|
-
"defaultValue": "PopoverPositions.
|
|
113
|
+
"defaultValue": "PopoverPositions.bottom_right"
|
|
114
114
|
}
|
|
115
115
|
}; }
|
|
116
116
|
static get events() { return [{
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
:host {
|
|
2
|
-
display: flex;
|
|
3
2
|
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
align-items: center;
|
|
4
6
|
font-family: var(--font-family-sans);
|
|
5
7
|
font-weight: var(--font-rg);
|
|
6
8
|
}
|
|
7
9
|
|
|
8
10
|
button {
|
|
11
|
+
width: 100%;
|
|
12
|
+
height: 100%;
|
|
9
13
|
border: none;
|
|
10
14
|
background: transparent;
|
|
11
15
|
cursor: pointer;
|