@ts-core/angular 13.1.36 → 13.1.37
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/esm2020/theme/ThemeAssetBackgroundDirective.mjs +3 -3
- package/fesm2015/ts-core-angular.mjs +2 -2
- package/fesm2015/ts-core-angular.mjs.map +1 -1
- package/fesm2020/ts-core-angular.mjs +2 -2
- package/fesm2020/ts-core-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/theme/ThemeAssetBackgroundDirective.d.ts +1 -1
|
@@ -6304,7 +6304,7 @@ class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
|
|
|
6304
6304
|
}
|
|
6305
6305
|
}
|
|
6306
6306
|
ThemeAssetBackgroundDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ThemeAssetBackgroundDirective, deps: [{ token: i0.ElementRef }, { token: i1$1.ThemeService }, { token: i1$1.ThemeAssetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6307
|
-
ThemeAssetBackgroundDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ThemeAssetBackgroundDirective, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-
|
|
6307
|
+
ThemeAssetBackgroundDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ThemeAssetBackgroundDirective, selector: "[vi-theme-background]", inputs: { name: ["vi-theme-background", "name"] }, usesInheritance: true, ngImport: i0 });
|
|
6308
6308
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ThemeAssetBackgroundDirective, decorators: [{
|
|
6309
6309
|
type: Directive,
|
|
6310
6310
|
args: [{
|
|
@@ -6312,7 +6312,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6312
6312
|
}]
|
|
6313
6313
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.ThemeService }, { type: i1$1.ThemeAssetService }]; }, propDecorators: { name: [{
|
|
6314
6314
|
type: Input,
|
|
6315
|
-
args: ['vi-theme-
|
|
6315
|
+
args: ['vi-theme-background']
|
|
6316
6316
|
}] } });
|
|
6317
6317
|
|
|
6318
6318
|
class ThemeAssetImageDirective extends ThemeAssetDirective {
|