@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.
- package/generators.json +5 -0
- package/package.json +1 -1
- package/src/generators/base/generator.js +1 -1
- package/src/generators/base/generator.js.map +1 -1
- package/src/generators/base/lib/initialize-angular-library.js +1 -1
- package/src/generators/base/lib/initialize-angular-library.js.map +1 -1
- package/src/generators/healthcheck/generator.js +2 -0
- package/src/generators/healthcheck/generator.js.map +1 -1
- package/src/generators/healthcheck/healthchecks/helm-imports.d.ts +2 -0
- package/src/generators/healthcheck/healthchecks/helm-imports.js +34 -0
- package/src/generators/healthcheck/healthchecks/helm-imports.js.map +1 -0
- package/src/generators/migrate-helm-imports/compat.d.ts +2 -0
- package/src/generators/migrate-helm-imports/compat.js +6 -0
- package/src/generators/migrate-helm-imports/compat.js.map +1 -0
- package/src/generators/migrate-helm-imports/generator.d.ts +4 -0
- package/src/generators/migrate-helm-imports/generator.js +51 -0
- package/src/generators/migrate-helm-imports/generator.js.map +1 -0
- package/src/generators/migrate-helm-imports/import-map.d.ts +53 -0
- package/src/generators/migrate-helm-imports/import-map.js +55 -0
- package/src/generators/migrate-helm-imports/import-map.js.map +1 -0
- package/src/generators/migrate-helm-imports/schema.d.ts +3 -0
- package/src/generators/migrate-helm-imports/schema.json +13 -0
- package/src/generators/migrate-helm-libraries/generator.js +36 -8
- package/src/generators/migrate-helm-libraries/generator.js.map +1 -1
- package/src/generators/ui/add-dependent-primitive.js +2 -2
- package/src/generators/ui/generator.d.ts +4 -2
- package/src/generators/ui/generator.js +8 -3
- package/src/generators/ui/generator.js.map +1 -1
- package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-icon.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-action-button.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-cancel-button.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-alert-dialog-helm/generator.js +2 -2
- package/src/generators/ui/libs/ui-alert-dialog-helm/generator.js.map +1 -1
- package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert-icon.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-aspect-ratio-helm/generator.js +2 -2
- package/src/generators/ui/libs/ui-aspect-ratio-helm/generator.js.map +1 -1
- package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-ellipsis.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar-multi.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-next.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-previous.component.ts.template +2 -2
- 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 +2 -2
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-icon.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-search.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-picker-multi.component.ts.template +3 -3
- package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-picker.component.ts.template +3 -3
- package/src/generators/ui/libs/ui-date-picker-helm/generator.js +2 -2
- package/src/generators/ui/libs/ui-date-picker-helm/generator.js.map +1 -1
- package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-content.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-form-field-helm/generator.js +2 -2
- package/src/generators/ui/libs/ui-form-field-helm/generator.js.map +1 -1
- package/src/generators/ui/libs/ui-hover-card-helm/generator.js +2 -2
- package/src/generators/ui/libs/ui-hover-card-helm/generator.js.map +1 -1
- package/src/generators/ui/libs/ui-input-otp-helm/files/lib/hlm-input-otp-separator.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-input-otp-helm/generator.js +2 -2
- package/src/generators/ui/libs/ui-input-otp-helm/generator.js.map +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-icon.directive.ts.template +1 -1
- 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-sub-indicator.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-numbered-pagination.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-ellipsis.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-link.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-next.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-previous.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio.component.ts.template +1 -0
- package/src/generators/ui/libs/ui-radio-group-helm/generator.js +2 -2
- package/src/generators/ui/libs/ui-radio-group-helm/generator.js.map +1 -1
- package/src/generators/ui/libs/ui-scroll-area-helm/generator.js +2 -2
- package/src/generators/ui/libs/ui-scroll-area-helm/generator.js.map +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-option.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-down.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-up.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-trigger.component.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-tabs-helm/files/lib/hlm-tabs-paginated-list.component.ts.template +2 -2
- package/src/generators/ui/libs/ui-toggle-group-helm/generator.js +2 -2
- package/src/generators/ui/libs/ui-toggle-group-helm/generator.js.map +1 -1
- package/src/generators/ui/{primivite-deps.d.ts → primitive-deps.d.ts} +1 -1
- package/src/generators/ui/{primivite-deps.js → primitive-deps.js} +12 -11
- package/src/generators/ui/primitive-deps.js.map +1 -0
- package/src/generators/ui/primitives.d.ts +1 -0
- package/src/generators/ui/{primivites.js → primitives.js} +1 -1
- package/src/generators/ui/primitives.js.map +1 -0
- package/src/generators/ui/schema.d.ts +3 -1
- package/src/generators/ui/supported-ui-libraries.json +163 -194
- package/src/generators/ui/primivite-deps.js.map +0 -1
- package/src/generators/ui/primivites.d.ts +0 -1
- package/src/generators/ui/primivites.js.map +0 -1
|
@@ -2,7 +2,7 @@ import { ChangeDetectionStrategy, Component, computed, input } from '@angular/co
|
|
|
2
2
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
3
3
|
import { lucideEllipsis } from '@ng-icons/lucide';
|
|
4
4
|
import { hlm } from '@spartan-ng/brain/core';
|
|
5
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
5
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
6
6
|
import type { ClassValue } from 'clsx';
|
|
7
7
|
|
|
8
8
|
@Component({
|
package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar-multi.component.ts.template
CHANGED
|
@@ -26,8 +26,8 @@ import {
|
|
|
26
26
|
} from '@spartan-ng/brain/calendar';
|
|
27
27
|
import { hlm } from '@spartan-ng/brain/core';
|
|
28
28
|
import { injectDateAdapter } from '@spartan-ng/brain/date-time';
|
|
29
|
-
import { buttonVariants } from '@spartan-ng/
|
|
30
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
29
|
+
import { buttonVariants } from '@spartan-ng/helm/button';
|
|
30
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
31
31
|
import type { ClassValue } from 'clsx';
|
|
32
32
|
|
|
33
33
|
@Component({
|
package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar.component.ts.template
CHANGED
|
@@ -26,8 +26,8 @@ import {
|
|
|
26
26
|
} from '@spartan-ng/brain/calendar';
|
|
27
27
|
import { hlm } from '@spartan-ng/brain/core';
|
|
28
28
|
import { injectDateAdapter } from '@spartan-ng/brain/date-time';
|
|
29
|
-
import { buttonVariants } from '@spartan-ng/
|
|
30
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
29
|
+
import { buttonVariants } from '@spartan-ng/helm/button';
|
|
30
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
31
31
|
import type { ClassValue } from 'clsx';
|
|
32
32
|
|
|
33
33
|
@Component({
|
package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-next.component.ts.template
CHANGED
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
12
12
|
import { lucideArrowRight } from '@ng-icons/lucide';
|
|
13
13
|
import { hlm } from '@spartan-ng/brain/core';
|
|
14
|
-
import { HlmButtonDirective, provideBrnButtonConfig } from '@spartan-ng/
|
|
15
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
14
|
+
import { HlmButtonDirective, provideBrnButtonConfig } from '@spartan-ng/helm/button';
|
|
15
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
16
16
|
import type { ClassValue } from 'clsx';
|
|
17
17
|
import { HlmCarouselComponent } from './hlm-carousel.component';
|
|
18
18
|
|
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
12
12
|
import { lucideArrowLeft } from '@ng-icons/lucide';
|
|
13
13
|
import { hlm } from '@spartan-ng/brain/core';
|
|
14
|
-
import { HlmButtonDirective, provideBrnButtonConfig } from '@spartan-ng/
|
|
15
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
14
|
+
import { HlmButtonDirective, provideBrnButtonConfig } from '@spartan-ng/helm/button';
|
|
15
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
16
16
|
import type { ClassValue } from 'clsx';
|
|
17
17
|
import { HlmCarouselComponent } from './hlm-carousel.component';
|
|
18
18
|
|
package/src/generators/ui/libs/ui-checkbox-helm/files/lib/hlm-checkbox.component.ts.template
CHANGED
|
@@ -15,7 +15,7 @@ import { lucideCheck } from '@ng-icons/lucide';
|
|
|
15
15
|
import { BrnCheckboxComponent } from '@spartan-ng/brain/checkbox';
|
|
16
16
|
import { hlm } from '@spartan-ng/brain/core';
|
|
17
17
|
import type { ChangeFn, TouchFn } from '@spartan-ng/brain/forms';
|
|
18
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
18
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
19
19
|
import type { ClassValue } from 'clsx';
|
|
20
20
|
|
|
21
21
|
export const HLM_CHECKBOX_VALUE_ACCESSOR = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/brain/core';
|
|
3
3
|
import { BrnDialogCloseDirective } from '@spartan-ng/brain/dialog';
|
|
4
|
-
import { HlmButtonDirective, provideBrnButtonConfig } from '@spartan-ng/
|
|
5
|
-
import { provideHlmIconConfig } from '@spartan-ng/
|
|
4
|
+
import { HlmButtonDirective, provideBrnButtonConfig } from '@spartan-ng/helm/button';
|
|
5
|
+
import { provideHlmIconConfig } from '@spartan-ng/helm/icon';
|
|
6
6
|
import type { ClassValue } from 'clsx';
|
|
7
7
|
|
|
8
8
|
@Directive({
|
package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-search.component.ts.template
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/brain/core';
|
|
3
|
-
import { provideHlmIconConfig } from '@spartan-ng/
|
|
3
|
+
import { provideHlmIconConfig } from '@spartan-ng/helm/icon';
|
|
4
4
|
|
|
5
5
|
@Component({
|
|
6
6
|
standalone: true,
|
|
@@ -18,9 +18,9 @@ import { hlm } from '@spartan-ng/brain/core';
|
|
|
18
18
|
import { BrnDialogState } from '@spartan-ng/brain/dialog';
|
|
19
19
|
import { type ChangeFn, type TouchFn } from '@spartan-ng/brain/forms';
|
|
20
20
|
import { BrnPopoverComponent, BrnPopoverContentDirective, BrnPopoverTriggerDirective } from '@spartan-ng/brain/popover';
|
|
21
|
-
import { HlmCalendarMultiComponent } from '@spartan-ng/
|
|
22
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
23
|
-
import { HlmPopoverContentDirective } from '@spartan-ng/
|
|
21
|
+
import { HlmCalendarMultiComponent } from '@spartan-ng/helm/calendar';
|
|
22
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
23
|
+
import { HlmPopoverContentDirective } from '@spartan-ng/helm/popover';
|
|
24
24
|
import type { ClassValue } from 'clsx';
|
|
25
25
|
import { injectHlmDatePickerMultiConfig } from './hlm-date-picker-multi.token';
|
|
26
26
|
|
package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-picker.component.ts.template
CHANGED
|
@@ -17,9 +17,9 @@ import { hlm } from '@spartan-ng/brain/core';
|
|
|
17
17
|
import { BrnDialogState } from '@spartan-ng/brain/dialog';
|
|
18
18
|
import { type ChangeFn, type TouchFn } from '@spartan-ng/brain/forms';
|
|
19
19
|
import { BrnPopoverComponent, BrnPopoverContentDirective, BrnPopoverTriggerDirective } from '@spartan-ng/brain/popover';
|
|
20
|
-
import { HlmCalendarComponent } from '@spartan-ng/
|
|
21
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
22
|
-
import { HlmPopoverContentDirective } from '@spartan-ng/
|
|
20
|
+
import { HlmCalendarComponent } from '@spartan-ng/helm/calendar';
|
|
21
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
22
|
+
import { HlmPopoverContentDirective } from '@spartan-ng/helm/popover';
|
|
23
23
|
import type { ClassValue } from 'clsx';
|
|
24
24
|
import { injectHlmDatePickerConfig } from './hlm-date-picker.token';
|
|
25
25
|
|
|
@@ -6,9 +6,9 @@ const generator_1 = tslib_1.__importDefault(require("../../../base/generator"));
|
|
|
6
6
|
async function generator(tree, options) {
|
|
7
7
|
return await (0, generator_1.default)(tree, {
|
|
8
8
|
...options,
|
|
9
|
-
primitiveName: '
|
|
9
|
+
primitiveName: 'date-picker',
|
|
10
10
|
internalName: 'ui-date-picker-helm',
|
|
11
|
-
publicName: 'ui-
|
|
11
|
+
publicName: 'ui-date-picker-helm',
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=generator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-date-picker-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-date-picker-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,aAAa;QAC5B,YAAY,EAAE,qBAAqB;QACnC,UAAU,EAAE,qBAAqB;KACjC,CAAC,CAAC;AACJ,CAAC"}
|
package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-content.component.ts.template
CHANGED
|
@@ -4,7 +4,7 @@ import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
|
4
4
|
import { lucideX } from '@ng-icons/lucide';
|
|
5
5
|
import { hlm } from '@spartan-ng/brain/core';
|
|
6
6
|
import { BrnDialogCloseDirective, BrnDialogRef, injectBrnDialogContext } from '@spartan-ng/brain/dialog';
|
|
7
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
7
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
8
8
|
import type { ClassValue } from 'clsx';
|
|
9
9
|
import { HlmDialogCloseDirective } from './hlm-dialog-close.directive';
|
|
10
10
|
|
|
@@ -6,9 +6,9 @@ const generator_1 = tslib_1.__importDefault(require("../../../base/generator"));
|
|
|
6
6
|
async function generator(tree, options) {
|
|
7
7
|
return await (0, generator_1.default)(tree, {
|
|
8
8
|
...options,
|
|
9
|
-
primitiveName: '
|
|
9
|
+
primitiveName: 'form-field',
|
|
10
10
|
internalName: 'ui-form-field-helm',
|
|
11
|
-
publicName: 'ui-
|
|
11
|
+
publicName: 'ui-form-field-helm',
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=generator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-form-field-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-form-field-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,YAAY;QAC3B,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,oBAAoB;KAChC,CAAC,CAAC;AACJ,CAAC"}
|
|
@@ -6,9 +6,9 @@ const generator_1 = tslib_1.__importDefault(require("../../../base/generator"));
|
|
|
6
6
|
async function generator(tree, options) {
|
|
7
7
|
return await (0, generator_1.default)(tree, {
|
|
8
8
|
...options,
|
|
9
|
-
primitiveName: '
|
|
9
|
+
primitiveName: 'hover-card',
|
|
10
10
|
internalName: 'ui-hover-card-helm',
|
|
11
|
-
publicName: 'ui-
|
|
11
|
+
publicName: 'ui-hover-card-helm',
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=generator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-hover-card-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-hover-card-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,YAAY;QAC3B,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,oBAAoB;KAChC,CAAC,CAAC;AACJ,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { ChangeDetectionStrategy, Component, computed, input } from '@angular/co
|
|
|
2
2
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
3
3
|
import { lucideDot } from '@ng-icons/lucide';
|
|
4
4
|
import { hlm } from '@spartan-ng/brain/core';
|
|
5
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
5
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
6
6
|
import { type ClassValue } from 'clsx';
|
|
7
7
|
|
|
8
8
|
@Component({
|
|
@@ -6,9 +6,9 @@ const generator_1 = tslib_1.__importDefault(require("../../../base/generator"));
|
|
|
6
6
|
async function generator(tree, options) {
|
|
7
7
|
return await (0, generator_1.default)(tree, {
|
|
8
8
|
...options,
|
|
9
|
-
primitiveName: '
|
|
9
|
+
primitiveName: 'input-otp',
|
|
10
10
|
internalName: 'ui-input-otp-helm',
|
|
11
|
-
publicName: 'ui-
|
|
11
|
+
publicName: 'ui-input-otp-helm',
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=generator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-input-otp-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-input-otp-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,WAAW;QAC1B,YAAY,EAAE,mBAAmB;QACjC,UAAU,EAAE,mBAAmB;KAC/B,CAAC,CAAC;AACJ,CAAC"}
|
package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-check.component.ts.template
CHANGED
|
@@ -2,7 +2,7 @@ import { ChangeDetectionStrategy, Component, computed, input } from '@angular/co
|
|
|
2
2
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
3
3
|
import { lucideCheck } from '@ng-icons/lucide';
|
|
4
4
|
import { hlm } from '@spartan-ng/brain/core';
|
|
5
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
5
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
6
6
|
import type { ClassValue } from 'clsx';
|
|
7
7
|
|
|
8
8
|
@Component({
|
package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-icon.directive.ts.template
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Directive, computed, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '@spartan-ng/brain/core';
|
|
3
|
-
import { provideHlmIconConfig } from '@spartan-ng/
|
|
3
|
+
import { provideHlmIconConfig } from '@spartan-ng/helm/icon';
|
|
4
4
|
import type { ClassValue } from 'clsx';
|
|
5
5
|
|
|
6
6
|
@Directive({
|
package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio.component.ts.template
CHANGED
|
@@ -2,7 +2,7 @@ import { ChangeDetectionStrategy, Component, computed, input } from '@angular/co
|
|
|
2
2
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
3
3
|
import { lucideCircle } from '@ng-icons/lucide';
|
|
4
4
|
import { hlm } from '@spartan-ng/brain/core';
|
|
5
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
5
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
6
6
|
import type { ClassValue } from 'clsx';
|
|
7
7
|
|
|
8
8
|
@Component({
|
|
@@ -2,7 +2,7 @@ import { ChangeDetectionStrategy, Component, computed, input } from '@angular/co
|
|
|
2
2
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
3
3
|
import { lucideChevronRight } from '@ng-icons/lucide';
|
|
4
4
|
import { hlm } from '@spartan-ng/brain/core';
|
|
5
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
5
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
6
6
|
import type { ClassValue } from 'clsx';
|
|
7
7
|
|
|
8
8
|
@Component({
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
} from '@angular/core';
|
|
12
12
|
import { FormsModule } from '@angular/forms';
|
|
13
13
|
import { BrnSelectImports } from '@spartan-ng/brain/select';
|
|
14
|
-
import { HlmSelectImports } from '@spartan-ng/
|
|
14
|
+
import { HlmSelectImports } from '@spartan-ng/helm/select';
|
|
15
15
|
import { HlmPaginationContentDirective } from './hlm-pagination-content.directive';
|
|
16
16
|
import { HlmPaginationEllipsisComponent } from './hlm-pagination-ellipsis.component';
|
|
17
17
|
import { HlmPaginationItemDirective } from './hlm-pagination-item.directive';
|
|
@@ -2,7 +2,7 @@ import { ChangeDetectionStrategy, Component, computed, input } from '@angular/co
|
|
|
2
2
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
3
3
|
import { lucideEllipsis } from '@ng-icons/lucide';
|
|
4
4
|
import { hlm } from '@spartan-ng/brain/core';
|
|
5
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
5
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
6
6
|
import { ClassValue } from 'clsx';
|
|
7
7
|
|
|
8
8
|
@Component({
|
|
@@ -2,7 +2,7 @@ import { BooleanInput } from '@angular/cdk/coercion';
|
|
|
2
2
|
import { Directive, booleanAttribute, computed, input } from '@angular/core';
|
|
3
3
|
import { RouterLink } from '@angular/router';
|
|
4
4
|
import { hlm } from '@spartan-ng/brain/core';
|
|
5
|
-
import { type ButtonVariants, buttonVariants } from '@spartan-ng/
|
|
5
|
+
import { type ButtonVariants, buttonVariants } from '@spartan-ng/helm/button';
|
|
6
6
|
import { type VariantProps, cva } from 'class-variance-authority';
|
|
7
7
|
import { ClassValue } from 'clsx';
|
|
8
8
|
|
|
@@ -4,8 +4,8 @@ import { RouterLink } from '@angular/router';
|
|
|
4
4
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
5
5
|
import { lucideChevronRight } from '@ng-icons/lucide';
|
|
6
6
|
import { hlm } from '@spartan-ng/brain/core';
|
|
7
|
-
import { ButtonVariants } from '@spartan-ng/
|
|
8
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
7
|
+
import { ButtonVariants } from '@spartan-ng/helm/button';
|
|
8
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
9
9
|
import { ClassValue } from 'clsx';
|
|
10
10
|
import { HlmPaginationLinkDirective } from './hlm-pagination-link.directive';
|
|
11
11
|
|
|
@@ -4,8 +4,8 @@ import { RouterLink } from '@angular/router';
|
|
|
4
4
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
5
5
|
import { lucideChevronLeft } from '@ng-icons/lucide';
|
|
6
6
|
import { hlm } from '@spartan-ng/brain/core';
|
|
7
|
-
import { ButtonVariants } from '@spartan-ng/
|
|
8
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
7
|
+
import { ButtonVariants } from '@spartan-ng/helm/button';
|
|
8
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
9
9
|
import { ClassValue } from 'clsx';
|
|
10
10
|
import { HlmPaginationLinkDirective } from './hlm-pagination-link.directive';
|
|
11
11
|
|
package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio.component.ts.template
CHANGED
|
@@ -85,6 +85,7 @@ export class HlmRadioComponent<T = unknown> {
|
|
|
85
85
|
/**
|
|
86
86
|
* Event emitted when the checked state of this radio button changes.
|
|
87
87
|
*/
|
|
88
|
+
// eslint-disable-next-line @angular-eslint/no-output-native
|
|
88
89
|
public readonly change = output<BrnRadioChange<T>>();
|
|
89
90
|
|
|
90
91
|
constructor() {
|
|
@@ -6,9 +6,9 @@ const generator_1 = tslib_1.__importDefault(require("../../../base/generator"));
|
|
|
6
6
|
async function generator(tree, options) {
|
|
7
7
|
return await (0, generator_1.default)(tree, {
|
|
8
8
|
...options,
|
|
9
|
-
primitiveName: '
|
|
9
|
+
primitiveName: 'radio-group',
|
|
10
10
|
internalName: 'ui-radio-group-helm',
|
|
11
|
-
publicName: 'ui-
|
|
11
|
+
publicName: 'ui-radio-group-helm',
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=generator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-radio-group-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-radio-group-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,aAAa;QAC5B,YAAY,EAAE,qBAAqB;QACnC,UAAU,EAAE,qBAAqB;KACjC,CAAC,CAAC;AACJ,CAAC"}
|
|
@@ -6,9 +6,9 @@ const generator_1 = tslib_1.__importDefault(require("../../../base/generator"));
|
|
|
6
6
|
async function generator(tree, options) {
|
|
7
7
|
return await (0, generator_1.default)(tree, {
|
|
8
8
|
...options,
|
|
9
|
-
primitiveName: '
|
|
9
|
+
primitiveName: 'scroll-area',
|
|
10
10
|
internalName: 'ui-scroll-area-helm',
|
|
11
|
-
publicName: 'ui-
|
|
11
|
+
publicName: 'ui-scroll-area-helm',
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=generator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-scroll-area-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-scroll-area-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,aAAa;QAC5B,YAAY,EAAE,qBAAqB;QACnC,UAAU,EAAE,qBAAqB;KACjC,CAAC,CAAC;AACJ,CAAC"}
|
package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-option.component.ts.template
CHANGED
|
@@ -3,7 +3,7 @@ import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
|
3
3
|
import { lucideCheck } from '@ng-icons/lucide';
|
|
4
4
|
import { hlm } from '@spartan-ng/brain/core';
|
|
5
5
|
import { BrnSelectOptionDirective } from '@spartan-ng/brain/select';
|
|
6
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
6
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
7
7
|
import type { ClassValue } from 'clsx';
|
|
8
8
|
|
|
9
9
|
@Component({
|
package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-down.component.ts.template
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
2
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
3
3
|
import { lucideChevronDown } from '@ng-icons/lucide';
|
|
4
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
4
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
5
5
|
|
|
6
6
|
@Component({
|
|
7
7
|
selector: 'hlm-select-scroll-down',
|
package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-up.component.ts.template
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
2
|
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
3
3
|
import { lucideChevronUp } from '@ng-icons/lucide';
|
|
4
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
4
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
5
5
|
|
|
6
6
|
@Component({
|
|
7
7
|
selector: 'hlm-select-scroll-up',
|
package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-trigger.component.ts.template
CHANGED
|
@@ -3,7 +3,7 @@ import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
|
3
3
|
import { lucideChevronDown } from '@ng-icons/lucide';
|
|
4
4
|
import { hlm } from '@spartan-ng/brain/core';
|
|
5
5
|
import { BrnSelectComponent, BrnSelectTriggerDirective } from '@spartan-ng/brain/select';
|
|
6
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
6
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
7
7
|
import { type VariantProps, cva } from 'class-variance-authority';
|
|
8
8
|
import type { ClassValue } from 'clsx';
|
|
9
9
|
|
package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-content.component.ts.template
CHANGED
|
@@ -13,7 +13,7 @@ import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
|
13
13
|
import { lucideX } from '@ng-icons/lucide';
|
|
14
14
|
import { hlm, injectExposedSideProvider, injectExposesStateProvider } from '@spartan-ng/brain/core';
|
|
15
15
|
import { BrnSheetCloseDirective } from '@spartan-ng/brain/sheet';
|
|
16
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
16
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
17
17
|
import { cva } from 'class-variance-authority';
|
|
18
18
|
import type { ClassValue } from 'clsx';
|
|
19
19
|
import { HlmSheetCloseDirective } from './hlm-sheet-close.directive';
|
package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-paginated-list.component.ts.template
CHANGED
|
@@ -13,8 +13,8 @@ import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
|
13
13
|
import { lucideChevronLeft, lucideChevronRight } from '@ng-icons/lucide';
|
|
14
14
|
import { hlm } from '@spartan-ng/brain/core';
|
|
15
15
|
import { BrnTabsPaginatedListDirective, BrnTabsTriggerDirective } from '@spartan-ng/brain/tabs';
|
|
16
|
-
import { buttonVariants } from '@spartan-ng/
|
|
17
|
-
import { HlmIconDirective } from '@spartan-ng/
|
|
16
|
+
import { buttonVariants } from '@spartan-ng/helm/button';
|
|
17
|
+
import { HlmIconDirective } from '@spartan-ng/helm/icon';
|
|
18
18
|
import type { ClassValue } from 'clsx';
|
|
19
19
|
import { listVariants } from './hlm-tabs-list.component';
|
|
20
20
|
|
|
@@ -6,9 +6,9 @@ const generator_1 = tslib_1.__importDefault(require("../../../base/generator"));
|
|
|
6
6
|
async function generator(tree, options) {
|
|
7
7
|
return await (0, generator_1.default)(tree, {
|
|
8
8
|
...options,
|
|
9
|
-
primitiveName: '
|
|
9
|
+
primitiveName: 'toggle-group',
|
|
10
10
|
internalName: 'ui-toggle-group-helm',
|
|
11
|
-
publicName: 'ui-
|
|
11
|
+
publicName: 'ui-toggle-group-helm',
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=generator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-toggle-group-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-toggle-group-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,cAAc;QAC7B,YAAY,EAAE,sBAAsB;QACpC,UAAU,EAAE,sBAAsB;KAClC,CAAC,CAAC;AACJ,CAAC"}
|
|
@@ -4,8 +4,8 @@ exports.getDependentPrimitives = exports.primitiveDependencies = void 0;
|
|
|
4
4
|
exports.primitiveDependencies = {
|
|
5
5
|
accordion: ['icon'],
|
|
6
6
|
alert: ['icon'],
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
'alert-dialog': ['button'],
|
|
8
|
+
'aspect-ratio': [],
|
|
9
9
|
avatar: [],
|
|
10
10
|
badge: [],
|
|
11
11
|
breadcrumb: ['icon'],
|
|
@@ -16,22 +16,22 @@ exports.primitiveDependencies = {
|
|
|
16
16
|
checkbox: ['icon'],
|
|
17
17
|
collapsible: [],
|
|
18
18
|
command: ['button', 'icon'],
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
'context-menu': [],
|
|
20
|
+
'date-picker': ['calendar', 'icon', 'popover'],
|
|
21
21
|
dialog: [],
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
'form-field': [],
|
|
23
|
+
'hover-card': [],
|
|
24
24
|
icon: [],
|
|
25
|
-
input: ['
|
|
25
|
+
input: ['form-field'],
|
|
26
26
|
label: [],
|
|
27
27
|
menu: ['icon'],
|
|
28
28
|
menubar: [],
|
|
29
29
|
pagination: ['button', 'icon'],
|
|
30
30
|
popover: [],
|
|
31
31
|
progress: [],
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
select: ['icon', '
|
|
32
|
+
'radio-group': [],
|
|
33
|
+
'scroll-area': [],
|
|
34
|
+
select: ['icon', 'form-field'],
|
|
35
35
|
separator: [],
|
|
36
36
|
sheet: [],
|
|
37
37
|
skeleton: [],
|
|
@@ -41,6 +41,7 @@ exports.primitiveDependencies = {
|
|
|
41
41
|
table: [],
|
|
42
42
|
tabs: [],
|
|
43
43
|
toggle: [],
|
|
44
|
+
'toggle-group': [],
|
|
44
45
|
tooltip: [],
|
|
45
46
|
};
|
|
46
47
|
const getDependentPrimitives = (primitives) => {
|
|
@@ -57,4 +58,4 @@ const getDependentPrimitives = (primitives) => {
|
|
|
57
58
|
return Array.from(dependentPrimitives);
|
|
58
59
|
};
|
|
59
60
|
exports.getDependentPrimitives = getDependentPrimitives;
|
|
60
|
-
//# sourceMappingURL=
|
|
61
|
+
//# sourceMappingURL=primitive-deps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"primitive-deps.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/primitive-deps.ts"],"names":[],"mappings":";;;AAEa,QAAA,qBAAqB,GAAmC;IACpE,SAAS,EAAE,CAAC,MAAM,CAAC;IACnB,KAAK,EAAE,CAAC,MAAM,CAAC;IACf,cAAc,EAAE,CAAC,QAAQ,CAAC;IAC1B,cAAc,EAAE,EAAE;IAClB,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,cAAc,EAAE,EAAE;IAClB,aAAa,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,CAAC;IAC9C,MAAM,EAAE,EAAE;IACV,YAAY,EAAE,EAAE;IAChB,YAAY,EAAE,EAAE;IAChB,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,CAAC,YAAY,CAAC;IACrB,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,aAAa,EAAE,EAAE;IACjB,aAAa,EAAE,EAAE;IACjB,MAAM,EAAE,CAAC,MAAM,EAAE,YAAY,CAAC;IAC9B,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,cAAc,EAAE,EAAE;IAClB,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type Primitive = 'accordion' | 'alert' | 'alert-dialog' | 'aspect-ratio' | 'avatar' | 'badge' | 'breadcrumb' | 'button' | 'calendar' | 'card' | 'carousel' | 'checkbox' | 'collapsible' | 'command' | 'context-menu' | 'date-picker' | 'dialog' | 'form-field' | 'hover-card' | 'icon' | 'input' | 'label' | 'menu' | 'menubar' | 'pagination' | 'popover' | 'progress' | 'radio-group' | 'scroll-area' | 'select' | 'separator' | 'sheet' | 'skeleton' | 'sonner' | 'spinner' | 'switch' | 'table' | 'tabs' | 'toggle' | 'toggle-group' | 'tooltip';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"primitives.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/primitives.ts"],"names":[],"mappings":""}
|