@spartan-ng/cli 0.0.1-alpha.336 → 0.0.1-alpha.338

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/package.json +4 -4
  2. package/src/generators/base/generator.js +8 -3
  3. package/src/generators/base/generator.js.map +1 -1
  4. package/src/generators/base/lib/build-dependency-array.js +1 -0
  5. package/src/generators/base/lib/build-dependency-array.js.map +1 -1
  6. package/src/generators/base/versions.d.ts +2 -1
  7. package/src/generators/base/versions.js +3 -2
  8. package/src/generators/base/versions.js.map +1 -1
  9. package/src/generators/theme/libs/add-theme-to-application-styles.js.map +1 -1
  10. package/src/generators/ui/generator.js +9 -2
  11. package/src/generators/ui/generator.js.map +1 -1
  12. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-content.directive.ts.template +3 -8
  13. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-icon.directive.ts.template +7 -11
  14. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-item.directive.ts.template +9 -9
  15. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-trigger.directive.ts.template +3 -8
  16. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion.directive.ts.template +4 -9
  17. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-cancel-button.directive.ts.template +3 -8
  18. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-content.component.ts.template +3 -8
  19. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-description.directive.ts.template +3 -8
  20. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-footer.component.ts.template +3 -7
  21. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-header.component.ts.template +3 -7
  22. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-overlay.directive.ts.template +3 -7
  23. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-title.directive.ts.template +3 -7
  24. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog.component.ts.template +1 -2
  25. package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert-description.directive.ts.template +3 -11
  26. package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert-title.directive.ts.template +3 -11
  27. package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert.directive.ts.template +3 -11
  28. package/src/generators/ui/libs/ui-aspect-ratio-helm/files/lib/helm-aspect-ratio.directive.ts.template +3 -8
  29. package/src/generators/ui/libs/ui-avatar-helm/files/lib/hlm-avatar.component.spec.ts.template +10 -6
  30. package/src/generators/ui/libs/ui-avatar-helm/files/lib/hlm-avatar.component.ts.template +5 -11
  31. package/src/generators/ui/libs/ui-avatar-helm/files/lib/image/hlm-avatar-image.directive.ts.template +3 -11
  32. package/src/generators/ui/libs/ui-badge-helm/files/lib/hlm-badge.directive.ts.template +5 -14
  33. package/src/generators/ui/libs/ui-button-helm/files/.DS_Store.template +0 -0
  34. package/src/generators/ui/libs/ui-button-helm/files/lib/hlm-button.directive.ts.template +11 -11
  35. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-content.directive.ts.template +3 -11
  36. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-description.directive.ts.template +3 -11
  37. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-footer.directive.ts.template +4 -16
  38. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-header.directive.ts.template +4 -16
  39. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-title.directive.ts.template +3 -11
  40. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card.directive.ts.template +3 -11
  41. package/src/generators/ui/libs/ui-carousel-helm/files/index.ts.template +26 -0
  42. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-content.component.ts.template +25 -0
  43. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-item.component.ts.template +26 -0
  44. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-next.component.ts.template +62 -0
  45. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-previous.component.ts.template +62 -0
  46. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel.component.ts.template +93 -0
  47. package/src/generators/ui/libs/ui-carousel-helm/generator.d.ts +3 -0
  48. package/src/generators/ui/libs/ui-carousel-helm/generator.js +12 -0
  49. package/src/generators/ui/libs/ui-carousel-helm/generator.js.map +1 -0
  50. package/src/generators/ui/libs/ui-checkbox-helm/files/lib/hlm-checkbox-checkicon.component.ts.template +11 -20
  51. package/src/generators/ui/libs/ui-checkbox-helm/files/lib/hlm-checkbox.component.ts.template +50 -46
  52. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-dialog-close-button.directive.ts.template +3 -11
  53. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-dialog.directive.ts.template +8 -14
  54. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-empty.directive.ts.template +3 -11
  55. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-group.directive.ts.template +7 -13
  56. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-input-wrapper.component.ts.template +5 -14
  57. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-input.directive.ts.template +7 -12
  58. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-item-icon.directive.ts.template +3 -10
  59. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-item.directive.ts.template +7 -12
  60. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-list.directive.ts.template +3 -11
  61. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-shortcut.component.ts.template +5 -11
  62. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command.directive.ts.template +7 -13
  63. package/src/generators/ui/libs/ui-dialog-helm/files/.DS_Store.template +0 -0
  64. package/src/generators/ui/libs/ui-dialog-helm/files/index.ts.template +1 -0
  65. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-close.directive.ts.template +7 -13
  66. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-content.component.ts.template +24 -17
  67. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-description.directive.ts.template +3 -11
  68. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-footer.component.ts.template +5 -11
  69. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-header.component.ts.template +5 -11
  70. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-overlay.directive.ts.template +9 -13
  71. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-title.directive.ts.template +3 -11
  72. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog.component.ts.template +1 -2
  73. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog.service.ts.template +35 -0
  74. package/src/generators/ui/libs/ui-hover-card-helm/files/lib/hlm-hover-card-content.component.ts.template +3 -10
  75. package/src/generators/ui/libs/ui-icon-helm/files/lib/hlm-icon.component.spec.ts.template +3 -3
  76. package/src/generators/ui/libs/ui-icon-helm/files/lib/hlm-icon.component.ts.template +4 -4
  77. package/src/generators/ui/libs/ui-input-helm/files/lib/hlm-input-error.directive.ts.template +3 -11
  78. package/src/generators/ui/libs/ui-input-helm/files/lib/hlm-input.directive.ts.template +5 -10
  79. package/src/generators/ui/libs/ui-label-helm/files/lib/hlm-label.directive.ts.template +4 -10
  80. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-bar-item.directive.ts.template +7 -13
  81. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-bar.component.ts.template +5 -11
  82. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-check.component.ts.template +12 -14
  83. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-checkbox.directive.ts.template +8 -21
  84. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-icon.directive.ts.template +3 -10
  85. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio.component.ts.template +12 -14
  86. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio.directive.ts.template +8 -21
  87. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-sub-indicator.component.ts.template +6 -14
  88. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item.directive.ts.template +5 -15
  89. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-label.component.ts.template +5 -11
  90. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-separator.component.ts.template +3 -11
  91. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-shortcut.component.ts.template +5 -11
  92. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu.component.ts.template +4 -12
  93. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-sub-menu.component.ts.template +7 -13
  94. package/src/generators/ui/libs/ui-pagination-helm/files/index.ts.template +33 -0
  95. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-content.directive.ts.template +21 -0
  96. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-ellipsis.componet.ts.template +23 -0
  97. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-item.directive.ts.template +22 -0
  98. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-link.directive.ts.template +56 -0
  99. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-next.componet.ts.template +31 -0
  100. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-previous.componet.ts.template +31 -0
  101. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination.directive.ts.template +25 -0
  102. package/src/generators/ui/libs/ui-pagination-helm/generator.d.ts +3 -0
  103. package/src/generators/ui/libs/ui-pagination-helm/generator.js +12 -0
  104. package/src/generators/ui/libs/ui-pagination-helm/generator.js.map +1 -0
  105. package/src/generators/ui/libs/ui-popover-helm/files/lib/hlm-popover-close.directive.ts.template +7 -13
  106. package/src/generators/ui/libs/ui-popover-helm/files/lib/hlm-popover-content.directive.ts.template +7 -13
  107. package/src/generators/ui/libs/ui-progress-helm/files/lib/hlm-progress-indicator.directive.ts.template +5 -11
  108. package/src/generators/ui/libs/ui-progress-helm/files/lib/hlm-progress.directive.ts.template +5 -11
  109. package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio-group.directive.ts.template +3 -11
  110. package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio-indicator.component.ts.template +3 -11
  111. package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio.directive.ts.template +5 -11
  112. package/src/generators/ui/libs/ui-select-helm/files/index.ts.template +38 -0
  113. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-content.directive.ts.template +34 -0
  114. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-group.directive.ts.template +22 -0
  115. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-label.directive.ts.template +38 -0
  116. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-option.component.ts.template +54 -0
  117. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-down.component.ts.template +17 -0
  118. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-up.component.ts.template +17 -0
  119. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-trigger.component.ts.template +44 -0
  120. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-value.directive.ts.template +26 -0
  121. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select.directive.ts.template +21 -0
  122. package/src/generators/ui/libs/ui-select-helm/generator.d.ts +3 -0
  123. package/src/generators/ui/libs/ui-select-helm/generator.js +12 -0
  124. package/src/generators/ui/libs/ui-select-helm/generator.js.map +1 -0
  125. package/src/generators/ui/libs/ui-separator-helm/files/lib/hlm-separator.directive.ts.template +7 -13
  126. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-close.directive.ts.template +7 -13
  127. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-content.component.ts.template +6 -14
  128. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-description.directive.ts.template +3 -11
  129. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-footer.component.ts.template +5 -11
  130. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-header.component.ts.template +3 -11
  131. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-overlay.directive.ts.template +11 -17
  132. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-title.directive.ts.template +3 -11
  133. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet.component.ts.template +1 -2
  134. package/src/generators/ui/libs/ui-skeleton-helm/files/lib/hlm-skeleton.component.ts.template +3 -11
  135. package/src/generators/ui/libs/ui-spinner-helm/files/lib/hlm-spinner.component.ts.template +5 -11
  136. package/src/generators/ui/libs/ui-switch-helm/files/lib/hlm-switch-thumb.directive.ts.template +7 -13
  137. package/src/generators/ui/libs/ui-switch-helm/files/lib/hlm-switch.component.ts.template +19 -14
  138. package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-caption.component.ts.template +10 -28
  139. package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-table.component.ts.template +11 -27
  140. package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-td.component.ts.template +8 -12
  141. package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-th.component.ts.template +22 -23
  142. package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-trow.component.ts.template +7 -24
  143. package/src/generators/ui/libs/ui-tabs-helm/files/index.ts.template +8 -1
  144. package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-content.directive.ts.template +9 -21
  145. package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-list.component.ts.template +5 -17
  146. package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-trigger.directive.ts.template +9 -21
  147. package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs.component.ts.template +17 -0
  148. package/src/generators/ui/libs/ui-toggle-helm/files/lib/hlm-toggle-group.directive.ts.template +7 -13
  149. package/src/generators/ui/libs/ui-toggle-helm/files/lib/hlm-toggle.directive.ts.template +5 -11
  150. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-blockquote.directive.ts.template +3 -11
  151. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-code.directive.ts.template +3 -11
  152. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h1.directive.ts.template +3 -11
  153. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h2.directive.ts.template +3 -11
  154. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h3.directive.ts.template +3 -11
  155. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h4.directive.ts.template +3 -11
  156. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-large.directive.ts.template +3 -11
  157. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-lead.directive.ts.template +3 -11
  158. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-muted.directive.ts.template +3 -11
  159. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-p.directive.ts.template +3 -11
  160. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-small.directive.ts.template +3 -11
  161. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-ul.directive.ts.template +3 -11
  162. package/src/generators/ui/supported-ui-libraries.json +115 -81
  163. package/src/utils/get-project-names.js.map +1 -1
  164. package/src/utils/version-utils.js.map +1 -1
@@ -1,4 +1,4 @@
1
- import { Directive, Input, computed, signal } from '@angular/core';
1
+ import { Directive, computed, input } from '@angular/core';
2
2
  import { hlm } from '@spartan-ng/ui-core';
3
3
  import { ClassValue } from 'clsx';
4
4
 
@@ -13,14 +13,6 @@ export const hlmH2 =
13
13
  },
14
14
  })
15
15
  export class HlmH2Directive {
16
- private readonly _userCls = signal<ClassValue>('');
17
- @Input()
18
- set class(userCls: ClassValue) {
19
- this._userCls.set(userCls);
20
- }
21
-
22
- protected _computedClass = computed(() => this._generateClass());
23
- private _generateClass() {
24
- return hlm(hlmH2, this._userCls());
25
- }
16
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
17
+ protected _computedClass = computed(() => hlm(hlmH2, this.userClass()));
26
18
  }
@@ -1,4 +1,4 @@
1
- import { Directive, Input, computed, signal } from '@angular/core';
1
+ import { Directive, computed, input } from '@angular/core';
2
2
  import { hlm } from '@spartan-ng/ui-core';
3
3
  import { ClassValue } from 'clsx';
4
4
 
@@ -12,14 +12,6 @@ export const hlmH3 = 'scroll-m-20 text-2xl font-semibold tracking-tight';
12
12
  },
13
13
  })
14
14
  export class HlmH3Directive {
15
- private readonly _userCls = signal<ClassValue>('');
16
- @Input()
17
- set class(userCls: ClassValue) {
18
- this._userCls.set(userCls);
19
- }
20
-
21
- protected _computedClass = computed(() => this._generateClass());
22
- private _generateClass() {
23
- return hlm(hlmH3, this._userCls());
24
- }
15
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
16
+ protected _computedClass = computed(() => hlm(hlmH3, this.userClass()));
25
17
  }
@@ -1,4 +1,4 @@
1
- import { Directive, Input, computed, signal } from '@angular/core';
1
+ import { Directive, computed, input } from '@angular/core';
2
2
  import { hlm } from '@spartan-ng/ui-core';
3
3
  import { ClassValue } from 'clsx';
4
4
 
@@ -12,14 +12,6 @@ export const hlmH4 = 'scroll-m-20 text-xl font-semibold tracking-tight';
12
12
  },
13
13
  })
14
14
  export class HlmH4Directive {
15
- private readonly _userCls = signal<ClassValue>('');
16
- @Input()
17
- set class(userCls: ClassValue) {
18
- this._userCls.set(userCls);
19
- }
20
-
21
- protected _computedClass = computed(() => this._generateClass());
22
- private _generateClass() {
23
- return hlm(hlmH4, this._userCls());
24
- }
15
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
16
+ protected _computedClass = computed(() => hlm(hlmH4, this.userClass()));
25
17
  }
@@ -1,4 +1,4 @@
1
- import { Directive, Input, computed, signal } from '@angular/core';
1
+ import { Directive, computed, input } from '@angular/core';
2
2
  import { hlm } from '@spartan-ng/ui-core';
3
3
  import { ClassValue } from 'clsx';
4
4
 
@@ -12,14 +12,6 @@ export const hlmLarge = 'text-lg font-semibold';
12
12
  },
13
13
  })
14
14
  export class HlmLargeDirective {
15
- private readonly _userCls = signal<ClassValue>('');
16
- @Input()
17
- set class(userCls: ClassValue) {
18
- this._userCls.set(userCls);
19
- }
20
-
21
- protected _computedClass = computed(() => this._generateClass());
22
- private _generateClass() {
23
- return hlm(hlmLarge, this._userCls());
24
- }
15
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
16
+ protected _computedClass = computed(() => hlm(hlmLarge, this.userClass()));
25
17
  }
@@ -1,4 +1,4 @@
1
- import { Directive, Input, computed, signal } from '@angular/core';
1
+ import { Directive, computed, input } from '@angular/core';
2
2
  import { hlm } from '@spartan-ng/ui-core';
3
3
  import { ClassValue } from 'clsx';
4
4
 
@@ -12,14 +12,6 @@ export const hlmLead = 'text-xl text-muted-foreground';
12
12
  },
13
13
  })
14
14
  export class HlmLeadDirective {
15
- private readonly _userCls = signal<ClassValue>('');
16
- @Input()
17
- set class(userCls: ClassValue) {
18
- this._userCls.set(userCls);
19
- }
20
-
21
- protected _computedClass = computed(() => this._generateClass());
22
- private _generateClass() {
23
- return hlm(hlmLead, this._userCls());
24
- }
15
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
16
+ protected _computedClass = computed(() => hlm(hlmLead, this.userClass()));
25
17
  }
@@ -1,4 +1,4 @@
1
- import { Directive, Input, computed, signal } from '@angular/core';
1
+ import { Directive, computed, input } from '@angular/core';
2
2
  import { hlm } from '@spartan-ng/ui-core';
3
3
  import { ClassValue } from 'clsx';
4
4
 
@@ -12,14 +12,6 @@ export const hlmMuted = 'text-sm text-muted-foreground';
12
12
  },
13
13
  })
14
14
  export class HlmMutedDirective {
15
- private readonly _userCls = signal<ClassValue>('');
16
- @Input()
17
- set class(userCls: ClassValue) {
18
- this._userCls.set(userCls);
19
- }
20
-
21
- protected _computedClass = computed(() => this._generateClass());
22
- private _generateClass() {
23
- return hlm(hlmMuted, this._userCls());
24
- }
15
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
16
+ protected _computedClass = computed(() => hlm(hlmMuted, this.userClass()));
25
17
  }
@@ -1,4 +1,4 @@
1
- import { Directive, Input, computed, signal } from '@angular/core';
1
+ import { Directive, computed, input } from '@angular/core';
2
2
  import { hlm } from '@spartan-ng/ui-core';
3
3
  import { ClassValue } from 'clsx';
4
4
 
@@ -12,14 +12,6 @@ export const hlmP = 'leading-7 [&:not(:first-child)]:mt-6';
12
12
  },
13
13
  })
14
14
  export class HlmPDirective {
15
- private readonly _userCls = signal<ClassValue>('');
16
- @Input()
17
- set class(userCls: ClassValue) {
18
- this._userCls.set(userCls);
19
- }
20
-
21
- protected _computedClass = computed(() => this._generateClass());
22
- private _generateClass() {
23
- return hlm(hlmP, this._userCls());
24
- }
15
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
16
+ protected _computedClass = computed(() => hlm(hlmP, this.userClass()));
25
17
  }
@@ -1,4 +1,4 @@
1
- import { Directive, Input, computed, signal } from '@angular/core';
1
+ import { Directive, computed, input } from '@angular/core';
2
2
  import { hlm } from '@spartan-ng/ui-core';
3
3
  import { ClassValue } from 'clsx';
4
4
 
@@ -12,14 +12,6 @@ export const hlmSmall = 'text-sm font-medium leading-none';
12
12
  },
13
13
  })
14
14
  export class HlmSmallDirective {
15
- private readonly _userCls = signal<ClassValue>('');
16
- @Input()
17
- set class(userCls: ClassValue) {
18
- this._userCls.set(userCls);
19
- }
20
-
21
- protected _computedClass = computed(() => this._generateClass());
22
- private _generateClass() {
23
- return hlm(hlmSmall, this._userCls());
24
- }
15
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
16
+ protected _computedClass = computed(() => hlm(hlmSmall, this.userClass()));
25
17
  }
@@ -1,4 +1,4 @@
1
- import { Directive, Input, computed, signal } from '@angular/core';
1
+ import { Directive, computed, input } from '@angular/core';
2
2
  import { hlm } from '@spartan-ng/ui-core';
3
3
  import { ClassValue } from 'clsx';
4
4
 
@@ -12,14 +12,6 @@ export const hlmUl = 'my-6 ml-6 list-disc [&>li]:mt-2';
12
12
  },
13
13
  })
14
14
  export class HlmUlDirective {
15
- private readonly _userCls = signal<ClassValue>('');
16
- @Input()
17
- set class(userCls: ClassValue) {
18
- this._userCls.set(userCls);
19
- }
20
-
21
- protected _computedClass = computed(() => this._generateClass());
22
- private _generateClass() {
23
- return hlm(hlmUl, this._userCls());
24
- }
15
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
16
+ protected _computedClass = computed(() => hlm(hlmUl, this.userClass()));
25
17
  }
@@ -2,18 +2,18 @@
2
2
  "accordion": {
3
3
  "internalName": "ui-accordion-helm",
4
4
  "peerDependencies": {
5
- "@angular/core": "^17.0.0",
6
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
5
+ "@angular/core": "^17.1.0",
6
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
7
7
  "clsx": "^1.2.1",
8
- "@spartan-ng/ui-accordion-brain": "0.0.1-alpha.335",
9
- "@ng-icons/radix-icons": "^25.1.0"
8
+ "@spartan-ng/ui-accordion-brain": "0.0.1-alpha.337",
9
+ "@ng-icons/lucide": "^26.3.0"
10
10
  }
11
11
  },
12
12
  "alert": {
13
13
  "internalName": "ui-alert-helm",
14
14
  "peerDependencies": {
15
- "@angular/core": "^17.0.0",
16
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
15
+ "@angular/core": "^17.1.0",
16
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
17
17
  "class-variance-authority": "^0.6.0",
18
18
  "clsx": "^1.2.1"
19
19
  }
@@ -21,27 +21,27 @@
21
21
  "alertdialog": {
22
22
  "internalName": "ui-alert-dialog-helm",
23
23
  "peerDependencies": {
24
- "@angular/core": "^17.0.0",
25
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
24
+ "@angular/core": "^17.1.0",
25
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
26
26
  "clsx": "^1.2.1",
27
- "@spartan-ng/ui-alertdialog-brain": "0.0.1-alpha.335",
28
- "@spartan-ng/ui-dialog-brain": "0.0.1-alpha.335"
27
+ "@spartan-ng/ui-alertdialog-brain": "0.0.1-alpha.337",
28
+ "@spartan-ng/ui-dialog-brain": "0.0.1-alpha.337"
29
29
  }
30
30
  },
31
31
  "aspectratio": {
32
32
  "internalName": "ui-aspect-ratio-helm",
33
33
  "peerDependencies": {
34
- "@angular/core": "^17.0.0",
35
- "@angular/cdk": "^17.0.0",
36
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
34
+ "@angular/core": "^17.1.0",
35
+ "@angular/cdk": "^17.1.0",
36
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
37
37
  "clsx": "^1.2.1"
38
38
  }
39
39
  },
40
40
  "avatar": {
41
41
  "internalName": "ui-avatar-helm",
42
42
  "peerDependencies": {
43
- "@angular/core": "^17.0.0",
44
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
43
+ "@angular/core": "^17.1.0",
44
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
45
45
  "clsx": "^1.2.1",
46
46
  "class-variance-authority": "^0.6.0"
47
47
  }
@@ -49,8 +49,8 @@
49
49
  "badge": {
50
50
  "internalName": "ui-badge-helm",
51
51
  "peerDependencies": {
52
- "@angular/core": "^17.0.0",
53
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
52
+ "@angular/core": "^17.1.0",
53
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
54
54
  "class-variance-authority": "^0.6.0",
55
55
  "clsx": "^1.2.1"
56
56
  }
@@ -58,8 +58,8 @@
58
58
  "button": {
59
59
  "internalName": "ui-button-helm",
60
60
  "peerDependencies": {
61
- "@angular/core": "^17.0.0",
62
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
61
+ "@angular/core": "^17.1.0",
62
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
63
63
  "class-variance-authority": "^0.6.0",
64
64
  "clsx": "^1.2.1"
65
65
  }
@@ -67,8 +67,8 @@
67
67
  "card": {
68
68
  "internalName": "ui-card-helm",
69
69
  "peerDependencies": {
70
- "@angular/core": "^17.0.0",
71
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
70
+ "@angular/core": "^17.1.0",
71
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
72
72
  "class-variance-authority": "^0.6.0",
73
73
  "clsx": "^1.2.1"
74
74
  }
@@ -76,27 +76,29 @@
76
76
  "command": {
77
77
  "internalName": "ui-command-helm",
78
78
  "peerDependencies": {
79
- "@angular/core": "^17.0.0",
80
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
79
+ "@angular/core": "^17.1.0",
80
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
81
81
  "clsx": "^1.2.1"
82
82
  }
83
83
  },
84
84
  "dialog": {
85
85
  "internalName": "ui-dialog-helm",
86
86
  "peerDependencies": {
87
- "@angular/core": "^17.0.0",
88
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
87
+ "@angular/core": "^17.1.0",
88
+ "@angular/common": "^17.1.0",
89
+ "@angular/cdk": "^17.1.0",
90
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
89
91
  "clsx": "^1.2.1",
90
- "@spartan-ng/ui-dialog-brain": "0.0.1-alpha.335",
91
- "@ng-icons/radix-icons": "^25.1.0"
92
+ "@spartan-ng/ui-dialog-brain": "0.0.1-alpha.337",
93
+ "@ng-icons/lucide": "^26.3.0"
92
94
  }
93
95
  },
94
96
  "icon": {
95
97
  "internalName": "ui-icon-helm",
96
98
  "peerDependencies": {
97
- "@angular/core": "^17.0.0",
98
- "@angular/common": "^17.0.0",
99
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
99
+ "@angular/core": "^17.1.0",
100
+ "@angular/common": "^17.1.0",
101
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
100
102
  "@ng-icons/core": "^25.1.0",
101
103
  "class-variance-authority": "^0.6.0",
102
104
  "clsx": "^1.2.1"
@@ -105,8 +107,8 @@
105
107
  "input": {
106
108
  "internalName": "ui-input-helm",
107
109
  "peerDependencies": {
108
- "@angular/core": "^17.0.0",
109
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
110
+ "@angular/core": "^17.1.0",
111
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
110
112
  "class-variance-authority": "^0.6.0",
111
113
  "clsx": "^1.2.1"
112
114
  }
@@ -114,53 +116,53 @@
114
116
  "label": {
115
117
  "internalName": "ui-label-helm",
116
118
  "peerDependencies": {
117
- "@angular/core": "^17.0.0",
118
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
119
+ "@angular/core": "^17.1.0",
120
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
119
121
  "class-variance-authority": "^0.6.0",
120
122
  "clsx": "^1.2.1",
121
- "@spartan-ng/ui-label-brain": "0.0.1-alpha.335"
123
+ "@spartan-ng/ui-label-brain": "0.0.1-alpha.337"
122
124
  }
123
125
  },
124
126
  "menu": {
125
127
  "internalName": "ui-menu-helm",
126
128
  "peerDependencies": {
127
- "@angular/core": "^17.0.0",
128
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
129
- "@ng-icons/radix-icons": "^25.1.0",
129
+ "@angular/core": "^17.1.0",
130
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
131
+ "@ng-icons/lucide": "^26.3.0",
130
132
  "clsx": "^1.2.1",
131
133
  "class-variance-authority": "^0.6.0",
132
- "@spartan-ng/ui-menu-brain": "0.0.1-alpha.335"
134
+ "@spartan-ng/ui-menu-brain": "0.0.1-alpha.337"
133
135
  }
134
136
  },
135
137
  "popover": {
136
138
  "internalName": "ui-popover-helm",
137
139
  "peerDependencies": {
138
- "@angular/core": "^17.0.0",
139
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
140
+ "@angular/core": "^17.1.0",
141
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
140
142
  "clsx": "^1.2.1"
141
143
  }
142
144
  },
143
145
  "progress": {
144
146
  "internalName": "ui-progress-helm",
145
147
  "peerDependencies": {
146
- "@angular/core": "^17.0.0",
147
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
148
+ "@angular/core": "^17.1.0",
149
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
148
150
  "clsx": "^1.2.1"
149
151
  }
150
152
  },
151
153
  "radiogroup": {
152
154
  "internalName": "ui-radio-group-helm",
153
155
  "peerDependencies": {
154
- "@angular/core": "^17.0.0",
155
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
156
+ "@angular/core": "^17.1.0",
157
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
156
158
  "clsx": "^1.2.1"
157
159
  }
158
160
  },
159
161
  "scrollarea": {
160
162
  "internalName": "ui-scroll-area-helm",
161
163
  "peerDependencies": {
162
- "@angular/core": "^17.0.0",
163
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
164
+ "@angular/core": "^17.1.0",
165
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
164
166
  "ngx-scrollbar": "^13.0.1",
165
167
  "clsx": "^1.2.1"
166
168
  }
@@ -168,36 +170,36 @@
168
170
  "separator": {
169
171
  "internalName": "ui-separator-helm",
170
172
  "peerDependencies": {
171
- "@angular/core": "^17.0.0",
172
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
173
+ "@angular/core": "^17.1.0",
174
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
173
175
  "clsx": "^1.2.1"
174
176
  }
175
177
  },
176
178
  "sheet": {
177
179
  "internalName": "ui-sheet-helm",
178
180
  "peerDependencies": {
179
- "@angular/core": "^17.0.0",
180
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
181
+ "@angular/core": "^17.1.0",
182
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
181
183
  "clsx": "^1.2.1",
182
184
  "class-variance-authority": "^0.6.0",
183
- "@ng-icons/radix-icons": "^25.1.0",
184
- "@spartan-ng/ui-sheet-brain": "0.0.1-alpha.335",
185
- "@spartan-ng/ui-dialog-brain": "0.0.1-alpha.335"
185
+ "@ng-icons/lucide": "^26.3.0",
186
+ "@spartan-ng/ui-sheet-brain": "0.0.1-alpha.337",
187
+ "@spartan-ng/ui-dialog-brain": "0.0.1-alpha.337"
186
188
  }
187
189
  },
188
190
  "skeleton": {
189
191
  "internalName": "ui-skeleton-helm",
190
192
  "peerDependencies": {
191
- "@angular/core": "^17.0.0",
192
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
193
+ "@angular/core": "^17.1.0",
194
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
193
195
  "clsx": "^1.2.1"
194
196
  }
195
197
  },
196
198
  "spinner": {
197
199
  "internalName": "ui-spinner-helm",
198
200
  "peerDependencies": {
199
- "@angular/core": "^17.0.0",
200
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
201
+ "@angular/core": "^17.1.0",
202
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
201
203
  "class-variance-authority": "^0.6.0",
202
204
  "clsx": "^1.2.1"
203
205
  }
@@ -205,28 +207,28 @@
205
207
  "switch": {
206
208
  "internalName": "ui-switch-helm",
207
209
  "peerDependencies": {
208
- "@angular/core": "^17.0.0",
209
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
210
- "@spartan-ng/ui-switch-brain": "0.0.1-alpha.335",
210
+ "@angular/core": "^17.1.0",
211
+ "@angular/forms": "^17.1.0",
212
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
211
213
  "clsx": "^1.2.1",
212
- "@angular/forms": "^17.0.0"
214
+ "@spartan-ng/ui-switch-brain": "0.0.1-alpha.337"
213
215
  }
214
216
  },
215
217
  "tabs": {
216
218
  "internalName": "ui-tabs-helm",
217
219
  "peerDependencies": {
218
- "@angular/core": "^17.0.0",
219
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
220
+ "@angular/core": "^17.1.0",
221
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
220
222
  "clsx": "^1.2.1",
221
223
  "class-variance-authority": "^0.6.0",
222
- "@spartan-ng/ui-tabs-brain": "0.0.1-alpha.335"
224
+ "@spartan-ng/ui-tabs-brain": "0.0.1-alpha.337"
223
225
  }
224
226
  },
225
227
  "toggle": {
226
228
  "internalName": "ui-toggle-helm",
227
229
  "peerDependencies": {
228
- "@angular/core": "^17.0.0",
229
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
230
+ "@angular/core": "^17.1.0",
231
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
230
232
  "clsx": "^1.2.1",
231
233
  "class-variance-authority": "^0.6.0"
232
234
  }
@@ -234,44 +236,76 @@
234
236
  "typography": {
235
237
  "internalName": "ui-typography-helm",
236
238
  "peerDependencies": {
237
- "@angular/core": "^17.0.0",
238
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
239
+ "@angular/core": "^17.1.0",
240
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
239
241
  "clsx": "^1.2.1"
240
242
  }
241
243
  },
242
244
  "table": {
243
245
  "internalName": "ui-table-helm",
244
246
  "peerDependencies": {
245
- "@angular/common": "^17.0.0",
246
- "@angular/core": "^17.0.0",
247
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
247
+ "@angular/common": "^17.1.0",
248
+ "@angular/core": "^17.1.0",
249
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
250
+ "@spartan-ng/ui-table-brain": "0.0.1-alpha.337",
248
251
  "clsx": "^1.2.1"
249
252
  }
250
253
  },
251
254
  "hovercard": {
252
255
  "internalName": "ui-hover-card-helm",
253
256
  "peerDependencies": {
254
- "@angular/core": "^17.0.0",
255
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
257
+ "@angular/core": "^17.1.0",
258
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
256
259
  "clsx": "^1.2.1"
257
260
  }
258
261
  },
259
262
  "checkbox": {
260
263
  "internalName": "ui-checkbox-helm",
261
264
  "peerDependencies": {
262
- "@angular/core": "^17.0.0",
263
- "@angular/forms": "^17.0.0",
264
- "@spartan-ng/ui-core": "0.0.1-alpha.335",
265
- "@spartan-ng/ui-checkbox-brain": "0.0.1-alpha.335",
265
+ "@angular/core": "^17.1.0",
266
+ "@angular/forms": "^17.1.0",
267
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
268
+ "@spartan-ng/ui-checkbox-brain": "0.0.1-alpha.337",
266
269
  "clsx": "^1.2.1",
267
- "@ng-icons/radix-icons": "^25.1.0"
270
+ "@ng-icons/lucide": "^26.3.0"
268
271
  }
269
272
  },
270
273
  "tooltip": {
271
274
  "internalName": "ui-tooltip-helm",
272
275
  "peerDependencies": {
273
- "@angular/core": "^17.0.0",
274
- "@spartan-ng/ui-tooltip-brain": "0.0.1-alpha.335"
276
+ "@angular/core": "^17.1.0",
277
+ "@spartan-ng/ui-tooltip-brain": "0.0.1-alpha.337"
278
+ }
279
+ },
280
+ "pagination": {
281
+ "internalName": "ui-pagination-helm",
282
+ "peerDependencies": {
283
+ "@angular/core": "^17.1.0",
284
+ "@angular/router": "^17.1.0",
285
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
286
+ "@ng-icons/lucide": "^26.3.0",
287
+ "class-variance-authority": "^0.6.0",
288
+ "clsx": "^1.2.1"
289
+ }
290
+ },
291
+ "carousel": {
292
+ "internalName": "ui-carousel-helm",
293
+ "peerDependencies": {
294
+ "@angular/core": "^17.1.0",
295
+ "@ng-icons/lucide": "^26.3.0",
296
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
297
+ "clsx": "^1.2.1",
298
+ "embla-carousel-angular": "^14.0.0"
299
+ }
300
+ },
301
+ "select": {
302
+ "internalName": "ui-select-helm",
303
+ "peerDependencies": {
304
+ "@angular/core": "^17.1.0",
305
+ "@spartan-ng/ui-core": "0.0.1-alpha.337",
306
+ "@spartan-ng/ui-select-brain": "0.0.1-alpha.337",
307
+ "class-variance-authority": "^0.6.0",
308
+ "clsx": "^1.2.1"
275
309
  }
276
310
  }
277
311
  }
@@ -1 +1 @@
1
- {"version":3,"file":"get-project-names.js","sourceRoot":"","sources":["../../../../../libs/cli/src/utils/get-project-names.ts"],"names":[],"mappings":";;;AAAA,uCAA+C;AAExC,MAAM,mBAAmB,GAAG,CAAC,IAAU,EAAE,EAAE;IACjD,MAAM,YAAY,GAAa,EAAE,CAAC;IAClC,MAAM,QAAQ,GAAG,IAAA,oBAAW,EAAC,IAAI,CAAC,CAAC;IAEnC,QAAQ,CAAC,OAAO,CAAC,CAAC,oBAAoB,EAAE,WAAW,EAAE,EAAE;QACtD,IAAI,oBAAoB,CAAC,WAAW,KAAK,aAAa,EAAE;YACvD,YAAY,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;SAC/B;IACF,CAAC,CAAC,CAAC;IACH,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,CAAC;AACnC,CAAC,CAAC;AAVW,QAAA,mBAAmB,uBAU9B"}
1
+ {"version":3,"file":"get-project-names.js","sourceRoot":"","sources":["../../../../../libs/cli/src/utils/get-project-names.ts"],"names":[],"mappings":";;;AAAA,uCAA+C;AAExC,MAAM,mBAAmB,GAAG,CAAC,IAAU,EAAE,EAAE;IACjD,MAAM,YAAY,GAAa,EAAE,CAAC;IAClC,MAAM,QAAQ,GAAG,IAAA,oBAAW,EAAC,IAAI,CAAC,CAAC;IAEnC,QAAQ,CAAC,OAAO,CAAC,CAAC,oBAAoB,EAAE,WAAW,EAAE,EAAE;QACtD,IAAI,oBAAoB,CAAC,WAAW,KAAK,aAAa,EAAE,CAAC;YACxD,YAAY,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAChC,CAAC;IACF,CAAC,CAAC,CAAC;IACH,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,CAAC;AACnC,CAAC,CAAC;AAVW,QAAA,mBAAmB,uBAU9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"version-utils.js","sourceRoot":"","sources":["../../../../../libs/cli/src/utils/version-utils.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAC5C,mCAAuC;AAEvC,SAAgB,0BAA0B,CACzC,IAAU,EACV,WAAmB,EACnB,cAAuB,EACvB,GAAG,GAAG,KAAK;;IAEX,MAAM,OAAO,GAAG,IAAA,iBAAQ,EAAC,IAAI,EAAE,cAAc,CAAC,CAAC;IAC/C,MAAM,uBAAuB,GAC5B,CAAC,OAAO,CAAC,YAAY,IAAI,OAAO,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;QAC3D,CAAC,OAAO,CAAC,eAAe,IAAI,OAAO,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC,CAAC;IACnE,IAAI,CAAC,uBAAuB,IAAI,CAAC,cAAc,EAAE;QAChD,OAAO,IAAI,CAAC;KACZ;IAED,IAAI,CAAC,uBAAuB,IAAI,uBAAuB,KAAK,QAAQ,IAAI,uBAAuB,KAAK,MAAM,EAAE;QAC3G,OAAO,MAAA,IAAA,cAAK,EAAC,cAAc,CAAC,mCAAI,IAAA,eAAM,EAAC,cAAc,CAAC,CAAC,OAAO,CAAC;KAC/D;IAED,OAAO,MAAA,CAAC,GAAG,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,IAAA,cAAK,EAAC,uBAAuB,CAAC,CAAC,mCAAI,IAAA,eAAM,EAAC,uBAAuB,CAAC,CAAC,OAAO,CAAC;AACpH,CAAC;AAnBD,gEAmBC"}
1
+ {"version":3,"file":"version-utils.js","sourceRoot":"","sources":["../../../../../libs/cli/src/utils/version-utils.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAC5C,mCAAuC;AAEvC,SAAgB,0BAA0B,CACzC,IAAU,EACV,WAAmB,EACnB,cAAuB,EACvB,GAAG,GAAG,KAAK;;IAEX,MAAM,OAAO,GAAG,IAAA,iBAAQ,EAAC,IAAI,EAAE,cAAc,CAAC,CAAC;IAC/C,MAAM,uBAAuB,GAC5B,CAAC,OAAO,CAAC,YAAY,IAAI,OAAO,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;QAC3D,CAAC,OAAO,CAAC,eAAe,IAAI,OAAO,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC,CAAC;IACnE,IAAI,CAAC,uBAAuB,IAAI,CAAC,cAAc,EAAE,CAAC;QACjD,OAAO,IAAI,CAAC;IACb,CAAC;IAED,IAAI,CAAC,uBAAuB,IAAI,uBAAuB,KAAK,QAAQ,IAAI,uBAAuB,KAAK,MAAM,EAAE,CAAC;QAC5G,OAAO,MAAA,IAAA,cAAK,EAAC,cAAc,CAAC,mCAAI,IAAA,eAAM,EAAC,cAAc,CAAC,CAAC,OAAO,CAAC;IAChE,CAAC;IAED,OAAO,MAAA,CAAC,GAAG,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,IAAA,cAAK,EAAC,uBAAuB,CAAC,CAAC,mCAAI,IAAA,eAAM,EAAC,uBAAuB,CAAC,CAAC,OAAO,CAAC;AACpH,CAAC;AAnBD,gEAmBC"}