@zanichelli/albe-web-components 4.1.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1788 -0
- package/dist/cjs/{index-6b6a3299.js → index-0e75c8cc.js} +16 -45
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/utils-155eec04.js +2706 -0
- package/dist/cjs/{utils-8cc414c9.js → utils-97262bbd.js} +1 -1
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/z-app-switcher_9.cjs.entry.js +736 -0
- 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 +44 -0
- package/dist/cjs/z-card.cjs.entry.js +69 -0
- package/dist/cjs/z-carousel.cjs.entry.js +24 -0
- 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 +18 -7
- package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
- package/dist/cjs/z-date-picker.cjs.entry.js +10 -2701
- package/dist/cjs/z-file-upload.cjs.entry.js +2 -2
- package/dist/cjs/z-file.cjs.entry.js +10 -9
- package/dist/cjs/z-footer.cjs.entry.js +1 -1
- package/dist/cjs/z-ghost-loading.cjs.entry.js +19 -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 +4 -4
- 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 +63 -0
- 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 +338 -0
- package/dist/cjs/z-popover.cjs.entry.js +304 -97
- 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 +8 -11
- 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 +274 -0
- package/dist/cjs/z-tooltip.cjs.entry.js +8 -251
- package/dist/collection/beans/index.js +16 -45
- package/dist/collection/collection-manifest.json +4 -1
- package/dist/collection/components/{z-date-picker → date-picker}/styles.css +69 -17
- package/dist/collection/components/date-picker/utils.js +76 -0
- package/dist/collection/components/{z-date-picker → date-picker/z-date-picker}/index.js +13 -84
- package/dist/collection/components/date-picker/z-range-picker/index.js +483 -0
- package/dist/collection/components/file-upload/z-file/index.js +13 -13
- package/dist/collection/components/file-upload/z-file/styles.css +2 -2
- package/dist/collection/components/notification/z-tooltip/index.js +45 -298
- package/dist/collection/components/notification/z-tooltip/styles.css +8 -120
- package/dist/collection/components/z-contextual-menu/index.js +26 -16
- package/dist/collection/components/z-contextual-menu/styles.css +16 -5
- package/dist/collection/components/z-popover/index.js +381 -166
- package/dist/collection/components/z-popover/styles.css +91 -180
- package/dist/collection/components/z-table/z-table-header/index.js +10 -16
- package/dist/collection/components/z-table/z-table-header/styles.css +7 -1
- package/dist/collection/deprecated/z-popover-deprecated/index.js +489 -0
- package/dist/collection/deprecated/z-popover-deprecated/styles.css +134 -0
- package/dist/collection/deprecated/z-tooltip-deprecated/index.js +379 -0
- package/dist/collection/deprecated/z-tooltip-deprecated/styles.css +128 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +2 -2
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +1 -1
- package/dist/esm/{index-46ca649a.js → index-c1ce8cab.js} +17 -46
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-5d5963ef.js → utils-99c70c57.js} +2 -2
- package/dist/esm/utils-fa9f38ec.js +2701 -0
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/z-app-switcher_9.entry.js +724 -0
- 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 +40 -0
- package/dist/esm/z-card.entry.js +65 -0
- package/dist/esm/z-carousel.entry.js +20 -0
- 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 +19 -8
- package/dist/esm/z-cookiebar.entry.js +1 -1
- package/dist/esm/z-date-picker.entry.js +9 -2700
- package/dist/esm/z-file-upload.entry.js +2 -2
- package/dist/esm/z-file.entry.js +10 -9
- package/dist/esm/z-footer.entry.js +1 -1
- package/dist/esm/z-ghost-loading.entry.js +15 -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 +4 -4
- 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 +59 -0
- 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 +334 -0
- package/dist/esm/z-popover.entry.js +305 -98
- 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 +8 -11
- 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 +270 -0
- package/dist/esm/z-tooltip.entry.js +9 -252
- package/dist/types/beans/index.d.ts +7 -33
- package/dist/types/components/date-picker/utils.d.ts +3 -0
- package/dist/types/components/{z-date-picker → date-picker/z-date-picker}/index.d.ts +3 -8
- package/dist/types/components/date-picker/z-range-picker/index.d.ts +43 -0
- package/dist/types/components/file-upload/z-file/index.d.ts +3 -3
- package/dist/types/components/notification/z-tooltip/index.d.ts +14 -29
- package/dist/types/components/z-contextual-menu/index.d.ts +8 -4
- package/dist/types/components/z-popover/index.d.ts +57 -28
- package/dist/types/components/z-table/z-table-header/index.d.ts +2 -1
- package/dist/types/components.d.ts +210 -35
- package/dist/types/deprecated/z-popover-deprecated/index.d.ts +57 -0
- package/dist/types/deprecated/z-tooltip-deprecated/index.d.ts +41 -0
- package/dist/web-components-library/index.esm.js +1 -1
- package/dist/web-components-library/{p-4af112a7.entry.js → p-053846df.entry.js} +1 -1
- package/dist/web-components-library/{p-e2102da3.entry.js → p-0f6edb58.entry.js} +1 -1
- package/dist/web-components-library/p-10be0462.entry.js +1 -0
- package/dist/web-components-library/{p-b15efba3.entry.js → p-15fa8ca4.entry.js} +1 -1
- package/dist/web-components-library/{p-02ea7e49.entry.js → p-1a76a57d.entry.js} +1 -1
- package/{www/build/p-1f73a6d8.entry.js → dist/web-components-library/p-1b1717c9.entry.js} +1 -1
- package/{www/build/p-3edbd35c.entry.js → dist/web-components-library/p-1d5aa37b.entry.js} +1 -1
- package/dist/web-components-library/{p-9074e1a5.entry.js → p-1eb357e8.entry.js} +1 -1
- package/dist/web-components-library/{p-57d1acdc.entry.js → p-28e4abc4.entry.js} +1 -1
- package/dist/web-components-library/p-41f33f7b.entry.js +1 -0
- package/dist/web-components-library/{p-d33fea26.entry.js → p-46aecb12.entry.js} +1 -1
- package/dist/web-components-library/{p-63ccb013.entry.js → p-4be52491.entry.js} +1 -1
- package/dist/web-components-library/{p-55ddbfe9.entry.js → p-4d6f2f01.entry.js} +1 -1
- package/dist/web-components-library/p-514719d2.entry.js +1 -0
- package/dist/web-components-library/p-53dade4b.entry.js +16 -0
- package/{www/build/p-df4e963b.entry.js → dist/web-components-library/p-55f09348.entry.js} +1 -1
- package/dist/web-components-library/p-5789bbe7.entry.js +1 -0
- package/dist/web-components-library/{p-de25c7f0.entry.js → p-5dcbba4e.entry.js} +1 -1
- package/dist/web-components-library/{p-9f9e4266.entry.js → p-659fc25e.entry.js} +1 -1
- package/dist/web-components-library/{p-8fbc2ce9.entry.js → p-6bbd53ec.entry.js} +1 -1
- package/dist/web-components-library/{p-5be162d5.entry.js → p-6c52ed1b.entry.js} +1 -1
- package/dist/web-components-library/p-78df5dbf.entry.js +1 -0
- package/dist/web-components-library/{p-b9da171f.js → p-7f1cc90f.js} +1 -1
- package/dist/web-components-library/{p-0f17db30.entry.js → p-805af37b.entry.js} +1 -1
- package/dist/web-components-library/p-870dabdc.entry.js +1 -0
- package/dist/web-components-library/{p-43329b81.entry.js → p-897f9491.entry.js} +1 -1
- package/dist/web-components-library/{p-3c111c2a.entry.js → p-8ce4b2c4.entry.js} +1 -1
- package/dist/web-components-library/p-8cf3798f.entry.js +1 -0
- package/dist/web-components-library/p-8ddbbe24.entry.js +1 -0
- package/dist/web-components-library/{p-dffdf60a.entry.js → p-91ec5eb4.entry.js} +1 -1
- package/dist/web-components-library/{p-292bc0c4.entry.js → p-92895bce.entry.js} +1 -1
- package/dist/web-components-library/p-970bd07c.entry.js +1 -0
- package/dist/web-components-library/{p-6c6b4e80.entry.js → p-990b8236.entry.js} +1 -1
- package/dist/web-components-library/{p-51cdabeb.entry.js → p-99a562cb.entry.js} +1 -1
- package/dist/web-components-library/p-b359a3b4.entry.js +1 -0
- package/dist/web-components-library/p-b6cd034b.js +1 -0
- package/dist/web-components-library/{p-edb8d2ab.entry.js → p-b9cc2dfc.entry.js} +1 -1
- package/dist/web-components-library/p-bfc78a89.entry.js +1 -0
- package/dist/web-components-library/{p-d995d9dc.entry.js → p-c042e745.entry.js} +1 -1
- package/dist/web-components-library/{p-ccdebe3f.entry.js → p-c8383456.entry.js} +1 -1
- package/dist/web-components-library/{p-0e256fdc.entry.js → p-caa21a6f.entry.js} +1 -1
- package/{www/build/p-bfe5693d.entry.js → dist/web-components-library/p-cd88cead.entry.js} +1 -1
- package/dist/web-components-library/p-d04f3cb6.entry.js +1 -0
- package/{www/build/p-9a5ee6c2.entry.js → dist/web-components-library/p-d6361790.entry.js} +1 -1
- package/{www/build/p-69ef6ddc.entry.js → dist/web-components-library/p-dd0efdbf.entry.js} +1 -1
- package/dist/web-components-library/p-e007cd0b.entry.js +1 -0
- package/dist/web-components-library/{p-0a0aee35.entry.js → p-e74b3fd9.entry.js} +1 -1
- package/{www/build/p-d97a2db9.entry.js → dist/web-components-library/p-eca4cb15.entry.js} +1 -1
- package/dist/web-components-library/p-ed1cd6b1.js +1 -0
- package/dist/web-components-library/p-f26251dd.entry.js +1 -0
- package/dist/web-components-library/p-f61fd81e.entry.js +1 -0
- package/dist/web-components-library/{p-1727c1c8.entry.js → p-f78d6123.entry.js} +1 -1
- package/dist/web-components-library/p-fbfaa699.entry.js +1 -0
- package/dist/web-components-library/{p-ba29bc12.entry.js → p-fdd91263.entry.js} +1 -1
- package/dist/web-components-library/{p-fe927bf4.entry.js → p-ff4a0f6f.entry.js} +1 -1
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/package.json +1 -1
- package/react/components.d.ts +3 -0
- package/react/components.js +5 -2
- package/react/components.js.map +1 -1
- package/src-react/index.ts +1 -0
- package/www/build/index.esm.js +1 -1
- package/www/build/{p-4af112a7.entry.js → p-053846df.entry.js} +1 -1
- package/www/build/{p-e2102da3.entry.js → p-0f6edb58.entry.js} +1 -1
- package/www/build/p-10be0462.entry.js +1 -0
- package/www/build/{p-b15efba3.entry.js → p-15fa8ca4.entry.js} +1 -1
- package/www/build/{p-02ea7e49.entry.js → p-1a76a57d.entry.js} +1 -1
- package/{dist/web-components-library/p-1f73a6d8.entry.js → www/build/p-1b1717c9.entry.js} +1 -1
- package/{dist/web-components-library/p-3edbd35c.entry.js → www/build/p-1d5aa37b.entry.js} +1 -1
- package/www/build/{p-9074e1a5.entry.js → p-1eb357e8.entry.js} +1 -1
- package/www/build/{p-57d1acdc.entry.js → p-28e4abc4.entry.js} +1 -1
- package/www/build/p-41f33f7b.entry.js +1 -0
- package/www/build/{p-d33fea26.entry.js → p-46aecb12.entry.js} +1 -1
- package/www/build/{p-63ccb013.entry.js → p-4be52491.entry.js} +1 -1
- package/www/build/{p-55ddbfe9.entry.js → p-4d6f2f01.entry.js} +1 -1
- package/www/build/p-514719d2.entry.js +1 -0
- package/www/build/p-53dade4b.entry.js +16 -0
- package/{dist/web-components-library/p-df4e963b.entry.js → www/build/p-55f09348.entry.js} +1 -1
- package/www/build/p-5789bbe7.entry.js +1 -0
- package/www/build/{p-de25c7f0.entry.js → p-5dcbba4e.entry.js} +1 -1
- package/www/build/{p-9f9e4266.entry.js → p-659fc25e.entry.js} +1 -1
- package/www/build/{p-8fbc2ce9.entry.js → p-6bbd53ec.entry.js} +1 -1
- package/www/build/{p-5be162d5.entry.js → p-6c52ed1b.entry.js} +1 -1
- package/www/build/p-78df5dbf.entry.js +1 -0
- package/www/build/{p-b9da171f.js → p-7f1cc90f.js} +1 -1
- package/www/build/{p-0f17db30.entry.js → p-805af37b.entry.js} +1 -1
- package/www/build/p-870dabdc.entry.js +1 -0
- package/www/build/{p-43329b81.entry.js → p-897f9491.entry.js} +1 -1
- package/www/build/{p-3c111c2a.entry.js → p-8ce4b2c4.entry.js} +1 -1
- package/www/build/p-8cf3798f.entry.js +1 -0
- package/www/build/p-8ddbbe24.entry.js +1 -0
- package/www/build/{p-dffdf60a.entry.js → p-91ec5eb4.entry.js} +1 -1
- package/www/build/{p-292bc0c4.entry.js → p-92895bce.entry.js} +1 -1
- package/www/build/p-970bd07c.entry.js +1 -0
- package/www/build/p-975e9d42.js +129 -0
- package/www/build/{p-6c6b4e80.entry.js → p-990b8236.entry.js} +1 -1
- package/www/build/{p-51cdabeb.entry.js → p-99a562cb.entry.js} +1 -1
- package/www/build/p-b359a3b4.entry.js +1 -0
- package/www/build/p-b6cd034b.js +1 -0
- package/www/build/{p-edb8d2ab.entry.js → p-b9cc2dfc.entry.js} +1 -1
- package/www/build/p-bfc78a89.entry.js +1 -0
- package/www/build/{p-d995d9dc.entry.js → p-c042e745.entry.js} +1 -1
- package/www/build/{p-ccdebe3f.entry.js → p-c8383456.entry.js} +1 -1
- package/www/build/{p-0e256fdc.entry.js → p-caa21a6f.entry.js} +1 -1
- package/{dist/web-components-library/p-bfe5693d.entry.js → www/build/p-cd88cead.entry.js} +1 -1
- package/www/build/p-d04f3cb6.entry.js +1 -0
- package/{dist/web-components-library/p-9a5ee6c2.entry.js → www/build/p-d6361790.entry.js} +1 -1
- package/{dist/web-components-library/p-69ef6ddc.entry.js → www/build/p-dd0efdbf.entry.js} +1 -1
- package/www/build/p-e007cd0b.entry.js +1 -0
- package/www/build/{p-0a0aee35.entry.js → p-e74b3fd9.entry.js} +1 -1
- package/{dist/web-components-library/p-d97a2db9.entry.js → www/build/p-eca4cb15.entry.js} +1 -1
- package/www/build/p-ed1cd6b1.js +1 -0
- package/www/build/p-f26251dd.entry.js +1 -0
- package/www/build/p-f61fd81e.entry.js +1 -0
- package/www/build/{p-1727c1c8.entry.js → p-f78d6123.entry.js} +1 -1
- package/www/build/p-fbfaa699.entry.js +1 -0
- package/www/build/p-fcff1237.css +812 -0
- package/www/build/{p-ba29bc12.entry.js → p-fdd91263.entry.js} +1 -1
- package/www/build/{p-fe927bf4.entry.js → p-ff4a0f6f.entry.js} +1 -1
- package/www/build/web-components-library.esm.js +1 -1
- package/www/index.html +6 -70
- package/dist/cjs/z-app-switcher_11.cjs.entry.js +0 -377
- package/dist/cjs/z-input_2.cjs.entry.js +0 -228
- package/dist/esm/z-app-switcher_11.entry.js +0 -363
- package/dist/esm/z-input_2.entry.js +0 -223
- package/dist/web-components-library/p-0d29d851.entry.js +0 -1
- package/dist/web-components-library/p-0ef6c549.entry.js +0 -1
- package/dist/web-components-library/p-20d62443.entry.js +0 -1
- package/dist/web-components-library/p-562e2d52.entry.js +0 -1
- package/dist/web-components-library/p-5eacbfc7.entry.js +0 -1
- package/dist/web-components-library/p-6218514a.entry.js +0 -1
- package/dist/web-components-library/p-71accd8e.entry.js +0 -1
- package/dist/web-components-library/p-7c6d4440.entry.js +0 -1
- package/dist/web-components-library/p-93cddf62.entry.js +0 -1
- package/dist/web-components-library/p-9f5d707a.js +0 -1
- package/dist/web-components-library/p-a8875b97.entry.js +0 -16
- package/dist/web-components-library/p-e2431b92.entry.js +0 -1
- package/www/build/p-0d29d851.entry.js +0 -1
- package/www/build/p-0ef6c549.entry.js +0 -1
- package/www/build/p-20d62443.entry.js +0 -1
- package/www/build/p-562e2d52.entry.js +0 -1
- package/www/build/p-5eacbfc7.entry.js +0 -1
- package/www/build/p-6218514a.entry.js +0 -1
- package/www/build/p-71accd8e.entry.js +0 -1
- package/www/build/p-7c6d4440.entry.js +0 -1
- package/www/build/p-88b56b6e.css +0 -1
- package/www/build/p-93cddf62.entry.js +0 -1
- package/www/build/p-9f5d707a.js +0 -1
- package/www/build/p-a8875b97.entry.js +0 -16
- package/www/build/p-e2431b92.entry.js +0 -1
- package/www/build/p-f01941e6.js +0 -1
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
import { ZDatePickerMode, ZDatePickerPosition } from "../../../beans";
|
|
3
|
+
export declare class ZRangePicker {
|
|
4
|
+
element: HTMLElement;
|
|
5
|
+
/** unique id */
|
|
6
|
+
rangePickerId: string;
|
|
7
|
+
/** first z-input aria label */
|
|
8
|
+
firstAriaLabel?: string;
|
|
9
|
+
/** first z-input label */
|
|
10
|
+
firstLabel?: string;
|
|
11
|
+
/** second z-input aria label */
|
|
12
|
+
secondAriaLabel?: string;
|
|
13
|
+
/** second z-input label */
|
|
14
|
+
secondLabel?: string;
|
|
15
|
+
/** [Optional] datepicker mode: date, datetime, only months */
|
|
16
|
+
mode: ZDatePickerMode;
|
|
17
|
+
flatpickrPosition: ZDatePickerPosition;
|
|
18
|
+
activeInput: string;
|
|
19
|
+
private flatpickrInstance;
|
|
20
|
+
private flatpickrInstance2;
|
|
21
|
+
/** emitted when date changes, returns an array with the two selected dates */
|
|
22
|
+
dateSelect: EventEmitter;
|
|
23
|
+
handleClick(): void;
|
|
24
|
+
handleKeyDown(ev: KeyboardEvent): void;
|
|
25
|
+
/** Set background color before or after first selected date, before selecting the second one */
|
|
26
|
+
onMouseOver(e: CustomEvent): void;
|
|
27
|
+
componentDidLoad(): void;
|
|
28
|
+
onDateSelect(selectedDates: any, instance: any): void;
|
|
29
|
+
getDate(date: any): string;
|
|
30
|
+
printDate(firstDate: any, lastDate: any): void;
|
|
31
|
+
/** Replace month word to month number */
|
|
32
|
+
parseDate(date: any): Date;
|
|
33
|
+
/** Get the current focused input, first or last */
|
|
34
|
+
getFocusedInput(): void;
|
|
35
|
+
/** Set current month after flatpickr opened */
|
|
36
|
+
getCurrentMonth(): void;
|
|
37
|
+
/** Set style of the days between the two selected dates */
|
|
38
|
+
setRangeStyle(): void;
|
|
39
|
+
/** Set style of the days between first selected date and hovered date */
|
|
40
|
+
setRangeHoverStyle(e: any, flatpickr: any, calendar: any): void;
|
|
41
|
+
onStopTyping(value: any): void;
|
|
42
|
+
render(): any;
|
|
43
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
-
import "./index";
|
|
3
2
|
export declare class ZFile {
|
|
4
3
|
private icon;
|
|
5
4
|
private ellipsis?;
|
|
5
|
+
private chip?;
|
|
6
6
|
fileNumber: number;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
allowPopover: boolean;
|
|
8
|
+
popoverVisible: boolean;
|
|
9
9
|
el: HTMLElement;
|
|
10
10
|
/** Emitted when a z-file component is removed from the DOM */
|
|
11
11
|
removeFile: EventEmitter;
|
|
@@ -1,12 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { PopoverPositions } from "../../../beans";
|
|
2
|
+
/**
|
|
3
|
+
* Tooltip component.
|
|
4
|
+
* It is basically a wrapper for the `<z-popover>` component with custom configuration.
|
|
5
|
+
*
|
|
6
|
+
* @cssprop --z-popover-theme--surface - background color of the popover.
|
|
7
|
+
* @cssprop --z-popover-theme--text - foreground color of the popover.
|
|
8
|
+
* @cssprop --z-popover-shadow-filter - drop-shadow filter of the popover.
|
|
9
|
+
*/
|
|
3
10
|
export declare class ZTooltip {
|
|
4
|
-
/** Content text.
|
|
5
|
-
* @deprecated
|
|
6
|
-
*/
|
|
7
|
-
content: string;
|
|
8
11
|
/** Tooltip position. */
|
|
9
|
-
|
|
12
|
+
position: PopoverPositions;
|
|
13
|
+
/** Enable tooltip dark mode. */
|
|
14
|
+
dark: boolean;
|
|
10
15
|
/**
|
|
11
16
|
* The open state of the tooltip.
|
|
12
17
|
*/
|
|
@@ -15,27 +20,7 @@ export declare class ZTooltip {
|
|
|
15
20
|
* The selector or the element bound with the tooltip.
|
|
16
21
|
*/
|
|
17
22
|
bindTo?: string | HTMLElement;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*/
|
|
21
|
-
position?: TooltipPosition;
|
|
22
|
-
/**
|
|
23
|
-
* Position change event.
|
|
24
|
-
*/
|
|
25
|
-
positionChange: EventEmitter;
|
|
26
|
-
host: HTMLElement;
|
|
27
|
-
private animationFrameRequestId?;
|
|
28
|
-
validateType(newValue: any): void;
|
|
29
|
-
onPositionChange(): void;
|
|
30
|
-
disconnectedCallback(): void;
|
|
31
|
-
/**
|
|
32
|
-
* Setup tooltip behaviors on opening.
|
|
33
|
-
*/
|
|
34
|
-
onOpen(): void;
|
|
35
|
-
/**
|
|
36
|
-
* Set the position of the tooltip.
|
|
37
|
-
*/
|
|
38
|
-
private setPosition;
|
|
39
|
-
componentWillLoad(): void;
|
|
23
|
+
popover: HTMLZPopoverElement;
|
|
24
|
+
onPopoverOpenChange(): void;
|
|
40
25
|
render(): any;
|
|
41
26
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { PopoverPositions } from "../../beans";
|
|
3
3
|
export declare class ZContextualMenu {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Elements of ZContextualMenu
|
|
6
6
|
*/
|
|
7
7
|
elements?: string;
|
|
8
8
|
/**
|
|
@@ -12,11 +12,15 @@ export declare class ZContextualMenu {
|
|
|
12
12
|
/**
|
|
13
13
|
* [optional] Sets the position of the popover
|
|
14
14
|
*/
|
|
15
|
-
popoverPosition?:
|
|
15
|
+
popoverPosition?: PopoverPositions;
|
|
16
|
+
private triggerButton?;
|
|
17
|
+
private popover?;
|
|
16
18
|
/** remove filter click event, returns filterid */
|
|
17
19
|
clickContextualMenu: EventEmitter;
|
|
18
20
|
private jsonElements;
|
|
19
21
|
componentWillRender(): void;
|
|
22
|
+
componentDidLoad(): void;
|
|
20
23
|
showIcon(): boolean;
|
|
21
|
-
|
|
24
|
+
togglePopover(): void;
|
|
25
|
+
render(): any[];
|
|
22
26
|
}
|
|
@@ -1,33 +1,62 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { PopoverPositions } from "../../beans";
|
|
3
|
+
/**
|
|
4
|
+
* Popover component.
|
|
5
|
+
*
|
|
6
|
+
* @cssprop --z-popover-theme--surface - background color of the popover.
|
|
7
|
+
* @cssprop --z-popover-theme--text - foreground color of the popover.
|
|
8
|
+
* @cssprop --z-popover-padding - padding of the popover.
|
|
9
|
+
* @cssprop --z-popover-shadow-filter - drop-shadow filter of the popover. Defaults to `drop-shadow(0 1px 2px var(--shadow-color-base))`.
|
|
10
|
+
*/
|
|
3
11
|
export declare class ZPopover {
|
|
4
|
-
/**
|
|
5
|
-
position
|
|
6
|
-
/**
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
12
|
+
/** Popover position. */
|
|
13
|
+
position: PopoverPositions;
|
|
14
|
+
/**
|
|
15
|
+
* The open state of the popover.
|
|
16
|
+
*/
|
|
17
|
+
open: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* The selector or the element bound with the popover.
|
|
20
|
+
*/
|
|
21
|
+
bindTo?: string | HTMLElement;
|
|
22
|
+
/**
|
|
23
|
+
* Whether to show popover's arrow.
|
|
24
|
+
*/
|
|
25
|
+
showArrow: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Whether to center the popup on the main side (according to "position").
|
|
28
|
+
*/
|
|
29
|
+
center: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Whether the popover should be closed when the user clicks outside of it or hit "ESC".
|
|
32
|
+
*/
|
|
33
|
+
closable: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* The current position of the popover.
|
|
36
|
+
*/
|
|
37
|
+
currentPosition?: PopoverPositions;
|
|
38
|
+
/**
|
|
39
|
+
* Position change event.
|
|
40
|
+
*/
|
|
41
|
+
positionChange: EventEmitter;
|
|
42
|
+
/**
|
|
43
|
+
* Open change event.
|
|
44
|
+
*/
|
|
45
|
+
openChange: EventEmitter;
|
|
46
|
+
host: HTMLElement;
|
|
47
|
+
private animationFrameRequestId?;
|
|
48
|
+
closePopoverWithKeyboard(e: KeyboardEvent): void;
|
|
31
49
|
handleOutsideClick(e: any): void;
|
|
50
|
+
validatePosition(newValue: any): void;
|
|
51
|
+
/**
|
|
52
|
+
* Setup popover behaviors on opening.
|
|
53
|
+
*/
|
|
54
|
+
onOpen(): void;
|
|
55
|
+
disconnectedCallback(): void;
|
|
56
|
+
/**
|
|
57
|
+
* Set the position of the popover.
|
|
58
|
+
*/
|
|
59
|
+
private setPosition;
|
|
60
|
+
componentWillLoad(): void;
|
|
32
61
|
render(): any;
|
|
33
62
|
}
|
|
@@ -13,7 +13,8 @@ export declare class ZTableHeader {
|
|
|
13
13
|
/** [Optional] Default sort order */
|
|
14
14
|
defaultSortDirection?: SortDirection;
|
|
15
15
|
sortDirection: SortDirection;
|
|
16
|
-
|
|
16
|
+
private popover?;
|
|
17
|
+
private triggerButton?;
|
|
17
18
|
constructor();
|
|
18
19
|
/** [Optional] callback for sorting */
|
|
19
20
|
sort: EventEmitter;
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { AlertTypes, LicenseTypeEnum, MenuItem as MenuItem1,
|
|
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,
|
|
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";
|
|
10
10
|
import { ListItemBean } from "./beans/index.js";
|
|
11
11
|
import { ZTypographyLevels } from "./components/typography/z-typography/index";
|
|
12
12
|
export namespace Components {
|
|
@@ -353,13 +353,13 @@ export namespace Components {
|
|
|
353
353
|
*/
|
|
354
354
|
"color"?: string;
|
|
355
355
|
/**
|
|
356
|
-
*
|
|
356
|
+
* Elements of ZContextualMenu
|
|
357
357
|
*/
|
|
358
358
|
"elements"?: string;
|
|
359
359
|
/**
|
|
360
360
|
* [optional] Sets the position of the popover
|
|
361
361
|
*/
|
|
362
|
-
"popoverPosition"?:
|
|
362
|
+
"popoverPosition"?: PopoverPositions;
|
|
363
363
|
}
|
|
364
364
|
interface ZCookiebar {
|
|
365
365
|
/**
|
|
@@ -383,7 +383,7 @@ export namespace Components {
|
|
|
383
383
|
/**
|
|
384
384
|
* unique id
|
|
385
385
|
*/
|
|
386
|
-
"
|
|
386
|
+
"datePickerId": string;
|
|
387
387
|
/**
|
|
388
388
|
* z-input label
|
|
389
389
|
*/
|
|
@@ -1495,29 +1495,77 @@ export namespace Components {
|
|
|
1495
1495
|
}
|
|
1496
1496
|
interface ZPopover {
|
|
1497
1497
|
/**
|
|
1498
|
-
*
|
|
1498
|
+
* The selector or the element bound with the popover.
|
|
1499
1499
|
*/
|
|
1500
|
-
"
|
|
1500
|
+
"bindTo"?: string | HTMLElement;
|
|
1501
1501
|
/**
|
|
1502
|
-
*
|
|
1502
|
+
* Whether to center the popup on the main side (according to "position").
|
|
1503
1503
|
*/
|
|
1504
|
-
"
|
|
1504
|
+
"center": boolean;
|
|
1505
1505
|
/**
|
|
1506
|
-
*
|
|
1506
|
+
* Whether the popover should be closed when the user clicks outside of it or hit "ESC".
|
|
1507
1507
|
*/
|
|
1508
|
-
"
|
|
1508
|
+
"closable": boolean;
|
|
1509
1509
|
/**
|
|
1510
|
-
*
|
|
1510
|
+
* The open state of the popover.
|
|
1511
1511
|
*/
|
|
1512
|
-
"
|
|
1512
|
+
"open": boolean;
|
|
1513
1513
|
/**
|
|
1514
|
-
*
|
|
1514
|
+
* Popover position.
|
|
1515
1515
|
*/
|
|
1516
|
-
"position"
|
|
1516
|
+
"position": PopoverPositions;
|
|
1517
1517
|
/**
|
|
1518
|
-
*
|
|
1518
|
+
* Whether to show popover's arrow.
|
|
1519
1519
|
*/
|
|
1520
|
-
"showArrow"
|
|
1520
|
+
"showArrow": boolean;
|
|
1521
|
+
}
|
|
1522
|
+
interface ZPopoverDeprecated {
|
|
1523
|
+
/**
|
|
1524
|
+
* The selector or the element bound with the popover.
|
|
1525
|
+
*/
|
|
1526
|
+
"bindTo"?: string | HTMLElement;
|
|
1527
|
+
/**
|
|
1528
|
+
* Whether center the popup on the main side - according to "position".
|
|
1529
|
+
*/
|
|
1530
|
+
"center": boolean;
|
|
1531
|
+
/**
|
|
1532
|
+
* The open state of the popover.
|
|
1533
|
+
*/
|
|
1534
|
+
"open": boolean;
|
|
1535
|
+
/**
|
|
1536
|
+
* Popover position.
|
|
1537
|
+
*/
|
|
1538
|
+
"position": PopoverPositions;
|
|
1539
|
+
/**
|
|
1540
|
+
* Whether to show popover's arrow.
|
|
1541
|
+
*/
|
|
1542
|
+
"showArrow": boolean;
|
|
1543
|
+
}
|
|
1544
|
+
interface ZRangePicker {
|
|
1545
|
+
/**
|
|
1546
|
+
* first z-input aria label
|
|
1547
|
+
*/
|
|
1548
|
+
"firstAriaLabel"?: string;
|
|
1549
|
+
/**
|
|
1550
|
+
* first z-input label
|
|
1551
|
+
*/
|
|
1552
|
+
"firstLabel"?: string;
|
|
1553
|
+
/**
|
|
1554
|
+
* [Optional] datepicker mode: date, datetime, only months
|
|
1555
|
+
*/
|
|
1556
|
+
"mode": ZDatePickerMode;
|
|
1557
|
+
/**
|
|
1558
|
+
* unique id
|
|
1559
|
+
*/
|
|
1560
|
+
"rangePickerId": string;
|
|
1561
|
+
/**
|
|
1562
|
+
* second z-input aria label
|
|
1563
|
+
*/
|
|
1564
|
+
"secondAriaLabel"?: string;
|
|
1565
|
+
/**
|
|
1566
|
+
* second z-input label
|
|
1567
|
+
*/
|
|
1568
|
+
"secondLabel"?: string;
|
|
1521
1569
|
}
|
|
1522
1570
|
interface ZSectionTitle {
|
|
1523
1571
|
/**
|
|
@@ -1853,6 +1901,24 @@ export namespace Components {
|
|
|
1853
1901
|
"labelPosition"?: LabelPosition;
|
|
1854
1902
|
}
|
|
1855
1903
|
interface ZTooltip {
|
|
1904
|
+
/**
|
|
1905
|
+
* The selector or the element bound with the tooltip.
|
|
1906
|
+
*/
|
|
1907
|
+
"bindTo"?: string | HTMLElement;
|
|
1908
|
+
/**
|
|
1909
|
+
* Enable tooltip dark mode.
|
|
1910
|
+
*/
|
|
1911
|
+
"dark": boolean;
|
|
1912
|
+
/**
|
|
1913
|
+
* The open state of the tooltip.
|
|
1914
|
+
*/
|
|
1915
|
+
"open": boolean;
|
|
1916
|
+
/**
|
|
1917
|
+
* Tooltip position.
|
|
1918
|
+
*/
|
|
1919
|
+
"position": PopoverPositions;
|
|
1920
|
+
}
|
|
1921
|
+
interface ZTooltipDeprecated {
|
|
1856
1922
|
/**
|
|
1857
1923
|
* The selector or the element bound with the tooltip.
|
|
1858
1924
|
*/
|
|
@@ -1869,7 +1935,7 @@ export namespace Components {
|
|
|
1869
1935
|
/**
|
|
1870
1936
|
* Tooltip position.
|
|
1871
1937
|
*/
|
|
1872
|
-
"type":
|
|
1938
|
+
"type": PopoverPositions1;
|
|
1873
1939
|
}
|
|
1874
1940
|
interface ZTypography {
|
|
1875
1941
|
"component": string;
|
|
@@ -2364,6 +2430,18 @@ declare global {
|
|
|
2364
2430
|
prototype: HTMLZPopoverElement;
|
|
2365
2431
|
new (): HTMLZPopoverElement;
|
|
2366
2432
|
};
|
|
2433
|
+
interface HTMLZPopoverDeprecatedElement extends Components.ZPopoverDeprecated, HTMLStencilElement {
|
|
2434
|
+
}
|
|
2435
|
+
var HTMLZPopoverDeprecatedElement: {
|
|
2436
|
+
prototype: HTMLZPopoverDeprecatedElement;
|
|
2437
|
+
new (): HTMLZPopoverDeprecatedElement;
|
|
2438
|
+
};
|
|
2439
|
+
interface HTMLZRangePickerElement extends Components.ZRangePicker, HTMLStencilElement {
|
|
2440
|
+
}
|
|
2441
|
+
var HTMLZRangePickerElement: {
|
|
2442
|
+
prototype: HTMLZRangePickerElement;
|
|
2443
|
+
new (): HTMLZRangePickerElement;
|
|
2444
|
+
};
|
|
2367
2445
|
interface HTMLZSectionTitleElement extends Components.ZSectionTitle, HTMLStencilElement {
|
|
2368
2446
|
}
|
|
2369
2447
|
var HTMLZSectionTitleElement: {
|
|
@@ -2508,6 +2586,12 @@ declare global {
|
|
|
2508
2586
|
prototype: HTMLZTooltipElement;
|
|
2509
2587
|
new (): HTMLZTooltipElement;
|
|
2510
2588
|
};
|
|
2589
|
+
interface HTMLZTooltipDeprecatedElement extends Components.ZTooltipDeprecated, HTMLStencilElement {
|
|
2590
|
+
}
|
|
2591
|
+
var HTMLZTooltipDeprecatedElement: {
|
|
2592
|
+
prototype: HTMLZTooltipDeprecatedElement;
|
|
2593
|
+
new (): HTMLZTooltipDeprecatedElement;
|
|
2594
|
+
};
|
|
2511
2595
|
interface HTMLZTypographyElement extends Components.ZTypography, HTMLStencilElement {
|
|
2512
2596
|
}
|
|
2513
2597
|
var HTMLZTypographyElement: {
|
|
@@ -2604,6 +2688,8 @@ declare global {
|
|
|
2604
2688
|
"z-pocket-header": HTMLZPocketHeaderElement;
|
|
2605
2689
|
"z-pocket-message": HTMLZPocketMessageElement;
|
|
2606
2690
|
"z-popover": HTMLZPopoverElement;
|
|
2691
|
+
"z-popover-deprecated": HTMLZPopoverDeprecatedElement;
|
|
2692
|
+
"z-range-picker": HTMLZRangePickerElement;
|
|
2607
2693
|
"z-section-title": HTMLZSectionTitleElement;
|
|
2608
2694
|
"z-select": HTMLZSelectElement;
|
|
2609
2695
|
"z-skip-to-content": HTMLZSkipToContentElement;
|
|
@@ -2628,6 +2714,7 @@ declare global {
|
|
|
2628
2714
|
"z-toggle-button": HTMLZToggleButtonElement;
|
|
2629
2715
|
"z-toggle-switch": HTMLZToggleSwitchElement;
|
|
2630
2716
|
"z-tooltip": HTMLZTooltipElement;
|
|
2717
|
+
"z-tooltip-deprecated": HTMLZTooltipDeprecatedElement;
|
|
2631
2718
|
"z-typography": HTMLZTypographyElement;
|
|
2632
2719
|
"z-user-dropdown": HTMLZUserDropdownElement;
|
|
2633
2720
|
"z-visually-hidden": HTMLZVisuallyHiddenElement;
|
|
@@ -3005,7 +3092,7 @@ declare namespace LocalJSX {
|
|
|
3005
3092
|
*/
|
|
3006
3093
|
"color"?: string;
|
|
3007
3094
|
/**
|
|
3008
|
-
*
|
|
3095
|
+
* Elements of ZContextualMenu
|
|
3009
3096
|
*/
|
|
3010
3097
|
"elements"?: string;
|
|
3011
3098
|
/**
|
|
@@ -3015,7 +3102,7 @@ declare namespace LocalJSX {
|
|
|
3015
3102
|
/**
|
|
3016
3103
|
* [optional] Sets the position of the popover
|
|
3017
3104
|
*/
|
|
3018
|
-
"popoverPosition"?:
|
|
3105
|
+
"popoverPosition"?: PopoverPositions;
|
|
3019
3106
|
}
|
|
3020
3107
|
interface ZCookiebar {
|
|
3021
3108
|
/**
|
|
@@ -3043,7 +3130,7 @@ declare namespace LocalJSX {
|
|
|
3043
3130
|
/**
|
|
3044
3131
|
* unique id
|
|
3045
3132
|
*/
|
|
3046
|
-
"
|
|
3133
|
+
"datePickerId"?: string;
|
|
3047
3134
|
/**
|
|
3048
3135
|
* z-input label
|
|
3049
3136
|
*/
|
|
@@ -4314,34 +4401,98 @@ declare namespace LocalJSX {
|
|
|
4314
4401
|
}
|
|
4315
4402
|
interface ZPopover {
|
|
4316
4403
|
/**
|
|
4317
|
-
*
|
|
4404
|
+
* The selector or the element bound with the popover.
|
|
4318
4405
|
*/
|
|
4319
|
-
"
|
|
4406
|
+
"bindTo"?: string | HTMLElement;
|
|
4320
4407
|
/**
|
|
4321
|
-
*
|
|
4408
|
+
* Whether to center the popup on the main side (according to "position").
|
|
4322
4409
|
*/
|
|
4323
|
-
"
|
|
4410
|
+
"center"?: boolean;
|
|
4324
4411
|
/**
|
|
4325
|
-
*
|
|
4412
|
+
* Whether the popover should be closed when the user clicks outside of it or hit "ESC".
|
|
4326
4413
|
*/
|
|
4327
|
-
"
|
|
4414
|
+
"closable"?: boolean;
|
|
4328
4415
|
/**
|
|
4329
|
-
*
|
|
4416
|
+
* Open change event.
|
|
4330
4417
|
*/
|
|
4331
|
-
"
|
|
4418
|
+
"onOpenChange"?: (event: CustomEvent<any>) => void;
|
|
4332
4419
|
/**
|
|
4333
|
-
*
|
|
4420
|
+
* Position change event.
|
|
4334
4421
|
*/
|
|
4335
|
-
"
|
|
4422
|
+
"onPositionChange"?: (event: CustomEvent<any>) => void;
|
|
4336
4423
|
/**
|
|
4337
|
-
*
|
|
4424
|
+
* The open state of the popover.
|
|
4338
4425
|
*/
|
|
4339
|
-
"
|
|
4426
|
+
"open"?: boolean;
|
|
4427
|
+
/**
|
|
4428
|
+
* Popover position.
|
|
4429
|
+
*/
|
|
4430
|
+
"position"?: PopoverPositions;
|
|
4431
|
+
/**
|
|
4432
|
+
* Whether to show popover's arrow.
|
|
4433
|
+
*/
|
|
4434
|
+
"showArrow"?: boolean;
|
|
4435
|
+
}
|
|
4436
|
+
interface ZPopoverDeprecated {
|
|
4437
|
+
/**
|
|
4438
|
+
* The selector or the element bound with the popover.
|
|
4439
|
+
*/
|
|
4440
|
+
"bindTo"?: string | HTMLElement;
|
|
4441
|
+
/**
|
|
4442
|
+
* Whether center the popup on the main side - according to "position".
|
|
4443
|
+
*/
|
|
4444
|
+
"center"?: boolean;
|
|
4445
|
+
/**
|
|
4446
|
+
* Open change event.
|
|
4447
|
+
*/
|
|
4448
|
+
"onOpenChange"?: (event: CustomEvent<any>) => void;
|
|
4340
4449
|
/**
|
|
4341
|
-
*
|
|
4450
|
+
* Position change event.
|
|
4451
|
+
*/
|
|
4452
|
+
"onPositionChange"?: (event: CustomEvent<any>) => void;
|
|
4453
|
+
/**
|
|
4454
|
+
* The open state of the popover.
|
|
4455
|
+
*/
|
|
4456
|
+
"open"?: boolean;
|
|
4457
|
+
/**
|
|
4458
|
+
* Popover position.
|
|
4459
|
+
*/
|
|
4460
|
+
"position"?: PopoverPositions;
|
|
4461
|
+
/**
|
|
4462
|
+
* Whether to show popover's arrow.
|
|
4342
4463
|
*/
|
|
4343
4464
|
"showArrow"?: boolean;
|
|
4344
4465
|
}
|
|
4466
|
+
interface ZRangePicker {
|
|
4467
|
+
/**
|
|
4468
|
+
* first z-input aria label
|
|
4469
|
+
*/
|
|
4470
|
+
"firstAriaLabel"?: string;
|
|
4471
|
+
/**
|
|
4472
|
+
* first z-input label
|
|
4473
|
+
*/
|
|
4474
|
+
"firstLabel"?: string;
|
|
4475
|
+
/**
|
|
4476
|
+
* [Optional] datepicker mode: date, datetime, only months
|
|
4477
|
+
*/
|
|
4478
|
+
"mode"?: ZDatePickerMode;
|
|
4479
|
+
/**
|
|
4480
|
+
* emitted when date changes, returns an array with the two selected dates
|
|
4481
|
+
*/
|
|
4482
|
+
"onDateSelect"?: (event: CustomEvent<any>) => void;
|
|
4483
|
+
/**
|
|
4484
|
+
* unique id
|
|
4485
|
+
*/
|
|
4486
|
+
"rangePickerId"?: string;
|
|
4487
|
+
/**
|
|
4488
|
+
* second z-input aria label
|
|
4489
|
+
*/
|
|
4490
|
+
"secondAriaLabel"?: string;
|
|
4491
|
+
/**
|
|
4492
|
+
* second z-input label
|
|
4493
|
+
*/
|
|
4494
|
+
"secondLabel"?: string;
|
|
4495
|
+
}
|
|
4345
4496
|
interface ZSectionTitle {
|
|
4346
4497
|
/**
|
|
4347
4498
|
* Divider position for the primary title. This prop only works if the secondary title is not set.
|
|
@@ -4690,6 +4841,24 @@ declare namespace LocalJSX {
|
|
|
4690
4841
|
"onToggleClick"?: (event: CustomEvent<any>) => void;
|
|
4691
4842
|
}
|
|
4692
4843
|
interface ZTooltip {
|
|
4844
|
+
/**
|
|
4845
|
+
* The selector or the element bound with the tooltip.
|
|
4846
|
+
*/
|
|
4847
|
+
"bindTo"?: string | HTMLElement;
|
|
4848
|
+
/**
|
|
4849
|
+
* Enable tooltip dark mode.
|
|
4850
|
+
*/
|
|
4851
|
+
"dark"?: boolean;
|
|
4852
|
+
/**
|
|
4853
|
+
* The open state of the tooltip.
|
|
4854
|
+
*/
|
|
4855
|
+
"open"?: boolean;
|
|
4856
|
+
/**
|
|
4857
|
+
* Tooltip position.
|
|
4858
|
+
*/
|
|
4859
|
+
"position"?: PopoverPositions;
|
|
4860
|
+
}
|
|
4861
|
+
interface ZTooltipDeprecated {
|
|
4693
4862
|
/**
|
|
4694
4863
|
* The selector or the element bound with the tooltip.
|
|
4695
4864
|
*/
|
|
@@ -4710,7 +4879,7 @@ declare namespace LocalJSX {
|
|
|
4710
4879
|
/**
|
|
4711
4880
|
* Tooltip position.
|
|
4712
4881
|
*/
|
|
4713
|
-
"type"?:
|
|
4882
|
+
"type"?: PopoverPositions1;
|
|
4714
4883
|
}
|
|
4715
4884
|
interface ZTypography {
|
|
4716
4885
|
"component"?: string;
|
|
@@ -4827,6 +4996,8 @@ declare namespace LocalJSX {
|
|
|
4827
4996
|
"z-pocket-header": ZPocketHeader;
|
|
4828
4997
|
"z-pocket-message": ZPocketMessage;
|
|
4829
4998
|
"z-popover": ZPopover;
|
|
4999
|
+
"z-popover-deprecated": ZPopoverDeprecated;
|
|
5000
|
+
"z-range-picker": ZRangePicker;
|
|
4830
5001
|
"z-section-title": ZSectionTitle;
|
|
4831
5002
|
"z-select": ZSelect;
|
|
4832
5003
|
"z-skip-to-content": ZSkipToContent;
|
|
@@ -4851,6 +5022,7 @@ declare namespace LocalJSX {
|
|
|
4851
5022
|
"z-toggle-button": ZToggleButton;
|
|
4852
5023
|
"z-toggle-switch": ZToggleSwitch;
|
|
4853
5024
|
"z-tooltip": ZTooltip;
|
|
5025
|
+
"z-tooltip-deprecated": ZTooltipDeprecated;
|
|
4854
5026
|
"z-typography": ZTypography;
|
|
4855
5027
|
"z-user-dropdown": ZUserDropdown;
|
|
4856
5028
|
"z-visually-hidden": ZVisuallyHidden;
|
|
@@ -4937,6 +5109,8 @@ declare module "@stencil/core" {
|
|
|
4937
5109
|
"z-pocket-header": LocalJSX.ZPocketHeader & JSXBase.HTMLAttributes<HTMLZPocketHeaderElement>;
|
|
4938
5110
|
"z-pocket-message": LocalJSX.ZPocketMessage & JSXBase.HTMLAttributes<HTMLZPocketMessageElement>;
|
|
4939
5111
|
"z-popover": LocalJSX.ZPopover & JSXBase.HTMLAttributes<HTMLZPopoverElement>;
|
|
5112
|
+
"z-popover-deprecated": LocalJSX.ZPopoverDeprecated & JSXBase.HTMLAttributes<HTMLZPopoverDeprecatedElement>;
|
|
5113
|
+
"z-range-picker": LocalJSX.ZRangePicker & JSXBase.HTMLAttributes<HTMLZRangePickerElement>;
|
|
4940
5114
|
"z-section-title": LocalJSX.ZSectionTitle & JSXBase.HTMLAttributes<HTMLZSectionTitleElement>;
|
|
4941
5115
|
"z-select": LocalJSX.ZSelect & JSXBase.HTMLAttributes<HTMLZSelectElement>;
|
|
4942
5116
|
"z-skip-to-content": LocalJSX.ZSkipToContent & JSXBase.HTMLAttributes<HTMLZSkipToContentElement>;
|
|
@@ -4961,6 +5135,7 @@ declare module "@stencil/core" {
|
|
|
4961
5135
|
"z-toggle-button": LocalJSX.ZToggleButton & JSXBase.HTMLAttributes<HTMLZToggleButtonElement>;
|
|
4962
5136
|
"z-toggle-switch": LocalJSX.ZToggleSwitch & JSXBase.HTMLAttributes<HTMLZToggleSwitchElement>;
|
|
4963
5137
|
"z-tooltip": LocalJSX.ZTooltip & JSXBase.HTMLAttributes<HTMLZTooltipElement>;
|
|
5138
|
+
"z-tooltip-deprecated": LocalJSX.ZTooltipDeprecated & JSXBase.HTMLAttributes<HTMLZTooltipDeprecatedElement>;
|
|
4964
5139
|
"z-typography": LocalJSX.ZTypography & JSXBase.HTMLAttributes<HTMLZTypographyElement>;
|
|
4965
5140
|
"z-user-dropdown": LocalJSX.ZUserDropdown & JSXBase.HTMLAttributes<HTMLZUserDropdownElement>;
|
|
4966
5141
|
"z-visually-hidden": LocalJSX.ZVisuallyHidden & JSXBase.HTMLAttributes<HTMLZVisuallyHiddenElement>;
|