@ojiepermana/angular 21.3.3 → 22.0.1

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 (291) hide show
  1. package/README.md +10 -6
  2. package/component/accordion/README.md +195 -0
  3. package/component/alert/README.md +182 -0
  4. package/component/alert-dialog/README.md +239 -0
  5. package/component/aspect-ratio/README.md +112 -0
  6. package/component/avatar/README.md +176 -0
  7. package/component/badge/README.md +133 -0
  8. package/component/breadcrumb/README.md +216 -0
  9. package/component/button/README.md +139 -0
  10. package/component/button-group/README.md +208 -0
  11. package/component/calendar/README.md +132 -0
  12. package/component/card/README.md +220 -0
  13. package/component/carousel/README.md +276 -0
  14. package/component/checkbox/README.md +149 -0
  15. package/component/collapsible/README.md +195 -0
  16. package/component/combobox/README.md +198 -0
  17. package/component/command/README.md +275 -0
  18. package/component/composer/README.md +235 -0
  19. package/component/composer/package.json +4 -0
  20. package/component/context-menu/README.md +267 -0
  21. package/component/date-picker/README.md +177 -0
  22. package/component/dialog/README.md +237 -0
  23. package/component/drawer/README.md +145 -0
  24. package/component/dropdown-menu/README.md +311 -0
  25. package/component/editor/README.md +136 -0
  26. package/component/editor/package.json +4 -0
  27. package/component/empty/README.md +183 -0
  28. package/component/empty/package.json +4 -0
  29. package/component/form/README.md +210 -0
  30. package/component/hover-card/README.md +146 -0
  31. package/component/hover-card/package.json +4 -0
  32. package/component/input/README.md +159 -0
  33. package/component/input-group/README.md +239 -0
  34. package/component/input-otp/README.md +278 -0
  35. package/component/input-otp/package.json +4 -0
  36. package/component/item/README.md +247 -0
  37. package/component/kanban/README.md +81 -0
  38. package/component/kanban/package.json +4 -0
  39. package/component/kbd/README.md +139 -0
  40. package/component/kbd/package.json +4 -0
  41. package/component/label/README.md +136 -0
  42. package/component/menubar/README.md +269 -0
  43. package/component/menubar/package.json +4 -0
  44. package/component/native-select/README.md +176 -0
  45. package/component/native-select/package.json +4 -0
  46. package/component/navigation-menu/README.md +160 -0
  47. package/component/navigation-menu/package.json +4 -0
  48. package/component/pagination/README.md +144 -0
  49. package/component/pillbox/README.md +67 -0
  50. package/component/pillbox/package.json +4 -0
  51. package/component/popover/README.md +43 -0
  52. package/component/progress/README.md +160 -0
  53. package/component/radio/README.md +209 -0
  54. package/component/resizable/README.md +168 -0
  55. package/component/resizable/package.json +4 -0
  56. package/component/scroll-area/README.md +143 -0
  57. package/component/select/README.md +174 -0
  58. package/component/separator/README.md +170 -0
  59. package/component/sheet/README.md +183 -0
  60. package/component/skeleton/README.md +158 -0
  61. package/component/slider/README.md +207 -0
  62. package/component/spinner/README.md +160 -0
  63. package/component/spinner/package.json +4 -0
  64. package/component/switch/README.md +166 -0
  65. package/component/table/README.md +291 -0
  66. package/component/tabs/README.md +219 -0
  67. package/component/textarea/README.md +154 -0
  68. package/component/timeline/README.md +94 -0
  69. package/component/timeline/package.json +4 -0
  70. package/component/toast/README.md +321 -0
  71. package/component/toggle/README.md +131 -0
  72. package/component/toggle/package.json +4 -0
  73. package/component/toggle-group/README.md +206 -0
  74. package/component/toggle-group/package.json +4 -0
  75. package/component/tooltip/README.md +211 -0
  76. package/fesm2022/ojiepermana-angular-component-accordion.mjs +45 -30
  77. package/fesm2022/ojiepermana-angular-component-accordion.mjs.map +1 -1
  78. package/fesm2022/ojiepermana-angular-component-alert-dialog.mjs +95 -61
  79. package/fesm2022/ojiepermana-angular-component-alert-dialog.mjs.map +1 -1
  80. package/fesm2022/ojiepermana-angular-component-alert.mjs +30 -21
  81. package/fesm2022/ojiepermana-angular-component-alert.mjs.map +1 -1
  82. package/fesm2022/ojiepermana-angular-component-aspect-ratio.mjs +11 -7
  83. package/fesm2022/ojiepermana-angular-component-aspect-ratio.mjs.map +1 -1
  84. package/fesm2022/ojiepermana-angular-component-avatar.mjs +50 -34
  85. package/fesm2022/ojiepermana-angular-component-avatar.mjs.map +1 -1
  86. package/fesm2022/ojiepermana-angular-component-badge.mjs +9 -6
  87. package/fesm2022/ojiepermana-angular-component-badge.mjs.map +1 -1
  88. package/fesm2022/ojiepermana-angular-component-breadcrumb.mjs +49 -35
  89. package/fesm2022/ojiepermana-angular-component-breadcrumb.mjs.map +1 -1
  90. package/fesm2022/ojiepermana-angular-component-button-group.mjs +25 -17
  91. package/fesm2022/ojiepermana-angular-component-button-group.mjs.map +1 -1
  92. package/fesm2022/ojiepermana-angular-component-button.mjs +11 -7
  93. package/fesm2022/ojiepermana-angular-component-button.mjs.map +1 -1
  94. package/fesm2022/ojiepermana-angular-component-calendar.mjs +23 -13
  95. package/fesm2022/ojiepermana-angular-component-calendar.mjs.map +1 -1
  96. package/fesm2022/ojiepermana-angular-component-card.mjs +51 -36
  97. package/fesm2022/ojiepermana-angular-component-card.mjs.map +1 -1
  98. package/fesm2022/ojiepermana-angular-component-carousel.mjs +66 -42
  99. package/fesm2022/ojiepermana-angular-component-carousel.mjs.map +1 -1
  100. package/fesm2022/ojiepermana-angular-component-chart.mjs +494 -283
  101. package/fesm2022/ojiepermana-angular-component-chart.mjs.map +1 -1
  102. package/fesm2022/ojiepermana-angular-component-checkbox.mjs +23 -13
  103. package/fesm2022/ojiepermana-angular-component-checkbox.mjs.map +1 -1
  104. package/fesm2022/ojiepermana-angular-component-collapsible.mjs +28 -20
  105. package/fesm2022/ojiepermana-angular-component-collapsible.mjs.map +1 -1
  106. package/fesm2022/ojiepermana-angular-component-combobox.mjs +27 -18
  107. package/fesm2022/ojiepermana-angular-component-combobox.mjs.map +1 -1
  108. package/fesm2022/ojiepermana-angular-component-command.mjs +77 -52
  109. package/fesm2022/ojiepermana-angular-component-command.mjs.map +1 -1
  110. package/fesm2022/ojiepermana-angular-component-composer.mjs +352 -0
  111. package/fesm2022/ojiepermana-angular-component-composer.mjs.map +1 -0
  112. package/fesm2022/ojiepermana-angular-component-context-menu.mjs +9 -6
  113. package/fesm2022/ojiepermana-angular-component-context-menu.mjs.map +1 -1
  114. package/fesm2022/ojiepermana-angular-component-date-picker.mjs +34 -19
  115. package/fesm2022/ojiepermana-angular-component-date-picker.mjs.map +1 -1
  116. package/fesm2022/ojiepermana-angular-component-dialog.mjs +55 -38
  117. package/fesm2022/ojiepermana-angular-component-dialog.mjs.map +1 -1
  118. package/fesm2022/ojiepermana-angular-component-drawer.mjs.map +1 -1
  119. package/fesm2022/ojiepermana-angular-component-dropdown-menu.mjs +108 -74
  120. package/fesm2022/ojiepermana-angular-component-dropdown-menu.mjs.map +1 -1
  121. package/fesm2022/ojiepermana-angular-component-editor.mjs +717 -0
  122. package/fesm2022/ojiepermana-angular-component-editor.mjs.map +1 -0
  123. package/fesm2022/ojiepermana-angular-component-empty.mjs +145 -0
  124. package/fesm2022/ojiepermana-angular-component-empty.mjs.map +1 -0
  125. package/fesm2022/ojiepermana-angular-component-form.mjs +200 -42
  126. package/fesm2022/ojiepermana-angular-component-form.mjs.map +1 -1
  127. package/fesm2022/ojiepermana-angular-component-hover-card.mjs +297 -0
  128. package/fesm2022/ojiepermana-angular-component-hover-card.mjs.map +1 -0
  129. package/fesm2022/ojiepermana-angular-component-input-group.mjs +48 -33
  130. package/fesm2022/ojiepermana-angular-component-input-group.mjs.map +1 -1
  131. package/fesm2022/ojiepermana-angular-component-input-otp.mjs +514 -0
  132. package/fesm2022/ojiepermana-angular-component-input-otp.mjs.map +1 -0
  133. package/fesm2022/ojiepermana-angular-component-input.mjs +7 -5
  134. package/fesm2022/ojiepermana-angular-component-input.mjs.map +1 -1
  135. package/fesm2022/ojiepermana-angular-component-item.mjs +76 -53
  136. package/fesm2022/ojiepermana-angular-component-item.mjs.map +1 -1
  137. package/fesm2022/ojiepermana-angular-component-kanban.mjs +314 -0
  138. package/fesm2022/ojiepermana-angular-component-kanban.mjs.map +1 -0
  139. package/fesm2022/ojiepermana-angular-component-kbd.mjs +55 -0
  140. package/fesm2022/ojiepermana-angular-component-kbd.mjs.map +1 -0
  141. package/fesm2022/ojiepermana-angular-component-label.mjs +9 -6
  142. package/fesm2022/ojiepermana-angular-component-label.mjs.map +1 -1
  143. package/fesm2022/ojiepermana-angular-component-menubar.mjs +308 -0
  144. package/fesm2022/ojiepermana-angular-component-menubar.mjs.map +1 -0
  145. package/fesm2022/ojiepermana-angular-component-native-select.mjs +67 -0
  146. package/fesm2022/ojiepermana-angular-component-native-select.mjs.map +1 -0
  147. package/fesm2022/ojiepermana-angular-component-navigation-menu.mjs +413 -0
  148. package/fesm2022/ojiepermana-angular-component-navigation-menu.mjs.map +1 -0
  149. package/fesm2022/ojiepermana-angular-component-pagination.mjs +65 -31
  150. package/fesm2022/ojiepermana-angular-component-pagination.mjs.map +1 -1
  151. package/fesm2022/ojiepermana-angular-component-pillbox.mjs +812 -0
  152. package/fesm2022/ojiepermana-angular-component-pillbox.mjs.map +1 -0
  153. package/fesm2022/ojiepermana-angular-component-popover.mjs +18 -12
  154. package/fesm2022/ojiepermana-angular-component-popover.mjs.map +1 -1
  155. package/fesm2022/ojiepermana-angular-component-progress.mjs +17 -10
  156. package/fesm2022/ojiepermana-angular-component-progress.mjs.map +1 -1
  157. package/fesm2022/ojiepermana-angular-component-radio.mjs +47 -17
  158. package/fesm2022/ojiepermana-angular-component-radio.mjs.map +1 -1
  159. package/fesm2022/ojiepermana-angular-component-resizable.mjs +481 -0
  160. package/fesm2022/ojiepermana-angular-component-resizable.mjs.map +1 -0
  161. package/fesm2022/ojiepermana-angular-component-scroll-area.mjs +15 -9
  162. package/fesm2022/ojiepermana-angular-component-scroll-area.mjs.map +1 -1
  163. package/fesm2022/ojiepermana-angular-component-select.mjs +71 -26
  164. package/fesm2022/ojiepermana-angular-component-select.mjs.map +1 -1
  165. package/fesm2022/ojiepermana-angular-component-separator.mjs +11 -7
  166. package/fesm2022/ojiepermana-angular-component-separator.mjs.map +1 -1
  167. package/fesm2022/ojiepermana-angular-component-sheet.mjs +91 -42
  168. package/fesm2022/ojiepermana-angular-component-sheet.mjs.map +1 -1
  169. package/fesm2022/ojiepermana-angular-component-skeleton.mjs +7 -5
  170. package/fesm2022/ojiepermana-angular-component-skeleton.mjs.map +1 -1
  171. package/fesm2022/ojiepermana-angular-component-slider.mjs +401 -7
  172. package/fesm2022/ojiepermana-angular-component-slider.mjs.map +1 -1
  173. package/fesm2022/ojiepermana-angular-component-spinner.mjs +60 -0
  174. package/fesm2022/ojiepermana-angular-component-spinner.mjs.map +1 -0
  175. package/fesm2022/ojiepermana-angular-component-switch.mjs +47 -15
  176. package/fesm2022/ojiepermana-angular-component-switch.mjs.map +1 -1
  177. package/fesm2022/ojiepermana-angular-component-table.mjs +56 -40
  178. package/fesm2022/ojiepermana-angular-component-table.mjs.map +1 -1
  179. package/fesm2022/ojiepermana-angular-component-tabs.mjs +58 -38
  180. package/fesm2022/ojiepermana-angular-component-tabs.mjs.map +1 -1
  181. package/fesm2022/ojiepermana-angular-component-textarea.mjs +8 -6
  182. package/fesm2022/ojiepermana-angular-component-textarea.mjs.map +1 -1
  183. package/fesm2022/ojiepermana-angular-component-timeline.mjs +237 -0
  184. package/fesm2022/ojiepermana-angular-component-timeline.mjs.map +1 -0
  185. package/fesm2022/ojiepermana-angular-component-toast.mjs +28 -4
  186. package/fesm2022/ojiepermana-angular-component-toast.mjs.map +1 -1
  187. package/fesm2022/ojiepermana-angular-component-toggle-group.mjs +289 -0
  188. package/fesm2022/ojiepermana-angular-component-toggle-group.mjs.map +1 -0
  189. package/fesm2022/ojiepermana-angular-component-toggle.mjs +82 -0
  190. package/fesm2022/ojiepermana-angular-component-toggle.mjs.map +1 -0
  191. package/fesm2022/ojiepermana-angular-component-tooltip.mjs +304 -6
  192. package/fesm2022/ojiepermana-angular-component-tooltip.mjs.map +1 -1
  193. package/fesm2022/ojiepermana-angular-component-utils.mjs.map +1 -1
  194. package/fesm2022/ojiepermana-angular-layout-component.mjs +45 -24
  195. package/fesm2022/ojiepermana-angular-layout-component.mjs.map +1 -1
  196. package/fesm2022/ojiepermana-angular-layout-provider.mjs.map +1 -1
  197. package/fesm2022/ojiepermana-angular-layout-services.mjs +7 -5
  198. package/fesm2022/ojiepermana-angular-layout-services.mjs.map +1 -1
  199. package/fesm2022/ojiepermana-angular-layout-shell.mjs +3 -3
  200. package/fesm2022/ojiepermana-angular-layout-shell.mjs.map +1 -1
  201. package/fesm2022/ojiepermana-angular-layout-token-directive.mjs +9 -6
  202. package/fesm2022/ojiepermana-angular-layout-token-directive.mjs.map +1 -1
  203. package/fesm2022/ojiepermana-angular-layout-token.mjs.map +1 -1
  204. package/fesm2022/{ojiepermana-angular-layout-empty.mjs → ojiepermana-angular-layout-type-empty.mjs} +4 -4
  205. package/fesm2022/ojiepermana-angular-layout-type-empty.mjs.map +1 -0
  206. package/fesm2022/{ojiepermana-angular-layout-horizontal.mjs → ojiepermana-angular-layout-type-horizontal.mjs} +26 -17
  207. package/fesm2022/ojiepermana-angular-layout-type-horizontal.mjs.map +1 -0
  208. package/fesm2022/{ojiepermana-angular-layout-vertical.mjs → ojiepermana-angular-layout-type-vertical.mjs} +28 -18
  209. package/fesm2022/ojiepermana-angular-layout-type-vertical.mjs.map +1 -0
  210. package/fesm2022/ojiepermana-angular-layout.mjs +74 -50
  211. package/fesm2022/ojiepermana-angular-layout.mjs.map +1 -1
  212. package/fesm2022/ojiepermana-angular-navigation-demo-data.mjs.map +1 -1
  213. package/fesm2022/ojiepermana-angular-navigation-icon.mjs +11 -7
  214. package/fesm2022/ojiepermana-angular-navigation-icon.mjs.map +1 -1
  215. package/fesm2022/ojiepermana-angular-navigation-item.mjs +27 -16
  216. package/fesm2022/ojiepermana-angular-navigation-item.mjs.map +1 -1
  217. package/fesm2022/ojiepermana-angular-navigation-service.mjs +29 -20
  218. package/fesm2022/ojiepermana-angular-navigation-service.mjs.map +1 -1
  219. package/fesm2022/ojiepermana-angular-navigation-sidebar.mjs +71 -43
  220. package/fesm2022/ojiepermana-angular-navigation-sidebar.mjs.map +1 -1
  221. package/fesm2022/ojiepermana-angular-navigation-topbar.mjs +261 -24
  222. package/fesm2022/ojiepermana-angular-navigation-topbar.mjs.map +1 -1
  223. package/fesm2022/ojiepermana-angular-theme-provider.mjs.map +1 -1
  224. package/fesm2022/ojiepermana-angular-theme-services.mjs +19 -11
  225. package/fesm2022/ojiepermana-angular-theme-services.mjs.map +1 -1
  226. package/fesm2022/ojiepermana-angular-theme-token.mjs.map +1 -1
  227. package/fesm2022/ojiepermana-angular-theme.mjs +19 -11
  228. package/fesm2022/ojiepermana-angular-theme.mjs.map +1 -1
  229. package/generator/api/README.md +8 -5
  230. package/generator/api/bin/src/emit/client.js +4 -2
  231. package/generator/api/bin/src/writer/index.js +47 -5
  232. package/generator/guide/bin/schematics/build/index.js +3 -2
  233. package/generator/guide/bin/src/engine/component.js +2 -2
  234. package/generator/guide/bin/src/engine/index.js +3 -3
  235. package/generator/guide/bin/src/engine/render.js +10 -5
  236. package/layout/type/empty/package.json +4 -0
  237. package/layout/type/horizontal/package.json +4 -0
  238. package/layout/type/vertical/package.json +4 -0
  239. package/navigation/topbar/README.md +196 -0
  240. package/package.json +89 -25
  241. package/theme/README.md +110 -3
  242. package/theme/styles/integrations/material/autocomplete.css +178 -0
  243. package/theme/styles/integrations/material/button.css +468 -0
  244. package/theme/styles/integrations/material/dialog.css +152 -0
  245. package/theme/styles/integrations/material/select.css +175 -0
  246. package/theme/styles/integrations/material/slide-toggle.css +234 -0
  247. package/theme/styles/integrations/material/slider.css +194 -0
  248. package/theme/styles/integrations/material/tabs.css +229 -0
  249. package/theme/styles/integrations/material.css +70 -60
  250. package/types/ojiepermana-angular-component-combobox.d.ts +1 -2
  251. package/types/ojiepermana-angular-component-composer.d.ts +90 -0
  252. package/types/ojiepermana-angular-component-dropdown-menu.d.ts +2 -0
  253. package/types/ojiepermana-angular-component-editor.d.ts +123 -0
  254. package/types/ojiepermana-angular-component-empty.d.ts +50 -0
  255. package/types/ojiepermana-angular-component-form.d.ts +52 -3
  256. package/types/ojiepermana-angular-component-hover-card.d.ts +74 -0
  257. package/types/ojiepermana-angular-component-input-otp.d.ts +136 -0
  258. package/types/ojiepermana-angular-component-kanban.d.ts +70 -0
  259. package/types/ojiepermana-angular-component-kbd.d.ts +16 -0
  260. package/types/ojiepermana-angular-component-menubar.d.ts +67 -0
  261. package/types/ojiepermana-angular-component-native-select.d.ts +26 -0
  262. package/types/ojiepermana-angular-component-navigation-menu.d.ts +96 -0
  263. package/types/ojiepermana-angular-component-pagination.d.ts +10 -4
  264. package/types/ojiepermana-angular-component-pillbox.d.ts +157 -0
  265. package/types/ojiepermana-angular-component-radio.d.ts +7 -1
  266. package/types/ojiepermana-angular-component-resizable.d.ts +99 -0
  267. package/types/ojiepermana-angular-component-select.d.ts +17 -5
  268. package/types/ojiepermana-angular-component-sheet.d.ts +3 -1
  269. package/types/ojiepermana-angular-component-slider.d.ts +59 -1
  270. package/types/ojiepermana-angular-component-spinner.d.ts +13 -0
  271. package/types/ojiepermana-angular-component-switch.d.ts +13 -3
  272. package/types/ojiepermana-angular-component-timeline.d.ts +63 -0
  273. package/types/ojiepermana-angular-component-toast.d.ts +12 -3
  274. package/types/ojiepermana-angular-component-toggle-group.d.ts +89 -0
  275. package/types/ojiepermana-angular-component-toggle.d.ts +25 -0
  276. package/types/ojiepermana-angular-component-tooltip.d.ts +72 -5
  277. package/types/{ojiepermana-angular-layout-horizontal.d.ts → ojiepermana-angular-layout-type-horizontal.d.ts} +3 -3
  278. package/types/{ojiepermana-angular-layout-vertical.d.ts → ojiepermana-angular-layout-type-vertical.d.ts} +3 -3
  279. package/types/ojiepermana-angular-layout.d.ts +5 -5
  280. package/types/ojiepermana-angular-navigation-item.d.ts +1 -1
  281. package/types/ojiepermana-angular-navigation-service.d.ts +7 -7
  282. package/types/ojiepermana-angular-navigation-sidebar.d.ts +8 -8
  283. package/types/ojiepermana-angular-navigation-topbar.d.ts +24 -4
  284. package/types/ojiepermana-angular-navigation-types.d.ts +14 -8
  285. package/fesm2022/ojiepermana-angular-layout-empty.mjs.map +0 -1
  286. package/fesm2022/ojiepermana-angular-layout-horizontal.mjs.map +0 -1
  287. package/fesm2022/ojiepermana-angular-layout-vertical.mjs.map +0 -1
  288. package/layout/empty/package.json +0 -4
  289. package/layout/horizontal/package.json +0 -4
  290. package/layout/vertical/package.json +0 -4
  291. /package/types/{ojiepermana-angular-layout-empty.d.ts → ojiepermana-angular-layout-type-empty.d.ts} +0 -0
@@ -0,0 +1,237 @@
1
+ # Dialog
2
+
3
+ Displays a modal surface over the current page, traps focus while open, and restores focus to the previously active element when it closes.
4
+
5
+ Use Dialog for confirmation flows, compact forms, link sharing, and long-form review tasks that should keep the user in the current context.
6
+
7
+ ## Import
8
+
9
+ ```ts
10
+ import { ButtonComponent } from '@ojiepermana/angular/component/button';
11
+ import {
12
+ DialogCloseDirective,
13
+ DialogComponent,
14
+ DialogContentComponent,
15
+ DialogDescriptionComponent,
16
+ DialogFooterComponent,
17
+ DialogHeaderComponent,
18
+ DialogTitleComponent,
19
+ } from '@ojiepermana/angular/component/dialog';
20
+ import { InputComponent } from '@ojiepermana/angular/component/input';
21
+ import { LabelComponent } from '@ojiepermana/angular/component/label';
22
+ ```
23
+
24
+ ## Composition
25
+
26
+ The Angular composition tracks the shadcn structure, with one intentional mapping difference: shadcn `DialogTrigger` becomes any external control that toggles the `open` signal.
27
+
28
+ ```text
29
+ button[ui-button] (external trigger; sets the open signal)
30
+ ui-dialog
31
+ ├── built-in close button (optional)
32
+ ├── ui-dialog-header
33
+ │ ├── ui-dialog-title
34
+ │ └── ui-dialog-description
35
+ ├── ui-dialog-content (optional body wrapper)
36
+ └── ui-dialog-footer
37
+ └── button[ui-dialog-close] (optional custom close action)
38
+ ```
39
+
40
+ ## Basic usage
41
+
42
+ Use an external button or link to toggle the `open` signal, then declare the dialog structure inside `ui-dialog`.
43
+
44
+ ```html
45
+ <button type="button" ui-button variant="outline" (click)="open.set(true)">Edit profile</button>
46
+
47
+ <ui-dialog [(open)]="open" aria-labelledby="dialog-title" aria-describedby="dialog-description" class="sm:max-w-sm">
48
+ <ui-dialog-header>
49
+ <ui-dialog-title id="dialog-title">Edit profile</ui-dialog-title>
50
+ <ui-dialog-description id="dialog-description">
51
+ Make changes to your profile here. Click save when you are done.
52
+ </ui-dialog-description>
53
+ </ui-dialog-header>
54
+
55
+ <ui-dialog-content class="grid gap-4 py-2">
56
+ <div class="grid gap-2">
57
+ <label ui-label for="name">Name</label>
58
+ <input ui-input id="name" value="Pedro Duarte" />
59
+ </div>
60
+ <div class="grid gap-2">
61
+ <label ui-label for="username">Username</label>
62
+ <input ui-input id="username" value="@peduarte" />
63
+ </div>
64
+ </ui-dialog-content>
65
+
66
+ <ui-dialog-footer>
67
+ <button type="button" ui-button variant="outline" ui-dialog-close>Cancel</button>
68
+ <button type="button" ui-button (click)="open.set(false)">Save changes</button>
69
+ </ui-dialog-footer>
70
+ </ui-dialog>
71
+ ```
72
+
73
+ ## Common patterns
74
+
75
+ ### Destructive confirmation
76
+
77
+ Use a short title, short body copy, and explicit cancel/confirm actions for destructive flows.
78
+
79
+ ```html
80
+ <button type="button" ui-button variant="destructive" (click)="confirmOpen.set(true)">Delete project</button>
81
+
82
+ <ui-dialog [(open)]="confirmOpen">
83
+ <ui-dialog-header>
84
+ <ui-dialog-title>Delete this project?</ui-dialog-title>
85
+ <ui-dialog-description>
86
+ This action cannot be undone. This permanently deletes your project.
87
+ </ui-dialog-description>
88
+ </ui-dialog-header>
89
+ <ui-dialog-footer>
90
+ <button type="button" ui-button variant="outline" ui-dialog-close>Cancel</button>
91
+ <button type="button" ui-button variant="destructive" (click)="confirmOpen.set(false)">Delete</button>
92
+ </ui-dialog-footer>
93
+ </ui-dialog>
94
+ ```
95
+
96
+ ### Custom close button
97
+
98
+ Hide the built-in corner close control with `[showCloseButton]="false"` and place `button[ui-dialog-close]` wherever dismissal should live.
99
+
100
+ ```html
101
+ <ui-dialog [(open)]="shareOpen" [showCloseButton]="false" class="sm:max-w-md">
102
+ <ui-dialog-header>
103
+ <ui-dialog-title>Share link</ui-dialog-title>
104
+ <ui-dialog-description> Anyone who has this link can view this workspace. </ui-dialog-description>
105
+ </ui-dialog-header>
106
+ <ui-dialog-content class="grid gap-4 py-2">
107
+ <div class="grid gap-2">
108
+ <label ui-label for="share-link">Link</label>
109
+ <input ui-input id="share-link" readonly value="https://ui.shadcn.com/docs/components/radix/dialog" />
110
+ </div>
111
+ </ui-dialog-content>
112
+ <ui-dialog-footer class="sm:justify-start">
113
+ <button type="button" ui-button ui-dialog-close>Close</button>
114
+ </ui-dialog-footer>
115
+ </ui-dialog>
116
+ ```
117
+
118
+ ### No close button
119
+
120
+ Use `[showCloseButton]="false"` without an internal close action when Escape and backdrop dismissal are enough.
121
+
122
+ ```html
123
+ <ui-dialog [(open)]="noCloseOpen" [showCloseButton]="false">
124
+ <ui-dialog-header>
125
+ <ui-dialog-title>No Close Button</ui-dialog-title>
126
+ <ui-dialog-description>
127
+ Dismiss this dialog with Escape, the backdrop, or another action you control.
128
+ </ui-dialog-description>
129
+ </ui-dialog-header>
130
+ </ui-dialog>
131
+ ```
132
+
133
+ ### Sticky footer for long content
134
+
135
+ Move the scroll region into `ui-dialog-content` and keep the footer outside that overflow container so primary actions remain visible.
136
+
137
+ ```html
138
+ <ui-dialog [(open)]="stickyOpen" [showCloseButton]="false" class="max-h-[85vh] overflow-hidden p-0 sm:max-w-lg">
139
+ <ui-dialog-header class="px-6 pt-6">
140
+ <ui-dialog-title>Sticky Footer</ui-dialog-title>
141
+ <ui-dialog-description>Keep actions visible while the content scrolls.</ui-dialog-description>
142
+ </ui-dialog-header>
143
+ <ui-dialog-content class="max-h-[45vh] overflow-y-auto px-6 pb-6">
144
+ <!-- long content -->
145
+ </ui-dialog-content>
146
+ <ui-dialog-footer class="border-t border-border bg-background px-6 py-4 sm:justify-start">
147
+ <button type="button" ui-button variant="outline" ui-dialog-close>Close</button>
148
+ <button type="button" ui-button (click)="stickyOpen.set(false)">Save changes</button>
149
+ </ui-dialog-footer>
150
+ </ui-dialog>
151
+ ```
152
+
153
+ ### RTL
154
+
155
+ Wrap the trigger and dialog in a `dir="rtl"` container or set direction globally in the app shell.
156
+
157
+ ```html
158
+ <div dir="rtl" lang="ar" class="text-right">
159
+ <button type="button" ui-button variant="outline" (click)="rtlOpen.set(true)">فتح الحوار</button>
160
+
161
+ <ui-dialog [(open)]="rtlOpen" [showCloseButton]="false" class="sm:max-w-sm">
162
+ <ui-dialog-header>
163
+ <ui-dialog-title>تعديل الملف الشخصي</ui-dialog-title>
164
+ <ui-dialog-description> قم بإجراء تغييرات على ملفك الشخصي هنا. انقر فوق حفظ عند الانتهاء. </ui-dialog-description>
165
+ </ui-dialog-header>
166
+ <ui-dialog-content class="grid gap-4 py-2">
167
+ <div class="grid gap-2">...</div>
168
+ <div class="grid gap-2">...</div>
169
+ </ui-dialog-content>
170
+ <ui-dialog-footer>
171
+ <button type="button" ui-button variant="outline" ui-dialog-close>إلغاء</button>
172
+ <button type="button" ui-button (click)="rtlOpen.set(false)">حفظ التغييرات</button>
173
+ </ui-dialog-footer>
174
+ </ui-dialog>
175
+ </div>
176
+ ```
177
+
178
+ ## API reference
179
+
180
+ ### `DialogComponent`
181
+
182
+ | Input | Type | Default |
183
+ | ---------------------- | ---------------- | --------- |
184
+ | `open` (model) | `boolean` | `false` |
185
+ | `closeOnEscape` | `boolean` | `true` |
186
+ | `closeOnBackdropClick` | `boolean` | `true` |
187
+ | `showCloseButton` | `boolean` | `true` |
188
+ | `closeButtonLabel` | `string` | `'Close'` |
189
+ | `aria-labelledby` | `string \| null` | `null` |
190
+ | `aria-describedby` | `string \| null` | `null` |
191
+ | `class` | `string` | `''` |
192
+
193
+ Output: `openedChange: boolean`. Method: `close()`.
194
+
195
+ ### Parts
196
+
197
+ | Part | Purpose |
198
+ | ------------------------- | -------------------------------------------------------- |
199
+ | `ui-dialog-header` | Title and description wrapper |
200
+ | `ui-dialog-title` | Primary dialog label |
201
+ | `ui-dialog-description` | Supporting copy announced by assistive tech |
202
+ | `ui-dialog-content` | Optional body wrapper for forms, grids, and scroll areas |
203
+ | `ui-dialog-footer` | Action row |
204
+ | `button[ui-dialog-close]` | Custom close action mapped to shadcn `DialogClose` |
205
+
206
+ Lower-level behavior is based on the Radix Dialog pattern: <https://www.radix-ui.com/primitives/docs/components/dialog#api-reference>.
207
+
208
+ ## Styling and theming
209
+
210
+ The dialog surface uses the shared theme tokens for background, border, foreground, and ring colors. Pass `class` to `ui-dialog` when you need to adjust width, max height, overflow strategy, or padding for a specific modal pattern.
211
+
212
+ Use `ui-dialog-content` and `ui-dialog-footer` classes to create scroll regions, sticky action rows, or wider content layouts without forking the primitive.
213
+
214
+ ## Accessibility
215
+
216
+ - The surface renders with `role="dialog"` and `aria-modal="true"`.
217
+ - Focus is trapped inside with `FocusTrap` from `@angular/cdk/a11y`.
218
+ - Focus returns to the previously active element when the dialog closes.
219
+ - Escape and backdrop dismissal are enabled by default but can be disabled for stricter flows.
220
+ - Keep titles and descriptions concise so screen readers announce useful context immediately.
221
+
222
+ ## Keyboard interactions
223
+
224
+ - `Tab` and `Shift+Tab` stay inside the dialog while it is open.
225
+ - `Escape` closes the dialog unless `closeOnEscape` is disabled.
226
+ - Native button activation handles `Enter` and `Space` for dialog actions.
227
+
228
+ ## Angular notes
229
+
230
+ - This implementation intentionally maps shadcn `DialogTrigger` to an external control that owns the `open` signal.
231
+ - `button[ui-dialog-close]` is the Angular-friendly equivalent of shadcn `DialogClose` for internal dismissal actions.
232
+ - Seed open state with a signal in the owning component and keep the dialog content declarative.
233
+ - Hide the built-in close affordance with `[showCloseButton]="false"` when the footer or body owns dismissal explicitly.
234
+
235
+ ## Source parity
236
+
237
+ This Angular implementation follows the shadcn Dialog information architecture and examples while translating the interaction model to Angular selectors, signal-driven state, and explicit ownership of the trigger outside the modal content.
@@ -0,0 +1,145 @@
1
+ # Drawer
2
+
3
+ Bottom-first modal drawer built on the local Sheet overlay primitive. It mirrors the shadcn Drawer composition while using Angular signals and explicit standalone imports.
4
+
5
+ ## Import
6
+
7
+ ```ts
8
+ import { ButtonComponent } from '@ojiepermana/angular/component/button';
9
+ import {
10
+ DrawerCloseDirective,
11
+ DrawerComponent,
12
+ DrawerContentComponent,
13
+ DrawerDescriptionComponent,
14
+ DrawerFooterComponent,
15
+ DrawerHeaderComponent,
16
+ DrawerTitleComponent,
17
+ } from '@ojiepermana/angular/component/drawer';
18
+ ```
19
+
20
+ ## Usage
21
+
22
+ ```ts
23
+ import { ChangeDetectionStrategy, Component, signal } from '@angular/core';
24
+ import { ButtonComponent } from '@ojiepermana/angular/component/button';
25
+ import {
26
+ DrawerCloseDirective,
27
+ DrawerComponent,
28
+ DrawerDescriptionComponent,
29
+ DrawerFooterComponent,
30
+ DrawerHeaderComponent,
31
+ DrawerTitleComponent,
32
+ } from '@ojiepermana/angular/component/drawer';
33
+
34
+ @Component({
35
+ selector: 'app-drawer-example',
36
+ changeDetection: ChangeDetectionStrategy.OnPush,
37
+ imports: [
38
+ ButtonComponent,
39
+ DrawerCloseDirective,
40
+ DrawerComponent,
41
+ DrawerDescriptionComponent,
42
+ DrawerFooterComponent,
43
+ DrawerHeaderComponent,
44
+ DrawerTitleComponent,
45
+ ],
46
+ template: `
47
+ <button type="button" ui-button variant="outline" (click)="open.set(true)">Open Drawer</button>
48
+
49
+ <ui-drawer [(open)]="open" aria-labelledby="drawer-title" aria-describedby="drawer-description">
50
+ <div class="mx-auto w-full max-w-sm">
51
+ <ui-drawer-header>
52
+ <ui-drawer-title id="drawer-title">Move Goal</ui-drawer-title>
53
+ <ui-drawer-description id="drawer-description">Set your daily activity goal.</ui-drawer-description>
54
+ </ui-drawer-header>
55
+ <ui-drawer-footer>
56
+ <button type="button" ui-button>Submit</button>
57
+ <button type="button" ui-button variant="outline" ui-drawer-close>Cancel</button>
58
+ </ui-drawer-footer>
59
+ </div>
60
+ </ui-drawer>
61
+ `,
62
+ })
63
+ export class DrawerExampleComponent {
64
+ protected readonly open = signal(false);
65
+ }
66
+ ```
67
+
68
+ ## Common Patterns
69
+
70
+ ### Sides
71
+
72
+ Drawer defaults to `bottom`, matching the common shadcn and Vaul pattern. Set `side` when the drawer should enter from a different edge.
73
+
74
+ ```html
75
+ <ui-drawer [(open)]="open" side="right" aria-labelledby="drawer-side-title">
76
+ <ui-drawer-header>
77
+ <ui-drawer-title id="drawer-side-title">Scrollable Content</ui-drawer-title>
78
+ </ui-drawer-header>
79
+ <ui-drawer-content class="max-h-[50vh] overflow-y-auto px-1">
80
+ <!-- long content -->
81
+ </ui-drawer-content>
82
+ </ui-drawer>
83
+ ```
84
+
85
+ ### Responsive Dialog
86
+
87
+ Use a desktop breakpoint in the owning component and render Dialog for larger viewports, Drawer for smaller viewports. Keep both surfaces bound to the same `open` signal so trigger and submit actions stay consistent.
88
+
89
+ ```html
90
+ @if (isDesktop()) {
91
+ <ui-dialog [(open)]="open">...</ui-dialog>
92
+ } @else {
93
+ <ui-drawer [(open)]="open">...</ui-drawer>
94
+ }
95
+ ```
96
+
97
+ ## API Reference
98
+
99
+ ### DrawerComponent
100
+
101
+ | Input | Type | Default |
102
+ | ---------------------- | ---------------------------------------- | -------------------------- |
103
+ | `open` | `boolean` model | `false` |
104
+ | `side` | `'top' \| 'right' \| 'bottom' \| 'left'` | `'bottom'` for `ui-drawer` |
105
+ | `closeOnEscape` | `boolean` | `true` |
106
+ | `closeOnBackdropClick` | `boolean` | `true` |
107
+ | `aria-labelledby` | `string \| null` | `null` |
108
+ | `aria-describedby` | `string \| null` | `null` |
109
+ | `class` | `string` | empty string |
110
+
111
+ ### Parts
112
+
113
+ | Part | Purpose |
114
+ | ----------------------------------------------- | ------------------------------------------------------------------------------------ |
115
+ | `ui-drawer-header` | Title and description wrapper. |
116
+ | `ui-drawer-title` | Accessible title. Provide an `id` and connect it with `aria-labelledby`. |
117
+ | `ui-drawer-description` | Supporting text. Provide an `id` and connect it with `aria-describedby` when useful. |
118
+ | `ui-drawer-content` | Optional scroll/body region inside the surface. |
119
+ | `ui-drawer-footer` | Action row. |
120
+ | `button[ui-drawer-close]`, `a[ui-drawer-close]` | Projected close action equivalent to shadcn `DrawerClose`. |
121
+
122
+ ## Styling And Theming
123
+
124
+ The drawer uses the same theme tokens as Sheet: `bg-background`, `border-border`, `text-foreground`, and `text-muted-foreground`. Pass `class` to tune dimensions such as `max-h-[85vh]`, `sm:max-w-md`, or side-specific scroll behavior.
125
+
126
+ ## Accessibility
127
+
128
+ - The surface renders with `role="dialog"` and `aria-modal="true"`.
129
+ - Focus is trapped inside the CDK overlay while open and restored to the previously focused element on close.
130
+ - Provide `aria-labelledby` and `aria-describedby` when the drawer contains a title and description.
131
+ - Use native buttons for open, submit, and close actions.
132
+
133
+ ## Keyboard Interactions
134
+
135
+ - `Tab` and `Shift+Tab` move within the focus-trapped drawer content.
136
+ - `Escape` closes the drawer when `closeOnEscape` is `true`.
137
+ - Enter and Space activate native buttons, including `button[ui-drawer-close]`.
138
+
139
+ ## Angular Notes
140
+
141
+ The Angular Drawer deliberately uses an external trigger button and `[(open)]` signal binding instead of a `DrawerTrigger` component. This keeps ownership of state explicit and avoids hidden context wiring across overlay portals. `DrawerComponent` is exported as an alias over the same implementation as `SheetComponent`, so fixes to focus management, backdrop dismissal, and edge positioning are shared.
142
+
143
+ ## Source Parity
144
+
145
+ shadcn Drawer is built on Vaul and includes drag gestures and scale-background options. This Angular version maps the core modal drawer behavior to CDK Overlay and FocusTrap: bottom-first direction, side selection, focus trapping, Escape/backdrop dismissal, close actions, scrollable content, responsive dialog composition, and RTL-friendly content. It does not implement Vaul drag gestures.