@semantic-components/ui 0.68.0 → 0.70.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (400) hide show
  1. package/esm2022/lib/components/accordion/accordion-body.js +3 -3
  2. package/esm2022/lib/components/accordion/accordion-content.js +3 -3
  3. package/esm2022/lib/components/accordion/accordion-group.js +3 -3
  4. package/esm2022/lib/components/accordion/accordion-header.js +3 -3
  5. package/esm2022/lib/components/accordion/accordion-item.js +3 -3
  6. package/esm2022/lib/components/accordion/accordion-panel.js +3 -3
  7. package/esm2022/lib/components/accordion/accordion-trigger.js +4 -4
  8. package/esm2022/lib/components/accordion/accordion-trigger.js.map +1 -1
  9. package/esm2022/lib/components/alert/alert-action.js +3 -3
  10. package/esm2022/lib/components/alert/alert-description.js +3 -3
  11. package/esm2022/lib/components/alert/alert-title.js +3 -3
  12. package/esm2022/lib/components/alert/alert.js +3 -3
  13. package/esm2022/lib/components/alert-dialog/alert-dialog-action.js +3 -3
  14. package/esm2022/lib/components/alert-dialog/alert-dialog-cancel.js +3 -3
  15. package/esm2022/lib/components/alert-dialog/alert-dialog-description.js +3 -3
  16. package/esm2022/lib/components/alert-dialog/alert-dialog-footer.js +3 -3
  17. package/esm2022/lib/components/alert-dialog/alert-dialog-header.js +3 -3
  18. package/esm2022/lib/components/alert-dialog/alert-dialog-media.js +3 -3
  19. package/esm2022/lib/components/alert-dialog/alert-dialog-portal.js +3 -3
  20. package/esm2022/lib/components/alert-dialog/alert-dialog-provider.js +3 -3
  21. package/esm2022/lib/components/alert-dialog/alert-dialog-title.js +3 -3
  22. package/esm2022/lib/components/alert-dialog/alert-dialog-trigger.js +3 -3
  23. package/esm2022/lib/components/alert-dialog/alert-dialog.js +3 -3
  24. package/esm2022/lib/components/aspect-ratio/aspect-ratio.js +3 -3
  25. package/esm2022/lib/components/avatar/avatar-badge.js +3 -3
  26. package/esm2022/lib/components/avatar/avatar-fallback.js +3 -3
  27. package/esm2022/lib/components/avatar/avatar-group-count.js +3 -3
  28. package/esm2022/lib/components/avatar/avatar-group.js +3 -3
  29. package/esm2022/lib/components/avatar/avatar-image.js +3 -3
  30. package/esm2022/lib/components/avatar/avatar.js +3 -3
  31. package/esm2022/lib/components/backdrop/backdrop.js +3 -3
  32. package/esm2022/lib/components/badge/badge.js +3 -3
  33. package/esm2022/lib/components/breadcrumb/breadcrumb-ellipsis.js +4 -4
  34. package/esm2022/lib/components/breadcrumb/breadcrumb-item.js +3 -3
  35. package/esm2022/lib/components/breadcrumb/breadcrumb-link.js +3 -3
  36. package/esm2022/lib/components/breadcrumb/breadcrumb-list.js +4 -4
  37. package/esm2022/lib/components/breadcrumb/breadcrumb-list.js.map +1 -1
  38. package/esm2022/lib/components/breadcrumb/breadcrumb-page.js +3 -3
  39. package/esm2022/lib/components/breadcrumb/breadcrumb-separator.js +4 -4
  40. package/esm2022/lib/components/breadcrumb/breadcrumb.js +3 -3
  41. package/esm2022/lib/components/button/button.js +3 -3
  42. package/esm2022/lib/components/button-group/button-group-separator.js +3 -3
  43. package/esm2022/lib/components/button-group/button-group-text.js +3 -3
  44. package/esm2022/lib/components/button-group/button-group.js +3 -3
  45. package/esm2022/lib/components/calendar/calendar-day-view.js +6 -6
  46. package/esm2022/lib/components/calendar/calendar-day-view.js.map +1 -1
  47. package/esm2022/lib/components/calendar/calendar-header.js +4 -4
  48. package/esm2022/lib/components/calendar/calendar-header.js.map +1 -1
  49. package/esm2022/lib/components/calendar/calendar-month-view.js +4 -4
  50. package/esm2022/lib/components/calendar/calendar-year-view.js +4 -4
  51. package/esm2022/lib/components/calendar/calendar.js +3 -3
  52. package/esm2022/lib/components/card/card-action.js +3 -3
  53. package/esm2022/lib/components/card/card-body.js +3 -3
  54. package/esm2022/lib/components/card/card-description.js +3 -3
  55. package/esm2022/lib/components/card/card-footer.js +3 -3
  56. package/esm2022/lib/components/card/card-header.js +3 -3
  57. package/esm2022/lib/components/card/card-title.js +3 -3
  58. package/esm2022/lib/components/card/card.js +3 -3
  59. package/esm2022/lib/components/checkbox/checkbox-field.js +3 -3
  60. package/esm2022/lib/components/checkbox/checkbox-visual.js +4 -4
  61. package/esm2022/lib/components/checkbox/checkbox-visual.js.map +1 -1
  62. package/esm2022/lib/components/checkbox/checkbox.js +3 -3
  63. package/esm2022/lib/components/collapsible/collapsible-body.js +3 -3
  64. package/esm2022/lib/components/collapsible/collapsible-content.js +3 -3
  65. package/esm2022/lib/components/collapsible/collapsible-panel.js +3 -3
  66. package/esm2022/lib/components/collapsible/collapsible-trigger.js +3 -3
  67. package/esm2022/lib/components/collapsible/collapsible.js +3 -3
  68. package/esm2022/lib/components/date-picker/date-picker.js +4 -4
  69. package/esm2022/lib/components/dialog/dialog-close.js +3 -3
  70. package/esm2022/lib/components/dialog/dialog-description.js +3 -3
  71. package/esm2022/lib/components/dialog/dialog-footer.js +3 -3
  72. package/esm2022/lib/components/dialog/dialog-header.js +3 -3
  73. package/esm2022/lib/components/dialog/dialog-portal.js +3 -3
  74. package/esm2022/lib/components/dialog/dialog-provider.js +3 -3
  75. package/esm2022/lib/components/dialog/dialog-title.js +3 -3
  76. package/esm2022/lib/components/dialog/dialog-trigger.js +3 -3
  77. package/esm2022/lib/components/dialog/dialog.js +3 -3
  78. package/esm2022/lib/components/drawer/drawer-close.js +3 -3
  79. package/esm2022/lib/components/drawer/drawer-description.js +3 -3
  80. package/esm2022/lib/components/drawer/drawer-footer.js +3 -3
  81. package/esm2022/lib/components/drawer/drawer-handle.js +3 -3
  82. package/esm2022/lib/components/drawer/drawer-header.js +3 -3
  83. package/esm2022/lib/components/drawer/drawer-portal.js +3 -3
  84. package/esm2022/lib/components/drawer/drawer-provider.js +3 -3
  85. package/esm2022/lib/components/drawer/drawer-title.js +3 -3
  86. package/esm2022/lib/components/drawer/drawer-trigger.js +3 -3
  87. package/esm2022/lib/components/drawer/drawer.js +3 -3
  88. package/esm2022/lib/components/empty/empty-body.js +3 -3
  89. package/esm2022/lib/components/empty/empty-description.js +3 -3
  90. package/esm2022/lib/components/empty/empty-header.js +3 -3
  91. package/esm2022/lib/components/empty/empty-media.js +3 -3
  92. package/esm2022/lib/components/empty/empty-title.js +3 -3
  93. package/esm2022/lib/components/empty/empty.js +3 -3
  94. package/esm2022/lib/components/field/field-body.js +3 -3
  95. package/esm2022/lib/components/field/field-description.js +4 -4
  96. package/esm2022/lib/components/field/field-description.js.map +1 -1
  97. package/esm2022/lib/components/field/field-error.js +3 -3
  98. package/esm2022/lib/components/field/field-group.js +4 -4
  99. package/esm2022/lib/components/field/field-group.js.map +1 -1
  100. package/esm2022/lib/components/field/field-separator.js +3 -3
  101. package/esm2022/lib/components/field/field-title.js +3 -3
  102. package/esm2022/lib/components/field/field.js +6 -6
  103. package/esm2022/lib/components/field/field.js.map +1 -1
  104. package/esm2022/lib/components/field/fieldset.js +3 -3
  105. package/esm2022/lib/components/field/legend.js +3 -3
  106. package/esm2022/lib/components/file-upload/file-upload-dropzone.js +4 -4
  107. package/esm2022/lib/components/file-upload/file-upload-dropzone.js.map +1 -1
  108. package/esm2022/lib/components/file-upload/file-upload-item-delete.js +3 -3
  109. package/esm2022/lib/components/file-upload/file-upload-item-name.js +3 -3
  110. package/esm2022/lib/components/file-upload/file-upload-item-preview.js +3 -3
  111. package/esm2022/lib/components/file-upload/file-upload-item-progress.js +5 -5
  112. package/esm2022/lib/components/file-upload/file-upload-item-progress.js.map +1 -1
  113. package/esm2022/lib/components/file-upload/file-upload-item-size.js +3 -3
  114. package/esm2022/lib/components/file-upload/file-upload-item.js +3 -3
  115. package/esm2022/lib/components/file-upload/file-upload-list.js +3 -3
  116. package/esm2022/lib/components/file-upload/file-upload-trigger.js +3 -3
  117. package/esm2022/lib/components/file-upload/file-upload.js +3 -3
  118. package/esm2022/lib/components/hover-card/hover-card-portal.js +3 -3
  119. package/esm2022/lib/components/hover-card/hover-card-provider.js +3 -3
  120. package/esm2022/lib/components/hover-card/hover-card-trigger.js +3 -3
  121. package/esm2022/lib/components/hover-card/hover-card.js +3 -3
  122. package/esm2022/lib/components/index.js +2 -0
  123. package/esm2022/lib/components/index.js.map +1 -1
  124. package/esm2022/lib/components/input/input.js +3 -3
  125. package/esm2022/lib/components/input-group/input-group-addon.js +3 -3
  126. package/esm2022/lib/components/input-group/input-group-button.js +3 -3
  127. package/esm2022/lib/components/input-group/input-group-text.js +3 -3
  128. package/esm2022/lib/components/input-group/input-group.js +3 -3
  129. package/esm2022/lib/components/item/item-actions.js +3 -3
  130. package/esm2022/lib/components/item/item-body.js +3 -3
  131. package/esm2022/lib/components/item/item-description.js +3 -3
  132. package/esm2022/lib/components/item/item-footer.js +3 -3
  133. package/esm2022/lib/components/item/item-group.js +3 -3
  134. package/esm2022/lib/components/item/item-header.js +3 -3
  135. package/esm2022/lib/components/item/item-media.js +3 -3
  136. package/esm2022/lib/components/item/item-separator.js +3 -3
  137. package/esm2022/lib/components/item/item-title.js +3 -3
  138. package/esm2022/lib/components/item/item.js +3 -3
  139. package/esm2022/lib/components/kbd/kbd-group.js +3 -3
  140. package/esm2022/lib/components/kbd/kbd.js +3 -3
  141. package/esm2022/lib/components/label/label.js +4 -4
  142. package/esm2022/lib/components/label/label.js.map +1 -1
  143. package/esm2022/lib/components/link/link.js +3 -3
  144. package/esm2022/lib/components/menu/menu-content.js +3 -3
  145. package/esm2022/lib/components/menu/menu-item.js +3 -3
  146. package/esm2022/lib/components/menu/menu-portal.js +3 -3
  147. package/esm2022/lib/components/menu/menu-provider.js +3 -3
  148. package/esm2022/lib/components/menu/menu-separator.js +3 -3
  149. package/esm2022/lib/components/menu/menu-trigger.js +5 -9
  150. package/esm2022/lib/components/menu/menu-trigger.js.map +1 -1
  151. package/esm2022/lib/components/menu/menu.js +5 -5
  152. package/esm2022/lib/components/menu/menu.js.map +1 -1
  153. package/esm2022/lib/components/menu-bar/menu-bar-item.js +3 -3
  154. package/esm2022/lib/components/menu-bar/menu-bar.js +3 -3
  155. package/esm2022/lib/components/native-select/native-select-container.js +3 -3
  156. package/esm2022/lib/components/native-select/native-select-icon.js +3 -3
  157. package/esm2022/lib/components/native-select/native-select-optgroup.js +3 -3
  158. package/esm2022/lib/components/native-select/native-select-option.js +3 -3
  159. package/esm2022/lib/components/native-select/native-select.js +3 -3
  160. package/esm2022/lib/components/navigation-menu/navigation-menu-content.js +3 -3
  161. package/esm2022/lib/components/navigation-menu/navigation-menu-grid.js +3 -3
  162. package/esm2022/lib/components/navigation-menu/navigation-menu-item.js +3 -3
  163. package/esm2022/lib/components/navigation-menu/navigation-menu-link.js +3 -3
  164. package/esm2022/lib/components/navigation-menu/navigation-menu-list.js +3 -3
  165. package/esm2022/lib/components/navigation-menu/navigation-menu-portal.js +3 -3
  166. package/esm2022/lib/components/navigation-menu/navigation-menu-trigger-icon.js +4 -4
  167. package/esm2022/lib/components/navigation-menu/navigation-menu-trigger-icon.js.map +1 -1
  168. package/esm2022/lib/components/navigation-menu/navigation-menu-trigger.js +4 -4
  169. package/esm2022/lib/components/navigation-menu/navigation-menu-trigger.js.map +1 -1
  170. package/esm2022/lib/components/navigation-menu/navigation-menu.js +3 -3
  171. package/esm2022/lib/components/pagination/pagination-ellipsis.js +3 -3
  172. package/esm2022/lib/components/pagination/pagination-first.js +3 -3
  173. package/esm2022/lib/components/pagination/pagination-item.js +3 -3
  174. package/esm2022/lib/components/pagination/pagination-last.js +3 -3
  175. package/esm2022/lib/components/pagination/pagination-link.js +3 -3
  176. package/esm2022/lib/components/pagination/pagination-list.js +3 -3
  177. package/esm2022/lib/components/pagination/pagination-next.js +3 -3
  178. package/esm2022/lib/components/pagination/pagination-page-size-select.js +3 -3
  179. package/esm2022/lib/components/pagination/pagination-previous.js +3 -3
  180. package/esm2022/lib/components/pagination/pagination.js +4 -4
  181. package/esm2022/lib/components/pagination/pagination.js.map +1 -1
  182. package/esm2022/lib/components/popover/popover-close.js +3 -3
  183. package/esm2022/lib/components/popover/popover-description.js +3 -3
  184. package/esm2022/lib/components/popover/popover-header.js +3 -3
  185. package/esm2022/lib/components/popover/popover-portal.js +3 -3
  186. package/esm2022/lib/components/popover/popover-provider.js +3 -3
  187. package/esm2022/lib/components/popover/popover-title.js +3 -3
  188. package/esm2022/lib/components/popover/popover-trigger.js +3 -3
  189. package/esm2022/lib/components/popover/popover.js +3 -3
  190. package/esm2022/lib/components/progress/progress-indicator.js +3 -3
  191. package/esm2022/lib/components/progress/progress.js +3 -3
  192. package/esm2022/lib/components/radio-group/radio-field.js +3 -3
  193. package/esm2022/lib/components/radio-group/radio-group.js +3 -3
  194. package/esm2022/lib/components/radio-group/radio.js +3 -3
  195. package/esm2022/lib/components/range-slider/range-slider-max.js +3 -3
  196. package/esm2022/lib/components/range-slider/range-slider-min.js +3 -3
  197. package/esm2022/lib/components/range-slider/range-slider-thumb-base.js +2 -2
  198. package/esm2022/lib/components/range-slider/range-slider-thumb-base.js.map +1 -1
  199. package/esm2022/lib/components/range-slider/range-slider.js +3 -3
  200. package/esm2022/lib/components/resizable/index.js +6 -0
  201. package/esm2022/lib/components/resizable/index.js.map +1 -0
  202. package/esm2022/lib/components/resizable/resizable-handle-indicator.js +20 -0
  203. package/esm2022/lib/components/resizable/resizable-handle-indicator.js.map +1 -0
  204. package/esm2022/lib/components/resizable/resizable-handle.js +116 -0
  205. package/esm2022/lib/components/resizable/resizable-handle.js.map +1 -0
  206. package/esm2022/lib/components/resizable/resizable-panel-group.js +38 -0
  207. package/esm2022/lib/components/resizable/resizable-panel-group.js.map +1 -0
  208. package/esm2022/lib/components/resizable/resizable-panel.js +39 -0
  209. package/esm2022/lib/components/resizable/resizable-panel.js.map +1 -0
  210. package/esm2022/lib/components/resizable/resizable.types.js +1 -0
  211. package/esm2022/lib/components/resizable/resizable.types.js.map +1 -0
  212. package/esm2022/lib/components/scroll-area/scroll-area.js +3 -3
  213. package/esm2022/lib/components/select/index.js +1 -1
  214. package/esm2022/lib/components/select/index.js.map +1 -1
  215. package/esm2022/lib/components/select/select-group-label.js +3 -3
  216. package/esm2022/lib/components/select/select-group.js +3 -3
  217. package/esm2022/lib/components/select/select-input.js +3 -3
  218. package/esm2022/lib/components/select/select-item-icon.js +3 -3
  219. package/esm2022/lib/components/select/select-item-indicator.js +3 -3
  220. package/esm2022/lib/components/select/select-item.js +6 -4
  221. package/esm2022/lib/components/select/select-item.js.map +1 -1
  222. package/esm2022/lib/components/select/select-label.js +29 -0
  223. package/esm2022/lib/components/select/select-label.js.map +1 -0
  224. package/esm2022/lib/components/select/select-list.js +11 -5
  225. package/esm2022/lib/components/select/select-list.js.map +1 -1
  226. package/esm2022/lib/components/select/select-popup.js +3 -3
  227. package/esm2022/lib/components/select/select-portal.js +3 -3
  228. package/esm2022/lib/components/select/select-separator.js +3 -3
  229. package/esm2022/lib/components/select/select-trigger-icon.js +3 -3
  230. package/esm2022/lib/components/select/select-trigger.js +7 -7
  231. package/esm2022/lib/components/select/select-trigger.js.map +1 -1
  232. package/esm2022/lib/components/select/select.js +19 -10
  233. package/esm2022/lib/components/select/select.js.map +1 -1
  234. package/esm2022/lib/components/separator/separator.js +3 -3
  235. package/esm2022/lib/components/sheet/sheet-close.js +3 -3
  236. package/esm2022/lib/components/sheet/sheet-description.js +3 -3
  237. package/esm2022/lib/components/sheet/sheet-footer.js +3 -3
  238. package/esm2022/lib/components/sheet/sheet-header.js +3 -3
  239. package/esm2022/lib/components/sheet/sheet-portal.js +3 -3
  240. package/esm2022/lib/components/sheet/sheet-provider.js +3 -3
  241. package/esm2022/lib/components/sheet/sheet-title.js +3 -3
  242. package/esm2022/lib/components/sheet/sheet-trigger.js +3 -3
  243. package/esm2022/lib/components/sheet/sheet.js +3 -3
  244. package/esm2022/lib/components/sidebar/index.js +28 -0
  245. package/esm2022/lib/components/sidebar/index.js.map +1 -0
  246. package/esm2022/lib/components/sidebar/sidebar-body.js +20 -0
  247. package/esm2022/lib/components/sidebar/sidebar-body.js.map +1 -0
  248. package/esm2022/lib/components/sidebar/sidebar-container.js +26 -0
  249. package/esm2022/lib/components/sidebar/sidebar-container.js.map +1 -0
  250. package/esm2022/lib/components/sidebar/sidebar-footer.js +20 -0
  251. package/esm2022/lib/components/sidebar/sidebar-footer.js.map +1 -0
  252. package/esm2022/lib/components/sidebar/sidebar-gap.js +23 -0
  253. package/esm2022/lib/components/sidebar/sidebar-gap.js.map +1 -0
  254. package/esm2022/lib/components/sidebar/sidebar-group-action.js +21 -0
  255. package/esm2022/lib/components/sidebar/sidebar-group-action.js.map +1 -0
  256. package/esm2022/lib/components/sidebar/sidebar-group-content.js +20 -0
  257. package/esm2022/lib/components/sidebar/sidebar-group-content.js.map +1 -0
  258. package/esm2022/lib/components/sidebar/sidebar-group-label.js +21 -0
  259. package/esm2022/lib/components/sidebar/sidebar-group-label.js.map +1 -0
  260. package/esm2022/lib/components/sidebar/sidebar-group.js +20 -0
  261. package/esm2022/lib/components/sidebar/sidebar-group.js.map +1 -0
  262. package/esm2022/lib/components/sidebar/sidebar-header.js +20 -0
  263. package/esm2022/lib/components/sidebar/sidebar-header.js.map +1 -0
  264. package/esm2022/lib/components/sidebar/sidebar-inner.js +20 -0
  265. package/esm2022/lib/components/sidebar/sidebar-inner.js.map +1 -0
  266. package/esm2022/lib/components/sidebar/sidebar-input.js +20 -0
  267. package/esm2022/lib/components/sidebar/sidebar-input.js.map +1 -0
  268. package/esm2022/lib/components/sidebar/sidebar-inset.js +20 -0
  269. package/esm2022/lib/components/sidebar/sidebar-inset.js.map +1 -0
  270. package/esm2022/lib/components/sidebar/sidebar-menu-action.js +24 -0
  271. package/esm2022/lib/components/sidebar/sidebar-menu-action.js.map +1 -0
  272. package/esm2022/lib/components/sidebar/sidebar-menu-badge.js +20 -0
  273. package/esm2022/lib/components/sidebar/sidebar-menu-badge.js.map +1 -0
  274. package/esm2022/lib/components/sidebar/sidebar-menu-button.js +47 -0
  275. package/esm2022/lib/components/sidebar/sidebar-menu-button.js.map +1 -0
  276. package/esm2022/lib/components/sidebar/sidebar-menu-item.js +20 -0
  277. package/esm2022/lib/components/sidebar/sidebar-menu-item.js.map +1 -0
  278. package/esm2022/lib/components/sidebar/sidebar-menu-skeleton.js +45 -0
  279. package/esm2022/lib/components/sidebar/sidebar-menu-skeleton.js.map +1 -0
  280. package/esm2022/lib/components/sidebar/sidebar-menu-sub-button.js +31 -0
  281. package/esm2022/lib/components/sidebar/sidebar-menu-sub-button.js.map +1 -0
  282. package/esm2022/lib/components/sidebar/sidebar-menu-sub-item.js +20 -0
  283. package/esm2022/lib/components/sidebar/sidebar-menu-sub-item.js.map +1 -0
  284. package/esm2022/lib/components/sidebar/sidebar-menu-sub.js +20 -0
  285. package/esm2022/lib/components/sidebar/sidebar-menu-sub.js.map +1 -0
  286. package/esm2022/lib/components/sidebar/sidebar-menu.js +20 -0
  287. package/esm2022/lib/components/sidebar/sidebar-menu.js.map +1 -0
  288. package/esm2022/lib/components/sidebar/sidebar-provider.js +102 -0
  289. package/esm2022/lib/components/sidebar/sidebar-provider.js.map +1 -0
  290. package/esm2022/lib/components/sidebar/sidebar-rail.js +27 -0
  291. package/esm2022/lib/components/sidebar/sidebar-rail.js.map +1 -0
  292. package/esm2022/lib/components/sidebar/sidebar-separator.js +20 -0
  293. package/esm2022/lib/components/sidebar/sidebar-separator.js.map +1 -0
  294. package/esm2022/lib/components/sidebar/sidebar-state.js +32 -0
  295. package/esm2022/lib/components/sidebar/sidebar-state.js.map +1 -0
  296. package/esm2022/lib/components/sidebar/sidebar-trigger.js +36 -0
  297. package/esm2022/lib/components/sidebar/sidebar-trigger.js.map +1 -0
  298. package/esm2022/lib/components/sidebar/sidebar.js +137 -0
  299. package/esm2022/lib/components/sidebar/sidebar.js.map +1 -0
  300. package/esm2022/lib/components/skeleton/skeleton.js +3 -3
  301. package/esm2022/lib/components/slider/slider.js +4 -4
  302. package/esm2022/lib/components/slider/slider.js.map +1 -1
  303. package/esm2022/lib/components/spinner/spinner.js +3 -3
  304. package/esm2022/lib/components/switch/switch-field.js +4 -4
  305. package/esm2022/lib/components/switch/switch-field.js.map +1 -1
  306. package/esm2022/lib/components/switch/switch-visual.js +3 -3
  307. package/esm2022/lib/components/switch/switch.js +3 -3
  308. package/esm2022/lib/components/table/table-body.js +3 -3
  309. package/esm2022/lib/components/table/table-caption.js +3 -3
  310. package/esm2022/lib/components/table/table-cell.js +3 -3
  311. package/esm2022/lib/components/table/table-footer.js +3 -3
  312. package/esm2022/lib/components/table/table-header-cell.js +3 -3
  313. package/esm2022/lib/components/table/table-header.js +3 -3
  314. package/esm2022/lib/components/table/table-row.js +3 -3
  315. package/esm2022/lib/components/table/table.js +3 -3
  316. package/esm2022/lib/components/tabs/tab-content.js +3 -3
  317. package/esm2022/lib/components/tabs/tab-list.js +3 -3
  318. package/esm2022/lib/components/tabs/tab-panel.js +4 -4
  319. package/esm2022/lib/components/tabs/tab-panel.js.map +1 -1
  320. package/esm2022/lib/components/tabs/tab.js +3 -3
  321. package/esm2022/lib/components/tabs/tabs.js +3 -3
  322. package/esm2022/lib/components/textarea/textarea.js +3 -3
  323. package/esm2022/lib/components/time-picker/time-picker-hours-input.js +3 -3
  324. package/esm2022/lib/components/time-picker/time-picker-input.js +3 -3
  325. package/esm2022/lib/components/time-picker/time-picker-minutes-input.js +3 -3
  326. package/esm2022/lib/components/time-picker/time-picker-period-am.js +3 -3
  327. package/esm2022/lib/components/time-picker/time-picker-period-pm.js +3 -3
  328. package/esm2022/lib/components/time-picker/time-picker-period.js +3 -3
  329. package/esm2022/lib/components/time-picker/time-picker-seconds-input.js +3 -3
  330. package/esm2022/lib/components/time-picker/time-picker-separator.js +3 -3
  331. package/esm2022/lib/components/time-picker/time-picker.js +3 -3
  332. package/esm2022/lib/components/toast/toast-action.js +3 -3
  333. package/esm2022/lib/components/toast/toast-close.js +3 -3
  334. package/esm2022/lib/components/toast/toast-description.js +3 -3
  335. package/esm2022/lib/components/toast/toast-stack.js +4 -4
  336. package/esm2022/lib/components/toast/toast-stack.js.map +1 -1
  337. package/esm2022/lib/components/toast/toast-title.js +3 -3
  338. package/esm2022/lib/components/toast/toast.js +3 -3
  339. package/esm2022/lib/components/toast/toaster.js +3 -3
  340. package/esm2022/lib/components/toggle/toggle.js +3 -3
  341. package/esm2022/lib/components/toggle-group/toggle-group-item.js +3 -3
  342. package/esm2022/lib/components/toggle-group/toggle-group.js +3 -3
  343. package/esm2022/lib/components/toolbar/toolbar-separator.js +3 -3
  344. package/esm2022/lib/components/toolbar/toolbar-widget-group.js +3 -3
  345. package/esm2022/lib/components/toolbar/toolbar-widget.js +3 -3
  346. package/esm2022/lib/components/toolbar/toolbar.js +3 -3
  347. package/esm2022/lib/components/tooltip/tooltip-manager.js +3 -3
  348. package/esm2022/lib/components/tooltip/tooltip-trigger.js +3 -3
  349. package/esm2022/lib/components/tooltip/tooltip.js +5 -13
  350. package/esm2022/lib/components/tooltip/tooltip.js.map +1 -1
  351. package/esm2022/lib/components/typography/heading.js +3 -3
  352. package/lib/components/index.d.ts +2 -0
  353. package/lib/components/menu/menu-trigger.d.ts +1 -3
  354. package/lib/components/menu/menu.d.ts +1 -1
  355. package/lib/components/pagination/pagination.d.ts +1 -1
  356. package/lib/components/range-slider/range-slider-thumb-base.d.ts +1 -1
  357. package/lib/components/resizable/index.d.ts +5 -0
  358. package/lib/components/resizable/resizable-handle-indicator.d.ts +7 -0
  359. package/lib/components/resizable/resizable-handle.d.ts +18 -0
  360. package/lib/components/resizable/resizable-panel-group.d.ts +17 -0
  361. package/lib/components/resizable/resizable-panel.d.ts +16 -0
  362. package/lib/components/resizable/resizable.types.d.ts +1 -0
  363. package/lib/components/select/index.d.ts +1 -1
  364. package/lib/components/select/select-item.d.ts +2 -0
  365. package/lib/components/select/select-label.d.ts +9 -0
  366. package/lib/components/select/select-list.d.ts +3 -1
  367. package/lib/components/select/select-trigger.d.ts +2 -2
  368. package/lib/components/select/select.d.ts +5 -4
  369. package/lib/components/sidebar/index.d.ts +27 -0
  370. package/lib/components/sidebar/sidebar-body.d.ts +7 -0
  371. package/lib/components/sidebar/sidebar-container.d.ts +8 -0
  372. package/lib/components/sidebar/sidebar-footer.d.ts +7 -0
  373. package/lib/components/sidebar/sidebar-gap.d.ts +8 -0
  374. package/lib/components/sidebar/sidebar-group-action.d.ts +8 -0
  375. package/lib/components/sidebar/sidebar-group-content.d.ts +7 -0
  376. package/lib/components/sidebar/sidebar-group-label.d.ts +8 -0
  377. package/lib/components/sidebar/sidebar-group.d.ts +7 -0
  378. package/lib/components/sidebar/sidebar-header.d.ts +7 -0
  379. package/lib/components/sidebar/sidebar-inner.d.ts +7 -0
  380. package/lib/components/sidebar/sidebar-input.d.ts +7 -0
  381. package/lib/components/sidebar/sidebar-inset.d.ts +7 -0
  382. package/lib/components/sidebar/sidebar-menu-action.d.ts +9 -0
  383. package/lib/components/sidebar/sidebar-menu-badge.d.ts +7 -0
  384. package/lib/components/sidebar/sidebar-menu-button.d.ts +18 -0
  385. package/lib/components/sidebar/sidebar-menu-item.d.ts +7 -0
  386. package/lib/components/sidebar/sidebar-menu-skeleton.d.ts +9 -0
  387. package/lib/components/sidebar/sidebar-menu-sub-button.d.ts +9 -0
  388. package/lib/components/sidebar/sidebar-menu-sub-item.d.ts +7 -0
  389. package/lib/components/sidebar/sidebar-menu-sub.d.ts +7 -0
  390. package/lib/components/sidebar/sidebar-menu.d.ts +7 -0
  391. package/lib/components/sidebar/sidebar-provider.d.ts +19 -0
  392. package/lib/components/sidebar/sidebar-rail.d.ts +9 -0
  393. package/lib/components/sidebar/sidebar-separator.d.ts +7 -0
  394. package/lib/components/sidebar/sidebar-state.d.ts +14 -0
  395. package/lib/components/sidebar/sidebar-trigger.d.ts +12 -0
  396. package/lib/components/sidebar/sidebar.d.ts +11 -0
  397. package/package.json +1 -1
  398. package/esm2022/lib/components/select/select-value.js +0 -28
  399. package/esm2022/lib/components/select/select-value.js.map +0 -1
  400. package/lib/components/select/select-value.d.ts +0 -7
@@ -18,9 +18,9 @@ export class ScSwitchField {
18
18
  checked = computed(() => this.switchInput()?.checked() ?? false, ...(ngDevMode ? [{ debugName: "checked" }] : []));
19
19
  disabled = computed(() => this.switchInput()?.disabledSignal() ?? false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
20
20
  dataState = computed(() => this.checked() ? 'checked' : 'unchecked', ...(ngDevMode ? [{ debugName: "dataState" }] : []));
21
- class = computed(() => cn('inline-flex cursor-pointer items-center gap-2 has-[:disabled]:cursor-not-allowed', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScSwitchField, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.1.5", type: ScSwitchField, isStandalone: true, selector: "div[scSwitchField], label[scSwitchField]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "switch-field" }, properties: { "attr.role": "role()", "class": "class()", "attr.data-state": "dataState()", "attr.data-disabled": "disabled() ? \"\" : null" } }, providers: [
21
+ class = computed(() => cn('inline-flex cursor-pointer items-center gap-2 has-disabled:cursor-not-allowed', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScSwitchField, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.2.0", type: ScSwitchField, isStandalone: true, selector: "div[scSwitchField], label[scSwitchField]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "switch-field" }, properties: { "attr.role": "role()", "class": "class()", "attr.data-state": "dataState()", "attr.data-disabled": "disabled() ? \"\" : null" } }, providers: [
24
24
  { provide: SC_SWITCH_FIELD, useExisting: ScSwitchField },
25
25
  { provide: SC_FIELD, useExisting: ScSwitchField },
26
26
  ], queries: [{ propertyName: "switchInput", first: true, predicate: ScSwitch, descendants: true, isSignal: true }], ngImport: i0, template: `
@@ -29,7 +29,7 @@ export class ScSwitchField {
29
29
  <ng-content />
30
30
  `, isInline: true, dependencies: [{ kind: "component", type: ScSwitchVisual, selector: "span[scSwitchVisual]", inputs: ["class"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScSwitchField, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScSwitchField, decorators: [{
33
33
  type: Component,
34
34
  args: [{
35
35
  selector: 'div[scSwitchField], label[scSwitchField]',
@@ -1 +1 @@
1
- {"version":3,"file":"switch-field.js","sourceRoot":"","sources":["../../../../../../../libs/ui/src/lib/components/switch/switch-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EACL,uBAAuB,EACvB,SAAS,EACT,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,MAAM,EACN,KAAK,EACL,iBAAiB,GAClB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAwB,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAwBjD,MAAM,OAAO,aAAa;IACP,UAAU,GAAG,MAAM,CAAC,CAAA,UAAuB,CAAA,CAAC,CAAC;IAC7C,WAAW,GAAG,YAAY,CAAC,QAAQ,uDAAC,CAAC;IAEnC,IAAI,GAAG,QAAQ,CAAC,GAAG,EAAE;QACtC,MAAM,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,OAAO,CAAC;QACtD,OAAO,OAAO,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC;IAC9C,CAAC,gDAAC,CAAC;IAEM,UAAU,GAAG,KAAK,CAAS,EAAE,uDAAI,KAAK,EAAE,OAAO,GAAG,CAAC;IACnD,EAAE,GAAG,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,8CAAC,CAAC;IAE3D,OAAO,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,OAAO,EAAE,IAAI,KAAK,mDAAC,CAAC;IACjE,QAAQ,GAAG,QAAQ,CAC1B,GAAG,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,cAAc,EAAE,IAAI,KAAK,oDACpD,CAAC;IACO,SAAS,GAAG,QAAQ,CAAC,GAA4B,EAAE,CAC1D,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,qDACzC,CAAC;IAEiB,KAAK,GAAG,QAAQ,CAAC,GAAG,EAAE,CACvC,EAAE,CACA,kFAAkF,EAClF,IAAI,CAAC,UAAU,EAAE,CAClB,iDACF,CAAC;uGAzBS,aAAa;2FAAb,aAAa,0hBAnBb;YACT,EAAE,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,aAAa,EAAE;YACxD,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,aAAa,EAAE;SAClD,mEAkB2C,QAAQ,gEAV1C;;;;GAIT,4DAhBS,cAAc;;2FAoBb,aAAa;kBAtBzB,SAAS;mBAAC;oBACT,QAAQ,EAAE,0CAA0C;oBACpD,OAAO,EAAE,CAAC,cAAc,CAAC;oBACzB,SAAS,EAAE;wBACT,EAAE,OAAO,EAAE,eAAe,EAAE,WAAW,eAAe,EAAE;wBACxD,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,eAAe,EAAE;qBAClD;oBACD,IAAI,EAAE;wBACJ,WAAW,EAAE,cAAc;wBAC3B,aAAa,EAAE,QAAQ;wBACvB,SAAS,EAAE,SAAS;wBACpB,mBAAmB,EAAE,aAAa;wBAClC,sBAAsB,EAAE,wBAAwB;qBACjD;oBACD,QAAQ,EAAE;;;;GAIT;oBACD,aAAa,EAAE,iBAAiB,CAAC,IAAI;oBACrC,eAAe,EAAE,uBAAuB,CAAC,MAAM;iBAChD;gGAG6C,QAAQ","sourcesContent":["import { _IdGenerator } from '@angular/cdk/a11y';\nimport {\n ChangeDetectionStrategy,\n Component,\n computed,\n contentChild,\n ElementRef,\n inject,\n input,\n ViewEncapsulation,\n} from '@angular/core';\nimport { cn } from '../../utils';\nimport { SC_FIELD } from '../field';\nimport { type ScSwitchContext, SC_SWITCH_FIELD } from './switch-types';\nimport { ScSwitch } from './switch';\nimport { ScSwitchVisual } from './switch-visual';\n\n@Component({\n selector: 'div[scSwitchField], label[scSwitchField]',\n imports: [ScSwitchVisual],\n providers: [\n { provide: SC_SWITCH_FIELD, useExisting: ScSwitchField },\n { provide: SC_FIELD, useExisting: ScSwitchField },\n ],\n host: {\n 'data-slot': 'switch-field',\n '[attr.role]': 'role()',\n '[class]': 'class()',\n '[attr.data-state]': 'dataState()',\n '[attr.data-disabled]': 'disabled() ? \"\" : null',\n },\n template: `\n <ng-content select=\"[scSwitch]\" />\n <span scSwitchVisual></span>\n <ng-content />\n `,\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ScSwitchField implements ScSwitchContext {\n private readonly elementRef = inject(ElementRef<HTMLElement>);\n private readonly switchInput = contentChild(ScSwitch);\n\n protected readonly role = computed(() => {\n const tagName = this.elementRef.nativeElement.tagName;\n return tagName === 'LABEL' ? null : 'group';\n });\n\n readonly classInput = input<string>('', { alias: 'class' });\n readonly id = input(inject(_IdGenerator).getId('sc-switch-field-'));\n\n readonly checked = computed(() => this.switchInput()?.checked() ?? false);\n readonly disabled = computed(\n () => this.switchInput()?.disabledSignal() ?? false,\n );\n readonly dataState = computed((): 'checked' | 'unchecked' =>\n this.checked() ? 'checked' : 'unchecked',\n );\n\n protected readonly class = computed(() =>\n cn(\n 'inline-flex cursor-pointer items-center gap-2 has-[:disabled]:cursor-not-allowed',\n this.classInput(),\n ),\n );\n}\n"]}
1
+ {"version":3,"file":"switch-field.js","sourceRoot":"","sources":["../../../../../../../libs/ui/src/lib/components/switch/switch-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EACL,uBAAuB,EACvB,SAAS,EACT,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,MAAM,EACN,KAAK,EACL,iBAAiB,GAClB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAwB,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAwBjD,MAAM,OAAO,aAAa;IACP,UAAU,GAAG,MAAM,CAAC,CAAA,UAAuB,CAAA,CAAC,CAAC;IAC7C,WAAW,GAAG,YAAY,CAAC,QAAQ,uDAAC,CAAC;IAEnC,IAAI,GAAG,QAAQ,CAAC,GAAG,EAAE;QACtC,MAAM,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,OAAO,CAAC;QACtD,OAAO,OAAO,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC;IAC9C,CAAC,gDAAC,CAAC;IAEM,UAAU,GAAG,KAAK,CAAS,EAAE,uDAAI,KAAK,EAAE,OAAO,GAAG,CAAC;IACnD,EAAE,GAAG,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,8CAAC,CAAC;IAE3D,OAAO,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,OAAO,EAAE,IAAI,KAAK,mDAAC,CAAC;IACjE,QAAQ,GAAG,QAAQ,CAC1B,GAAG,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,cAAc,EAAE,IAAI,KAAK,oDACpD,CAAC;IACO,SAAS,GAAG,QAAQ,CAAC,GAA4B,EAAE,CAC1D,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,qDACzC,CAAC;IAEiB,KAAK,GAAG,QAAQ,CAAC,GAAG,EAAE,CACvC,EAAE,CACA,+EAA+E,EAC/E,IAAI,CAAC,UAAU,EAAE,CAClB,iDACF,CAAC;uGAzBS,aAAa;2FAAb,aAAa,0hBAnBb;YACT,EAAE,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,aAAa,EAAE;YACxD,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,aAAa,EAAE;SAClD,mEAkB2C,QAAQ,gEAV1C;;;;GAIT,4DAhBS,cAAc;;2FAoBb,aAAa;kBAtBzB,SAAS;mBAAC;oBACT,QAAQ,EAAE,0CAA0C;oBACpD,OAAO,EAAE,CAAC,cAAc,CAAC;oBACzB,SAAS,EAAE;wBACT,EAAE,OAAO,EAAE,eAAe,EAAE,WAAW,eAAe,EAAE;wBACxD,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,eAAe,EAAE;qBAClD;oBACD,IAAI,EAAE;wBACJ,WAAW,EAAE,cAAc;wBAC3B,aAAa,EAAE,QAAQ;wBACvB,SAAS,EAAE,SAAS;wBACpB,mBAAmB,EAAE,aAAa;wBAClC,sBAAsB,EAAE,wBAAwB;qBACjD;oBACD,QAAQ,EAAE;;;;GAIT;oBACD,aAAa,EAAE,iBAAiB,CAAC,IAAI;oBACrC,eAAe,EAAE,uBAAuB,CAAC,MAAM;iBAChD;gGAG6C,QAAQ","sourcesContent":["import { _IdGenerator } from '@angular/cdk/a11y';\nimport {\n ChangeDetectionStrategy,\n Component,\n computed,\n contentChild,\n ElementRef,\n inject,\n input,\n ViewEncapsulation,\n} from '@angular/core';\nimport { cn } from '../../utils';\nimport { SC_FIELD } from '../field';\nimport { type ScSwitchContext, SC_SWITCH_FIELD } from './switch-types';\nimport { ScSwitch } from './switch';\nimport { ScSwitchVisual } from './switch-visual';\n\n@Component({\n selector: 'div[scSwitchField], label[scSwitchField]',\n imports: [ScSwitchVisual],\n providers: [\n { provide: SC_SWITCH_FIELD, useExisting: ScSwitchField },\n { provide: SC_FIELD, useExisting: ScSwitchField },\n ],\n host: {\n 'data-slot': 'switch-field',\n '[attr.role]': 'role()',\n '[class]': 'class()',\n '[attr.data-state]': 'dataState()',\n '[attr.data-disabled]': 'disabled() ? \"\" : null',\n },\n template: `\n <ng-content select=\"[scSwitch]\" />\n <span scSwitchVisual></span>\n <ng-content />\n `,\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ScSwitchField implements ScSwitchContext {\n private readonly elementRef = inject(ElementRef<HTMLElement>);\n private readonly switchInput = contentChild(ScSwitch);\n\n protected readonly role = computed(() => {\n const tagName = this.elementRef.nativeElement.tagName;\n return tagName === 'LABEL' ? null : 'group';\n });\n\n readonly classInput = input<string>('', { alias: 'class' });\n readonly id = input(inject(_IdGenerator).getId('sc-switch-field-'));\n\n readonly checked = computed(() => this.switchInput()?.checked() ?? false);\n readonly disabled = computed(\n () => this.switchInput()?.disabledSignal() ?? false,\n );\n readonly dataState = computed((): 'checked' | 'unchecked' =>\n this.checked() ? 'checked' : 'unchecked',\n );\n\n protected readonly class = computed(() =>\n cn(\n 'inline-flex cursor-pointer items-center gap-2 has-disabled:cursor-not-allowed',\n this.classInput(),\n ),\n );\n}\n"]}
@@ -9,12 +9,12 @@ export class ScSwitchVisual {
9
9
  thumbClass = computed(() => cn('pointer-events-none block size-5 rounded-full bg-background shadow-lg ring-0 transition-transform', this.switchField.dataState() === 'checked'
10
10
  ? 'translate-x-5'
11
11
  : 'translate-x-0'), ...(ngDevMode ? [{ debugName: "thumbClass" }] : []));
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScSwitchVisual, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.5", type: ScSwitchVisual, isStandalone: true, selector: "span[scSwitchVisual]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "switch-visual" }, properties: { "class": "class()", "attr.data-state": "switchField.dataState()", "attr.aria-hidden": "true" } }, ngImport: i0, template: `
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScSwitchVisual, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.0", type: ScSwitchVisual, isStandalone: true, selector: "span[scSwitchVisual]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "switch-visual" }, properties: { "class": "class()", "attr.data-state": "switchField.dataState()", "attr.aria-hidden": "true" } }, ngImport: i0, template: `
14
14
  <span data-slot="switch-thumb" [class]="thumbClass()"></span>
15
15
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScSwitchVisual, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScSwitchVisual, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'span[scSwitchVisual]',
@@ -24,10 +24,10 @@ export class ScSwitch {
24
24
  this.disabledSignal.set(input.disabled);
25
25
  }
26
26
  class = computed(() => cn('peer sr-only', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
27
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScSwitch, deps: [], target: i0.ɵɵFactoryTarget.Directive });
28
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScSwitch, isStandalone: true, selector: "input[type=\"checkbox\"][scSwitch]", inputs: { idInput: { classPropertyName: "idInput", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, checked: { classPropertyName: "checked", publicName: "checked", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { checked: "checkedChange" }, host: { attributes: { "data-slot": "switch", "role": "switch" }, listeners: { "change": "onInputChange($event)" }, properties: { "id": "id()", "class": "class()", "checked": "checked()" } }, exportAs: ["SC_SWITCH"], ngImport: i0 });
27
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScSwitch, deps: [], target: i0.ɵɵFactoryTarget.Directive });
28
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScSwitch, isStandalone: true, selector: "input[type=\"checkbox\"][scSwitch]", inputs: { idInput: { classPropertyName: "idInput", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, checked: { classPropertyName: "checked", publicName: "checked", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { checked: "checkedChange" }, host: { attributes: { "data-slot": "switch", "role": "switch" }, listeners: { "change": "onInputChange($event)" }, properties: { "id": "id()", "class": "class()", "checked": "checked()" } }, exportAs: ["SC_SWITCH"], ngImport: i0 });
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScSwitch, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScSwitch, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  selector: 'input[type="checkbox"][scSwitch]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class ScTableBody {
5
5
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
6
6
  class = computed(() => cn('[&_tr:last-child]:border-0', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableBody, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTableBody, isStandalone: true, selector: "tbody[scTableBody]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-body" }, properties: { "class": "class()" } }, ngImport: i0 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableBody, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTableBody, isStandalone: true, selector: "tbody[scTableBody]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-body" }, properties: { "class": "class()" } }, ngImport: i0 });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableBody, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableBody, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'tbody[scTableBody]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class ScTableCaption {
5
5
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
6
6
  class = computed(() => cn('mt-4 text-sm text-muted-foreground', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableCaption, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTableCaption, isStandalone: true, selector: "caption[scTableCaption]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-caption" }, properties: { "class": "class()" } }, ngImport: i0 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableCaption, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTableCaption, isStandalone: true, selector: "caption[scTableCaption]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-caption" }, properties: { "class": "class()" } }, ngImport: i0 });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableCaption, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableCaption, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'caption[scTableCaption]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class ScTableCell {
5
5
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
6
6
  class = computed(() => cn('p-4 align-middle [&:has([role=checkbox])]:pr-0', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTableCell, isStandalone: true, selector: "td[scTableCell]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-cell" }, properties: { "class": "class()" } }, ngImport: i0 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTableCell, isStandalone: true, selector: "td[scTableCell]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-cell" }, properties: { "class": "class()" } }, ngImport: i0 });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableCell, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableCell, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'td[scTableCell]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class ScTableFooter {
5
5
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
6
6
  class = computed(() => cn('border-t bg-muted/50 font-medium [&>tr]:last:border-b-0', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableFooter, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTableFooter, isStandalone: true, selector: "tfoot[scTableFooter]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-footer" }, properties: { "class": "class()" } }, ngImport: i0 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableFooter, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTableFooter, isStandalone: true, selector: "tfoot[scTableFooter]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-footer" }, properties: { "class": "class()" } }, ngImport: i0 });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableFooter, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableFooter, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'tfoot[scTableFooter]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class ScTableHeaderCell {
5
5
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
6
6
  class = computed(() => cn('h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableHeaderCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTableHeaderCell, isStandalone: true, selector: "th[scTableHeaderCell]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-header-cell" }, properties: { "class": "class()" } }, ngImport: i0 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableHeaderCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTableHeaderCell, isStandalone: true, selector: "th[scTableHeaderCell]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-header-cell" }, properties: { "class": "class()" } }, ngImport: i0 });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableHeaderCell, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableHeaderCell, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'th[scTableHeaderCell]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class ScTableHeader {
5
5
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
6
6
  class = computed(() => cn('[&_tr]:border-b', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableHeader, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTableHeader, isStandalone: true, selector: "thead[scTableHeader]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-header" }, properties: { "class": "class()" } }, ngImport: i0 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableHeader, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTableHeader, isStandalone: true, selector: "thead[scTableHeader]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-header" }, properties: { "class": "class()" } }, ngImport: i0 });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableHeader, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableHeader, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'thead[scTableHeader]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class ScTableRow {
5
5
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
6
6
  class = computed(() => cn('border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableRow, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTableRow, isStandalone: true, selector: "tr[scTableRow]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-row" }, properties: { "class": "class()" } }, ngImport: i0 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableRow, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTableRow, isStandalone: true, selector: "tr[scTableRow]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table-row" }, properties: { "class": "class()" } }, ngImport: i0 });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTableRow, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTableRow, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'tr[scTableRow]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class ScTable {
5
5
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
6
6
  class = computed(() => cn('w-full caption-bottom text-sm', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTable, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTable, isStandalone: true, selector: "table[scTable]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table" }, properties: { "class": "class()" } }, ngImport: i0 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTable, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTable, isStandalone: true, selector: "table[scTable]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "table" }, properties: { "class": "class()" } }, ngImport: i0 });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTable, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTable, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'table[scTable]',
@@ -3,10 +3,10 @@ import { TabContent } from '@angular/aria/tabs';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@angular/aria/tabs";
5
5
  export class ScTabContent {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTabContent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.5", type: ScTabContent, isStandalone: true, selector: "ng-template[scTabContent]", hostDirectives: [{ directive: i1.TabContent }], ngImport: i0 });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTabContent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: ScTabContent, isStandalone: true, selector: "ng-template[scTabContent]", hostDirectives: [{ directive: i1.TabContent }], ngImport: i0 });
8
8
  }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTabContent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTabContent, decorators: [{
10
10
  type: Directive,
11
11
  args: [{
12
12
  selector: 'ng-template[scTabContent]',
@@ -19,12 +19,12 @@ export class ScTabList {
19
19
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
20
20
  variant = input('default', ...(ngDevMode ? [{ debugName: "variant" }] : []));
21
21
  class = computed(() => cn(tabsListVariants({ variant: this.variant() }), this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTabList, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.5", type: ScTabList, isStandalone: true, selector: "[scTabList]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "tab-list" }, properties: { "class": "class()", "attr.data-variant": "variant()" } }, hostDirectives: [{ directive: i1.TabList, inputs: ["selectedTab", "selectedTab", "selectionMode", "selectionMode", "orientation", "orientation", "disabled", "disabled", "wrap", "wrap", "focusMode", "focusMode"], outputs: ["selectedTabChange", "selectedTabChange"] }], ngImport: i0, template: `
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTabList, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.0", type: ScTabList, isStandalone: true, selector: "[scTabList]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "tab-list" }, properties: { "class": "class()", "attr.data-variant": "variant()" } }, hostDirectives: [{ directive: i1.TabList, inputs: ["selectedTab", "selectedTab", "selectionMode", "selectionMode", "orientation", "orientation", "disabled", "disabled", "wrap", "wrap", "focusMode", "focusMode"], outputs: ["selectedTabChange", "selectedTabChange"] }], ngImport: i0, template: `
24
24
  <ng-content />
25
25
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTabList, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTabList, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
30
  selector: '[scTabList]',
@@ -5,13 +5,13 @@ import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/aria/tabs";
6
6
  export class ScTabPanel {
7
7
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
8
- class = computed(() => cn('text-sm flex-1 outline-none [&[inert]]:hidden', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTabPanel, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.5", type: ScTabPanel, isStandalone: true, selector: "[scTabPanel]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "tabs-content" }, properties: { "class": "class()" } }, hostDirectives: [{ directive: i1.TabPanel, inputs: ["value", "value", "id", "id"] }], ngImport: i0, template: `
8
+ class = computed(() => cn('text-sm flex-1 outline-none [[inert]]:hidden', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTabPanel, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.0", type: ScTabPanel, isStandalone: true, selector: "[scTabPanel]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "tabs-content" }, properties: { "class": "class()" } }, hostDirectives: [{ directive: i1.TabPanel, inputs: ["value", "value", "id", "id"] }], ngImport: i0, template: `
11
11
  <ng-content />
12
12
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTabPanel, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTabPanel, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: '[scTabPanel]',
@@ -1 +1 @@
1
- {"version":3,"file":"tab-panel.js","sourceRoot":"","sources":["../../../../../../../libs/ui/src/lib/components/tabs/tab-panel.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,SAAS,EACT,QAAQ,EACR,KAAK,EACL,iBAAiB,GAClB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;;;AAoBjC,MAAM,OAAO,UAAU;IACZ,UAAU,GAAG,KAAK,CAAS,EAAE,uDAAI,KAAK,EAAE,OAAO,GAAG,CAAC;IACnD,KAAK,GAAG,QAAQ,CAAC,GAAG,EAAE,CAC7B,EAAE,CAAC,+CAA+C,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,iDACvE,CAAC;uGAJS,UAAU;2FAAV,UAAU,uYAJX;;GAET;;2FAEU,UAAU;kBAlBtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAE,iBAAiB,CAAC,IAAI;oBACrC,cAAc,EAAE;wBACd;4BACE,SAAS,EAAE,QAAQ;4BACnB,MAAM,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC;yBACxB;qBACF;oBACD,IAAI,EAAE;wBACJ,WAAW,EAAE,cAAc;wBAC3B,SAAS,EAAE,SAAS;qBACrB;oBACD,QAAQ,EAAE;;GAET;iBACF","sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n computed,\n input,\n ViewEncapsulation,\n} from '@angular/core';\nimport { TabPanel } from '@angular/aria/tabs';\nimport { cn } from '../../utils';\n\n@Component({\n selector: '[scTabPanel]',\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n hostDirectives: [\n {\n directive: TabPanel,\n inputs: ['value', 'id'],\n },\n ],\n host: {\n 'data-slot': 'tabs-content',\n '[class]': 'class()',\n },\n template: `\n <ng-content />\n `,\n})\nexport class ScTabPanel {\n readonly classInput = input<string>('', { alias: 'class' });\n readonly class = computed(() =>\n cn('text-sm flex-1 outline-none [&[inert]]:hidden', this.classInput()),\n );\n}\n"]}
1
+ {"version":3,"file":"tab-panel.js","sourceRoot":"","sources":["../../../../../../../libs/ui/src/lib/components/tabs/tab-panel.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,SAAS,EACT,QAAQ,EACR,KAAK,EACL,iBAAiB,GAClB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;;;AAoBjC,MAAM,OAAO,UAAU;IACZ,UAAU,GAAG,KAAK,CAAS,EAAE,uDAAI,KAAK,EAAE,OAAO,GAAG,CAAC;IACnD,KAAK,GAAG,QAAQ,CAAC,GAAG,EAAE,CAC7B,EAAE,CAAC,8CAA8C,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,iDACtE,CAAC;uGAJS,UAAU;2FAAV,UAAU,uYAJX;;GAET;;2FAEU,UAAU;kBAlBtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAE,iBAAiB,CAAC,IAAI;oBACrC,cAAc,EAAE;wBACd;4BACE,SAAS,EAAE,QAAQ;4BACnB,MAAM,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC;yBACxB;qBACF;oBACD,IAAI,EAAE;wBACJ,WAAW,EAAE,cAAc;wBAC3B,SAAS,EAAE,SAAS;qBACrB;oBACD,QAAQ,EAAE;;GAET;iBACF","sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n computed,\n input,\n ViewEncapsulation,\n} from '@angular/core';\nimport { TabPanel } from '@angular/aria/tabs';\nimport { cn } from '../../utils';\n\n@Component({\n selector: '[scTabPanel]',\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n hostDirectives: [\n {\n directive: TabPanel,\n inputs: ['value', 'id'],\n },\n ],\n host: {\n 'data-slot': 'tabs-content',\n '[class]': 'class()',\n },\n template: `\n <ng-content />\n `,\n})\nexport class ScTabPanel {\n readonly classInput = input<string>('', { alias: 'class' });\n readonly class = computed(() =>\n cn('text-sm flex-1 outline-none [[inert]]:hidden', this.classInput()),\n );\n}\n"]}
@@ -12,10 +12,10 @@ export class ScTab {
12
12
  'aria-selected:bg-background dark:aria-selected:text-foreground dark:aria-selected:border-input dark:aria-selected:bg-input/30 aria-selected:text-foreground',
13
13
  // line variant underline/side indicator
14
14
  'after:bg-foreground after:absolute after:opacity-0 after:transition-opacity', 'group-data-[orientation=horizontal]/tabs:after:inset-x-0 group-data-[orientation=horizontal]/tabs:after:bottom-[-5px] group-data-[orientation=horizontal]/tabs:after:h-0.5', 'group-data-[orientation=vertical]/tabs:after:inset-y-0 group-data-[orientation=vertical]/tabs:after:-right-1 group-data-[orientation=vertical]/tabs:after:w-0.5', 'group-data-[variant=line]/tab-list:aria-selected:after:opacity-100', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
15
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTab, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTab, isStandalone: true, selector: "[scTab]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "tabs-trigger" }, properties: { "class": "class()" } }, hostDirectives: [{ directive: i1.Tab, inputs: ["value", "value", "disabled", "disabled", "id", "id"] }], ngImport: i0 });
15
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTab, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTab, isStandalone: true, selector: "[scTab]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "tabs-trigger" }, properties: { "class": "class()" } }, hostDirectives: [{ directive: i1.Tab, inputs: ["value", "value", "disabled", "disabled", "id", "id"] }], ngImport: i0 });
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTab, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTab, decorators: [{
19
19
  type: Directive,
20
20
  args: [{
21
21
  selector: '[scTab]',
@@ -7,12 +7,12 @@ export class ScTabs {
7
7
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
8
8
  orientation = input('horizontal', ...(ngDevMode ? [{ debugName: "orientation" }] : []));
9
9
  class = computed(() => cn('group/tabs gap-2 flex data-[orientation=horizontal]:flex-col data-[orientation=vertical]:flex-row', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTabs, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.5", type: ScTabs, isStandalone: true, selector: "[scTabs]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "tabs" }, properties: { "class": "class()", "attr.data-orientation": "orientation()" } }, hostDirectives: [{ directive: i1.Tabs }], ngImport: i0, template: `
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTabs, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.0", type: ScTabs, isStandalone: true, selector: "[scTabs]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "tabs" }, properties: { "class": "class()", "attr.data-orientation": "orientation()" } }, hostDirectives: [{ directive: i1.Tabs }], ngImport: i0, template: `
12
12
  <ng-content />
13
13
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTabs, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTabs, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: '[scTabs]',
@@ -22,10 +22,10 @@ export class ScTextarea {
22
22
  class = computed(() => cn(this.variant() === 'group'
23
23
  ? 'rounded-none border-0 bg-transparent py-2 shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent flex-1 resize-none px-2.5 text-base md:text-sm outline-none placeholder:text-muted-foreground field-sizing-content min-h-16 min-w-0 disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50'
24
24
  : 'border-input dark:bg-input/30 focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 disabled:bg-input/50 dark:disabled:bg-input/80 rounded-lg border bg-transparent px-2.5 py-2 text-base transition-colors focus-visible:ring-3 aria-invalid:ring-3 md:text-sm placeholder:text-muted-foreground flex field-sizing-content min-h-16 w-full outline-none disabled:cursor-not-allowed disabled:opacity-50', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
25
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTextarea, deps: [], target: i0.ɵɵFactoryTarget.Directive });
26
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTextarea, isStandalone: true, selector: "textarea[scTextarea]", inputs: { variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, idInput: { classPropertyName: "idInput", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, disabledInput: { classPropertyName: "disabledInput", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "attr.data-slot": "dataSlot()", "attr.id": "id()", "attr.aria-invalid": "invalid() || null", "attr.disabled": "disabled() || null", "class": "class()" } }, ngImport: i0 });
25
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTextarea, deps: [], target: i0.ɵɵFactoryTarget.Directive });
26
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTextarea, isStandalone: true, selector: "textarea[scTextarea]", inputs: { variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, idInput: { classPropertyName: "idInput", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, disabledInput: { classPropertyName: "disabledInput", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "attr.data-slot": "dataSlot()", "attr.id": "id()", "attr.aria-invalid": "invalid() || null", "attr.disabled": "disabled() || null", "class": "class()" } }, ngImport: i0 });
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTextarea, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTextarea, decorators: [{
29
29
  type: Directive,
30
30
  args: [{
31
31
  selector: 'textarea[scTextarea]',
@@ -47,10 +47,10 @@ export class ScTimePickerHoursInput {
47
47
  this.timePicker.setHours(val.hours <= this.min() ? this.max() : val.hours - 1);
48
48
  }
49
49
  }
50
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerHoursInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
51
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.5", type: ScTimePickerHoursInput, isStandalone: true, selector: "input[scTimePickerHoursInput]", host: { listeners: { "input": "onInput($event)", "blur": "onBlur()", "keydown": "onKeydown($event)", "focus": "onFocus($event)" }, properties: { "value": "displayValue()", "attr.aria-label": "\"Hours\"" } }, ngImport: i0 });
50
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerHoursInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
51
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: ScTimePickerHoursInput, isStandalone: true, selector: "input[scTimePickerHoursInput]", host: { listeners: { "input": "onInput($event)", "blur": "onBlur()", "keydown": "onKeydown($event)", "focus": "onFocus($event)" }, properties: { "value": "displayValue()", "attr.aria-label": "\"Hours\"" } }, ngImport: i0 });
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerHoursInput, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerHoursInput, decorators: [{
54
54
  type: Directive,
55
55
  args: [{
56
56
  selector: 'input[scTimePickerHoursInput]',
@@ -7,10 +7,10 @@ export class ScTimePickerInput {
7
7
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
8
8
  focused = signal(false, ...(ngDevMode ? [{ debugName: "focused" }] : []));
9
9
  class = computed(() => cn('w-10 rounded-md border border-input bg-background px-2 py-1.5 text-center text-sm tabular-nums', 'focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2', 'disabled:cursor-not-allowed disabled:opacity-50', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
11
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTimePickerInput, isStandalone: true, selector: "input[scTimePickerInput]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "time-picker-input", "type": "text", "inputmode": "numeric" }, properties: { "class": "class()", "disabled": "timePicker.disabled()" } }, ngImport: i0 });
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
11
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTimePickerInput, isStandalone: true, selector: "input[scTimePickerInput]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "time-picker-input", "type": "text", "inputmode": "numeric" }, properties: { "class": "class()", "disabled": "timePicker.disabled()" } }, ngImport: i0 });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerInput, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerInput, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'input[scTimePickerInput]',
@@ -37,10 +37,10 @@ export class ScTimePickerMinutesInput {
37
37
  this.timePicker.setMinutes(val.minutes <= 0 ? 59 : val.minutes - 1);
38
38
  }
39
39
  }
40
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerMinutesInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
41
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.5", type: ScTimePickerMinutesInput, isStandalone: true, selector: "input[scTimePickerMinutesInput]", host: { listeners: { "input": "onInput($event)", "blur": "onBlur()", "keydown": "onKeydown($event)", "focus": "onFocus($event)" }, properties: { "value": "displayValue()", "attr.aria-label": "\"Minutes\"" } }, ngImport: i0 });
40
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerMinutesInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
41
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: ScTimePickerMinutesInput, isStandalone: true, selector: "input[scTimePickerMinutesInput]", host: { listeners: { "input": "onInput($event)", "blur": "onBlur()", "keydown": "onKeydown($event)", "focus": "onFocus($event)" }, properties: { "value": "displayValue()", "attr.aria-label": "\"Minutes\"" } }, ngImport: i0 });
42
42
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerMinutesInput, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerMinutesInput, decorators: [{
44
44
  type: Directive,
45
45
  args: [{
46
46
  selector: 'input[scTimePickerMinutesInput]',
@@ -7,10 +7,10 @@ export class ScTimePickerPeriodAM {
7
7
  class = computed(() => cn('rounded-md px-2 py-1.5 text-sm font-medium transition-colors', this.period.isAM()
8
8
  ? 'bg-primary text-primary-foreground'
9
9
  : 'text-muted-foreground hover:bg-accent'), ...(ngDevMode ? [{ debugName: "class" }] : []));
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerPeriodAM, deps: [], target: i0.ɵɵFactoryTarget.Directive });
11
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.5", type: ScTimePickerPeriodAM, isStandalone: true, selector: "button[scTimePickerPeriodAM]", host: { attributes: { "data-slot": "time-picker-period-am", "type": "button" }, listeners: { "click": "period.selectAM()" }, properties: { "class": "class()", "disabled": "period.timePicker.disabled()" } }, ngImport: i0 });
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerPeriodAM, deps: [], target: i0.ɵɵFactoryTarget.Directive });
11
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: ScTimePickerPeriodAM, isStandalone: true, selector: "button[scTimePickerPeriodAM]", host: { attributes: { "data-slot": "time-picker-period-am", "type": "button" }, listeners: { "click": "period.selectAM()" }, properties: { "class": "class()", "disabled": "period.timePicker.disabled()" } }, ngImport: i0 });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerPeriodAM, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerPeriodAM, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'button[scTimePickerPeriodAM]',
@@ -7,10 +7,10 @@ export class ScTimePickerPeriodPM {
7
7
  class = computed(() => cn('rounded-md px-2 py-1.5 text-sm font-medium transition-colors', this.period.isPM()
8
8
  ? 'bg-primary text-primary-foreground'
9
9
  : 'text-muted-foreground hover:bg-accent'), ...(ngDevMode ? [{ debugName: "class" }] : []));
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerPeriodPM, deps: [], target: i0.ɵɵFactoryTarget.Directive });
11
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.5", type: ScTimePickerPeriodPM, isStandalone: true, selector: "button[scTimePickerPeriodPM]", host: { attributes: { "data-slot": "time-picker-period-pm", "type": "button" }, listeners: { "click": "period.selectPM()" }, properties: { "class": "class()", "disabled": "period.timePicker.disabled()" } }, ngImport: i0 });
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerPeriodPM, deps: [], target: i0.ɵɵFactoryTarget.Directive });
11
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: ScTimePickerPeriodPM, isStandalone: true, selector: "button[scTimePickerPeriodPM]", host: { attributes: { "data-slot": "time-picker-period-pm", "type": "button" }, listeners: { "click": "period.selectPM()" }, properties: { "class": "class()", "disabled": "period.timePicker.disabled()" } }, ngImport: i0 });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerPeriodPM, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerPeriodPM, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'button[scTimePickerPeriodPM]',
@@ -28,10 +28,10 @@ export class ScTimePickerPeriod {
28
28
  this.timePicker.setHours(val.hours + 12);
29
29
  }
30
30
  }
31
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerPeriod, deps: [], target: i0.ɵɵFactoryTarget.Directive });
32
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTimePickerPeriod, isStandalone: true, selector: "[scTimePickerPeriod]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "time-picker-period", "role": "group" }, properties: { "class": "class()", "attr.aria-label": "\"Select AM or PM\"" } }, ngImport: i0 });
31
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerPeriod, deps: [], target: i0.ɵɵFactoryTarget.Directive });
32
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTimePickerPeriod, isStandalone: true, selector: "[scTimePickerPeriod]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "time-picker-period", "role": "group" }, properties: { "class": "class()", "attr.aria-label": "\"Select AM or PM\"" } }, ngImport: i0 });
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerPeriod, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerPeriod, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
37
  selector: '[scTimePickerPeriod]',
@@ -37,10 +37,10 @@ export class ScTimePickerSecondsInput {
37
37
  this.timePicker.setSeconds((val.seconds ?? 0) <= 0 ? 59 : (val.seconds ?? 0) - 1);
38
38
  }
39
39
  }
40
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerSecondsInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
41
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.5", type: ScTimePickerSecondsInput, isStandalone: true, selector: "input[scTimePickerSecondsInput]", host: { listeners: { "input": "onInput($event)", "blur": "onBlur()", "keydown": "onKeydown($event)", "focus": "onFocus($event)" }, properties: { "value": "displayValue()", "attr.aria-label": "\"Seconds\"" } }, ngImport: i0 });
40
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerSecondsInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
41
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: ScTimePickerSecondsInput, isStandalone: true, selector: "input[scTimePickerSecondsInput]", host: { listeners: { "input": "onInput($event)", "blur": "onBlur()", "keydown": "onKeydown($event)", "focus": "onFocus($event)" }, properties: { "value": "displayValue()", "attr.aria-label": "\"Seconds\"" } }, ngImport: i0 });
42
42
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerSecondsInput, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerSecondsInput, decorators: [{
44
44
  type: Directive,
45
45
  args: [{
46
46
  selector: 'input[scTimePickerSecondsInput]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class ScTimePickerSeparator {
5
5
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
6
6
  class = computed(() => cn('text-lg font-medium text-muted-foreground', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerSeparator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTimePickerSeparator, isStandalone: true, selector: "[scTimePickerSeparator]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "time-picker-separator" }, properties: { "class": "class()" } }, ngImport: i0 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerSeparator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTimePickerSeparator, isStandalone: true, selector: "[scTimePickerSeparator]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "time-picker-separator" }, properties: { "class": "class()" } }, ngImport: i0 });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePickerSeparator, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePickerSeparator, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[scTimePickerSeparator]',
@@ -41,10 +41,10 @@ export class ScTimePicker {
41
41
  const current = this.value() || { hours: 0, minutes: 0 };
42
42
  this.value.set({ ...current, period });
43
43
  }
44
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePicker, deps: [], target: i0.ɵɵFactoryTarget.Directive });
45
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScTimePicker, isStandalone: true, selector: "[scTimePicker]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, format: { classPropertyName: "format", publicName: "format", isSignal: true, isRequired: false, transformFunction: null }, showSeconds: { classPropertyName: "showSeconds", publicName: "showSeconds", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { value: "valueChange" }, host: { attributes: { "data-slot": "time-picker" }, properties: { "class": "class()" } }, providers: [{ provide: SC_TIME_PICKER, useExisting: ScTimePicker }], ngImport: i0 });
44
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePicker, deps: [], target: i0.ɵɵFactoryTarget.Directive });
45
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScTimePicker, isStandalone: true, selector: "[scTimePicker]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, format: { classPropertyName: "format", publicName: "format", isSignal: true, isRequired: false, transformFunction: null }, showSeconds: { classPropertyName: "showSeconds", publicName: "showSeconds", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { value: "valueChange" }, host: { attributes: { "data-slot": "time-picker" }, properties: { "class": "class()" } }, providers: [{ provide: SC_TIME_PICKER, useExisting: ScTimePicker }], ngImport: i0 });
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScTimePicker, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScTimePicker, decorators: [{
48
48
  type: Directive,
49
49
  args: [{
50
50
  selector: '[scTimePicker]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class ScToastAction {
5
5
  classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : {}), alias: 'class' });
6
6
  class = computed(() => cn('inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3', 'text-sm font-medium transition-colors', 'hover:bg-secondary focus:outline-none focus:ring-1 focus:ring-ring', 'disabled:pointer-events-none disabled:opacity-50', 'group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30', 'group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground', 'group-[.destructive]:focus:ring-destructive', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScToastAction, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScToastAction, isStandalone: true, selector: "button[scToastAction]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "toast-action", "type": "button" }, properties: { "class": "class()" } }, ngImport: i0 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScToastAction, deps: [], target: i0.ɵɵFactoryTarget.Directive });
8
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScToastAction, isStandalone: true, selector: "button[scToastAction]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "toast-action", "type": "button" }, properties: { "class": "class()" } }, ngImport: i0 });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScToastAction, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScToastAction, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'button[scToastAction]',
@@ -6,10 +6,10 @@ export class ScToastClose {
6
6
  /** Emitted when close button is clicked */
7
7
  close = output();
8
8
  class = computed(() => cn('absolute right-1 top-1 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity', 'hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-1 group-hover:opacity-100', 'group-[.destructive]:text-red-800/50 group-[.destructive]:hover:text-red-800', 'group-[.destructive]:focus:ring-red-400', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : []));
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScToastClose, deps: [], target: i0.ɵɵFactoryTarget.Directive });
10
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.5", type: ScToastClose, isStandalone: true, selector: "button[scToastClose]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { close: "close" }, host: { attributes: { "data-slot": "toast-close", "type": "button", "aria-label": "Close" }, listeners: { "click": "close.emit()" }, properties: { "class": "class()" } }, ngImport: i0 });
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScToastClose, deps: [], target: i0.ɵɵFactoryTarget.Directive });
10
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.0", type: ScToastClose, isStandalone: true, selector: "button[scToastClose]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { close: "close" }, host: { attributes: { "data-slot": "toast-close", "type": "button", "aria-label": "Close" }, listeners: { "click": "close.emit()" }, properties: { "class": "class()" } }, ngImport: i0 });
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ScToastClose, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ScToastClose, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: 'button[scToastClose]',