@vsn-ux/ngx-gaia 0.8.3 → 0.8.5
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/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as lucide_angular from 'lucide-angular';
|
|
2
2
|
import { X, LucideIconData } from 'lucide-angular';
|
|
3
3
|
import * as _angular_core from '@angular/core';
|
|
4
|
-
import { Provider, DoCheck, Signal, InjectionToken, TemplateRef, WritableSignal, AfterViewInit, Renderer2, ElementRef, AfterContentInit } from '@angular/core';
|
|
4
|
+
import { Provider, DoCheck, Signal, InjectionToken, TemplateRef, WritableSignal, AfterViewInit, Renderer2, ElementRef, OnDestroy, AfterContentInit } from '@angular/core';
|
|
5
5
|
import { ControlValueAccessor, CheckboxRequiredValidator, ValidationErrors, RequiredValidator } from '@angular/forms';
|
|
6
6
|
import * as _vsn_ux_ngx_gaia from '@vsn-ux/ngx-gaia';
|
|
7
7
|
import * as i1 from '@angular/cdk/menu';
|
|
@@ -9,9 +9,10 @@ import * as rxjs from 'rxjs';
|
|
|
9
9
|
import { Observable, Subject } from 'rxjs';
|
|
10
10
|
import * as i1$1 from '@angular/cdk/a11y';
|
|
11
11
|
import { ComponentType } from '@angular/cdk/portal';
|
|
12
|
-
import * as i1$
|
|
12
|
+
import * as i1$2 from '@angular/cdk/scrolling';
|
|
13
|
+
import * as _angular_cdk_overlay from '@angular/cdk/overlay';
|
|
13
14
|
import { ConnectedPosition, CdkOverlayOrigin } from '@angular/cdk/overlay';
|
|
14
|
-
import * as i1$
|
|
15
|
+
import * as i1$3 from '@angular/cdk/listbox';
|
|
15
16
|
import { CdkOption, CdkListbox } from '@angular/cdk/listbox';
|
|
16
17
|
|
|
17
18
|
declare class GaAlertTitleComponent {
|
|
@@ -145,12 +146,12 @@ declare class GaCardModule {
|
|
|
145
146
|
|
|
146
147
|
declare const CHECKBOX_CONTROL_VALUE_ACCESSOR: Provider;
|
|
147
148
|
declare class GaCheckboxComponent implements ControlValueAccessor, DoCheck {
|
|
148
|
-
/** @ignore */
|
|
149
|
-
protected readonly tabindex?: string | undefined;
|
|
150
149
|
/** @ignore */
|
|
151
150
|
private readonly _uniqueId;
|
|
152
151
|
/** @ignore */
|
|
153
152
|
private readonly injector;
|
|
153
|
+
/** @ignore */
|
|
154
|
+
protected readonly tabindex: string | null;
|
|
154
155
|
readonly icons: {
|
|
155
156
|
Minus: lucide_angular.LucideIconData;
|
|
156
157
|
Check: lucide_angular.LucideIconData;
|
|
@@ -185,9 +186,6 @@ declare class GaCheckboxComponent implements ControlValueAccessor, DoCheck {
|
|
|
185
186
|
readonly name: _angular_core.Signal<string | number>;
|
|
186
187
|
/** @ignore */
|
|
187
188
|
readonly invalid: _angular_core.Signal<boolean>;
|
|
188
|
-
constructor(
|
|
189
|
-
/** @ignore */
|
|
190
|
-
tabindex?: string | undefined);
|
|
191
189
|
ngDoCheck(): void;
|
|
192
190
|
/** @ignore */
|
|
193
191
|
onInputChange(event: Event): void;
|
|
@@ -203,7 +201,7 @@ declare class GaCheckboxComponent implements ControlValueAccessor, DoCheck {
|
|
|
203
201
|
setDisabledState(isDisabled: boolean): void;
|
|
204
202
|
/** @ignore */
|
|
205
203
|
private updateModel;
|
|
206
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaCheckboxComponent,
|
|
204
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaCheckboxComponent, never>;
|
|
207
205
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaCheckboxComponent, "ga-checkbox", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "nameInput": { "alias": "name"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "ariaInvalid": { "alias": "aria-invalid"; "required": false; "isSignal": true; }; "ariaErrormessage": { "alias": "aria-errormessage"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; }, { "change": "change"; "indeterminateChange": "indeterminateChange"; }, never, ["*"], true, never>;
|
|
208
206
|
}
|
|
209
207
|
|
|
@@ -265,13 +263,14 @@ declare const GA_ICON_DEFAULT_SIZE = 24;
|
|
|
265
263
|
declare class GaIconComponent {
|
|
266
264
|
private readonly elementRef;
|
|
267
265
|
private readonly baseFontSize;
|
|
266
|
+
private readonly ariaHiddenAttr;
|
|
268
267
|
readonly icon: _angular_core.InputSignal<string | LucideIconData>;
|
|
269
268
|
readonly size: _angular_core.InputSignal<string | number>;
|
|
270
269
|
readonly color: _angular_core.InputSignal<string | undefined>;
|
|
271
270
|
readonly strokeWidth: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
272
271
|
readonly sizeWithDimension: _angular_core.Signal<string>;
|
|
273
|
-
constructor(
|
|
274
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaIconComponent,
|
|
272
|
+
constructor();
|
|
273
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaIconComponent, never>;
|
|
275
274
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaIconComponent, "ga-icon", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
276
275
|
}
|
|
277
276
|
|
|
@@ -291,10 +290,10 @@ declare class GaInputComponent implements DoCheck {
|
|
|
291
290
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaInputComponent, "ga-input", never, { "invalidInput": { "alias": "invalidInput"; "required": false; "isSignal": true; }; }, {}, ["implicitNgControl"], ["*"], true, never>;
|
|
292
291
|
}
|
|
293
292
|
|
|
294
|
-
|
|
293
|
+
interface GaFormControl {
|
|
295
294
|
readonly _formControlId: Signal<string | null | undefined>;
|
|
296
295
|
readonly _formControlDisabled: Signal<boolean | null | undefined>;
|
|
297
|
-
}
|
|
296
|
+
}
|
|
298
297
|
declare const GA_FORM_CONTROL: InjectionToken<GaFormControl>;
|
|
299
298
|
declare class GaFormControlDirective implements GaFormControl {
|
|
300
299
|
readonly _formControlId: _angular_core.InputSignal<string | undefined>;
|
|
@@ -545,28 +544,31 @@ declare class GaModalTitleDirective implements AfterViewInit {
|
|
|
545
544
|
private readonly renderer;
|
|
546
545
|
private readonly elementRef;
|
|
547
546
|
private readonly modalRef;
|
|
547
|
+
protected readonly idAttribute: string | null;
|
|
548
548
|
private readonly id;
|
|
549
|
-
constructor(
|
|
549
|
+
constructor();
|
|
550
550
|
ngAfterViewInit(): void;
|
|
551
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalTitleDirective,
|
|
551
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalTitleDirective, never>;
|
|
552
552
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<GaModalTitleDirective, "[gaModalTitle]", never, {}, {}, never, never, true, never>;
|
|
553
553
|
}
|
|
554
554
|
declare class GaModalDescriptionDirective implements AfterViewInit {
|
|
555
555
|
readonly renderer: Renderer2;
|
|
556
556
|
readonly elementRef: ElementRef<any>;
|
|
557
557
|
private readonly modalRef;
|
|
558
|
+
protected readonly idAttribute: string | null;
|
|
558
559
|
private readonly id;
|
|
559
|
-
constructor(
|
|
560
|
+
constructor();
|
|
560
561
|
ngAfterViewInit(): void;
|
|
561
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalDescriptionDirective,
|
|
562
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalDescriptionDirective, never>;
|
|
562
563
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<GaModalDescriptionDirective, "[gaModalDescription]", never, {}, {}, never, never, true, never>;
|
|
563
564
|
}
|
|
564
565
|
declare class GaModalLabelDirective {
|
|
565
566
|
private readonly renderer;
|
|
566
567
|
private readonly elementRef;
|
|
568
|
+
protected readonly idAttribute: string | null;
|
|
567
569
|
private readonly id;
|
|
568
|
-
constructor(
|
|
569
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalLabelDirective,
|
|
570
|
+
constructor();
|
|
571
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalLabelDirective, never>;
|
|
570
572
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<GaModalLabelDirective, "[gaModalLabel]", never, {}, {}, never, never, true, never>;
|
|
571
573
|
}
|
|
572
574
|
|
|
@@ -577,7 +579,7 @@ declare class GaModalDescriptionComponent {
|
|
|
577
579
|
|
|
578
580
|
declare class GaModalContentComponent {
|
|
579
581
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalContentComponent, never>;
|
|
580
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaModalContentComponent, "ga-modal-content", never, {}, {}, never, ["*"], true,
|
|
582
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaModalContentComponent, "ga-modal-content", never, {}, {}, never, ["*"], true, [{ directive: typeof i1$2.CdkScrollable; inputs: {}; outputs: {}; }]>;
|
|
581
583
|
}
|
|
582
584
|
|
|
583
585
|
declare class GaModalActionsComponent {
|
|
@@ -646,7 +648,7 @@ declare class GaTooltipComponent {
|
|
|
646
648
|
}
|
|
647
649
|
|
|
648
650
|
declare const GA_TOOLTIP_DEFAULT_OFFSET = 5;
|
|
649
|
-
declare class GaTooltipDirective {
|
|
651
|
+
declare class GaTooltipDirective implements OnDestroy {
|
|
650
652
|
private readonly elementRef;
|
|
651
653
|
private readonly overlay;
|
|
652
654
|
private readonly ngZone;
|
|
@@ -723,7 +725,7 @@ declare class GaOptionComponent<InputType = any> {
|
|
|
723
725
|
constructor();
|
|
724
726
|
onClick(): void;
|
|
725
727
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaOptionComponent<any>, never>;
|
|
726
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaOptionComponent<any>, "ga-option", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "withInput": { "alias": "withInput"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$
|
|
728
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaOptionComponent<any>, "ga-option", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "withInput": { "alias": "withInput"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$3.CdkOption; inputs: { "cdkOption": "value"; "cdkOptionDisabled": "disabled"; "cdkOptionTypeaheadLabel": "typeaheadLabel"; }; outputs: {}; }]>;
|
|
727
729
|
}
|
|
728
730
|
|
|
729
731
|
declare class GaSelectValueComponent {
|
|
@@ -739,6 +741,7 @@ declare class GaSelectComponent implements ControlValueAccessor, GaFormControl,
|
|
|
739
741
|
protected readonly positions: ConnectedPosition[];
|
|
740
742
|
private readonly injector;
|
|
741
743
|
protected readonly overlayOrigin: CdkOverlayOrigin;
|
|
744
|
+
protected readonly repositionScrollStrategy: _angular_cdk_overlay.RepositionScrollStrategy;
|
|
742
745
|
private readonly implicitInvalid;
|
|
743
746
|
private readonly _isOpen;
|
|
744
747
|
readonly value: _angular_core.ModelSignal<unknown>;
|
|
@@ -791,7 +794,7 @@ declare class GaSelectComponent implements ControlValueAccessor, GaFormControl,
|
|
|
791
794
|
private syncValue;
|
|
792
795
|
private setItemActive;
|
|
793
796
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaSelectComponent, never>;
|
|
794
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaSelectComponent, "ga-select", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "invalidInput": { "alias": "invalid"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "canSelectNullable": { "alias": "canSelectNullable"; "required": false; "isSignal": true; }; "textValue": { "alias": "textValue"; "required": false; "isSignal": true; }; "leftIcon": { "alias": "leftIcon"; "required": false; "isSignal": true; }; "idInput": { "alias": "id"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "textValue": "textValueChange"; "opened": "opened"; "closed": "closed"; }, ["gaOptions", "cdkListbox", "customSelectValue"], ["ga-select-value", "ga-select-dropdown"], true, [{ directive: typeof
|
|
797
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaSelectComponent, "ga-select", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "invalidInput": { "alias": "invalid"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "canSelectNullable": { "alias": "canSelectNullable"; "required": false; "isSignal": true; }; "textValue": { "alias": "textValue"; "required": false; "isSignal": true; }; "leftIcon": { "alias": "leftIcon"; "required": false; "isSignal": true; }; "idInput": { "alias": "id"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "textValue": "textValueChange"; "opened": "opened"; "closed": "closed"; }, ["gaOptions", "cdkListbox", "customSelectValue"], ["ga-select-value", "ga-select-dropdown"], true, [{ directive: typeof _angular_cdk_overlay.CdkOverlayOrigin; inputs: {}; outputs: {}; }, { directive: typeof GaLabelledByFormFieldDirective; inputs: {}; outputs: {}; }]>;
|
|
795
798
|
}
|
|
796
799
|
|
|
797
800
|
declare class GaOptgroupComponent {
|
|
@@ -803,7 +806,7 @@ declare class GaOptgroupComponent {
|
|
|
803
806
|
declare class GaSelectDropdownComponent {
|
|
804
807
|
readonly loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
805
808
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaSelectDropdownComponent, never>;
|
|
806
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaSelectDropdownComponent, "ga-select-dropdown", never, { "loading": { "alias": "loading"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$
|
|
809
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaSelectDropdownComponent, "ga-select-dropdown", never, { "loading": { "alias": "loading"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$3.CdkListbox; inputs: {}; outputs: {}; }]>;
|
|
807
810
|
}
|
|
808
811
|
|
|
809
812
|
declare class GaSelectDropdownSpinnerComponent {
|
|
@@ -841,8 +844,8 @@ declare class GaSpinnerModule {
|
|
|
841
844
|
}
|
|
842
845
|
|
|
843
846
|
declare class GaRadioButtonComponent {
|
|
844
|
-
protected readonly tabindex?: string | undefined;
|
|
845
847
|
private readonly radioGroup;
|
|
848
|
+
protected readonly tabindex: string | null;
|
|
846
849
|
private _uniqueId;
|
|
847
850
|
/** The value attribute of the native input element */
|
|
848
851
|
readonly value: _angular_core.InputSignal<string | null>;
|
|
@@ -865,10 +868,9 @@ declare class GaRadioButtonComponent {
|
|
|
865
868
|
readonly name: _angular_core.Signal<string>;
|
|
866
869
|
readonly disabled: _angular_core.Signal<boolean>;
|
|
867
870
|
protected readonly checked: _angular_core.Signal<boolean>;
|
|
868
|
-
constructor(tabindex?: string | undefined);
|
|
869
871
|
onInputChange(event: Event): void;
|
|
870
872
|
onBlur(): void;
|
|
871
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaRadioButtonComponent,
|
|
873
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaRadioButtonComponent, never>;
|
|
872
874
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaRadioButtonComponent, "ga-radio-button", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "inputId": { "alias": "id"; "required": false; "isSignal": true; }; "inputName": { "alias": "name"; "required": false; "isSignal": true; }; "inputChecked": { "alias": "checked"; "required": false; "isSignal": true; }; "inputDisabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "ariaInvalid": { "alias": "aria-invalid"; "required": false; "isSignal": true; }; "ariaErrormessage": { "alias": "aria-errormessage"; "required": false; "isSignal": true; }; }, { "change": "change"; }, never, ["*"], true, never>;
|
|
873
875
|
}
|
|
874
876
|
|
package/package.json
CHANGED
|
@@ -27,6 +27,7 @@ function ngAdd(options) {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
// Installing dependencies
|
|
30
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
30
31
|
const pkg = require('../../package.json');
|
|
31
32
|
(0, dependencies_1.addPackageJsonDependency)(tree, {
|
|
32
33
|
name: '@vsn-ux/gaia-styles',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../projects/ngx-gaia/schematics/ng-add/index.ts"],"names":[],"mappings":";;;;;;;;;;;AAoBA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../projects/ngx-gaia/schematics/ng-add/index.ts"],"names":[],"mappings":";;;;;;;;;;;AAoBA,sBAoCC;AAxDD,2DAKoC;AACpC,4DAG0C;AAC1C,2EAIkD;AAClD,qEAAqE;AAErE,yCAAuC;AAGvC,SAAgB,KAAK,CAAC,OAAe;IACnC,OAAO,CAAO,IAAU,EAAE,OAAyB,EAAE,EAAE;QACrD,+BAA+B;QAC/B,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;QAC5B,IAAI,OAAO,EAAE,CAAC;YACZ,MAAM,SAAS,GAAG,MAAM,IAAA,wBAAY,EAAC,IAAI,CAAC,CAAC;YAC3C,MAAM,gBAAgB,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;YAEzD,IAAI,CAAC,gBAAgB,EAAE,CAAC;gBACtB,MAAM,IAAI,gCAAmB,CAAC,IAAA,oBAAS,EAAC,OAAO,CAAC,CAAC,CAAC;YACpD,CAAC;QACH,CAAC;QAED,0BAA0B;QAC1B,iEAAiE;QACjE,MAAM,GAAG,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC;QAC1C,IAAA,uCAAwB,EAAC,IAAI,EAAE;YAC7B,IAAI,EAAE,qBAAqB;YAC3B,IAAI,EAAE,iCAAkB,CAAC,OAAO;YAChC,OAAO,EAAE,GAAG,CAAC,gBAAgB,CAAC,qBAAqB,CAAC;SACrD,CAAC,CAAC;QAEH,MAAM,kBAAkB,GAAG,IAAA,uCAAwB,EAAC,IAAI,EAAE,eAAe,CAAC,CAAC;QAC3E,MAAM,iBAAiB,GAAG,IAAA,uCAAwB,EAAC,IAAI,EAAE,cAAc,CAAC,CAAC;QACzE,IAAI,kBAAkB,KAAK,IAAI,IAAI,iBAAiB,KAAK,IAAI,EAAE,CAAC;YAC9D,IAAA,uCAAwB,EAAC,IAAI,EAAE;gBAC7B,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,iCAAkB,CAAC,OAAO;gBAChC,OAAO,EAAE,GAAG,CAAC,gBAAgB,CAAC,cAAc,CAAC;aAC9C,CAAC,CAAC;QACL,CAAC;QAED,OAAO,CAAC,OAAO,CAAC,IAAI,wBAAgB,CAAC,sBAAsB,EAAE,OAAO,CAAC,EAAE;YACrE,OAAO,CAAC,OAAO,CAAC,IAAI,8BAAsB,EAAE,CAAC;SAC9C,CAAC,CAAC;IACL,CAAC,CAAA,CAAC;AACJ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup-project.js","sourceRoot":"","sources":["../../../../projects/ngx-gaia/schematics/ng-add/setup-project.ts"],"names":[],"mappings":";;;;;;;;;;;AAgBA,8CAEC;AAlBD,wDAGiC;AAEjC,2DAKoC;AACpC,qEAAqE;AACrE,6BAA6B;AAI7B,SAAgB,iBAAiB,CAAC,OAAe;IAC/C,OAAO,IAAA,kBAAK,EAAC,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;AACrC,CAAC;AAED,MAAM,iCAAiC,
|
|
1
|
+
{"version":3,"file":"setup-project.js","sourceRoot":"","sources":["../../../../projects/ngx-gaia/schematics/ng-add/setup-project.ts"],"names":[],"mappings":";;;;;;;;;;;AAgBA,8CAEC;AAlBD,wDAGiC;AAEjC,2DAKoC;AACpC,qEAAqE;AACrE,6BAA6B;AAI7B,SAAgB,iBAAiB,CAAC,OAAe;IAC/C,OAAO,IAAA,kBAAK,EAAC,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;AACrC,CAAC;AAED,MAAM,iCAAiC,GAA2B;IAChE,OAAO,EAAE,2BAA2B;IACpC,OAAO,EAAE,4BAA4B;IACrC,MAAM,EAAE,+BAA+B;CACxC,CAAC;AAEF,SAAS,SAAS,CAAC,OAAe;IAChC,OAAO,CAAO,IAAU,EAAE,OAAyB,EAAE,EAAE;QACrD,MAAM,SAAS,GAAG,MAAM,IAAA,wBAAY,EAAC,IAAI,CAAC,CAAC;QAC3C,MAAM,OAAO,GAAG,IAAA,oCAAuB,EAAC,SAAS,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;QACpE,MAAM,aAAa,GAAG,IAAA,gCAAmB,EAAC,OAAO,CAAC,CAAC;QACnD,IAAI,CAAC,aAAa,EAAE,CAAC;YACnB,OAAO,CAAC,MAAM,CAAC,KAAK,CAClB,yDAAyD,CAC1D,CAAC;YACF,OAAO;QACT,CAAC;QAED,MAAM,kBAAkB,GAAG,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC;QACvD,MAAM,cAAc,GAClB,iCAAiC,CAAC,kBAAkB,CAAC,CAAC;QACxD,IAAI,CAAC,cAAc,EAAE,CAAC;YACpB,OAAO;QACT,CAAC;QACD,OAAO,eAAe,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC;IACxD,CAAC,CAAA,CAAC;AACJ,CAAC;AAED,SAAS,eAAe,CAAC,aAAqB,EAAE,cAAsB;IACpE,OAAO,CAAC,IAAU,EAAE,EAAE;QACpB,MAAM,iBAAiB,GAAG,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAEnD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,OAAO;QACT,CAAC;QAED,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;QACjD,QAAQ,CAAC,WAAW,CAAC,CAAC,EAAE,cAAc,CAAC,CAAC;QACxC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;IAC9B,CAAC,CAAC;AACJ,CAAC"}
|