@3ddv/software-division-components 2.0.0 → 2.0.2

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 (382) hide show
  1. package/fesm2022/3ddv-software-division-components-generic-carousel.mjs +354 -0
  2. package/fesm2022/3ddv-software-division-components-generic-carousel.mjs.map +1 -0
  3. package/package.json +47 -67
  4. package/styles.css +2 -46
  5. package/types/3ddv-software-division-components-generic-carousel.d.ts +53 -0
  6. package/.postcssrc.json +0 -5
  7. package/.storybook/main.ts +0 -78
  8. package/.storybook/manager-head.html +0 -1
  9. package/.storybook/preview.ts +0 -30
  10. package/.storybook/tsconfig.json +0 -25
  11. package/.storybook/typings.d.ts +0 -4
  12. package/CHANGELOG.md +0 -8
  13. package/LICENSE.md +0 -21
  14. package/backoffice/checkbox/checkbox.component.css +0 -193
  15. package/backoffice/checkbox/checkbox.component.html +0 -23
  16. package/backoffice/checkbox/checkbox.component.ts +0 -252
  17. package/backoffice/checkbox/index.ts +0 -1
  18. package/backoffice/checkbox/ng-package.json +0 -1
  19. package/backoffice/checkbox/public-api.ts +0 -1
  20. package/backoffice/checkbox/story/checkbox.stories.ts +0 -304
  21. package/backoffice/datepicker/datepicker.component.css +0 -262
  22. package/backoffice/datepicker/datepicker.component.html +0 -40
  23. package/backoffice/datepicker/datepicker.component.ts +0 -366
  24. package/backoffice/datepicker/index.ts +0 -1
  25. package/backoffice/datepicker/ng-package.json +0 -1
  26. package/backoffice/datepicker/public-api.ts +0 -2
  27. package/backoffice/datepicker/story/datepicker.stories.ts +0 -32
  28. package/backoffice/datepicker/ui/ui-calendar-helm/src/index.ts +0 -14
  29. package/backoffice/datepicker/ui/ui-calendar-helm/src/lib/hlm-calendar-multi.ts +0 -183
  30. package/backoffice/datepicker/ui/ui-calendar-helm/src/lib/hlm-calendar.ts +0 -171
  31. package/backoffice/datepicker/ui/ui-date-picker-helm/src/index.ts +0 -16
  32. package/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker-multi.token.ts +0 -43
  33. package/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker-multi.ts +0 -177
  34. package/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker.token.ts +0 -43
  35. package/backoffice/datepicker/ui/ui-date-picker-helm/src/lib/hlm-date-picker.ts +0 -167
  36. package/backoffice/datepicker/ui/ui-icon-helm/src/index.ts +0 -11
  37. package/backoffice/datepicker/ui/ui-icon-helm/src/lib/hlm-icon.token.ts +0 -20
  38. package/backoffice/datepicker/ui/ui-icon-helm/src/lib/hlm-icon.ts +0 -35
  39. package/backoffice/datepicker/ui/ui-popover-helm/src/index.ts +0 -15
  40. package/backoffice/datepicker/ui/ui-popover-helm/src/lib/hlm-popover-close.ts +0 -19
  41. package/backoffice/datepicker/ui/ui-popover-helm/src/lib/hlm-popover-content.ts +0 -30
  42. package/backoffice/index.ts +0 -1
  43. package/backoffice/input/index.ts +0 -1
  44. package/backoffice/input/input.component.css +0 -319
  45. package/backoffice/input/input.component.html +0 -51
  46. package/backoffice/input/input.component.ts +0 -497
  47. package/backoffice/input/ng-package.json +0 -1
  48. package/backoffice/input/public-api.ts +0 -2
  49. package/backoffice/input/story/input.stories.ts +0 -243
  50. package/backoffice/radio/index.ts +0 -1
  51. package/backoffice/radio/ng-package.json +0 -1
  52. package/backoffice/radio/public-api.ts +0 -1
  53. package/backoffice/radio/radio.component.css +0 -143
  54. package/backoffice/radio/radio.component.html +0 -15
  55. package/backoffice/radio/radio.component.ts +0 -154
  56. package/backoffice/radio/story/radio.stories.ts +0 -287
  57. package/backoffice/table/_components/pagination/pagination.component.css +0 -117
  58. package/backoffice/table/_components/pagination/pagination.component.html +0 -55
  59. package/backoffice/table/_components/pagination/pagination.component.ts +0 -79
  60. package/backoffice/table/_components/selection-table-head/selection-table-head.component.css +0 -0
  61. package/backoffice/table/_components/selection-table-head/selection-table-head.component.html +0 -6
  62. package/backoffice/table/_components/selection-table-head/selection-table-head.component.ts +0 -36
  63. package/backoffice/table/_components/selection-table-row/selection-table-row.component.css +0 -0
  64. package/backoffice/table/_components/selection-table-row/selection-table-row.component.html +0 -5
  65. package/backoffice/table/_components/selection-table-row/selection-table-row.component.ts +0 -12
  66. package/backoffice/table/_components/sort-header-button/sort-header-button.component.css +0 -14
  67. package/backoffice/table/_components/sort-header-button/sort-header-button.component.html +0 -11
  68. package/backoffice/table/_components/sort-header-button/sort-header-button.component.ts +0 -55
  69. package/backoffice/table/index.ts +0 -1
  70. package/backoffice/table/ng-package.json +0 -1
  71. package/backoffice/table/public-api.ts +0 -6
  72. package/backoffice/table/story/table.stories.ts +0 -364
  73. package/backoffice/table/table.component.css +0 -172
  74. package/backoffice/table/table.component.html +0 -53
  75. package/backoffice/table/table.component.ts +0 -347
  76. package/backoffice/table/ui/ui-icon-helm/src/index.ts +0 -11
  77. package/backoffice/table/ui/ui-icon-helm/src/lib/hlm-icon.token.ts +0 -20
  78. package/backoffice/table/ui/ui-icon-helm/src/lib/hlm-icon.ts +0 -35
  79. package/backoffice/table/ui/ui-table-helm/src/index.ts +0 -13
  80. package/backoffice/table/ui/ui-table-helm/src/lib/hlm-table.ts +0 -220
  81. package/components.json +0 -3
  82. package/dist/styles.css +0 -2
  83. package/documentation.json +0 -30473
  84. package/dvm/cart/cart.component.css +0 -103
  85. package/dvm/cart/cart.component.html +0 -31
  86. package/dvm/cart/cart.component.ts +0 -49
  87. package/dvm/cart/cart.stories.ts +0 -370
  88. package/dvm/cart/cart.types.ts +0 -8
  89. package/dvm/cart/index.ts +0 -2
  90. package/dvm/cart/ng-package.json +0 -1
  91. package/dvm/cart/public-api.ts +0 -8
  92. package/dvm/cart/seat-list.component.css +0 -281
  93. package/dvm/cart/seat-list.component.html +0 -85
  94. package/dvm/cart/seat-list.component.ts +0 -76
  95. package/dvm/cart/seat-list.stories.ts +0 -337
  96. package/dvm/cart-item/cart-item.component.html +0 -1
  97. package/dvm/cart-item/cart-item.component.ts +0 -8
  98. package/dvm/cart-item/cart-item.service.ts +0 -8
  99. package/dvm/cart-item/cart.stories.ts +0 -31
  100. package/dvm/cart-item/index.ts +0 -1
  101. package/dvm/cart-item/ng-package.json +0 -1
  102. package/dvm/cart-item/public-api.ts +0 -6
  103. package/dvm/index.ts +0 -1
  104. package/dvm/legend/index.ts +0 -1
  105. package/dvm/legend/legend.component.css +0 -49
  106. package/dvm/legend/legend.component.html +0 -8
  107. package/dvm/legend/legend.component.ts +0 -41
  108. package/dvm/legend/legend.stories.ts +0 -16
  109. package/dvm/legend/ng-package.json +0 -1
  110. package/dvm/legend/public-api.ts +0 -7
  111. package/dvm/legend/types.ts +0 -6
  112. package/dvm/legend/ui/legend-elements/index.ts +0 -1
  113. package/dvm/legend/ui/legend-elements/legend-elements.component.css +0 -49
  114. package/dvm/legend/ui/legend-elements/legend-elements.component.html +0 -8
  115. package/dvm/legend/ui/legend-elements/legend-elements.component.ts +0 -41
  116. package/dvm/loader/index.ts +0 -1
  117. package/dvm/loader/loader.component.html +0 -1
  118. package/dvm/loader/loader.component.ts +0 -8
  119. package/dvm/loader/loader.service.ts +0 -8
  120. package/dvm/loader/loader.stories.ts +0 -31
  121. package/dvm/loader/ng-package.json +0 -1
  122. package/dvm/loader/public-api.ts +0 -6
  123. package/dvm/map-loader/index.ts +0 -1
  124. package/dvm/map-loader/map-loader.component.css +0 -91
  125. package/dvm/map-loader/map-loader.component.html +0 -23
  126. package/dvm/map-loader/map-loader.component.ts +0 -187
  127. package/dvm/map-loader/map-loader.stories.ts +0 -16
  128. package/dvm/map-loader/ng-package.json +0 -1
  129. package/dvm/map-loader/public-api.ts +0 -5
  130. package/dvm/neighbors/index.ts +0 -1
  131. package/dvm/neighbors/neighbors.component.css +0 -158
  132. package/dvm/neighbors/neighbors.component.html +0 -45
  133. package/dvm/neighbors/neighbors.component.ts +0 -218
  134. package/dvm/neighbors/ng-package.json +0 -1
  135. package/dvm/neighbors/public-api.ts +0 -2
  136. package/dvm/neighbors/story/arrow-left-black-icon.svg +0 -3
  137. package/dvm/neighbors/story/mock-data.ts +0 -15
  138. package/dvm/neighbors/story/neighbours.stories.css +0 -12
  139. package/dvm/neighbors/story/neighbours.stories.ts +0 -117
  140. package/dvm/neighbors/types.ts +0 -14
  141. package/dvm/popover/base-popover.component.ts +0 -70
  142. package/dvm/popover/index.ts +0 -1
  143. package/dvm/popover/ng-package.json +0 -1
  144. package/dvm/popover/popover.component.css +0 -227
  145. package/dvm/popover/popover.component.html +0 -27
  146. package/dvm/popover/popover.component.ts +0 -236
  147. package/dvm/popover/popover.config.ts +0 -30
  148. package/dvm/popover/popover.service.ts +0 -627
  149. package/dvm/popover/popover.stories.ts +0 -873
  150. package/dvm/popover/public-api.ts +0 -14
  151. package/dvm/popover/seat-popover/seat-popover.component.css +0 -89
  152. package/dvm/popover/seat-popover/seat-popover.component.html +0 -40
  153. package/dvm/popover/seat-popover/seat-popover.component.ts +0 -74
  154. package/dvm/popover/section-popover/section-popover.component.css +0 -157
  155. package/dvm/popover/section-popover/section-popover.component.html +0 -58
  156. package/dvm/popover/section-popover/section-popover.component.ts +0 -106
  157. package/dvm/popover/services/dvm-popover-positioner.service.ts +0 -73
  158. package/dvm/popover/services/popover-manager.service.ts +0 -88
  159. package/dvm/popover/transformers/base-popover-data-transformer.ts +0 -36
  160. package/dvm/popover/types.ts +0 -104
  161. package/dvm/stepper/index.ts +0 -1
  162. package/dvm/stepper/ng-package.json +0 -1
  163. package/dvm/stepper/public-api.ts +0 -5
  164. package/dvm/stepper/stepper.component.css +0 -142
  165. package/dvm/stepper/stepper.component.html +0 -9
  166. package/dvm/stepper/stepper.component.ts +0 -101
  167. package/dvm/stepper/types.ts +0 -6
  168. package/dvm/ticket-info-item/index.ts +0 -1
  169. package/dvm/ticket-info-item/ng-package.json +0 -1
  170. package/dvm/ticket-info-item/public-api.ts +0 -6
  171. package/dvm/ticket-info-item/ticket-info-item.component.html +0 -1
  172. package/dvm/ticket-info-item/ticket-info-item.component.ts +0 -8
  173. package/dvm/ticket-info-item/ticket-info-item.service.ts +0 -8
  174. package/dvm/ticket-info-item/ticket-info-item.stories.ts +0 -31
  175. package/generic/add-digital-wallet/add-digital-wallet.component.css +0 -76
  176. package/generic/add-digital-wallet/add-digital-wallet.component.html +0 -46
  177. package/generic/add-digital-wallet/add-digital-wallet.component.ts +0 -44
  178. package/generic/add-digital-wallet/index.ts +0 -1
  179. package/generic/add-digital-wallet/ng-package.json +0 -1
  180. package/generic/add-digital-wallet/public-api.ts +0 -1
  181. package/generic/braintree/braintree.component.css +0 -7
  182. package/generic/braintree/braintree.component.ts +0 -134
  183. package/generic/braintree/index.ts +0 -1
  184. package/generic/braintree/ng-package.json +0 -1
  185. package/generic/braintree/public-api.ts +0 -6
  186. package/generic/braintree/story/braintree.stories.css +0 -3
  187. package/generic/braintree/story/braintree.stories.ts +0 -27
  188. package/generic/braintree/types.ts +0 -28
  189. package/generic/button/button.component.css +0 -305
  190. package/generic/button/button.component.html +0 -10
  191. package/generic/button/button.component.ts +0 -353
  192. package/generic/button/index.ts +0 -1
  193. package/generic/button/ng-package.json +0 -1
  194. package/generic/button/public-api.ts +0 -6
  195. package/generic/button/story/button.stories.ts +0 -384
  196. package/generic/button/ui/ui-button-helm/src/index.ts +0 -10
  197. package/generic/button/ui/ui-button-helm/src/lib/hlm-button.token.ts +0 -22
  198. package/generic/button/ui/ui-button-helm/src/lib/hlm-button.ts +0 -62
  199. package/generic/carousel/carousel-item.component.ts +0 -15
  200. package/generic/carousel/carousel-item.directive.ts +0 -14
  201. package/generic/carousel/carousel.component.css +0 -90
  202. package/generic/carousel/carousel.component.html +0 -13
  203. package/generic/carousel/carousel.component.ts +0 -44
  204. package/generic/carousel/index.ts +0 -1
  205. package/generic/carousel/public-api.ts +0 -2
  206. package/generic/carousel/ui/ui-carousel-helm/src/index.ts +0 -29
  207. package/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-content.ts +0 -23
  208. package/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-item.ts +0 -25
  209. package/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-next.ts +0 -58
  210. package/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-previous.ts +0 -61
  211. package/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-slide-display.ts +0 -36
  212. package/generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel.ts +0 -105
  213. package/generic/dialog/dialog.component.css +0 -5
  214. package/generic/dialog/dialog.component.html +0 -3
  215. package/generic/dialog/dialog.component.ts +0 -20
  216. package/generic/dialog/dialog.stories.ts +0 -14
  217. package/generic/dialog/index.ts +0 -1
  218. package/generic/dialog/libs/ui-dialog-helm/src/index.ts +0 -37
  219. package/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-close.ts +0 -20
  220. package/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-content.ts +0 -56
  221. package/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-description.ts +0 -17
  222. package/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-footer.ts +0 -19
  223. package/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-header.ts +0 -19
  224. package/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-overlay.ts +0 -23
  225. package/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog-title.ts +0 -19
  226. package/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog.service.ts +0 -59
  227. package/generic/dialog/libs/ui-dialog-helm/src/lib/hlm-dialog.ts +0 -31
  228. package/generic/dialog/ng-package.json +0 -1
  229. package/generic/dialog/public-api.ts +0 -7
  230. package/generic/dialog/tsconfig.json +0 -7
  231. package/generic/dialog/ui/dialog-close-button/dialog-close-button.component.css +0 -0
  232. package/generic/dialog/ui/dialog-close-button/dialog-close-button.component.html +0 -1
  233. package/generic/dialog/ui/dialog-close-button/dialog-close-button.component.ts +0 -17
  234. package/generic/dialog/ui/dialog-footer/dialog-footer.component.css +0 -0
  235. package/generic/dialog/ui/dialog-footer/dialog-footer.component.html +0 -3
  236. package/generic/dialog/ui/dialog-footer/dialog-footer.component.ts +0 -11
  237. package/generic/dialog/ui/dialog-header/dialog-header.component.css +0 -0
  238. package/generic/dialog/ui/dialog-header/dialog-header.component.html +0 -8
  239. package/generic/dialog/ui/dialog-header/dialog-header.component.ts +0 -18
  240. package/generic/drawer/drawer.component.html +0 -1
  241. package/generic/drawer/drawer.component.ts +0 -8
  242. package/generic/drawer/drawer.service.ts +0 -8
  243. package/generic/drawer/drawer.stories.ts +0 -31
  244. package/generic/drawer/index.ts +0 -1
  245. package/generic/drawer/ng-package.json +0 -1
  246. package/generic/drawer/public-api.ts +0 -6
  247. package/generic/icon/icon.component.css +0 -7
  248. package/generic/icon/icon.component.html +0 -3
  249. package/generic/icon/icon.component.ts +0 -86
  250. package/generic/icon/icon.stories.ts +0 -16
  251. package/generic/icon/index.ts +0 -1
  252. package/generic/icon/lib/ui-icon-helm/src/index.ts +0 -11
  253. package/generic/icon/lib/ui-icon-helm/src/lib/hlm-icon.token.ts +0 -20
  254. package/generic/icon/lib/ui-icon-helm/src/lib/hlm-icon.ts +0 -36
  255. package/generic/icon/ng-package.json +0 -1
  256. package/generic/icon/public-api.ts +0 -6
  257. package/generic/icon/tsconfig.json +0 -7
  258. package/generic/index.ts +0 -1
  259. package/generic/select/index.ts +0 -1
  260. package/generic/select/lib/hlm-select-content.ts +0 -29
  261. package/generic/select/lib/hlm-select-group.ts +0 -17
  262. package/generic/select/lib/hlm-select-label.ts +0 -26
  263. package/generic/select/lib/hlm-select-option.ts +0 -37
  264. package/generic/select/lib/hlm-select-scroll-down.ts +0 -24
  265. package/generic/select/lib/hlm-select-scroll-up.ts +0 -23
  266. package/generic/select/lib/hlm-select-trigger.ts +0 -53
  267. package/generic/select/lib/hlm-select-value.ts +0 -17
  268. package/generic/select/lib/hlm-select.ts +0 -15
  269. package/generic/select/lib/index.ts +0 -38
  270. package/generic/select/ng-package.json +0 -1
  271. package/generic/select/public-api.ts +0 -3
  272. package/generic/select/select.component.css +0 -65
  273. package/generic/select/select.component.html +0 -19
  274. package/generic/select/select.component.ts +0 -25
  275. package/generic/select/types.ts +0 -4
  276. package/ng-package.json +0 -10
  277. package/public/3ddv-logo.jpg +0 -0
  278. package/public/neighbours-after.png +0 -0
  279. package/public/neighbours-before.png +0 -0
  280. package/shared/apply-theme-variables/apply-theme-variables.ts +0 -35
  281. package/shared/apply-theme-variables/index.ts +0 -1
  282. package/shared/format-value.pipe.ts +0 -23
  283. package/shared/index.ts +0 -1
  284. package/shared/lib-provider/config-token.ts +0 -4
  285. package/shared/lib-provider/index.ts +0 -1
  286. package/shared/lib-provider/provide-sdc.ts +0 -24
  287. package/shared/lib-provider/public-api.ts +0 -1
  288. package/shared/ng-package.json +0 -1
  289. package/shared/public-api.ts +0 -6
  290. package/shared/screen-observer/index.ts +0 -2
  291. package/shared/screen-observer/provide-screen-observer.ts +0 -17
  292. package/shared/screen-observer/screen-observer.ts +0 -56
  293. package/shared/screen-observer/sizable-base.ts +0 -70
  294. package/shared/theme-provider/generic-theme.ts +0 -1
  295. package/shared/theme-provider/index.ts +0 -1
  296. package/shared/theme-provider/public-api.ts +0 -1
  297. package/shared/theme-provider/theme-provider.directive.ts +0 -17
  298. package/shared/themes/sdc.css +0 -153
  299. package/shared/types.ts +0 -18
  300. package/src/private-exports.ts +0 -1
  301. package/src/public-api.ts +0 -20
  302. package/tsconfig.json +0 -50
  303. package/tsconfig.lib.prod.json +0 -6
  304. package/tsconfig.spec.json +0 -15
  305. package/tsconfig.temp.json +0 -1
  306. package/utils/index.ts +0 -1
  307. package/utils/ng-package.json +0 -1
  308. package/utils/public-api.ts +0 -1
  309. package/utils/validate-styles-for-component.ts +0 -39
  310. /package/{dist/README.md → README.md} +0 -0
  311. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-backoffice-checkbox.mjs +0 -0
  312. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-backoffice-checkbox.mjs.map +0 -0
  313. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-backoffice-datepicker.mjs +0 -0
  314. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-backoffice-datepicker.mjs.map +0 -0
  315. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-backoffice-input.mjs +0 -0
  316. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-backoffice-input.mjs.map +0 -0
  317. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-backoffice-radio.mjs +0 -0
  318. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-backoffice-radio.mjs.map +0 -0
  319. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-backoffice-table.mjs +0 -0
  320. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-backoffice-table.mjs.map +0 -0
  321. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-cart-item.mjs +0 -0
  322. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-cart-item.mjs.map +0 -0
  323. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-cart.mjs +0 -0
  324. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-cart.mjs.map +0 -0
  325. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-legend.mjs +0 -0
  326. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-legend.mjs.map +0 -0
  327. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-loader.mjs +0 -0
  328. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-loader.mjs.map +0 -0
  329. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-map-loader.mjs +0 -0
  330. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-map-loader.mjs.map +0 -0
  331. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-neighbors.mjs +0 -0
  332. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-neighbors.mjs.map +0 -0
  333. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-popover.mjs +0 -0
  334. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-popover.mjs.map +0 -0
  335. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-stepper.mjs +0 -0
  336. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-stepper.mjs.map +0 -0
  337. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-ticket-info-item.mjs +0 -0
  338. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-dvm-ticket-info-item.mjs.map +0 -0
  339. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-add-digital-wallet.mjs +0 -0
  340. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-add-digital-wallet.mjs.map +0 -0
  341. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-braintree.mjs +0 -0
  342. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-braintree.mjs.map +0 -0
  343. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-button.mjs +0 -0
  344. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-button.mjs.map +0 -0
  345. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-dialog.mjs +0 -0
  346. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-dialog.mjs.map +0 -0
  347. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-drawer.mjs +0 -0
  348. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-drawer.mjs.map +0 -0
  349. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-icon.mjs +0 -0
  350. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-icon.mjs.map +0 -0
  351. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-select.mjs +0 -0
  352. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-generic-select.mjs.map +0 -0
  353. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-shared.mjs +0 -0
  354. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-shared.mjs.map +0 -0
  355. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-utils.mjs +0 -0
  356. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components-utils.mjs.map +0 -0
  357. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components.mjs +0 -0
  358. /package/{dist/fesm2022 → fesm2022}/3ddv-software-division-components.mjs.map +0 -0
  359. /package/{dist/types → types}/3ddv-software-division-components-backoffice-checkbox.d.ts +0 -0
  360. /package/{dist/types → types}/3ddv-software-division-components-backoffice-datepicker.d.ts +0 -0
  361. /package/{dist/types → types}/3ddv-software-division-components-backoffice-input.d.ts +0 -0
  362. /package/{dist/types → types}/3ddv-software-division-components-backoffice-radio.d.ts +0 -0
  363. /package/{dist/types → types}/3ddv-software-division-components-backoffice-table.d.ts +0 -0
  364. /package/{dist/types → types}/3ddv-software-division-components-dvm-cart-item.d.ts +0 -0
  365. /package/{dist/types → types}/3ddv-software-division-components-dvm-cart.d.ts +0 -0
  366. /package/{dist/types → types}/3ddv-software-division-components-dvm-legend.d.ts +0 -0
  367. /package/{dist/types → types}/3ddv-software-division-components-dvm-loader.d.ts +0 -0
  368. /package/{dist/types → types}/3ddv-software-division-components-dvm-map-loader.d.ts +0 -0
  369. /package/{dist/types → types}/3ddv-software-division-components-dvm-neighbors.d.ts +0 -0
  370. /package/{dist/types → types}/3ddv-software-division-components-dvm-popover.d.ts +0 -0
  371. /package/{dist/types → types}/3ddv-software-division-components-dvm-stepper.d.ts +0 -0
  372. /package/{dist/types → types}/3ddv-software-division-components-dvm-ticket-info-item.d.ts +0 -0
  373. /package/{dist/types → types}/3ddv-software-division-components-generic-add-digital-wallet.d.ts +0 -0
  374. /package/{dist/types → types}/3ddv-software-division-components-generic-braintree.d.ts +0 -0
  375. /package/{dist/types → types}/3ddv-software-division-components-generic-button.d.ts +0 -0
  376. /package/{dist/types → types}/3ddv-software-division-components-generic-dialog.d.ts +0 -0
  377. /package/{dist/types → types}/3ddv-software-division-components-generic-drawer.d.ts +0 -0
  378. /package/{dist/types → types}/3ddv-software-division-components-generic-icon.d.ts +0 -0
  379. /package/{dist/types → types}/3ddv-software-division-components-generic-select.d.ts +0 -0
  380. /package/{dist/types → types}/3ddv-software-division-components-shared.d.ts +0 -0
  381. /package/{dist/types → types}/3ddv-software-division-components-utils.d.ts +0 -0
  382. /package/{dist/types → types}/3ddv-software-division-components.d.ts +0 -0
@@ -0,0 +1,354 @@
1
+ import * as i0 from '@angular/core';
2
+ import { ViewChild, ChangeDetectionStrategy, Component, viewChild, input, computed, signal, ViewEncapsulation, inject, effect, untracked, NgModule, contentChildren } from '@angular/core';
3
+ import { NgTemplateOutlet } from '@angular/common';
4
+ import { hlm } from '@spartan-ng/brain/core';
5
+ import { EmblaCarouselDirective } from 'embla-carousel-angular';
6
+ import * as i1 from '@3ddv/software-division-components/generic/button';
7
+ import { HlmButton, provideBrnButtonConfig } from '@3ddv/software-division-components/generic/button';
8
+ import { HlmIcon } from '@3ddv/software-division-components/generic/icon';
9
+ import { NgIcon, provideIcons } from '@ng-icons/core';
10
+ import { lucideArrowRight, lucideArrowLeft } from '@ng-icons/lucide';
11
+
12
+ class CarouselItemComponent {
13
+ template;
14
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: CarouselItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.4", type: CarouselItemComponent, isStandalone: true, selector: "sdc-carousel-item", viewQueries: [{ propertyName: "template", first: true, predicate: ["content"], descendants: true, static: true }], ngImport: i0, template: `
16
+ <ng-template #content>
17
+ <ng-content></ng-content>
18
+ </ng-template>
19
+ `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
+ }
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: CarouselItemComponent, decorators: [{
22
+ type: Component,
23
+ args: [{
24
+ standalone: true,
25
+ selector: 'sdc-carousel-item',
26
+ changeDetection: ChangeDetectionStrategy.OnPush,
27
+ template: `
28
+ <ng-template #content>
29
+ <ng-content></ng-content>
30
+ </ng-template>
31
+ `,
32
+ }]
33
+ }], propDecorators: { template: [{
34
+ type: ViewChild,
35
+ args: ['content', { static: true }]
36
+ }] } });
37
+
38
+ class HlmCarousel {
39
+ _emblaCarousel = viewChild.required(EmblaCarouselDirective);
40
+ userClass = input('', { ...(ngDevMode ? { debugName: "userClass" } : {}), alias: 'class' });
41
+ _computedClass = computed(() => hlm('relative', this.userClass()), ...(ngDevMode ? [{ debugName: "_computedClass" }] : []));
42
+ orientation = input('horizontal', ...(ngDevMode ? [{ debugName: "orientation" }] : []));
43
+ options = input(...(ngDevMode ? [undefined, { debugName: "options" }] : []));
44
+ plugins = input([], ...(ngDevMode ? [{ debugName: "plugins" }] : []));
45
+ _emblaOptions = computed(() => ({
46
+ ...this.options(),
47
+ axis: this.orientation() === 'horizontal' ? 'x' : 'y',
48
+ }), ...(ngDevMode ? [{ debugName: "_emblaOptions" }] : []));
49
+ _canScrollPrev = signal(false, ...(ngDevMode ? [{ debugName: "_canScrollPrev" }] : []));
50
+ canScrollPrev = this._canScrollPrev.asReadonly();
51
+ _canScrollNext = signal(false, ...(ngDevMode ? [{ debugName: "_canScrollNext" }] : []));
52
+ canScrollNext = this._canScrollNext.asReadonly();
53
+ _currentSlide = signal(0, ...(ngDevMode ? [{ debugName: "_currentSlide" }] : []));
54
+ currentSlide = this._currentSlide.asReadonly();
55
+ _slideCount = signal(0, ...(ngDevMode ? [{ debugName: "_slideCount" }] : []));
56
+ slideCount = this._slideCount.asReadonly();
57
+ onEmblaEvent(event) {
58
+ const emblaApi = this._emblaCarousel().emblaApi;
59
+ if (!emblaApi) {
60
+ return;
61
+ }
62
+ if (event === 'select' || event === 'init' || event === 'reInit') {
63
+ this._canScrollPrev.set(emblaApi.canScrollPrev());
64
+ this._canScrollNext.set(emblaApi.canScrollNext());
65
+ this._currentSlide.set(emblaApi.selectedScrollSnap());
66
+ this._slideCount.set(emblaApi.scrollSnapList().length);
67
+ }
68
+ }
69
+ onKeydown(event) {
70
+ if (event.key === 'ArrowLeft') {
71
+ event.preventDefault();
72
+ this._emblaCarousel().scrollPrev();
73
+ }
74
+ else if (event.key === 'ArrowRight') {
75
+ event.preventDefault();
76
+ this._emblaCarousel().scrollNext();
77
+ }
78
+ }
79
+ scrollPrev() {
80
+ this._emblaCarousel().scrollPrev();
81
+ }
82
+ scrollNext() {
83
+ this._emblaCarousel().scrollNext();
84
+ }
85
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarousel, deps: [], target: i0.ɵɵFactoryTarget.Component });
86
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.1.4", type: HlmCarousel, isStandalone: true, selector: "hlm-carousel", inputs: { userClass: { classPropertyName: "userClass", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, plugins: { classPropertyName: "plugins", publicName: "plugins", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "role": "region", "aria-roledescription": "carousel" }, listeners: { "keydown": "onKeydown($event)" }, properties: { "class": "_computedClass()" } }, viewQueries: [{ propertyName: "_emblaCarousel", first: true, predicate: EmblaCarouselDirective, descendants: true, isSignal: true }], ngImport: i0, template: `
87
+ <div
88
+ emblaCarousel
89
+ class="overflow-hidden"
90
+ [plugins]="plugins()"
91
+ [options]="_emblaOptions()"
92
+ [subscribeToEvents]="['init', 'select', 'reInit']"
93
+ (emblaChange)="onEmblaEvent($event)">
94
+ <ng-content select="hlm-carousel-content" />
95
+ </div>
96
+ <ng-content />
97
+ `, isInline: true, dependencies: [{ kind: "directive", type: EmblaCarouselDirective, selector: "[emblaCarousel]", inputs: ["options", "plugins", "subscribeToEvents", "eventsThrottleTime"], outputs: ["emblaChange"], exportAs: ["emblaCarousel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
98
+ }
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarousel, decorators: [{
100
+ type: Component,
101
+ args: [{
102
+ selector: 'hlm-carousel',
103
+ standalone: true,
104
+ changeDetection: ChangeDetectionStrategy.OnPush,
105
+ encapsulation: ViewEncapsulation.None,
106
+ host: {
107
+ '[class]': '_computedClass()',
108
+ role: 'region',
109
+ 'aria-roledescription': 'carousel',
110
+ '(keydown)': 'onKeydown($event)',
111
+ },
112
+ imports: [EmblaCarouselDirective],
113
+ template: `
114
+ <div
115
+ emblaCarousel
116
+ class="overflow-hidden"
117
+ [plugins]="plugins()"
118
+ [options]="_emblaOptions()"
119
+ [subscribeToEvents]="['init', 'select', 'reInit']"
120
+ (emblaChange)="onEmblaEvent($event)">
121
+ <ng-content select="hlm-carousel-content" />
122
+ </div>
123
+ <ng-content />
124
+ `,
125
+ }]
126
+ }], propDecorators: { _emblaCarousel: [{ type: i0.ViewChild, args: [i0.forwardRef(() => EmblaCarouselDirective), { isSignal: true }] }], userClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }], orientation: [{ type: i0.Input, args: [{ isSignal: true, alias: "orientation", required: false }] }], options: [{ type: i0.Input, args: [{ isSignal: true, alias: "options", required: false }] }], plugins: [{ type: i0.Input, args: [{ isSignal: true, alias: "plugins", required: false }] }] } });
127
+
128
+ class HlmCarouselContent {
129
+ _orientation = inject(HlmCarousel).orientation;
130
+ userClass = input('', { ...(ngDevMode ? { debugName: "userClass" } : {}), alias: 'class' });
131
+ _computedClass = computed(() => hlm('flex', this._orientation() === 'horizontal' ? '-ml-4' : '-mt-4 flex-col', this.userClass()), ...(ngDevMode ? [{ debugName: "_computedClass" }] : []));
132
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
133
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.4", type: HlmCarouselContent, isStandalone: true, selector: "hlm-carousel-content", inputs: { userClass: { classPropertyName: "userClass", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "_computedClass()" } }, ngImport: i0, template: ` <ng-content /> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
134
+ }
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselContent, decorators: [{
136
+ type: Component,
137
+ args: [{
138
+ selector: 'hlm-carousel-content',
139
+ standalone: true,
140
+ changeDetection: ChangeDetectionStrategy.OnPush,
141
+ encapsulation: ViewEncapsulation.None,
142
+ host: {
143
+ '[class]': '_computedClass()',
144
+ },
145
+ template: ` <ng-content /> `,
146
+ }]
147
+ }], propDecorators: { userClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
148
+
149
+ class HlmCarouselItem {
150
+ _orientation = inject(HlmCarousel).orientation;
151
+ userClass = input('', { ...(ngDevMode ? { debugName: "userClass" } : {}), alias: 'class' });
152
+ _computedClass = computed(() => hlm('min-w-0 shrink-0 grow-0 basis-full', this._orientation() === 'horizontal' ? 'pl-4' : 'pt-4', this.userClass()), ...(ngDevMode ? [{ debugName: "_computedClass" }] : []));
153
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselItem, deps: [], target: i0.ɵɵFactoryTarget.Component });
154
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.4", type: HlmCarouselItem, isStandalone: true, selector: "hlm-carousel-item", inputs: { userClass: { classPropertyName: "userClass", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "role": "group", "aria-roledescription": "slide" }, properties: { "class": "_computedClass()" } }, ngImport: i0, template: ` <ng-content /> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
155
+ }
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselItem, decorators: [{
157
+ type: Component,
158
+ args: [{
159
+ selector: 'hlm-carousel-item',
160
+ standalone: true,
161
+ changeDetection: ChangeDetectionStrategy.OnPush,
162
+ encapsulation: ViewEncapsulation.None,
163
+ host: {
164
+ '[class]': '_computedClass()',
165
+ role: 'group',
166
+ 'aria-roledescription': 'slide',
167
+ },
168
+ template: ` <ng-content /> `,
169
+ }]
170
+ }], propDecorators: { userClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
171
+
172
+ class HlmCarouselNext {
173
+ _button = inject(HlmButton);
174
+ _carousel = inject(HlmCarousel);
175
+ userClass = input('', { ...(ngDevMode ? { debugName: "userClass" } : {}), alias: 'class' });
176
+ _computedClass = computed(() => hlm('absolute h-8 w-8 rounded-full', this._carousel.orientation() === 'horizontal'
177
+ ? '-right-12 top-1/2 -translate-y-1/2'
178
+ : '-bottom-12 left-1/2 -translate-x-1/2 rotate-90', this.userClass()), ...(ngDevMode ? [{ debugName: "_computedClass" }] : []));
179
+ isDisabled = () => !this._carousel.canScrollNext();
180
+ constructor() {
181
+ effect(() => {
182
+ const computedClass = this._computedClass();
183
+ untracked(() => this._button.setClass(computedClass));
184
+ });
185
+ }
186
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselNext, deps: [], target: i0.ɵɵFactoryTarget.Component });
187
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.4", type: HlmCarouselNext, isStandalone: true, selector: "button[hlm-carousel-next], button[hlmCarouselNext]", inputs: { userClass: { classPropertyName: "userClass", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "click": "_carousel.scrollNext()" }, properties: { "disabled": "isDisabled()" } }, providers: [provideIcons({ lucideArrowRight }), provideBrnButtonConfig({ variant: 'outline', size: 'icon' })], hostDirectives: [{ directive: i1.HlmButton, inputs: ["variant", "variant", "size", "size"] }], ngImport: i0, template: `
188
+ <ng-icon hlm size="sm" name="lucideArrowRight" />
189
+ <span class="sr-only">Next slide</span>
190
+ `, isInline: true, dependencies: [{ kind: "component", type: NgIcon, selector: "ng-icon", inputs: ["name", "svg", "size", "strokeWidth", "color"] }, { kind: "directive", type: HlmIcon, selector: "ng-icon[hlm]", inputs: ["size"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
191
+ }
192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselNext, decorators: [{
193
+ type: Component,
194
+ args: [{
195
+ selector: 'button[hlm-carousel-next], button[hlmCarouselNext]',
196
+ standalone: true,
197
+ changeDetection: ChangeDetectionStrategy.OnPush,
198
+ encapsulation: ViewEncapsulation.None,
199
+ host: {
200
+ '[disabled]': 'isDisabled()',
201
+ '(click)': '_carousel.scrollNext()',
202
+ },
203
+ hostDirectives: [{ directive: HlmButton, inputs: ['variant', 'size'] }],
204
+ providers: [provideIcons({ lucideArrowRight }), provideBrnButtonConfig({ variant: 'outline', size: 'icon' })],
205
+ imports: [NgIcon, HlmIcon],
206
+ template: `
207
+ <ng-icon hlm size="sm" name="lucideArrowRight" />
208
+ <span class="sr-only">Next slide</span>
209
+ `,
210
+ }]
211
+ }], ctorParameters: () => [], propDecorators: { userClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
212
+
213
+ class HlmCarouselPrevious {
214
+ _button = inject(HlmButton);
215
+ _carousel = inject(HlmCarousel);
216
+ userClass = input('', { ...(ngDevMode ? { debugName: "userClass" } : {}), alias: 'class' });
217
+ _computedClass = computed(() => hlm('absolute h-8 w-8 rounded-full', this._carousel.orientation() === 'horizontal'
218
+ ? '-left-12 top-1/2 -translate-y-1/2'
219
+ : '-top-12 left-1/2 -translate-x-1/2 rotate-90', this.userClass()), ...(ngDevMode ? [{ debugName: "_computedClass" }] : []));
220
+ isDisabled = () => !this._carousel.canScrollPrev();
221
+ constructor() {
222
+ effect(() => {
223
+ const computedClass = this._computedClass();
224
+ untracked(() => this._button.setClass(computedClass));
225
+ });
226
+ }
227
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselPrevious, deps: [], target: i0.ɵɵFactoryTarget.Component });
228
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.4", type: HlmCarouselPrevious, isStandalone: true, selector: "button[hlm-carousel-previous], button[hlmCarouselPrevious]", inputs: { userClass: { classPropertyName: "userClass", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "click": "_carousel.scrollPrev()" }, properties: { "disabled": "isDisabled()" } }, providers: [provideIcons({ lucideArrowLeft }), provideBrnButtonConfig({ variant: 'outline', size: 'icon' })], hostDirectives: [{ directive: i1.HlmButton, inputs: ["variant", "variant", "size", "size"] }], ngImport: i0, template: `
229
+ <ng-icon hlm size="sm" name="lucideArrowLeft" />
230
+ <span class="sr-only">Previous slide</span>
231
+ `, isInline: true, dependencies: [{ kind: "component", type: NgIcon, selector: "ng-icon", inputs: ["name", "svg", "size", "strokeWidth", "color"] }, { kind: "directive", type: HlmIcon, selector: "ng-icon[hlm]", inputs: ["size"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
232
+ }
233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselPrevious, decorators: [{
234
+ type: Component,
235
+ args: [{
236
+ selector: 'button[hlm-carousel-previous], button[hlmCarouselPrevious]',
237
+ changeDetection: ChangeDetectionStrategy.OnPush,
238
+ standalone: true,
239
+ encapsulation: ViewEncapsulation.None,
240
+ host: {
241
+ '[disabled]': 'isDisabled()',
242
+ '(click)': '_carousel.scrollPrev()',
243
+ },
244
+ hostDirectives: [{ directive: HlmButton, inputs: ['variant', 'size'] }],
245
+ providers: [provideIcons({ lucideArrowLeft }), provideBrnButtonConfig({ variant: 'outline', size: 'icon' })],
246
+ imports: [NgIcon, HlmIcon],
247
+ template: `
248
+ <ng-icon hlm size="sm" name="lucideArrowLeft" />
249
+ <span class="sr-only">Previous slide</span>
250
+ `,
251
+ }]
252
+ }], ctorParameters: () => [], propDecorators: { userClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
253
+
254
+ class HlmCarouselSlideDisplay {
255
+ _carousel = inject(HlmCarousel);
256
+ _currentSlide = computed(() => this._carousel.currentSlide() + 1, ...(ngDevMode ? [{ debugName: "_currentSlide" }] : []));
257
+ userClass = input('', { ...(ngDevMode ? { debugName: "userClass" } : {}), alias: 'class' });
258
+ _computedClass = computed(() => hlm('', this.userClass()), ...(ngDevMode ? [{ debugName: "_computedClass" }] : []));
259
+ slideClass = input('text-muted-foreground text-sm', ...(ngDevMode ? [{ debugName: "slideClass" }] : []));
260
+ /** Screen reader only text for the slide display */
261
+ label = input('Slide', ...(ngDevMode ? [{ debugName: "label" }] : []));
262
+ _labelContent = computed(() => {
263
+ const currentSlide = this._currentSlide();
264
+ const slideCount = this._carousel.slideCount();
265
+ return `${this.label()} ${currentSlide} of ${slideCount} is displayed`;
266
+ }, ...(ngDevMode ? [{ debugName: "_labelContent" }] : []));
267
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselSlideDisplay, deps: [], target: i0.ɵɵFactoryTarget.Component });
268
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.4", type: HlmCarouselSlideDisplay, isStandalone: true, selector: "hlm-carousel-slide-display", inputs: { userClass: { classPropertyName: "userClass", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, slideClass: { classPropertyName: "slideClass", publicName: "slideClass", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "_computedClass()" } }, ngImport: i0, template: `
269
+ <span class="sr-only">{{ _labelContent() }}</span>
270
+ <div aria-hidden="true" [class]="slideClass()">{{ _currentSlide() }} / {{ _carousel.slideCount() }}</div>
271
+ `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
272
+ }
273
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselSlideDisplay, decorators: [{
274
+ type: Component,
275
+ args: [{
276
+ selector: 'hlm-carousel-slide-display',
277
+ standalone: true,
278
+ template: `
279
+ <span class="sr-only">{{ _labelContent() }}</span>
280
+ <div aria-hidden="true" [class]="slideClass()">{{ _currentSlide() }} / {{ _carousel.slideCount() }}</div>
281
+ `,
282
+ changeDetection: ChangeDetectionStrategy.OnPush,
283
+ host: {
284
+ '[class]': '_computedClass()',
285
+ },
286
+ }]
287
+ }], propDecorators: { userClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }], slideClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "slideClass", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] } });
288
+
289
+ const HlmCarouselImports = [
290
+ HlmCarousel,
291
+ HlmCarouselContent,
292
+ HlmCarouselItem,
293
+ HlmCarouselPrevious,
294
+ HlmCarouselNext,
295
+ HlmCarouselSlideDisplay,
296
+ ];
297
+ class HlmCarouselModule {
298
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
299
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselModule, imports: [HlmCarousel,
300
+ HlmCarouselContent,
301
+ HlmCarouselItem,
302
+ HlmCarouselPrevious,
303
+ HlmCarouselNext,
304
+ HlmCarouselSlideDisplay], exports: [HlmCarousel,
305
+ HlmCarouselContent,
306
+ HlmCarouselItem,
307
+ HlmCarouselPrevious,
308
+ HlmCarouselNext,
309
+ HlmCarouselSlideDisplay] });
310
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselModule, imports: [HlmCarouselPrevious,
311
+ HlmCarouselNext] });
312
+ }
313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HlmCarouselModule, decorators: [{
314
+ type: NgModule,
315
+ args: [{
316
+ imports: [...HlmCarouselImports],
317
+ exports: [...HlmCarouselImports],
318
+ }]
319
+ }] });
320
+
321
+ class CarouselComponent {
322
+ carouselItems = contentChildren(CarouselItemComponent, ...(ngDevMode ? [{ debugName: "carouselItems" }] : []));
323
+ /** Reference to the underlying HlmCarousel */
324
+ hlmCarousel = viewChild(HlmCarousel, ...(ngDevMode ? [{ debugName: "hlmCarousel" }] : []));
325
+ /** Gap between slides in pixels */
326
+ gap = input(16, ...(ngDevMode ? [{ debugName: "gap" }] : []));
327
+ /** Computed Embla options based on inputs */
328
+ emblaOptions = computed(() => ({
329
+ align: 'start',
330
+ containScroll: 'trimSnaps',
331
+ }), ...(ngDevMode ? [{ debugName: "emblaOptions" }] : []));
332
+ /** Whether scrolling is possible (show navigation only when true) */
333
+ canScroll = computed(() => {
334
+ const carousel = this.hlmCarousel();
335
+ if (!carousel)
336
+ return false;
337
+ return carousel.canScrollPrev() || carousel.canScrollNext();
338
+ }, ...(ngDevMode ? [{ debugName: "canScroll" }] : []));
339
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: CarouselComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
340
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: CarouselComponent, isStandalone: true, selector: "sdc-carousel", inputs: { gap: { classPropertyName: "gap", publicName: "gap", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.--carousel-gap.px": "gap()" } }, queries: [{ propertyName: "carouselItems", predicate: CarouselItemComponent, isSignal: true }], viewQueries: [{ propertyName: "hlmCarousel", first: true, predicate: HlmCarousel, descendants: true, isSignal: true }], ngImport: i0, template: "<hlm-carousel class=\"sdc-carousel\" [options]=\"emblaOptions()\">\n <hlm-carousel-content class=\"pl-1 sdc-carousel-content\">\n @for (item of carouselItems(); track $index) {\n <hlm-carousel-item class=\"-ml-1 sdc-carousel-item\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </hlm-carousel-item>\n }\n </hlm-carousel-content>\n @if (canScroll()) {\n <button class=\"bg-transparent text-primary\" hlm-carousel-previous></button>\n <button class=\"bg-transparent text-primary\" hlm-carousel-next></button>\n }\n</hlm-carousel>\n", styles: [":host{--carousel-gap: 16px;--carousel-arrow-color: var(--color-alternative, #f45f10);--carousel-arrow-size: 2.5rem;--carousel-arrow-icon-size: 1.5rem;display:block}.sdc-carousel{--sdc-carousel-max-width: 100%;display:block;position:relative;width:100%;max-width:var(--sdc-carousel-max-width)}.sdc-carousel-content{justify-content:flex-start;gap:var(--carousel-gap)}.sdc-carousel-item{flex:0 0 auto;min-width:0}.sdc-carousel :global(button[hlm-carousel-previous]),.sdc-carousel :global(button[hlm-carousel-next]){width:var(--carousel-arrow-size);height:var(--carousel-arrow-size);background-color:transparent;border:none;color:var(--carousel-arrow-color);cursor:pointer;transition:opacity .2s ease,transform .2s ease}.sdc-carousel :global(button[hlm-carousel-previous]){left:0;right:auto}.sdc-carousel :global(button[hlm-carousel-next]){right:0;left:auto}.sdc-carousel :global(button[hlm-carousel-previous]:hover),.sdc-carousel :global(button[hlm-carousel-next]:hover){opacity:.8;transform:translateY(-50%) scale(1.1)}.sdc-carousel :global(button[hlm-carousel-previous]:disabled),.sdc-carousel :global(button[hlm-carousel-next]:disabled){opacity:.3;cursor:not-allowed;color:var(--color-alternative, #f45f10);background-color:transparent}.sdc-carousel :global(button[hlm-carousel-previous]:disabled:hover),.sdc-carousel :global(button[hlm-carousel-next]:disabled:hover){transform:translateY(-50%)}.sdc-carousel :global(button[hlm-carousel-previous] ng-icon),.sdc-carousel :global(button[hlm-carousel-next] ng-icon){width:var(--carousel-arrow-icon-size);height:var(--carousel-arrow-icon-size)}@media(width>=768px){:host{--carousel-arrow-size: 3rem;--carousel-arrow-icon-size: 1.75rem}}@media(width>=1024px){:host{--carousel-arrow-size: 3.5rem;--carousel-arrow-icon-size: 2rem}}\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: HlmCarousel, selector: "hlm-carousel", inputs: ["class", "orientation", "options", "plugins"] }, { kind: "component", type: HlmCarouselContent, selector: "hlm-carousel-content", inputs: ["class"] }, { kind: "component", type: HlmCarouselItem, selector: "hlm-carousel-item", inputs: ["class"] }, { kind: "component", type: HlmCarouselNext, selector: "button[hlm-carousel-next], button[hlmCarouselNext]", inputs: ["class"] }, { kind: "component", type: HlmCarouselPrevious, selector: "button[hlm-carousel-previous], button[hlmCarouselPrevious]", inputs: ["class"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
341
+ }
342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: CarouselComponent, decorators: [{
343
+ type: Component,
344
+ args: [{ standalone: true, selector: 'sdc-carousel', changeDetection: ChangeDetectionStrategy.OnPush, imports: [NgTemplateOutlet, HlmCarousel, HlmCarouselContent, HlmCarouselItem, HlmCarouselNext, HlmCarouselPrevious], host: {
345
+ '[style.--carousel-gap.px]': 'gap()',
346
+ }, template: "<hlm-carousel class=\"sdc-carousel\" [options]=\"emblaOptions()\">\n <hlm-carousel-content class=\"pl-1 sdc-carousel-content\">\n @for (item of carouselItems(); track $index) {\n <hlm-carousel-item class=\"-ml-1 sdc-carousel-item\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </hlm-carousel-item>\n }\n </hlm-carousel-content>\n @if (canScroll()) {\n <button class=\"bg-transparent text-primary\" hlm-carousel-previous></button>\n <button class=\"bg-transparent text-primary\" hlm-carousel-next></button>\n }\n</hlm-carousel>\n", styles: [":host{--carousel-gap: 16px;--carousel-arrow-color: var(--color-alternative, #f45f10);--carousel-arrow-size: 2.5rem;--carousel-arrow-icon-size: 1.5rem;display:block}.sdc-carousel{--sdc-carousel-max-width: 100%;display:block;position:relative;width:100%;max-width:var(--sdc-carousel-max-width)}.sdc-carousel-content{justify-content:flex-start;gap:var(--carousel-gap)}.sdc-carousel-item{flex:0 0 auto;min-width:0}.sdc-carousel :global(button[hlm-carousel-previous]),.sdc-carousel :global(button[hlm-carousel-next]){width:var(--carousel-arrow-size);height:var(--carousel-arrow-size);background-color:transparent;border:none;color:var(--carousel-arrow-color);cursor:pointer;transition:opacity .2s ease,transform .2s ease}.sdc-carousel :global(button[hlm-carousel-previous]){left:0;right:auto}.sdc-carousel :global(button[hlm-carousel-next]){right:0;left:auto}.sdc-carousel :global(button[hlm-carousel-previous]:hover),.sdc-carousel :global(button[hlm-carousel-next]:hover){opacity:.8;transform:translateY(-50%) scale(1.1)}.sdc-carousel :global(button[hlm-carousel-previous]:disabled),.sdc-carousel :global(button[hlm-carousel-next]:disabled){opacity:.3;cursor:not-allowed;color:var(--color-alternative, #f45f10);background-color:transparent}.sdc-carousel :global(button[hlm-carousel-previous]:disabled:hover),.sdc-carousel :global(button[hlm-carousel-next]:disabled:hover){transform:translateY(-50%)}.sdc-carousel :global(button[hlm-carousel-previous] ng-icon),.sdc-carousel :global(button[hlm-carousel-next] ng-icon){width:var(--carousel-arrow-icon-size);height:var(--carousel-arrow-icon-size)}@media(width>=768px){:host{--carousel-arrow-size: 3rem;--carousel-arrow-icon-size: 1.75rem}}@media(width>=1024px){:host{--carousel-arrow-size: 3.5rem;--carousel-arrow-icon-size: 2rem}}\n"] }]
347
+ }], propDecorators: { carouselItems: [{ type: i0.ContentChildren, args: [i0.forwardRef(() => CarouselItemComponent), { isSignal: true }] }], hlmCarousel: [{ type: i0.ViewChild, args: [i0.forwardRef(() => HlmCarousel), { isSignal: true }] }], gap: [{ type: i0.Input, args: [{ isSignal: true, alias: "gap", required: false }] }] } });
348
+
349
+ /**
350
+ * Generated bundle index. Do not edit.
351
+ */
352
+
353
+ export { CarouselComponent, CarouselItemComponent };
354
+ //# sourceMappingURL=3ddv-software-division-components-generic-carousel.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"3ddv-software-division-components-generic-carousel.mjs","sources":["../../generic/carousel/carousel-item.component.ts","../../generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel.ts","../../generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-content.ts","../../generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-item.ts","../../generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-next.ts","../../generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-previous.ts","../../generic/carousel/ui/ui-carousel-helm/src/lib/hlm-carousel-slide-display.ts","../../generic/carousel/ui/ui-carousel-helm/src/index.ts","../../generic/carousel/carousel.component.ts","../../generic/carousel/carousel.component.html","../../generic/carousel/3ddv-software-division-components-generic-carousel.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, TemplateRef, ViewChild } from '@angular/core';\n\n@Component({\n standalone: true,\n selector: 'sdc-carousel-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: `\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n `,\n})\nexport class CarouselItemComponent {\n @ViewChild('content', { static: true }) template!: TemplateRef<void>;\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n type InputSignal,\n type Signal,\n ViewEncapsulation,\n computed,\n input,\n signal,\n viewChild,\n} from '@angular/core';\nimport { hlm } from '@spartan-ng/brain/core';\nimport type { ClassValue } from 'clsx';\nimport {\n EmblaCarouselDirective,\n type EmblaEventType,\n type EmblaOptionsType,\n type EmblaPluginType,\n} from 'embla-carousel-angular';\n\n@Component({\n selector: 'hlm-carousel',\n standalone: true,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n host: {\n '[class]': '_computedClass()',\n role: 'region',\n 'aria-roledescription': 'carousel',\n '(keydown)': 'onKeydown($event)',\n },\n imports: [EmblaCarouselDirective],\n template: `\n <div\n emblaCarousel\n class=\"overflow-hidden\"\n [plugins]=\"plugins()\"\n [options]=\"_emblaOptions()\"\n [subscribeToEvents]=\"['init', 'select', 'reInit']\"\n (emblaChange)=\"onEmblaEvent($event)\">\n <ng-content select=\"hlm-carousel-content\" />\n </div>\n <ng-content />\n `,\n})\nexport class HlmCarousel {\n protected readonly _emblaCarousel = viewChild.required(EmblaCarouselDirective);\n\n public readonly userClass = input<ClassValue>('', { alias: 'class' });\n protected readonly _computedClass = computed(() => hlm('relative', this.userClass()));\n\n public readonly orientation = input<'horizontal' | 'vertical'>('horizontal');\n public readonly options: InputSignal<Omit<EmblaOptionsType, 'axis'> | undefined> =\n input<Omit<EmblaOptionsType, 'axis'>>();\n public readonly plugins: InputSignal<EmblaPluginType[]> = input<EmblaPluginType[]>([]);\n\n protected readonly _emblaOptions: Signal<EmblaOptionsType> = computed(() => ({\n ...this.options(),\n axis: this.orientation() === 'horizontal' ? 'x' : 'y',\n }));\n\n private readonly _canScrollPrev = signal(false);\n public readonly canScrollPrev = this._canScrollPrev.asReadonly();\n private readonly _canScrollNext = signal(false);\n public readonly canScrollNext = this._canScrollNext.asReadonly();\n\n private readonly _currentSlide = signal(0);\n public readonly currentSlide = this._currentSlide.asReadonly();\n private readonly _slideCount = signal(0);\n public readonly slideCount = this._slideCount.asReadonly();\n\n protected onEmblaEvent(event: EmblaEventType) {\n const emblaApi = this._emblaCarousel().emblaApi;\n\n if (!emblaApi) {\n return;\n }\n\n if (event === 'select' || event === 'init' || event === 'reInit') {\n this._canScrollPrev.set(emblaApi.canScrollPrev());\n this._canScrollNext.set(emblaApi.canScrollNext());\n\n this._currentSlide.set(emblaApi.selectedScrollSnap());\n this._slideCount.set(emblaApi.scrollSnapList().length);\n }\n }\n\n protected onKeydown(event: KeyboardEvent) {\n if (event.key === 'ArrowLeft') {\n event.preventDefault();\n this._emblaCarousel().scrollPrev();\n } else if (event.key === 'ArrowRight') {\n event.preventDefault();\n this._emblaCarousel().scrollNext();\n }\n }\n\n scrollPrev() {\n this._emblaCarousel().scrollPrev();\n }\n\n scrollNext() {\n this._emblaCarousel().scrollNext();\n }\n}\n","import { ChangeDetectionStrategy, Component, ViewEncapsulation, computed, inject, input } from '@angular/core';\nimport { hlm } from '@spartan-ng/brain/core';\nimport type { ClassValue } from 'clsx';\nimport { HlmCarousel } from './hlm-carousel';\n\n@Component({\n selector: 'hlm-carousel-content',\n standalone: true,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n host: {\n '[class]': '_computedClass()',\n },\n template: ` <ng-content /> `,\n})\nexport class HlmCarouselContent {\n private readonly _orientation = inject(HlmCarousel).orientation;\n\n public readonly userClass = input<ClassValue>('', { alias: 'class' });\n protected readonly _computedClass = computed(() =>\n hlm('flex', this._orientation() === 'horizontal' ? '-ml-4' : '-mt-4 flex-col', this.userClass())\n );\n}\n","import { ChangeDetectionStrategy, Component, ViewEncapsulation, computed, inject, input } from '@angular/core';\nimport { hlm } from '@spartan-ng/brain/core';\nimport type { ClassValue } from 'clsx';\nimport { HlmCarousel } from './hlm-carousel';\n\n@Component({\n selector: 'hlm-carousel-item',\n standalone: true,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n host: {\n '[class]': '_computedClass()',\n role: 'group',\n 'aria-roledescription': 'slide',\n },\n template: ` <ng-content /> `,\n})\nexport class HlmCarouselItem {\n private readonly _orientation = inject(HlmCarousel).orientation;\n\n public readonly userClass = input<ClassValue>('', { alias: 'class' });\n protected readonly _computedClass = computed(() =>\n hlm('min-w-0 shrink-0 grow-0 basis-full', this._orientation() === 'horizontal' ? 'pl-4' : 'pt-4', this.userClass())\n );\n}\n","import { HlmButton, provideBrnButtonConfig } from '@3ddv/software-division-components/generic/button';\nimport { HlmIcon } from '@3ddv/software-division-components/generic/icon';\nimport {\n ChangeDetectionStrategy,\n Component,\n ViewEncapsulation,\n computed,\n effect,\n inject,\n input,\n untracked,\n} from '@angular/core';\nimport { NgIcon, provideIcons } from '@ng-icons/core';\nimport { lucideArrowRight } from '@ng-icons/lucide';\nimport { hlm } from '@spartan-ng/brain/core';\nimport type { ClassValue } from 'clsx';\nimport { HlmCarousel } from './hlm-carousel';\n\n@Component({\n selector: 'button[hlm-carousel-next], button[hlmCarouselNext]',\n standalone: true,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n host: {\n '[disabled]': 'isDisabled()',\n '(click)': '_carousel.scrollNext()',\n },\n hostDirectives: [{ directive: HlmButton, inputs: ['variant', 'size'] }],\n providers: [provideIcons({ lucideArrowRight }), provideBrnButtonConfig({ variant: 'outline', size: 'icon' })],\n imports: [NgIcon, HlmIcon],\n template: `\n <ng-icon hlm size=\"sm\" name=\"lucideArrowRight\" />\n <span class=\"sr-only\">Next slide</span>\n `,\n})\nexport class HlmCarouselNext {\n private readonly _button = inject(HlmButton);\n protected readonly _carousel = inject(HlmCarousel);\n public readonly userClass = input<ClassValue>('', { alias: 'class' });\n private readonly _computedClass = computed(() =>\n hlm(\n 'absolute h-8 w-8 rounded-full',\n this._carousel.orientation() === 'horizontal'\n ? '-right-12 top-1/2 -translate-y-1/2'\n : '-bottom-12 left-1/2 -translate-x-1/2 rotate-90',\n this.userClass()\n )\n );\n protected readonly isDisabled = () => !this._carousel.canScrollNext();\n\n constructor() {\n effect(() => {\n const computedClass = this._computedClass();\n\n untracked(() => this._button.setClass(computedClass));\n });\n }\n}\n","import { HlmButton, provideBrnButtonConfig } from '@3ddv/software-division-components/generic/button';\nimport { HlmIcon } from '@3ddv/software-division-components/generic/icon';\nimport {\n ChangeDetectionStrategy,\n Component,\n ViewEncapsulation,\n computed,\n effect,\n inject,\n input,\n untracked,\n} from '@angular/core';\nimport { NgIcon, provideIcons } from '@ng-icons/core';\nimport { lucideArrowLeft } from '@ng-icons/lucide';\nimport { hlm } from '@spartan-ng/brain/core';\nimport type { ClassValue } from 'clsx';\nimport { HlmCarousel } from './hlm-carousel';\n\n@Component({\n selector: 'button[hlm-carousel-previous], button[hlmCarouselPrevious]',\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n encapsulation: ViewEncapsulation.None,\n host: {\n '[disabled]': 'isDisabled()',\n '(click)': '_carousel.scrollPrev()',\n },\n hostDirectives: [{ directive: HlmButton, inputs: ['variant', 'size'] }],\n providers: [provideIcons({ lucideArrowLeft }), provideBrnButtonConfig({ variant: 'outline', size: 'icon' })],\n imports: [NgIcon, HlmIcon],\n template: `\n <ng-icon hlm size=\"sm\" name=\"lucideArrowLeft\" />\n <span class=\"sr-only\">Previous slide</span>\n `,\n})\nexport class HlmCarouselPrevious {\n private readonly _button = inject(HlmButton);\n\n protected readonly _carousel = inject(HlmCarousel);\n\n public readonly userClass = input<ClassValue>('', { alias: 'class' });\n\n private readonly _computedClass = computed(() =>\n hlm(\n 'absolute h-8 w-8 rounded-full',\n this._carousel.orientation() === 'horizontal'\n ? '-left-12 top-1/2 -translate-y-1/2'\n : '-top-12 left-1/2 -translate-x-1/2 rotate-90',\n this.userClass()\n )\n );\n protected readonly isDisabled = () => !this._carousel.canScrollPrev();\n\n constructor() {\n effect(() => {\n const computedClass = this._computedClass();\n\n untracked(() => this._button.setClass(computedClass));\n });\n }\n}\n","import { ChangeDetectionStrategy, Component, computed, inject, input } from '@angular/core';\nimport { hlm } from '@spartan-ng/brain/core';\nimport { ClassValue } from 'clsx';\nimport { HlmCarousel } from './hlm-carousel';\n\n@Component({\n selector: 'hlm-carousel-slide-display',\n standalone: true,\n template: `\n <span class=\"sr-only\">{{ _labelContent() }}</span>\n <div aria-hidden=\"true\" [class]=\"slideClass()\">{{ _currentSlide() }} / {{ _carousel.slideCount() }}</div>\n `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n '[class]': '_computedClass()',\n },\n})\nexport class HlmCarouselSlideDisplay {\n protected readonly _carousel = inject(HlmCarousel);\n\n protected readonly _currentSlide = computed(() => this._carousel.currentSlide() + 1);\n\n public readonly userClass = input<ClassValue>('', { alias: 'class' });\n protected _computedClass = computed(() => hlm('', this.userClass()));\n\n public readonly slideClass = input<ClassValue>('text-muted-foreground text-sm');\n\n /** Screen reader only text for the slide display */\n public readonly label = input<string>('Slide');\n\n protected readonly _labelContent = computed(() => {\n const currentSlide = this._currentSlide();\n const slideCount = this._carousel.slideCount();\n return `${this.label()} ${currentSlide} of ${slideCount} is displayed`;\n });\n}\n","import { NgModule } from '@angular/core';\nimport { HlmCarousel } from './lib/hlm-carousel';\nimport { HlmCarouselContent } from './lib/hlm-carousel-content';\nimport { HlmCarouselItem } from './lib/hlm-carousel-item';\nimport { HlmCarouselNext } from './lib/hlm-carousel-next';\nimport { HlmCarouselPrevious } from './lib/hlm-carousel-previous';\nimport { HlmCarouselSlideDisplay } from './lib/hlm-carousel-slide-display';\n\nexport * from './lib/hlm-carousel';\nexport * from './lib/hlm-carousel-content';\nexport * from './lib/hlm-carousel-item';\nexport * from './lib/hlm-carousel-next';\nexport * from './lib/hlm-carousel-previous';\nexport * from './lib/hlm-carousel-slide-display';\n\nexport const HlmCarouselImports = [\n HlmCarousel,\n HlmCarouselContent,\n HlmCarouselItem,\n HlmCarouselPrevious,\n HlmCarouselNext,\n HlmCarouselSlideDisplay,\n] as const;\n\n@NgModule({\n imports: [...HlmCarouselImports],\n exports: [...HlmCarouselImports],\n})\nexport class HlmCarouselModule {}\n","import { NgTemplateOutlet } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, computed, contentChildren, input, viewChild } from '@angular/core';\nimport { CarouselItemComponent } from './carousel-item.component';\nimport {\n HlmCarousel,\n HlmCarouselContent,\n HlmCarouselItem,\n HlmCarouselNext,\n HlmCarouselPrevious,\n} from './ui/ui-carousel-helm/src';\n\n@Component({\n standalone: true,\n selector: 'sdc-carousel',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [NgTemplateOutlet, HlmCarousel, HlmCarouselContent, HlmCarouselItem, HlmCarouselNext, HlmCarouselPrevious],\n templateUrl: './carousel.component.html',\n styleUrls: ['./carousel.component.css'],\n host: {\n '[style.--carousel-gap.px]': 'gap()',\n },\n})\nexport class CarouselComponent {\n public carouselItems = contentChildren(CarouselItemComponent);\n\n /** Reference to the underlying HlmCarousel */\n protected hlmCarousel = viewChild(HlmCarousel);\n\n /** Gap between slides in pixels */\n public gap = input<number>(16);\n\n /** Computed Embla options based on inputs */\n protected emblaOptions = computed(() => ({\n align: 'start' as const,\n containScroll: 'trimSnaps' as const,\n }));\n\n /** Whether scrolling is possible (show navigation only when true) */\n protected canScroll = computed(() => {\n const carousel = this.hlmCarousel();\n if (!carousel) return false;\n return carousel.canScrollPrev() || carousel.canScrollNext();\n });\n}\n","<hlm-carousel class=\"sdc-carousel\" [options]=\"emblaOptions()\">\n <hlm-carousel-content class=\"pl-1 sdc-carousel-content\">\n @for (item of carouselItems(); track $index) {\n <hlm-carousel-item class=\"-ml-1 sdc-carousel-item\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </hlm-carousel-item>\n }\n </hlm-carousel-content>\n @if (canScroll()) {\n <button class=\"bg-transparent text-primary\" hlm-carousel-previous></button>\n <button class=\"bg-transparent text-primary\" hlm-carousel-next></button>\n }\n</hlm-carousel>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,14 +1,19 @@
1
1
  {
2
2
  "name": "@3ddv/software-division-components",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "main": "./fesm2022/3ddv-software-division-components.mjs",
5
- "module": "./fesm2022/3ddv-software-division-components.mjs",
6
- "typings": "./index.d.ts",
5
+ "module": "fesm2022/3ddv-software-division-components.mjs",
6
+ "typings": "types/3ddv-software-division-components.d.ts",
7
7
  "type": "module",
8
8
  "gitHead": "3d9e318e75549aafd068536d31065b84db102c6a",
9
+ "publishConfig": {
10
+ "directory": ".",
11
+ "linkDirectory": false,
12
+ "access": "public"
13
+ },
9
14
  "exports": {
10
15
  ".": {
11
- "types": "./index.d.ts",
16
+ "types": "./types/3ddv-software-division-components.d.ts",
12
17
  "default": "./fesm2022/3ddv-software-division-components.mjs"
13
18
  },
14
19
  "./styles.css": {
@@ -43,10 +48,6 @@
43
48
  "types": "./types/3ddv-software-division-components-utils.d.ts",
44
49
  "default": "./fesm2022/3ddv-software-division-components-utils.mjs"
45
50
  },
46
- "./utils/validate-styles-for-component": {
47
- "types": "./utils/validate-styles-for-component.d.ts",
48
- "default": "./fesm2022/utils/validate-styles-for-component.mjs"
49
- },
50
51
  "./shared": {
51
52
  "types": "./types/3ddv-software-division-components-shared.d.ts",
52
53
  "default": "./fesm2022/3ddv-software-division-components-shared.mjs"
@@ -67,13 +68,41 @@
67
68
  "types": "./types/3ddv-software-division-components-backoffice-radio.d.ts",
68
69
  "default": "./fesm2022/3ddv-software-division-components-backoffice-radio.mjs"
69
70
  },
71
+ "./backoffice/table": {
72
+ "types": "./types/3ddv-software-division-components-backoffice-table.d.ts",
73
+ "default": "./fesm2022/3ddv-software-division-components-backoffice-table.mjs"
74
+ },
70
75
  "./generic/select": {
71
76
  "types": "./types/3ddv-software-division-components-generic-select.d.ts",
72
77
  "default": "./fesm2022/3ddv-software-division-components-generic-select.mjs"
73
78
  },
74
- "./backoffice/table": {
75
- "types": "./types/3ddv-software-division-components-backoffice-table.d.ts",
76
- "default": "./fesm2022/3ddv-software-division-components-backoffice-table.mjs"
79
+ "./generic/add-digital-wallet": {
80
+ "types": "./types/3ddv-software-division-components-generic-add-digital-wallet.d.ts",
81
+ "default": "./fesm2022/3ddv-software-division-components-generic-add-digital-wallet.mjs"
82
+ },
83
+ "./generic/braintree": {
84
+ "types": "./types/3ddv-software-division-components-generic-braintree.d.ts",
85
+ "default": "./fesm2022/3ddv-software-division-components-generic-braintree.mjs"
86
+ },
87
+ "./generic/button": {
88
+ "types": "./types/3ddv-software-division-components-generic-button.d.ts",
89
+ "default": "./fesm2022/3ddv-software-division-components-generic-button.mjs"
90
+ },
91
+ "./generic/dialog": {
92
+ "types": "./types/3ddv-software-division-components-generic-dialog.d.ts",
93
+ "default": "./fesm2022/3ddv-software-division-components-generic-dialog.mjs"
94
+ },
95
+ "./generic/drawer": {
96
+ "types": "./types/3ddv-software-division-components-generic-drawer.d.ts",
97
+ "default": "./fesm2022/3ddv-software-division-components-generic-drawer.mjs"
98
+ },
99
+ "./generic/icon": {
100
+ "types": "./types/3ddv-software-division-components-generic-icon.d.ts",
101
+ "default": "./fesm2022/3ddv-software-division-components-generic-icon.mjs"
102
+ },
103
+ "./generic/carousel": {
104
+ "types": "./types/3ddv-software-division-components-generic-carousel.d.ts",
105
+ "default": "./fesm2022/3ddv-software-division-components-generic-carousel.mjs"
77
106
  },
78
107
  "./dvm/cart-item": {
79
108
  "types": "./types/3ddv-software-division-components-dvm-cart-item.d.ts",
@@ -111,29 +140,12 @@
111
140
  "types": "./types/3ddv-software-division-components-dvm-ticket-info-item.d.ts",
112
141
  "default": "./fesm2022/3ddv-software-division-components-dvm-ticket-info-item.mjs"
113
142
  },
114
- "./generic/add-digital-wallet": {
115
- "types": "./types/3ddv-software-division-components-generic-add-digital-wallet.d.ts",
116
- "default": "./fesm2022/3ddv-software-division-components-generic-add-digital-wallet.mjs"
117
- },
118
- "./generic/braintree": {
119
- "types": "./types/3ddv-software-division-components-generic-braintree.d.ts",
120
- "default": "./fesm2022/3ddv-software-division-components-generic-braintree.mjs"
121
- },
122
- "./generic/button": {
123
- "types": "./types/3ddv-software-division-components-generic-button.d.ts",
124
- "default": "./fesm2022/3ddv-software-division-components-generic-button.mjs"
125
- },
126
- "./generic/dialog": {
127
- "types": "./types/3ddv-software-division-components-generic-dialog.d.ts",
128
- "default": "./fesm2022/3ddv-software-division-components-generic-dialog.mjs"
129
- },
130
- "./generic/drawer": {
131
- "types": "./types/3ddv-software-division-components-generic-drawer.d.ts",
132
- "default": "./fesm2022/3ddv-software-division-components-generic-drawer.mjs"
143
+ "./utils/validate-styles-for-component": {
144
+ "types": "./utils/validate-styles-for-component.d.ts",
145
+ "default": "./fesm2022/utils/validate-styles-for-component.mjs"
133
146
  },
134
- "./generic/icon": {
135
- "types": "./types/3ddv-software-division-components-generic-icon.d.ts",
136
- "default": "./fesm2022/3ddv-software-division-components-generic-icon.mjs"
147
+ "./package.json": {
148
+ "default": "./package.json"
137
149
  }
138
150
  },
139
151
  "repository": {
@@ -185,41 +197,9 @@
185
197
  "optional": true
186
198
  }
187
199
  },
188
- "devDependencies": {
189
- "@chromatic-com/storybook": "^3.2.2",
190
- "@compodoc/compodoc": "^1.1.26",
191
- "@spartan-ng/cli": "^0.0.1-alpha.499",
192
- "@storybook/addon-a11y": "^8.4.6",
193
- "@storybook/addon-designs": "^8.0.4",
194
- "@storybook/addon-docs": "^8.4.6",
195
- "@storybook/addon-essentials": "^8.4.5",
196
- "@storybook/addon-interactions": "^8.4.5",
197
- "@storybook/addon-links": "^8.4.6",
198
- "@storybook/addon-onboarding": "^8.4.5",
199
- "@storybook/addon-storysource": "^8.4.6",
200
- "@storybook/addon-themes": "^8.4.7",
201
- "@storybook/angular": "^8.4.5",
202
- "@storybook/blocks": "^8.4.5",
203
- "@storybook/builder-vite": "^8.4.6",
204
- "@storybook/test": "^8.4.5",
205
- "@tailwindcss/postcss": "^4.1.11",
206
- "@takuma-ru/auto-story-generator": "^0.3.3",
207
- "auto-angular-story-generator": "^0.1.11",
208
- "chromatic": "^11.20.0",
209
- "postcss": "^8.5.6",
210
- "storybook-addon-jsdoc-to-mdx": "^1.0.4",
211
- "tailwind-merge": "^2.5.4",
212
- "tailwindcss": "^4.1.12",
213
- "tailwindcss-animate": "^1.0.6",
214
- "tslib": "^2.3.0"
215
- },
216
200
  "sideEffects": false,
217
201
  "dependencies": {
218
- "rxjs-interop": "link:@angular/core/rxjs-interop"
219
- },
220
- "scripts": {
221
- "storybook": "echo \"cwd: $(pwd)\" && ng run software-division-components:storybook",
222
- "build-storybook": "ng run software-division-components:build-storybook",
223
- "chromatic": "npx chromatic --project-token=chpt_9e3636db2de59d1"
202
+ "rxjs-interop": "link:@angular/core/rxjs-interop",
203
+ "tslib": "^2.3.0"
224
204
  }
225
205
  }