@zanichelli/albe-web-components 6.2.0-a1 → 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 (636) hide show
  1. package/dist/cjs/index-199cd650.js +346 -0
  2. package/dist/cjs/index-e3299e0a.js +34 -10
  3. package/dist/cjs/index.cjs.js +302 -346
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/{utils-7c92be74.js → utils-ce225fb3.js} +5 -4
  6. package/dist/cjs/{utils-f681590c.js → utils-ebe45309.js} +11 -10
  7. package/dist/cjs/web-components-library.cjs.js +2 -2
  8. package/dist/cjs/z-alert.cjs.entry.js +0 -1
  9. package/dist/cjs/z-anchor-navigation.cjs.entry.js +53 -0
  10. package/dist/cjs/z-app-header_2.cjs.entry.js +153 -0
  11. package/dist/cjs/z-app-switcher.cjs.entry.js +29 -0
  12. package/dist/cjs/z-app-topbar.cjs.entry.js +41 -0
  13. package/dist/cjs/z-aria-alert.cjs.entry.js +3 -1
  14. package/dist/cjs/z-avatar.cjs.entry.js +8 -6
  15. package/dist/cjs/z-body_2.cjs.entry.js +2 -4
  16. package/dist/cjs/z-button-deprecated.cjs.entry.js +12 -6
  17. package/dist/cjs/z-button-filter.cjs.entry.js +3 -2
  18. package/dist/cjs/z-button-sort.cjs.entry.js +4 -4
  19. package/dist/cjs/z-button.cjs.entry.js +9 -8
  20. package/dist/cjs/z-card.cjs.entry.js +6 -6
  21. package/dist/cjs/z-carousel.cjs.entry.js +10 -11
  22. package/dist/cjs/z-chip-deprecated.cjs.entry.js +0 -2
  23. package/dist/cjs/z-chip.cjs.entry.js +6 -5
  24. package/dist/cjs/z-combobox.cjs.entry.js +17 -15
  25. package/dist/cjs/z-contextual-menu.cjs.entry.js +8 -2
  26. package/dist/cjs/z-cookiebar.cjs.entry.js +2 -4
  27. package/dist/cjs/z-cover-hero.cjs.entry.js +14 -6
  28. package/dist/cjs/z-date-picker.cjs.entry.js +17 -16
  29. package/dist/cjs/z-divider.cjs.entry.js +26 -0
  30. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +1 -2
  31. package/dist/cjs/z-file-upload.cjs.entry.js +11 -14
  32. package/dist/cjs/z-file.cjs.entry.js +2 -3
  33. package/dist/cjs/z-footer-link_3.cjs.entry.js +0 -5
  34. package/dist/cjs/z-footer.cjs.entry.js +2 -7
  35. package/dist/cjs/z-info-box.cjs.entry.js +1 -1
  36. package/dist/cjs/z-info-reveal.cjs.entry.js +6 -2
  37. package/dist/cjs/z-input-deprecated.cjs.entry.js +29 -28
  38. package/dist/cjs/z-input-label_2.cjs.entry.js +36 -20
  39. package/dist/cjs/z-input_2.cjs.entry.js +253 -0
  40. package/dist/cjs/z-link.cjs.entry.js +74 -0
  41. package/dist/cjs/z-list_3.cjs.entry.js +226 -0
  42. package/dist/cjs/z-logo.cjs.entry.js +26 -0
  43. package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +3 -7
  44. package/dist/cjs/z-menu-section.cjs.entry.js +0 -3
  45. package/dist/cjs/z-menu.cjs.entry.js +10 -3
  46. package/dist/cjs/z-messages-pocket.cjs.entry.js +6 -6
  47. package/dist/cjs/z-modal-login.cjs.entry.js +5 -7
  48. package/dist/cjs/z-modal.cjs.entry.js +1 -3
  49. package/dist/cjs/z-myz-card-alert.cjs.entry.js +3 -6
  50. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +6 -3
  51. package/dist/cjs/z-myz-card-footer.cjs.entry.js +6 -8
  52. package/dist/cjs/z-myz-card-icon.cjs.entry.js +2 -1
  53. package/dist/cjs/z-myz-card-info.cjs.entry.js +4 -3
  54. package/dist/cjs/z-myz-card-list.cjs.entry.js +0 -1
  55. package/dist/cjs/z-myz-card_4.cjs.entry.js +9 -15
  56. package/dist/cjs/z-myz-list-item.cjs.entry.js +4 -6
  57. package/dist/cjs/z-myz-topbar.cjs.entry.js +4 -14
  58. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +16 -8
  59. package/dist/cjs/z-navigation-tab.cjs.entry.js +17 -7
  60. package/dist/cjs/z-navigation-tabs.cjs.entry.js +14 -10
  61. package/dist/cjs/z-notification.cjs.entry.js +6 -3
  62. package/dist/cjs/z-offcanvas.cjs.entry.js +12 -4
  63. package/dist/cjs/z-otp.cjs.entry.js +3 -3
  64. package/dist/cjs/z-pagination-bar.cjs.entry.js +6 -5
  65. package/dist/cjs/z-pagination-page.cjs.entry.js +4 -2
  66. package/dist/cjs/z-pagination.cjs.entry.js +15 -7
  67. package/dist/cjs/z-panel-elem.cjs.entry.js +2 -7
  68. package/dist/cjs/z-pocket_3.cjs.entry.js +15 -15
  69. package/dist/cjs/z-popover-deprecated.cjs.entry.js +15 -8
  70. package/dist/cjs/z-popover.cjs.entry.js +36 -38
  71. package/dist/cjs/{z-app-switcher_9.cjs.entry.js → z-range-picker.cjs.entry.js} +22 -464
  72. package/dist/cjs/z-section-title.cjs.entry.js +10 -2
  73. package/dist/cjs/z-skip-to-content.cjs.entry.js +4 -3
  74. package/dist/cjs/z-slideshow.cjs.entry.js +4 -6
  75. package/dist/cjs/z-status-tag.cjs.entry.js +3 -5
  76. package/dist/cjs/z-stepper-item.cjs.entry.js +0 -4
  77. package/dist/cjs/z-table-cell.cjs.entry.js +4 -3
  78. package/dist/cjs/z-table-empty-box.cjs.entry.js +2 -0
  79. package/dist/cjs/z-table-expanded-row.cjs.entry.js +0 -1
  80. package/dist/cjs/z-table-header-row.cjs.entry.js +0 -1
  81. package/dist/cjs/z-table-header.cjs.entry.js +16 -15
  82. package/dist/cjs/z-table-row.cjs.entry.js +6 -4
  83. package/dist/cjs/z-table.cjs.entry.js +12 -9
  84. package/dist/cjs/z-tag.cjs.entry.js +0 -2
  85. package/dist/cjs/z-toast-notification-list.cjs.entry.js +4 -1
  86. package/dist/cjs/z-toast-notification.cjs.entry.js +14 -17
  87. package/dist/cjs/z-toggle-button.cjs.entry.js +2 -2
  88. package/dist/cjs/z-toggle-switch.cjs.entry.js +7 -2
  89. package/dist/cjs/z-tooltip-deprecated.cjs.entry.js +27 -39
  90. package/dist/cjs/z-tooltip.cjs.entry.js +7 -2
  91. package/dist/cjs/z-user-dropdown.cjs.entry.js +1 -5
  92. package/dist/collection/collection-manifest.json +2 -1
  93. package/dist/collection/components/buttons/z-button/index.js +9 -8
  94. package/dist/collection/components/buttons/z-button-sort/index.js +4 -4
  95. package/dist/collection/components/buttons/z-chip/index.js +5 -4
  96. package/dist/collection/components/buttons/z-toggle-button/index.js +2 -2
  97. package/dist/collection/components/buttons/z-toggle-switch/index.js +6 -1
  98. package/dist/collection/components/date-picker/utils.js +11 -10
  99. package/dist/collection/components/date-picker/z-date-picker/index.js +16 -15
  100. package/dist/collection/components/date-picker/z-range-picker/index.js +12 -15
  101. package/dist/collection/components/file-upload/z-file/index.js +2 -3
  102. package/dist/collection/components/file-upload/z-file-upload/index.js +10 -13
  103. package/dist/collection/components/footer/z-footer/index.js +2 -7
  104. package/dist/collection/components/footer/z-footer-link/index.js +0 -3
  105. package/dist/collection/components/footer/z-footer-section/index.js +0 -1
  106. package/dist/collection/components/footer/z-footer-social/index.js +0 -5
  107. package/dist/collection/components/icons/z-icon/index.js +0 -7
  108. package/dist/collection/components/index.js +8 -0
  109. package/dist/collection/components/indicators/z-stepper-item/index.js +0 -6
  110. package/dist/collection/components/inputs/z-combobox/index.js +16 -14
  111. package/dist/collection/components/inputs/z-input/index.js +37 -40
  112. package/dist/collection/components/inputs/z-input-message/index.js +0 -2
  113. package/dist/collection/components/inputs/z-select/index.js +50 -16
  114. package/dist/collection/components/inputs/z-select/styles.css +4 -0
  115. package/dist/collection/components/list/z-list/index.js +5 -1
  116. package/dist/collection/components/list/z-list-element/index.js +51 -18
  117. package/dist/collection/components/list/z-list-group/index.js +17 -4
  118. package/dist/collection/components/list/z-toast-notification-list/index.js +4 -1
  119. package/dist/collection/components/logo/z-logo/index.js +0 -8
  120. package/dist/collection/components/modal/z-modal/index.js +1 -3
  121. package/dist/collection/components/modal/z-modal-login/index.js +5 -7
  122. package/dist/collection/components/navigation/tabs/z-navigation-tab/index.js +17 -7
  123. package/dist/collection/components/navigation/tabs/z-navigation-tab-link/index.js +16 -8
  124. package/dist/collection/components/navigation/tabs/z-navigation-tabs/index.js +14 -10
  125. package/dist/collection/components/navigation/z-app-header/index.js +29 -7
  126. package/dist/collection/components/navigation/z-app-switcher/index.js +3 -1
  127. package/dist/collection/components/navigation/z-app-topbar/index.js +5 -8
  128. package/dist/collection/components/navigation/z-link/index.js +9 -3
  129. package/dist/collection/components/navigation/z-menu/index.js +10 -3
  130. package/dist/collection/components/navigation/z-menu-dropdown/index.js +2 -4
  131. package/dist/collection/components/navigation/z-menu-section/index.js +0 -5
  132. package/dist/collection/components/navigation/z-user-dropdown/index.js +1 -5
  133. package/dist/collection/components/notification/z-cookiebar/index.js +2 -6
  134. package/dist/collection/components/notification/z-info-box/index.js +1 -1
  135. package/dist/collection/components/notification/z-notification/index.js +6 -3
  136. package/dist/collection/components/notification/z-toast-notification/index.js +14 -17
  137. package/dist/collection/components/notification/z-tooltip/index.js +7 -2
  138. package/dist/collection/components/panel/z-panel-elem/index.js +2 -7
  139. package/dist/collection/components/typography/z-body/index.js +1 -2
  140. package/dist/collection/components/typography/z-heading/index.js +1 -2
  141. package/dist/collection/components/typography/z-typography/index.js +1 -2
  142. package/dist/collection/components/z-anchor-navigation/index.js +95 -0
  143. package/dist/collection/components/z-anchor-navigation/styles.css +118 -0
  144. package/dist/collection/components/z-aria-alert/index.js +3 -1
  145. package/dist/collection/components/z-avatar/index.js +8 -6
  146. package/dist/collection/components/z-card/index.js +6 -6
  147. package/dist/collection/components/z-carousel/index.js +10 -11
  148. package/dist/collection/components/z-contextual-menu/index.js +8 -2
  149. package/dist/collection/components/z-cover-hero/index.js +14 -6
  150. package/dist/collection/components/z-divider/index.js +6 -2
  151. package/dist/collection/components/z-info-reveal/index.js +6 -2
  152. package/dist/collection/components/z-offcanvas/index.js +12 -4
  153. package/dist/collection/components/z-pagination/index.js +15 -7
  154. package/dist/collection/components/z-popover/index.js +35 -37
  155. package/dist/collection/components/z-section-title/index.js +10 -2
  156. package/dist/collection/components/z-skip-to-content/index.js +3 -2
  157. package/dist/collection/components/z-table/z-table/index.js +12 -9
  158. package/dist/collection/components/z-table/z-table-cell/index.js +4 -3
  159. package/dist/collection/components/z-table/z-table-empty-box/index.js +2 -0
  160. package/dist/collection/components/z-table/z-table-expanded-row/index.js +0 -3
  161. package/dist/collection/components/z-table/z-table-header/index.js +15 -14
  162. package/dist/collection/components/z-table/z-table-header-row/index.js +0 -3
  163. package/dist/collection/components/z-table/z-table-row/index.js +6 -4
  164. package/dist/collection/components/z-tag/index.js +0 -4
  165. package/dist/collection/deprecated/pagination/z-pagination-bar/index.js +4 -4
  166. package/dist/collection/deprecated/pagination/z-pagination-page/index.js +4 -2
  167. package/dist/collection/deprecated/z-button-deprecated/index.js +12 -6
  168. package/dist/collection/deprecated/z-button-filter/index.js +3 -2
  169. package/dist/collection/deprecated/z-chip-deprecated/index.js +0 -4
  170. package/dist/collection/deprecated/z-input-deprecated/index.js +28 -27
  171. package/dist/collection/deprecated/z-input-label/index.js +1 -2
  172. package/dist/collection/deprecated/z-popover-deprecated/index.js +14 -7
  173. package/dist/collection/deprecated/z-status-tag/index.js +3 -5
  174. package/dist/collection/deprecated/z-tooltip-deprecated/index.js +27 -39
  175. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +6 -5
  176. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +3 -8
  177. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +0 -6
  178. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +6 -3
  179. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +6 -8
  180. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +4 -6
  181. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +2 -1
  182. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +3 -2
  183. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +0 -1
  184. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +0 -4
  185. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +2 -5
  186. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +6 -6
  187. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +12 -11
  188. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +3 -2
  189. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +0 -1
  190. package/dist/collection/snowflakes/myz/topbar/index.js +4 -14
  191. package/dist/collection/snowflakes/myz/z-alert/index.js +0 -3
  192. package/dist/collection/snowflakes/myz/z-otp/index.js +3 -3
  193. package/dist/collection/snowflakes/myz/z-slideshow/index.js +3 -5
  194. package/dist/collection/utils/utils.js +5 -4
  195. package/dist/esm/index-9d028352.js +346 -0
  196. package/dist/esm/index-a2ca4b97.js +34 -10
  197. package/dist/esm/index.js +3 -347
  198. package/dist/esm/loader.js +2 -2
  199. package/dist/esm/{utils-420e8552.js → utils-9e81727a.js} +6 -5
  200. package/dist/esm/{utils-ff91a03a.js → utils-fbe04cd6.js} +11 -10
  201. package/dist/esm/web-components-library.js +2 -2
  202. package/dist/esm/z-alert.entry.js +0 -1
  203. package/dist/esm/z-anchor-navigation.entry.js +49 -0
  204. package/dist/esm/z-app-header_2.entry.js +148 -0
  205. package/dist/esm/z-app-switcher.entry.js +25 -0
  206. package/dist/esm/z-app-topbar.entry.js +37 -0
  207. package/dist/esm/z-aria-alert.entry.js +3 -1
  208. package/dist/esm/z-avatar.entry.js +8 -6
  209. package/dist/esm/z-body_2.entry.js +2 -4
  210. package/dist/esm/z-button-deprecated.entry.js +12 -6
  211. package/dist/esm/z-button-filter.entry.js +3 -2
  212. package/dist/esm/z-button-sort.entry.js +4 -4
  213. package/dist/esm/z-button.entry.js +9 -8
  214. package/dist/esm/z-card.entry.js +6 -6
  215. package/dist/esm/z-carousel.entry.js +10 -11
  216. package/dist/esm/z-chip-deprecated.entry.js +0 -2
  217. package/dist/esm/z-chip.entry.js +6 -5
  218. package/dist/esm/z-combobox.entry.js +17 -15
  219. package/dist/esm/z-contextual-menu.entry.js +8 -2
  220. package/dist/esm/z-cookiebar.entry.js +2 -4
  221. package/dist/esm/z-cover-hero.entry.js +14 -6
  222. package/dist/esm/z-date-picker.entry.js +17 -16
  223. package/dist/esm/z-divider.entry.js +22 -0
  224. package/dist/esm/z-dragdrop-area_2.entry.js +1 -2
  225. package/dist/esm/z-file-upload.entry.js +11 -14
  226. package/dist/esm/z-file.entry.js +2 -3
  227. package/dist/esm/z-footer-link_3.entry.js +0 -5
  228. package/dist/esm/z-footer.entry.js +2 -7
  229. package/dist/esm/z-info-box.entry.js +1 -1
  230. package/dist/esm/z-info-reveal.entry.js +6 -2
  231. package/dist/esm/z-input-deprecated.entry.js +29 -28
  232. package/dist/esm/z-input-label_2.entry.js +36 -20
  233. package/dist/esm/z-input_2.entry.js +248 -0
  234. package/dist/esm/z-link.entry.js +70 -0
  235. package/dist/esm/z-list_3.entry.js +220 -0
  236. package/dist/esm/z-logo.entry.js +22 -0
  237. package/dist/esm/z-menu-dropdown_2.entry.js +3 -7
  238. package/dist/esm/z-menu-section.entry.js +0 -3
  239. package/dist/esm/z-menu.entry.js +10 -3
  240. package/dist/esm/z-messages-pocket.entry.js +6 -6
  241. package/dist/esm/z-modal-login.entry.js +5 -7
  242. package/dist/esm/z-modal.entry.js +1 -3
  243. package/dist/esm/z-myz-card-alert.entry.js +3 -6
  244. package/dist/esm/z-myz-card-dictionary.entry.js +6 -3
  245. package/dist/esm/z-myz-card-footer.entry.js +6 -8
  246. package/dist/esm/z-myz-card-icon.entry.js +2 -1
  247. package/dist/esm/z-myz-card-info.entry.js +4 -3
  248. package/dist/esm/z-myz-card-list.entry.js +0 -1
  249. package/dist/esm/z-myz-card_4.entry.js +9 -15
  250. package/dist/esm/z-myz-list-item.entry.js +4 -6
  251. package/dist/esm/z-myz-topbar.entry.js +4 -14
  252. package/dist/esm/z-navigation-tab-link.entry.js +16 -8
  253. package/dist/esm/z-navigation-tab.entry.js +17 -7
  254. package/dist/esm/z-navigation-tabs.entry.js +14 -10
  255. package/dist/esm/z-notification.entry.js +6 -3
  256. package/dist/esm/z-offcanvas.entry.js +12 -4
  257. package/dist/esm/z-otp.entry.js +3 -3
  258. package/dist/esm/z-pagination-bar.entry.js +6 -5
  259. package/dist/esm/z-pagination-page.entry.js +4 -2
  260. package/dist/esm/z-pagination.entry.js +15 -7
  261. package/dist/esm/z-panel-elem.entry.js +2 -7
  262. package/dist/esm/z-pocket_3.entry.js +15 -15
  263. package/dist/esm/z-popover-deprecated.entry.js +15 -8
  264. package/dist/esm/z-popover.entry.js +36 -38
  265. package/dist/esm/{z-app-switcher_9.entry.js → z-range-picker.entry.js} +15 -449
  266. package/dist/esm/z-section-title.entry.js +10 -2
  267. package/dist/esm/z-skip-to-content.entry.js +4 -3
  268. package/dist/esm/z-slideshow.entry.js +4 -6
  269. package/dist/esm/z-status-tag.entry.js +3 -5
  270. package/dist/esm/z-stepper-item.entry.js +0 -4
  271. package/dist/esm/z-table-cell.entry.js +4 -3
  272. package/dist/esm/z-table-empty-box.entry.js +2 -0
  273. package/dist/esm/z-table-expanded-row.entry.js +0 -1
  274. package/dist/esm/z-table-header-row.entry.js +0 -1
  275. package/dist/esm/z-table-header.entry.js +16 -15
  276. package/dist/esm/z-table-row.entry.js +6 -4
  277. package/dist/esm/z-table.entry.js +12 -9
  278. package/dist/esm/z-tag.entry.js +0 -2
  279. package/dist/esm/z-toast-notification-list.entry.js +4 -1
  280. package/dist/esm/z-toast-notification.entry.js +14 -17
  281. package/dist/esm/z-toggle-button.entry.js +2 -2
  282. package/dist/esm/z-toggle-switch.entry.js +7 -2
  283. package/dist/esm/z-tooltip-deprecated.entry.js +27 -39
  284. package/dist/esm/z-tooltip.entry.js +7 -2
  285. package/dist/esm/z-user-dropdown.entry.js +1 -5
  286. package/dist/types/beans/index.d.ts +51 -50
  287. package/dist/types/components/index.d.ts +0 -0
  288. package/dist/types/components/inputs/z-select/index.d.ts +3 -0
  289. package/dist/types/components/z-anchor-navigation/index.d.ts +39 -0
  290. package/dist/types/components.d.ts +23 -0
  291. package/dist/types/stencil-public-runtime.d.ts +0 -5
  292. package/dist/web-components-library/index.esm.js +1 -1
  293. package/dist/web-components-library/p-05ced71c.entry.js +1 -0
  294. package/dist/web-components-library/p-074ea569.entry.js +1 -0
  295. package/dist/web-components-library/p-1106ead2.entry.js +1 -0
  296. package/dist/web-components-library/p-15b8a920.entry.js +1 -0
  297. package/dist/web-components-library/p-15fe7b71.entry.js +1 -0
  298. package/dist/web-components-library/p-16da5460.js +1 -0
  299. package/dist/web-components-library/p-1cb23bbb.entry.js +1 -0
  300. package/dist/web-components-library/p-1e6a2a56.entry.js +1 -0
  301. package/dist/web-components-library/p-2774ab29.entry.js +1 -0
  302. package/dist/web-components-library/p-28ff9383.entry.js +1 -0
  303. package/dist/web-components-library/p-2efedcf4.entry.js +1 -0
  304. package/dist/web-components-library/p-344e7ae7.entry.js +1 -0
  305. package/dist/web-components-library/p-3ba1b96e.entry.js +1 -0
  306. package/dist/web-components-library/p-3c2d438b.entry.js +1 -0
  307. package/dist/web-components-library/p-3f55dce6.entry.js +1 -0
  308. package/dist/web-components-library/p-40e0d384.entry.js +1 -0
  309. package/dist/web-components-library/p-41e2bb0f.entry.js +1 -0
  310. package/dist/web-components-library/p-442b8b35.entry.js +1 -0
  311. package/dist/web-components-library/p-4cd6c6f4.entry.js +1 -0
  312. package/dist/web-components-library/p-4d093e07.entry.js +1 -0
  313. package/dist/web-components-library/{p-48624926.entry.js → p-4d42f224.entry.js} +1 -1
  314. package/dist/web-components-library/p-4d93268a.entry.js +1 -0
  315. package/dist/web-components-library/p-4ec9ab53.entry.js +1 -0
  316. package/dist/web-components-library/p-53a03f2a.entry.js +1 -0
  317. package/dist/web-components-library/p-562ad563.entry.js +1 -0
  318. package/dist/web-components-library/p-58650e22.entry.js +1 -0
  319. package/dist/web-components-library/p-5bec950e.entry.js +1 -0
  320. package/dist/web-components-library/p-5c02e500.entry.js +1 -0
  321. package/dist/web-components-library/p-5cf4a412.entry.js +1 -0
  322. package/dist/web-components-library/p-61424b8a.entry.js +1 -0
  323. package/dist/web-components-library/p-681e1f5a.entry.js +1 -0
  324. package/dist/web-components-library/p-686545fa.entry.js +1 -0
  325. package/dist/web-components-library/p-6b11cc16.entry.js +1 -0
  326. package/dist/web-components-library/p-6f64e8a8.entry.js +1 -0
  327. package/dist/web-components-library/p-70d16b2c.entry.js +1 -0
  328. package/dist/web-components-library/p-7688f8ca.entry.js +1 -0
  329. package/dist/web-components-library/p-77e4774d.entry.js +1 -0
  330. package/dist/web-components-library/p-7d696941.entry.js +1 -0
  331. package/dist/web-components-library/p-7d792297.entry.js +1 -0
  332. package/dist/web-components-library/p-7dd5431f.entry.js +1 -0
  333. package/dist/web-components-library/p-7ebdeefa.entry.js +1 -0
  334. package/dist/web-components-library/p-810bd730.entry.js +1 -0
  335. package/dist/web-components-library/p-9434d80c.entry.js +1 -0
  336. package/dist/web-components-library/p-9d03a7d6.entry.js +1 -0
  337. package/dist/web-components-library/p-9ecc5eba.entry.js +1 -0
  338. package/dist/web-components-library/p-9f80c0b8.js +1 -0
  339. package/dist/web-components-library/p-9fe267fc.entry.js +1 -0
  340. package/dist/web-components-library/p-a17b363e.entry.js +1 -0
  341. package/dist/web-components-library/p-a329f5ff.entry.js +1 -0
  342. package/dist/web-components-library/p-a79d1412.entry.js +1 -0
  343. package/dist/web-components-library/p-aded8a43.entry.js +1 -0
  344. package/dist/web-components-library/p-ae79573a.entry.js +1 -0
  345. package/dist/web-components-library/{p-4c7f4a2c.entry.js → p-b17981a4.entry.js} +1 -1
  346. package/dist/web-components-library/p-b4fbb6e4.entry.js +1 -0
  347. package/dist/web-components-library/p-b5086d6d.entry.js +1 -0
  348. package/dist/web-components-library/p-bb0fe7bc.entry.js +1 -0
  349. package/dist/web-components-library/p-bb15a265.js +1 -0
  350. package/dist/web-components-library/p-c2d1785b.entry.js +1 -0
  351. package/dist/web-components-library/p-c3f29701.entry.js +1 -0
  352. package/dist/web-components-library/p-c6a662e6.entry.js +1 -0
  353. package/dist/web-components-library/p-c6aad085.entry.js +1 -0
  354. package/dist/web-components-library/p-c75e80fb.entry.js +1 -0
  355. package/dist/web-components-library/p-cb5d8a84.entry.js +1 -0
  356. package/dist/web-components-library/p-ce83ce18.entry.js +1 -0
  357. package/dist/web-components-library/p-cea1f402.entry.js +1 -0
  358. package/dist/web-components-library/p-d199b781.entry.js +1 -0
  359. package/dist/web-components-library/p-d3645ced.entry.js +1 -0
  360. package/dist/web-components-library/p-d531d1d2.entry.js +1 -0
  361. package/dist/web-components-library/p-d572a365.entry.js +1 -0
  362. package/dist/web-components-library/p-d5f6bf94.entry.js +1 -0
  363. package/dist/web-components-library/p-db5a98d1.entry.js +1 -0
  364. package/dist/web-components-library/p-dc2ca41d.entry.js +1 -0
  365. package/dist/web-components-library/p-e68c18e5.entry.js +1 -0
  366. package/dist/web-components-library/p-e731914a.entry.js +1 -0
  367. package/dist/web-components-library/p-e8fbb103.entry.js +1 -0
  368. package/dist/web-components-library/p-ecc4afa1.entry.js +1 -0
  369. package/dist/web-components-library/p-ede9fbf5.entry.js +1 -0
  370. package/dist/web-components-library/p-f0653e72.entry.js +1 -0
  371. package/dist/web-components-library/{p-2c18a622.entry.js → p-f158d205.entry.js} +1 -1
  372. package/dist/web-components-library/p-f260c62b.entry.js +1 -0
  373. package/dist/web-components-library/p-f2f9a1bc.entry.js +1 -0
  374. package/dist/web-components-library/p-f2fd1e20.entry.js +1 -0
  375. package/dist/web-components-library/p-f7c1eb3f.entry.js +16 -0
  376. package/dist/web-components-library/p-f8ef69c4.entry.js +1 -0
  377. package/dist/web-components-library/p-f95cc914.entry.js +1 -0
  378. package/dist/web-components-library/p-fb7d33f2.entry.js +1 -0
  379. package/dist/web-components-library/web-components-library.esm.js +1 -1
  380. package/package.json +4 -4
  381. package/react/components.d.ts +1 -0
  382. package/react/components.js +4 -3
  383. package/react/components.js.map +1 -1
  384. package/www/build/index.esm.js +1 -1
  385. package/www/build/p-05ced71c.entry.js +1 -0
  386. package/www/build/p-074ea569.entry.js +1 -0
  387. package/www/build/p-1106ead2.entry.js +1 -0
  388. package/www/build/p-15b8a920.entry.js +1 -0
  389. package/www/build/p-15fe7b71.entry.js +1 -0
  390. package/www/build/p-16da5460.js +1 -0
  391. package/www/build/p-1cb23bbb.entry.js +1 -0
  392. package/www/build/p-1e6a2a56.entry.js +1 -0
  393. package/www/build/p-2774ab29.entry.js +1 -0
  394. package/www/build/p-28ff9383.entry.js +1 -0
  395. package/www/build/p-2efedcf4.entry.js +1 -0
  396. package/www/build/p-344e7ae7.entry.js +1 -0
  397. package/www/build/p-3ba1b96e.entry.js +1 -0
  398. package/www/build/p-3c2d438b.entry.js +1 -0
  399. package/www/build/p-3f55dce6.entry.js +1 -0
  400. package/www/build/p-40e0d384.entry.js +1 -0
  401. package/www/build/p-41e2bb0f.entry.js +1 -0
  402. package/www/build/p-442b8b35.entry.js +1 -0
  403. package/www/build/p-4cd6c6f4.entry.js +1 -0
  404. package/www/build/p-4d093e07.entry.js +1 -0
  405. package/www/build/{p-48624926.entry.js → p-4d42f224.entry.js} +1 -1
  406. package/www/build/p-4d93268a.entry.js +1 -0
  407. package/www/build/p-4d9ae314.js +1 -0
  408. package/www/build/p-4ec9ab53.entry.js +1 -0
  409. package/www/build/p-53a03f2a.entry.js +1 -0
  410. package/www/build/p-562ad563.entry.js +1 -0
  411. package/www/build/p-58650e22.entry.js +1 -0
  412. package/www/build/p-5bec950e.entry.js +1 -0
  413. package/www/build/p-5c02e500.entry.js +1 -0
  414. package/www/build/p-5cf4a412.entry.js +1 -0
  415. package/www/build/p-61424b8a.entry.js +1 -0
  416. package/www/build/p-681e1f5a.entry.js +1 -0
  417. package/www/build/p-686545fa.entry.js +1 -0
  418. package/www/build/p-6b11cc16.entry.js +1 -0
  419. package/www/build/p-6f64e8a8.entry.js +1 -0
  420. package/www/build/p-70d16b2c.entry.js +1 -0
  421. package/www/build/p-7688f8ca.entry.js +1 -0
  422. package/www/build/p-77e4774d.entry.js +1 -0
  423. package/www/build/p-7d696941.entry.js +1 -0
  424. package/www/build/p-7d792297.entry.js +1 -0
  425. package/www/build/p-7dd5431f.entry.js +1 -0
  426. package/www/build/p-7ebdeefa.entry.js +1 -0
  427. package/www/build/p-810bd730.entry.js +1 -0
  428. package/www/build/p-9434d80c.entry.js +1 -0
  429. package/www/build/p-9d03a7d6.entry.js +1 -0
  430. package/www/build/p-9ecc5eba.entry.js +1 -0
  431. package/www/build/p-9f80c0b8.js +1 -0
  432. package/www/build/p-9fe267fc.entry.js +1 -0
  433. package/www/build/p-a17b363e.entry.js +1 -0
  434. package/www/build/p-a329f5ff.entry.js +1 -0
  435. package/www/build/p-a79d1412.entry.js +1 -0
  436. package/www/build/p-aded8a43.entry.js +1 -0
  437. package/www/build/p-ae79573a.entry.js +1 -0
  438. package/www/build/{p-4c7f4a2c.entry.js → p-b17981a4.entry.js} +1 -1
  439. package/www/build/p-b4fbb6e4.entry.js +1 -0
  440. package/www/build/p-b5086d6d.entry.js +1 -0
  441. package/www/build/p-bb0fe7bc.entry.js +1 -0
  442. package/www/build/p-bb15a265.js +1 -0
  443. package/www/build/p-c2d1785b.entry.js +1 -0
  444. package/www/build/p-c3f29701.entry.js +1 -0
  445. package/www/build/p-c6a662e6.entry.js +1 -0
  446. package/www/build/p-c6aad085.entry.js +1 -0
  447. package/www/build/p-c75e80fb.entry.js +1 -0
  448. package/www/build/p-cb5d8a84.entry.js +1 -0
  449. package/www/build/p-ce83ce18.entry.js +1 -0
  450. package/www/build/p-cea1f402.entry.js +1 -0
  451. package/www/build/p-d199b781.entry.js +1 -0
  452. package/www/build/p-d3645ced.entry.js +1 -0
  453. package/www/build/p-d531d1d2.entry.js +1 -0
  454. package/www/build/p-d572a365.entry.js +1 -0
  455. package/www/build/p-d5f6bf94.entry.js +1 -0
  456. package/www/build/p-d70c7670.css +1 -0
  457. package/www/build/p-db5a98d1.entry.js +1 -0
  458. package/www/build/p-dc2ca41d.entry.js +1 -0
  459. package/www/build/p-e68c18e5.entry.js +1 -0
  460. package/www/build/p-e731914a.entry.js +1 -0
  461. package/www/build/p-e8fbb103.entry.js +1 -0
  462. package/www/build/p-ecc4afa1.entry.js +1 -0
  463. package/www/build/p-ede9fbf5.entry.js +1 -0
  464. package/www/build/p-f0653e72.entry.js +1 -0
  465. package/www/build/{p-2c18a622.entry.js → p-f158d205.entry.js} +1 -1
  466. package/www/build/p-f260c62b.entry.js +1 -0
  467. package/www/build/p-f2f9a1bc.entry.js +1 -0
  468. package/www/build/p-f2fd1e20.entry.js +1 -0
  469. package/www/build/p-f7c1eb3f.entry.js +16 -0
  470. package/www/build/p-f8ef69c4.entry.js +1 -0
  471. package/www/build/p-f95cc914.entry.js +1 -0
  472. package/www/build/p-fb7d33f2.entry.js +1 -0
  473. package/www/build/web-components-library.esm.js +1 -1
  474. package/www/index.html +1 -24
  475. package/CHANGELOG.md +0 -2036
  476. package/dist/cjs/z-app-header.cjs.entry.js +0 -111
  477. package/dist/cjs/z-list-group.cjs.entry.js +0 -41
  478. package/dist/cjs/z-list_2.cjs.entry.js +0 -143
  479. package/dist/esm/z-app-header.entry.js +0 -107
  480. package/dist/esm/z-list-group.entry.js +0 -37
  481. package/dist/esm/z-list_2.entry.js +0 -138
  482. package/dist/web-components-library/p-016b2800.entry.js +0 -1
  483. package/dist/web-components-library/p-04908405.entry.js +0 -1
  484. package/dist/web-components-library/p-06430481.entry.js +0 -1
  485. package/dist/web-components-library/p-067bd5da.entry.js +0 -1
  486. package/dist/web-components-library/p-082d65b1.entry.js +0 -1
  487. package/dist/web-components-library/p-0cff6cce.entry.js +0 -1
  488. package/dist/web-components-library/p-0e743002.entry.js +0 -1
  489. package/dist/web-components-library/p-10b84e8c.entry.js +0 -1
  490. package/dist/web-components-library/p-12211a48.entry.js +0 -1
  491. package/dist/web-components-library/p-14233b99.entry.js +0 -1
  492. package/dist/web-components-library/p-176256ee.js +0 -1
  493. package/dist/web-components-library/p-1ab0de76.entry.js +0 -1
  494. package/dist/web-components-library/p-1d2d5232.entry.js +0 -1
  495. package/dist/web-components-library/p-20109d3a.entry.js +0 -1
  496. package/dist/web-components-library/p-2cf26585.entry.js +0 -1
  497. package/dist/web-components-library/p-2d506c48.entry.js +0 -1
  498. package/dist/web-components-library/p-2d5d8e6f.entry.js +0 -1
  499. package/dist/web-components-library/p-2e7a31ac.entry.js +0 -1
  500. package/dist/web-components-library/p-2f6f3729.entry.js +0 -1
  501. package/dist/web-components-library/p-30cbafaf.entry.js +0 -1
  502. package/dist/web-components-library/p-341ddb5d.entry.js +0 -1
  503. package/dist/web-components-library/p-34a96008.entry.js +0 -1
  504. package/dist/web-components-library/p-35b30271.entry.js +0 -1
  505. package/dist/web-components-library/p-36f4ce3f.entry.js +0 -1
  506. package/dist/web-components-library/p-3c28f72e.entry.js +0 -1
  507. package/dist/web-components-library/p-3c7cf41f.entry.js +0 -1
  508. package/dist/web-components-library/p-3e414cf1.entry.js +0 -1
  509. package/dist/web-components-library/p-3ecfb7c1.entry.js +0 -1
  510. package/dist/web-components-library/p-40f96085.entry.js +0 -1
  511. package/dist/web-components-library/p-53d22727.entry.js +0 -1
  512. package/dist/web-components-library/p-563529f8.entry.js +0 -1
  513. package/dist/web-components-library/p-57faab40.entry.js +0 -1
  514. package/dist/web-components-library/p-5b2d8a91.entry.js +0 -1
  515. package/dist/web-components-library/p-670232c4.entry.js +0 -1
  516. package/dist/web-components-library/p-67f346d9.entry.js +0 -1
  517. package/dist/web-components-library/p-691678c8.entry.js +0 -1
  518. package/dist/web-components-library/p-69b27fe9.entry.js +0 -16
  519. package/dist/web-components-library/p-6fe1bffb.entry.js +0 -1
  520. package/dist/web-components-library/p-728e7dcd.entry.js +0 -1
  521. package/dist/web-components-library/p-74e31a32.entry.js +0 -1
  522. package/dist/web-components-library/p-759fb7c4.entry.js +0 -1
  523. package/dist/web-components-library/p-79223014.entry.js +0 -1
  524. package/dist/web-components-library/p-7b22a446.entry.js +0 -1
  525. package/dist/web-components-library/p-7c40fb15.entry.js +0 -1
  526. package/dist/web-components-library/p-7cbc1836.entry.js +0 -1
  527. package/dist/web-components-library/p-830b21a4.entry.js +0 -1
  528. package/dist/web-components-library/p-87099b68.entry.js +0 -1
  529. package/dist/web-components-library/p-8cabed58.entry.js +0 -1
  530. package/dist/web-components-library/p-8cf14a47.entry.js +0 -1
  531. package/dist/web-components-library/p-8eaa46ac.entry.js +0 -1
  532. package/dist/web-components-library/p-985c5ed8.entry.js +0 -1
  533. package/dist/web-components-library/p-9f6b43a0.entry.js +0 -1
  534. package/dist/web-components-library/p-9f8d0f79.entry.js +0 -1
  535. package/dist/web-components-library/p-a25a8231.entry.js +0 -1
  536. package/dist/web-components-library/p-a3b8dd69.entry.js +0 -1
  537. package/dist/web-components-library/p-aa271ed7.entry.js +0 -1
  538. package/dist/web-components-library/p-ac1a9d63.entry.js +0 -1
  539. package/dist/web-components-library/p-af4a9bb7.entry.js +0 -1
  540. package/dist/web-components-library/p-ba495cad.entry.js +0 -1
  541. package/dist/web-components-library/p-ba9210e9.entry.js +0 -1
  542. package/dist/web-components-library/p-bf9348e6.entry.js +0 -1
  543. package/dist/web-components-library/p-c0df6e96.entry.js +0 -1
  544. package/dist/web-components-library/p-c2b368ff.entry.js +0 -1
  545. package/dist/web-components-library/p-c39c68b9.entry.js +0 -1
  546. package/dist/web-components-library/p-cadba1e5.entry.js +0 -1
  547. package/dist/web-components-library/p-ccb3764b.entry.js +0 -1
  548. package/dist/web-components-library/p-d668461a.js +0 -1
  549. package/dist/web-components-library/p-d767f784.entry.js +0 -1
  550. package/dist/web-components-library/p-d7e72cec.entry.js +0 -1
  551. package/dist/web-components-library/p-dbc23998.entry.js +0 -1
  552. package/dist/web-components-library/p-def721df.entry.js +0 -1
  553. package/dist/web-components-library/p-e12cd68a.entry.js +0 -1
  554. package/dist/web-components-library/p-e84d2839.entry.js +0 -1
  555. package/dist/web-components-library/p-eadb185e.entry.js +0 -1
  556. package/dist/web-components-library/p-f9f9518a.entry.js +0 -1
  557. package/dist/web-components-library/p-fd305e08.entry.js +0 -1
  558. package/src-react/index.ts +0 -1
  559. package/www/build/p-016b2800.entry.js +0 -1
  560. package/www/build/p-04908405.entry.js +0 -1
  561. package/www/build/p-06430481.entry.js +0 -1
  562. package/www/build/p-067bd5da.entry.js +0 -1
  563. package/www/build/p-082d65b1.entry.js +0 -1
  564. package/www/build/p-0cff6cce.entry.js +0 -1
  565. package/www/build/p-0e743002.entry.js +0 -1
  566. package/www/build/p-10b84e8c.entry.js +0 -1
  567. package/www/build/p-12211a48.entry.js +0 -1
  568. package/www/build/p-14233b99.entry.js +0 -1
  569. package/www/build/p-176256ee.js +0 -1
  570. package/www/build/p-1ab0de76.entry.js +0 -1
  571. package/www/build/p-1d2d5232.entry.js +0 -1
  572. package/www/build/p-20109d3a.entry.js +0 -1
  573. package/www/build/p-2cf26585.entry.js +0 -1
  574. package/www/build/p-2d506c48.entry.js +0 -1
  575. package/www/build/p-2d5d8e6f.entry.js +0 -1
  576. package/www/build/p-2e7a31ac.entry.js +0 -1
  577. package/www/build/p-2f6f3729.entry.js +0 -1
  578. package/www/build/p-30cbafaf.entry.js +0 -1
  579. package/www/build/p-341ddb5d.entry.js +0 -1
  580. package/www/build/p-34a96008.entry.js +0 -1
  581. package/www/build/p-35b30271.entry.js +0 -1
  582. package/www/build/p-36f4ce3f.entry.js +0 -1
  583. package/www/build/p-3c28f72e.entry.js +0 -1
  584. package/www/build/p-3c7cf41f.entry.js +0 -1
  585. package/www/build/p-3e414cf1.entry.js +0 -1
  586. package/www/build/p-3ecfb7c1.entry.js +0 -1
  587. package/www/build/p-40f96085.entry.js +0 -1
  588. package/www/build/p-4c9c83c0.css +0 -1
  589. package/www/build/p-53d22727.entry.js +0 -1
  590. package/www/build/p-563529f8.entry.js +0 -1
  591. package/www/build/p-57faab40.entry.js +0 -1
  592. package/www/build/p-5b2d8a91.entry.js +0 -1
  593. package/www/build/p-60ec44c6.js +0 -1
  594. package/www/build/p-670232c4.entry.js +0 -1
  595. package/www/build/p-67f346d9.entry.js +0 -1
  596. package/www/build/p-691678c8.entry.js +0 -1
  597. package/www/build/p-69b27fe9.entry.js +0 -16
  598. package/www/build/p-6fe1bffb.entry.js +0 -1
  599. package/www/build/p-728e7dcd.entry.js +0 -1
  600. package/www/build/p-74e31a32.entry.js +0 -1
  601. package/www/build/p-759fb7c4.entry.js +0 -1
  602. package/www/build/p-79223014.entry.js +0 -1
  603. package/www/build/p-7b22a446.entry.js +0 -1
  604. package/www/build/p-7c40fb15.entry.js +0 -1
  605. package/www/build/p-7cbc1836.entry.js +0 -1
  606. package/www/build/p-830b21a4.entry.js +0 -1
  607. package/www/build/p-87099b68.entry.js +0 -1
  608. package/www/build/p-8cabed58.entry.js +0 -1
  609. package/www/build/p-8cf14a47.entry.js +0 -1
  610. package/www/build/p-8eaa46ac.entry.js +0 -1
  611. package/www/build/p-985c5ed8.entry.js +0 -1
  612. package/www/build/p-9f6b43a0.entry.js +0 -1
  613. package/www/build/p-9f8d0f79.entry.js +0 -1
  614. package/www/build/p-a25a8231.entry.js +0 -1
  615. package/www/build/p-a3b8dd69.entry.js +0 -1
  616. package/www/build/p-aa271ed7.entry.js +0 -1
  617. package/www/build/p-ac1a9d63.entry.js +0 -1
  618. package/www/build/p-af4a9bb7.entry.js +0 -1
  619. package/www/build/p-ba495cad.entry.js +0 -1
  620. package/www/build/p-ba9210e9.entry.js +0 -1
  621. package/www/build/p-bf9348e6.entry.js +0 -1
  622. package/www/build/p-c0df6e96.entry.js +0 -1
  623. package/www/build/p-c2b368ff.entry.js +0 -1
  624. package/www/build/p-c39c68b9.entry.js +0 -1
  625. package/www/build/p-cadba1e5.entry.js +0 -1
  626. package/www/build/p-ccb3764b.entry.js +0 -1
  627. package/www/build/p-d668461a.js +0 -1
  628. package/www/build/p-d767f784.entry.js +0 -1
  629. package/www/build/p-d7e72cec.entry.js +0 -1
  630. package/www/build/p-dbc23998.entry.js +0 -1
  631. package/www/build/p-def721df.entry.js +0 -1
  632. package/www/build/p-e12cd68a.entry.js +0 -1
  633. package/www/build/p-e84d2839.entry.js +0 -1
  634. package/www/build/p-eadb185e.entry.js +0 -1
  635. package/www/build/p-f9f9518a.entry.js +0 -1
  636. package/www/build/p-fd305e08.entry.js +0 -1
@@ -1,29 +1,30 @@
1
1
  import { h } from "@stencil/core";
2
+ import { InputType } from "../../beans";
2
3
  import { randomId } from "../../utils/utils";
3
4
  export class ZInputDeprecated {
4
5
  constructor() {
6
+ /** the id of the input element */
5
7
  this.htmlid = `id-${randomId()}`;
6
- this.type = undefined;
7
- this.name = undefined;
8
- this.label = undefined;
8
+ /** the input aria-label */
9
9
  this.ariaLabel = "";
10
- this.value = undefined;
10
+ /** the input is disabled */
11
11
  this.disabled = false;
12
+ /** the input is readonly */
12
13
  this.readonly = false;
14
+ /** the input is required (optional): available for text, password, number, email, textarea, checkbox */
13
15
  this.required = false;
16
+ /** checked: available for checkbox, radio */
14
17
  this.checked = false;
15
- this.placeholder = undefined;
16
- this.htmltitle = undefined;
17
- this.status = undefined;
18
+ /** show input helper message (optional): available for text, password, number, email, textarea, select */
18
19
  this.hasmessage = true;
19
- this.message = undefined;
20
+ /** the input label position: available for checkbox, radio */
20
21
  this.labelafter = true;
22
+ /** timeout setting before trigger `inputChange` event (optional): available for text, textarea */
21
23
  this.typingtimeout = 300;
22
- this.items = undefined;
23
- this.autocomplete = undefined;
24
+ /** multiple options can be selected (optional): available for select */
24
25
  this.multiple = false;
26
+ /** render clear icon when typing (optional): available for text */
25
27
  this.hasclearicon = true;
26
- this.icon = undefined;
27
28
  this.isTyping = false;
28
29
  this.textareaWrapperHover = "";
29
30
  this.textareaWrapperFocus = "";
@@ -32,8 +33,8 @@ export class ZInputDeprecated {
32
33
  inputCheckListener(e) {
33
34
  const data = e.detail;
34
35
  switch (this.type) {
35
- case "radio" /* InputType.RADIO */:
36
- if (data.type === "radio" /* InputType.RADIO */ && data.name === this.name && data.id !== this.htmlid) {
36
+ case InputType.RADIO:
37
+ if (data.type === InputType.RADIO && data.name === this.name && data.id !== this.htmlid) {
37
38
  this.checked = false;
38
39
  }
39
40
  break;
@@ -66,8 +67,8 @@ export class ZInputDeprecated {
66
67
  /** get checked status */
67
68
  async isChecked() {
68
69
  switch (this.type) {
69
- case "checkbox" /* InputType.CHECKBOX */:
70
- case "radio" /* InputType.RADIO */:
70
+ case InputType.CHECKBOX:
71
+ case InputType.RADIO:
71
72
  return this.checked;
72
73
  default:
73
74
  return false;
@@ -78,7 +79,7 @@ export class ZInputDeprecated {
78
79
  this.emitStartTyping();
79
80
  }
80
81
  let validity;
81
- if (this.type === "textarea" /* InputType.TEXTAREA */) {
82
+ if (this.type === InputType.TEXTAREA) {
82
83
  validity = this.getValidity("textarea");
83
84
  }
84
85
  else {
@@ -139,15 +140,15 @@ export class ZInputDeprecated {
139
140
  }
140
141
  return attr;
141
142
  }
142
- renderInputText(type = "text" /* InputType.TEXT */) {
143
+ renderInputText(type = InputType.TEXT) {
143
144
  const attr = this.getTextAttributes();
144
- if (this.icon || type === "password" /* InputType.PASSWORD */) {
145
+ if (this.icon || type === InputType.PASSWORD) {
145
146
  Object.assign(attr.class, { "has-icon": true });
146
147
  }
147
148
  if (this.hasclearicon) {
148
149
  Object.assign(attr.class, { "has-clear-icon": true });
149
150
  }
150
- return (h("div", { class: "text-wrapper" }, this.renderLabel(), h("div", null, h("input", Object.assign({ type: type === "password" /* InputType.PASSWORD */ && !this.passwordHidden ? "text" /* InputType.TEXT */ : type }, attr, { "aria-label": this.ariaLabel || this.label })), this.renderIcons()), this.renderMessage()));
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()));
151
152
  }
152
153
  renderLabel() {
153
154
  if (!this.label) {
@@ -162,7 +163,7 @@ export class ZInputDeprecated {
162
163
  } }, this.renderResetIcon(), this.renderIcon()));
163
164
  }
164
165
  renderIcon() {
165
- if (this.type === "password" /* InputType.PASSWORD */) {
166
+ if (this.type === InputType.PASSWORD) {
166
167
  return this.renderShowHidePassword();
167
168
  }
168
169
  if (!this.icon) {
@@ -221,16 +222,16 @@ export class ZInputDeprecated {
221
222
  /* END select */
222
223
  render() {
223
224
  switch (this.type) {
224
- case "text" /* InputType.TEXT */:
225
- case "password" /* InputType.PASSWORD */:
226
- case "number" /* InputType.NUMBER */:
227
- case "email" /* InputType.EMAIL */:
225
+ case InputType.TEXT:
226
+ case InputType.PASSWORD:
227
+ case InputType.NUMBER:
228
+ case InputType.EMAIL:
228
229
  return this.renderInputText(this.type);
229
- case "textarea" /* InputType.TEXTAREA */:
230
+ case InputType.TEXTAREA:
230
231
  return this.renderTextarea();
231
- case "checkbox" /* InputType.CHECKBOX */:
232
+ case InputType.CHECKBOX:
232
233
  return this.renderCheckbox();
233
- case "radio" /* InputType.RADIO */:
234
+ case InputType.RADIO:
234
235
  return this.renderRadio();
235
236
  // @ts-ignore
236
237
  case "select":
@@ -1,9 +1,8 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class ZInputLabel {
3
3
  constructor() {
4
- this.value = undefined;
4
+ /** the label is disabled */
5
5
  this.disabled = false;
6
- this.htmlfor = undefined;
7
6
  }
8
7
  render() {
9
8
  return (h("label", { htmlFor: this.htmlfor, class: { disabled: this.disabled } }, this.value));
@@ -1,15 +1,22 @@
1
1
  import { h, Host } from "@stencil/core";
2
+ import { PopoverPosition, PopoverBorderRadius, PopoverShadow, KeyboardCode } from "../../beans";
2
3
  import { getElementTree } from "../../utils/utils";
3
4
  export class ZPopoverDeprecated {
4
5
  /**
5
6
  * Constructor.
6
7
  */
7
8
  constructor() {
8
- this.position = "after-up" /* PopoverPosition.AFTER_UP */;
9
+ /** [optional] Popover position */
10
+ this.position = PopoverPosition.AFTER_UP;
11
+ /** [optional] Background color token for popover */
9
12
  this.backgroundColor = "color-white";
10
- this.borderRadius = "small" /* PopoverBorderRadius.SMALL */;
11
- this.boxShadow = "shadow-1" /* PopoverShadow.SHADOW_1 */;
13
+ /** [optional] Border radius token for popover */
14
+ this.borderRadius = PopoverBorderRadius.SMALL;
15
+ /** [optional] Box shadow token for popover */
16
+ this.boxShadow = PopoverShadow.SHADOW_1;
17
+ /** [optional] Show or hide arrow */
12
18
  this.showArrow = false;
19
+ /** [optional] Sets padding for Popover container */
13
20
  this.padding = "8px";
14
21
  this.isVisible = false;
15
22
  this.popoverPosition = this.position;
@@ -66,7 +73,7 @@ export class ZPopoverDeprecated {
66
73
  firstSide = "after";
67
74
  }
68
75
  }
69
- this.popoverPosition = `${firstSide}-${secondSide}`;
76
+ this.popoverPosition = PopoverPosition[`${firstSide}-${secondSide}`];
70
77
  this.isVisible = true;
71
78
  }
72
79
  closePopover() {
@@ -74,7 +81,7 @@ export class ZPopoverDeprecated {
74
81
  this.isVisible = false;
75
82
  }
76
83
  closePopoverWithKeyboard(e) {
77
- if (e.key === "Escape" /* KeyboardCode.ESC */) {
84
+ if (e.key === KeyboardCode.ESC) {
78
85
  this.closePopover();
79
86
  }
80
87
  }
@@ -84,7 +91,7 @@ export class ZPopoverDeprecated {
84
91
  event.stopPropagation();
85
92
  }
86
93
  handleKeyDown(event) {
87
- if (event.code === "Enter" /* KeyboardCode.ENTER */) {
94
+ if (event.code === KeyboardCode.ENTER) {
88
95
  this.isVisible ? this.closePopover() : this.openPopover();
89
96
  }
90
97
  }
@@ -97,7 +104,7 @@ export class ZPopoverDeprecated {
97
104
  }
98
105
  render() {
99
106
  return (h(Host, { onKeyDown: this.handleKeyDown }, h("div", { tabindex: "0", onClick: (event) => this.handleClick(event), onKeyDown: (event) => {
100
- if (event.key === "Enter" /* KeyboardCode.ENTER */) {
107
+ if (event.key === KeyboardCode.ENTER) {
101
108
  this.handleClick(event);
102
109
  }
103
110
  } }, h("slot", { name: "trigger" })), h("div", { ref: (e) => (this.popoverElem = e), class: {
@@ -1,11 +1,9 @@
1
1
  import { h, Host } from "@stencil/core";
2
+ import { StatusTagStatus } from "../../beans";
2
3
  export class ZStatusTag {
3
4
  constructor() {
4
- this.icon = undefined;
5
- this.text = undefined;
6
- this.expandable = undefined;
7
- this.status = "default" /* StatusTagStatus.DEFAULT */;
8
- this.variant = undefined;
5
+ /** [optional] Status tag color */
6
+ this.status = StatusTagStatus.DEFAULT;
9
7
  if (!this.icon && !this.text) {
10
8
  console.warn("z-status-tag must contain at least one prop between icon and text");
11
9
  }
@@ -1,4 +1,5 @@
1
1
  import { h, Host } from "@stencil/core";
2
+ import { PopoverPositions } from "../../beans/index";
2
3
  const DOCUMENT_ELEMENT = document.documentElement;
3
4
  /**
4
5
  * Find the closest scrollable parent of a node.
@@ -76,29 +77,16 @@ function computeOffset(element, targetParentOffset) {
76
77
  }
77
78
  export class ZTooltipDeprecated {
78
79
  constructor() {
79
- this.content = undefined;
80
- this.type = "auto" /* PopoverPositions.AUTO */;
80
+ /** Tooltip position. */
81
+ this.type = PopoverPositions.AUTO;
82
+ /**
83
+ * The open state of the tooltip.
84
+ */
81
85
  this.open = false;
82
- this.bindTo = undefined;
83
- this.position = undefined;
84
86
  }
85
87
  validateType(newValue) {
86
- // FIXME: avoid this check and treat "AUTO" as the default case when modifying tooltip position
87
- if (newValue &&
88
- newValue !== "auto" /* PopoverPositions.AUTO */ &&
89
- newValue !== "bottom" /* PopoverPositions.BOTTOM */ &&
90
- newValue !== "bottom_left" /* PopoverPositions.BOTTOM_LEFT */ &&
91
- newValue !== "bottom_right" /* PopoverPositions.BOTTOM_RIGHT */ &&
92
- newValue !== "left" /* PopoverPositions.LEFT */ &&
93
- newValue !== "left_bottom" /* PopoverPositions.LEFT_BOTTOM */ &&
94
- newValue !== "left_top" /* PopoverPositions.LEFT_TOP */ &&
95
- newValue !== "right" /* PopoverPositions.RIGHT */ &&
96
- newValue !== "right_bottom" /* PopoverPositions.RIGHT_BOTTOM */ &&
97
- newValue !== "right_top" /* PopoverPositions.RIGHT_TOP */ &&
98
- newValue !== "top" /* PopoverPositions.TOP */ &&
99
- newValue !== "top_left" /* PopoverPositions.TOP_LEFT */ &&
100
- newValue !== "top_right" /* PopoverPositions.TOP_RIGHT */) {
101
- this.type = "auto" /* PopoverPositions.AUTO */;
88
+ if (newValue && Object.values(PopoverPositions).every((position) => newValue !== position)) {
89
+ this.type = PopoverPositions.AUTO;
102
90
  }
103
91
  }
104
92
  onPositionChange() {
@@ -169,29 +157,29 @@ export class ZTooltipDeprecated {
169
157
  const availableHeight = availableTop + availableBottom + boundingRect.height;
170
158
  const availableWidth = availableLeft + availableRight + boundingRect.width;
171
159
  let position = this.type;
172
- if (position === "auto" /* PopoverPositions.AUTO */) {
160
+ if (position === PopoverPositions.AUTO) {
173
161
  /**
174
162
  * The `AUTO` position tries to place the tooltip in the "safest" area,
175
163
  * where there's more space available.
176
164
  */
177
165
  const positions = [];
178
166
  if (availableTop / availableHeight > 0.9) {
179
- positions.unshift("top" /* PopoverPositions.TOP */);
167
+ positions.unshift(PopoverPositions.TOP);
180
168
  }
181
169
  else if (availableTop / availableHeight > 0.6) {
182
- positions.push("top" /* PopoverPositions.TOP */);
170
+ positions.push(PopoverPositions.TOP);
183
171
  }
184
172
  else if (availableTop / availableHeight < 0.1) {
185
- positions.unshift("bottom" /* PopoverPositions.BOTTOM */);
173
+ positions.unshift(PopoverPositions.BOTTOM);
186
174
  }
187
175
  else {
188
- positions.push("bottom" /* PopoverPositions.BOTTOM */);
176
+ positions.push(PopoverPositions.BOTTOM);
189
177
  }
190
178
  if (availableLeft / availableWidth > 0.6) {
191
- positions.push("left" /* PopoverPositions.LEFT */);
179
+ positions.push(PopoverPositions.LEFT);
192
180
  }
193
181
  else if (availableLeft / availableWidth < 0.4) {
194
- positions.push("right" /* PopoverPositions.RIGHT */);
182
+ positions.push(PopoverPositions.RIGHT);
195
183
  }
196
184
  position = positions.join("_");
197
185
  }
@@ -203,38 +191,38 @@ export class ZTooltipDeprecated {
203
191
  const offsetRight = boundingRect.right - relativeBoundingRect.right;
204
192
  const offsetBottom = boundingRect.bottom - relativeBoundingRect.bottom;
205
193
  const offsetLeft = boundingRect.left - relativeBoundingRect.left;
206
- if (position === "top" /* PopoverPositions.TOP */ ||
207
- position === "top_right" /* PopoverPositions.TOP_RIGHT */ ||
208
- position === "top_left" /* PopoverPositions.TOP_LEFT */) {
194
+ if (position === PopoverPositions.TOP ||
195
+ position === PopoverPositions.TOP_RIGHT ||
196
+ position === PopoverPositions.TOP_LEFT) {
209
197
  style.top = "auto";
210
198
  style.bottom = `${offsetBottom + boundingRect.height}px`;
211
199
  }
212
- if (position === "bottom" /* PopoverPositions.BOTTOM */ ||
213
- position === "bottom_right" /* PopoverPositions.BOTTOM_RIGHT */ ||
214
- position === "bottom_left" /* PopoverPositions.BOTTOM_LEFT */) {
200
+ if (position === PopoverPositions.BOTTOM ||
201
+ position === PopoverPositions.BOTTOM_RIGHT ||
202
+ position === PopoverPositions.BOTTOM_LEFT) {
215
203
  style.top = `${offsetTop + boundingRect.height}px`;
216
204
  style.bottom = "auto";
217
205
  }
218
- if (position === "top" /* PopoverPositions.TOP */ || position === "bottom" /* PopoverPositions.BOTTOM */) {
206
+ if (position === PopoverPositions.TOP || position === PopoverPositions.BOTTOM) {
219
207
  style.left = `${offsetLeft + boundingRect.width / 2 - this.host.clientWidth / 2}px`;
220
208
  }
221
- if (position === "top_right" /* PopoverPositions.TOP_RIGHT */ || position === "bottom_right" /* PopoverPositions.BOTTOM_RIGHT */) {
209
+ if (position === PopoverPositions.TOP_RIGHT || position === PopoverPositions.BOTTOM_RIGHT) {
222
210
  style.right = "auto";
223
211
  style.left = `${offsetLeft + boundingRect.width}px`;
224
212
  }
225
- if (position === "top_left" /* PopoverPositions.TOP_LEFT */ || position === "bottom_left" /* PopoverPositions.BOTTOM_LEFT */) {
213
+ if (position === PopoverPositions.TOP_LEFT || position === PopoverPositions.BOTTOM_LEFT) {
226
214
  style.left = "auto";
227
215
  style.right = `${offsetRight + boundingRect.width}px`;
228
216
  }
229
- if (position === "right" /* PopoverPositions.RIGHT */ || position === "left" /* PopoverPositions.LEFT */) {
217
+ if (position === PopoverPositions.RIGHT || position === PopoverPositions.LEFT) {
230
218
  style.top = `${offsetTop + boundingRect.height / 2 - this.host.clientHeight / 2}px`;
231
219
  style.bottom = "auto";
232
220
  }
233
- if (position === "right" /* PopoverPositions.RIGHT */) {
221
+ if (position === PopoverPositions.RIGHT) {
234
222
  style.right = "auto";
235
223
  style.left = `${offsetLeft + boundingRect.width}px`;
236
224
  }
237
- if (position === "left" /* PopoverPositions.LEFT */) {
225
+ if (position === PopoverPositions.LEFT) {
238
226
  style.left = "auto";
239
227
  style.right = `${offsetRight + boundingRect.width}px`;
240
228
  }
@@ -1,23 +1,24 @@
1
1
  import { h } from "@stencil/core";
2
+ import { LicenseType } from "../../../../beans/index";
2
3
  /**
3
4
  * @slot - generic card slot
4
5
  */
5
6
  export class ZMyzCardComponent {
6
7
  constructor() {
7
- this.faded = undefined;
8
- this.cardtype = undefined;
8
+ /** pressed status */
9
9
  this.ispressed = false;
10
+ /** highlighted status */
10
11
  this.ishighlighted = false;
11
12
  }
12
13
  retrieveClass() {
13
14
  let elemClasses = "";
14
- if (this.cardtype === "reale" /* LicenseType.REAL */) {
15
+ if (this.cardtype === LicenseType.REAL) {
15
16
  elemClasses += "real";
16
17
  }
17
- else if (this.cardtype === "saggio" /* LicenseType.TRIAL */) {
18
+ else if (this.cardtype === LicenseType.TRIAL) {
18
19
  elemClasses += "trial";
19
20
  }
20
- else if (this.cardtype === "reale_temp" /* LicenseType.TEMP */) {
21
+ else if (this.cardtype === LicenseType.TEMP) {
21
22
  elemClasses += "temp";
22
23
  }
23
24
  if (this.faded) {
@@ -1,11 +1,6 @@
1
1
  import { h } from "@stencil/core";
2
+ import { AlertType } from "../../../../beans";
2
3
  export class ZMyzCardAlert {
3
- constructor() {
4
- this.iconname = undefined;
5
- this.contenttext = undefined;
6
- this.actiontext = undefined;
7
- this.type = undefined;
8
- }
9
4
  emitUndoAction() {
10
5
  this.undoAction.emit({ actionType: this.type });
11
6
  }
@@ -37,9 +32,9 @@ export class ZMyzCardAlert {
37
32
  getAlertType() {
38
33
  switch (this.type) {
39
34
  case "add":
40
- return "success" /* AlertType.SUCCESS */;
35
+ return AlertType.SUCCESS;
41
36
  case "remove":
42
- return "warning" /* AlertType.WARNING */;
37
+ return AlertType.WARNING;
43
38
  default:
44
39
  return null;
45
40
  }
@@ -1,11 +1,5 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class ZMyzCardCover {
3
- constructor() {
4
- this.img = undefined;
5
- this.titolo = undefined;
6
- this.faded = undefined;
7
- this.defaultimg = undefined;
8
- }
9
3
  hadleOnImageError() {
10
4
  this.img = this.defaultimg;
11
5
  }
@@ -1,15 +1,18 @@
1
1
  import { h } from "@stencil/core";
2
+ import { ButtonSize, ButtonVariant } from "../../../../beans";
2
3
  /**
3
4
  * @slot - generic card slot
4
5
  * @slot info - flipped card info
5
6
  */
6
7
  export class ZMyzCardDictionary {
7
8
  constructor() {
8
- this.name = undefined;
9
- this.cover = undefined;
9
+ /** card is disabled */
10
10
  this.disabled = false;
11
+ /** card is flipped */
11
12
  this.flipped = false;
13
+ /** flip button label */
12
14
  this.flipbuttonlabel = "INFO";
15
+ /** hide info button */
13
16
  this.hideinfobtn = false;
14
17
  }
15
18
  handleFlipCard(e) {
@@ -20,7 +23,7 @@ export class ZMyzCardDictionary {
20
23
  this.cardFlipped.emit(showBack);
21
24
  }
22
25
  render() {
23
- return (h("div", null, h("z-myz-card", null, h("z-myz-card-header", { titolo: this.name }), h("div", { class: `content ${this.flipped ? "flipped" : ""}` }, h("div", { class: "front" }, h("z-myz-card-body", null, h("z-myz-card-cover", { slot: "cover", titolo: this.name, img: this.cover, faded: this.disabled })), h("z-button", { class: { "hide-info": this.hideinfobtn }, variant: "secondary" /* ButtonVariant.SECONDARY */, icon: "informationsource", size: "x-small" /* ButtonSize.X_SMALL */, onClick: () => this.flipCard(true), disabled: this.flipped }, this.flipbuttonlabel)), h("div", { class: "back" }, h("slot", { name: "info" }))), h("slot", null))));
26
+ return (h("div", null, h("z-myz-card", null, h("z-myz-card-header", { titolo: this.name }), h("div", { class: `content ${this.flipped ? "flipped" : ""}` }, h("div", { class: "front" }, h("z-myz-card-body", null, h("z-myz-card-cover", { slot: "cover", titolo: this.name, img: this.cover, faded: this.disabled })), h("z-button", { class: { "hide-info": this.hideinfobtn }, variant: ButtonVariant.SECONDARY, icon: "informationsource", size: ButtonSize.X_SMALL, onClick: () => this.flipCard(true), disabled: this.flipped }, this.flipbuttonlabel)), h("div", { class: "back" }, h("slot", { name: "info" }))), h("slot", null))));
24
27
  }
25
28
  static get is() { return "z-myz-card-dictionary"; }
26
29
  static get encapsulation() { return "shadow"; }
@@ -1,16 +1,14 @@
1
1
  import { h } from "@stencil/core";
2
+ import { LicenseType } from "../../../../beans/index";
2
3
  /**
3
4
  * @slot toggle - toggle button slot
4
5
  * @slot list - card resources list slot
5
6
  */
6
7
  export class ZMyzCardFooter {
7
8
  constructor() {
8
- this.titolo = undefined;
9
- this.autori = undefined;
10
- this.isbn = undefined;
11
- this.faded = undefined;
12
- this.cardtype = undefined;
9
+ /** footer opened by default (optional) */
13
10
  this.opened = false;
11
+ /** display footer custom slotted content */
14
12
  this.customContent = false;
15
13
  this.isOpen = false;
16
14
  this.allowTooltipAuthors = false;
@@ -35,9 +33,9 @@ export class ZMyzCardFooter {
35
33
  retrieveClass() {
36
34
  return {
37
35
  "isopen": this.isOpen,
38
- "real": this.cardtype === "reale" /* LicenseType.REAL */,
39
- "trial": this.cardtype === "saggio" /* LicenseType.TRIAL */,
40
- "temp": this.cardtype === "reale_temp" /* LicenseType.TEMP */,
36
+ "real": this.cardtype === LicenseType.REAL,
37
+ "trial": this.cardtype === LicenseType.TRIAL,
38
+ "temp": this.cardtype === LicenseType.TEMP,
41
39
  "custom-content": this.customContent,
42
40
  };
43
41
  }
@@ -1,12 +1,10 @@
1
1
  import { h } from "@stencil/core";
2
+ import { LicenseType } from "../../../../beans/index";
2
3
  /**
3
4
  * @slot icon - card header icon slot
4
5
  */
5
6
  export class ZMyzCardHeader {
6
7
  constructor() {
7
- this.titolo = undefined;
8
- this.faded = undefined;
9
- this.cardtype = undefined;
10
8
  this.allowTooltip = false;
11
9
  }
12
10
  getTitle() {
@@ -22,9 +20,9 @@ export class ZMyzCardHeader {
22
20
  }
23
21
  retrieveClass() {
24
22
  return {
25
- real: this.cardtype === "reale" /* LicenseType.REAL */,
26
- trial: this.cardtype === "saggio" /* LicenseType.TRIAL */,
27
- temp: this.cardtype === "reale_temp" /* LicenseType.TEMP */,
23
+ real: this.cardtype === LicenseType.REAL,
24
+ trial: this.cardtype === LicenseType.TRIAL,
25
+ temp: this.cardtype === LicenseType.TEMP,
28
26
  faded: this.faded,
29
27
  };
30
28
  }
@@ -1,8 +1,9 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class ZMyzCardIcon {
3
3
  constructor() {
4
- this.icon = undefined;
4
+ /** disabled status flag */
5
5
  this.isdisabled = false;
6
+ /** description of the icon*/
6
7
  this.ariaLabel = "";
7
8
  }
8
9
  render() {
@@ -1,11 +1,12 @@
1
1
  import { h } from "@stencil/core";
2
+ import { PopoverPositions } from "../../../../beans";
2
3
  import { handleKeyboardSubmit } from "../../../../utils/utils";
3
4
  /**
4
5
  * @slot - content
5
6
  */
6
7
  export class ZMyzCardInfo {
7
8
  constructor() {
8
- this.data = undefined;
9
+ /** tabindex link attribute (optional) */
9
10
  this.htmltabindex = 0;
10
11
  this.hiddenContent = false;
11
12
  this.tooltip = false;
@@ -86,7 +87,7 @@ export class ZMyzCardInfo {
86
87
  return;
87
88
  }
88
89
  const { title, year, author, description } = this.cardData;
89
- return (h("z-popover", { position: "right" /* PopoverPositions.RIGHT */, onClick: () => (this.tooltip = false) }, `${title} ${year} ${author} ${description}`));
90
+ return (h("z-popover", { position: PopoverPositions.RIGHT, onClick: () => (this.tooltip = false) }, `${title} ${year} ${author} ${description}`));
90
91
  }
91
92
  setExpirationLicenseMessage(type) {
92
93
  if ((type === "online" && this.cardData.onlineLicense.expired) ||
@@ -1,7 +1,6 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class ZMyzCardList {
3
3
  constructor() {
4
- this.listdata = undefined;
5
4
  this.renderList = this.renderList.bind(this);
6
5
  }
7
6
  handleSpaceKeyPress(e, url) {
@@ -1,9 +1,5 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class ZMyzList {
3
- constructor() {
4
- this.inputrawdata = undefined;
5
- this.list = undefined;
6
- }
7
3
  componentWillLoad() {
8
4
  if (this.inputrawdata) {
9
5
  this.parseinputrawdata(this.inputrawdata);
@@ -2,12 +2,9 @@ import { h } from "@stencil/core";
2
2
  import { handleKeyboardSubmit } from "../../../../utils/utils";
3
3
  export class ZMyzListItem {
4
4
  constructor() {
5
- this.text = undefined;
6
- this.link = undefined;
5
+ /** link target (optional) */
7
6
  this.linktarget = "_self";
8
- this.icon = undefined;
9
- this.listitemid = undefined;
10
- this.action = undefined;
7
+ /** underlined style flag */
11
8
  this.underlined = true;
12
9
  this.emitZListItemLinkClick = this.emitZListItemLinkClick.bind(this);
13
10
  this.emitZListItemClick = this.emitZListItemClick.bind(this);
@@ -1,12 +1,12 @@
1
1
  import { h } from "@stencil/core";
2
+ import { PocketStatus } from "../../../../beans";
2
3
  /**
3
4
  * @slot - pocket body content
4
5
  */
5
6
  export class ZMessagesPocket {
6
7
  constructor() {
7
- this.pocketid = undefined;
8
- this.messages = undefined;
9
- this.status = "preview" /* PocketStatus.PREVIEW */;
8
+ /** pocket status */
9
+ this.status = PocketStatus.PREVIEW;
10
10
  }
11
11
  handlePocketToggle(e) {
12
12
  if (e.detail.id === this.pocketid) {
@@ -17,12 +17,12 @@ export class ZMessagesPocket {
17
17
  let message;
18
18
  let icon;
19
19
  switch (this.status) {
20
- case "preview" /* PocketStatus.PREVIEW */:
21
- case "closed" /* PocketStatus.CLOSED */:
20
+ case PocketStatus.PREVIEW:
21
+ case PocketStatus.CLOSED:
22
22
  message = (h("span", null, "Messaggi ", h("span", { class: "badge" }, this.messages)));
23
23
  icon = "chevron-up";
24
24
  break;
25
- case "open" /* PocketStatus.OPEN */:
25
+ case PocketStatus.OPEN:
26
26
  message = h("span", null, "Riduci");
27
27
  icon = "chevron-down";
28
28
  break;