@zanichelli/delta_share 4.1.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/react/components.d.ts +0 -0
- package/dist/react/components.js +0 -0
- package/dist/react/components.js.map +0 -0
- package/dist/react/index.d.ts +0 -0
- package/dist/react/index.js +0 -0
- package/dist/react/index.js.map +0 -0
- package/dist/react/react-component-lib/createComponent.d.ts +0 -0
- package/dist/react/react-component-lib/createComponent.js +0 -0
- package/dist/react/react-component-lib/createComponent.js.map +0 -0
- package/dist/react/react-component-lib/createOverlayComponent.d.ts +0 -0
- package/dist/react/react-component-lib/createOverlayComponent.js +0 -0
- package/dist/react/react-component-lib/createOverlayComponent.js.map +0 -0
- package/dist/react/react-component-lib/index.d.ts +0 -0
- package/dist/react/react-component-lib/index.js +0 -0
- package/dist/react/react-component-lib/index.js.map +0 -0
- package/dist/react/react-component-lib/interfaces.d.ts +0 -0
- package/dist/react/react-component-lib/interfaces.js +0 -0
- package/dist/react/react-component-lib/interfaces.js.map +0 -0
- package/dist/react/react-component-lib/utils/attachProps.d.ts +0 -0
- package/dist/react/react-component-lib/utils/attachProps.js +0 -0
- package/dist/react/react-component-lib/utils/attachProps.js.map +0 -0
- package/dist/react/react-component-lib/utils/case.d.ts +0 -0
- package/dist/react/react-component-lib/utils/case.js +0 -0
- package/dist/react/react-component-lib/utils/case.js.map +0 -0
- package/dist/react/react-component-lib/utils/dev.d.ts +0 -0
- package/dist/react/react-component-lib/utils/dev.js +0 -0
- package/dist/react/react-component-lib/utils/dev.js.map +0 -0
- package/dist/react/react-component-lib/utils/index.d.ts +0 -0
- package/dist/react/react-component-lib/utils/index.js +0 -0
- package/dist/react/react-component-lib/utils/index.js.map +0 -0
- package/dist/wc/cjs/license-activation_10.cjs.entry.js +8 -10
- package/dist/wc/collection/components/license-activation/license-activation.js +3 -7
- package/dist/wc/collection/components/license-activation-form/license-activation-form.css +17 -16
- package/dist/wc/collection/components/license-activation-form/license-activation-form.js +4 -2
- package/dist/wc/custom-elements/index.d.ts +0 -0
- package/dist/wc/custom-elements/index.js +8 -10
- package/dist/wc/delta_share/delta_share.esm.js +1 -1
- package/dist/wc/delta_share/index.esm.js +0 -0
- package/dist/wc/delta_share/p-ca0c9c66.entry.js +3 -0
- package/dist/wc/esm/license-activation_10.entry.js +8 -10
- package/dist/wc/types/beans/index.d.ts +0 -0
- package/dist/wc/types/components/license-activation/license-activation.d.ts +0 -0
- package/dist/wc/types/components/license-activation-box/license-activation-box.d.ts +0 -0
- package/dist/wc/types/components/license-activation-form/license-activation-form.d.ts +0 -0
- package/dist/wc/types/components/license-activation-modal/license-activation-modal.d.ts +0 -0
- package/dist/wc/types/components.d.ts +0 -0
- package/dist/wc/types/index.d.ts +0 -0
- package/dist/wc/types/stencil-public-runtime.d.ts +0 -0
- package/dist/wc/types/store/CMS/index.d.ts +0 -0
- package/dist/wc/types/store/index.d.ts +0 -0
- package/dist/wc/types/utils/env.d.ts +0 -0
- package/dist/wc/types/utils/request.d.ts +0 -0
- package/dist/wc/types/utils/utils.d.ts +0 -0
- package/package.json +1 -1
- package/dist/wc/delta_share/p-eab0941b.entry.js +0 -3
|
File without changes
|
package/dist/react/components.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/react/index.d.ts
CHANGED
|
File without changes
|
package/dist/react/index.js
CHANGED
|
File without changes
|
package/dist/react/index.js.map
CHANGED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1853,19 +1853,15 @@ const LicenseActivation = class {
|
|
|
1853
1853
|
retrieveTextsObject(variant) {
|
|
1854
1854
|
const { inputMessage, inputLabel, inputPlaceholder, buttonLabel, additionalDescription, buttonIcon, previewInputPlaceholder, previewButtonLabel, previewButtonIcon, previewButtonSize, } = this;
|
|
1855
1855
|
const { licenseActivationStatus } = this.licenseActivationState;
|
|
1856
|
-
let description = null
|
|
1856
|
+
let description = null;
|
|
1857
1857
|
if (variant === LicenseActivationVariantEnum.modal) {
|
|
1858
1858
|
description =
|
|
1859
1859
|
additionalDescription ||
|
|
1860
1860
|
this.cms["newdashboard.licenseActivation.additionalDescription"];
|
|
1861
1861
|
}
|
|
1862
|
-
else {
|
|
1863
|
-
defaultInputMessage =
|
|
1864
|
-
this.cms["newdashboard.licenseActivation.inputHelperMessage"];
|
|
1865
|
-
}
|
|
1866
1862
|
return {
|
|
1867
1863
|
inputStatus: this.mapInputStatus(licenseActivationStatus),
|
|
1868
|
-
inputMessage: inputMessage
|
|
1864
|
+
inputMessage: inputMessage,
|
|
1869
1865
|
placeholder: inputPlaceholder ||
|
|
1870
1866
|
this.cms["newdashboard.licenseActivation.inputPlaceholder"],
|
|
1871
1867
|
inputLabel: inputLabel || this.cms["newdashboard.licenseActivation.inputLabel"],
|
|
@@ -1876,7 +1872,7 @@ const LicenseActivation = class {
|
|
|
1876
1872
|
previewButtonLabel,
|
|
1877
1873
|
previewButtonIcon,
|
|
1878
1874
|
previewButtonSize,
|
|
1879
|
-
linkLabel: this.cms["newdashboard.licenseActivation.helperLink"]
|
|
1875
|
+
linkLabel: this.cms["newdashboard.licenseActivation.helperLink"],
|
|
1880
1876
|
errorButtonLabel: this.cms["newdashboard.licenseActivation.contactUs.btnLabel"],
|
|
1881
1877
|
errorSectionMessage: this.cms["newdashboard.licenseActivation.contactUs.message"],
|
|
1882
1878
|
infoBoxIcon: `${this.environment.URL_S3_IMAGES_FOLDER}bollinoSIAE.svg`,
|
|
@@ -1934,7 +1930,7 @@ const LicenseActivationBox = class {
|
|
|
1934
1930
|
};
|
|
1935
1931
|
LicenseActivationBox.style = licenseActivationBoxCss;
|
|
1936
1932
|
|
|
1937
|
-
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>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0;width:100%}.sc-license-activation-form-h>div.sc-license-activation-form>z-input.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
|
|
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}}";
|
|
1938
1934
|
|
|
1939
1935
|
const LicenseActivationForm = class {
|
|
1940
1936
|
constructor(hostRef) {
|
|
@@ -1992,7 +1988,8 @@ const LicenseActivationForm = class {
|
|
|
1992
1988
|
}
|
|
1993
1989
|
renderInputMessage() {
|
|
1994
1990
|
const { inputMessage, inputStatus } = this.formTexts;
|
|
1995
|
-
if (this.variant === LicenseActivationVariantEnum.preview
|
|
1991
|
+
if (this.variant === LicenseActivationVariantEnum.preview ||
|
|
1992
|
+
(this.variant === LicenseActivationVariantEnum.box && !inputMessage))
|
|
1996
1993
|
return;
|
|
1997
1994
|
const message = this.variant === LicenseActivationVariantEnum.box
|
|
1998
1995
|
? inputMessage
|
|
@@ -2072,7 +2069,8 @@ const LicenseActivationForm = class {
|
|
|
2072
2069
|
return "";
|
|
2073
2070
|
}
|
|
2074
2071
|
render() {
|
|
2075
|
-
|
|
2072
|
+
const isModal = this.variant === LicenseActivationVariantEnum.modal;
|
|
2073
|
+
return (index.h(index.Host, { variant: this.variant }, index.h("div", null, this.renderAdditionalDescription(), index.h("div", { class: "input-section" }, this.renderInput(), !isModal && index.h("div", { class: "info-link" }, this.renderInfoLink())), this.renderButton()), isModal && this.renderInfoLink(), index.h("div", null, this.renderInfoBox(), this.renderErrorSection())));
|
|
2076
2074
|
}
|
|
2077
2075
|
static get watchers() { return {
|
|
2078
2076
|
"requestLoading": ["watchPropHandler"]
|
|
@@ -125,19 +125,15 @@ export class LicenseActivation {
|
|
|
125
125
|
retrieveTextsObject(variant) {
|
|
126
126
|
const { inputMessage, inputLabel, inputPlaceholder, buttonLabel, additionalDescription, buttonIcon, previewInputPlaceholder, previewButtonLabel, previewButtonIcon, previewButtonSize, } = this;
|
|
127
127
|
const { licenseActivationStatus } = this.licenseActivationState;
|
|
128
|
-
let description = null
|
|
128
|
+
let description = null;
|
|
129
129
|
if (variant === LicenseActivationVariantEnum.modal) {
|
|
130
130
|
description =
|
|
131
131
|
additionalDescription ||
|
|
132
132
|
this.cms["newdashboard.licenseActivation.additionalDescription"];
|
|
133
133
|
}
|
|
134
|
-
else {
|
|
135
|
-
defaultInputMessage =
|
|
136
|
-
this.cms["newdashboard.licenseActivation.inputHelperMessage"];
|
|
137
|
-
}
|
|
138
134
|
return {
|
|
139
135
|
inputStatus: this.mapInputStatus(licenseActivationStatus),
|
|
140
|
-
inputMessage: inputMessage
|
|
136
|
+
inputMessage: inputMessage,
|
|
141
137
|
placeholder: inputPlaceholder ||
|
|
142
138
|
this.cms["newdashboard.licenseActivation.inputPlaceholder"],
|
|
143
139
|
inputLabel: inputLabel || this.cms["newdashboard.licenseActivation.inputLabel"],
|
|
@@ -148,7 +144,7 @@ export class LicenseActivation {
|
|
|
148
144
|
previewButtonLabel,
|
|
149
145
|
previewButtonIcon,
|
|
150
146
|
previewButtonSize,
|
|
151
|
-
linkLabel: this.cms["newdashboard.licenseActivation.helperLink"]
|
|
147
|
+
linkLabel: this.cms["newdashboard.licenseActivation.helperLink"],
|
|
152
148
|
errorButtonLabel: this.cms["newdashboard.licenseActivation.contactUs.btnLabel"],
|
|
153
149
|
errorSectionMessage: this.cms["newdashboard.licenseActivation.contactUs.message"],
|
|
154
150
|
infoBoxIcon: `${this.environment.URL_S3_IMAGES_FOLDER}bollinoSIAE.svg`,
|
|
@@ -7,12 +7,19 @@
|
|
|
7
7
|
margin-bottom: calc(var(--space-unit) * 4);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
:host > div > z-button {
|
|
10
|
+
:host(:has(z-input)) > div > z-button {
|
|
11
11
|
padding: calc(var(--space-unit) * 2) 0;
|
|
12
12
|
width: 100%;
|
|
13
13
|
}
|
|
14
|
+
:host([variant="modal"]) > div > z-button {
|
|
15
|
+
padding: calc(var(--space-unit) * 5.5) 0 calc(var(--space-unit) * 2);
|
|
16
|
+
}
|
|
17
|
+
:host([variant="modal"]:has(z-input-message)) > div > z-button {
|
|
18
|
+
padding: calc(var(--space-unit) * 2) 0 calc(var(--space-unit) * 2);
|
|
19
|
+
}
|
|
14
20
|
|
|
15
|
-
:host
|
|
21
|
+
:host([variant="preview"]:has(z-input)) .input-section,
|
|
22
|
+
:host .license-input-container {
|
|
16
23
|
width: 100%;
|
|
17
24
|
}
|
|
18
25
|
|
|
@@ -42,17 +49,6 @@
|
|
|
42
49
|
line-height: 20px;
|
|
43
50
|
}
|
|
44
51
|
|
|
45
|
-
:host([variant="preview"]) {
|
|
46
|
-
margin: 0;
|
|
47
|
-
padding: 0;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
:host([variant="preview"]) > div > z-button {
|
|
51
|
-
margin: 0;
|
|
52
|
-
padding: 0;
|
|
53
|
-
width: initial;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
52
|
:host([variant="preview"]) .license-input-container {
|
|
57
53
|
width: 100%;
|
|
58
54
|
margin-right: calc(var(--space-unit) * 2);
|
|
@@ -69,8 +65,8 @@
|
|
|
69
65
|
fill: var(--color-text-link-blue);
|
|
70
66
|
}
|
|
71
67
|
|
|
72
|
-
:host .
|
|
73
|
-
|
|
68
|
+
:host .info-link {
|
|
69
|
+
margin-top: var(--space-unit);
|
|
74
70
|
}
|
|
75
71
|
|
|
76
72
|
/* Tablet breakpoint */
|
|
@@ -89,7 +85,7 @@
|
|
|
89
85
|
flex-direction: column;
|
|
90
86
|
}
|
|
91
87
|
|
|
92
|
-
:host > div > z-button {
|
|
88
|
+
:host(:has(z-input)) > div > z-button {
|
|
93
89
|
padding-top: calc(var(--space-unit) * 3);
|
|
94
90
|
padding-left: calc(var(--space-unit) * 2);
|
|
95
91
|
width: auto;
|
|
@@ -99,6 +95,11 @@
|
|
|
99
95
|
}
|
|
100
96
|
|
|
101
97
|
:host([variant="modal"]) > div > z-button {
|
|
98
|
+
padding: calc(var(--space-unit) * 5.5) 0 calc(var(--space-unit) * 2);
|
|
99
|
+
width: max-content;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
:host([variant="modal"]:has(z-input-message)) > div > z-button {
|
|
102
103
|
padding: calc(var(--space-unit) * 3) 0 calc(var(--space-unit) * 2);
|
|
103
104
|
width: max-content;
|
|
104
105
|
}
|
|
@@ -55,7 +55,8 @@ export class LicenseActivationForm {
|
|
|
55
55
|
}
|
|
56
56
|
renderInputMessage() {
|
|
57
57
|
const { inputMessage, inputStatus } = this.formTexts;
|
|
58
|
-
if (this.variant === LicenseActivationVariantEnum.preview
|
|
58
|
+
if (this.variant === LicenseActivationVariantEnum.preview ||
|
|
59
|
+
(this.variant === LicenseActivationVariantEnum.box && !inputMessage))
|
|
59
60
|
return;
|
|
60
61
|
const message = this.variant === LicenseActivationVariantEnum.box
|
|
61
62
|
? inputMessage
|
|
@@ -135,7 +136,8 @@ export class LicenseActivationForm {
|
|
|
135
136
|
return "";
|
|
136
137
|
}
|
|
137
138
|
render() {
|
|
138
|
-
|
|
139
|
+
const isModal = this.variant === LicenseActivationVariantEnum.modal;
|
|
140
|
+
return (h(Host, { variant: this.variant }, h("div", null, this.renderAdditionalDescription(), h("div", { class: "input-section" }, this.renderInput(), !isModal && h("div", { class: "info-link" }, this.renderInfoLink())), this.renderButton()), isModal && this.renderInfoLink(), h("div", null, this.renderInfoBox(), this.renderErrorSection())));
|
|
139
141
|
}
|
|
140
142
|
static get is() { return "license-activation-form"; }
|
|
141
143
|
static get encapsulation() { return "scoped"; }
|
|
File without changes
|
|
@@ -1863,19 +1863,15 @@ const LicenseActivation$1 = class extends HTMLElement$1 {
|
|
|
1863
1863
|
retrieveTextsObject(variant) {
|
|
1864
1864
|
const { inputMessage, inputLabel, inputPlaceholder, buttonLabel, additionalDescription, buttonIcon, previewInputPlaceholder, previewButtonLabel, previewButtonIcon, previewButtonSize, } = this;
|
|
1865
1865
|
const { licenseActivationStatus } = this.licenseActivationState;
|
|
1866
|
-
let description = null
|
|
1866
|
+
let description = null;
|
|
1867
1867
|
if (variant === LicenseActivationVariantEnum.modal) {
|
|
1868
1868
|
description =
|
|
1869
1869
|
additionalDescription ||
|
|
1870
1870
|
this.cms["newdashboard.licenseActivation.additionalDescription"];
|
|
1871
1871
|
}
|
|
1872
|
-
else {
|
|
1873
|
-
defaultInputMessage =
|
|
1874
|
-
this.cms["newdashboard.licenseActivation.inputHelperMessage"];
|
|
1875
|
-
}
|
|
1876
1872
|
return {
|
|
1877
1873
|
inputStatus: this.mapInputStatus(licenseActivationStatus),
|
|
1878
|
-
inputMessage: inputMessage
|
|
1874
|
+
inputMessage: inputMessage,
|
|
1879
1875
|
placeholder: inputPlaceholder ||
|
|
1880
1876
|
this.cms["newdashboard.licenseActivation.inputPlaceholder"],
|
|
1881
1877
|
inputLabel: inputLabel || this.cms["newdashboard.licenseActivation.inputLabel"],
|
|
@@ -1886,7 +1882,7 @@ const LicenseActivation$1 = class extends HTMLElement$1 {
|
|
|
1886
1882
|
previewButtonLabel,
|
|
1887
1883
|
previewButtonIcon,
|
|
1888
1884
|
previewButtonSize,
|
|
1889
|
-
linkLabel: this.cms["newdashboard.licenseActivation.helperLink"]
|
|
1885
|
+
linkLabel: this.cms["newdashboard.licenseActivation.helperLink"],
|
|
1890
1886
|
errorButtonLabel: this.cms["newdashboard.licenseActivation.contactUs.btnLabel"],
|
|
1891
1887
|
errorSectionMessage: this.cms["newdashboard.licenseActivation.contactUs.message"],
|
|
1892
1888
|
infoBoxIcon: `${this.environment.URL_S3_IMAGES_FOLDER}bollinoSIAE.svg`,
|
|
@@ -2295,7 +2291,7 @@ var AccordionVariant;
|
|
|
2295
2291
|
AccordionVariant["BACKGROUND"] = "background";
|
|
2296
2292
|
})(AccordionVariant || (AccordionVariant = {}));
|
|
2297
2293
|
|
|
2298
|
-
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>div.sc-license-activation-form>z-button.sc-license-activation-form{padding:calc(var(--space-unit) * 2) 0;width:100%}.sc-license-activation-form-h>div.sc-license-activation-form>z-input.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
|
|
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}}";
|
|
2299
2295
|
|
|
2300
2296
|
const LicenseActivationForm$1 = class extends HTMLElement$1 {
|
|
2301
2297
|
constructor() {
|
|
@@ -2354,7 +2350,8 @@ const LicenseActivationForm$1 = class extends HTMLElement$1 {
|
|
|
2354
2350
|
}
|
|
2355
2351
|
renderInputMessage() {
|
|
2356
2352
|
const { inputMessage, inputStatus } = this.formTexts;
|
|
2357
|
-
if (this.variant === LicenseActivationVariantEnum.preview
|
|
2353
|
+
if (this.variant === LicenseActivationVariantEnum.preview ||
|
|
2354
|
+
(this.variant === LicenseActivationVariantEnum.box && !inputMessage))
|
|
2358
2355
|
return;
|
|
2359
2356
|
const message = this.variant === LicenseActivationVariantEnum.box
|
|
2360
2357
|
? inputMessage
|
|
@@ -2434,7 +2431,8 @@ const LicenseActivationForm$1 = class extends HTMLElement$1 {
|
|
|
2434
2431
|
return "";
|
|
2435
2432
|
}
|
|
2436
2433
|
render() {
|
|
2437
|
-
|
|
2434
|
+
const isModal = this.variant === LicenseActivationVariantEnum.modal;
|
|
2435
|
+
return (h(Host, { variant: this.variant }, h("div", null, this.renderAdditionalDescription(), h("div", { class: "input-section" }, this.renderInput(), !isModal && h("div", { class: "info-link" }, this.renderInfoLink())), this.renderButton()), isModal && this.renderInfoLink(), h("div", null, this.renderInfoBox(), this.renderErrorSection())));
|
|
2438
2436
|
}
|
|
2439
2437
|
static get watchers() { return {
|
|
2440
2438
|
"requestLoading": ["watchPropHandler"]
|
|
@@ -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-eab0941b",[[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-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)));
|
|
File without changes
|