ngx-sp-infra 0.1.4 → 0.1.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.
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class LoadingComponent {
|
|
4
4
|
constructor() { }
|
|
5
5
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.2", ngImport: i0, type: LoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.2", type: LoadingComponent, selector: "app-loading", ngImport: i0, template: "<!-- Loading -->\r\n<div class=\"container-spinner\">\r\n <img class=\"view-spinner\" src=\"assets/imgs/spinner.gif\" alt=\"Carregando\" title=\"Carregando informa\u00E7\u00F5es..\">\r\n</div>\r\n", styles: [".container-spinner{margin-left:50
|
|
6
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.2", type: LoadingComponent, selector: "app-loading", ngImport: i0, template: "<!-- Loading -->\r\n<div class=\"container-spinner\">\r\n <img class=\"view-spinner\" src=\"assets/imgs/spinner.gif\" alt=\"Carregando\" title=\"Carregando informa\u00E7\u00F5es..\">\r\n</div>\r\n", styles: [".container-spinner{margin-left:50%}.view-spinner{width:30px}\n"] }); }
|
|
7
7
|
}
|
|
8
8
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.2", ngImport: i0, type: LoadingComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
|
-
args: [{ selector: 'app-loading', template: "<!-- Loading -->\r\n<div class=\"container-spinner\">\r\n <img class=\"view-spinner\" src=\"assets/imgs/spinner.gif\" alt=\"Carregando\" title=\"Carregando informa\u00E7\u00F5es..\">\r\n</div>\r\n", styles: [".container-spinner{margin-left:50
|
|
10
|
+
args: [{ selector: 'app-loading', template: "<!-- Loading -->\r\n<div class=\"container-spinner\">\r\n <img class=\"view-spinner\" src=\"assets/imgs/spinner.gif\" alt=\"Carregando\" title=\"Carregando informa\u00E7\u00F5es..\">\r\n</div>\r\n", styles: [".container-spinner{margin-left:50%}.view-spinner{width:30px}\n"] }]
|
|
11
11
|
}], ctorParameters: function () { return []; } });
|
|
12
12
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtc3AtaW5mcmEvc3JjL2xpYi93aWRnZXRzL2xvYWRpbmcvbG9hZGluZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtc3AtaW5mcmEvc3JjL2xpYi93aWRnZXRzL2xvYWRpbmcvbG9hZGluZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU8xQyxNQUFNLE9BQU8sZ0JBQWdCO0lBRTNCLGdCQUFnQixDQUFDOzhHQUZOLGdCQUFnQjtrR0FBaEIsZ0JBQWdCLG1EQ1A3Qix5TUFJQTs7MkZER2EsZ0JBQWdCO2tCQUw1QixTQUFTOytCQUNFLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWxvYWRpbmcnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9sb2FkaW5nLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9sb2FkaW5nLmNvbXBvbmVudC5jc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTG9hZGluZ0NvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG59XHJcbiIsIjwhLS0gTG9hZGluZyAtLT5cclxuPGRpdiBjbGFzcz1cImNvbnRhaW5lci1zcGlubmVyXCI+XHJcbiAgICA8aW1nIGNsYXNzPVwidmlldy1zcGlubmVyXCIgc3JjPVwiYXNzZXRzL2ltZ3Mvc3Bpbm5lci5naWZcIiBhbHQ9XCJDYXJyZWdhbmRvXCIgdGl0bGU9XCJDYXJyZWdhbmRvIGluZm9ybWHDp8O1ZXMuLlwiPlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -939,11 +939,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.2", ngImpor
|
|
|
939
939
|
class LoadingComponent {
|
|
940
940
|
constructor() { }
|
|
941
941
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.2", ngImport: i0, type: LoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
942
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.2", type: LoadingComponent, selector: "app-loading", ngImport: i0, template: "<!-- Loading -->\r\n<div class=\"container-spinner\">\r\n <img class=\"view-spinner\" src=\"assets/imgs/spinner.gif\" alt=\"Carregando\" title=\"Carregando informa\u00E7\u00F5es..\">\r\n</div>\r\n", styles: [".container-spinner{margin-left:50
|
|
942
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.2", type: LoadingComponent, selector: "app-loading", ngImport: i0, template: "<!-- Loading -->\r\n<div class=\"container-spinner\">\r\n <img class=\"view-spinner\" src=\"assets/imgs/spinner.gif\" alt=\"Carregando\" title=\"Carregando informa\u00E7\u00F5es..\">\r\n</div>\r\n", styles: [".container-spinner{margin-left:50%}.view-spinner{width:30px}\n"] }); }
|
|
943
943
|
}
|
|
944
944
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.2", ngImport: i0, type: LoadingComponent, decorators: [{
|
|
945
945
|
type: Component,
|
|
946
|
-
args: [{ selector: 'app-loading', template: "<!-- Loading -->\r\n<div class=\"container-spinner\">\r\n <img class=\"view-spinner\" src=\"assets/imgs/spinner.gif\" alt=\"Carregando\" title=\"Carregando informa\u00E7\u00F5es..\">\r\n</div>\r\n", styles: [".container-spinner{margin-left:50
|
|
946
|
+
args: [{ selector: 'app-loading', template: "<!-- Loading -->\r\n<div class=\"container-spinner\">\r\n <img class=\"view-spinner\" src=\"assets/imgs/spinner.gif\" alt=\"Carregando\" title=\"Carregando informa\u00E7\u00F5es..\">\r\n</div>\r\n", styles: [".container-spinner{margin-left:50%}.view-spinner{width:30px}\n"] }]
|
|
947
947
|
}], ctorParameters: function () { return []; } });
|
|
948
948
|
|
|
949
949
|
class SvgStorageComponent {
|