@spartan-ng/cli 0.0.1-alpha.422 → 0.0.1-alpha.423
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 +2 -2
- package/src/generators/base/lib/initialize-angular-library.js +17 -7
- package/src/generators/base/lib/initialize-angular-library.js.map +1 -1
- package/src/generators/ui/generator.js +17 -7
- package/src/generators/ui/generator.js.map +1 -1
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/breadcrumb-ellipsis.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/breadcrumb-separator.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-next.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-previous.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-checkbox-helm/files/lib/hlm-checkbox.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-picker.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-content.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-check.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-sub-indicator.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-numbered-pagination.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-ellipsis.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-next.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-previous.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-option.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-down.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-up.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-trigger.component.ts.template +0 -2
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-content.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-slider-helm/files/lib/hlm-slider-track.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-sonner-helm/files/lib/hlm-toaster.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-switch-helm/files/lib/hlm-switch.component.ts.template +13 -5
- package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-td.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-th.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-paginated-list.component.ts.template +0 -1
- package/src/generators/ui/libs/ui-tooltip-helm/files/lib/hlm-tooltip.component.ts.template +0 -1
- package/src/generators/ui/supported-ui-libraries.json +94 -94
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spartan-ng/cli",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.423",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@nx/angular": ">=20.0.0",
|
|
7
7
|
"@nx/devkit": ">=20.0.0",
|
|
8
8
|
"@nx/js": ">=20.0.0",
|
|
9
9
|
"@phenomnomnominal/tsquery": "^6.1.3",
|
|
10
|
-
"@schematics/angular": ">=
|
|
10
|
+
"@schematics/angular": ">=19.0.0",
|
|
11
11
|
"enquirer": "2.3.6",
|
|
12
12
|
"jsonc-eslint-parser": "^2.1.0",
|
|
13
13
|
"nx": ">=20.0.0",
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.initializeAngularLibrary = initializeAngularLibrary;
|
|
27
37
|
const devkit_1 = require("@nx/devkit");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"initialize-angular-library.js","sourceRoot":"","sources":["../../../../../../../libs/cli/src/generators/base/lib/initialize-angular-library.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"initialize-angular-library.js","sourceRoot":"","sources":["../../../../../../../libs/cli/src/generators/base/lib/initialize-angular-library.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,4DAmBC;AAtBD,uCAA0D;AAGnD,KAAK,UAAU,wBAAwB,CAAC,IAAU,EAAE,OAA+B;IACzF,OAAO,MAAM,CACZ;IACC,6DAA6D;IAC7D,aAAa;IACb,wBAAwB,GACxB,CACD,CAAC,gBAAgB,CAAC,IAAI,EAAE;QACxB,IAAI,EAAE,OAAO,CAAC,UAAU;QACxB,UAAU,EAAE,IAAI;QAChB,UAAU,EAAE,IAAI;QAChB,SAAS,EAAE,IAAI;QACf,UAAU,EAAE,eAAe,OAAO,CAAC,UAAU,EAAE;QAC/C,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,IAAI;QAChB,UAAU,EAAE,KAAK;QACjB,SAAS,EAAE,IAAA,0BAAiB,EAAC,OAAO,CAAC,SAAS,EAAE,OAAO,CAAC,UAAU,CAAC;QACnE,IAAI,EAAE,OAAO,CAAC,IAAI;KAClB,CAAC,CAAC;AACJ,CAAC"}
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.default = hlmUIGenerator;
|
|
27
37
|
const devkit_1 = require("@nx/devkit");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/generator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/generator.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,7 +8,6 @@ import type { ClassValue } from 'clsx';
|
|
|
8
8
|
@Component({
|
|
9
9
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
10
10
|
selector: '[hlmBreadcrumbSeparator]',
|
|
11
|
-
standalone: true,
|
|
12
11
|
imports: [NgIcon, HlmIconDirective],
|
|
13
12
|
providers: [provideIcons({ lucideChevronRight })],
|
|
14
13
|
host: {
|
package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-next.component.ts.template
CHANGED
|
@@ -18,7 +18,6 @@ import { HlmCarouselComponent } from './hlm-carousel.component';
|
|
|
18
18
|
|
|
19
19
|
@Component({
|
|
20
20
|
selector: 'button[hlm-carousel-next], button[hlmCarouselNext]',
|
|
21
|
-
standalone: true,
|
|
22
21
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
23
22
|
encapsulation: ViewEncapsulation.None,
|
|
24
23
|
host: {
|
|
@@ -18,7 +18,6 @@ import { HlmCarouselComponent } from './hlm-carousel.component';
|
|
|
18
18
|
|
|
19
19
|
@Component({
|
|
20
20
|
selector: 'button[hlm-carousel-previous], button[hlmCarouselPrevious]',
|
|
21
|
-
standalone: true,
|
|
22
21
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
23
22
|
encapsulation: ViewEncapsulation.None,
|
|
24
23
|
host: {
|
package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-content.component.ts.template
CHANGED
|
@@ -10,7 +10,6 @@ import { HlmDialogCloseDirective } from './hlm-dialog-close.directive';
|
|
|
10
10
|
|
|
11
11
|
@Component({
|
|
12
12
|
selector: 'hlm-dialog-content',
|
|
13
|
-
standalone: true,
|
|
14
13
|
imports: [NgComponentOutlet, BrnDialogCloseDirective, HlmDialogCloseDirective, NgIcon, HlmIconDirective],
|
|
15
14
|
providers: [provideIcons({ lucideX })],
|
|
16
15
|
host: {
|
|
@@ -11,7 +11,6 @@ import { HlmPaginationLinkDirective } from './hlm-pagination-link.directive';
|
|
|
11
11
|
|
|
12
12
|
@Component({
|
|
13
13
|
selector: 'hlm-pagination-next',
|
|
14
|
-
standalone: true,
|
|
15
14
|
imports: [HlmPaginationLinkDirective, NgIcon, HlmIconDirective],
|
|
16
15
|
providers: [provideIcons({ lucideChevronRight })],
|
|
17
16
|
template: `
|
|
@@ -11,7 +11,6 @@ import { HlmPaginationLinkDirective } from './hlm-pagination-link.directive';
|
|
|
11
11
|
|
|
12
12
|
@Component({
|
|
13
13
|
selector: 'hlm-pagination-previous',
|
|
14
|
-
standalone: true,
|
|
15
14
|
imports: [HlmPaginationLinkDirective, NgIcon, HlmIconDirective],
|
|
16
15
|
providers: [provideIcons({ lucideChevronLeft })],
|
|
17
16
|
template: `
|
package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-option.component.ts.template
CHANGED
|
@@ -8,7 +8,6 @@ import type { ClassValue } from 'clsx';
|
|
|
8
8
|
|
|
9
9
|
@Component({
|
|
10
10
|
selector: 'hlm-option',
|
|
11
|
-
standalone: true,
|
|
12
11
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
13
12
|
hostDirectives: [{ directive: BrnSelectOptionDirective, inputs: ['disabled', 'value'] }],
|
|
14
13
|
providers: [provideIcons({ lucideCheck })],
|
package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-trigger.component.ts.template
CHANGED
|
@@ -31,10 +31,8 @@ type SelectTriggerVariants = VariantProps<typeof selectTriggerVariants>;
|
|
|
31
31
|
|
|
32
32
|
@Component({
|
|
33
33
|
selector: 'hlm-select-trigger',
|
|
34
|
-
standalone: true,
|
|
35
34
|
imports: [BrnSelectTriggerDirective, NgIcon, HlmIconDirective],
|
|
36
35
|
providers: [provideIcons({ lucideChevronDown })],
|
|
37
|
-
|
|
38
36
|
template: `
|
|
39
37
|
<button [class]="_computedClass()" #button hlmInput brnSelectTrigger type="button">
|
|
40
38
|
<ng-content />
|
package/src/generators/ui/libs/ui-slider-helm/files/lib/hlm-slider-track.component.ts.template
CHANGED
|
@@ -10,7 +10,6 @@ import { HlmSliderTrackInactiveDirective } from './hlm-slider-track-inactive.dir
|
|
|
10
10
|
|
|
11
11
|
@Component({
|
|
12
12
|
selector: 'hlm-slider-track, brn-slider-track [hlm]',
|
|
13
|
-
standalone: true,
|
|
14
13
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
15
14
|
template: `
|
|
16
15
|
<ng-content></ng-content>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { Component, booleanAttribute, computed, forwardRef, input, model, output } from '@angular/core';
|
|
3
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
2
|
+
import { Component, booleanAttribute, computed, forwardRef, input, model, output, signal } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
4
|
import { hlm } from '@spartan-ng/brain/core';
|
|
5
5
|
import { ChangeFn, TouchFn } from '@spartan-ng/brain/forms';
|
|
6
6
|
import { BrnSwitchComponent, BrnSwitchThumbComponent } from '@spartan-ng/brain/switch';
|
|
@@ -15,7 +15,6 @@ export const HLM_SWITCH_VALUE_ACCESSOR = {
|
|
|
15
15
|
@Component({
|
|
16
16
|
selector: 'hlm-switch',
|
|
17
17
|
imports: [BrnSwitchThumbComponent, BrnSwitchComponent, HlmSwitchThumbDirective],
|
|
18
|
-
standalone: true,
|
|
19
18
|
host: {
|
|
20
19
|
class: 'contents',
|
|
21
20
|
'[attr.id]': 'null',
|
|
@@ -40,7 +39,7 @@ export const HLM_SWITCH_VALUE_ACCESSOR = {
|
|
|
40
39
|
`,
|
|
41
40
|
providers: [HLM_SWITCH_VALUE_ACCESSOR],
|
|
42
41
|
})
|
|
43
|
-
export class HlmSwitchComponent {
|
|
42
|
+
export class HlmSwitchComponent implements ControlValueAccessor {
|
|
44
43
|
public readonly userClass = input<ClassValue>('', { alias: 'class' });
|
|
45
44
|
protected readonly _computedClass = computed(() =>
|
|
46
45
|
hlm(
|
|
@@ -54,8 +53,9 @@ export class HlmSwitchComponent {
|
|
|
54
53
|
public readonly checked = model<boolean>(false);
|
|
55
54
|
|
|
56
55
|
/** The disabled state of the switch. */
|
|
57
|
-
public readonly
|
|
56
|
+
public readonly disabledInput = input<boolean, BooleanInput>(false, {
|
|
58
57
|
transform: booleanAttribute,
|
|
58
|
+
alias: 'disabled',
|
|
59
59
|
});
|
|
60
60
|
|
|
61
61
|
/** Used to set the id on the underlying brn element. */
|
|
@@ -73,6 +73,10 @@ export class HlmSwitchComponent {
|
|
|
73
73
|
/** Emits when the checked state of the switch changes. */
|
|
74
74
|
public readonly changed = output<boolean>();
|
|
75
75
|
|
|
76
|
+
private readonly _writableDisabled = computed(() => signal(this.disabledInput()));
|
|
77
|
+
|
|
78
|
+
public readonly disabled = computed(() => this._writableDisabled()());
|
|
79
|
+
|
|
76
80
|
protected _onChange?: ChangeFn<boolean>;
|
|
77
81
|
protected _onTouched?: TouchFn;
|
|
78
82
|
|
|
@@ -95,4 +99,8 @@ export class HlmSwitchComponent {
|
|
|
95
99
|
registerOnTouched(fn: TouchFn): void {
|
|
96
100
|
this._onTouched = fn;
|
|
97
101
|
}
|
|
102
|
+
|
|
103
|
+
setDisabledState(isDisabled: boolean): void {
|
|
104
|
+
this._writableDisabled().set(isDisabled);
|
|
105
|
+
}
|
|
98
106
|
}
|
package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-paginated-list.component.ts.template
CHANGED
|
@@ -12,7 +12,6 @@ import { listVariants } from './hlm-tabs-list.component';
|
|
|
12
12
|
|
|
13
13
|
@Component({
|
|
14
14
|
selector: 'hlm-paginated-tabs-list',
|
|
15
|
-
standalone: true,
|
|
16
15
|
imports: [CdkObserveContent, NgIcon, HlmIconDirective],
|
|
17
16
|
providers: [provideIcons({ lucideChevronRight, lucideChevronLeft })],
|
|
18
17
|
template: `
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"accordion": {
|
|
3
3
|
"internalName": "ui-accordion-helm",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/core": ">=
|
|
5
|
+
"@angular/core": ">=19.0.0",
|
|
6
6
|
"@ng-icons/core": ">=29.0.0",
|
|
7
7
|
"@ng-icons/lucide": ">=29.0.0",
|
|
8
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
8
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
9
9
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
10
10
|
"clsx": "^2.1.1"
|
|
11
11
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"alert": {
|
|
14
14
|
"internalName": "ui-alert-helm",
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@angular/core": ">=
|
|
17
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
16
|
+
"@angular/core": ">=19.0.0",
|
|
17
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
18
18
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
19
19
|
"class-variance-authority": "^0.7.0",
|
|
20
20
|
"clsx": "^2.1.1"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"alertdialog": {
|
|
24
24
|
"internalName": "ui-alert-dialog-helm",
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@angular/core": ">=
|
|
27
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
26
|
+
"@angular/core": ">=19.0.0",
|
|
27
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
28
28
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
29
29
|
"clsx": "^2.1.1"
|
|
30
30
|
}
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"aspectratio": {
|
|
33
33
|
"internalName": "ui-aspect-ratio-helm",
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@angular/cdk": ">=
|
|
36
|
-
"@angular/core": ">=
|
|
37
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
35
|
+
"@angular/cdk": ">=19.0.0",
|
|
36
|
+
"@angular/core": ">=19.0.0",
|
|
37
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
38
38
|
"clsx": "^2.1.1"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"avatar": {
|
|
42
42
|
"internalName": "ui-avatar-helm",
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@angular/core": ">=
|
|
45
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
44
|
+
"@angular/core": ">=19.0.0",
|
|
45
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
46
46
|
"class-variance-authority": "^0.7.0",
|
|
47
47
|
"clsx": "^2.1.1"
|
|
48
48
|
}
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"badge": {
|
|
51
51
|
"internalName": "ui-badge-helm",
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@angular/cdk": ">=
|
|
54
|
-
"@angular/core": ">=
|
|
55
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
53
|
+
"@angular/cdk": ">=19.0.0",
|
|
54
|
+
"@angular/core": ">=19.0.0",
|
|
55
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
56
56
|
"class-variance-authority": "^0.7.0",
|
|
57
57
|
"clsx": "^2.1.1"
|
|
58
58
|
}
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"breadcrumb": {
|
|
61
61
|
"internalName": "ui-breadcrumb-helm",
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@angular/core": "
|
|
64
|
-
"@angular/router": "
|
|
63
|
+
"@angular/core": ">=19.0.0",
|
|
64
|
+
"@angular/router": ">=19.0.0",
|
|
65
65
|
"@ng-icons/core": ">=29.0.0",
|
|
66
66
|
"@ng-icons/lucide": ">=29.0.0",
|
|
67
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
67
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
68
68
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
69
69
|
"clsx": "^2.1.1"
|
|
70
70
|
}
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"button": {
|
|
73
73
|
"internalName": "ui-button-helm",
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"@angular/core": ">=
|
|
76
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
75
|
+
"@angular/core": ">=19.0.0",
|
|
76
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
77
77
|
"class-variance-authority": "^0.7.0",
|
|
78
78
|
"clsx": "^2.1.1"
|
|
79
79
|
}
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
"calendar": {
|
|
82
82
|
"internalName": "ui-calendar-helm",
|
|
83
83
|
"peerDependencies": {
|
|
84
|
-
"@angular/cdk": ">=
|
|
85
|
-
"@angular/core": ">=
|
|
84
|
+
"@angular/cdk": ">=19.0.0",
|
|
85
|
+
"@angular/core": ">=19.0.0",
|
|
86
86
|
"@ng-icons/core": ">=29.0.0",
|
|
87
87
|
"@ng-icons/lucide": ">=29.0.0",
|
|
88
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
88
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
89
89
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
90
90
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
91
91
|
"clsx": "^2.1.1"
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"card": {
|
|
95
95
|
"internalName": "ui-card-helm",
|
|
96
96
|
"peerDependencies": {
|
|
97
|
-
"@angular/core": ">=
|
|
98
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
97
|
+
"@angular/core": ">=19.0.0",
|
|
98
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
99
99
|
"class-variance-authority": "^0.7.0",
|
|
100
100
|
"clsx": "^2.1.1"
|
|
101
101
|
}
|
|
@@ -103,9 +103,9 @@
|
|
|
103
103
|
"command": {
|
|
104
104
|
"internalName": "ui-command-helm",
|
|
105
105
|
"peerDependencies": {
|
|
106
|
-
"@angular/cdk": ">=
|
|
107
|
-
"@angular/core": ">=
|
|
108
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
106
|
+
"@angular/cdk": ">=19.0.0",
|
|
107
|
+
"@angular/core": ">=19.0.0",
|
|
108
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
109
109
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
110
110
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
111
111
|
"clsx": "^2.1.1"
|
|
@@ -114,12 +114,12 @@
|
|
|
114
114
|
"datepicker": {
|
|
115
115
|
"internalName": "ui-date-picker-helm",
|
|
116
116
|
"peerDependencies": {
|
|
117
|
-
"@angular/cdk": ">=
|
|
118
|
-
"@angular/core": ">=
|
|
119
|
-
"@angular/forms": ">=
|
|
117
|
+
"@angular/cdk": ">=19.0.0",
|
|
118
|
+
"@angular/core": ">=19.0.0",
|
|
119
|
+
"@angular/forms": ">=19.0.0",
|
|
120
120
|
"@ng-icons/core": ">=29.0.0",
|
|
121
121
|
"@ng-icons/lucide": ">=29.0.0",
|
|
122
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
122
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
123
123
|
"@spartan-ng/ui-calendar-helm": "0.0.1-alpha.381",
|
|
124
124
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
125
125
|
"@spartan-ng/ui-popover-helm": "0.0.1-alpha.381",
|
|
@@ -129,12 +129,12 @@
|
|
|
129
129
|
"dialog": {
|
|
130
130
|
"internalName": "ui-dialog-helm",
|
|
131
131
|
"peerDependencies": {
|
|
132
|
-
"@angular/cdk": ">=
|
|
133
|
-
"@angular/common": ">=
|
|
134
|
-
"@angular/core": ">=
|
|
132
|
+
"@angular/cdk": ">=19.0.0",
|
|
133
|
+
"@angular/common": ">=19.0.0",
|
|
134
|
+
"@angular/core": ">=19.0.0",
|
|
135
135
|
"@ng-icons/core": ">=29.0.0",
|
|
136
136
|
"@ng-icons/lucide": ">=29.0.0",
|
|
137
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
137
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
138
138
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
139
139
|
"clsx": "^2.1.1"
|
|
140
140
|
}
|
|
@@ -142,15 +142,15 @@
|
|
|
142
142
|
"icon": {
|
|
143
143
|
"internalName": "ui-icon-helm",
|
|
144
144
|
"peerDependencies": {
|
|
145
|
-
"@angular/core": ">=
|
|
145
|
+
"@angular/core": ">=19.0.0"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"input": {
|
|
149
149
|
"internalName": "ui-input-helm",
|
|
150
150
|
"peerDependencies": {
|
|
151
|
-
"@angular/core": ">=
|
|
152
|
-
"@angular/forms": ">=
|
|
153
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
151
|
+
"@angular/core": ">=19.0.0",
|
|
152
|
+
"@angular/forms": ">=19.0.0",
|
|
153
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
154
154
|
"class-variance-authority": "^0.7.0",
|
|
155
155
|
"clsx": "^2.1.1"
|
|
156
156
|
}
|
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
"label": {
|
|
159
159
|
"internalName": "ui-label-helm",
|
|
160
160
|
"peerDependencies": {
|
|
161
|
-
"@angular/core": ">=
|
|
162
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
161
|
+
"@angular/core": ">=19.0.0",
|
|
162
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
163
163
|
"class-variance-authority": "^0.7.0",
|
|
164
164
|
"clsx": "^2.1.1"
|
|
165
165
|
}
|
|
@@ -167,10 +167,10 @@
|
|
|
167
167
|
"menu": {
|
|
168
168
|
"internalName": "ui-menu-helm",
|
|
169
169
|
"peerDependencies": {
|
|
170
|
-
"@angular/core": ">=
|
|
170
|
+
"@angular/core": ">=19.0.0",
|
|
171
171
|
"@ng-icons/core": ">=29.0.0",
|
|
172
172
|
"@ng-icons/lucide": ">=29.0.0",
|
|
173
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
173
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
174
174
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
175
175
|
"class-variance-authority": "^0.7.0",
|
|
176
176
|
"clsx": "^2.1.1"
|
|
@@ -179,32 +179,32 @@
|
|
|
179
179
|
"popover": {
|
|
180
180
|
"internalName": "ui-popover-helm",
|
|
181
181
|
"peerDependencies": {
|
|
182
|
-
"@angular/core": ">=
|
|
183
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
182
|
+
"@angular/core": ">=19.0.0",
|
|
183
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
184
184
|
"clsx": "^2.1.1"
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
187
|
"progress": {
|
|
188
188
|
"internalName": "ui-progress-helm",
|
|
189
189
|
"peerDependencies": {
|
|
190
|
-
"@angular/core": ">=
|
|
191
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
190
|
+
"@angular/core": ">=19.0.0",
|
|
191
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
192
192
|
"clsx": "^2.1.1"
|
|
193
193
|
}
|
|
194
194
|
},
|
|
195
195
|
"radiogroup": {
|
|
196
196
|
"internalName": "ui-radio-group-helm",
|
|
197
197
|
"peerDependencies": {
|
|
198
|
-
"@angular/core": ">=
|
|
199
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
198
|
+
"@angular/core": ">=19.0.0",
|
|
199
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
200
200
|
"clsx": "^2.1.1"
|
|
201
201
|
}
|
|
202
202
|
},
|
|
203
203
|
"scrollarea": {
|
|
204
204
|
"internalName": "ui-scroll-area-helm",
|
|
205
205
|
"peerDependencies": {
|
|
206
|
-
"@angular/core": ">=
|
|
207
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
206
|
+
"@angular/core": ">=19.0.0",
|
|
207
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
208
208
|
"clsx": "^2.1.1",
|
|
209
209
|
"ngx-scrollbar": ">=16.0.0"
|
|
210
210
|
}
|
|
@@ -212,18 +212,18 @@
|
|
|
212
212
|
"separator": {
|
|
213
213
|
"internalName": "ui-separator-helm",
|
|
214
214
|
"peerDependencies": {
|
|
215
|
-
"@angular/core": ">=
|
|
216
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
215
|
+
"@angular/core": ">=19.0.0",
|
|
216
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
217
217
|
"clsx": "^2.1.1"
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
220
|
"sheet": {
|
|
221
221
|
"internalName": "ui-sheet-helm",
|
|
222
222
|
"peerDependencies": {
|
|
223
|
-
"@angular/core": ">=
|
|
223
|
+
"@angular/core": ">=19.0.0",
|
|
224
224
|
"@ng-icons/core": ">=29.0.0",
|
|
225
225
|
"@ng-icons/lucide": ">=29.0.0",
|
|
226
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
226
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
227
227
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
228
228
|
"class-variance-authority": "^0.7.0",
|
|
229
229
|
"clsx": "^2.1.1"
|
|
@@ -232,16 +232,16 @@
|
|
|
232
232
|
"skeleton": {
|
|
233
233
|
"internalName": "ui-skeleton-helm",
|
|
234
234
|
"peerDependencies": {
|
|
235
|
-
"@angular/core": ">=
|
|
236
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
235
|
+
"@angular/core": ">=19.0.0",
|
|
236
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
237
237
|
"clsx": "^2.1.1"
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
240
|
"spinner": {
|
|
241
241
|
"internalName": "ui-spinner-helm",
|
|
242
242
|
"peerDependencies": {
|
|
243
|
-
"@angular/core": ">=
|
|
244
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
243
|
+
"@angular/core": ">=19.0.0",
|
|
244
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
245
245
|
"class-variance-authority": "^0.7.0",
|
|
246
246
|
"clsx": "^2.1.1"
|
|
247
247
|
}
|
|
@@ -249,21 +249,21 @@
|
|
|
249
249
|
"switch": {
|
|
250
250
|
"internalName": "ui-switch-helm",
|
|
251
251
|
"peerDependencies": {
|
|
252
|
-
"@angular/cdk": ">=
|
|
253
|
-
"@angular/core": ">=
|
|
254
|
-
"@angular/forms": ">=
|
|
255
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
252
|
+
"@angular/cdk": ">=19.0.0",
|
|
253
|
+
"@angular/core": ">=19.0.0",
|
|
254
|
+
"@angular/forms": ">=19.0.0",
|
|
255
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
256
256
|
"clsx": "^2.1.1"
|
|
257
257
|
}
|
|
258
258
|
},
|
|
259
259
|
"tabs": {
|
|
260
260
|
"internalName": "ui-tabs-helm",
|
|
261
261
|
"peerDependencies": {
|
|
262
|
-
"@angular/cdk": ">=
|
|
263
|
-
"@angular/core": ">=
|
|
262
|
+
"@angular/cdk": ">=19.0.0",
|
|
263
|
+
"@angular/core": ">=19.0.0",
|
|
264
264
|
"@ng-icons/core": ">=29.0.0",
|
|
265
265
|
"@ng-icons/lucide": ">=29.0.0",
|
|
266
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
266
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
267
267
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
268
268
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
269
269
|
"class-variance-authority": "^0.7.0",
|
|
@@ -273,8 +273,8 @@
|
|
|
273
273
|
"toggle": {
|
|
274
274
|
"internalName": "ui-toggle-helm",
|
|
275
275
|
"peerDependencies": {
|
|
276
|
-
"@angular/core": ">=
|
|
277
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
276
|
+
"@angular/core": ">=19.0.0",
|
|
277
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
278
278
|
"class-variance-authority": "^0.7.0",
|
|
279
279
|
"clsx": "^2.1.1"
|
|
280
280
|
}
|
|
@@ -282,36 +282,36 @@
|
|
|
282
282
|
"typography": {
|
|
283
283
|
"internalName": "ui-typography-helm",
|
|
284
284
|
"peerDependencies": {
|
|
285
|
-
"@angular/core": ">=
|
|
286
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
285
|
+
"@angular/core": ">=19.0.0",
|
|
286
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
287
287
|
"clsx": "^2.1.1"
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
"table": {
|
|
291
291
|
"internalName": "ui-table-helm",
|
|
292
292
|
"peerDependencies": {
|
|
293
|
-
"@angular/common": ">=
|
|
294
|
-
"@angular/core": ">=
|
|
295
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
293
|
+
"@angular/common": ">=19.0.0",
|
|
294
|
+
"@angular/core": ">=19.0.0",
|
|
295
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
296
296
|
"clsx": "^2.1.1"
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
"hovercard": {
|
|
300
300
|
"internalName": "ui-hover-card-helm",
|
|
301
301
|
"peerDependencies": {
|
|
302
|
-
"@angular/core": ">=
|
|
303
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
302
|
+
"@angular/core": ">=19.0.0",
|
|
303
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
304
304
|
"clsx": "^2.1.1"
|
|
305
305
|
}
|
|
306
306
|
},
|
|
307
307
|
"checkbox": {
|
|
308
308
|
"internalName": "ui-checkbox-helm",
|
|
309
309
|
"peerDependencies": {
|
|
310
|
-
"@angular/core": ">=
|
|
311
|
-
"@angular/forms": ">=
|
|
310
|
+
"@angular/core": ">=19.0.0",
|
|
311
|
+
"@angular/forms": ">=19.0.0",
|
|
312
312
|
"@ng-icons/core": ">=29.0.0",
|
|
313
313
|
"@ng-icons/lucide": ">=29.0.0",
|
|
314
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
314
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
315
315
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
316
316
|
"clsx": "^2.1.1"
|
|
317
317
|
}
|
|
@@ -319,20 +319,20 @@
|
|
|
319
319
|
"tooltip": {
|
|
320
320
|
"internalName": "ui-tooltip-helm",
|
|
321
321
|
"peerDependencies": {
|
|
322
|
-
"@angular/core": ">=
|
|
323
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
322
|
+
"@angular/core": ">=19.0.0",
|
|
323
|
+
"@spartan-ng/brain": "0.0.1-alpha.423"
|
|
324
324
|
}
|
|
325
325
|
},
|
|
326
326
|
"pagination": {
|
|
327
327
|
"internalName": "ui-pagination-helm",
|
|
328
328
|
"peerDependencies": {
|
|
329
|
-
"@angular/cdk": ">=
|
|
330
|
-
"@angular/core": ">=
|
|
331
|
-
"@angular/forms": ">=
|
|
332
|
-
"@angular/router": ">=
|
|
329
|
+
"@angular/cdk": ">=19.0.0",
|
|
330
|
+
"@angular/core": ">=19.0.0",
|
|
331
|
+
"@angular/forms": ">=19.0.0",
|
|
332
|
+
"@angular/router": ">=19.0.0",
|
|
333
333
|
"@ng-icons/core": ">=29.0.0",
|
|
334
334
|
"@ng-icons/lucide": ">=29.0.0",
|
|
335
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
335
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
336
336
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
337
337
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
338
338
|
"@spartan-ng/ui-select-helm": "0.0.1-alpha.381",
|
|
@@ -343,23 +343,23 @@
|
|
|
343
343
|
"carousel": {
|
|
344
344
|
"internalName": "ui-carousel-helm",
|
|
345
345
|
"peerDependencies": {
|
|
346
|
-
"@angular/core": ">=
|
|
346
|
+
"@angular/core": ">=19.0.0",
|
|
347
347
|
"@ng-icons/core": ">=29.0.0",
|
|
348
348
|
"@ng-icons/lucide": ">=29.0.0",
|
|
349
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
349
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
350
350
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
351
351
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
352
352
|
"clsx": "^2.1.1",
|
|
353
|
-
"embla-carousel-angular": "
|
|
353
|
+
"embla-carousel-angular": "19.0.0"
|
|
354
354
|
}
|
|
355
355
|
},
|
|
356
356
|
"select": {
|
|
357
357
|
"internalName": "ui-select-helm",
|
|
358
358
|
"peerDependencies": {
|
|
359
|
-
"@angular/core": ">=
|
|
359
|
+
"@angular/core": ">=19.0.0",
|
|
360
360
|
"@ng-icons/core": ">=29.0.0",
|
|
361
361
|
"@ng-icons/lucide": ">=29.0.0",
|
|
362
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
362
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
363
363
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
364
364
|
"class-variance-authority": "^0.7.0",
|
|
365
365
|
"clsx": "^2.1.1"
|
|
@@ -379,15 +379,15 @@
|
|
|
379
379
|
"formfield": {
|
|
380
380
|
"internalName": "ui-form-field-helm",
|
|
381
381
|
"peerDependencies": {
|
|
382
|
-
"@angular/core": ">=
|
|
383
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
382
|
+
"@angular/core": ">=19.0.0",
|
|
383
|
+
"@spartan-ng/brain": "0.0.1-alpha.423"
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
386
|
"slider": {
|
|
387
387
|
"internalName": "ui-slider-helm",
|
|
388
388
|
"peerDependencies": {
|
|
389
|
-
"@angular/core": ">=
|
|
390
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
389
|
+
"@angular/core": ">=19.0.0",
|
|
390
|
+
"@spartan-ng/brain": "0.0.1-alpha.423",
|
|
391
391
|
"clsx": "^2.1.1"
|
|
392
392
|
}
|
|
393
393
|
}
|