@zanichelli/albe-web-components 6.1.0 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/dist/cjs/index-e3299e0a.js +34 -10
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/web-components-library.cjs.js +1 -1
  4. package/dist/cjs/z-anchor-navigation.cjs.entry.js +53 -0
  5. package/dist/cjs/z-app-header_2.cjs.entry.js +153 -0
  6. package/dist/cjs/z-app-switcher.cjs.entry.js +29 -0
  7. package/dist/cjs/z-app-topbar.cjs.entry.js +41 -0
  8. package/dist/cjs/z-divider.cjs.entry.js +26 -0
  9. package/dist/cjs/z-input-label_2.cjs.entry.js +19 -3
  10. package/dist/cjs/z-input_2.cjs.entry.js +253 -0
  11. package/dist/cjs/z-link.cjs.entry.js +74 -0
  12. package/dist/cjs/{z-list_2.cjs.entry.js → z-list_3.cjs.entry.js} +51 -4
  13. package/dist/cjs/z-logo.cjs.entry.js +26 -0
  14. package/dist/cjs/{z-app-switcher_9.cjs.entry.js → z-range-picker.cjs.entry.js} +11 -439
  15. package/dist/collection/collection-manifest.json +1 -0
  16. package/dist/collection/components/inputs/z-select/index.js +35 -2
  17. package/dist/collection/components/inputs/z-select/styles.css +4 -0
  18. package/dist/collection/components/z-anchor-navigation/index.js +95 -0
  19. package/dist/collection/components/z-anchor-navigation/styles.css +118 -0
  20. package/dist/esm/index-a2ca4b97.js +34 -10
  21. package/dist/esm/index.js +1 -1
  22. package/dist/esm/loader.js +1 -1
  23. package/dist/esm/{utils-39ca028c.js → utils-9e81727a.js} +1 -1
  24. package/dist/esm/web-components-library.js +1 -1
  25. package/dist/esm/z-anchor-navigation.entry.js +49 -0
  26. package/dist/esm/z-app-header_2.entry.js +148 -0
  27. package/dist/esm/z-app-switcher.entry.js +25 -0
  28. package/dist/esm/z-app-topbar.entry.js +37 -0
  29. package/dist/esm/z-chip.entry.js +1 -1
  30. package/dist/esm/z-combobox.entry.js +1 -1
  31. package/dist/esm/z-divider.entry.js +22 -0
  32. package/dist/esm/z-file-upload.entry.js +1 -1
  33. package/dist/esm/z-input-deprecated.entry.js +1 -1
  34. package/dist/esm/z-input-label_2.entry.js +20 -4
  35. package/dist/esm/z-input_2.entry.js +248 -0
  36. package/dist/esm/z-link.entry.js +70 -0
  37. package/dist/esm/{z-list_2.entry.js → z-list_3.entry.js} +51 -5
  38. package/dist/esm/z-logo.entry.js +22 -0
  39. package/dist/esm/z-menu-dropdown_2.entry.js +1 -1
  40. package/dist/esm/z-myz-card-info.entry.js +1 -1
  41. package/dist/esm/z-myz-list-item.entry.js +1 -1
  42. package/dist/esm/z-pagination-bar.entry.js +1 -1
  43. package/dist/esm/z-pocket_3.entry.js +1 -1
  44. package/dist/esm/z-popover-deprecated.entry.js +1 -1
  45. package/dist/esm/z-popover.entry.js +1 -1
  46. package/dist/esm/{z-app-switcher_9.entry.js → z-range-picker.entry.js} +3 -423
  47. package/dist/esm/z-skip-to-content.entry.js +1 -1
  48. package/dist/esm/z-slideshow.entry.js +1 -1
  49. package/dist/esm/z-table-header.entry.js +1 -1
  50. package/dist/esm/z-toggle-switch.entry.js +1 -1
  51. package/dist/types/beans/index.d.ts +1 -0
  52. package/dist/types/components/inputs/z-select/index.d.ts +3 -0
  53. package/dist/types/components/z-anchor-navigation/index.d.ts +39 -0
  54. package/dist/types/components.d.ts +23 -0
  55. package/dist/web-components-library/index.esm.js +1 -1
  56. package/dist/web-components-library/{p-87fdd14f.js → p-16da5460.js} +1 -1
  57. package/dist/web-components-library/p-1cb23bbb.entry.js +1 -0
  58. package/dist/web-components-library/p-2774ab29.entry.js +1 -0
  59. package/dist/web-components-library/{p-23781e2b.entry.js → p-3ba1b96e.entry.js} +1 -1
  60. package/{www/build/p-ff18690f.entry.js → dist/web-components-library/p-40e0d384.entry.js} +1 -1
  61. package/dist/web-components-library/{p-5d4a6659.entry.js → p-41e2bb0f.entry.js} +1 -1
  62. package/dist/web-components-library/{p-ccf67abf.entry.js → p-4d93268a.entry.js} +1 -1
  63. package/dist/web-components-library/{p-35ceae27.entry.js → p-5c02e500.entry.js} +1 -1
  64. package/dist/web-components-library/{p-a6d6178a.entry.js → p-6b11cc16.entry.js} +1 -1
  65. package/dist/web-components-library/{p-1bd6592f.entry.js → p-7dd5431f.entry.js} +1 -1
  66. package/dist/web-components-library/{p-10b46635.entry.js → p-7ebdeefa.entry.js} +1 -1
  67. package/dist/web-components-library/p-9434d80c.entry.js +1 -0
  68. package/dist/web-components-library/{p-982254e5.entry.js → p-a17b363e.entry.js} +1 -1
  69. package/dist/web-components-library/p-a329f5ff.entry.js +1 -0
  70. package/dist/web-components-library/p-ae79573a.entry.js +1 -0
  71. package/dist/web-components-library/{p-3913bff2.entry.js → p-c3f29701.entry.js} +1 -1
  72. package/dist/web-components-library/{p-79b8d87e.entry.js → p-c75e80fb.entry.js} +1 -1
  73. package/dist/web-components-library/p-cea1f402.entry.js +1 -0
  74. package/dist/web-components-library/p-d572a365.entry.js +1 -0
  75. package/dist/web-components-library/{p-5c9556e3.entry.js → p-d5f6bf94.entry.js} +1 -1
  76. package/dist/web-components-library/{p-a79cc147.entry.js → p-db5a98d1.entry.js} +1 -1
  77. package/dist/web-components-library/{p-3a431f04.entry.js → p-dc2ca41d.entry.js} +1 -1
  78. package/{www/build/p-d3733579.entry.js → dist/web-components-library/p-e731914a.entry.js} +1 -1
  79. package/dist/web-components-library/p-e8fbb103.entry.js +1 -0
  80. package/dist/web-components-library/p-f0653e72.entry.js +1 -0
  81. package/dist/web-components-library/{p-4e733fbd.entry.js → p-f260c62b.entry.js} +1 -1
  82. package/dist/web-components-library/p-f8ef69c4.entry.js +1 -0
  83. package/dist/web-components-library/web-components-library.esm.js +1 -1
  84. package/package.json +1 -1
  85. package/react/components.d.ts +1 -0
  86. package/react/components.js +4 -3
  87. package/react/components.js.map +1 -1
  88. package/www/build/index.esm.js +1 -1
  89. package/www/build/{p-87fdd14f.js → p-16da5460.js} +1 -1
  90. package/www/build/p-1cb23bbb.entry.js +1 -0
  91. package/www/build/p-2774ab29.entry.js +1 -0
  92. package/www/build/{p-23781e2b.entry.js → p-3ba1b96e.entry.js} +1 -1
  93. package/{dist/web-components-library/p-ff18690f.entry.js → www/build/p-40e0d384.entry.js} +1 -1
  94. package/www/build/{p-5d4a6659.entry.js → p-41e2bb0f.entry.js} +1 -1
  95. package/www/build/{p-ccf67abf.entry.js → p-4d93268a.entry.js} +1 -1
  96. package/www/build/p-4d9ae314.js +1 -0
  97. package/www/build/{p-35ceae27.entry.js → p-5c02e500.entry.js} +1 -1
  98. package/www/build/{p-a6d6178a.entry.js → p-6b11cc16.entry.js} +1 -1
  99. package/www/build/{p-1bd6592f.entry.js → p-7dd5431f.entry.js} +1 -1
  100. package/www/build/{p-10b46635.entry.js → p-7ebdeefa.entry.js} +1 -1
  101. package/www/build/p-9434d80c.entry.js +1 -0
  102. package/www/build/{p-982254e5.entry.js → p-a17b363e.entry.js} +1 -1
  103. package/www/build/p-a329f5ff.entry.js +1 -0
  104. package/www/build/p-ae79573a.entry.js +1 -0
  105. package/www/build/{p-3913bff2.entry.js → p-c3f29701.entry.js} +1 -1
  106. package/www/build/{p-79b8d87e.entry.js → p-c75e80fb.entry.js} +1 -1
  107. package/www/build/p-cea1f402.entry.js +1 -0
  108. package/www/build/p-d572a365.entry.js +1 -0
  109. package/www/build/{p-5c9556e3.entry.js → p-d5f6bf94.entry.js} +1 -1
  110. package/www/build/{p-a79cc147.entry.js → p-db5a98d1.entry.js} +1 -1
  111. package/www/build/{p-3a431f04.entry.js → p-dc2ca41d.entry.js} +1 -1
  112. package/{dist/web-components-library/p-d3733579.entry.js → www/build/p-e731914a.entry.js} +1 -1
  113. package/www/build/p-e8fbb103.entry.js +1 -0
  114. package/www/build/p-f0653e72.entry.js +1 -0
  115. package/www/build/{p-4e733fbd.entry.js → p-f260c62b.entry.js} +1 -1
  116. package/www/build/p-f8ef69c4.entry.js +1 -0
  117. package/www/build/web-components-library.esm.js +1 -1
  118. package/www/index.html +1 -24
  119. package/dist/cjs/z-app-header.cjs.entry.js +0 -133
  120. package/dist/cjs/z-list-group.cjs.entry.js +0 -54
  121. package/dist/esm/z-app-header.entry.js +0 -129
  122. package/dist/esm/z-list-group.entry.js +0 -50
  123. package/dist/web-components-library/p-5f3baf14.entry.js +0 -1
  124. package/dist/web-components-library/p-bb95b82f.entry.js +0 -1
  125. package/dist/web-components-library/p-cbb3ea13.entry.js +0 -1
  126. package/dist/web-components-library/p-edf0195b.entry.js +0 -1
  127. package/www/build/p-36654297.js +0 -1
  128. package/www/build/p-5f3baf14.entry.js +0 -1
  129. package/www/build/p-bb95b82f.entry.js +0 -1
  130. package/www/build/p-cbb3ea13.entry.js +0 -1
  131. package/www/build/p-edf0195b.entry.js +0 -1
@@ -0,0 +1,248 @@
1
+ import { r as registerInstance, c as createEvent, h, g as getElement, H as Host } from './index-a2ca4b97.js';
2
+ import { m as LabelPosition, I as InputType } from './index-9d028352.js';
3
+ import { r as randomId, d as boolean } from './utils-9e81727a.js';
4
+ import './breakpoints-c386984e.js';
5
+
6
+ const stylesCss$1 = ".sc-z-input-h{display:inline-block;width:inherit}input.sc-z-input::-ms-clear,input.sc-z-input::-ms-reveal{display:none}.sc-z-input-h input.sc-z-input::-ms-clear,.sc-z-input-h input.sc-z-input::-ms-reveal{display:none}input.sc-z-input,textarea.sc-z-input,.textarea-wrapper.sc-z-input{box-sizing:border-box;border:var(--border-size-small) solid var(--color-surface04);background:var(--color-input-field01);border-radius:var(--border-radius-small);color:var(--color-text02);fill:var(--color-icon02);font-family:var(--font-family-sans);font-size:var(--font-size-3);font-weight:var(--font-rg);outline:none}input.sc-z-input:focus:focus-visible,.textarea-wrapper.sc-z-input:focus-within{box-shadow:var(--shadow-focus-primary)}input.sc-z-input:focus:focus-visible,textarea.sc-z-input:focus:focus-visible{color:var(--color-primary01)}.filled.sc-z-input{border-color:var(--color-surface05)}.input-success.sc-z-input{border-color:var(--color-success01);background:var(--color-success-inverse);fill:var(--color-success01)}.input-error.sc-z-input{border-color:var(--color-error01);background:var(--color-error-inverse);fill:var(--color-error01)}.input-warning.sc-z-input{border-color:var(--color-warning01);background:var(--color-warning-inverse);fill:var(--color-warning01)}input.sc-z-input:hover,.textarea-wrapper.sc-z-input:hover{outline:var(--border-size-medium) solid var(--color-surface04);outline-offset:-2px}input[readonly].sc-z-input,.readonly.sc-z-input{border-color:var(--color-disabled01);fill:var(--color-disabled01);pointer-events:none}[disabled].sc-z-input-h:not([disabled=\"false\"]) input.sc-z-input,[disabled].sc-z-input-h:not([disabled=\"false\"]) .textarea-wrapper.sc-z-input,[disabled].sc-z-input-h:not([disabled=\"false\"]) z-icon.sc-z-input{border-color:var(--color-disabled01);box-shadow:none;color:var(--color-disabled02);fill:var(--color-disabled01);pointer-events:none}[disabled].sc-z-input-h:not([disabled=\"false\"]) input.sc-z-input:hover{border-width:var(--border-size-small)}input.sc-z-input::placeholder,textarea.sc-z-input::placeholder{color:var(--color-text05)}.sc-z-input::-webkit-textarea-placeholder{color:var(--color-text05)}.sc-z-input:-ms-textarea-placeholder{color:var(--color-text05)}.sc-z-input::placeholder{color:var(--color-text05)}.sc-z-input:placeholder{color:var(--color-text05)}label.input-label.sc-z-input{display:block;padding-bottom:var(--space-unit);color:var(--color-text02);font-family:var(--font-family-sans);font-size:var(--font-size-1);font-weight:var(--font-sb);text-align:left;text-transform:uppercase}[disabled].sc-z-input-h:not([disabled=\"false\"]) label.input-label.sc-z-input{color:var(--color-disabled02)}.text-wrapper.sc-z-input>div.sc-z-input{position:relative;z-index:1;fill:var(--color-icon02)}.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input{width:100%;height:calc(var(--space-unit) * 5.5);box-sizing:border-box;padding:0 calc(var(--space-unit) * 1.5);margin:0}.text-wrapper.sc-z-input>div.sc-z-input>input.has-icon.sc-z-input,.text-wrapper.sc-z-input>div.sc-z-input>input.has-clear-icon.sc-z-input{padding-right:calc(var(--space-unit) * 5.25)}.text-wrapper.sc-z-input>div.sc-z-input>input.has-icon.has-clear-icon.sc-z-input{padding-right:calc(var(--space-unit) * 8)}.text-wrapper.sc-z-input .icons-wrapper.sc-z-input{position:absolute;z-index:2;top:50%;right:calc(var(--space-unit) * 1.5);display:flex;pointer-events:none;transform:translateY(-50%)}.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.sc-z-input{padding:0;border:0;background:none;color:inherit;font:inherit;pointer-events:initial}.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.sc-z-input+button.icon-button.sc-z-input{margin-left:calc(var(--space-unit) * 0.5)}.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.reset-icon.sc-z-input,.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.toggle-password-icon.sc-z-input{cursor:pointer}.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.sc-z-input>z-icon.sc-z-input{--z-icon-width:18px;--z-icon-height:18px;display:block}.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill,.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill:hover,.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill:focus,.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill:active{background-clip:text !important}.textarea-wrapper.sc-z-input{padding:calc(var(--space-unit) * 1.5);scrollbar-color:var(--color-primary01) transparent}textarea.sc-z-input::-webkit-scrollbar{width:10px;background:linear-gradient(to right, transparent 0 3px, var(--gray200) 3px 7px, transparent 7px 10px);border-radius:var(--border-radius)}textarea.sc-z-input::-webkit-scrollbar-track{background-color:transparent}textarea.sc-z-input::-webkit-scrollbar-thumb{width:10px;background-color:var(--color-primary01);border-radius:var(--border-radius)}textarea.sc-z-input::-webkit-scrollbar-thumb:hover{background-color:var(--color-hover-primary)}textarea.sc-z-input{width:100%;min-height:132px;padding:0;border:none;margin:0;resize:none}.radio-wrapper.sc-z-input,.checkbox-wrapper.sc-z-input{position:relative;display:inline-flex;flex-direction:row;align-items:center;color:var(--color-text01);fill:var(--color-primary01);font-family:var(--font-family-sans)}.radio-wrapper.sc-z-input:hover,.checkbox-wrapper.sc-z-input:hover{color:var(--color-hover-primary);fill:currentcolor}.radio-wrapper.sc-z-input>input.sc-z-input,.checkbox-wrapper.sc-z-input>input.sc-z-input{position:absolute;z-index:-1;opacity:0;pointer-events:none}.radio-wrapper.sc-z-input .radio-label.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.sc-z-input{display:inline-flex;align-items:center;margin:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1;text-transform:inherit}.radio-wrapper.sc-z-input input.sc-z-input:not(:disabled)+.radio-label.sc-z-input,.checkbox-wrapper.sc-z-input input.sc-z-input:not(:disabled)+.checkbox-label.sc-z-input{cursor:pointer}.radio-wrapper.sc-z-input .radio-label.sc-z-input z-icon.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.sc-z-input z-icon.sc-z-input{cursor:pointer;fill:inherit}.radio-wrapper.sc-z-input .radio-label.after.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.after.sc-z-input{flex-direction:row}.radio-wrapper.sc-z-input .radio-label.before.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.before.sc-z-input{flex-direction:row-reverse}.radio-wrapper.sc-z-input .radio-label.after.sc-z-input>span.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.after.sc-z-input>span.sc-z-input{margin-left:var(--space-unit)}.radio-wrapper.sc-z-input .radio-label.before.sc-z-input>span.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.before.sc-z-input>span.sc-z-input{margin-right:var(--space-unit)}.radio-wrapper.sc-z-input>input.sc-z-input:focus:focus-visible+.radio-label.sc-z-input>z-icon.sc-z-input,.checkbox-wrapper.sc-z-input>input.sc-z-input:focus:focus-visible+.checkbox-label.sc-z-input>z-icon.sc-z-input{border-radius:var(--border-radius-small);box-shadow:var(--shadow-focus-primary)}.radio-wrapper.sc-z-input>input.sc-z-input:disabled+.radio-label.sc-z-input,.checkbox-wrapper.sc-z-input>input.sc-z-input:disabled+.checkbox-label.sc-z-input{color:var(--color-disabled02)}.radio-wrapper.sc-z-input>input.sc-z-input:disabled+.radio-label.sc-z-input>z-icon.sc-z-input,.checkbox-wrapper.sc-z-input>input.sc-z-input:disabled+.checkbox-label.sc-z-input>z-icon.sc-z-input{cursor:default;fill:var(--color-disabled01)}";
7
+
8
+ const ZInput = class {
9
+ constructor(hostRef) {
10
+ registerInstance(this, hostRef);
11
+ this.inputChange = createEvent(this, "inputChange", 7);
12
+ this.startTyping = createEvent(this, "startTyping", 7);
13
+ this.stopTyping = createEvent(this, "stopTyping", 7);
14
+ this.inputCheck = createEvent(this, "inputCheck", 7);
15
+ /** the id of the input element */
16
+ this.htmlid = `id-${randomId()}`;
17
+ /** the input aria-label */
18
+ this.ariaLabel = "";
19
+ /** the input is disabled */
20
+ this.disabled = false;
21
+ /** the input is readonly */
22
+ this.readonly = false;
23
+ /** the input is required (optional): available for text, password, number, email, textarea, checkbox */
24
+ this.required = false;
25
+ /** checked: available for checkbox, radio */
26
+ this.checked = false;
27
+ /** input helper message (optional): available for text, password, number, email, textarea - if set to `false` message won't be displayed */
28
+ this.message = true;
29
+ /** the input label position: available for checkbox, radio */
30
+ this.labelPosition = LabelPosition.RIGHT;
31
+ /** render clear icon when typing (optional): available for text */
32
+ this.hasclearicon = true;
33
+ this.isTyping = false;
34
+ this.passwordHidden = true;
35
+ this.typingtimeout = 300;
36
+ }
37
+ inputCheckListener(e) {
38
+ const data = e.detail;
39
+ switch (this.type) {
40
+ case InputType.RADIO:
41
+ if (data.type === InputType.RADIO && data.name === this.name && data.id !== this.htmlid) {
42
+ this.checked = false;
43
+ }
44
+ break;
45
+ }
46
+ }
47
+ /** get checked status */
48
+ async isChecked() {
49
+ switch (this.type) {
50
+ case InputType.CHECKBOX:
51
+ case InputType.RADIO:
52
+ return this.checked;
53
+ default:
54
+ console.warn("`isChecked` method is only available for type `checkbox` and `radio`");
55
+ return false;
56
+ }
57
+ }
58
+ emitInputChange(value) {
59
+ if (!this.isTyping) {
60
+ this.emitStartTyping();
61
+ }
62
+ let validity;
63
+ if (this.type === InputType.TEXTAREA) {
64
+ validity = this.getValidity("textarea");
65
+ }
66
+ else {
67
+ validity = this.getValidity("input");
68
+ }
69
+ this.value = value;
70
+ this.inputChange.emit({ value, validity });
71
+ clearTimeout(this.timer);
72
+ this.timer = setTimeout(() => {
73
+ this.emitStopTyping(this.value, validity);
74
+ }, this.typingtimeout);
75
+ }
76
+ emitStartTyping() {
77
+ this.isTyping = true;
78
+ this.startTyping.emit();
79
+ }
80
+ emitStopTyping(value, validity) {
81
+ this.isTyping = false;
82
+ this.stopTyping.emit({
83
+ value: value,
84
+ validity: validity,
85
+ });
86
+ }
87
+ emitInputCheck(checked) {
88
+ this.inputCheck.emit({
89
+ id: this.htmlid,
90
+ checked: checked,
91
+ type: this.type,
92
+ name: this.name,
93
+ value: this.value,
94
+ validity: this.getValidity("input"),
95
+ });
96
+ }
97
+ getValidity(type) {
98
+ const input = this.hostElement.querySelector(type);
99
+ return input.validity;
100
+ }
101
+ /* START text/password/email/number */
102
+ getTextAttributes() {
103
+ return {
104
+ id: this.htmlid,
105
+ name: this.name,
106
+ placeholder: this.placeholder,
107
+ value: this.value,
108
+ disabled: this.disabled,
109
+ readonly: this.readonly,
110
+ required: this.required,
111
+ title: this.htmltitle,
112
+ class: {
113
+ [`input-${this.status}`]: !!this.status,
114
+ filled: !!this.value,
115
+ },
116
+ autocomplete: this.autocomplete,
117
+ onInput: (e) => this.emitInputChange(e.target.value),
118
+ };
119
+ }
120
+ getNumberAttributes(type) {
121
+ if (type != InputType.NUMBER) {
122
+ return;
123
+ }
124
+ return {
125
+ min: this.min,
126
+ max: this.max,
127
+ step: this.step,
128
+ };
129
+ }
130
+ getPatternAttribute(type) {
131
+ if (type != InputType.PASSWORD &&
132
+ type != InputType.TEXT &&
133
+ type != InputType.TEL &&
134
+ type != InputType.SEARCH &&
135
+ type != InputType.URL &&
136
+ type != InputType.EMAIL) {
137
+ return;
138
+ }
139
+ return {
140
+ pattern: this.pattern,
141
+ };
142
+ }
143
+ renderInputText(type = InputType.TEXT) {
144
+ const attr = Object.assign(Object.assign(Object.assign({}, this.getTextAttributes()), this.getNumberAttributes(type)), this.getPatternAttribute(type));
145
+ if (this.icon || type === InputType.PASSWORD) {
146
+ Object.assign(attr.class, { "has-icon": true });
147
+ }
148
+ if (this.hasclearicon && type != InputType.NUMBER) {
149
+ Object.assign(attr.class, { "has-clear-icon": true });
150
+ }
151
+ return (h("div", { class: "text-wrapper" }, this.renderLabel(), h("div", null, h("input", Object.assign({ type: type === InputType.PASSWORD && !this.passwordHidden ? InputType.TEXT : type }, attr, { "aria-label": this.ariaLabel || this.label })), this.renderIcons()), this.renderMessage()));
152
+ }
153
+ renderLabel() {
154
+ if (!this.label) {
155
+ return;
156
+ }
157
+ return (h("label", { class: "input-label body-5-sb", id: `${this.htmlid}_label`, htmlFor: this.htmlid, "aria-label": this.label }, this.label));
158
+ }
159
+ renderIcons() {
160
+ return (h("span", { class: "icons-wrapper" }, this.renderResetIcon(), this.renderIcon()));
161
+ }
162
+ renderIcon() {
163
+ if (this.type === InputType.PASSWORD) {
164
+ return this.renderShowHidePassword();
165
+ }
166
+ if (!this.icon) {
167
+ return;
168
+ }
169
+ return (h("button", { type: "button", class: "icon-button input-icon", tabIndex: -1 }, h("z-icon", { name: this.icon })));
170
+ }
171
+ renderResetIcon() {
172
+ if (!this.hasclearicon || !this.value || this.disabled || this.readonly || this.type == InputType.NUMBER) {
173
+ return;
174
+ }
175
+ return (h("button", { type: "button", class: "icon-button reset-icon", "aria-label": "cancella il contenuto dell'input", onClick: () => this.emitInputChange("") }, h("z-icon", { name: "multiply" })));
176
+ }
177
+ renderShowHidePassword() {
178
+ return (h("button", { type: "button", class: "icon-button toggle-password-icon", disabled: this.disabled, "aria-label": this.passwordHidden ? "mostra password" : "nascondi password", onClick: () => (this.passwordHidden = !this.passwordHidden) }, h("z-icon", { name: this.passwordHidden ? "view-filled" : "view-off-filled" })));
179
+ }
180
+ renderMessage() {
181
+ if (boolean(this.message) === false) {
182
+ return;
183
+ }
184
+ return (h("z-input-message", { message: boolean(this.message) === true ? undefined : this.message, status: this.status }));
185
+ }
186
+ /* END text/password/email/number */
187
+ /* START textarea */
188
+ renderTextarea() {
189
+ const attributes = this.getTextAttributes();
190
+ return (h("div", { class: "text-wrapper" }, this.renderLabel(), h("div", { class: Object.assign(Object.assign({}, attributes.class), { "textarea-wrapper": true, "readonly": attributes.readonly }) }, h("textarea", Object.assign({}, attributes, { "aria-label": this.ariaLabel || this.label }))), this.renderMessage()));
191
+ }
192
+ /* END textarea */
193
+ handleCheck(ev) {
194
+ this.checked = ev.target.checked;
195
+ this.emitInputCheck(this.checked);
196
+ }
197
+ /* START checkbox */
198
+ renderCheckbox() {
199
+ return (h("div", { class: "checkbox-wrapper" }, h("input", { id: this.htmlid, type: "checkbox", name: this.name, checked: this.checked, disabled: this.disabled, readonly: this.readonly, required: this.required, onChange: this.handleCheck.bind(this), value: this.value }), h("label", { htmlFor: this.htmlid, class: {
200
+ "checkbox-label": true,
201
+ "after": this.labelPosition === LabelPosition.RIGHT,
202
+ "before": this.labelPosition === LabelPosition.LEFT,
203
+ } }, h("z-icon", { name: this.checked ? "checkbox-checked" : "checkbox", "aria-hidden": "true" }), this.label && h("span", { innerHTML: this.label }))));
204
+ }
205
+ /* END checkbox */
206
+ /* START radio */
207
+ renderRadio() {
208
+ return (h("div", { class: "radio-wrapper" }, h("input", { id: this.htmlid, type: "radio", name: this.name, checked: this.checked, disabled: this.disabled, readonly: this.readonly, onChange: this.handleCheck.bind(this), value: this.value }), h("label", { htmlFor: this.htmlid, class: {
209
+ "radio-label": true,
210
+ "after": this.labelPosition === LabelPosition.RIGHT,
211
+ "before": this.labelPosition === LabelPosition.LEFT,
212
+ } }, h("z-icon", { name: this.checked ? "radio-button-checked" : "radio-button", "aria-hidden": "true" }), this.label && h("span", { innerHTML: this.label }))));
213
+ }
214
+ /* END radio */
215
+ render() {
216
+ switch (this.type) {
217
+ case InputType.TEXTAREA:
218
+ return this.renderTextarea();
219
+ case InputType.CHECKBOX:
220
+ return this.renderCheckbox();
221
+ case InputType.RADIO:
222
+ return this.renderRadio();
223
+ default:
224
+ return this.renderInputText(this.type);
225
+ }
226
+ }
227
+ get hostElement() { return getElement(this); }
228
+ };
229
+ ZInput.style = stylesCss$1;
230
+
231
+ const stylesCss = ":host{display:flex;min-height:calc(var(--space-unit) * 2.5);align-items:start;margin-top:var(--space-unit);color:var(--color-text05);fill:currentcolor;font-family:var(--font-family-sans);font-size:var(--font-size-2);letter-spacing:0.16px}:host([status=\"success\"]){color:var(--color-text-success)}:host([status=\"error\"]){color:var(--color-text-error)}:host([status=\"warning\"]){color:var(--color-warning02)}:host(:focus){outline:none}:host>z-icon{--z-icon-width:calc(var(--space-unit) * 2);--z-icon-height:calc(var(--space-unit) * 2);--z-icon-right-margin:var(--space-unit)}";
232
+
233
+ const ZInputMessage = class {
234
+ constructor(hostRef) {
235
+ registerInstance(this, hostRef);
236
+ this.statusIcons = {
237
+ success: "checkmark-circle",
238
+ error: "multiply-circled",
239
+ warning: "exclamation-circle",
240
+ };
241
+ }
242
+ render() {
243
+ return (h(Host, { role: "alert", "aria-label": this.message, tabindex: this.message ? 0 : -1 }, this.statusIcons[this.status] && this.message && h("z-icon", { name: this.statusIcons[this.status] }), h("span", { innerHTML: this.message })));
244
+ }
245
+ };
246
+ ZInputMessage.style = stylesCss;
247
+
248
+ export { ZInput as z_input, ZInputMessage as z_input_message };
@@ -0,0 +1,70 @@
1
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-a2ca4b97.js';
2
+
3
+ const stylesCss = ":host{--font-size-link:inherit;--font-weight-link:inherit;font-family:var(--font-family-sans);font-size:var(--font-size-link);font-weight:var(--font-weight-link);line-height:inherit;outline:none}:host([big]){--font-size-link:16px;--font-weight-link:var(--font-sb)}a{display:inline-flex;align-items:center;padding:calc(var(--space-unit) * 0.5) 0;border-top:var(--border-size-medium) solid transparent;border-bottom:var(--border-size-medium) solid transparent;color:var(--color-link-primary);cursor:pointer;fill:var(--color-link-primary);text-decoration:none}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{color:var(--color-disabled03);cursor:default;fill:var(--color-disabled03);pointer-events:none}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(--gray800);fill:var(--gray800);text-decoration:none}a.black:hover,a.black.active{color:var(--color-black);fill:var(--color-black)}a.black:visited{color:var(--gray800);fill:var(--gray800)}a.black:hover,a.black:focus,a.black:active{text-decoration:underline}a.black:active{color:var(--gray700);fill:var(--gray700)}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-white);fill:var(--bg-white)}a.white:hover,a.white:focus,a.white:active{text-decoration:underline}a.white.disabled,a.black.disabled{color:var(--gray500);fill:var(--gray500)}a>z-icon:first-child{margin-right:var(--space-unit)}a>z-icon:last-child{margin-left:var(--space-unit)}";
4
+
5
+ const ZLink = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ this.zLinkClick = createEvent(this, "zLinkClick", 7);
9
+ /** link target (optional) */
10
+ this.target = "_self";
11
+ /** tabindex link attribute (optional) */
12
+ this.htmltabindex = 0;
13
+ /** disable link flag (optional) */
14
+ this.isdisabled = false;
15
+ /** active link flag (optional) */
16
+ this.isactive = false;
17
+ /** white variant flag (optional) */
18
+ this.iswhite = false;
19
+ /** link text variant (optional) */
20
+ this.textcolor = "primary";
21
+ /** big link version */
22
+ this.big = false;
23
+ /** link icon position (optional) */
24
+ this.iconposition = "left";
25
+ /** draw underline on text (optional) */
26
+ this.underline = false;
27
+ this.iconSize = 18;
28
+ this.emitZLinkClick = this.emitZLinkClick.bind(this);
29
+ this.emitZLinkInteraction = this.emitZLinkInteraction.bind(this);
30
+ }
31
+ componentWillLoad() {
32
+ if (this.iswhite) {
33
+ console.warn("z-link iswhite prop is deprecated and will be dropped in a next release, please use textcolor prop instead");
34
+ }
35
+ if (this.big) {
36
+ 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");
37
+ }
38
+ }
39
+ emitZLinkClick(e, linkId) {
40
+ this.emitZLinkInteraction(e, linkId);
41
+ }
42
+ emitZLinkInteraction(e, linkId) {
43
+ this.zLinkClick.emit({ e, linkId });
44
+ }
45
+ componentDidLoad() {
46
+ if (this.icon) {
47
+ const height = parseFloat(window.getComputedStyle(this.hostElement).getPropertyValue("font-size"));
48
+ const currentSize = this.big ? 18 : Math.round(height * 1.125);
49
+ if (!Number.isNaN(currentSize) && this.iconSize !== currentSize) {
50
+ this.iconSize = currentSize;
51
+ }
52
+ }
53
+ }
54
+ render() {
55
+ return (h("a", { id: this.htmlid, href: this.href ? this.href : null, class: {
56
+ disabled: this.isdisabled,
57
+ active: this.isactive,
58
+ white: this.iswhite,
59
+ [this.textcolor || ""]: true,
60
+ underline: this.underline,
61
+ }, 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 && (h("z-icon", { style: {
62
+ "--z-icon-width": `${this.iconSize}px`,
63
+ "--z-icon-height": `${this.iconSize}px`,
64
+ }, name: this.icon })), this.iconposition === "left" && h("slot", null)));
65
+ }
66
+ get hostElement() { return getElement(this); }
67
+ };
68
+ ZLink.style = stylesCss;
69
+
70
+ export { ZLink as z_link };
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-a2ca4b97.js';
2
2
  import { j as ListSize, l as ExpandableListButtonAlign, n as ListDividerType, D as DividerSize, E as ExpandableListStyle, h as KeyboardCode } from './index-9d028352.js';
3
3
 
4
- const stylesCss$1 = ":host{display:flex;flex-direction:column;font-family:var(--font-family-sans);font-weight:var(--font-rg)}";
4
+ const stylesCss$2 = ":host{display:flex;flex-direction:column;font-family:var(--font-family-sans);font-weight:var(--font-rg)}";
5
5
 
6
6
  const ZList = class {
7
7
  constructor(hostRef) {
@@ -25,9 +25,9 @@ const ZList = class {
25
25
  }
26
26
  get host() { return getElement(this); }
27
27
  };
28
- ZList.style = stylesCss$1;
28
+ ZList.style = stylesCss$2;
29
29
 
30
- const stylesCss = ":host{outline:none}:host>.container,:host>.container-contextual-menu{--background-color-list-element:var(--bg-white);--background-hover-color-list-element:var(--color-surface02);--background-active-color-list-element:var(--color-surface02);display:flex;box-sizing:border-box;flex-direction:column;justify-content:center;font-family:var(--font-family-sans);font-weight:var(--font-rg);outline:none}:host([size=\"small\"])>.container{min-height:calc(var(--space-unit) * 4);padding:calc(var(--space-unit) / 2) 0}:host([size=\"medium\"])>.container{min-height:calc(var(--space-unit) * 5);padding:var(--space-unit) 0}:host([size=\"large\"])>.container{min-height:calc(var(--space-unit) * 7);padding:calc(var(--space-unit) * 2) 0}:host([size=\"x-large\"])>.container{min-height:calc(var(--space-unit) * 9);padding:calc(var(--space-unit) * 3) 0}:host([expandable])>.container,:host([expandable])>.container-contextual-menu,:host([clickable])>.container,:host([clickable])>.container-contextual-menu{cursor:pointer}:host([expandable]:hover)>.container,:host([expandable]:hover)>.container-contextual-menu,:host([clickable]:hover)>.container,:host([clickable]:hover)>.container-contextual-menu{background-color:var(--background-hover-color-list-element)}:host([expandable]:focus:focus-visible)>.container,:host([expandable]:focus:focus-visible)>.container-contextual-menu,:host([clickable]:focus:focus-visible)>.container,:host([clickable]:focus:focus-visible)>.container-contextual-menu{box-shadow:var(--shadow-focus-primary)}:host([expandable]:active)>.container,:host([expandable]:active)>.container-contextual-menu,:host([clickable]:active)>.container,:host([clickable]:active)>.container-contextual-menu{background-color:var(--background-active-color-list-element)}:host([align-button=\"left\"][expandable])>.container>.z-list-element-container,:host([align-button=\"left\"][expandable])>.container-contextual-menu>.z-list-element-container{display:flex}:host([align-button=\"right\"][expandable])>.container>.z-list-element-container,:host([align-button=\"right\"][expandable])>.container-contextual-menu>.z-list-element-container{display:flex;flex-direction:row-reverse;justify-content:space-between}:host([align-button=\"left\"][expandable])>.container>.z-list-element-container>z-icon,:host([align-button=\"left\"][expandable])>.container-contextual-menu>.z-list-element-container>z-icon{margin-right:var(--space-unit)}:host([align-button=\"right\"][expandable])>.container>.z-list-element-container>z-icon,:host([align-button=\"right\"][expandable])>.container-contextual-menu>.z-list-element-container>z-icon{margin-left:var(--space-unit)}:host>.container>.z-list-element-inner-container,:host>.container-contextual-menu>.z-list-element-inner-container{display:none}:host>.container>.z-list-element-inner-container.expanded,:host>.container-contextual-menu>.z-list-element-inner-container.expanded{display:block}:host([clickable]:hover)>.container-contextual-menu{background-color:var(--color-surface03)}.container-contextual-menu:focus-visible{box-shadow:var(--shadow-focus-primary);outline:none}";
30
+ const stylesCss$1 = ":host{outline:none}:host>.container,:host>.container-contextual-menu{--background-color-list-element:var(--bg-white);--background-hover-color-list-element:var(--color-surface02);--background-active-color-list-element:var(--color-surface02);display:flex;box-sizing:border-box;flex-direction:column;justify-content:center;font-family:var(--font-family-sans);font-weight:var(--font-rg);outline:none}:host([size=\"small\"])>.container{min-height:calc(var(--space-unit) * 4);padding:calc(var(--space-unit) / 2) 0}:host([size=\"medium\"])>.container{min-height:calc(var(--space-unit) * 5);padding:var(--space-unit) 0}:host([size=\"large\"])>.container{min-height:calc(var(--space-unit) * 7);padding:calc(var(--space-unit) * 2) 0}:host([size=\"x-large\"])>.container{min-height:calc(var(--space-unit) * 9);padding:calc(var(--space-unit) * 3) 0}:host([expandable])>.container,:host([expandable])>.container-contextual-menu,:host([clickable])>.container,:host([clickable])>.container-contextual-menu{cursor:pointer}:host([expandable]:hover)>.container,:host([expandable]:hover)>.container-contextual-menu,:host([clickable]:hover)>.container,:host([clickable]:hover)>.container-contextual-menu{background-color:var(--background-hover-color-list-element)}:host([expandable]:focus:focus-visible)>.container,:host([expandable]:focus:focus-visible)>.container-contextual-menu,:host([clickable]:focus:focus-visible)>.container,:host([clickable]:focus:focus-visible)>.container-contextual-menu{box-shadow:var(--shadow-focus-primary)}:host([expandable]:active)>.container,:host([expandable]:active)>.container-contextual-menu,:host([clickable]:active)>.container,:host([clickable]:active)>.container-contextual-menu{background-color:var(--background-active-color-list-element)}:host([align-button=\"left\"][expandable])>.container>.z-list-element-container,:host([align-button=\"left\"][expandable])>.container-contextual-menu>.z-list-element-container{display:flex}:host([align-button=\"right\"][expandable])>.container>.z-list-element-container,:host([align-button=\"right\"][expandable])>.container-contextual-menu>.z-list-element-container{display:flex;flex-direction:row-reverse;justify-content:space-between}:host([align-button=\"left\"][expandable])>.container>.z-list-element-container>z-icon,:host([align-button=\"left\"][expandable])>.container-contextual-menu>.z-list-element-container>z-icon{margin-right:var(--space-unit)}:host([align-button=\"right\"][expandable])>.container>.z-list-element-container>z-icon,:host([align-button=\"right\"][expandable])>.container-contextual-menu>.z-list-element-container>z-icon{margin-left:var(--space-unit)}:host>.container>.z-list-element-inner-container,:host>.container-contextual-menu>.z-list-element-inner-container{display:none}:host>.container>.z-list-element-inner-container.expanded,:host>.container-contextual-menu>.z-list-element-inner-container.expanded{display:block}:host([clickable]:hover)>.container-contextual-menu{background-color:var(--color-surface03)}.container-contextual-menu:focus-visible{box-shadow:var(--shadow-focus-primary);outline:none}";
31
31
 
32
32
  const ZListElement = class {
33
33
  /**
@@ -169,6 +169,52 @@ const ZListElement = class {
169
169
  }
170
170
  get host() { return getElement(this); }
171
171
  };
172
- ZListElement.style = stylesCss;
172
+ ZListElement.style = stylesCss$1;
173
173
 
174
- export { ZList as z_list, ZListElement as z_list_element };
174
+ const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>.z-list-group-header-container{color:var(--gray700);font-size:var(--font-size-2);font-weight:var(--font-sb) !important;letter-spacing:0.16px;line-height:1.4}:host>.z-list-group-header-container.has-header{padding-top:var(--space-unit);padding-bottom:var(--space-unit)}:host>.z-list-group-header-container.has-header>z-divider{margin-top:var(--space-unit)}";
175
+
176
+ const ZListGroup = class {
177
+ constructor(hostRef) {
178
+ registerInstance(this, hostRef);
179
+ /**
180
+ * [optional] Sets size of inside elements.
181
+ */
182
+ this.size = ListSize.MEDIUM;
183
+ /**
184
+ * [optional] Sets the position where to insert the divider.
185
+ */
186
+ this.dividerType = ListDividerType.NONE;
187
+ /**
188
+ * [optional] Sets the divider size.
189
+ */
190
+ this.dividerSize = DividerSize.SMALL;
191
+ /**
192
+ * [optional] Sets the divider color.
193
+ */
194
+ this.dividerColor = "gray200";
195
+ }
196
+ componentDidLoad() {
197
+ const children = this.host.children;
198
+ for (let i = 0; i < children.length; i++) {
199
+ if (children.length - 1 > i) {
200
+ children[i].setAttribute("divider-type", this.dividerType);
201
+ children[i].setAttribute("divider-size", this.dividerSize);
202
+ children[i].setAttribute("divider-color", this.dividerColor);
203
+ }
204
+ children[i].setAttribute("size", this.size);
205
+ }
206
+ }
207
+ componentWillLoad() {
208
+ this.hasHeader = !!this.host.querySelector('[slot="header-title"]');
209
+ }
210
+ render() {
211
+ return (h(Host, { role: "group" }, h("div", { class: {
212
+ "z-list-group-header-container": true,
213
+ "has-header": this.hasHeader,
214
+ } }, h("slot", { name: "header-title" }), this.dividerType === ListDividerType.HEADER && (h("z-divider", { color: this.dividerColor, size: this.dividerSize }))), h("slot", null)));
215
+ }
216
+ get host() { return getElement(this); }
217
+ };
218
+ ZListGroup.style = stylesCss;
219
+
220
+ export { ZList as z_list, ZListElement as z_list_element, ZListGroup as z_list_group };
@@ -0,0 +1,22 @@
1
+ import { r as registerInstance, h, H as Host } from './index-a2ca4b97.js';
2
+
3
+ const stylesCss = ":host{display:inline-block;width:255px;height:64px;vertical-align:top}img{display:block;width:100%;height:100%;margin:auto;content:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='255px' height='64px' viewBox='0 0 255 64'%3E%3Cg id='Logo/Zanichelli/Centered-(reworked)' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group'%3E%3Cpolygon id='Background' fill='%23E2001A' points='1.70530257e-13 64 254.39 64 254.39 0 1.70530257e-13 0'%3E%3C/polygon%3E%3Cpath d='M233.36,51.3553859 L242.390252,51.3553859 L242.390252,12.6427292 L233.36,12.6427292 L233.36,51.3553859 Z M211.120346,51.3553859 L230.477617,51.3553859 L230.477617,44.5040053 L220.685891,44.5040053 L220.685891,12.6427292 L211.120346,12.6427292 L211.120346,51.3553859 Z M188.880124,51.3553859 L208.23551,51.3553859 L208.23551,44.5040053 L198.445669,44.5040053 L198.445669,12.6427292 L188.880124,12.6427292 L188.880124,51.3553859 Z M165.354444,12.6427292 L165.354444,51.3553859 L185.999058,51.3553859 L185.999058,44.5021204 L175.027425,44.5021204 L175.027425,35.1778343 L185.377062,35.1778343 L185.377062,28.2699086 L175.027425,28.2699086 L175.027425,19.4978796 L185.999058,19.4978796 L185.999058,12.6427292 L165.354444,12.6427292 Z M136.666196,51.3553859 L146.239281,51.3553859 L146.239281,35.1778343 L152.902178,35.1778343 L152.902178,51.3553859 L162.473377,51.3553859 L162.473377,12.6427292 L152.902178,12.6427292 L152.902178,28.2717934 L146.239281,28.2717934 L146.239281,12.6427292 L136.666196,12.6427292 L136.666196,51.3553859 Z M96.064744,51.3553859 L105.098765,51.3553859 L105.098765,12.6427292 L96.064744,12.6427292 L96.064744,51.3553859 Z M53.2364527,36.5160682 L50.6824993,19.7429083 L48.0757704,36.5160682 L53.2364527,36.5160682 Z M65.4935444,51.3553859 L56.2710395,51.3553859 L54.9441146,42.5286966 L47.7101121,42.5286966 L46.3304118,51.3553859 L37.1060221,51.3553859 L45.0053718,12.6427292 L57.5960795,12.6427292 L65.4935444,51.3553859 Z M85.0468382,37.7581755 L76.7969089,12.6427292 L67.3764961,12.6427292 L67.3764961,51.3553859 L75.4040147,51.3553859 L75.4040147,26.132504 L83.5955141,51.3553859 L93.1855622,51.3553859 L93.1855622,12.6427292 L85.0468382,12.6427292 L85.0468382,37.7581755 Z M107.977948,32 C107.977948,34.5200264 107.977948,36.7893695 108.187165,39.1246819 C108.396382,41.4713034 108.818585,43.6878711 109.678071,45.6009801 C111.423429,49.487513 114.932995,52 121.708982,52 C129.508435,52 133.787014,48.4753558 133.787014,38.0220526 L133.787014,37.5640373 L124.937707,37.5640373 L124.922628,38.0050891 C124.894356,38.7571388 124.884931,39.6185091 124.826501,40.4855339 C124.769956,41.3431345 124.66629,42.1875412 124.460843,42.9301668 C124.048064,44.3965696 123.279051,45.3559514 121.708982,45.3559514 C117.743286,45.3559514 117.057205,42.0574875 117.057205,32 C117.057205,21.9425125 117.743286,18.6440486 121.708982,18.6440486 C123.605127,18.6440486 124.547546,20.0030157 124.547546,25.1806616 L124.547546,25.6424465 L133.344077,25.6424465 L133.361041,25.1995099 C133.689003,16.7855998 130.235982,12 121.708982,12 C114.934879,12 111.427199,14.4823297 109.678071,18.3594383 C108.818585,20.265008 108.396382,22.4778061 108.187165,24.830082 C107.977948,27.1710489 107.977948,29.4554707 107.977948,32 L107.977948,32 Z M34.9007634,12.6446141 L34.9007634,20.3196683 L21.6051268,44.5040053 L35.2268401,44.5040053 L35.2268401,51.3553859 L12,51.3553859 L12,43.7915371 L25.2975214,19.4997644 L13.683159,19.4997644 L13.683159,12.6446141 L34.9007634,12.6446141 Z' id='Logotipo-(reworked)' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")}a{display:block;width:100%;height:100%}:host(.mobile){width:31px;height:40px}:host(.mobile) img{content:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31px' height='40px' viewBox='0 0 31 40'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Topbar/Mobile/Logged' transform='translate(-16.000000, -4.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 4.000000)'%3E%3Cpolygon id='Fill-1' fill='%23E2001A' points='0 40 30.625 40 30.625 0 0 0'%3E%3C/polygon%3E%3Cpolygon id='Fill-2' fill='%23FEFEFE' points='8.17111587 6.20689655 23.4311708 6.20689655 23.4311708 11.671267 13.8691261 28.9163861 23.6647727 28.9163861 23.6647727 33.7931034 6.96022727 33.7931034 6.96022727 28.408218 16.522272 11.0831673 8.17111587 11.0831673'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")}";
4
+
5
+ const ZLogo = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ }
9
+ render() {
10
+ const style = {};
11
+ if (this.width) {
12
+ style["width"] = style["max-width"] = `${this.width}px`;
13
+ }
14
+ if (this.height) {
15
+ style["height"] = style["max-height"] = `${this.height}px`;
16
+ }
17
+ return (h(Host, { style: style, class: { mobile: !!this.mobileLogo } }, this.link ? (h("a", { href: this.link, target: this.targetBlank ? "_blank" : "_self" }, h("img", { alt: this.imageAlt }))) : (h("img", { alt: this.imageAlt }))));
18
+ }
19
+ };
20
+ ZLogo.style = stylesCss;
21
+
22
+ export { ZLogo as z_logo };
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h } from './index-a2ca4b97.js';
2
2
  import { K as KeyboardKeyCode } from './index-9d028352.js';
3
- import { a as getElementTree, h as handleKeyboardSubmit, e as getClickedElement } from './utils-39ca028c.js';
3
+ import { a as getElementTree, h as handleKeyboardSubmit, e as getClickedElement } from './utils-9e81727a.js';
4
4
  import './breakpoints-c386984e.js';
5
5
 
6
6
  const stylesCss$1 = ":host{width:inherit;height:32px;font-family:var(--dashboard-font);font-size:12px;font-weight:var(--font-sb);letter-spacing:0.17px}a,a:visited,a:active{color:inherit;text-decoration:none}:host>a{display:block;border:var(--border-size-small) solid transparent;background:var(--bg-grey-050);border-radius:var(--border-radius);color:var(--text-grey-800);outline:none}:host>a::-moz-focus-inner{border:0}:host>a:hover,:host>a.menu-opened:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}:host>a:focus{border:var(--border-size-small) solid var(--myz-blue);box-shadow:0 0 2px 2px var(--myz-blue-light);color:var(--myz-blue);fill:var(--myz-blue)}:host>a:active{border:var(--border-size-small) solid var(--myz-blue-light);box-shadow:0 2px 4px 0 rgb(0 0 0 / 40%);color:var(--myz-blue-light);fill:var(--myz-blue-light)}div.container{position:relative;display:flex;height:32px;align-items:center;justify-content:space-between;padding:0 var(--basex1)}div.container>span.user-wrapper{display:flex}div.container>span.user-wrapper>span.user{overflow:hidden;width:30px;padding:0 var(--basex1);cursor:pointer;text-overflow:ellipsis;white-space:nowrap}div.container>span.arrow{display:flex;align-items:center;justify-content:center}div.container>span.arrow>z-icon{transform:rotate(360deg);transition:all 200ms linear}ul{padding:0 calc(var(--space-unit) * 2);margin:0;list-style:none}li{display:flex;width:max-content;height:var(--basex3);align-items:center;padding:calc(var(--space-unit) / 4) 0}.menu-opened{position:inherit;width:auto !important;min-width:147px;padding-bottom:calc(var(--space-unit) * 2)}.menu-opened a,.menu-opened a:active,.menu-opened a:visited{color:var(--myz-blue);fill:var(--myz-blue)}.menu-opened a:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}.menu-opened>div.container{margin-bottom:var(--basex1)}.menu-opened>div.container>span.user-wrapper>span.user{width:auto}.menu-opened>div.container>span.arrow>z-icon{transform:rotate(180deg);transition:all 200ms linear}@media only screen and (min-width: 1152px){:host>a{width:147px;padding:0 calc(var(--space-unit) / 4)}:host>a.menu-opened{width:147px;padding-bottom:calc(var(--space-unit) * 2)}div.container>span.user-wrapper>span.user{width:80px}}";
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-a2ca4b97.js';
2
2
  import { P as PopoverPositions } from './index-9d028352.js';
3
- import { h as handleKeyboardSubmit } from './utils-39ca028c.js';
3
+ import { h as handleKeyboardSubmit } from './utils-9e81727a.js';
4
4
  import './breakpoints-c386984e.js';
5
5
 
6
6
  const stylesCss = ":host{width:100%;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>div{position:relative;display:grid;width:calc(100% + calc(var(--space-unit) * 2));height:402px;box-sizing:border-box;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 3);border:var(--border-size-small) solid var(--color-primary01);margin-left:calc(-1 * var(--space-unit));background:var(--color-surface01);border-radius:0;box-shadow:0 2px 4px 0 rgb(66 69 72 / 35%)}:host>div>z-icon{position:absolute;top:var(--space-unit);right:var(--space-unit);cursor:pointer;fill:var(--color-primary01)}:host>div>div.cta-wrapper{display:flex;flex-flow:column nowrap;align-self:end;justify-content:space-between}:host>div>div.content-wrapper{position:relative;overflow:hidden;align-self:stretch}:host>div>div.content-wrapper>section{box-sizing:border-box;padding:var(--space-unit) 0;border-bottom:var(--border-size-small) solid var(--color-surface04);color:var(--color-surface05);font-size:14px;line-height:20px}:host>div>div.content-wrapper>section:last-child{border-bottom:none}:host>div>div.content-wrapper>section.info-wrapper{position:relative;overflow:hidden;box-sizing:border-box}:host>div>div.content-wrapper>section.info-wrapper.hidden::after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg, rgb(255 0 0 / 0%), rgb(255 0 0 / 0%) 60%, white);content:\"\";pointer-events:none}:host>div>div.content-wrapper>section>span.license-heading{display:flex;justify-content:space-between}:host>div>div.content-wrapper>section>span.license-heading>span.expired{color:var(--color-secondary02);font-size:12px;font-weight:600}:host>div>div.content-wrapper>section>span.license-heading>span.expiring{color:var(--color-warning01);font-size:12px;font-weight:600}:host>div>div.content-wrapper>z-popover{position:absolute;top:0;left:calc(var(--space-unit) * 4)}";
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-a2ca4b97.js';
2
- import { h as handleKeyboardSubmit } from './utils-39ca028c.js';
2
+ import { h as handleKeyboardSubmit } from './utils-9e81727a.js';
3
3
  import './index-9d028352.js';
4
4
  import './breakpoints-c386984e.js';
5
5
 
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-a2ca4b97.js';
2
2
  import { h as hammer } from './hammer-c3266b17.js';
3
- import { h as handleKeyboardSubmit } from './utils-39ca028c.js';
3
+ import { h as handleKeyboardSubmit } from './utils-9e81727a.js';
4
4
  import './_commonjsHelpers-9943807e.js';
5
5
  import './index-9d028352.js';
6
6
  import './breakpoints-c386984e.js';
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-a2ca4b97.js';
2
2
  import { r as PocketStatus } from './index-9d028352.js';
3
- import { h as handleKeyboardSubmit } from './utils-39ca028c.js';
3
+ import { h as handleKeyboardSubmit } from './utils-9e81727a.js';
4
4
  import { h as hammer } from './hammer-c3266b17.js';
5
5
  import './breakpoints-c386984e.js';
6
6
  import './_commonjsHelpers-9943807e.js';
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host } from './index-a2ca4b97.js';
2
2
  import { e as PopoverPosition, f as PopoverBorderRadius, g as PopoverShadow, h as KeyboardCode } from './index-9d028352.js';
3
- import { a as getElementTree } from './utils-39ca028c.js';
3
+ import { a as getElementTree } from './utils-9e81727a.js';
4
4
  import './breakpoints-c386984e.js';
5
5
 
6
6
  const stylesCss = ".sc-z-popover-deprecated-h{position:relative;display:inline-block;font-family:var(--dashboard-font);font-weight:var(--font-rg);--shadow-arrow-color:rgb(66 69 72 / 20%);--shadow-arrow-below-color:rgb(66 69 72 / 10%)}.popover-content-container.sc-z-popover-deprecated{position:absolute;z-index:999;min-width:64px;min-height:32px;box-sizing:border-box;visibility:hidden}.popover-content-container.visible.sc-z-popover-deprecated{visibility:visible}.popover-content-container.border-radius-none.sc-z-popover-deprecated{border-radius:0}.popover-content-container.border-radius-small.sc-z-popover-deprecated{border-radius:var(--border-radius-small)}.popover-content-container.border-radius-medium.sc-z-popover-deprecated{border-radius:var(--border-radius)}.popover-content-container.shadow-1.sc-z-popover-deprecated{box-shadow:var(--shadow-1)}.popover-content-container.shadow-2.sc-z-popover-deprecated{box-shadow:var(--shadow-2)}.popover-content-container.shadow-3.sc-z-popover-deprecated{box-shadow:var(--shadow-3)}.popover-content-container.shadow-4.sc-z-popover-deprecated{box-shadow:var(--shadow-4)}.popover-content-container.shadow-6.sc-z-popover-deprecated{box-shadow:var(--shadow-6)}.popover-content-container.shadow-8.sc-z-popover-deprecated{box-shadow:var(--shadow-8)}.popover-content-container.shadow-12.sc-z-popover-deprecated{box-shadow:var(--shadow-12)}.popover-content-container.shadow-16.sc-z-popover-deprecated{box-shadow:var(--shadow-16)}.popover-content-container.shadow-24.sc-z-popover-deprecated{box-shadow:var(--shadow-24)}.popover-content-container.after-down.sc-z-popover-deprecated{top:0;left:calc(100% + var(--space-unit))}.popover-content-container.after-center.sc-z-popover-deprecated{top:50%;left:calc(100% + var(--space-unit));transform:translateY(-50%)}.popover-content-container.after-up.sc-z-popover-deprecated{bottom:0;left:calc(100% + var(--space-unit))}.popover-content-container.below-right.sc-z-popover-deprecated{top:calc(100% + var(--space-unit));left:0}.popover-content-container.below-center.sc-z-popover-deprecated{top:calc(100% + var(--space-unit));left:50%;transform:translateX(-50%)}.popover-content-container.below-left.sc-z-popover-deprecated{top:calc(100% + var(--space-unit));right:0}.popover-content-container.before-down.sc-z-popover-deprecated{top:0;right:calc(100% + var(--space-unit))}.popover-content-container.before-center.sc-z-popover-deprecated{top:50%;right:calc(100% + var(--space-unit));transform:translateY(-50%)}.popover-content-container.before-up.sc-z-popover-deprecated{right:calc(100% + var(--space-unit));bottom:0}.popover-content-container.above-right.sc-z-popover-deprecated{bottom:calc(100% + var(--space-unit));left:0}.popover-content-container.above-center.sc-z-popover-deprecated{bottom:calc(100% + var(--space-unit));left:50%;transform:translateX(-50%)}.popover-content-container.above-left.sc-z-popover-deprecated{right:0;bottom:calc(100% + var(--space-unit))}.popover-content-container.sc-z-popover-deprecated::before{position:absolute;z-index:-1;display:none;width:8px;height:8px;background-color:inherit;content:\"\";transform:rotate(45deg)}.popover-content-container.after-down.sc-z-popover-deprecated::before{top:12px;left:-4px;box-shadow:-1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.after-center.sc-z-popover-deprecated::before{top:calc(50% - 4px);left:-4px;box-shadow:-1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.after-up.sc-z-popover-deprecated::before{bottom:12px;left:-4px;box-shadow:-1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.below-right.sc-z-popover-deprecated::before{top:-4px;left:12px;box-shadow:-1px -1px 2px var(--shadow-arrow-below-color)}.popover-content-container.below-center.sc-z-popover-deprecated::before{top:-4px;left:calc(50% - 4px);box-shadow:-1px -1px 2px var(--shadow-arrow-below-color)}.popover-content-container.below-left.sc-z-popover-deprecated::before{top:-4px;right:12px;box-shadow:-1px -1px 2px var(--shadow-arrow-below-color)}.popover-content-container.before-down.sc-z-popover-deprecated::before{top:12px;right:-4px;box-shadow:1px -1px 1.5px var(--shadow-arrow-color)}.popover-content-container.before-center.sc-z-popover-deprecated::before{top:calc(50% - 4px);right:-4px;box-shadow:1px -1px 1.5px var(--shadow-arrow-color)}.popover-content-container.before-up.sc-z-popover-deprecated::before{right:-4px;bottom:12px;box-shadow:1px -1px 1.5px var(--shadow-arrow-color)}.popover-content-container.above-right.sc-z-popover-deprecated::before{bottom:-4px;left:12px;box-shadow:1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.above-center.sc-z-popover-deprecated::before{bottom:-4px;left:calc(50% - 4px);box-shadow:1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.above-left.sc-z-popover-deprecated::before{right:12px;bottom:-4px;box-shadow:1px 1px 1.5px var(--shadow-arrow-color)}.popover-content-container.show-arrow.sc-z-popover-deprecated::before{display:block}";
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-a2ca4b97.js';
2
2
  import { P as PopoverPositions, h as KeyboardCode } from './index-9d028352.js';
3
- import { a as getElementTree } from './utils-39ca028c.js';
3
+ import { a as getElementTree } from './utils-9e81727a.js';
4
4
  import './breakpoints-c386984e.js';
5
5
 
6
6
  const stylesCss = ":host{--z-popover-theme--surface:var(--color-surface01);--z-popover-theme--text:var(--color-text01);--z-popover-padding:0;--z-popover-shadow-filter:drop-shadow(0 1px 2px var(--shadow-color-base));position:relative;display:none;min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);align-items:center;justify-content:center;padding:var(--z-popover-padding);background:var(--z-popover-theme--surface);border-radius:var(--border-radius-small);color:var(--z-popover-theme--text);fill:currentcolor;filter:var(--z-popover-shadow-filter);font-family:var(--font-family-sans);text-align:center}:host([open][current-position]),:host([open=\"true\"][current-position]){display:flex}:host([center][current-position=\"top\"]),:host([center][current-position=\"bottom\"]){transform:translateX(-50%)}:host([center][current-position=\"right\"]),:host([center][current-position=\"left\"]){transform:translateY(-50%)}:host([current-position^=\"top\"]){margin:0 0 var(--space-unit)}:host([current-position^=\"bottom\"]){margin:var(--space-unit) 0 0}:host([current-position^=\"left\"]){margin:0 var(--space-unit) 0 0}:host([current-position^=\"right\"]){margin:0 0 0 var(--space-unit)}:host([current-position])::before{--arrow-size:6px;--arrow-edge-offset:calc(100% - var(--space-unit) - (var(--arrow-size) / 2));--arrow-center-x-offset:calc(50% - (var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - (var(--arrow-size) / 2));position:absolute;display:block;width:var(--arrow-size);height:var(--arrow-size);background:var(--z-popover-theme--surface);content:\"\";transform:rotate(45deg)}:host([show-arrow=\"false\"])::before,:host(:not([show-arrow]))::before{display:none}:host([current-position^=\"top\"])::before{top:var(--arrow-center-y-offset)}:host([current-position^=\"bottom\"])::before{bottom:var(--arrow-center-y-offset)}:host([current-position=\"top\"])::before,:host([current-position=\"bottom\"])::before{right:var(--arrow-edge-offset)}:host([current-position=\"right\"])::before,:host([current-position=\"left\"])::before{bottom:var(--arrow-edge-offset)}:host([current-position=\"right\"])::before{right:var(--arrow-center-y-offset)}:host([current-position=\"left\"])::before{left:var(--arrow-center-y-offset)}:host([current-position=\"top_right\"])::before,:host([current-position=\"bottom_right\"])::before{right:var(--arrow-edge-offset)}:host([current-position=\"top_left\"])::before,:host([current-position=\"bottom_left\"])::before{left:var(--arrow-edge-offset)}:host([current-position=\"right_top\"])::before,:host([current-position=\"left_top\"])::before{top:var(--arrow-edge-offset)}:host([current-position=\"right_top\"])::before,:host([current-position=\"right_bottom\"])::before{right:var(--arrow-center-y-offset)}:host([current-position=\"left_top\"])::before,:host([current-position=\"left_bottom\"])::before{left:var(--arrow-center-y-offset)}:host([current-position=\"right_bottom\"])::before,:host([current-position=\"left_bottom\"])::before{bottom:var(--arrow-edge-offset)}:host([center][current-position=\"top\"])::before,:host([center][current-position=\"bottom\"])::before{right:auto;left:var(--arrow-center-x-offset)}:host([center][current-position=\"right\"])::before,:host([center][current-position=\"left\"])::before{top:var(--arrow-center-x-offset);bottom:auto}::slotted(*){overflow:auto;flex:1 auto}";