@zanichelli/delta_share 4.2.1 → 4.2.3

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.
Files changed (55) hide show
  1. package/dist/react/components.d.ts +0 -0
  2. package/dist/react/components.js +0 -0
  3. package/dist/react/components.js.map +0 -0
  4. package/dist/react/index.d.ts +0 -0
  5. package/dist/react/index.js +0 -0
  6. package/dist/react/index.js.map +0 -0
  7. package/dist/react/react-component-lib/createComponent.d.ts +0 -0
  8. package/dist/react/react-component-lib/createComponent.js +0 -0
  9. package/dist/react/react-component-lib/createComponent.js.map +0 -0
  10. package/dist/react/react-component-lib/createOverlayComponent.d.ts +0 -0
  11. package/dist/react/react-component-lib/createOverlayComponent.js +0 -0
  12. package/dist/react/react-component-lib/createOverlayComponent.js.map +0 -0
  13. package/dist/react/react-component-lib/index.d.ts +0 -0
  14. package/dist/react/react-component-lib/index.js +0 -0
  15. package/dist/react/react-component-lib/index.js.map +0 -0
  16. package/dist/react/react-component-lib/interfaces.d.ts +0 -0
  17. package/dist/react/react-component-lib/interfaces.js +0 -0
  18. package/dist/react/react-component-lib/interfaces.js.map +0 -0
  19. package/dist/react/react-component-lib/utils/attachProps.d.ts +0 -0
  20. package/dist/react/react-component-lib/utils/attachProps.js +0 -0
  21. package/dist/react/react-component-lib/utils/attachProps.js.map +0 -0
  22. package/dist/react/react-component-lib/utils/case.d.ts +0 -0
  23. package/dist/react/react-component-lib/utils/case.js +0 -0
  24. package/dist/react/react-component-lib/utils/case.js.map +0 -0
  25. package/dist/react/react-component-lib/utils/dev.d.ts +0 -0
  26. package/dist/react/react-component-lib/utils/dev.js +0 -0
  27. package/dist/react/react-component-lib/utils/dev.js.map +0 -0
  28. package/dist/react/react-component-lib/utils/index.d.ts +0 -0
  29. package/dist/react/react-component-lib/utils/index.js +0 -0
  30. package/dist/react/react-component-lib/utils/index.js.map +0 -0
  31. package/dist/wc/cjs/license-activation_10.cjs.entry.js +10 -7
  32. package/dist/wc/collection/components/license-activation/license-activation.js +4 -1
  33. package/dist/wc/collection/components/license-activation-form/license-activation-form.css +13 -4
  34. package/dist/wc/collection/components/license-activation-form/license-activation-form.js +6 -6
  35. package/dist/wc/custom-elements/index.d.ts +0 -0
  36. package/dist/wc/custom-elements/index.js +10 -7
  37. package/dist/wc/delta_share/delta_share.esm.js +1 -1
  38. package/dist/wc/delta_share/index.esm.js +0 -0
  39. package/dist/wc/delta_share/p-45636f39.entry.js +3 -0
  40. package/dist/wc/esm/license-activation_10.entry.js +10 -7
  41. package/dist/wc/types/beans/index.d.ts +2 -0
  42. package/dist/wc/types/components/license-activation/license-activation.d.ts +0 -0
  43. package/dist/wc/types/components/license-activation-box/license-activation-box.d.ts +0 -0
  44. package/dist/wc/types/components/license-activation-form/license-activation-form.d.ts +0 -0
  45. package/dist/wc/types/components/license-activation-modal/license-activation-modal.d.ts +0 -0
  46. package/dist/wc/types/components.d.ts +0 -0
  47. package/dist/wc/types/index.d.ts +0 -0
  48. package/dist/wc/types/stencil-public-runtime.d.ts +0 -0
  49. package/dist/wc/types/store/CMS/index.d.ts +0 -0
  50. package/dist/wc/types/store/index.d.ts +0 -0
  51. package/dist/wc/types/utils/env.d.ts +0 -0
  52. package/dist/wc/types/utils/request.d.ts +0 -0
  53. package/dist/wc/types/utils/utils.d.ts +0 -0
  54. package/package.json +1 -1
  55. package/dist/wc/delta_share/p-ca0c9c66.entry.js +0 -3
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1874,8 +1874,11 @@ const LicenseActivation = class {
1874
1874
  previewButtonSize,
1875
1875
  linkLabel: this.cms["newdashboard.licenseActivation.helperLink"],
1876
1876
  errorButtonLabel: this.cms["newdashboard.licenseActivation.contactUs.btnLabel"],
1877
+ errorButtonAriaLabel: this.cms["newdashboard.licenseActivation.contactUs.btnLabel"] +
1878
+ this.cms["newdashboard.openInNewTab"],
1877
1879
  errorSectionMessage: this.cms["newdashboard.licenseActivation.contactUs.message"],
1878
- infoBoxIcon: `${this.environment.URL_S3_IMAGES_FOLDER}bollinoSIAE.svg`,
1880
+ infoBoxIcon: `${this.environment.URL_S3_IMAGES_FOLDER}etichetta-bollino-SIAE.svg`,
1881
+ infoBoxImgAlt: this.cms["newdashboard.licenseActivation.infoBoxImgAlt"],
1879
1882
  infoBoxContent: this.cms["newdashboard.licenseActivation.infoBoxContent"],
1880
1883
  supportLink: this.cms["newdashboard.licenseActivation.contactUs.url"],
1881
1884
  additionalDescription: description,
@@ -1930,7 +1933,7 @@ const LicenseActivationBox = class {
1930
1933
  };
1931
1934
  LicenseActivationBox.style = licenseActivationBoxCss;
1932
1935
 
1933
- const licenseActivationFormCss = ".sc-license-activation-form-h{display:block}.sc-license-activation-form-h>div.sc-license-activation-form>.body-3.sc-license-activation-form{display:block;margin-bottom:calc(var(--space-unit) * 4)}.sc-license-activation-form-h:has(z-input)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0;width:100%}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 5.5) 0 calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h:has(z-input-message)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0 calc(var(--space-unit) * 2)}[variant=\"preview\"].sc-license-activation-form-h:has(z-input) .input-section.sc-license-activation-form,.sc-license-activation-form-h .license-input-container.sc-license-activation-form{width:100%}.sc-license-activation-form-h>div.sc-license-activation-form>z-info-box.sc-license-activation-form>div.sc-license-activation-form{display:flex}[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form{display:flex;flex-direction:column;border-top:var(--border-size-small) solid var(--color-surface03);margin-top:calc(var(--space-unit) * 3);padding-top:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form>span.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0;display:block;color:var(--color-default-text);fill:var(--color-default-text);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:14px;line-height:20px}[variant=\"preview\"].sc-license-activation-form-h .license-input-container.sc-license-activation-form{width:100%;margin-right:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .infobox-content.sc-license-activation-form{display:flex;align-items:center;color:var(--color-text-link-blue);column-gap:0.5em;padding:calc(var(--space-unit) / 2) 0}[variant=\"modal\"].sc-license-activation-form-h .infobox-content.sc-license-activation-form z-icon.sc-license-activation-form{fill:var(--color-text-link-blue)}.sc-license-activation-form-h .info-link.sc-license-activation-form{margin-top:var(--space-unit)}@media only screen and (min-width: 768px){[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 3);width:396px}.sc-license-activation-form-h>div.sc-license-activation-form{display:flex;flex-direction:row}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form{flex-direction:column}.sc-license-activation-form-h:has(z-input)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding-top:calc(var(--space-unit) * 3);padding-left:calc(var(--space-unit) * 2);width:auto}[variant=\"preview\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding-top:0}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 5.5) 0 calc(var(--space-unit) * 2);width:max-content}[variant=\"modal\"].sc-license-activation-form-h:has(z-input-message)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 3) 0 calc(var(--space-unit) * 2);width:max-content}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form>z-button.sc-license-activation-form{width:max-content}}@media only screen and (min-width: 1152px){.sc-license-activation-form-h>div.sc-license-activation-form{flex-direction:row}}@media only screen and (min-width: 1366px){[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 4);width:477px}}";
1936
+ const licenseActivationFormCss = ".sc-license-activation-form-h{display:block}.sc-license-activation-form-h>div.sc-license-activation-form>.body-3.sc-license-activation-form{display:block;margin-bottom:calc(var(--space-unit) * 4)}.sc-license-activation-form-h:has(z-input)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0;width:100%}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 5.5) 0 calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h:has(z-input-message)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0 calc(var(--space-unit) * 2)}[variant=\"preview\"].sc-license-activation-form-h:has(z-input) .input-section.sc-license-activation-form,.sc-license-activation-form-h .license-input-container.sc-license-activation-form{width:100%}.sc-license-activation-form-h>div.sc-license-activation-form>z-info-box.sc-license-activation-form>div.sc-license-activation-form{display:flex}[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form{display:flex;flex-direction:column;border-top:var(--border-size-small) solid var(--color-surface03);margin-top:calc(var(--space-unit) * 3);padding-top:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form>span.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0;display:block;color:var(--color-default-text);fill:var(--color-default-text)}[variant=\"preview\"].sc-license-activation-form-h .license-input-container.sc-license-activation-form{width:100%;margin-right:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .infobox-content.sc-license-activation-form{display:flex;align-items:center;color:var(--color-text-link-blue);column-gap:0.5em;padding:calc(var(--space-unit) / 2) 0}[variant=\"modal\"].sc-license-activation-form-h .infobox-content.sc-license-activation-form z-icon.sc-license-activation-form{fill:var(--color-text-link-blue)}[variant=\"modal\"].sc-license-activation-form-h #info-code-position.sc-license-activation-form{flex-direction:column;gap:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h #info-code-position.sc-license-activation-form img.sc-license-activation-form{width:185px}.sc-license-activation-form-h .info-link.sc-license-activation-form{margin-top:var(--space-unit)}@media only screen and (min-width: 768px){[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 3);width:396px}.sc-license-activation-form-h>div.sc-license-activation-form{display:flex;flex-direction:row}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form{flex-direction:column}.sc-license-activation-form-h:has(z-input)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding-top:calc(var(--space-unit) * 3);padding-left:calc(var(--space-unit) * 2);width:auto}[variant=\"preview\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding-top:0}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 5.5) 0 calc(var(--space-unit) * 2);width:max-content}[variant=\"modal\"].sc-license-activation-form-h:has(z-input-message)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 3) 0 calc(var(--space-unit) * 2);width:max-content}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form>z-button.sc-license-activation-form{width:max-content}[variant=\"modal\"].sc-license-activation-form-h #info-code-position.sc-license-activation-form{flex-direction:row}}@media only screen and (min-width: 1152px){.sc-license-activation-form-h>div.sc-license-activation-form{flex-direction:row}}@media only screen and (min-width: 1366px){[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 4);width:477px}}";
1934
1937
 
1935
1938
  const LicenseActivationForm = class {
1936
1939
  constructor(hostRef) {
@@ -2018,13 +2021,13 @@ const LicenseActivationForm = class {
2018
2021
  return;
2019
2022
  if (this.variant === LicenseActivationVariantEnum.modal)
2020
2023
  return (index.h("span", { class: "infobox-content body-4-sb" }, index.h("z-icon", { name: "question-mark" }), " ", linkLabel));
2021
- return (index.h("button", { class: "z-link z-link-blue z-link-icon z-link-sb", "aria-label": `${linkLabel} clicca per avere maggiori informazioni`, onClick: () => this.handleInfoClick() }, index.h("z-icon", { name: "question-mark" }), linkLabel));
2024
+ return (index.h("button", { class: "z-link z-link-blue z-link-icon z-link-sb", "aria-label": `${linkLabel} clicca per avere maggiori informazioni`, "aria-haspopup": "dialog", onClick: () => this.handleInfoClick() }, index.h("z-icon", { name: "question-mark" }), linkLabel));
2022
2025
  }
2023
2026
  renderInfoBox() {
2024
2027
  if (this.variant !== LicenseActivationVariantEnum.modal)
2025
2028
  return;
2026
- const { infoBoxContent, infoBoxIcon } = this.formTexts;
2027
- return (index.h("z-info-box", { boxid: "singleInputFormInfoSection", isclosable: false }, index.h("div", { slot: "content" }, infoBoxIcon && (index.h("span", { "aria-hidden": "true" }, index.h("img", { src: infoBoxIcon, alt: "" }))), infoBoxContent && (index.h("span", { innerHTML: manageMarkupContent(infoBoxContent) })))));
2029
+ const { infoBoxContent, infoBoxIcon, infoBoxImgAlt } = this.formTexts;
2030
+ return (index.h("z-info-box", { boxid: "singleInputFormInfoSection", isclosable: false }, index.h("div", { slot: "content", id: "info-code-position" }, infoBoxContent && (index.h("span", { class: "body-4", innerHTML: manageMarkupContent(infoBoxContent) })), infoBoxIcon && (index.h("span", null, index.h("img", { src: infoBoxIcon, alt: infoBoxImgAlt }))))));
2028
2031
  }
2029
2032
  redirectToSupport() {
2030
2033
  const { formTexts } = this;
@@ -2035,8 +2038,8 @@ const LicenseActivationForm = class {
2035
2038
  renderErrorSection() {
2036
2039
  if (this.variant !== LicenseActivationVariantEnum.modal || !this.error)
2037
2040
  return;
2038
- const { errorButtonLabel, errorSectionMessage } = this.formTexts;
2039
- return (index.h("section", { class: "error-section" }, index.h("span", { class: "body-4-sb" }, errorSectionMessage), index.h("z-button", { variant: index$1.ButtonVariant.secondary, onClick: this.redirectToSupport, role: "link" }, errorButtonLabel)));
2041
+ const { errorButtonLabel, errorSectionMessage, errorButtonAriaLabel } = this.formTexts;
2042
+ return (index.h("section", { class: "error-section" }, index.h("span", { class: "body-4-sb" }, errorSectionMessage), index.h("z-button", { variant: index$1.ButtonVariant.secondary, onClick: this.redirectToSupport, role: "link", ariaLabel: errorButtonAriaLabel }, errorButtonLabel)));
2040
2043
  }
2041
2044
  getButtonSize(variant) {
2042
2045
  const { previewButtonSize } = this.formTexts;
@@ -146,8 +146,11 @@ export class LicenseActivation {
146
146
  previewButtonSize,
147
147
  linkLabel: this.cms["newdashboard.licenseActivation.helperLink"],
148
148
  errorButtonLabel: this.cms["newdashboard.licenseActivation.contactUs.btnLabel"],
149
+ errorButtonAriaLabel: this.cms["newdashboard.licenseActivation.contactUs.btnLabel"] +
150
+ this.cms["newdashboard.openInNewTab"],
149
151
  errorSectionMessage: this.cms["newdashboard.licenseActivation.contactUs.message"],
150
- infoBoxIcon: `${this.environment.URL_S3_IMAGES_FOLDER}bollinoSIAE.svg`,
152
+ infoBoxIcon: `${this.environment.URL_S3_IMAGES_FOLDER}etichetta-bollino-SIAE.svg`,
153
+ infoBoxImgAlt: this.cms["newdashboard.licenseActivation.infoBoxImgAlt"],
151
154
  infoBoxContent: this.cms["newdashboard.licenseActivation.infoBoxContent"],
152
155
  supportLink: this.cms["newdashboard.licenseActivation.contactUs.url"],
153
156
  additionalDescription: description,
@@ -43,10 +43,6 @@
43
43
  display: block;
44
44
  color: var(--color-default-text);
45
45
  fill: var(--color-default-text);
46
- font-family: var(--font-family-sans);
47
- font-weight: var(--font-sb);
48
- font-size: 14px;
49
- line-height: 20px;
50
46
  }
51
47
 
52
48
  :host([variant="preview"]) .license-input-container {
@@ -65,6 +61,15 @@
65
61
  fill: var(--color-text-link-blue);
66
62
  }
67
63
 
64
+ :host([variant="modal"]) #info-code-position {
65
+ flex-direction: column;
66
+ gap: calc(var(--space-unit) * 2);
67
+ }
68
+
69
+ :host([variant="modal"]) #info-code-position img {
70
+ width: 185px;
71
+ }
72
+
68
73
  :host .info-link {
69
74
  margin-top: var(--space-unit);
70
75
  }
@@ -107,6 +112,10 @@
107
112
  :host([variant="modal"]) .error-section > z-button {
108
113
  width: max-content;
109
114
  }
115
+
116
+ :host([variant="modal"]) #info-code-position {
117
+ flex-direction: row;
118
+ }
110
119
  }
111
120
 
112
121
  /* Desktop breakpoint */
@@ -85,13 +85,13 @@ export class LicenseActivationForm {
85
85
  return;
86
86
  if (this.variant === LicenseActivationVariantEnum.modal)
87
87
  return (h("span", { class: "infobox-content body-4-sb" }, h("z-icon", { name: "question-mark" }), " ", linkLabel));
88
- return (h("button", { class: "z-link z-link-blue z-link-icon z-link-sb", "aria-label": `${linkLabel} clicca per avere maggiori informazioni`, onClick: () => this.handleInfoClick() }, h("z-icon", { name: "question-mark" }), linkLabel));
88
+ return (h("button", { class: "z-link z-link-blue z-link-icon z-link-sb", "aria-label": `${linkLabel} clicca per avere maggiori informazioni`, "aria-haspopup": "dialog", onClick: () => this.handleInfoClick() }, h("z-icon", { name: "question-mark" }), linkLabel));
89
89
  }
90
90
  renderInfoBox() {
91
91
  if (this.variant !== LicenseActivationVariantEnum.modal)
92
92
  return;
93
- const { infoBoxContent, infoBoxIcon } = this.formTexts;
94
- return (h("z-info-box", { boxid: "singleInputFormInfoSection", isclosable: false }, h("div", { slot: "content" }, infoBoxIcon && (h("span", { "aria-hidden": "true" }, h("img", { src: infoBoxIcon, alt: "" }))), infoBoxContent && (h("span", { innerHTML: manageMarkupContent(infoBoxContent) })))));
93
+ const { infoBoxContent, infoBoxIcon, infoBoxImgAlt } = this.formTexts;
94
+ return (h("z-info-box", { boxid: "singleInputFormInfoSection", isclosable: false }, h("div", { slot: "content", id: "info-code-position" }, infoBoxContent && (h("span", { class: "body-4", innerHTML: manageMarkupContent(infoBoxContent) })), infoBoxIcon && (h("span", null, h("img", { src: infoBoxIcon, alt: infoBoxImgAlt }))))));
95
95
  }
96
96
  redirectToSupport() {
97
97
  const { formTexts } = this;
@@ -102,8 +102,8 @@ export class LicenseActivationForm {
102
102
  renderErrorSection() {
103
103
  if (this.variant !== LicenseActivationVariantEnum.modal || !this.error)
104
104
  return;
105
- const { errorButtonLabel, errorSectionMessage } = this.formTexts;
106
- return (h("section", { class: "error-section" }, h("span", { class: "body-4-sb" }, errorSectionMessage), h("z-button", { variant: ButtonVariant.secondary, onClick: this.redirectToSupport, role: "link" }, errorButtonLabel)));
105
+ const { errorButtonLabel, errorSectionMessage, errorButtonAriaLabel } = this.formTexts;
106
+ return (h("section", { class: "error-section" }, h("span", { class: "body-4-sb" }, errorSectionMessage), h("z-button", { variant: ButtonVariant.secondary, onClick: this.redirectToSupport, role: "link", ariaLabel: errorButtonAriaLabel }, errorButtonLabel)));
107
107
  }
108
108
  getButtonSize(variant) {
109
109
  const { previewButtonSize } = this.formTexts;
@@ -192,7 +192,7 @@ export class LicenseActivationForm {
192
192
  "mutable": false,
193
193
  "complexType": {
194
194
  "original": "LicenseActivationFormTexts",
195
- "resolved": "{ inputStatus: \"success\" | \"error\" | \"warning\"; inputMessage: string; placeholder: string; inputLabel: string; buttonLabel: string; buttonIcon: string; previewInputPlaceholder: string; previewButtonLabel: string; previewButtonIcon: string; previewButtonSize: string; linkLabel: string; errorButtonLabel: string; errorSectionMessage: string; infoBoxIcon: string; infoBoxContent: string; supportLink: string; additionalDescription: string; }",
195
+ "resolved": "{ inputStatus: \"success\" | \"error\" | \"warning\"; inputMessage: string; placeholder: string; inputLabel: string; buttonLabel: string; buttonIcon: string; previewInputPlaceholder: string; previewButtonLabel: string; previewButtonIcon: string; previewButtonSize: string; linkLabel: string; errorButtonLabel: string; errorButtonAriaLabel: string; errorSectionMessage: string; infoBoxIcon: string; infoBoxContent: string; infoBoxImgAlt: string; supportLink: string; additionalDescription: string; }",
196
196
  "references": {
197
197
  "LicenseActivationFormTexts": {
198
198
  "location": "import",
File without changes
@@ -1884,8 +1884,11 @@ const LicenseActivation$1 = class extends HTMLElement$1 {
1884
1884
  previewButtonSize,
1885
1885
  linkLabel: this.cms["newdashboard.licenseActivation.helperLink"],
1886
1886
  errorButtonLabel: this.cms["newdashboard.licenseActivation.contactUs.btnLabel"],
1887
+ errorButtonAriaLabel: this.cms["newdashboard.licenseActivation.contactUs.btnLabel"] +
1888
+ this.cms["newdashboard.openInNewTab"],
1887
1889
  errorSectionMessage: this.cms["newdashboard.licenseActivation.contactUs.message"],
1888
- infoBoxIcon: `${this.environment.URL_S3_IMAGES_FOLDER}bollinoSIAE.svg`,
1890
+ infoBoxIcon: `${this.environment.URL_S3_IMAGES_FOLDER}etichetta-bollino-SIAE.svg`,
1891
+ infoBoxImgAlt: this.cms["newdashboard.licenseActivation.infoBoxImgAlt"],
1889
1892
  infoBoxContent: this.cms["newdashboard.licenseActivation.infoBoxContent"],
1890
1893
  supportLink: this.cms["newdashboard.licenseActivation.contactUs.url"],
1891
1894
  additionalDescription: description,
@@ -2291,7 +2294,7 @@ var AccordionVariant;
2291
2294
  AccordionVariant["BACKGROUND"] = "background";
2292
2295
  })(AccordionVariant || (AccordionVariant = {}));
2293
2296
 
2294
- const licenseActivationFormCss = ".sc-license-activation-form-h{display:block}.sc-license-activation-form-h>div.sc-license-activation-form>.body-3.sc-license-activation-form{display:block;margin-bottom:calc(var(--space-unit) * 4)}.sc-license-activation-form-h:has(z-input)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0;width:100%}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 5.5) 0 calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h:has(z-input-message)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0 calc(var(--space-unit) * 2)}[variant=\"preview\"].sc-license-activation-form-h:has(z-input) .input-section.sc-license-activation-form,.sc-license-activation-form-h .license-input-container.sc-license-activation-form{width:100%}.sc-license-activation-form-h>div.sc-license-activation-form>z-info-box.sc-license-activation-form>div.sc-license-activation-form{display:flex}[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form{display:flex;flex-direction:column;border-top:var(--border-size-small) solid var(--color-surface03);margin-top:calc(var(--space-unit) * 3);padding-top:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form>span.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0;display:block;color:var(--color-default-text);fill:var(--color-default-text);font-family:var(--font-family-sans);font-weight:var(--font-sb);font-size:14px;line-height:20px}[variant=\"preview\"].sc-license-activation-form-h .license-input-container.sc-license-activation-form{width:100%;margin-right:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .infobox-content.sc-license-activation-form{display:flex;align-items:center;color:var(--color-text-link-blue);column-gap:0.5em;padding:calc(var(--space-unit) / 2) 0}[variant=\"modal\"].sc-license-activation-form-h .infobox-content.sc-license-activation-form z-icon.sc-license-activation-form{fill:var(--color-text-link-blue)}.sc-license-activation-form-h .info-link.sc-license-activation-form{margin-top:var(--space-unit)}@media only screen and (min-width: 768px){[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 3);width:396px}.sc-license-activation-form-h>div.sc-license-activation-form{display:flex;flex-direction:row}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form{flex-direction:column}.sc-license-activation-form-h:has(z-input)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding-top:calc(var(--space-unit) * 3);padding-left:calc(var(--space-unit) * 2);width:auto}[variant=\"preview\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding-top:0}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 5.5) 0 calc(var(--space-unit) * 2);width:max-content}[variant=\"modal\"].sc-license-activation-form-h:has(z-input-message)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 3) 0 calc(var(--space-unit) * 2);width:max-content}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form>z-button.sc-license-activation-form{width:max-content}}@media only screen and (min-width: 1152px){.sc-license-activation-form-h>div.sc-license-activation-form{flex-direction:row}}@media only screen and (min-width: 1366px){[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 4);width:477px}}";
2297
+ const licenseActivationFormCss = ".sc-license-activation-form-h{display:block}.sc-license-activation-form-h>div.sc-license-activation-form>.body-3.sc-license-activation-form{display:block;margin-bottom:calc(var(--space-unit) * 4)}.sc-license-activation-form-h:has(z-input)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0;width:100%}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 5.5) 0 calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h:has(z-input-message)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0 calc(var(--space-unit) * 2)}[variant=\"preview\"].sc-license-activation-form-h:has(z-input) .input-section.sc-license-activation-form,.sc-license-activation-form-h .license-input-container.sc-license-activation-form{width:100%}.sc-license-activation-form-h>div.sc-license-activation-form>z-info-box.sc-license-activation-form>div.sc-license-activation-form{display:flex}[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form{display:flex;flex-direction:column;border-top:var(--border-size-small) solid var(--color-surface03);margin-top:calc(var(--space-unit) * 3);padding-top:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form>span.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0;display:block;color:var(--color-default-text);fill:var(--color-default-text)}[variant=\"preview\"].sc-license-activation-form-h .license-input-container.sc-license-activation-form{width:100%;margin-right:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h .infobox-content.sc-license-activation-form{display:flex;align-items:center;color:var(--color-text-link-blue);column-gap:0.5em;padding:calc(var(--space-unit) / 2) 0}[variant=\"modal\"].sc-license-activation-form-h .infobox-content.sc-license-activation-form z-icon.sc-license-activation-form{fill:var(--color-text-link-blue)}[variant=\"modal\"].sc-license-activation-form-h #info-code-position.sc-license-activation-form{flex-direction:column;gap:calc(var(--space-unit) * 2)}[variant=\"modal\"].sc-license-activation-form-h #info-code-position.sc-license-activation-form img.sc-license-activation-form{width:185px}.sc-license-activation-form-h .info-link.sc-license-activation-form{margin-top:var(--space-unit)}@media only screen and (min-width: 768px){[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 3);width:396px}.sc-license-activation-form-h>div.sc-license-activation-form{display:flex;flex-direction:row}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form{flex-direction:column}.sc-license-activation-form-h:has(z-input)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding-top:calc(var(--space-unit) * 3);padding-left:calc(var(--space-unit) * 2);width:auto}[variant=\"preview\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding-top:0}[variant=\"modal\"].sc-license-activation-form-h>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 5.5) 0 calc(var(--space-unit) * 2);width:max-content}[variant=\"modal\"].sc-license-activation-form-h:has(z-input-message)>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 3) 0 calc(var(--space-unit) * 2);width:max-content}[variant=\"modal\"].sc-license-activation-form-h .error-section.sc-license-activation-form>z-button.sc-license-activation-form{width:max-content}[variant=\"modal\"].sc-license-activation-form-h #info-code-position.sc-license-activation-form{flex-direction:row}}@media only screen and (min-width: 1152px){.sc-license-activation-form-h>div.sc-license-activation-form{flex-direction:row}}@media only screen and (min-width: 1366px){[variant=\"modal\"].sc-license-activation-form-h{padding:calc(var(--space-unit) * 4);width:477px}}";
2295
2298
 
2296
2299
  const LicenseActivationForm$1 = class extends HTMLElement$1 {
2297
2300
  constructor() {
@@ -2380,13 +2383,13 @@ const LicenseActivationForm$1 = class extends HTMLElement$1 {
2380
2383
  return;
2381
2384
  if (this.variant === LicenseActivationVariantEnum.modal)
2382
2385
  return (h("span", { class: "infobox-content body-4-sb" }, h("z-icon", { name: "question-mark" }), " ", linkLabel));
2383
- return (h("button", { class: "z-link z-link-blue z-link-icon z-link-sb", "aria-label": `${linkLabel} clicca per avere maggiori informazioni`, onClick: () => this.handleInfoClick() }, h("z-icon", { name: "question-mark" }), linkLabel));
2386
+ return (h("button", { class: "z-link z-link-blue z-link-icon z-link-sb", "aria-label": `${linkLabel} clicca per avere maggiori informazioni`, "aria-haspopup": "dialog", onClick: () => this.handleInfoClick() }, h("z-icon", { name: "question-mark" }), linkLabel));
2384
2387
  }
2385
2388
  renderInfoBox() {
2386
2389
  if (this.variant !== LicenseActivationVariantEnum.modal)
2387
2390
  return;
2388
- const { infoBoxContent, infoBoxIcon } = this.formTexts;
2389
- return (h("z-info-box", { boxid: "singleInputFormInfoSection", isclosable: false }, h("div", { slot: "content" }, infoBoxIcon && (h("span", { "aria-hidden": "true" }, h("img", { src: infoBoxIcon, alt: "" }))), infoBoxContent && (h("span", { innerHTML: manageMarkupContent(infoBoxContent) })))));
2391
+ const { infoBoxContent, infoBoxIcon, infoBoxImgAlt } = this.formTexts;
2392
+ return (h("z-info-box", { boxid: "singleInputFormInfoSection", isclosable: false }, h("div", { slot: "content", id: "info-code-position" }, infoBoxContent && (h("span", { class: "body-4", innerHTML: manageMarkupContent(infoBoxContent) })), infoBoxIcon && (h("span", null, h("img", { src: infoBoxIcon, alt: infoBoxImgAlt }))))));
2390
2393
  }
2391
2394
  redirectToSupport() {
2392
2395
  const { formTexts } = this;
@@ -2397,8 +2400,8 @@ const LicenseActivationForm$1 = class extends HTMLElement$1 {
2397
2400
  renderErrorSection() {
2398
2401
  if (this.variant !== LicenseActivationVariantEnum.modal || !this.error)
2399
2402
  return;
2400
- const { errorButtonLabel, errorSectionMessage } = this.formTexts;
2401
- return (h("section", { class: "error-section" }, h("span", { class: "body-4-sb" }, errorSectionMessage), h("z-button", { variant: ButtonVariant.secondary, onClick: this.redirectToSupport, role: "link" }, errorButtonLabel)));
2403
+ const { errorButtonLabel, errorSectionMessage, errorButtonAriaLabel } = this.formTexts;
2404
+ return (h("section", { class: "error-section" }, h("span", { class: "body-4-sb" }, errorSectionMessage), h("z-button", { variant: ButtonVariant.secondary, onClick: this.redirectToSupport, role: "link", ariaLabel: errorButtonAriaLabel }, errorButtonLabel)));
2402
2405
  }
2403
2406
  getButtonSize(variant) {
2404
2407
  const { previewButtonSize } = this.formTexts;
@@ -1 +1 @@
1
- import{p as e,b as a}from"./p-056fe365.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((e=>a(JSON.parse('[["p-ca0c9c66",[[2,"license-activation",{"variant":[1],"modalState":[1025,"modal-state"],"componentid":[1],"inputLabel":[1,"input-label"],"inputMessage":[1,"input-message"],"inputPlaceholder":[1,"input-placeholder"],"additionalDescription":[1,"additional-description"],"buttonLabel":[1,"button-label"],"buttonIcon":[1,"button-icon"],"previewInputPlaceholder":[1,"preview-input-placeholder"],"previewButtonLabel":[1,"preview-button-label"],"previewButtonIcon":[1,"preview-button-icon"],"previewButtonSize":[1,"preview-button-size"],"enableButton":[4,"enable-button"],"forceModal":[4,"force-modal"],"env":[1],"cms":[32],"enableFormSubmitButton":[32],"submitClicked":[32],"isMobile":[32],"licenseActivationState":[32]},[[9,"resize","handleResize"],[8,"orientationchange","handleOrientationChange"]]],[2,"license-activation-form",{"direction":[1],"error":[1],"formTexts":[16],"requestLoading":[4,"request-loading"],"initialCode":[1,"initial-code"],"enableButton":[4,"enable-button"],"activationState":[1,"activation-state"],"formid":[1],"variant":[1],"handleModalOpen":[16],"inputVal":[32]}],[6,"license-activation-box",{"error":[16],"code":[1]}],[6,"license-activation-modal",{"modalTitle":[1,"modal-title"],"resetStore":[16]}],[1,"z-info-box",{"boxid":[1],"isclosable":[4]}],[1,"z-modal",{"modalid":[1],"modaltitle":[1],"modalsubtitle":[1],"closeButtonLabel":[1,"close-button-label"],"alertdialog":[4],"closable":[4],"scrollInside":[4,"scroll-inside"],"open":[64],"close":[64]},[[0,"keydown","handleKeyDown"]]],[2,"z-input",{"htmlid":[1],"type":[1],"name":[1],"label":[1],"ariaLabel":[1,"aria-label"],"ariaExpanded":[1,"aria-expanded"],"ariaControls":[1,"aria-controls"],"ariaAutocomplete":[1,"aria-autocomplete"],"ariaActivedescendant":[1,"aria-activedescendant"],"value":[1025],"disabled":[516],"readonly":[4],"required":[4],"checked":[1028],"placeholder":[1],"htmltitle":[1],"status":[1],"message":[8],"labelPosition":[1,"label-position"],"autocomplete":[1],"role":[1],"hasclearicon":[4],"icon":[1],"min":[2],"minlength":[2],"max":[2],"maxlength":[2],"step":[2],"pattern":[1],"size":[513],"isTyping":[32],"passwordHidden":[32],"isChecked":[64]},[[4,"inputCheck","inputCheckListener"]]],[1,"z-input-message",{"message":[1],"status":[513],"statusRole":[32]}],[6,"z-button",{"ariaLabel":[513,"aria-label"],"role":[1],"href":[1],"target":[1],"htmlid":[1],"name":[1],"disabled":[516],"type":[1],"variant":[513],"icon":[1],"size":[513]}],[1,"z-icon",{"name":[1],"height":[2],"width":[2],"iconid":[1],"fill":[1]}]]],["p-3d013235",[[1,"z-app-header",{"stuck":[516],"enableOffcanvas":[1540,"enable-offcanvas"],"enableSearch":[516,"enable-search"],"searchPlaceholder":[1,"search-placeholder"],"searchString":[1025,"search-string"],"searchPageUrl":[1,"search-page-url"],"enableZLogo":[516,"enable-z-logo"],"drawerOpen":[1028,"drawer-open"],"_stuck":[32],"menuLength":[32],"isMobile":[32],"isTablet":[32]},[[5,"focusin","manageMenus"],[5,"click","manageMenus"],[1,"keydown","handleKeydown"]]]]],["p-707c5585",[[1,"z-app-header-deprecated",{"stuck":[516],"hero":[1],"overlay":[516],"flow":[513],"drawerOpen":[516,"drawer-open"],"enableSearch":[516,"enable-search"],"searchPlaceholder":[1,"search-placeholder"],"searchString":[1025,"search-string"],"searchPageUrl":[1,"search-page-url"],"_stuck":[32],"currentViewport":[32],"menuLength":[32]},[[9,"resize","evaluateViewport"]]]]],["p-5212008a",[[2,"z-select",{"htmlid":[1],"items":[1],"name":[1],"label":[1],"ariaLabel":[1,"aria-label"],"disabled":[4],"readonly":[4],"placeholder":[1],"htmltitle":[1],"status":[1],"message":[8],"autocomplete":[4],"noresultslabel":[1],"hasGroupItems":[4,"has-group-items"],"isfixed":[4],"resetItem":[1,"reset-item"],"size":[1],"isOpen":[32],"selectedItem":[32],"focusedItemId":[32],"searchString":[32],"getSelectedItem":[64],"getValue":[64],"setValue":[64]},[[0,"ariaDescendantFocus","getFocusedItemHandler"]]]]],["p-6653b9a1",[[1,"z-combobox",{"inputid":[1],"items":[1],"label":[1],"disabled":[516],"hassearch":[4],"searchlabel":[1],"searchplaceholder":[1],"searchtitle":[1],"noresultslabel":[1],"isopen":[1028],"isfixed":[4],"closesearchtext":[1],"hascheckall":[4],"checkalltext":[1],"uncheckalltext":[1],"maxcheckableitems":[2],"hasgroupitems":[4],"size":[1],"searchValue":[32],"selectedCounter":[32],"renderItemsList":[32],"focusedItemId":[32],"checkboxes":[32]}]]],["p-c804a012",[[1,"z-breadcrumb",{"pathStyle":[513,"path-style"],"homepageVariant":[1,"homepage-variant"],"maxNodesToShow":[2,"max-nodes-to-show"],"preventFollowUrl":[4,"prevent-follow-url"],"overflowMenuItemRows":[2,"overflow-menu-item-rows"],"truncateChar":[2,"truncate-char"],"viewPortWidth":[32],"hasOverflow":[32],"popoverEllipsisOpen":[32]},[[9,"resize","handleResize"]]]]],["p-02ebcfea",[[1,"z-myz-card-dictionary",{"name":[1],"cover":[1],"disabled":[4],"flipped":[1028],"flipbuttonlabel":[1],"hideinfobtn":[4]},[[0,"flipCard","handleFlipCard"]]]]],["p-d0c5e474",[[6,"z-file-upload",{"type":[513],"buttonVariant":[1,"button-variant"],"acceptedFormat":[1,"accepted-format"],"fileMaxSize":[2,"file-max-size"],"mainTitle":[1,"main-title"],"description":[1],"uploadBtnLabel":[1,"upload-btn-label"],"dragAndDropLabel":[1,"drag-and-drop-label"],"allowedFilesMessage":[1,"allowed-files-message"],"uploadClickableMessage":[1,"upload-clickable-message"],"uploadMessage":[1,"upload-message"],"errorModalTitle":[1,"error-modal-title"],"errorModalMessage":[1,"error-modal-message"],"uploadedFilesLabel":[1,"uploaded-files-label"],"hasFileSection":[4,"has-file-section"],"inputName":[1,"input-name"],"showErrors":[4,"show-errors"],"_type":[32],"files":[32],"invalidFiles":[32],"getFiles":[64],"removeFile":[64]},[[0,"removeFile","onFileRemoved"],[0,"fileDropped","fileDroppedListener"]]]]],["p-e90554fa",[[0,"z-pagination",{"label":[1],"navArrows":[4,"nav-arrows"],"totalPages":[2,"total-pages"],"skip":[2],"edges":[4],"split":[2],"visiblePages":[2,"visible-pages"],"currentPage":[1026,"current-page"],"goToPage":[4,"go-to-page"],"_visiblePages":[32],"isMobile":[32],"goToPageValue":[32]},[[9,"resize","onResize"]]]]],["p-ddde8778",[[1,"z-book-card",{"variant":[1],"cover":[1],"authors":[1],"operaTitle":[1,"opera-title"],"volumeTitle":[1,"volume-title"],"isbn":[1],"isbnLabel":[1,"isbn-label"],"edi":[1],"annotated":[1],"teacherVersion":[1,"teacher-version"],"adoption":[4],"catalogUrl":[1,"catalog-url"],"ebookUrl":[1,"ebook-url"],"fallbackCover":[1,"fallback-cover"],"operaTitleHtmlTag":[1,"opera-title-html-tag"],"ediTag":[32],"annotatedTag":[32],"teacherVersionTag":[32]}]]],["p-566c9267",[[1,"z-carousel",{"isLoading":[4,"is-loading"],"label":[1],"single":[516],"arrowsPosition":[513,"arrows-position"],"progressMode":[1,"progress-mode"],"fixedArrows":[516,"fixed-arrows"],"ghostLoadingHeight":[2,"ghost-loading-height"],"infinite":[4],"current":[32],"items":[32],"highlightedIndicator":[32],"canNavigatePrev":[32],"canNavigateNext":[32]}]]],["p-86964f3b",[[4,"z-date-picker",{"datePickerId":[1,"date-picker-id"],"ariaLabel":[1,"aria-label"],"label":[1],"mode":[1],"flatpickrPosition":[32],"inputError":[32]},[[18,"keydown","handleKeyDown"]]]]],["p-3104a139",[[2,"z-file",{"fileNumber":[2,"file-number"],"fileName":[1,"file-name"],"allowPopover":[32],"popoverVisible":[32]},[[1,"mouseover","onMouseOver"],[1,"mouseleave","onMouseLeave"],[0,"interactiveIconClick","onInteractiveIconClick"]]]]],["p-5adb7aa8",[[0,"z-range-picker",{"rangePickerId":[1,"range-picker-id"],"firstAriaLabel":[1,"first-aria-label"],"firstLabel":[1,"first-label"],"secondAriaLabel":[1,"second-aria-label"],"secondLabel":[1,"second-label"],"mode":[1],"firstPickerReadOnly":[4,"first-picker-read-only"],"lastPickerReadOnly":[4,"last-picker-read-only"],"firstPickerPlaceholder":[1,"first-picker-placeholder"],"lastPickerPlaceholder":[1,"last-picker-placeholder"],"flatpickrPosition":[32],"activeInput":[32],"firstInputError":[32],"lastInputError":[32]},[[18,"click","handleClick"],[18,"keyup","handleKeyDown"]]]]],["p-de08796d",[[1,"z-td",{"colspan":[2],"sticky":[516],"showMenu":[513,"show-menu"],"popoverPosition":[1,"popover-position"],"isMenuOpen":[32]}]]],["p-ecc6113d",[[1,"z-th",{"colspan":[2],"showMenu":[513,"show-menu"],"showSorting":[513,"show-sorting"],"sticky":[516],"sortDirection":[1025,"sort-direction"],"sorted":[1540],"popoverPosition":[1,"popover-position"],"isMenuOpen":[32]}]]],["p-295518af",[[4,"z-anchor-navigation",{"hideUnselected":[516,"hide-unselected"],"autoCurrent":[4,"auto-current"],"collapsed":[32]}]]],["p-8134fe51",[[1,"z-book-card-app",{"logo":[1],"name":[1],"link":[1],"laz":[4],"info":[1]}]]],["p-a85812cb",[[1,"z-myz-card-alert",{"iconname":[1],"contenttext":[1],"actiontext":[1],"type":[1]}]]],["p-44ceafee",[[1,"z-myz-card-info",{"data":[1],"htmltabindex":[2],"hiddenContent":[32],"tooltip":[32]}]]],["p-fb066b3f",[[1,"z-myz-list",{"inputrawdata":[1],"list":[1040]}]]],["p-a21fd966",[[1,"z-otp",{"inputNum":[2,"input-num"],"status":[1],"message":[1]}]]],["p-e04a44e2",[[1,"z-accordion",{"label":[1],"icon":[1],"size":[513],"isDisabled":[516,"is-disabled"],"open":[1540],"highlight":[516],"variant":[513],"shadow":[516]}]]],["p-018ee9d6",[[1,"z-book-card-deprecated",{"variant":[1],"cover":[1],"operaTitle":[1,"opera-title"],"volumeTitle":[1,"volume-title"],"authors":[1],"isbn":[1],"isbnLabel":[1,"isbn-label"],"ribbon":[1],"ribbonIcon":[1,"ribbon-icon"],"ribbonInteractive":[4,"ribbon-interactive"],"borderless":[4],"fallbackCover":[1,"fallback-cover"],"operaTitleTag":[1,"opera-title-tag"],"isMobile":[32],"hasResources":[32],"showResources":[32]}]]],["p-e433303b",[[1,"z-button-sort",{"buttonid":[1],"label":[1],"desclabel":[1],"counter":[2],"sortlabelasc":[1],"sortlabeldesc":[1],"isselected":[1028],"sortasc":[1028],"allowTooltip":[32]}]]],["p-7fda0bed",[[1,"z-card",{"variant":[513],"coverIcon":[1,"cover-icon"],"showShadow":[516,"show-shadow"],"clickable":[516],"hasCoverImage":[32]}]]],["p-29f14555",[[1,"z-menu",{"active":[516],"floating":[516],"open":[1540],"verticalContext":[516,"vertical-context"],"htmlTabindex":[2,"html-tabindex"],"hasHeader":[32],"hasContent":[32],"setFocus":[64],"focusLastItem":[64]},[[4,"click","onItemClick"],[0,"keydown","onKeyDown"]]]]],["p-cee50bb2",[[1,"z-menu-deprecated",{"active":[516],"floating":[516],"open":[1540],"verticalContext":[516,"vertical-context"],"hasHeader":[32],"hasContent":[32]},[[4,"click","handleClick"]]]]],["p-87332b01",[[1,"z-menu-section",{"active":[516],"htmlTabindex":[2,"html-tabindex"],"open":[1028],"hasItems":[32],"items":[32],"focusLastItem":[64],"setFocus":[64]},[[0,"keydown","onItemsKeydown"]]]]],["p-fc6c2cae",[[1,"z-menu-section-deprecated",{"active":[516],"open":[32],"hasContent":[32]},[[4,"click","handleClick"]]]]],["p-9ed10859",[[1,"z-myz-card-icon",{"icon":[1],"isdisabled":[4],"ariaLabel":[1,"aria-label"]}]]],["p-28cf49f6",[[4,"z-navigation-tabs",{"ariaLabel":[1,"aria-label"],"orientation":[513],"size":[513],"selectedTab":[1026,"selected-tab"],"canNavigate":[32],"canNavigatePrev":[32],"canNavigateNext":[32]},[[0,"click","handleTabClick"],[0,"focusin","onTabFocusIn"],[0,"keydown","navigateThroughTabs"],[0,"focusout","onTabFocusOut"]]]]],["p-fc5a8411",[[1,"z-notification",{"contenticonname":[1],"actiontext":[1],"type":[513],"showclose":[4],"showshadow":[516],"sticky":[516]}]]],["p-013e4409",[[6,"z-panel-elem",{"elemid":[1],"imgurl":[1],"imgalt":[1],"linkicon":[1],"linklabel":[1],"url":[1],"target":[1],"isdisabled":[4],"descrSlotName":[1,"descr-slot-name"]}]]],["p-29fc3a79",[[1,"z-section-title",{"dividerPosition":[1,"divider-position"],"uppercase":[516]}]]],["p-3b4d4f00",[[1,"z-slideshow",{"slideshowid":[1],"data":[1],"device":[32],"currentSlide":[32]}]]],["p-2b97cd87",[[1,"z-stepper-item",{"index":[2],"href":[1],"pressed":[4],"checked":[4],"disabled":[4]}]]],["p-262ab797",[[1,"z-toast-notification",{"heading":[1],"message":[1],"closebutton":[4],"autoclose":[2],"pauseonfocusloss":[4],"type":[1],"isdraggable":[4],"draggablepercentage":[2],"transition":[1],"percentage":[32]}]]],["p-a74a2ea7",[[1,"z-toggle-button",{"label":[1],"isdisabled":[4],"avoidclick":[4],"opened":[1028],"ariaLabel":[1,"aria-label"]}]]],["p-620a959a",[[6,"z-toggle-switch",{"disabled":[516],"labelPosition":[513,"label-position"],"checked":[1028],"htmlid":[1]}]]],["p-8f9ed094",[[1,"z-tooltip",{"position":[513],"dark":[516],"open":[1540],"bindTo":[1,"bind-to"],"closable":[4]},[[0,"openChange","onPopoverOpenChange"]]]]],["p-8c81d9b2",[[1,"z-tr",{"expandable":[516],"expanded":[32],"expandableContentId":[32]},[[0,"colspanchange","updateColumns"]]]]],["p-59f14c8d",[[4,"z-aria-alert",{"mode":[1]}]]],["p-3b354b80",[[1,"z-avatar",{"size":[1],"text":[1],"textColor":[1,"text-color"],"backgroundColor":[1,"background-color"],"image":[1025]}]]],["p-ba1facc4",[[1,"z-cover-hero",{"variant":[513],"contentPosition":[513,"content-position"],"preserveAspectRatio":[516,"preserve-aspect-ratio"]},[[2,"load","onImgLoad"]]]]],["p-1d029eee",[[1,"z-logo",{"width":[2],"height":[2],"imageAlt":[1,"image-alt"],"link":[1],"targetBlank":[4,"target-blank"],"mobileLogo":[4,"mobile-logo"]}]]],["p-19676cde",[[1,"z-myz-card-footer",{"titolo":[1],"autori":[1],"isbn":[1],"faded":[4],"cardtype":[1],"opened":[4],"customContent":[4,"custom-content"],"isOpen":[32],"allowTooltipAuthors":[32]},[[0,"toggleClick","handleToggle"]]]]],["p-b0a69730",[[1,"z-myz-card-footer-sections"]]],["p-e9369c2c",[[1,"z-myz-card-list",{"listdata":[1]}]]],["p-9c18160e",[[2,"z-skip-to-content",{"variant":[513],"links":[1025],"visible":[32],"visibleLink":[32]},[[4,"focusout","handleFocusOutSkipToContent"],[4,"focusin","handleFocusSkipToContent"]]]]],["p-e642c65b",[[1,"z-stepper"]]],["p-ff7ff884",[[1,"z-table",{"bordered":[516],"expandable":[32]}]]],["p-b0c09e8c",[[1,"z-tbody"]]],["p-cb91ed58",[[1,"z-tfoot",{"sticky":[516]}]]],["p-c8bbe9e8",[[1,"z-thead",{"sticky":[516]}]]],["p-3870dbe2",[[1,"z-toast-notification-list",{"position":[513],"newestontop":[4]}]]],["p-99acd07f",[[1,"z-visually-hidden"]]],["p-866f8a49",[[1,"z-dragdrop-area",{"dragAndDropLabel":[1,"drag-and-drop-label"],"dragging":[32]}]]],["p-e070058d",[[6,"z-chip",{"icon":[1],"type":[513],"interactiveIcon":[513,"interactive-icon"],"disabled":[516],"ariaLabel":[1,"aria-label"]}]]],["p-e1e28def",[[1,"z-info-reveal",{"icon":[1],"position":[513],"label":[1],"ariaLabel":[1,"aria-label"],"size":[513],"open":[32]},[[9,"resize","adjustPanelPosition"],[10,"keydown","handleEscapeKey"]]]]],["p-63d78af3",[[1,"z-alert",{"type":[1]}]]],["p-0ae2c3f2",[[1,"z-ghost-loading"]]],["p-f44c8791",[[1,"z-myz-list-item",{"text":[1],"link":[1],"linktarget":[1],"icon":[1],"listitemid":[1],"action":[1],"underlined":[4]}]]],["p-2a01a3f3",[[2,"z-divider",{"size":[1],"color":[1],"orientation":[1]}]]],["p-ca9baa11",[[6,"z-tag",{"icon":[1],"expandable":[4]}],[1,"z-list",{"size":[513],"listType":[513,"list-type"],"role":[513]}],[1,"z-list-element",{"alignButton":[513,"align-button"],"clickable":[516],"dividerColor":[1,"divider-color"],"dividerType":[1,"divider-type"],"dividerSize":[1,"divider-size"],"expandable":[516],"expandableStyle":[1,"expandable-style"],"listElementId":[514,"list-element-id"],"size":[513],"color":[513],"disabled":[516],"listElementPosition":[513,"list-element-position"],"listType":[513,"list-type"],"role":[513],"htmlTabindex":[2,"html-tabindex"],"showInnerContent":[32]},[[4,"accessibleFocus","accessibleFocusHandler"]]],[1,"z-list-group",{"size":[513],"dividerType":[513,"divider-type"],"dividerSize":[513,"divider-size"],"dividerColor":[513,"divider-color"],"listType":[513,"list-type"]}]]],["p-4449733f",[[1,"z-searchbar",{"htmlid":[513],"preventSubmit":[4,"prevent-submit"],"value":[1],"placeholder":[1],"autocomplete":[4],"autocompleteMinChars":[2,"autocomplete-min-chars"],"resultsCount":[2,"results-count"],"searchHelperLabel":[1,"search-helper-label"],"resultsItems":[1,"results-items"],"sortResultsItems":[4,"sort-results-items"],"showSearchButton":[4,"show-search-button"],"searchButtonIconOnly":[4,"search-button-icon-only"],"size":[1],"variant":[1],"searchString":[32],"currResultsCount":[32],"showResults":[32],"isMobile":[32],"selectedItem":[32]},[[4,"click","handleOutsideClick"]]],[6,"z-offcanvas",{"variant":[513],"open":[1540],"transitiondirection":[513],"skipLoadAnimation":[4,"skip-load-animation"],"skipAnimation":[32]},[[2,"click","stopEvent"],[2,"focusin","stopEvent"]]]]],["p-e8902ced",[[1,"z-myz-card",{"faded":[4],"cardtype":[1],"ispressed":[4],"ishighlighted":[4]}],[1,"z-myz-card-body"],[1,"z-myz-card-cover",{"img":[1],"titolo":[1],"faded":[4],"defaultimg":[1]}],[1,"z-myz-card-header",{"titolo":[1],"faded":[4],"cardtype":[1],"allowTooltip":[32]}]]],["p-e4fd3b00",[[1,"z-popover",{"position":[513],"open":[1540],"bindTo":[1,"bind-to"],"showArrow":[516,"show-arrow"],"center":[516],"closable":[4],"currentPosition":[32]},[[8,"keyup","closePopoverWithKeyboard"],[18,"click","handleOutsideClick"]]]]]]'),e)));
1
+ import{p as e,b as a}from"./p-056fe365.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((e=>a(JSON.parse('[["p-45636f39",[[2,"license-activation",{"variant":[1],"modalState":[1025,"modal-state"],"componentid":[1],"inputLabel":[1,"input-label"],"inputMessage":[1,"input-message"],"inputPlaceholder":[1,"input-placeholder"],"additionalDescription":[1,"additional-description"],"buttonLabel":[1,"button-label"],"buttonIcon":[1,"button-icon"],"previewInputPlaceholder":[1,"preview-input-placeholder"],"previewButtonLabel":[1,"preview-button-label"],"previewButtonIcon":[1,"preview-button-icon"],"previewButtonSize":[1,"preview-button-size"],"enableButton":[4,"enable-button"],"forceModal":[4,"force-modal"],"env":[1],"cms":[32],"enableFormSubmitButton":[32],"submitClicked":[32],"isMobile":[32],"licenseActivationState":[32]},[[9,"resize","handleResize"],[8,"orientationchange","handleOrientationChange"]]],[2,"license-activation-form",{"direction":[1],"error":[1],"formTexts":[16],"requestLoading":[4,"request-loading"],"initialCode":[1,"initial-code"],"enableButton":[4,"enable-button"],"activationState":[1,"activation-state"],"formid":[1],"variant":[1],"handleModalOpen":[16],"inputVal":[32]}],[6,"license-activation-box",{"error":[16],"code":[1]}],[6,"license-activation-modal",{"modalTitle":[1,"modal-title"],"resetStore":[16]}],[1,"z-info-box",{"boxid":[1],"isclosable":[4]}],[1,"z-modal",{"modalid":[1],"modaltitle":[1],"modalsubtitle":[1],"closeButtonLabel":[1,"close-button-label"],"alertdialog":[4],"closable":[4],"scrollInside":[4,"scroll-inside"],"open":[64],"close":[64]},[[0,"keydown","handleKeyDown"]]],[2,"z-input",{"htmlid":[1],"type":[1],"name":[1],"label":[1],"ariaLabel":[1,"aria-label"],"ariaExpanded":[1,"aria-expanded"],"ariaControls":[1,"aria-controls"],"ariaAutocomplete":[1,"aria-autocomplete"],"ariaActivedescendant":[1,"aria-activedescendant"],"value":[1025],"disabled":[516],"readonly":[4],"required":[4],"checked":[1028],"placeholder":[1],"htmltitle":[1],"status":[1],"message":[8],"labelPosition":[1,"label-position"],"autocomplete":[1],"role":[1],"hasclearicon":[4],"icon":[1],"min":[2],"minlength":[2],"max":[2],"maxlength":[2],"step":[2],"pattern":[1],"size":[513],"isTyping":[32],"passwordHidden":[32],"isChecked":[64]},[[4,"inputCheck","inputCheckListener"]]],[1,"z-input-message",{"message":[1],"status":[513],"statusRole":[32]}],[6,"z-button",{"ariaLabel":[513,"aria-label"],"role":[1],"href":[1],"target":[1],"htmlid":[1],"name":[1],"disabled":[516],"type":[1],"variant":[513],"icon":[1],"size":[513]}],[1,"z-icon",{"name":[1],"height":[2],"width":[2],"iconid":[1],"fill":[1]}]]],["p-3d013235",[[1,"z-app-header",{"stuck":[516],"enableOffcanvas":[1540,"enable-offcanvas"],"enableSearch":[516,"enable-search"],"searchPlaceholder":[1,"search-placeholder"],"searchString":[1025,"search-string"],"searchPageUrl":[1,"search-page-url"],"enableZLogo":[516,"enable-z-logo"],"drawerOpen":[1028,"drawer-open"],"_stuck":[32],"menuLength":[32],"isMobile":[32],"isTablet":[32]},[[5,"focusin","manageMenus"],[5,"click","manageMenus"],[1,"keydown","handleKeydown"]]]]],["p-707c5585",[[1,"z-app-header-deprecated",{"stuck":[516],"hero":[1],"overlay":[516],"flow":[513],"drawerOpen":[516,"drawer-open"],"enableSearch":[516,"enable-search"],"searchPlaceholder":[1,"search-placeholder"],"searchString":[1025,"search-string"],"searchPageUrl":[1,"search-page-url"],"_stuck":[32],"currentViewport":[32],"menuLength":[32]},[[9,"resize","evaluateViewport"]]]]],["p-5212008a",[[2,"z-select",{"htmlid":[1],"items":[1],"name":[1],"label":[1],"ariaLabel":[1,"aria-label"],"disabled":[4],"readonly":[4],"placeholder":[1],"htmltitle":[1],"status":[1],"message":[8],"autocomplete":[4],"noresultslabel":[1],"hasGroupItems":[4,"has-group-items"],"isfixed":[4],"resetItem":[1,"reset-item"],"size":[1],"isOpen":[32],"selectedItem":[32],"focusedItemId":[32],"searchString":[32],"getSelectedItem":[64],"getValue":[64],"setValue":[64]},[[0,"ariaDescendantFocus","getFocusedItemHandler"]]]]],["p-6653b9a1",[[1,"z-combobox",{"inputid":[1],"items":[1],"label":[1],"disabled":[516],"hassearch":[4],"searchlabel":[1],"searchplaceholder":[1],"searchtitle":[1],"noresultslabel":[1],"isopen":[1028],"isfixed":[4],"closesearchtext":[1],"hascheckall":[4],"checkalltext":[1],"uncheckalltext":[1],"maxcheckableitems":[2],"hasgroupitems":[4],"size":[1],"searchValue":[32],"selectedCounter":[32],"renderItemsList":[32],"focusedItemId":[32],"checkboxes":[32]}]]],["p-c804a012",[[1,"z-breadcrumb",{"pathStyle":[513,"path-style"],"homepageVariant":[1,"homepage-variant"],"maxNodesToShow":[2,"max-nodes-to-show"],"preventFollowUrl":[4,"prevent-follow-url"],"overflowMenuItemRows":[2,"overflow-menu-item-rows"],"truncateChar":[2,"truncate-char"],"viewPortWidth":[32],"hasOverflow":[32],"popoverEllipsisOpen":[32]},[[9,"resize","handleResize"]]]]],["p-02ebcfea",[[1,"z-myz-card-dictionary",{"name":[1],"cover":[1],"disabled":[4],"flipped":[1028],"flipbuttonlabel":[1],"hideinfobtn":[4]},[[0,"flipCard","handleFlipCard"]]]]],["p-d0c5e474",[[6,"z-file-upload",{"type":[513],"buttonVariant":[1,"button-variant"],"acceptedFormat":[1,"accepted-format"],"fileMaxSize":[2,"file-max-size"],"mainTitle":[1,"main-title"],"description":[1],"uploadBtnLabel":[1,"upload-btn-label"],"dragAndDropLabel":[1,"drag-and-drop-label"],"allowedFilesMessage":[1,"allowed-files-message"],"uploadClickableMessage":[1,"upload-clickable-message"],"uploadMessage":[1,"upload-message"],"errorModalTitle":[1,"error-modal-title"],"errorModalMessage":[1,"error-modal-message"],"uploadedFilesLabel":[1,"uploaded-files-label"],"hasFileSection":[4,"has-file-section"],"inputName":[1,"input-name"],"showErrors":[4,"show-errors"],"_type":[32],"files":[32],"invalidFiles":[32],"getFiles":[64],"removeFile":[64]},[[0,"removeFile","onFileRemoved"],[0,"fileDropped","fileDroppedListener"]]]]],["p-e90554fa",[[0,"z-pagination",{"label":[1],"navArrows":[4,"nav-arrows"],"totalPages":[2,"total-pages"],"skip":[2],"edges":[4],"split":[2],"visiblePages":[2,"visible-pages"],"currentPage":[1026,"current-page"],"goToPage":[4,"go-to-page"],"_visiblePages":[32],"isMobile":[32],"goToPageValue":[32]},[[9,"resize","onResize"]]]]],["p-ddde8778",[[1,"z-book-card",{"variant":[1],"cover":[1],"authors":[1],"operaTitle":[1,"opera-title"],"volumeTitle":[1,"volume-title"],"isbn":[1],"isbnLabel":[1,"isbn-label"],"edi":[1],"annotated":[1],"teacherVersion":[1,"teacher-version"],"adoption":[4],"catalogUrl":[1,"catalog-url"],"ebookUrl":[1,"ebook-url"],"fallbackCover":[1,"fallback-cover"],"operaTitleHtmlTag":[1,"opera-title-html-tag"],"ediTag":[32],"annotatedTag":[32],"teacherVersionTag":[32]}]]],["p-566c9267",[[1,"z-carousel",{"isLoading":[4,"is-loading"],"label":[1],"single":[516],"arrowsPosition":[513,"arrows-position"],"progressMode":[1,"progress-mode"],"fixedArrows":[516,"fixed-arrows"],"ghostLoadingHeight":[2,"ghost-loading-height"],"infinite":[4],"current":[32],"items":[32],"highlightedIndicator":[32],"canNavigatePrev":[32],"canNavigateNext":[32]}]]],["p-86964f3b",[[4,"z-date-picker",{"datePickerId":[1,"date-picker-id"],"ariaLabel":[1,"aria-label"],"label":[1],"mode":[1],"flatpickrPosition":[32],"inputError":[32]},[[18,"keydown","handleKeyDown"]]]]],["p-3104a139",[[2,"z-file",{"fileNumber":[2,"file-number"],"fileName":[1,"file-name"],"allowPopover":[32],"popoverVisible":[32]},[[1,"mouseover","onMouseOver"],[1,"mouseleave","onMouseLeave"],[0,"interactiveIconClick","onInteractiveIconClick"]]]]],["p-5adb7aa8",[[0,"z-range-picker",{"rangePickerId":[1,"range-picker-id"],"firstAriaLabel":[1,"first-aria-label"],"firstLabel":[1,"first-label"],"secondAriaLabel":[1,"second-aria-label"],"secondLabel":[1,"second-label"],"mode":[1],"firstPickerReadOnly":[4,"first-picker-read-only"],"lastPickerReadOnly":[4,"last-picker-read-only"],"firstPickerPlaceholder":[1,"first-picker-placeholder"],"lastPickerPlaceholder":[1,"last-picker-placeholder"],"flatpickrPosition":[32],"activeInput":[32],"firstInputError":[32],"lastInputError":[32]},[[18,"click","handleClick"],[18,"keyup","handleKeyDown"]]]]],["p-de08796d",[[1,"z-td",{"colspan":[2],"sticky":[516],"showMenu":[513,"show-menu"],"popoverPosition":[1,"popover-position"],"isMenuOpen":[32]}]]],["p-ecc6113d",[[1,"z-th",{"colspan":[2],"showMenu":[513,"show-menu"],"showSorting":[513,"show-sorting"],"sticky":[516],"sortDirection":[1025,"sort-direction"],"sorted":[1540],"popoverPosition":[1,"popover-position"],"isMenuOpen":[32]}]]],["p-295518af",[[4,"z-anchor-navigation",{"hideUnselected":[516,"hide-unselected"],"autoCurrent":[4,"auto-current"],"collapsed":[32]}]]],["p-8134fe51",[[1,"z-book-card-app",{"logo":[1],"name":[1],"link":[1],"laz":[4],"info":[1]}]]],["p-a85812cb",[[1,"z-myz-card-alert",{"iconname":[1],"contenttext":[1],"actiontext":[1],"type":[1]}]]],["p-44ceafee",[[1,"z-myz-card-info",{"data":[1],"htmltabindex":[2],"hiddenContent":[32],"tooltip":[32]}]]],["p-fb066b3f",[[1,"z-myz-list",{"inputrawdata":[1],"list":[1040]}]]],["p-a21fd966",[[1,"z-otp",{"inputNum":[2,"input-num"],"status":[1],"message":[1]}]]],["p-e04a44e2",[[1,"z-accordion",{"label":[1],"icon":[1],"size":[513],"isDisabled":[516,"is-disabled"],"open":[1540],"highlight":[516],"variant":[513],"shadow":[516]}]]],["p-018ee9d6",[[1,"z-book-card-deprecated",{"variant":[1],"cover":[1],"operaTitle":[1,"opera-title"],"volumeTitle":[1,"volume-title"],"authors":[1],"isbn":[1],"isbnLabel":[1,"isbn-label"],"ribbon":[1],"ribbonIcon":[1,"ribbon-icon"],"ribbonInteractive":[4,"ribbon-interactive"],"borderless":[4],"fallbackCover":[1,"fallback-cover"],"operaTitleTag":[1,"opera-title-tag"],"isMobile":[32],"hasResources":[32],"showResources":[32]}]]],["p-e433303b",[[1,"z-button-sort",{"buttonid":[1],"label":[1],"desclabel":[1],"counter":[2],"sortlabelasc":[1],"sortlabeldesc":[1],"isselected":[1028],"sortasc":[1028],"allowTooltip":[32]}]]],["p-7fda0bed",[[1,"z-card",{"variant":[513],"coverIcon":[1,"cover-icon"],"showShadow":[516,"show-shadow"],"clickable":[516],"hasCoverImage":[32]}]]],["p-29f14555",[[1,"z-menu",{"active":[516],"floating":[516],"open":[1540],"verticalContext":[516,"vertical-context"],"htmlTabindex":[2,"html-tabindex"],"hasHeader":[32],"hasContent":[32],"setFocus":[64],"focusLastItem":[64]},[[4,"click","onItemClick"],[0,"keydown","onKeyDown"]]]]],["p-cee50bb2",[[1,"z-menu-deprecated",{"active":[516],"floating":[516],"open":[1540],"verticalContext":[516,"vertical-context"],"hasHeader":[32],"hasContent":[32]},[[4,"click","handleClick"]]]]],["p-87332b01",[[1,"z-menu-section",{"active":[516],"htmlTabindex":[2,"html-tabindex"],"open":[1028],"hasItems":[32],"items":[32],"focusLastItem":[64],"setFocus":[64]},[[0,"keydown","onItemsKeydown"]]]]],["p-fc6c2cae",[[1,"z-menu-section-deprecated",{"active":[516],"open":[32],"hasContent":[32]},[[4,"click","handleClick"]]]]],["p-9ed10859",[[1,"z-myz-card-icon",{"icon":[1],"isdisabled":[4],"ariaLabel":[1,"aria-label"]}]]],["p-28cf49f6",[[4,"z-navigation-tabs",{"ariaLabel":[1,"aria-label"],"orientation":[513],"size":[513],"selectedTab":[1026,"selected-tab"],"canNavigate":[32],"canNavigatePrev":[32],"canNavigateNext":[32]},[[0,"click","handleTabClick"],[0,"focusin","onTabFocusIn"],[0,"keydown","navigateThroughTabs"],[0,"focusout","onTabFocusOut"]]]]],["p-fc5a8411",[[1,"z-notification",{"contenticonname":[1],"actiontext":[1],"type":[513],"showclose":[4],"showshadow":[516],"sticky":[516]}]]],["p-013e4409",[[6,"z-panel-elem",{"elemid":[1],"imgurl":[1],"imgalt":[1],"linkicon":[1],"linklabel":[1],"url":[1],"target":[1],"isdisabled":[4],"descrSlotName":[1,"descr-slot-name"]}]]],["p-29fc3a79",[[1,"z-section-title",{"dividerPosition":[1,"divider-position"],"uppercase":[516]}]]],["p-3b4d4f00",[[1,"z-slideshow",{"slideshowid":[1],"data":[1],"device":[32],"currentSlide":[32]}]]],["p-2b97cd87",[[1,"z-stepper-item",{"index":[2],"href":[1],"pressed":[4],"checked":[4],"disabled":[4]}]]],["p-262ab797",[[1,"z-toast-notification",{"heading":[1],"message":[1],"closebutton":[4],"autoclose":[2],"pauseonfocusloss":[4],"type":[1],"isdraggable":[4],"draggablepercentage":[2],"transition":[1],"percentage":[32]}]]],["p-a74a2ea7",[[1,"z-toggle-button",{"label":[1],"isdisabled":[4],"avoidclick":[4],"opened":[1028],"ariaLabel":[1,"aria-label"]}]]],["p-620a959a",[[6,"z-toggle-switch",{"disabled":[516],"labelPosition":[513,"label-position"],"checked":[1028],"htmlid":[1]}]]],["p-8f9ed094",[[1,"z-tooltip",{"position":[513],"dark":[516],"open":[1540],"bindTo":[1,"bind-to"],"closable":[4]},[[0,"openChange","onPopoverOpenChange"]]]]],["p-8c81d9b2",[[1,"z-tr",{"expandable":[516],"expanded":[32],"expandableContentId":[32]},[[0,"colspanchange","updateColumns"]]]]],["p-59f14c8d",[[4,"z-aria-alert",{"mode":[1]}]]],["p-3b354b80",[[1,"z-avatar",{"size":[1],"text":[1],"textColor":[1,"text-color"],"backgroundColor":[1,"background-color"],"image":[1025]}]]],["p-ba1facc4",[[1,"z-cover-hero",{"variant":[513],"contentPosition":[513,"content-position"],"preserveAspectRatio":[516,"preserve-aspect-ratio"]},[[2,"load","onImgLoad"]]]]],["p-1d029eee",[[1,"z-logo",{"width":[2],"height":[2],"imageAlt":[1,"image-alt"],"link":[1],"targetBlank":[4,"target-blank"],"mobileLogo":[4,"mobile-logo"]}]]],["p-19676cde",[[1,"z-myz-card-footer",{"titolo":[1],"autori":[1],"isbn":[1],"faded":[4],"cardtype":[1],"opened":[4],"customContent":[4,"custom-content"],"isOpen":[32],"allowTooltipAuthors":[32]},[[0,"toggleClick","handleToggle"]]]]],["p-b0a69730",[[1,"z-myz-card-footer-sections"]]],["p-e9369c2c",[[1,"z-myz-card-list",{"listdata":[1]}]]],["p-9c18160e",[[2,"z-skip-to-content",{"variant":[513],"links":[1025],"visible":[32],"visibleLink":[32]},[[4,"focusout","handleFocusOutSkipToContent"],[4,"focusin","handleFocusSkipToContent"]]]]],["p-e642c65b",[[1,"z-stepper"]]],["p-ff7ff884",[[1,"z-table",{"bordered":[516],"expandable":[32]}]]],["p-b0c09e8c",[[1,"z-tbody"]]],["p-cb91ed58",[[1,"z-tfoot",{"sticky":[516]}]]],["p-c8bbe9e8",[[1,"z-thead",{"sticky":[516]}]]],["p-3870dbe2",[[1,"z-toast-notification-list",{"position":[513],"newestontop":[4]}]]],["p-99acd07f",[[1,"z-visually-hidden"]]],["p-866f8a49",[[1,"z-dragdrop-area",{"dragAndDropLabel":[1,"drag-and-drop-label"],"dragging":[32]}]]],["p-e070058d",[[6,"z-chip",{"icon":[1],"type":[513],"interactiveIcon":[513,"interactive-icon"],"disabled":[516],"ariaLabel":[1,"aria-label"]}]]],["p-e1e28def",[[1,"z-info-reveal",{"icon":[1],"position":[513],"label":[1],"ariaLabel":[1,"aria-label"],"size":[513],"open":[32]},[[9,"resize","adjustPanelPosition"],[10,"keydown","handleEscapeKey"]]]]],["p-63d78af3",[[1,"z-alert",{"type":[1]}]]],["p-0ae2c3f2",[[1,"z-ghost-loading"]]],["p-f44c8791",[[1,"z-myz-list-item",{"text":[1],"link":[1],"linktarget":[1],"icon":[1],"listitemid":[1],"action":[1],"underlined":[4]}]]],["p-2a01a3f3",[[2,"z-divider",{"size":[1],"color":[1],"orientation":[1]}]]],["p-ca9baa11",[[6,"z-tag",{"icon":[1],"expandable":[4]}],[1,"z-list",{"size":[513],"listType":[513,"list-type"],"role":[513]}],[1,"z-list-element",{"alignButton":[513,"align-button"],"clickable":[516],"dividerColor":[1,"divider-color"],"dividerType":[1,"divider-type"],"dividerSize":[1,"divider-size"],"expandable":[516],"expandableStyle":[1,"expandable-style"],"listElementId":[514,"list-element-id"],"size":[513],"color":[513],"disabled":[516],"listElementPosition":[513,"list-element-position"],"listType":[513,"list-type"],"role":[513],"htmlTabindex":[2,"html-tabindex"],"showInnerContent":[32]},[[4,"accessibleFocus","accessibleFocusHandler"]]],[1,"z-list-group",{"size":[513],"dividerType":[513,"divider-type"],"dividerSize":[513,"divider-size"],"dividerColor":[513,"divider-color"],"listType":[513,"list-type"]}]]],["p-4449733f",[[1,"z-searchbar",{"htmlid":[513],"preventSubmit":[4,"prevent-submit"],"value":[1],"placeholder":[1],"autocomplete":[4],"autocompleteMinChars":[2,"autocomplete-min-chars"],"resultsCount":[2,"results-count"],"searchHelperLabel":[1,"search-helper-label"],"resultsItems":[1,"results-items"],"sortResultsItems":[4,"sort-results-items"],"showSearchButton":[4,"show-search-button"],"searchButtonIconOnly":[4,"search-button-icon-only"],"size":[1],"variant":[1],"searchString":[32],"currResultsCount":[32],"showResults":[32],"isMobile":[32],"selectedItem":[32]},[[4,"click","handleOutsideClick"]]],[6,"z-offcanvas",{"variant":[513],"open":[1540],"transitiondirection":[513],"skipLoadAnimation":[4,"skip-load-animation"],"skipAnimation":[32]},[[2,"click","stopEvent"],[2,"focusin","stopEvent"]]]]],["p-e8902ced",[[1,"z-myz-card",{"faded":[4],"cardtype":[1],"ispressed":[4],"ishighlighted":[4]}],[1,"z-myz-card-body"],[1,"z-myz-card-cover",{"img":[1],"titolo":[1],"faded":[4],"defaultimg":[1]}],[1,"z-myz-card-header",{"titolo":[1],"faded":[4],"cardtype":[1],"allowTooltip":[32]}]]],["p-e4fd3b00",[[1,"z-popover",{"position":[513],"open":[1540],"bindTo":[1,"bind-to"],"showArrow":[516,"show-arrow"],"center":[516],"closable":[4],"currentPosition":[32]},[[8,"keyup","closePopoverWithKeyboard"],[18,"click","handleOutsideClick"]]]]]]'),e)));
File without changes