@zanichelli/albe-web-components 2.48.0 → 3.1.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.
Files changed (134) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/web-components-library.cjs.js +1 -1
  4. package/dist/cjs/{z-app-switcher_11.cjs.entry.js → z-app-switcher_12.cjs.entry.js} +42 -6
  5. package/dist/cjs/z-cookiebar.cjs.entry.js +3 -3
  6. package/dist/cjs/z-date-picker.cjs.entry.js +104 -4
  7. package/dist/cjs/z-file-upload.cjs.entry.js +14 -11
  8. package/dist/cjs/z-footer.cjs.entry.js +12 -7
  9. package/dist/cjs/z-modal-login.cjs.entry.js +5 -4
  10. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +2 -2
  11. package/dist/cjs/z-myz-topbar.cjs.entry.js +2 -2
  12. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +12 -11
  13. package/dist/cjs/z-navigation-tab.cjs.entry.js +12 -11
  14. package/dist/cjs/z-navigation-tabs.cjs.entry.js +5 -8
  15. package/dist/cjs/z-table-cell.cjs.entry.js +1 -1
  16. package/dist/cjs/z-table-header.cjs.entry.js +1 -1
  17. package/dist/cjs/z-table.cjs.entry.js +2 -2
  18. package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
  19. package/dist/collection/collection-manifest.json +1 -0
  20. package/dist/collection/components/buttons/z-button/index.js +72 -52
  21. package/dist/collection/components/buttons/z-button/styles.css +32 -111
  22. package/dist/collection/components/file-upload/z-file-upload/index.js +13 -10
  23. package/dist/collection/components/file-upload/z-file-upload/styles.css +2 -2
  24. package/dist/collection/components/footer/z-footer/index.js +19 -14
  25. package/dist/collection/components/footer/z-footer/styles.css +2 -2
  26. package/dist/collection/components/modal/z-modal-login/index.js +5 -4
  27. package/dist/collection/components/modal/z-modal-login/styles.css +8 -8
  28. package/dist/collection/components/navigation/tabs/navigation-tab.css +49 -31
  29. package/dist/collection/components/navigation/tabs/z-navigation-tab/index.js +14 -21
  30. package/dist/collection/components/navigation/tabs/z-navigation-tab-link/index.js +14 -21
  31. package/dist/collection/components/navigation/tabs/z-navigation-tabs/index.js +4 -7
  32. package/dist/collection/components/navigation/tabs/z-navigation-tabs/styles.css +6 -20
  33. package/dist/collection/components/notification/z-cookiebar/index.js +2 -2
  34. package/dist/collection/components/notification/z-cookiebar/styles.css +3 -3
  35. package/dist/collection/components/notification/z-toast-notification/styles.css +4 -2
  36. package/dist/collection/components/z-date-picker/index.js +111 -4
  37. package/dist/collection/components/z-date-picker/styles.css +14 -4
  38. package/dist/collection/components/z-table/z-table/index.js +4 -4
  39. package/dist/collection/components/z-table/z-table-cell/index.js +1 -1
  40. package/dist/collection/components/z-table/z-table-header/index.js +1 -1
  41. package/dist/collection/deprecated/z-button-deprecated/index.js +218 -0
  42. package/dist/collection/deprecated/z-button-deprecated/styles.css +231 -0
  43. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +1 -1
  44. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +1 -1
  45. package/dist/collection/snowflakes/myz/topbar/index.js +1 -1
  46. package/dist/collection/snowflakes/myz/topbar/styles.css +8 -8
  47. package/dist/esm/loader.js +1 -1
  48. package/dist/esm/web-components-library.js +1 -1
  49. package/dist/esm/{z-app-switcher_11.entry.js → z-app-switcher_12.entry.js} +42 -7
  50. package/dist/esm/z-cookiebar.entry.js +3 -3
  51. package/dist/esm/z-date-picker.entry.js +104 -4
  52. package/dist/esm/z-file-upload.entry.js +14 -11
  53. package/dist/esm/z-footer.entry.js +12 -7
  54. package/dist/esm/z-modal-login.entry.js +5 -4
  55. package/dist/esm/z-myz-card-dictionary.entry.js +2 -2
  56. package/dist/esm/z-myz-topbar.entry.js +2 -2
  57. package/dist/esm/z-navigation-tab-link.entry.js +13 -12
  58. package/dist/esm/z-navigation-tab.entry.js +13 -12
  59. package/dist/esm/z-navigation-tabs.entry.js +5 -8
  60. package/dist/esm/z-table-cell.entry.js +1 -1
  61. package/dist/esm/z-table-header.entry.js +1 -1
  62. package/dist/esm/z-table.entry.js +2 -2
  63. package/dist/esm/z-toast-notification.entry.js +1 -1
  64. package/dist/types/components/buttons/z-button/index.d.ts +13 -7
  65. package/dist/types/components/navigation/tabs/z-navigation-tab/index.d.ts +8 -5
  66. package/dist/types/components/navigation/tabs/z-navigation-tab-link/index.d.ts +8 -5
  67. package/dist/types/components/navigation/tabs/z-navigation-tabs/index.d.ts +2 -0
  68. package/dist/types/components/z-date-picker/index.d.ts +6 -0
  69. package/dist/types/components.d.ts +99 -6
  70. package/dist/types/deprecated/z-button-deprecated/index.d.ts +28 -0
  71. package/dist/web-components-library/p-0b590426.entry.js +1 -0
  72. package/dist/web-components-library/p-2b8975b1.entry.js +1 -0
  73. package/dist/web-components-library/p-2ff952a3.entry.js +1 -0
  74. package/dist/web-components-library/p-393c31c0.entry.js +1 -0
  75. package/dist/web-components-library/p-459dab30.entry.js +1 -0
  76. package/dist/web-components-library/p-709ab23c.entry.js +1 -0
  77. package/dist/web-components-library/p-8b62bd85.entry.js +1 -0
  78. package/dist/web-components-library/{p-791cbcab.entry.js → p-a391566a.entry.js} +1 -1
  79. package/{www/build/p-ae2e17b4.entry.js → dist/web-components-library/p-adad78fc.entry.js} +1 -1
  80. package/dist/web-components-library/{p-3dba3a83.entry.js → p-bbb0e7a7.entry.js} +2 -2
  81. package/dist/web-components-library/p-cadcf677.entry.js +1 -0
  82. package/dist/web-components-library/p-cce20009.entry.js +1 -0
  83. package/dist/web-components-library/p-cd2ca92b.entry.js +1 -0
  84. package/dist/web-components-library/p-da7760a3.entry.js +1 -0
  85. package/dist/web-components-library/p-dcf4d1b6.entry.js +1 -0
  86. package/dist/web-components-library/web-components-library.esm.js +1 -1
  87. package/package.json +1 -1
  88. package/react/components.d.ts +1 -0
  89. package/react/components.js +4 -3
  90. package/react/components.js.map +1 -1
  91. package/www/build/p-0b590426.entry.js +1 -0
  92. package/www/build/p-2b8975b1.entry.js +1 -0
  93. package/www/build/p-2ff952a3.entry.js +1 -0
  94. package/www/build/p-393c31c0.entry.js +1 -0
  95. package/www/build/p-459dab30.entry.js +1 -0
  96. package/www/build/p-709ab23c.entry.js +1 -0
  97. package/www/build/p-8b62bd85.entry.js +1 -0
  98. package/www/build/{p-791cbcab.entry.js → p-a391566a.entry.js} +1 -1
  99. package/{dist/web-components-library/p-ae2e17b4.entry.js → www/build/p-adad78fc.entry.js} +1 -1
  100. package/www/build/{p-3dba3a83.entry.js → p-bbb0e7a7.entry.js} +2 -2
  101. package/www/build/p-cadcf677.entry.js +1 -0
  102. package/www/build/p-cce20009.entry.js +1 -0
  103. package/www/build/p-cd2ca92b.entry.js +1 -0
  104. package/www/build/p-da7760a3.entry.js +1 -0
  105. package/www/build/p-dcf4d1b6.entry.js +1 -0
  106. package/www/build/web-components-library.esm.js +1 -1
  107. package/www/index.html +2 -2
  108. package/www/pages/notification.html +10 -7
  109. package/dist/web-components-library/p-114f3a85.entry.js +0 -1
  110. package/dist/web-components-library/p-1e1cb4ad.entry.js +0 -1
  111. package/dist/web-components-library/p-29f07a9b.entry.js +0 -1
  112. package/dist/web-components-library/p-3edd463d.entry.js +0 -1
  113. package/dist/web-components-library/p-4b166956.entry.js +0 -1
  114. package/dist/web-components-library/p-6ef6464c.entry.js +0 -1
  115. package/dist/web-components-library/p-8188846a.entry.js +0 -1
  116. package/dist/web-components-library/p-a15db194.entry.js +0 -1
  117. package/dist/web-components-library/p-a2a3a537.entry.js +0 -1
  118. package/dist/web-components-library/p-a6a9be81.entry.js +0 -1
  119. package/dist/web-components-library/p-b60fe58c.entry.js +0 -1
  120. package/dist/web-components-library/p-bea1f6b8.entry.js +0 -1
  121. package/www/build/p-114f3a85.entry.js +0 -1
  122. package/www/build/p-1e1cb4ad.entry.js +0 -1
  123. package/www/build/p-29f07a9b.entry.js +0 -1
  124. package/www/build/p-3edd463d.entry.js +0 -1
  125. package/www/build/p-4b166956.entry.js +0 -1
  126. package/www/build/p-6ef6464c.entry.js +0 -1
  127. package/www/build/p-8188846a.entry.js +0 -1
  128. package/www/build/p-a15db194.entry.js +0 -1
  129. package/www/build/p-a2a3a537.entry.js +0 -1
  130. package/www/build/p-a6a9be81.entry.js +0 -1
  131. package/www/build/p-a9db7c4f.js +0 -129
  132. package/www/build/p-b60fe58c.entry.js +0 -1
  133. package/www/build/p-bea1f6b8.entry.js +0 -1
  134. package/www/build/p-fcff1237.css +0 -812
@@ -0,0 +1,218 @@
1
+ import { Component, Prop, h, Element } from "@stencil/core";
2
+ import classNames from "classnames";
3
+ import { ButtonVariantEnum, ButtonTypeEnum, ButtonSizeEnum, } from "../../beans";
4
+ /**
5
+ * @slot - button label
6
+ */
7
+ export class ZButtonDeprecated {
8
+ constructor() {
9
+ /** HTML button disabled attribute. */
10
+ this.disabled = false;
11
+ /** HTML button type attribute. */
12
+ this.type = ButtonTypeEnum.button;
13
+ /** Graphical variant: `primary`, `secondary`, `tertiary`, `dark-bg`. Defaults to `primary`. */
14
+ this.variant = ButtonVariantEnum.primary;
15
+ /** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
16
+ this.size = ButtonSizeEnum.big;
17
+ /** Reduce button size (deprecated).
18
+ * @deprecated Use `size` prop.
19
+ */
20
+ this.issmall = false;
21
+ /** Spy to render square button. */
22
+ this.square = false;
23
+ }
24
+ render() {
25
+ this.hostElement.style.pointerEvents = this.disabled ? "none" : "auto";
26
+ return (h("slot", { name: "element" },
27
+ h("button", { id: this.htmlid, name: this.name, type: this.type, disabled: this.disabled, class: classNames(this.variant, this.size, { issmall: this.issmall }, { square: this.square }) },
28
+ this.icon && h("z-icon", { name: this.icon, width: 16, height: 16 }),
29
+ h("slot", null))));
30
+ }
31
+ static get is() { return "z-button-deprecated"; }
32
+ static get encapsulation() { return "shadow"; }
33
+ static get originalStyleUrls() { return {
34
+ "$": ["styles.css"]
35
+ }; }
36
+ static get styleUrls() { return {
37
+ "$": ["styles.css"]
38
+ }; }
39
+ static get properties() { return {
40
+ "htmlid": {
41
+ "type": "string",
42
+ "mutable": false,
43
+ "complexType": {
44
+ "original": "string",
45
+ "resolved": "string",
46
+ "references": {}
47
+ },
48
+ "required": false,
49
+ "optional": true,
50
+ "docs": {
51
+ "tags": [],
52
+ "text": "Identifier, should be unique."
53
+ },
54
+ "attribute": "htmlid",
55
+ "reflect": false
56
+ },
57
+ "name": {
58
+ "type": "string",
59
+ "mutable": false,
60
+ "complexType": {
61
+ "original": "string",
62
+ "resolved": "string",
63
+ "references": {}
64
+ },
65
+ "required": false,
66
+ "optional": true,
67
+ "docs": {
68
+ "tags": [],
69
+ "text": "HTML button name attribute."
70
+ },
71
+ "attribute": "name",
72
+ "reflect": false
73
+ },
74
+ "disabled": {
75
+ "type": "boolean",
76
+ "mutable": false,
77
+ "complexType": {
78
+ "original": "boolean",
79
+ "resolved": "boolean",
80
+ "references": {}
81
+ },
82
+ "required": false,
83
+ "optional": true,
84
+ "docs": {
85
+ "tags": [],
86
+ "text": "HTML button disabled attribute."
87
+ },
88
+ "attribute": "disabled",
89
+ "reflect": true,
90
+ "defaultValue": "false"
91
+ },
92
+ "type": {
93
+ "type": "string",
94
+ "mutable": false,
95
+ "complexType": {
96
+ "original": "HTMLButtonElement[\"type\"]",
97
+ "resolved": "string",
98
+ "references": {
99
+ "HTMLButtonElement": {
100
+ "location": "global"
101
+ }
102
+ }
103
+ },
104
+ "required": false,
105
+ "optional": true,
106
+ "docs": {
107
+ "tags": [],
108
+ "text": "HTML button type attribute."
109
+ },
110
+ "attribute": "type",
111
+ "reflect": false,
112
+ "defaultValue": "ButtonTypeEnum.button"
113
+ },
114
+ "variant": {
115
+ "type": "string",
116
+ "mutable": false,
117
+ "complexType": {
118
+ "original": "ButtonVariantBean",
119
+ "resolved": "ButtonVariantEnum.primary | ButtonVariantEnum.secondary | ButtonVariantEnum.tertiary | typeof ButtonVariantEnum[\"dark-bg\"]",
120
+ "references": {
121
+ "ButtonVariantBean": {
122
+ "location": "import",
123
+ "path": "../../beans"
124
+ }
125
+ }
126
+ },
127
+ "required": false,
128
+ "optional": true,
129
+ "docs": {
130
+ "tags": [],
131
+ "text": "Graphical variant: `primary`, `secondary`, `tertiary`, `dark-bg`. Defaults to `primary`."
132
+ },
133
+ "attribute": "variant",
134
+ "reflect": true,
135
+ "defaultValue": "ButtonVariantEnum.primary"
136
+ },
137
+ "icon": {
138
+ "type": "string",
139
+ "mutable": false,
140
+ "complexType": {
141
+ "original": "string",
142
+ "resolved": "string",
143
+ "references": {}
144
+ },
145
+ "required": false,
146
+ "optional": true,
147
+ "docs": {
148
+ "tags": [],
149
+ "text": "`z-icon` name to use (optional)."
150
+ },
151
+ "attribute": "icon",
152
+ "reflect": false
153
+ },
154
+ "size": {
155
+ "type": "string",
156
+ "mutable": false,
157
+ "complexType": {
158
+ "original": "ButtonSizeEnum",
159
+ "resolved": "ButtonSizeEnum.big | ButtonSizeEnum.small | typeof ButtonSizeEnum[\"x-small\"]",
160
+ "references": {
161
+ "ButtonSizeEnum": {
162
+ "location": "import",
163
+ "path": "../../beans"
164
+ }
165
+ }
166
+ },
167
+ "required": false,
168
+ "optional": true,
169
+ "docs": {
170
+ "tags": [],
171
+ "text": "Available sizes: `big`, `small` and `x-small`. Defaults to `big`."
172
+ },
173
+ "attribute": "size",
174
+ "reflect": true,
175
+ "defaultValue": "ButtonSizeEnum.big"
176
+ },
177
+ "issmall": {
178
+ "type": "boolean",
179
+ "mutable": false,
180
+ "complexType": {
181
+ "original": "boolean",
182
+ "resolved": "boolean",
183
+ "references": {}
184
+ },
185
+ "required": false,
186
+ "optional": true,
187
+ "docs": {
188
+ "tags": [{
189
+ "name": "deprecated",
190
+ "text": "Use `size` prop."
191
+ }],
192
+ "text": "Reduce button size (deprecated)."
193
+ },
194
+ "attribute": "issmall",
195
+ "reflect": true,
196
+ "defaultValue": "false"
197
+ },
198
+ "square": {
199
+ "type": "boolean",
200
+ "mutable": false,
201
+ "complexType": {
202
+ "original": "boolean",
203
+ "resolved": "boolean",
204
+ "references": {}
205
+ },
206
+ "required": false,
207
+ "optional": true,
208
+ "docs": {
209
+ "tags": [],
210
+ "text": "Spy to render square button."
211
+ },
212
+ "attribute": "square",
213
+ "reflect": true,
214
+ "defaultValue": "false"
215
+ }
216
+ }; }
217
+ static get elementRef() { return "hostElement"; }
218
+ }
@@ -0,0 +1,231 @@
1
+ :host {
2
+ display: inline-block;
3
+
4
+ --z-icon-width: 16px;
5
+ --z-icon-height: 16px;
6
+ --z-icon-right-margin: var(--space-unit);
7
+ --rgb-white: 240, 240, 240
8
+ }
9
+
10
+ button:disabled,
11
+ ::slotted(button:disabled) {
12
+ pointer-events: none;
13
+ }
14
+
15
+ button,
16
+ ::slotted(button),
17
+ ::slotted(a) {
18
+ box-sizing: border-box;
19
+ display: inline-flex;
20
+ flex-direction: row;
21
+ align-items: center;
22
+ justify-content: center;
23
+ width: 100%;
24
+ font-family: var(--dashboard-font);
25
+ font-weight: var(--font-sb);
26
+ font-size: 14px;
27
+ line-height: 1;
28
+ letter-spacing: 0.3px;
29
+ border-width: var(--border-size-medium);
30
+ border-style: solid;
31
+ border-radius: var(--border-radius);
32
+ vertical-align: middle;
33
+ text-transform: uppercase;
34
+ text-decoration: none;
35
+ cursor: pointer;
36
+ white-space: nowrap;
37
+ outline: none;
38
+ fill: currentColor;
39
+ }
40
+
41
+ button.big,
42
+ :host([size="big"]) ::slotted(button),
43
+ :host([size="big"]) ::slotted(a) {
44
+ height: 44px;
45
+ min-width: 44px;
46
+ }
47
+
48
+ button.small,
49
+ :host([size="small"]) ::slotted(button),
50
+ :host([size="small"]) ::slotted(a) {
51
+ height: 36px;
52
+ min-width: 36px;
53
+ }
54
+
55
+ button.issmall,
56
+ :host([issmall]) ::slotted(button),
57
+ :host([issmall]) ::slotted(a) {
58
+ height: 36px;
59
+ min-width: 36px;
60
+ }
61
+
62
+ button.x-small,
63
+ :host([size="x-small"]) ::slotted(button),
64
+ :host([size="x-small"]) ::slotted(a) {
65
+ height: 32px;
66
+ min-width: 32px;
67
+ }
68
+
69
+ button:not(.square),
70
+ :host(:not([square])) ::slotted(button),
71
+ :host(:not([square])) ::slotted(a) {
72
+ min-width: calc(var(--space-unit) * 8);
73
+ padding: 0 calc(var(--space-unit) * 2);
74
+ }
75
+
76
+ button.square,
77
+ :host([square]) {
78
+ --z-icon-right-margin: 0;
79
+ }
80
+
81
+ button.primary,
82
+ :host([variant="primary"]) ::slotted(button),
83
+ :host([variant="primary"]) ::slotted(a) {
84
+ background-color: var(--color-primary01);
85
+ border-color: var(--color-primary01);
86
+ color: var(--color-text-inverse);
87
+ }
88
+
89
+ @media (hover: hover) {
90
+ button.primary:hover,
91
+ :host([variant="primary"]) ::slotted(button:hover),
92
+ :host([variant="primary"]) ::slotted(a:hover) {
93
+ background-color: var(--color-hover-primary);
94
+ border-color: var(--color-hover-primary);
95
+ color: var(--color-text-inverse);
96
+ }
97
+ }
98
+
99
+ button:focus:focus-visible,
100
+ ::slotted(button:focus:focus-visible),
101
+ ::slotted(a:focus:focus-visible) {
102
+ box-shadow: var(--shadow-focus-primary);
103
+ }
104
+
105
+ button.primary:active,
106
+ :host([variant="primary"]) ::slotted(button:active),
107
+ :host([variant="primary"]) ::slotted(a:active) {
108
+ background-color: var(--color-pressed-primary);
109
+ border-color: var(--color-pressed-primary);
110
+ color: var(--color-text-inverse);
111
+ box-shadow: var(--shadow-2);
112
+ }
113
+
114
+ button.primary:disabled,
115
+ :host([variant="primary"]) ::slotted(button:disabled) {
116
+ background-color: var(--color-disabled01);
117
+ border-color: var(--color-disabled01);
118
+ color: var(--color-disabled02);
119
+ }
120
+
121
+ button.secondary,
122
+ :host([variant="secondary"]) ::slotted(button),
123
+ :host([variant="secondary"]) ::slotted(a) {
124
+ background-color: var(--color-surface01);
125
+ border-color: var(--color-primary01);
126
+ color: var(--color-primary01);
127
+ }
128
+
129
+ @media (hover: hover) {
130
+ button.secondary:hover,
131
+ :host([variant="secondary"]) ::slotted(button:hover),
132
+ :host([variant="secondary"]) ::slotted(a:hover) {
133
+ background-color: var(--color-surface01);
134
+ border-color: var(--color-hover-primary);
135
+ color: var(--color-hover-primary);
136
+ }
137
+ }
138
+
139
+ button.secondary:active,
140
+ :host([variant="secondary"]) ::slotted(button:active),
141
+ :host([variant="secondary"]) ::slotted(a:active) {
142
+ background-color: var(--color-surface01);
143
+ border-color: var(--color-pressed-primary);
144
+ color: var(--color-pressed-primary);
145
+ box-shadow: var(--shadow-2);
146
+ }
147
+
148
+ button.secondary:disabled,
149
+ :host([variant="secondary"]) ::slotted(button:disabled) {
150
+ background-color: var(--color-surface01);
151
+ border-color: var(--color-disabled01);
152
+ color: var(--color-disabled02);
153
+ }
154
+
155
+ button.tertiary,
156
+ :host([variant="tertiary"]) ::slotted(button),
157
+ :host([variant="tertiary"]) ::slotted(a) {
158
+ background-color: transparent;
159
+ border-color: transparent;
160
+ color: var(--color-primary01);
161
+ }
162
+
163
+ button.tertiary.hasContent {
164
+ padding: 0 var(--space-unit);
165
+ }
166
+
167
+ @media (hover: hover) {
168
+ button.tertiary:hover,
169
+ :host([variant="tertiary"]) ::slotted(button:hover),
170
+ :host([variant="tertiary"]) ::slotted(a:hover) {
171
+ background-color: var(--color-primary03);
172
+ border-color: var(--color-primary03);
173
+ color: var(--color-hover-primary);
174
+ }
175
+ }
176
+
177
+ button.tertiary:focus:focus-visible,
178
+ :host([variant="tertiary"]) ::slotted(button:focus:focus-visible),
179
+ :host([variant="tertiary"]) ::slotted(a:focus:focus-visible) {
180
+ background-color: var(--color-surface01);
181
+ border-color: var(--color-surface01);
182
+ color: var(--color-primary01);
183
+ }
184
+
185
+ button.tertiary:active,
186
+ :host([variant="tertiary"]) ::slotted(button:active),
187
+ :host([variant="tertiary"]) ::slotted(a:active) {
188
+ background-color: var(--color-surface01);
189
+ border-color: var(--color-surface01);
190
+ color: var(--color-primary01);
191
+ box-shadow: var(--shadow-2);
192
+ }
193
+
194
+ button.tertiary:disabled,
195
+ :host([variant="tertiary"]) ::slotted(button:disabled) {
196
+ background-color: transparent;
197
+ border-color: transparent;
198
+ color: var(--color-disabled02);
199
+ }
200
+
201
+ button.dark-bg,
202
+ :host([variant="dark-bg"]) ::slotted(button),
203
+ :host([variant="dark-bg"]) ::slotted(a) {
204
+ background-color: rgba(var(--rgb-white), 0.2);
205
+ border-color: transparent;
206
+ color: var(--color-text04);
207
+ }
208
+
209
+ button.dark-bg.hasContent {
210
+ padding: 0 var(--space-unit);
211
+ }
212
+
213
+ @media (hover: hover) {
214
+ button.dark-bg:hover,
215
+ :host([variant="dark-bg"]) ::slotted(button:hover),
216
+ :host([variant="dark-bg"]) ::slotted(a:hover) {
217
+ background-color: rgba(var(--rgb-white), 0.1);
218
+ }
219
+ }
220
+
221
+ button.dark-bg:active,
222
+ :host([variant="dark-bg"]) ::slotted(button:active),
223
+ :host([variant="dark-bg"]) ::slotted(a:active) {
224
+ background-color: rgba(var(--rgb-white), 0.3);
225
+ }
226
+
227
+ button.dark-bg:disabled,
228
+ :host([variant="dark-bg"]) ::slotted(button:disabled) {
229
+ color: var(--color-disabled03);
230
+ background-color: rgba(var(--rgb-white), 0.05);
231
+ }
@@ -30,7 +30,7 @@ export class ZMyzCardDictionary {
30
30
  h("div", { class: "front" },
31
31
  h("z-myz-card-body", null,
32
32
  h("z-myz-card-cover", { slot: "cover", titolo: this.name, img: this.cover, faded: this.disabled })),
33
- h("z-button", { class: this.hideinfobtn ? "hideInfo" : "", variant: ButtonVariantEnum.secondary, icon: "informationsource", issmall: true, onClick: () => this.flipCard(true), disabled: this.flipped }, this.flipbuttonlabel)),
33
+ h("z-button-deprecated", { class: this.hideinfobtn ? "hideInfo" : "", variant: ButtonVariantEnum.secondary, icon: "informationsource", issmall: true, onClick: () => this.flipCard(true), disabled: this.flipped }, this.flipbuttonlabel)),
34
34
  h("div", { class: "back" },
35
35
  h("slot", { name: "info" }))),
36
36
  h("slot", null))));
@@ -53,7 +53,7 @@
53
53
  transform: rotateY(0deg);
54
54
  }
55
55
 
56
- :host > div .front z-button {
56
+ :host > div .front z-button-deprecated {
57
57
  position: absolute;
58
58
  z-index: 3;
59
59
  top: calc(var(--space-unit) * 0.5);
@@ -138,7 +138,7 @@ export class ZMyzTopbar {
138
138
  if (this.hideloginbutton) {
139
139
  return;
140
140
  }
141
- return (h("z-button", { htmlid: "login-button", variant: this.ismyz ? ButtonVariantEnum.secondary : ButtonVariantEnum.tertiary, icon: "login", issmall: true }, "entra"));
141
+ return (h("z-button-deprecated", { htmlid: "login-button", variant: this.ismyz ? ButtonVariantEnum.secondary : ButtonVariantEnum.tertiary, icon: "login", issmall: true }, "entra"));
142
142
  }
143
143
  renderMobileLoginDiv(userData) {
144
144
  return (h("div", { id: "mobile-login", class: "mobile-login" },
@@ -21,7 +21,7 @@ header {
21
21
  grid-template-rows: 1fr;
22
22
  grid-template-areas: "logo link-int link-ext login";
23
23
  grid-area: main-header;
24
- grid-column-gap: calc(var(--space-unit) * .5);
24
+ grid-column-gap: calc(var(--space-unit) * 0.5);
25
25
  align-items: center;
26
26
  background-color: var(--bg-grey-900);
27
27
  height: auto;
@@ -79,7 +79,7 @@ z-logo {
79
79
  line-height: 32px;
80
80
  text-decoration: none;
81
81
  margin: var(--space-unit);
82
- padding-bottom: calc(var(--space-unit) * .5);
82
+ padding-bottom: calc(var(--space-unit) * 0.5);
83
83
  }
84
84
 
85
85
  .dropdown-links > li > a:hover,
@@ -110,7 +110,7 @@ z-logo {
110
110
  background-color: var(--bg-white);
111
111
  }
112
112
 
113
- .mobile-header > z-button {
113
+ .mobile-header > z-button-deprecated {
114
114
  margin: 0 calc(var(--space-unit) * 2);
115
115
  }
116
116
 
@@ -236,12 +236,12 @@ hr {
236
236
  padding: 0 calc(var(--space-unit) * 2);
237
237
  }
238
238
 
239
- .login > z-button {
239
+ .login > z-button-deprecated {
240
240
  color: var(--bg-white);
241
241
  fill: var(--bg-white);
242
242
  }
243
243
 
244
- .booktab-button > z-button {
244
+ .booktab-button > z-button-deprecated {
245
245
  display: flex;
246
246
  flex-direction: row;
247
247
  flex-wrap: nowrap;
@@ -270,7 +270,7 @@ hr {
270
270
  .link-ext-span {
271
271
  display: inline-block;
272
272
  width: 100%;
273
- margin: calc(var(--space-unit) * .5) auto;
273
+ margin: calc(var(--space-unit) * 0.5) auto;
274
274
  box-sizing: border-box;
275
275
  margin: 0px auto 0px auto;
276
276
  padding: 0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);
@@ -520,7 +520,7 @@ hr {
520
520
  align-items: center;
521
521
  align-content: center;
522
522
  max-height: 46px;
523
- margin-top: calc(var(--space-unit) * .5);
523
+ margin-top: calc(var(--space-unit) * 0.5);
524
524
  }
525
525
 
526
526
  .link-int > span {
@@ -582,7 +582,7 @@ hr {
582
582
  width: auto;
583
583
  line-height: 14px;
584
584
  margin: var(--space-unit);
585
- padding: calc(var(--space-unit) * .5) var(--space-unit);
585
+ padding: calc(var(--space-unit) * 0.5) var(--space-unit);
586
586
  }
587
587
  }
588
588
 
@@ -10,7 +10,7 @@ const patchEsm = () => {
10
10
  const defineCustomElements = (win, options) => {
11
11
  if (typeof window === 'undefined') return Promise.resolve();
12
12
  return patchEsm().then(() => {
13
- return bootstrapLazy(JSON.parse("[[\"z-app-switcher_11\",[[1,\"z-app-topbar\",{\"theme\":[1],\"contentMaxWidth\":[2,\"content-max-width\"],\"topbarContent\":[1,\"topbar-content\"],\"logoLink\":[1,\"logo-link\"],\"showAppSwitcher\":[4,\"show-app-switcher\"],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]],[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"clickable\":[516],\"showshadow\":[516],\"hasCoverImage\":[32]},[[0,\"click\",\"onClick\"]]],[4,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"]}],[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513]}],[1,\"z-app-switcher\",{\"theme\":[1],\"isopen\":[32]}],[1,\"z-ghost-loading\"],[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[4],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}],[1,\"z-button\",{\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513],\"issmall\":[516],\"square\":[516]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-modal-login\",[[6,\"z-modal-login\",{\"forgotPasswordUrl\":[1,\"forgot-password-url\"],\"heading\":[1],\"status\":[1025],\"message\":[1025],\"pwdmessage\":[1025],\"externalProviderCheck\":[32]}]]],[\"z-footer\",[[1,\"z-footer\",{\"data\":[1],\"productName\":[1,\"product-name\"],\"productVersion\":[1,\"product-version\"],\"productCreditsLink\":[1,\"product-credits-link\"],\"showReportAProblemButton\":[4,\"show-report-a-problem-button\"],\"contentMaxWidth\":[2,\"content-max-width\"]},[[0,\"zLinkClick\",\"zLinkClickListener\"]]]]],[\"z-combobox\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32]},[[0,\"inputCheck\",\"inputCheckListener\"]]]]],[\"z-file-upload\",[[6,\"z-file-upload\",{\"type\":[1537],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"filesNumber\":[32],\"invalidFiles\":[32]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-myz-topbar\",[[1,\"z-myz-topbar\",{\"intlinkdata\":[1],\"extlinkdata\":[1],\"userdata\":[1],\"ismyz\":[4],\"logolink\":[1],\"imagealt\":[1],\"activeintlinkid\":[1],\"activesublinkid\":[1],\"hideloginbutton\":[4],\"activeMenuItem\":[32],\"currentMenuItem\":[32],\"isMobile\":[32],\"isMenuMobileOpen\":[32]},[[9,\"resize\",\"handleResize\"],[2,\"zListItemLinkClick\",\"handleZListItemLinkClick\"],[2,\"zListItemClick\",\"handleZListItemClick\"]]]]],[\"z-contextual-menu\",[[1,\"z-contextual-menu\",{\"elements\":[1],\"color\":[1],\"popoverPosition\":[1,\"popover-position\"]}]]],[\"z-date-picker\",[[4,\"z-date-picker\",{\"datepickerid\":[1],\"mode\":[1],\"flatpickrPosition\":[32]}]]],[\"z-myz-card-dictionary\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-table\",[[4,\"z-table\",{\"lines\":[514],\"errorMessage\":[1,\"error-message\"],\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"error\":[4],\"errorLink\":[1,\"error-link\"],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]]]],[\"z-messages-pocket\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-table-header-row\",[[4,\"z-table-header-row\",{\"expandable\":[516]}]]],[\"z-cookiebar\",[[1,\"z-cookiebar\",{\"cookiepolicyurl\":[1],\"hide\":[4],\"callback\":[16]}]]],[\"z-file\",[[6,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"allowTooltip\":[32],\"tooltipVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-table-row\",[[4,\"z-table-row\",{\"expandedType\":[513,\"expanded-type\"],\"expanded\":[32]}]]],[\"z-myz-card-alert\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-otp\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-pagination-bar\",[[1,\"z-pagination-bar\",{\"pages\":[2],\"visiblepages\":[2],\"currentpage\":[1026],\"startpage\":[1026],\"historyraw\":[1],\"listhistoryrow\":[1040],\"currentPages\":[32]}]]],[\"z-panel-elem\",[[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descr_slot_name\":[1]}]]],[\"z-skip-to-content\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-user-dropdown\",[[1,\"z-user-dropdown\",{\"logged\":[4],\"userFullName\":[1,\"user-full-name\"],\"userEmail\":[1,\"user-email\"],\"menuContent\":[1,\"menu-content\"],\"useInverseColors\":[4,\"use-inverse-colors\"],\"isMenuOpen\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"],[8,\"click\",\"handleClickOutside\"]]]]],[\"z-app-header\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"stucked\":[32],\"menuLength\":[32]}]]],[\"z-button-sort\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-icon-package\",[[1,\"z-icon-package\"]]],[\"z-info-box\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-menu\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-menu-section\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tab\",[[1,\"z-navigation-tab\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"icon\":[1],\"label\":[1],\"htmlTitle\":[1,\"html-title\"]},[[0,\"focus\",\"onFocus\"],[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tab-link\",[[1,\"z-navigation-tab-link\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"htmlTitle\":[1,\"html-title\"],\"target\":[1],\"href\":[1],\"icon\":[1],\"label\":[1]},[[0,\"focus\",\"onFocus\"],[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tabs\",[[1,\"z-navigation-tabs\",{\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"onTabSelected\"]]]]],[\"z-notification\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-pocket-message\",[[1,\"z-pocket-message\"]]],[\"z-section-title\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"z-status-tag\",[[1,\"z-status-tag\",{\"icon\":[1],\"text\":[1],\"expandable\":[4],\"status\":[513],\"variant\":[1]}]]],[\"z-tag\",[[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}]]],[\"z-toast-notification\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32],\"isTextLong\":[32]}]]],[\"z-toggle-button\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028]}]]],[\"z-toggle-switch\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-aria-alert\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-chip-deprecated\",[[1,\"z-chip-deprecated\",{\"regulartext\":[1],\"boldtext\":[2]}]]],[\"z-myz-card-footer\",[[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\"]]]]],[\"z-myz-card-footer-sections\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-stepper\",[[1,\"z-stepper\"]]],[\"z-stepper-item\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table-body\",[[6,\"z-table-body\"]]],[\"z-table-expanded-row\",[[1,\"z-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}]]],[\"z-table-footer\",[[6,\"z-table-footer\"]]],[\"z-table-head\",[[6,\"z-table-head\"]]],[\"z-table-sticky-footer\",[[6,\"z-table-sticky-footer\"]]],[\"z-toast-notification-list\",[[1,\"z-toast-notification-list\",{\"position\":[1],\"newestontop\":[4]}]]],[\"z-visually-hidden\",[[1,\"z-visually-hidden\"]]],[\"z-table-header\",[[1,\"z-table-header\",{\"columnId\":[1,\"column-id\"],\"padding\":[513],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortDirection\":[1025,\"sort-direction\"],\"isMenuOpened\":[32]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]]]],[\"z-table-cell\",[[1,\"z-table-cell\",{\"showButton\":[4,\"show-button\"],\"padding\":[513],\"isMenuOpened\":[32]}]]],[\"z-table-empty-box\",[[6,\"z-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}]]],[\"z-chip\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516]}]]],[\"z-alert\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-candybar\",[[1,\"z-candybar\"]]],[\"z-pagination-page\",[[1,\"z-pagination-page\",{\"pageid\":[1],\"value\":[2],\"isselected\":[4],\"isdisabled\":[4],\"isvisited\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-myz-list-item\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-menu-dropdown_2\",[[1,\"z-menu-dropdown\",{\"nomeutente\":[1],\"menucontent\":[1],\"buttonid\":[1],\"ismenuopen\":[32]}],[1,\"z-myz-list\",{\"inputrawdata\":[1025],\"list\":[1040]}]]],[\"z-body_2\",[[1,\"z-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}],[1,\"z-typography\",{\"component\":[1],\"variant\":[1],\"level\":[1]}]]],[\"z-dragdrop-area_2\",[[6,\"z-dragdrop-area\"],[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-modal\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"]}]]],[\"z-tooltip\",[[1,\"z-tooltip\",{\"content\":[1],\"type\":[1025],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"position\":[32]}]]],[\"z-list_3\",[[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],\"isContextualMenu\":[516,\"is-contextual-menu\"],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"]}],[1,\"z-list\",{\"size\":[513]}]]],[\"z-footer-link_3\",[[1,\"z-footer-section\",{\"name\":[1],\"isOpen\":[32]}],[1,\"z-footer-link\",{\"href\":[1]}],[1,\"z-footer-social\",{\"icon\":[1],\"href\":[1],\"description\":[1]}]]],[\"z-pocket_3\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]]],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-popover\",[[6,\"z-popover\",{\"position\":[1],\"backgroundColor\":[1,\"background-color\"],\"borderRadius\":[1,\"border-radius\"],\"boxShadow\":[1,\"box-shadow\"],\"showArrow\":[4,\"show-arrow\"],\"padding\":[1],\"isVisible\":[32],\"popoverPosition\":[32]},[[0,\"closePopover\",\"closePopover\"],[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]]]],[\"z-myz-card_4\",[[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]}]]],[\"z-button-filter_5\",[[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"value\":[1025],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"hasmessage\":[4],\"message\":[1],\"labelafter\":[4],\"typingtimeout\":[2],\"items\":[1],\"autocomplete\":[8],\"multiple\":[4],\"hasclearicon\":[4],\"icon\":[1],\"isTyping\":[32],\"textareaWrapperHover\":[32],\"textareaWrapperFocus\":[32],\"passwordHidden\":[32],\"getValue\":[64],\"setValue\":[64],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[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],\"hasmessage\":[4],\"message\":[1],\"autocomplete\":[8],\"multiple\":[4],\"noresultslabel\":[1],\"isOpen\":[32],\"selectedItems\":[32],\"searchString\":[32],\"getSelectedItems\":[64],\"getValue\":[64],\"setValue\":[64]}],[1,\"z-button-filter\",{\"filtername\":[1],\"isfixed\":[4],\"hasicon\":[4],\"filterid\":[1],\"issmall\":[4]}],[1,\"z-input-label\",{\"value\":[1],\"disabled\":[4],\"htmlfor\":[1]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513]}]]]]"), options);
13
+ return bootstrapLazy(JSON.parse("[[\"z-app-switcher_12\",[[1,\"z-app-topbar\",{\"theme\":[1],\"contentMaxWidth\":[2,\"content-max-width\"],\"topbarContent\":[1,\"topbar-content\"],\"logoLink\":[1,\"logo-link\"],\"showAppSwitcher\":[4,\"show-app-switcher\"],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]],[6,\"z-button\",{\"ariaLabel\":[513,\"aria-label\"],\"href\":[513],\"target\":[513],\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513]}],[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"clickable\":[516],\"showshadow\":[516],\"hasCoverImage\":[32]},[[0,\"click\",\"onClick\"]]],[4,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"]}],[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513]}],[1,\"z-app-switcher\",{\"theme\":[1],\"isopen\":[32]}],[1,\"z-ghost-loading\"],[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[4],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}],[1,\"z-button-deprecated\",{\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513],\"issmall\":[516],\"square\":[516]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-modal-login\",[[6,\"z-modal-login\",{\"forgotPasswordUrl\":[1,\"forgot-password-url\"],\"heading\":[1],\"status\":[1025],\"message\":[1025],\"pwdmessage\":[1025],\"externalProviderCheck\":[32]}]]],[\"z-footer\",[[1,\"z-footer\",{\"data\":[1],\"productName\":[1,\"product-name\"],\"productVersion\":[1,\"product-version\"],\"productCreditsLink\":[1,\"product-credits-link\"],\"showReportAProblemButton\":[4,\"show-report-a-problem-button\"],\"contentMaxWidth\":[2,\"content-max-width\"]},[[0,\"zLinkClick\",\"zLinkClickListener\"]]]]],[\"z-combobox\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32]},[[0,\"inputCheck\",\"inputCheckListener\"]]]]],[\"z-file-upload\",[[6,\"z-file-upload\",{\"type\":[1537],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"filesNumber\":[32],\"invalidFiles\":[32]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-myz-topbar\",[[1,\"z-myz-topbar\",{\"intlinkdata\":[1],\"extlinkdata\":[1],\"userdata\":[1],\"ismyz\":[4],\"logolink\":[1],\"imagealt\":[1],\"activeintlinkid\":[1],\"activesublinkid\":[1],\"hideloginbutton\":[4],\"activeMenuItem\":[32],\"currentMenuItem\":[32],\"isMobile\":[32],\"isMenuMobileOpen\":[32]},[[9,\"resize\",\"handleResize\"],[2,\"zListItemLinkClick\",\"handleZListItemLinkClick\"],[2,\"zListItemClick\",\"handleZListItemClick\"]]]]],[\"z-contextual-menu\",[[1,\"z-contextual-menu\",{\"elements\":[1],\"color\":[1],\"popoverPosition\":[1,\"popover-position\"]}]]],[\"z-date-picker\",[[4,\"z-date-picker\",{\"datepickerid\":[1],\"mode\":[1],\"flatpickrPosition\":[32]},[[18,\"keydown\",\"handleKeyDown\"]]]]],[\"z-myz-card-dictionary\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-table\",[[4,\"z-table\",{\"lines\":[514],\"errorMessage\":[1,\"error-message\"],\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"error\":[4],\"errorLink\":[1,\"error-link\"],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]]]],[\"z-messages-pocket\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-table-header-row\",[[4,\"z-table-header-row\",{\"expandable\":[516]}]]],[\"z-cookiebar\",[[1,\"z-cookiebar\",{\"cookiepolicyurl\":[1],\"hide\":[4],\"callback\":[16]}]]],[\"z-file\",[[6,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"allowTooltip\":[32],\"tooltipVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-table-row\",[[4,\"z-table-row\",{\"expandedType\":[513,\"expanded-type\"],\"expanded\":[32]}]]],[\"z-myz-card-alert\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-otp\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-pagination-bar\",[[1,\"z-pagination-bar\",{\"pages\":[2],\"visiblepages\":[2],\"currentpage\":[1026],\"startpage\":[1026],\"historyraw\":[1],\"listhistoryrow\":[1040],\"currentPages\":[32]}]]],[\"z-panel-elem\",[[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descr_slot_name\":[1]}]]],[\"z-skip-to-content\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-user-dropdown\",[[1,\"z-user-dropdown\",{\"logged\":[4],\"userFullName\":[1,\"user-full-name\"],\"userEmail\":[1,\"user-email\"],\"menuContent\":[1,\"menu-content\"],\"useInverseColors\":[4,\"use-inverse-colors\"],\"isMenuOpen\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"],[8,\"click\",\"handleClickOutside\"]]]]],[\"z-app-header\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"stucked\":[32],\"menuLength\":[32]}]]],[\"z-button-sort\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-icon-package\",[[1,\"z-icon-package\"]]],[\"z-info-box\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-menu\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-menu-section\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tab\",[[0,\"z-navigation-tab\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"icon\":[1],\"label\":[1],\"htmlTitle\":[1,\"html-title\"]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tab-link\",[[0,\"z-navigation-tab-link\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"htmlTitle\":[1,\"html-title\"],\"target\":[1],\"href\":[1],\"icon\":[1],\"label\":[1]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tabs\",[[1,\"z-navigation-tabs\",{\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"onTabSelected\"]]]]],[\"z-notification\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-pocket-message\",[[1,\"z-pocket-message\"]]],[\"z-section-title\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"z-status-tag\",[[1,\"z-status-tag\",{\"icon\":[1],\"text\":[1],\"expandable\":[4],\"status\":[513],\"variant\":[1]}]]],[\"z-tag\",[[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}]]],[\"z-toast-notification\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32],\"isTextLong\":[32]}]]],[\"z-toggle-button\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028]}]]],[\"z-toggle-switch\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-aria-alert\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-chip-deprecated\",[[1,\"z-chip-deprecated\",{\"regulartext\":[1],\"boldtext\":[2]}]]],[\"z-myz-card-footer\",[[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\"]]]]],[\"z-myz-card-footer-sections\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-stepper\",[[1,\"z-stepper\"]]],[\"z-stepper-item\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table-body\",[[6,\"z-table-body\"]]],[\"z-table-expanded-row\",[[1,\"z-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}]]],[\"z-table-footer\",[[6,\"z-table-footer\"]]],[\"z-table-head\",[[6,\"z-table-head\"]]],[\"z-table-sticky-footer\",[[6,\"z-table-sticky-footer\"]]],[\"z-toast-notification-list\",[[1,\"z-toast-notification-list\",{\"position\":[1],\"newestontop\":[4]}]]],[\"z-visually-hidden\",[[1,\"z-visually-hidden\"]]],[\"z-table-header\",[[1,\"z-table-header\",{\"columnId\":[1,\"column-id\"],\"padding\":[513],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortDirection\":[1025,\"sort-direction\"],\"isMenuOpened\":[32]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]]]],[\"z-table-cell\",[[1,\"z-table-cell\",{\"showButton\":[4,\"show-button\"],\"padding\":[513],\"isMenuOpened\":[32]}]]],[\"z-table-empty-box\",[[6,\"z-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}]]],[\"z-chip\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516]}]]],[\"z-alert\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-candybar\",[[1,\"z-candybar\"]]],[\"z-pagination-page\",[[1,\"z-pagination-page\",{\"pageid\":[1],\"value\":[2],\"isselected\":[4],\"isdisabled\":[4],\"isvisited\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-myz-list-item\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-menu-dropdown_2\",[[1,\"z-menu-dropdown\",{\"nomeutente\":[1],\"menucontent\":[1],\"buttonid\":[1],\"ismenuopen\":[32]}],[1,\"z-myz-list\",{\"inputrawdata\":[1025],\"list\":[1040]}]]],[\"z-body_2\",[[1,\"z-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}],[1,\"z-typography\",{\"component\":[1],\"variant\":[1],\"level\":[1]}]]],[\"z-dragdrop-area_2\",[[6,\"z-dragdrop-area\"],[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-modal\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"]}]]],[\"z-tooltip\",[[1,\"z-tooltip\",{\"content\":[1],\"type\":[1025],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"position\":[32]}]]],[\"z-list_3\",[[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],\"isContextualMenu\":[516,\"is-contextual-menu\"],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"]}],[1,\"z-list\",{\"size\":[513]}]]],[\"z-footer-link_3\",[[1,\"z-footer-section\",{\"name\":[1],\"isOpen\":[32]}],[1,\"z-footer-link\",{\"href\":[1]}],[1,\"z-footer-social\",{\"icon\":[1],\"href\":[1],\"description\":[1]}]]],[\"z-pocket_3\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]]],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-popover\",[[6,\"z-popover\",{\"position\":[1],\"backgroundColor\":[1,\"background-color\"],\"borderRadius\":[1,\"border-radius\"],\"boxShadow\":[1,\"box-shadow\"],\"showArrow\":[4,\"show-arrow\"],\"padding\":[1],\"isVisible\":[32],\"popoverPosition\":[32]},[[0,\"closePopover\",\"closePopover\"],[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]]]],[\"z-myz-card_4\",[[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]}]]],[\"z-button-filter_5\",[[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"value\":[1025],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"hasmessage\":[4],\"message\":[1],\"labelafter\":[4],\"typingtimeout\":[2],\"items\":[1],\"autocomplete\":[8],\"multiple\":[4],\"hasclearicon\":[4],\"icon\":[1],\"isTyping\":[32],\"textareaWrapperHover\":[32],\"textareaWrapperFocus\":[32],\"passwordHidden\":[32],\"getValue\":[64],\"setValue\":[64],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[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],\"hasmessage\":[4],\"message\":[1],\"autocomplete\":[8],\"multiple\":[4],\"noresultslabel\":[1],\"isOpen\":[32],\"selectedItems\":[32],\"searchString\":[32],\"getSelectedItems\":[64],\"getValue\":[64],\"setValue\":[64]}],[1,\"z-button-filter\",{\"filtername\":[1],\"isfixed\":[4],\"hasicon\":[4],\"filterid\":[1],\"issmall\":[4]}],[1,\"z-input-label\",{\"value\":[1],\"disabled\":[4],\"htmlfor\":[1]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513]}]]]]"), options);
14
14
  });
15
15
  };
16
16