@zanichelli/albe-web-components 2.34.0 → 2.34.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cjs/{icons-74891aae.js → icons-05eba7ee.js} +2 -1
  3. package/dist/cjs/{index-de6c491e.js → index-3735f277.js} +6 -6
  4. package/dist/cjs/index.cjs.js +2 -2
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/{utils-12053886.js → utils-6a2c0eab.js} +1 -1
  7. package/dist/cjs/web-components-library.cjs.js +1 -1
  8. package/dist/cjs/z-app-switcher.cjs.entry.js +1 -1
  9. package/dist/cjs/z-app-topbar.cjs.entry.js +1 -1
  10. package/dist/cjs/z-aria-alert.cjs.entry.js +1 -1
  11. package/dist/cjs/z-avatar.cjs.entry.js +1 -1
  12. package/dist/cjs/z-body_14.cjs.entry.js +48 -48
  13. package/dist/cjs/z-button-filter_5.cjs.entry.js +2 -2
  14. package/dist/cjs/z-card.cjs.entry.js +1 -1
  15. package/dist/cjs/z-combobox.cjs.entry.js +2 -2
  16. package/dist/cjs/z-contextual-menu.cjs.entry.js +1 -1
  17. package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
  18. package/dist/cjs/z-divider.cjs.entry.js +1 -1
  19. package/dist/cjs/z-footer.cjs.entry.js +1 -1
  20. package/dist/cjs/z-icon-package.cjs.entry.js +1 -1
  21. package/dist/cjs/z-list_3.cjs.entry.js +1 -1
  22. package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +2 -2
  23. package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
  24. package/dist/cjs/z-modal-login.cjs.entry.js +1 -1
  25. package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
  26. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
  27. package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
  28. package/dist/cjs/z-myz-card-info.cjs.entry.js +2 -2
  29. package/dist/cjs/z-myz-card_4.cjs.entry.js +1 -1
  30. package/dist/cjs/z-myz-list-item.cjs.entry.js +2 -2
  31. package/dist/cjs/z-myz-topbar.cjs.entry.js +1 -1
  32. package/dist/cjs/z-navigation-tabs.cjs.entry.js +1 -1
  33. package/dist/cjs/z-notification.cjs.entry.js +1 -1
  34. package/dist/cjs/z-otp.cjs.entry.js +1 -1
  35. package/dist/cjs/z-pagination-bar.cjs.entry.js +2 -2
  36. package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
  37. package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
  38. package/dist/cjs/z-status-tag.cjs.entry.js +1 -1
  39. package/dist/cjs/{z-registro-table-expanded-row.cjs.entry.js → z-table-expanded-row.cjs.entry.js} +3 -3
  40. package/dist/cjs/{z-registro-table-footer.cjs.entry.js → z-table-footer.cjs.entry.js} +4 -4
  41. package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
  42. package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
  43. package/dist/cjs/z-tooltip.cjs.entry.js +1 -1
  44. package/dist/collection/beans/index.js +6 -6
  45. package/dist/collection/collection-manifest.json +12 -12
  46. package/dist/collection/components/icons/icons.js +2 -1
  47. package/dist/collection/{snowflakes/registro-table/z-registro-table → components/z-table/z-table}/index.js +5 -5
  48. package/dist/collection/{snowflakes/registro-table/z-registro-table → components/z-table/z-table}/styles.css +54 -54
  49. package/dist/collection/{snowflakes/registro-table/z-registro-table-body → components/z-table/z-table-body}/index.js +2 -2
  50. package/dist/collection/{snowflakes/registro-table/z-registro-table-body → components/z-table/z-table-body}/styles.css +1 -1
  51. package/dist/collection/{snowflakes/registro-table/z-registro-table-cell → components/z-table/z-table-cell}/index.js +2 -2
  52. package/dist/collection/{snowflakes/registro-table/z-registro-table-cell → components/z-table/z-table-cell}/styles.css +0 -0
  53. package/dist/collection/{snowflakes/registro-table/z-registro-table-empty-box → components/z-table/z-table-empty-box}/index.js +2 -2
  54. package/dist/collection/{snowflakes/registro-table/z-registro-table-empty-box → components/z-table/z-table-empty-box}/styles.css +0 -0
  55. package/dist/collection/{snowflakes/registro-table/z-registro-table-expanded-row → components/z-table/z-table-expanded-row}/index.js +2 -2
  56. package/dist/collection/{snowflakes/registro-table/z-registro-table-expanded-row → components/z-table/z-table-expanded-row}/styles.css +0 -0
  57. package/dist/collection/{snowflakes/registro-table/z-registro-table-head → components/z-table/z-table-footer}/index.js +2 -2
  58. package/dist/collection/{snowflakes/registro-table/z-registro-table-footer → components/z-table/z-table-footer}/styles.css +0 -0
  59. package/dist/collection/{snowflakes/registro-table/z-registro-table-footer → components/z-table/z-table-head}/index.js +2 -2
  60. package/dist/collection/{snowflakes/registro-table/z-registro-table-head → components/z-table/z-table-head}/styles.css +0 -0
  61. package/dist/collection/{snowflakes/registro-table/z-registro-table-header → components/z-table/z-table-header}/index.js +3 -3
  62. package/dist/collection/{snowflakes/registro-table/z-registro-table-header → components/z-table/z-table-header}/styles.css +0 -0
  63. package/dist/collection/{snowflakes/registro-table/z-registro-table-header-row → components/z-table/z-table-header-row}/index.js +3 -3
  64. package/dist/collection/components/z-table/z-table-header-row/styles.css +13 -0
  65. package/dist/collection/{snowflakes/registro-table/z-registro-table-row → components/z-table/z-table-row}/index.js +13 -13
  66. package/dist/collection/components/z-table/z-table-row/styles.css +54 -0
  67. package/dist/collection/{snowflakes/registro-table/z-registro-table-sticky-footer → components/z-table/z-table-sticky-footer}/index.js +2 -2
  68. package/dist/collection/{snowflakes/registro-table/z-registro-table-sticky-footer → components/z-table/z-table-sticky-footer}/styles.css +0 -0
  69. package/dist/esm/{icons-9a191d79.js → icons-bceeb196.js} +2 -1
  70. package/dist/esm/{index-09b57d95.js → index-f928c852.js} +7 -7
  71. package/dist/esm/index.js +2 -2
  72. package/dist/esm/loader.js +1 -1
  73. package/dist/esm/{utils-f0067254.js → utils-a219c3d4.js} +1 -1
  74. package/dist/esm/web-components-library.js +1 -1
  75. package/dist/esm/z-app-switcher.entry.js +1 -1
  76. package/dist/esm/z-app-topbar.entry.js +1 -1
  77. package/dist/esm/z-aria-alert.entry.js +1 -1
  78. package/dist/esm/z-avatar.entry.js +1 -1
  79. package/dist/esm/z-body_14.entry.js +40 -40
  80. package/dist/esm/z-button-filter_5.entry.js +2 -2
  81. package/dist/esm/z-card.entry.js +1 -1
  82. package/dist/esm/z-combobox.entry.js +2 -2
  83. package/dist/esm/z-contextual-menu.entry.js +1 -1
  84. package/dist/esm/z-cookiebar.entry.js +1 -1
  85. package/dist/esm/z-divider.entry.js +1 -1
  86. package/dist/esm/z-footer.entry.js +1 -1
  87. package/dist/esm/z-icon-package.entry.js +1 -1
  88. package/dist/esm/z-list_3.entry.js +1 -1
  89. package/dist/esm/z-menu-dropdown_2.entry.js +2 -2
  90. package/dist/esm/z-messages-pocket.entry.js +1 -1
  91. package/dist/esm/z-modal-login.entry.js +1 -1
  92. package/dist/esm/z-myz-card-alert.entry.js +1 -1
  93. package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
  94. package/dist/esm/z-myz-card-footer.entry.js +1 -1
  95. package/dist/esm/z-myz-card-info.entry.js +2 -2
  96. package/dist/esm/z-myz-card_4.entry.js +1 -1
  97. package/dist/esm/z-myz-list-item.entry.js +2 -2
  98. package/dist/esm/z-myz-topbar.entry.js +1 -1
  99. package/dist/esm/z-navigation-tabs.entry.js +1 -1
  100. package/dist/esm/z-notification.entry.js +1 -1
  101. package/dist/esm/z-otp.entry.js +1 -1
  102. package/dist/esm/z-pagination-bar.entry.js +2 -2
  103. package/dist/esm/z-pocket_3.entry.js +2 -2
  104. package/dist/esm/z-slideshow.entry.js +2 -2
  105. package/dist/esm/z-status-tag.entry.js +1 -1
  106. package/dist/esm/{z-registro-table-expanded-row.entry.js → z-table-expanded-row.entry.js} +3 -3
  107. package/dist/esm/{z-registro-table-footer.entry.js → z-table-footer.entry.js} +4 -4
  108. package/dist/esm/z-toast-notification-list.entry.js +1 -1
  109. package/dist/esm/z-toast-notification.entry.js +1 -1
  110. package/dist/esm/z-tooltip.entry.js +1 -1
  111. package/dist/types/beans/index.d.ts +1 -1
  112. package/dist/types/components/icons/icons.d.ts +1 -0
  113. package/dist/types/{snowflakes/registro-table/z-registro-table → components/z-table/z-table}/index.d.ts +1 -1
  114. package/dist/types/{snowflakes/registro-table/z-registro-table-body → components/z-table/z-table-body}/index.d.ts +1 -1
  115. package/dist/types/{snowflakes/registro-table/z-registro-table-cell → components/z-table/z-table-cell}/index.d.ts +1 -1
  116. package/dist/types/{snowflakes/registro-table/z-registro-table-empty-box → components/z-table/z-table-empty-box}/index.d.ts +1 -1
  117. package/dist/types/{snowflakes/registro-table/z-registro-table-expanded-row → components/z-table/z-table-expanded-row}/index.d.ts +1 -1
  118. package/dist/types/{snowflakes/registro-table/z-registro-table-head → components/z-table/z-table-footer}/index.d.ts +1 -1
  119. package/dist/types/{snowflakes/registro-table/z-registro-table-footer → components/z-table/z-table-head}/index.d.ts +1 -1
  120. package/dist/types/{snowflakes/registro-table/z-registro-table-header → components/z-table/z-table-header}/index.d.ts +1 -1
  121. package/dist/types/{snowflakes/registro-table/z-registro-table-header-row → components/z-table/z-table-header-row}/index.d.ts +1 -1
  122. package/dist/types/{snowflakes/registro-table/z-registro-table-row → components/z-table/z-table-row}/index.d.ts +3 -3
  123. package/dist/types/{snowflakes/registro-table/z-registro-table-sticky-footer → components/z-table/z-table-sticky-footer}/index.d.ts +1 -1
  124. package/dist/types/components.d.ts +337 -337
  125. package/dist/web-components-library/index.esm.js +1 -1
  126. package/dist/web-components-library/{p-957f298f.entry.js → p-065c2661.entry.js} +1 -1
  127. package/dist/web-components-library/{p-0455dc43.entry.js → p-0fee9636.entry.js} +1 -1
  128. package/dist/web-components-library/{p-255c9150.entry.js → p-19784323.entry.js} +1 -1
  129. package/{www/build/p-f3354152.entry.js → dist/web-components-library/p-2df1936a.entry.js} +1 -1
  130. package/dist/web-components-library/{p-fce08912.entry.js → p-306c18e8.entry.js} +1 -1
  131. package/dist/web-components-library/{p-400e26c7.entry.js → p-33dc4f06.entry.js} +1 -1
  132. package/dist/web-components-library/{p-0e6906af.js → p-3dce95ce.js} +0 -0
  133. package/dist/web-components-library/{p-10ad64bc.entry.js → p-42bbbe45.entry.js} +1 -1
  134. package/dist/web-components-library/{p-cc6363b9.entry.js → p-44904136.entry.js} +1 -1
  135. package/dist/web-components-library/{p-e29fe790.entry.js → p-45352dbd.entry.js} +1 -1
  136. package/dist/web-components-library/{p-94814f44.entry.js → p-46409367.entry.js} +1 -1
  137. package/dist/web-components-library/p-4a1404e2.entry.js +1 -0
  138. package/dist/web-components-library/{p-f77f6f60.entry.js → p-57ca60ca.entry.js} +1 -1
  139. package/dist/web-components-library/{p-08158e57.entry.js → p-5ab81e9b.entry.js} +1 -1
  140. package/dist/web-components-library/{p-9959e453.entry.js → p-5f30cea7.entry.js} +1 -1
  141. package/dist/web-components-library/{p-4ce8c176.entry.js → p-698e18cf.entry.js} +1 -1
  142. package/dist/web-components-library/{p-d227a145.entry.js → p-6a555104.entry.js} +1 -1
  143. package/dist/web-components-library/{p-b630127d.entry.js → p-72768e3c.entry.js} +1 -1
  144. package/dist/web-components-library/p-795f0a47.entry.js +1 -0
  145. package/dist/web-components-library/{p-35fd465c.entry.js → p-8157eea6.entry.js} +1 -1
  146. package/dist/web-components-library/{p-4f66fee4.js → p-82048c15.js} +1 -1
  147. package/dist/web-components-library/{p-5e2762e6.entry.js → p-8bb0c86d.entry.js} +1 -1
  148. package/dist/web-components-library/p-8edb6b65.entry.js +1 -0
  149. package/{www/build/p-b13d5b98.entry.js → dist/web-components-library/p-94a60282.entry.js} +1 -1
  150. package/dist/web-components-library/p-9a5056d8.entry.js +1 -0
  151. package/dist/web-components-library/{p-c92c3f20.entry.js → p-9cf0c400.entry.js} +1 -1
  152. package/dist/web-components-library/p-9f241f4c.js +1 -0
  153. package/dist/web-components-library/{p-18705ae9.entry.js → p-a3fda8d7.entry.js} +1 -1
  154. package/dist/web-components-library/{p-82a59ded.entry.js → p-aba4e402.entry.js} +1 -1
  155. package/dist/web-components-library/{p-a15f8b52.entry.js → p-b18566a3.entry.js} +1 -1
  156. package/dist/web-components-library/{p-01d11ec3.entry.js → p-b36031be.entry.js} +1 -1
  157. package/dist/web-components-library/{p-880a50a6.entry.js → p-b725af3c.entry.js} +1 -1
  158. package/dist/web-components-library/{p-fc47897e.entry.js → p-d41a8631.entry.js} +1 -1
  159. package/dist/web-components-library/{p-a82c9a77.entry.js → p-d4ada94b.entry.js} +1 -1
  160. package/dist/web-components-library/{p-d83eee10.entry.js → p-ded3311b.entry.js} +1 -1
  161. package/dist/web-components-library/{p-7e926220.entry.js → p-dedd49a7.entry.js} +1 -1
  162. package/{www/build/p-34f4e805.entry.js → dist/web-components-library/p-e21ba6cb.entry.js} +1 -1
  163. package/dist/web-components-library/{p-05f4fa42.entry.js → p-f7ac7835.entry.js} +1 -1
  164. package/dist/web-components-library/{p-9d9dc98f.entry.js → p-fe3ab113.entry.js} +1 -1
  165. package/dist/web-components-library/web-components-library.esm.js +1 -1
  166. package/package.json +1 -1
  167. package/react/components.d.ts +11 -11
  168. package/react/components.js +12 -12
  169. package/react/components.js.map +1 -1
  170. package/src-react/index.ts +1 -0
  171. package/www/build/index.esm.js +1 -1
  172. package/www/build/{p-957f298f.entry.js → p-065c2661.entry.js} +1 -1
  173. package/www/build/{p-0455dc43.entry.js → p-0fee9636.entry.js} +1 -1
  174. package/www/build/{p-255c9150.entry.js → p-19784323.entry.js} +1 -1
  175. package/{dist/web-components-library/p-f3354152.entry.js → www/build/p-2df1936a.entry.js} +1 -1
  176. package/www/build/{p-fce08912.entry.js → p-306c18e8.entry.js} +1 -1
  177. package/www/build/{p-400e26c7.entry.js → p-33dc4f06.entry.js} +1 -1
  178. package/www/build/p-38a6c733.js +1 -0
  179. package/www/build/{p-0e6906af.js → p-3dce95ce.js} +0 -0
  180. package/www/build/{p-10ad64bc.entry.js → p-42bbbe45.entry.js} +1 -1
  181. package/www/build/{p-cc6363b9.entry.js → p-44904136.entry.js} +1 -1
  182. package/www/build/{p-e29fe790.entry.js → p-45352dbd.entry.js} +1 -1
  183. package/www/build/{p-94814f44.entry.js → p-46409367.entry.js} +1 -1
  184. package/www/build/p-4a1404e2.entry.js +1 -0
  185. package/www/build/{p-f77f6f60.entry.js → p-57ca60ca.entry.js} +1 -1
  186. package/www/build/{p-08158e57.entry.js → p-5ab81e9b.entry.js} +1 -1
  187. package/www/build/{p-9959e453.entry.js → p-5f30cea7.entry.js} +1 -1
  188. package/www/build/{p-4ce8c176.entry.js → p-698e18cf.entry.js} +1 -1
  189. package/www/build/{p-d227a145.entry.js → p-6a555104.entry.js} +1 -1
  190. package/www/build/{p-b630127d.entry.js → p-72768e3c.entry.js} +1 -1
  191. package/www/build/p-795f0a47.entry.js +1 -0
  192. package/www/build/{p-35fd465c.entry.js → p-8157eea6.entry.js} +1 -1
  193. package/www/build/{p-4f66fee4.js → p-82048c15.js} +1 -1
  194. package/www/build/{p-5e2762e6.entry.js → p-8bb0c86d.entry.js} +1 -1
  195. package/www/build/p-8edb6b65.entry.js +1 -0
  196. package/{dist/web-components-library/p-b13d5b98.entry.js → www/build/p-94a60282.entry.js} +1 -1
  197. package/www/build/p-9a5056d8.entry.js +1 -0
  198. package/www/build/{p-c92c3f20.entry.js → p-9cf0c400.entry.js} +1 -1
  199. package/www/build/p-9f241f4c.js +1 -0
  200. package/www/build/{p-18705ae9.entry.js → p-a3fda8d7.entry.js} +1 -1
  201. package/www/build/{p-82a59ded.entry.js → p-aba4e402.entry.js} +1 -1
  202. package/www/build/{p-a15f8b52.entry.js → p-b18566a3.entry.js} +1 -1
  203. package/www/build/{p-01d11ec3.entry.js → p-b36031be.entry.js} +1 -1
  204. package/www/build/{p-880a50a6.entry.js → p-b725af3c.entry.js} +1 -1
  205. package/www/build/{p-fc47897e.entry.js → p-d41a8631.entry.js} +1 -1
  206. package/www/build/{p-a82c9a77.entry.js → p-d4ada94b.entry.js} +1 -1
  207. package/www/build/{p-d83eee10.entry.js → p-ded3311b.entry.js} +1 -1
  208. package/www/build/{p-7e926220.entry.js → p-dedd49a7.entry.js} +1 -1
  209. package/{dist/web-components-library/p-34f4e805.entry.js → www/build/p-e21ba6cb.entry.js} +1 -1
  210. package/www/build/{p-05f4fa42.entry.js → p-f7ac7835.entry.js} +1 -1
  211. package/www/build/{p-9d9dc98f.entry.js → p-fe3ab113.entry.js} +1 -1
  212. package/www/build/web-components-library.esm.js +1 -1
  213. package/www/index.html +2 -2
  214. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/styles.css +0 -13
  215. package/dist/collection/snowflakes/registro-table/z-registro-table-row/styles.css +0 -54
  216. package/dist/web-components-library/p-017370c7.entry.js +0 -1
  217. package/dist/web-components-library/p-0fe60379.entry.js +0 -1
  218. package/dist/web-components-library/p-166a212e.entry.js +0 -1
  219. package/dist/web-components-library/p-5fa8dc13.entry.js +0 -1
  220. package/dist/web-components-library/p-f90dd488.js +0 -1
  221. package/www/build/p-017370c7.entry.js +0 -1
  222. package/www/build/p-0fe60379.entry.js +0 -1
  223. package/www/build/p-166a212e.entry.js +0 -1
  224. package/www/build/p-5fa8dc13.entry.js +0 -1
  225. package/www/build/p-eaf64f7c.js +0 -1
  226. package/www/build/p-f90dd488.js +0 -1
@@ -1,4 +1,4 @@
1
- z-registro-table {
1
+ z-table {
2
2
  overflow-x: auto;
3
3
  display: block;
4
4
  width: 100%;
@@ -7,76 +7,76 @@ z-registro-table {
7
7
  background-color: var(--color-white);
8
8
  }
9
9
 
10
- z-registro-table > div.table {
10
+ z-table > div.table {
11
11
  display: table;
12
12
  width: 100%;
13
13
  border-collapse: separate;
14
14
  }
15
15
 
16
- z-registro-table
16
+ z-table
17
17
  > div.table-bordered
18
- > z-registro-table-body
19
- > z-registro-table-row
20
- > z-registro-table-cell:not(:last-child),
21
- z-registro-table
18
+ > z-table-body
19
+ > z-table-row
20
+ > z-table-cell:not(:last-child),
21
+ z-table
22
22
  > div.table-bordered
23
- > z-registro-table-head
24
- > z-registro-table-header-row
25
- > z-registro-table-header:not(:last-child) {
23
+ > z-table-head
24
+ > z-table-header-row
25
+ > z-table-header:not(:last-child) {
26
26
  border-right: var(--border-size-small) solid var(--bg-grey-200);
27
27
  }
28
28
 
29
29
  /** Remove border right to first cell if row is expandable */
30
- z-registro-table
30
+ z-table
31
31
  > div
32
- > z-registro-table-body
33
- > z-registro-table-row[expandable]
34
- > z-registro-table-cell:first-child,
35
- z-registro-table
32
+ > z-table-body
33
+ > z-table-row[expandable]
34
+ > z-table-cell:first-child,
35
+ z-table
36
36
  > div
37
- > z-registro-table-head
38
- > z-registro-table-header-row[expandable]
39
- > z-registro-table-header:first-child {
37
+ > z-table-head
38
+ > z-table-header-row[expandable]
39
+ > z-table-header:first-child {
40
40
  border-right: none;
41
41
  }
42
42
 
43
- z-registro-table
43
+ z-table
44
44
  > div
45
- > z-registro-table-body
46
- > z-registro-table-row[expanded]
47
- > z-registro-table-cell {
45
+ > z-table-body
46
+ > z-table-row[expanded]
47
+ > z-table-cell {
48
48
  background-color: var(--gray50);
49
49
  }
50
50
 
51
- z-registro-table
51
+ z-table
52
52
  > div
53
- > z-registro-table-body
54
- > z-registro-table-row[expanded]
55
- + z-registro-table-expanded-row {
53
+ > z-table-body
54
+ > z-table-row[expanded]
55
+ + z-table-expanded-row {
56
56
  border-bottom: 1px solid var(--gray200);
57
57
  }
58
58
 
59
- z-registro-table
59
+ z-table
60
60
  > div.table-column-sticky
61
- > z-registro-table-body
62
- > z-registro-table-row
63
- > z-registro-table-cell:first-child,
64
- z-registro-table
61
+ > z-table-body
62
+ > z-table-row
63
+ > z-table-cell:first-child,
64
+ z-table
65
65
  > div.table-column-sticky
66
- > z-registro-table-head
67
- > z-registro-table-header-row
68
- > z-registro-table-header:first-child {
66
+ > z-table-head
67
+ > z-table-header-row
68
+ > z-table-header:first-child {
69
69
  position: sticky;
70
70
  left: 0;
71
71
  box-shadow: 1px 0 4px -1px rgba(66, 69, 72, 0.4);
72
72
  z-index: 1;
73
73
  }
74
74
 
75
- z-registro-table
75
+ z-table
76
76
  > div.table-header-sticky
77
- > z-registro-table-head
78
- > z-registro-table-header-row
79
- > z-registro-table-header {
77
+ > z-table-head
78
+ > z-table-header-row
79
+ > z-table-header {
80
80
  position: sticky;
81
81
  top: 0;
82
82
  box-shadow: 0 2px 3px -3px rgba(66, 69, 72, 0.4);
@@ -85,43 +85,43 @@ z-registro-table
85
85
  /**
86
86
  * L'ombra delle celle sticky non va sopra all'header fisso.
87
87
  */
88
- z-registro-table
88
+ z-table
89
89
  > div.table-header-sticky
90
- > z-registro-table-head
91
- > z-registro-table-header-row
92
- > z-registro-table-header {
90
+ > z-table-head
91
+ > z-table-header-row
92
+ > z-table-header {
93
93
  z-index: 2;
94
94
  }
95
95
 
96
96
  /**
97
97
  * La cella in alto a sinistra rimane sempre sopra alle cell durante lo scroll.
98
98
  */
99
- z-registro-table
99
+ z-table
100
100
  > div.table-header-sticky
101
- > z-registro-table-head
102
- > z-registro-table-header-row
103
- > z-registro-table-header:first-child,
104
- z-registro-table
101
+ > z-table-head
102
+ > z-table-header-row
103
+ > z-table-header:first-child,
104
+ z-table
105
105
  > div.table-column-sticky
106
- > z-registro-table-head
107
- > z-registro-table-header-row
108
- > z-registro-table-header:first-child {
106
+ > z-table-head
107
+ > z-table-header-row
108
+ > z-table-header:first-child {
109
109
  z-index: 5;
110
110
  }
111
111
 
112
- z-registro-table-body {
112
+ z-table-body {
113
113
  width: auto;
114
114
  background-color: var(--color-white);
115
115
  }
116
116
 
117
- z-registro-table-empty-box {
117
+ z-table-empty-box {
118
118
  display: flex;
119
119
  flex-direction: column;
120
120
  flex-grow: 1;
121
121
  border-bottom: var(--border-size-small) solid var(--bg-grey-200);
122
122
  }
123
123
 
124
- z-registro-table-empty-box.bordered {
124
+ z-table-empty-box.bordered {
125
125
  border-left: var(--border-size-small) solid var(--bg-grey-200);
126
126
  }
127
127
 
@@ -149,7 +149,7 @@ z-registro-table-empty-box.bordered {
149
149
 
150
150
  /* Mobile */
151
151
  @media only screen and (max-width: 768px) {
152
- z-registro-table > div.table-empty {
152
+ z-table > div.table-empty {
153
153
  display: none;
154
154
  }
155
155
  .error-content {
@@ -1,5 +1,5 @@
1
1
  import { Component, Element, h } from "@stencil/core";
2
- export class ZRegistroTableBody {
2
+ export class ZTableBody {
3
3
  componentWillRender() {
4
4
  this.host.setAttribute("role", "rowgroup");
5
5
  Array.from(this.host.children).forEach((child, index) => child.setAttribute("aria-rowindex", `${index}`));
@@ -7,7 +7,7 @@ export class ZRegistroTableBody {
7
7
  render() {
8
8
  return h("slot", null);
9
9
  }
10
- static get is() { return "z-registro-table-body"; }
10
+ static get is() { return "z-table-body"; }
11
11
  static get encapsulation() { return "scoped"; }
12
12
  static get originalStyleUrls() { return {
13
13
  "$": ["styles.css"]
@@ -4,6 +4,6 @@
4
4
  font-weight: var(--font-rg);
5
5
  }
6
6
 
7
- :host > z-registro-table-row[expanded] + z-registro-table-expanded-row {
7
+ :host > z-table-row[expanded] + z-table-expanded-row {
8
8
  display: table-row;
9
9
  }
@@ -1,7 +1,7 @@
1
1
  import { Component, Element, h, Host, Prop, State } from "@stencil/core";
2
2
  import { ButtonVariantEnum, ButtonSizeEnum, Size } from "../../../beans";
3
3
  import classNames from "classnames";
4
- export class ZRegistroTableCell {
4
+ export class ZTableCell {
5
5
  constructor() {
6
6
  /** Set padding size of cell, if special 0px padding will be set */
7
7
  this.padding = Size.medium;
@@ -26,7 +26,7 @@ export class ZRegistroTableCell {
26
26
  h("slot", { name: "contextual-menu" }))))),
27
27
  h("slot", null)));
28
28
  }
29
- static get is() { return "z-registro-table-cell"; }
29
+ static get is() { return "z-table-cell"; }
30
30
  static get encapsulation() { return "shadow"; }
31
31
  static get originalStyleUrls() { return {
32
32
  "$": ["styles.css"]
@@ -1,5 +1,5 @@
1
1
  import { Component, Element, h, Host, Prop } from "@stencil/core";
2
- export class ZRegistroTableEmptyBox {
2
+ export class ZTableEmptyBox {
3
3
  constructor() {
4
4
  /** Sets main title message*/
5
5
  this.message = "Siamo spiacenti, al momento non sono presenti dati da visualizzare.";
@@ -19,7 +19,7 @@ export class ZRegistroTableEmptyBox {
19
19
  h("slot", { name: "cta1" }),
20
20
  h("slot", { name: "cta2" })))));
21
21
  }
22
- static get is() { return "z-registro-table-empty-box"; }
22
+ static get is() { return "z-table-empty-box"; }
23
23
  static get encapsulation() { return "scoped"; }
24
24
  static get originalStyleUrls() { return {
25
25
  "$": ["styles.css"]
@@ -1,11 +1,11 @@
1
1
  import { Component, Prop, h } from "@stencil/core";
2
- export class ZRegistroTableExpandedRow {
2
+ export class ZTableExpandedRow {
3
3
  render() {
4
4
  return (h("td", { colSpan: this.colSpan },
5
5
  h("div", { class: "content-container" },
6
6
  h("slot", null))));
7
7
  }
8
- static get is() { return "z-registro-table-expanded-row"; }
8
+ static get is() { return "z-table-expanded-row"; }
9
9
  static get encapsulation() { return "shadow"; }
10
10
  static get originalStyleUrls() { return {
11
11
  "$": ["styles.css"]
@@ -1,12 +1,12 @@
1
1
  import { Component, Element, h } from "@stencil/core";
2
- export class ZRegistroTableHead {
2
+ export class ZTableFooter {
3
3
  componentWillRender() {
4
4
  this.host.setAttribute("role", "rowgroup");
5
5
  }
6
6
  render() {
7
7
  return h("slot", null);
8
8
  }
9
- static get is() { return "z-registro-table-head"; }
9
+ static get is() { return "z-table-footer"; }
10
10
  static get encapsulation() { return "scoped"; }
11
11
  static get originalStyleUrls() { return {
12
12
  "$": ["styles.css"]
@@ -1,12 +1,12 @@
1
1
  import { Component, Element, h } from "@stencil/core";
2
- export class ZRegistroTableFooter {
2
+ export class ZTableHead {
3
3
  componentWillRender() {
4
4
  this.host.setAttribute("role", "rowgroup");
5
5
  }
6
6
  render() {
7
7
  return h("slot", null);
8
8
  }
9
- static get is() { return "z-registro-table-footer"; }
9
+ static get is() { return "z-table-head"; }
10
10
  static get encapsulation() { return "scoped"; }
11
11
  static get originalStyleUrls() { return {
12
12
  "$": ["styles.css"]
@@ -2,7 +2,7 @@ import { Component, Element, Event, h, Host, Listen, Prop, State, } from "@stenc
2
2
  import classNames from "classnames";
3
3
  import { ButtonSizeEnum, ButtonVariantEnum, PopoverPosition, Size, SortDirectionEnum, } from "../../../beans";
4
4
  import { getElementTree } from "../../../utils/utils";
5
- export class ZRegistroTableHeader {
5
+ export class ZTableHeader {
6
6
  constructor() {
7
7
  /** Set padding size of cell, if special 0px padding will be set */
8
8
  this.padding = Size.medium;
@@ -48,7 +48,7 @@ export class ZRegistroTableHeader {
48
48
  }
49
49
  handleClickHeaders(e) {
50
50
  const { target } = e;
51
- const parent = getElementTree(target).find((elem) => elem.nodeName.toLowerCase() === "z-registro-table-header");
51
+ const parent = getElementTree(target).find((elem) => elem.nodeName.toLowerCase() === "z-table-header");
52
52
  if (!this.sortable || !parent) {
53
53
  return;
54
54
  }
@@ -78,7 +78,7 @@ export class ZRegistroTableHeader {
78
78
  h("div", { slot: "popover" },
79
79
  h("slot", { name: "contextual-menu" })))))));
80
80
  }
81
- static get is() { return "z-registro-table-header"; }
81
+ static get is() { return "z-table-header"; }
82
82
  static get encapsulation() { return "shadow"; }
83
83
  static get originalStyleUrls() { return {
84
84
  "$": ["styles.css"]
@@ -1,14 +1,14 @@
1
1
  import { Component, Prop, Host, h } from "@stencil/core";
2
- export class ZRegistroTableHeaderRow {
2
+ export class ZTableHeaderRow {
3
3
  _renderExpandHeader() {
4
- return h("z-registro-table-header", null);
4
+ return h("z-table-header", null);
5
5
  }
6
6
  render() {
7
7
  return (h(Host, { role: "row" },
8
8
  this.expandable && this._renderExpandHeader(),
9
9
  h("slot", null)));
10
10
  }
11
- static get is() { return "z-registro-table-header-row"; }
11
+ static get is() { return "z-table-header-row"; }
12
12
  static get originalStyleUrls() { return {
13
13
  "$": ["styles.css"]
14
14
  }; }
@@ -0,0 +1,13 @@
1
+ z-table-header-row {
2
+ display: table-row;
3
+ }
4
+
5
+ z-table-header-row[expandable] > z-table-header:first-child {
6
+ width: 40px;
7
+ user-select: none;
8
+ box-sizing: border-box;
9
+ }
10
+
11
+ z-table-header-row[expandable] > z-table-header:nth-child(2) {
12
+ padding-left: 8px;
13
+ }
@@ -1,8 +1,8 @@
1
1
  import { Component, Prop, State, Host, h, Event, } from "@stencil/core";
2
- import { ZRegistroTableRowExpandedType } from "../../../beans";
3
- export class ZRegistroTableRow {
2
+ import { ZTableRowExpandedType } from "../../../beans";
3
+ export class ZTableRow {
4
4
  constructor() {
5
- this.expandedType = ZRegistroTableRowExpandedType.none;
5
+ this.expandedType = ZTableRowExpandedType.none;
6
6
  this.expanded = false;
7
7
  }
8
8
  emitOnExpand() {
@@ -13,26 +13,26 @@ export class ZRegistroTableRow {
13
13
  this.emitOnExpand();
14
14
  }
15
15
  renderExpandButton() {
16
- if (this.expandedType == ZRegistroTableRowExpandedType.expandable) {
17
- return (h("z-registro-table-cell", { style: { borderRight: "none" } },
16
+ if (this.expandedType == ZTableRowExpandedType.expandable) {
17
+ return (h("z-table-cell", { style: { borderRight: "none" } },
18
18
  h("z-icon", { name: this.expanded ? "minus-circled" : "plus-circled" })));
19
19
  }
20
- return (h("z-registro-table-cell", { style: { borderRight: "none" } },
20
+ return (h("z-table-cell", { style: { borderRight: "none" } },
21
21
  h("div", { class: "z-icon-placeholder" })));
22
22
  }
23
23
  render() {
24
24
  return (h(Host, { role: "row", expanded: this.expanded, onClick: (event) => {
25
25
  const contextualMenuClick = event.target.nodeName === 'Z-CONTEXTUAL-MENU';
26
- const isExpandable = this.expandedType === ZRegistroTableRowExpandedType.expandable;
26
+ const isExpandable = this.expandedType === ZTableRowExpandedType.expandable;
27
27
  if (isExpandable && !contextualMenuClick) {
28
28
  this.handleExpand();
29
29
  }
30
30
  } },
31
- this.expandedType !== ZRegistroTableRowExpandedType.none &&
31
+ this.expandedType !== ZTableRowExpandedType.none &&
32
32
  this.renderExpandButton(),
33
33
  h("slot", null)));
34
34
  }
35
- static get is() { return "z-registro-table-row"; }
35
+ static get is() { return "z-table-row"; }
36
36
  static get originalStyleUrls() { return {
37
37
  "$": ["styles.css"]
38
38
  }; }
@@ -44,10 +44,10 @@ export class ZRegistroTableRow {
44
44
  "type": "string",
45
45
  "mutable": false,
46
46
  "complexType": {
47
- "original": "ZRegistroTableRowExpandedType",
48
- "resolved": "ZRegistroTableRowExpandedType.expandable | ZRegistroTableRowExpandedType.none | ZRegistroTableRowExpandedType.padding",
47
+ "original": "ZTableRowExpandedType",
48
+ "resolved": "ZTableRowExpandedType.expandable | ZTableRowExpandedType.none | ZTableRowExpandedType.padding",
49
49
  "references": {
50
- "ZRegistroTableRowExpandedType": {
50
+ "ZTableRowExpandedType": {
51
51
  "location": "import",
52
52
  "path": "../../../beans"
53
53
  }
@@ -61,7 +61,7 @@ export class ZRegistroTableRow {
61
61
  },
62
62
  "attribute": "expanded-type",
63
63
  "reflect": true,
64
- "defaultValue": "ZRegistroTableRowExpandedType.none"
64
+ "defaultValue": "ZTableRowExpandedType.none"
65
65
  }
66
66
  }; }
67
67
  static get states() { return {
@@ -0,0 +1,54 @@
1
+ z-table-row {
2
+ display: table-row;
3
+ font-family: var(--font-family-sans);
4
+ }
5
+
6
+ z-table-row[expanded-type="expandable"]:hover {
7
+ cursor: pointer;
8
+ }
9
+
10
+ z-table-row[expanded-type="expandable"]
11
+ > z-table-cell:first-child,
12
+ z-table-row[expanded-type="padding"]
13
+ > z-table-cell:first-child {
14
+ --z-icon-width: 16px;
15
+ --z-icon-height: 16px;
16
+
17
+ width: 24px;
18
+ padding-left: 16px;
19
+ padding-right: 0px;
20
+ box-sizing: border-box;
21
+ text-align: center;
22
+
23
+ fill: var(--gray800);
24
+
25
+ user-select: none;
26
+ }
27
+
28
+ .z-icon-placeholder {
29
+ width: 24px;
30
+ padding-right: 0px;
31
+ }
32
+
33
+ z-table-row[expanded-type="expandable"]
34
+ > z-table-cell:nth-child(2),
35
+ z-table-row[expanded-type="padding"]
36
+ > z-table-cell:nth-child(2) {
37
+ padding-left: 8px;
38
+ }
39
+
40
+ z-table-row[expanded-type]:hover > z-table-cell:first-child {
41
+ fill: var(--myz-blue-dark);
42
+ }
43
+
44
+ z-table-row[expanded] > z-tale-cell {
45
+ background-color: var(--gray50);
46
+ }
47
+
48
+ z-table-row[expanded] + z-table-expanded-row {
49
+ display: table-row;
50
+ }
51
+
52
+ z-table-row[expanded] > z-table-cell {
53
+ border-bottom: none;
54
+ }
@@ -2,11 +2,11 @@ import { Component, h } from '@stencil/core';
2
2
  /**
3
3
  * @slot - table sticky footer content
4
4
  */
5
- export class ZRegistroTableStickyFooter {
5
+ export class ZTableStickyFooter {
6
6
  render() {
7
7
  return (h("slot", null));
8
8
  }
9
- static get is() { return "z-registro-table-sticky-footer"; }
9
+ static get is() { return "z-table-sticky-footer"; }
10
10
  static get encapsulation() { return "scoped"; }
11
11
  static get originalStyleUrls() { return {
12
12
  "$": ["styles.css"]
@@ -439,7 +439,8 @@ const icons = {
439
439
  "play-button": "M0 914Q0 955 22 977.5 44 1000 86 1000L914 1000Q955 1000 977.5 977.5 1000 955 1000 914L1000 86Q1000 45 977.5 22.5 955 0 914 0L86 0Q46 0 23 22.5 0 45 0 86ZM422 683Q406 693 391 693 363 693 363 654L363 347Q363 303 392 303 404 303 425 315L667 463Q681 472 685 479 689 486 689 497 689 508 685 515.5 681 523 667 532Z",
440
440
  "powerpoint-button": "M249 686L308 686 308 533 411 533Q458 533 484.5 504.5 511 476 511 428 511 379 484.5 351.5 458 324 411 324L249 324ZM308 476L308 378 395 378Q425 378 437 384 449 390 449 413L449 440Q449 465 437 470.5 425 476 395 476ZM914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000Q44 1000 22 977.5 0 955 0 914L0 86Q0 45 23 22.5 46 0 86 0ZM852 303Q852 262 828.5 241 805 220 762 220L602 220 602 176Q602 116 557 116 543 116 530 120L189 218Q166 224 157.5 238 149 252 149 276L149 721Q149 745 160 757 171 769 192 775L411 836 530 870Q542 874 556 874 577 874 589.5 860.5 602 847 602 818L602 771 767 771Q806 771 829 748.5 852 726 852 690ZM602 324L732 324 732 387 602 387ZM782 527L602 527 602 464 782 464ZM732 667L602 667 602 604 732 604Z",
441
441
  "show-video-button": "M914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L879 1000Q881 907 846 864.5 811 822 725 822L677 822Q590 822 555.5 864 521 906 519 1000L478 1000Q479 909 444 867 409 825 325 825L277 825Q191 825 157 866.5 123 908 121 1000L86 1000Q44 1000 22 977.5 0 955 0 914L0 86Q0 45 23 22.5 46 0 86 0ZM635 346Q646 339 650 332 654 325 654 315 654 307 650.5 300.5 647 294 635 287L430 160Q414 150 401 150 376 150 376 188L376 450Q376 467 382.5 476 389 485 401 485 413 485 426 476ZM302 790Q350 790 380.5 766.5 411 743 411 698 411 652 380.5 626.5 350 601 302 601 251 601 221 626 191 651 191 698 191 744 221 767 251 790 302 790ZM700 790Q748 790 778.5 766.5 809 743 809 698 809 652 778.5 626.5 748 601 700 601 648 601 618 626 588 651 588 698 588 744 618 767 648 790 700 790Z",
442
- "word-button": "M914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000Q44 1000 22 977.5 0 955 0 914L0 86Q0 45 23 22.5 46 0 86 0ZM871 303Q871 262 847.5 241 824 220 781 220L602 220 602 175Q602 115 557 115 543 115 530 119L167 225Q144 231 135.5 245 127 259 127 283L127 716Q127 761 170 770L530 872Q542 875 554 875 602 875 602 819L602 771 786 771Q825 771 848 748.5 871 726 871 690ZM602 324L731 324 731 387 602 387ZM390 357L452 600 487 357 534 357 484 655 422 655 360 418 359 418 297 655 237 655 186 357 235 357 271 600 331 357ZM782 527L602 527 602 464 782 464ZM731 667L602 667 602 604 731 604Z"
442
+ "word-button": "M914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000Q44 1000 22 977.5 0 955 0 914L0 86Q0 45 23 22.5 46 0 86 0ZM871 303Q871 262 847.5 241 824 220 781 220L602 220 602 175Q602 115 557 115 543 115 530 119L167 225Q144 231 135.5 245 127 259 127 283L127 716Q127 761 170 770L530 872Q542 875 554 875 602 875 602 819L602 771 786 771Q825 771 848 748.5 871 726 871 690ZM602 324L731 324 731 387 602 387ZM390 357L452 600 487 357 534 357 484 655 422 655 360 418 359 418 297 655 237 655 186 357 235 357 271 600 331 357ZM782 527L602 527 602 464 782 464ZM731 667L602 667 602 604 731 604Z",
443
+ "upload": "M902 356L980 356 980 106Q980 65 957.5 42.5 935 20 894 20L106 20Q66 20 43 42.5 20 65 20 106L20 356 98 356 98 92 902 92ZM500 210L754 470 704 522 540 344 540 980 462 980 462 344 294 518 242 468Z"
443
444
  };
444
445
  // 0.x icons compatibility
445
446
  icons["ask-your-manager"] = icons["support"];
@@ -241,16 +241,16 @@ var ToastNotificationPositionsEnum;
241
241
  ToastNotificationPositionsEnum["bottomLeft"] = "bottom-left";
242
242
  ToastNotificationPositionsEnum["bottomCentre"] = "bottom-centre";
243
243
  })(ToastNotificationPositionsEnum || (ToastNotificationPositionsEnum = {}));
244
- var ZRegistroTableRowExpandedType;
245
- (function (ZRegistroTableRowExpandedType) {
246
- ZRegistroTableRowExpandedType["expandable"] = "expandable";
247
- ZRegistroTableRowExpandedType["padding"] = "padding";
248
- ZRegistroTableRowExpandedType["none"] = "none";
249
- })(ZRegistroTableRowExpandedType || (ZRegistroTableRowExpandedType = {}));
244
+ var ZTableRowExpandedType;
245
+ (function (ZTableRowExpandedType) {
246
+ ZTableRowExpandedType["expandable"] = "expandable";
247
+ ZTableRowExpandedType["padding"] = "padding";
248
+ ZTableRowExpandedType["none"] = "none";
249
+ })(ZTableRowExpandedType || (ZTableRowExpandedType = {}));
250
250
  var ZAriaAlertMode;
251
251
  (function (ZAriaAlertMode) {
252
252
  ZAriaAlertMode["polite"] = "polite";
253
253
  ZAriaAlertMode["assertive"] = "assertive";
254
254
  })(ZAriaAlertMode || (ZAriaAlertMode = {}));
255
255
 
256
- export { AvatarSize as A, ButtonTypeEnum as B, CardVariants as C, DeviceEnum as D, ExpandableListButtonAlign as E, InputTypeEnum as I, KeyboardKeys as K, LicenseTypeEnum as L, NotificationType as N, PopoverPosition as P, Size as S, ThemeVariant as T, ZRegistroTableRowExpandedType as Z, ButtonVariantEnum as a, ButtonSizeEnum as b, PopoverBorderRadius as c, PopoverShadow as d, SortDirectionEnum as e, DividerOrientation as f, ZAriaAlertMode as g, PocketStatusEnum as h, InputStatusEnum as i, AlertTypesEnum as j, keybordKeyCodeEnum as k, TooltipPosition as l, TabOrientationEnum as m, TabSizeEnum as n, StatusTagStatus as o, ToastNotificationTransitionsEnum as p, ToastNotificationPositionsEnum as q, ListSize as r, ListDividerType as s, DividerSize as t, ExpandableListStyle as u };
256
+ export { AvatarSize as A, ButtonTypeEnum as B, CardVariants as C, DeviceEnum as D, ExpandableListButtonAlign as E, InputTypeEnum as I, KeyboardKeys as K, LicenseTypeEnum as L, NotificationType as N, PopoverPosition as P, Size as S, ThemeVariant as T, ZTableRowExpandedType as Z, ButtonVariantEnum as a, ButtonSizeEnum as b, PopoverBorderRadius as c, PopoverShadow as d, SortDirectionEnum as e, DividerOrientation as f, ZAriaAlertMode as g, PocketStatusEnum as h, InputStatusEnum as i, AlertTypesEnum as j, keybordKeyCodeEnum as k, TooltipPosition as l, TabOrientationEnum as m, TabSizeEnum as n, StatusTagStatus as o, ToastNotificationTransitionsEnum as p, ToastNotificationPositionsEnum as q, ListSize as r, ListDividerType as s, DividerSize as t, ExpandableListStyle as u };
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { c as colorFromId } from './utils-f0067254.js';
2
- import './index-09b57d95.js';
1
+ import { c as colorFromId } from './utils-a219c3d4.js';
2
+ import './index-f928c852.js';
3
3
  import './breakpoints-c386984e.js';
4
4
 
5
5
  const Utils = {