@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,134 +1,236 @@
|
|
|
1
1
|
:host {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
--z-popover-padding: var(--space-unit);
|
|
5
|
-
--z-popover-shadow-filter: drop-shadow(0 1px 2px var(--shadow-color-base));
|
|
6
|
-
--arrow-size: 6px;
|
|
7
|
-
--edge-offset: calc(-1 * (var(--arrow-size) + calc(var(--space-unit) * 2)));
|
|
2
|
+
font-family: var(--dashboard-font);
|
|
3
|
+
font-weight: var(--font-rg);
|
|
8
4
|
|
|
9
5
|
position: relative;
|
|
10
|
-
display:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
6
|
+
display: inline-block;
|
|
7
|
+
|
|
8
|
+
--shadow-arrow-color: rgba(66, 69, 72, 0.2);
|
|
9
|
+
--shadow-arrow-below-color: rgba(66, 69, 72, 0.1);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.popover-content-container {
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
visibility: hidden;
|
|
15
|
+
position: absolute;
|
|
16
|
+
min-width: 64px;
|
|
17
|
+
min-height: 32px;
|
|
18
|
+
z-index: 999;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.popover-content-container.visible {
|
|
22
|
+
visibility: visible;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/** Border-radius */
|
|
26
|
+
|
|
27
|
+
.popover-content-container.border-radius-none {
|
|
28
|
+
border-radius: 0;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.popover-content-container.border-radius-small {
|
|
20
32
|
border-radius: var(--border-radius-small);
|
|
21
|
-
background: var(--z-popover-theme--surface);
|
|
22
|
-
filter: var(--z-popover-shadow-filter);
|
|
23
33
|
}
|
|
24
34
|
|
|
25
|
-
|
|
26
|
-
:
|
|
27
|
-
display: none;
|
|
35
|
+
.popover-content-container.border-radius-medium {
|
|
36
|
+
border-radius: var(--border-radius);
|
|
28
37
|
}
|
|
29
38
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
39
|
+
/*
|
|
40
|
+
Box-shadow
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
.popover-content-container.shadow-1 {
|
|
44
|
+
box-shadow: var(--shadow-1);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.popover-content-container.shadow-2 {
|
|
48
|
+
box-shadow: var(--shadow-2);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.popover-content-container.shadow-3 {
|
|
52
|
+
box-shadow: var(--shadow-3);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.popover-content-container.shadow-4 {
|
|
56
|
+
box-shadow: var(--shadow-4);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.popover-content-container.shadow-6 {
|
|
60
|
+
box-shadow: var(--shadow-6);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.popover-content-container.shadow-8 {
|
|
64
|
+
box-shadow: var(--shadow-8);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.popover-content-container.shadow-12 {
|
|
68
|
+
box-shadow: var(--shadow-12);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.popover-content-container.shadow-16 {
|
|
72
|
+
box-shadow: var(--shadow-16);
|
|
33
73
|
}
|
|
34
74
|
|
|
35
|
-
|
|
36
|
-
:
|
|
75
|
+
.popover-content-container.shadow-24 {
|
|
76
|
+
box-shadow: var(--shadow-24);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/*
|
|
80
|
+
Popover-positions
|
|
81
|
+
*/
|
|
82
|
+
|
|
83
|
+
.popover-content-container.after-down {
|
|
84
|
+
top: 0;
|
|
85
|
+
left: calc(100% + var(--space-unit));
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.popover-content-container.after-center {
|
|
89
|
+
top: 50%;
|
|
90
|
+
left: calc(100% + var(--space-unit));
|
|
37
91
|
transform: translateY(-50%);
|
|
38
92
|
}
|
|
39
93
|
|
|
40
|
-
|
|
94
|
+
.popover-content-container.after-up {
|
|
95
|
+
bottom: 0;
|
|
96
|
+
left: calc(100% + var(--space-unit));
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.popover-content-container.below-right {
|
|
100
|
+
left: 0;
|
|
101
|
+
top: calc(100% + var(--space-unit));
|
|
102
|
+
}
|
|
41
103
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
104
|
+
.popover-content-container.below-center {
|
|
105
|
+
left: 50%;
|
|
106
|
+
top: calc(100% + var(--space-unit));
|
|
107
|
+
transform: translateX(-50%);
|
|
108
|
+
}
|
|
46
109
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
width: var(--arrow-size);
|
|
51
|
-
height: var(--arrow-size);
|
|
52
|
-
background: var(--z-popover-theme--surface);
|
|
53
|
-
transform: rotate(45deg);
|
|
110
|
+
.popover-content-container.below-left {
|
|
111
|
+
right: 0;
|
|
112
|
+
top: calc(100% + var(--space-unit));
|
|
54
113
|
}
|
|
55
114
|
|
|
56
|
-
|
|
57
|
-
:
|
|
58
|
-
|
|
115
|
+
.popover-content-container.before-down {
|
|
116
|
+
top: 0;
|
|
117
|
+
right: calc(100% + var(--space-unit));
|
|
59
118
|
}
|
|
60
119
|
|
|
61
|
-
|
|
62
|
-
top:
|
|
120
|
+
.popover-content-container.before-center {
|
|
121
|
+
top: 50%;
|
|
122
|
+
right: calc(100% + var(--space-unit));
|
|
123
|
+
transform: translateY(-50%);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.popover-content-container.before-up {
|
|
127
|
+
bottom: 0;
|
|
128
|
+
right: calc(100% + var(--space-unit));
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.popover-content-container.above-right {
|
|
132
|
+
left: 0;
|
|
133
|
+
bottom: calc(100% + var(--space-unit));
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.popover-content-container.above-center {
|
|
137
|
+
left: 50%;
|
|
138
|
+
bottom: calc(100% + var(--space-unit));
|
|
139
|
+
transform: translateX(-50%);
|
|
63
140
|
}
|
|
64
141
|
|
|
65
|
-
|
|
66
|
-
|
|
142
|
+
.popover-content-container.above-left {
|
|
143
|
+
right: 0;
|
|
144
|
+
bottom: calc(100% + var(--space-unit));
|
|
67
145
|
}
|
|
68
146
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
147
|
+
/*
|
|
148
|
+
Arrows
|
|
149
|
+
*/
|
|
150
|
+
.popover-content-container:before {
|
|
151
|
+
display: none;
|
|
152
|
+
position: absolute;
|
|
153
|
+
content: "";
|
|
154
|
+
width: 8px;
|
|
155
|
+
height: 8px;
|
|
156
|
+
z-index: -1;
|
|
157
|
+
background-color: inherit;
|
|
158
|
+
transform: rotate(45deg);
|
|
72
159
|
}
|
|
73
160
|
|
|
74
|
-
:
|
|
75
|
-
:
|
|
76
|
-
|
|
161
|
+
.popover-content-container.after-down:before {
|
|
162
|
+
top: 12px;
|
|
163
|
+
left: -4px;
|
|
164
|
+
box-shadow: -1px 1px 1.5px var(--shadow-arrow-color);
|
|
77
165
|
}
|
|
78
166
|
|
|
79
|
-
:
|
|
80
|
-
|
|
167
|
+
.popover-content-container.after-center:before {
|
|
168
|
+
top: calc(50% - 4px);
|
|
169
|
+
left: -4px;
|
|
170
|
+
box-shadow: -1px 1px 1.5px var(--shadow-arrow-color);
|
|
81
171
|
}
|
|
82
172
|
|
|
83
|
-
:
|
|
84
|
-
|
|
173
|
+
.popover-content-container.after-up:before {
|
|
174
|
+
bottom: 12px;
|
|
175
|
+
left: -4px;
|
|
176
|
+
box-shadow: -1px 1px 1.5px var(--shadow-arrow-color);
|
|
85
177
|
}
|
|
86
178
|
|
|
87
|
-
:
|
|
88
|
-
:
|
|
89
|
-
|
|
179
|
+
.popover-content-container.below-right:before {
|
|
180
|
+
left: 12px;
|
|
181
|
+
top: -4px;
|
|
182
|
+
box-shadow: -1px -1px 2px var(--shadow-arrow-below-color);
|
|
90
183
|
}
|
|
91
184
|
|
|
92
|
-
|
|
93
|
-
:
|
|
94
|
-
:
|
|
95
|
-
:
|
|
96
|
-
right: calc(var(--arrow-edge-offset) - var(--arrow-size) + 1px);
|
|
185
|
+
.popover-content-container.below-center:before {
|
|
186
|
+
left: calc(50% - 4px);
|
|
187
|
+
top: -4px;
|
|
188
|
+
box-shadow: -1px -1px 2px var(--shadow-arrow-below-color);
|
|
97
189
|
}
|
|
98
190
|
|
|
99
|
-
:
|
|
100
|
-
:
|
|
101
|
-
|
|
191
|
+
.popover-content-container.below-left:before {
|
|
192
|
+
right: 12px;
|
|
193
|
+
top: -4px;
|
|
194
|
+
box-shadow: -1px -1px 2px var(--shadow-arrow-below-color);
|
|
102
195
|
}
|
|
103
196
|
|
|
104
|
-
|
|
105
|
-
:
|
|
106
|
-
:
|
|
107
|
-
:
|
|
108
|
-
left: calc(var(--arrow-edge-offset) - var(--arrow-size) + 1px);
|
|
197
|
+
.popover-content-container.before-down:before {
|
|
198
|
+
top: 12px;
|
|
199
|
+
right: -4px;
|
|
200
|
+
box-shadow: 1px -1px 1.5px var(--shadow-arrow-color);
|
|
109
201
|
}
|
|
110
202
|
|
|
111
|
-
|
|
112
|
-
:
|
|
113
|
-
|
|
203
|
+
.popover-content-container.before-center:before {
|
|
204
|
+
top: calc(50% - 4px);
|
|
205
|
+
right: -4px;
|
|
206
|
+
box-shadow: 1px -1px 1.5px var(--shadow-arrow-color);
|
|
114
207
|
}
|
|
115
208
|
|
|
116
|
-
|
|
117
|
-
:
|
|
118
|
-
right:
|
|
209
|
+
.popover-content-container.before-up:before {
|
|
210
|
+
bottom: 12px;
|
|
211
|
+
right: -4px;
|
|
212
|
+
box-shadow: 1px -1px 1.5px var(--shadow-arrow-color);
|
|
119
213
|
}
|
|
120
214
|
|
|
121
|
-
:
|
|
122
|
-
:
|
|
123
|
-
|
|
215
|
+
.popover-content-container.above-right:before {
|
|
216
|
+
left: 12px;
|
|
217
|
+
bottom: -4px;
|
|
218
|
+
box-shadow: 1px 1px 1.5px var(--shadow-arrow-color);
|
|
124
219
|
}
|
|
125
220
|
|
|
126
|
-
:
|
|
127
|
-
:
|
|
128
|
-
|
|
221
|
+
.popover-content-container.above-center:before {
|
|
222
|
+
left: calc(50% - 4px);
|
|
223
|
+
bottom: -4px;
|
|
224
|
+
box-shadow: 1px 1px 1.5px var(--shadow-arrow-color);
|
|
129
225
|
}
|
|
130
226
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
227
|
+
.popover-content-container.above-left:before {
|
|
228
|
+
right: 12px;
|
|
229
|
+
bottom: -4px;
|
|
230
|
+
box-shadow: 1px 1px 1.5px var(--shadow-arrow-color);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/** Show/Hide arrow */
|
|
234
|
+
.popover-content-container.show-arrow:before {
|
|
235
|
+
display: block;
|
|
134
236
|
}
|
|
@@ -80,7 +80,7 @@ function computeOffset(element, targetParentOffset) {
|
|
|
80
80
|
export class ZTooltipDeprecated {
|
|
81
81
|
constructor() {
|
|
82
82
|
/** Tooltip position. */
|
|
83
|
-
this.type = PopoverPositions.
|
|
83
|
+
this.type = PopoverPositions.auto;
|
|
84
84
|
/**
|
|
85
85
|
* The open state of the tooltip.
|
|
86
86
|
*/
|
|
@@ -91,7 +91,7 @@ export class ZTooltipDeprecated {
|
|
|
91
91
|
Object
|
|
92
92
|
.values(PopoverPositions)
|
|
93
93
|
.every((position) => newValue !== position)) {
|
|
94
|
-
this.type = PopoverPositions.
|
|
94
|
+
this.type = PopoverPositions.auto;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
onPositionChange() {
|
|
@@ -160,29 +160,29 @@ export class ZTooltipDeprecated {
|
|
|
160
160
|
const availableHeight = availableTop + availableBottom + boundingRect.height;
|
|
161
161
|
const availableWidth = availableLeft + availableRight + boundingRect.width;
|
|
162
162
|
let position = this.type;
|
|
163
|
-
if (position === PopoverPositions.
|
|
163
|
+
if (position === PopoverPositions.auto) {
|
|
164
164
|
/**
|
|
165
165
|
* The `AUTO` position tries to place the tooltip in the "safest" area,
|
|
166
166
|
* where there's more space available.
|
|
167
167
|
*/
|
|
168
168
|
const positions = [];
|
|
169
169
|
if (availableTop / availableHeight > 0.9) {
|
|
170
|
-
positions.unshift(PopoverPositions.
|
|
170
|
+
positions.unshift(PopoverPositions.top);
|
|
171
171
|
}
|
|
172
172
|
else if (availableTop / availableHeight > 0.6) {
|
|
173
|
-
positions.push(PopoverPositions.
|
|
173
|
+
positions.push(PopoverPositions.top);
|
|
174
174
|
}
|
|
175
175
|
else if (availableTop / availableHeight < 0.1) {
|
|
176
|
-
positions.unshift(PopoverPositions.
|
|
176
|
+
positions.unshift(PopoverPositions.bottom);
|
|
177
177
|
}
|
|
178
178
|
else {
|
|
179
|
-
positions.push(PopoverPositions.
|
|
179
|
+
positions.push(PopoverPositions.bottom);
|
|
180
180
|
}
|
|
181
181
|
if (availableLeft / availableWidth > 0.6) {
|
|
182
|
-
positions.push(PopoverPositions.
|
|
182
|
+
positions.push(PopoverPositions.left);
|
|
183
183
|
}
|
|
184
184
|
else if (availableLeft / availableWidth < 0.4) {
|
|
185
|
-
positions.push(PopoverPositions.
|
|
185
|
+
positions.push(PopoverPositions.right);
|
|
186
186
|
}
|
|
187
187
|
position = positions.join("_");
|
|
188
188
|
}
|
|
@@ -194,46 +194,46 @@ export class ZTooltipDeprecated {
|
|
|
194
194
|
const offsetRight = boundingRect.right - relativeBoundingRect.right;
|
|
195
195
|
const offsetBottom = boundingRect.bottom - relativeBoundingRect.bottom;
|
|
196
196
|
const offsetLeft = boundingRect.left - relativeBoundingRect.left;
|
|
197
|
-
if (position === PopoverPositions.
|
|
198
|
-
position === PopoverPositions.
|
|
199
|
-
position === PopoverPositions.
|
|
197
|
+
if (position === PopoverPositions.top ||
|
|
198
|
+
position === PopoverPositions.top_right ||
|
|
199
|
+
position === PopoverPositions.top_left) {
|
|
200
200
|
style.top = "auto";
|
|
201
201
|
style.bottom = `${offsetBottom + boundingRect.height}px`;
|
|
202
202
|
}
|
|
203
|
-
if (position === PopoverPositions.
|
|
204
|
-
position === PopoverPositions.
|
|
205
|
-
position === PopoverPositions.
|
|
203
|
+
if (position === PopoverPositions.bottom ||
|
|
204
|
+
position === PopoverPositions.bottom_right ||
|
|
205
|
+
position === PopoverPositions.bottom_left) {
|
|
206
206
|
style.top = `${offsetTop + boundingRect.height}px`;
|
|
207
207
|
style.bottom = "auto";
|
|
208
208
|
}
|
|
209
|
-
if (position === PopoverPositions.
|
|
210
|
-
position === PopoverPositions.
|
|
209
|
+
if (position === PopoverPositions.top ||
|
|
210
|
+
position === PopoverPositions.bottom) {
|
|
211
211
|
style.left = `${offsetLeft +
|
|
212
212
|
(boundingRect.width / 2) -
|
|
213
213
|
(this.host.clientWidth / 2)}px`;
|
|
214
214
|
}
|
|
215
|
-
if (position === PopoverPositions.
|
|
216
|
-
position === PopoverPositions.
|
|
215
|
+
if (position === PopoverPositions.top_right ||
|
|
216
|
+
position === PopoverPositions.bottom_right) {
|
|
217
217
|
style.right = "auto";
|
|
218
218
|
style.left = `${offsetLeft + boundingRect.width}px`;
|
|
219
219
|
}
|
|
220
|
-
if (position === PopoverPositions.
|
|
221
|
-
position === PopoverPositions.
|
|
220
|
+
if (position === PopoverPositions.top_left ||
|
|
221
|
+
position === PopoverPositions.bottom_left) {
|
|
222
222
|
style.left = "auto";
|
|
223
223
|
style.right = `${offsetRight + boundingRect.width}px`;
|
|
224
224
|
}
|
|
225
|
-
if (position === PopoverPositions.
|
|
226
|
-
position === PopoverPositions.
|
|
225
|
+
if (position === PopoverPositions.right ||
|
|
226
|
+
position === PopoverPositions.left) {
|
|
227
227
|
style.top = `${offsetTop +
|
|
228
228
|
(boundingRect.height / 2) -
|
|
229
229
|
(this.host.clientHeight / 2)}px`;
|
|
230
230
|
style.bottom = "auto";
|
|
231
231
|
}
|
|
232
|
-
if (position === PopoverPositions.
|
|
232
|
+
if (position === PopoverPositions.right) {
|
|
233
233
|
style.right = "auto";
|
|
234
234
|
style.left = `${offsetLeft + boundingRect.width}px`;
|
|
235
235
|
}
|
|
236
|
-
if (position === PopoverPositions.
|
|
236
|
+
if (position === PopoverPositions.left) {
|
|
237
237
|
style.left = "auto";
|
|
238
238
|
style.right = `${offsetRight + boundingRect.width}px`;
|
|
239
239
|
}
|
|
@@ -288,7 +288,7 @@ export class ZTooltipDeprecated {
|
|
|
288
288
|
"mutable": true,
|
|
289
289
|
"complexType": {
|
|
290
290
|
"original": "PopoverPositions",
|
|
291
|
-
"resolved": "PopoverPositions.
|
|
291
|
+
"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",
|
|
292
292
|
"references": {
|
|
293
293
|
"PopoverPositions": {
|
|
294
294
|
"location": "import",
|
|
@@ -304,7 +304,7 @@ export class ZTooltipDeprecated {
|
|
|
304
304
|
},
|
|
305
305
|
"attribute": "type",
|
|
306
306
|
"reflect": false,
|
|
307
|
-
"defaultValue": "PopoverPositions.
|
|
307
|
+
"defaultValue": "PopoverPositions.auto"
|
|
308
308
|
},
|
|
309
309
|
"open": {
|
|
310
310
|
"type": "boolean",
|
|
@@ -90,7 +90,7 @@ export class ZMyzCardInfo {
|
|
|
90
90
|
if (!this.cardData)
|
|
91
91
|
return;
|
|
92
92
|
const { title, year, author, description } = this.cardData;
|
|
93
|
-
return (h("z-popover", { position: PopoverPositions.
|
|
93
|
+
return (h("z-popover", { position: PopoverPositions.right, onClick: () => (this.tooltip = false) }, `${title} ${year} ${author} ${description}`));
|
|
94
94
|
}
|
|
95
95
|
setExpirationLicenseMessage(type) {
|
|
96
96
|
if ((type === "online" && this.cardData.onlineLicense.expired) ||
|
|
@@ -59,20 +59,53 @@ var InputStatusEnum;
|
|
|
59
59
|
})(InputStatusEnum || (InputStatusEnum = {}));
|
|
60
60
|
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
|
+
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
|
+
var PopoverBorderRadius;
|
|
92
|
+
(function (PopoverBorderRadius) {
|
|
93
|
+
PopoverBorderRadius["none"] = "none";
|
|
94
|
+
PopoverBorderRadius["small"] = "small";
|
|
95
|
+
PopoverBorderRadius["medium"] = "medium";
|
|
96
|
+
})(PopoverBorderRadius || (PopoverBorderRadius = {}));
|
|
97
|
+
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
|
var KeyboardKeyCodeEnum;
|
|
77
110
|
(function (KeyboardKeyCodeEnum) {
|
|
78
111
|
KeyboardKeyCodeEnum[KeyboardKeyCodeEnum["TAB"] = 9] = "TAB";
|
|
@@ -282,5 +315,12 @@ var StatusTagStatus;
|
|
|
282
315
|
StatusTagStatus["neutral"] = "neutral";
|
|
283
316
|
StatusTagStatus["default"] = "default";
|
|
284
317
|
})(StatusTagStatus || (StatusTagStatus = {}));
|
|
318
|
+
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 = {}));
|
|
285
325
|
|
|
286
|
-
export { AvatarSize as A, ButtonTypeEnum as B, CardVariants as C, DeviceEnum as D,
|
|
326
|
+
export { AvatarSize as A, ButtonTypeEnum as B, CardVariants as C, DeviceEnum as D, ListSize as E, Size as F, SortDirectionEnum as G, ExpandableListButtonAlign as H, InputTypeEnum as I, ExpandableListStyle as J, KeyboardCodeEnum as K, LabelPositions as L, NavigationTabsOrientations as N, OffCanvasVariantsEnum as O, PopoverPositions as P, StatusTagStatus as S, ThemeVariant as T, ZDatePickerMode as Z, DividerOrientation as a, DividerSize as b, ZDatePickerPosition as c, ZDatePickerModeValues as d, ZAriaAlertMode as e, ButtonVariantEnum as f, ButtonSizeEnum as g, KeyboardKeyCodeEnum as h, ZChipType as i, ZFileUploadTypeEnum as j, InfoRevealPosition as k, PocketStatusEnum as l, InputStatusEnum as m, AlertTypesEnum as n, LicenseTypeEnum as o, NavigationTabsSizes as p, TransitionDirectionEnum as q, PopoverPosition as r, PopoverBorderRadius as s, PopoverShadow as t, KeyboardKeys as u, ZSectionTitleDividerPositions as v, ZTableRowExpandedType as w, ToastNotificationTransitionsEnum as x, ToastNotificationPositionsEnum as y, ListDividerType as z };
|
package/dist/esm/index.js
CHANGED