@zanichelli/albe-web-components 2.40.1 → 2.42.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 +79 -0
- package/dist/cjs/{index-dee3e21d.js → index-84b7063a.js} +182 -88
- package/dist/cjs/{index-6b11e272.js → index-ef6dc2ee.js} +10 -0
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{utils-428c57eb.js → utils-d3a23e75.js} +3 -3
- package/dist/cjs/web-components-library.cjs.js +3 -3
- package/dist/cjs/z-alert.cjs.entry.js +1 -1
- package/dist/cjs/z-app-header.cjs.entry.js +1 -1
- package/dist/cjs/z-app-switcher_10.cjs.entry.js +2 -2
- package/dist/cjs/z-aria-alert.cjs.entry.js +2 -2
- package/dist/cjs/z-avatar.cjs.entry.js +2 -2
- package/dist/cjs/z-body_2.cjs.entry.js +1 -1
- package/dist/cjs/z-button-filter_5.cjs.entry.js +3 -3
- package/dist/cjs/z-button-sort.cjs.entry.js +1 -1
- package/dist/cjs/z-candybar.cjs.entry.js +1 -1
- package/dist/cjs/z-chip.cjs.entry.js +2 -2
- package/dist/cjs/z-combobox.cjs.entry.js +3 -3
- package/dist/cjs/z-contextual-menu.cjs.entry.js +2 -2
- package/dist/cjs/z-cookiebar.cjs.entry.js +2 -2
- package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +49 -0
- package/dist/cjs/z-file-upload.cjs.entry.js +169 -0
- package/dist/cjs/z-file.cjs.entry.js +53 -0
- package/dist/cjs/z-footer-link_3.cjs.entry.js +1 -1
- package/dist/cjs/z-footer.cjs.entry.js +2 -2
- package/dist/cjs/z-ghost-loading.cjs.entry.js +1 -1
- package/dist/cjs/z-icon-package.cjs.entry.js +1 -1
- package/dist/cjs/z-info-box.cjs.entry.js +1 -1
- package/dist/cjs/z-list_3.cjs.entry.js +2 -2
- package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +3 -3
- package/dist/cjs/z-menu-section.cjs.entry.js +1 -1
- package/dist/cjs/z-menu.cjs.entry.js +1 -1
- package/dist/cjs/z-messages-pocket.cjs.entry.js +2 -2
- package/dist/cjs/z-modal-login.cjs.entry.js +2 -2
- package/dist/cjs/z-modal.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-alert.cjs.entry.js +2 -2
- package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +2 -2
- package/dist/cjs/z-myz-card-footer-sections.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-footer.cjs.entry.js +2 -2
- package/dist/cjs/z-myz-card-icon.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-info.cjs.entry.js +3 -3
- package/dist/cjs/z-myz-card-list.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card_4.cjs.entry.js +2 -2
- package/dist/cjs/z-myz-list-item.cjs.entry.js +3 -3
- package/dist/cjs/z-myz-topbar.cjs.entry.js +2 -2
- package/dist/cjs/z-navigation-tab.cjs.entry.js +1 -1
- package/dist/cjs/z-navigation-tabs.cjs.entry.js +2 -2
- package/dist/cjs/z-notification.cjs.entry.js +2 -2
- package/dist/cjs/z-otp.cjs.entry.js +2 -2
- package/dist/cjs/z-pagination-bar.cjs.entry.js +3 -3
- package/dist/cjs/z-pagination-page.cjs.entry.js +1 -1
- package/dist/cjs/z-panel-elem.cjs.entry.js +1 -1
- package/dist/cjs/z-pocket-message.cjs.entry.js +1 -1
- package/dist/cjs/z-pocket_3.cjs.entry.js +3 -3
- package/dist/cjs/z-popover.cjs.entry.js +3 -3
- package/dist/cjs/z-slideshow.cjs.entry.js +3 -3
- package/dist/cjs/z-status-tag.cjs.entry.js +2 -2
- package/dist/cjs/z-stepper-item.cjs.entry.js +1 -1
- package/dist/cjs/z-stepper.cjs.entry.js +1 -1
- package/dist/cjs/z-table-body.cjs.entry.js +1 -1
- package/dist/cjs/z-table-cell.cjs.entry.js +2 -2
- package/dist/cjs/z-table-empty-box.cjs.entry.js +1 -1
- package/dist/cjs/z-table-expanded-row.cjs.entry.js +1 -1
- package/dist/cjs/z-table-footer.cjs.entry.js +1 -1
- package/dist/cjs/z-table-head.cjs.entry.js +1 -1
- package/dist/cjs/z-table-header-row.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 +2 -2
- package/dist/cjs/z-table-sticky-footer.cjs.entry.js +1 -1
- package/dist/cjs/z-table.cjs.entry.js +2 -2
- package/dist/cjs/z-toast-notification-list.cjs.entry.js +2 -2
- package/dist/cjs/z-toast-notification.cjs.entry.js +2 -2
- package/dist/cjs/z-toggle-button.cjs.entry.js +1 -1
- package/dist/cjs/z-toggle-switch.cjs.entry.js +49 -0
- package/dist/cjs/z-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/z-user-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/z-visually-hidden.cjs.entry.js +1 -1
- package/dist/collection/beans/index.js +10 -0
- package/dist/collection/collection-manifest.json +6 -2
- package/dist/collection/components/buttons/z-button/index.js +2 -2
- package/dist/collection/components/buttons/z-toggle-switch/index.js +143 -0
- package/dist/collection/components/buttons/z-toggle-switch/styles.css +106 -0
- package/dist/collection/components/file-upload/z-dragdrop-area/index.js +52 -0
- package/dist/collection/components/file-upload/z-dragdrop-area/styles.css +62 -0
- package/dist/collection/components/file-upload/z-file/index.js +109 -0
- package/dist/collection/components/file-upload/z-file/styles.css +61 -0
- package/dist/collection/components/file-upload/z-file-upload/index.js +329 -0
- package/dist/collection/components/file-upload/z-file-upload/styles.css +87 -0
- package/dist/collection/components/navigation/z-menu/index.js +4 -4
- package/dist/collection/components/notification/z-tooltip/index.js +2 -2
- package/dist/collection/utils/utils.js +2 -2
- package/dist/esm/{index-fa9e549c.js → index-90e18641.js} +182 -88
- package/dist/esm/{index-9d70864c.js → index-cda2110a.js} +11 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/{utils-347de6f5.js → utils-436360f5.js} +3 -3
- package/dist/esm/web-components-library.js +3 -3
- package/dist/esm/z-alert.entry.js +1 -1
- package/dist/esm/z-app-header.entry.js +1 -1
- package/dist/esm/z-app-switcher_10.entry.js +2 -2
- package/dist/esm/z-aria-alert.entry.js +2 -2
- package/dist/esm/z-avatar.entry.js +2 -2
- package/dist/esm/z-body_2.entry.js +1 -1
- package/dist/esm/z-button-filter_5.entry.js +3 -3
- package/dist/esm/z-button-sort.entry.js +1 -1
- package/dist/esm/z-candybar.entry.js +1 -1
- package/dist/esm/z-chip.entry.js +2 -2
- package/dist/esm/z-combobox.entry.js +3 -3
- package/dist/esm/z-contextual-menu.entry.js +2 -2
- package/dist/esm/z-cookiebar.entry.js +2 -2
- package/dist/esm/z-dragdrop-area_2.entry.js +44 -0
- package/dist/esm/z-file-upload.entry.js +165 -0
- package/dist/esm/z-file.entry.js +49 -0
- package/dist/esm/z-footer-link_3.entry.js +1 -1
- package/dist/esm/z-footer.entry.js +2 -2
- package/dist/esm/z-ghost-loading.entry.js +1 -1
- package/dist/esm/z-icon-package.entry.js +1 -1
- package/dist/esm/z-info-box.entry.js +1 -1
- package/dist/esm/z-list_3.entry.js +2 -2
- package/dist/esm/z-menu-dropdown_2.entry.js +3 -3
- package/dist/esm/z-menu-section.entry.js +1 -1
- package/dist/esm/z-menu.entry.js +1 -1
- package/dist/esm/z-messages-pocket.entry.js +2 -2
- package/dist/esm/z-modal-login.entry.js +2 -2
- package/dist/esm/z-modal.entry.js +1 -1
- package/dist/esm/z-myz-card-alert.entry.js +2 -2
- package/dist/esm/z-myz-card-dictionary.entry.js +2 -2
- package/dist/esm/z-myz-card-footer-sections.entry.js +1 -1
- package/dist/esm/z-myz-card-footer.entry.js +2 -2
- package/dist/esm/z-myz-card-icon.entry.js +1 -1
- package/dist/esm/z-myz-card-info.entry.js +3 -3
- package/dist/esm/z-myz-card-list.entry.js +1 -1
- package/dist/esm/z-myz-card_4.entry.js +2 -2
- package/dist/esm/z-myz-list-item.entry.js +3 -3
- package/dist/esm/z-myz-topbar.entry.js +2 -2
- package/dist/esm/z-navigation-tab.entry.js +1 -1
- package/dist/esm/z-navigation-tabs.entry.js +2 -2
- package/dist/esm/z-notification.entry.js +2 -2
- package/dist/esm/z-otp.entry.js +2 -2
- package/dist/esm/z-pagination-bar.entry.js +3 -3
- package/dist/esm/z-pagination-page.entry.js +1 -1
- package/dist/esm/z-panel-elem.entry.js +1 -1
- package/dist/esm/z-pocket-message.entry.js +1 -1
- package/dist/esm/z-pocket_3.entry.js +3 -3
- package/dist/esm/z-popover.entry.js +3 -3
- package/dist/esm/z-slideshow.entry.js +3 -3
- package/dist/esm/z-status-tag.entry.js +2 -2
- package/dist/esm/z-stepper-item.entry.js +1 -1
- package/dist/esm/z-stepper.entry.js +1 -1
- package/dist/esm/z-table-body.entry.js +1 -1
- package/dist/esm/z-table-cell.entry.js +2 -2
- package/dist/esm/z-table-empty-box.entry.js +1 -1
- package/dist/esm/z-table-expanded-row.entry.js +1 -1
- package/dist/esm/z-table-footer.entry.js +1 -1
- package/dist/esm/z-table-head.entry.js +1 -1
- package/dist/esm/z-table-header-row.entry.js +1 -1
- package/dist/esm/z-table-header.entry.js +3 -3
- package/dist/esm/z-table-row.entry.js +2 -2
- package/dist/esm/z-table-sticky-footer.entry.js +1 -1
- package/dist/esm/z-table.entry.js +2 -2
- package/dist/esm/z-toast-notification-list.entry.js +2 -2
- package/dist/esm/z-toast-notification.entry.js +2 -2
- package/dist/esm/z-toggle-button.entry.js +1 -1
- package/dist/esm/z-toggle-switch.entry.js +45 -0
- package/dist/esm/z-tooltip.entry.js +2 -2
- package/dist/esm/z-user-dropdown.entry.js +1 -1
- package/dist/esm/z-visually-hidden.entry.js +1 -1
- package/dist/types/beans/index.d.ts +8 -0
- package/dist/types/components/buttons/z-toggle-switch/index.d.ts +12 -0
- package/dist/types/components/file-upload/z-dragdrop-area/index.d.ts +9 -0
- package/dist/types/components/file-upload/z-file/index.d.ts +18 -0
- package/dist/types/components/file-upload/z-file-upload/index.d.ts +49 -0
- package/dist/types/components.d.ts +124 -1
- package/dist/types/stencil-public-runtime.d.ts +189 -186
- package/dist/web-components-library/index.esm.js +1 -1
- package/dist/web-components-library/{p-cf914ea7.entry.js → p-02474663.entry.js} +1 -1
- package/{www/build/p-4a414eb2.entry.js → dist/web-components-library/p-104b70e5.entry.js} +1 -1
- package/dist/web-components-library/{p-8deddec7.entry.js → p-105b82a6.entry.js} +1 -1
- package/dist/web-components-library/{p-3552098c.entry.js → p-21a85d4f.entry.js} +1 -1
- package/dist/web-components-library/{p-29df410a.entry.js → p-24d62d5d.entry.js} +1 -1
- package/{www/build/p-74200866.entry.js → dist/web-components-library/p-26286e79.entry.js} +1 -1
- package/dist/web-components-library/{p-9af1322d.entry.js → p-2c836d42.entry.js} +1 -1
- package/dist/web-components-library/{p-698e18cf.entry.js → p-2c8e542b.entry.js} +1 -1
- package/dist/web-components-library/{p-f1cc3489.entry.js → p-2d74660a.entry.js} +1 -1
- package/{www/build/p-ca136ef7.entry.js → dist/web-components-library/p-2edeb36b.entry.js} +1 -1
- package/dist/web-components-library/{p-a025a565.entry.js → p-32fbc96b.entry.js} +1 -1
- package/dist/web-components-library/{p-d9917511.entry.js → p-3371604c.entry.js} +1 -1
- package/dist/web-components-library/{p-e1f1f39e.entry.js → p-3fc438b7.entry.js} +1 -1
- package/dist/web-components-library/{p-cfebc80e.entry.js → p-41c5beec.entry.js} +1 -1
- package/dist/web-components-library/{p-8ef035ce.entry.js → p-49fd1045.entry.js} +1 -1
- package/dist/web-components-library/{p-4a1404e2.entry.js → p-4aaf3433.entry.js} +1 -1
- package/dist/web-components-library/{p-4665d79f.entry.js → p-4d9667dc.entry.js} +1 -1
- package/{www/build/p-c2dfaef9.entry.js → dist/web-components-library/p-5590d187.entry.js} +1 -1
- package/dist/web-components-library/p-5651167f.entry.js +1 -0
- package/dist/web-components-library/{p-15b45bd6.entry.js → p-5683fb4a.entry.js} +1 -1
- package/dist/web-components-library/{p-ebcad010.entry.js → p-5789bbe7.entry.js} +1 -1
- package/dist/web-components-library/{p-140cc18f.entry.js → p-578a5ad1.entry.js} +1 -1
- package/{www/build/p-45a41bff.entry.js → dist/web-components-library/p-5dfad268.entry.js} +1 -1
- package/dist/web-components-library/{p-f113a03a.entry.js → p-5e41c6c2.entry.js} +1 -1
- package/dist/web-components-library/{p-6583cbec.entry.js → p-6375f662.entry.js} +1 -1
- package/dist/web-components-library/{p-01a920d1.entry.js → p-654c1830.entry.js} +1 -1
- package/dist/web-components-library/{p-4c1dc891.entry.js → p-6baa8e33.entry.js} +1 -1
- package/dist/web-components-library/{p-1094e4de.entry.js → p-6bb8de3e.entry.js} +1 -1
- package/dist/web-components-library/{p-250926fe.entry.js → p-71e8c2af.entry.js} +1 -1
- package/dist/web-components-library/{p-bbbdb48a.entry.js → p-729a98ab.entry.js} +1 -1
- package/dist/web-components-library/{p-71cc7ed0.entry.js → p-78e26102.entry.js} +1 -1
- package/dist/web-components-library/{p-3c5e84f2.entry.js → p-7a3c0d01.entry.js} +1 -1
- package/dist/web-components-library/{p-b78fb152.entry.js → p-7ebb03d8.entry.js} +1 -1
- package/dist/web-components-library/{p-aa0f7169.entry.js → p-7f2fa336.entry.js} +1 -1
- package/dist/web-components-library/{p-5c860beb.entry.js → p-83dda293.entry.js} +1 -1
- package/dist/web-components-library/{p-1231efbf.entry.js → p-8537e37d.entry.js} +1 -1
- package/dist/web-components-library/{p-be15a83a.entry.js → p-889bcfab.entry.js} +1 -1
- package/dist/web-components-library/{p-fa0e0402.entry.js → p-8ddeda29.entry.js} +1 -1
- package/dist/web-components-library/{p-0ce6293a.entry.js → p-9260abad.entry.js} +1 -1
- package/dist/web-components-library/{p-ac3bc4c2.entry.js → p-9352da73.entry.js} +1 -1
- package/dist/web-components-library/{p-b52459fd.entry.js → p-9409540b.entry.js} +1 -1
- package/dist/web-components-library/{p-2df6d015.entry.js → p-96da0513.entry.js} +1 -1
- package/dist/web-components-library/p-98268a57.js +1 -0
- package/{www/build/p-017ddee6.entry.js → dist/web-components-library/p-98e15cf2.entry.js} +1 -1
- package/{www/build/p-a7733104.entry.js → dist/web-components-library/p-9c7cf598.entry.js} +1 -1
- package/dist/web-components-library/p-9dc8fdb1.entry.js +1 -0
- package/dist/web-components-library/{p-1879f46c.entry.js → p-a61ee49c.entry.js} +1 -1
- package/dist/web-components-library/{p-c7af96eb.entry.js → p-a759ab46.entry.js} +1 -1
- package/dist/web-components-library/p-a785ff38.entry.js +1 -0
- package/dist/web-components-library/p-a90d876c.entry.js +1 -0
- package/dist/web-components-library/{p-db5863cf.entry.js → p-a9eea65b.entry.js} +1 -1
- package/dist/web-components-library/{p-9cb6848c.entry.js → p-b359a48a.entry.js} +1 -1
- package/dist/web-components-library/{p-9d3ea635.entry.js → p-b48105a4.entry.js} +1 -1
- package/dist/web-components-library/{p-f34a707c.entry.js → p-b68c2b06.entry.js} +1 -1
- package/dist/web-components-library/{p-eadaf008.entry.js → p-bc4df198.entry.js} +1 -1
- package/dist/web-components-library/{p-24a2786b.js → p-c17b64f1.js} +1 -1
- package/dist/web-components-library/{p-1c72783c.entry.js → p-c284139b.entry.js} +1 -1
- package/dist/web-components-library/p-c9c7071f.entry.js +1 -0
- package/dist/web-components-library/{p-f7f9db16.entry.js → p-caa452fc.entry.js} +1 -1
- package/dist/web-components-library/{p-5bbbc979.entry.js → p-cb13d050.entry.js} +1 -1
- package/dist/web-components-library/{p-fa1e086f.entry.js → p-cf00f379.entry.js} +1 -1
- package/dist/web-components-library/{p-fdfca9b7.entry.js → p-d39c0372.entry.js} +1 -1
- package/dist/web-components-library/{p-8edb6b65.entry.js → p-d4927410.entry.js} +1 -1
- package/dist/web-components-library/{p-5aff6913.entry.js → p-d59d1090.entry.js} +1 -1
- package/dist/web-components-library/p-d64c6f56.entry.js +1 -0
- package/dist/web-components-library/{p-6847ed50.entry.js → p-d97dd15a.entry.js} +1 -1
- package/dist/web-components-library/{p-74fb3d69.entry.js → p-e2560604.entry.js} +1 -1
- package/dist/web-components-library/p-e5602e1b.js +1 -0
- package/dist/web-components-library/p-f6a11970.entry.js +1 -0
- package/dist/web-components-library/{p-4e896ed8.entry.js → p-fc2043f7.entry.js} +1 -1
- package/{www/build/p-b171474c.entry.js → dist/web-components-library/p-fc5bb8d5.entry.js} +1 -1
- package/{www/build/p-f333967e.entry.js → dist/web-components-library/p-fd167bfb.entry.js} +1 -1
- package/dist/web-components-library/p-febe0261.entry.js +1 -0
- package/dist/web-components-library/web-components-library.css +1 -1
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/loader/index.d.ts +0 -1
- package/package.json +2 -2
- package/react/components.d.ts +4 -0
- package/react/components.js +6 -2
- package/react/components.js.map +1 -1
- package/react/react-component-lib/createComponent.d.ts +1 -1
- package/react/react-component-lib/createComponent.js +42 -10
- package/react/react-component-lib/createComponent.js.map +1 -1
- package/react/react-component-lib/createOverlayComponent.d.ts +5 -4
- package/react/react-component-lib/createOverlayComponent.js +28 -8
- package/react/react-component-lib/createOverlayComponent.js.map +1 -1
- package/react/react-component-lib/utils/attachProps.d.ts +1 -1
- package/react/react-component-lib/utils/attachProps.js +14 -12
- package/react/react-component-lib/utils/attachProps.js.map +1 -1
- package/react/react-component-lib/utils/index.d.ts +4 -1
- package/react/react-component-lib/utils/index.js +20 -5
- package/react/react-component-lib/utils/index.js.map +1 -1
- package/www/build/index.esm.js +1 -1
- package/www/build/{p-cf914ea7.entry.js → p-02474663.entry.js} +1 -1
- package/{dist/web-components-library/p-4a414eb2.entry.js → www/build/p-104b70e5.entry.js} +1 -1
- package/www/build/{p-8deddec7.entry.js → p-105b82a6.entry.js} +1 -1
- package/www/build/{p-3552098c.entry.js → p-21a85d4f.entry.js} +1 -1
- package/www/build/{p-29df410a.entry.js → p-24d62d5d.entry.js} +1 -1
- package/{dist/web-components-library/p-74200866.entry.js → www/build/p-26286e79.entry.js} +1 -1
- package/www/build/{p-9af1322d.entry.js → p-2c836d42.entry.js} +1 -1
- package/www/build/{p-698e18cf.entry.js → p-2c8e542b.entry.js} +1 -1
- package/www/build/{p-f1cc3489.entry.js → p-2d74660a.entry.js} +1 -1
- package/{dist/web-components-library/p-ca136ef7.entry.js → www/build/p-2edeb36b.entry.js} +1 -1
- package/www/build/{p-a025a565.entry.js → p-32fbc96b.entry.js} +1 -1
- package/www/build/{p-d9917511.entry.js → p-3371604c.entry.js} +1 -1
- package/www/build/{p-e1f1f39e.entry.js → p-3fc438b7.entry.js} +1 -1
- package/www/build/{p-cfebc80e.entry.js → p-41c5beec.entry.js} +1 -1
- package/www/build/{p-8ef035ce.entry.js → p-49fd1045.entry.js} +1 -1
- package/www/build/{p-4a1404e2.entry.js → p-4aaf3433.entry.js} +1 -1
- package/www/build/{p-4665d79f.entry.js → p-4d9667dc.entry.js} +1 -1
- package/{dist/web-components-library/p-c2dfaef9.entry.js → www/build/p-5590d187.entry.js} +1 -1
- package/www/build/p-5651167f.entry.js +1 -0
- package/www/build/{p-15b45bd6.entry.js → p-5683fb4a.entry.js} +1 -1
- package/www/build/{p-ebcad010.entry.js → p-5789bbe7.entry.js} +1 -1
- package/www/build/{p-140cc18f.entry.js → p-578a5ad1.entry.js} +1 -1
- package/{dist/web-components-library/p-45a41bff.entry.js → www/build/p-5dfad268.entry.js} +1 -1
- package/www/build/{p-f113a03a.entry.js → p-5e41c6c2.entry.js} +1 -1
- package/www/build/{p-6583cbec.entry.js → p-6375f662.entry.js} +1 -1
- package/www/build/{p-01a920d1.entry.js → p-654c1830.entry.js} +1 -1
- package/www/build/{p-4c1dc891.entry.js → p-6baa8e33.entry.js} +1 -1
- package/www/build/{p-1094e4de.entry.js → p-6bb8de3e.entry.js} +1 -1
- package/www/build/{p-250926fe.entry.js → p-71e8c2af.entry.js} +1 -1
- package/www/build/{p-bbbdb48a.entry.js → p-729a98ab.entry.js} +1 -1
- package/www/build/{p-71cc7ed0.entry.js → p-78e26102.entry.js} +1 -1
- package/www/build/{p-3c5e84f2.entry.js → p-7a3c0d01.entry.js} +1 -1
- package/www/build/{p-b78fb152.entry.js → p-7ebb03d8.entry.js} +1 -1
- package/www/build/{p-aa0f7169.entry.js → p-7f2fa336.entry.js} +1 -1
- package/www/build/{p-5c860beb.entry.js → p-83dda293.entry.js} +1 -1
- package/www/build/{p-1231efbf.entry.js → p-8537e37d.entry.js} +1 -1
- package/www/build/{p-be15a83a.entry.js → p-889bcfab.entry.js} +1 -1
- package/www/build/{p-fa0e0402.entry.js → p-8ddeda29.entry.js} +1 -1
- package/www/build/{p-0ce6293a.entry.js → p-9260abad.entry.js} +1 -1
- package/www/build/{p-ac3bc4c2.entry.js → p-9352da73.entry.js} +1 -1
- package/www/build/{p-b52459fd.entry.js → p-9409540b.entry.js} +1 -1
- package/www/build/{p-2df6d015.entry.js → p-96da0513.entry.js} +1 -1
- package/www/build/p-98268a57.js +1 -0
- package/{dist/web-components-library/p-017ddee6.entry.js → www/build/p-98e15cf2.entry.js} +1 -1
- package/{dist/web-components-library/p-a7733104.entry.js → www/build/p-9c7cf598.entry.js} +1 -1
- package/www/build/p-9dc8fdb1.entry.js +1 -0
- package/www/build/{p-1879f46c.entry.js → p-a61ee49c.entry.js} +1 -1
- package/www/build/{p-c7af96eb.entry.js → p-a759ab46.entry.js} +1 -1
- package/www/build/p-a785ff38.entry.js +1 -0
- package/www/build/p-a90d876c.entry.js +1 -0
- package/www/build/{p-db5863cf.entry.js → p-a9eea65b.entry.js} +1 -1
- package/www/build/{p-9cb6848c.entry.js → p-b359a48a.entry.js} +1 -1
- package/www/build/{p-9d3ea635.entry.js → p-b48105a4.entry.js} +1 -1
- package/www/build/{p-f34a707c.entry.js → p-b68c2b06.entry.js} +1 -1
- package/www/build/{p-eadaf008.entry.js → p-bc4df198.entry.js} +1 -1
- package/www/build/{p-24a2786b.js → p-c17b64f1.js} +1 -1
- package/www/build/{p-1c72783c.entry.js → p-c284139b.entry.js} +1 -1
- package/www/build/p-c9c7071f.entry.js +1 -0
- package/www/build/{p-f7f9db16.entry.js → p-caa452fc.entry.js} +1 -1
- package/www/build/{p-5bbbc979.entry.js → p-cb13d050.entry.js} +1 -1
- package/www/build/{p-fa1e086f.entry.js → p-cf00f379.entry.js} +1 -1
- package/www/build/{p-fdfca9b7.entry.js → p-d39c0372.entry.js} +1 -1
- package/www/build/{p-8edb6b65.entry.js → p-d4927410.entry.js} +1 -1
- package/www/build/{p-5aff6913.entry.js → p-d59d1090.entry.js} +1 -1
- package/www/build/p-d64c6f56.entry.js +1 -0
- package/www/build/{p-6847ed50.entry.js → p-d97dd15a.entry.js} +1 -1
- package/www/build/{p-74fb3d69.entry.js → p-e2560604.entry.js} +1 -1
- package/www/build/p-e5602e1b.js +1 -0
- package/www/build/p-f6a11970.entry.js +1 -0
- package/www/build/{p-4e896ed8.entry.js → p-fc2043f7.entry.js} +1 -1
- package/{dist/web-components-library/p-b171474c.entry.js → www/build/p-fc5bb8d5.entry.js} +1 -1
- package/www/build/p-fcff1237.css +812 -0
- package/{dist/web-components-library/p-f333967e.entry.js → www/build/p-fd167bfb.entry.js} +1 -1
- package/www/build/p-fe32c7fa.js +129 -0
- package/www/build/p-febe0261.entry.js +1 -0
- package/www/build/web-components-library.css +1 -1
- package/www/build/web-components-library.esm.js +1 -1
- package/www/build/web-components-library.js +1 -1
- package/www/index.html +1 -1
- package/www/pages/file-upload.html +236 -0
- package/dist/cjs/z-heading.cjs.entry.js +0 -17
- package/dist/esm/z-heading.entry.js +0 -13
- package/dist/web-components-library/p-3b3cd128.js +0 -1
- package/dist/web-components-library/p-483d10ba.entry.js +0 -1
- package/dist/web-components-library/p-48e0a763.entry.js +0 -1
- package/dist/web-components-library/p-8a061b5b.entry.js +0 -1
- package/dist/web-components-library/p-904a85e4.js +0 -1
- package/dist/web-components-library/p-a1bb6af2.entry.js +0 -1
- package/dist/web-components-library/p-e60c2a06.entry.js +0 -1
- package/www/build/p-3b3cd128.js +0 -1
- package/www/build/p-483d10ba.entry.js +0 -1
- package/www/build/p-48e0a763.entry.js +0 -1
- package/www/build/p-8a061b5b.entry.js +0 -1
- package/www/build/p-8af945c2.js +0 -1
- package/www/build/p-904a85e4.js +0 -1
- package/www/build/p-a1bb6af2.entry.js +0 -1
- package/www/build/p-e60c2a06.entry.js +0 -1
- package/www/build/p-ea943cbd.css +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
2
|
-
import { D as DeviceEnum } from './index-
|
|
3
|
-
import { a as convertJson, g as getDevice, h as handleKeyboardSubmit } from './utils-
|
|
1
|
+
import { r as registerInstance, h, g as getElement } from './index-90e18641.js';
|
|
2
|
+
import { D as DeviceEnum } from './index-cda2110a.js';
|
|
3
|
+
import { a as convertJson, g as getDevice, h as handleKeyboardSubmit } from './utils-436360f5.js';
|
|
4
4
|
import './breakpoints-c386984e.js';
|
|
5
5
|
|
|
6
6
|
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:inherit}:host>div{display:flex;flex-direction:column;width:inherit}main{position:relative;overflow:hidden;width:100%}main z-icon.scroll{position:absolute;top:50%;width:auto;cursor:pointer;transition:0.6s ease;margin:0 var(--space-unit);fill:var(--color-primary01);z-index:10}main .scroll.disabled{opacity:50%;pointer-events:none}main .scroll.right{right:0}#slides{display:flex;flex-wrap:wrap;transition:all 300ms;line-height:0px;overflow-y:hidden}footer{height:56px;width:100%;align-items:center;display:grid;grid-template-columns:2;grid-template-rows:2;grid-template-areas:\"center center\" \"left right\";border-top:var(--border-base) solid var(--color-surface02)}footer>div{align-items:center;width:100%}footer .footerCenter{grid-area:center}footer .footerLeft{grid-area:left}footer .footerRight{grid-area:right}footer .bulletContainer{display:flex;margin:0 auto;justify-content:center;align-items:center;min-height:60px}footer .bulletContainer .bullet{width:8px;height:8px;border-radius:50%;background-color:var(--bg-neutral-150);margin:var(--space-unit) 2px;pointer-events:none}footer .bulletContainer .bullet.selected{background-color:var(--bg-neutral-400)}@media only screen and (min-width: 768px){footer{grid-template-columns:1fr 2fr 1fr;grid-template-rows:1;grid-template-areas:\"left center right\";height:76px;border-top:var(--border-base) solid var(--color-surface02)}footer .bulletContainer .bullet{width:10px;height:10px;margin:var(--space-unit) 3px}}@media only screen and (min-width: 1025px){main z-icon.scroll{margin:0 10px}footer .bulletContainer .bullet{width:16px;height:16px;margin:var(--space-unit) calc(var(--space-unit) * 0.5);pointer-events:auto;cursor:pointer}}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h, H as Host } from './index-
|
|
2
|
-
import { S as StatusTagStatus } from './index-
|
|
1
|
+
import { r as registerInstance, h, H as Host } from './index-90e18641.js';
|
|
2
|
+
import { S as StatusTagStatus } from './index-cda2110a.js';
|
|
3
3
|
import { c as classnames } from './index-aa3a4feb.js';
|
|
4
4
|
import './_commonjsHelpers-8b28c6fa.js';
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-90e18641.js';
|
|
2
2
|
|
|
3
3
|
const stylesCss = ":host{position:relative;width:calc(var(--space-unit) * 5);font-family:var(--dashboard-font);font-weight:var(--font-rg)}:host(:not(:last-child)){flex:1}:host(:not(:last-child))::after{position:absolute;top:calc(var(--space-unit) * 4);left:calc(var(--space-unit) * 3);right:calc(var(--space-unit) * 2);z-index:1;content:'';display:block;width:auto;margin:0 calc(-1 * calc(var(--space-unit) * 2)) 0 calc(var(--space-unit) * 2);border-bottom:solid 2px var(--bg-grey-700)}.stepper-item{display:flex;flex-direction:column;align-items:center;width:calc(var(--space-unit) * 5);padding:0;color:inherit;font-family:inherit;font-size:18px;text-decoration:none;line-height:28px;background:transparent;border:0;outline:0;appearance:none}.stepper-item span{display:none;width:calc(100% + calc(var(--space-unit) * 4));text-align:center}:host(:not([disabled])) .stepper-item{cursor:pointer}:host([disabled]) .stepper-item{pointer-events:none}.indicator{content:counter(stepper);box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:calc(var(--space-unit) * 4);height:calc(var(--space-unit) * 4);margin:calc(var(--space-unit) * 2);font-size:14px;font-weight:var(--font-sb);line-height:1;color:var(--myz-blue);background:var(--bg-white);border:2px solid var(--myz-blue);border-radius:50%}:host([pressed]:not([disabled])) .indicator{color:var(--text-white);background:var(--myz-blue-dark);border-color:var(--myz-blue-dark)}:host(:not([disabled]):focus-within) .indicator{box-shadow:0px 0px 2px 2px var(--accent-dark)}:host([disabled]) .indicator{color:var(--text-grey-700);background:var(--bg-grey-200);border-color:currentColor}@media only screen and (min-width: 768px){:host{width:calc(var(--space-unit) * 10)}:host(:not(:last-child))::after{top:calc(var(--space-unit) * 5);left:calc(var(--space-unit) * 8)}.stepper-item{width:calc(var(--space-unit) * 10)}.stepper-item span{display:block}.indicator{width:calc(var(--space-unit) * 6);height:calc(var(--space-unit) * 6);font-size:16px}}";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-90e18641.js';
|
|
2
2
|
|
|
3
3
|
const stylesCss = ":host{box-sizing:border-box;position:relative;display:flex;flex-direction:row;width:100%;max-width:100%;margin:0;padding:0;font-family:var(--dashboard-font);font-weight:var(--font-rg);list-style:none}@media only screen and (min-width: 768px){:host{padding:0 calc(var(--space-unit) * 2)}}";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, g as getElement } from './index-90e18641.js';
|
|
2
2
|
|
|
3
3
|
const stylesCss = ".sc-z-table-body-h{display:table-row-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}.sc-z-table-body-h>z-table-row[expanded].sc-z-table-body+z-table-expanded-row.sc-z-table-body{display:table-row}";
|
|
4
4
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import {
|
|
1
|
+
import { r as registerInstance, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
|
+
import { v as Size, b as ButtonVariantEnum, c as ButtonSizeEnum } from './index-cda2110a.js';
|
|
3
3
|
import { c as classnames } from './index-aa3a4feb.js';
|
|
4
4
|
import './_commonjsHelpers-8b28c6fa.js';
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, H as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
2
|
import { c as classnames } from './index-aa3a4feb.js';
|
|
3
3
|
import './_commonjsHelpers-8b28c6fa.js';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-90e18641.js';
|
|
2
2
|
|
|
3
3
|
const stylesCss = ":host{background-color:var(--gray50);display:none}:host>td>div.content-container{box-shadow:var(--shadow-2);margin-bottom:calc(var(--space-unit) / 2)}";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, g as getElement } from './index-90e18641.js';
|
|
2
2
|
|
|
3
3
|
const stylesCss = ".sc-z-table-footer-h{display:table-footer-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, g as getElement } from './index-90e18641.js';
|
|
2
2
|
|
|
3
3
|
const stylesCss = ".sc-z-table-head-h{display:table-header-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, H as Host } from './index-
|
|
1
|
+
import { r as registerInstance, h, H as Host } from './index-90e18641.js';
|
|
2
2
|
|
|
3
3
|
const stylesCss = "z-table-header-row{display:table-row}z-table-header-row[expandable]>z-table-header:first-child{width:40px;user-select:none;box-sizing:border-box}z-table-header-row[expandable]>z-table-header:nth-child(2){padding-left:8px}";
|
|
4
4
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
2
|
import { c as classnames } from './index-aa3a4feb.js';
|
|
3
|
-
import {
|
|
4
|
-
import { b as getElementTree } from './utils-
|
|
3
|
+
import { v as Size, w as SortDirectionEnum, P as PopoverPosition, b as ButtonVariantEnum, c as ButtonSizeEnum } from './index-cda2110a.js';
|
|
4
|
+
import { b as getElementTree } from './utils-436360f5.js';
|
|
5
5
|
import './_commonjsHelpers-8b28c6fa.js';
|
|
6
6
|
import './breakpoints-c386984e.js';
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h, H as Host } from './index-
|
|
2
|
-
import {
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host } from './index-90e18641.js';
|
|
2
|
+
import { o as ZTableRowExpandedType } from './index-cda2110a.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = "z-table-row{display:table-row;font-family:var(--font-family-sans)}z-table-row[expanded-type=\"expandable\"]:hover{cursor:pointer}z-table-row[expanded-type=\"expandable\"]>z-table-cell:first-child,z-table-row[expanded-type=\"padding\"]>z-table-cell:first-child{--z-icon-width:16px;--z-icon-height:16px;width:24px;padding-left:16px;padding-right:0px;box-sizing:border-box;text-align:center;fill:var(--gray800);user-select:none}.z-icon-placeholder{width:24px;padding-right:0px}z-table-row[expanded-type=\"expandable\"]>z-table-cell:nth-child(2),z-table-row[expanded-type=\"padding\"]>z-table-cell:nth-child(2){padding-left:8px}z-table-row[expanded-type]:hover>z-table-cell:first-child{fill:var(--myz-blue-dark)}z-table-row[expanded]>z-table-cell{background-color:var(--gray50)}z-table-row[expanded]+z-table-expanded-row{display:table-row}z-table-row[expanded]>z-table-cell{border-bottom:none}";
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-90e18641.js';
|
|
2
2
|
|
|
3
3
|
const stylesCss = ".sc-z-table-sticky-footer-h{display:block;position:sticky;left:0;padding:var(--basex2);background-color:var(--bg-white);border-style:solid;border-color:var(--gray200);border-width:var(--border-size-small) 0 var(--border-base);font-weight:var(--font-rg)}";
|
|
4
4
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { b as ButtonVariantEnum, c as ButtonSizeEnum } from './index-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
|
+
import { b as ButtonVariantEnum, c as ButtonSizeEnum } from './index-cda2110a.js';
|
|
3
3
|
import { m as mobileBreakpoint } from './breakpoints-c386984e.js';
|
|
4
4
|
|
|
5
5
|
const stylesCss = "z-table{overflow-x:auto;display:block;width:100%;font-family:var(--dashboard-font);font-weight:var(--font-rg);background-color:var(--color-white)}z-table>div.table{display:table;width:100%;border-collapse:separate}z-table>div.table-bordered>z-table-body>z-table-row>z-table-cell:not(:last-child),z-table>div.table-bordered>z-table-head>z-table-header-row>z-table-header:not(:last-child){border-right:var(--border-size-small) solid var(--bg-grey-200)}z-table>div>z-table-body>z-table-row[expandable]>z-table-cell:first-child,z-table>div>z-table-head>z-table-header-row[expandable]>z-table-header:first-child{border-right:none}z-table>div>z-table-body>z-table-row[expanded]>z-table-cell{background-color:var(--gray50)}z-table>div>z-table-body>z-table-row[expanded]+z-table-expanded-row{border-bottom:1px solid var(--gray200)}z-table>div.table-column-sticky>z-table-body>z-table-row>z-table-cell:first-child,z-table>div.table-column-sticky>z-table-head>z-table-header-row>z-table-header:first-child{position:sticky;left:0;box-shadow:1px 0 4px -1px rgba(66, 69, 72, 0.4);z-index:1}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header{position:sticky;top:0;box-shadow:0 2px 3px -3px rgba(66, 69, 72, 0.4)}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header{z-index:2}z-table>div.table-header-sticky>z-table-head>z-table-header-row>z-table-header:first-child,z-table>div.table-column-sticky>z-table-head>z-table-header-row>z-table-header:first-child{z-index:5}z-table-body{width:auto;background-color:var(--color-white)}z-table-empty-box{display:flex;flex-direction:column;flex-grow:1;border-bottom:var(--border-size-small) solid var(--bg-grey-200)}z-table-empty-box.bordered{border-left:var(--border-size-small) solid var(--bg-grey-200)}.error-message{margin-top:calc(var(--space-unit) * 2)}.table-content{display:flex;flex-direction:row;width:100%}.error-content{font-family:var(--dashboard-font);padding:calc(var(--space-unit) * 3);display:flex}.error-content>img{width:244px;height:188px;margin-right:calc(var(--space-unit) * 3)}@media only screen and (max-width: 768px){z-table>div.table-empty{display:none}.error-content{display:flex;flex-direction:column}.error-content>img{width:auto;height:auto}.text{padding:calc(var(--space-unit) * 3) 0}}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import {
|
|
1
|
+
import { r as registerInstance, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
|
+
import { q as ToastNotificationPositionsEnum } from './index-cda2110a.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);position:fixed;display:flex;flex-direction:column;flex-wrap:nowrap;z-index:10000;margin-bottom:calc(var(--space-unit) * 2);margin-top:calc(var(--space-unit) * 2)}::slotted(z-toast-notification){width:100vw}::slotted(:not(:last-child)){margin-bottom:calc(var(--space-unit) * 1)}:host(.bottom-centre),:host(.bottom-right),:host(.bottom-left){justify-content:flex-end;align-items:flex-end;bottom:0}:host(.top-left),:host(.top-right),:host(.top-centre){justify-content:flex-start;align-items:flex-start;top:0}@media only screen and (min-width: 768px){:host{margin:calc(var(--space-unit) * 3)}:host(.top-centre){justify-content:flex-start;align-items:center;top:0;left:50%;transform:translateX(-50%)}:host(.top-left){justify-content:flex-start;align-items:flex-start;top:0;left:0}:host(.top-right){justify-content:flex-start;align-items:flex-end;top:0;right:0}:host(.bottom-centre){justify-content:flex-end;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}:host(.bottom-right){justify-content:flex-end;align-items:flex-end;bottom:0;right:0}:host(.bottom-left){justify-content:flex-end;align-items:flex-start;bottom:0;left:0}::slotted(z-toast-notification){width:50vw}}@media only screen and (min-width: 1366px){:host{margin:calc(var(--space-unit) * 4)}::slotted(z-toast-notification){width:33vw}}";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import {
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
|
+
import { p as ToastNotificationTransitionsEnum } from './index-cda2110a.js';
|
|
3
3
|
import { m as mobileBreakpoint } from './breakpoints-c386984e.js';
|
|
4
4
|
import { h as hammer } from './hammer-501342a9.js';
|
|
5
5
|
import './_commonjsHelpers-8b28c6fa.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h } from './index-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-90e18641.js';
|
|
2
2
|
|
|
3
3
|
const stylesCss = "button{font-family:var(--dashboard-font);font-weight:var(--font-sb);height:36px;border:var(--border-size-medium) solid;border-color:transparent;border-radius:var(--border-radius);color:var(--myz-blue);fill:var(--myz-blue);background-color:var(--bg-white);box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.2);text-transform:uppercase;font-size:14px;outline:none;padding-left:0px;padding-right:calc(var(--space-unit) * 2);transition:all 200ms linear;cursor:pointer}button::-moz-focus-inner{border:0}button:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}button:focus{border-color:var(--myz-blue);color:var(--myz-blue);fill:var(--myz-blue);box-shadow:0px 0px 2px 2px var(--accent-dark)}button:active{border-color:var(--myz-blue-light);color:var(--myz-blue-light);fill:var(--myz-blue-light);box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.4)}button:disabled{color:var(--text-grey-700);fill:var(--text-grey-700)}z-icon{display:inline-block;margin:0 var(--space-unit) 0 calc(var(--space-unit) * 2);transform:rotate(360deg);transition:all 200ms linear}button.isopen{top:-20px}button.avoid-clicks{pointer-events:none}";
|
|
4
4
|
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-90e18641.js';
|
|
2
|
+
import { r as randomId } from './utils-436360f5.js';
|
|
3
|
+
import { r as ZtoggleSwitchPositionEnum } from './index-cda2110a.js';
|
|
4
|
+
import './breakpoints-c386984e.js';
|
|
5
|
+
|
|
6
|
+
const stylesCss = ".sc-z-toggle-switch-h{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:inline-flex}label.sc-z-toggle-switch{display:flex;align-items:center;flex-direction:row;cursor:pointer}label.disabled.sc-z-toggle-switch{cursor:default}label.right.sc-z-toggle-switch{flex-direction:row-reverse}label.sc-z-toggle-switch>span.sc-z-toggle-switch:first-child{letter-spacing:0;color:var(--color-text01)}label.left.sc-z-toggle-switch>span.sc-z-toggle-switch:first-child{margin-right:var(--space-unit)}label.right.sc-z-toggle-switch>span.sc-z-toggle-switch:first-child{margin-left:var(--space-unit)}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch{display:flex;align-items:center}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch{top:1px;left:1px;height:18px;width:calc(var(--space-unit) * 4);border-radius:var(--space-unit);color:var(--gray500);background-color:var(--gray500);position:relative;cursor:pointer}label.sc-z-toggle-switch>span.container.disabled.sc-z-toggle-switch,label.sc-z-toggle-switch>span.container.checked.disabled.sc-z-toggle-switch{background-color:var(--color-disabled01);cursor:default}label.sc-z-toggle-switch>span.container.checked.disabled.sc-z-toggle-switch>span.circle.sc-z-toggle-switch>z-icon.sc-z-toggle-switch{fill:var(--color-disabled01)}label.sc-z-toggle-switch>span.container.checked.sc-z-toggle-switch{background-color:var(--color-primary01);fill:var(--color-primary01)}input.sc-z-toggle-switch:focus:focus-visible+label.sc-z-toggle-switch>span.container.sc-z-toggle-switch:not(.disabled){outline:none;box-shadow:var(--shadow-focus-primary)}input.sc-z-toggle-switch:focus:focus-visible+label.sc-z-toggle-switch>span.container.disabled.sc-z-toggle-switch{outline:none}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch:not(.disabled):hover{background-color:var(--color-hover-primary);fill:var(--color-hover-primary)}label.sc-z-toggle-switch>span.container.sc-z-toggle-switch>span.circle.sc-z-toggle-switch{top:1px;left:1px;position:absolute;display:flex;align-items:center;justify-content:center;margin:0;height:calc(var(--space-unit) * 2);width:calc(var(--space-unit) * 2);border-radius:7px;background-color:var(--color-white);box-shadow:var(--shadow-1);transition:transform 0.3s ease}label.sc-z-toggle-switch>span.container.checked.sc-z-toggle-switch>span.circle.sc-z-toggle-switch{transform:translateX(calc(100% - 2px))}input[type=\"checkbox\"].sc-z-toggle-switch{position:absolute;opacity:0;z-index:-1;pointer-events:none}";
|
|
7
|
+
|
|
8
|
+
const ZToggleSwitch = class {
|
|
9
|
+
constructor(hostRef) {
|
|
10
|
+
registerInstance(this, hostRef);
|
|
11
|
+
this.toggleClick = createEvent(this, "toggleClick", 7);
|
|
12
|
+
this.disabled = false;
|
|
13
|
+
this.labelPosition = ZtoggleSwitchPositionEnum.left;
|
|
14
|
+
this.checked = false;
|
|
15
|
+
this.htmlid = `toggle-switch-id-${randomId()}`;
|
|
16
|
+
}
|
|
17
|
+
emitToggleClick() {
|
|
18
|
+
this.toggleClick.emit({
|
|
19
|
+
id: this.htmlid,
|
|
20
|
+
checked: this.checked,
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
handleClick(ev) {
|
|
24
|
+
if (this.disabled)
|
|
25
|
+
return;
|
|
26
|
+
this.checked = ev.target.checked;
|
|
27
|
+
this.emitToggleClick();
|
|
28
|
+
}
|
|
29
|
+
render() {
|
|
30
|
+
return [
|
|
31
|
+
h("input", { id: this.htmlid, type: "checkbox", checked: this.checked, disabled: this.disabled, onChange: this.handleClick.bind(this) }),
|
|
32
|
+
h("label", { htmlFor: this.htmlid, class: {
|
|
33
|
+
[this.labelPosition]: true,
|
|
34
|
+
disabled: this.disabled,
|
|
35
|
+
} }, h("span", null, h("slot", null)), h("span", { class: {
|
|
36
|
+
container: true,
|
|
37
|
+
disabled: this.disabled,
|
|
38
|
+
checked: this.checked,
|
|
39
|
+
} }, h("span", { class: "circle" }, this.checked && (h("z-icon", { width: 12, height: 12, name: "checkmark" }))))),
|
|
40
|
+
];
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
ZToggleSwitch.style = stylesCss;
|
|
44
|
+
|
|
45
|
+
export { ZToggleSwitch as z_toggle_switch };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import {
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-90e18641.js';
|
|
2
|
+
import { g as TooltipPosition } from './index-cda2110a.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = ":host{--z-tooltip-theme--surface:var(--color-surface01);--z-tooltip-theme--text:var(--color-text01);--arrow-size:6px;--edge-offset:calc(-1 * (var(--arrow-size) + calc(var(--space-unit) * 2)));position:relative;display:none;align-items:center;justify-content:center;padding:var(--space-unit);min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);color:var(--z-tooltip-theme--text);fill:currentColor;font-family:var(--font-family-sans);text-align:center;border-radius:var(--border-radius-small);background:var(--z-tooltip-theme--surface);filter:drop-shadow(0 4px 8px var(--shadow-color-base));will-change:filter}:host(.legacy){display:inline-flex;padding:calc(var(--space-unit) * 2);min-width:auto;min-height:auto;max-width:200px;font-style:italic;line-height:16px;letter-spacing:0.32px;font-size:12px;border:var(--border-size-small) solid var(--gray200);border-radius:var(--border-radius);filter:drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.08))}:host(.legacy)::before{--arrow-size:14px}:host([position])::before{--arrow-edge-offset:calc(100% - var(--arrow-size) - var(--space-unit));--arrow-center-x-offset:calc(50% - calc(var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - calc(var(--arrow-size) / 2));content:'';position:absolute;width:var(--arrow-size);height:var(--arrow-size);background:inherit;transform:rotate(45deg)}:host([open][style*='top:']),:host([open][style*='inset:']){display:inline-flex}:host([position^='top']){margin-bottom:var(--space-unit)}:host([position='right']){margin-left:var(--space-unit)}:host([position='top_right']),:host([position='bottom_right']){margin-left:var(--edge-offset)}:host([position^='bottom']){margin-top:var(--space-unit)}:host([position='left']){margin-right:var(--space-unit)}:host([position='top_left']),:host([position='bottom_left']){margin-right:var(--edge-offset)}:host([position^='top'])::before{top:var(--arrow-center-y-offset)}:host([position^='bottom'])::before{bottom:var(--arrow-center-y-offset)}:host([position='top'])::before,:host([position='bottom'])::before{left:var(--arrow-center-x-offset)}:host([position='right'])::before,:host([position='left'])::before{top:var(--arrow-center-x-offset)}:host([position='right'])::before{right:var(--arrow-center-y-offset)}:host([position='top_right'])::before,:host([position='bottom_right'])::before{right:var(--arrow-edge-offset)}:host([position='left'])::before{left:var(--arrow-center-y-offset)}:host([position='top_left'])::before,:host([position='bottom_left'])::before{left:var(--arrow-edge-offset)}::slotted(*){flex:1 auto;overflow:auto}";
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h, H as Host } from './index-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host } from './index-90e18641.js';
|
|
2
2
|
import { m as mobileBreakpoint } from './breakpoints-c386984e.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = ":host{background-color:var(--gray900)}:host(.inverse){background-color:var(--color-white)}button{cursor:pointer;display:flex;flex-direction:column;width:100%;margin:0;background-color:var(--gray900);border:none;padding:0;letter-spacing:0.16px;white-space:nowrap}button.inverse{background-color:var(--color-white)}button div.firstline{display:flex;justify-content:flex-end;align-items:center;max-width:200px}button.open div.firstline{max-width:none}z-icon{padding:0 2px;fill:var(--color-white)}z-icon.inverse{fill:var(--gray900)}ul{box-sizing:border-box;position:absolute;left:0;padding:calc(var(--space-unit) / 2) calc(var(--space-unit) * 2) 0 calc(var(--space-unit) * 2);width:100%;margin:calc(var(--space-unit) * 1.5) 0 0 0;background-color:var(--gray900);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:14px;line-height:20px;letter-spacing:0.3px}ul.inverse{background-color:var(--color-white)}ul>li{display:flex;justify-content:flex-end;white-space:nowrap;padding:calc(var(--space-unit) * 1.5 - 1px) 0;margin:0;border-bottom:var(--border-base) solid var(--gray700)}ul>li.inverse{border-bottom-color:var(--gray400)}ul>li:first-child{border-top:none;padding-top:0;padding-bottom:calc(var(--space-unit) + 6px);flex-direction:column;align-items:end}ul>li:last-child{border-bottom:none;margin-bottom:0}#guestbutton{box-sizing:border-box;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;width:100%;font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:14px;line-height:1;letter-spacing:0.3px;border-width:var(--border-size-medium);border-style:solid;border-radius:var(--border-radius);vertical-align:middle;text-transform:uppercase;text-decoration:none;cursor:pointer;outline:none;fill:currentColor;height:32px;min-width:32px;padding:0 calc(var(--space-unit) * 2);background-color:var(--color-white);border-color:var(--color-white);color:var(--gray800)}#guestbutton.inverse{background-color:var(--gray800);border-color:var(--gray800);color:var(--color-white)}.userfullname{padding:0;overflow:hidden;max-width:250px;text-overflow:ellipsis;width:100%;color:var(--color-white);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:16px;line-height:24px;letter-spacing:0;text-align:right}.userfullname.inverse{color:var(--gray800)}.useremail{color:var(--color-white);font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:12px;line-height:16px;letter-spacing:0.32px;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:right}.useremail.inverse{color:var(--gray800)}@media only screen and (min-width: 768px){:host{height:calc(var(--space-unit) * 4);background-color:var(--gray900)}:host(.inverse){background-color:var(--color-white)}:host>div{position:relative;top:50%;transform:translateY(-50%)}:host>div.open{top:auto;transform:none}:host>div>div{padding:0}:host>div>div.open{position:absolute;right:calc(var(--space-unit) * -1);box-shadow:0px 2px calc(var(--space-unit) * .5) 0px rgba(0, 0, 0, 0.5);background-color:var(--color-white);margin-top:calc(var(--space-unit) / 2);padding:calc(var(--space-unit) / 2 + 1px) var(--space-unit) 0 var(--space-unit);transform:translate(0, -4px)}:host>div>div.inverse.open{background-color:var(--gray800)}button{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:end;align-content:center}button.open{background-color:var(--color-white);border-top:var(--border-size-small) solid var(--color-white);border-top-left-radius:calc(var(--space-unit) * .5);border-top-right-radius:calc(var(--space-unit) * .5);max-width:initial;margin-left:var(--space-unit);padding-right:var(--space-unit)}button.open.inverse{border-top-color:var(--gray800);background-color:var(--gray800)}button:not(.open) z-icon{fill:var(--color-white)}button:not(.open) z-icon.inverse{fill:var(--gray800)}button.open z-icon{fill:var(--gray800)}button.open z-icon.inverse{fill:var(--color-white)}.userfullname{font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:14px;line-height:20px;letter-spacing:0.16px;padding:0 calc(var(--space-unit) - 6px) 0 calc(var(--space-unit) - 2px);width:auto}.userfullname.inverse{color:var(--gray800)}button.open div.userfullname{color:var(--gray800);max-width:none;text-overflow:clip}button.open div.userfullname.inverse{color:var(--color-white)}.useremail{padding-right:calc(var(--space-unit) * 3 - 2px);box-sizing:border-box}button.open div.useremail{color:var(--gray800)}button.open div.useremail.inverse{color:var(--color-white)}ul{position:initial;left:initial;padding:0;width:100%;background-color:var(--color-white)}ul.inverse{border-bottom-color:var(--gray800);background-color:var(--gray800)}ul>li{color:var(--gray800);border-bottom:var(--border-base) solid var(--gray400);margin:0 var(--space-unit)}ul>li.inverse{color:var(--color-white)}ul>li:first-child{border-top:var(--border-base) solid var(--gray400);padding-top:calc(var(--space-unit) + 3px);padding-bottom:calc(var(--space-unit) + 5px)}}";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-90e18641.js';
|
|
2
2
|
|
|
3
3
|
const stylesCss = ":host{border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:0 -1px -1px 0;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}";
|
|
4
4
|
|
|
@@ -257,6 +257,10 @@ export declare enum ExpandableListButtonAlign {
|
|
|
257
257
|
right = "right",
|
|
258
258
|
left = "left"
|
|
259
259
|
}
|
|
260
|
+
export declare enum ZtoggleSwitchPositionEnum {
|
|
261
|
+
right = "right",
|
|
262
|
+
left = "left"
|
|
263
|
+
}
|
|
260
264
|
export declare enum ListDividerType {
|
|
261
265
|
none = "none",
|
|
262
266
|
header = "header",
|
|
@@ -345,6 +349,10 @@ export declare enum OffCanvasVariantsEnum {
|
|
|
345
349
|
pushcontent = "pushcontent"
|
|
346
350
|
}
|
|
347
351
|
export declare type ToastNotificationPositionsTypes = ToastNotificationPositionsEnum;
|
|
352
|
+
export declare enum ZFileUploadTypeEnum {
|
|
353
|
+
default = "default",
|
|
354
|
+
dragdrop = "dragdrop"
|
|
355
|
+
}
|
|
348
356
|
export declare enum ZChipType {
|
|
349
357
|
default = "default",
|
|
350
358
|
mini = "mini"
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
import { ZtoggleSwitchPositionEnum } from "../../../beans";
|
|
3
|
+
export declare class ZToggleSwitch {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
labelPosition?: ZtoggleSwitchPositionEnum;
|
|
6
|
+
checked?: boolean;
|
|
7
|
+
htmlid: string;
|
|
8
|
+
toggleClick: EventEmitter;
|
|
9
|
+
emitToggleClick(): void;
|
|
10
|
+
handleClick(ev: any): void;
|
|
11
|
+
render(): any[];
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
export declare class ZDragdropArea {
|
|
3
|
+
/** Emitted when user drop one or more files */
|
|
4
|
+
fileDropped: EventEmitter;
|
|
5
|
+
fileDroppedHandler(files: FileList): void;
|
|
6
|
+
private dragDropContainer;
|
|
7
|
+
renderOnDragOverMessage(): any;
|
|
8
|
+
render(): any;
|
|
9
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
import './index';
|
|
3
|
+
export declare class ZFile {
|
|
4
|
+
private icon;
|
|
5
|
+
private ellipsis?;
|
|
6
|
+
fileNumber: number;
|
|
7
|
+
allowTooltip: boolean;
|
|
8
|
+
tooltipVisible: boolean;
|
|
9
|
+
el: HTMLElement;
|
|
10
|
+
/** Emitted when a z-file component is removed from the DOM */
|
|
11
|
+
removeFile: EventEmitter;
|
|
12
|
+
removeFileHandler(): void;
|
|
13
|
+
onMouseOver(): void;
|
|
14
|
+
onMouseLeave(): void;
|
|
15
|
+
componentDidLoad(): void;
|
|
16
|
+
elementHasEllipsis(): boolean;
|
|
17
|
+
render(): any;
|
|
18
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
import { ButtonVariantEnum, ZFileUploadTypeEnum } from "../../../beans";
|
|
3
|
+
export declare class ZFileUpload {
|
|
4
|
+
/** Prop indicating the file upload type - can be default or dragdrop */
|
|
5
|
+
type: ZFileUploadTypeEnum;
|
|
6
|
+
/** Prop indicating the button variant*/
|
|
7
|
+
buttonVariant?: ButtonVariantEnum;
|
|
8
|
+
/** Prop indicating the accepted file type: ex ".pdf, .doc, .jpg" */
|
|
9
|
+
acceptedFormat?: string;
|
|
10
|
+
/** Max file dimension in Megabyte */
|
|
11
|
+
fileMaxSize?: number;
|
|
12
|
+
/** Title */
|
|
13
|
+
mainTitle?: string;
|
|
14
|
+
/** Description */
|
|
15
|
+
description?: string;
|
|
16
|
+
/** Number of files added by the user */
|
|
17
|
+
filesNumber: number;
|
|
18
|
+
/** List of files not allowed to be uploaded */
|
|
19
|
+
invalidFiles: Map<string, Array<string>>;
|
|
20
|
+
el: HTMLElement;
|
|
21
|
+
private input;
|
|
22
|
+
private button;
|
|
23
|
+
private errorModal;
|
|
24
|
+
private uploadLink;
|
|
25
|
+
private inputAttributes;
|
|
26
|
+
/** Listen removeFile event sent from z-file component */
|
|
27
|
+
removeFileListener(): void;
|
|
28
|
+
/** Listen fileDropped event sent from z-dragdrop-area component */
|
|
29
|
+
fileDroppedListener(e: CustomEvent): void;
|
|
30
|
+
componentDidUpdate(): void;
|
|
31
|
+
componentWillLoad(): void;
|
|
32
|
+
/** Emitted when user select one or more files */
|
|
33
|
+
fileInput: EventEmitter;
|
|
34
|
+
fileInputHandler(): void;
|
|
35
|
+
handleAccessibility(): void;
|
|
36
|
+
checkFiles(files: Array<File>): Map<string, Array<string>>;
|
|
37
|
+
renderTitle(): any;
|
|
38
|
+
renderDescription(variant: any, level: any): any;
|
|
39
|
+
renderAllowedFileExtensions(): any;
|
|
40
|
+
renderFileSection(): any;
|
|
41
|
+
renderInput(): any;
|
|
42
|
+
renderUploadButton(): any[];
|
|
43
|
+
renderUploadLink(): any[];
|
|
44
|
+
renderDefaultMode(): any[];
|
|
45
|
+
renderDragDropMode(): any[];
|
|
46
|
+
formatErrorString(key: any, value: any): string;
|
|
47
|
+
handleErrorModalContent(): any;
|
|
48
|
+
render(): any[];
|
|
49
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { AlertTypes, LicenseTypeEnum, MenuItem as MenuItem1, TooltipPosition } from "./beans/index";
|
|
9
|
-
import { AvatarSize, ButtonSizeEnum, ButtonVariantBean, CardVariants, ComboItemBean, DictionaryData, DividerOrientation, DividerSize, ExpandableListButtonAlign, ExpandableListStyle, HeaderUserData, InputStatusBean, InputTypeBean, ListDividerType, ListSize, MenuItem, NotificationType, OffCanvasVariantsEnum, PocketStatus, PopoverBorderRadius, PopoverPosition, PopoverShadow, SelectItemBean, Size, SortDirection, StatusTagStatus, TabOrientationBean, TabSizeBean, ThemeVariant, ThemeVariantBean, ToastNotificationPositionsTypes, ToastNotificationTransitionTypes, ToastNotificationTypes, TransitionDirectionEnum, ZChipType, ZTableRowExpandedType } from "./beans";
|
|
9
|
+
import { AvatarSize, ButtonSizeEnum, ButtonVariantBean, ButtonVariantEnum, CardVariants, ComboItemBean, DictionaryData, DividerOrientation, DividerSize, ExpandableListButtonAlign, ExpandableListStyle, HeaderUserData, InputStatusBean, InputTypeBean, ListDividerType, ListSize, MenuItem, NotificationType, OffCanvasVariantsEnum, PocketStatus, PopoverBorderRadius, PopoverPosition, PopoverShadow, SelectItemBean, Size, SortDirection, StatusTagStatus, TabOrientationBean, TabSizeBean, ThemeVariant, ThemeVariantBean, ToastNotificationPositionsTypes, ToastNotificationTransitionTypes, ToastNotificationTypes, TransitionDirectionEnum, ZChipType, ZFileUploadTypeEnum, ZTableRowExpandedType, ZtoggleSwitchPositionEnum } 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 {
|
|
@@ -324,6 +324,37 @@ export namespace Components {
|
|
|
324
324
|
*/
|
|
325
325
|
"size"?: DividerSize;
|
|
326
326
|
}
|
|
327
|
+
interface ZDragdropArea {
|
|
328
|
+
}
|
|
329
|
+
interface ZFile {
|
|
330
|
+
"fileNumber": number;
|
|
331
|
+
}
|
|
332
|
+
interface ZFileUpload {
|
|
333
|
+
/**
|
|
334
|
+
* Prop indicating the accepted file type: ex ".pdf, .doc, .jpg"
|
|
335
|
+
*/
|
|
336
|
+
"acceptedFormat"?: string;
|
|
337
|
+
/**
|
|
338
|
+
* Prop indicating the button variant
|
|
339
|
+
*/
|
|
340
|
+
"buttonVariant"?: ButtonVariantEnum;
|
|
341
|
+
/**
|
|
342
|
+
* Description
|
|
343
|
+
*/
|
|
344
|
+
"description"?: string;
|
|
345
|
+
/**
|
|
346
|
+
* Max file dimension in Megabyte
|
|
347
|
+
*/
|
|
348
|
+
"fileMaxSize"?: number;
|
|
349
|
+
/**
|
|
350
|
+
* Title
|
|
351
|
+
*/
|
|
352
|
+
"mainTitle"?: string;
|
|
353
|
+
/**
|
|
354
|
+
* Prop indicating the file upload type - can be default or dragdrop
|
|
355
|
+
*/
|
|
356
|
+
"type": ZFileUploadTypeEnum;
|
|
357
|
+
}
|
|
327
358
|
interface ZFooter {
|
|
328
359
|
/**
|
|
329
360
|
* Maximum width of footer content
|
|
@@ -1523,6 +1554,12 @@ export namespace Components {
|
|
|
1523
1554
|
*/
|
|
1524
1555
|
"opened"?: boolean;
|
|
1525
1556
|
}
|
|
1557
|
+
interface ZToggleSwitch {
|
|
1558
|
+
"checked"?: boolean;
|
|
1559
|
+
"disabled"?: boolean;
|
|
1560
|
+
"htmlid": string;
|
|
1561
|
+
"labelPosition"?: ZtoggleSwitchPositionEnum;
|
|
1562
|
+
}
|
|
1526
1563
|
interface ZTooltip {
|
|
1527
1564
|
/**
|
|
1528
1565
|
* The selector or the element bound with the tooltip.
|
|
@@ -1681,6 +1718,24 @@ declare global {
|
|
|
1681
1718
|
prototype: HTMLZDividerElement;
|
|
1682
1719
|
new (): HTMLZDividerElement;
|
|
1683
1720
|
};
|
|
1721
|
+
interface HTMLZDragdropAreaElement extends Components.ZDragdropArea, HTMLStencilElement {
|
|
1722
|
+
}
|
|
1723
|
+
var HTMLZDragdropAreaElement: {
|
|
1724
|
+
prototype: HTMLZDragdropAreaElement;
|
|
1725
|
+
new (): HTMLZDragdropAreaElement;
|
|
1726
|
+
};
|
|
1727
|
+
interface HTMLZFileElement extends Components.ZFile, HTMLStencilElement {
|
|
1728
|
+
}
|
|
1729
|
+
var HTMLZFileElement: {
|
|
1730
|
+
prototype: HTMLZFileElement;
|
|
1731
|
+
new (): HTMLZFileElement;
|
|
1732
|
+
};
|
|
1733
|
+
interface HTMLZFileUploadElement extends Components.ZFileUpload, HTMLStencilElement {
|
|
1734
|
+
}
|
|
1735
|
+
var HTMLZFileUploadElement: {
|
|
1736
|
+
prototype: HTMLZFileUploadElement;
|
|
1737
|
+
new (): HTMLZFileUploadElement;
|
|
1738
|
+
};
|
|
1684
1739
|
interface HTMLZFooterElement extends Components.ZFooter, HTMLStencilElement {
|
|
1685
1740
|
}
|
|
1686
1741
|
var HTMLZFooterElement: {
|
|
@@ -2095,6 +2150,12 @@ declare global {
|
|
|
2095
2150
|
prototype: HTMLZToggleButtonElement;
|
|
2096
2151
|
new (): HTMLZToggleButtonElement;
|
|
2097
2152
|
};
|
|
2153
|
+
interface HTMLZToggleSwitchElement extends Components.ZToggleSwitch, HTMLStencilElement {
|
|
2154
|
+
}
|
|
2155
|
+
var HTMLZToggleSwitchElement: {
|
|
2156
|
+
prototype: HTMLZToggleSwitchElement;
|
|
2157
|
+
new (): HTMLZToggleSwitchElement;
|
|
2158
|
+
};
|
|
2098
2159
|
interface HTMLZTooltipElement extends Components.ZTooltip, HTMLStencilElement {
|
|
2099
2160
|
}
|
|
2100
2161
|
var HTMLZTooltipElement: {
|
|
@@ -2138,6 +2199,9 @@ declare global {
|
|
|
2138
2199
|
"z-contextual-menu": HTMLZContextualMenuElement;
|
|
2139
2200
|
"z-cookiebar": HTMLZCookiebarElement;
|
|
2140
2201
|
"z-divider": HTMLZDividerElement;
|
|
2202
|
+
"z-dragdrop-area": HTMLZDragdropAreaElement;
|
|
2203
|
+
"z-file": HTMLZFileElement;
|
|
2204
|
+
"z-file-upload": HTMLZFileUploadElement;
|
|
2141
2205
|
"z-footer": HTMLZFooterElement;
|
|
2142
2206
|
"z-footer-link": HTMLZFooterLinkElement;
|
|
2143
2207
|
"z-footer-section": HTMLZFooterSectionElement;
|
|
@@ -2207,6 +2271,7 @@ declare global {
|
|
|
2207
2271
|
"z-toast-notification": HTMLZToastNotificationElement;
|
|
2208
2272
|
"z-toast-notification-list": HTMLZToastNotificationListElement;
|
|
2209
2273
|
"z-toggle-button": HTMLZToggleButtonElement;
|
|
2274
|
+
"z-toggle-switch": HTMLZToggleSwitchElement;
|
|
2210
2275
|
"z-tooltip": HTMLZTooltipElement;
|
|
2211
2276
|
"z-typography": HTMLZTypographyElement;
|
|
2212
2277
|
"z-user-dropdown": HTMLZUserDropdownElement;
|
|
@@ -2560,6 +2625,49 @@ declare namespace LocalJSX {
|
|
|
2560
2625
|
*/
|
|
2561
2626
|
"size"?: DividerSize;
|
|
2562
2627
|
}
|
|
2628
|
+
interface ZDragdropArea {
|
|
2629
|
+
/**
|
|
2630
|
+
* Emitted when user drop one or more files
|
|
2631
|
+
*/
|
|
2632
|
+
"onFileDropped"?: (event: CustomEvent<any>) => void;
|
|
2633
|
+
}
|
|
2634
|
+
interface ZFile {
|
|
2635
|
+
"fileNumber"?: number;
|
|
2636
|
+
/**
|
|
2637
|
+
* Emitted when a z-file component is removed from the DOM
|
|
2638
|
+
*/
|
|
2639
|
+
"onRemoveFile"?: (event: CustomEvent<any>) => void;
|
|
2640
|
+
}
|
|
2641
|
+
interface ZFileUpload {
|
|
2642
|
+
/**
|
|
2643
|
+
* Prop indicating the accepted file type: ex ".pdf, .doc, .jpg"
|
|
2644
|
+
*/
|
|
2645
|
+
"acceptedFormat"?: string;
|
|
2646
|
+
/**
|
|
2647
|
+
* Prop indicating the button variant
|
|
2648
|
+
*/
|
|
2649
|
+
"buttonVariant"?: ButtonVariantEnum;
|
|
2650
|
+
/**
|
|
2651
|
+
* Description
|
|
2652
|
+
*/
|
|
2653
|
+
"description"?: string;
|
|
2654
|
+
/**
|
|
2655
|
+
* Max file dimension in Megabyte
|
|
2656
|
+
*/
|
|
2657
|
+
"fileMaxSize"?: number;
|
|
2658
|
+
/**
|
|
2659
|
+
* Title
|
|
2660
|
+
*/
|
|
2661
|
+
"mainTitle"?: string;
|
|
2662
|
+
/**
|
|
2663
|
+
* Emitted when user select one or more files
|
|
2664
|
+
*/
|
|
2665
|
+
"onFileInput"?: (event: CustomEvent<any>) => void;
|
|
2666
|
+
/**
|
|
2667
|
+
* Prop indicating the file upload type - can be default or dragdrop
|
|
2668
|
+
*/
|
|
2669
|
+
"type"?: ZFileUploadTypeEnum;
|
|
2670
|
+
}
|
|
2563
2671
|
interface ZFooter {
|
|
2564
2672
|
/**
|
|
2565
2673
|
* Maximum width of footer content
|
|
@@ -3898,6 +4006,13 @@ declare namespace LocalJSX {
|
|
|
3898
4006
|
*/
|
|
3899
4007
|
"opened"?: boolean;
|
|
3900
4008
|
}
|
|
4009
|
+
interface ZToggleSwitch {
|
|
4010
|
+
"checked"?: boolean;
|
|
4011
|
+
"disabled"?: boolean;
|
|
4012
|
+
"htmlid"?: string;
|
|
4013
|
+
"labelPosition"?: ZtoggleSwitchPositionEnum;
|
|
4014
|
+
"onToggleClick"?: (event: CustomEvent<any>) => void;
|
|
4015
|
+
}
|
|
3901
4016
|
interface ZTooltip {
|
|
3902
4017
|
/**
|
|
3903
4018
|
* The selector or the element bound with the tooltip.
|
|
@@ -3977,6 +4092,9 @@ declare namespace LocalJSX {
|
|
|
3977
4092
|
"z-contextual-menu": ZContextualMenu;
|
|
3978
4093
|
"z-cookiebar": ZCookiebar;
|
|
3979
4094
|
"z-divider": ZDivider;
|
|
4095
|
+
"z-dragdrop-area": ZDragdropArea;
|
|
4096
|
+
"z-file": ZFile;
|
|
4097
|
+
"z-file-upload": ZFileUpload;
|
|
3980
4098
|
"z-footer": ZFooter;
|
|
3981
4099
|
"z-footer-link": ZFooterLink;
|
|
3982
4100
|
"z-footer-section": ZFooterSection;
|
|
@@ -4046,6 +4164,7 @@ declare namespace LocalJSX {
|
|
|
4046
4164
|
"z-toast-notification": ZToastNotification;
|
|
4047
4165
|
"z-toast-notification-list": ZToastNotificationList;
|
|
4048
4166
|
"z-toggle-button": ZToggleButton;
|
|
4167
|
+
"z-toggle-switch": ZToggleSwitch;
|
|
4049
4168
|
"z-tooltip": ZTooltip;
|
|
4050
4169
|
"z-typography": ZTypography;
|
|
4051
4170
|
"z-user-dropdown": ZUserDropdown;
|
|
@@ -4074,6 +4193,9 @@ declare module "@stencil/core" {
|
|
|
4074
4193
|
"z-contextual-menu": LocalJSX.ZContextualMenu & JSXBase.HTMLAttributes<HTMLZContextualMenuElement>;
|
|
4075
4194
|
"z-cookiebar": LocalJSX.ZCookiebar & JSXBase.HTMLAttributes<HTMLZCookiebarElement>;
|
|
4076
4195
|
"z-divider": LocalJSX.ZDivider & JSXBase.HTMLAttributes<HTMLZDividerElement>;
|
|
4196
|
+
"z-dragdrop-area": LocalJSX.ZDragdropArea & JSXBase.HTMLAttributes<HTMLZDragdropAreaElement>;
|
|
4197
|
+
"z-file": LocalJSX.ZFile & JSXBase.HTMLAttributes<HTMLZFileElement>;
|
|
4198
|
+
"z-file-upload": LocalJSX.ZFileUpload & JSXBase.HTMLAttributes<HTMLZFileUploadElement>;
|
|
4077
4199
|
"z-footer": LocalJSX.ZFooter & JSXBase.HTMLAttributes<HTMLZFooterElement>;
|
|
4078
4200
|
"z-footer-link": LocalJSX.ZFooterLink & JSXBase.HTMLAttributes<HTMLZFooterLinkElement>;
|
|
4079
4201
|
"z-footer-section": LocalJSX.ZFooterSection & JSXBase.HTMLAttributes<HTMLZFooterSectionElement>;
|
|
@@ -4143,6 +4265,7 @@ declare module "@stencil/core" {
|
|
|
4143
4265
|
"z-toast-notification": LocalJSX.ZToastNotification & JSXBase.HTMLAttributes<HTMLZToastNotificationElement>;
|
|
4144
4266
|
"z-toast-notification-list": LocalJSX.ZToastNotificationList & JSXBase.HTMLAttributes<HTMLZToastNotificationListElement>;
|
|
4145
4267
|
"z-toggle-button": LocalJSX.ZToggleButton & JSXBase.HTMLAttributes<HTMLZToggleButtonElement>;
|
|
4268
|
+
"z-toggle-switch": LocalJSX.ZToggleSwitch & JSXBase.HTMLAttributes<HTMLZToggleSwitchElement>;
|
|
4146
4269
|
"z-tooltip": LocalJSX.ZTooltip & JSXBase.HTMLAttributes<HTMLZTooltipElement>;
|
|
4147
4270
|
"z-typography": LocalJSX.ZTypography & JSXBase.HTMLAttributes<HTMLZTypographyElement>;
|
|
4148
4271
|
"z-user-dropdown": LocalJSX.ZUserDropdown & JSXBase.HTMLAttributes<HTMLZUserDropdownElement>;
|