@spartan-ng/cli 0.0.1-alpha.346 → 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/generator.js +1 -1
- package/src/generators/base/generator.js.map +1 -1
- 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 +1 -1
- 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
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"internalName": "ui-accordion-helm",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": "^17.3.0",
|
|
6
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
6
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
7
7
|
"clsx": "^1.2.1",
|
|
8
|
-
"@spartan-ng/ui-accordion-brain": "0.0.1-alpha.
|
|
8
|
+
"@spartan-ng/ui-accordion-brain": "0.0.1-alpha.347",
|
|
9
9
|
"@ng-icons/lucide": "^26.3.0"
|
|
10
10
|
}
|
|
11
11
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"internalName": "ui-alert-helm",
|
|
14
14
|
"peerDependencies": {
|
|
15
15
|
"@angular/core": "^17.3.0",
|
|
16
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
16
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
17
17
|
"class-variance-authority": "^0.6.0",
|
|
18
18
|
"clsx": "^1.2.1"
|
|
19
19
|
}
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"internalName": "ui-alert-dialog-helm",
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@angular/core": "^17.3.0",
|
|
25
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
25
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
26
26
|
"clsx": "^1.2.1",
|
|
27
|
-
"@spartan-ng/ui-alertdialog-brain": "0.0.1-alpha.
|
|
28
|
-
"@spartan-ng/ui-dialog-brain": "0.0.1-alpha.
|
|
27
|
+
"@spartan-ng/ui-alertdialog-brain": "0.0.1-alpha.347",
|
|
28
|
+
"@spartan-ng/ui-dialog-brain": "0.0.1-alpha.347"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"aspectratio": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@angular/core": "^17.3.0",
|
|
35
35
|
"@angular/cdk": "^17.3.0",
|
|
36
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
36
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
37
37
|
"clsx": "^1.2.1"
|
|
38
38
|
}
|
|
39
39
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"internalName": "ui-avatar-helm",
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@angular/core": "^17.3.0",
|
|
44
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
44
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
45
45
|
"clsx": "^1.2.1",
|
|
46
46
|
"class-variance-authority": "^0.6.0"
|
|
47
47
|
}
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"internalName": "ui-badge-helm",
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@angular/core": "^17.3.0",
|
|
53
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
53
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
54
54
|
"class-variance-authority": "^0.6.0",
|
|
55
55
|
"clsx": "^1.2.1"
|
|
56
56
|
}
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"internalName": "ui-button-helm",
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@angular/core": "^17.3.0",
|
|
62
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
62
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
63
63
|
"class-variance-authority": "^0.6.0",
|
|
64
64
|
"clsx": "^1.2.1"
|
|
65
65
|
}
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"internalName": "ui-card-helm",
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@angular/core": "^17.3.0",
|
|
71
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
71
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
72
72
|
"class-variance-authority": "^0.6.0",
|
|
73
73
|
"clsx": "^1.2.1"
|
|
74
74
|
}
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"internalName": "ui-command-helm",
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@angular/core": "^17.3.0",
|
|
80
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
80
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
81
81
|
"clsx": "^1.2.1"
|
|
82
82
|
}
|
|
83
83
|
},
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
"@angular/core": "^17.3.0",
|
|
88
88
|
"@angular/common": "^17.3.0",
|
|
89
89
|
"@angular/cdk": "^17.3.0",
|
|
90
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
90
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
91
91
|
"clsx": "^1.2.1",
|
|
92
|
-
"@spartan-ng/ui-dialog-brain": "0.0.1-alpha.
|
|
92
|
+
"@spartan-ng/ui-dialog-brain": "0.0.1-alpha.347",
|
|
93
93
|
"@ng-icons/lucide": "^26.3.0"
|
|
94
94
|
}
|
|
95
95
|
},
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"@angular/core": "^17.3.0",
|
|
100
100
|
"@angular/common": "^17.3.0",
|
|
101
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
101
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
102
102
|
"@ng-icons/core": "^25.1.0",
|
|
103
103
|
"class-variance-authority": "^0.6.0",
|
|
104
104
|
"clsx": "^1.2.1"
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"internalName": "ui-input-helm",
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"@angular/core": "^17.3.0",
|
|
111
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
111
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
112
112
|
"class-variance-authority": "^0.6.0",
|
|
113
113
|
"clsx": "^1.2.1"
|
|
114
114
|
}
|
|
@@ -117,28 +117,28 @@
|
|
|
117
117
|
"internalName": "ui-label-helm",
|
|
118
118
|
"peerDependencies": {
|
|
119
119
|
"@angular/core": "^17.3.0",
|
|
120
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
120
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
121
121
|
"class-variance-authority": "^0.6.0",
|
|
122
122
|
"clsx": "^1.2.1",
|
|
123
|
-
"@spartan-ng/ui-label-brain": "0.0.1-alpha.
|
|
123
|
+
"@spartan-ng/ui-label-brain": "0.0.1-alpha.347"
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
126
|
"menu": {
|
|
127
127
|
"internalName": "ui-menu-helm",
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"@angular/core": "^17.3.0",
|
|
130
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
130
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
131
131
|
"@ng-icons/lucide": "^26.3.0",
|
|
132
132
|
"clsx": "^1.2.1",
|
|
133
133
|
"class-variance-authority": "^0.6.0",
|
|
134
|
-
"@spartan-ng/ui-menu-brain": "0.0.1-alpha.
|
|
134
|
+
"@spartan-ng/ui-menu-brain": "0.0.1-alpha.347"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
"popover": {
|
|
138
138
|
"internalName": "ui-popover-helm",
|
|
139
139
|
"peerDependencies": {
|
|
140
140
|
"@angular/core": "^17.3.0",
|
|
141
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
141
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
142
142
|
"clsx": "^1.2.1"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"internalName": "ui-progress-helm",
|
|
147
147
|
"peerDependencies": {
|
|
148
148
|
"@angular/core": "^17.3.0",
|
|
149
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
149
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
150
150
|
"clsx": "^1.2.1"
|
|
151
151
|
}
|
|
152
152
|
},
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"internalName": "ui-radio-group-helm",
|
|
155
155
|
"peerDependencies": {
|
|
156
156
|
"@angular/core": "^17.3.0",
|
|
157
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
157
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
158
158
|
"clsx": "^1.2.1"
|
|
159
159
|
}
|
|
160
160
|
},
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"internalName": "ui-scroll-area-helm",
|
|
163
163
|
"peerDependencies": {
|
|
164
164
|
"@angular/core": "^17.3.0",
|
|
165
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
165
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
166
166
|
"ngx-scrollbar": "^13.0.1",
|
|
167
167
|
"clsx": "^1.2.1"
|
|
168
168
|
}
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"internalName": "ui-separator-helm",
|
|
172
172
|
"peerDependencies": {
|
|
173
173
|
"@angular/core": "^17.3.0",
|
|
174
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
174
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
175
175
|
"clsx": "^1.2.1"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
@@ -179,19 +179,19 @@
|
|
|
179
179
|
"internalName": "ui-sheet-helm",
|
|
180
180
|
"peerDependencies": {
|
|
181
181
|
"@angular/core": "^17.3.0",
|
|
182
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
182
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
183
183
|
"clsx": "^1.2.1",
|
|
184
184
|
"class-variance-authority": "^0.6.0",
|
|
185
185
|
"@ng-icons/lucide": "^26.3.0",
|
|
186
|
-
"@spartan-ng/ui-sheet-brain": "0.0.1-alpha.
|
|
187
|
-
"@spartan-ng/ui-dialog-brain": "0.0.1-alpha.
|
|
186
|
+
"@spartan-ng/ui-sheet-brain": "0.0.1-alpha.347",
|
|
187
|
+
"@spartan-ng/ui-dialog-brain": "0.0.1-alpha.347"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
190
|
"skeleton": {
|
|
191
191
|
"internalName": "ui-skeleton-helm",
|
|
192
192
|
"peerDependencies": {
|
|
193
193
|
"@angular/core": "^17.3.0",
|
|
194
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
194
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
195
195
|
"clsx": "^1.2.1"
|
|
196
196
|
}
|
|
197
197
|
},
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"internalName": "ui-spinner-helm",
|
|
200
200
|
"peerDependencies": {
|
|
201
201
|
"@angular/core": "^17.3.0",
|
|
202
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
202
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
203
203
|
"class-variance-authority": "^0.6.0",
|
|
204
204
|
"clsx": "^1.2.1"
|
|
205
205
|
}
|
|
@@ -209,26 +209,26 @@
|
|
|
209
209
|
"peerDependencies": {
|
|
210
210
|
"@angular/core": "^17.3.0",
|
|
211
211
|
"@angular/forms": "^17.3.0",
|
|
212
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
212
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
213
213
|
"clsx": "^1.2.1",
|
|
214
|
-
"@spartan-ng/ui-switch-brain": "0.0.1-alpha.
|
|
214
|
+
"@spartan-ng/ui-switch-brain": "0.0.1-alpha.347"
|
|
215
215
|
}
|
|
216
216
|
},
|
|
217
217
|
"tabs": {
|
|
218
218
|
"internalName": "ui-tabs-helm",
|
|
219
219
|
"peerDependencies": {
|
|
220
220
|
"@angular/core": "^17.3.0",
|
|
221
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
221
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
222
222
|
"clsx": "^1.2.1",
|
|
223
223
|
"class-variance-authority": "^0.6.0",
|
|
224
|
-
"@spartan-ng/ui-tabs-brain": "0.0.1-alpha.
|
|
224
|
+
"@spartan-ng/ui-tabs-brain": "0.0.1-alpha.347"
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
227
|
"toggle": {
|
|
228
228
|
"internalName": "ui-toggle-helm",
|
|
229
229
|
"peerDependencies": {
|
|
230
230
|
"@angular/core": "^17.3.0",
|
|
231
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
231
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
232
232
|
"clsx": "^1.2.1",
|
|
233
233
|
"class-variance-authority": "^0.6.0"
|
|
234
234
|
}
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"internalName": "ui-typography-helm",
|
|
238
238
|
"peerDependencies": {
|
|
239
239
|
"@angular/core": "^17.3.0",
|
|
240
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
240
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
241
241
|
"clsx": "^1.2.1"
|
|
242
242
|
}
|
|
243
243
|
},
|
|
@@ -246,8 +246,8 @@
|
|
|
246
246
|
"peerDependencies": {
|
|
247
247
|
"@angular/common": "^17.3.0",
|
|
248
248
|
"@angular/core": "^17.3.0",
|
|
249
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
250
|
-
"@spartan-ng/ui-table-brain": "0.0.1-alpha.
|
|
249
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
250
|
+
"@spartan-ng/ui-table-brain": "0.0.1-alpha.347",
|
|
251
251
|
"clsx": "^1.2.1"
|
|
252
252
|
}
|
|
253
253
|
},
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"internalName": "ui-hover-card-helm",
|
|
256
256
|
"peerDependencies": {
|
|
257
257
|
"@angular/core": "^17.3.0",
|
|
258
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
258
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
259
259
|
"clsx": "^1.2.1"
|
|
260
260
|
}
|
|
261
261
|
},
|
|
@@ -264,8 +264,8 @@
|
|
|
264
264
|
"peerDependencies": {
|
|
265
265
|
"@angular/core": "^17.3.0",
|
|
266
266
|
"@angular/forms": "^17.3.0",
|
|
267
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
268
|
-
"@spartan-ng/ui-checkbox-brain": "0.0.1-alpha.
|
|
267
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
268
|
+
"@spartan-ng/ui-checkbox-brain": "0.0.1-alpha.347",
|
|
269
269
|
"clsx": "^1.2.1",
|
|
270
270
|
"@ng-icons/lucide": "^26.3.0"
|
|
271
271
|
}
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"internalName": "ui-tooltip-helm",
|
|
275
275
|
"peerDependencies": {
|
|
276
276
|
"@angular/core": "^17.3.0",
|
|
277
|
-
"@spartan-ng/ui-tooltip-brain": "0.0.1-alpha.
|
|
277
|
+
"@spartan-ng/ui-tooltip-brain": "0.0.1-alpha.347"
|
|
278
278
|
}
|
|
279
279
|
},
|
|
280
280
|
"pagination": {
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"peerDependencies": {
|
|
283
283
|
"@angular/core": "^17.3.0",
|
|
284
284
|
"@angular/router": "^17.3.0",
|
|
285
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
285
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
286
286
|
"@ng-icons/lucide": "^26.3.0",
|
|
287
287
|
"class-variance-authority": "^0.6.0",
|
|
288
288
|
"clsx": "^1.2.1"
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"peerDependencies": {
|
|
294
294
|
"@angular/core": "^17.3.0",
|
|
295
295
|
"@ng-icons/lucide": "^26.3.0",
|
|
296
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
296
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
297
297
|
"clsx": "^1.2.1",
|
|
298
298
|
"embla-carousel-angular": "^14.0.0"
|
|
299
299
|
}
|
|
@@ -302,8 +302,8 @@
|
|
|
302
302
|
"internalName": "ui-select-helm",
|
|
303
303
|
"peerDependencies": {
|
|
304
304
|
"@angular/core": "^17.3.0",
|
|
305
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
306
|
-
"@spartan-ng/ui-select-brain": "0.0.1-alpha.
|
|
305
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
306
|
+
"@spartan-ng/ui-select-brain": "0.0.1-alpha.347",
|
|
307
307
|
"class-variance-authority": "^0.6.0",
|
|
308
308
|
"clsx": "^1.2.1"
|
|
309
309
|
}
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"@angular/core": "^17.3.0",
|
|
315
315
|
"@angular/forms": "^17.3.0",
|
|
316
316
|
"@ng-icons/lucide": "^26.3.0",
|
|
317
|
-
"@spartan-ng/ui-core": "0.0.1-alpha.
|
|
317
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.347",
|
|
318
318
|
"clsx": "^1.2.1",
|
|
319
319
|
"ngx-sonner": "^0.3.4"
|
|
320
320
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-project-names.js","sourceRoot":"","sources":["../../../../../libs/cli/src/utils/get-project-names.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"get-project-names.js","sourceRoot":"","sources":["../../../../../libs/cli/src/utils/get-project-names.ts"],"names":[],"mappings":";;;AAAA,uCAAoD;AAE7C,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,2 +1,2 @@
|
|
|
1
|
-
import { Tree } from '@nx/devkit';
|
|
1
|
+
import { type Tree } from '@nx/devkit';
|
|
2
2
|
export declare function getInstalledPackageVersion(tree: Tree, packageName: string, defaultVersion?: string, raw?: boolean): string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version-utils.js","sourceRoot":"","sources":["../../../../../libs/cli/src/utils/version-utils.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"version-utils.js","sourceRoot":"","sources":["../../../../../libs/cli/src/utils/version-utils.ts"],"names":[],"mappings":";;;AAAA,uCAAiD;AACjD,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"}
|