@zanichelli/albe-web-components 2.34.1 → 2.34.2
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 +1238 -0
- package/dist/cjs/{index-de6c491e.js → index-3735f277.js} +6 -6
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-12053886.js → utils-6a2c0eab.js} +1 -1
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/z-app-switcher.cjs.entry.js +1 -1
- package/dist/cjs/z-app-topbar.cjs.entry.js +1 -1
- 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-body_2.cjs.entry.js +40 -0
- package/dist/cjs/z-button-filter_5.cjs.entry.js +2 -2
- package/dist/cjs/z-button.cjs.entry.js +39 -0
- package/dist/cjs/z-card.cjs.entry.js +1 -1
- package/dist/cjs/z-combobox.cjs.entry.js +2 -2
- package/dist/cjs/z-contextual-menu.cjs.entry.js +1 -1
- package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
- package/dist/cjs/z-divider.cjs.entry.js +1 -1
- package/dist/cjs/z-footer.cjs.entry.js +1 -1
- package/dist/cjs/z-icon.cjs.entry.js +28 -0
- package/dist/cjs/z-list_3.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 +2 -2
- 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-tabs.cjs.entry.js +1 -1
- package/dist/cjs/z-notification.cjs.entry.js +1 -1
- package/dist/cjs/z-otp.cjs.entry.js +1 -1
- package/dist/cjs/z-pagination-bar.cjs.entry.js +2 -2
- package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
- package/dist/cjs/z-popover.cjs.entry.js +127 -0
- 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-body.cjs.entry.js +24 -0
- package/dist/cjs/z-table-cell.cjs.entry.js +36 -0
- package/dist/cjs/z-table-empty-box.cjs.entry.js +28 -0
- package/dist/cjs/{z-registro-table-expanded-row.cjs.entry.js → z-table-expanded-row.cjs.entry.js} +3 -3
- package/dist/cjs/{z-registro-table-footer.cjs.entry.js → z-table-footer.cjs.entry.js} +4 -4
- package/dist/cjs/z-table-head.cjs.entry.js +23 -0
- package/dist/cjs/z-table-header-row.cjs.entry.js +22 -0
- package/dist/cjs/z-table-header.cjs.entry.js +88 -0
- package/dist/cjs/z-table-row.cjs.entry.js +43 -0
- package/dist/cjs/z-table-sticky-footer.cjs.entry.js +19 -0
- package/dist/cjs/z-table.cjs.entry.js +82 -0
- 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-tooltip.cjs.entry.js +1 -1
- package/dist/collection/beans/index.js +6 -6
- package/dist/collection/collection-manifest.json +12 -12
- package/dist/collection/{snowflakes/registro-table/z-registro-table → components/z-table/z-table}/index.js +5 -5
- package/dist/collection/{snowflakes/registro-table/z-registro-table → components/z-table/z-table}/styles.css +54 -54
- package/dist/collection/{snowflakes/registro-table/z-registro-table-body → components/z-table/z-table-body}/index.js +2 -2
- package/dist/collection/{snowflakes/registro-table/z-registro-table-body → components/z-table/z-table-body}/styles.css +1 -1
- package/dist/collection/{snowflakes/registro-table/z-registro-table-cell → components/z-table/z-table-cell}/index.js +2 -2
- package/dist/collection/{snowflakes/registro-table/z-registro-table-cell → components/z-table/z-table-cell}/styles.css +0 -0
- package/dist/collection/{snowflakes/registro-table/z-registro-table-empty-box → components/z-table/z-table-empty-box}/index.js +2 -2
- package/dist/collection/{snowflakes/registro-table/z-registro-table-empty-box → components/z-table/z-table-empty-box}/styles.css +0 -0
- package/dist/collection/{snowflakes/registro-table/z-registro-table-expanded-row → components/z-table/z-table-expanded-row}/index.js +2 -2
- package/dist/collection/{snowflakes/registro-table/z-registro-table-expanded-row → components/z-table/z-table-expanded-row}/styles.css +0 -0
- package/dist/collection/{snowflakes/registro-table/z-registro-table-head → components/z-table/z-table-footer}/index.js +2 -2
- package/dist/collection/{snowflakes/registro-table/z-registro-table-footer → components/z-table/z-table-footer}/styles.css +0 -0
- package/dist/collection/{snowflakes/registro-table/z-registro-table-footer → components/z-table/z-table-head}/index.js +2 -2
- package/dist/collection/{snowflakes/registro-table/z-registro-table-head → components/z-table/z-table-head}/styles.css +0 -0
- package/dist/collection/{snowflakes/registro-table/z-registro-table-header → components/z-table/z-table-header}/index.js +3 -3
- package/dist/collection/{snowflakes/registro-table/z-registro-table-header → components/z-table/z-table-header}/styles.css +0 -0
- package/dist/collection/{snowflakes/registro-table/z-registro-table-header-row → components/z-table/z-table-header-row}/index.js +3 -3
- package/dist/collection/components/z-table/z-table-header-row/styles.css +13 -0
- package/dist/collection/{snowflakes/registro-table/z-registro-table-row → components/z-table/z-table-row}/index.js +13 -13
- package/dist/collection/components/z-table/z-table-row/styles.css +54 -0
- package/dist/collection/{snowflakes/registro-table/z-registro-table-sticky-footer → components/z-table/z-table-sticky-footer}/index.js +2 -2
- package/dist/collection/{snowflakes/registro-table/z-registro-table-sticky-footer → components/z-table/z-table-sticky-footer}/styles.css +0 -0
- package/dist/esm/{index-09b57d95.js → index-56ab7a69.js} +7 -7
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-f0067254.js → utils-cde16cf3.js} +2 -2
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/z-app-switcher.entry.js +1 -1
- package/dist/esm/z-app-topbar.entry.js +1 -1
- package/dist/esm/z-aria-alert.entry.js +1 -1
- package/dist/esm/z-avatar.entry.js +1 -1
- package/dist/esm/z-body_2.entry.js +35 -0
- package/dist/esm/z-button-filter_5.entry.js +2 -2
- package/dist/esm/z-button.entry.js +35 -0
- package/dist/esm/z-card.entry.js +1 -1
- package/dist/esm/z-combobox.entry.js +2 -2
- package/dist/esm/z-contextual-menu.entry.js +1 -1
- package/dist/esm/z-cookiebar.entry.js +1 -1
- package/dist/esm/z-divider.entry.js +1 -1
- package/dist/esm/z-footer.entry.js +1 -1
- package/dist/esm/z-icon.entry.js +24 -0
- package/dist/esm/z-list_3.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 +2 -2
- 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-tabs.entry.js +1 -1
- package/dist/esm/z-notification.entry.js +1 -1
- package/dist/esm/z-otp.entry.js +1 -1
- package/dist/esm/z-pagination-bar.entry.js +2 -2
- package/dist/esm/z-pocket_3.entry.js +2 -2
- package/dist/esm/z-popover.entry.js +123 -0
- package/dist/esm/z-slideshow.entry.js +2 -2
- package/dist/esm/z-status-tag.entry.js +1 -1
- package/dist/esm/z-table-body.entry.js +20 -0
- package/dist/esm/z-table-cell.entry.js +32 -0
- package/dist/esm/z-table-empty-box.entry.js +24 -0
- package/dist/esm/{z-registro-table-expanded-row.entry.js → z-table-expanded-row.entry.js} +3 -3
- package/dist/esm/{z-registro-table-footer.entry.js → z-table-footer.entry.js} +4 -4
- package/dist/esm/z-table-head.entry.js +19 -0
- package/dist/esm/z-table-header-row.entry.js +18 -0
- package/dist/esm/z-table-header.entry.js +84 -0
- package/dist/esm/z-table-row.entry.js +39 -0
- package/dist/esm/z-table-sticky-footer.entry.js +15 -0
- package/dist/esm/z-table.entry.js +78 -0
- 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-tooltip.entry.js +1 -1
- package/dist/types/beans/index.d.ts +1 -1
- package/dist/types/{snowflakes/registro-table/z-registro-table → components/z-table/z-table}/index.d.ts +1 -1
- package/dist/types/{snowflakes/registro-table/z-registro-table-body → components/z-table/z-table-body}/index.d.ts +1 -1
- package/dist/types/{snowflakes/registro-table/z-registro-table-cell → components/z-table/z-table-cell}/index.d.ts +1 -1
- package/dist/types/{snowflakes/registro-table/z-registro-table-empty-box → components/z-table/z-table-empty-box}/index.d.ts +1 -1
- package/dist/types/{snowflakes/registro-table/z-registro-table-expanded-row → components/z-table/z-table-expanded-row}/index.d.ts +1 -1
- package/dist/types/{snowflakes/registro-table/z-registro-table-head → components/z-table/z-table-footer}/index.d.ts +1 -1
- package/dist/types/{snowflakes/registro-table/z-registro-table-footer → components/z-table/z-table-head}/index.d.ts +1 -1
- package/dist/types/{snowflakes/registro-table/z-registro-table-header → components/z-table/z-table-header}/index.d.ts +1 -1
- package/dist/types/{snowflakes/registro-table/z-registro-table-header-row → components/z-table/z-table-header-row}/index.d.ts +1 -1
- package/dist/types/{snowflakes/registro-table/z-registro-table-row → components/z-table/z-table-row}/index.d.ts +3 -3
- package/dist/types/{snowflakes/registro-table/z-registro-table-sticky-footer → components/z-table/z-table-sticky-footer}/index.d.ts +1 -1
- package/dist/types/components.d.ts +337 -337
- package/dist/web-components-library/index.esm.js +1 -1
- package/{www/build/p-b13d5b98.entry.js → dist/web-components-library/p-0ba3401a.entry.js} +1 -1
- package/dist/web-components-library/p-0f197b8e.entry.js +1 -0
- package/dist/web-components-library/p-1094e4de.entry.js +1 -0
- package/dist/web-components-library/p-1cf2c6f6.entry.js +1 -0
- package/dist/web-components-library/{p-01d11ec3.entry.js → p-21f3b77f.entry.js} +1 -1
- package/dist/web-components-library/{p-10ad64bc.entry.js → p-2b361a53.entry.js} +1 -1
- package/dist/web-components-library/{p-05f4fa42.entry.js → p-38091d2a.entry.js} +1 -1
- package/dist/web-components-library/{p-35fd465c.entry.js → p-3a5fc4ef.entry.js} +1 -1
- package/dist/web-components-library/{p-f77f6f60.entry.js → p-3ece97c0.entry.js} +1 -1
- package/dist/web-components-library/{p-0e6906af.js → p-45261bde.js} +1 -1
- package/dist/web-components-library/p-4665d79f.entry.js +1 -0
- package/dist/web-components-library/p-4a1404e2.entry.js +1 -0
- package/dist/web-components-library/p-4c1dc891.entry.js +1 -0
- package/dist/web-components-library/p-568b3728.entry.js +1 -0
- package/dist/web-components-library/{p-a82c9a77.entry.js → p-5f8b1594.entry.js} +1 -1
- package/dist/web-components-library/p-6384d72c.entry.js +1 -0
- package/dist/web-components-library/p-662b29d0.entry.js +1 -0
- package/dist/web-components-library/{p-82a59ded.entry.js → p-7c8a52e0.entry.js} +1 -1
- package/dist/web-components-library/{p-880a50a6.entry.js → p-7d7aee65.entry.js} +1 -1
- package/dist/web-components-library/{p-94814f44.entry.js → p-80d6185c.entry.js} +1 -1
- package/dist/web-components-library/{p-9d9dc98f.entry.js → p-8a12e2cd.entry.js} +1 -1
- package/dist/web-components-library/{p-08158e57.entry.js → p-8a9199e8.entry.js} +1 -1
- package/dist/web-components-library/p-8ccf136e.entry.js +1 -0
- package/dist/web-components-library/p-8deddec7.entry.js +1 -0
- package/dist/web-components-library/p-8edb6b65.entry.js +1 -0
- package/dist/web-components-library/{p-b630127d.entry.js → p-9621d591.entry.js} +1 -1
- package/dist/web-components-library/{p-f3354152.entry.js → p-a762915b.entry.js} +1 -1
- package/dist/web-components-library/{p-d227a145.entry.js → p-a93086bc.entry.js} +1 -1
- package/dist/web-components-library/p-aa77d746.entry.js +1 -0
- package/dist/web-components-library/{p-5e2762e6.entry.js → p-ac229c9e.entry.js} +1 -1
- package/dist/web-components-library/{p-18705ae9.entry.js → p-bc7e836a.entry.js} +1 -1
- package/dist/web-components-library/{p-c92c3f20.entry.js → p-be3eeede.entry.js} +1 -1
- package/dist/web-components-library/{p-957f298f.entry.js → p-cf899f93.entry.js} +1 -1
- package/dist/web-components-library/{p-9959e453.entry.js → p-d0c3eac6.entry.js} +1 -1
- package/dist/web-components-library/{p-fce08912.entry.js → p-d1896fdb.entry.js} +1 -1
- package/dist/web-components-library/p-d4c4b90a.entry.js +1 -0
- package/dist/web-components-library/{p-d83eee10.entry.js → p-d8bc4e21.entry.js} +1 -1
- package/dist/web-components-library/{p-34f4e805.entry.js → p-db8f3039.entry.js} +1 -1
- package/dist/web-components-library/p-ddc5aae2.entry.js +1 -0
- package/dist/web-components-library/{p-e29fe790.entry.js → p-de5f9244.entry.js} +1 -1
- package/dist/web-components-library/{p-fc47897e.entry.js → p-df4cf5b2.entry.js} +1 -1
- package/dist/web-components-library/{p-400e26c7.entry.js → p-e6aac31c.entry.js} +1 -1
- package/dist/web-components-library/{p-7e926220.entry.js → p-e8615a83.entry.js} +1 -1
- package/dist/web-components-library/p-ec13a382.entry.js +1 -0
- package/dist/web-components-library/{p-cc6363b9.entry.js → p-ee4fa9a8.entry.js} +1 -1
- package/dist/web-components-library/{p-0455dc43.entry.js → p-ee645fca.entry.js} +1 -1
- package/dist/web-components-library/{p-255c9150.entry.js → p-eface1ff.entry.js} +1 -1
- package/dist/web-components-library/p-f5e1d5a9.entry.js +1 -0
- package/dist/web-components-library/{p-f90dd488.js → p-fcfb7e03.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 +11 -11
- package/react/components.js +12 -12
- package/react/components.js.map +1 -1
- package/src-react/index.ts +1 -0
- package/www/build/index.esm.js +1 -1
- package/{dist/web-components-library/p-b13d5b98.entry.js → www/build/p-0ba3401a.entry.js} +1 -1
- package/www/build/p-0f197b8e.entry.js +1 -0
- package/www/build/p-1094e4de.entry.js +1 -0
- package/www/build/p-1cf2c6f6.entry.js +1 -0
- package/www/build/{p-01d11ec3.entry.js → p-21f3b77f.entry.js} +1 -1
- package/www/build/{p-10ad64bc.entry.js → p-2b361a53.entry.js} +1 -1
- package/www/build/p-331e0cc6.js +1 -0
- package/www/build/{p-05f4fa42.entry.js → p-38091d2a.entry.js} +1 -1
- package/www/build/{p-35fd465c.entry.js → p-3a5fc4ef.entry.js} +1 -1
- package/www/build/{p-f77f6f60.entry.js → p-3ece97c0.entry.js} +1 -1
- package/www/build/{p-0e6906af.js → p-45261bde.js} +1 -1
- package/www/build/p-4665d79f.entry.js +1 -0
- package/www/build/p-4a1404e2.entry.js +1 -0
- package/www/build/p-4c1dc891.entry.js +1 -0
- package/www/build/p-568b3728.entry.js +1 -0
- package/www/build/{p-a82c9a77.entry.js → p-5f8b1594.entry.js} +1 -1
- package/www/build/p-6384d72c.entry.js +1 -0
- package/www/build/p-662b29d0.entry.js +1 -0
- package/www/build/{p-82a59ded.entry.js → p-7c8a52e0.entry.js} +1 -1
- package/www/build/{p-880a50a6.entry.js → p-7d7aee65.entry.js} +1 -1
- package/www/build/{p-94814f44.entry.js → p-80d6185c.entry.js} +1 -1
- package/www/build/{p-9d9dc98f.entry.js → p-8a12e2cd.entry.js} +1 -1
- package/www/build/{p-08158e57.entry.js → p-8a9199e8.entry.js} +1 -1
- package/www/build/p-8ccf136e.entry.js +1 -0
- package/www/build/p-8deddec7.entry.js +1 -0
- package/www/build/p-8edb6b65.entry.js +1 -0
- package/www/build/{p-b630127d.entry.js → p-9621d591.entry.js} +1 -1
- package/www/build/{p-f3354152.entry.js → p-a762915b.entry.js} +1 -1
- package/www/build/{p-d227a145.entry.js → p-a93086bc.entry.js} +1 -1
- package/www/build/p-aa77d746.entry.js +1 -0
- package/www/build/{p-5e2762e6.entry.js → p-ac229c9e.entry.js} +1 -1
- package/www/build/{p-18705ae9.entry.js → p-bc7e836a.entry.js} +1 -1
- package/www/build/{p-c92c3f20.entry.js → p-be3eeede.entry.js} +1 -1
- package/www/build/{p-957f298f.entry.js → p-cf899f93.entry.js} +1 -1
- package/www/build/{p-9959e453.entry.js → p-d0c3eac6.entry.js} +1 -1
- package/www/build/{p-fce08912.entry.js → p-d1896fdb.entry.js} +1 -1
- package/www/build/p-d4c4b90a.entry.js +1 -0
- package/www/build/{p-d83eee10.entry.js → p-d8bc4e21.entry.js} +1 -1
- package/www/build/{p-34f4e805.entry.js → p-db8f3039.entry.js} +1 -1
- package/www/build/p-ddc5aae2.entry.js +1 -0
- package/www/build/{p-e29fe790.entry.js → p-de5f9244.entry.js} +1 -1
- package/www/build/{p-fc47897e.entry.js → p-df4cf5b2.entry.js} +1 -1
- package/www/build/{p-400e26c7.entry.js → p-e6aac31c.entry.js} +1 -1
- package/www/build/{p-7e926220.entry.js → p-e8615a83.entry.js} +1 -1
- package/www/build/p-ec13a382.entry.js +1 -0
- package/www/build/{p-cc6363b9.entry.js → p-ee4fa9a8.entry.js} +1 -1
- package/www/build/{p-0455dc43.entry.js → p-ee645fca.entry.js} +1 -1
- package/www/build/{p-255c9150.entry.js → p-eface1ff.entry.js} +1 -1
- package/www/build/p-f5e1d5a9.entry.js +1 -0
- package/www/build/{p-f90dd488.js → p-fcfb7e03.js} +1 -1
- package/www/build/web-components-library.esm.js +1 -1
- package/www/index.html +1 -1
- package/dist/cjs/z-body_14.cjs.entry.js +0 -513
- package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/styles.css +0 -13
- package/dist/collection/snowflakes/registro-table/z-registro-table-row/styles.css +0 -54
- package/dist/esm/z-body_14.entry.js +0 -496
- package/dist/web-components-library/p-017370c7.entry.js +0 -1
- package/dist/web-components-library/p-0fe60379.entry.js +0 -1
- package/dist/web-components-library/p-5fa8dc13.entry.js +0 -1
- package/dist/web-components-library/p-a15f8b52.entry.js +0 -1
- package/dist/web-components-library/p-cdcf738e.entry.js +0 -1
- package/www/build/p-017370c7.entry.js +0 -1
- package/www/build/p-0fe60379.entry.js +0 -1
- package/www/build/p-5fa8dc13.entry.js +0 -1
- package/www/build/p-a15f8b52.entry.js +0 -1
- package/www/build/p-cdcf738e.entry.js +0 -1
- package/www/build/p-e1879b27.js +0 -1
|
@@ -1,513 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-dee3e21d.js');
|
|
6
|
-
const index$2 = require('./index-9651dba8.js');
|
|
7
|
-
const index$1 = require('./index-de6c491e.js');
|
|
8
|
-
const icons = require('./icons-05eba7ee.js');
|
|
9
|
-
const utils = require('./utils-12053886.js');
|
|
10
|
-
const breakpoints = require('./breakpoints-88c4fd6c.js');
|
|
11
|
-
require('./_commonjsHelpers-119ffc74.js');
|
|
12
|
-
|
|
13
|
-
const ZBody = class {
|
|
14
|
-
constructor(hostRef) {
|
|
15
|
-
index.registerInstance(this, hostRef);
|
|
16
|
-
this.variant = "regular";
|
|
17
|
-
}
|
|
18
|
-
render() {
|
|
19
|
-
return (index.h("z-typography", { component: this.component || "span", level: `b${this.level}`, variant: this.variant }, index.h("slot", null)));
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
const stylesCss$c = ":host{display:inline-block;--z-icon-width:16px;--z-icon-height:16px;--z-icon-right-margin:var(--space-unit);--rgb-white:240, 240, 240}button:disabled,::slotted(button:disabled){pointer-events:none}button,::slotted(button),::slotted(a){box-sizing:border-box;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;width:100%;font-family:var(--dashboard-font);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;white-space:nowrap;outline:none;fill:currentColor}button.big,:host([size=\"big\"]) ::slotted(button),:host([size=\"big\"]) ::slotted(a){height:44px;min-width:44px}button.small,:host([size=\"small\"]) ::slotted(button),:host([size=\"small\"]) ::slotted(a){height:36px;min-width:36px}button.issmall,:host([issmall]) ::slotted(button),:host([issmall]) ::slotted(a){height:36px;min-width:36px}button.x-small,:host([size=\"x-small\"]) ::slotted(button),:host([size=\"x-small\"]) ::slotted(a){height:32px;min-width:32px}button:not(.square),:host(:not([square])) ::slotted(button),:host(:not([square])) ::slotted(a){min-width:calc(var(--space-unit) * 8);padding:0 calc(var(--space-unit) * 2)}button.square,:host([square]){--z-icon-right-margin:0}button.primary,:host([variant=\"primary\"]) ::slotted(button),:host([variant=\"primary\"]) ::slotted(a){background-color:var(--color-primary01);border-color:var(--color-primary01);color:var(--color-text-inverse)}@media (hover: hover){button.primary:hover,:host([variant=\"primary\"]) ::slotted(button:hover),:host([variant=\"primary\"]) ::slotted(a:hover){background-color:var(--color-hover-primary);border-color:var(--color-hover-primary);color:var(--color-text-inverse)}}button:focus:focus-visible,::slotted(button:focus:focus-visible),::slotted(a:focus:focus-visible){box-shadow:var(--shadow-focus-primary)}button.primary:active,:host([variant=\"primary\"]) ::slotted(button:active),:host([variant=\"primary\"]) ::slotted(a:active){background-color:var(--color-pressed-primary);border-color:var(--color-pressed-primary);color:var(--color-text-inverse);box-shadow:var(--shadow-2)}button.primary:disabled,:host([variant=\"primary\"]) ::slotted(button:disabled){background-color:var(--color-disabled01);border-color:var(--color-disabled01);color:var(--color-disabled02)}button.secondary,:host([variant=\"secondary\"]) ::slotted(button),:host([variant=\"secondary\"]) ::slotted(a){background-color:var(--color-surface01);border-color:var(--color-primary01);color:var(--color-primary01)}@media (hover: hover){button.secondary:hover,:host([variant=\"secondary\"]) ::slotted(button:hover),:host([variant=\"secondary\"]) ::slotted(a:hover){background-color:var(--color-surface01);border-color:var(--color-hover-primary);color:var(--color-hover-primary)}}button.secondary:active,:host([variant=\"secondary\"]) ::slotted(button:active),:host([variant=\"secondary\"]) ::slotted(a:active){background-color:var(--color-surface01);border-color:var(--color-pressed-primary);color:var(--color-pressed-primary);box-shadow:var(--shadow-2)}button.secondary:disabled,:host([variant=\"secondary\"]) ::slotted(button:disabled){background-color:var(--color-surface01);border-color:var(--color-disabled01);color:var(--color-disabled02)}button.tertiary,:host([variant=\"tertiary\"]) ::slotted(button),:host([variant=\"tertiary\"]) ::slotted(a){background-color:transparent;border-color:transparent;color:var(--color-primary01)}button.tertiary.hasContent{padding:0 var(--space-unit)}@media (hover: hover){button.tertiary:hover,:host([variant=\"tertiary\"]) ::slotted(button:hover),:host([variant=\"tertiary\"]) ::slotted(a:hover){background-color:var(--color-primary03);border-color:var(--color-primary03);color:var(--color-hover-primary)}}button.tertiary:focus:focus-visible,:host([variant=\"tertiary\"]) ::slotted(button:focus:focus-visible),:host([variant=\"tertiary\"]) ::slotted(a:focus:focus-visible){background-color:var(--color-surface01);border-color:var(--color-surface01);color:var(--color-primary01)}button.tertiary:active,:host([variant=\"tertiary\"]) ::slotted(button:active),:host([variant=\"tertiary\"]) ::slotted(a:active){background-color:var(--color-surface01);border-color:var(--color-surface01);color:var(--color-primary01);box-shadow:var(--shadow-2)}button.tertiary:disabled,:host([variant=\"tertiary\"]) ::slotted(button:disabled){background-color:transparent;border-color:transparent;color:var(--color-disabled02)}button.dark-bg,:host([variant=\"dark-bg\"]) ::slotted(button),:host([variant=\"dark-bg\"]) ::slotted(a){background-color:rgba(var(--rgb-white), 0.2);border-color:transparent;color:var(--color-text04)}button.dark-bg.hasContent{padding:0 var(--space-unit)}@media (hover: hover){button.dark-bg:hover,:host([variant=\"dark-bg\"]) ::slotted(button:hover),:host([variant=\"dark-bg\"]) ::slotted(a:hover){background-color:rgba(var(--rgb-white), 0.1)}}button.dark-bg:active,:host([variant=\"dark-bg\"]) ::slotted(button:active),:host([variant=\"dark-bg\"]) ::slotted(a:active){background-color:rgba(var(--rgb-white), 0.3)}button.dark-bg:disabled,:host([variant=\"dark-bg\"]) ::slotted(button:disabled){color:var(--color-disabled03);background-color:rgba(var(--rgb-white), 0.05)}";
|
|
24
|
-
|
|
25
|
-
const ZButton = class {
|
|
26
|
-
constructor(hostRef) {
|
|
27
|
-
index.registerInstance(this, hostRef);
|
|
28
|
-
/** HTML button disabled attribute. */
|
|
29
|
-
this.disabled = false;
|
|
30
|
-
/** HTML button type attribute. */
|
|
31
|
-
this.type = index$1.ButtonTypeEnum.button;
|
|
32
|
-
/** Graphical variant: `primary`, `secondary`, `tertiary`, `dark-bg`. Defaults to `primary`. */
|
|
33
|
-
this.variant = index$1.ButtonVariantEnum.primary;
|
|
34
|
-
/** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
|
|
35
|
-
this.size = index$1.ButtonSizeEnum.big;
|
|
36
|
-
/** Reduce button size (deprecated).
|
|
37
|
-
*
|
|
38
|
-
* @deprecated Use `size` prop.
|
|
39
|
-
* */
|
|
40
|
-
this.issmall = false;
|
|
41
|
-
/** Spy to render square button. */
|
|
42
|
-
this.square = false;
|
|
43
|
-
}
|
|
44
|
-
render() {
|
|
45
|
-
this.hostElement.style.pointerEvents = this.disabled ? "none" : "auto";
|
|
46
|
-
return (index.h("slot", { name: "element" }, index.h("button", { id: this.htmlid, name: this.name, type: this.type, disabled: this.disabled, class: index$2.classnames(this.variant, this.size, { issmall: this.issmall }, { square: this.square }) }, this.icon && index.h("z-icon", { name: this.icon, width: 16, height: 16 }), index.h("slot", null))));
|
|
47
|
-
}
|
|
48
|
-
get hostElement() { return index.getElement(this); }
|
|
49
|
-
};
|
|
50
|
-
ZButton.style = stylesCss$c;
|
|
51
|
-
|
|
52
|
-
const stylesCss$b = ":host{line-height:0;vertical-align:middle;margin-right:var(--z-icon-right-margin, 0);margin-left:var(--z-icon-left-margin, 0)}:host svg:not([width]){width:var(--z-icon-width, 18px)}:host svg:not([height]){height:var(--z-icon-height, 18px)}";
|
|
53
|
-
|
|
54
|
-
const ZIcon = class {
|
|
55
|
-
constructor(hostRef) {
|
|
56
|
-
index.registerInstance(this, hostRef);
|
|
57
|
-
}
|
|
58
|
-
selectPathOrPolygon(iconName) {
|
|
59
|
-
if (iconName && iconName.startsWith("M")) {
|
|
60
|
-
return index.h("path", { d: icons.icons[this.name] });
|
|
61
|
-
}
|
|
62
|
-
else {
|
|
63
|
-
return index.h("polygon", { points: icons.icons[this.name] });
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
render() {
|
|
67
|
-
return (index.h("svg", { viewBox: "0 0 1000 1000", width: this.width, height: this.height, id: this.iconid, fill: this.fill ? `var(--${this.fill})` : "" }, this.selectPathOrPolygon(icons.icons[this.name])));
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
ZIcon.style = stylesCss$b;
|
|
71
|
-
|
|
72
|
-
const stylesCss$a = ".sc-z-popover-h{font-family:var(--dashboard-font);font-weight:var(--font-rg);position:relative;display:inline-block;--shadow-arrow-color:rgba(66, 69, 72, 0.2);--shadow-arrow-below-color:rgba(66, 69, 72, 0.1)}.popover-content-container.sc-z-popover{box-sizing:border-box;visibility:hidden;position:absolute;min-width:64px;min-height:32px;z-index:999}.popover-content-container.visible.sc-z-popover{visibility:visible}.popover-content-container.border-radius-none.sc-z-popover{border-radius:0}.popover-content-container.border-radius-small.sc-z-popover{border-radius:var(--border-radius-small)}.popover-content-container.border-radius-medium.sc-z-popover{border-radius:var(--border-radius)}.popover-content-container.shadow-1.sc-z-popover{box-shadow:var(--shadow-1)}.popover-content-container.shadow-2.sc-z-popover{box-shadow:var(--shadow-2)}.popover-content-container.shadow-3.sc-z-popover{box-shadow:var(--shadow-3)}.popover-content-container.shadow-4.sc-z-popover{box-shadow:var(--shadow-4)}.popover-content-container.shadow-6.sc-z-popover{box-shadow:var(--shadow-6)}.popover-content-container.shadow-8.sc-z-popover{box-shadow:var(--shadow-8)}.popover-content-container.shadow-12.sc-z-popover{box-shadow:var(--shadow-12)}.popover-content-container.shadow-16.sc-z-popover{box-shadow:var(--shadow-16)}.popover-content-container.shadow-24.sc-z-popover{box-shadow:var(--shadow-24)}.popover-content-container.after-down.sc-z-popover{top:0;left:calc(100% + var(--space-unit))}.popover-content-container.after-center.sc-z-popover{top:50%;left:calc(100% + var(--space-unit));transform:translateY(-50%)}.popover-content-container.after-up.sc-z-popover{bottom:0;left:calc(100% + var(--space-unit))}.popover-content-container.below-right.sc-z-popover{left:0;top:calc(100% + var(--space-unit))}.popover-content-container.below-center.sc-z-popover{left:50%;top:calc(100% + var(--space-unit));transform:translateX(-50%)}.popover-content-container.below-left.sc-z-popover{right:0;top:calc(100% + var(--space-unit))}.popover-content-container.before-down.sc-z-popover{top:0;right:calc(100% + var(--space-unit))}.popover-content-container.before-center.sc-z-popover{top:50%;right:calc(100% + var(--space-unit));transform:translateY(-50%)}.popover-content-container.before-up.sc-z-popover{bottom:0;right:calc(100% + var(--space-unit))}.popover-content-container.above-right.sc-z-popover{left:0;bottom:calc(100% + var(--space-unit))}.popover-content-container.above-center.sc-z-popover{left:50%;bottom:calc(100% + var(--space-unit));transform:translateX(-50%)}.popover-content-container.above-left.sc-z-popover{right:0;bottom:calc(100% + var(--space-unit))}.popover-content-container.sc-z-popover:before{display:none;position:absolute;content:\"\";width:8px;height:8px;z-index:-1;background-color:inherit;transform:rotate(45deg)}.popover-content-container.after-down.sc-z-popover:before{top:12px;left:-4px;box-shadow:-1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.after-center.sc-z-popover:before{top:calc(50% - 4px);left:-4px;box-shadow:-1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.after-up.sc-z-popover:before{bottom:12px;left:-4px;box-shadow:-1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.below-right.sc-z-popover:before{left:12px;top:-4px;box-shadow:-1px -1px 2px var(--shadow-arrow-below-color)}.popover-content-container.below-center.sc-z-popover:before{left:calc(50% - 4px);top:-4px;box-shadow:-1px -1px 2px var(--shadow-arrow-below-color)}.popover-content-container.below-left.sc-z-popover:before{right:12px;top:-4px;box-shadow:-1px -1px 2px var(--shadow-arrow-below-color)}.popover-content-container.before-down.sc-z-popover:before{top:12px;right:-4px;box-shadow:1px -1px 1.5px var(--shadow-arrow-color)}.popover-content-container.before-center.sc-z-popover:before{top:calc(50% - 4px);right:-4px;box-shadow:1px -1px 1.5px var(--shadow-arrow-color)}.popover-content-container.before-up.sc-z-popover:before{bottom:12px;right:-4px;box-shadow:1px -1px 1.5px var(--shadow-arrow-color)}.popover-content-container.above-right.sc-z-popover:before{left:12px;bottom:-4px;box-shadow:1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.above-center.sc-z-popover:before{left:calc(50% - 4px);bottom:-4px;box-shadow:1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.above-left.sc-z-popover:before{right:12px;bottom:-4px;box-shadow:1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.show-arrow.sc-z-popover:before{display:block}";
|
|
73
|
-
|
|
74
|
-
const ZPopover = class {
|
|
75
|
-
/**
|
|
76
|
-
* Constructor.
|
|
77
|
-
*/
|
|
78
|
-
constructor(hostRef) {
|
|
79
|
-
index.registerInstance(this, hostRef);
|
|
80
|
-
/** [optional] Popover position */
|
|
81
|
-
this.position = index$1.PopoverPosition["after-up"];
|
|
82
|
-
/** [optional] Background color token for popover */
|
|
83
|
-
this.backgroundColor = "color-white";
|
|
84
|
-
/** [optional] Border radius token for popover */
|
|
85
|
-
this.borderRadius = index$1.PopoverBorderRadius.small;
|
|
86
|
-
/** [optional] Box shadow token for popover */
|
|
87
|
-
this.boxShadow = index$1.PopoverShadow["shadow-1"];
|
|
88
|
-
/** [optional] Show or hide arrow */
|
|
89
|
-
this.showArrow = false;
|
|
90
|
-
/** [optional] Sets padding for Popover container */
|
|
91
|
-
this.padding = "8px";
|
|
92
|
-
this.isVisible = false;
|
|
93
|
-
this.handleKeyDown = this.handleKeyDown.bind(this);
|
|
94
|
-
}
|
|
95
|
-
componentDidLoad() {
|
|
96
|
-
this.checkSpaceAvailable();
|
|
97
|
-
}
|
|
98
|
-
closePopover() {
|
|
99
|
-
this.isVisible = false;
|
|
100
|
-
}
|
|
101
|
-
closePopoverWithKeyboard(e) {
|
|
102
|
-
if (e.key === index$1.KeyboardKeys.ESC) {
|
|
103
|
-
this.closePopover();
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
handleClick(event) {
|
|
107
|
-
this.isVisible = !this.isVisible;
|
|
108
|
-
this.checkSpaceAvailable();
|
|
109
|
-
event.stopPropagation();
|
|
110
|
-
}
|
|
111
|
-
handleKeyDown(event) {
|
|
112
|
-
if (event.code === index$1.KeyboardKeys.ENTER) {
|
|
113
|
-
this.isVisible = !this.isVisible;
|
|
114
|
-
this.checkSpaceAvailable();
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
handleOutsideClick(e) {
|
|
118
|
-
const tree = utils.getElementTree(e.target);
|
|
119
|
-
const parent = tree.find((elem) => elem.nodeName.toLowerCase() === "z-popover");
|
|
120
|
-
if (!parent) {
|
|
121
|
-
this.isVisible = false;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
checkSpaceAvailable() {
|
|
125
|
-
const width = document.body.clientWidth;
|
|
126
|
-
const height = window.innerHeight;
|
|
127
|
-
const rect = this.popoverElem.getBoundingClientRect();
|
|
128
|
-
const l = rect.left;
|
|
129
|
-
const r = rect.right;
|
|
130
|
-
const t = rect.top;
|
|
131
|
-
const b = rect.bottom;
|
|
132
|
-
let firstSide = this.position.split("-")[0];
|
|
133
|
-
let secondSide = this.position.split("-")[1];
|
|
134
|
-
// If top is outside viewport
|
|
135
|
-
if (t < 0) {
|
|
136
|
-
if (this.position.startsWith("above")) {
|
|
137
|
-
firstSide = "below";
|
|
138
|
-
}
|
|
139
|
-
else {
|
|
140
|
-
secondSide = "down";
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
// If bottom is outside viewport
|
|
144
|
-
if (b > height) {
|
|
145
|
-
if (this.position.startsWith("below")) {
|
|
146
|
-
firstSide = "above";
|
|
147
|
-
}
|
|
148
|
-
else {
|
|
149
|
-
secondSide = "up";
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
// If right is outside viewport
|
|
153
|
-
if (r > width) {
|
|
154
|
-
if (this.position.startsWith("above") ||
|
|
155
|
-
this.position.startsWith("below")) {
|
|
156
|
-
secondSide = "left";
|
|
157
|
-
}
|
|
158
|
-
else {
|
|
159
|
-
firstSide = "before";
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
// If left is outside viewport
|
|
163
|
-
if (l < 0) {
|
|
164
|
-
if (this.position.startsWith("above") ||
|
|
165
|
-
this.position.startsWith("below")) {
|
|
166
|
-
secondSide = "right";
|
|
167
|
-
}
|
|
168
|
-
else {
|
|
169
|
-
firstSide = "after";
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
this.position = index$1.PopoverPosition[`${firstSide}-${secondSide}`];
|
|
173
|
-
}
|
|
174
|
-
render() {
|
|
175
|
-
return (index.h(index.Host, { onKeyDown: this.handleKeyDown }, index.h("div", { tabindex: "0", onClick: (event) => this.handleClick(event), onKeyDown: (event) => {
|
|
176
|
-
if (event.key === index$1.KeyboardKeys.ENTER) {
|
|
177
|
-
this.handleClick(event);
|
|
178
|
-
}
|
|
179
|
-
} }, index.h("slot", { name: "trigger" })), index.h("div", { ref: (e) => (this.popoverElem = e), class: index$2.classnames("popover-content-container", this.position, `border-radius-${this.borderRadius}`, this.boxShadow, { "show-arrow": this.showArrow }, { visible: this.isVisible }), style: {
|
|
180
|
-
backgroundColor: `var(--${this.backgroundColor})`,
|
|
181
|
-
padding: this.padding,
|
|
182
|
-
} }, index.h("slot", { name: "popover" }))));
|
|
183
|
-
}
|
|
184
|
-
};
|
|
185
|
-
ZPopover.style = stylesCss$a;
|
|
186
|
-
|
|
187
|
-
const stylesCss$9 = "z-registro-table{overflow-x:auto;display:block;width:100%;font-family:var(--dashboard-font);font-weight:var(--font-rg);background-color:var(--color-white)}z-registro-table>div.table{display:table;width:100%;border-collapse:separate}z-registro-table>div.table-bordered>z-registro-table-body>z-registro-table-row>z-registro-table-cell:not(:last-child),z-registro-table>div.table-bordered>z-registro-table-head>z-registro-table-header-row>z-registro-table-header:not(:last-child){border-right:var(--border-size-small) solid var(--bg-grey-200)}z-registro-table>div>z-registro-table-body>z-registro-table-row[expandable]>z-registro-table-cell:first-child,z-registro-table>div>z-registro-table-head>z-registro-table-header-row[expandable]>z-registro-table-header:first-child{border-right:none}z-registro-table>div>z-registro-table-body>z-registro-table-row[expanded]>z-registro-table-cell{background-color:var(--gray50)}z-registro-table>div>z-registro-table-body>z-registro-table-row[expanded]+z-registro-table-expanded-row{border-bottom:1px solid var(--gray200)}z-registro-table>div.table-column-sticky>z-registro-table-body>z-registro-table-row>z-registro-table-cell:first-child,z-registro-table>div.table-column-sticky>z-registro-table-head>z-registro-table-header-row>z-registro-table-header:first-child{position:sticky;left:0;box-shadow:1px 0 4px -1px rgba(66, 69, 72, 0.4);z-index:1}z-registro-table>div.table-header-sticky>z-registro-table-head>z-registro-table-header-row>z-registro-table-header{position:sticky;top:0;box-shadow:0 2px 3px -3px rgba(66, 69, 72, 0.4)}z-registro-table>div.table-header-sticky>z-registro-table-head>z-registro-table-header-row>z-registro-table-header{z-index:2}z-registro-table>div.table-header-sticky>z-registro-table-head>z-registro-table-header-row>z-registro-table-header:first-child,z-registro-table>div.table-column-sticky>z-registro-table-head>z-registro-table-header-row>z-registro-table-header:first-child{z-index:5}z-registro-table-body{width:auto;background-color:var(--color-white)}z-registro-table-empty-box{display:flex;flex-direction:column;flex-grow:1;border-bottom:var(--border-size-small) solid var(--bg-grey-200)}z-registro-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-registro-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}}";
|
|
188
|
-
|
|
189
|
-
const ZRegistroTable = class {
|
|
190
|
-
constructor(hostRef) {
|
|
191
|
-
index.registerInstance(this, hostRef);
|
|
192
|
-
this.callToAction = index.createEvent(this, "callToAction", 7);
|
|
193
|
-
this.callToActionTwo = index.createEvent(this, "callToActionTwo", 7);
|
|
194
|
-
/** Error message */
|
|
195
|
-
this.errorMessage = "Siamo spiacenti, non siamo riusciti a caricare il contenuto richiesto";
|
|
196
|
-
/** Sets table with border */
|
|
197
|
-
this.bordered = false;
|
|
198
|
-
/** Sets first column sticky */
|
|
199
|
-
this.columnSticky = false;
|
|
200
|
-
/** Sets empty table */
|
|
201
|
-
this.empty = false;
|
|
202
|
-
/** Set error status */
|
|
203
|
-
this.error = false;
|
|
204
|
-
/** Sets header sticky */
|
|
205
|
-
this.headerSticky = false;
|
|
206
|
-
/** Set message */
|
|
207
|
-
this.message = "Siamo spiacenti, al momento non sono presenti dati da visualizzare";
|
|
208
|
-
/** Set subtitle */
|
|
209
|
-
this.subtitle = "";
|
|
210
|
-
}
|
|
211
|
-
handleResize() {
|
|
212
|
-
this.isMobile = window.innerWidth <= breakpoints.mobileBreakpoint;
|
|
213
|
-
}
|
|
214
|
-
handleOrientationChange() {
|
|
215
|
-
this.isMobile = screen.width <= breakpoints.mobileBreakpoint;
|
|
216
|
-
}
|
|
217
|
-
componentWillLoad() {
|
|
218
|
-
var _a;
|
|
219
|
-
this.isMobile = window.innerWidth <= breakpoints.mobileBreakpoint;
|
|
220
|
-
const tableBody = this.host.querySelector('[slot="table-body"]');
|
|
221
|
-
this.hasTableBody = !!((_a = tableBody === null || tableBody === void 0 ? void 0 : tableBody.children) === null || _a === void 0 ? void 0 : _a.length);
|
|
222
|
-
if (!!tableBody && !this.hasTableBody) {
|
|
223
|
-
tableBody.remove();
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
componentWillRender() {
|
|
227
|
-
this.host.setAttribute("role", "table");
|
|
228
|
-
}
|
|
229
|
-
renderError(tableClass) {
|
|
230
|
-
const minHeight = this.lines ? `calc(40px * ${this.lines})` : "auto";
|
|
231
|
-
return (index.h(index.Host, null, index.h("div", { class: tableClass }, index.h("slot", { name: "table-header" })), index.h("z-registro-table-error", null, index.h("div", { class: "error-content", style: { minHeight } }, index.h("slot", { name: "error-image" }), index.h("div", { class: "text" }, index.h("z-body", { class: "error-message", level: 3, variant: "semibold" }, this.errorMessage), index.h("slot", { name: "error-action" }))))));
|
|
232
|
-
}
|
|
233
|
-
renderEmpty(tableClass) {
|
|
234
|
-
const buttonSize = this.isMobile
|
|
235
|
-
? index$1.ButtonSizeEnum.small
|
|
236
|
-
: index$1.ButtonSizeEnum.big;
|
|
237
|
-
const tableContentClass = `${!!this.hasTableBody ? "table-content" : ""}`;
|
|
238
|
-
if (this.hasTableBody) {
|
|
239
|
-
return (index.h(index.Host, null, index.h("div", { class: tableClass }, index.h("slot", { name: "table-header" }), index.h("div", { class: tableContentClass }, index.h("slot", { name: "table-body" }), index.h("z-registro-table-empty-box", { class: this.bordered && "bordered", message: this.message, subtitle: this.subtitle }, !!this.callToActionLabel && (index.h("z-button", { slot: "cta1", variant: index$1.ButtonVariantEnum.tertiary, onClick: () => this.callToAction.emit(), size: buttonSize }, this.callToActionLabel)), !!this.callToActionTwoLabel && (index.h("z-button", { slot: "cta2", variant: index$1.ButtonVariantEnum.tertiary, onClick: () => this.callToActionTwo.emit(), size: buttonSize }, this.callToActionTwoLabel)))))));
|
|
240
|
-
}
|
|
241
|
-
return (index.h(index.Host, null, index.h("div", { class: tableClass }, index.h("slot", { name: "table-header" })), index.h("z-registro-table-empty-box", { class: this.bordered && "bordered", message: this.message, subtitle: this.subtitle }, !!this.callToActionLabel && (index.h("z-button", { slot: "cta1", variant: index$1.ButtonVariantEnum.tertiary, onClick: () => this.callToAction.emit(), size: buttonSize }, this.callToActionLabel)), !!this.callToActionTwoLabel && (index.h("z-button", { slot: "cta2", variant: index$1.ButtonVariantEnum.tertiary, onClick: () => this.callToActionTwo.emit(), size: buttonSize }, this.callToActionTwoLabel)))));
|
|
242
|
-
}
|
|
243
|
-
render() {
|
|
244
|
-
const tableClass = `table ${this.empty ? "table-empty" : ""} ${this.bordered ? "table-bordered" : ""}
|
|
245
|
-
${this.columnSticky ? "table-column-sticky" : ""}
|
|
246
|
-
${this.headerSticky ? "table-header-sticky" : ""}`;
|
|
247
|
-
if (this.error) {
|
|
248
|
-
return this.renderError(tableClass);
|
|
249
|
-
}
|
|
250
|
-
if (this.empty) {
|
|
251
|
-
return this.renderEmpty(tableClass);
|
|
252
|
-
}
|
|
253
|
-
return (index.h(index.Host, null, index.h("div", { class: tableClass }, index.h("slot", null)), index.h("slot", { name: "sticky-footer" })));
|
|
254
|
-
}
|
|
255
|
-
static get assetsDirs() { return ["assets"]; }
|
|
256
|
-
get host() { return index.getElement(this); }
|
|
257
|
-
};
|
|
258
|
-
ZRegistroTable.style = stylesCss$9;
|
|
259
|
-
|
|
260
|
-
const stylesCss$8 = ".sc-z-registro-table-body-h{display:table-row-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}.sc-z-registro-table-body-h>z-registro-table-row[expanded].sc-z-registro-table-body+z-registro-table-expanded-row.sc-z-registro-table-body{display:table-row}";
|
|
261
|
-
|
|
262
|
-
const ZRegistroTableBody = class {
|
|
263
|
-
constructor(hostRef) {
|
|
264
|
-
index.registerInstance(this, hostRef);
|
|
265
|
-
}
|
|
266
|
-
componentWillRender() {
|
|
267
|
-
this.host.setAttribute("role", "rowgroup");
|
|
268
|
-
Array.from(this.host.children).forEach((child, index) => child.setAttribute("aria-rowindex", `${index}`));
|
|
269
|
-
}
|
|
270
|
-
render() {
|
|
271
|
-
return index.h("slot", null);
|
|
272
|
-
}
|
|
273
|
-
get host() { return index.getElement(this); }
|
|
274
|
-
};
|
|
275
|
-
ZRegistroTableBody.style = stylesCss$8;
|
|
276
|
-
|
|
277
|
-
const stylesCss$7 = ":host{display:table-cell;background-color:var(--color-white);border-bottom:var(--border-size-small) solid var(--bg-grey-200);font-family:var(--dashboard-font);font-weight:var(--font-rg)}:host>.button-container{display:none}:host:hover>.button-container{display:initial}.button-container{position:absolute;right:8px;top:8px;z-index:5}.button-content{position:relative}.contextual-menu-container{display:none;position:absolute;top:calc(100% - var(--space-unit));right:0}.button-container.visible,.contextual-menu-container.visible{display:initial}:host([padding=\"x-small\"]){padding:calc(var(--space-unit) * 0.5)}:host([padding=\"small\"]){padding:calc(var(--space-unit))}:host([padding=\"medium\"]){padding:calc(var(--space-unit) * 2)}:host([padding=\"large\"]){padding:calc(var(--space-unit) * 2.5)}:host([padding=\"special\"]){padding:0}";
|
|
278
|
-
|
|
279
|
-
const ZRegistroTableCell = class {
|
|
280
|
-
constructor(hostRef) {
|
|
281
|
-
index.registerInstance(this, hostRef);
|
|
282
|
-
/** Set padding size of cell, if special 0px padding will be set */
|
|
283
|
-
this.padding = index$1.Size.medium;
|
|
284
|
-
this.isMenuOpened = false;
|
|
285
|
-
}
|
|
286
|
-
handleMenu() {
|
|
287
|
-
this.isMenuOpened = !this.isMenuOpened;
|
|
288
|
-
}
|
|
289
|
-
componentWillRender() {
|
|
290
|
-
this.host.setAttribute("role", "cell");
|
|
291
|
-
}
|
|
292
|
-
render() {
|
|
293
|
-
return (index.h(index.Host, null, this.showButton && (index.h("div", { class: index$2.classnames("button-container", {
|
|
294
|
-
visible: this.isMenuOpened,
|
|
295
|
-
}) }, index.h("div", { class: "button-content" }, index.h("z-button", { icon: "contextual-menu", variant: index$1.ButtonVariantEnum.tertiary, size: index$1.ButtonSizeEnum["x-small"], onClick: () => this.handleMenu(), square: true }), index.h("div", { class: index$2.classnames("contextual-menu-container", {
|
|
296
|
-
visible: this.isMenuOpened,
|
|
297
|
-
}) }, index.h("slot", { name: "contextual-menu" }))))), index.h("slot", null)));
|
|
298
|
-
}
|
|
299
|
-
get host() { return index.getElement(this); }
|
|
300
|
-
};
|
|
301
|
-
ZRegistroTableCell.style = stylesCss$7;
|
|
302
|
-
|
|
303
|
-
const stylesCss$6 = ".sc-z-registro-table-empty-box-h{display:block;padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 7)\n calc(var(--space-unit) * 3) calc(var(--space-unit) * 7);background-color:var(--bg-white)}.sc-z-registro-table-empty-box-s>*{margin-right:calc(var(--space-unit) * 2);margin-top:var(--space-unit)}div.cta.sc-z-registro-table-empty-box{display:flex;flex-direction:row;margin-top:var(--space-unit)}@media only screen and (max-width: 768px){div.cta.sc-z-registro-table-empty-box{flex-direction:column}}";
|
|
304
|
-
|
|
305
|
-
const ZRegistroTableEmptyBox = class {
|
|
306
|
-
constructor(hostRef) {
|
|
307
|
-
index.registerInstance(this, hostRef);
|
|
308
|
-
/** Sets main title message*/
|
|
309
|
-
this.message = "Siamo spiacenti, al momento non sono presenti dati da visualizzare.";
|
|
310
|
-
/** Sets message */
|
|
311
|
-
this.subtitle = "";
|
|
312
|
-
}
|
|
313
|
-
componentWillLoad() {
|
|
314
|
-
this.hasCta1Slot = !!this.hostElement.querySelector('[slot="cta1"]');
|
|
315
|
-
this.hasCta2Slot = !!this.hostElement.querySelector('[slot="cta2"]');
|
|
316
|
-
}
|
|
317
|
-
render() {
|
|
318
|
-
return (index.h(index.Host, null, index.h("z-body", { level: 3, variant: "semibold" }, this.message), index.h("br", null), !!this.subtitle && (index.h("z-body", { level: 4, variant: "regular" }, this.subtitle)), (!!this.hasCta1Slot || !!this.hasCta2Slot) && (index.h("div", { class: "cta" }, index.h("slot", { name: "cta1" }), index.h("slot", { name: "cta2" })))));
|
|
319
|
-
}
|
|
320
|
-
get hostElement() { return index.getElement(this); }
|
|
321
|
-
};
|
|
322
|
-
ZRegistroTableEmptyBox.style = stylesCss$6;
|
|
323
|
-
|
|
324
|
-
const stylesCss$5 = ".sc-z-registro-table-head-h{display:table-header-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}";
|
|
325
|
-
|
|
326
|
-
const ZRegistroTableHead = class {
|
|
327
|
-
constructor(hostRef) {
|
|
328
|
-
index.registerInstance(this, hostRef);
|
|
329
|
-
}
|
|
330
|
-
componentWillRender() {
|
|
331
|
-
this.host.setAttribute("role", "rowgroup");
|
|
332
|
-
}
|
|
333
|
-
render() {
|
|
334
|
-
return index.h("slot", null);
|
|
335
|
-
}
|
|
336
|
-
get host() { return index.getElement(this); }
|
|
337
|
-
};
|
|
338
|
-
ZRegistroTableHead.style = stylesCss$5;
|
|
339
|
-
|
|
340
|
-
const stylesCss$4 = ":host{display:table-cell;background-color:var(--gray50);border-bottom:var(--border-size-medium) solid var(--gray200);font-family:var(--dashboard-font);font-weight:var(--font-sb);text-align:start;position:relative}.container{display:flex;align-items:flex-end}:host(.sortable){cursor:pointer}:host([padding=\"x-small\"]){padding:calc(var(--space-unit) * 0.5)}:host([padding=\"small\"]){padding:calc(var(--space-unit))}:host([padding=\"medium\"]){padding:calc(var(--space-unit) * 2)}:host([padding=\"large\"]){padding:calc(var(--space-unit) * 2.5)}:host([padding=\"special\"]){padding:0}.arrow{opacity:1;padding-left:var(--space-unit)}.popover-container{position:absolute;top:var(--space-unit);right:var(--space-unit);display:none}.popover-container.visible{display:block}:host(:hover) .popover-container{display:block}";
|
|
341
|
-
|
|
342
|
-
const ZRegistroTableHeader = class {
|
|
343
|
-
constructor(hostRef) {
|
|
344
|
-
index.registerInstance(this, hostRef);
|
|
345
|
-
this.sort = index.createEvent(this, "sort", 7);
|
|
346
|
-
/** Set padding size of cell, if special 0px padding will be set */
|
|
347
|
-
this.padding = index$1.Size.medium;
|
|
348
|
-
/** [Optional] Default sort order */
|
|
349
|
-
this.defaultSortDirection = index$1.SortDirectionEnum.asc;
|
|
350
|
-
this.sortDirection = index$1.SortDirectionEnum.none;
|
|
351
|
-
this.isMenuOpened = false;
|
|
352
|
-
this.emitOnSort = this.emitOnSort.bind(this);
|
|
353
|
-
}
|
|
354
|
-
emitOnSort() {
|
|
355
|
-
this.sort.emit({
|
|
356
|
-
columnId: this.columnId,
|
|
357
|
-
sortDirection: this.sortDirection,
|
|
358
|
-
});
|
|
359
|
-
}
|
|
360
|
-
handleSort() {
|
|
361
|
-
if (!this.sortable) {
|
|
362
|
-
return;
|
|
363
|
-
}
|
|
364
|
-
this.sortDirection = (() => {
|
|
365
|
-
switch (this.sortDirection) {
|
|
366
|
-
case index$1.SortDirectionEnum.asc:
|
|
367
|
-
return index$1.SortDirectionEnum.desc;
|
|
368
|
-
case index$1.SortDirectionEnum.desc:
|
|
369
|
-
return index$1.SortDirectionEnum.asc;
|
|
370
|
-
case index$1.SortDirectionEnum.none:
|
|
371
|
-
return this.defaultSortDirection;
|
|
372
|
-
default:
|
|
373
|
-
return index$1.SortDirectionEnum.none;
|
|
374
|
-
}
|
|
375
|
-
})();
|
|
376
|
-
this.emitOnSort();
|
|
377
|
-
}
|
|
378
|
-
handleMenuClick() {
|
|
379
|
-
this.isMenuOpened = !this.isMenuOpened;
|
|
380
|
-
}
|
|
381
|
-
handleOutsideClick(e) {
|
|
382
|
-
const tree = utils.getElementTree(e.target);
|
|
383
|
-
const parent = tree.find((elem) => elem.nodeName.toLowerCase() === "z-popover");
|
|
384
|
-
if (!parent) {
|
|
385
|
-
this.isMenuOpened = false;
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
handleClickHeaders(e) {
|
|
389
|
-
const { target } = e;
|
|
390
|
-
const parent = utils.getElementTree(target).find((elem) => elem.nodeName.toLowerCase() === "z-registro-table-header");
|
|
391
|
-
if (!this.sortable || !parent) {
|
|
392
|
-
return;
|
|
393
|
-
}
|
|
394
|
-
const parentColumnId = parent.attributes.getNamedItem("column-id").value;
|
|
395
|
-
const isSortable = target.parentNode.sortable || target.sortable;
|
|
396
|
-
if (parentColumnId !== this.columnId && isSortable) {
|
|
397
|
-
this.sortDirection = index$1.SortDirectionEnum.none;
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
componentWillRender() {
|
|
401
|
-
this.host.setAttribute("role", "columnheader");
|
|
402
|
-
}
|
|
403
|
-
render() {
|
|
404
|
-
return (index.h(index.Host, { class: index$2.classnames({
|
|
405
|
-
sortable: this.sortable,
|
|
406
|
-
}), onClick: () => this.handleSort() }, index.h("div", { class: index$2.classnames("container") }, index.h("slot", null), this.sortable && this.sortDirection !== index$1.SortDirectionEnum.none && (index.h("z-icon", { name: this.sortDirection === index$1.SortDirectionEnum.asc
|
|
407
|
-
? "arrow-up"
|
|
408
|
-
: "arrow-down", class: "arrow" }))), this.showButton && (index.h("div", { class: index$2.classnames("popover-container", {
|
|
409
|
-
visible: this.isMenuOpened,
|
|
410
|
-
}) }, index.h("z-popover", { position: index$1.PopoverPosition["below-center"], "background-color": "gray200" }, index.h("z-button", { icon: "contextual-menu", variant: index$1.ButtonVariantEnum["tertiary"], size: index$1.ButtonSizeEnum["x-small"], square: true, slot: "trigger", onClick: () => this.handleMenuClick() }), index.h("div", { slot: "popover" }, index.h("slot", { name: "contextual-menu" })))))));
|
|
411
|
-
}
|
|
412
|
-
get host() { return index.getElement(this); }
|
|
413
|
-
};
|
|
414
|
-
ZRegistroTableHeader.style = stylesCss$4;
|
|
415
|
-
|
|
416
|
-
const stylesCss$3 = "z-registro-table-header-row{display:table-row}z-registro-table-header-row[expandable]>z-registro-table-header:first-child{width:40px;user-select:none;box-sizing:border-box}z-registro-table-header-row[expandable]>z-registro-table-header:nth-child(2){padding-left:8px}";
|
|
417
|
-
|
|
418
|
-
const ZRegistroTableHeaderRow = class {
|
|
419
|
-
constructor(hostRef) {
|
|
420
|
-
index.registerInstance(this, hostRef);
|
|
421
|
-
}
|
|
422
|
-
_renderExpandHeader() {
|
|
423
|
-
return index.h("z-registro-table-header", null);
|
|
424
|
-
}
|
|
425
|
-
render() {
|
|
426
|
-
return (index.h(index.Host, { role: "row" }, this.expandable && this._renderExpandHeader(), index.h("slot", null)));
|
|
427
|
-
}
|
|
428
|
-
};
|
|
429
|
-
ZRegistroTableHeaderRow.style = stylesCss$3;
|
|
430
|
-
|
|
431
|
-
const stylesCss$2 = "z-registro-table-row{display:table-row;font-family:var(--font-family-sans)}z-registro-table-row[expanded-type=\"expandable\"]:hover{cursor:pointer}z-registro-table-row[expanded-type=\"expandable\"]>z-registro-table-cell:first-child,z-registro-table-row[expanded-type=\"padding\"]>z-registro-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-registro-table-row[expanded-type=\"expandable\"]>z-registro-table-cell:nth-child(2),z-registro-table-row[expanded-type=\"padding\"]>z-registro-table-cell:nth-child(2){padding-left:8px}z-registro-table-row[expanded-type]:hover>z-registro-table-cell:first-child{fill:var(--myz-blue-dark)}z-registro-table-row[expanded]>z-registro-tale-cell{background-color:var(--gray50)}z-registro-table-row[expanded]+z-registro-table-expanded-row{display:table-row}z-registro-table-row[expanded]>z-registro-table-cell{border-bottom:none}";
|
|
432
|
-
|
|
433
|
-
const ZRegistroTableRow = class {
|
|
434
|
-
constructor(hostRef) {
|
|
435
|
-
index.registerInstance(this, hostRef);
|
|
436
|
-
this.expand = index.createEvent(this, "expand", 7);
|
|
437
|
-
this.expandedType = index$1.ZRegistroTableRowExpandedType.none;
|
|
438
|
-
this.expanded = false;
|
|
439
|
-
}
|
|
440
|
-
emitOnExpand() {
|
|
441
|
-
this.expand.emit({ expanded: this.expanded });
|
|
442
|
-
}
|
|
443
|
-
handleExpand() {
|
|
444
|
-
this.expanded = !this.expanded;
|
|
445
|
-
this.emitOnExpand();
|
|
446
|
-
}
|
|
447
|
-
renderExpandButton() {
|
|
448
|
-
if (this.expandedType == index$1.ZRegistroTableRowExpandedType.expandable) {
|
|
449
|
-
return (index.h("z-registro-table-cell", { style: { borderRight: "none" } }, index.h("z-icon", { name: this.expanded ? "minus-circled" : "plus-circled" })));
|
|
450
|
-
}
|
|
451
|
-
return (index.h("z-registro-table-cell", { style: { borderRight: "none" } }, index.h("div", { class: "z-icon-placeholder" })));
|
|
452
|
-
}
|
|
453
|
-
render() {
|
|
454
|
-
return (index.h(index.Host, { role: "row", expanded: this.expanded, onClick: (event) => {
|
|
455
|
-
const contextualMenuClick = event.target.nodeName === 'Z-CONTEXTUAL-MENU';
|
|
456
|
-
const isExpandable = this.expandedType === index$1.ZRegistroTableRowExpandedType.expandable;
|
|
457
|
-
if (isExpandable && !contextualMenuClick) {
|
|
458
|
-
this.handleExpand();
|
|
459
|
-
}
|
|
460
|
-
} }, this.expandedType !== index$1.ZRegistroTableRowExpandedType.none &&
|
|
461
|
-
this.renderExpandButton(), index.h("slot", null)));
|
|
462
|
-
}
|
|
463
|
-
};
|
|
464
|
-
ZRegistroTableRow.style = stylesCss$2;
|
|
465
|
-
|
|
466
|
-
const stylesCss$1 = ".sc-z-registro-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)}";
|
|
467
|
-
|
|
468
|
-
const ZRegistroTableStickyFooter = class {
|
|
469
|
-
constructor(hostRef) {
|
|
470
|
-
index.registerInstance(this, hostRef);
|
|
471
|
-
}
|
|
472
|
-
render() {
|
|
473
|
-
return (index.h("slot", null));
|
|
474
|
-
}
|
|
475
|
-
};
|
|
476
|
-
ZRegistroTableStickyFooter.style = stylesCss$1;
|
|
477
|
-
|
|
478
|
-
const stylesCss = ":host>*{font-family:var(--dashboard-font);margin:0}:host(.regular)>*{font-weight:var(--font-rg)}:host(.semibold)>*{font-weight:600}:host(.light)>*{font-weight:300}:host(.h1)>*{font-size:32px;line-height:40px}:host(.h2)>*{font-size:28px;line-height:36px}:host(.h3)>*{font-size:24px;line-height:32px}:host(.h4)>*{font-size:20px;line-height:28px}:host(.b1)>*{font-size:20px;line-height:28px}:host(.b2)>*{font-size:18px;line-height:28px}:host(.b3)>*{font-size:16px;line-height:24px}:host(.b4)>*{font-size:14px;line-height:20px}:host(.b5)>*{font-size:12px;line-height:16px}";
|
|
479
|
-
|
|
480
|
-
const ZTypography = class {
|
|
481
|
-
constructor(hostRef) {
|
|
482
|
-
index.registerInstance(this, hostRef);
|
|
483
|
-
this.variant = "regular";
|
|
484
|
-
}
|
|
485
|
-
render() {
|
|
486
|
-
const el = document.createElement(this.component || "span");
|
|
487
|
-
el.innerHTML = `<slot />`;
|
|
488
|
-
this.hostElement.shadowRoot.appendChild(el);
|
|
489
|
-
return (index.h(index.Host, { class: {
|
|
490
|
-
[this.level]: Boolean(this.level),
|
|
491
|
-
regular: this.variant === "regular",
|
|
492
|
-
semibold: this.variant === "semibold",
|
|
493
|
-
light: this.variant === "light"
|
|
494
|
-
} }));
|
|
495
|
-
}
|
|
496
|
-
get hostElement() { return index.getElement(this); }
|
|
497
|
-
};
|
|
498
|
-
ZTypography.style = stylesCss;
|
|
499
|
-
|
|
500
|
-
exports.z_body = ZBody;
|
|
501
|
-
exports.z_button = ZButton;
|
|
502
|
-
exports.z_icon = ZIcon;
|
|
503
|
-
exports.z_popover = ZPopover;
|
|
504
|
-
exports.z_registro_table = ZRegistroTable;
|
|
505
|
-
exports.z_registro_table_body = ZRegistroTableBody;
|
|
506
|
-
exports.z_registro_table_cell = ZRegistroTableCell;
|
|
507
|
-
exports.z_registro_table_empty_box = ZRegistroTableEmptyBox;
|
|
508
|
-
exports.z_registro_table_head = ZRegistroTableHead;
|
|
509
|
-
exports.z_registro_table_header = ZRegistroTableHeader;
|
|
510
|
-
exports.z_registro_table_header_row = ZRegistroTableHeaderRow;
|
|
511
|
-
exports.z_registro_table_row = ZRegistroTableRow;
|
|
512
|
-
exports.z_registro_table_sticky_footer = ZRegistroTableStickyFooter;
|
|
513
|
-
exports.z_typography = ZTypography;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
z-registro-table-header-row {
|
|
2
|
-
display: table-row;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
z-registro-table-header-row[expandable] > z-registro-table-header:first-child {
|
|
6
|
-
width: 40px;
|
|
7
|
-
user-select: none;
|
|
8
|
-
box-sizing: border-box;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
z-registro-table-header-row[expandable] > z-registro-table-header:nth-child(2) {
|
|
12
|
-
padding-left: 8px;
|
|
13
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
z-registro-table-row {
|
|
2
|
-
display: table-row;
|
|
3
|
-
font-family: var(--font-family-sans);
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
z-registro-table-row[expanded-type="expandable"]:hover {
|
|
7
|
-
cursor: pointer;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
z-registro-table-row[expanded-type="expandable"]
|
|
11
|
-
> z-registro-table-cell:first-child,
|
|
12
|
-
z-registro-table-row[expanded-type="padding"]
|
|
13
|
-
> z-registro-table-cell:first-child {
|
|
14
|
-
--z-icon-width: 16px;
|
|
15
|
-
--z-icon-height: 16px;
|
|
16
|
-
|
|
17
|
-
width: 24px;
|
|
18
|
-
padding-left: 16px;
|
|
19
|
-
padding-right: 0px;
|
|
20
|
-
box-sizing: border-box;
|
|
21
|
-
text-align: center;
|
|
22
|
-
|
|
23
|
-
fill: var(--gray800);
|
|
24
|
-
|
|
25
|
-
user-select: none;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.z-icon-placeholder {
|
|
29
|
-
width: 24px;
|
|
30
|
-
padding-right: 0px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
z-registro-table-row[expanded-type="expandable"]
|
|
34
|
-
> z-registro-table-cell:nth-child(2),
|
|
35
|
-
z-registro-table-row[expanded-type="padding"]
|
|
36
|
-
> z-registro-table-cell:nth-child(2) {
|
|
37
|
-
padding-left: 8px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
z-registro-table-row[expanded-type]:hover > z-registro-table-cell:first-child {
|
|
41
|
-
fill: var(--myz-blue-dark);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
z-registro-table-row[expanded] > z-registro-tale-cell {
|
|
45
|
-
background-color: var(--gray50);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
z-registro-table-row[expanded] + z-registro-table-expanded-row {
|
|
49
|
-
display: table-row;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
z-registro-table-row[expanded] > z-registro-table-cell {
|
|
53
|
-
border-bottom: none;
|
|
54
|
-
}
|