@zanichelli/albe-web-components 2.17.1 → 2.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/cjs/{index-3a977d24.js → index-66eb89b1.js} +6 -6
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-943dc109.js → utils-2636e75b.js} +1 -1
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/{contextual-menu_65.cjs.entry.js → z-alert_65.cjs.entry.js} +95 -78
- package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
- package/dist/cjs/z-header.cjs.entry.js +1 -1
- package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
- package/dist/cjs/z-modal-login.cjs.entry.js +2 -2
- package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-info.cjs.entry.js +2 -2
- package/dist/cjs/z-navigation-tabs.cjs.entry.js +1 -1
- package/dist/cjs/z-otp.cjs.entry.js +1 -1
- package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
- package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
- package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
- package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
- package/dist/collection/beans/index.js +6 -6
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/icons/z-icon/index.js +2 -10
- package/dist/collection/components/icons/z-icon/styles.css +2 -4
- package/dist/collection/components/list/z-list-element/index.js +2 -2
- package/dist/collection/components/modal/z-modal-login/index.js +20 -3
- package/dist/collection/components/navigation/z-link/index.js +74 -12
- package/dist/collection/components/navigation/z-link/styles.css +114 -28
- package/dist/collection/components/navigation/z-user-dropdown/styles.css +0 -6
- package/dist/collection/components/{contextual-menu → z-contextual-menu}/index.js +9 -9
- package/dist/collection/components/{contextual-menu → z-contextual-menu}/styles.css +8 -14
- package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +38 -15
- package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +0 -4
- package/dist/esm/{index-0ea39bd5.js → index-98ce8389.js} +7 -7
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-8219c44d.js → utils-c7b22832.js} +1 -1
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/{contextual-menu_65.entry.js → z-alert_65.entry.js} +96 -79
- package/dist/esm/z-cookiebar.entry.js +1 -1
- package/dist/esm/z-header.entry.js +1 -1
- package/dist/esm/z-messages-pocket.entry.js +1 -1
- package/dist/esm/z-modal-login.entry.js +2 -2
- package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
- package/dist/esm/z-myz-card-info.entry.js +2 -2
- package/dist/esm/z-navigation-tabs.entry.js +1 -1
- package/dist/esm/z-otp.entry.js +1 -1
- package/dist/esm/z-pocket_3.entry.js +2 -2
- package/dist/esm/z-slideshow.entry.js +2 -2
- package/dist/esm/z-toast-notification-list.entry.js +1 -1
- package/dist/esm/z-toast-notification.entry.js +1 -1
- package/dist/types/beans/index.d.ts +2 -1
- package/dist/types/components/list/z-list-element/index.d.ts +1 -1
- package/dist/types/components/modal/z-modal-login/index.d.ts +2 -0
- package/dist/types/components/navigation/z-link/index.d.ts +9 -1
- package/dist/types/components/{contextual-menu → z-contextual-menu}/index.d.ts +4 -4
- package/dist/types/components.d.ts +64 -38
- package/dist/types/snowflakes/registro-table/z-registro-table-header/index.d.ts +2 -2
- package/dist/web-components-library/index.esm.js +1 -1
- package/{www/build/p-3940cc78.entry.js → dist/web-components-library/p-01ebd1c9.entry.js} +1 -1
- package/dist/web-components-library/{p-66bd577c.entry.js → p-12ce5608.entry.js} +1 -1
- package/dist/web-components-library/{p-134ce240.entry.js → p-2137b1fb.entry.js} +1 -1
- package/dist/web-components-library/{p-484d2c80.entry.js → p-2a5adef6.entry.js} +1 -1
- package/dist/web-components-library/{p-d782fdb9.entry.js → p-337ace81.entry.js} +1 -1
- package/dist/web-components-library/{p-b71f94f6.entry.js → p-3c9ec157.entry.js} +1 -1
- package/dist/web-components-library/p-4bd53658.entry.js +7 -0
- package/{www/build/p-5c93b48c.entry.js → dist/web-components-library/p-504ff914.entry.js} +1 -1
- package/dist/web-components-library/{p-734546e3.js → p-818c7395.js} +1 -1
- package/dist/web-components-library/{p-6632857b.entry.js → p-8a7841df.entry.js} +1 -1
- package/dist/web-components-library/{p-246ceb1e.entry.js → p-8c800c8c.entry.js} +1 -1
- package/dist/web-components-library/{p-01c15b19.entry.js → p-b4ceb308.entry.js} +1 -1
- package/dist/web-components-library/{p-0e8fbcbf.js → p-e34dbabe.js} +0 -0
- package/dist/web-components-library/{p-1b16b13b.entry.js → p-e7cd27ec.entry.js} +1 -1
- package/dist/web-components-library/{p-5edd94e4.entry.js → p-fd7a7565.entry.js} +1 -1
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/package.json +2 -2
- package/react/components.d.ts +1 -1
- package/react/components.js +2 -2
- package/react/components.js.map +1 -1
- package/www/build/index.esm.js +1 -1
- package/{dist/web-components-library/p-3940cc78.entry.js → www/build/p-01ebd1c9.entry.js} +1 -1
- package/www/build/{p-66bd577c.entry.js → p-12ce5608.entry.js} +1 -1
- package/www/build/{p-134ce240.entry.js → p-2137b1fb.entry.js} +1 -1
- package/www/build/{p-484d2c80.entry.js → p-2a5adef6.entry.js} +1 -1
- package/www/build/{p-d782fdb9.entry.js → p-337ace81.entry.js} +1 -1
- package/www/build/{p-b71f94f6.entry.js → p-3c9ec157.entry.js} +1 -1
- package/www/build/p-4bd53658.entry.js +7 -0
- package/{dist/web-components-library/p-5c93b48c.entry.js → www/build/p-504ff914.entry.js} +1 -1
- package/www/build/p-61bf5998.js +1 -0
- package/www/build/{p-734546e3.js → p-818c7395.js} +1 -1
- package/www/build/{p-6632857b.entry.js → p-8a7841df.entry.js} +1 -1
- package/www/build/{p-246ceb1e.entry.js → p-8c800c8c.entry.js} +1 -1
- package/www/build/{p-01c15b19.entry.js → p-b4ceb308.entry.js} +1 -1
- package/www/build/{p-0e8fbcbf.js → p-e34dbabe.js} +0 -0
- package/www/build/{p-1b16b13b.entry.js → p-e7cd27ec.entry.js} +1 -1
- package/www/build/{p-5edd94e4.entry.js → p-fd7a7565.entry.js} +1 -1
- package/www/build/web-components-library.esm.js +1 -1
- package/www/index.html +16 -16
- package/dist/web-components-library/p-12c0f51d.entry.js +0 -7
- package/www/build/p-12c0f51d.entry.js +0 -7
- package/www/build/p-212298ae.js +0 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Component, Event, Host, Prop, h } from "@stencil/core";
|
|
2
|
-
import {
|
|
3
|
-
export class
|
|
2
|
+
import { PopoverPosition } from "../../beans";
|
|
3
|
+
export class ZContextualMenu {
|
|
4
4
|
constructor() {
|
|
5
5
|
/**
|
|
6
|
-
* [optional] Sets text color of
|
|
6
|
+
* [optional] Sets text color of ZContextualMenu's content
|
|
7
7
|
*/
|
|
8
8
|
this.color = "color-primary01";
|
|
9
9
|
}
|
|
10
|
-
|
|
10
|
+
componentWillRender() {
|
|
11
11
|
if (this.elements) {
|
|
12
12
|
this.jsonElements = JSON.parse(this.elements.replace(/"/g, '"'));
|
|
13
13
|
}
|
|
@@ -22,16 +22,16 @@ export class ContextualMenu {
|
|
|
22
22
|
h("z-icon", { "aria-label": "apri-menu-contestuale", slot: "trigger", name: "contextual-menu", fill: "color-primary01", style: { cursor: "pointer" } }),
|
|
23
23
|
h("div", { class: "popover-content-container", slot: "popover" },
|
|
24
24
|
h("z-list", null,
|
|
25
|
-
h("z-list-group", { "divider-type": "element"
|
|
25
|
+
h("z-list-group", { "divider-type": "element" }, (_a = this.jsonElements) === null || _a === void 0 ? void 0 : _a.map((element, index) => (h("z-list-element", { clickable: !element.disabled, class: "my-z-list-element", "align-button": "left", "expandable-style": "accordion", color: element.disabled ? `color-disabled03` : this.color, isContextualMenu: true, listElementId: index, onClickItem: (event) => this.clickContextualMenu.emit(event.detail) },
|
|
26
26
|
h("div", { class: element.disabled
|
|
27
27
|
? "disabled-element-container"
|
|
28
28
|
: "element-container" },
|
|
29
29
|
this.showIcon() && (h("div", { class: "element-icon" },
|
|
30
|
-
h("z-icon", { name: element.icon }))),
|
|
30
|
+
h("z-icon", { name: element.icon, width: 16, height: 16 }))),
|
|
31
31
|
h("div", { class: "element-text" },
|
|
32
32
|
h("span", null, element.text))))))))))));
|
|
33
33
|
}
|
|
34
|
-
static get is() { return "contextual-menu"; }
|
|
34
|
+
static get is() { return "z-contextual-menu"; }
|
|
35
35
|
static get encapsulation() { return "shadow"; }
|
|
36
36
|
static get originalStyleUrls() { return {
|
|
37
37
|
"$": ["styles.css"]
|
|
@@ -52,7 +52,7 @@ export class ContextualMenu {
|
|
|
52
52
|
"optional": true,
|
|
53
53
|
"docs": {
|
|
54
54
|
"tags": [],
|
|
55
|
-
"text": "elements of
|
|
55
|
+
"text": "elements of ZContextualMenu"
|
|
56
56
|
},
|
|
57
57
|
"attribute": "elements",
|
|
58
58
|
"reflect": false
|
|
@@ -69,7 +69,7 @@ export class ContextualMenu {
|
|
|
69
69
|
"optional": true,
|
|
70
70
|
"docs": {
|
|
71
71
|
"tags": [],
|
|
72
|
-
"text": "[optional] Sets text color of
|
|
72
|
+
"text": "[optional] Sets text color of ZContextualMenu's content"
|
|
73
73
|
},
|
|
74
74
|
"attribute": "color",
|
|
75
75
|
"reflect": false,
|
|
@@ -11,15 +11,7 @@
|
|
|
11
11
|
min-width: 112px;
|
|
12
12
|
max-width: 280px;
|
|
13
13
|
white-space: nowrap;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
.sc-z-popover,
|
|
17
|
-
.sc-z-popover-s {
|
|
18
|
-
display: flex;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
align-items: center;
|
|
21
|
-
padding: calc(var(--space-unit) * 0.2);
|
|
22
|
-
outline: none;
|
|
14
|
+
padding: calc(var(--space-unit) / 2) 0;
|
|
23
15
|
}
|
|
24
16
|
|
|
25
17
|
.element-container:hover {
|
|
@@ -30,22 +22,24 @@
|
|
|
30
22
|
.element-text {
|
|
31
23
|
overflow: hidden;
|
|
32
24
|
text-overflow: ellipsis;
|
|
25
|
+
font-size: 14px;
|
|
33
26
|
}
|
|
34
27
|
|
|
35
28
|
.element-container,
|
|
36
29
|
.disabled-element-container {
|
|
37
30
|
display: flex;
|
|
38
|
-
padding: 0 8px;
|
|
39
31
|
align-items: center;
|
|
40
|
-
gap:
|
|
41
|
-
fill: var(--
|
|
42
|
-
padding:
|
|
32
|
+
gap: var(--space-unit);
|
|
33
|
+
fill: var(--color-disabled03);
|
|
34
|
+
padding: calc(var(--space-unit) / 2) var(--space-unit);
|
|
35
|
+
min-height: calc(var(--space-unit) * 4);
|
|
36
|
+
box-sizing: border-box;
|
|
43
37
|
}
|
|
44
38
|
|
|
45
39
|
.element-container {
|
|
46
40
|
fill: var(--color-primary01);
|
|
47
41
|
}
|
|
48
42
|
|
|
49
|
-
.element-
|
|
43
|
+
.element-icon {
|
|
50
44
|
display: flex;
|
|
51
45
|
}
|
|
@@ -1,28 +1,31 @@
|
|
|
1
1
|
import { Component, Element, Event, h, Host, Listen, Prop, State, } from "@stencil/core";
|
|
2
2
|
import classNames from "classnames";
|
|
3
|
-
import { ButtonSizeEnum, ButtonVariantEnum, PopoverPosition,
|
|
3
|
+
import { ButtonSizeEnum, ButtonVariantEnum, PopoverPosition, SortDirectionEnum, TableHeaderSize, } from "../../../beans";
|
|
4
4
|
import { getElementTree } from "../../../utils/utils";
|
|
5
5
|
export class ZRegistroTableHeader {
|
|
6
6
|
constructor() {
|
|
7
7
|
/** [Optional] Padding of the header */
|
|
8
8
|
this.size = TableHeaderSize["medium"];
|
|
9
|
+
this.sortDirection = SortDirectionEnum.none;
|
|
9
10
|
this.isMenuOpened = false;
|
|
10
|
-
this.sortingOrientation = SortingOrientation["none"];
|
|
11
11
|
this.emitOnSort = this.emitOnSort.bind(this);
|
|
12
12
|
}
|
|
13
13
|
emitOnSort() {
|
|
14
|
-
this.sort.emit({
|
|
14
|
+
this.sort.emit({
|
|
15
|
+
columnId: this.columnId,
|
|
16
|
+
sortDirection: this.sortDirection
|
|
17
|
+
});
|
|
15
18
|
}
|
|
16
19
|
handleSort() {
|
|
17
20
|
if (!this.sortable) {
|
|
18
21
|
return;
|
|
19
22
|
}
|
|
20
|
-
if (this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
+
if (this.sortDirection === SortDirectionEnum.none ||
|
|
24
|
+
this.sortDirection === SortDirectionEnum.desc) {
|
|
25
|
+
this.sortDirection = SortDirectionEnum.asc;
|
|
23
26
|
}
|
|
24
|
-
else if (this.
|
|
25
|
-
this.
|
|
27
|
+
else if (this.sortDirection === SortDirectionEnum.asc) {
|
|
28
|
+
this.sortDirection = SortDirectionEnum.desc;
|
|
26
29
|
}
|
|
27
30
|
this.emitOnSort();
|
|
28
31
|
}
|
|
@@ -44,7 +47,7 @@ export class ZRegistroTableHeader {
|
|
|
44
47
|
const parent = tree.find((elem) => elem.nodeName.toLowerCase() === "z-registro-table-header");
|
|
45
48
|
if (parent &&
|
|
46
49
|
parent.attributes.getNamedItem("column-id").value !== this.columnId) {
|
|
47
|
-
this.
|
|
50
|
+
this.sortDirection = SortDirectionEnum.none;
|
|
48
51
|
}
|
|
49
52
|
}
|
|
50
53
|
componentWillRender() {
|
|
@@ -56,11 +59,9 @@ export class ZRegistroTableHeader {
|
|
|
56
59
|
}), onClick: () => this.handleSort() },
|
|
57
60
|
h("div", { class: classNames("container") },
|
|
58
61
|
h("slot", null),
|
|
59
|
-
this.sortable && (h("z-icon", { name: this.
|
|
62
|
+
this.sortable && this.sortDirection !== SortDirectionEnum.none && (h("z-icon", { name: this.sortDirection === SortDirectionEnum.asc
|
|
60
63
|
? "arrow-up"
|
|
61
|
-
: "arrow-down", class:
|
|
62
|
-
hidden: this.sortingOrientation === SortingOrientation["none"],
|
|
63
|
-
}) }))),
|
|
64
|
+
: "arrow-down", class: "arrow" }))),
|
|
64
65
|
this.showButton && (h("div", { class: classNames("popover-container", {
|
|
65
66
|
visible: this.isMenuOpened,
|
|
66
67
|
}) },
|
|
@@ -151,11 +152,33 @@ export class ZRegistroTableHeader {
|
|
|
151
152
|
},
|
|
152
153
|
"attribute": "show-button",
|
|
153
154
|
"reflect": false
|
|
155
|
+
},
|
|
156
|
+
"sortDirection": {
|
|
157
|
+
"type": "string",
|
|
158
|
+
"mutable": true,
|
|
159
|
+
"complexType": {
|
|
160
|
+
"original": "SortDirection",
|
|
161
|
+
"resolved": "SortDirectionEnum.asc | SortDirectionEnum.desc | SortDirectionEnum.none",
|
|
162
|
+
"references": {
|
|
163
|
+
"SortDirection": {
|
|
164
|
+
"location": "import",
|
|
165
|
+
"path": "../../../beans"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"required": false,
|
|
170
|
+
"optional": false,
|
|
171
|
+
"docs": {
|
|
172
|
+
"tags": [],
|
|
173
|
+
"text": ""
|
|
174
|
+
},
|
|
175
|
+
"attribute": "sort-direction",
|
|
176
|
+
"reflect": false,
|
|
177
|
+
"defaultValue": "SortDirectionEnum.none"
|
|
154
178
|
}
|
|
155
179
|
}; }
|
|
156
180
|
static get states() { return {
|
|
157
|
-
"isMenuOpened": {}
|
|
158
|
-
"sortingOrientation": {}
|
|
181
|
+
"isMenuOpened": {}
|
|
159
182
|
}; }
|
|
160
183
|
static get events() { return [{
|
|
161
184
|
"method": "sort",
|
|
@@ -145,12 +145,12 @@ var TableHeaderSize;
|
|
|
145
145
|
TableHeaderSize["large"] = "large";
|
|
146
146
|
TableHeaderSize["special"] = "special";
|
|
147
147
|
})(TableHeaderSize || (TableHeaderSize = {}));
|
|
148
|
-
var
|
|
149
|
-
(function (
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
})(
|
|
148
|
+
var SortDirectionEnum;
|
|
149
|
+
(function (SortDirectionEnum) {
|
|
150
|
+
SortDirectionEnum["asc"] = "asc";
|
|
151
|
+
SortDirectionEnum["desc"] = "desc";
|
|
152
|
+
SortDirectionEnum["none"] = "none";
|
|
153
|
+
})(SortDirectionEnum || (SortDirectionEnum = {}));
|
|
154
154
|
var AvatarSize;
|
|
155
155
|
(function (AvatarSize) {
|
|
156
156
|
AvatarSize["small"] = "small";
|
|
@@ -242,4 +242,4 @@ var ToastNotificationPositionsEnum;
|
|
|
242
242
|
ToastNotificationPositionsEnum["bottomCentre"] = "bottom-centre";
|
|
243
243
|
})(ToastNotificationPositionsEnum || (ToastNotificationPositionsEnum = {}));
|
|
244
244
|
|
|
245
|
-
export { AvatarSize as A, ButtonTypeEnum as B, CardVariants as C, DeviceEnum as D, ExpandableListButtonAlign as E, InputTypeEnum as I, KeyboardKeys as K, ListSize as L, NotificationType as N, PopoverPosition as P,
|
|
245
|
+
export { AvatarSize as A, ButtonTypeEnum as B, CardVariants as C, DeviceEnum as D, ExpandableListButtonAlign as E, InputTypeEnum as I, KeyboardKeys as K, ListSize as L, NotificationType as N, PopoverPosition as P, SortDirectionEnum as S, ThemeVariant as T, ButtonVariantEnum as a, ButtonSizeEnum as b, DividerSize as c, DividerOrientation as d, ListDividerType as e, ExpandableListStyle as f, LicenseTypeEnum as g, AlertTypesEnum as h, PopoverBorderRadius as i, PopoverShadow as j, keybordKeyCodeEnum as k, TableHeaderSize as l, InputStatusEnum as m, StatusTagStatus as n, TooltipPosition as o, PocketStatusEnum as p, TabOrientationEnum as q, TabSizeEnum as r, ToastNotificationTransitionsEnum as s, ToastNotificationPositionsEnum as t };
|
package/dist/esm/index.js
CHANGED
package/dist/esm/loader.js
CHANGED
|
@@ -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("[[\"contextual-menu_65\",[[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\"]]],[1,\"contextual-menu\",{\"elements\":[1],\"color\":[1]}],[1,\"z-footer\",{\"data\":[1],\"copyrightuser\":[1]}],[4,\"z-registro-table\",{\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]],[4,\"z-registro-table-header-row\",{\"expandable\":[516]}],[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[1],\"showclose\":[4],\"showshadow\":[4]}],[4,\"z-registro-table-row\",{\"expandable\":[516],\"expanded\":[32]}],[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}],[1,\"z-pagination-bar\",{\"pages\":[2],\"visiblepages\":[2],\"currentpage\":[1026],\"startpage\":[1026],\"historyraw\":[1],\"listhistoryrow\":[1040],\"currentPages\":[32]}],[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descr_slot_name\":[1]}],[1,\"z-user-dropdown\",{\"logged\":[4],\"userfullname\":[1],\"menucontent\":[1],\"theme\":[1],\"ismenuopen\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"],[8,\"click\",\"handleClickOutside\"]]],[1,\"z-app-switcher\",{\"theme\":[1],\"isopen\":[32]}],[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}],[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"clickable\":[516],\"hasCoverImage\":[32]},[[0,\"click\",\"onClick\"]]],[1,\"z-icon-package\"],[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}],[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]],[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]],[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4]}],[1,\"z-status-tag\",{\"icon\":[1],\"text\":[1],\"expandable\":[4],\"status\":[513],\"variant\":[1]}],[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028]}],[1,\"z-app-topbar\",{\"theme\":[1],\"logged\":[4],\"hashtag\":[1],\"zLinksValues\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]],[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}],[1,\"z-chip\",{\"regulartext\":[1],\"boldtext\":[2]}],[1,\"z-ghost-loading\"],[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]],[1,\"z-myz-card-list\",{\"listdata\":[1]}],[6,\"z-registro-table-body\"],[1,\"z-registro-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}],[6,\"z-registro-table-head\"],[6,\"z-registro-table-sticky-footer\"],[1,\"z-stepper\"],[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}],[1,\"z-registro-table-header\",{\"columnId\":[1,\"column-id\"],\"size\":[1],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"isMenuOpened\":[32],\"sortingOrientation\":[32]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]],[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-menu-dropdown\",{\"nomeutente\":[1],\"menucontent\":[1],\"buttonid\":[1],\"ismenuopen\":[32]}],[1,\"z-myz-list\",{\"inputrawdata\":[1025],\"list\":[1040]}],[1,\"z-registro-table-cell\",{\"showButton\":[4,\"show-button\"],\"isMenuOpened\":[32]}],[6,\"z-registro-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}],[1,\"z-footer-section\",{\"name\":[1],\"isOpen\":[32]}],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"]}],[1,\"z-alert\",{\"type\":[1]}],[1,\"z-footer-link\",{\"href\":[1]}],[1,\"z-footer-social\",{\"icon\":[1],\"href\":[1],\"description\":[1]}],[1,\"z-list\",{\"size\":[513]}],[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]}],[1,\"z-pagination-page\",{\"pageid\":[1],\"value\":[2],\"isselected\":[4],\"isdisabled\":[4],\"isvisited\":[4]}],[1,\"z-tooltip\",{\"content\":[1],\"type\":[1025],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"position\":[32]}],[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imagealt\":[1],\"link\":[1],\"targetblank\":[4]}],[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[6,\"z-popover\",{\"position\":[1025],\"backgroundColor\":[1,\"background-color\"],\"borderRadius\":[1,\"border-radius\"],\"boxShadow\":[1,\"box-shadow\"],\"showArrow\":[4,\"show-arrow\"],\"padding\":[1],\"isVisible\":[32]},[[0,\"closePopover\",\"closePopover\"],[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"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\"]]],[1,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"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-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}],[1,\"z-button-filter\",{\"filtername\":[1],\"isfixed\":[4],\"hasicon\":[4],\"filterid\":[1],\"issmall\":[4]}],[1,\"z-input-label\",{\"value\":[1],\"disabled\":[4]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513]}],[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[4]}],[1,\"z-typography\",{\"component\":[1],\"variant\":[1],\"level\":[1]}],[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\",{\"heading\":[1],\"status\":[1025],\"message\":[1025],\"externalProviderCheck\":[32]}]]],[\"z-header\",[[1,\"z-header\",{\"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-myz-card-dictionary\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-messages-pocket\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-cookiebar\",[[1,\"z-cookiebar\",{\"cookiepolicyurl\":[1],\"hide\":[4],\"callback\":[16]}]]],[\"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-app-header\",[[1,\"z-app-header\",{\"stuck\":[516],\"drawer\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[32],\"stucked\":[32]}]]],[\"z-heading\",[[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-navigation-tabs\",[[1,\"z-navigation-tabs\",{\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32],\"direction\":[32],\"dimension\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"selectedTabHandler\"]]]]],[\"z-pocket-message\",[[1,\"z-pocket-message\"]]],[\"z-slideshow\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"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-myz-card-footer-sections\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-navigation-tab\",[[1,\"z-navigation-tab\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513]},[[0,\"focus\",\"onFocus\"],[0,\"click\",\"onClick\"]]]]],[\"z-registro-table-footer\",[[6,\"z-registro-table-footer\"]]],[\"z-toast-notification-list\",[[1,\"z-toast-notification-list\",{\"position\":[1],\"newestontop\":[4]}]]],[\"z-modal\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1]}]]],[\"z-candybar\",[[1,\"z-candybar\"]]],[\"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]}]]]]"), options);
|
|
13
|
+
return bootstrapLazy(JSON.parse("[[\"z-alert_65\",[[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\"]]],[1,\"z-contextual-menu\",{\"elements\":[1],\"color\":[1]}],[1,\"z-footer\",{\"data\":[1],\"copyrightuser\":[1]}],[4,\"z-registro-table\",{\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]],[4,\"z-registro-table-header-row\",{\"expandable\":[516]}],[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[1],\"showclose\":[4],\"showshadow\":[4]}],[4,\"z-registro-table-row\",{\"expandable\":[516],\"expanded\":[32]}],[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}],[1,\"z-pagination-bar\",{\"pages\":[2],\"visiblepages\":[2],\"currentpage\":[1026],\"startpage\":[1026],\"historyraw\":[1],\"listhistoryrow\":[1040],\"currentPages\":[32]}],[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descr_slot_name\":[1]}],[1,\"z-user-dropdown\",{\"logged\":[4],\"userfullname\":[1],\"menucontent\":[1],\"theme\":[1],\"ismenuopen\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"],[8,\"click\",\"handleClickOutside\"]]],[1,\"z-app-switcher\",{\"theme\":[1],\"isopen\":[32]}],[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}],[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"clickable\":[516],\"hasCoverImage\":[32]},[[0,\"click\",\"onClick\"]]],[1,\"z-icon-package\"],[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}],[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]],[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]],[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4]}],[1,\"z-status-tag\",{\"icon\":[1],\"text\":[1],\"expandable\":[4],\"status\":[513],\"variant\":[1]}],[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028]}],[1,\"z-app-topbar\",{\"theme\":[1],\"logged\":[4],\"hashtag\":[1],\"zLinksValues\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]],[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}],[1,\"z-chip\",{\"regulartext\":[1],\"boldtext\":[2]}],[1,\"z-ghost-loading\"],[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]],[1,\"z-myz-card-list\",{\"listdata\":[1]}],[6,\"z-registro-table-body\"],[1,\"z-registro-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}],[6,\"z-registro-table-head\"],[6,\"z-registro-table-sticky-footer\"],[1,\"z-stepper\"],[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}],[1,\"z-registro-table-header\",{\"columnId\":[1,\"column-id\"],\"size\":[1],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"sortDirection\":[1025,\"sort-direction\"],\"isMenuOpened\":[32]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]],[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-menu-dropdown\",{\"nomeutente\":[1],\"menucontent\":[1],\"buttonid\":[1],\"ismenuopen\":[32]}],[1,\"z-myz-list\",{\"inputrawdata\":[1025],\"list\":[1040]}],[1,\"z-registro-table-cell\",{\"showButton\":[4,\"show-button\"],\"isMenuOpened\":[32]}],[6,\"z-registro-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}],[1,\"z-footer-section\",{\"name\":[1],\"isOpen\":[32]}],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"]}],[1,\"z-alert\",{\"type\":[1]}],[1,\"z-footer-link\",{\"href\":[1]}],[1,\"z-footer-social\",{\"icon\":[1],\"href\":[1],\"description\":[1]}],[1,\"z-list\",{\"size\":[513]}],[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]}],[1,\"z-pagination-page\",{\"pageid\":[1],\"value\":[2],\"isselected\":[4],\"isdisabled\":[4],\"isvisited\":[4]}],[1,\"z-tooltip\",{\"content\":[1],\"type\":[1025],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"position\":[32]}],[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imagealt\":[1],\"link\":[1],\"targetblank\":[4]}],[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[6,\"z-popover\",{\"position\":[1025],\"backgroundColor\":[1,\"background-color\"],\"borderRadius\":[1,\"border-radius\"],\"boxShadow\":[1,\"box-shadow\"],\"showArrow\":[4,\"show-arrow\"],\"padding\":[1],\"isVisible\":[32]},[[0,\"closePopover\",\"closePopover\"],[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"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\"]]],[1,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"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-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}],[1,\"z-button-filter\",{\"filtername\":[1],\"isfixed\":[4],\"hasicon\":[4],\"filterid\":[1],\"issmall\":[4]}],[1,\"z-input-label\",{\"value\":[1],\"disabled\":[4]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513]}],[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-typography\",{\"component\":[1],\"variant\":[1],\"level\":[1]}],[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],\"externalProviderCheck\":[32]}]]],[\"z-header\",[[1,\"z-header\",{\"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-myz-card-dictionary\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-messages-pocket\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-cookiebar\",[[1,\"z-cookiebar\",{\"cookiepolicyurl\":[1],\"hide\":[4],\"callback\":[16]}]]],[\"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-app-header\",[[1,\"z-app-header\",{\"stuck\":[516],\"drawer\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[32],\"stucked\":[32]}]]],[\"z-heading\",[[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-navigation-tabs\",[[1,\"z-navigation-tabs\",{\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32],\"direction\":[32],\"dimension\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"selectedTabHandler\"]]]]],[\"z-pocket-message\",[[1,\"z-pocket-message\"]]],[\"z-slideshow\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"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-myz-card-footer-sections\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-navigation-tab\",[[1,\"z-navigation-tab\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513]},[[0,\"focus\",\"onFocus\"],[0,\"click\",\"onClick\"]]]]],[\"z-registro-table-footer\",[[6,\"z-registro-table-footer\"]]],[\"z-toast-notification-list\",[[1,\"z-toast-notification-list\",{\"position\":[1],\"newestontop\":[4]}]]],[\"z-modal\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1]}]]],[\"z-candybar\",[[1,\"z-candybar\"]]],[\"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]}]]]]"), options);
|
|
14
14
|
});
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as keybordKeyCodeEnum, D as DeviceEnum } from './index-
|
|
1
|
+
import { k as keybordKeyCodeEnum, D as DeviceEnum } from './index-98ce8389.js';
|
|
2
2
|
import { t as tabletBreakpoint, m as mobileBreakpoint } from './breakpoints-c386984e.js';
|
|
3
3
|
|
|
4
4
|
function randomId() {
|
|
@@ -13,5 +13,5 @@ const patchBrowser = () => {
|
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
patchBrowser().then(options => {
|
|
16
|
-
return bootstrapLazy(JSON.parse("[[\"contextual-menu_65\",[[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\"]]],[1,\"contextual-menu\",{\"elements\":[1],\"color\":[1]}],[1,\"z-footer\",{\"data\":[1],\"copyrightuser\":[1]}],[4,\"z-registro-table\",{\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]],[4,\"z-registro-table-header-row\",{\"expandable\":[516]}],[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[1],\"showclose\":[4],\"showshadow\":[4]}],[4,\"z-registro-table-row\",{\"expandable\":[516],\"expanded\":[32]}],[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}],[1,\"z-pagination-bar\",{\"pages\":[2],\"visiblepages\":[2],\"currentpage\":[1026],\"startpage\":[1026],\"historyraw\":[1],\"listhistoryrow\":[1040],\"currentPages\":[32]}],[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descr_slot_name\":[1]}],[1,\"z-user-dropdown\",{\"logged\":[4],\"userfullname\":[1],\"menucontent\":[1],\"theme\":[1],\"ismenuopen\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"],[8,\"click\",\"handleClickOutside\"]]],[1,\"z-app-switcher\",{\"theme\":[1],\"isopen\":[32]}],[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}],[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"clickable\":[516],\"hasCoverImage\":[32]},[[0,\"click\",\"onClick\"]]],[1,\"z-icon-package\"],[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}],[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]],[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]],[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4]}],[1,\"z-status-tag\",{\"icon\":[1],\"text\":[1],\"expandable\":[4],\"status\":[513],\"variant\":[1]}],[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028]}],[1,\"z-app-topbar\",{\"theme\":[1],\"logged\":[4],\"hashtag\":[1],\"zLinksValues\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]],[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}],[1,\"z-chip\",{\"regulartext\":[1],\"boldtext\":[2]}],[1,\"z-ghost-loading\"],[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]],[1,\"z-myz-card-list\",{\"listdata\":[1]}],[6,\"z-registro-table-body\"],[1,\"z-registro-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}],[6,\"z-registro-table-head\"],[6,\"z-registro-table-sticky-footer\"],[1,\"z-stepper\"],[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}],[1,\"z-registro-table-header\",{\"columnId\":[1,\"column-id\"],\"size\":[1],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"isMenuOpened\":[32],\"sortingOrientation\":[32]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]],[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-menu-dropdown\",{\"nomeutente\":[1],\"menucontent\":[1],\"buttonid\":[1],\"ismenuopen\":[32]}],[1,\"z-myz-list\",{\"inputrawdata\":[1025],\"list\":[1040]}],[1,\"z-registro-table-cell\",{\"showButton\":[4,\"show-button\"],\"isMenuOpened\":[32]}],[6,\"z-registro-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}],[1,\"z-footer-section\",{\"name\":[1],\"isOpen\":[32]}],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"]}],[1,\"z-alert\",{\"type\":[1]}],[1,\"z-footer-link\",{\"href\":[1]}],[1,\"z-footer-social\",{\"icon\":[1],\"href\":[1],\"description\":[1]}],[1,\"z-list\",{\"size\":[513]}],[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]}],[1,\"z-pagination-page\",{\"pageid\":[1],\"value\":[2],\"isselected\":[4],\"isdisabled\":[4],\"isvisited\":[4]}],[1,\"z-tooltip\",{\"content\":[1],\"type\":[1025],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"position\":[32]}],[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imagealt\":[1],\"link\":[1],\"targetblank\":[4]}],[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[6,\"z-popover\",{\"position\":[1025],\"backgroundColor\":[1,\"background-color\"],\"borderRadius\":[1,\"border-radius\"],\"boxShadow\":[1,\"box-shadow\"],\"showArrow\":[4,\"show-arrow\"],\"padding\":[1],\"isVisible\":[32]},[[0,\"closePopover\",\"closePopover\"],[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"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\"]]],[1,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"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-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}],[1,\"z-button-filter\",{\"filtername\":[1],\"isfixed\":[4],\"hasicon\":[4],\"filterid\":[1],\"issmall\":[4]}],[1,\"z-input-label\",{\"value\":[1],\"disabled\":[4]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513]}],[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[4]}],[1,\"z-typography\",{\"component\":[1],\"variant\":[1],\"level\":[1]}],[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\",{\"heading\":[1],\"status\":[1025],\"message\":[1025],\"externalProviderCheck\":[32]}]]],[\"z-header\",[[1,\"z-header\",{\"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-myz-card-dictionary\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-messages-pocket\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-cookiebar\",[[1,\"z-cookiebar\",{\"cookiepolicyurl\":[1],\"hide\":[4],\"callback\":[16]}]]],[\"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-app-header\",[[1,\"z-app-header\",{\"stuck\":[516],\"drawer\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[32],\"stucked\":[32]}]]],[\"z-heading\",[[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-navigation-tabs\",[[1,\"z-navigation-tabs\",{\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32],\"direction\":[32],\"dimension\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"selectedTabHandler\"]]]]],[\"z-pocket-message\",[[1,\"z-pocket-message\"]]],[\"z-slideshow\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"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-myz-card-footer-sections\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-navigation-tab\",[[1,\"z-navigation-tab\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513]},[[0,\"focus\",\"onFocus\"],[0,\"click\",\"onClick\"]]]]],[\"z-registro-table-footer\",[[6,\"z-registro-table-footer\"]]],[\"z-toast-notification-list\",[[1,\"z-toast-notification-list\",{\"position\":[1],\"newestontop\":[4]}]]],[\"z-modal\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1]}]]],[\"z-candybar\",[[1,\"z-candybar\"]]],[\"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]}]]]]"), options);
|
|
16
|
+
return bootstrapLazy(JSON.parse("[[\"z-alert_65\",[[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\"]]],[1,\"z-contextual-menu\",{\"elements\":[1],\"color\":[1]}],[1,\"z-footer\",{\"data\":[1],\"copyrightuser\":[1]}],[4,\"z-registro-table\",{\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]],[4,\"z-registro-table-header-row\",{\"expandable\":[516]}],[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[1],\"showclose\":[4],\"showshadow\":[4]}],[4,\"z-registro-table-row\",{\"expandable\":[516],\"expanded\":[32]}],[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}],[1,\"z-pagination-bar\",{\"pages\":[2],\"visiblepages\":[2],\"currentpage\":[1026],\"startpage\":[1026],\"historyraw\":[1],\"listhistoryrow\":[1040],\"currentPages\":[32]}],[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descr_slot_name\":[1]}],[1,\"z-user-dropdown\",{\"logged\":[4],\"userfullname\":[1],\"menucontent\":[1],\"theme\":[1],\"ismenuopen\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"],[8,\"click\",\"handleClickOutside\"]]],[1,\"z-app-switcher\",{\"theme\":[1],\"isopen\":[32]}],[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}],[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"clickable\":[516],\"hasCoverImage\":[32]},[[0,\"click\",\"onClick\"]]],[1,\"z-icon-package\"],[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}],[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]],[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]],[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4]}],[1,\"z-status-tag\",{\"icon\":[1],\"text\":[1],\"expandable\":[4],\"status\":[513],\"variant\":[1]}],[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028]}],[1,\"z-app-topbar\",{\"theme\":[1],\"logged\":[4],\"hashtag\":[1],\"zLinksValues\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]],[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}],[1,\"z-chip\",{\"regulartext\":[1],\"boldtext\":[2]}],[1,\"z-ghost-loading\"],[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]],[1,\"z-myz-card-list\",{\"listdata\":[1]}],[6,\"z-registro-table-body\"],[1,\"z-registro-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}],[6,\"z-registro-table-head\"],[6,\"z-registro-table-sticky-footer\"],[1,\"z-stepper\"],[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}],[1,\"z-registro-table-header\",{\"columnId\":[1,\"column-id\"],\"size\":[1],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"sortDirection\":[1025,\"sort-direction\"],\"isMenuOpened\":[32]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]],[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-menu-dropdown\",{\"nomeutente\":[1],\"menucontent\":[1],\"buttonid\":[1],\"ismenuopen\":[32]}],[1,\"z-myz-list\",{\"inputrawdata\":[1025],\"list\":[1040]}],[1,\"z-registro-table-cell\",{\"showButton\":[4,\"show-button\"],\"isMenuOpened\":[32]}],[6,\"z-registro-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}],[1,\"z-footer-section\",{\"name\":[1],\"isOpen\":[32]}],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"]}],[1,\"z-alert\",{\"type\":[1]}],[1,\"z-footer-link\",{\"href\":[1]}],[1,\"z-footer-social\",{\"icon\":[1],\"href\":[1],\"description\":[1]}],[1,\"z-list\",{\"size\":[513]}],[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]}],[1,\"z-pagination-page\",{\"pageid\":[1],\"value\":[2],\"isselected\":[4],\"isdisabled\":[4],\"isvisited\":[4]}],[1,\"z-tooltip\",{\"content\":[1],\"type\":[1025],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"position\":[32]}],[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imagealt\":[1],\"link\":[1],\"targetblank\":[4]}],[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[6,\"z-popover\",{\"position\":[1025],\"backgroundColor\":[1,\"background-color\"],\"borderRadius\":[1,\"border-radius\"],\"boxShadow\":[1,\"box-shadow\"],\"showArrow\":[4,\"show-arrow\"],\"padding\":[1],\"isVisible\":[32]},[[0,\"closePopover\",\"closePopover\"],[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"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\"]]],[1,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"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-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}],[1,\"z-button-filter\",{\"filtername\":[1],\"isfixed\":[4],\"hasicon\":[4],\"filterid\":[1],\"issmall\":[4]}],[1,\"z-input-label\",{\"value\":[1],\"disabled\":[4]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513]}],[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-typography\",{\"component\":[1],\"variant\":[1],\"level\":[1]}],[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],\"externalProviderCheck\":[32]}]]],[\"z-header\",[[1,\"z-header\",{\"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-myz-card-dictionary\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-messages-pocket\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-cookiebar\",[[1,\"z-cookiebar\",{\"cookiepolicyurl\":[1],\"hide\":[4],\"callback\":[16]}]]],[\"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-app-header\",[[1,\"z-app-header\",{\"stuck\":[516],\"drawer\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[32],\"stucked\":[32]}]]],[\"z-heading\",[[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-navigation-tabs\",[[1,\"z-navigation-tabs\",{\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32],\"direction\":[32],\"dimension\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"selectedTabHandler\"]]]]],[\"z-pocket-message\",[[1,\"z-pocket-message\"]]],[\"z-slideshow\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"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-myz-card-footer-sections\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-navigation-tab\",[[1,\"z-navigation-tab\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513]},[[0,\"focus\",\"onFocus\"],[0,\"click\",\"onClick\"]]]]],[\"z-registro-table-footer\",[[6,\"z-registro-table-footer\"]]],[\"z-toast-notification-list\",[[1,\"z-toast-notification-list\",{\"position\":[1],\"newestontop\":[4]}]]],[\"z-modal\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1]}]]],[\"z-candybar\",[[1,\"z-candybar\"]]],[\"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]}]]]]"), options);
|
|
17
17
|
});
|
|
@@ -1,38 +1,10 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent,
|
|
2
|
-
import {
|
|
1
|
+
import { r as registerInstance, h, c as createEvent, g as getElement, H as Host } from './index-6eb9a735.js';
|
|
2
|
+
import { T as ThemeVariant, A as AvatarSize, B as ButtonTypeEnum, a as ButtonVariantEnum, b as ButtonSizeEnum, C as CardVariants, I as InputTypeEnum, k as keybordKeyCodeEnum, P as PopoverPosition, c as DividerSize, d as DividerOrientation, L as ListSize, E as ExpandableListButtonAlign, e as ListDividerType, f as ExpandableListStyle, K as KeyboardKeys, g as LicenseTypeEnum, h as AlertTypesEnum, N as NotificationType, i as PopoverBorderRadius, j as PopoverShadow, l as TableHeaderSize, S as SortDirectionEnum, m as InputStatusEnum, n as StatusTagStatus, o as TooltipPosition } from './index-98ce8389.js';
|
|
3
3
|
import { m as mobileBreakpoint, t as tabletBreakpoint } from './breakpoints-c386984e.js';
|
|
4
4
|
import { c as createCommonjsModule, h as hammer } from './hammer-c807d0b5.js';
|
|
5
|
-
import { h as handleKeyboardSubmit, r as randomId, g as getElementTree, a as getClickedElement } from './utils-
|
|
5
|
+
import { h as handleKeyboardSubmit, r as randomId, g as getElementTree, a as getClickedElement } from './utils-c7b22832.js';
|
|
6
6
|
|
|
7
|
-
const stylesCss$$ = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)
|
|
8
|
-
|
|
9
|
-
const ContextualMenu = class {
|
|
10
|
-
constructor(hostRef) {
|
|
11
|
-
registerInstance(this, hostRef);
|
|
12
|
-
this.clickContextualMenu = createEvent(this, "clickContextualMenu", 7);
|
|
13
|
-
/**
|
|
14
|
-
* [optional] Sets text color of ContextualMenu's content
|
|
15
|
-
*/
|
|
16
|
-
this.color = "color-primary01";
|
|
17
|
-
}
|
|
18
|
-
componentWillLoad() {
|
|
19
|
-
if (this.elements) {
|
|
20
|
-
this.jsonElements = JSON.parse(this.elements.replace(/"/g, '"'));
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
showIcon() {
|
|
24
|
-
return !this.jsonElements.some((element) => !element.icon);
|
|
25
|
-
}
|
|
26
|
-
render() {
|
|
27
|
-
var _a;
|
|
28
|
-
return (h(Host, null, h("z-popover", { "background-color": "color-background", "box-shadow": "shadow-2", position: PopoverPosition["after-down"], padding: "0" }, h("z-icon", { "aria-label": "apri-menu-contestuale", slot: "trigger", name: "contextual-menu", fill: "color-primary01", style: { cursor: "pointer" } }), h("div", { class: "popover-content-container", slot: "popover" }, h("z-list", null, h("z-list-group", { "divider-type": "element", size: ListSize.small }, (_a = this.jsonElements) === null || _a === void 0 ? void 0 : _a.map((element, index) => (h("z-list-element", { clickable: !element.disabled, class: "my-z-list-element", "align-button": "left", "expandable-style": "accordion", color: element.disabled ? `gray500` : this.color, isContextualMenu: true, listElementId: index, onClickItem: (event) => this.clickContextualMenu.emit(event.detail) }, h("div", { class: element.disabled
|
|
29
|
-
? "disabled-element-container"
|
|
30
|
-
: "element-container" }, this.showIcon() && (h("div", { class: "element-icon" }, h("z-icon", { name: element.icon }))), h("div", { class: "element-text" }, h("span", null, element.text))))))))))));
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
ContextualMenu.style = stylesCss$$;
|
|
34
|
-
|
|
35
|
-
const stylesCss$_ = ":host{display:block;font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:14px;line-height:calc(var(--space-unit) * 2);color:var(--color-surface05);box-sizing:border-box}:host>div{padding:calc(var(--space-unit) * 2)}:host>.success{fill:var(--color-success01);background:var(--color-success-inverse)}:host>.warning{fill:var(--color-warning01);background:var(--color-warning-inverse)}:host>.error{fill:var(--color-error01);background:var(--color-error-inverse)}";
|
|
7
|
+
const stylesCss$$ = ":host{display:block;font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:14px;line-height:calc(var(--space-unit) * 2);color:var(--color-surface05);box-sizing:border-box}:host>div{padding:calc(var(--space-unit) * 2)}:host>.success{fill:var(--color-success01);background:var(--color-success-inverse)}:host>.warning{fill:var(--color-warning01);background:var(--color-warning-inverse)}:host>.error{fill:var(--color-error01);background:var(--color-error-inverse)}";
|
|
36
8
|
|
|
37
9
|
const ZAlert = class {
|
|
38
10
|
constructor(hostRef) {
|
|
@@ -42,9 +14,9 @@ const ZAlert = class {
|
|
|
42
14
|
return (h("div", { class: this.type }, h("slot", null)));
|
|
43
15
|
}
|
|
44
16
|
};
|
|
45
|
-
ZAlert.style = stylesCss
|
|
17
|
+
ZAlert.style = stylesCss$$;
|
|
46
18
|
|
|
47
|
-
const stylesCss$
|
|
19
|
+
const stylesCss$_ = ":host{font-family:var(--dashboard-font);font-weight:var(--font-rg)}button{display:flex;justify-content:center;align-content:center;background-color:transparent;border:none;padding:0}button>z-icon{color:var(--bg-white);fill:currentColor}button>z-icon.light{color:var(--bg-grey-900);fill:currentColor}";
|
|
48
20
|
|
|
49
21
|
const ZAppSwitcher = class {
|
|
50
22
|
constructor(hostRef) {
|
|
@@ -63,9 +35,9 @@ const ZAppSwitcher = class {
|
|
|
63
35
|
return (h("button", { title: "app-switcher", onClick: () => this.emitAppButtonClick() }, h("z-icon", { name: "app-switcher", class: this.theme })));
|
|
64
36
|
}
|
|
65
37
|
};
|
|
66
|
-
ZAppSwitcher.style = stylesCss$
|
|
38
|
+
ZAppSwitcher.style = stylesCss$_;
|
|
67
39
|
|
|
68
|
-
const stylesCss$
|
|
40
|
+
const stylesCss$Z = ":host{display:block;position:sticky;top:0;z-index:99;font-family:var(--dashboard-font);font-weight:var(--font-rg)}:host>div{background:var(--bg-grey-900);border-radius:var(--border-radius-min);display:grid;grid-template-columns:repeat(2, 1fr);justify-content:space-between;align-items:center;padding:calc(var(--space-unit) * .5);}:host>div.light{background:var(--bg-white)}:host>div.light #hashtag{color:var(--bg-grey-900)}.left{grid-column-start:1;grid-column-end:2;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center}.left>#hashtag{display:none}.right{grid-column-start:2;grid-column-end:3;display:flex;align-items:center;justify-content:flex-end}.right.hide-actions>slot[name=\"actions\"]{display:none}.right>::slotted(z-link){padding:calc(var(--space-unit) * .5)}.right>::slotted(z-app-switcher){padding:6px}@media only screen and (min-width: 768px){:host>div{grid-template-columns:repeat(2, auto)}.left>#hashtag{display:initial;color:var(--bg-white);text-transform:uppercase;padding:var(--space-unit) calc(var(--space-unit) * 2)}.left>#hashtag::before{content:\"#\"}.right{grid-column-gap:var(--space-unit)}.right>::slotted(z-app-switcher){padding:6px calc(var(--space-unit) * 2) 6px var(--space-unit)}}";
|
|
69
41
|
|
|
70
42
|
const ZAppTopbar = class {
|
|
71
43
|
constructor(hostRef) {
|
|
@@ -108,9 +80,9 @@ const ZAppTopbar = class {
|
|
|
108
80
|
}
|
|
109
81
|
get hostElement() { return getElement(this); }
|
|
110
82
|
};
|
|
111
|
-
ZAppTopbar.style = stylesCss$
|
|
83
|
+
ZAppTopbar.style = stylesCss$Z;
|
|
112
84
|
|
|
113
|
-
const stylesCss$
|
|
85
|
+
const stylesCss$Y = ":host{font-family:var(--font-family-sans);background-color:var(--bg-grey-700);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;text-transform:uppercase}:host(.small),:host(.small)>img{height:calc(var(--space-unit) * 3);width:calc(var(--space-unit) * 3)}:host(.medium),:host(.medium)>img{height:calc(var(--space-unit) * 4);width:calc(var(--space-unit) * 4)}:host(.large),:host(.large)>img{height:calc(var(--space-unit) * 5);width:calc(var(--space-unit) * 5)}:host>img{object-fit:cover}";
|
|
114
86
|
|
|
115
87
|
const ZAvatar = class {
|
|
116
88
|
constructor(hostRef) {
|
|
@@ -143,7 +115,7 @@ const ZAvatar = class {
|
|
|
143
115
|
} }, this.text && !this.image && h("span", null, this.text.substring(0, 2)), this.image && (h("img", { src: this.image, onError: () => (this.image = "") }))));
|
|
144
116
|
}
|
|
145
117
|
};
|
|
146
|
-
ZAvatar.style = stylesCss$
|
|
118
|
+
ZAvatar.style = stylesCss$Y;
|
|
147
119
|
|
|
148
120
|
const ZBody = class {
|
|
149
121
|
constructor(hostRef) {
|
|
@@ -210,7 +182,7 @@ var classnames = createCommonjsModule(function (module) {
|
|
|
210
182
|
}());
|
|
211
183
|
});
|
|
212
184
|
|
|
213
|
-
const stylesCss$
|
|
185
|
+
const stylesCss$X = ":host{display:inline-block;--z-icon-width:16px;--z-icon-height:16px;--z-icon-right-margin:var(--space-unit);--rgb-white:240, 240, 240}button:disabled,::slotted(button:disabled){pointer-events:none}button,::slotted(button),::slotted(a){box-sizing:border-box;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;width:100%;font-family:var(--dashboard-font);font-weight:var(--font-sb);font-size:14px;line-height:1;letter-spacing:0.3px;border-width:var(--border-size-medium);border-style:solid;border-radius:var(--border-radius);vertical-align:middle;text-transform:uppercase;text-decoration:none;cursor:pointer;white-space:nowrap;outline:none;fill:currentColor}button.big,:host([size=\"big\"]) ::slotted(button),:host([size=\"big\"]) ::slotted(a){height:44px;min-width:44px}button.small,:host([size=\"small\"]) ::slotted(button),:host([size=\"small\"]) ::slotted(a){height:36px;min-width:36px}button.issmall,:host([issmall]) ::slotted(button),:host([issmall]) ::slotted(a){height:36px;min-width:36px}button.x-small,:host([size=\"x-small\"]) ::slotted(button),:host([size=\"x-small\"]) ::slotted(a){height:32px;min-width:32px}button:not(.square),:host(:not([square])) ::slotted(button),:host(:not([square])) ::slotted(a){min-width:calc(var(--space-unit) * 8);padding:0 calc(var(--space-unit) * 2)}button.square,:host([square]){--z-icon-right-margin:0}button.primary,:host([variant=\"primary\"]) ::slotted(button),:host([variant=\"primary\"]) ::slotted(a){background-color:var(--color-primary01);border-color:var(--color-primary01);color:var(--color-text-inverse)}@media (hover: hover){button.primary:hover,:host([variant=\"primary\"]) ::slotted(button:hover),:host([variant=\"primary\"]) ::slotted(a:hover){background-color:var(--color-hover-primary);border-color:var(--color-hover-primary);color:var(--color-text-inverse)}}button:focus:focus-visible,::slotted(button:focus:focus-visible),::slotted(a:focus:focus-visible){box-shadow:var(--shadow-focus-primary)}button.primary:active,:host([variant=\"primary\"]) ::slotted(button:active),:host([variant=\"primary\"]) ::slotted(a:active){background-color:var(--color-pressed-primary);border-color:var(--color-pressed-primary);color:var(--color-text-inverse);box-shadow:var(--shadow-2)}button.primary:disabled,:host([variant=\"primary\"]) ::slotted(button:disabled){background-color:var(--color-disabled01);border-color:var(--color-disabled01);color:var(--color-disabled02)}button.secondary,:host([variant=\"secondary\"]) ::slotted(button),:host([variant=\"secondary\"]) ::slotted(a){background-color:var(--color-surface01);border-color:var(--color-primary01);color:var(--color-primary01)}@media (hover: hover){button.secondary:hover,:host([variant=\"secondary\"]) ::slotted(button:hover),:host([variant=\"secondary\"]) ::slotted(a:hover){background-color:var(--color-surface01);border-color:var(--color-hover-primary);color:var(--color-hover-primary)}}button.secondary:active,:host([variant=\"secondary\"]) ::slotted(button:active),:host([variant=\"secondary\"]) ::slotted(a:active){background-color:var(--color-surface01);border-color:var(--color-pressed-primary);color:var(--color-pressed-primary);box-shadow:var(--shadow-2)}button.secondary:disabled,:host([variant=\"secondary\"]) ::slotted(button:disabled){background-color:var(--color-surface01);border-color:var(--color-disabled01);color:var(--color-disabled02)}button.tertiary,:host([variant=\"tertiary\"]) ::slotted(button),:host([variant=\"tertiary\"]) ::slotted(a){background-color:transparent;border-color:transparent;color:var(--color-primary01)}button.tertiary.hasContent{padding:0 var(--space-unit)}@media (hover: hover){button.tertiary:hover,:host([variant=\"tertiary\"]) ::slotted(button:hover),:host([variant=\"tertiary\"]) ::slotted(a:hover){background-color:var(--color-primary03);border-color:var(--color-primary03);color:var(--color-hover-primary)}}button.tertiary:focus:focus-visible,:host([variant=\"tertiary\"]) ::slotted(button:focus:focus-visible),:host([variant=\"tertiary\"]) ::slotted(a:focus:focus-visible){background-color:var(--color-surface01);border-color:var(--color-surface01);color:var(--color-primary01)}button.tertiary:active,:host([variant=\"tertiary\"]) ::slotted(button:active),:host([variant=\"tertiary\"]) ::slotted(a:active){background-color:var(--color-surface01);border-color:var(--color-surface01);color:var(--color-primary01);box-shadow:var(--shadow-2)}button.tertiary:disabled,:host([variant=\"tertiary\"]) ::slotted(button:disabled){background-color:transparent;border-color:transparent;color:var(--color-disabled02)}button.dark-bg,:host([variant=\"dark-bg\"]) ::slotted(button),:host([variant=\"dark-bg\"]) ::slotted(a){background-color:rgba(var(--rgb-white), 0.2);border-color:transparent;color:var(--color-text04)}button.dark-bg.hasContent{padding:0 var(--space-unit)}@media (hover: hover){button.dark-bg:hover,:host([variant=\"dark-bg\"]) ::slotted(button:hover),:host([variant=\"dark-bg\"]) ::slotted(a:hover){background-color:rgba(var(--rgb-white), 0.1)}}button.dark-bg:active,:host([variant=\"dark-bg\"]) ::slotted(button:active),:host([variant=\"dark-bg\"]) ::slotted(a:active){background-color:rgba(var(--rgb-white), 0.3)}button.dark-bg:disabled,:host([variant=\"dark-bg\"]) ::slotted(button:disabled){color:var(--color-disabled03);background-color:rgba(var(--rgb-white), 0.05)}";
|
|
214
186
|
|
|
215
187
|
const ZButton = class {
|
|
216
188
|
constructor(hostRef) {
|
|
@@ -237,9 +209,9 @@ const ZButton = class {
|
|
|
237
209
|
}
|
|
238
210
|
get hostElement() { return getElement(this); }
|
|
239
211
|
};
|
|
240
|
-
ZButton.style = stylesCss$
|
|
212
|
+
ZButton.style = stylesCss$X;
|
|
241
213
|
|
|
242
|
-
const stylesCss$
|
|
214
|
+
const stylesCss$W = "button.container{min-height:32px;line-height:32px;border:var(--border-size-small) solid var(--bg-grey-200);border-radius:16px;box-shadow:0px 2px 5px 0px var(--bg-neutral-300);-webkit-box-shadow:0px 2px 5px 0px var(--bg-neutral-300);-moz-box-shadow:0px 2px 5px 0px var(--bg-neutral-300);text-align:center;padding:0 calc(var(--space-unit) * 2);cursor:pointer;letter-spacing:0.17px;font-family:var(--dashboard-font);font-size:12px;font-weight:var(--font-sb);opacity:1;transition:all 200ms linear}button.container.small{min-height:24px;line-height:24px}button.container:focus{outline:0}button.container::-moz-focus-inner{border:0}.text-container{margin-left:4px}button.container,button.container:focus,button.container:hover{background-color:var(--bg-white);color:var(--text-grey-700);fill:var(--text-grey-700)}button.container.isactive{background-color:var(--bg-white);color:var(--myz-blue);fill:var(--myz-blue)}button.container.isactive:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}button.container.isactive:focus{background-color:var(--myz-blue-dark);border-color:var(--myz-blue-dark);box-shadow:0px 0px 4px 0px var(--text-grey-800);color:var(--bg-white);fill:var(--bg-white)}button z-icon{display:inline-block}";
|
|
243
215
|
|
|
244
216
|
const ZButtonFilter = class {
|
|
245
217
|
constructor(hostRef) {
|
|
@@ -279,9 +251,9 @@ const ZButtonFilter = class {
|
|
|
279
251
|
return this.renderDynamicPillow(this.filtername);
|
|
280
252
|
}
|
|
281
253
|
};
|
|
282
|
-
ZButtonFilter.style = stylesCss$
|
|
254
|
+
ZButtonFilter.style = stylesCss$W;
|
|
283
255
|
|
|
284
|
-
const stylesCss$
|
|
256
|
+
const stylesCss$V = ":host,button{max-width:100%}button{height:36px;border:var(--border-size-medium) solid var(--myz-blue);border-radius:var(--border-radius);color:var(--myz-blue);fill:var(--myz-blue);background-color:var(--bg-white);outline:none;padding:0 var(--space-unit);cursor:pointer}button::-moz-focus-inner{border:0}button:hover{border-color:var(--myz-blue-dark);color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}button:focus{border-color:var(--myz-blue);color:var(--myz-blue);fill:var(--myz-blue);box-shadow:0px 0px 2px 2px var(--accent-dark)}button:active{border-color:var(--myz-blue-light);color:var(--myz-blue-light);fill:var(--myz-blue-light);box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.4)}button.selected{border-color:var(--myz-blue-dark);background-color:var(--myz-blue-dark);color:var(--bg-white);fill:var(--bg-white)}button>label{cursor:pointer;font-family:var(--dashboard-font);font-weight:var(--font-sb);font-size:14px;display:flex;align-items:center}button>label>span.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0;padding:0}button>label>span.counter{margin-left:calc(var(--space-unit) / 2);margin-right:calc(var(--space-unit) * 2)}button>label>span.sort{margin-right:var(--half-x1);white-space:nowrap}button>span{font-family:var(--dashboard-font);font-weight:var(--font-rg);font-size:14px;margin-right:calc(var(--space-unit) * 0.5)}button>z-icon{padding-top:calc(var(--space-unit) * 0.5)}@media only screen and (min-width: 768px){:host,button{max-width:325px}}@media only screen and (min-width: 1025px){:host,button{max-width:490px}}";
|
|
285
257
|
|
|
286
258
|
const ZButtonSort = class {
|
|
287
259
|
constructor(hostRef) {
|
|
@@ -325,9 +297,9 @@ const ZButtonSort = class {
|
|
|
325
297
|
return (h("button", { title: this.setButtonTitle(), id: this.buttonid, class: this.isselected && "selected", onClick: () => this.emitButtonSortClick() }, h("label", null, h("span", { ref: (el) => (this.ellipsis = el), class: "ellipsis" }, !this.sortasc && this.desclabel ? this.desclabel : this.label), h("span", { class: "counter" }, this.counter && ` (${this.counter})`), h("span", { class: "sort" }, this.sortasc ? this.sortlabelasc : this.sortlabeldesc), h("z-icon", { name: "caret-up-down", width: 16, height: 16 }))));
|
|
326
298
|
}
|
|
327
299
|
};
|
|
328
|
-
ZButtonSort.style = stylesCss$
|
|
300
|
+
ZButtonSort.style = stylesCss$V;
|
|
329
301
|
|
|
330
|
-
const stylesCss$
|
|
302
|
+
const stylesCss$U = ":host{--aspect-ratio:1.62;--z-card--border-color:var(--gray200);--z-card--color-cover-background:var(--color-surface01);position:relative;display:flex;flex-direction:column;font-family:var(--font-family-sans);font-weight:var(--font-rg)}*,::slotted(*){box-sizing:border-box}:host(:not([variant='overlay'])) .cover-container{position:relative;width:100%}.cover-container{padding-bottom:calc(100% / var(--aspect-ratio))}::slotted([slot='cover']),.color-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.cover-container>z-icon{--z-icon-width:calc(var(--space-unit) * 11);--z-icon-height:var(--z-icon-width);position:absolute;top:calc(50% - calc(var(--z-icon-height) / 2));left:calc(50% - calc(var(--z-icon-width) / 2));fill:var(--color-primary01)}.color-cover{background-color:var(--z-card--color-cover-background)}.content{display:flex;flex-direction:column;padding-top:var(--space-unit)}.color-cover .cover-content{display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:var(--space-unit)}::slotted([slot='metadata']),::slotted([slot='title']),::slotted([slot='text']){display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}::slotted([slot='title']:not(:last-child)),::slotted([slot='text']:not(:last-child)){margin-bottom:var(--space-unit)}::slotted([slot='text']),::slotted([slot='actions']){margin:0}::slotted([slot='metadata']:not(:last-child)){margin:0 0 calc(var(--space-unit) * 0.25);-webkit-line-clamp:1;text-transform:uppercase}::slotted([slot='title']){margin:0;font-weight:var(--font-sb);-webkit-line-clamp:2}::slotted([slot='text']){-webkit-line-clamp:3}.actions{display:flex;flex-direction:row;align-items:center}::slotted([slot='action']:not(:last-child)){margin-right:calc(var(--space-unit) * 1.5)}:host([clickable]){cursor:pointer}:host([clickable]:focus:focus-visible){outline:none}:host(:not([variant])[clickable]:focus:focus-visible){padding:calc(var(--space-unit) * 0.5);box-shadow:var(--shadow-focus-primary)}:host([variant='border'])>.content,:host([variant='shadow'])>.content{height:100%;padding:var(--space-unit) var(--space-unit) calc(var(--space-unit) * 2)}:host([variant='border']) .actions,:host([variant='shadow']) .actions{margin-top:auto}:host([variant='border']){border:var(--border-size-small) solid var(--z-card--border-color)}:host([variant='border'][clickable]:hover)>.content{background:var(--color-background)}:host([variant='border'][clickable]:focus:focus-visible){box-shadow:var(--shadow-focus-primary)}:host([variant='border'][clickable]:active){border-color:transparent}:host([variant='shadow']){box-shadow:var(--shadow-2)}:host([variant='shadow'][clickable]:hover){box-shadow:var(--shadow-4)}:host([variant='shadow'][clickable]:focus:focus-visible){box-shadow:var(--shadow-4)}:host([variant='shadow'][clickable]:active){box-shadow:none}:host([variant='overlay']) .content{position:absolute;top:0;right:0;bottom:0;left:0;justify-content:flex-end;padding:var(--space-unit);background-image:linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));color:var(--color-text-inverse);fill:var(--color-text-inverse)}";
|
|
331
303
|
|
|
332
304
|
const ZCard = class {
|
|
333
305
|
constructor(hostRef) {
|
|
@@ -375,9 +347,9 @@ const ZCard = class {
|
|
|
375
347
|
}
|
|
376
348
|
get host() { return getElement(this); }
|
|
377
349
|
};
|
|
378
|
-
ZCard.style = stylesCss$
|
|
350
|
+
ZCard.style = stylesCss$U;
|
|
379
351
|
|
|
380
|
-
const stylesCss$
|
|
352
|
+
const stylesCss$T = ":host>div{display:inline-block;min-height:28px;line-height:28px;padding:0 calc(var(--space-unit) * 1.5);background-color:var(--bg-white);border:var(--border-size-small) solid var(--bg-grey-200);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:12px}.boldtext{font-weight:bold}";
|
|
381
353
|
|
|
382
354
|
const ZChip = class {
|
|
383
355
|
constructor(hostRef) {
|
|
@@ -392,9 +364,9 @@ const ZChip = class {
|
|
|
392
364
|
h("div", null, h("slot", null));
|
|
393
365
|
}
|
|
394
366
|
};
|
|
395
|
-
ZChip.style = stylesCss$
|
|
367
|
+
ZChip.style = stylesCss$T;
|
|
396
368
|
|
|
397
|
-
const stylesCss$
|
|
369
|
+
const stylesCss$S = ":host{display:block}:host>div.fixed{position:relative;height:48px}:host>div>.header{background-color:var(--bg-white);border-radius:var(--border-radius);border:var(--border-size-medium) solid var(--bg-grey-200);position:relative;z-index:10;min-height:48px;margin:0;padding:0 calc(var(--space-unit) * 2);display:flex;justify-content:space-between;align-items:center;cursor:pointer}:host>div.open>.header{border-radius:var(--border-radius) var(--border-radius) 0 0}:host>div>.header>h2{font-family:var(--dashboard-font);font-weight:var(--font-rg);color:var(--text-grey-800);font-size:16px;line-height:24px;margin:0;padding:var(--space-unit) 0}:host>div>.header>h2>span{font-weight:var(--font-sb)}:host>div>.header>z-icon{fill:var(--myz-blue);transform:rotate(360deg);transition:all 200ms linear}:host>div.open>.header>z-icon{fill:var(--myz-blue);transform:rotate(180deg);transition:all 200ms linear}:host>div.open>div.openComboData{background-color:var(--bg-white);border-radius:0 0 var(--border-radius) var(--border-radius);border:var(--border-size-medium) solid var(--bg-grey-200);border-top:0px;position:relative;z-index:12;padding:var(--space-unit) calc(var(--space-unit) * 2)}:host>div.open>div.openComboData>div{padding:0;max-height:235px;overflow:auto;scrollbar-width:thin;scrollbar-color:var(--myz-blue) var(--bg-grey-200)}:host>div.open>div.openComboData>z-input{margin-bottom:calc(var(--space-unit) * 2);width:100%}:host>div.open>div.openComboData>div>ul{margin:0;padding:0 3px;max-height:235px}::-webkit-scrollbar{background:linear-gradient(\n 90deg,\n var(--bg-white) 2px,\n var(--bg-grey-200) 4px,\n var(--bg-white) 8px\n );border-radius:var(--border-radius);width:10px}::-webkit-scrollbar-thumb{background-color:var(--myz-blue);border-radius:var(--border-radius);width:10px}:host>div.open>z-input{color:var(--myz-blue);margin:0 calc(var(--space-unit) * 2);width:238px;position:relative;z-index:1}:host>div.open>div.openComboData>div.search{box-shadow:1px 1px 4px 2px rgba(217, 222, 227, 0.5);margin-top:0;max-height:auto;overflow:hidden}:host>div.open>div.openComboData>div.search>ul{padding:var(--space-unit) calc(var(--space-unit) * 2);max-height:180px;overflow:auto;scrollbar-width:thin;scrollbar-color:var(--myz-blue) var(--bg-grey-200)}:host>div.open>div.openComboData>div.search>div{display:flex;justify-content:center}:host>div.open>div.openComboData>div.search>div>a{display:inline-block;cursor:pointer;color:var(--myz-blue);font-family:var(--dashboard-font);font-weight:var(--font-sb);font-size:14px;height:44px;line-height:44px;text-align:center;text-transform:uppercase}:host>div.open>div.openComboData>div.checkAllWrapper{padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * .5);text-align:left}";
|
|
398
370
|
|
|
399
371
|
const ZCombobox = class {
|
|
400
372
|
constructor(hostRef) {
|
|
@@ -552,7 +524,35 @@ const ZCombobox = class {
|
|
|
552
524
|
"items": ["watchItems"]
|
|
553
525
|
}; }
|
|
554
526
|
};
|
|
555
|
-
ZCombobox.style = stylesCss$
|
|
527
|
+
ZCombobox.style = stylesCss$S;
|
|
528
|
+
|
|
529
|
+
const stylesCss$R = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host(:focus-within)>z-popover{box-shadow:var(--shadow-focus-primary)}.popover-content-container{min-width:112px;max-width:280px;white-space:nowrap;padding:calc(var(--space-unit) / 2) 0}.element-container:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}.element-text{overflow:hidden;text-overflow:ellipsis;font-size:14px}.element-container,.disabled-element-container{display:flex;align-items:center;gap:var(--space-unit);fill:var(--color-disabled03);padding:calc(var(--space-unit) / 2) var(--space-unit);min-height:calc(var(--space-unit) * 4);box-sizing:border-box}.element-container{fill:var(--color-primary01)}.element-icon{display:flex}";
|
|
530
|
+
|
|
531
|
+
const ZContextualMenu = class {
|
|
532
|
+
constructor(hostRef) {
|
|
533
|
+
registerInstance(this, hostRef);
|
|
534
|
+
this.clickContextualMenu = createEvent(this, "clickContextualMenu", 7);
|
|
535
|
+
/**
|
|
536
|
+
* [optional] Sets text color of ZContextualMenu's content
|
|
537
|
+
*/
|
|
538
|
+
this.color = "color-primary01";
|
|
539
|
+
}
|
|
540
|
+
componentWillRender() {
|
|
541
|
+
if (this.elements) {
|
|
542
|
+
this.jsonElements = JSON.parse(this.elements.replace(/"/g, '"'));
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
showIcon() {
|
|
546
|
+
return !this.jsonElements.some((element) => !element.icon);
|
|
547
|
+
}
|
|
548
|
+
render() {
|
|
549
|
+
var _a;
|
|
550
|
+
return (h(Host, null, h("z-popover", { "background-color": "color-background", "box-shadow": "shadow-2", position: PopoverPosition["after-down"], padding: "0" }, h("z-icon", { "aria-label": "apri-menu-contestuale", slot: "trigger", name: "contextual-menu", fill: "color-primary01", style: { cursor: "pointer" } }), h("div", { class: "popover-content-container", slot: "popover" }, h("z-list", null, h("z-list-group", { "divider-type": "element" }, (_a = this.jsonElements) === null || _a === void 0 ? void 0 : _a.map((element, index) => (h("z-list-element", { clickable: !element.disabled, class: "my-z-list-element", "align-button": "left", "expandable-style": "accordion", color: element.disabled ? `color-disabled03` : this.color, isContextualMenu: true, listElementId: index, onClickItem: (event) => this.clickContextualMenu.emit(event.detail) }, h("div", { class: element.disabled
|
|
551
|
+
? "disabled-element-container"
|
|
552
|
+
: "element-container" }, this.showIcon() && (h("div", { class: "element-icon" }, h("z-icon", { name: element.icon, width: 16, height: 16 }))), h("div", { class: "element-text" }, h("span", null, element.text))))))))))));
|
|
553
|
+
}
|
|
554
|
+
};
|
|
555
|
+
ZContextualMenu.style = stylesCss$R;
|
|
556
556
|
|
|
557
557
|
const stylesCss$Q = ".sc-z-divider-h{display:block;padding:0;margin:0}.divider-horizontal.sc-z-divider-h{width:100%}.divider-vertical.sc-z-divider-h{height:100%}.divider-small.divider-horizontal.sc-z-divider-h{height:var(--border-size-small)}.divider-medium.divider-horizontal.sc-z-divider-h{height:var(--border-size-medium)}.divider-large.divider-horizontal.sc-z-divider-h{height:var(--border-size-large)}.divider-small.divider-vertical.sc-z-divider-h{width:var(--border-size-small)}.divider-medium.divider-vertical.sc-z-divider-h{width:var(--border-size-medium)}.divider-large.divider-vertical.sc-z-divider-h{width:var(--border-size-large)}";
|
|
558
558
|
|
|
@@ -1133,15 +1133,11 @@ icons["cross"] = icons["multiply"];
|
|
|
1133
1133
|
icons["exit"] = icons["logout"];
|
|
1134
1134
|
icons["enter"] = icons["login"];
|
|
1135
1135
|
|
|
1136
|
-
const stylesCss$K = ":host{line-height:0;vertical-align:middle;
|
|
1136
|
+
const stylesCss$K = ":host{line-height:0;vertical-align:middle;margin-right:var(--z-icon-right-margin, 0);margin-left:var(--z-icon-left-margin, 0)}:host svg:not([width]){width:var(--z-icon-width, 18px)}:host svg:not([height]){height:var(--z-icon-height, 18px)}";
|
|
1137
1137
|
|
|
1138
1138
|
const ZIcon = class {
|
|
1139
1139
|
constructor(hostRef) {
|
|
1140
1140
|
registerInstance(this, hostRef);
|
|
1141
|
-
/** icon height (optional) */
|
|
1142
|
-
this.height = 18;
|
|
1143
|
-
/** icon width (optional) */
|
|
1144
|
-
this.width = 18;
|
|
1145
1141
|
}
|
|
1146
1142
|
selectPathOrPolygon(iconName) {
|
|
1147
1143
|
if (iconName && iconName.startsWith("M")) {
|
|
@@ -1483,7 +1479,7 @@ const ZInputMessage = class {
|
|
|
1483
1479
|
};
|
|
1484
1480
|
ZInputMessage.style = stylesCss$F;
|
|
1485
1481
|
|
|
1486
|
-
const stylesCss$E = ":host{font-family:var(--dashboard-font);font-weight:
|
|
1482
|
+
const stylesCss$E = ":host{--font-size-link:inherit;--font-weight-link:inherit}:host{font-family:var(--dashboard-font);font-weight:var(--font-weight-link);font-size:var(--font-size-link);line-height:inherit;outline:none}a{cursor:pointer;color:var(--color-link-primary);fill:var(--color-link-primary);display:inline-flex;align-items:center;text-decoration:none;padding:calc(var(--space-unit) * .5) 0;border-top:var(--border-size-medium) solid transparent;border-bottom:var(--border-size-medium) solid transparent}a:hover,a:focus,a:active{text-decoration:underline}a.active{color:var(--color-active-link);fill:var(--color-active-link)}a:hover,a:focus{color:var(--color-hover-link);fill:var(--color-hover-link)}a:active{color:var(--color-pressed-link);fill:var(--color-pressed-link)}a:visited{color:var(--color-visited-link);fill:var(--color-visited-link)}a.disabled,a.inverse.disabled{cursor:default;pointer-events:none;color:var(--color-disabled03);fill:var(--color-disabled03)}a.underline,a.underline:active,a.underline:hover,a.underline:visited,a.underline.disabled,a.underline.black,a.underline.white{text-decoration:underline}a.disabled,a.disabled:active,a.disabled:visited,a.disabled:hover{text-decoration:none}a.inverse{color:var(--color-inverse-link);fill:var(--color-inverse-link)}a.inverse.active{color:var(--color-inverse-active-link);fill:var(--color-inverse-active-link)}a.inverse:hover,a.inverse:focus{color:var(--color-inverse-hover-link);fill:var(--color-inverse-hover-link)}a.inverse:active{color:var(--color-inverse-pressed-link);fill:var(--color-inverse-pressed-link)}a.inverse:visited{color:var(--color-inverse-visited-link);fill:var(--color-inverse-visited-link)}a.black{color:var(--bg-grey-900);fill:var(--bg-grey-900);text-decoration:none}a.black:hover,a.black.active,a.black:visited{color:var(--bg-black);fill:var(--bg-black)}a.black:hover,a.black:focus,a.black:active{text-decoration:underline}a.black:active{color:var(--gray-700);fill:var(--gray-700)}a.white,a.white:active,a.white:hover,a.white.active{color:var(--bg-white);fill:var(--bg-white);text-decoration:none}a.white:visited{color:var(--bg-gray-300);fill:var(--bg-gray-300)}a.white:hover,a.white:focus,a.white:active{text-decoration:underline}a.white.disabled,a.black.disabled{color:var(--bg-gray-500);fill:var(--bg-gray-500)}a>z-icon:first-child{margin-right:8px}a>z-icon:last-child{margin-left:8px}";
|
|
1487
1483
|
|
|
1488
1484
|
const ZLink = class {
|
|
1489
1485
|
constructor(hostRef) {
|
|
@@ -1500,9 +1496,14 @@ const ZLink = class {
|
|
|
1500
1496
|
/** white variant flag (optional) */
|
|
1501
1497
|
this.iswhite = false;
|
|
1502
1498
|
/** link text variant (optional) */
|
|
1503
|
-
this.textcolor = "
|
|
1499
|
+
this.textcolor = "primary";
|
|
1504
1500
|
/** big link version */
|
|
1505
1501
|
this.big = false;
|
|
1502
|
+
/** link icon position (optional) */
|
|
1503
|
+
this.iconposition = "left";
|
|
1504
|
+
/** draw underline on text (optional) */
|
|
1505
|
+
this.underline = false;
|
|
1506
|
+
this.iconSize = 18;
|
|
1506
1507
|
this.emitZLinkClick = this.emitZLinkClick.bind(this);
|
|
1507
1508
|
this.emitZLinkInteraction = this.emitZLinkInteraction.bind(this);
|
|
1508
1509
|
}
|
|
@@ -1510,6 +1511,9 @@ const ZLink = class {
|
|
|
1510
1511
|
if (this.iswhite) {
|
|
1511
1512
|
console.warn("z-link iswhite prop is deprecated and will be dropped in a next release, please use textcolor prop instead");
|
|
1512
1513
|
}
|
|
1514
|
+
if (this.big) {
|
|
1515
|
+
console.warn("z-link big prop is deprecated and will be dropped in a next release, please override --font-size-link and --font-weight-link variables instead");
|
|
1516
|
+
}
|
|
1513
1517
|
}
|
|
1514
1518
|
emitZLinkClick(e, linkId) {
|
|
1515
1519
|
this.emitZLinkInteraction(e, linkId);
|
|
@@ -1517,13 +1521,25 @@ const ZLink = class {
|
|
|
1517
1521
|
emitZLinkInteraction(e, linkId) {
|
|
1518
1522
|
this.zLinkClick.emit({ e, linkId });
|
|
1519
1523
|
}
|
|
1524
|
+
componentDidRender() {
|
|
1525
|
+
if (this.icon) {
|
|
1526
|
+
const height = parseFloat(window.getComputedStyle(this.hostElement).getPropertyValue('font-size'));
|
|
1527
|
+
const currentSize = this.big ? 18 : Math.round(height * 1.125);
|
|
1528
|
+
if (!Number.isNaN(currentSize) && this.iconSize !== currentSize) {
|
|
1529
|
+
this.iconSize = currentSize;
|
|
1530
|
+
}
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1520
1533
|
render() {
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1534
|
+
const style = this.big ? { "--font-size-link": "16px", "--font-weight-link": "600" } : {};
|
|
1535
|
+
return (h(Host, { style: style }, h("a", { id: this.htmlid, href: this.href, class: `${this.isdisabled ? "disabled" : ""}
|
|
1536
|
+
${this.isactive ? "active" : ""}
|
|
1537
|
+
${this.textcolor}
|
|
1538
|
+
${this.iswhite ? "white" : ""}
|
|
1539
|
+
${this.underline ? "underline" : ""}`, target: this.target, role: this.href ? "link" : "button", tabindex: this.isdisabled ? -1 : this.htmltabindex, onClick: (e) => this.emitZLinkClick(e, this.htmlid) }, this.iconposition === "right" && h("slot", null), this.icon &&
|
|
1540
|
+
h("z-icon", { style: { "--z-icon-width": this.iconSize.toString(), "--z-icon-height": this.iconSize.toString() }, name: this.icon, height: this.iconSize, width: this.iconSize }), this.iconposition === "left" && h("slot", null))));
|
|
1526
1541
|
}
|
|
1542
|
+
get hostElement() { return getElement(this); }
|
|
1527
1543
|
};
|
|
1528
1544
|
ZLink.style = stylesCss$E;
|
|
1529
1545
|
|
|
@@ -1604,7 +1620,7 @@ const ZListElement = class {
|
|
|
1604
1620
|
*/
|
|
1605
1621
|
this.disabled = false;
|
|
1606
1622
|
/**
|
|
1607
|
-
* [optional] If is used in
|
|
1623
|
+
* [optional] If is used in ZContextualMenu component
|
|
1608
1624
|
*/
|
|
1609
1625
|
this.isContextualMenu = false;
|
|
1610
1626
|
this.showInnerContent = false;
|
|
@@ -2668,7 +2684,7 @@ const ZRegistroTableHead = class {
|
|
|
2668
2684
|
};
|
|
2669
2685
|
ZRegistroTableHead.style = stylesCss$c;
|
|
2670
2686
|
|
|
2671
|
-
const stylesCss$b = ":host{display:table-cell;background-color:var(--gray50);border-bottom:var(--border-size-medium) solid var(--gray200);font-family:var(--dashboard-font);font-weight:var(--font-sb);text-align:start;position:relative}.container{display:flex;align-items:flex-end}:host(.sortable){cursor:pointer}:host(.size-x-small){padding:calc(var(--space-unit) / 2)}:host(.size-small){padding:var(--space-unit)}:host(.size-medium){padding:calc(var(--space-unit) * 2)}:host(.size-large){padding:calc(var(--space-unit) * 3)}:host(.size-special){padding:20px 40px}.arrow{opacity:1;padding-left:var(--space-unit)}.
|
|
2687
|
+
const stylesCss$b = ":host{display:table-cell;background-color:var(--gray50);border-bottom:var(--border-size-medium) solid var(--gray200);font-family:var(--dashboard-font);font-weight:var(--font-sb);text-align:start;position:relative}.container{display:flex;align-items:flex-end}:host(.sortable){cursor:pointer}:host(.size-x-small){padding:calc(var(--space-unit) / 2)}:host(.size-small){padding:var(--space-unit)}:host(.size-medium){padding:calc(var(--space-unit) * 2)}:host(.size-large){padding:calc(var(--space-unit) * 3)}:host(.size-special){padding:20px 40px}.arrow{opacity:1;padding-left:var(--space-unit)}.popover-container{position:absolute;top:var(--space-unit);right:var(--space-unit);display:none}.popover-container.visible{display:block}:host(:hover) .popover-container{display:block}";
|
|
2672
2688
|
|
|
2673
2689
|
const ZRegistroTableHeader = class {
|
|
2674
2690
|
constructor(hostRef) {
|
|
@@ -2676,23 +2692,26 @@ const ZRegistroTableHeader = class {
|
|
|
2676
2692
|
this.sort = createEvent(this, "sort", 7);
|
|
2677
2693
|
/** [Optional] Padding of the header */
|
|
2678
2694
|
this.size = TableHeaderSize["medium"];
|
|
2695
|
+
this.sortDirection = SortDirectionEnum.none;
|
|
2679
2696
|
this.isMenuOpened = false;
|
|
2680
|
-
this.sortingOrientation = SortingOrientation["none"];
|
|
2681
2697
|
this.emitOnSort = this.emitOnSort.bind(this);
|
|
2682
2698
|
}
|
|
2683
2699
|
emitOnSort() {
|
|
2684
|
-
this.sort.emit({
|
|
2700
|
+
this.sort.emit({
|
|
2701
|
+
columnId: this.columnId,
|
|
2702
|
+
sortDirection: this.sortDirection
|
|
2703
|
+
});
|
|
2685
2704
|
}
|
|
2686
2705
|
handleSort() {
|
|
2687
2706
|
if (!this.sortable) {
|
|
2688
2707
|
return;
|
|
2689
2708
|
}
|
|
2690
|
-
if (this.
|
|
2691
|
-
this.
|
|
2692
|
-
this.
|
|
2709
|
+
if (this.sortDirection === SortDirectionEnum.none ||
|
|
2710
|
+
this.sortDirection === SortDirectionEnum.desc) {
|
|
2711
|
+
this.sortDirection = SortDirectionEnum.asc;
|
|
2693
2712
|
}
|
|
2694
|
-
else if (this.
|
|
2695
|
-
this.
|
|
2713
|
+
else if (this.sortDirection === SortDirectionEnum.asc) {
|
|
2714
|
+
this.sortDirection = SortDirectionEnum.desc;
|
|
2696
2715
|
}
|
|
2697
2716
|
this.emitOnSort();
|
|
2698
2717
|
}
|
|
@@ -2714,7 +2733,7 @@ const ZRegistroTableHeader = class {
|
|
|
2714
2733
|
const parent = tree.find((elem) => elem.nodeName.toLowerCase() === "z-registro-table-header");
|
|
2715
2734
|
if (parent &&
|
|
2716
2735
|
parent.attributes.getNamedItem("column-id").value !== this.columnId) {
|
|
2717
|
-
this.
|
|
2736
|
+
this.sortDirection = SortDirectionEnum.none;
|
|
2718
2737
|
}
|
|
2719
2738
|
}
|
|
2720
2739
|
componentWillRender() {
|
|
@@ -2723,11 +2742,9 @@ const ZRegistroTableHeader = class {
|
|
|
2723
2742
|
render() {
|
|
2724
2743
|
return (h(Host, { class: classnames(`size-${this.size}`, {
|
|
2725
2744
|
sortable: this.sortable,
|
|
2726
|
-
}), onClick: () => this.handleSort() }, h("div", { class: classnames("container") }, h("slot", null), this.sortable && (h("z-icon", { name: this.
|
|
2745
|
+
}), onClick: () => this.handleSort() }, h("div", { class: classnames("container") }, h("slot", null), this.sortable && this.sortDirection !== SortDirectionEnum.none && (h("z-icon", { name: this.sortDirection === SortDirectionEnum.asc
|
|
2727
2746
|
? "arrow-up"
|
|
2728
|
-
: "arrow-down", class: classnames("
|
|
2729
|
-
hidden: this.sortingOrientation === SortingOrientation["none"],
|
|
2730
|
-
}) }))), this.showButton && (h("div", { class: classnames("popover-container", {
|
|
2747
|
+
: "arrow-down", class: "arrow" }))), this.showButton && (h("div", { class: classnames("popover-container", {
|
|
2731
2748
|
visible: this.isMenuOpened,
|
|
2732
2749
|
}) }, h("z-popover", { position: PopoverPosition["below-center"], "background-color": "gray200" }, h("z-button", { icon: "contextual-menu", variant: ButtonVariantEnum["tertiary"], size: ButtonSizeEnum["x-small"], square: true, slot: "trigger", onClick: () => this.handleMenuClick() }), h("div", { slot: "popover" }, h("slot", { name: "contextual-menu" })))))));
|
|
2733
2750
|
}
|
|
@@ -3364,7 +3381,7 @@ const ZTypography = class {
|
|
|
3364
3381
|
};
|
|
3365
3382
|
ZTypography.style = stylesCss$1;
|
|
3366
3383
|
|
|
3367
|
-
const stylesCss = ":host{font-family:var(--dashboard-font);font-weight:var(--font-rg)}
|
|
3384
|
+
const stylesCss = ":host{font-family:var(--dashboard-font);font-weight:var(--font-rg)}button{cursor:pointer;display:flex;margin:0;background:var(--bg-grey-900);border:none;padding:0;font-size:calc(var(--space-unit) * 2);padding:6px}button>z-icon{padding:0 2px;fill:var(--bg-white)}button>span{padding:0 6px;color:var(--text-white);font-weight:var(--font-sb);line-height:19px}button.light{background:var(--bg-white)}button.light>z-icon{fill:var(--bg-grey-900)}button.light>span{color:var(--bg-grey-900)}button>.userfullname{display:none}ul{position:absolute;left:0;padding:var(--space-unit) 0 0 0;width:100%;margin:0;background:var(--bg-grey-900)}ul.light{background:var(--bg-white)}ul>li{display:flex;justify-content:flex-end;padding:var(--space-unit);margin:0 var(--space-unit);border-bottom:var(--border-base) solid var(--bg-grey-700)}ul>li:first-child{border-top:var(--border-base) solid var(--bg-grey-700)}ul>li:last-child{border-bottom:none}@media only screen and (min-width: 768px){:host{height:calc(var(--space-unit) * 4)}:host>div{position:relative}:host>div>div{padding:0}:host>div>div.open{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-end;align-content:stretch;width:min-content;position:absolute;right:0;box-shadow:0px 2px calc(var(--space-unit) * .5) 0px rgba(0, 0, 0, 0.5);background:var(--bg-white);border-radius:calc(var(--space-unit) * .5);padding:calc(var(--space-unit) * .5) 0;transform:translate(0, -4px)}button{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:end;align-content:center;padding:6px var(--space-unit);max-width:200px}button>span{padding:0 var(--space-unit)}button.open{background-color:var(--bg-white);border-top:var(--border-size-small) solid var(--bg-white);border-top-left-radius:calc(var(--space-unit) * .5);border-top-right-radius:calc(var(--space-unit) * .5);max-width:initial}button>.userfullname{display:initial;white-space:nowrap;overflow:hidden;max-width:250px;text-overflow:ellipsis}button.open>z-icon{fill:var(--gray900)}button.open>span{color:var(--gray900)}ul{position:initial;left:initial;padding:0;margin-top:0;width:100%;background-color:var(--bg-white);border-bottom:var(--border-size-small) solid var(--bg-white);border-bottom-left-radius:var(--border-radius-base);border-bottom-right-radius:var(--border-radius-base)}ul>li{color:var(--gray900);border-bottom:var(--border-base) solid rgb(202, 204, 206);padding:calc(var(--space-unit) * .5) var(--space-unit)}ul>li>*{width:max-content}ul>li:first-child{border-top:none}ul>li:last-child{border-bottom:none}}@media only screen and (min-width: 1152px){button{max-width:initial}}";
|
|
3368
3385
|
|
|
3369
3386
|
const ZUserDropdown = class {
|
|
3370
3387
|
constructor(hostRef) {
|
|
@@ -3453,4 +3470,4 @@ const ZUserDropdown = class {
|
|
|
3453
3470
|
};
|
|
3454
3471
|
ZUserDropdown.style = stylesCss;
|
|
3455
3472
|
|
|
3456
|
-
export {
|
|
3473
|
+
export { ZAlert as z_alert, ZAppSwitcher as z_app_switcher, ZAppTopbar as z_app_topbar, ZAvatar as z_avatar, ZBody as z_body, ZButton as z_button, ZButtonFilter as z_button_filter, ZButtonSort as z_button_sort, ZCard as z_card, ZChip as z_chip, ZCombobox as z_combobox, ZContextualMenu as z_contextual_menu, ZDivider as z_divider, ZFooter as z_footer, ZFooterLink as z_footer_link, ZFooterSection as z_footer_section, ZFooterSocial as z_footer_social, ZGhostLoading as z_ghost_loading, ZIcon as z_icon, ZIconPackage as z_icon_package, ZInfoBox as z_info_box, ZInput as z_input, ZInputLabel as z_input_label, ZInputMessage as z_input_message, ZLink as z_link, ZList as z_list, ZListElement as z_list_element, ZListGroup as z_list_group, ZLogo as z_logo, ZMenu as z_menu, ZMenuDropdown as z_menu_dropdown, ZMenuSection as z_menu_section, ZMyzCardComponent as z_myz_card, ZMyzCardAlert as z_myz_card_alert, ZMyzCardBody as z_myz_card_body, ZMyzCardCover as z_myz_card_cover, ZMyzCardFooter as z_myz_card_footer, ZMyzCardHeader as z_myz_card_header, ZMyzCardIcon as z_myz_card_icon, ZMyzCardList as z_myz_card_list, ZMyzList as z_myz_list, ZMyzListItem as z_myz_list_item, ZNotification as z_notification, ZPaginationBar as z_pagination_bar, ZPaginationPage as z_pagination_page, ZPanelElem as z_panel_elem, ZPopover as z_popover, ZRegistroTable as z_registro_table, ZRegistroTableBody as z_registro_table_body, ZRegistroTableCell as z_registro_table_cell, ZRegistroTableEmptyBox as z_registro_table_empty_box, ZRegistroTableExpandedRow as z_registro_table_expanded_row, ZRegistroTableHead as z_registro_table_head, ZRegistroTableHeader as z_registro_table_header, ZRegistroTableHeaderRow as z_registro_table_header_row, ZRegistroTableRow as z_registro_table_row, ZRegistroTableStickyFooter as z_registro_table_sticky_footer, ZSelect as z_select, ZStatusTag as z_status_tag, ZStepper as z_stepper, ZStepperItem as z_stepper_item, ZToggleButton as z_toggle_button, ZTooltip as z_tooltip, ZTypography as z_typography, ZUserDropdown as z_user_dropdown };
|