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.
- package/README.md +5 -1
- package/dist/{-DVMKE7OE.js → -AZG6WCTT.js} +935 -330
- package/dist/-AZG6WCTT.js.map +1 -0
- package/dist/bin.js +1 -1
- package/dist/{chunk-5L6FBZCJ.js → chunk-IAHZV2WK.js} +2 -2
- package/dist/{chunk-PXVQAK5O.js → chunk-IBUJXZSQ.js} +2 -2
- package/dist/{chunk-PXVQAK5O.js.map → chunk-IBUJXZSQ.js.map} +1 -1
- package/dist/index.js +934 -329
- package/dist/index.js.map +1 -1
- package/dist/{install-MI2SLFG5.js → install-KQPNMCKO.js} +3 -3
- package/dist/llms.txt +2 -2
- package/dist/templates/AGENTS.md +36 -17
- package/dist/templates/angular/AnimatedImage/animated-image.component.css.hbs +7 -0
- package/dist/templates/angular/AnimatedImage/animated-image.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/AnimatedImage/animated-image.component.ts.hbs +67 -0
- package/dist/templates/angular/Animation/animation.component.css.hbs +7 -0
- package/dist/templates/angular/Animation/animation.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Animation/animation.component.ts.hbs +102 -0
- package/dist/templates/angular/Avatar/avatar.component.css.hbs +7 -0
- package/dist/templates/angular/Avatar/avatar.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Avatar/avatar.component.ts.hbs +69 -0
- package/dist/templates/angular/Badge/badge.component.css.hbs +7 -0
- package/dist/templates/angular/Badge/badge.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Badge/badge.component.ts.hbs +54 -0
- package/dist/templates/angular/BarChart/bar-chart.component.css.hbs +7 -0
- package/dist/templates/angular/BarChart/bar-chart.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/BarChart/bar-chart.component.ts.hbs +84 -0
- package/dist/templates/angular/Breadcrumb/breadcrumb.component.css.hbs +7 -0
- package/dist/templates/angular/Breadcrumb/breadcrumb.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Breadcrumb/breadcrumb.component.ts.hbs +45 -0
- package/dist/templates/angular/BreadcrumbItem/breadcrumb-item.component.css.hbs +7 -0
- package/dist/templates/angular/BreadcrumbItem/breadcrumb-item.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/BreadcrumbItem/breadcrumb-item.component.ts.hbs +51 -0
- package/dist/templates/angular/BubbleChart/bubble-chart.component.css.hbs +7 -0
- package/dist/templates/angular/BubbleChart/bubble-chart.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/BubbleChart/bubble-chart.component.ts.hbs +81 -0
- package/dist/templates/angular/Button/button.component.css.hbs +7 -0
- package/dist/templates/angular/Button/button.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Button/button.component.ts.hbs +138 -0
- package/dist/templates/angular/ButtonGroup/button-group.component.css.hbs +7 -0
- package/dist/templates/angular/ButtonGroup/button-group.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/ButtonGroup/button-group.component.ts.hbs +48 -0
- package/dist/templates/angular/Callout/callout.component.css.hbs +7 -0
- package/dist/templates/angular/Callout/callout.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Callout/callout.component.ts.hbs +51 -0
- package/dist/templates/angular/Card/card.component.css.hbs +7 -0
- package/dist/templates/angular/Card/card.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Card/card.component.ts.hbs +57 -0
- package/dist/templates/angular/Carousel/carousel.component.css.hbs +7 -0
- package/dist/templates/angular/Carousel/carousel.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Carousel/carousel.component.ts.hbs +91 -0
- package/dist/templates/angular/CarouselItem/carousel-item.component.css.hbs +7 -0
- package/dist/templates/angular/CarouselItem/carousel-item.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/CarouselItem/carousel-item.component.ts.hbs +42 -0
- package/dist/templates/angular/Chart/chart.component.css.hbs +7 -0
- package/dist/templates/angular/Chart/chart.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Chart/chart.component.ts.hbs +84 -0
- package/dist/templates/angular/Checkbox/checkbox.component.css.hbs +7 -0
- package/dist/templates/angular/Checkbox/checkbox.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Checkbox/checkbox.component.ts.hbs +151 -0
- package/dist/templates/angular/ColorPicker/color-picker.component.css.hbs +7 -0
- package/dist/templates/angular/ColorPicker/color-picker.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/ColorPicker/color-picker.component.ts.hbs +200 -0
- package/dist/templates/angular/Combobox/combobox.component.css.hbs +7 -0
- package/dist/templates/angular/Combobox/combobox.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Combobox/combobox.component.ts.hbs +220 -0
- package/dist/templates/angular/Comparison/comparison.component.css.hbs +7 -0
- package/dist/templates/angular/Comparison/comparison.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Comparison/comparison.component.ts.hbs +57 -0
- package/dist/templates/angular/CopyButton/copy-button.component.css.hbs +7 -0
- package/dist/templates/angular/CopyButton/copy-button.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/CopyButton/copy-button.component.ts.hbs +82 -0
- package/dist/templates/angular/Details/details.component.css.hbs +7 -0
- package/dist/templates/angular/Details/details.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Details/details.component.ts.hbs +91 -0
- package/dist/templates/angular/Dialog/dialog.component.css.hbs +7 -0
- package/dist/templates/angular/Dialog/dialog.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Dialog/dialog.component.ts.hbs +85 -0
- package/dist/templates/angular/Divider/divider.component.css.hbs +7 -0
- package/dist/templates/angular/Divider/divider.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Divider/divider.component.ts.hbs +45 -0
- package/dist/templates/angular/DoughnutChart/doughnut-chart.component.css.hbs +7 -0
- package/dist/templates/angular/DoughnutChart/doughnut-chart.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/DoughnutChart/doughnut-chart.component.ts.hbs +60 -0
- package/dist/templates/angular/Drawer/drawer.component.css.hbs +7 -0
- package/dist/templates/angular/Drawer/drawer.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Drawer/drawer.component.ts.hbs +88 -0
- package/dist/templates/angular/Dropdown/dropdown.component.css.hbs +7 -0
- package/dist/templates/angular/Dropdown/dropdown.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Dropdown/dropdown.component.ts.hbs +94 -0
- package/dist/templates/angular/DropdownItem/dropdown-item.component.css.hbs +7 -0
- package/dist/templates/angular/DropdownItem/dropdown-item.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/DropdownItem/dropdown-item.component.ts.hbs +83 -0
- package/dist/templates/angular/FileInput/file-input.component.css.hbs +7 -0
- package/dist/templates/angular/FileInput/file-input.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/FileInput/file-input.component.ts.hbs +145 -0
- package/dist/templates/angular/FormatBytes/format-bytes.component.css.hbs +7 -0
- package/dist/templates/angular/FormatBytes/format-bytes.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/FormatBytes/format-bytes.component.ts.hbs +54 -0
- package/dist/templates/angular/FormatDate/format-date.component.css.hbs +7 -0
- package/dist/templates/angular/FormatDate/format-date.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/FormatDate/format-date.component.ts.hbs +81 -0
- package/dist/templates/angular/FormatNumber/format-number.component.css.hbs +7 -0
- package/dist/templates/angular/FormatNumber/format-number.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/FormatNumber/format-number.component.ts.hbs +75 -0
- package/dist/templates/angular/Icon/icon.component.css.hbs +7 -0
- package/dist/templates/angular/Icon/icon.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Icon/icon.component.ts.hbs +91 -0
- package/dist/templates/angular/Include/include.component.css.hbs +7 -0
- package/dist/templates/angular/Include/include.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Include/include.component.ts.hbs +67 -0
- package/dist/templates/angular/Input/input.component.css.hbs +7 -0
- package/dist/templates/angular/Input/input.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Input/input.component.ts.hbs +230 -0
- package/dist/templates/angular/IntersectionObserver/intersection-observer.component.css.hbs +7 -0
- package/dist/templates/angular/IntersectionObserver/intersection-observer.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/IntersectionObserver/intersection-observer.component.ts.hbs +69 -0
- package/dist/templates/angular/LineChart/line-chart.component.css.hbs +7 -0
- package/dist/templates/angular/LineChart/line-chart.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/LineChart/line-chart.component.ts.hbs +81 -0
- package/dist/templates/angular/Markdown/markdown.component.css.hbs +7 -0
- package/dist/templates/angular/Markdown/markdown.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Markdown/markdown.component.ts.hbs +61 -0
- package/dist/templates/angular/MutationObserver/mutation-observer.component.css.hbs +7 -0
- package/dist/templates/angular/MutationObserver/mutation-observer.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/MutationObserver/mutation-observer.component.ts.hbs +75 -0
- package/dist/templates/angular/NumberInput/number-input.component.css.hbs +7 -0
- package/dist/templates/angular/NumberInput/number-input.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/NumberInput/number-input.component.ts.hbs +169 -0
- package/dist/templates/angular/Option/option.component.css.hbs +7 -0
- package/dist/templates/angular/Option/option.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Option/option.component.ts.hbs +54 -0
- package/dist/templates/angular/Page/page.component.css.hbs +7 -0
- package/dist/templates/angular/Page/page.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Page/page.component.ts.hbs +70 -0
- package/dist/templates/angular/PieChart/pie-chart.component.css.hbs +7 -0
- package/dist/templates/angular/PieChart/pie-chart.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/PieChart/pie-chart.component.ts.hbs +60 -0
- package/dist/templates/angular/PolarAreaChart/polar-area-chart.component.css.hbs +7 -0
- package/dist/templates/angular/PolarAreaChart/polar-area-chart.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/PolarAreaChart/polar-area-chart.component.ts.hbs +60 -0
- package/dist/templates/angular/Popover/popover.component.css.hbs +7 -0
- package/dist/templates/angular/Popover/popover.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Popover/popover.component.ts.hbs +100 -0
- package/dist/templates/angular/Popup/popup.component.css.hbs +7 -0
- package/dist/templates/angular/Popup/popup.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Popup/popup.component.ts.hbs +112 -0
- package/dist/templates/angular/ProgressBar/progress-bar.component.css.hbs +7 -0
- package/dist/templates/angular/ProgressBar/progress-bar.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/ProgressBar/progress-bar.component.ts.hbs +51 -0
- package/dist/templates/angular/ProgressRing/progress-ring.component.css.hbs +7 -0
- package/dist/templates/angular/ProgressRing/progress-ring.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/ProgressRing/progress-ring.component.ts.hbs +48 -0
- package/dist/templates/angular/QrCode/qr-code.component.css.hbs +7 -0
- package/dist/templates/angular/QrCode/qr-code.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/QrCode/qr-code.component.ts.hbs +63 -0
- package/dist/templates/angular/RadarChart/radar-chart.component.css.hbs +7 -0
- package/dist/templates/angular/RadarChart/radar-chart.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/RadarChart/radar-chart.component.ts.hbs +72 -0
- package/dist/templates/angular/Radio/radio.component.css.hbs +7 -0
- package/dist/templates/angular/Radio/radio.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Radio/radio.component.ts.hbs +80 -0
- package/dist/templates/angular/RadioGroup/radio-group.component.css.hbs +7 -0
- package/dist/templates/angular/RadioGroup/radio-group.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/RadioGroup/radio-group.component.ts.hbs +143 -0
- package/dist/templates/angular/Rating/rating.component.css.hbs +7 -0
- package/dist/templates/angular/Rating/rating.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Rating/rating.component.ts.hbs +137 -0
- package/dist/templates/angular/RelativeTime/relative-time.component.css.hbs +7 -0
- package/dist/templates/angular/RelativeTime/relative-time.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/RelativeTime/relative-time.component.ts.hbs +57 -0
- package/dist/templates/angular/ResizeObserver/resize-observer.component.css.hbs +7 -0
- package/dist/templates/angular/ResizeObserver/resize-observer.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/ResizeObserver/resize-observer.component.ts.hbs +57 -0
- package/dist/templates/angular/ScatterChart/scatter-chart.component.css.hbs +7 -0
- package/dist/templates/angular/ScatterChart/scatter-chart.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/ScatterChart/scatter-chart.component.ts.hbs +75 -0
- package/dist/templates/angular/Scroller/scroller.component.css.hbs +7 -0
- package/dist/templates/angular/Scroller/scroller.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Scroller/scroller.component.ts.hbs +54 -0
- package/dist/templates/angular/Select/select.component.css.hbs +7 -0
- package/dist/templates/angular/Select/select.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Select/select.component.ts.hbs +204 -0
- package/dist/templates/angular/Skeleton/skeleton.component.css.hbs +7 -0
- package/dist/templates/angular/Skeleton/skeleton.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Skeleton/skeleton.component.ts.hbs +45 -0
- package/dist/templates/angular/Slider/slider.component.css.hbs +7 -0
- package/dist/templates/angular/Slider/slider.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Slider/slider.component.ts.hbs +175 -0
- package/dist/templates/angular/Sparkline/sparkline.component.css.hbs +7 -0
- package/dist/templates/angular/Sparkline/sparkline.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Sparkline/sparkline.component.ts.hbs +57 -0
- package/dist/templates/angular/Spinner/spinner.component.css.hbs +7 -0
- package/dist/templates/angular/Spinner/spinner.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Spinner/spinner.component.ts.hbs +42 -0
- package/dist/templates/angular/SplitPanel/split-panel.component.css.hbs +7 -0
- package/dist/templates/angular/SplitPanel/split-panel.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/SplitPanel/split-panel.component.ts.hbs +75 -0
- package/dist/templates/angular/Switch/switch.component.css.hbs +7 -0
- package/dist/templates/angular/Switch/switch.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Switch/switch.component.ts.hbs +148 -0
- package/dist/templates/angular/Tab/tab.component.css.hbs +7 -0
- package/dist/templates/angular/Tab/tab.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Tab/tab.component.ts.hbs +48 -0
- package/dist/templates/angular/TabGroup/tab-group.component.css.hbs +7 -0
- package/dist/templates/angular/TabGroup/tab-group.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/TabGroup/tab-group.component.ts.hbs +70 -0
- package/dist/templates/angular/TabPanel/tab-panel.component.css.hbs +7 -0
- package/dist/templates/angular/TabPanel/tab-panel.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/TabPanel/tab-panel.component.ts.hbs +48 -0
- package/dist/templates/angular/Tag/tag.component.css.hbs +7 -0
- package/dist/templates/angular/Tag/tag.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Tag/tag.component.ts.hbs +69 -0
- package/dist/templates/angular/Textarea/textarea.component.css.hbs +7 -0
- package/dist/templates/angular/Textarea/textarea.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Textarea/textarea.component.ts.hbs +184 -0
- package/dist/templates/angular/Toast/toast.component.css.hbs +7 -0
- package/dist/templates/angular/Toast/toast.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Toast/toast.component.ts.hbs +49 -0
- package/dist/templates/angular/ToastItem/toast-item.component.css.hbs +7 -0
- package/dist/templates/angular/ToastItem/toast-item.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/ToastItem/toast-item.component.ts.hbs +79 -0
- package/dist/templates/angular/Tooltip/tooltip.component.css.hbs +7 -0
- package/dist/templates/angular/Tooltip/tooltip.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Tooltip/tooltip.component.ts.hbs +103 -0
- package/dist/templates/angular/Tree/tree.component.css.hbs +7 -0
- package/dist/templates/angular/Tree/tree.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/Tree/tree.component.ts.hbs +57 -0
- package/dist/templates/angular/TreeItem/tree-item.component.css.hbs +7 -0
- package/dist/templates/angular/TreeItem/tree-item.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/TreeItem/tree-item.component.ts.hbs +91 -0
- package/dist/templates/angular/ZoomableFrame/zoomable-frame.component.css.hbs +7 -0
- package/dist/templates/angular/ZoomableFrame/zoomable-frame.component.spec.ts.hbs +26 -0
- package/dist/templates/angular/ZoomableFrame/zoomable-frame.component.ts.hbs +95 -0
- package/dist/templates/react/ColorPicker/ColorPicker.tsx.hbs +3 -0
- package/dist/templates/react/Combobox/Combobox.jsx.hbs +17 -2
- package/dist/templates/react/Combobox/Combobox.tsx.hbs +50 -25
- package/dist/templates/react/FileInput/FileInput.tsx.hbs +11 -10
- package/dist/templates/react/Markdown/Markdown.css.hbs +10 -0
- package/dist/templates/react/Markdown/Markdown.jsx.hbs +20 -0
- package/dist/templates/react/Markdown/Markdown.test.jsx.hbs +11 -0
- package/dist/templates/react/Markdown/Markdown.test.tsx.hbs +10 -0
- package/dist/templates/react/Markdown/Markdown.tsx.hbs +86 -0
- package/dist/templates/react/Rating/Rating.tsx.hbs +18 -3
- package/dist/templates/react/Textarea/Textarea.tsx.hbs +3 -0
- package/dist/templates/react/ToastItem/ToastItem.tsx.hbs +9 -8
- package/dist/templates/vue/ColorPicker/ColorPicker.js.vue.hbs +2 -1
- package/dist/templates/vue/ColorPicker/ColorPicker.vue.hbs +1 -0
- package/dist/templates/vue/Combobox/Combobox.js.vue.hbs +10 -2
- package/dist/templates/vue/Combobox/Combobox.vue.hbs +20 -10
- package/dist/templates/vue/Dialog/Dialog.vue.hbs +0 -1
- package/dist/templates/vue/Dropdown/Dropdown.vue.hbs +7 -2
- package/dist/templates/vue/FileInput/FileInput.vue.hbs +8 -7
- package/dist/templates/vue/Markdown/Markdown.css.hbs +10 -0
- package/dist/templates/vue/Markdown/Markdown.js.vue.hbs +40 -0
- package/dist/templates/vue/Markdown/Markdown.test.js.hbs +10 -0
- package/dist/templates/vue/Markdown/Markdown.test.ts.hbs +10 -0
- package/dist/templates/vue/Markdown/Markdown.vue.hbs +49 -0
- package/dist/templates/vue/NumberInput/NumberInput.js.vue.hbs +2 -2
- package/dist/templates/vue/NumberInput/NumberInput.vue.hbs +2 -2
- package/dist/templates/vue/Rating/Rating.js.vue.hbs +8 -3
- package/dist/templates/vue/Rating/Rating.vue.hbs +8 -2
- package/dist/templates/vue/Slider/Slider.js.vue.hbs +2 -2
- package/dist/templates/vue/Slider/Slider.vue.hbs +2 -2
- package/dist/templates/vue/Textarea/Textarea.js.vue.hbs +1 -0
- package/dist/templates/vue/Textarea/Textarea.vue.hbs +1 -0
- package/dist/templates/vue/Toast/Toast.vue.hbs +1 -1
- package/dist/templates/vue/ToastItem/ToastItem.vue.hbs +3 -3
- package/dist/templates/vue/TreeItem/TreeItem.js.vue.hbs +4 -1
- package/dist/templates/vue/TreeItem/TreeItem.vue.hbs +4 -1
- package/dist/{tier-B72FSQRO.js → tier-WGCBYOUA.js} +2 -2
- package/llms.txt +2 -2
- package/package.json +2 -1
- package/templates/AGENTS.md +36 -17
- package/templates/angular/AnimatedImage/animated-image.component.css.hbs +7 -0
- package/templates/angular/AnimatedImage/animated-image.component.spec.ts.hbs +26 -0
- package/templates/angular/AnimatedImage/animated-image.component.ts.hbs +67 -0
- package/templates/angular/Animation/animation.component.css.hbs +7 -0
- package/templates/angular/Animation/animation.component.spec.ts.hbs +26 -0
- package/templates/angular/Animation/animation.component.ts.hbs +102 -0
- package/templates/angular/Avatar/avatar.component.css.hbs +7 -0
- package/templates/angular/Avatar/avatar.component.spec.ts.hbs +26 -0
- package/templates/angular/Avatar/avatar.component.ts.hbs +69 -0
- package/templates/angular/Badge/badge.component.css.hbs +7 -0
- package/templates/angular/Badge/badge.component.spec.ts.hbs +26 -0
- package/templates/angular/Badge/badge.component.ts.hbs +54 -0
- package/templates/angular/BarChart/bar-chart.component.css.hbs +7 -0
- package/templates/angular/BarChart/bar-chart.component.spec.ts.hbs +26 -0
- package/templates/angular/BarChart/bar-chart.component.ts.hbs +84 -0
- package/templates/angular/Breadcrumb/breadcrumb.component.css.hbs +7 -0
- package/templates/angular/Breadcrumb/breadcrumb.component.spec.ts.hbs +26 -0
- package/templates/angular/Breadcrumb/breadcrumb.component.ts.hbs +45 -0
- package/templates/angular/BreadcrumbItem/breadcrumb-item.component.css.hbs +7 -0
- package/templates/angular/BreadcrumbItem/breadcrumb-item.component.spec.ts.hbs +26 -0
- package/templates/angular/BreadcrumbItem/breadcrumb-item.component.ts.hbs +51 -0
- package/templates/angular/BubbleChart/bubble-chart.component.css.hbs +7 -0
- package/templates/angular/BubbleChart/bubble-chart.component.spec.ts.hbs +26 -0
- package/templates/angular/BubbleChart/bubble-chart.component.ts.hbs +81 -0
- package/templates/angular/Button/button.component.css.hbs +7 -0
- package/templates/angular/Button/button.component.spec.ts.hbs +26 -0
- package/templates/angular/Button/button.component.ts.hbs +138 -0
- package/templates/angular/ButtonGroup/button-group.component.css.hbs +7 -0
- package/templates/angular/ButtonGroup/button-group.component.spec.ts.hbs +26 -0
- package/templates/angular/ButtonGroup/button-group.component.ts.hbs +48 -0
- package/templates/angular/Callout/callout.component.css.hbs +7 -0
- package/templates/angular/Callout/callout.component.spec.ts.hbs +26 -0
- package/templates/angular/Callout/callout.component.ts.hbs +51 -0
- package/templates/angular/Card/card.component.css.hbs +7 -0
- package/templates/angular/Card/card.component.spec.ts.hbs +26 -0
- package/templates/angular/Card/card.component.ts.hbs +57 -0
- package/templates/angular/Carousel/carousel.component.css.hbs +7 -0
- package/templates/angular/Carousel/carousel.component.spec.ts.hbs +26 -0
- package/templates/angular/Carousel/carousel.component.ts.hbs +91 -0
- package/templates/angular/CarouselItem/carousel-item.component.css.hbs +7 -0
- package/templates/angular/CarouselItem/carousel-item.component.spec.ts.hbs +26 -0
- package/templates/angular/CarouselItem/carousel-item.component.ts.hbs +42 -0
- package/templates/angular/Chart/chart.component.css.hbs +7 -0
- package/templates/angular/Chart/chart.component.spec.ts.hbs +26 -0
- package/templates/angular/Chart/chart.component.ts.hbs +84 -0
- package/templates/angular/Checkbox/checkbox.component.css.hbs +7 -0
- package/templates/angular/Checkbox/checkbox.component.spec.ts.hbs +26 -0
- package/templates/angular/Checkbox/checkbox.component.ts.hbs +151 -0
- package/templates/angular/ColorPicker/color-picker.component.css.hbs +7 -0
- package/templates/angular/ColorPicker/color-picker.component.spec.ts.hbs +26 -0
- package/templates/angular/ColorPicker/color-picker.component.ts.hbs +200 -0
- package/templates/angular/Combobox/combobox.component.css.hbs +7 -0
- package/templates/angular/Combobox/combobox.component.spec.ts.hbs +26 -0
- package/templates/angular/Combobox/combobox.component.ts.hbs +220 -0
- package/templates/angular/Comparison/comparison.component.css.hbs +7 -0
- package/templates/angular/Comparison/comparison.component.spec.ts.hbs +26 -0
- package/templates/angular/Comparison/comparison.component.ts.hbs +57 -0
- package/templates/angular/CopyButton/copy-button.component.css.hbs +7 -0
- package/templates/angular/CopyButton/copy-button.component.spec.ts.hbs +26 -0
- package/templates/angular/CopyButton/copy-button.component.ts.hbs +82 -0
- package/templates/angular/Details/details.component.css.hbs +7 -0
- package/templates/angular/Details/details.component.spec.ts.hbs +26 -0
- package/templates/angular/Details/details.component.ts.hbs +91 -0
- package/templates/angular/Dialog/dialog.component.css.hbs +7 -0
- package/templates/angular/Dialog/dialog.component.spec.ts.hbs +26 -0
- package/templates/angular/Dialog/dialog.component.ts.hbs +85 -0
- package/templates/angular/Divider/divider.component.css.hbs +7 -0
- package/templates/angular/Divider/divider.component.spec.ts.hbs +26 -0
- package/templates/angular/Divider/divider.component.ts.hbs +45 -0
- package/templates/angular/DoughnutChart/doughnut-chart.component.css.hbs +7 -0
- package/templates/angular/DoughnutChart/doughnut-chart.component.spec.ts.hbs +26 -0
- package/templates/angular/DoughnutChart/doughnut-chart.component.ts.hbs +60 -0
- package/templates/angular/Drawer/drawer.component.css.hbs +7 -0
- package/templates/angular/Drawer/drawer.component.spec.ts.hbs +26 -0
- package/templates/angular/Drawer/drawer.component.ts.hbs +88 -0
- package/templates/angular/Dropdown/dropdown.component.css.hbs +7 -0
- package/templates/angular/Dropdown/dropdown.component.spec.ts.hbs +26 -0
- package/templates/angular/Dropdown/dropdown.component.ts.hbs +94 -0
- package/templates/angular/DropdownItem/dropdown-item.component.css.hbs +7 -0
- package/templates/angular/DropdownItem/dropdown-item.component.spec.ts.hbs +26 -0
- package/templates/angular/DropdownItem/dropdown-item.component.ts.hbs +83 -0
- package/templates/angular/FileInput/file-input.component.css.hbs +7 -0
- package/templates/angular/FileInput/file-input.component.spec.ts.hbs +26 -0
- package/templates/angular/FileInput/file-input.component.ts.hbs +145 -0
- package/templates/angular/FormatBytes/format-bytes.component.css.hbs +7 -0
- package/templates/angular/FormatBytes/format-bytes.component.spec.ts.hbs +26 -0
- package/templates/angular/FormatBytes/format-bytes.component.ts.hbs +54 -0
- package/templates/angular/FormatDate/format-date.component.css.hbs +7 -0
- package/templates/angular/FormatDate/format-date.component.spec.ts.hbs +26 -0
- package/templates/angular/FormatDate/format-date.component.ts.hbs +81 -0
- package/templates/angular/FormatNumber/format-number.component.css.hbs +7 -0
- package/templates/angular/FormatNumber/format-number.component.spec.ts.hbs +26 -0
- package/templates/angular/FormatNumber/format-number.component.ts.hbs +75 -0
- package/templates/angular/Icon/icon.component.css.hbs +7 -0
- package/templates/angular/Icon/icon.component.spec.ts.hbs +26 -0
- package/templates/angular/Icon/icon.component.ts.hbs +91 -0
- package/templates/angular/Include/include.component.css.hbs +7 -0
- package/templates/angular/Include/include.component.spec.ts.hbs +26 -0
- package/templates/angular/Include/include.component.ts.hbs +67 -0
- package/templates/angular/Input/input.component.css.hbs +7 -0
- package/templates/angular/Input/input.component.spec.ts.hbs +26 -0
- package/templates/angular/Input/input.component.ts.hbs +230 -0
- package/templates/angular/IntersectionObserver/intersection-observer.component.css.hbs +7 -0
- package/templates/angular/IntersectionObserver/intersection-observer.component.spec.ts.hbs +26 -0
- package/templates/angular/IntersectionObserver/intersection-observer.component.ts.hbs +69 -0
- package/templates/angular/LineChart/line-chart.component.css.hbs +7 -0
- package/templates/angular/LineChart/line-chart.component.spec.ts.hbs +26 -0
- package/templates/angular/LineChart/line-chart.component.ts.hbs +81 -0
- package/templates/angular/Markdown/markdown.component.css.hbs +7 -0
- package/templates/angular/Markdown/markdown.component.spec.ts.hbs +26 -0
- package/templates/angular/Markdown/markdown.component.ts.hbs +61 -0
- package/templates/angular/MutationObserver/mutation-observer.component.css.hbs +7 -0
- package/templates/angular/MutationObserver/mutation-observer.component.spec.ts.hbs +26 -0
- package/templates/angular/MutationObserver/mutation-observer.component.ts.hbs +75 -0
- package/templates/angular/NumberInput/number-input.component.css.hbs +7 -0
- package/templates/angular/NumberInput/number-input.component.spec.ts.hbs +26 -0
- package/templates/angular/NumberInput/number-input.component.ts.hbs +169 -0
- package/templates/angular/Option/option.component.css.hbs +7 -0
- package/templates/angular/Option/option.component.spec.ts.hbs +26 -0
- package/templates/angular/Option/option.component.ts.hbs +54 -0
- package/templates/angular/Page/page.component.css.hbs +7 -0
- package/templates/angular/Page/page.component.spec.ts.hbs +26 -0
- package/templates/angular/Page/page.component.ts.hbs +70 -0
- package/templates/angular/PieChart/pie-chart.component.css.hbs +7 -0
- package/templates/angular/PieChart/pie-chart.component.spec.ts.hbs +26 -0
- package/templates/angular/PieChart/pie-chart.component.ts.hbs +60 -0
- package/templates/angular/PolarAreaChart/polar-area-chart.component.css.hbs +7 -0
- package/templates/angular/PolarAreaChart/polar-area-chart.component.spec.ts.hbs +26 -0
- package/templates/angular/PolarAreaChart/polar-area-chart.component.ts.hbs +60 -0
- package/templates/angular/Popover/popover.component.css.hbs +7 -0
- package/templates/angular/Popover/popover.component.spec.ts.hbs +26 -0
- package/templates/angular/Popover/popover.component.ts.hbs +100 -0
- package/templates/angular/Popup/popup.component.css.hbs +7 -0
- package/templates/angular/Popup/popup.component.spec.ts.hbs +26 -0
- package/templates/angular/Popup/popup.component.ts.hbs +112 -0
- package/templates/angular/ProgressBar/progress-bar.component.css.hbs +7 -0
- package/templates/angular/ProgressBar/progress-bar.component.spec.ts.hbs +26 -0
- package/templates/angular/ProgressBar/progress-bar.component.ts.hbs +51 -0
- package/templates/angular/ProgressRing/progress-ring.component.css.hbs +7 -0
- package/templates/angular/ProgressRing/progress-ring.component.spec.ts.hbs +26 -0
- package/templates/angular/ProgressRing/progress-ring.component.ts.hbs +48 -0
- package/templates/angular/QrCode/qr-code.component.css.hbs +7 -0
- package/templates/angular/QrCode/qr-code.component.spec.ts.hbs +26 -0
- package/templates/angular/QrCode/qr-code.component.ts.hbs +63 -0
- package/templates/angular/RadarChart/radar-chart.component.css.hbs +7 -0
- package/templates/angular/RadarChart/radar-chart.component.spec.ts.hbs +26 -0
- package/templates/angular/RadarChart/radar-chart.component.ts.hbs +72 -0
- package/templates/angular/Radio/radio.component.css.hbs +7 -0
- package/templates/angular/Radio/radio.component.spec.ts.hbs +26 -0
- package/templates/angular/Radio/radio.component.ts.hbs +80 -0
- package/templates/angular/RadioGroup/radio-group.component.css.hbs +7 -0
- package/templates/angular/RadioGroup/radio-group.component.spec.ts.hbs +26 -0
- package/templates/angular/RadioGroup/radio-group.component.ts.hbs +143 -0
- package/templates/angular/Rating/rating.component.css.hbs +7 -0
- package/templates/angular/Rating/rating.component.spec.ts.hbs +26 -0
- package/templates/angular/Rating/rating.component.ts.hbs +137 -0
- package/templates/angular/RelativeTime/relative-time.component.css.hbs +7 -0
- package/templates/angular/RelativeTime/relative-time.component.spec.ts.hbs +26 -0
- package/templates/angular/RelativeTime/relative-time.component.ts.hbs +57 -0
- package/templates/angular/ResizeObserver/resize-observer.component.css.hbs +7 -0
- package/templates/angular/ResizeObserver/resize-observer.component.spec.ts.hbs +26 -0
- package/templates/angular/ResizeObserver/resize-observer.component.ts.hbs +57 -0
- package/templates/angular/ScatterChart/scatter-chart.component.css.hbs +7 -0
- package/templates/angular/ScatterChart/scatter-chart.component.spec.ts.hbs +26 -0
- package/templates/angular/ScatterChart/scatter-chart.component.ts.hbs +75 -0
- package/templates/angular/Scroller/scroller.component.css.hbs +7 -0
- package/templates/angular/Scroller/scroller.component.spec.ts.hbs +26 -0
- package/templates/angular/Scroller/scroller.component.ts.hbs +54 -0
- package/templates/angular/Select/select.component.css.hbs +7 -0
- package/templates/angular/Select/select.component.spec.ts.hbs +26 -0
- package/templates/angular/Select/select.component.ts.hbs +204 -0
- package/templates/angular/Skeleton/skeleton.component.css.hbs +7 -0
- package/templates/angular/Skeleton/skeleton.component.spec.ts.hbs +26 -0
- package/templates/angular/Skeleton/skeleton.component.ts.hbs +45 -0
- package/templates/angular/Slider/slider.component.css.hbs +7 -0
- package/templates/angular/Slider/slider.component.spec.ts.hbs +26 -0
- package/templates/angular/Slider/slider.component.ts.hbs +175 -0
- package/templates/angular/Sparkline/sparkline.component.css.hbs +7 -0
- package/templates/angular/Sparkline/sparkline.component.spec.ts.hbs +26 -0
- package/templates/angular/Sparkline/sparkline.component.ts.hbs +57 -0
- package/templates/angular/Spinner/spinner.component.css.hbs +7 -0
- package/templates/angular/Spinner/spinner.component.spec.ts.hbs +26 -0
- package/templates/angular/Spinner/spinner.component.ts.hbs +42 -0
- package/templates/angular/SplitPanel/split-panel.component.css.hbs +7 -0
- package/templates/angular/SplitPanel/split-panel.component.spec.ts.hbs +26 -0
- package/templates/angular/SplitPanel/split-panel.component.ts.hbs +75 -0
- package/templates/angular/Switch/switch.component.css.hbs +7 -0
- package/templates/angular/Switch/switch.component.spec.ts.hbs +26 -0
- package/templates/angular/Switch/switch.component.ts.hbs +148 -0
- package/templates/angular/Tab/tab.component.css.hbs +7 -0
- package/templates/angular/Tab/tab.component.spec.ts.hbs +26 -0
- package/templates/angular/Tab/tab.component.ts.hbs +48 -0
- package/templates/angular/TabGroup/tab-group.component.css.hbs +7 -0
- package/templates/angular/TabGroup/tab-group.component.spec.ts.hbs +26 -0
- package/templates/angular/TabGroup/tab-group.component.ts.hbs +70 -0
- package/templates/angular/TabPanel/tab-panel.component.css.hbs +7 -0
- package/templates/angular/TabPanel/tab-panel.component.spec.ts.hbs +26 -0
- package/templates/angular/TabPanel/tab-panel.component.ts.hbs +48 -0
- package/templates/angular/Tag/tag.component.css.hbs +7 -0
- package/templates/angular/Tag/tag.component.spec.ts.hbs +26 -0
- package/templates/angular/Tag/tag.component.ts.hbs +69 -0
- package/templates/angular/Textarea/textarea.component.css.hbs +7 -0
- package/templates/angular/Textarea/textarea.component.spec.ts.hbs +26 -0
- package/templates/angular/Textarea/textarea.component.ts.hbs +184 -0
- package/templates/angular/Toast/toast.component.css.hbs +7 -0
- package/templates/angular/Toast/toast.component.spec.ts.hbs +26 -0
- package/templates/angular/Toast/toast.component.ts.hbs +49 -0
- package/templates/angular/ToastItem/toast-item.component.css.hbs +7 -0
- package/templates/angular/ToastItem/toast-item.component.spec.ts.hbs +26 -0
- package/templates/angular/ToastItem/toast-item.component.ts.hbs +79 -0
- package/templates/angular/Tooltip/tooltip.component.css.hbs +7 -0
- package/templates/angular/Tooltip/tooltip.component.spec.ts.hbs +26 -0
- package/templates/angular/Tooltip/tooltip.component.ts.hbs +103 -0
- package/templates/angular/Tree/tree.component.css.hbs +7 -0
- package/templates/angular/Tree/tree.component.spec.ts.hbs +26 -0
- package/templates/angular/Tree/tree.component.ts.hbs +57 -0
- package/templates/angular/TreeItem/tree-item.component.css.hbs +7 -0
- package/templates/angular/TreeItem/tree-item.component.spec.ts.hbs +26 -0
- package/templates/angular/TreeItem/tree-item.component.ts.hbs +91 -0
- package/templates/angular/ZoomableFrame/zoomable-frame.component.css.hbs +7 -0
- package/templates/angular/ZoomableFrame/zoomable-frame.component.spec.ts.hbs +26 -0
- package/templates/angular/ZoomableFrame/zoomable-frame.component.ts.hbs +95 -0
- package/templates/react/ColorPicker/ColorPicker.tsx.hbs +3 -0
- package/templates/react/Combobox/Combobox.jsx.hbs +17 -2
- package/templates/react/Combobox/Combobox.tsx.hbs +50 -25
- package/templates/react/FileInput/FileInput.tsx.hbs +11 -10
- package/templates/react/Markdown/Markdown.css.hbs +10 -0
- package/templates/react/Markdown/Markdown.jsx.hbs +20 -0
- package/templates/react/Markdown/Markdown.test.jsx.hbs +11 -0
- package/templates/react/Markdown/Markdown.test.tsx.hbs +10 -0
- package/templates/react/Markdown/Markdown.tsx.hbs +86 -0
- package/templates/react/Rating/Rating.tsx.hbs +18 -3
- package/templates/react/Textarea/Textarea.tsx.hbs +3 -0
- package/templates/react/ToastItem/ToastItem.tsx.hbs +9 -8
- package/templates/vue/ColorPicker/ColorPicker.js.vue.hbs +2 -1
- package/templates/vue/ColorPicker/ColorPicker.vue.hbs +1 -0
- package/templates/vue/Combobox/Combobox.js.vue.hbs +10 -2
- package/templates/vue/Combobox/Combobox.vue.hbs +20 -10
- package/templates/vue/Dialog/Dialog.vue.hbs +0 -1
- package/templates/vue/Dropdown/Dropdown.vue.hbs +7 -2
- package/templates/vue/FileInput/FileInput.vue.hbs +8 -7
- package/templates/vue/Markdown/Markdown.css.hbs +10 -0
- package/templates/vue/Markdown/Markdown.js.vue.hbs +40 -0
- package/templates/vue/Markdown/Markdown.test.js.hbs +10 -0
- package/templates/vue/Markdown/Markdown.test.ts.hbs +10 -0
- package/templates/vue/Markdown/Markdown.vue.hbs +49 -0
- package/templates/vue/NumberInput/NumberInput.js.vue.hbs +2 -2
- package/templates/vue/NumberInput/NumberInput.vue.hbs +2 -2
- package/templates/vue/Rating/Rating.js.vue.hbs +8 -3
- package/templates/vue/Rating/Rating.vue.hbs +8 -2
- package/templates/vue/Slider/Slider.js.vue.hbs +2 -2
- package/templates/vue/Slider/Slider.vue.hbs +2 -2
- package/templates/vue/Textarea/Textarea.js.vue.hbs +1 -0
- package/templates/vue/Textarea/Textarea.vue.hbs +1 -0
- package/templates/vue/Toast/Toast.vue.hbs +1 -1
- package/templates/vue/ToastItem/ToastItem.vue.hbs +3 -3
- package/templates/vue/TreeItem/TreeItem.js.vue.hbs +4 -1
- package/templates/vue/TreeItem/TreeItem.vue.hbs +4 -1
- package/dist/-DVMKE7OE.js.map +0 -1
- /package/dist/{chunk-5L6FBZCJ.js.map → chunk-IAHZV2WK.js.map} +0 -0
- /package/dist/{install-MI2SLFG5.js.map → install-KQPNMCKO.js.map} +0 -0
- /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 `--
|
|
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
|