@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-90e18641.js';
|
|
2
|
-
import { D as DeviceEnum } from './index-
|
|
3
|
-
import { d as convertJson, g as getDevice, h as handleKeyboardSubmit } from './utils-
|
|
2
|
+
import { D as DeviceEnum } from './index-e3640537.js';
|
|
3
|
+
import { d as convertJson, g as getDevice, h as handleKeyboardSubmit } from './utils-f3d44cb3.js';
|
|
4
4
|
import './breakpoints-c386984e.js';
|
|
5
5
|
|
|
6
6
|
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}}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host } from './index-90e18641.js';
|
|
2
|
-
import { S as StatusTagStatus } from './index-
|
|
2
|
+
import { S as StatusTagStatus } from './index-e3640537.js';
|
|
3
3
|
import { c as classnames } from './index-abb47b30.js';
|
|
4
4
|
import './_commonjsHelpers-9943807e.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
|
-
import {
|
|
2
|
+
import { F as Size, f as ButtonVariantEnum, g as ButtonSizeEnum } from './index-e3640537.js';
|
|
3
3
|
import { c as classnames } from './index-abb47b30.js';
|
|
4
4
|
import './_commonjsHelpers-9943807e.js';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
2
|
import { c as classnames } from './index-abb47b30.js';
|
|
3
|
-
import {
|
|
4
|
-
import { a as getElementTree } from './utils-
|
|
3
|
+
import { F as Size, G as SortDirectionEnum, f as ButtonVariantEnum, g as ButtonSizeEnum, P as PopoverPositions } from './index-e3640537.js';
|
|
4
|
+
import { a as getElementTree } from './utils-f3d44cb3.js';
|
|
5
5
|
import './_commonjsHelpers-9943807e.js';
|
|
6
6
|
import './breakpoints-c386984e.js';
|
|
7
7
|
|
|
@@ -72,7 +72,7 @@ const ZTableHeader = class {
|
|
|
72
72
|
sortable: this.sortable,
|
|
73
73
|
}), onClick: () => this.handleSort() }, h("div", { class: 'container' }, h("slot", null), this.sortable && this.sortDirection !== SortDirectionEnum.none && (h("z-icon", { name: this.sortDirection === SortDirectionEnum.asc
|
|
74
74
|
? "arrow-up"
|
|
75
|
-
: "arrow-down", class: "arrow" }))), this.showButton && (h("div", { class: 'popover-container' }, h("z-button", { ref: (el) => (this.triggerButton = el), class: "contextual-popover-button", icon: "contextual-menu", variant: ButtonVariantEnum["tertiary"], size: ButtonSizeEnum["x-small"], onClick: () => this.handleMenuClick() }), h("z-popover", { ref: (el) => (this.popover = el), position: PopoverPositions.
|
|
75
|
+
: "arrow-down", class: "arrow" }))), this.showButton && (h("div", { class: 'popover-container' }, h("z-button", { ref: (el) => (this.triggerButton = el), class: "contextual-popover-button", icon: "contextual-menu", variant: ButtonVariantEnum["tertiary"], size: ButtonSizeEnum["x-small"], onClick: () => this.handleMenuClick() }), h("z-popover", { ref: (el) => (this.popover = el), position: PopoverPositions.bottom, center: true, bindTo: this.triggerButton }, h("div", null, h("slot", { name: "contextual-menu" })))))));
|
|
76
76
|
}
|
|
77
77
|
get host() { return getElement(this); }
|
|
78
78
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-90e18641.js';
|
|
2
|
-
import {
|
|
2
|
+
import { w as ZTableRowExpandedType } from './index-e3640537.js';
|
|
3
3
|
|
|
4
4
|
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}";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
|
-
import { f as ButtonVariantEnum, g as ButtonSizeEnum } from './index-
|
|
2
|
+
import { f as ButtonVariantEnum, g as ButtonSizeEnum } from './index-e3640537.js';
|
|
3
3
|
import { m as mobileBreakpoint } from './breakpoints-c386984e.js';
|
|
4
4
|
|
|
5
5
|
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}}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
|
-
import {
|
|
2
|
+
import { y as ToastNotificationPositionsEnum } from './index-e3640537.js';
|
|
3
3
|
|
|
4
4
|
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}}";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
|
-
import {
|
|
2
|
+
import { x as ToastNotificationTransitionsEnum } from './index-e3640537.js';
|
|
3
3
|
import { m as mobileBreakpoint } from './breakpoints-c386984e.js';
|
|
4
4
|
import { h as hammer } from './hammer-c3266b17.js';
|
|
5
5
|
import './_commonjsHelpers-9943807e.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-90e18641.js';
|
|
2
|
-
import { r as randomId } from './utils-
|
|
3
|
-
import { L as LabelPositions } from './index-
|
|
2
|
+
import { r as randomId } from './utils-f3d44cb3.js';
|
|
3
|
+
import { L as LabelPositions } from './index-e3640537.js';
|
|
4
4
|
import './breakpoints-c386984e.js';
|
|
5
5
|
|
|
6
6
|
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}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
|
-
import { P as PopoverPositions } from './index-
|
|
2
|
+
import { P as PopoverPositions } from './index-e3640537.js';
|
|
3
3
|
|
|
4
4
|
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}";
|
|
5
5
|
|
|
@@ -85,7 +85,7 @@ const ZTooltipDeprecated = class {
|
|
|
85
85
|
registerInstance(this, hostRef);
|
|
86
86
|
this.positionChange = createEvent(this, "positionChange", 7);
|
|
87
87
|
/** Tooltip position. */
|
|
88
|
-
this.type = PopoverPositions.
|
|
88
|
+
this.type = PopoverPositions.auto;
|
|
89
89
|
/**
|
|
90
90
|
* The open state of the tooltip.
|
|
91
91
|
*/
|
|
@@ -96,7 +96,7 @@ const ZTooltipDeprecated = class {
|
|
|
96
96
|
Object
|
|
97
97
|
.values(PopoverPositions)
|
|
98
98
|
.every((position) => newValue !== position)) {
|
|
99
|
-
this.type = PopoverPositions.
|
|
99
|
+
this.type = PopoverPositions.auto;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
onPositionChange() {
|
|
@@ -165,29 +165,29 @@ const ZTooltipDeprecated = class {
|
|
|
165
165
|
const availableHeight = availableTop + availableBottom + boundingRect.height;
|
|
166
166
|
const availableWidth = availableLeft + availableRight + boundingRect.width;
|
|
167
167
|
let position = this.type;
|
|
168
|
-
if (position === PopoverPositions.
|
|
168
|
+
if (position === PopoverPositions.auto) {
|
|
169
169
|
/**
|
|
170
170
|
* The `AUTO` position tries to place the tooltip in the "safest" area,
|
|
171
171
|
* where there's more space available.
|
|
172
172
|
*/
|
|
173
173
|
const positions = [];
|
|
174
174
|
if (availableTop / availableHeight > 0.9) {
|
|
175
|
-
positions.unshift(PopoverPositions.
|
|
175
|
+
positions.unshift(PopoverPositions.top);
|
|
176
176
|
}
|
|
177
177
|
else if (availableTop / availableHeight > 0.6) {
|
|
178
|
-
positions.push(PopoverPositions.
|
|
178
|
+
positions.push(PopoverPositions.top);
|
|
179
179
|
}
|
|
180
180
|
else if (availableTop / availableHeight < 0.1) {
|
|
181
|
-
positions.unshift(PopoverPositions.
|
|
181
|
+
positions.unshift(PopoverPositions.bottom);
|
|
182
182
|
}
|
|
183
183
|
else {
|
|
184
|
-
positions.push(PopoverPositions.
|
|
184
|
+
positions.push(PopoverPositions.bottom);
|
|
185
185
|
}
|
|
186
186
|
if (availableLeft / availableWidth > 0.6) {
|
|
187
|
-
positions.push(PopoverPositions.
|
|
187
|
+
positions.push(PopoverPositions.left);
|
|
188
188
|
}
|
|
189
189
|
else if (availableLeft / availableWidth < 0.4) {
|
|
190
|
-
positions.push(PopoverPositions.
|
|
190
|
+
positions.push(PopoverPositions.right);
|
|
191
191
|
}
|
|
192
192
|
position = positions.join("_");
|
|
193
193
|
}
|
|
@@ -199,46 +199,46 @@ const ZTooltipDeprecated = class {
|
|
|
199
199
|
const offsetRight = boundingRect.right - relativeBoundingRect.right;
|
|
200
200
|
const offsetBottom = boundingRect.bottom - relativeBoundingRect.bottom;
|
|
201
201
|
const offsetLeft = boundingRect.left - relativeBoundingRect.left;
|
|
202
|
-
if (position === PopoverPositions.
|
|
203
|
-
position === PopoverPositions.
|
|
204
|
-
position === PopoverPositions.
|
|
202
|
+
if (position === PopoverPositions.top ||
|
|
203
|
+
position === PopoverPositions.top_right ||
|
|
204
|
+
position === PopoverPositions.top_left) {
|
|
205
205
|
style.top = "auto";
|
|
206
206
|
style.bottom = `${offsetBottom + boundingRect.height}px`;
|
|
207
207
|
}
|
|
208
|
-
if (position === PopoverPositions.
|
|
209
|
-
position === PopoverPositions.
|
|
210
|
-
position === PopoverPositions.
|
|
208
|
+
if (position === PopoverPositions.bottom ||
|
|
209
|
+
position === PopoverPositions.bottom_right ||
|
|
210
|
+
position === PopoverPositions.bottom_left) {
|
|
211
211
|
style.top = `${offsetTop + boundingRect.height}px`;
|
|
212
212
|
style.bottom = "auto";
|
|
213
213
|
}
|
|
214
|
-
if (position === PopoverPositions.
|
|
215
|
-
position === PopoverPositions.
|
|
214
|
+
if (position === PopoverPositions.top ||
|
|
215
|
+
position === PopoverPositions.bottom) {
|
|
216
216
|
style.left = `${offsetLeft +
|
|
217
217
|
(boundingRect.width / 2) -
|
|
218
218
|
(this.host.clientWidth / 2)}px`;
|
|
219
219
|
}
|
|
220
|
-
if (position === PopoverPositions.
|
|
221
|
-
position === PopoverPositions.
|
|
220
|
+
if (position === PopoverPositions.top_right ||
|
|
221
|
+
position === PopoverPositions.bottom_right) {
|
|
222
222
|
style.right = "auto";
|
|
223
223
|
style.left = `${offsetLeft + boundingRect.width}px`;
|
|
224
224
|
}
|
|
225
|
-
if (position === PopoverPositions.
|
|
226
|
-
position === PopoverPositions.
|
|
225
|
+
if (position === PopoverPositions.top_left ||
|
|
226
|
+
position === PopoverPositions.bottom_left) {
|
|
227
227
|
style.left = "auto";
|
|
228
228
|
style.right = `${offsetRight + boundingRect.width}px`;
|
|
229
229
|
}
|
|
230
|
-
if (position === PopoverPositions.
|
|
231
|
-
position === PopoverPositions.
|
|
230
|
+
if (position === PopoverPositions.right ||
|
|
231
|
+
position === PopoverPositions.left) {
|
|
232
232
|
style.top = `${offsetTop +
|
|
233
233
|
(boundingRect.height / 2) -
|
|
234
234
|
(this.host.clientHeight / 2)}px`;
|
|
235
235
|
style.bottom = "auto";
|
|
236
236
|
}
|
|
237
|
-
if (position === PopoverPositions.
|
|
237
|
+
if (position === PopoverPositions.right) {
|
|
238
238
|
style.right = "auto";
|
|
239
239
|
style.left = `${offsetLeft + boundingRect.width}px`;
|
|
240
240
|
}
|
|
241
|
-
if (position === PopoverPositions.
|
|
241
|
+
if (position === PopoverPositions.left) {
|
|
242
242
|
style.left = "auto";
|
|
243
243
|
style.right = `${offsetRight + boundingRect.width}px`;
|
|
244
244
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-90e18641.js';
|
|
2
|
-
import { P as PopoverPositions } from './index-
|
|
2
|
+
import { P as PopoverPositions } from './index-e3640537.js';
|
|
3
3
|
|
|
4
4
|
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)}";
|
|
5
5
|
|
|
@@ -7,7 +7,7 @@ const ZTooltip = class {
|
|
|
7
7
|
constructor(hostRef) {
|
|
8
8
|
registerInstance(this, hostRef);
|
|
9
9
|
/** Tooltip position. */
|
|
10
|
-
this.position = PopoverPositions.
|
|
10
|
+
this.position = PopoverPositions.auto;
|
|
11
11
|
/** Enable tooltip dark mode. */
|
|
12
12
|
this.dark = false;
|
|
13
13
|
/**
|
|
@@ -140,19 +140,49 @@ export declare enum InputStatusEnum {
|
|
|
140
140
|
}
|
|
141
141
|
export declare type PopoverPositionBean = keyof typeof PopoverPositions;
|
|
142
142
|
export declare enum PopoverPositions {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
143
|
+
auto = "auto",
|
|
144
|
+
top = "top",
|
|
145
|
+
right = "right",
|
|
146
|
+
bottom = "bottom",
|
|
147
|
+
left = "left",
|
|
148
|
+
top_right = "top_right",
|
|
149
|
+
top_left = "top_left",
|
|
150
|
+
bottom_right = "bottom_right",
|
|
151
|
+
bottom_left = "bottom_left",
|
|
152
|
+
right_top = "right_top",
|
|
153
|
+
right_bottom = "right_bottom",
|
|
154
|
+
left_top = "left_top",
|
|
155
|
+
left_bottom = "left_bottom"
|
|
156
|
+
}
|
|
157
|
+
export declare enum PopoverPosition {
|
|
158
|
+
"after-down" = "after-down",
|
|
159
|
+
"after-center" = "after-center",
|
|
160
|
+
"after-up" = "after-up",
|
|
161
|
+
"below-right" = "below-right",
|
|
162
|
+
"below-center" = "below-center",
|
|
163
|
+
"below-left" = "below-left",
|
|
164
|
+
"before-down" = "before-down",
|
|
165
|
+
"before-center" = "before-center",
|
|
166
|
+
"before-up" = "before-up",
|
|
167
|
+
"above-right" = "above-right",
|
|
168
|
+
"above-center" = "above-center",
|
|
169
|
+
"above-left" = "above-left"
|
|
170
|
+
}
|
|
171
|
+
export declare enum PopoverBorderRadius {
|
|
172
|
+
"none" = "none",
|
|
173
|
+
small = "small",
|
|
174
|
+
medium = "medium"
|
|
175
|
+
}
|
|
176
|
+
export declare enum PopoverShadow {
|
|
177
|
+
"shadow-1" = "shadow-1",
|
|
178
|
+
"shadow-2" = "shadow-2",
|
|
179
|
+
"shadow-3" = "shadow-3",
|
|
180
|
+
"shadow-4" = "shadow-4",
|
|
181
|
+
"shadow-6" = "shadow-6",
|
|
182
|
+
"shadow-8" = "shadow-8",
|
|
183
|
+
"shadow-12" = "shadow-12",
|
|
184
|
+
"shadow-16" = "shadow-16",
|
|
185
|
+
"shadow-24" = "shadow-24"
|
|
156
186
|
}
|
|
157
187
|
export declare enum KeyboardKeyCodeEnum {
|
|
158
188
|
TAB = 9,
|
|
@@ -366,3 +396,10 @@ export declare enum StatusTagStatus {
|
|
|
366
396
|
neutral = "neutral",
|
|
367
397
|
default = "default"
|
|
368
398
|
}
|
|
399
|
+
export declare type InfoRevealPositionBean = keyof typeof InfoRevealPosition;
|
|
400
|
+
export declare enum InfoRevealPosition {
|
|
401
|
+
top_right = "top_right",
|
|
402
|
+
top_left = "top_left",
|
|
403
|
+
bottom_right = "bottom_right",
|
|
404
|
+
bottom_left = "bottom_left"
|
|
405
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { InfoRevealPositionBean } from "../../beans";
|
|
2
|
+
export declare class ZInfoReveal {
|
|
3
|
+
el: HTMLElement;
|
|
4
|
+
/** Name of the icon for the open button */
|
|
5
|
+
icon?: string;
|
|
6
|
+
position?: InfoRevealPositionBean;
|
|
7
|
+
/** Text that appears on closed panel next to the open button. */
|
|
8
|
+
label?: string;
|
|
9
|
+
/** Whether the info panel is open. */
|
|
10
|
+
open: boolean;
|
|
11
|
+
/** Current index for the info queue. */
|
|
12
|
+
currentIndex: number;
|
|
13
|
+
watchItems(): void;
|
|
14
|
+
/**
|
|
15
|
+
* Open the info box.
|
|
16
|
+
*/
|
|
17
|
+
openInfoBox(): void;
|
|
18
|
+
/**
|
|
19
|
+
* Close the info box.
|
|
20
|
+
*/
|
|
21
|
+
closeInfoBox(): void;
|
|
22
|
+
/**
|
|
23
|
+
* Navigate slotted info.
|
|
24
|
+
* It closes the info box after the last info has been navigated.
|
|
25
|
+
*/
|
|
26
|
+
next(): void;
|
|
27
|
+
render(): any;
|
|
28
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { PopoverPositionBean } from "../../beans";
|
|
3
3
|
/**
|
|
4
4
|
* Popover component.
|
|
5
5
|
*
|
|
@@ -10,7 +10,7 @@ import { PopoverPositions } from "../../beans";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class ZPopover {
|
|
12
12
|
/** Popover position. */
|
|
13
|
-
position:
|
|
13
|
+
position: PopoverPositionBean;
|
|
14
14
|
/**
|
|
15
15
|
* The open state of the popover.
|
|
16
16
|
*/
|
|
@@ -34,7 +34,7 @@ export declare class ZPopover {
|
|
|
34
34
|
/**
|
|
35
35
|
* The current position of the popover.
|
|
36
36
|
*/
|
|
37
|
-
currentPosition?:
|
|
37
|
+
currentPosition?: PopoverPositionBean;
|
|
38
38
|
/**
|
|
39
39
|
* Position change event.
|
|
40
40
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { AlertTypes, LicenseTypeEnum, MenuItem as MenuItem1, PopoverPositions as PopoverPositions1 } from "./beans/index";
|
|
9
|
-
import { AvatarSize, ButtonSizeEnum, ButtonVariantBean, ButtonVariantEnum, CardVariants, ComboItemBean, DictionaryData, DividerOrientation, DividerSize, ExpandableListButtonAlign, ExpandableListStyle, HeaderUserData, InputStatusBean, InputTypeBean, LabelPosition, ListDividerType, ListSize, MenuItem, NavigationTabsOrientation, NavigationTabsSize, NotificationType, OffCanvasVariantsEnum, PocketStatus, PopoverPositions, SelectItemBean, Size, SkipToContentLink, SortDirection, StatusTagStatus, ThemeVariant, ThemeVariantBean, ToastNotificationPositionsTypes, ToastNotificationTransitionTypes, ToastNotificationTypes, TransitionDirectionEnum, ZChipType, ZDatePickerMode, ZFileUploadTypeEnum, ZSectionTitleDividerPosition, ZTableRowExpandedType } from "./beans";
|
|
9
|
+
import { AvatarSize, ButtonSizeEnum, ButtonVariantBean, ButtonVariantEnum, CardVariants, ComboItemBean, DictionaryData, DividerOrientation, DividerSize, ExpandableListButtonAlign, ExpandableListStyle, HeaderUserData, InfoRevealPositionBean, InputStatusBean, InputTypeBean, LabelPosition, ListDividerType, ListSize, MenuItem, NavigationTabsOrientation, NavigationTabsSize, NotificationType, OffCanvasVariantsEnum, PocketStatus, PopoverBorderRadius, PopoverPosition, PopoverPositionBean, PopoverPositions, PopoverShadow, SelectItemBean, Size, SkipToContentLink, SortDirection, StatusTagStatus, ThemeVariant, ThemeVariantBean, ToastNotificationPositionsTypes, ToastNotificationTransitionTypes, ToastNotificationTypes, TransitionDirectionEnum, ZChipType, ZDatePickerMode, ZFileUploadTypeEnum, ZSectionTitleDividerPosition, ZTableRowExpandedType } from "./beans";
|
|
10
10
|
import { ListItemBean } from "./beans/index.js";
|
|
11
11
|
import { ZTypographyLevels } from "./components/typography/z-typography/index";
|
|
12
12
|
export namespace Components {
|
|
@@ -531,6 +531,17 @@ export namespace Components {
|
|
|
531
531
|
*/
|
|
532
532
|
"isclosable": boolean;
|
|
533
533
|
}
|
|
534
|
+
interface ZInfoReveal {
|
|
535
|
+
/**
|
|
536
|
+
* Name of the icon for the open button
|
|
537
|
+
*/
|
|
538
|
+
"icon"?: string;
|
|
539
|
+
/**
|
|
540
|
+
* Text that appears on closed panel next to the open button.
|
|
541
|
+
*/
|
|
542
|
+
"label"?: string;
|
|
543
|
+
"position"?: InfoRevealPositionBean;
|
|
544
|
+
}
|
|
534
545
|
interface ZInput {
|
|
535
546
|
/**
|
|
536
547
|
* the input aria-label
|
|
@@ -1513,7 +1524,7 @@ export namespace Components {
|
|
|
1513
1524
|
/**
|
|
1514
1525
|
* Popover position.
|
|
1515
1526
|
*/
|
|
1516
|
-
"position":
|
|
1527
|
+
"position": PopoverPositionBean;
|
|
1517
1528
|
/**
|
|
1518
1529
|
* Whether to show popover's arrow.
|
|
1519
1530
|
*/
|
|
@@ -1521,25 +1532,29 @@ export namespace Components {
|
|
|
1521
1532
|
}
|
|
1522
1533
|
interface ZPopoverDeprecated {
|
|
1523
1534
|
/**
|
|
1524
|
-
*
|
|
1535
|
+
* [optional] Background color token for popover
|
|
1525
1536
|
*/
|
|
1526
|
-
"
|
|
1537
|
+
"backgroundColor"?: string;
|
|
1527
1538
|
/**
|
|
1528
|
-
*
|
|
1539
|
+
* [optional] Border radius token for popover
|
|
1529
1540
|
*/
|
|
1530
|
-
"
|
|
1541
|
+
"borderRadius"?: PopoverBorderRadius;
|
|
1531
1542
|
/**
|
|
1532
|
-
*
|
|
1543
|
+
* [optional] Box shadow token for popover
|
|
1533
1544
|
*/
|
|
1534
|
-
"
|
|
1545
|
+
"boxShadow"?: PopoverShadow;
|
|
1535
1546
|
/**
|
|
1536
|
-
* Popover
|
|
1547
|
+
* [optional] Sets padding for Popover container
|
|
1537
1548
|
*/
|
|
1538
|
-
"
|
|
1549
|
+
"padding"?: string;
|
|
1539
1550
|
/**
|
|
1540
|
-
*
|
|
1551
|
+
* [optional] Popover position
|
|
1541
1552
|
*/
|
|
1542
|
-
"
|
|
1553
|
+
"position"?: PopoverPosition;
|
|
1554
|
+
/**
|
|
1555
|
+
* [optional] Show or hide arrow
|
|
1556
|
+
*/
|
|
1557
|
+
"showArrow"?: boolean;
|
|
1543
1558
|
}
|
|
1544
1559
|
interface ZRangePicker {
|
|
1545
1560
|
/**
|
|
@@ -2166,6 +2181,12 @@ declare global {
|
|
|
2166
2181
|
prototype: HTMLZInfoBoxElement;
|
|
2167
2182
|
new (): HTMLZInfoBoxElement;
|
|
2168
2183
|
};
|
|
2184
|
+
interface HTMLZInfoRevealElement extends Components.ZInfoReveal, HTMLStencilElement {
|
|
2185
|
+
}
|
|
2186
|
+
var HTMLZInfoRevealElement: {
|
|
2187
|
+
prototype: HTMLZInfoRevealElement;
|
|
2188
|
+
new (): HTMLZInfoRevealElement;
|
|
2189
|
+
};
|
|
2169
2190
|
interface HTMLZInputElement extends Components.ZInput, HTMLStencilElement {
|
|
2170
2191
|
}
|
|
2171
2192
|
var HTMLZInputElement: {
|
|
@@ -2644,6 +2665,7 @@ declare global {
|
|
|
2644
2665
|
"z-icon": HTMLZIconElement;
|
|
2645
2666
|
"z-icon-package": HTMLZIconPackageElement;
|
|
2646
2667
|
"z-info-box": HTMLZInfoBoxElement;
|
|
2668
|
+
"z-info-reveal": HTMLZInfoRevealElement;
|
|
2647
2669
|
"z-input": HTMLZInputElement;
|
|
2648
2670
|
"z-input-deprecated": HTMLZInputDeprecatedElement;
|
|
2649
2671
|
"z-input-label": HTMLZInputLabelElement;
|
|
@@ -3306,6 +3328,17 @@ declare namespace LocalJSX {
|
|
|
3306
3328
|
*/
|
|
3307
3329
|
"onInfoBoxClose"?: (event: CustomEvent<any>) => void;
|
|
3308
3330
|
}
|
|
3331
|
+
interface ZInfoReveal {
|
|
3332
|
+
/**
|
|
3333
|
+
* Name of the icon for the open button
|
|
3334
|
+
*/
|
|
3335
|
+
"icon"?: string;
|
|
3336
|
+
/**
|
|
3337
|
+
* Text that appears on closed panel next to the open button.
|
|
3338
|
+
*/
|
|
3339
|
+
"label"?: string;
|
|
3340
|
+
"position"?: InfoRevealPositionBean;
|
|
3341
|
+
}
|
|
3309
3342
|
interface ZInput {
|
|
3310
3343
|
/**
|
|
3311
3344
|
* the input aria-label
|
|
@@ -4427,7 +4460,7 @@ declare namespace LocalJSX {
|
|
|
4427
4460
|
/**
|
|
4428
4461
|
* Popover position.
|
|
4429
4462
|
*/
|
|
4430
|
-
"position"?:
|
|
4463
|
+
"position"?: PopoverPositionBean;
|
|
4431
4464
|
/**
|
|
4432
4465
|
* Whether to show popover's arrow.
|
|
4433
4466
|
*/
|
|
@@ -4435,31 +4468,31 @@ declare namespace LocalJSX {
|
|
|
4435
4468
|
}
|
|
4436
4469
|
interface ZPopoverDeprecated {
|
|
4437
4470
|
/**
|
|
4438
|
-
*
|
|
4471
|
+
* [optional] Background color token for popover
|
|
4439
4472
|
*/
|
|
4440
|
-
"
|
|
4473
|
+
"backgroundColor"?: string;
|
|
4441
4474
|
/**
|
|
4442
|
-
*
|
|
4475
|
+
* [optional] Border radius token for popover
|
|
4443
4476
|
*/
|
|
4444
|
-
"
|
|
4477
|
+
"borderRadius"?: PopoverBorderRadius;
|
|
4445
4478
|
/**
|
|
4446
|
-
*
|
|
4479
|
+
* [optional] Box shadow token for popover
|
|
4447
4480
|
*/
|
|
4448
|
-
"
|
|
4481
|
+
"boxShadow"?: PopoverShadow;
|
|
4449
4482
|
/**
|
|
4450
|
-
*
|
|
4483
|
+
* Emitted on popover click, returns isVisible state
|
|
4451
4484
|
*/
|
|
4452
|
-
"
|
|
4485
|
+
"onTriggerClick"?: (event: CustomEvent<any>) => void;
|
|
4453
4486
|
/**
|
|
4454
|
-
*
|
|
4487
|
+
* [optional] Sets padding for Popover container
|
|
4455
4488
|
*/
|
|
4456
|
-
"
|
|
4489
|
+
"padding"?: string;
|
|
4457
4490
|
/**
|
|
4458
|
-
* Popover position
|
|
4491
|
+
* [optional] Popover position
|
|
4459
4492
|
*/
|
|
4460
|
-
"position"?:
|
|
4493
|
+
"position"?: PopoverPosition;
|
|
4461
4494
|
/**
|
|
4462
|
-
*
|
|
4495
|
+
* [optional] Show or hide arrow
|
|
4463
4496
|
*/
|
|
4464
4497
|
"showArrow"?: boolean;
|
|
4465
4498
|
}
|
|
@@ -4952,6 +4985,7 @@ declare namespace LocalJSX {
|
|
|
4952
4985
|
"z-icon": ZIcon;
|
|
4953
4986
|
"z-icon-package": ZIconPackage;
|
|
4954
4987
|
"z-info-box": ZInfoBox;
|
|
4988
|
+
"z-info-reveal": ZInfoReveal;
|
|
4955
4989
|
"z-input": ZInput;
|
|
4956
4990
|
"z-input-deprecated": ZInputDeprecated;
|
|
4957
4991
|
"z-input-label": ZInputLabel;
|
|
@@ -5065,6 +5099,7 @@ declare module "@stencil/core" {
|
|
|
5065
5099
|
"z-icon": LocalJSX.ZIcon & JSXBase.HTMLAttributes<HTMLZIconElement>;
|
|
5066
5100
|
"z-icon-package": LocalJSX.ZIconPackage & JSXBase.HTMLAttributes<HTMLZIconPackageElement>;
|
|
5067
5101
|
"z-info-box": LocalJSX.ZInfoBox & JSXBase.HTMLAttributes<HTMLZInfoBoxElement>;
|
|
5102
|
+
"z-info-reveal": LocalJSX.ZInfoReveal & JSXBase.HTMLAttributes<HTMLZInfoRevealElement>;
|
|
5068
5103
|
"z-input": LocalJSX.ZInput & JSXBase.HTMLAttributes<HTMLZInputElement>;
|
|
5069
5104
|
"z-input-deprecated": LocalJSX.ZInputDeprecated & JSXBase.HTMLAttributes<HTMLZInputDeprecatedElement>;
|
|
5070
5105
|
"z-input-label": LocalJSX.ZInputLabel & JSXBase.HTMLAttributes<HTMLZInputLabelElement>;
|