@spartan-ng/cli 0.0.1-alpha.492 → 0.0.1-alpha.494
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/generators.json +10 -0
- package/package.json +1 -1
- package/src/generators/healthcheck/generator.js +2 -0
- package/src/generators/healthcheck/generator.js.map +1 -1
- package/src/generators/healthcheck/healthchecks/brn-radio.js +1 -1
- package/src/generators/healthcheck/healthchecks/brn-radio.js.map +1 -1
- package/src/generators/healthcheck/healthchecks/naming-conventions.d.ts +2 -0
- package/src/generators/healthcheck/healthchecks/naming-conventions.js +39 -0
- package/src/generators/healthcheck/healthchecks/naming-conventions.js.map +1 -0
- package/src/generators/migrate-naming-convention/__snapshots__/generator.spec.ts.snap +213 -0
- package/src/generators/migrate-naming-convention/compat.d.ts +2 -0
- package/src/generators/migrate-naming-convention/compat.js +7 -0
- package/src/generators/migrate-naming-convention/compat.js.map +1 -0
- package/src/generators/migrate-naming-convention/generator.d.ts +4 -0
- package/src/generators/migrate-naming-convention/generator.js +97 -0
- package/src/generators/migrate-naming-convention/generator.js.map +1 -0
- package/src/generators/migrate-naming-convention/schema.d.ts +3 -0
- package/src/generators/migrate-naming-convention/schema.json +14 -0
- package/src/generators/ui/libs/ui-accordion-helm/files/index.ts.template +15 -15
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/{hlm-accordion-content.component.ts.template → hlm-accordion-content.ts.template} +2 -2
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/{hlm-accordion-icon.directive.ts.template → hlm-accordion-icon.ts.template} +1 -1
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/{hlm-accordion-item.directive.ts.template → hlm-accordion-item.ts.template} +3 -3
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/{hlm-accordion-trigger.directive.ts.template → hlm-accordion-trigger.ts.template} +3 -3
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/{hlm-accordion.directive.ts.template → hlm-accordion.ts.template} +4 -4
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/index.ts.template +27 -27
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-action-button.ts.template +8 -0
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/{hlm-alert-dialog-cancel-button.directive.ts.template → hlm-alert-dialog-cancel-button.ts.template} +3 -3
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/{hlm-alert-dialog-content.component.ts.template → hlm-alert-dialog-content.ts.template} +1 -1
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/{hlm-alert-dialog-description.directive.ts.template → hlm-alert-dialog-description.ts.template} +3 -3
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/{hlm-alert-dialog-footer.component.ts.template → hlm-alert-dialog-footer.ts.template} +1 -1
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/{hlm-alert-dialog-header.component.ts.template → hlm-alert-dialog-header.ts.template} +1 -1
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/{hlm-alert-dialog-overlay.directive.ts.template → hlm-alert-dialog-overlay.ts.template} +1 -1
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/{hlm-alert-dialog-title.directive.ts.template → hlm-alert-dialog-title.ts.template} +3 -3
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/{hlm-alert-dialog.component.ts.template → hlm-alert-dialog.ts.template} +8 -8
- package/src/generators/ui/libs/ui-alert-helm/files/index.ts.template +9 -14
- package/src/generators/ui/libs/ui-alert-helm/files/lib/{hlm-alert-description.directive.ts.template → hlm-alert-description.ts.template} +1 -1
- package/src/generators/ui/libs/ui-alert-helm/files/lib/{hlm-alert-icon.directive.ts.template → hlm-alert-icon.ts.template} +1 -1
- package/src/generators/ui/libs/ui-alert-helm/files/lib/{hlm-alert-title.directive.ts.template → hlm-alert-title.ts.template} +1 -1
- package/src/generators/ui/libs/ui-alert-helm/files/lib/{hlm-alert.directive.ts.template → hlm-alert.ts.template} +1 -1
- package/src/generators/ui/libs/ui-aspect-ratio-helm/files/index.ts.template +4 -4
- package/src/generators/ui/libs/ui-aspect-ratio-helm/files/lib/{helm-aspect-ratio.directive.ts.template → helm-aspect-ratio.ts.template} +1 -1
- package/src/generators/ui/libs/ui-avatar-helm/files/index.ts.template +5 -5
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/fallback/{hlm-avatar-fallback.directive.ts.template → hlm-avatar-fallback.ts.template} +4 -4
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/fallback/index.ts.template +1 -1
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/{hlm-avatar.component.ts.template → hlm-avatar.ts.template} +2 -2
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/image/{hlm-avatar-image.directive.ts.template → hlm-avatar-image.ts.template} +4 -4
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/image/index.ts.template +1 -1
- package/src/generators/ui/libs/ui-badge-helm/files/index.ts.template +3 -3
- package/src/generators/ui/libs/ui-badge-helm/files/lib/{hlm-badge.directive.ts.template → hlm-badge.ts.template} +1 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/index.ts.template +21 -21
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/{hlm-breadcrumb-ellipsis.component.ts.template → hlm-breadcrumb-ellipsis.ts.template} +3 -3
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/{hlm-breadcrumb-item.directive.ts.template → hlm-breadcrumb-item.ts.template} +1 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/{hlm-breadcrumb-link.directive.ts.template → hlm-breadcrumb-link.ts.template} +1 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/{hlm-breadcrumb-list.directive.ts.template → hlm-breadcrumb-list.ts.template} +1 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/{hlm-breadcrumb-page.directive.ts.template → hlm-breadcrumb-page.ts.template} +1 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/{hlm-breadcrumb-separator.component.ts.template → hlm-breadcrumb-separator.ts.template} +1 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/{hlm-breadcrumb.directive.ts.template → hlm-breadcrumb.ts.template} +1 -1
- package/src/generators/ui/libs/ui-button-helm/files/index.ts.template +4 -4
- package/src/generators/ui/libs/ui-button-helm/files/lib/hlm-button.token.ts.template +1 -1
- package/src/generators/ui/libs/ui-button-helm/files/lib/{hlm-button.directive.ts.template → hlm-button.ts.template} +1 -1
- package/src/generators/ui/libs/ui-calendar-helm/files/index.ts.template +5 -5
- package/src/generators/ui/libs/ui-calendar-helm/files/lib/{hlm-calendar-multi.component.ts.template → hlm-calendar-multi.ts.template} +22 -22
- package/src/generators/ui/libs/ui-calendar-helm/files/lib/{hlm-calendar.component.ts.template → hlm-calendar.ts.template} +22 -22
- package/src/generators/ui/libs/ui-card-helm/files/index.ts.template +21 -21
- package/src/generators/ui/libs/ui-card-helm/files/lib/{hlm-card-action.directive.ts.template → hlm-card-action.ts.template} +1 -1
- package/src/generators/ui/libs/ui-card-helm/files/lib/{hlm-card-content.directive.ts.template → hlm-card-content.ts.template} +1 -1
- package/src/generators/ui/libs/ui-card-helm/files/lib/{hlm-card-description.directive.ts.template → hlm-card-description.ts.template} +1 -1
- package/src/generators/ui/libs/ui-card-helm/files/lib/{hlm-card-footer.directive.ts.template → hlm-card-footer.ts.template} +1 -1
- package/src/generators/ui/libs/ui-card-helm/files/lib/{hlm-card-header.directive.ts.template → hlm-card-header.ts.template} +1 -1
- package/src/generators/ui/libs/ui-card-helm/files/lib/{hlm-card-title.directive.ts.template → hlm-card-title.ts.template} +1 -1
- package/src/generators/ui/libs/ui-card-helm/files/lib/{hlm-card.directive.ts.template → hlm-card.ts.template} +1 -1
- package/src/generators/ui/libs/ui-carousel-helm/files/index.ts.template +18 -18
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/{hlm-carousel-content.component.ts.template → hlm-carousel-content.ts.template} +3 -3
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/{hlm-carousel-item.component.ts.template → hlm-carousel-item.ts.template} +3 -3
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/{hlm-carousel-next.component.ts.template → hlm-carousel-next.ts.template} +8 -8
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/{hlm-carousel-previous.component.ts.template → hlm-carousel-previous.ts.template} +8 -8
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/{hlm-carousel-slide-display.component.ts.template → hlm-carousel-slide-display.ts.template} +3 -3
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/{hlm-carousel.component.ts.template → hlm-carousel.ts.template} +1 -1
- package/src/generators/ui/libs/ui-checkbox-helm/files/index.ts.template +3 -3
- package/src/generators/ui/libs/ui-checkbox-helm/files/lib/{hlm-checkbox.component.ts.template → hlm-checkbox.ts.template} +5 -5
- package/src/generators/ui/libs/ui-command-helm/files/index.ts.template +39 -39
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-dialog-close-button.directive.ts.template → hlm-command-dialog-close-button.ts.template} +4 -4
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-dialog.directive.ts.template → hlm-command-dialog.ts.template} +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-empty.directive.ts.template → hlm-command-empty.ts.template} +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-group-label.component.ts.template → hlm-command-group-label.ts.template} +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-group.component.ts.template → hlm-command-group.ts.template} +3 -3
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-icon.directive.ts.template → hlm-command-icon.ts.template} +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-item.component.ts.template → hlm-command-item.ts.template} +3 -3
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-list.component.ts.template → hlm-command-list.ts.template} +3 -3
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-search-input.component.ts.template → hlm-command-search-input.ts.template} +3 -3
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-search.component.ts.template → hlm-command-search.ts.template} +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-separator.component.ts.template → hlm-command-separator.ts.template} +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command-shortcut.component.ts.template → hlm-command-shortcut.ts.template} +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/{hlm-command.component.ts.template → hlm-command.ts.template} +3 -3
- package/src/generators/ui/libs/ui-date-picker-helm/files/index.ts.template +5 -5
- package/src/generators/ui/libs/ui-date-picker-helm/files/lib/{hlm-date-picker-multi.component.ts.template → hlm-date-picker-multi.ts.template} +7 -15
- package/src/generators/ui/libs/ui-date-picker-helm/files/lib/{hlm-date-picker.component.ts.template → hlm-date-picker.ts.template} +7 -15
- package/src/generators/ui/libs/ui-dialog-helm/files/index.ts.template +24 -24
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/{hlm-dialog-close.directive.ts.template → hlm-dialog-close.ts.template} +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/{hlm-dialog-content.component.ts.template → hlm-dialog-content.ts.template} +5 -5
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/{hlm-dialog-description.directive.ts.template → hlm-dialog-description.ts.template} +3 -3
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/{hlm-dialog-footer.component.ts.template → hlm-dialog-footer.ts.template} +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/{hlm-dialog-header.component.ts.template → hlm-dialog-header.ts.template} +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/{hlm-dialog-overlay.directive.ts.template → hlm-dialog-overlay.ts.template} +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/{hlm-dialog-title.directive.ts.template → hlm-dialog-title.ts.template} +3 -3
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog.service.ts.template +3 -3
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/{hlm-dialog.component.ts.template → hlm-dialog.ts.template} +6 -10
- package/src/generators/ui/libs/ui-form-field-helm/files/index.ts.template +8 -8
- package/src/generators/ui/libs/ui-form-field-helm/files/lib/{hlm-error.directive.ts.template → hlm-error.ts.template} +1 -1
- package/src/generators/ui/libs/ui-form-field-helm/files/lib/{hlm-form-field.component.ts.template → hlm-form-field.ts.template} +3 -3
- package/src/generators/ui/libs/ui-form-field-helm/files/lib/{hlm-hint.directive.ts.template → hlm-hint.ts.template} +1 -1
- package/src/generators/ui/libs/ui-hover-card-helm/files/index.ts.template +3 -3
- package/src/generators/ui/libs/ui-hover-card-helm/files/lib/{hlm-hover-card-content.component.ts.template → hlm-hover-card-content.ts.template} +1 -1
- package/src/generators/ui/libs/ui-icon-helm/files/index.ts.template +4 -4
- package/src/generators/ui/libs/ui-icon-helm/files/lib/hlm-icon.token.ts.template +1 -1
- package/src/generators/ui/libs/ui-icon-helm/files/lib/{hlm-icon.directive.ts.template → hlm-icon.ts.template} +1 -1
- package/src/generators/ui/libs/ui-input-helm/files/index.ts.template +4 -4
- package/src/generators/ui/libs/ui-input-helm/files/lib/{hlm-input-error.directive.ts.template → hlm-input-error.ts.template} +1 -1
- package/src/generators/ui/libs/ui-input-helm/files/lib/{hlm-input.directive.ts.template → hlm-input.ts.template} +2 -2
- package/src/generators/ui/libs/ui-input-otp-helm/files/index.ts.template +15 -15
- package/src/generators/ui/libs/ui-input-otp-helm/files/lib/{hlm-input-otp-fake-caret.component.ts.template → hlm-input-otp-fake-caret.ts.template} +1 -1
- package/src/generators/ui/libs/ui-input-otp-helm/files/lib/{hlm-input-otp-group.directive.ts.template → hlm-input-otp-group.ts.template} +1 -1
- package/src/generators/ui/libs/ui-input-otp-helm/files/lib/{hlm-input-otp-separator.component.ts.template → hlm-input-otp-separator.ts.template} +3 -3
- package/src/generators/ui/libs/ui-input-otp-helm/files/lib/{hlm-input-otp-slot.component.ts.template → hlm-input-otp-slot.ts.template} +4 -4
- package/src/generators/ui/libs/ui-input-otp-helm/files/lib/{hlm-input-otp.directive.ts.template → hlm-input-otp.ts.template} +1 -1
- package/src/generators/ui/libs/ui-label-helm/files/index.ts.template +4 -4
- package/src/generators/ui/libs/ui-label-helm/files/lib/{hlm-label.directive.ts.template → hlm-label.ts.template} +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/index.ts.template +42 -47
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-bar-item.directive.ts.template → hlm-menu-bar-item.ts.template} +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-bar.component.ts.template → hlm-menu-bar.ts.template} +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-group.component.ts.template → hlm-menu-group.ts.template} +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-item-check.component.ts.template → hlm-menu-item-check.ts.template} +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-item-checkbox.directive.ts.template → hlm-menu-item-checkbox.ts.template} +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-item-icon.directive.ts.template → hlm-menu-item-icon.ts.template} +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-item-radio.component.ts.template → hlm-menu-item-radio-indicator.ts.template} +4 -4
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-item-radio.directive.ts.template → hlm-menu-item-radio.ts.template} +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-item-sub-indicator.component.ts.template → hlm-menu-item-sub-indicator.ts.template} +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-item.directive.ts.template → hlm-menu-item.ts.template} +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-label.component.ts.template → hlm-menu-label.ts.template} +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-separator.component.ts.template → hlm-menu-separator.ts.template} +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu-shortcut.component.ts.template → hlm-menu-shortcut.ts.template} +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-menu.component.ts.template → hlm-menu.ts.template} +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/lib/{hlm-sub-menu.component.ts.template → hlm-sub-menu.ts.template} +3 -3
- package/src/generators/ui/libs/ui-pagination-helm/files/index.ts.template +27 -27
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/{hlm-numbered-pagination-query-params.component.ts.template → hlm-numbered-pagination-query-params.ts.template} +16 -16
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/{hlm-numbered-pagination.component.ts.template → hlm-numbered-pagination.ts.template} +15 -15
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/{hlm-pagination-content.directive.ts.template → hlm-pagination-content.ts.template} +1 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/{hlm-pagination-ellipsis.component.ts.template → hlm-pagination-ellipsis.ts.template} +3 -3
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/{hlm-pagination-item.directive.ts.template → hlm-pagination-item.ts.template} +1 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/{hlm-pagination-link.directive.ts.template → hlm-pagination-link.ts.template} +1 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/{hlm-pagination-next.component.ts.template → hlm-pagination-next.ts.template} +6 -6
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/{hlm-pagination-previous.component.ts.template → hlm-pagination-previous.ts.template} +6 -6
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/{hlm-pagination.directive.ts.template → hlm-pagination.ts.template} +1 -1
- package/src/generators/ui/libs/ui-popover-helm/files/index.ts.template +5 -5
- package/src/generators/ui/libs/ui-popover-helm/files/lib/{hlm-popover-close.directive.ts.template → hlm-popover-close.ts.template} +1 -1
- package/src/generators/ui/libs/ui-popover-helm/files/lib/{hlm-popover-content.directive.ts.template → hlm-popover-content.ts.template} +1 -1
- package/src/generators/ui/libs/ui-progress-helm/files/index.ts.template +5 -5
- package/src/generators/ui/libs/ui-progress-helm/files/lib/{hlm-progress-indicator.directive.ts.template → hlm-progress-indicator.ts.template} +1 -1
- package/src/generators/ui/libs/ui-progress-helm/files/lib/{hlm-progress.directive.ts.template → hlm-progress.ts.template} +1 -1
- package/src/generators/ui/libs/ui-radio-group-helm/files/index.ts.template +7 -7
- package/src/generators/ui/libs/ui-radio-group-helm/files/lib/{hlm-radio-group.component.ts.template → hlm-radio-group.ts.template} +3 -3
- package/src/generators/ui/libs/ui-radio-group-helm/files/lib/{hlm-radio-indicator.component.ts.template → hlm-radio-indicator.ts.template} +1 -1
- package/src/generators/ui/libs/ui-radio-group-helm/files/lib/{hlm-radio.component.ts.template → hlm-radio.ts.template} +3 -3
- package/src/generators/ui/libs/ui-scroll-area-helm/files/index.ts.template +4 -4
- package/src/generators/ui/libs/ui-scroll-area-helm/files/lib/{hlm-scroll-area.directive.ts.template → hlm-scroll-area.ts.template} +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/index.ts.template +27 -27
- package/src/generators/ui/libs/ui-select-helm/files/lib/{hlm-select-content.directive.ts.template → hlm-select-content.ts.template} +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/{hlm-select-group.directive.ts.template → hlm-select-group.ts.template} +3 -3
- package/src/generators/ui/libs/ui-select-helm/files/lib/{hlm-select-label.directive.ts.template → hlm-select-label.ts.template} +5 -5
- package/src/generators/ui/libs/ui-select-helm/files/lib/{hlm-select-option.component.ts.template → hlm-select-option.ts.template} +6 -6
- package/src/generators/ui/libs/ui-select-helm/files/lib/{hlm-select-scroll-down.component.ts.template → hlm-select-scroll-down.ts.template} +3 -3
- package/src/generators/ui/libs/ui-select-helm/files/lib/{hlm-select-scroll-up.component.ts.template → hlm-select-scroll-up.ts.template} +3 -3
- package/src/generators/ui/libs/ui-select-helm/files/lib/{hlm-select-trigger.component.ts.template → hlm-select-trigger.ts.template} +6 -6
- package/src/generators/ui/libs/ui-select-helm/files/lib/{hlm-select-value.directive.ts.template → hlm-select-value.ts.template} +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/{hlm-select.directive.ts.template → hlm-select.ts.template} +1 -1
- package/src/generators/ui/libs/ui-separator-helm/files/index.ts.template +4 -4
- package/src/generators/ui/libs/ui-separator-helm/files/lib/{hlm-separator.directive.ts.template → hlm-separator.ts.template} +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/index.ts.template +24 -24
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/{hlm-sheet-close.directive.ts.template → hlm-sheet-close.ts.template} +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/{hlm-sheet-content.component.ts.template → hlm-sheet-content.ts.template} +5 -5
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/{hlm-sheet-description.directive.ts.template → hlm-sheet-description.ts.template} +3 -3
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/{hlm-sheet-footer.component.ts.template → hlm-sheet-footer.ts.template} +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/{hlm-sheet-header.component.ts.template → hlm-sheet-header.ts.template} +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/{hlm-sheet-overlay.directive.ts.template → hlm-sheet-overlay.ts.template} +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/{hlm-sheet-title.directive.ts.template → hlm-sheet-title.ts.template} +3 -3
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet.ts.template +30 -0
- package/src/generators/ui/libs/ui-skeleton-helm/files/index.ts.template +3 -3
- package/src/generators/ui/libs/ui-skeleton-helm/files/lib/{hlm-skeleton.component.ts.template → hlm-skeleton.ts.template} +1 -1
- package/src/generators/ui/libs/ui-slider-helm/files/index.ts.template +3 -3
- package/src/generators/ui/libs/ui-slider-helm/files/lib/{hlm-slider.component.ts.template → hlm-slider.ts.template} +8 -8
- package/src/generators/ui/libs/ui-sonner-helm/files/index.ts.template +3 -3
- package/src/generators/ui/libs/ui-sonner-helm/files/lib/{hlm-toaster.component.ts.template → hlm-toaster.ts.template} +1 -1
- package/src/generators/ui/libs/ui-spinner-helm/files/index.ts.template +3 -3
- package/src/generators/ui/libs/ui-spinner-helm/files/lib/{hlm-spinner.component.ts.template → hlm-spinner.ts.template} +1 -1
- package/src/generators/ui/libs/ui-switch-helm/files/index.ts.template +5 -5
- package/src/generators/ui/libs/ui-switch-helm/files/lib/{hlm-switch-thumb.directive.ts.template → hlm-switch-thumb.ts.template} +1 -1
- package/src/generators/ui/libs/ui-switch-helm/files/lib/{hlm-switch.component.ts.template → hlm-switch.ts.template} +5 -5
- package/src/generators/ui/libs/ui-table-helm/files/index.ts.template +3 -21
- package/src/generators/ui/libs/ui-table-helm/files/lib/{hlm-table.directive.ts.template → hlm-table.ts.template} +8 -8
- package/src/generators/ui/libs/ui-tabs-helm/files/index.ts.template +11 -17
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/{hlm-tabs-content.directive.ts.template → hlm-tabs-content.ts.template} +3 -3
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/{hlm-tabs-list.component.ts.template → hlm-tabs-list.ts.template} +3 -3
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/{hlm-tabs-paginated-list.component.ts.template → hlm-tabs-paginated-list.ts.template} +6 -10
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/{hlm-tabs-trigger.directive.ts.template → hlm-tabs-trigger.ts.template} +3 -3
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/{hlm-tabs.component.ts.template → hlm-tabs.ts.template} +3 -3
- package/src/generators/ui/libs/ui-toggle-group-helm/files/index.ts.template +6 -6
- package/src/generators/ui/libs/ui-toggle-group-helm/files/lib/hlm-toggle-group.token.ts.template +5 -5
- package/src/generators/ui/libs/ui-toggle-group-helm/files/lib/{hlm-toggle-group.directive.ts.template → hlm-toggle-group.ts.template} +3 -3
- package/src/generators/ui/libs/ui-toggle-group-helm/files/lib/{hlm-toggle-item.directive.ts.template → hlm-toggle-item.ts.template} +1 -1
- package/src/generators/ui/libs/ui-toggle-helm/files/index.ts.template +4 -4
- package/src/generators/ui/libs/ui-toggle-helm/files/lib/{hlm-toggle.directive.ts.template → hlm-toggle.ts.template} +1 -1
- package/src/generators/ui/libs/ui-tooltip-helm/files/index.ts.template +5 -5
- package/src/generators/ui/libs/ui-tooltip-helm/files/lib/{hlm-tooltip-trigger.directive.ts.template → hlm-tooltip-trigger.ts.template} +3 -3
- package/src/generators/ui/libs/ui-tooltip-helm/files/lib/{hlm-tooltip.component.ts.template → hlm-tooltip.ts.template} +3 -3
- package/src/generators/ui/libs/ui-typography-helm/files/index.ts.template +12 -12
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-blockquote.directive.ts.template → hlm-blockquote.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-code.directive.ts.template → hlm-code.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-h1.directive.ts.template → hlm-h1.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-h2.directive.ts.template → hlm-h2.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-h3.directive.ts.template → hlm-h3.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-h4.directive.ts.template → hlm-h4.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-large.directive.ts.template → hlm-large.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-lead.directive.ts.template → hlm-lead.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-muted.directive.ts.template → hlm-muted.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-p.directive.ts.template → hlm-p.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-small.directive.ts.template → hlm-small.ts.template} +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/{hlm-ul.directive.ts.template → hlm-ul.ts.template} +1 -1
- package/src/generators/ui/supported-ui-libraries.json +40 -40
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-action-button.directive.ts.template +0 -8
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet.component.ts.template +0 -30
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"internalName": "ui-accordion-helm",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=19.0.0",
|
|
6
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
6
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
7
7
|
"clsx": "^2.1.1",
|
|
8
8
|
"@ng-icons/core": ">=29.0.0",
|
|
9
9
|
"@ng-icons/lucide": ">=29.0.0"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"internalName": "ui-alert-helm",
|
|
14
14
|
"peerDependencies": {
|
|
15
15
|
"@angular/core": ">=19.0.0",
|
|
16
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
16
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
17
17
|
"clsx": "^2.1.1",
|
|
18
18
|
"class-variance-authority": "^0.7.0"
|
|
19
19
|
}
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"internalName": "ui-alert-dialog-helm",
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@angular/core": ">=19.0.0",
|
|
25
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
25
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
26
26
|
"clsx": "^2.1.1"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@angular/core": ">=19.0.0",
|
|
33
33
|
"@angular/cdk": ">=19.0.0",
|
|
34
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
34
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
35
35
|
"clsx": "^2.1.1"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"internalName": "ui-avatar-helm",
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@angular/core": ">=19.0.0",
|
|
42
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
42
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
43
43
|
"clsx": "^2.1.1"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"internalName": "ui-badge-helm",
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@angular/core": ">=19.0.0",
|
|
50
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
50
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
51
51
|
"class-variance-authority": "^0.7.0",
|
|
52
52
|
"clsx": "^2.1.1"
|
|
53
53
|
}
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@angular/core": ">=19.0.0",
|
|
59
59
|
"@ng-icons/core": ">=29.0.0",
|
|
60
60
|
"@ng-icons/lucide": ">=29.0.0",
|
|
61
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
61
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
62
62
|
"clsx": "^2.1.1",
|
|
63
63
|
"@angular/router": ">=19.0.0"
|
|
64
64
|
}
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"internalName": "ui-button-helm",
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@angular/core": ">=19.0.0",
|
|
70
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
70
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
71
71
|
"class-variance-authority": "^0.7.0",
|
|
72
72
|
"clsx": "^2.1.1"
|
|
73
73
|
}
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@angular/cdk": ">=19.0.0",
|
|
80
80
|
"@ng-icons/core": ">=29.0.0",
|
|
81
81
|
"@ng-icons/lucide": ">=29.0.0",
|
|
82
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
82
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
83
83
|
"clsx": "^2.1.1"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"internalName": "ui-card-helm",
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@angular/core": ">=19.0.0",
|
|
90
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
90
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
91
91
|
"clsx": "^2.1.1",
|
|
92
92
|
"class-variance-authority": "^0.7.0"
|
|
93
93
|
}
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"internalName": "ui-carousel-helm",
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@angular/core": ">=19.0.0",
|
|
99
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
99
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
100
100
|
"clsx": "^2.1.1",
|
|
101
101
|
"@ng-icons/core": ">=29.0.0",
|
|
102
102
|
"@ng-icons/lucide": ">=29.0.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@angular/forms": ">=19.0.0",
|
|
112
112
|
"@ng-icons/core": ">=29.0.0",
|
|
113
113
|
"@ng-icons/lucide": ">=29.0.0",
|
|
114
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
114
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
115
115
|
"clsx": "^2.1.1"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"internalName": "ui-command-helm",
|
|
120
120
|
"peerDependencies": {
|
|
121
121
|
"@angular/core": ">=19.0.0",
|
|
122
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
122
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
123
123
|
"clsx": "^2.1.1",
|
|
124
124
|
"@angular/cdk": ">=19.0.0"
|
|
125
125
|
}
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@angular/forms": ">=19.0.0",
|
|
133
133
|
"@ng-icons/core": ">=29.0.0",
|
|
134
134
|
"@ng-icons/lucide": ">=29.0.0",
|
|
135
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
135
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
136
136
|
"clsx": "^2.1.1"
|
|
137
137
|
}
|
|
138
138
|
},
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"internalName": "ui-dialog-helm",
|
|
141
141
|
"peerDependencies": {
|
|
142
142
|
"@angular/core": ">=19.0.0",
|
|
143
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
143
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
144
144
|
"clsx": "^2.1.1",
|
|
145
145
|
"@angular/common": ">=19.0.0",
|
|
146
146
|
"@ng-icons/core": ">=29.0.0",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"peerDependencies": {
|
|
154
154
|
"@angular/core": ">=19.0.0",
|
|
155
155
|
"@angular/forms": ">=19.0.0",
|
|
156
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
156
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
157
157
|
"clsx": "^2.1.1"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"internalName": "ui-hover-card-helm",
|
|
162
162
|
"peerDependencies": {
|
|
163
163
|
"@angular/core": ">=19.0.0",
|
|
164
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
164
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
165
165
|
"clsx": "^2.1.1"
|
|
166
166
|
}
|
|
167
167
|
},
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"internalName": "ui-input-helm",
|
|
178
178
|
"peerDependencies": {
|
|
179
179
|
"@angular/core": ">=19.0.0",
|
|
180
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
180
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
181
181
|
"class-variance-authority": "^0.7.0",
|
|
182
182
|
"clsx": "^2.1.1",
|
|
183
183
|
"@angular/forms": ">=19.0.0"
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"internalName": "ui-input-otp-helm",
|
|
188
188
|
"peerDependencies": {
|
|
189
189
|
"@angular/core": ">=19.0.0",
|
|
190
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
190
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
191
191
|
"clsx": "^2.1.1",
|
|
192
192
|
"@ng-icons/core": ">=29.0.0",
|
|
193
193
|
"@ng-icons/lucide": ">=29.0.0",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"internalName": "ui-label-helm",
|
|
199
199
|
"peerDependencies": {
|
|
200
200
|
"@angular/core": ">=19.0.0",
|
|
201
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
201
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
202
202
|
"clsx": "^2.1.1"
|
|
203
203
|
}
|
|
204
204
|
},
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"internalName": "ui-menu-helm",
|
|
207
207
|
"peerDependencies": {
|
|
208
208
|
"@angular/core": ">=19.0.0",
|
|
209
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
209
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
210
210
|
"clsx": "^2.1.1",
|
|
211
211
|
"@ng-icons/core": ">=29.0.0",
|
|
212
212
|
"@ng-icons/lucide": ">=29.0.0",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"@angular/core": ">=19.0.0",
|
|
221
221
|
"@angular/cdk": ">=19.0.0",
|
|
222
222
|
"@angular/forms": ">=19.0.0",
|
|
223
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
223
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
224
224
|
"class-variance-authority": "^0.7.0",
|
|
225
225
|
"clsx": "^2.1.1",
|
|
226
226
|
"@ng-icons/core": ">=29.0.0",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"internalName": "ui-popover-helm",
|
|
233
233
|
"peerDependencies": {
|
|
234
234
|
"@angular/core": ">=19.0.0",
|
|
235
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
235
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
236
236
|
"clsx": "^2.1.1"
|
|
237
237
|
}
|
|
238
238
|
},
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"internalName": "ui-progress-helm",
|
|
241
241
|
"peerDependencies": {
|
|
242
242
|
"@angular/core": ">=19.0.0",
|
|
243
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
243
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
244
244
|
"clsx": "^2.1.1"
|
|
245
245
|
}
|
|
246
246
|
},
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"internalName": "ui-radio-group-helm",
|
|
249
249
|
"peerDependencies": {
|
|
250
250
|
"@angular/core": ">=19.0.0",
|
|
251
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
251
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
252
252
|
"clsx": "^2.1.1",
|
|
253
253
|
"@angular/common": ">=19.0.0"
|
|
254
254
|
}
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"internalName": "ui-scroll-area-helm",
|
|
258
258
|
"peerDependencies": {
|
|
259
259
|
"@angular/core": ">=19.0.0",
|
|
260
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
260
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
261
261
|
"clsx": "^2.1.1"
|
|
262
262
|
}
|
|
263
263
|
},
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"peerDependencies": {
|
|
267
267
|
"@angular/core": ">=19.0.0",
|
|
268
268
|
"@angular/cdk": ">=19.0.0",
|
|
269
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
269
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
270
270
|
"clsx": "^2.1.1",
|
|
271
271
|
"@ng-icons/core": ">=29.0.0",
|
|
272
272
|
"@ng-icons/lucide": ">=29.0.0",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"internalName": "ui-separator-helm",
|
|
278
278
|
"peerDependencies": {
|
|
279
279
|
"@angular/core": ">=19.0.0",
|
|
280
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
280
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
281
281
|
"clsx": "^2.1.1"
|
|
282
282
|
}
|
|
283
283
|
},
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"internalName": "ui-sheet-helm",
|
|
286
286
|
"peerDependencies": {
|
|
287
287
|
"@angular/core": ">=19.0.0",
|
|
288
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
288
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
289
289
|
"clsx": "^2.1.1",
|
|
290
290
|
"@ng-icons/core": ">=29.0.0",
|
|
291
291
|
"@ng-icons/lucide": ">=29.0.0",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"internalName": "ui-skeleton-helm",
|
|
297
297
|
"peerDependencies": {
|
|
298
298
|
"@angular/core": ">=19.0.0",
|
|
299
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
299
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
300
300
|
"clsx": "^2.1.1"
|
|
301
301
|
}
|
|
302
302
|
},
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"internalName": "ui-slider-helm",
|
|
305
305
|
"peerDependencies": {
|
|
306
306
|
"@angular/core": ">=19.0.0",
|
|
307
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
307
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
308
308
|
"clsx": "^2.1.1"
|
|
309
309
|
}
|
|
310
310
|
},
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"internalName": "ui-sonner-helm",
|
|
313
313
|
"peerDependencies": {
|
|
314
314
|
"@angular/core": ">=19.0.0",
|
|
315
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
315
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
316
316
|
"clsx": "^2.1.1",
|
|
317
317
|
"ngx-sonner": ">=3.0.0"
|
|
318
318
|
}
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"internalName": "ui-spinner-helm",
|
|
322
322
|
"peerDependencies": {
|
|
323
323
|
"@angular/core": ">=19.0.0",
|
|
324
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
324
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
325
325
|
"clsx": "^2.1.1"
|
|
326
326
|
}
|
|
327
327
|
},
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"internalName": "ui-switch-helm",
|
|
330
330
|
"peerDependencies": {
|
|
331
331
|
"@angular/core": ">=19.0.0",
|
|
332
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
332
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
333
333
|
"clsx": "^2.1.1",
|
|
334
334
|
"@angular/cdk": ">=19.0.0",
|
|
335
335
|
"@angular/forms": ">=19.0.0"
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"internalName": "ui-table-helm",
|
|
340
340
|
"peerDependencies": {
|
|
341
341
|
"@angular/core": ">=19.0.0",
|
|
342
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
342
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
343
343
|
"clsx": "^2.1.1"
|
|
344
344
|
}
|
|
345
345
|
},
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"internalName": "ui-tabs-helm",
|
|
348
348
|
"peerDependencies": {
|
|
349
349
|
"@angular/core": ">=19.0.0",
|
|
350
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
350
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
351
351
|
"clsx": "^2.1.1",
|
|
352
352
|
"class-variance-authority": "^0.7.0",
|
|
353
353
|
"@angular/cdk": ">=19.0.0",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"internalName": "ui-toggle-helm",
|
|
361
361
|
"peerDependencies": {
|
|
362
362
|
"@angular/core": ">=19.0.0",
|
|
363
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
363
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
364
364
|
"class-variance-authority": "^0.7.0",
|
|
365
365
|
"clsx": "^2.1.1"
|
|
366
366
|
}
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"internalName": "ui-toggle-group-helm",
|
|
370
370
|
"peerDependencies": {
|
|
371
371
|
"@angular/core": ">=19.0.0",
|
|
372
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
372
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
373
373
|
"class-variance-authority": "^0.7.0",
|
|
374
374
|
"clsx": "^2.1.1"
|
|
375
375
|
}
|
|
@@ -378,14 +378,14 @@
|
|
|
378
378
|
"internalName": "ui-tooltip-helm",
|
|
379
379
|
"peerDependencies": {
|
|
380
380
|
"@angular/core": ">=19.0.0",
|
|
381
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
381
|
+
"@spartan-ng/brain": "0.0.1-alpha.494"
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
384
|
"typography": {
|
|
385
385
|
"internalName": "ui-typography-helm",
|
|
386
386
|
"peerDependencies": {
|
|
387
387
|
"@angular/core": ">=19.0.0",
|
|
388
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
388
|
+
"@spartan-ng/brain": "0.0.1-alpha.494",
|
|
389
389
|
"clsx": "^2.1.1"
|
|
390
390
|
}
|
|
391
391
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Directive } from '@angular/core';
|
|
2
|
-
import { HlmButtonDirective } from '@spartan-ng/helm/button';
|
|
3
|
-
|
|
4
|
-
@Directive({
|
|
5
|
-
selector: 'button[hlmAlertDialogAction]',
|
|
6
|
-
hostDirectives: [HlmButtonDirective],
|
|
7
|
-
})
|
|
8
|
-
export class HlmAlertDialogActionButtonDirective {}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, forwardRef, ViewEncapsulation } from '@angular/core';
|
|
2
|
-
import { BrnDialogComponent, provideBrnDialogDefaultOptions } from '@spartan-ng/brain/dialog';
|
|
3
|
-
import { BrnSheetComponent, BrnSheetOverlayComponent } from '@spartan-ng/brain/sheet';
|
|
4
|
-
import { HlmSheetOverlayDirective } from './hlm-sheet-overlay.directive';
|
|
5
|
-
|
|
6
|
-
@Component({
|
|
7
|
-
selector: 'hlm-sheet',
|
|
8
|
-
imports: [BrnSheetOverlayComponent, HlmSheetOverlayDirective],
|
|
9
|
-
providers: [
|
|
10
|
-
{
|
|
11
|
-
provide: BrnDialogComponent,
|
|
12
|
-
useExisting: forwardRef(() => BrnSheetComponent),
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
provide: BrnSheetComponent,
|
|
16
|
-
useExisting: forwardRef(() => HlmSheetComponent),
|
|
17
|
-
},
|
|
18
|
-
provideBrnDialogDefaultOptions({
|
|
19
|
-
// add custom options here
|
|
20
|
-
}),
|
|
21
|
-
],
|
|
22
|
-
template: `
|
|
23
|
-
<brn-sheet-overlay hlm />
|
|
24
|
-
<ng-content />
|
|
25
|
-
`,
|
|
26
|
-
encapsulation: ViewEncapsulation.None,
|
|
27
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
28
|
-
exportAs: 'hlmSheet',
|
|
29
|
-
})
|
|
30
|
-
export class HlmSheetComponent extends BrnSheetComponent {}
|