@skeletonizer/angular 2.4.22 → 2.5.0
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.
|
@@ -11,10 +11,10 @@ class SkeletonizeDirective {
|
|
|
11
11
|
ngAfterViewInit() {
|
|
12
12
|
SkeletonDirective.skeletonizeProjectedTemplate(this.el.nativeElement, this.colorSchema());
|
|
13
13
|
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: SkeletonizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
15
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.1", type: SkeletonizeDirective, isStandalone: true, selector: "[skeletonize]", inputs: { colorSchema: { classPropertyName: "colorSchema", publicName: "skeletonize", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
16
16
|
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: SkeletonizeDirective, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: '[skeletonize]',
|
|
@@ -25,19 +25,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImpor
|
|
|
25
25
|
class SkeletonizerSkeletonComponent extends SkeletonAdapterComponent {
|
|
26
26
|
constructor() {
|
|
27
27
|
super();
|
|
28
|
-
this.showSkeleton = input.required(
|
|
29
|
-
|
|
28
|
+
this.showSkeleton = input.required(/* @ts-ignore */
|
|
29
|
+
...(ngDevMode ? [{ debugName: "showSkeleton" }] : /* istanbul ignore next */ []));
|
|
30
|
+
this.scope = input.required(/* @ts-ignore */
|
|
31
|
+
...(ngDevMode ? [{ debugName: "scope" }] : /* istanbul ignore next */ []));
|
|
30
32
|
this.configInput = input.required({ ...(ngDevMode ? { debugName: "configInput" } : /* istanbul ignore next */ {}), alias: 'config' });
|
|
31
|
-
this.colorSchema = input(undefined,
|
|
33
|
+
this.colorSchema = input(undefined, /* @ts-ignore */
|
|
34
|
+
...(ngDevMode ? [{ debugName: "colorSchema" }] : /* istanbul ignore next */ []));
|
|
32
35
|
effect(() => {
|
|
33
36
|
this.config = this.configInput();
|
|
34
37
|
this.setupModels();
|
|
35
38
|
});
|
|
36
39
|
}
|
|
37
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
38
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
40
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: SkeletonizerSkeletonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
41
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.1", type: SkeletonizerSkeletonComponent, isStandalone: true, selector: "skeletonizer-skeleton", inputs: { showSkeleton: { classPropertyName: "showSkeleton", publicName: "showSkeleton", isSignal: true, isRequired: true, transformFunction: null }, scope: { classPropertyName: "scope", publicName: "scope", isSignal: true, isRequired: true, transformFunction: null }, configInput: { classPropertyName: "configInput", publicName: "config", isSignal: true, isRequired: true, transformFunction: null }, colorSchema: { classPropertyName: "colorSchema", publicName: "colorSchema", isSignal: true, isRequired: false, transformFunction: null } }, queries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true }], usesInheritance: true, ngImport: i0, template: "@if (showSkeleton()) {\n @for (model of viewModels; track model.uuid) {\n <div [skeletonize]=\"colorSchema()\">\n <ng-container *ngTemplateOutlet=\"templateRef; context: { $implicit: model }\"></ng-container>\n </div>\n }\n} @else {\n <ng-container *ngTemplateOutlet=\"templateRef; context: { $implicit: scope() }\"></ng-container>\n}\n", styles: ["[data-skeletonizer=wrapper-element]{--skeletonizer-text-background: rgba(0, 0, 0, .2);display:contents;filter:grayscale(100%);pointer-events:none}[data-skeletonizer=wrapper-element] *{pointer-events:none}[data-skeletonizer=wrapper-element] [data-skeletonizer=text]{animation:text-animation 2s infinite ease-in-out;background:var(--skeletonizer-primary-color);border-radius:50px;color:#0000!important}@keyframes text-animation{0%{background:var(--skeletonizer-primary-color)}50%{background:var(--skeletonizer-secondary-color)}to{background:var(--skeletonizer-primary-color)}}[data-skeletonizer=wrapper-element] [data-skeletonizer=input],[data-skeletonizer=wrapper-element] [data-skeletonizer=select]{filter:blur(4px)}skeletonizer-skeleton{display:contents}\n"], dependencies: [{ kind: "directive", type: SkeletonizeDirective, selector: "[skeletonize]", inputs: ["skeletonize"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
39
42
|
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: SkeletonizerSkeletonComponent, decorators: [{
|
|
41
44
|
type: Component,
|
|
42
45
|
args: [{ selector: 'skeletonizer-skeleton', encapsulation: ViewEncapsulation.None, standalone: true, imports: [
|
|
43
46
|
SkeletonizeDirective,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skeletonizer-angular.mjs","sources":["../../../projects/skeletonizer/src/lib/skeletonize.directive.ts","../../../projects/skeletonizer/src/lib/skeletonizer.skeleton.component.ts","../../../projects/skeletonizer/src/lib/skeletonizer.skeleton.component.html","../../../projects/skeletonizer/src/lib/skeleton-abstract.component.ts","../../../projects/skeletonizer/src/public-api.ts","../../../projects/skeletonizer/src/skeletonizer-angular.ts"],"sourcesContent":["import { AfterViewInit, Directive, ElementRef, inject, input, InputSignal } from '@angular/core';\nimport { ISkeletonizerColorSchema, SkeletonDirective } from '@skeletonizer/utils';\n\n@Directive({\n selector: '[skeletonize]',\n standalone: true,\n})\nexport class SkeletonizeDirective implements AfterViewInit {\n public readonly colorSchema: InputSignal<ISkeletonizerColorSchema | undefined> = input<ISkeletonizerColorSchema | undefined>(\n undefined,\n { alias: 'skeletonize' },\n );\n\n private readonly el: ElementRef = inject(ElementRef);\n\n public ngAfterViewInit(): void {\n SkeletonDirective.skeletonizeProjectedTemplate(this.el.nativeElement, this.colorSchema());\n }\n}\n","import { Component, ContentChild, effect, input, InputSignal, TemplateRef, ViewEncapsulation } from '@angular/core';\nimport { ISkeletonizerColorSchema, Schema, SkeletonAdapterComponent, TSchemaConfig } from '@skeletonizer/utils';\nimport { SkeletonizeDirective } from './skeletonize.directive';\nimport { NgTemplateOutlet } from '@angular/common';\n\n@Component({\n selector: 'skeletonizer-skeleton',\n templateUrl: './skeletonizer.skeleton.component.html',\n styleUrls: ['./skeletonizer.skeleton.component.scss'],\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [\n SkeletonizeDirective,\n NgTemplateOutlet,\n ],\n})\nexport class SkeletonizerSkeletonComponent<T extends object, Scope extends T> extends SkeletonAdapterComponent<T> {\n @ContentChild(TemplateRef) public readonly templateRef!: TemplateRef<{ $implicit: Schema<T> | Scope }>;\n\n public readonly showSkeleton: InputSignal<boolean> = input.required<boolean>();\n public readonly scope: InputSignal<Scope> = input.required<Scope>();\n public readonly configInput: InputSignal<TSchemaConfig<T>> = input.required<TSchemaConfig<T>>({ alias: 'config' });\n public readonly colorSchema: InputSignal<ISkeletonizerColorSchema | undefined> = input<ISkeletonizerColorSchema | undefined>(undefined);\n\n public constructor() {\n super();\n\n effect(() => {\n this.config = this.configInput();\n this.setupModels();\n });\n }\n}\n","@if (showSkeleton()) {\n @for (model of viewModels; track model.uuid) {\n <div [skeletonize]=\"colorSchema()\">\n <ng-container *ngTemplateOutlet=\"templateRef; context: { $implicit: model }\"></ng-container>\n </div>\n }\n} @else {\n <ng-container *ngTemplateOutlet=\"templateRef; context: { $implicit: scope() }\"></ng-container>\n}\n","import { Signal } from '@angular/core';\nimport { Schema, TSchemaConfig, SkeletonAbstractComponent as BaseAbstract } from '@skeletonizer/utils';\n\ntype TAbstractComponent<T extends object> = {\n [K in keyof BaseAbstract<T>]: K extends 'proxy' ? BaseAbstract<T>[K] : Signal<BaseAbstract<T>[K]>;\n};\n\n/**\n * Angular-specific abstract component for skeletonizer.\n * Every Angular component that uses Skeletonizer should extend this class.\n *\n * This version uses Angular signals for reactive state management.\n *\n * @template T - The type of the data model for the skeletonized part of the component\n */\nexport abstract class SkeletonAbstractComponent<T extends object> implements TAbstractComponent<T> {\n /**\n * Configuration for the skeleton schema.\n * Defines how the skeleton data should be generated.\n */\n public abstract skeletonConfig: Signal<TSchemaConfig<T>>;\n\n /**\n * Signal that controls whether the skeleton is shown or the actual content.\n * Use `.set()` to update the value if using WritableSignal.\n */\n public abstract showSkeleton: Signal<boolean>;\n\n /**\n * Proxy method for type-safe access to properties/methods within the skeletonized part of the view.\n *\n * When accessing component properties/methods from within the skeletonized template,\n * they should be accessed via this proxy method. This ensures:\n * - All accessed properties/methods are part of the skeleton schema\n * - TypeScript understands the correct type of each property/method\n *\n * @param scope - Either the skeleton schema or the actual scope object\n * @returns The unwrapped scope object with proper typing\n *\n * @example\n * ```html\n * <ng-template let-context>\n * <div>{{ proxy(context).userName }}</div>\n * </ng-template>\n * ```\n */\n public proxy(scope: T | Schema<T>): T {\n return scope instanceof Schema ? scope.value : scope;\n }\n}\n","/*\n * Public API Surface of skeletonizer\n */\n\nimport './lib/schema-leaf-types';\n\nexport * from './lib/skeletonizer.skeleton.component';\nexport * from './lib/skeleton-abstract.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAOa,oBAAoB,CAAA;AAJjC,IAAA,WAAA,GAAA;QAKkB,IAAA,CAAA,WAAW,GAAsD,KAAK,CACpF,SAAS,mFACP,KAAK,EAAE,aAAa,EAAA,CACvB;AAEgB,QAAA,IAAA,CAAA,EAAE,GAAe,MAAM,CAAC,UAAU,CAAC;AAKrD,IAAA;IAHQ,eAAe,GAAA;AACpB,QAAA,iBAAiB,CAAC,4BAA4B,CAAC,IAAI,CAAC,EAAE,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,EAAE,CAAC;IAC3F;8GAVW,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;2FAApB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAJhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,UAAU,EAAE,IAAI;AACjB,iBAAA;;;ACUK,MAAO,6BAAiE,SAAQ,wBAA2B,CAAA;AAQ/G,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;
|
|
1
|
+
{"version":3,"file":"skeletonizer-angular.mjs","sources":["../../../projects/skeletonizer/src/lib/skeletonize.directive.ts","../../../projects/skeletonizer/src/lib/skeletonizer.skeleton.component.ts","../../../projects/skeletonizer/src/lib/skeletonizer.skeleton.component.html","../../../projects/skeletonizer/src/lib/skeleton-abstract.component.ts","../../../projects/skeletonizer/src/public-api.ts","../../../projects/skeletonizer/src/skeletonizer-angular.ts"],"sourcesContent":["import { AfterViewInit, Directive, ElementRef, inject, input, InputSignal } from '@angular/core';\nimport { ISkeletonizerColorSchema, SkeletonDirective } from '@skeletonizer/utils';\n\n@Directive({\n selector: '[skeletonize]',\n standalone: true,\n})\nexport class SkeletonizeDirective implements AfterViewInit {\n public readonly colorSchema: InputSignal<ISkeletonizerColorSchema | undefined> = input<ISkeletonizerColorSchema | undefined>(\n undefined,\n { alias: 'skeletonize' },\n );\n\n private readonly el: ElementRef = inject(ElementRef);\n\n public ngAfterViewInit(): void {\n SkeletonDirective.skeletonizeProjectedTemplate(this.el.nativeElement, this.colorSchema());\n }\n}\n","import { Component, ContentChild, effect, input, InputSignal, TemplateRef, ViewEncapsulation } from '@angular/core';\nimport { ISkeletonizerColorSchema, Schema, SkeletonAdapterComponent, TSchemaConfig } from '@skeletonizer/utils';\nimport { SkeletonizeDirective } from './skeletonize.directive';\nimport { NgTemplateOutlet } from '@angular/common';\n\n@Component({\n selector: 'skeletonizer-skeleton',\n templateUrl: './skeletonizer.skeleton.component.html',\n styleUrls: ['./skeletonizer.skeleton.component.scss'],\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [\n SkeletonizeDirective,\n NgTemplateOutlet,\n ],\n})\nexport class SkeletonizerSkeletonComponent<T extends object, Scope extends T> extends SkeletonAdapterComponent<T> {\n @ContentChild(TemplateRef) public readonly templateRef!: TemplateRef<{ $implicit: Schema<T> | Scope }>;\n\n public readonly showSkeleton: InputSignal<boolean> = input.required<boolean>();\n public readonly scope: InputSignal<Scope> = input.required<Scope>();\n public readonly configInput: InputSignal<TSchemaConfig<T>> = input.required<TSchemaConfig<T>>({ alias: 'config' });\n public readonly colorSchema: InputSignal<ISkeletonizerColorSchema | undefined> = input<ISkeletonizerColorSchema | undefined>(undefined);\n\n public constructor() {\n super();\n\n effect(() => {\n this.config = this.configInput();\n this.setupModels();\n });\n }\n}\n","@if (showSkeleton()) {\n @for (model of viewModels; track model.uuid) {\n <div [skeletonize]=\"colorSchema()\">\n <ng-container *ngTemplateOutlet=\"templateRef; context: { $implicit: model }\"></ng-container>\n </div>\n }\n} @else {\n <ng-container *ngTemplateOutlet=\"templateRef; context: { $implicit: scope() }\"></ng-container>\n}\n","import { Signal } from '@angular/core';\nimport { Schema, TSchemaConfig, SkeletonAbstractComponent as BaseAbstract } from '@skeletonizer/utils';\n\ntype TAbstractComponent<T extends object> = {\n [K in keyof BaseAbstract<T>]: K extends 'proxy' ? BaseAbstract<T>[K] : Signal<BaseAbstract<T>[K]>;\n};\n\n/**\n * Angular-specific abstract component for skeletonizer.\n * Every Angular component that uses Skeletonizer should extend this class.\n *\n * This version uses Angular signals for reactive state management.\n *\n * @template T - The type of the data model for the skeletonized part of the component\n */\nexport abstract class SkeletonAbstractComponent<T extends object> implements TAbstractComponent<T> {\n /**\n * Configuration for the skeleton schema.\n * Defines how the skeleton data should be generated.\n */\n public abstract skeletonConfig: Signal<TSchemaConfig<T>>;\n\n /**\n * Signal that controls whether the skeleton is shown or the actual content.\n * Use `.set()` to update the value if using WritableSignal.\n */\n public abstract showSkeleton: Signal<boolean>;\n\n /**\n * Proxy method for type-safe access to properties/methods within the skeletonized part of the view.\n *\n * When accessing component properties/methods from within the skeletonized template,\n * they should be accessed via this proxy method. This ensures:\n * - All accessed properties/methods are part of the skeleton schema\n * - TypeScript understands the correct type of each property/method\n *\n * @param scope - Either the skeleton schema or the actual scope object\n * @returns The unwrapped scope object with proper typing\n *\n * @example\n * ```html\n * <ng-template let-context>\n * <div>{{ proxy(context).userName }}</div>\n * </ng-template>\n * ```\n */\n public proxy(scope: T | Schema<T>): T {\n return scope instanceof Schema ? scope.value : scope;\n }\n}\n","/*\n * Public API Surface of skeletonizer\n */\n\nimport './lib/schema-leaf-types';\n\nexport * from './lib/skeletonizer.skeleton.component';\nexport * from './lib/skeleton-abstract.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAOa,oBAAoB,CAAA;AAJjC,IAAA,WAAA,GAAA;QAKkB,IAAA,CAAA,WAAW,GAAsD,KAAK,CACpF,SAAS,mFACP,KAAK,EAAE,aAAa,EAAA,CACvB;AAEgB,QAAA,IAAA,CAAA,EAAE,GAAe,MAAM,CAAC,UAAU,CAAC;AAKrD,IAAA;IAHQ,eAAe,GAAA;AACpB,QAAA,iBAAiB,CAAC,4BAA4B,CAAC,IAAI,CAAC,EAAE,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,EAAE,CAAC;IAC3F;8GAVW,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;2FAApB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAJhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,UAAU,EAAE,IAAI;AACjB,iBAAA;;;ACUK,MAAO,6BAAiE,SAAQ,wBAA2B,CAAA;AAQ/G,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;QANO,IAAA,CAAA,YAAY,GAAyB,KAAK,CAAC,QAAQ;yFAAW;QAC9D,IAAA,CAAA,KAAK,GAAuB,KAAK,CAAC,QAAQ;kFAAS;QACnD,IAAA,CAAA,WAAW,GAAkC,KAAK,CAAC,QAAQ,kFAAqB,KAAK,EAAE,QAAQ,EAAA,CAAG;QAClG,IAAA,CAAA,WAAW,GAAsD,KAAK,CAAuC,SAAS;wFAAC;QAKrI,MAAM,CAAC,MAAK;AACV,YAAA,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,WAAW,EAAE;YAChC,IAAI,CAAC,WAAW,EAAE;AACpB,QAAA,CAAC,CAAC;IACJ;8GAfW,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA7B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,6BAA6B,upBAC1B,WAAW,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECjB3B,gWASA,EAAA,MAAA,EAAA,CAAA,uvBAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDGI,oBAAoB,mFACpB,gBAAgB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;2FAGP,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBAXzC,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,uBAAuB,iBAGlB,iBAAiB,CAAC,IAAI,EAAA,UAAA,EACzB,IAAI,EAAA,OAAA,EACP;wBACP,oBAAoB;wBACpB,gBAAgB;AACjB,qBAAA,EAAA,QAAA,EAAA,gWAAA,EAAA,MAAA,EAAA,CAAA,uvBAAA,CAAA,EAAA;;sBAGA,YAAY;uBAAC,WAAW;;;AEV3B;;;;;;;AAOG;MACmB,yBAAyB,CAAA;AAa7C;;;;;;;;;;;;;;;;;AAiBG;AACI,IAAA,KAAK,CAAC,KAAoB,EAAA;AAC/B,QAAA,OAAO,KAAK,YAAY,MAAM,GAAG,KAAK,CAAC,KAAK,GAAG,KAAK;IACtD;AACD;;ACjDD;;AAEG;;ACFH;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skeletonizer/angular",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "The way to skeletonize your Angular components",
|
|
5
5
|
"author": "Luka Varga",
|
|
6
6
|
"license": "MIT",
|
|
@@ -54,42 +54,53 @@
|
|
|
54
54
|
"**/*.{ts,js}": "eslint --fix"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@angular/animations": "
|
|
58
|
-
"@angular/common": "
|
|
59
|
-
"@angular/compiler": "
|
|
60
|
-
"@angular/core": "
|
|
61
|
-
"@angular/forms": "
|
|
62
|
-
"@angular/platform-browser": "
|
|
63
|
-
"@angular/platform-browser-dynamic": "
|
|
64
|
-
"@angular/router": "
|
|
65
|
-
"@skeletonizer/utils": "^2.
|
|
66
|
-
"rxjs": "
|
|
67
|
-
"tslib": "^2.
|
|
68
|
-
"zone.js": "
|
|
57
|
+
"@angular/animations": ">=19.0.0",
|
|
58
|
+
"@angular/common": ">=19.0.0",
|
|
59
|
+
"@angular/compiler": ">=19.0.0",
|
|
60
|
+
"@angular/core": ">=19.0.0",
|
|
61
|
+
"@angular/forms": ">=19.0.0",
|
|
62
|
+
"@angular/platform-browser": ">=19.0.0",
|
|
63
|
+
"@angular/platform-browser-dynamic": ">=19.0.0",
|
|
64
|
+
"@angular/router": ">=19.0.0",
|
|
65
|
+
"@skeletonizer/utils": "^2.5.0",
|
|
66
|
+
"rxjs": "^7.4.0",
|
|
67
|
+
"tslib": "^2.3.0",
|
|
68
|
+
"zone.js": ">=0.15.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@angular-devkit/build-angular": "^
|
|
72
|
-
"@angular-eslint/builder": "
|
|
73
|
-
"@angular-eslint/eslint-plugin": "
|
|
74
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
75
|
-
"@angular-eslint/schematics": "
|
|
76
|
-
"@angular-eslint/template-parser": "
|
|
77
|
-
"@angular/
|
|
78
|
-
"@angular/
|
|
79
|
-
"@
|
|
71
|
+
"@angular-devkit/build-angular": "^22.0.1",
|
|
72
|
+
"@angular-eslint/builder": "22.0.0",
|
|
73
|
+
"@angular-eslint/eslint-plugin": "22.0.0",
|
|
74
|
+
"@angular-eslint/eslint-plugin-template": "22.0.0",
|
|
75
|
+
"@angular-eslint/schematics": "22.0.0",
|
|
76
|
+
"@angular-eslint/template-parser": "22.0.0",
|
|
77
|
+
"@angular/animations": "^22.0.1",
|
|
78
|
+
"@angular/cli": "^22.0.1",
|
|
79
|
+
"@angular/common": "^22.0.1",
|
|
80
|
+
"@angular/compiler": "^22.0.1",
|
|
81
|
+
"@angular/compiler-cli": "^22.0.1",
|
|
82
|
+
"@angular/core": "^22.0.1",
|
|
83
|
+
"@angular/forms": "^22.0.1",
|
|
84
|
+
"@angular/platform-browser": "^22.0.1",
|
|
85
|
+
"@angular/platform-browser-dynamic": "^22.0.1",
|
|
86
|
+
"@angular/router": "^22.0.1",
|
|
87
|
+
"@skeletonizer/utils": "^2.5.0",
|
|
80
88
|
"@types/jasmine": "~6.0.0",
|
|
81
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
82
|
-
"@typescript-eslint/parser": "^8.
|
|
83
|
-
"angular-eslint": "^
|
|
84
|
-
"eslint": "^10.
|
|
85
|
-
"jasmine-core": "~6.
|
|
89
|
+
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
90
|
+
"@typescript-eslint/parser": "^8.61.0",
|
|
91
|
+
"angular-eslint": "^22.0.0",
|
|
92
|
+
"eslint": "^10.5.0",
|
|
93
|
+
"jasmine-core": "~6.3.0",
|
|
86
94
|
"karma": "~6.4.4",
|
|
87
95
|
"karma-chrome-launcher": "~3.2.0",
|
|
88
96
|
"karma-coverage": "~2.2.1",
|
|
89
97
|
"karma-jasmine": "~5.1.0",
|
|
90
98
|
"karma-jasmine-html-reporter": "~2.2.0",
|
|
91
|
-
"ng-packagr": "^
|
|
92
|
-
"
|
|
99
|
+
"ng-packagr": "^22.0.0",
|
|
100
|
+
"rxjs": "~7.8.2",
|
|
101
|
+
"tslib": "^2.8.1",
|
|
102
|
+
"typescript": "~6.0.3",
|
|
103
|
+
"zone.js": "~0.16.0"
|
|
93
104
|
},
|
|
94
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "05cc5e9206331ba51c21d10fdafcd0e256c23df1"
|
|
95
106
|
}
|