@3ddv/software-division-components 1.4.2 → 1.4.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 (704) hide show
  1. package/components.json +2 -5
  2. package/dist/3ddv-software-division-components.d.ts.map +1 -0
  3. package/dist/backoffice/checkbox/checkbox.component.d.ts +103 -0
  4. package/dist/backoffice/checkbox/checkbox.component.d.ts.map +1 -0
  5. package/dist/backoffice/checkbox/index.d.ts +2 -0
  6. package/dist/backoffice/checkbox/index.d.ts.map +1 -0
  7. package/dist/backoffice/checkbox/public-api.d.ts +2 -0
  8. package/dist/backoffice/checkbox/public-api.d.ts.map +1 -0
  9. package/dist/backoffice/datepicker/datepicker.component.d.ts +150 -0
  10. package/dist/backoffice/datepicker/datepicker.component.d.ts.map +1 -0
  11. package/dist/backoffice/datepicker/index.d.ts +2 -0
  12. package/dist/backoffice/datepicker/index.d.ts.map +1 -0
  13. package/dist/backoffice/datepicker/public-api.d.ts +2 -0
  14. package/dist/backoffice/datepicker/public-api.d.ts.map +1 -0
  15. package/dist/backoffice/datepicker/ui/ui-calendar-helm/src/index.d.ts +14 -0
  16. package/dist/backoffice/datepicker/ui/ui-calendar-helm/src/index.d.ts.map +1 -0
  17. package/dist/backoffice/datepicker/ui/ui-calendar-helm/src/lib/hlm-calendar-multi.d.ts +38 -0
  18. package/dist/backoffice/datepicker/ui/ui-calendar-helm/src/lib/hlm-calendar-multi.d.ts.map +1 -0
  19. package/dist/backoffice/datepicker/ui/ui-calendar-helm/src/lib/hlm-calendar.d.ts +34 -0
  20. package/dist/backoffice/datepicker/ui/ui-calendar-helm/src/lib/hlm-calendar.d.ts.map +1 -0
  21. package/dist/backoffice/datepicker/ui/ui-date-picker-helm/src/index.d.ts +15 -0
  22. package/dist/backoffice/datepicker/ui/ui-date-picker-helm/src/index.d.ts.map +1 -0
  23. package/dist/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker-multi.d.ts +53 -0
  24. package/dist/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker-multi.d.ts.map +1 -0
  25. package/dist/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker-multi.token.d.ts +24 -0
  26. package/dist/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker-multi.token.d.ts.map +1 -0
  27. package/dist/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker.d.ts +53 -0
  28. package/dist/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker.d.ts.map +1 -0
  29. package/dist/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker.token.d.ts +24 -0
  30. package/dist/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker.token.d.ts.map +1 -0
  31. package/dist/backoffice/datepicker/ui/ui-icon-helm/src/index.d.ts +10 -0
  32. package/dist/backoffice/datepicker/ui/ui-icon-helm/src/index.d.ts.map +1 -0
  33. package/dist/backoffice/datepicker/ui/ui-icon-helm/src/lib/hlm-icon.d.ts +10 -0
  34. package/dist/backoffice/datepicker/ui/ui-icon-helm/src/lib/hlm-icon.d.ts.map +1 -0
  35. package/dist/backoffice/datepicker/ui/ui-icon-helm/src/lib/hlm-icon.token.d.ts +8 -0
  36. package/dist/backoffice/datepicker/ui/ui-icon-helm/src/lib/hlm-icon.token.d.ts.map +1 -0
  37. package/dist/backoffice/datepicker/ui/ui-popover-helm/src/index.d.ts +14 -0
  38. package/dist/backoffice/datepicker/ui/ui-popover-helm/src/index.d.ts.map +1 -0
  39. package/dist/backoffice/datepicker/ui/ui-popover-helm/src/lib/hlm-popover-close.d.ts +9 -0
  40. package/dist/backoffice/datepicker/ui/ui-popover-helm/src/lib/hlm-popover-close.d.ts.map +1 -0
  41. package/dist/backoffice/datepicker/ui/ui-popover-helm/src/lib/hlm-popover-content.d.ts +14 -0
  42. package/dist/backoffice/datepicker/ui/ui-popover-helm/src/lib/hlm-popover-content.d.ts.map +1 -0
  43. package/dist/backoffice/index.d.ts +2 -0
  44. package/dist/backoffice/index.d.ts.map +1 -0
  45. package/dist/backoffice/input/index.d.ts +2 -0
  46. package/dist/backoffice/input/index.d.ts.map +1 -0
  47. package/dist/backoffice/input/input.component.d.ts +200 -0
  48. package/dist/backoffice/input/input.component.d.ts.map +1 -0
  49. package/dist/backoffice/input/public-api.d.ts +2 -0
  50. package/dist/backoffice/input/public-api.d.ts.map +1 -0
  51. package/dist/backoffice/public-api.d.ts +6 -0
  52. package/dist/backoffice/public-api.d.ts.map +1 -0
  53. package/dist/backoffice/radio/index.d.ts +2 -0
  54. package/dist/backoffice/radio/index.d.ts.map +1 -0
  55. package/dist/backoffice/radio/public-api.d.ts +2 -0
  56. package/dist/backoffice/radio/public-api.d.ts.map +1 -0
  57. package/dist/backoffice/radio/radio.component.d.ts +73 -0
  58. package/dist/backoffice/radio/radio.component.d.ts.map +1 -0
  59. package/dist/backoffice/table/_components/pagination/pagination.component.d.ts +18 -0
  60. package/dist/backoffice/table/_components/pagination/pagination.component.d.ts.map +1 -0
  61. package/dist/backoffice/table/_components/selection-table-head/selection-table-head.component.d.ts +11 -0
  62. package/dist/backoffice/table/_components/selection-table-head/selection-table-head.component.d.ts.map +1 -0
  63. package/dist/backoffice/table/_components/selection-table-row/selection-table-row.component.d.ts +8 -0
  64. package/dist/backoffice/table/_components/selection-table-row/selection-table-row.component.d.ts.map +1 -0
  65. package/dist/backoffice/table/_components/sort-header-button/sort-header-button.component.d.ts +16 -0
  66. package/dist/backoffice/table/_components/sort-header-button/sort-header-button.component.d.ts.map +1 -0
  67. package/dist/backoffice/table/index.d.ts +2 -0
  68. package/dist/backoffice/table/index.d.ts.map +1 -0
  69. package/dist/backoffice/table/public-api.d.ts +3 -0
  70. package/dist/backoffice/table/public-api.d.ts.map +1 -0
  71. package/dist/backoffice/table/table.component.d.ts +111 -0
  72. package/dist/backoffice/table/table.component.d.ts.map +1 -0
  73. package/dist/backoffice/table/ui/ui-icon-helm/src/index.d.ts +10 -0
  74. package/dist/backoffice/table/ui/ui-icon-helm/src/index.d.ts.map +1 -0
  75. package/dist/backoffice/table/ui/ui-icon-helm/src/lib/hlm-icon.d.ts +10 -0
  76. package/dist/backoffice/table/ui/ui-icon-helm/src/lib/hlm-icon.d.ts.map +1 -0
  77. package/dist/backoffice/table/ui/ui-icon-helm/src/lib/hlm-icon.token.d.ts +8 -0
  78. package/dist/backoffice/table/ui/ui-icon-helm/src/lib/hlm-icon.token.d.ts.map +1 -0
  79. package/dist/backoffice/table/ui/ui-table-helm/src/index.d.ts +11 -0
  80. package/dist/backoffice/table/ui/ui-table-helm/src/index.d.ts.map +1 -0
  81. package/dist/backoffice/table/ui/ui-table-helm/src/lib/hlm-table.d.ts +112 -0
  82. package/dist/backoffice/table/ui/ui-table-helm/src/lib/hlm-table.d.ts.map +1 -0
  83. package/dist/dvm/cart/cart.component.d.ts +31 -0
  84. package/dist/dvm/cart/cart.component.d.ts.map +1 -0
  85. package/dist/dvm/cart/cart.types.d.ts +8 -0
  86. package/dist/dvm/cart/cart.types.d.ts.map +1 -0
  87. package/dist/dvm/cart/index.d.ts +2 -0
  88. package/dist/dvm/cart/index.d.ts.map +1 -0
  89. package/dist/dvm/cart/public-api.d.ts +4 -0
  90. package/dist/dvm/cart/public-api.d.ts.map +1 -0
  91. package/dist/dvm/cart/seat-list.component.d.ts +38 -0
  92. package/dist/dvm/cart/seat-list.component.d.ts.map +1 -0
  93. package/dist/dvm/cart-item/cart-item.component.d.ts +6 -0
  94. package/dist/dvm/cart-item/cart-item.component.d.ts.map +1 -0
  95. package/dist/dvm/cart-item/cart-item.service.d.ts +7 -0
  96. package/dist/dvm/cart-item/cart-item.service.d.ts.map +1 -0
  97. package/dist/dvm/cart-item/index.d.ts +2 -0
  98. package/dist/dvm/cart-item/index.d.ts.map +1 -0
  99. package/dist/dvm/cart-item/public-api.d.ts +3 -0
  100. package/dist/dvm/cart-item/public-api.d.ts.map +1 -0
  101. package/dist/dvm/index.d.ts +2 -0
  102. package/dist/dvm/index.d.ts.map +1 -0
  103. package/dist/dvm/legend/index.d.ts +2 -0
  104. package/dist/dvm/legend/index.d.ts.map +1 -0
  105. package/dist/dvm/legend/legend.component.d.ts +17 -0
  106. package/dist/dvm/legend/legend.component.d.ts.map +1 -0
  107. package/dist/dvm/legend/public-api.d.ts +4 -0
  108. package/dist/dvm/legend/public-api.d.ts.map +1 -0
  109. package/dist/dvm/legend/types.d.ts +6 -0
  110. package/dist/dvm/legend/types.d.ts.map +1 -0
  111. package/dist/dvm/legend/ui/legend-elements/index.d.ts +2 -0
  112. package/dist/dvm/legend/ui/legend-elements/index.d.ts.map +1 -0
  113. package/dist/dvm/legend/ui/legend-elements/legend-elements.component.d.ts +16 -0
  114. package/dist/dvm/legend/ui/legend-elements/legend-elements.component.d.ts.map +1 -0
  115. package/dist/dvm/loader/index.d.ts +2 -0
  116. package/dist/dvm/loader/index.d.ts.map +1 -0
  117. package/dist/dvm/loader/loader.component.d.ts +6 -0
  118. package/dist/dvm/loader/loader.component.d.ts.map +1 -0
  119. package/dist/dvm/loader/loader.service.d.ts +7 -0
  120. package/dist/dvm/loader/loader.service.d.ts.map +1 -0
  121. package/dist/dvm/loader/public-api.d.ts +3 -0
  122. package/dist/dvm/loader/public-api.d.ts.map +1 -0
  123. package/dist/dvm/map-loader/index.d.ts +2 -0
  124. package/dist/dvm/map-loader/index.d.ts.map +1 -0
  125. package/dist/dvm/map-loader/map-loader.component.d.ts +56 -0
  126. package/dist/dvm/map-loader/map-loader.component.d.ts.map +1 -0
  127. package/dist/dvm/map-loader/public-api.d.ts +2 -0
  128. package/dist/dvm/map-loader/public-api.d.ts.map +1 -0
  129. package/dist/dvm/neighbors/index.d.ts +2 -0
  130. package/dist/dvm/neighbors/index.d.ts.map +1 -0
  131. package/dist/dvm/neighbors/neighbors.component.d.ts +41 -0
  132. package/dist/dvm/neighbors/neighbors.component.d.ts.map +1 -0
  133. package/dist/dvm/neighbors/public-api.d.ts +3 -0
  134. package/dist/dvm/neighbors/public-api.d.ts.map +1 -0
  135. package/dist/dvm/neighbors/types.d.ts +14 -0
  136. package/dist/dvm/neighbors/types.d.ts.map +1 -0
  137. package/dist/dvm/popover/base-popover.component.d.ts +28 -0
  138. package/dist/dvm/popover/base-popover.component.d.ts.map +1 -0
  139. package/dist/dvm/popover/index.d.ts +2 -0
  140. package/dist/dvm/popover/index.d.ts.map +1 -0
  141. package/dist/dvm/popover/popover.component.d.ts +69 -0
  142. package/dist/dvm/popover/popover.component.d.ts.map +1 -0
  143. package/dist/dvm/popover/popover.config.d.ts +25 -0
  144. package/dist/dvm/popover/popover.config.d.ts.map +1 -0
  145. package/dist/dvm/popover/popover.service.d.ts +140 -0
  146. package/dist/dvm/popover/popover.service.d.ts.map +1 -0
  147. package/dist/dvm/popover/public-api.d.ts +11 -0
  148. package/dist/dvm/popover/public-api.d.ts.map +1 -0
  149. package/dist/dvm/popover/seat-popover/seat-popover.component.d.ts +21 -0
  150. package/dist/dvm/popover/seat-popover/seat-popover.component.d.ts.map +1 -0
  151. package/dist/dvm/popover/section-popover/section-popover.component.d.ts +32 -0
  152. package/dist/dvm/popover/section-popover/section-popover.component.d.ts.map +1 -0
  153. package/dist/dvm/popover/services/dvm-popover-positioner.service.d.ts +30 -0
  154. package/dist/dvm/popover/services/dvm-popover-positioner.service.d.ts.map +1 -0
  155. package/dist/dvm/popover/services/popover-manager.service.d.ts +29 -0
  156. package/dist/dvm/popover/services/popover-manager.service.d.ts.map +1 -0
  157. package/dist/dvm/popover/transformers/base-popover-data-transformer.d.ts +29 -0
  158. package/dist/dvm/popover/transformers/base-popover-data-transformer.d.ts.map +1 -0
  159. package/dist/dvm/popover/types.d.ts +79 -0
  160. package/dist/dvm/popover/types.d.ts.map +1 -0
  161. package/dist/dvm/public-api.d.ts +10 -0
  162. package/dist/dvm/public-api.d.ts.map +1 -0
  163. package/dist/dvm/stepper/index.d.ts +2 -0
  164. package/dist/dvm/stepper/index.d.ts.map +1 -0
  165. package/dist/dvm/stepper/public-api.d.ts +2 -0
  166. package/dist/dvm/stepper/public-api.d.ts.map +1 -0
  167. package/dist/dvm/stepper/stepper.component.d.ts +27 -0
  168. package/dist/dvm/stepper/stepper.component.d.ts.map +1 -0
  169. package/dist/dvm/stepper/types.d.ts +9 -0
  170. package/dist/dvm/stepper/types.d.ts.map +1 -0
  171. package/dist/dvm/ticket-info-item/index.d.ts +2 -0
  172. package/dist/dvm/ticket-info-item/index.d.ts.map +1 -0
  173. package/dist/dvm/ticket-info-item/public-api.d.ts +3 -0
  174. package/dist/dvm/ticket-info-item/public-api.d.ts.map +1 -0
  175. package/dist/dvm/ticket-info-item/ticket-info-item.component.d.ts +6 -0
  176. package/dist/dvm/ticket-info-item/ticket-info-item.component.d.ts.map +1 -0
  177. package/dist/dvm/ticket-info-item/ticket-info-item.service.d.ts +7 -0
  178. package/dist/dvm/ticket-info-item/ticket-info-item.service.d.ts.map +1 -0
  179. package/dist/fesm2022/3ddv-software-division-components.mjs +5966 -0
  180. package/dist/fesm2022/3ddv-software-division-components.mjs.map +1 -0
  181. package/dist/generic/add-digital-wallet/add-digital-wallet.component.d.ts +21 -0
  182. package/dist/generic/add-digital-wallet/add-digital-wallet.component.d.ts.map +1 -0
  183. package/dist/generic/add-digital-wallet/index.d.ts +2 -0
  184. package/dist/generic/add-digital-wallet/index.d.ts.map +1 -0
  185. package/dist/generic/add-digital-wallet/public-api.d.ts +2 -0
  186. package/dist/generic/add-digital-wallet/public-api.d.ts.map +1 -0
  187. package/dist/generic/braintree/braintree.component.d.ts +33 -0
  188. package/dist/generic/braintree/braintree.component.d.ts.map +1 -0
  189. package/dist/generic/braintree/index.d.ts +2 -0
  190. package/dist/generic/braintree/index.d.ts.map +1 -0
  191. package/dist/generic/braintree/public-api.d.ts +3 -0
  192. package/dist/generic/braintree/public-api.d.ts.map +1 -0
  193. package/dist/generic/braintree/types.d.ts +27 -0
  194. package/dist/generic/braintree/types.d.ts.map +1 -0
  195. package/dist/generic/button/button.component.d.ts +151 -0
  196. package/dist/generic/button/button.component.d.ts.map +1 -0
  197. package/dist/generic/button/index.d.ts +2 -0
  198. package/dist/generic/button/index.d.ts.map +1 -0
  199. package/dist/generic/button/public-api.d.ts +2 -0
  200. package/dist/generic/button/public-api.d.ts.map +1 -0
  201. package/dist/generic/button/ui/ui-button-helm/src/index.d.ts +10 -0
  202. package/dist/generic/button/ui/ui-button-helm/src/index.d.ts.map +1 -0
  203. package/dist/generic/button/ui/ui-button-helm/src/lib/hlm-button.d.ts +20 -0
  204. package/dist/generic/button/ui/ui-button-helm/src/lib/hlm-button.d.ts.map +1 -0
  205. package/dist/generic/button/ui/ui-button-helm/src/lib/hlm-button.token.d.ts +9 -0
  206. package/dist/generic/button/ui/ui-button-helm/src/lib/hlm-button.token.d.ts.map +1 -0
  207. package/dist/generic/carousel/carousel-item.component.d.ts +8 -0
  208. package/dist/generic/carousel/carousel-item.component.d.ts.map +1 -0
  209. package/dist/generic/carousel/carousel.component.d.ts +20 -0
  210. package/dist/generic/carousel/carousel.component.d.ts.map +1 -0
  211. package/dist/generic/carousel/index.d.ts +2 -0
  212. package/dist/generic/carousel/index.d.ts.map +1 -0
  213. package/dist/generic/carousel/public-api.d.ts +3 -0
  214. package/dist/generic/carousel/public-api.d.ts.map +1 -0
  215. package/dist/generic/carousel/ui/ui-carousel-helm/src/index.d.ts +26 -0
  216. package/dist/generic/carousel/ui/ui-carousel-helm/src/index.d.ts.map +1 -0
  217. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-content.d.ts +10 -0
  218. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-content.d.ts.map +1 -0
  219. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-item.d.ts +10 -0
  220. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-item.d.ts.map +1 -0
  221. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-next.d.ts +15 -0
  222. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-next.d.ts.map +1 -0
  223. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-previous.d.ts +15 -0
  224. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-previous.d.ts.map +1 -0
  225. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-slide-display.d.ts +16 -0
  226. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-slide-display.d.ts.map +1 -0
  227. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel.d.ts +28 -0
  228. package/dist/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel.d.ts.map +1 -0
  229. package/dist/generic/dialog/dialog.component.d.ts +11 -0
  230. package/dist/generic/dialog/dialog.component.d.ts.map +1 -0
  231. package/dist/generic/dialog/index.d.ts +2 -0
  232. package/dist/generic/dialog/index.d.ts.map +1 -0
  233. package/dist/generic/dialog/libs/ui-dialog-helm/src/index.d.ts +25 -0
  234. package/dist/generic/dialog/libs/ui-dialog-helm/src/index.d.ts.map +1 -0
  235. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-close.d.ts +9 -0
  236. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-close.d.ts.map +1 -0
  237. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-content.d.ts +15 -0
  238. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-content.d.ts.map +1 -0
  239. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-description.d.ts +10 -0
  240. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-description.d.ts.map +1 -0
  241. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-footer.d.ts +9 -0
  242. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-footer.d.ts.map +1 -0
  243. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-header.d.ts +9 -0
  244. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-header.d.ts.map +1 -0
  245. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-overlay.d.ts +12 -0
  246. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-overlay.d.ts.map +1 -0
  247. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-title.d.ts +10 -0
  248. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-title.d.ts.map +1 -0
  249. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog.d.ts +7 -0
  250. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog.d.ts.map +1 -0
  251. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog.service.d.ts +21 -0
  252. package/dist/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog.service.d.ts.map +1 -0
  253. package/dist/generic/dialog/public-api.d.ts +3 -0
  254. package/dist/generic/dialog/public-api.d.ts.map +1 -0
  255. package/dist/generic/drawer/drawer.component.d.ts +6 -0
  256. package/dist/generic/drawer/drawer.component.d.ts.map +1 -0
  257. package/dist/generic/drawer/drawer.service.d.ts +7 -0
  258. package/dist/generic/drawer/drawer.service.d.ts.map +1 -0
  259. package/dist/generic/drawer/index.d.ts +2 -0
  260. package/dist/generic/drawer/index.d.ts.map +1 -0
  261. package/dist/generic/drawer/public-api.d.ts +3 -0
  262. package/dist/generic/drawer/public-api.d.ts.map +1 -0
  263. package/dist/generic/icon/icon.component.d.ts +21 -0
  264. package/dist/generic/icon/icon.component.d.ts.map +1 -0
  265. package/dist/generic/icon/index.d.ts +2 -0
  266. package/dist/generic/icon/index.d.ts.map +1 -0
  267. package/dist/generic/icon/lib/ui-icon-helm/src/index.d.ts +10 -0
  268. package/dist/generic/icon/lib/ui-icon-helm/src/index.d.ts.map +1 -0
  269. package/dist/generic/icon/lib/ui-icon-helm/src/lib/hlm-icon.d.ts +10 -0
  270. package/dist/generic/icon/lib/ui-icon-helm/src/lib/hlm-icon.d.ts.map +1 -0
  271. package/dist/generic/icon/lib/ui-icon-helm/src/lib/hlm-icon.token.d.ts +8 -0
  272. package/dist/generic/icon/lib/ui-icon-helm/src/lib/hlm-icon.token.d.ts.map +1 -0
  273. package/dist/generic/icon/public-api.d.ts +2 -0
  274. package/dist/generic/icon/public-api.d.ts.map +1 -0
  275. package/dist/generic/index.d.ts +2 -0
  276. package/dist/generic/index.d.ts.map +1 -0
  277. package/dist/generic/public-api.d.ts +9 -0
  278. package/dist/generic/public-api.d.ts.map +1 -0
  279. package/dist/generic/select/index.d.ts +2 -0
  280. package/dist/generic/select/index.d.ts.map +1 -0
  281. package/dist/generic/select/lib/hlm-select-content.d.ts +13 -0
  282. package/dist/generic/select/lib/hlm-select-content.d.ts.map +1 -0
  283. package/dist/generic/select/lib/hlm-select-group.d.ts +10 -0
  284. package/dist/generic/select/lib/hlm-select-group.d.ts.map +1 -0
  285. package/dist/generic/select/lib/hlm-select-label.d.ts +12 -0
  286. package/dist/generic/select/lib/hlm-select-label.d.ts.map +1 -0
  287. package/dist/generic/select/lib/hlm-select-option.d.ts +12 -0
  288. package/dist/generic/select/lib/hlm-select-option.d.ts.map +1 -0
  289. package/dist/generic/select/lib/hlm-select-scroll-down.d.ts +9 -0
  290. package/dist/generic/select/lib/hlm-select-scroll-down.d.ts.map +1 -0
  291. package/dist/generic/select/lib/hlm-select-scroll-up.d.ts +9 -0
  292. package/dist/generic/select/lib/hlm-select-scroll-up.d.ts.map +1 -0
  293. package/dist/generic/select/lib/hlm-select-trigger.d.ts +17 -0
  294. package/dist/generic/select/lib/hlm-select-trigger.d.ts.map +1 -0
  295. package/dist/generic/select/lib/hlm-select-value.d.ts +9 -0
  296. package/dist/generic/select/lib/hlm-select-value.d.ts.map +1 -0
  297. package/dist/generic/select/lib/hlm-select.d.ts +9 -0
  298. package/dist/generic/select/lib/hlm-select.d.ts.map +1 -0
  299. package/dist/generic/select/lib/index.d.ts +35 -0
  300. package/dist/generic/select/lib/index.d.ts.map +1 -0
  301. package/dist/generic/select/public-api.d.ts +3 -0
  302. package/dist/generic/select/public-api.d.ts.map +1 -0
  303. package/dist/generic/select/select.component.d.ts +14 -0
  304. package/dist/generic/select/select.component.d.ts.map +1 -0
  305. package/dist/generic/select/types.d.ts +5 -0
  306. package/dist/generic/select/types.d.ts.map +1 -0
  307. package/dist/index.d.ts +6 -0
  308. package/dist/public-api.d.ts +8 -0
  309. package/dist/public-api.d.ts.map +1 -0
  310. package/dist/shared/apply-theme-variables/apply-theme-variables.d.ts +4 -0
  311. package/dist/shared/apply-theme-variables/apply-theme-variables.d.ts.map +1 -0
  312. package/dist/shared/apply-theme-variables/index.d.ts +2 -0
  313. package/dist/shared/apply-theme-variables/index.d.ts.map +1 -0
  314. package/dist/shared/lib-provider/config-token.d.ts +4 -0
  315. package/dist/shared/lib-provider/config-token.d.ts.map +1 -0
  316. package/dist/shared/lib-provider/index.d.ts +2 -0
  317. package/dist/shared/lib-provider/index.d.ts.map +1 -0
  318. package/dist/shared/lib-provider/provide-sdc.d.ts +10 -0
  319. package/dist/shared/lib-provider/provide-sdc.d.ts.map +1 -0
  320. package/dist/shared/lib-provider/public-api.d.ts +2 -0
  321. package/dist/shared/lib-provider/public-api.d.ts.map +1 -0
  322. package/dist/shared/screen-observer/index.d.ts +3 -0
  323. package/dist/shared/screen-observer/index.d.ts.map +1 -0
  324. package/dist/shared/screen-observer/provide-screen-observer.d.ts +5 -0
  325. package/dist/shared/screen-observer/provide-screen-observer.d.ts.map +1 -0
  326. package/dist/shared/screen-observer/screen-observer.d.ts +15 -0
  327. package/dist/shared/screen-observer/screen-observer.d.ts.map +1 -0
  328. package/dist/shared/types.d.ts +19 -0
  329. package/dist/shared/types.d.ts.map +1 -0
  330. package/dist/styles.css +2 -0
  331. package/dist/types/sizes.type.d.ts +3 -0
  332. package/dist/types/sizes.type.d.ts.map +1 -0
  333. package/package.json +196 -125
  334. package/tailwind.config.js +19 -0
  335. package/tsconfig.json +18 -34
  336. package/.editorconfig +0 -17
  337. package/.husky/commit-msg +0 -1
  338. package/.prettierrc +0 -11
  339. package/README.backup.md +0 -579
  340. package/angular.json +0 -144
  341. package/commitlint-config.ts +0 -7
  342. package/docs/conventions.md +0 -151
  343. package/docs/installation.md +0 -131
  344. package/docs/releasing.md +0 -306
  345. package/eslint.config.ts +0 -209
  346. package/lerna-debug.log +0 -71
  347. package/lerna.json +0 -8
  348. package/pnpm-workspace.yaml +0 -2
  349. package/postcss.config.js +0 -6
  350. package/process-styles.js +0 -31
  351. package/projects/consumer-app/public/favicon.ico +0 -0
  352. package/projects/consumer-app/src/app/app.component.css +0 -45
  353. package/projects/consumer-app/src/app/app.component.html +0 -11
  354. package/projects/consumer-app/src/app/app.component.ts +0 -14
  355. package/projects/consumer-app/src/app/app.config.ts +0 -8
  356. package/projects/consumer-app/src/app/app.routes.ts +0 -9
  357. package/projects/consumer-app/src/app/form/form.component.css +0 -82
  358. package/projects/consumer-app/src/app/form/form.component.html +0 -196
  359. package/projects/consumer-app/src/app/form/form.component.ts +0 -101
  360. package/projects/consumer-app/src/app/table/action-column.component.ts +0 -46
  361. package/projects/consumer-app/src/app/table/table.component.css +0 -3
  362. package/projects/consumer-app/src/app/table/table.component.html +0 -17
  363. package/projects/consumer-app/src/app/table/table.component.ts +0 -277
  364. package/projects/consumer-app/src/index.html +0 -13
  365. package/projects/consumer-app/src/main.ts +0 -6
  366. package/projects/consumer-app/src/styles.css +0 -35
  367. package/projects/consumer-app/tsconfig.app.json +0 -11
  368. package/projects/consumer-app/tsconfig.spec.json +0 -15
  369. package/projects/software-division-components/components.json +0 -3
  370. package/projects/software-division-components/node_modules/.bin/acorn +0 -21
  371. package/projects/software-division-components/node_modules/.bin/browserslist +0 -21
  372. package/projects/software-division-components/node_modules/.bin/chroma +0 -21
  373. package/projects/software-division-components/node_modules/.bin/chromatic +0 -21
  374. package/projects/software-division-components/node_modules/.bin/chromatic-cli +0 -21
  375. package/projects/software-division-components/node_modules/.bin/compodoc +0 -21
  376. package/projects/software-division-components/node_modules/.bin/eslint +0 -21
  377. package/projects/software-division-components/node_modules/.bin/getstorybook +0 -21
  378. package/projects/software-division-components/node_modules/.bin/jiti +0 -21
  379. package/projects/software-division-components/node_modules/.bin/js-yaml +0 -21
  380. package/projects/software-division-components/node_modules/.bin/karma +0 -21
  381. package/projects/software-division-components/node_modules/.bin/lessc +0 -21
  382. package/projects/software-division-components/node_modules/.bin/mf +0 -21
  383. package/projects/software-division-components/node_modules/.bin/ng +0 -21
  384. package/projects/software-division-components/node_modules/.bin/ng-packagr +0 -21
  385. package/projects/software-division-components/node_modules/.bin/ng-xi18n +0 -21
  386. package/projects/software-division-components/node_modules/.bin/ngc +0 -21
  387. package/projects/software-division-components/node_modules/.bin/ngcc +0 -21
  388. package/projects/software-division-components/node_modules/.bin/nx +0 -21
  389. package/projects/software-division-components/node_modules/.bin/nx-cloud +0 -21
  390. package/projects/software-division-components/node_modules/.bin/prettier +0 -21
  391. package/projects/software-division-components/node_modules/.bin/sass +0 -21
  392. package/projects/software-division-components/node_modules/.bin/sb +0 -21
  393. package/projects/software-division-components/node_modules/.bin/storybook +0 -21
  394. package/projects/software-division-components/node_modules/.bin/tailwind +0 -21
  395. package/projects/software-division-components/node_modules/.bin/tailwindcss +0 -21
  396. package/projects/software-division-components/node_modules/.bin/terser +0 -21
  397. package/projects/software-division-components/node_modules/.bin/tsc +0 -21
  398. package/projects/software-division-components/node_modules/.bin/tsserver +0 -21
  399. package/projects/software-division-components/node_modules/.bin/vite +0 -21
  400. package/projects/software-division-components/node_modules/.bin/webpack +0 -21
  401. package/projects/software-division-components/node_modules/.bin/yaml +0 -21
  402. package/projects/software-division-components/package.json +0 -216
  403. package/projects/software-division-components/tsconfig.json +0 -30
  404. package/scripts/generate-versions.js +0 -60
  405. package/scripts/watch-dist.js +0 -222
  406. /package/{projects/software-division-components/.claude → .claude}/settings.local.json +0 -0
  407. /package/{projects/software-division-components/.postcssrc.json → .postcssrc.json} +0 -0
  408. /package/{projects/software-division-components/.storybook → .storybook}/main.ts +0 -0
  409. /package/{projects/software-division-components/.storybook → .storybook}/manager-head.html +0 -0
  410. /package/{projects/software-division-components/.storybook → .storybook}/preview.ts +0 -0
  411. /package/{projects/software-division-components/.storybook → .storybook}/tsconfig.json +0 -0
  412. /package/{projects/software-division-components/.storybook → .storybook}/typings.d.ts +0 -0
  413. /package/{projects/software-division-components/LICENSE.md → LICENSE.md} +0 -0
  414. /package/{README.md → dist/README.md} +0 -0
  415. /package/{projects/software-division-components → dist}/tailwind.config.js +0 -0
  416. /package/{projects/software-division-components/documentation.json → documentation.json} +0 -0
  417. /package/{projects/software-division-components/ng-package.json → ng-package.json} +0 -0
  418. /package/{projects/software-division-components/public → public}/3ddv-logo.jpg +0 -0
  419. /package/{projects/software-division-components/public → public}/neighbours-after.png +0 -0
  420. /package/{projects/software-division-components/public → public}/neighbours-before.png +0 -0
  421. /package/{projects/software-division-components/src → src}/backoffice/checkbox/checkbox.component.css +0 -0
  422. /package/{projects/software-division-components/src → src}/backoffice/checkbox/checkbox.component.html +0 -0
  423. /package/{projects/software-division-components/src → src}/backoffice/checkbox/checkbox.component.ts +0 -0
  424. /package/{projects/software-division-components/src → src}/backoffice/checkbox/index.ts +0 -0
  425. /package/{projects/software-division-components/src → src}/backoffice/checkbox/public-api.ts +0 -0
  426. /package/{projects/software-division-components/src → src}/backoffice/checkbox/story/checkbox.stories.ts +0 -0
  427. /package/{projects/software-division-components/src → src}/backoffice/datepicker/datepicker.component.css +0 -0
  428. /package/{projects/software-division-components/src → src}/backoffice/datepicker/datepicker.component.html +0 -0
  429. /package/{projects/software-division-components/src → src}/backoffice/datepicker/datepicker.component.ts +0 -0
  430. /package/{projects/software-division-components/src → src}/backoffice/datepicker/index.ts +0 -0
  431. /package/{projects/software-division-components/src → src}/backoffice/datepicker/public-api.ts +0 -0
  432. /package/{projects/software-division-components/src → src}/backoffice/datepicker/story/datepicker.stories.ts +0 -0
  433. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-calendar-helm/src/index.ts +0 -0
  434. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-calendar-helm/src/lib/hlm-calendar-multi.ts +0 -0
  435. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-calendar-helm/src/lib/hlm-calendar.ts +0 -0
  436. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-date-picker-helm/src/index.ts +0 -0
  437. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker-multi.token.ts +0 -0
  438. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker-multi.ts +0 -0
  439. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker.token.ts +0 -0
  440. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker.ts +0 -0
  441. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-icon-helm/src/index.ts +0 -0
  442. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-icon-helm/src/lib/hlm-icon.token.ts +0 -0
  443. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-icon-helm/src/lib/hlm-icon.ts +0 -0
  444. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-popover-helm/src/index.ts +0 -0
  445. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-popover-helm/src/lib/hlm-popover-close.ts +0 -0
  446. /package/{projects/software-division-components/src → src}/backoffice/datepicker/ui/ui-popover-helm/src/lib/hlm-popover-content.ts +0 -0
  447. /package/{projects/software-division-components/src → src}/backoffice/index.ts +0 -0
  448. /package/{projects/software-division-components/src → src}/backoffice/input/index.ts +0 -0
  449. /package/{projects/software-division-components/src → src}/backoffice/input/input.component.css +0 -0
  450. /package/{projects/software-division-components/src → src}/backoffice/input/input.component.html +0 -0
  451. /package/{projects/software-division-components/src → src}/backoffice/input/input.component.ts +0 -0
  452. /package/{projects/software-division-components/src → src}/backoffice/input/public-api.ts +0 -0
  453. /package/{projects/software-division-components/src → src}/backoffice/input/story/input.stories.ts +0 -0
  454. /package/{projects/software-division-components/src → src}/backoffice/package.json +0 -0
  455. /package/{projects/software-division-components/src → src}/backoffice/public-api.ts +0 -0
  456. /package/{projects/software-division-components/src → src}/backoffice/radio/index.ts +0 -0
  457. /package/{projects/software-division-components/src → src}/backoffice/radio/public-api.ts +0 -0
  458. /package/{projects/software-division-components/src → src}/backoffice/radio/radio.component.css +0 -0
  459. /package/{projects/software-division-components/src → src}/backoffice/radio/radio.component.html +0 -0
  460. /package/{projects/software-division-components/src → src}/backoffice/radio/radio.component.ts +0 -0
  461. /package/{projects/software-division-components/src → src}/backoffice/radio/story/radio.stories.ts +0 -0
  462. /package/{projects/software-division-components/src → src}/backoffice/table/_components/pagination/pagination.component.css +0 -0
  463. /package/{projects/software-division-components/src → src}/backoffice/table/_components/pagination/pagination.component.html +0 -0
  464. /package/{projects/software-division-components/src → src}/backoffice/table/_components/pagination/pagination.component.ts +0 -0
  465. /package/{projects/software-division-components/src → src}/backoffice/table/_components/selection-table-head/selection-table-head.component.css +0 -0
  466. /package/{projects/software-division-components/src → src}/backoffice/table/_components/selection-table-head/selection-table-head.component.html +0 -0
  467. /package/{projects/software-division-components/src → src}/backoffice/table/_components/selection-table-head/selection-table-head.component.ts +0 -0
  468. /package/{projects/software-division-components/src → src}/backoffice/table/_components/selection-table-row/selection-table-row.component.css +0 -0
  469. /package/{projects/software-division-components/src → src}/backoffice/table/_components/selection-table-row/selection-table-row.component.html +0 -0
  470. /package/{projects/software-division-components/src → src}/backoffice/table/_components/selection-table-row/selection-table-row.component.ts +0 -0
  471. /package/{projects/software-division-components/src → src}/backoffice/table/_components/sort-header-button/sort-header-button.component.css +0 -0
  472. /package/{projects/software-division-components/src → src}/backoffice/table/_components/sort-header-button/sort-header-button.component.html +0 -0
  473. /package/{projects/software-division-components/src → src}/backoffice/table/_components/sort-header-button/sort-header-button.component.ts +0 -0
  474. /package/{projects/software-division-components/src → src}/backoffice/table/index.ts +0 -0
  475. /package/{projects/software-division-components/src → src}/backoffice/table/public-api.ts +0 -0
  476. /package/{projects/software-division-components/src → src}/backoffice/table/story/table.stories.ts +0 -0
  477. /package/{projects/software-division-components/src → src}/backoffice/table/table.component.css +0 -0
  478. /package/{projects/software-division-components/src → src}/backoffice/table/table.component.html +0 -0
  479. /package/{projects/software-division-components/src → src}/backoffice/table/table.component.ts +0 -0
  480. /package/{projects/software-division-components/src → src}/backoffice/table/ui/ui-icon-helm/src/index.ts +0 -0
  481. /package/{projects/software-division-components/src → src}/backoffice/table/ui/ui-icon-helm/src/lib/hlm-icon.token.ts +0 -0
  482. /package/{projects/software-division-components/src → src}/backoffice/table/ui/ui-icon-helm/src/lib/hlm-icon.ts +0 -0
  483. /package/{projects/software-division-components/src → src}/backoffice/table/ui/ui-table-helm/src/index.ts +0 -0
  484. /package/{projects/software-division-components/src → src}/backoffice/table/ui/ui-table-helm/src/lib/hlm-table.ts +0 -0
  485. /package/{projects/software-division-components/src → src}/dvm/cart/cart.component.css +0 -0
  486. /package/{projects/software-division-components/src → src}/dvm/cart/cart.component.html +0 -0
  487. /package/{projects/software-division-components/src → src}/dvm/cart/cart.component.ts +0 -0
  488. /package/{projects/software-division-components/src → src}/dvm/cart/cart.stories.ts +0 -0
  489. /package/{projects/software-division-components/src → src}/dvm/cart/cart.types.ts +0 -0
  490. /package/{projects/software-division-components/src → src}/dvm/cart/index.ts +0 -0
  491. /package/{projects/software-division-components/src → src}/dvm/cart/public-api.ts +0 -0
  492. /package/{projects/software-division-components/src → src}/dvm/cart/seat-list.component.css +0 -0
  493. /package/{projects/software-division-components/src → src}/dvm/cart/seat-list.component.html +0 -0
  494. /package/{projects/software-division-components/src → src}/dvm/cart/seat-list.component.ts +0 -0
  495. /package/{projects/software-division-components/src → src}/dvm/cart/seat-list.stories.ts +0 -0
  496. /package/{projects/software-division-components/src → src}/dvm/cart-item/cart-item.component.html +0 -0
  497. /package/{projects/software-division-components/src → src}/dvm/cart-item/cart-item.component.ts +0 -0
  498. /package/{projects/software-division-components/src → src}/dvm/cart-item/cart-item.service.ts +0 -0
  499. /package/{projects/software-division-components/src → src}/dvm/cart-item/cart.stories.ts +0 -0
  500. /package/{projects/software-division-components/src → src}/dvm/cart-item/index.ts +0 -0
  501. /package/{projects/software-division-components/src → src}/dvm/cart-item/package.json +0 -0
  502. /package/{projects/software-division-components/src → src}/dvm/cart-item/public-api.ts +0 -0
  503. /package/{projects/software-division-components/src → src}/dvm/index.ts +0 -0
  504. /package/{projects/software-division-components/src → src}/dvm/legend/index.ts +0 -0
  505. /package/{projects/software-division-components/src → src}/dvm/legend/legend.component.css +0 -0
  506. /package/{projects/software-division-components/src → src}/dvm/legend/legend.component.html +0 -0
  507. /package/{projects/software-division-components/src → src}/dvm/legend/legend.component.ts +0 -0
  508. /package/{projects/software-division-components/src → src}/dvm/legend/legend.stories.ts +0 -0
  509. /package/{projects/software-division-components/src → src}/dvm/legend/package.json +0 -0
  510. /package/{projects/software-division-components/src → src}/dvm/legend/public-api.ts +0 -0
  511. /package/{projects/software-division-components/src → src}/dvm/legend/types.ts +0 -0
  512. /package/{projects/software-division-components/src → src}/dvm/legend/ui/legend-elements/index.ts +0 -0
  513. /package/{projects/software-division-components/src → src}/dvm/legend/ui/legend-elements/legend-elements.component.css +0 -0
  514. /package/{projects/software-division-components/src → src}/dvm/legend/ui/legend-elements/legend-elements.component.html +0 -0
  515. /package/{projects/software-division-components/src → src}/dvm/legend/ui/legend-elements/legend-elements.component.ts +0 -0
  516. /package/{projects/software-division-components/src → src}/dvm/loader/index.ts +0 -0
  517. /package/{projects/software-division-components/src → src}/dvm/loader/loader.component.html +0 -0
  518. /package/{projects/software-division-components/src → src}/dvm/loader/loader.component.ts +0 -0
  519. /package/{projects/software-division-components/src → src}/dvm/loader/loader.service.ts +0 -0
  520. /package/{projects/software-division-components/src → src}/dvm/loader/loader.stories.ts +0 -0
  521. /package/{projects/software-division-components/src → src}/dvm/loader/package.json +0 -0
  522. /package/{projects/software-division-components/src → src}/dvm/loader/public-api.ts +0 -0
  523. /package/{projects/software-division-components/src → src}/dvm/map-loader/index.ts +0 -0
  524. /package/{projects/software-division-components/src → src}/dvm/map-loader/map-loader.component.css +0 -0
  525. /package/{projects/software-division-components/src → src}/dvm/map-loader/map-loader.component.html +0 -0
  526. /package/{projects/software-division-components/src → src}/dvm/map-loader/map-loader.component.ts +0 -0
  527. /package/{projects/software-division-components/src → src}/dvm/map-loader/map-loader.stories.ts +0 -0
  528. /package/{projects/software-division-components/src → src}/dvm/map-loader/package.json +0 -0
  529. /package/{projects/software-division-components/src → src}/dvm/map-loader/public-api.ts +0 -0
  530. /package/{projects/software-division-components/src → src}/dvm/neighbors/index.ts +0 -0
  531. /package/{projects/software-division-components/src → src}/dvm/neighbors/neighbors.component.css +0 -0
  532. /package/{projects/software-division-components/src → src}/dvm/neighbors/neighbors.component.html +0 -0
  533. /package/{projects/software-division-components/src → src}/dvm/neighbors/neighbors.component.ts +0 -0
  534. /package/{projects/software-division-components/src → src}/dvm/neighbors/package.json +0 -0
  535. /package/{projects/software-division-components/src → src}/dvm/neighbors/public-api.ts +0 -0
  536. /package/{projects/software-division-components/src → src}/dvm/neighbors/story/arrow-left-black-icon.svg +0 -0
  537. /package/{projects/software-division-components/src → src}/dvm/neighbors/story/mock-data.ts +0 -0
  538. /package/{projects/software-division-components/src → src}/dvm/neighbors/story/neighbours.stories.css +0 -0
  539. /package/{projects/software-division-components/src → src}/dvm/neighbors/story/neighbours.stories.ts +0 -0
  540. /package/{projects/software-division-components/src → src}/dvm/neighbors/types.ts +0 -0
  541. /package/{projects/software-division-components/src → src}/dvm/package.json +0 -0
  542. /package/{projects/software-division-components/src → src}/dvm/popover/base-popover.component.ts +0 -0
  543. /package/{projects/software-division-components/src → src}/dvm/popover/index.ts +0 -0
  544. /package/{projects/software-division-components/src → src}/dvm/popover/package.json +0 -0
  545. /package/{projects/software-division-components/src → src}/dvm/popover/popover.component.css +0 -0
  546. /package/{projects/software-division-components/src → src}/dvm/popover/popover.component.html +0 -0
  547. /package/{projects/software-division-components/src → src}/dvm/popover/popover.component.ts +0 -0
  548. /package/{projects/software-division-components/src → src}/dvm/popover/popover.config.ts +0 -0
  549. /package/{projects/software-division-components/src → src}/dvm/popover/popover.service.ts +0 -0
  550. /package/{projects/software-division-components/src → src}/dvm/popover/popover.stories.ts +0 -0
  551. /package/{projects/software-division-components/src → src}/dvm/popover/public-api.ts +0 -0
  552. /package/{projects/software-division-components/src → src}/dvm/popover/seat-popover/seat-popover.component.css +0 -0
  553. /package/{projects/software-division-components/src → src}/dvm/popover/seat-popover/seat-popover.component.html +0 -0
  554. /package/{projects/software-division-components/src → src}/dvm/popover/seat-popover/seat-popover.component.ts +0 -0
  555. /package/{projects/software-division-components/src → src}/dvm/popover/section-popover/section-popover.component.css +0 -0
  556. /package/{projects/software-division-components/src → src}/dvm/popover/section-popover/section-popover.component.html +0 -0
  557. /package/{projects/software-division-components/src → src}/dvm/popover/section-popover/section-popover.component.ts +0 -0
  558. /package/{projects/software-division-components/src → src}/dvm/popover/services/dvm-popover-positioner.service.ts +0 -0
  559. /package/{projects/software-division-components/src → src}/dvm/popover/services/popover-manager.service.ts +0 -0
  560. /package/{projects/software-division-components/src → src}/dvm/popover/transformers/base-popover-data-transformer.ts +0 -0
  561. /package/{projects/software-division-components/src → src}/dvm/popover/types.ts +0 -0
  562. /package/{projects/software-division-components/src → src}/dvm/public-api.ts +0 -0
  563. /package/{projects/software-division-components/src → src}/dvm/stepper/index.ts +0 -0
  564. /package/{projects/software-division-components/src → src}/dvm/stepper/package.json +0 -0
  565. /package/{projects/software-division-components/src → src}/dvm/stepper/public-api.ts +0 -0
  566. /package/{projects/software-division-components/src → src}/dvm/stepper/stepper.component.css +0 -0
  567. /package/{projects/software-division-components/src → src}/dvm/stepper/stepper.component.html +0 -0
  568. /package/{projects/software-division-components/src → src}/dvm/stepper/stepper.component.ts +0 -0
  569. /package/{projects/software-division-components/src → src}/dvm/stepper/types.ts +0 -0
  570. /package/{projects/software-division-components/src → src}/dvm/ticket-info-item/index.ts +0 -0
  571. /package/{projects/software-division-components/src → src}/dvm/ticket-info-item/package.json +0 -0
  572. /package/{projects/software-division-components/src → src}/dvm/ticket-info-item/public-api.ts +0 -0
  573. /package/{projects/software-division-components/src → src}/dvm/ticket-info-item/ticket-info-item.component.html +0 -0
  574. /package/{projects/software-division-components/src → src}/dvm/ticket-info-item/ticket-info-item.component.ts +0 -0
  575. /package/{projects/software-division-components/src → src}/dvm/ticket-info-item/ticket-info-item.service.ts +0 -0
  576. /package/{projects/software-division-components/src → src}/dvm/ticket-info-item/ticket-info-item.stories.ts +0 -0
  577. /package/{projects/software-division-components/src → src}/generic/add-digital-wallet/add-digital-wallet.component.css +0 -0
  578. /package/{projects/software-division-components/src → src}/generic/add-digital-wallet/add-digital-wallet.component.html +0 -0
  579. /package/{projects/software-division-components/src → src}/generic/add-digital-wallet/add-digital-wallet.component.ts +0 -0
  580. /package/{projects/software-division-components/src → src}/generic/add-digital-wallet/index.ts +0 -0
  581. /package/{projects/software-division-components/src → src}/generic/add-digital-wallet/public-api.ts +0 -0
  582. /package/{projects/software-division-components/src → src}/generic/braintree/braintree.component.css +0 -0
  583. /package/{projects/software-division-components/src → src}/generic/braintree/braintree.component.ts +0 -0
  584. /package/{projects/software-division-components/src → src}/generic/braintree/index.ts +0 -0
  585. /package/{projects/software-division-components/src → src}/generic/braintree/package.json +0 -0
  586. /package/{projects/software-division-components/src → src}/generic/braintree/public-api.ts +0 -0
  587. /package/{projects/software-division-components/src → src}/generic/braintree/story/braintree.stories.css +0 -0
  588. /package/{projects/software-division-components/src → src}/generic/braintree/story/braintree.stories.ts +0 -0
  589. /package/{projects/software-division-components/src → src}/generic/braintree/types.ts +0 -0
  590. /package/{projects/software-division-components/src → src}/generic/button/button.component.css +0 -0
  591. /package/{projects/software-division-components/src → src}/generic/button/button.component.html +0 -0
  592. /package/{projects/software-division-components/src → src}/generic/button/button.component.ts +0 -0
  593. /package/{projects/software-division-components/src → src}/generic/button/index.ts +0 -0
  594. /package/{projects/software-division-components/src → src}/generic/button/package.json +0 -0
  595. /package/{projects/software-division-components/src → src}/generic/button/public-api.ts +0 -0
  596. /package/{projects/software-division-components/src → src}/generic/button/story/button.stories.ts +0 -0
  597. /package/{projects/software-division-components/src → src}/generic/button/ui/ui-button-helm/src/index.ts +0 -0
  598. /package/{projects/software-division-components/src → src}/generic/button/ui/ui-button-helm/src/lib/hlm-button.token.ts +0 -0
  599. /package/{projects/software-division-components/src → src}/generic/button/ui/ui-button-helm/src/lib/hlm-button.ts +0 -0
  600. /package/{projects/software-division-components/src → src}/generic/carousel/carousel-item.component.ts +0 -0
  601. /package/{projects/software-division-components/src → src}/generic/carousel/carousel-item.directive.ts +0 -0
  602. /package/{projects/software-division-components/src → src}/generic/carousel/carousel.component.css +0 -0
  603. /package/{projects/software-division-components/src → src}/generic/carousel/carousel.component.html +0 -0
  604. /package/{projects/software-division-components/src → src}/generic/carousel/carousel.component.ts +0 -0
  605. /package/{projects/software-division-components/src → src}/generic/carousel/index.ts +0 -0
  606. /package/{projects/software-division-components/src → src}/generic/carousel/public-api.ts +0 -0
  607. /package/{projects/software-division-components/src → src}/generic/carousel/ui/ui-carousel-helm/src/index.ts +0 -0
  608. /package/{projects/software-division-components/src → src}/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-content.ts +0 -0
  609. /package/{projects/software-division-components/src → src}/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-item.ts +0 -0
  610. /package/{projects/software-division-components/src → src}/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-next.ts +0 -0
  611. /package/{projects/software-division-components/src → src}/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-previous.ts +0 -0
  612. /package/{projects/software-division-components/src → src}/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-slide-display.ts +0 -0
  613. /package/{projects/software-division-components/src → src}/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel.ts +0 -0
  614. /package/{projects/software-division-components/src → src}/generic/dialog/dialog.component.css +0 -0
  615. /package/{projects/software-division-components/src → src}/generic/dialog/dialog.component.html +0 -0
  616. /package/{projects/software-division-components/src → src}/generic/dialog/dialog.component.ts +0 -0
  617. /package/{projects/software-division-components/src → src}/generic/dialog/dialog.stories.ts +0 -0
  618. /package/{projects/software-division-components/src → src}/generic/dialog/index.ts +0 -0
  619. /package/{projects/software-division-components/src → src}/generic/dialog/libs/ui-dialog-helm/src/index.ts +0 -0
  620. /package/{projects/software-division-components/src → src}/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-close.ts +0 -0
  621. /package/{projects/software-division-components/src → src}/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-content.ts +0 -0
  622. /package/{projects/software-division-components/src → src}/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-description.ts +0 -0
  623. /package/{projects/software-division-components/src → src}/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-footer.ts +0 -0
  624. /package/{projects/software-division-components/src → src}/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-header.ts +0 -0
  625. /package/{projects/software-division-components/src → src}/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-overlay.ts +0 -0
  626. /package/{projects/software-division-components/src → src}/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-title.ts +0 -0
  627. /package/{projects/software-division-components/src → src}/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog.service.ts +0 -0
  628. /package/{projects/software-division-components/src → src}/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog.ts +0 -0
  629. /package/{projects/software-division-components/src → src}/generic/dialog/package.json +0 -0
  630. /package/{projects/software-division-components/src → src}/generic/dialog/public-api.ts +0 -0
  631. /package/{projects/software-division-components/src → src}/generic/dialog/tsconfig.json +0 -0
  632. /package/{projects/software-division-components/src → src}/generic/dialog/ui/dialog-close-button/dialog-close-button.component.css +0 -0
  633. /package/{projects/software-division-components/src → src}/generic/dialog/ui/dialog-close-button/dialog-close-button.component.html +0 -0
  634. /package/{projects/software-division-components/src → src}/generic/dialog/ui/dialog-close-button/dialog-close-button.component.ts +0 -0
  635. /package/{projects/software-division-components/src → src}/generic/dialog/ui/dialog-footer/dialog-footer.component.css +0 -0
  636. /package/{projects/software-division-components/src → src}/generic/dialog/ui/dialog-footer/dialog-footer.component.html +0 -0
  637. /package/{projects/software-division-components/src → src}/generic/dialog/ui/dialog-footer/dialog-footer.component.ts +0 -0
  638. /package/{projects/software-division-components/src → src}/generic/dialog/ui/dialog-header/dialog-header.component.css +0 -0
  639. /package/{projects/software-division-components/src → src}/generic/dialog/ui/dialog-header/dialog-header.component.html +0 -0
  640. /package/{projects/software-division-components/src → src}/generic/dialog/ui/dialog-header/dialog-header.component.ts +0 -0
  641. /package/{projects/software-division-components/src → src}/generic/drawer/drawer.component.html +0 -0
  642. /package/{projects/software-division-components/src → src}/generic/drawer/drawer.component.ts +0 -0
  643. /package/{projects/software-division-components/src → src}/generic/drawer/drawer.service.ts +0 -0
  644. /package/{projects/software-division-components/src → src}/generic/drawer/drawer.stories.ts +0 -0
  645. /package/{projects/software-division-components/src → src}/generic/drawer/index.ts +0 -0
  646. /package/{projects/software-division-components/src → src}/generic/drawer/package.json +0 -0
  647. /package/{projects/software-division-components/src → src}/generic/drawer/public-api.ts +0 -0
  648. /package/{projects/software-division-components/src → src}/generic/icon/icon.component.css +0 -0
  649. /package/{projects/software-division-components/src → src}/generic/icon/icon.component.html +0 -0
  650. /package/{projects/software-division-components/src → src}/generic/icon/icon.component.ts +0 -0
  651. /package/{projects/software-division-components/src → src}/generic/icon/icon.stories.ts +0 -0
  652. /package/{projects/software-division-components/src → src}/generic/icon/index.ts +0 -0
  653. /package/{projects/software-division-components/src → src}/generic/icon/lib/ui-icon-helm/src/index.ts +0 -0
  654. /package/{projects/software-division-components/src → src}/generic/icon/lib/ui-icon-helm/src/lib/hlm-icon.token.ts +0 -0
  655. /package/{projects/software-division-components/src → src}/generic/icon/lib/ui-icon-helm/src/lib/hlm-icon.ts +0 -0
  656. /package/{projects/software-division-components/src → src}/generic/icon/package.json +0 -0
  657. /package/{projects/software-division-components/src → src}/generic/icon/public-api.ts +0 -0
  658. /package/{projects/software-division-components/src → src}/generic/icon/tsconfig.json +0 -0
  659. /package/{projects/software-division-components/src → src}/generic/index.ts +0 -0
  660. /package/{projects/software-division-components/src → src}/generic/package.json +0 -0
  661. /package/{projects/software-division-components/src → src}/generic/public-api.ts +0 -0
  662. /package/{projects/software-division-components/src → src}/generic/select/index.ts +0 -0
  663. /package/{projects/software-division-components/src → src}/generic/select/lib/hlm-select-content.ts +0 -0
  664. /package/{projects/software-division-components/src → src}/generic/select/lib/hlm-select-group.ts +0 -0
  665. /package/{projects/software-division-components/src → src}/generic/select/lib/hlm-select-label.ts +0 -0
  666. /package/{projects/software-division-components/src → src}/generic/select/lib/hlm-select-option.ts +0 -0
  667. /package/{projects/software-division-components/src → src}/generic/select/lib/hlm-select-scroll-down.ts +0 -0
  668. /package/{projects/software-division-components/src → src}/generic/select/lib/hlm-select-scroll-up.ts +0 -0
  669. /package/{projects/software-division-components/src → src}/generic/select/lib/hlm-select-trigger.ts +0 -0
  670. /package/{projects/software-division-components/src → src}/generic/select/lib/hlm-select-value.ts +0 -0
  671. /package/{projects/software-division-components/src → src}/generic/select/lib/hlm-select.ts +0 -0
  672. /package/{projects/software-division-components/src → src}/generic/select/lib/index.ts +0 -0
  673. /package/{projects/software-division-components/src → src}/generic/select/public-api.ts +0 -0
  674. /package/{projects/software-division-components/src → src}/generic/select/select.component.css +0 -0
  675. /package/{projects/software-division-components/src → src}/generic/select/select.component.html +0 -0
  676. /package/{projects/software-division-components/src → src}/generic/select/select.component.ts +0 -0
  677. /package/{projects/software-division-components/src → src}/generic/select/types.ts +0 -0
  678. /package/{projects/software-division-components/src → src}/private-exports.ts +0 -0
  679. /package/{projects/software-division-components/src → src}/public-api.ts +0 -0
  680. /package/{projects/software-division-components/src → src}/shared/apply-theme-variables/apply-theme-variables.ts +0 -0
  681. /package/{projects/software-division-components/src → src}/shared/apply-theme-variables/index.ts +0 -0
  682. /package/{projects/software-division-components/src → src}/shared/format-value.pipe.ts +0 -0
  683. /package/{projects/software-division-components/src → src}/shared/index.ts +0 -0
  684. /package/{projects/software-division-components/src → src}/shared/lib-provider/config-token.ts +0 -0
  685. /package/{projects/software-division-components/src → src}/shared/lib-provider/index.ts +0 -0
  686. /package/{projects/software-division-components/src → src}/shared/lib-provider/provide-sdc.ts +0 -0
  687. /package/{projects/software-division-components/src → src}/shared/lib-provider/public-api.ts +0 -0
  688. /package/{projects/software-division-components/src → src}/shared/public-api.ts +0 -0
  689. /package/{projects/software-division-components/src → src}/shared/screen-observer/index.ts +0 -0
  690. /package/{projects/software-division-components/src → src}/shared/screen-observer/provide-screen-observer.ts +0 -0
  691. /package/{projects/software-division-components/src → src}/shared/screen-observer/screen-observer.ts +0 -0
  692. /package/{projects/software-division-components/src → src}/shared/screen-observer/sizable-base.ts +0 -0
  693. /package/{projects/software-division-components/src → src}/shared/theme-provider/generic-theme.ts +0 -0
  694. /package/{projects/software-division-components/src → src}/shared/theme-provider/index.ts +0 -0
  695. /package/{projects/software-division-components/src → src}/shared/theme-provider/public-api.ts +0 -0
  696. /package/{projects/software-division-components/src → src}/shared/theme-provider/theme-provider.directive.ts +0 -0
  697. /package/{projects/software-division-components/src → src}/shared/themes/sdc.css +0 -0
  698. /package/{projects/software-division-components/src → src}/shared/types.ts +0 -0
  699. /package/{projects/software-division-components/src → src}/types/sizes.type.ts +0 -0
  700. /package/{projects/software-division-components/src → src}/utils/index.ts +0 -0
  701. /package/{projects/software-division-components/src → src}/utils/public-api.ts +0 -0
  702. /package/{projects/software-division-components/src → src}/utils/validate-styles-for-component.ts +0 -0
  703. /package/{projects/software-division-components/styles.css → styles.css} +0 -0
  704. /package/{projects/software-division-components/tsconfig.spec.json → tsconfig.spec.json} +0 -0
@@ -0,0 +1,29 @@
1
+ import { SeatPopoverData, SectionPopoverData } from '../types';
2
+ /**
3
+ * Abstract base class for transforming data from source format to target popover format.
4
+ * Apps can extend this class to implement their own data transformation logic.
5
+ */
6
+ export declare abstract class BasePopoverDataTransformer<TSource, TTarget> {
7
+ /**
8
+ * Transforms source data to target popover data format.
9
+ * @param source - The source data to transform
10
+ * @param context - Optional context for additional transformation logic
11
+ * @returns The transformed data in target format
12
+ */
13
+ abstract transform(source: TSource, context?: any): TTarget;
14
+ }
15
+ /**
16
+ * Abstract base class for transforming seat data to SeatPopoverData format.
17
+ * Apps should extend this class and implement the transform method with their
18
+ * specific seat data models.
19
+ */
20
+ export declare abstract class BaseSeatDataTransformer<TSource> extends BasePopoverDataTransformer<TSource, SeatPopoverData> {
21
+ }
22
+ /**
23
+ * Abstract base class for transforming section data to SectionPopoverData format.
24
+ * Apps should extend this class and implement the transform method with their
25
+ * specific section data models.
26
+ */
27
+ export declare abstract class BaseSectionDataTransformer<TSource> extends BasePopoverDataTransformer<TSource, SectionPopoverData> {
28
+ }
29
+ //# sourceMappingURL=base-popover-data-transformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-popover-data-transformer.d.ts","sourceRoot":"","sources":["../../../../src/dvm/popover/transformers/base-popover-data-transformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE/D;;;GAGG;AACH,8BAAsB,0BAA0B,CAAC,OAAO,EAAE,OAAO;IAC/D;;;;;OAKG;IACH,QAAQ,CAAC,SAAS,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,OAAO;CAC5D;AAED;;;;GAIG;AACH,8BAAsB,uBAAuB,CAAC,OAAO,CAAE,SAAQ,0BAA0B,CACvF,OAAO,EACP,eAAe,CAChB;CAAG;AAEJ;;;;GAIG;AACH,8BAAsB,0BAA0B,CAAC,OAAO,CAAE,SAAQ,0BAA0B,CAC1F,OAAO,EACP,kBAAkB,CACnB;CAAG"}
@@ -0,0 +1,79 @@
1
+ import { ComponentRef, ElementRef, Type, ViewContainerRef } from '@angular/core';
2
+ import { ArrowOptions, AutoPlacementOptions, ComputePositionConfig, DetectOverflowOptions, FlipOptions, HideOptions, InlineOptions, OffsetOptions, Placement, ShiftOptions, SizeOptions, VirtualElement } from '@floating-ui/dom';
3
+ import { Observable } from 'rxjs';
4
+ import type { MapViewerNode } from '@3ddv/dvm-internal';
5
+ export type PopoverPlacement = Placement;
6
+ export interface PopoverInstance<T = unknown> {
7
+ id: string;
8
+ element: HTMLElement;
9
+ reference: HTMLElement | Element | VirtualElement | (ElementRef & VirtualElement);
10
+ componentRef?: ComponentRef<T>;
11
+ update?: () => void;
12
+ cleanup?: () => void;
13
+ }
14
+ export interface PopoverOptions extends Omit<ComputePositionConfig, 'middleware'> {
15
+ middleware?: MiddlewareOptions;
16
+ }
17
+ export interface MiddlewareOptions {
18
+ offset?: OffsetOptions;
19
+ shift?: ShiftOptions;
20
+ flip?: FlipOptions;
21
+ arrow?: ArrowOptions;
22
+ size?: SizeOptions;
23
+ autoPlacement?: AutoPlacementOptions;
24
+ hide?: HideOptions;
25
+ inline?: InlineOptions;
26
+ detectOverflow?: DetectOverflowOptions;
27
+ }
28
+ export declare enum AppNodes {
29
+ Section = "section",
30
+ Row = "row",
31
+ Seat = "seat",
32
+ Ga = "general_admission",
33
+ Vip = "vip"
34
+ }
35
+ export interface SeatPopoverData {
36
+ id: string;
37
+ section: string;
38
+ row: string;
39
+ seat: string;
40
+ price: number;
41
+ thumbnail?: string;
42
+ }
43
+ export interface SectionPopoverData {
44
+ id: string;
45
+ section: string;
46
+ priceRange: {
47
+ min: number;
48
+ max: number;
49
+ };
50
+ availableQuantity: number;
51
+ adaQuantity: number;
52
+ thumbnail?: string;
53
+ type?: 'section' | 'general_admission';
54
+ isSelectedForBA?: boolean;
55
+ priceRangeWithFees?: string;
56
+ }
57
+ export interface IThumbnailProvider {
58
+ getThumbnail(nodeId: string): Observable<string>;
59
+ }
60
+ export interface IPopoverPositioner {
61
+ calculatePlacement(node: MapViewerNode, container: HTMLElement): Placement;
62
+ calculateOffset(node: MapViewerNode): number[];
63
+ }
64
+ export interface IPopoverManager {
65
+ showPopover<T>(config: PopoverConfig<T>): void;
66
+ hidePopover(nodeId: string): void;
67
+ clearAll(): void;
68
+ }
69
+ export interface PopoverConfig<T> {
70
+ nodeId: string;
71
+ node: MapViewerNode;
72
+ container: ViewContainerRef;
73
+ tooltip: HTMLElement;
74
+ containerElement: HTMLElement;
75
+ component: Type<T>;
76
+ componentInputs?: Partial<T>;
77
+ eventHandlers?: Record<string, (...args: any[]) => void>;
78
+ }
79
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/dvm/popover/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,SAAS,EACT,YAAY,EACZ,WAAW,EACX,cAAc,EACf,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC;AAEzC,MAAM,WAAW,eAAe,CAAC,CAAC,GAAG,OAAO;IAC1C,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,WAAW,CAAC;IACrB,SAAS,EAAE,WAAW,GAAG,OAAO,GAAG,cAAc,GAAG,CAAC,UAAU,GAAG,cAAc,CAAC,CAAC;IAClF,YAAY,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,qBAAqB,EAAE,YAAY,CAAC;IAC/E,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAChC;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,aAAa,CAAC,EAAE,oBAAoB,CAAC;IACrC,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,cAAc,CAAC,EAAE,qBAAqB,CAAC;CACxC;AAED,oBAAY,QAAQ;IAClB,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,EAAE,sBAAsB;IACxB,GAAG,QAAQ;CACZ;AAGD,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAGD,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IACzC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,GAAG,mBAAmB,CAAC;IACvC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAGD,MAAM,WAAW,kBAAkB;IACjC,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC;CAClD;AAGD,MAAM,WAAW,kBAAkB;IACjC,kBAAkB,CAAC,IAAI,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,GAAG,SAAS,CAAC;IAC3E,eAAe,CAAC,IAAI,EAAE,aAAa,GAAG,MAAM,EAAE,CAAC;CAChD;AAGD,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;IAC/C,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,QAAQ,IAAI,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,aAAa,CAAC,CAAC;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,aAAa,CAAC;IACpB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,OAAO,EAAE,WAAW,CAAC;IACrB,gBAAgB,EAAE,WAAW,CAAC;IAC9B,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC,CAAC;CAC1D"}
@@ -0,0 +1,10 @@
1
+ export * from './cart';
2
+ export * from './cart-item';
3
+ export * from './legend';
4
+ export * from './loader';
5
+ export * from './map-loader';
6
+ export * from './neighbors';
7
+ export * from './popover';
8
+ export * from './stepper';
9
+ export * from './ticket-info-item';
10
+ //# sourceMappingURL=public-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../src/dvm/public-api.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './public-api';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dvm/stepper/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './stepper.component';
2
+ //# sourceMappingURL=public-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../src/dvm/stepper/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { Size } from '../../types/sizes.type';
2
+ import { Step, StepState } from './types';
3
+ import * as i0 from "@angular/core";
4
+ export declare class StepperComponent {
5
+ readonly steps: import("@angular/core").InputSignal<Step[]>;
6
+ readonly size: import("@angular/core").InputSignal<Size>;
7
+ readonly routeName: import("@angular/core").InputSignal<string | null>;
8
+ readonly theme: import("@angular/core").InputSignal<"theme-backoffice" | "theme-sdc">;
9
+ readonly variant: import("@angular/core").InputSignal<"light" | "dark">;
10
+ /** Only these are supported for stepper. */
11
+ private readonly supportedSizes;
12
+ /** Normalize any Size → StepperSize by flooring to the nearest supported size. */
13
+ private normalizeSize;
14
+ private readonly allowedAlign;
15
+ private readonly allowedOrientation;
16
+ private readonly allowedSizes;
17
+ readonly styleClass: import("@angular/core").InputSignal<string[]>;
18
+ readonly className: import("@angular/core").InputSignal<string>;
19
+ private readonly _validatedStyleClass;
20
+ private readonly _effectiveSize;
21
+ protected readonly computedClass: import("@angular/core").Signal<string>;
22
+ protected stateForIndex(i: number): StepState;
23
+ protected stateClass(i: number): string;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "sdc-stepper", never, { "steps": { "alias": "steps"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "routeName": { "alias": "routeName"; "required": false; "isSignal": true; }; "theme": { "alias": "theme"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "styleClass": { "alias": "styleClass"; "required": false; "isSignal": true; }; "className": { "alias": "className"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
26
+ }
27
+ //# sourceMappingURL=stepper.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper.component.d.ts","sourceRoot":"","sources":["../../../src/dvm/stepper/stepper.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,IAAI,EAAc,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAe,SAAS,EAAE,MAAM,SAAS,CAAC;;AAEvD,qBAQa,gBAAgB;IAC3B,SAAgB,KAAK,8CAA4B;IACjD,SAAgB,IAAI,4CAAqB;IACzC,SAAgB,SAAS,qDAA8B;IACvD,SAAgB,KAAK,wEAAkC;IACvD,SAAgB,OAAO,wDAAoC;IAE3D,4CAA4C;IAC5C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAkD;IAEjF,kFAAkF;IAClF,OAAO,CAAC,aAAa,CAWnB;IAEF,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAyD;IACtF,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA+D;IAClG,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAoC;IAEjE,SAAgB,UAAU,gDAMoB;IAE9C,SAAgB,SAAS,8CAAqB;IAE9C,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAalC;IAEH,OAAO,CAAC,QAAQ,CAAC,cAAc,CAS5B;IAEH,SAAS,CAAC,QAAQ,CAAC,aAAa,yCAQ7B;IAEH,SAAS,CAAC,aAAa,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS;IAU7C,SAAS,CAAC,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM;yCApF5B,gBAAgB;2CAAhB,gBAAgB;CAuF5B"}
@@ -0,0 +1,9 @@
1
+ import { Size } from '../../types/sizes.type';
2
+ export type Step = {
3
+ action: string;
4
+ name: string;
5
+ };
6
+ export type StepperSize = Exclude<Size, 'xl' | '2xl'>;
7
+ export type StepperTheme = 'light' | 'dark';
8
+ export type StepState = 'normal' | 'active' | 'completed';
9
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/dvm/stepper/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,MAAM,MAAM,IAAI,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AACpD,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,KAAK,CAAC,CAAC;AACtD,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,MAAM,CAAC;AAC5C,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './public-api';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dvm/ticket-info-item/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './ticket-info-item.component';
2
+ export * from './ticket-info-item.service';
3
+ //# sourceMappingURL=public-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../src/dvm/ticket-info-item/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TicketInfoItemComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<TicketInfoItemComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TicketInfoItemComponent, "sdc-ticket-info-item", never, {}, {}, never, never, true, never>;
5
+ }
6
+ //# sourceMappingURL=ticket-info-item.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ticket-info-item.component.d.ts","sourceRoot":"","sources":["../../../src/dvm/ticket-info-item/ticket-info-item.component.ts"],"names":[],"mappings":";AAEA,qBAKa,uBAAuB;yCAAvB,uBAAuB;2CAAvB,uBAAuB;CAAG"}
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TicketInfoItemService {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TicketInfoItemService, never>;
5
+ static ɵprov: i0.ɵɵInjectableDeclaration<TicketInfoItemService>;
6
+ }
7
+ //# sourceMappingURL=ticket-info-item.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ticket-info-item.service.d.ts","sourceRoot":"","sources":["../../../src/dvm/ticket-info-item/ticket-info-item.service.ts"],"names":[],"mappings":";AAEA,qBAGa,qBAAqB;;yCAArB,qBAAqB;6CAArB,qBAAqB;CAEjC"}