@zanichelli/albe-web-components 2.33.4 → 2.34.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 +1229 -0
- package/dist/cjs/_commonjsHelpers-119ffc74.js +17 -0
- package/dist/cjs/{hammer-6e321f0b.js → hammer-54230951.js} +2 -15
- package/dist/cjs/icons-74891aae.js +477 -0
- package/dist/cjs/index-9651dba8.js +60 -0
- package/dist/cjs/{index-11a8a536.js → index-de6c491e.js} +8 -8
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-00e14fba.js → utils-12053886.js} +1 -1
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/z-alert.cjs.entry.js +19 -0
- package/dist/cjs/z-app-switcher.cjs.entry.js +29 -0
- package/dist/cjs/z-app-topbar.cjs.entry.js +41 -0
- package/dist/cjs/z-aria-alert.cjs.entry.js +1 -1
- package/dist/cjs/z-avatar.cjs.entry.js +43 -0
- package/dist/cjs/z-body_14.cjs.entry.js +513 -0
- package/dist/cjs/z-button-filter_5.cjs.entry.js +620 -0
- package/dist/cjs/z-button-sort.cjs.entry.js +54 -0
- package/dist/cjs/z-card.cjs.entry.js +58 -0
- package/dist/cjs/z-chip.cjs.entry.js +24 -0
- package/dist/cjs/z-combobox.cjs.entry.js +170 -0
- package/dist/cjs/z-contextual-menu.cjs.entry.js +40 -0
- package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
- package/dist/cjs/z-divider.cjs.entry.js +26 -0
- package/dist/cjs/z-footer-link_3.cjs.entry.js +49 -0
- package/dist/cjs/z-footer.cjs.entry.js +102 -0
- package/dist/cjs/z-ghost-loading.cjs.entry.js +19 -0
- package/dist/cjs/z-icon-package.cjs.entry.js +23 -0
- package/dist/cjs/z-info-box.cjs.entry.js +25 -0
- package/dist/cjs/z-link.cjs.entry.js +71 -0
- package/dist/cjs/z-list_3.cjs.entry.js +226 -0
- package/dist/cjs/z-logo.cjs.entry.js +28 -0
- package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +89 -0
- package/dist/cjs/z-menu-section.cjs.entry.js +46 -0
- package/dist/cjs/z-menu.cjs.entry.js +110 -0
- 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-modal.cjs.entry.js +36 -0
- package/dist/cjs/z-myz-card-alert.cjs.entry.js +63 -0
- package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-footer.cjs.entry.js +52 -0
- package/dist/cjs/z-myz-card-icon.cjs.entry.js +21 -0
- package/dist/cjs/z-myz-card-info.cjs.entry.js +2 -2
- package/dist/cjs/z-myz-card-list.cjs.entry.js +37 -0
- package/dist/cjs/z-myz-card_4.cjs.entry.js +101 -0
- package/dist/cjs/z-myz-list-item.cjs.entry.js +37 -0
- 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 +42 -0
- package/dist/cjs/z-otp.cjs.entry.js +1 -1
- package/dist/cjs/z-pagination-bar.cjs.entry.js +128 -0
- package/dist/cjs/z-pagination-page.cjs.entry.js +25 -0
- package/dist/cjs/z-panel-elem.cjs.entry.js +30 -0
- package/dist/cjs/z-pocket_3.cjs.entry.js +4 -3
- package/dist/cjs/z-registro-table-expanded-row.cjs.entry.js +19 -0
- package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
- package/dist/cjs/z-status-tag.cjs.entry.js +29 -0
- package/dist/cjs/z-stepper-item.cjs.entry.js +22 -0
- package/dist/cjs/z-stepper.cjs.entry.js +19 -0
- package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
- package/dist/cjs/z-toast-notification.cjs.entry.js +3 -2
- package/dist/cjs/z-toggle-button.cjs.entry.js +36 -0
- package/dist/cjs/z-tooltip.cjs.entry.js +274 -0
- package/dist/cjs/z-user-dropdown.cjs.entry.js +95 -0
- package/dist/collection/beans/index.js +8 -8
- package/dist/collection/snowflakes/registro-table/z-registro-table-cell/index.js +26 -1
- package/dist/collection/snowflakes/registro-table/z-registro-table-cell/styles.css +19 -1
- package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +22 -18
- package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +9 -13
- package/dist/esm/_commonjsHelpers-8b28c6fa.js +15 -0
- package/dist/esm/{hammer-c807d0b5.js → hammer-501342a9.js} +2 -14
- package/dist/esm/icons-9a191d79.js +475 -0
- package/dist/esm/{index-4952bfe3.js → index-09b57d95.js} +9 -9
- package/dist/esm/index-aa3a4feb.js +58 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-889efe17.js → utils-f0067254.js} +2 -2
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/z-alert.entry.js +15 -0
- package/dist/esm/z-app-switcher.entry.js +25 -0
- package/dist/esm/z-app-topbar.entry.js +37 -0
- package/dist/esm/z-aria-alert.entry.js +1 -1
- package/dist/esm/z-avatar.entry.js +39 -0
- package/dist/esm/z-body_14.entry.js +496 -0
- package/dist/esm/z-button-filter_5.entry.js +612 -0
- package/dist/esm/z-button-sort.entry.js +50 -0
- package/dist/esm/z-card.entry.js +54 -0
- package/dist/esm/z-chip.entry.js +20 -0
- package/dist/esm/z-combobox.entry.js +166 -0
- package/dist/esm/z-contextual-menu.entry.js +36 -0
- package/dist/esm/z-cookiebar.entry.js +1 -1
- package/dist/esm/z-divider.entry.js +22 -0
- package/dist/esm/z-footer-link_3.entry.js +43 -0
- package/dist/esm/z-footer.entry.js +98 -0
- package/dist/esm/z-ghost-loading.entry.js +15 -0
- package/dist/esm/z-icon-package.entry.js +19 -0
- package/dist/esm/z-info-box.entry.js +21 -0
- package/dist/esm/z-link.entry.js +67 -0
- package/dist/esm/z-list_3.entry.js +220 -0
- package/dist/esm/z-logo.entry.js +24 -0
- package/dist/esm/z-menu-dropdown_2.entry.js +84 -0
- package/dist/esm/z-menu-section.entry.js +42 -0
- package/dist/esm/z-menu.entry.js +106 -0
- package/dist/esm/z-messages-pocket.entry.js +1 -1
- package/dist/esm/z-modal-login.entry.js +1 -1
- package/dist/esm/z-modal.entry.js +32 -0
- package/dist/esm/z-myz-card-alert.entry.js +59 -0
- package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
- package/dist/esm/z-myz-card-footer.entry.js +48 -0
- package/dist/esm/z-myz-card-icon.entry.js +17 -0
- package/dist/esm/z-myz-card-info.entry.js +2 -2
- package/dist/esm/z-myz-card-list.entry.js +33 -0
- package/dist/esm/z-myz-card_4.entry.js +94 -0
- package/dist/esm/z-myz-list-item.entry.js +33 -0
- 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 +38 -0
- package/dist/esm/z-otp.entry.js +1 -1
- package/dist/esm/z-pagination-bar.entry.js +124 -0
- package/dist/esm/z-pagination-page.entry.js +21 -0
- package/dist/esm/z-panel-elem.entry.js +26 -0
- package/dist/esm/z-pocket_3.entry.js +4 -3
- package/dist/esm/z-registro-table-expanded-row.entry.js +15 -0
- package/dist/esm/z-slideshow.entry.js +2 -2
- package/dist/esm/z-status-tag.entry.js +25 -0
- package/dist/esm/z-stepper-item.entry.js +18 -0
- package/dist/esm/z-stepper.entry.js +15 -0
- package/dist/esm/z-toast-notification-list.entry.js +1 -1
- package/dist/esm/z-toast-notification.entry.js +3 -2
- package/dist/esm/z-toggle-button.entry.js +32 -0
- package/dist/esm/z-tooltip.entry.js +270 -0
- package/dist/esm/z-user-dropdown.entry.js +91 -0
- package/dist/types/beans/index.d.ts +7 -7
- package/dist/types/components.d.ts +17 -9
- package/dist/types/snowflakes/registro-table/z-registro-table-cell/index.d.ts +3 -0
- package/dist/types/snowflakes/registro-table/z-registro-table-header/index.d.ts +3 -3
- package/dist/web-components-library/index.esm.js +1 -1
- package/dist/web-components-library/p-01d11ec3.entry.js +1 -0
- package/dist/web-components-library/p-0455dc43.entry.js +1 -0
- package/dist/web-components-library/{p-fcf19092.entry.js → p-05f4fa42.entry.js} +1 -1
- package/dist/web-components-library/p-08158e57.entry.js +1 -0
- package/dist/web-components-library/p-0ce6293a.entry.js +1 -0
- package/dist/web-components-library/{p-65c08b33.js → p-0e6906af.js} +1 -1
- package/dist/web-components-library/p-0fe60379.entry.js +1 -0
- package/dist/web-components-library/p-10ad64bc.entry.js +1 -0
- package/dist/web-components-library/p-166a212e.entry.js +1 -0
- package/dist/web-components-library/p-18705ae9.entry.js +1 -0
- package/{www/build/p-9912e411.js → dist/web-components-library/p-1d371408.js} +2 -2
- package/dist/web-components-library/p-250926fe.entry.js +1 -0
- package/dist/web-components-library/p-255c9150.entry.js +1 -0
- package/dist/web-components-library/p-3247dee9.js +7 -0
- package/dist/web-components-library/{p-40972dfd.entry.js → p-34f4e805.entry.js} +1 -1
- package/dist/web-components-library/p-35fd465c.entry.js +1 -0
- package/dist/web-components-library/{p-d1fed95b.entry.js → p-400e26c7.entry.js} +1 -1
- package/dist/web-components-library/p-4a414eb2.entry.js +1 -0
- package/dist/web-components-library/p-4ce8c176.entry.js +1 -0
- package/dist/web-components-library/p-4f66fee4.js +1 -0
- package/dist/web-components-library/p-5bbbc979.entry.js +1 -0
- package/dist/web-components-library/{p-e64c06a4.entry.js → p-5e2762e6.entry.js} +1 -1
- package/dist/web-components-library/p-5fa8dc13.entry.js +1 -0
- package/dist/web-components-library/p-60e40371.entry.js +1 -0
- package/dist/web-components-library/p-6583cbec.entry.js +1 -0
- package/dist/web-components-library/p-71cc7ed0.entry.js +1 -0
- package/dist/web-components-library/p-74fb3d69.entry.js +1 -0
- package/dist/web-components-library/p-7e926220.entry.js +1 -0
- package/dist/web-components-library/p-80589729.entry.js +1 -0
- package/dist/web-components-library/p-82a59ded.entry.js +1 -0
- package/dist/web-components-library/p-880a50a6.entry.js +1 -0
- package/dist/web-components-library/p-94814f44.entry.js +1 -0
- package/dist/web-components-library/{p-8c24ac2e.entry.js → p-957f298f.entry.js} +1 -1
- package/dist/web-components-library/{p-d430b1aa.entry.js → p-9959e453.entry.js} +1 -1
- package/dist/web-components-library/p-9d9dc98f.entry.js +1 -0
- package/dist/web-components-library/p-a15f8b52.entry.js +1 -0
- package/dist/web-components-library/p-a7733104.entry.js +1 -0
- package/dist/web-components-library/{p-3ea97390.entry.js → p-a82c9a77.entry.js} +1 -1
- package/dist/web-components-library/p-aa0f7169.entry.js +1 -0
- package/dist/web-components-library/p-ac3bc4c2.entry.js +1 -0
- package/dist/web-components-library/p-b13d5b98.entry.js +1 -0
- package/dist/web-components-library/{p-6e8f444c.entry.js → p-b630127d.entry.js} +1 -1
- package/dist/web-components-library/p-b68038b5.js +1 -0
- package/dist/web-components-library/p-b78fb152.entry.js +1 -0
- package/dist/web-components-library/p-c92c3f20.entry.js +1 -0
- package/dist/web-components-library/p-cc6363b9.entry.js +1 -0
- package/dist/web-components-library/p-cf914ea7.entry.js +1 -0
- package/dist/web-components-library/p-cfebc80e.entry.js +1 -0
- package/dist/web-components-library/{p-0bf8988b.entry.js → p-d227a145.entry.js} +1 -1
- package/dist/web-components-library/p-d83eee10.entry.js +1 -0
- package/dist/web-components-library/p-db5863cf.entry.js +1 -0
- package/dist/web-components-library/p-e1f1f39e.entry.js +1 -0
- package/dist/web-components-library/{p-798d5c2f.entry.js → p-e29fe790.entry.js} +1 -1
- package/dist/web-components-library/p-ebcad010.entry.js +1 -0
- package/dist/web-components-library/p-f3354152.entry.js +1 -0
- package/dist/web-components-library/p-f77f6f60.entry.js +1 -0
- package/dist/web-components-library/p-f8446b1e.entry.js +1 -0
- package/dist/web-components-library/p-f90dd488.js +1 -0
- package/dist/web-components-library/p-fc47897e.entry.js +1 -0
- package/dist/web-components-library/p-fce08912.entry.js +1 -0
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/package.json +1 -1
- package/www/build/index.esm.js +1 -1
- package/www/build/p-01d11ec3.entry.js +1 -0
- package/www/build/p-0455dc43.entry.js +1 -0
- package/www/build/{p-fcf19092.entry.js → p-05f4fa42.entry.js} +1 -1
- package/www/build/p-08158e57.entry.js +1 -0
- package/www/build/p-0ce6293a.entry.js +1 -0
- package/www/build/{p-65c08b33.js → p-0e6906af.js} +1 -1
- package/www/build/p-0fe60379.entry.js +1 -0
- package/www/build/p-10ad64bc.entry.js +1 -0
- package/www/build/p-166a212e.entry.js +1 -0
- package/www/build/p-18705ae9.entry.js +1 -0
- package/{dist/web-components-library/p-9912e411.js → www/build/p-1d371408.js} +2 -2
- package/www/build/p-250926fe.entry.js +1 -0
- package/www/build/p-255c9150.entry.js +1 -0
- package/www/build/p-3247dee9.js +7 -0
- package/www/build/{p-40972dfd.entry.js → p-34f4e805.entry.js} +1 -1
- package/www/build/p-35fd465c.entry.js +1 -0
- package/www/build/{p-d1fed95b.entry.js → p-400e26c7.entry.js} +1 -1
- package/www/build/p-4a414eb2.entry.js +1 -0
- package/www/build/p-4ce8c176.entry.js +1 -0
- package/www/build/p-4f66fee4.js +1 -0
- package/www/build/p-5bbbc979.entry.js +1 -0
- package/www/build/{p-e64c06a4.entry.js → p-5e2762e6.entry.js} +1 -1
- package/www/build/p-5fa8dc13.entry.js +1 -0
- package/www/build/p-60e40371.entry.js +1 -0
- package/www/build/p-6583cbec.entry.js +1 -0
- package/www/build/p-71cc7ed0.entry.js +1 -0
- package/www/build/p-74fb3d69.entry.js +1 -0
- package/www/build/p-7e926220.entry.js +1 -0
- package/www/build/p-80589729.entry.js +1 -0
- package/www/build/p-82a59ded.entry.js +1 -0
- package/www/build/p-880a50a6.entry.js +1 -0
- package/www/build/p-94814f44.entry.js +1 -0
- package/www/build/{p-8c24ac2e.entry.js → p-957f298f.entry.js} +1 -1
- package/www/build/{p-d430b1aa.entry.js → p-9959e453.entry.js} +1 -1
- package/www/build/p-9d9dc98f.entry.js +1 -0
- package/www/build/p-a15f8b52.entry.js +1 -0
- package/www/build/p-a7733104.entry.js +1 -0
- package/www/build/{p-3ea97390.entry.js → p-a82c9a77.entry.js} +1 -1
- package/www/build/p-aa0f7169.entry.js +1 -0
- package/www/build/p-ac3bc4c2.entry.js +1 -0
- package/www/build/p-b13d5b98.entry.js +1 -0
- package/www/build/{p-6e8f444c.entry.js → p-b630127d.entry.js} +1 -1
- package/www/build/p-b68038b5.js +1 -0
- package/www/build/p-b78fb152.entry.js +1 -0
- package/www/build/p-c92c3f20.entry.js +1 -0
- package/www/build/p-cc6363b9.entry.js +1 -0
- package/www/build/p-cf914ea7.entry.js +1 -0
- package/www/build/p-cfebc80e.entry.js +1 -0
- package/www/build/{p-0bf8988b.entry.js → p-d227a145.entry.js} +1 -1
- package/www/build/p-d83eee10.entry.js +1 -0
- package/www/build/p-db5863cf.entry.js +1 -0
- package/www/build/p-e1f1f39e.entry.js +1 -0
- package/www/build/{p-798d5c2f.entry.js → p-e29fe790.entry.js} +1 -1
- package/www/build/p-eaf64f7c.js +1 -0
- package/www/build/p-ebcad010.entry.js +1 -0
- package/www/build/p-f3354152.entry.js +1 -0
- package/www/build/p-f77f6f60.entry.js +1 -0
- package/www/build/p-f8446b1e.entry.js +1 -0
- package/www/build/p-f90dd488.js +1 -0
- package/www/build/p-fc47897e.entry.js +1 -0
- package/www/build/p-fce08912.entry.js +1 -0
- package/www/build/web-components-library.esm.js +1 -1
- package/www/index.html +2 -454
- package/dist/cjs/z-alert_66.cjs.entry.js +0 -3735
- package/dist/esm/z-alert_66.entry.js +0 -3666
- package/dist/web-components-library/p-04c73ec1.entry.js +0 -1
- package/dist/web-components-library/p-43d00d2f.entry.js +0 -1
- package/dist/web-components-library/p-57ceab75.entry.js +0 -7
- package/dist/web-components-library/p-881b4877.js +0 -1
- package/dist/web-components-library/p-b4420ba3.entry.js +0 -1
- package/www/build/p-002ed333.js +0 -1
- package/www/build/p-04c73ec1.entry.js +0 -1
- package/www/build/p-43d00d2f.entry.js +0 -1
- package/www/build/p-57ceab75.entry.js +0 -7
- package/www/build/p-881b4877.js +0 -1
- package/www/build/p-b4420ba3.entry.js +0 -1
|
@@ -0,0 +1,513 @@
|
|
|
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-74891aae.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;
|