@spartan-ng/cli 0.0.1-alpha.507 → 0.0.1-alpha.508
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generators.json +6 -0
- package/package.json +1 -1
- package/src/generators/healthcheck/generator.js +2 -0
- package/src/generators/healthcheck/generator.js.map +1 -1
- package/src/generators/healthcheck/healthchecks/brn-separator.d.ts +2 -0
- package/src/generators/healthcheck/healthchecks/brn-separator.js +34 -0
- package/src/generators/healthcheck/healthchecks/brn-separator.js.map +1 -0
- package/src/generators/migrate-separator/compat.d.ts +2 -0
- package/src/generators/migrate-separator/compat.js +7 -0
- package/src/generators/migrate-separator/compat.js.map +1 -0
- package/src/generators/migrate-separator/generator.d.ts +4 -0
- package/src/generators/migrate-separator/generator.js +78 -0
- package/src/generators/migrate-separator/generator.js.map +1 -0
- package/src/generators/migrate-separator/schema.d.ts +3 -0
- package/src/generators/migrate-separator/schema.json +14 -0
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-content.ts.template +1 -1
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-item.ts.template +1 -1
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-trigger.ts.template +1 -1
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-content.ts.template +1 -1
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-overlay.ts.template +1 -1
- package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert.ts.template +2 -2
- package/src/generators/ui/libs/ui-aspect-ratio-helm/files/lib/helm-aspect-ratio.ts.template +1 -1
- package/src/generators/ui/libs/ui-avatar-helm/files/lib/hlm-avatar.ts.template +1 -1
- package/src/generators/ui/libs/ui-badge-helm/files/lib/hlm-badge.ts.template +4 -4
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-list.ts.template +1 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-page.ts.template +1 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-separator.ts.template +1 -1
- package/src/generators/ui/libs/ui-button-helm/files/lib/hlm-button.ts.template +4 -4
- package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar-multi.ts.template +1 -1
- package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar-range.ts.template +1 -1
- package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar.ts.template +1 -1
- package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-footer.ts.template +1 -1
- package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-header.ts.template +1 -1
- package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-title.ts.template +1 -1
- package/src/generators/ui/libs/ui-checkbox-helm/files/lib/hlm-checkbox.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-dialog-close-button.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-group.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-item.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-list.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-separator.ts.template +1 -1
- package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-picker-multi.ts.template +2 -2
- package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-picker.ts.template +2 -2
- package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-range-picker.ts.template +2 -2
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-close.ts.template +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-content.ts.template +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-description.ts.template +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-footer.ts.template +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-header.ts.template +1 -3
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-overlay.ts.template +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-title.ts.template +2 -4
- package/src/generators/ui/libs/ui-form-field-helm/files/lib/hlm-error.ts.template +1 -1
- package/src/generators/ui/libs/ui-form-field-helm/files/lib/hlm-form-field.ts.template +1 -1
- package/src/generators/ui/libs/ui-form-field-helm/files/lib/hlm-hint.ts.template +1 -1
- package/src/generators/ui/libs/ui-hover-card-helm/files/lib/hlm-hover-card-content.ts.template +1 -1
- package/src/generators/ui/libs/ui-input-helm/files/lib/hlm-input.ts.template +1 -1
- package/src/generators/ui/libs/ui-input-otp-helm/files/lib/hlm-input-otp-slot.ts.template +2 -2
- package/src/generators/ui/libs/ui-input-otp-helm/files/lib/hlm-input-otp.ts.template +1 -1
- package/src/generators/ui/libs/ui-label-helm/files/lib/hlm-label.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-bar-item.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-bar.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-check.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-checkbox.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio-indicator.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-separator.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu.ts.template +1 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-sub-menu.ts.template +1 -1
- package/src/generators/ui/libs/ui-popover-helm/files/lib/hlm-popover-close.ts.template +1 -1
- package/src/generators/ui/libs/ui-popover-helm/files/lib/hlm-popover-content.ts.template +1 -1
- package/src/generators/ui/libs/ui-progress-helm/files/lib/hlm-progress.ts.template +1 -1
- package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio-indicator.ts.template +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-content.ts.template +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-label.ts.template +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-option.ts.template +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-trigger.ts.template +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-value.ts.template +1 -1
- package/src/generators/ui/libs/ui-separator-helm/files/index.ts.template +4 -2
- package/src/generators/ui/libs/ui-separator-helm/files/lib/hlm-separator.ts.template +5 -6
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-close.ts.template +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-content.ts.template +1 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-overlay.ts.template +1 -1
- package/src/generators/ui/libs/ui-skeleton-helm/files/lib/hlm-skeleton.ts.template +1 -1
- package/src/generators/ui/libs/ui-spinner-helm/files/lib/hlm-spinner.ts.template +1 -1
- package/src/generators/ui/libs/ui-switch-helm/files/lib/hlm-switch-thumb.ts.template +1 -1
- package/src/generators/ui/libs/ui-switch-helm/files/lib/hlm-switch.ts.template +1 -1
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-content.ts.template +1 -1
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-list.ts.template +2 -2
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-paginated-list.ts.template +1 -1
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-trigger.ts.template +1 -1
- package/src/generators/ui/libs/ui-toggle-group-helm/files/lib/hlm-toggle-group.ts.template +1 -1
- package/src/generators/ui/libs/ui-toggle-group-helm/files/lib/hlm-toggle-item.ts.template +5 -5
- package/src/generators/ui/libs/ui-toggle-helm/files/lib/hlm-toggle.ts.template +2 -2
- package/src/generators/ui/supported-ui-libraries.json +26 -25
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"internalName": "ui-accordion-helm",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=19.0.0",
|
|
6
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
6
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
7
7
|
"clsx": "^2.1.1",
|
|
8
8
|
"@ng-icons/core": ">=29.0.0",
|
|
9
9
|
"@ng-icons/lucide": ">=29.0.0"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"internalName": "ui-alert-dialog-helm",
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@angular/core": ">=19.0.0",
|
|
24
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
24
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
25
25
|
"clsx": "^2.1.1"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"internalName": "ui-avatar-helm",
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@angular/core": ">=19.0.0",
|
|
40
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
40
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
41
41
|
"clsx": "^2.1.1"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"internalName": "ui-button-helm",
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@angular/core": ">=19.0.0",
|
|
66
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
66
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
67
67
|
"class-variance-authority": "^0.7.0",
|
|
68
68
|
"clsx": "^2.1.1"
|
|
69
69
|
}
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@angular/cdk": ">=19.0.0",
|
|
76
76
|
"@ng-icons/core": ">=29.0.0",
|
|
77
77
|
"@ng-icons/lucide": ">=29.0.0",
|
|
78
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
78
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
79
79
|
"clsx": "^2.1.1"
|
|
80
80
|
}
|
|
81
81
|
},
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@angular/forms": ">=19.0.0",
|
|
106
106
|
"@ng-icons/core": ">=29.0.0",
|
|
107
107
|
"@ng-icons/lucide": ">=29.0.0",
|
|
108
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
108
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
109
109
|
"clsx": "^2.1.1"
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"internalName": "ui-command-helm",
|
|
114
114
|
"peerDependencies": {
|
|
115
115
|
"@angular/core": ">=19.0.0",
|
|
116
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
116
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
117
117
|
"clsx": "^2.1.1",
|
|
118
118
|
"@angular/cdk": ">=19.0.0"
|
|
119
119
|
}
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@angular/forms": ">=19.0.0",
|
|
127
127
|
"@ng-icons/core": ">=29.0.0",
|
|
128
128
|
"@ng-icons/lucide": ">=29.0.0",
|
|
129
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
129
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
130
130
|
"clsx": "^2.1.1"
|
|
131
131
|
}
|
|
132
132
|
},
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"@angular/common": ">=19.0.0",
|
|
139
139
|
"@ng-icons/core": ">=29.0.0",
|
|
140
140
|
"@ng-icons/lucide": ">=29.0.0",
|
|
141
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
141
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
142
142
|
"@angular/cdk": ">=19.0.0"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"peerDependencies": {
|
|
148
148
|
"@angular/core": ">=19.0.0",
|
|
149
149
|
"@angular/forms": ">=19.0.0",
|
|
150
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
150
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
151
151
|
"clsx": "^2.1.1"
|
|
152
152
|
}
|
|
153
153
|
},
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"internalName": "ui-hover-card-helm",
|
|
156
156
|
"peerDependencies": {
|
|
157
157
|
"@angular/core": ">=19.0.0",
|
|
158
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
158
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
159
159
|
"clsx": "^2.1.1"
|
|
160
160
|
}
|
|
161
161
|
},
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"class-variance-authority": "^0.7.0",
|
|
175
175
|
"clsx": "^2.1.1",
|
|
176
176
|
"@angular/forms": ">=19.0.0",
|
|
177
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
177
|
+
"@spartan-ng/brain": "0.0.1-alpha.508"
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
180
|
"input-otp": {
|
|
@@ -185,14 +185,14 @@
|
|
|
185
185
|
"@ng-icons/core": ">=29.0.0",
|
|
186
186
|
"@ng-icons/lucide": ">=29.0.0",
|
|
187
187
|
"@angular/cdk": ">=19.0.0",
|
|
188
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
188
|
+
"@spartan-ng/brain": "0.0.1-alpha.508"
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
"label": {
|
|
192
192
|
"internalName": "ui-label-helm",
|
|
193
193
|
"peerDependencies": {
|
|
194
194
|
"@angular/core": ">=19.0.0",
|
|
195
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
195
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
196
196
|
"clsx": "^2.1.1"
|
|
197
197
|
}
|
|
198
198
|
},
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"internalName": "ui-menu-helm",
|
|
201
201
|
"peerDependencies": {
|
|
202
202
|
"@angular/core": ">=19.0.0",
|
|
203
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
203
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
204
204
|
"clsx": "^2.1.1",
|
|
205
205
|
"@ng-icons/core": ">=29.0.0",
|
|
206
206
|
"@ng-icons/lucide": ">=29.0.0",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"@angular/core": ">=19.0.0",
|
|
215
215
|
"@angular/cdk": ">=19.0.0",
|
|
216
216
|
"@angular/forms": ">=19.0.0",
|
|
217
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
217
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
218
218
|
"class-variance-authority": "^0.7.0",
|
|
219
219
|
"clsx": "^2.1.1",
|
|
220
220
|
"@ng-icons/core": ">=29.0.0",
|
|
@@ -227,14 +227,14 @@
|
|
|
227
227
|
"peerDependencies": {
|
|
228
228
|
"@angular/core": ">=19.0.0",
|
|
229
229
|
"clsx": "^2.1.1",
|
|
230
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
230
|
+
"@spartan-ng/brain": "0.0.1-alpha.508"
|
|
231
231
|
}
|
|
232
232
|
},
|
|
233
233
|
"progress": {
|
|
234
234
|
"internalName": "ui-progress-helm",
|
|
235
235
|
"peerDependencies": {
|
|
236
236
|
"@angular/core": ">=19.0.0",
|
|
237
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
237
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
238
238
|
"clsx": "^2.1.1"
|
|
239
239
|
}
|
|
240
240
|
},
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"internalName": "ui-radio-group-helm",
|
|
243
243
|
"peerDependencies": {
|
|
244
244
|
"@angular/core": ">=19.0.0",
|
|
245
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
245
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
246
246
|
"clsx": "^2.1.1",
|
|
247
247
|
"@angular/common": ">=19.0.0"
|
|
248
248
|
}
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"peerDependencies": {
|
|
260
260
|
"@angular/core": ">=19.0.0",
|
|
261
261
|
"@angular/cdk": ">=19.0.0",
|
|
262
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
262
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
263
263
|
"clsx": "^2.1.1",
|
|
264
264
|
"@ng-icons/core": ">=29.0.0",
|
|
265
265
|
"@ng-icons/lucide": ">=29.0.0",
|
|
@@ -270,6 +270,7 @@
|
|
|
270
270
|
"internalName": "ui-separator-helm",
|
|
271
271
|
"peerDependencies": {
|
|
272
272
|
"@angular/core": ">=19.0.0",
|
|
273
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
273
274
|
"clsx": "^2.1.1"
|
|
274
275
|
}
|
|
275
276
|
},
|
|
@@ -280,7 +281,7 @@
|
|
|
280
281
|
"clsx": "^2.1.1",
|
|
281
282
|
"@ng-icons/core": ">=29.0.0",
|
|
282
283
|
"@ng-icons/lucide": ">=29.0.0",
|
|
283
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
284
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
284
285
|
"class-variance-authority": "^0.7.0"
|
|
285
286
|
}
|
|
286
287
|
},
|
|
@@ -295,7 +296,7 @@
|
|
|
295
296
|
"internalName": "ui-slider-helm",
|
|
296
297
|
"peerDependencies": {
|
|
297
298
|
"@angular/core": ">=19.0.0",
|
|
298
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
299
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
299
300
|
"clsx": "^2.1.1"
|
|
300
301
|
}
|
|
301
302
|
},
|
|
@@ -321,7 +322,7 @@
|
|
|
321
322
|
"clsx": "^2.1.1",
|
|
322
323
|
"@angular/cdk": ">=19.0.0",
|
|
323
324
|
"@angular/forms": ">=19.0.0",
|
|
324
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
325
|
+
"@spartan-ng/brain": "0.0.1-alpha.508"
|
|
325
326
|
}
|
|
326
327
|
},
|
|
327
328
|
"table": {
|
|
@@ -335,7 +336,7 @@
|
|
|
335
336
|
"internalName": "ui-tabs-helm",
|
|
336
337
|
"peerDependencies": {
|
|
337
338
|
"@angular/core": ">=19.0.0",
|
|
338
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
339
|
+
"@spartan-ng/brain": "0.0.1-alpha.508",
|
|
339
340
|
"clsx": "^2.1.1",
|
|
340
341
|
"class-variance-authority": "^0.7.0",
|
|
341
342
|
"@angular/cdk": ">=19.0.0",
|
|
@@ -364,7 +365,7 @@
|
|
|
364
365
|
"internalName": "ui-tooltip-helm",
|
|
365
366
|
"peerDependencies": {
|
|
366
367
|
"@angular/core": ">=19.0.0",
|
|
367
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
368
|
+
"@spartan-ng/brain": "0.0.1-alpha.508"
|
|
368
369
|
}
|
|
369
370
|
},
|
|
370
371
|
"typography": {
|