@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
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
font-family: var(--font-family-sans);
|
|
135
135
|
font-weight: var(--font-rg);
|
|
136
136
|
|
|
137
|
-
--toggle-height: 0;
|
|
137
|
+
--z-range-picker--toggle-height: 0;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
z-date-picker {
|
|
@@ -145,10 +145,19 @@ z-date-picker > div > * {
|
|
|
145
145
|
cursor: pointer !important;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
+
z-range-picker {
|
|
149
|
+
position: relative;
|
|
150
|
+
}
|
|
151
|
+
|
|
148
152
|
.flatpickr-toggle-container {
|
|
149
153
|
width: fit-content;
|
|
150
154
|
}
|
|
151
155
|
|
|
156
|
+
.range-picker-container > div {
|
|
157
|
+
cursor: pointer !important;
|
|
158
|
+
position: relative;
|
|
159
|
+
}
|
|
160
|
+
|
|
152
161
|
.hidden-input {
|
|
153
162
|
visibility: hidden !important;
|
|
154
163
|
position: absolute;
|
|
@@ -169,23 +178,25 @@ z-date-picker > div > * {
|
|
|
169
178
|
position: absolute !important;
|
|
170
179
|
|
|
171
180
|
border-radius: 2px;
|
|
172
|
-
box-shadow:
|
|
181
|
+
box-shadow: var(--shadow-2);
|
|
173
182
|
|
|
174
183
|
padding-top: calc(var(--space-unit) * 2);
|
|
175
184
|
|
|
176
185
|
left: 0 !important;
|
|
177
|
-
top: var(--toggle-height) !important;
|
|
186
|
+
top: var(--z-range-picker--toggle-height) !important;
|
|
178
187
|
}
|
|
179
188
|
|
|
180
189
|
.months.top > .flatpickr-calendar {
|
|
181
190
|
top: -288px !important;
|
|
182
191
|
}
|
|
183
192
|
|
|
184
|
-
.date.top > .flatpickr-calendar
|
|
193
|
+
.date.top > .flatpickr-calendar,
|
|
194
|
+
.date.top > div > .flatpickr-calendar {
|
|
185
195
|
top: -401px !important;
|
|
186
196
|
}
|
|
187
197
|
|
|
188
|
-
.date-time.top > .flatpickr-calendar
|
|
198
|
+
.date-time.top > .flatpickr-calendar,
|
|
199
|
+
.date-time.top > div > .flatpickr-calendar {
|
|
189
200
|
top: -523px !important;
|
|
190
201
|
}
|
|
191
202
|
|
|
@@ -289,10 +300,10 @@ z-date-picker > div > * {
|
|
|
289
300
|
|
|
290
301
|
/* Months dropdown selectors */
|
|
291
302
|
.flatpickr-monthDropdown-months {
|
|
292
|
-
background:
|
|
303
|
+
background: var(--color-surface01) !important;
|
|
293
304
|
font-size: var(--font-size-3) !important;
|
|
294
305
|
font-weight: var(--font-rg) !important;
|
|
295
|
-
color: var(--
|
|
306
|
+
color: var(--color-text02) !important;
|
|
296
307
|
outline: 1px solid black !important;
|
|
297
308
|
|
|
298
309
|
width: 108px !important;
|
|
@@ -308,8 +319,8 @@ z-date-picker > div > * {
|
|
|
308
319
|
/* Year toggle selectors */
|
|
309
320
|
.flatpickr-current-month > .numInputWrapper {
|
|
310
321
|
display: flex;
|
|
311
|
-
background:
|
|
312
|
-
color: var(--
|
|
322
|
+
background: var(--color-surface01) !important;
|
|
323
|
+
color: var(--color-text02);
|
|
313
324
|
outline: 1px solid black !important;
|
|
314
325
|
|
|
315
326
|
height: calc(var(--space-unit) * 5.5) !important;
|
|
@@ -332,7 +343,7 @@ z-date-picker > div > * {
|
|
|
332
343
|
/* Weekdays selectors */
|
|
333
344
|
.flatpickr-weekdays {
|
|
334
345
|
height: calc(var(--space-unit) * 6);
|
|
335
|
-
border-bottom: 1px solid var(--
|
|
346
|
+
border-bottom: 1px solid var(--color-surface03);
|
|
336
347
|
}
|
|
337
348
|
|
|
338
349
|
.flatpickr-weekday {
|
|
@@ -368,7 +379,7 @@ z-date-picker > div > * {
|
|
|
368
379
|
padding: 0 !important;
|
|
369
380
|
|
|
370
381
|
line-height: calc(var(--space-unit) * 5) !important;
|
|
371
|
-
border: 2px solid
|
|
382
|
+
border: 2px solid var(--color-surface01) !important;
|
|
372
383
|
}
|
|
373
384
|
|
|
374
385
|
.flatpickr-day:hover,
|
|
@@ -376,14 +387,14 @@ z-date-picker > div > * {
|
|
|
376
387
|
.flatpickr-day.selected:hover,
|
|
377
388
|
.flatpickr-monthSelect-month:hover,
|
|
378
389
|
.flatpickr-monthSelect-month:focus {
|
|
379
|
-
background-color: var(--
|
|
380
|
-
border-color: var(--
|
|
381
|
-
color: var(--color-
|
|
390
|
+
background-color: var(--color-hover-primary) !important;
|
|
391
|
+
border-color: var(--color-hover-primary) !important;
|
|
392
|
+
color: var(--color-text04) !important;
|
|
382
393
|
}
|
|
383
394
|
|
|
384
395
|
.flatpickr-day.today,
|
|
385
396
|
.flatpickr-monthSelect-month.today {
|
|
386
|
-
border: 2px solid var(--
|
|
397
|
+
border: 2px solid var(--color-hover-primary) !important;
|
|
387
398
|
}
|
|
388
399
|
|
|
389
400
|
.flatpickr-day.selected,
|
|
@@ -414,7 +425,7 @@ z-date-picker > div > * {
|
|
|
414
425
|
font-size: var(--font-size-1);
|
|
415
426
|
font-weight: var(--font-sb);
|
|
416
427
|
text-transform: uppercase;
|
|
417
|
-
color: var(--
|
|
428
|
+
color: var(--color-text02) !important;
|
|
418
429
|
|
|
419
430
|
width: 100%;
|
|
420
431
|
padding-left: var(--space-unit);
|
|
@@ -427,7 +438,7 @@ z-date-picker > div > * {
|
|
|
427
438
|
.flatpickr-time.time24hr > .numInputWrapper > input:hover,
|
|
428
439
|
.flatpickr-time.time24hr > .numInputWrapper > input:focus,
|
|
429
440
|
.flatpickr-time.time24hr > .numInputWrapper:hover {
|
|
430
|
-
background-color:
|
|
441
|
+
background-color: var(--color-surface01) !important;
|
|
431
442
|
}
|
|
432
443
|
|
|
433
444
|
.flatpickr-time.time24hr > div {
|
|
@@ -523,3 +534,44 @@ z-date-picker > div > * {
|
|
|
523
534
|
left: 5.5px !important;
|
|
524
535
|
margin-top: 4px !important;
|
|
525
536
|
}
|
|
537
|
+
|
|
538
|
+
/* range-date-picker selectors */
|
|
539
|
+
|
|
540
|
+
.flatpickr-day.inRange,
|
|
541
|
+
.flatpickr-day.today.inRange,
|
|
542
|
+
.flatpickr-day.prevMonthDay.inRange,
|
|
543
|
+
.flatpickr-monthSelect-month.inRange {
|
|
544
|
+
background-color: var(--color-primary03) !important;
|
|
545
|
+
border-color: var(--color-primary03) !important;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.flatpickr-day.inRange:hover,
|
|
549
|
+
.flatpickr-day.today.inRange:hover,
|
|
550
|
+
.flatpickr-day.prevMonthDay.inRange:hover,
|
|
551
|
+
.flatpickr-monthSelect-month.inRange:hover {
|
|
552
|
+
background-color: var(--color-hover-primary) !important;
|
|
553
|
+
border-color: var(--color-hover-primary) !important;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.flatpickr-day.startRange,
|
|
557
|
+
.flatpickr-day.endRange,
|
|
558
|
+
.flatpickr-monthSelect-month.startRange,
|
|
559
|
+
.flatpickr-monthSelect-month.endRange {
|
|
560
|
+
background-color: var(--color-primary01) !important;
|
|
561
|
+
border-color: var(--color-primary01) !important;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.flatpickr-day.prevMonthDay.selected.startRange,
|
|
565
|
+
.flatpickr-day.prevMonthDay.selected.endRange {
|
|
566
|
+
background-color: var(--color-primary01) !important;
|
|
567
|
+
border-color: var(--color-primary01) !important;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.flatpickr-range.second-input {
|
|
571
|
+
cursor: pointer;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.range-picker-container {
|
|
575
|
+
display: flex;
|
|
576
|
+
gap: 16px;
|
|
577
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { ZDatePickerMode, ZDatePickerModeValues, ZDatePickerPosition, } from "../../beans";
|
|
2
|
+
export function setFlatpickrPosition(element, mode) {
|
|
3
|
+
const toggleHeight = element.children[0].clientHeight;
|
|
4
|
+
element.style.setProperty("--z-range-picker--toggle-height", `${toggleHeight}px`);
|
|
5
|
+
const flatpickrHeight = mode === ZDatePickerMode.dateTime
|
|
6
|
+
? ZDatePickerModeValues.DATETIME
|
|
7
|
+
: mode === ZDatePickerMode.months
|
|
8
|
+
? ZDatePickerModeValues.MONTHS
|
|
9
|
+
: ZDatePickerModeValues.DATE;
|
|
10
|
+
const bottom = element.getBoundingClientRect().bottom;
|
|
11
|
+
const overflowBottom = bottom + flatpickrHeight > window.innerHeight;
|
|
12
|
+
const overflowTop = bottom - flatpickrHeight - toggleHeight < 0;
|
|
13
|
+
if (!overflowTop && overflowBottom) {
|
|
14
|
+
return ZDatePickerPosition.top;
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
return ZDatePickerPosition.bottom;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export function setAriaOptions(element, mode) {
|
|
21
|
+
let calendar = element.getElementsByClassName("flatpickr-calendar");
|
|
22
|
+
Array.from(calendar).forEach((element) => {
|
|
23
|
+
element.setAttribute("tabindex", "0");
|
|
24
|
+
let prevMonthArrow = element.getElementsByClassName("flatpickr-prev-month")[0];
|
|
25
|
+
let nextMonthArrow = element.getElementsByClassName("flatpickr-next-month")[0];
|
|
26
|
+
let tabindexElements = element.querySelectorAll('[tabindex = "-1"]');
|
|
27
|
+
tabindexElements.forEach((element) => element.setAttribute("tabindex", "0"));
|
|
28
|
+
prevMonthArrow.setAttribute("tabindex", "0");
|
|
29
|
+
nextMonthArrow.setAttribute("tabindex", "0");
|
|
30
|
+
prevMonthArrow.setAttribute("role", "button");
|
|
31
|
+
nextMonthArrow.setAttribute("role", "button");
|
|
32
|
+
element
|
|
33
|
+
.getElementsByClassName("cur-year")[0]
|
|
34
|
+
.setAttribute("aria-label", "Anno");
|
|
35
|
+
if (mode === ZDatePickerMode.date) {
|
|
36
|
+
setDateAriaOptions(element, prevMonthArrow, nextMonthArrow);
|
|
37
|
+
}
|
|
38
|
+
if (mode === ZDatePickerMode.dateTime) {
|
|
39
|
+
setDateTimeAriaOptions(element, prevMonthArrow, nextMonthArrow);
|
|
40
|
+
}
|
|
41
|
+
if (mode === ZDatePickerMode.months) {
|
|
42
|
+
setMonthsAriaOptions(calendar, prevMonthArrow, nextMonthArrow);
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
function setDateAriaOptions(calendar, prevMonthArrow, nextMonthArrow) {
|
|
47
|
+
Array.from(calendar.getElementsByClassName("flatpickr-days")).forEach((element) => element.setAttribute("tabindex", "-1"));
|
|
48
|
+
Array.from(calendar.getElementsByClassName("flatpickr-day")).forEach((element) => element.setAttribute("role", "button"));
|
|
49
|
+
calendar
|
|
50
|
+
.getElementsByClassName("flatpickr-monthDropdown-months")[0]
|
|
51
|
+
.setAttribute("aria-label", "Mese");
|
|
52
|
+
prevMonthArrow.setAttribute("aria-label", "Mese precedente");
|
|
53
|
+
nextMonthArrow.setAttribute("aria-label", "Mese successivo");
|
|
54
|
+
}
|
|
55
|
+
function setDateTimeAriaOptions(calendar, prevMonthArrow, nextMonthArrow) {
|
|
56
|
+
Array.from(calendar.getElementsByClassName("flatpickr-days")).forEach((element) => element.setAttribute("tabindex", "-1"));
|
|
57
|
+
Array.from(calendar.getElementsByClassName("flatpickr-day")).forEach((element) => element.setAttribute("role", "button"));
|
|
58
|
+
calendar
|
|
59
|
+
.getElementsByClassName("flatpickr-monthDropdown-months")[0]
|
|
60
|
+
.setAttribute("aria-label", "Mese");
|
|
61
|
+
prevMonthArrow.setAttribute("aria-label", "Mese precedente");
|
|
62
|
+
nextMonthArrow.setAttribute("aria-label", "Mese successivo");
|
|
63
|
+
Array.from(calendar.getElementsByClassName("time24hr")).forEach((element) => element.setAttribute("tabindex", "-1"));
|
|
64
|
+
calendar
|
|
65
|
+
.getElementsByClassName("flatpickr-hour")[0]
|
|
66
|
+
.setAttribute("aria-label", "Ora");
|
|
67
|
+
calendar
|
|
68
|
+
.getElementsByClassName("flatpickr-minute")[0]
|
|
69
|
+
.setAttribute("aria-label", "Minuti");
|
|
70
|
+
}
|
|
71
|
+
function setMonthsAriaOptions(calendar, prevMonthArrow, nextMonthArrow) {
|
|
72
|
+
Array.from(calendar.getElementsByClassName("flatpickr-monthSelect-months")).forEach((element) => element.setAttribute("tabindex", "-1"));
|
|
73
|
+
Array.from(calendar.getElementsByClassName("flatpickr-monthSelect-month")).forEach((element) => element.setAttribute("role", "button"));
|
|
74
|
+
prevMonthArrow.setAttribute("aria-label", "Anno precedente");
|
|
75
|
+
nextMonthArrow.setAttribute("aria-label", "Anno successivo");
|
|
76
|
+
}
|
|
@@ -3,7 +3,8 @@ import flatpickr from "flatpickr";
|
|
|
3
3
|
import { Italian } from "flatpickr/dist/l10n/it.js";
|
|
4
4
|
import monthSelectPlugin from "flatpickr/dist/plugins/monthSelect";
|
|
5
5
|
import classNames from "classnames";
|
|
6
|
-
import { ZDatePickerMode,
|
|
6
|
+
import { ZDatePickerMode, ZDatePickerPosition } from "../../../beans";
|
|
7
|
+
import { setAriaOptions, setFlatpickrPosition } from "../utils";
|
|
7
8
|
export class ZDatePicker {
|
|
8
9
|
constructor() {
|
|
9
10
|
/** [Optional] datepicker mode: date, datetime, only months */
|
|
@@ -57,7 +58,7 @@ export class ZDatePicker {
|
|
|
57
58
|
this.hasChildren && customToggle.setAttribute("data-toggle", "data-toggle");
|
|
58
59
|
}
|
|
59
60
|
componentDidLoad() {
|
|
60
|
-
this.flatpickrInstance = flatpickr(`.${this.
|
|
61
|
+
this.flatpickrInstance = flatpickr(`.${this.datePickerId}`, {
|
|
61
62
|
appendTo: this.element.children[0],
|
|
62
63
|
enableTime: this.mode === ZDatePickerMode.dateTime,
|
|
63
64
|
locale: Italian,
|
|
@@ -70,11 +71,11 @@ export class ZDatePicker {
|
|
|
70
71
|
this.emitDateSelect(dateStr);
|
|
71
72
|
},
|
|
72
73
|
onOpen: () => {
|
|
73
|
-
this.
|
|
74
|
-
this.setFlatpickrPosition();
|
|
74
|
+
setAriaOptions(this.element, this.mode);
|
|
75
|
+
this.flatpickrPosition = setFlatpickrPosition(this.element, this.mode);
|
|
75
76
|
},
|
|
76
77
|
onKeyDown: () => {
|
|
77
|
-
this.
|
|
78
|
+
setAriaOptions(this.element, this.mode);
|
|
78
79
|
},
|
|
79
80
|
wrap: this.hasChildren,
|
|
80
81
|
plugins: this.mode === ZDatePickerMode.months && [
|
|
@@ -88,98 +89,26 @@ export class ZDatePicker {
|
|
|
88
89
|
element.innerHTML = element.innerHTML.trim().charAt(0);
|
|
89
90
|
});
|
|
90
91
|
}
|
|
91
|
-
setAriaOptions() {
|
|
92
|
-
let calendar = this.element.getElementsByClassName("flatpickr-calendar")[0];
|
|
93
|
-
let prevMonthArrow = calendar.getElementsByClassName("flatpickr-prev-month")[0];
|
|
94
|
-
let nextMonthArrow = calendar.getElementsByClassName("flatpickr-next-month")[0];
|
|
95
|
-
let tabindexElements = calendar.querySelectorAll('[tabindex = "-1"]');
|
|
96
|
-
tabindexElements.forEach((element) => element.setAttribute("tabindex", "0"));
|
|
97
|
-
prevMonthArrow.setAttribute("tabindex", "0");
|
|
98
|
-
nextMonthArrow.setAttribute("tabindex", "0");
|
|
99
|
-
prevMonthArrow.setAttribute("role", "button");
|
|
100
|
-
nextMonthArrow.setAttribute("role", "button");
|
|
101
|
-
calendar
|
|
102
|
-
.getElementsByClassName("cur-year")[0]
|
|
103
|
-
.setAttribute("aria-label", "Anno");
|
|
104
|
-
if (this.mode === ZDatePickerMode.months) {
|
|
105
|
-
this.setMonthsAriaOptions(calendar, prevMonthArrow, nextMonthArrow);
|
|
106
|
-
}
|
|
107
|
-
if (this.mode === ZDatePickerMode.date) {
|
|
108
|
-
this.setDateAriaOptions(calendar, prevMonthArrow, nextMonthArrow);
|
|
109
|
-
}
|
|
110
|
-
if (this.mode === ZDatePickerMode.dateTime) {
|
|
111
|
-
this.setDateTimeAriaOptions(calendar, prevMonthArrow, nextMonthArrow);
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
setMonthsAriaOptions(calendar, prevMonthArrow, nextMonthArrow) {
|
|
115
|
-
Array.from(calendar.getElementsByClassName("flatpickr-monthSelect-months")).forEach((element) => element.setAttribute("tabindex", "-1"));
|
|
116
|
-
Array.from(calendar.getElementsByClassName("flatpickr-monthSelect-month")).forEach((element) => element.setAttribute("role", "button"));
|
|
117
|
-
prevMonthArrow.setAttribute("aria-label", "Anno precedente");
|
|
118
|
-
nextMonthArrow.setAttribute("aria-label", "Anno successivo");
|
|
119
|
-
}
|
|
120
|
-
setDateAriaOptions(calendar, prevMonthArrow, nextMonthArrow) {
|
|
121
|
-
Array.from(calendar.getElementsByClassName("flatpickr-days")).forEach((element) => element.setAttribute("tabindex", "-1"));
|
|
122
|
-
Array.from(calendar.getElementsByClassName("flatpickr-day")).forEach((element) => element.setAttribute("role", "button"));
|
|
123
|
-
calendar
|
|
124
|
-
.getElementsByClassName("flatpickr-monthDropdown-months")[0]
|
|
125
|
-
.setAttribute("aria-label", "Mese");
|
|
126
|
-
prevMonthArrow.setAttribute("aria-label", "Mese precedente");
|
|
127
|
-
nextMonthArrow.setAttribute("aria-label", "Mese successivo");
|
|
128
|
-
}
|
|
129
|
-
setDateTimeAriaOptions(calendar, prevMonthArrow, nextMonthArrow) {
|
|
130
|
-
Array.from(calendar.getElementsByClassName("flatpickr-days")).forEach((element) => element.setAttribute("tabindex", "-1"));
|
|
131
|
-
Array.from(calendar.getElementsByClassName("flatpickr-day")).forEach((element) => element.setAttribute("role", "button"));
|
|
132
|
-
calendar
|
|
133
|
-
.getElementsByClassName("flatpickr-monthDropdown-months")[0]
|
|
134
|
-
.setAttribute("aria-label", "Mese");
|
|
135
|
-
prevMonthArrow.setAttribute("aria-label", "Mese precedente");
|
|
136
|
-
nextMonthArrow.setAttribute("aria-label", "Mese successivo");
|
|
137
|
-
Array.from(calendar.getElementsByClassName("time24hr")).forEach((element) => element.setAttribute("tabindex", "-1"));
|
|
138
|
-
calendar
|
|
139
|
-
.getElementsByClassName("flatpickr-hour")[0]
|
|
140
|
-
.setAttribute("aria-label", "Ora");
|
|
141
|
-
calendar
|
|
142
|
-
.getElementsByClassName("flatpickr-minute")[0]
|
|
143
|
-
.setAttribute("aria-label", "Minuti");
|
|
144
|
-
}
|
|
145
|
-
setFlatpickrPosition() {
|
|
146
|
-
const toggleHeight = this.element.children[0].clientHeight;
|
|
147
|
-
this.element.style.setProperty("--toggle-height", `${toggleHeight}px`);
|
|
148
|
-
const flatpickrHeight = this.mode === ZDatePickerMode.dateTime
|
|
149
|
-
? ZDatePickerModeValues.DATETIME
|
|
150
|
-
: this.mode === ZDatePickerMode.months
|
|
151
|
-
? ZDatePickerModeValues.MONTHS
|
|
152
|
-
: ZDatePickerModeValues.DATE;
|
|
153
|
-
const bottom = this.element.getBoundingClientRect().bottom;
|
|
154
|
-
const overflowBottom = bottom + flatpickrHeight > window.innerHeight;
|
|
155
|
-
const overflowTop = bottom - flatpickrHeight - toggleHeight < 0;
|
|
156
|
-
if (!overflowTop && overflowBottom) {
|
|
157
|
-
this.flatpickrPosition = ZDatePickerPosition.top;
|
|
158
|
-
}
|
|
159
|
-
else {
|
|
160
|
-
this.flatpickrPosition = ZDatePickerPosition.bottom;
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
92
|
renderSlottedContent() {
|
|
164
93
|
return (h("div", null,
|
|
165
94
|
h("input", { class: "hidden-input", "data-input": true }),
|
|
166
95
|
h("slot", { name: "toggle" })));
|
|
167
96
|
}
|
|
168
97
|
renderZInput() {
|
|
169
|
-
return (h("z-input", { ariaLabel: this.ariaLabel, label: this.label, class: classNames(this.
|
|
98
|
+
return (h("z-input", { ariaLabel: this.ariaLabel, label: this.label, class: classNames(this.datePickerId), type: "text", icon: "event", message: false, tabindex: "0" }));
|
|
170
99
|
}
|
|
171
100
|
render() {
|
|
172
|
-
return (h("div", { class: classNames("flatpickr-toggle-container", this.hasChildren && this.
|
|
101
|
+
return (h("div", { class: classNames("flatpickr-toggle-container", this.hasChildren && this.datePickerId, this.flatpickrPosition, this.mode) }, this.hasChildren ? this.renderSlottedContent() : this.renderZInput()));
|
|
173
102
|
}
|
|
174
103
|
static get is() { return "z-date-picker"; }
|
|
175
104
|
static get originalStyleUrls() { return {
|
|
176
|
-
"$": ["styles.css"]
|
|
105
|
+
"$": ["../styles.css"]
|
|
177
106
|
}; }
|
|
178
107
|
static get styleUrls() { return {
|
|
179
|
-
"$": ["styles.css"]
|
|
108
|
+
"$": ["../styles.css"]
|
|
180
109
|
}; }
|
|
181
110
|
static get properties() { return {
|
|
182
|
-
"
|
|
111
|
+
"datePickerId": {
|
|
183
112
|
"type": "string",
|
|
184
113
|
"mutable": false,
|
|
185
114
|
"complexType": {
|
|
@@ -193,7 +122,7 @@ export class ZDatePicker {
|
|
|
193
122
|
"tags": [],
|
|
194
123
|
"text": "unique id"
|
|
195
124
|
},
|
|
196
|
-
"attribute": "
|
|
125
|
+
"attribute": "date-picker-id",
|
|
197
126
|
"reflect": false
|
|
198
127
|
},
|
|
199
128
|
"ariaLabel": {
|
|
@@ -239,7 +168,7 @@ export class ZDatePicker {
|
|
|
239
168
|
"references": {
|
|
240
169
|
"ZDatePickerMode": {
|
|
241
170
|
"location": "import",
|
|
242
|
-
"path": "
|
|
171
|
+
"path": "../../../beans"
|
|
243
172
|
}
|
|
244
173
|
}
|
|
245
174
|
},
|