@spartan-ng/cli 0.0.1-alpha.347 → 0.0.1-alpha.349
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/package.json +1 -1
- package/src/generators/base/generator.d.ts +2 -2
- package/src/generators/base/lib/build-dependency-array.d.ts +1 -1
- package/src/generators/base/lib/get-target-library-directory.d.ts +2 -2
- package/src/generators/base/lib/get-target-library-directory.js.map +1 -1
- package/src/generators/base/lib/initialize-angular-library.d.ts +2 -2
- package/src/generators/base/versions.d.ts +20 -20
- package/src/generators/base/versions.js +20 -20
- package/src/generators/theme/generator.d.ts +1 -1
- package/src/generators/theme/generator.js +1 -1
- package/src/generators/theme/generator.js.map +1 -1
- package/src/generators/theme/libs/add-theme-to-application-styles.d.ts +2 -2
- package/src/generators/theme/libs/add-theme-to-application-styles.js.map +1 -1
- package/src/generators/ui/compat.d.ts +1 -1
- package/src/generators/ui/generator.d.ts +2 -2
- package/src/generators/ui/generator.js.map +1 -1
- package/src/generators/ui/libs/helm/files/lib/hlm-toaster.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-content.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-icon.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-item.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-trigger.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-cancel-button.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-content.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-description.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-footer.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-header.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-overlay.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-title.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert-description.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert-title.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-aspect-ratio-helm/files/lib/helm-aspect-ratio.directive.spec.ts.template +1 -1
- package/src/generators/ui/libs/ui-aspect-ratio-helm/files/lib/helm-aspect-ratio.directive.ts.template +4 -4
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/fallback/hlm-avatar-fallback.directive.spec.ts.template +1 -1
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/fallback/hlm-avatar-fallback.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/hlm-avatar.component.spec.ts.template +1 -1
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/hlm-avatar.component.ts.template +3 -3
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/image/hlm-avatar-image.directive.spec.ts.template +1 -1
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/image/hlm-avatar-image.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-badge-helm/files/lib/hlm-badge.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-button-helm/files/.DS_Store.template +0 -0
- package/src/generators/ui/libs/ui-button-helm/files/lib/hlm-button.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-content.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-description.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-footer.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-header.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-title.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-content.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-item.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-next.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-previous.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel.component.ts.template +9 -4
- package/src/generators/ui/libs/ui-checkbox-helm/files/lib/hlm-checkbox-checkicon.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-checkbox-helm/files/lib/hlm-checkbox.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-dialog-close-button.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-dialog.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-empty.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-group.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-input-wrapper.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-input.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-item-icon.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-item.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-list.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-shortcut.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/.DS_Store.template +0 -0
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-close.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-content.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-description.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-footer.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-header.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-overlay.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-title.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog.service.ts.template +4 -4
- package/src/generators/ui/libs/ui-hover-card-helm/files/lib/hlm-hover-card-content.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-icon-helm/files/lib/hlm-icon.component.spec.ts.template +1 -1
- package/src/generators/ui/libs/ui-icon-helm/files/lib/hlm-icon.component.ts.template +8 -7
- package/src/generators/ui/libs/ui-input-helm/files/lib/hlm-input-error.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-input-helm/files/lib/hlm-input.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-label-helm/files/lib/hlm-label.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-bar-item.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-bar.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-check.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-checkbox.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-icon.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-sub-indicator.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-label.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-separator.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-shortcut.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-sub-menu.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-content.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-item.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-link.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-popover-helm/files/lib/hlm-popover-close.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-popover-helm/files/lib/hlm-popover-content.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-progress-helm/files/lib/hlm-progress-indicator.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-progress-helm/files/lib/hlm-progress.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio-group.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio-indicator.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-scroll-area-helm/files/lib/hlm-scroll-area.component.ts.template +4 -4
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-content.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-group.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-label.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-option.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-trigger.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-value.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-separator-helm/files/lib/hlm-separator.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-close.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-content.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-description.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-footer.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-header.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-overlay.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-title.directive.ts.template +2 -2
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-skeleton-helm/files/lib/hlm-skeleton.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-sonner-helm/generator.d.ts +2 -2
- package/src/generators/ui/libs/ui-spinner-helm/files/lib/hlm-spinner.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-switch-helm/files/lib/hlm-switch-thumb.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-switch-helm/files/lib/hlm-switch.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-caption.component.ts.template +3 -3
- package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-table.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-td.component.ts.template +3 -3
- package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-th.component.ts.template +3 -3
- package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-trow.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-content.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-list.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-trigger.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-toggle-helm/files/lib/hlm-toggle-group.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-toggle-helm/files/lib/hlm-toggle.directive.ts.template +3 -3
- package/src/generators/ui/libs/ui-tooltip-helm/files/lib/hlm-tooltip-trigger.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-blockquote.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-code.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h1.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h2.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h3.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h4.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-large.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-lead.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-muted.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-p.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-small.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-ul.directive.ts.template +1 -1
- package/src/generators/ui/supported-ui-libraries.json +47 -47
- package/src/utils/get-project-names.d.ts +1 -1
- package/src/utils/get-project-names.js.map +1 -1
- package/src/utils/version-utils.d.ts +1 -1
- package/src/utils/version-utils.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GeneratorCallback, Tree } from '@nx/devkit';
|
|
2
|
-
import { HlmBaseGeneratorSchema } from './schema';
|
|
1
|
+
import { type GeneratorCallback, type Tree } from '@nx/devkit';
|
|
2
|
+
import type { HlmBaseGeneratorSchema } from './schema';
|
|
3
3
|
export declare function hlmBaseGenerator(tree: Tree, options: HlmBaseGeneratorSchema): Promise<GeneratorCallback>;
|
|
4
4
|
export default hlmBaseGenerator;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HlmBaseGeneratorSchema } from '../schema';
|
|
1
|
+
import type { HlmBaseGeneratorSchema } from '../schema';
|
|
2
2
|
export declare function buildDependencyArray(options: HlmBaseGeneratorSchema, angularVersion: string, existingCdkVersion: string): Record<string, string>;
|
|
3
3
|
export declare function buildDevDependencyArray(): {
|
|
4
4
|
'tailwind-merge': string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Tree } from '@nx/devkit';
|
|
2
|
-
import { HlmBaseGeneratorSchema } from '../schema';
|
|
1
|
+
import { type Tree } from '@nx/devkit';
|
|
2
|
+
import type { HlmBaseGeneratorSchema } from '../schema';
|
|
3
3
|
export declare function getTargetLibraryDirectory(options: HlmBaseGeneratorSchema, tree: Tree): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-target-library-directory.js","sourceRoot":"","sources":["../../../../../../../libs/cli/src/generators/base/lib/get-target-library-directory.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"get-target-library-directory.js","sourceRoot":"","sources":["../../../../../../../libs/cli/src/generators/base/lib/get-target-library-directory.ts"],"names":[],"mappings":";;;AAAA,uCAAmF;AACnF,6BAA6B;AAG7B,SAAgB,yBAAyB,CAAC,OAA+B,EAAE,IAAU;IACpF,MAAM,EAAE,eAAe,EAAE,gBAAgB,EAAE,GAAG,IAAA,+BAAsB,EAAC,OAAO,CAAC,SAAS,CAAC,CAAC;IACxF,MAAM,OAAO,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,eAAe,aAAf,eAAe,cAAf,eAAe,GAAI,IAAA,2BAAkB,EAAC,IAAI,CAAC,CAAC,OAAO,CAAC;IAChG,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,gBAAgB,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;AACjE,CAAC;AAJD,8DAIC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Tree } from '@nx/devkit';
|
|
2
|
-
import { HlmBaseGeneratorSchema } from '../schema';
|
|
1
|
+
import type { Tree } from '@nx/devkit';
|
|
2
|
+
import type { HlmBaseGeneratorSchema } from '../schema';
|
|
3
3
|
export declare function initializeAngularLibrary(tree: Tree, options: HlmBaseGeneratorSchema): Promise<import("@nx/devkit").GeneratorCallback>;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
export declare const FALLBACK_ANGULAR_VERSION = "^17.3.0";
|
|
2
2
|
export declare const NG_ICONS_VERSION = "^25.1.0";
|
|
3
|
-
export declare const SPARTAN_ACCORDION_BRAIN_VERSION = "0.0.1-alpha.
|
|
4
|
-
export declare const SPARTAN_ALERT_DIALOG_BRAIN_VERSION = "0.0.1-alpha.
|
|
5
|
-
export declare const SPARTAN_AVATAR_BRAIN_VERSION = "0.0.1-alpha.
|
|
6
|
-
export declare const SPARTAN_COMMAND_BRAIN_VERSION = "0.0.1-alpha.
|
|
7
|
-
export declare const SPARTAN_COLLAPSIBLE_BRAIN_VERSION = "0.0.1-alpha.
|
|
8
|
-
export declare const SPARTAN_CORE_VERSION = "0.0.1-alpha.
|
|
9
|
-
export declare const SPARTAN_DIALOG_BRAIN_VERSION = "0.0.1-alpha.
|
|
10
|
-
export declare const SPARTAN_HOVERCARD_BRAIN_VERSION = "0.0.1-alpha.
|
|
11
|
-
export declare const SPARTAN_LABEL_BRAIN_VERSION = "0.0.1-alpha.
|
|
12
|
-
export declare const SPARTAN_MENU_BRAIN_VERSION = "0.0.1-alpha.
|
|
13
|
-
export declare const SPARTAN_POPOVER_BRAIN_VERSION = "0.0.1-alpha.
|
|
14
|
-
export declare const SPARTAN_PROGRESS_BRAIN_VERSION = "0.0.1-alpha.
|
|
15
|
-
export declare const SPARTAN_RADIO_GROUP_BRAIN_VERSION = "0.0.1-alpha.
|
|
16
|
-
export declare const SPARTAN_SELECT_BRAIN_VERSION = "0.0.1-alpha.
|
|
17
|
-
export declare const SPARTAN_SEPARATOR_BRAIN_VERSION = "0.0.1-alpha.
|
|
18
|
-
export declare const SPARTAN_SHEET_BRAIN_VERSION = "0.0.1-alpha.
|
|
19
|
-
export declare const SPARTAN_SWITCH_VERSION = "0.0.1-alpha.
|
|
20
|
-
export declare const SPARTAN_TABS_VERSION = "0.0.1-alpha.
|
|
21
|
-
export declare const SPARTAN_TABLE_VERSION = "0.0.1-alpha.
|
|
22
|
-
export declare const SPARTAN_TOGGLE_VERSION = "0.0.1-alpha.
|
|
3
|
+
export declare const SPARTAN_ACCORDION_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
4
|
+
export declare const SPARTAN_ALERT_DIALOG_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
5
|
+
export declare const SPARTAN_AVATAR_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
6
|
+
export declare const SPARTAN_COMMAND_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
7
|
+
export declare const SPARTAN_COLLAPSIBLE_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
8
|
+
export declare const SPARTAN_CORE_VERSION = "0.0.1-alpha.347";
|
|
9
|
+
export declare const SPARTAN_DIALOG_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
10
|
+
export declare const SPARTAN_HOVERCARD_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
11
|
+
export declare const SPARTAN_LABEL_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
12
|
+
export declare const SPARTAN_MENU_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
13
|
+
export declare const SPARTAN_POPOVER_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
14
|
+
export declare const SPARTAN_PROGRESS_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
15
|
+
export declare const SPARTAN_RADIO_GROUP_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
16
|
+
export declare const SPARTAN_SELECT_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
17
|
+
export declare const SPARTAN_SEPARATOR_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
18
|
+
export declare const SPARTAN_SHEET_BRAIN_VERSION = "0.0.1-alpha.347";
|
|
19
|
+
export declare const SPARTAN_SWITCH_VERSION = "0.0.1-alpha.347";
|
|
20
|
+
export declare const SPARTAN_TABS_VERSION = "0.0.1-alpha.347";
|
|
21
|
+
export declare const SPARTAN_TABLE_VERSION = "0.0.1-alpha.347";
|
|
22
|
+
export declare const SPARTAN_TOGGLE_VERSION = "0.0.1-alpha.347";
|
|
23
23
|
export declare const TAILWIND_MERGE_VERSION = "^2.2.0";
|
|
24
24
|
export declare const TAILWINDCSS_VERSION = "^3.0.2";
|
|
25
25
|
export declare const TAILWIND_ANIMATE_VERSION = "^1.0.6";
|
|
@@ -6,26 +6,26 @@ exports.FALLBACK_ANGULAR_VERSION = '^17.3.0';
|
|
|
6
6
|
// ng-icon dependency
|
|
7
7
|
exports.NG_ICONS_VERSION = '^25.1.0';
|
|
8
8
|
// spartan dependencies
|
|
9
|
-
exports.SPARTAN_ACCORDION_BRAIN_VERSION = '0.0.1-alpha.
|
|
10
|
-
exports.SPARTAN_ALERT_DIALOG_BRAIN_VERSION = '0.0.1-alpha.
|
|
11
|
-
exports.SPARTAN_AVATAR_BRAIN_VERSION = '0.0.1-alpha.
|
|
12
|
-
exports.SPARTAN_COMMAND_BRAIN_VERSION = '0.0.1-alpha.
|
|
13
|
-
exports.SPARTAN_COLLAPSIBLE_BRAIN_VERSION = '0.0.1-alpha.
|
|
14
|
-
exports.SPARTAN_CORE_VERSION = '0.0.1-alpha.
|
|
15
|
-
exports.SPARTAN_DIALOG_BRAIN_VERSION = '0.0.1-alpha.
|
|
16
|
-
exports.SPARTAN_HOVERCARD_BRAIN_VERSION = '0.0.1-alpha.
|
|
17
|
-
exports.SPARTAN_LABEL_BRAIN_VERSION = '0.0.1-alpha.
|
|
18
|
-
exports.SPARTAN_MENU_BRAIN_VERSION = '0.0.1-alpha.
|
|
19
|
-
exports.SPARTAN_POPOVER_BRAIN_VERSION = '0.0.1-alpha.
|
|
20
|
-
exports.SPARTAN_PROGRESS_BRAIN_VERSION = '0.0.1-alpha.
|
|
21
|
-
exports.SPARTAN_RADIO_GROUP_BRAIN_VERSION = '0.0.1-alpha.
|
|
22
|
-
exports.SPARTAN_SELECT_BRAIN_VERSION = '0.0.1-alpha.
|
|
23
|
-
exports.SPARTAN_SEPARATOR_BRAIN_VERSION = '0.0.1-alpha.
|
|
24
|
-
exports.SPARTAN_SHEET_BRAIN_VERSION = '0.0.1-alpha.
|
|
25
|
-
exports.SPARTAN_SWITCH_VERSION = '0.0.1-alpha.
|
|
26
|
-
exports.SPARTAN_TABS_VERSION = '0.0.1-alpha.
|
|
27
|
-
exports.SPARTAN_TABLE_VERSION = '0.0.1-alpha.
|
|
28
|
-
exports.SPARTAN_TOGGLE_VERSION = '0.0.1-alpha.
|
|
9
|
+
exports.SPARTAN_ACCORDION_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
10
|
+
exports.SPARTAN_ALERT_DIALOG_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
11
|
+
exports.SPARTAN_AVATAR_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
12
|
+
exports.SPARTAN_COMMAND_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
13
|
+
exports.SPARTAN_COLLAPSIBLE_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
14
|
+
exports.SPARTAN_CORE_VERSION = '0.0.1-alpha.347';
|
|
15
|
+
exports.SPARTAN_DIALOG_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
16
|
+
exports.SPARTAN_HOVERCARD_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
17
|
+
exports.SPARTAN_LABEL_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
18
|
+
exports.SPARTAN_MENU_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
19
|
+
exports.SPARTAN_POPOVER_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
20
|
+
exports.SPARTAN_PROGRESS_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
21
|
+
exports.SPARTAN_RADIO_GROUP_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
22
|
+
exports.SPARTAN_SELECT_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
23
|
+
exports.SPARTAN_SEPARATOR_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
24
|
+
exports.SPARTAN_SHEET_BRAIN_VERSION = '0.0.1-alpha.347';
|
|
25
|
+
exports.SPARTAN_SWITCH_VERSION = '0.0.1-alpha.347';
|
|
26
|
+
exports.SPARTAN_TABS_VERSION = '0.0.1-alpha.347';
|
|
27
|
+
exports.SPARTAN_TABLE_VERSION = '0.0.1-alpha.347';
|
|
28
|
+
exports.SPARTAN_TOGGLE_VERSION = '0.0.1-alpha.347';
|
|
29
29
|
// dev dependencies
|
|
30
30
|
exports.TAILWIND_MERGE_VERSION = '^2.2.0';
|
|
31
31
|
exports.TAILWINDCSS_VERSION = '^3.0.2';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Tree } from '@nx/devkit';
|
|
1
|
+
import type { Tree } from '@nx/devkit';
|
|
2
2
|
export default function addThemeToApplicationGenerator(tree: Tree): Promise<void>;
|
|
@@ -47,7 +47,7 @@ function addThemeToApplicationGenerator(tree) {
|
|
|
47
47
|
]);
|
|
48
48
|
(0, add_theme_to_application_styles_1.addThemeToApplicationStyles)(tree, {
|
|
49
49
|
project: project.name,
|
|
50
|
-
radius: parseFloat(themeOptions.radius),
|
|
50
|
+
radius: Number.parseFloat(themeOptions.radius),
|
|
51
51
|
theme: themeOptions.theme,
|
|
52
52
|
addCdkStyles: themeOptions.addCdkStyles,
|
|
53
53
|
stylesEntryPoint: themeOptions.stylesEntryPoint,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/theme/generator.ts"],"names":[],"mappings":";;;AACA,uCAAkC;AAClC,qEAAoE;AACpE,4FAAqF;AACrF,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/theme/generator.ts"],"names":[],"mappings":";;;AACA,uCAAkC;AAClC,qEAAoE;AACpE,4FAAqF;AACrF,wFAA4G;AAE5G,SAA8B,8BAA8B,CAAC,IAAU;;QACtE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,GAAG,IAAA,uCAAmB,EAAC,IAAI,CAAC,CAAC;QAE7D,MAAM,QAAQ,GAAoB,MAAM,IAAA,iBAAM,EAAC;YAC9C,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,IAAI,EAAE,KAAK;YACX,OAAO,EAAE,wDAAwD;YACjE,OAAO,EAAE,YAAY;SACrB,CAAC,CAAC;QACH,MAAM,OAAO,GAAqC,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;QAE7E,IAAI,CAAC,OAAO;YAAE,OAAO;QAErB,MAAM,YAAY,GAMd,MAAM,IAAA,iBAAM,EAAC;YAChB;gBACC,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,OAAO;gBACb,OAAO,EACN,gHAAgH;gBACjH,OAAO,EAAE,+CAAe;aACxB;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,CAAC;gBACV,OAAO,EAAE,yDAAyD;gBAClE,OAAO,EAAE,CAAC,GAAG,8CAAc,CAAC;aAC5B;YACD;gBACC,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,kBAAkB;gBACxB,OAAO,EACN,yJAAyJ;aAC1J;YACD;gBACC,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EACN,0HAA0H;aAC3H;SACD,CAAC,CAAC;QAEH,IAAA,6DAA2B,EAC1B,IAAI,EACJ;YACC,OAAO,EAAE,OAAO,CAAC,IAAI;YACrB,MAAM,EAAE,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,MAAM,CAAC;YAC9C,KAAK,EAAE,YAAY,CAAC,KAAK;YACzB,YAAY,EAAE,YAAY,CAAC,YAAY;YACvC,gBAAgB,EAAE,YAAY,CAAC,gBAAgB;YAC/C,MAAM,EAAE,YAAY,CAAC,MAAM;SAC3B,EACD,OAAO,CACP,CAAC;IACH,CAAC;CAAA;AA/DD,iDA+DC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ProjectConfiguration, Tree } from '@nx/devkit';
|
|
2
|
-
import { SupportedTheme } from './supported-theme-generator-map';
|
|
1
|
+
import { type ProjectConfiguration, type Tree } from '@nx/devkit';
|
|
2
|
+
import { type SupportedTheme } from './supported-theme-generator-map';
|
|
3
3
|
export interface AddThemeToApplicationStylesOptions {
|
|
4
4
|
project: string;
|
|
5
5
|
theme: SupportedTheme;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-theme-to-application-styles.js","sourceRoot":"","sources":["../../../../../../../libs/cli/src/generators/theme/libs/add-theme-to-application-styles.ts"],"names":[],"mappings":";AAAA,gHAAgH;AAChH,kJAAkJ;;;AAElJ,
|
|
1
|
+
{"version":3,"file":"add-theme-to-application-styles.js","sourceRoot":"","sources":["../../../../../../../libs/cli/src/generators/theme/libs/add-theme-to-application-styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GeneratorCallback, Tree } from '@nx/devkit';
|
|
2
|
-
import { HlmUIGeneratorSchema } from './schema';
|
|
1
|
+
import { type GeneratorCallback, type Tree } from '@nx/devkit';
|
|
2
|
+
import type { HlmUIGeneratorSchema } from './schema';
|
|
3
3
|
export default function hlmUIGenerator(tree: Tree, options: HlmUIGeneratorSchema & {
|
|
4
4
|
angularCli?: boolean;
|
|
5
5
|
}): Promise<GeneratorCallback>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/generator.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/generator.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { NgxSonnerToaster, ToasterProps } from 'ngx-sonner';
|
|
1
|
+
import { ChangeDetectionStrategy, Component, booleanAttribute, input, numberAttribute } from '@angular/core';
|
|
2
|
+
import { NgxSonnerToaster, type ToasterProps } from 'ngx-sonner';
|
|
3
3
|
|
|
4
4
|
@Component({
|
|
5
5
|
selector: 'hlm-toaster',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, inject, input } from '@angular/core';
|
|
2
2
|
import { BrnAccordionContentComponent } from '@spartan-ng/ui-accordion-brain';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
@Directive({
|
|
7
7
|
selector: '[hlmAccordionContent],brn-accordion-content [hlm], hlm-accordion-content:not(notHlm)',
|
package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-icon.directive.ts.template
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, inject, input } from '@angular/core';
|
|
2
2
|
import { lucideChevronDown } from '@ng-icons/lucide';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
4
|
import { HlmIconComponent, provideIcons } from '@spartan-ng/ui-icon-helm';
|
|
5
|
-
import { ClassValue } from 'clsx';
|
|
5
|
+
import type { ClassValue } from 'clsx';
|
|
6
6
|
|
|
7
7
|
@Directive({
|
|
8
8
|
selector: 'hlm-icon[hlmAccordionIcon], hlm-icon[hlmAccIcon]',
|
package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-item.directive.ts.template
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { BrnAccordionItemDirective } from '@spartan-ng/ui-accordion-brain';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
@Directive({
|
|
7
7
|
selector: '[hlmAccordionItem],brn-accordion-item[hlm],hlm-accordion-item',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { BrnAccordionTriggerDirective } from '@spartan-ng/ui-accordion-brain';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
@Directive({
|
|
7
7
|
selector: '[hlmAccordionTrigger]',
|
package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion.directive.ts.template
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, inject, input } from '@angular/core';
|
|
2
2
|
import { BrnAccordionDirective } from '@spartan-ng/ui-accordion-brain';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
@Directive({
|
|
7
7
|
selector: '[hlmAccordion], hlm-accordion',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, inject, input } from '@angular/core';
|
|
2
2
|
import { HlmButtonDirective } from '@spartan-ng/ui-button-helm';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
@Directive({
|
|
7
7
|
selector: 'button[hlmAlertDialogCancel]',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, computed, input, signal
|
|
1
|
+
import { ChangeDetectionStrategy, Component, ViewEncapsulation, computed, input, signal } from '@angular/core';
|
|
2
2
|
import { hlm, injectExposesStateProvider } from '@spartan-ng/ui-core';
|
|
3
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import type { ClassValue } from 'clsx';
|
|
4
4
|
|
|
5
5
|
@Component({
|
|
6
6
|
selector: 'hlm-alert-dialog-content',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { BrnAlertDialogDescriptionDirective } from '@spartan-ng/ui-alertdialog-brain';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
@Directive({
|
|
7
7
|
selector: '[hlmAlertDialogDescription]',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, computed, input
|
|
1
|
+
import { ChangeDetectionStrategy, Component, ViewEncapsulation, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import type { ClassValue } from 'clsx';
|
|
4
4
|
|
|
5
5
|
@Component({
|
|
6
6
|
selector: 'hlm-alert-dialog-footer',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, computed, input
|
|
1
|
+
import { ChangeDetectionStrategy, Component, ViewEncapsulation, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import type { ClassValue } from 'clsx';
|
|
4
4
|
|
|
5
5
|
@Component({
|
|
6
6
|
selector: 'hlm-alert-dialog-header',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, effect, input } from '@angular/core';
|
|
2
2
|
import { hlm, injectCustomClassSettable } from '@spartan-ng/ui-core';
|
|
3
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import type { ClassValue } from 'clsx';
|
|
4
4
|
|
|
5
5
|
@Directive({
|
|
6
6
|
selector: '[hlmAlertDialogOverlay],brn-alert-dialog-overlay[hlm]',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { BrnAlertDialogTitleDirective } from '@spartan-ng/ui-alertdialog-brain';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
@Directive({
|
|
7
7
|
selector: '[hlmAlertDialogTitle]',
|
package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog.component.ts.template
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component,
|
|
1
|
+
import { ChangeDetectionStrategy, Component, ViewEncapsulation, forwardRef } from '@angular/core';
|
|
2
2
|
import { BrnAlertDialogComponent, BrnAlertDialogOverlayComponent } from '@spartan-ng/ui-alertdialog-brain';
|
|
3
3
|
import { BrnDialogComponent } from '@spartan-ng/ui-dialog-brain';
|
|
4
4
|
import { HlmAlertDialogOverlayDirective } from './hlm-alert-dialog-overlay.directive';
|
package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert-description.directive.ts.template
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
export const alertDescriptionVariants = cva('text-sm [&_p]:leading-relaxed', {
|
|
7
7
|
variants: {},
|
package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert-title.directive.ts.template
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
export const alertTitleVariants = cva('mb-1 font-medium leading-none tracking-tight', {
|
|
7
7
|
variants: {},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, Input, computed, input, signal } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
export const alertVariants = cva(
|
|
7
7
|
'relative w-full rounded-lg border border-border p-4 [&>[hlmAlertIcon]]:absolute [&>[hlmAlertIcon]]:text-foreground [&>[hlmAlertIcon]]:left-4 [&>[hlmAlertIcon]]:top-4 [&>[hlmAlertIcon]+div]:translate-y-[-3px] [&>[hlmAlertIcon]~*]:pl-7',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { TestBed, type ComponentFixture } from '@angular/core/testing';
|
|
3
3
|
import { HlmAspectRatioDirective } from './helm-aspect-ratio.directive';
|
|
4
4
|
|
|
5
5
|
@Component({
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { coerceNumberProperty, NumberInput } from '@angular/cdk/coercion';
|
|
2
|
-
import {
|
|
1
|
+
import { coerceNumberProperty, type NumberInput } from '@angular/cdk/coercion';
|
|
2
|
+
import { Directive, ElementRef, Input, computed, inject, input, signal, type AfterViewInit } from '@angular/core';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
const parseDividedString = (value: NumberInput): NumberInput => {
|
|
7
7
|
if (typeof value !== 'string' || !value.includes('/')) return value;
|
|
8
8
|
return value
|
|
9
9
|
.split('/')
|
|
10
|
-
.map((v) => parseInt(v, 10))
|
|
10
|
+
.map((v) => Number.parseInt(v, 10))
|
|
11
11
|
.reduce((a, b) => a / b);
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Component, PLATFORM_ID } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { TestBed, fakeAsync, type ComponentFixture } from '@angular/core/testing';
|
|
3
3
|
import { hexColorFor, isBright } from '@spartan-ng/ui-avatar-brain';
|
|
4
4
|
import { HlmAvatarFallbackDirective } from './hlm-avatar-fallback.directive';
|
|
5
5
|
|
package/src/generators/ui/libs/ui-avatar-helm/files/lib/hlm-avatar.component.spec.ts.template
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Component, Input } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { TestBed, type ComponentFixture } from '@angular/core/testing';
|
|
3
3
|
import { BrnAvatarFallbackDirective, BrnAvatarImageDirective } from '@spartan-ng/ui-avatar-brain';
|
|
4
4
|
import { HlmAvatarComponent } from './hlm-avatar.component';
|
|
5
5
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component,
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation, computed, input, signal } from '@angular/core';
|
|
2
2
|
import { BrnAvatarComponent } from '@spartan-ng/ui-avatar-brain';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
5
|
-
import { ClassValue } from 'clsx';
|
|
4
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
5
|
+
import type { ClassValue } from 'clsx';
|
|
6
6
|
|
|
7
7
|
export const avatarVariants = cva('relative flex shrink-0 overflow-hidden rounded-full', {
|
|
8
8
|
variants: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { TestBed, type ComponentFixture } from '@angular/core/testing';
|
|
3
3
|
import { HlmAvatarImageDirective } from './hlm-avatar-image.directive';
|
|
4
4
|
|
|
5
5
|
@Component({
|
package/src/generators/ui/libs/ui-avatar-helm/files/lib/image/hlm-avatar-image.directive.ts.template
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, inject, input } from '@angular/core';
|
|
2
2
|
import { BrnAvatarImageDirective } from '@spartan-ng/ui-avatar-brain';
|
|
3
3
|
import { hlm } from '@spartan-ng/ui-core';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
@Directive({
|
|
7
7
|
selector: 'img[hlmAvatarImage]',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, Input, booleanAttribute, computed, input, signal } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
export const badgeVariants = cva(
|
|
7
7
|
'inline-flex items-center border rounded-full px-2.5 py-0.5 font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2',
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, Input, computed, input, signal } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
export const buttonVariants = cva(
|
|
7
7
|
'inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none ring-offset-background',
|
package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-content.directive.ts.template
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
export const cardContentVariants = cva('p-6 pt-0', {
|
|
7
7
|
variants: {},
|
package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-description.directive.ts.template
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
export const cardDescriptionVariants = cva('text-sm text-muted-foreground', {
|
|
7
7
|
variants: {},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
export const cardFooterVariants = cva('flex p-6 pt-0', {
|
|
7
7
|
variants: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
export const cardHeaderVariants = cva('flex p-6', {
|
|
7
7
|
variants: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/ui-core';
|
|
3
|
-
import { cva, VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { ClassValue } from 'clsx';
|
|
3
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
export const cardTitleVariants = cva('text-lg font-semibold leading-none tracking-tight', {
|
|
7
7
|
variants: {},
|