@osovitny/anatoly 2.14.8 → 2.14.9
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/assets/styles/scss/forms/contactus-form.scss +28 -13
- package/assets/styles/scss/pnlLoading.scss +20 -0
- package/assets/styles/styles.scss +1 -1
- package/esm2020/lib/ui/components/loading/loading.component.mjs +3 -3
- package/fesm2015/osovitny-anatoly.mjs +2 -2
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +2 -2
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3018,10 +3018,10 @@ class LoadingComponent {
|
|
|
3018
3018
|
}
|
|
3019
3019
|
}
|
|
3020
3020
|
LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, deps: [{ token: LoadingService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3021
|
-
LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: LoadingComponent, selector: "anatoly-loading", ngImport: i0, template: "<div *ngIf=\"show\">\r\n <span
|
|
3021
|
+
LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: LoadingComponent, selector: "anatoly-loading", ngImport: i0, template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3022
3022
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, decorators: [{
|
|
3023
3023
|
type: Component,
|
|
3024
|
-
args: [{ selector: 'anatoly-loading', template: "<div *ngIf=\"show\">\r\n <span
|
|
3024
|
+
args: [{ selector: 'anatoly-loading', template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n" }]
|
|
3025
3025
|
}], ctorParameters: function () { return [{ type: LoadingService }]; } });
|
|
3026
3026
|
|
|
3027
3027
|
/*
|