kigumi 0.18.2 → 0.19.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 (536) hide show
  1. package/README.md +5 -1
  2. package/dist/{-DVMKE7OE.js → -AZG6WCTT.js} +935 -330
  3. package/dist/-AZG6WCTT.js.map +1 -0
  4. package/dist/bin.js +1 -1
  5. package/dist/{chunk-5L6FBZCJ.js → chunk-IAHZV2WK.js} +2 -2
  6. package/dist/{chunk-PXVQAK5O.js → chunk-IBUJXZSQ.js} +2 -2
  7. package/dist/{chunk-PXVQAK5O.js.map → chunk-IBUJXZSQ.js.map} +1 -1
  8. package/dist/index.js +934 -329
  9. package/dist/index.js.map +1 -1
  10. package/dist/{install-MI2SLFG5.js → install-KQPNMCKO.js} +3 -3
  11. package/dist/llms.txt +2 -2
  12. package/dist/templates/AGENTS.md +36 -17
  13. package/dist/templates/angular/AnimatedImage/animated-image.component.css.hbs +7 -0
  14. package/dist/templates/angular/AnimatedImage/animated-image.component.spec.ts.hbs +26 -0
  15. package/dist/templates/angular/AnimatedImage/animated-image.component.ts.hbs +67 -0
  16. package/dist/templates/angular/Animation/animation.component.css.hbs +7 -0
  17. package/dist/templates/angular/Animation/animation.component.spec.ts.hbs +26 -0
  18. package/dist/templates/angular/Animation/animation.component.ts.hbs +102 -0
  19. package/dist/templates/angular/Avatar/avatar.component.css.hbs +7 -0
  20. package/dist/templates/angular/Avatar/avatar.component.spec.ts.hbs +26 -0
  21. package/dist/templates/angular/Avatar/avatar.component.ts.hbs +69 -0
  22. package/dist/templates/angular/Badge/badge.component.css.hbs +7 -0
  23. package/dist/templates/angular/Badge/badge.component.spec.ts.hbs +26 -0
  24. package/dist/templates/angular/Badge/badge.component.ts.hbs +54 -0
  25. package/dist/templates/angular/BarChart/bar-chart.component.css.hbs +7 -0
  26. package/dist/templates/angular/BarChart/bar-chart.component.spec.ts.hbs +26 -0
  27. package/dist/templates/angular/BarChart/bar-chart.component.ts.hbs +84 -0
  28. package/dist/templates/angular/Breadcrumb/breadcrumb.component.css.hbs +7 -0
  29. package/dist/templates/angular/Breadcrumb/breadcrumb.component.spec.ts.hbs +26 -0
  30. package/dist/templates/angular/Breadcrumb/breadcrumb.component.ts.hbs +45 -0
  31. package/dist/templates/angular/BreadcrumbItem/breadcrumb-item.component.css.hbs +7 -0
  32. package/dist/templates/angular/BreadcrumbItem/breadcrumb-item.component.spec.ts.hbs +26 -0
  33. package/dist/templates/angular/BreadcrumbItem/breadcrumb-item.component.ts.hbs +51 -0
  34. package/dist/templates/angular/BubbleChart/bubble-chart.component.css.hbs +7 -0
  35. package/dist/templates/angular/BubbleChart/bubble-chart.component.spec.ts.hbs +26 -0
  36. package/dist/templates/angular/BubbleChart/bubble-chart.component.ts.hbs +81 -0
  37. package/dist/templates/angular/Button/button.component.css.hbs +7 -0
  38. package/dist/templates/angular/Button/button.component.spec.ts.hbs +26 -0
  39. package/dist/templates/angular/Button/button.component.ts.hbs +138 -0
  40. package/dist/templates/angular/ButtonGroup/button-group.component.css.hbs +7 -0
  41. package/dist/templates/angular/ButtonGroup/button-group.component.spec.ts.hbs +26 -0
  42. package/dist/templates/angular/ButtonGroup/button-group.component.ts.hbs +48 -0
  43. package/dist/templates/angular/Callout/callout.component.css.hbs +7 -0
  44. package/dist/templates/angular/Callout/callout.component.spec.ts.hbs +26 -0
  45. package/dist/templates/angular/Callout/callout.component.ts.hbs +51 -0
  46. package/dist/templates/angular/Card/card.component.css.hbs +7 -0
  47. package/dist/templates/angular/Card/card.component.spec.ts.hbs +26 -0
  48. package/dist/templates/angular/Card/card.component.ts.hbs +57 -0
  49. package/dist/templates/angular/Carousel/carousel.component.css.hbs +7 -0
  50. package/dist/templates/angular/Carousel/carousel.component.spec.ts.hbs +26 -0
  51. package/dist/templates/angular/Carousel/carousel.component.ts.hbs +91 -0
  52. package/dist/templates/angular/CarouselItem/carousel-item.component.css.hbs +7 -0
  53. package/dist/templates/angular/CarouselItem/carousel-item.component.spec.ts.hbs +26 -0
  54. package/dist/templates/angular/CarouselItem/carousel-item.component.ts.hbs +42 -0
  55. package/dist/templates/angular/Chart/chart.component.css.hbs +7 -0
  56. package/dist/templates/angular/Chart/chart.component.spec.ts.hbs +26 -0
  57. package/dist/templates/angular/Chart/chart.component.ts.hbs +84 -0
  58. package/dist/templates/angular/Checkbox/checkbox.component.css.hbs +7 -0
  59. package/dist/templates/angular/Checkbox/checkbox.component.spec.ts.hbs +26 -0
  60. package/dist/templates/angular/Checkbox/checkbox.component.ts.hbs +151 -0
  61. package/dist/templates/angular/ColorPicker/color-picker.component.css.hbs +7 -0
  62. package/dist/templates/angular/ColorPicker/color-picker.component.spec.ts.hbs +26 -0
  63. package/dist/templates/angular/ColorPicker/color-picker.component.ts.hbs +200 -0
  64. package/dist/templates/angular/Combobox/combobox.component.css.hbs +7 -0
  65. package/dist/templates/angular/Combobox/combobox.component.spec.ts.hbs +26 -0
  66. package/dist/templates/angular/Combobox/combobox.component.ts.hbs +220 -0
  67. package/dist/templates/angular/Comparison/comparison.component.css.hbs +7 -0
  68. package/dist/templates/angular/Comparison/comparison.component.spec.ts.hbs +26 -0
  69. package/dist/templates/angular/Comparison/comparison.component.ts.hbs +57 -0
  70. package/dist/templates/angular/CopyButton/copy-button.component.css.hbs +7 -0
  71. package/dist/templates/angular/CopyButton/copy-button.component.spec.ts.hbs +26 -0
  72. package/dist/templates/angular/CopyButton/copy-button.component.ts.hbs +82 -0
  73. package/dist/templates/angular/Details/details.component.css.hbs +7 -0
  74. package/dist/templates/angular/Details/details.component.spec.ts.hbs +26 -0
  75. package/dist/templates/angular/Details/details.component.ts.hbs +91 -0
  76. package/dist/templates/angular/Dialog/dialog.component.css.hbs +7 -0
  77. package/dist/templates/angular/Dialog/dialog.component.spec.ts.hbs +26 -0
  78. package/dist/templates/angular/Dialog/dialog.component.ts.hbs +85 -0
  79. package/dist/templates/angular/Divider/divider.component.css.hbs +7 -0
  80. package/dist/templates/angular/Divider/divider.component.spec.ts.hbs +26 -0
  81. package/dist/templates/angular/Divider/divider.component.ts.hbs +45 -0
  82. package/dist/templates/angular/DoughnutChart/doughnut-chart.component.css.hbs +7 -0
  83. package/dist/templates/angular/DoughnutChart/doughnut-chart.component.spec.ts.hbs +26 -0
  84. package/dist/templates/angular/DoughnutChart/doughnut-chart.component.ts.hbs +60 -0
  85. package/dist/templates/angular/Drawer/drawer.component.css.hbs +7 -0
  86. package/dist/templates/angular/Drawer/drawer.component.spec.ts.hbs +26 -0
  87. package/dist/templates/angular/Drawer/drawer.component.ts.hbs +88 -0
  88. package/dist/templates/angular/Dropdown/dropdown.component.css.hbs +7 -0
  89. package/dist/templates/angular/Dropdown/dropdown.component.spec.ts.hbs +26 -0
  90. package/dist/templates/angular/Dropdown/dropdown.component.ts.hbs +94 -0
  91. package/dist/templates/angular/DropdownItem/dropdown-item.component.css.hbs +7 -0
  92. package/dist/templates/angular/DropdownItem/dropdown-item.component.spec.ts.hbs +26 -0
  93. package/dist/templates/angular/DropdownItem/dropdown-item.component.ts.hbs +83 -0
  94. package/dist/templates/angular/FileInput/file-input.component.css.hbs +7 -0
  95. package/dist/templates/angular/FileInput/file-input.component.spec.ts.hbs +26 -0
  96. package/dist/templates/angular/FileInput/file-input.component.ts.hbs +145 -0
  97. package/dist/templates/angular/FormatBytes/format-bytes.component.css.hbs +7 -0
  98. package/dist/templates/angular/FormatBytes/format-bytes.component.spec.ts.hbs +26 -0
  99. package/dist/templates/angular/FormatBytes/format-bytes.component.ts.hbs +54 -0
  100. package/dist/templates/angular/FormatDate/format-date.component.css.hbs +7 -0
  101. package/dist/templates/angular/FormatDate/format-date.component.spec.ts.hbs +26 -0
  102. package/dist/templates/angular/FormatDate/format-date.component.ts.hbs +81 -0
  103. package/dist/templates/angular/FormatNumber/format-number.component.css.hbs +7 -0
  104. package/dist/templates/angular/FormatNumber/format-number.component.spec.ts.hbs +26 -0
  105. package/dist/templates/angular/FormatNumber/format-number.component.ts.hbs +75 -0
  106. package/dist/templates/angular/Icon/icon.component.css.hbs +7 -0
  107. package/dist/templates/angular/Icon/icon.component.spec.ts.hbs +26 -0
  108. package/dist/templates/angular/Icon/icon.component.ts.hbs +91 -0
  109. package/dist/templates/angular/Include/include.component.css.hbs +7 -0
  110. package/dist/templates/angular/Include/include.component.spec.ts.hbs +26 -0
  111. package/dist/templates/angular/Include/include.component.ts.hbs +67 -0
  112. package/dist/templates/angular/Input/input.component.css.hbs +7 -0
  113. package/dist/templates/angular/Input/input.component.spec.ts.hbs +26 -0
  114. package/dist/templates/angular/Input/input.component.ts.hbs +230 -0
  115. package/dist/templates/angular/IntersectionObserver/intersection-observer.component.css.hbs +7 -0
  116. package/dist/templates/angular/IntersectionObserver/intersection-observer.component.spec.ts.hbs +26 -0
  117. package/dist/templates/angular/IntersectionObserver/intersection-observer.component.ts.hbs +69 -0
  118. package/dist/templates/angular/LineChart/line-chart.component.css.hbs +7 -0
  119. package/dist/templates/angular/LineChart/line-chart.component.spec.ts.hbs +26 -0
  120. package/dist/templates/angular/LineChart/line-chart.component.ts.hbs +81 -0
  121. package/dist/templates/angular/Markdown/markdown.component.css.hbs +7 -0
  122. package/dist/templates/angular/Markdown/markdown.component.spec.ts.hbs +26 -0
  123. package/dist/templates/angular/Markdown/markdown.component.ts.hbs +61 -0
  124. package/dist/templates/angular/MutationObserver/mutation-observer.component.css.hbs +7 -0
  125. package/dist/templates/angular/MutationObserver/mutation-observer.component.spec.ts.hbs +26 -0
  126. package/dist/templates/angular/MutationObserver/mutation-observer.component.ts.hbs +75 -0
  127. package/dist/templates/angular/NumberInput/number-input.component.css.hbs +7 -0
  128. package/dist/templates/angular/NumberInput/number-input.component.spec.ts.hbs +26 -0
  129. package/dist/templates/angular/NumberInput/number-input.component.ts.hbs +169 -0
  130. package/dist/templates/angular/Option/option.component.css.hbs +7 -0
  131. package/dist/templates/angular/Option/option.component.spec.ts.hbs +26 -0
  132. package/dist/templates/angular/Option/option.component.ts.hbs +54 -0
  133. package/dist/templates/angular/Page/page.component.css.hbs +7 -0
  134. package/dist/templates/angular/Page/page.component.spec.ts.hbs +26 -0
  135. package/dist/templates/angular/Page/page.component.ts.hbs +70 -0
  136. package/dist/templates/angular/PieChart/pie-chart.component.css.hbs +7 -0
  137. package/dist/templates/angular/PieChart/pie-chart.component.spec.ts.hbs +26 -0
  138. package/dist/templates/angular/PieChart/pie-chart.component.ts.hbs +60 -0
  139. package/dist/templates/angular/PolarAreaChart/polar-area-chart.component.css.hbs +7 -0
  140. package/dist/templates/angular/PolarAreaChart/polar-area-chart.component.spec.ts.hbs +26 -0
  141. package/dist/templates/angular/PolarAreaChart/polar-area-chart.component.ts.hbs +60 -0
  142. package/dist/templates/angular/Popover/popover.component.css.hbs +7 -0
  143. package/dist/templates/angular/Popover/popover.component.spec.ts.hbs +26 -0
  144. package/dist/templates/angular/Popover/popover.component.ts.hbs +100 -0
  145. package/dist/templates/angular/Popup/popup.component.css.hbs +7 -0
  146. package/dist/templates/angular/Popup/popup.component.spec.ts.hbs +26 -0
  147. package/dist/templates/angular/Popup/popup.component.ts.hbs +112 -0
  148. package/dist/templates/angular/ProgressBar/progress-bar.component.css.hbs +7 -0
  149. package/dist/templates/angular/ProgressBar/progress-bar.component.spec.ts.hbs +26 -0
  150. package/dist/templates/angular/ProgressBar/progress-bar.component.ts.hbs +51 -0
  151. package/dist/templates/angular/ProgressRing/progress-ring.component.css.hbs +7 -0
  152. package/dist/templates/angular/ProgressRing/progress-ring.component.spec.ts.hbs +26 -0
  153. package/dist/templates/angular/ProgressRing/progress-ring.component.ts.hbs +48 -0
  154. package/dist/templates/angular/QrCode/qr-code.component.css.hbs +7 -0
  155. package/dist/templates/angular/QrCode/qr-code.component.spec.ts.hbs +26 -0
  156. package/dist/templates/angular/QrCode/qr-code.component.ts.hbs +63 -0
  157. package/dist/templates/angular/RadarChart/radar-chart.component.css.hbs +7 -0
  158. package/dist/templates/angular/RadarChart/radar-chart.component.spec.ts.hbs +26 -0
  159. package/dist/templates/angular/RadarChart/radar-chart.component.ts.hbs +72 -0
  160. package/dist/templates/angular/Radio/radio.component.css.hbs +7 -0
  161. package/dist/templates/angular/Radio/radio.component.spec.ts.hbs +26 -0
  162. package/dist/templates/angular/Radio/radio.component.ts.hbs +80 -0
  163. package/dist/templates/angular/RadioGroup/radio-group.component.css.hbs +7 -0
  164. package/dist/templates/angular/RadioGroup/radio-group.component.spec.ts.hbs +26 -0
  165. package/dist/templates/angular/RadioGroup/radio-group.component.ts.hbs +143 -0
  166. package/dist/templates/angular/Rating/rating.component.css.hbs +7 -0
  167. package/dist/templates/angular/Rating/rating.component.spec.ts.hbs +26 -0
  168. package/dist/templates/angular/Rating/rating.component.ts.hbs +137 -0
  169. package/dist/templates/angular/RelativeTime/relative-time.component.css.hbs +7 -0
  170. package/dist/templates/angular/RelativeTime/relative-time.component.spec.ts.hbs +26 -0
  171. package/dist/templates/angular/RelativeTime/relative-time.component.ts.hbs +57 -0
  172. package/dist/templates/angular/ResizeObserver/resize-observer.component.css.hbs +7 -0
  173. package/dist/templates/angular/ResizeObserver/resize-observer.component.spec.ts.hbs +26 -0
  174. package/dist/templates/angular/ResizeObserver/resize-observer.component.ts.hbs +57 -0
  175. package/dist/templates/angular/ScatterChart/scatter-chart.component.css.hbs +7 -0
  176. package/dist/templates/angular/ScatterChart/scatter-chart.component.spec.ts.hbs +26 -0
  177. package/dist/templates/angular/ScatterChart/scatter-chart.component.ts.hbs +75 -0
  178. package/dist/templates/angular/Scroller/scroller.component.css.hbs +7 -0
  179. package/dist/templates/angular/Scroller/scroller.component.spec.ts.hbs +26 -0
  180. package/dist/templates/angular/Scroller/scroller.component.ts.hbs +54 -0
  181. package/dist/templates/angular/Select/select.component.css.hbs +7 -0
  182. package/dist/templates/angular/Select/select.component.spec.ts.hbs +26 -0
  183. package/dist/templates/angular/Select/select.component.ts.hbs +204 -0
  184. package/dist/templates/angular/Skeleton/skeleton.component.css.hbs +7 -0
  185. package/dist/templates/angular/Skeleton/skeleton.component.spec.ts.hbs +26 -0
  186. package/dist/templates/angular/Skeleton/skeleton.component.ts.hbs +45 -0
  187. package/dist/templates/angular/Slider/slider.component.css.hbs +7 -0
  188. package/dist/templates/angular/Slider/slider.component.spec.ts.hbs +26 -0
  189. package/dist/templates/angular/Slider/slider.component.ts.hbs +175 -0
  190. package/dist/templates/angular/Sparkline/sparkline.component.css.hbs +7 -0
  191. package/dist/templates/angular/Sparkline/sparkline.component.spec.ts.hbs +26 -0
  192. package/dist/templates/angular/Sparkline/sparkline.component.ts.hbs +57 -0
  193. package/dist/templates/angular/Spinner/spinner.component.css.hbs +7 -0
  194. package/dist/templates/angular/Spinner/spinner.component.spec.ts.hbs +26 -0
  195. package/dist/templates/angular/Spinner/spinner.component.ts.hbs +42 -0
  196. package/dist/templates/angular/SplitPanel/split-panel.component.css.hbs +7 -0
  197. package/dist/templates/angular/SplitPanel/split-panel.component.spec.ts.hbs +26 -0
  198. package/dist/templates/angular/SplitPanel/split-panel.component.ts.hbs +75 -0
  199. package/dist/templates/angular/Switch/switch.component.css.hbs +7 -0
  200. package/dist/templates/angular/Switch/switch.component.spec.ts.hbs +26 -0
  201. package/dist/templates/angular/Switch/switch.component.ts.hbs +148 -0
  202. package/dist/templates/angular/Tab/tab.component.css.hbs +7 -0
  203. package/dist/templates/angular/Tab/tab.component.spec.ts.hbs +26 -0
  204. package/dist/templates/angular/Tab/tab.component.ts.hbs +48 -0
  205. package/dist/templates/angular/TabGroup/tab-group.component.css.hbs +7 -0
  206. package/dist/templates/angular/TabGroup/tab-group.component.spec.ts.hbs +26 -0
  207. package/dist/templates/angular/TabGroup/tab-group.component.ts.hbs +70 -0
  208. package/dist/templates/angular/TabPanel/tab-panel.component.css.hbs +7 -0
  209. package/dist/templates/angular/TabPanel/tab-panel.component.spec.ts.hbs +26 -0
  210. package/dist/templates/angular/TabPanel/tab-panel.component.ts.hbs +48 -0
  211. package/dist/templates/angular/Tag/tag.component.css.hbs +7 -0
  212. package/dist/templates/angular/Tag/tag.component.spec.ts.hbs +26 -0
  213. package/dist/templates/angular/Tag/tag.component.ts.hbs +69 -0
  214. package/dist/templates/angular/Textarea/textarea.component.css.hbs +7 -0
  215. package/dist/templates/angular/Textarea/textarea.component.spec.ts.hbs +26 -0
  216. package/dist/templates/angular/Textarea/textarea.component.ts.hbs +184 -0
  217. package/dist/templates/angular/Toast/toast.component.css.hbs +7 -0
  218. package/dist/templates/angular/Toast/toast.component.spec.ts.hbs +26 -0
  219. package/dist/templates/angular/Toast/toast.component.ts.hbs +49 -0
  220. package/dist/templates/angular/ToastItem/toast-item.component.css.hbs +7 -0
  221. package/dist/templates/angular/ToastItem/toast-item.component.spec.ts.hbs +26 -0
  222. package/dist/templates/angular/ToastItem/toast-item.component.ts.hbs +79 -0
  223. package/dist/templates/angular/Tooltip/tooltip.component.css.hbs +7 -0
  224. package/dist/templates/angular/Tooltip/tooltip.component.spec.ts.hbs +26 -0
  225. package/dist/templates/angular/Tooltip/tooltip.component.ts.hbs +103 -0
  226. package/dist/templates/angular/Tree/tree.component.css.hbs +7 -0
  227. package/dist/templates/angular/Tree/tree.component.spec.ts.hbs +26 -0
  228. package/dist/templates/angular/Tree/tree.component.ts.hbs +57 -0
  229. package/dist/templates/angular/TreeItem/tree-item.component.css.hbs +7 -0
  230. package/dist/templates/angular/TreeItem/tree-item.component.spec.ts.hbs +26 -0
  231. package/dist/templates/angular/TreeItem/tree-item.component.ts.hbs +91 -0
  232. package/dist/templates/angular/ZoomableFrame/zoomable-frame.component.css.hbs +7 -0
  233. package/dist/templates/angular/ZoomableFrame/zoomable-frame.component.spec.ts.hbs +26 -0
  234. package/dist/templates/angular/ZoomableFrame/zoomable-frame.component.ts.hbs +95 -0
  235. package/dist/templates/react/ColorPicker/ColorPicker.tsx.hbs +3 -0
  236. package/dist/templates/react/Combobox/Combobox.jsx.hbs +17 -2
  237. package/dist/templates/react/Combobox/Combobox.tsx.hbs +50 -25
  238. package/dist/templates/react/FileInput/FileInput.tsx.hbs +11 -10
  239. package/dist/templates/react/Markdown/Markdown.css.hbs +10 -0
  240. package/dist/templates/react/Markdown/Markdown.jsx.hbs +20 -0
  241. package/dist/templates/react/Markdown/Markdown.test.jsx.hbs +11 -0
  242. package/dist/templates/react/Markdown/Markdown.test.tsx.hbs +10 -0
  243. package/dist/templates/react/Markdown/Markdown.tsx.hbs +86 -0
  244. package/dist/templates/react/Rating/Rating.tsx.hbs +18 -3
  245. package/dist/templates/react/Textarea/Textarea.tsx.hbs +3 -0
  246. package/dist/templates/react/ToastItem/ToastItem.tsx.hbs +9 -8
  247. package/dist/templates/vue/ColorPicker/ColorPicker.js.vue.hbs +2 -1
  248. package/dist/templates/vue/ColorPicker/ColorPicker.vue.hbs +1 -0
  249. package/dist/templates/vue/Combobox/Combobox.js.vue.hbs +10 -2
  250. package/dist/templates/vue/Combobox/Combobox.vue.hbs +20 -10
  251. package/dist/templates/vue/Dialog/Dialog.vue.hbs +0 -1
  252. package/dist/templates/vue/Dropdown/Dropdown.vue.hbs +7 -2
  253. package/dist/templates/vue/FileInput/FileInput.vue.hbs +8 -7
  254. package/dist/templates/vue/Markdown/Markdown.css.hbs +10 -0
  255. package/dist/templates/vue/Markdown/Markdown.js.vue.hbs +40 -0
  256. package/dist/templates/vue/Markdown/Markdown.test.js.hbs +10 -0
  257. package/dist/templates/vue/Markdown/Markdown.test.ts.hbs +10 -0
  258. package/dist/templates/vue/Markdown/Markdown.vue.hbs +49 -0
  259. package/dist/templates/vue/NumberInput/NumberInput.js.vue.hbs +2 -2
  260. package/dist/templates/vue/NumberInput/NumberInput.vue.hbs +2 -2
  261. package/dist/templates/vue/Rating/Rating.js.vue.hbs +8 -3
  262. package/dist/templates/vue/Rating/Rating.vue.hbs +8 -2
  263. package/dist/templates/vue/Slider/Slider.js.vue.hbs +2 -2
  264. package/dist/templates/vue/Slider/Slider.vue.hbs +2 -2
  265. package/dist/templates/vue/Textarea/Textarea.js.vue.hbs +1 -0
  266. package/dist/templates/vue/Textarea/Textarea.vue.hbs +1 -0
  267. package/dist/templates/vue/Toast/Toast.vue.hbs +1 -1
  268. package/dist/templates/vue/ToastItem/ToastItem.vue.hbs +3 -3
  269. package/dist/templates/vue/TreeItem/TreeItem.js.vue.hbs +4 -1
  270. package/dist/templates/vue/TreeItem/TreeItem.vue.hbs +4 -1
  271. package/dist/{tier-B72FSQRO.js → tier-WGCBYOUA.js} +2 -2
  272. package/llms.txt +2 -2
  273. package/package.json +2 -1
  274. package/templates/AGENTS.md +36 -17
  275. package/templates/angular/AnimatedImage/animated-image.component.css.hbs +7 -0
  276. package/templates/angular/AnimatedImage/animated-image.component.spec.ts.hbs +26 -0
  277. package/templates/angular/AnimatedImage/animated-image.component.ts.hbs +67 -0
  278. package/templates/angular/Animation/animation.component.css.hbs +7 -0
  279. package/templates/angular/Animation/animation.component.spec.ts.hbs +26 -0
  280. package/templates/angular/Animation/animation.component.ts.hbs +102 -0
  281. package/templates/angular/Avatar/avatar.component.css.hbs +7 -0
  282. package/templates/angular/Avatar/avatar.component.spec.ts.hbs +26 -0
  283. package/templates/angular/Avatar/avatar.component.ts.hbs +69 -0
  284. package/templates/angular/Badge/badge.component.css.hbs +7 -0
  285. package/templates/angular/Badge/badge.component.spec.ts.hbs +26 -0
  286. package/templates/angular/Badge/badge.component.ts.hbs +54 -0
  287. package/templates/angular/BarChart/bar-chart.component.css.hbs +7 -0
  288. package/templates/angular/BarChart/bar-chart.component.spec.ts.hbs +26 -0
  289. package/templates/angular/BarChart/bar-chart.component.ts.hbs +84 -0
  290. package/templates/angular/Breadcrumb/breadcrumb.component.css.hbs +7 -0
  291. package/templates/angular/Breadcrumb/breadcrumb.component.spec.ts.hbs +26 -0
  292. package/templates/angular/Breadcrumb/breadcrumb.component.ts.hbs +45 -0
  293. package/templates/angular/BreadcrumbItem/breadcrumb-item.component.css.hbs +7 -0
  294. package/templates/angular/BreadcrumbItem/breadcrumb-item.component.spec.ts.hbs +26 -0
  295. package/templates/angular/BreadcrumbItem/breadcrumb-item.component.ts.hbs +51 -0
  296. package/templates/angular/BubbleChart/bubble-chart.component.css.hbs +7 -0
  297. package/templates/angular/BubbleChart/bubble-chart.component.spec.ts.hbs +26 -0
  298. package/templates/angular/BubbleChart/bubble-chart.component.ts.hbs +81 -0
  299. package/templates/angular/Button/button.component.css.hbs +7 -0
  300. package/templates/angular/Button/button.component.spec.ts.hbs +26 -0
  301. package/templates/angular/Button/button.component.ts.hbs +138 -0
  302. package/templates/angular/ButtonGroup/button-group.component.css.hbs +7 -0
  303. package/templates/angular/ButtonGroup/button-group.component.spec.ts.hbs +26 -0
  304. package/templates/angular/ButtonGroup/button-group.component.ts.hbs +48 -0
  305. package/templates/angular/Callout/callout.component.css.hbs +7 -0
  306. package/templates/angular/Callout/callout.component.spec.ts.hbs +26 -0
  307. package/templates/angular/Callout/callout.component.ts.hbs +51 -0
  308. package/templates/angular/Card/card.component.css.hbs +7 -0
  309. package/templates/angular/Card/card.component.spec.ts.hbs +26 -0
  310. package/templates/angular/Card/card.component.ts.hbs +57 -0
  311. package/templates/angular/Carousel/carousel.component.css.hbs +7 -0
  312. package/templates/angular/Carousel/carousel.component.spec.ts.hbs +26 -0
  313. package/templates/angular/Carousel/carousel.component.ts.hbs +91 -0
  314. package/templates/angular/CarouselItem/carousel-item.component.css.hbs +7 -0
  315. package/templates/angular/CarouselItem/carousel-item.component.spec.ts.hbs +26 -0
  316. package/templates/angular/CarouselItem/carousel-item.component.ts.hbs +42 -0
  317. package/templates/angular/Chart/chart.component.css.hbs +7 -0
  318. package/templates/angular/Chart/chart.component.spec.ts.hbs +26 -0
  319. package/templates/angular/Chart/chart.component.ts.hbs +84 -0
  320. package/templates/angular/Checkbox/checkbox.component.css.hbs +7 -0
  321. package/templates/angular/Checkbox/checkbox.component.spec.ts.hbs +26 -0
  322. package/templates/angular/Checkbox/checkbox.component.ts.hbs +151 -0
  323. package/templates/angular/ColorPicker/color-picker.component.css.hbs +7 -0
  324. package/templates/angular/ColorPicker/color-picker.component.spec.ts.hbs +26 -0
  325. package/templates/angular/ColorPicker/color-picker.component.ts.hbs +200 -0
  326. package/templates/angular/Combobox/combobox.component.css.hbs +7 -0
  327. package/templates/angular/Combobox/combobox.component.spec.ts.hbs +26 -0
  328. package/templates/angular/Combobox/combobox.component.ts.hbs +220 -0
  329. package/templates/angular/Comparison/comparison.component.css.hbs +7 -0
  330. package/templates/angular/Comparison/comparison.component.spec.ts.hbs +26 -0
  331. package/templates/angular/Comparison/comparison.component.ts.hbs +57 -0
  332. package/templates/angular/CopyButton/copy-button.component.css.hbs +7 -0
  333. package/templates/angular/CopyButton/copy-button.component.spec.ts.hbs +26 -0
  334. package/templates/angular/CopyButton/copy-button.component.ts.hbs +82 -0
  335. package/templates/angular/Details/details.component.css.hbs +7 -0
  336. package/templates/angular/Details/details.component.spec.ts.hbs +26 -0
  337. package/templates/angular/Details/details.component.ts.hbs +91 -0
  338. package/templates/angular/Dialog/dialog.component.css.hbs +7 -0
  339. package/templates/angular/Dialog/dialog.component.spec.ts.hbs +26 -0
  340. package/templates/angular/Dialog/dialog.component.ts.hbs +85 -0
  341. package/templates/angular/Divider/divider.component.css.hbs +7 -0
  342. package/templates/angular/Divider/divider.component.spec.ts.hbs +26 -0
  343. package/templates/angular/Divider/divider.component.ts.hbs +45 -0
  344. package/templates/angular/DoughnutChart/doughnut-chart.component.css.hbs +7 -0
  345. package/templates/angular/DoughnutChart/doughnut-chart.component.spec.ts.hbs +26 -0
  346. package/templates/angular/DoughnutChart/doughnut-chart.component.ts.hbs +60 -0
  347. package/templates/angular/Drawer/drawer.component.css.hbs +7 -0
  348. package/templates/angular/Drawer/drawer.component.spec.ts.hbs +26 -0
  349. package/templates/angular/Drawer/drawer.component.ts.hbs +88 -0
  350. package/templates/angular/Dropdown/dropdown.component.css.hbs +7 -0
  351. package/templates/angular/Dropdown/dropdown.component.spec.ts.hbs +26 -0
  352. package/templates/angular/Dropdown/dropdown.component.ts.hbs +94 -0
  353. package/templates/angular/DropdownItem/dropdown-item.component.css.hbs +7 -0
  354. package/templates/angular/DropdownItem/dropdown-item.component.spec.ts.hbs +26 -0
  355. package/templates/angular/DropdownItem/dropdown-item.component.ts.hbs +83 -0
  356. package/templates/angular/FileInput/file-input.component.css.hbs +7 -0
  357. package/templates/angular/FileInput/file-input.component.spec.ts.hbs +26 -0
  358. package/templates/angular/FileInput/file-input.component.ts.hbs +145 -0
  359. package/templates/angular/FormatBytes/format-bytes.component.css.hbs +7 -0
  360. package/templates/angular/FormatBytes/format-bytes.component.spec.ts.hbs +26 -0
  361. package/templates/angular/FormatBytes/format-bytes.component.ts.hbs +54 -0
  362. package/templates/angular/FormatDate/format-date.component.css.hbs +7 -0
  363. package/templates/angular/FormatDate/format-date.component.spec.ts.hbs +26 -0
  364. package/templates/angular/FormatDate/format-date.component.ts.hbs +81 -0
  365. package/templates/angular/FormatNumber/format-number.component.css.hbs +7 -0
  366. package/templates/angular/FormatNumber/format-number.component.spec.ts.hbs +26 -0
  367. package/templates/angular/FormatNumber/format-number.component.ts.hbs +75 -0
  368. package/templates/angular/Icon/icon.component.css.hbs +7 -0
  369. package/templates/angular/Icon/icon.component.spec.ts.hbs +26 -0
  370. package/templates/angular/Icon/icon.component.ts.hbs +91 -0
  371. package/templates/angular/Include/include.component.css.hbs +7 -0
  372. package/templates/angular/Include/include.component.spec.ts.hbs +26 -0
  373. package/templates/angular/Include/include.component.ts.hbs +67 -0
  374. package/templates/angular/Input/input.component.css.hbs +7 -0
  375. package/templates/angular/Input/input.component.spec.ts.hbs +26 -0
  376. package/templates/angular/Input/input.component.ts.hbs +230 -0
  377. package/templates/angular/IntersectionObserver/intersection-observer.component.css.hbs +7 -0
  378. package/templates/angular/IntersectionObserver/intersection-observer.component.spec.ts.hbs +26 -0
  379. package/templates/angular/IntersectionObserver/intersection-observer.component.ts.hbs +69 -0
  380. package/templates/angular/LineChart/line-chart.component.css.hbs +7 -0
  381. package/templates/angular/LineChart/line-chart.component.spec.ts.hbs +26 -0
  382. package/templates/angular/LineChart/line-chart.component.ts.hbs +81 -0
  383. package/templates/angular/Markdown/markdown.component.css.hbs +7 -0
  384. package/templates/angular/Markdown/markdown.component.spec.ts.hbs +26 -0
  385. package/templates/angular/Markdown/markdown.component.ts.hbs +61 -0
  386. package/templates/angular/MutationObserver/mutation-observer.component.css.hbs +7 -0
  387. package/templates/angular/MutationObserver/mutation-observer.component.spec.ts.hbs +26 -0
  388. package/templates/angular/MutationObserver/mutation-observer.component.ts.hbs +75 -0
  389. package/templates/angular/NumberInput/number-input.component.css.hbs +7 -0
  390. package/templates/angular/NumberInput/number-input.component.spec.ts.hbs +26 -0
  391. package/templates/angular/NumberInput/number-input.component.ts.hbs +169 -0
  392. package/templates/angular/Option/option.component.css.hbs +7 -0
  393. package/templates/angular/Option/option.component.spec.ts.hbs +26 -0
  394. package/templates/angular/Option/option.component.ts.hbs +54 -0
  395. package/templates/angular/Page/page.component.css.hbs +7 -0
  396. package/templates/angular/Page/page.component.spec.ts.hbs +26 -0
  397. package/templates/angular/Page/page.component.ts.hbs +70 -0
  398. package/templates/angular/PieChart/pie-chart.component.css.hbs +7 -0
  399. package/templates/angular/PieChart/pie-chart.component.spec.ts.hbs +26 -0
  400. package/templates/angular/PieChart/pie-chart.component.ts.hbs +60 -0
  401. package/templates/angular/PolarAreaChart/polar-area-chart.component.css.hbs +7 -0
  402. package/templates/angular/PolarAreaChart/polar-area-chart.component.spec.ts.hbs +26 -0
  403. package/templates/angular/PolarAreaChart/polar-area-chart.component.ts.hbs +60 -0
  404. package/templates/angular/Popover/popover.component.css.hbs +7 -0
  405. package/templates/angular/Popover/popover.component.spec.ts.hbs +26 -0
  406. package/templates/angular/Popover/popover.component.ts.hbs +100 -0
  407. package/templates/angular/Popup/popup.component.css.hbs +7 -0
  408. package/templates/angular/Popup/popup.component.spec.ts.hbs +26 -0
  409. package/templates/angular/Popup/popup.component.ts.hbs +112 -0
  410. package/templates/angular/ProgressBar/progress-bar.component.css.hbs +7 -0
  411. package/templates/angular/ProgressBar/progress-bar.component.spec.ts.hbs +26 -0
  412. package/templates/angular/ProgressBar/progress-bar.component.ts.hbs +51 -0
  413. package/templates/angular/ProgressRing/progress-ring.component.css.hbs +7 -0
  414. package/templates/angular/ProgressRing/progress-ring.component.spec.ts.hbs +26 -0
  415. package/templates/angular/ProgressRing/progress-ring.component.ts.hbs +48 -0
  416. package/templates/angular/QrCode/qr-code.component.css.hbs +7 -0
  417. package/templates/angular/QrCode/qr-code.component.spec.ts.hbs +26 -0
  418. package/templates/angular/QrCode/qr-code.component.ts.hbs +63 -0
  419. package/templates/angular/RadarChart/radar-chart.component.css.hbs +7 -0
  420. package/templates/angular/RadarChart/radar-chart.component.spec.ts.hbs +26 -0
  421. package/templates/angular/RadarChart/radar-chart.component.ts.hbs +72 -0
  422. package/templates/angular/Radio/radio.component.css.hbs +7 -0
  423. package/templates/angular/Radio/radio.component.spec.ts.hbs +26 -0
  424. package/templates/angular/Radio/radio.component.ts.hbs +80 -0
  425. package/templates/angular/RadioGroup/radio-group.component.css.hbs +7 -0
  426. package/templates/angular/RadioGroup/radio-group.component.spec.ts.hbs +26 -0
  427. package/templates/angular/RadioGroup/radio-group.component.ts.hbs +143 -0
  428. package/templates/angular/Rating/rating.component.css.hbs +7 -0
  429. package/templates/angular/Rating/rating.component.spec.ts.hbs +26 -0
  430. package/templates/angular/Rating/rating.component.ts.hbs +137 -0
  431. package/templates/angular/RelativeTime/relative-time.component.css.hbs +7 -0
  432. package/templates/angular/RelativeTime/relative-time.component.spec.ts.hbs +26 -0
  433. package/templates/angular/RelativeTime/relative-time.component.ts.hbs +57 -0
  434. package/templates/angular/ResizeObserver/resize-observer.component.css.hbs +7 -0
  435. package/templates/angular/ResizeObserver/resize-observer.component.spec.ts.hbs +26 -0
  436. package/templates/angular/ResizeObserver/resize-observer.component.ts.hbs +57 -0
  437. package/templates/angular/ScatterChart/scatter-chart.component.css.hbs +7 -0
  438. package/templates/angular/ScatterChart/scatter-chart.component.spec.ts.hbs +26 -0
  439. package/templates/angular/ScatterChart/scatter-chart.component.ts.hbs +75 -0
  440. package/templates/angular/Scroller/scroller.component.css.hbs +7 -0
  441. package/templates/angular/Scroller/scroller.component.spec.ts.hbs +26 -0
  442. package/templates/angular/Scroller/scroller.component.ts.hbs +54 -0
  443. package/templates/angular/Select/select.component.css.hbs +7 -0
  444. package/templates/angular/Select/select.component.spec.ts.hbs +26 -0
  445. package/templates/angular/Select/select.component.ts.hbs +204 -0
  446. package/templates/angular/Skeleton/skeleton.component.css.hbs +7 -0
  447. package/templates/angular/Skeleton/skeleton.component.spec.ts.hbs +26 -0
  448. package/templates/angular/Skeleton/skeleton.component.ts.hbs +45 -0
  449. package/templates/angular/Slider/slider.component.css.hbs +7 -0
  450. package/templates/angular/Slider/slider.component.spec.ts.hbs +26 -0
  451. package/templates/angular/Slider/slider.component.ts.hbs +175 -0
  452. package/templates/angular/Sparkline/sparkline.component.css.hbs +7 -0
  453. package/templates/angular/Sparkline/sparkline.component.spec.ts.hbs +26 -0
  454. package/templates/angular/Sparkline/sparkline.component.ts.hbs +57 -0
  455. package/templates/angular/Spinner/spinner.component.css.hbs +7 -0
  456. package/templates/angular/Spinner/spinner.component.spec.ts.hbs +26 -0
  457. package/templates/angular/Spinner/spinner.component.ts.hbs +42 -0
  458. package/templates/angular/SplitPanel/split-panel.component.css.hbs +7 -0
  459. package/templates/angular/SplitPanel/split-panel.component.spec.ts.hbs +26 -0
  460. package/templates/angular/SplitPanel/split-panel.component.ts.hbs +75 -0
  461. package/templates/angular/Switch/switch.component.css.hbs +7 -0
  462. package/templates/angular/Switch/switch.component.spec.ts.hbs +26 -0
  463. package/templates/angular/Switch/switch.component.ts.hbs +148 -0
  464. package/templates/angular/Tab/tab.component.css.hbs +7 -0
  465. package/templates/angular/Tab/tab.component.spec.ts.hbs +26 -0
  466. package/templates/angular/Tab/tab.component.ts.hbs +48 -0
  467. package/templates/angular/TabGroup/tab-group.component.css.hbs +7 -0
  468. package/templates/angular/TabGroup/tab-group.component.spec.ts.hbs +26 -0
  469. package/templates/angular/TabGroup/tab-group.component.ts.hbs +70 -0
  470. package/templates/angular/TabPanel/tab-panel.component.css.hbs +7 -0
  471. package/templates/angular/TabPanel/tab-panel.component.spec.ts.hbs +26 -0
  472. package/templates/angular/TabPanel/tab-panel.component.ts.hbs +48 -0
  473. package/templates/angular/Tag/tag.component.css.hbs +7 -0
  474. package/templates/angular/Tag/tag.component.spec.ts.hbs +26 -0
  475. package/templates/angular/Tag/tag.component.ts.hbs +69 -0
  476. package/templates/angular/Textarea/textarea.component.css.hbs +7 -0
  477. package/templates/angular/Textarea/textarea.component.spec.ts.hbs +26 -0
  478. package/templates/angular/Textarea/textarea.component.ts.hbs +184 -0
  479. package/templates/angular/Toast/toast.component.css.hbs +7 -0
  480. package/templates/angular/Toast/toast.component.spec.ts.hbs +26 -0
  481. package/templates/angular/Toast/toast.component.ts.hbs +49 -0
  482. package/templates/angular/ToastItem/toast-item.component.css.hbs +7 -0
  483. package/templates/angular/ToastItem/toast-item.component.spec.ts.hbs +26 -0
  484. package/templates/angular/ToastItem/toast-item.component.ts.hbs +79 -0
  485. package/templates/angular/Tooltip/tooltip.component.css.hbs +7 -0
  486. package/templates/angular/Tooltip/tooltip.component.spec.ts.hbs +26 -0
  487. package/templates/angular/Tooltip/tooltip.component.ts.hbs +103 -0
  488. package/templates/angular/Tree/tree.component.css.hbs +7 -0
  489. package/templates/angular/Tree/tree.component.spec.ts.hbs +26 -0
  490. package/templates/angular/Tree/tree.component.ts.hbs +57 -0
  491. package/templates/angular/TreeItem/tree-item.component.css.hbs +7 -0
  492. package/templates/angular/TreeItem/tree-item.component.spec.ts.hbs +26 -0
  493. package/templates/angular/TreeItem/tree-item.component.ts.hbs +91 -0
  494. package/templates/angular/ZoomableFrame/zoomable-frame.component.css.hbs +7 -0
  495. package/templates/angular/ZoomableFrame/zoomable-frame.component.spec.ts.hbs +26 -0
  496. package/templates/angular/ZoomableFrame/zoomable-frame.component.ts.hbs +95 -0
  497. package/templates/react/ColorPicker/ColorPicker.tsx.hbs +3 -0
  498. package/templates/react/Combobox/Combobox.jsx.hbs +17 -2
  499. package/templates/react/Combobox/Combobox.tsx.hbs +50 -25
  500. package/templates/react/FileInput/FileInput.tsx.hbs +11 -10
  501. package/templates/react/Markdown/Markdown.css.hbs +10 -0
  502. package/templates/react/Markdown/Markdown.jsx.hbs +20 -0
  503. package/templates/react/Markdown/Markdown.test.jsx.hbs +11 -0
  504. package/templates/react/Markdown/Markdown.test.tsx.hbs +10 -0
  505. package/templates/react/Markdown/Markdown.tsx.hbs +86 -0
  506. package/templates/react/Rating/Rating.tsx.hbs +18 -3
  507. package/templates/react/Textarea/Textarea.tsx.hbs +3 -0
  508. package/templates/react/ToastItem/ToastItem.tsx.hbs +9 -8
  509. package/templates/vue/ColorPicker/ColorPicker.js.vue.hbs +2 -1
  510. package/templates/vue/ColorPicker/ColorPicker.vue.hbs +1 -0
  511. package/templates/vue/Combobox/Combobox.js.vue.hbs +10 -2
  512. package/templates/vue/Combobox/Combobox.vue.hbs +20 -10
  513. package/templates/vue/Dialog/Dialog.vue.hbs +0 -1
  514. package/templates/vue/Dropdown/Dropdown.vue.hbs +7 -2
  515. package/templates/vue/FileInput/FileInput.vue.hbs +8 -7
  516. package/templates/vue/Markdown/Markdown.css.hbs +10 -0
  517. package/templates/vue/Markdown/Markdown.js.vue.hbs +40 -0
  518. package/templates/vue/Markdown/Markdown.test.js.hbs +10 -0
  519. package/templates/vue/Markdown/Markdown.test.ts.hbs +10 -0
  520. package/templates/vue/Markdown/Markdown.vue.hbs +49 -0
  521. package/templates/vue/NumberInput/NumberInput.js.vue.hbs +2 -2
  522. package/templates/vue/NumberInput/NumberInput.vue.hbs +2 -2
  523. package/templates/vue/Rating/Rating.js.vue.hbs +8 -3
  524. package/templates/vue/Rating/Rating.vue.hbs +8 -2
  525. package/templates/vue/Slider/Slider.js.vue.hbs +2 -2
  526. package/templates/vue/Slider/Slider.vue.hbs +2 -2
  527. package/templates/vue/Textarea/Textarea.js.vue.hbs +1 -0
  528. package/templates/vue/Textarea/Textarea.vue.hbs +1 -0
  529. package/templates/vue/Toast/Toast.vue.hbs +1 -1
  530. package/templates/vue/ToastItem/ToastItem.vue.hbs +3 -3
  531. package/templates/vue/TreeItem/TreeItem.js.vue.hbs +4 -1
  532. package/templates/vue/TreeItem/TreeItem.vue.hbs +4 -1
  533. package/dist/-DVMKE7OE.js.map +0 -1
  534. /package/dist/{chunk-5L6FBZCJ.js.map → chunk-IAHZV2WK.js.map} +0 -0
  535. /package/dist/{install-MI2SLFG5.js.map → install-KQPNMCKO.js.map} +0 -0
  536. /package/dist/{tier-B72FSQRO.js.map → tier-WGCBYOUA.js.map} +0 -0
package/README.md CHANGED
@@ -161,7 +161,9 @@ npx kigumi diff # Diff all installed components
161
161
  npx kigumi diff button card # Diff specific components
162
162
  ```
163
163
 
164
- Useful before running `--overwrite` to understand which files have local modifications.
164
+ Useful before running `--force` to understand which files have local modifications.
165
+
166
+ For files with differences, a colored line-by-line diff is displayed automatically.
165
167
 
166
168
  ### `update` — Smart Component Updates
167
169
 
@@ -236,6 +238,8 @@ npx kigumi add button --from https://github.com/user/my-registry
236
238
 
237
239
  Private GitHub repos are supported via `GITHUB_TOKEN` or `gh auth`.
238
240
 
241
+ Community components get snapshots on install, enabling `kigumi update` to apply future changes via three-way merge.
242
+
239
243
  ### Create Your Own Registry
240
244
 
241
245
  ```bash