@spartan-ng/cli 0.0.1-alpha.466 → 0.0.1-alpha.468

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 (90) hide show
  1. package/generators.json +5 -0
  2. package/package.json +1 -1
  3. package/src/generators/base/generator.js +1 -1
  4. package/src/generators/base/generator.js.map +1 -1
  5. package/src/generators/base/lib/initialize-angular-library.js +1 -1
  6. package/src/generators/base/lib/initialize-angular-library.js.map +1 -1
  7. package/src/generators/healthcheck/generator.js +2 -0
  8. package/src/generators/healthcheck/generator.js.map +1 -1
  9. package/src/generators/healthcheck/healthchecks/helm-imports.d.ts +2 -0
  10. package/src/generators/healthcheck/healthchecks/helm-imports.js +34 -0
  11. package/src/generators/healthcheck/healthchecks/helm-imports.js.map +1 -0
  12. package/src/generators/migrate-helm-imports/compat.d.ts +2 -0
  13. package/src/generators/migrate-helm-imports/compat.js +6 -0
  14. package/src/generators/migrate-helm-imports/compat.js.map +1 -0
  15. package/src/generators/migrate-helm-imports/generator.d.ts +4 -0
  16. package/src/generators/migrate-helm-imports/generator.js +51 -0
  17. package/src/generators/migrate-helm-imports/generator.js.map +1 -0
  18. package/src/generators/migrate-helm-imports/import-map.d.ts +53 -0
  19. package/src/generators/migrate-helm-imports/import-map.js +55 -0
  20. package/src/generators/migrate-helm-imports/import-map.js.map +1 -0
  21. package/src/generators/migrate-helm-imports/schema.d.ts +3 -0
  22. package/src/generators/migrate-helm-imports/schema.json +13 -0
  23. package/src/generators/migrate-helm-libraries/generator.js +36 -8
  24. package/src/generators/migrate-helm-libraries/generator.js.map +1 -1
  25. package/src/generators/ui/add-dependent-primitive.js +2 -2
  26. package/src/generators/ui/generator.d.ts +4 -2
  27. package/src/generators/ui/generator.js +8 -3
  28. package/src/generators/ui/generator.js.map +1 -1
  29. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-icon.directive.ts.template +1 -1
  30. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-action-button.directive.ts.template +1 -1
  31. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-cancel-button.directive.ts.template +1 -1
  32. package/src/generators/ui/libs/ui-alert-dialog-helm/generator.js +2 -2
  33. package/src/generators/ui/libs/ui-alert-dialog-helm/generator.js.map +1 -1
  34. package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert-icon.directive.ts.template +1 -1
  35. package/src/generators/ui/libs/ui-aspect-ratio-helm/generator.js +2 -2
  36. package/src/generators/ui/libs/ui-aspect-ratio-helm/generator.js.map +1 -1
  37. package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-ellipsis.component.ts.template +1 -1
  38. package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar-multi.component.ts.template +2 -2
  39. package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar.component.ts.template +2 -2
  40. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-next.component.ts.template +2 -2
  41. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-previous.component.ts.template +2 -2
  42. package/src/generators/ui/libs/ui-checkbox-helm/files/lib/hlm-checkbox.component.ts.template +1 -1
  43. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-dialog-close-button.directive.ts.template +2 -2
  44. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-icon.directive.ts.template +1 -1
  45. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-search.component.ts.template +1 -1
  46. package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-picker-multi.component.ts.template +3 -3
  47. package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-picker.component.ts.template +3 -3
  48. package/src/generators/ui/libs/ui-date-picker-helm/generator.js +2 -2
  49. package/src/generators/ui/libs/ui-date-picker-helm/generator.js.map +1 -1
  50. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-content.component.ts.template +1 -1
  51. package/src/generators/ui/libs/ui-form-field-helm/generator.js +2 -2
  52. package/src/generators/ui/libs/ui-form-field-helm/generator.js.map +1 -1
  53. package/src/generators/ui/libs/ui-hover-card-helm/generator.js +2 -2
  54. package/src/generators/ui/libs/ui-hover-card-helm/generator.js.map +1 -1
  55. package/src/generators/ui/libs/ui-input-otp-helm/files/lib/hlm-input-otp-separator.component.ts.template +1 -1
  56. package/src/generators/ui/libs/ui-input-otp-helm/generator.js +2 -2
  57. package/src/generators/ui/libs/ui-input-otp-helm/generator.js.map +1 -1
  58. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-check.component.ts.template +1 -1
  59. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-icon.directive.ts.template +1 -1
  60. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio.component.ts.template +1 -1
  61. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-sub-indicator.component.ts.template +1 -1
  62. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-numbered-pagination.component.ts.template +1 -1
  63. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-ellipsis.component.ts.template +1 -1
  64. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-link.directive.ts.template +1 -1
  65. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-next.component.ts.template +2 -2
  66. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-previous.component.ts.template +2 -2
  67. package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio.component.ts.template +1 -0
  68. package/src/generators/ui/libs/ui-radio-group-helm/generator.js +2 -2
  69. package/src/generators/ui/libs/ui-radio-group-helm/generator.js.map +1 -1
  70. package/src/generators/ui/libs/ui-scroll-area-helm/generator.js +2 -2
  71. package/src/generators/ui/libs/ui-scroll-area-helm/generator.js.map +1 -1
  72. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-option.component.ts.template +1 -1
  73. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-down.component.ts.template +1 -1
  74. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-up.component.ts.template +1 -1
  75. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-trigger.component.ts.template +1 -1
  76. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-content.component.ts.template +1 -1
  77. package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-paginated-list.component.ts.template +2 -2
  78. package/src/generators/ui/libs/ui-toggle-group-helm/generator.js +2 -2
  79. package/src/generators/ui/libs/ui-toggle-group-helm/generator.js.map +1 -1
  80. package/src/generators/ui/{primivite-deps.d.ts → primitive-deps.d.ts} +1 -1
  81. package/src/generators/ui/{primivite-deps.js → primitive-deps.js} +12 -11
  82. package/src/generators/ui/primitive-deps.js.map +1 -0
  83. package/src/generators/ui/primitives.d.ts +1 -0
  84. package/src/generators/ui/{primivites.js → primitives.js} +1 -1
  85. package/src/generators/ui/primitives.js.map +1 -0
  86. package/src/generators/ui/schema.d.ts +3 -1
  87. package/src/generators/ui/supported-ui-libraries.json +163 -194
  88. package/src/generators/ui/primivite-deps.js.map +0 -1
  89. package/src/generators/ui/primivites.d.ts +0 -1
  90. package/src/generators/ui/primivites.js.map +0 -1
@@ -3,38 +3,35 @@
3
3
  "internalName": "ui-accordion-helm",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=19.0.0",
6
+ "@spartan-ng/brain": "0.0.1-alpha.468",
7
+ "clsx": "^2.1.1",
6
8
  "@ng-icons/core": ">=29.0.0",
7
- "@ng-icons/lucide": ">=29.0.0",
8
- "@spartan-ng/brain": "0.0.1-alpha.466",
9
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
10
- "clsx": "^2.1.1"
9
+ "@ng-icons/lucide": ">=29.0.0"
11
10
  }
12
11
  },
13
12
  "alert": {
14
13
  "internalName": "ui-alert-helm",
15
14
  "peerDependencies": {
16
15
  "@angular/core": ">=19.0.0",
17
- "@spartan-ng/brain": "0.0.1-alpha.466",
18
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
16
+ "@spartan-ng/brain": "0.0.1-alpha.468",
19
17
  "class-variance-authority": "^0.7.0",
20
18
  "clsx": "^2.1.1"
21
19
  }
22
20
  },
23
- "alertdialog": {
21
+ "alert-dialog": {
24
22
  "internalName": "ui-alert-dialog-helm",
25
23
  "peerDependencies": {
26
24
  "@angular/core": ">=19.0.0",
27
- "@spartan-ng/brain": "0.0.1-alpha.466",
28
- "@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
25
+ "@spartan-ng/brain": "0.0.1-alpha.468",
29
26
  "clsx": "^2.1.1"
30
27
  }
31
28
  },
32
- "aspectratio": {
29
+ "aspect-ratio": {
33
30
  "internalName": "ui-aspect-ratio-helm",
34
31
  "peerDependencies": {
35
- "@angular/cdk": ">=19.0.0",
36
32
  "@angular/core": ">=19.0.0",
37
- "@spartan-ng/brain": "0.0.1-alpha.466",
33
+ "@angular/cdk": ">=19.0.0",
34
+ "@spartan-ng/brain": "0.0.1-alpha.468",
38
35
  "clsx": "^2.1.1"
39
36
  }
40
37
  },
@@ -42,7 +39,7 @@
42
39
  "internalName": "ui-avatar-helm",
43
40
  "peerDependencies": {
44
41
  "@angular/core": ">=19.0.0",
45
- "@spartan-ng/brain": "0.0.1-alpha.466",
42
+ "@spartan-ng/brain": "0.0.1-alpha.468",
46
43
  "class-variance-authority": "^0.7.0",
47
44
  "clsx": "^2.1.1"
48
45
  }
@@ -50,9 +47,9 @@
50
47
  "badge": {
51
48
  "internalName": "ui-badge-helm",
52
49
  "peerDependencies": {
53
- "@angular/cdk": ">=19.0.0",
54
50
  "@angular/core": ">=19.0.0",
55
- "@spartan-ng/brain": "0.0.1-alpha.466",
51
+ "@angular/cdk": ">=19.0.0",
52
+ "@spartan-ng/brain": "0.0.1-alpha.468",
56
53
  "class-variance-authority": "^0.7.0",
57
54
  "clsx": "^2.1.1"
58
55
  }
@@ -61,19 +58,18 @@
61
58
  "internalName": "ui-breadcrumb-helm",
62
59
  "peerDependencies": {
63
60
  "@angular/core": ">=19.0.0",
64
- "@angular/router": ">=19.0.0",
65
61
  "@ng-icons/core": ">=29.0.0",
66
62
  "@ng-icons/lucide": ">=29.0.0",
67
- "@spartan-ng/brain": "0.0.1-alpha.466",
68
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
69
- "clsx": "^2.1.1"
63
+ "@spartan-ng/brain": "0.0.1-alpha.468",
64
+ "clsx": "^2.1.1",
65
+ "@angular/router": ">=19.0.0"
70
66
  }
71
67
  },
72
68
  "button": {
73
69
  "internalName": "ui-button-helm",
74
70
  "peerDependencies": {
75
71
  "@angular/core": ">=19.0.0",
76
- "@spartan-ng/brain": "0.0.1-alpha.466",
72
+ "@spartan-ng/brain": "0.0.1-alpha.468",
77
73
  "class-variance-authority": "^0.7.0",
78
74
  "clsx": "^2.1.1"
79
75
  }
@@ -81,13 +77,11 @@
81
77
  "calendar": {
82
78
  "internalName": "ui-calendar-helm",
83
79
  "peerDependencies": {
84
- "@angular/cdk": ">=19.0.0",
85
80
  "@angular/core": ">=19.0.0",
81
+ "@angular/cdk": ">=19.0.0",
86
82
  "@ng-icons/core": ">=29.0.0",
87
83
  "@ng-icons/lucide": ">=29.0.0",
88
- "@spartan-ng/brain": "0.0.1-alpha.466",
89
- "@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
90
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
84
+ "@spartan-ng/brain": "0.0.1-alpha.468",
91
85
  "clsx": "^2.1.1"
92
86
  }
93
87
  },
@@ -95,71 +89,116 @@
95
89
  "internalName": "ui-card-helm",
96
90
  "peerDependencies": {
97
91
  "@angular/core": ">=19.0.0",
98
- "@spartan-ng/brain": "0.0.1-alpha.466",
92
+ "@spartan-ng/brain": "0.0.1-alpha.468",
99
93
  "class-variance-authority": "^0.7.0",
100
94
  "clsx": "^2.1.1"
101
95
  }
102
96
  },
97
+ "carousel": {
98
+ "internalName": "ui-carousel-helm",
99
+ "peerDependencies": {
100
+ "@angular/core": ">=19.0.0",
101
+ "@spartan-ng/brain": "0.0.1-alpha.468",
102
+ "clsx": "^2.1.1",
103
+ "@ng-icons/core": ">=29.0.0",
104
+ "@ng-icons/lucide": ">=29.0.0",
105
+ "embla-carousel-angular": ">=19.0.0"
106
+ }
107
+ },
108
+ "checkbox": {
109
+ "internalName": "ui-checkbox-helm",
110
+ "peerDependencies": {
111
+ "@angular/core": ">=19.0.0",
112
+ "@angular/forms": ">=19.0.0",
113
+ "@ng-icons/core": ">=29.0.0",
114
+ "@ng-icons/lucide": ">=29.0.0",
115
+ "@spartan-ng/brain": "0.0.1-alpha.468",
116
+ "clsx": "^2.1.1"
117
+ }
118
+ },
103
119
  "command": {
104
120
  "internalName": "ui-command-helm",
105
121
  "peerDependencies": {
106
- "@angular/cdk": ">=19.0.0",
107
122
  "@angular/core": ">=19.0.0",
108
- "@spartan-ng/brain": "0.0.1-alpha.466",
109
- "@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
110
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
111
- "clsx": "^2.1.1"
123
+ "@spartan-ng/brain": "0.0.1-alpha.468",
124
+ "clsx": "^2.1.1",
125
+ "@angular/cdk": ">=19.0.0"
112
126
  }
113
127
  },
114
- "datepicker": {
128
+ "date-picker": {
115
129
  "internalName": "ui-date-picker-helm",
116
130
  "peerDependencies": {
117
- "@angular/cdk": ">=19.0.0",
118
131
  "@angular/core": ">=19.0.0",
132
+ "@angular/cdk": ">=19.0.0",
119
133
  "@angular/forms": ">=19.0.0",
120
134
  "@ng-icons/core": ">=29.0.0",
121
135
  "@ng-icons/lucide": ">=29.0.0",
122
- "@spartan-ng/brain": "0.0.1-alpha.466",
123
- "@spartan-ng/ui-calendar-helm": "0.0.1-alpha.381",
124
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
125
- "@spartan-ng/ui-popover-helm": "0.0.1-alpha.381",
136
+ "@spartan-ng/brain": "0.0.1-alpha.468",
126
137
  "clsx": "^2.1.1"
127
138
  }
128
139
  },
129
140
  "dialog": {
130
141
  "internalName": "ui-dialog-helm",
131
142
  "peerDependencies": {
132
- "@angular/cdk": ">=19.0.0",
133
- "@angular/common": ">=19.0.0",
134
143
  "@angular/core": ">=19.0.0",
144
+ "@spartan-ng/brain": "0.0.1-alpha.468",
145
+ "clsx": "^2.1.1",
146
+ "@angular/common": ">=19.0.0",
135
147
  "@ng-icons/core": ">=29.0.0",
136
148
  "@ng-icons/lucide": ">=29.0.0",
137
- "@spartan-ng/brain": "0.0.1-alpha.466",
138
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
149
+ "@angular/cdk": ">=19.0.0"
150
+ }
151
+ },
152
+ "form-field": {
153
+ "internalName": "ui-form-field-helm",
154
+ "peerDependencies": {
155
+ "@angular/core": ">=19.0.0",
156
+ "@angular/forms": ">=19.0.0",
157
+ "@spartan-ng/brain": "0.0.1-alpha.468"
158
+ }
159
+ },
160
+ "hover-card": {
161
+ "internalName": "ui-hover-card-helm",
162
+ "peerDependencies": {
163
+ "@angular/core": ">=19.0.0",
164
+ "@spartan-ng/brain": "0.0.1-alpha.468",
139
165
  "clsx": "^2.1.1"
140
166
  }
141
167
  },
142
168
  "icon": {
143
169
  "internalName": "ui-icon-helm",
144
170
  "peerDependencies": {
145
- "@angular/core": ">=19.0.0"
171
+ "@angular/core": ">=19.0.0",
172
+ "@ng-icons/core": ">=29.0.0",
173
+ "@ng-icons/lucide": ">=29.0.0"
146
174
  }
147
175
  },
148
176
  "input": {
149
177
  "internalName": "ui-input-helm",
150
178
  "peerDependencies": {
151
179
  "@angular/core": ">=19.0.0",
152
- "@angular/forms": ">=19.0.0",
153
- "@spartan-ng/brain": "0.0.1-alpha.466",
180
+ "@spartan-ng/brain": "0.0.1-alpha.468",
154
181
  "class-variance-authority": "^0.7.0",
155
- "clsx": "^2.1.1"
182
+ "clsx": "^2.1.1",
183
+ "@angular/forms": ">=19.0.0"
184
+ }
185
+ },
186
+ "input-otp": {
187
+ "internalName": "ui-input-otp-helm",
188
+ "peerDependencies": {
189
+ "@angular/core": ">=19.0.0",
190
+ "@spartan-ng/brain": "0.0.1-alpha.468",
191
+ "clsx": "^2.1.1",
192
+ "@ng-icons/core": ">=29.0.0",
193
+ "@ng-icons/lucide": ">=29.0.0",
194
+ "@angular/cdk": ">=19.0.0"
156
195
  }
157
196
  },
158
197
  "label": {
159
198
  "internalName": "ui-label-helm",
160
199
  "peerDependencies": {
161
200
  "@angular/core": ">=19.0.0",
162
- "@spartan-ng/brain": "0.0.1-alpha.466",
201
+ "@spartan-ng/brain": "0.0.1-alpha.468",
163
202
  "class-variance-authority": "^0.7.0",
164
203
  "clsx": "^2.1.1"
165
204
  }
@@ -168,19 +207,32 @@
168
207
  "internalName": "ui-menu-helm",
169
208
  "peerDependencies": {
170
209
  "@angular/core": ">=19.0.0",
210
+ "@spartan-ng/brain": "0.0.1-alpha.468",
211
+ "clsx": "^2.1.1",
171
212
  "@ng-icons/core": ">=29.0.0",
172
213
  "@ng-icons/lucide": ">=29.0.0",
173
- "@spartan-ng/brain": "0.0.1-alpha.466",
174
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
214
+ "class-variance-authority": "^0.7.0"
215
+ }
216
+ },
217
+ "pagination": {
218
+ "internalName": "ui-pagination-helm",
219
+ "peerDependencies": {
220
+ "@angular/core": ">=19.0.0",
221
+ "@angular/cdk": ">=19.0.0",
222
+ "@angular/forms": ">=19.0.0",
223
+ "@spartan-ng/brain": "0.0.1-alpha.468",
175
224
  "class-variance-authority": "^0.7.0",
176
- "clsx": "^2.1.1"
225
+ "clsx": "^2.1.1",
226
+ "@ng-icons/core": ">=29.0.0",
227
+ "@ng-icons/lucide": ">=29.0.0",
228
+ "@angular/router": ">=19.0.0"
177
229
  }
178
230
  },
179
231
  "popover": {
180
232
  "internalName": "ui-popover-helm",
181
233
  "peerDependencies": {
182
234
  "@angular/core": ">=19.0.0",
183
- "@spartan-ng/brain": "0.0.1-alpha.466",
235
+ "@spartan-ng/brain": "0.0.1-alpha.468",
184
236
  "clsx": "^2.1.1"
185
237
  }
186
238
  },
@@ -188,33 +240,43 @@
188
240
  "internalName": "ui-progress-helm",
189
241
  "peerDependencies": {
190
242
  "@angular/core": ">=19.0.0",
191
- "@spartan-ng/brain": "0.0.1-alpha.466",
243
+ "@spartan-ng/brain": "0.0.1-alpha.468",
192
244
  "clsx": "^2.1.1"
193
245
  }
194
246
  },
195
- "radiogroup": {
247
+ "radio-group": {
196
248
  "internalName": "ui-radio-group-helm",
197
249
  "peerDependencies": {
198
- "@angular/common": ">=19.0.0",
199
250
  "@angular/core": ">=19.0.0",
200
- "@spartan-ng/brain": "0.0.1-alpha.466",
201
- "clsx": "^2.1.1"
251
+ "@spartan-ng/brain": "0.0.1-alpha.468",
252
+ "clsx": "^2.1.1",
253
+ "@angular/common": ">=19.0.0"
202
254
  }
203
255
  },
204
- "scrollarea": {
256
+ "scroll-area": {
205
257
  "internalName": "ui-scroll-area-helm",
206
258
  "peerDependencies": {
207
259
  "@angular/core": ">=19.0.0",
208
- "@spartan-ng/brain": "0.0.1-alpha.466",
260
+ "@spartan-ng/brain": "0.0.1-alpha.468",
261
+ "clsx": "^2.1.1"
262
+ }
263
+ },
264
+ "select": {
265
+ "internalName": "ui-select-helm",
266
+ "peerDependencies": {
267
+ "@angular/core": ">=19.0.0",
268
+ "@spartan-ng/brain": "0.0.1-alpha.468",
209
269
  "clsx": "^2.1.1",
210
- "ngx-scrollbar": ">=16.0.0"
270
+ "@ng-icons/core": ">=29.0.0",
271
+ "@ng-icons/lucide": ">=29.0.0",
272
+ "class-variance-authority": "^0.7.0"
211
273
  }
212
274
  },
213
275
  "separator": {
214
276
  "internalName": "ui-separator-helm",
215
277
  "peerDependencies": {
216
278
  "@angular/core": ">=19.0.0",
217
- "@spartan-ng/brain": "0.0.1-alpha.466",
279
+ "@spartan-ng/brain": "0.0.1-alpha.468",
218
280
  "clsx": "^2.1.1"
219
281
  }
220
282
  },
@@ -222,201 +284,108 @@
222
284
  "internalName": "ui-sheet-helm",
223
285
  "peerDependencies": {
224
286
  "@angular/core": ">=19.0.0",
287
+ "@spartan-ng/brain": "0.0.1-alpha.468",
288
+ "clsx": "^2.1.1",
225
289
  "@ng-icons/core": ">=29.0.0",
226
290
  "@ng-icons/lucide": ">=29.0.0",
227
- "@spartan-ng/brain": "0.0.1-alpha.466",
228
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
229
- "class-variance-authority": "^0.7.0",
230
- "clsx": "^2.1.1"
291
+ "class-variance-authority": "^0.7.0"
231
292
  }
232
293
  },
233
294
  "skeleton": {
234
295
  "internalName": "ui-skeleton-helm",
235
296
  "peerDependencies": {
236
297
  "@angular/core": ">=19.0.0",
237
- "@spartan-ng/brain": "0.0.1-alpha.466",
238
- "clsx": "^2.1.1"
239
- }
240
- },
241
- "spinner": {
242
- "internalName": "ui-spinner-helm",
243
- "peerDependencies": {
244
- "@angular/core": ">=19.0.0",
245
- "@spartan-ng/brain": "0.0.1-alpha.466",
246
- "class-variance-authority": "^0.7.0",
247
- "clsx": "^2.1.1"
248
- }
249
- },
250
- "switch": {
251
- "internalName": "ui-switch-helm",
252
- "peerDependencies": {
253
- "@angular/cdk": ">=19.0.0",
254
- "@angular/core": ">=19.0.0",
255
- "@angular/forms": ">=19.0.0",
256
- "@spartan-ng/brain": "0.0.1-alpha.466",
298
+ "@spartan-ng/brain": "0.0.1-alpha.468",
257
299
  "clsx": "^2.1.1"
258
300
  }
259
301
  },
260
- "tabs": {
261
- "internalName": "ui-tabs-helm",
302
+ "slider": {
303
+ "internalName": "ui-slider-helm",
262
304
  "peerDependencies": {
263
- "@angular/cdk": ">=19.0.0",
264
305
  "@angular/core": ">=19.0.0",
265
- "@ng-icons/core": ">=29.0.0",
266
- "@ng-icons/lucide": ">=29.0.0",
267
- "@spartan-ng/brain": "0.0.1-alpha.466",
268
- "@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
269
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
270
- "class-variance-authority": "^0.7.0",
306
+ "@spartan-ng/brain": "0.0.1-alpha.468",
271
307
  "clsx": "^2.1.1"
272
308
  }
273
309
  },
274
- "toggle": {
275
- "internalName": "ui-toggle-helm",
310
+ "sonner": {
311
+ "internalName": "ui-sonner-helm",
276
312
  "peerDependencies": {
277
313
  "@angular/core": ">=19.0.0",
278
- "@spartan-ng/brain": "0.0.1-alpha.466",
279
- "class-variance-authority": "^0.7.0",
280
- "clsx": "^2.1.1"
314
+ "@spartan-ng/brain": "0.0.1-alpha.468",
315
+ "clsx": "^2.1.1",
316
+ "ngx-sonner": ">=3.0.0"
281
317
  }
282
318
  },
283
- "toggle-group": {
284
- "internalName": "ui-toggle-group-helm",
319
+ "spinner": {
320
+ "internalName": "ui-spinner-helm",
285
321
  "peerDependencies": {
286
322
  "@angular/core": ">=19.0.0",
287
- "@spartan-ng/brain": "0.0.1-alpha.436",
323
+ "@spartan-ng/brain": "0.0.1-alpha.468",
288
324
  "class-variance-authority": "^0.7.0",
289
325
  "clsx": "^2.1.1"
290
326
  }
291
327
  },
292
- "typography": {
293
- "internalName": "ui-typography-helm",
328
+ "switch": {
329
+ "internalName": "ui-switch-helm",
294
330
  "peerDependencies": {
295
331
  "@angular/core": ">=19.0.0",
296
- "@spartan-ng/brain": "0.0.1-alpha.466",
297
- "clsx": "^2.1.1"
332
+ "@spartan-ng/brain": "0.0.1-alpha.468",
333
+ "clsx": "^2.1.1",
334
+ "@angular/cdk": ">=19.0.0",
335
+ "@angular/forms": ">=19.0.0"
298
336
  }
299
337
  },
300
338
  "table": {
301
339
  "internalName": "ui-table-helm",
302
340
  "peerDependencies": {
303
- "@angular/common": ">=19.0.0",
304
341
  "@angular/core": ">=19.0.0",
305
- "@spartan-ng/brain": "0.0.1-alpha.466",
306
- "clsx": "^2.1.1"
307
- }
308
- },
309
- "hovercard": {
310
- "internalName": "ui-hover-card-helm",
311
- "peerDependencies": {
312
- "@angular/core": ">=19.0.0",
313
- "@spartan-ng/brain": "0.0.1-alpha.466",
314
- "clsx": "^2.1.1"
342
+ "@spartan-ng/brain": "0.0.1-alpha.468",
343
+ "clsx": "^2.1.1",
344
+ "@angular/common": ">=19.0.0"
315
345
  }
316
346
  },
317
- "checkbox": {
318
- "internalName": "ui-checkbox-helm",
347
+ "tabs": {
348
+ "internalName": "ui-tabs-helm",
319
349
  "peerDependencies": {
320
350
  "@angular/core": ">=19.0.0",
321
- "@angular/forms": ">=19.0.0",
351
+ "@spartan-ng/brain": "0.0.1-alpha.468",
352
+ "clsx": "^2.1.1",
353
+ "class-variance-authority": "^0.7.0",
354
+ "@angular/cdk": ">=19.0.0",
322
355
  "@ng-icons/core": ">=29.0.0",
323
- "@ng-icons/lucide": ">=29.0.0",
324
- "@spartan-ng/brain": "0.0.1-alpha.466",
325
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
326
- "clsx": "^2.1.1"
327
- }
328
- },
329
- "tooltip": {
330
- "internalName": "ui-tooltip-helm",
331
- "peerDependencies": {
332
- "@angular/core": ">=19.0.0",
333
- "@spartan-ng/brain": "0.0.1-alpha.466"
356
+ "@ng-icons/lucide": ">=29.0.0"
334
357
  }
335
358
  },
336
- "pagination": {
337
- "internalName": "ui-pagination-helm",
359
+ "toggle": {
360
+ "internalName": "ui-toggle-helm",
338
361
  "peerDependencies": {
339
- "@angular/cdk": ">=19.0.0",
340
362
  "@angular/core": ">=19.0.0",
341
- "@angular/forms": ">=19.0.0",
342
- "@angular/router": ">=19.0.0",
343
- "@ng-icons/core": ">=29.0.0",
344
- "@ng-icons/lucide": ">=29.0.0",
345
- "@spartan-ng/brain": "0.0.1-alpha.466",
346
- "@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
347
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
348
- "@spartan-ng/ui-select-helm": "0.0.1-alpha.381",
363
+ "@spartan-ng/brain": "0.0.1-alpha.468",
349
364
  "class-variance-authority": "^0.7.0",
350
365
  "clsx": "^2.1.1"
351
366
  }
352
367
  },
353
- "carousel": {
354
- "internalName": "ui-carousel-helm",
355
- "peerDependencies": {
356
- "@angular/core": ">=19.0.0",
357
- "@ng-icons/core": ">=29.0.0",
358
- "@ng-icons/lucide": ">=29.0.0",
359
- "@spartan-ng/brain": "0.0.1-alpha.466",
360
- "@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
361
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
362
- "clsx": "^2.1.1",
363
- "embla-carousel-angular": "19.0.0"
364
- }
365
- },
366
- "select": {
367
- "internalName": "ui-select-helm",
368
+ "toggle-group": {
369
+ "internalName": "ui-toggle-group-helm",
368
370
  "peerDependencies": {
369
371
  "@angular/core": ">=19.0.0",
370
- "@ng-icons/core": ">=29.0.0",
371
- "@ng-icons/lucide": ">=29.0.0",
372
- "@spartan-ng/brain": "0.0.1-alpha.466",
373
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
372
+ "@spartan-ng/brain": "0.0.1-alpha.468",
374
373
  "class-variance-authority": "^0.7.0",
375
374
  "clsx": "^2.1.1"
376
375
  }
377
376
  },
378
- "sonner": {
379
- "internalName": "ui-sonner-helm",
380
- "peerDependencies": {
381
- "@angular/core": ">=19.0.0",
382
- "@spartan-ng/brain": "0.0.1-alpha.466",
383
- "clsx": "^2.1.1",
384
- "ngx-sonner": "^3.0.0"
385
- }
386
- },
387
- "formfield": {
388
- "internalName": "ui-form-field-helm",
389
- "peerDependencies": {
390
- "@angular/core": ">=19.0.0",
391
- "@spartan-ng/brain": "0.0.1-alpha.466"
392
- }
393
- },
394
- "slider": {
395
- "internalName": "ui-slider-helm",
377
+ "tooltip": {
378
+ "internalName": "ui-tooltip-helm",
396
379
  "peerDependencies": {
397
380
  "@angular/core": ">=19.0.0",
398
- "@spartan-ng/brain": "0.0.1-alpha.466",
399
- "clsx": "^2.1.1"
381
+ "@spartan-ng/brain": "0.0.1-alpha.468"
400
382
  }
401
383
  },
402
- "togglegroup": {
403
- "internalName": "ui-toggle-group-helm",
404
- "peerDependencies": {
405
- "@angular/core": ">=18.0.0",
406
- "@spartan-ng/brain": "0.0.1-alpha.466",
407
- "class-variance-authority": "^0.7.0",
408
- "clsx": "^2.1.1"
409
- }
410
- },
411
- "inputotp": {
412
- "internalName": "ui-input-otp-helm",
384
+ "typography": {
385
+ "internalName": "ui-typography-helm",
413
386
  "peerDependencies": {
414
- "@angular/cdk": "19.2.2",
415
387
  "@angular/core": ">=19.0.0",
416
- "@ng-icons/core": "29.10.0",
417
- "@ng-icons/lucide": "30.3.0",
418
- "@spartan-ng/brain": "0.0.1-alpha.466",
419
- "@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
388
+ "@spartan-ng/brain": "0.0.1-alpha.468",
420
389
  "clsx": "^2.1.1"
421
390
  }
422
391
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"primivite-deps.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/primivite-deps.ts"],"names":[],"mappings":";;;AAEa,QAAA,qBAAqB,GAAmC;IACpE,SAAS,EAAE,CAAC,MAAM,CAAC;IACnB,KAAK,EAAE,CAAC,MAAM,CAAC;IACf,WAAW,EAAE,CAAC,QAAQ,CAAC;IACvB,WAAW,EAAE,EAAE;IACf,MAAM,EAAE,EAAE;IACV,KAAK,EAAE,EAAE;IACT,UAAU,EAAE,CAAC,MAAM,CAAC;IACpB,MAAM,EAAE,EAAE;IACV,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC5B,IAAI,EAAE,EAAE;IACR,QAAQ,EAAE,EAAE;IACZ,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,WAAW,EAAE,EAAE;IACf,OAAO,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC3B,WAAW,EAAE,EAAE;IACf,UAAU,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,CAAC;IAC3C,MAAM,EAAE,EAAE;IACV,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,CAAC,WAAW,CAAC;IACpB,KAAK,EAAE,EAAE;IACT,IAAI,EAAE,CAAC,MAAM,CAAC;IACd,OAAO,EAAE,EAAE;IACX,UAAU,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC9B,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,EAAE;IACZ,UAAU,EAAE,EAAE;IACd,UAAU,EAAE,EAAE;IACd,MAAM,EAAE,CAAC,MAAM,EAAE,WAAW,CAAC;IAC7B,SAAS,EAAE,EAAE;IACb,KAAK,EAAE,EAAE;IACT,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,OAAO,EAAE,EAAE;IACX,MAAM,EAAE,EAAE;IACV,KAAK,EAAE,EAAE;IACT,IAAI,EAAE,EAAE;IACR,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;CACX,CAAC;AAEK,MAAM,sBAAsB,GAAG,CAAC,UAAuB,EAAe,EAAE;IAC9E,MAAM,mBAAmB,GAAG,IAAI,GAAG,EAAa,CAAC;IAEjD,KAAK,MAAM,SAAS,IAAI,UAAU,EAAE,CAAC;QACpC,MAAM,IAAI,GAAG,6BAAqB,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;QACpD,KAAK,MAAM,GAAG,IAAI,IAAI,EAAE,CAAC;YACxB,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;gBAC/B,2FAA2F;gBAC3F,mBAAmB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC9B,CAAC;QACF,CAAC;IACF,CAAC;IAED,OAAO,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;AACxC,CAAC,CAAC;AAdW,QAAA,sBAAsB,0BAcjC"}
@@ -1 +0,0 @@
1
- export type Primitive = 'accordion' | 'alert' | 'alertdialog' | 'aspectratio' | 'avatar' | 'badge' | 'breadcrumb' | 'button' | 'calendar' | 'card' | 'carousel' | 'checkbox' | 'collapsible' | 'command' | 'contextmenu' | 'datepicker' | 'dialog' | 'formfield' | 'hovercard' | 'icon' | 'input' | 'label' | 'menu' | 'menubar' | 'pagination' | 'popover' | 'progress' | 'radiogroup' | 'scrollarea' | 'select' | 'separator' | 'sheet' | 'skeleton' | 'sonner' | 'spinner' | 'switch' | 'table' | 'tabs' | 'toggle' | 'tooltip';
@@ -1 +0,0 @@
1
- {"version":3,"file":"primivites.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/primivites.ts"],"names":[],"mappings":""}