@fis-lib/skeleton-loading
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,7 +0,5 @@ | ||
import { OnInit } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class FisSkeletonLoadingComponent implements OnInit { | ||
export declare class SkeletonLoadingComponent { | ||
classes: string; | ||
parentClasses: string; | ||
animationClass: string; | ||
width: string; | ||
@@ -11,4 +9,2 @@ height: string; | ||
repeatElements: number; | ||
constructor(); | ||
ngOnInit(): void; | ||
styles(): { | ||
@@ -18,7 +14,7 @@ width: string; | ||
}; | ||
get classesList(): string[] | ""; | ||
get classesList(): string; | ||
get arrayFromRepeat(): number[]; | ||
get parentClassesList(): string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FisSkeletonLoadingComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FisSkeletonLoadingComponent, "fis-skeleton-loading", never, { "classes": "classes"; "parentClasses": "parentClasses"; "animationClass": "animationClass"; "width": "width"; "height": "height"; "showContent": "showContent"; "repeatElements": "repeatElements"; }, {}, never, ["*"], false>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonLoadingComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonLoadingComponent, "fis-skeleton-loading", never, { "classes": "classes"; "parentClasses": "parentClasses"; "width": "width"; "height": "height"; "showContent": "showContent"; "repeatElements": "repeatElements"; }, {}, never, ["*"], false, never>; | ||
} |
import * as i0 from "@angular/core"; | ||
import * as i1 from "./skeleton-loading.component"; | ||
import * as i2 from "@angular/common"; | ||
export declare class FisSkeletonLoadingModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FisSkeletonLoadingModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<FisSkeletonLoadingModule, [typeof i1.FisSkeletonLoadingComponent], [typeof i2.CommonModule], [typeof i1.FisSkeletonLoadingComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<FisSkeletonLoadingModule>; | ||
export declare class SkeletonLoadingModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonLoadingModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonLoadingModule, [typeof i1.SkeletonLoadingComponent], [typeof i2.CommonModule], [typeof i1.SkeletonLoadingComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonLoadingModule>; | ||
} |
{ | ||
"name": "@fis-lib/skeleton-loading", | ||
"version": "0.0.6", | ||
"description": "An Angular Lib for fis-components", | ||
"version": "0.0.7", | ||
"author": { | ||
@@ -10,4 +9,4 @@ "name": "Rubens Ferreira", | ||
"peerDependencies": { | ||
"@angular/common": "^14.1.0", | ||
"@angular/core": "^14.1.0", | ||
"@angular/common": "^15.0.0", | ||
"@angular/core": "^15.0.0", | ||
"scss-layout": "^0.2.1" | ||
@@ -18,9 +17,4 @@ }, | ||
}, | ||
"module": "fesm2015/fis-lib-skeleton-loading.mjs", | ||
"es2020": "fesm2020/fis-lib-skeleton-loading.mjs", | ||
"esm2020": "esm2020/fis-lib-skeleton-loading.mjs", | ||
"fesm2020": "fesm2020/fis-lib-skeleton-loading.mjs", | ||
"fesm2015": "fesm2015/fis-lib-skeleton-loading.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./core.scss": "./scss/core.scss", | ||
"./package.json": { | ||
@@ -38,3 +32,9 @@ "default": "./package.json" | ||
}, | ||
"module": "fesm2015/fis-lib-skeleton-loading.mjs", | ||
"es2020": "fesm2020/fis-lib-skeleton-loading.mjs", | ||
"esm2020": "esm2020/fis-lib-skeleton-loading.mjs", | ||
"fesm2020": "fesm2020/fis-lib-skeleton-loading.mjs", | ||
"fesm2015": "fesm2015/fis-lib-skeleton-loading.mjs", | ||
"typings": "index.d.ts", | ||
"sideEffects": false | ||
} |
@@ -0,2 +1,2 @@ | ||
export * from './lib/skeleton-loading.component'; | ||
export * from './lib/skeleton-loading.module'; | ||
export * from './lib/skeleton-loading.component'; |
@@ -1,21 +0,21 @@ | ||
# Skeleton-loading | ||
# SkeletonLoading | ||
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0. | ||
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0. | ||
## Code scaffolding | ||
Run `ng generate component component-name --project ng-mat-alert` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ng-mat-alert`. | ||
> Note: Don't forget to add `--project ng-mat-alert` or else it will be added to the default project in your `angular.json` file. | ||
Run `ng generate component component-name --project skeleton-loading` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project skeleton-loading`. | ||
> Note: Don't forget to add `--project skeleton-loading` or else it will be added to the default project in your `angular.json` file. | ||
## Build | ||
Run `ng build ng-mat-alert` to build the project. The build artifacts will be stored in the `dist/` directory. | ||
Run `ng build skeleton-loading` to build the project. The build artifacts will be stored in the `dist/` directory. | ||
## Publishing | ||
After building your library with `ng build ng-mat-alert`, go to the dist folder `cd dist/ng-mat-alert` and run `npm publish`. | ||
After building your library with `ng build skeleton-loading`, go to the dist folder `cd dist/skeleton-loading` and run `npm publish`. | ||
## Running unit tests | ||
Run `ng test ng-mat-alert` to execute the unit tests via [Karma](https://karma-runner.github.io). | ||
Run `ng test skeleton-loading` to execute the unit tests via [Karma](https://karma-runner.github.io). | ||
@@ -22,0 +22,0 @@ ## Further help |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44769
490