slate-angular 1.5.0 → 1.5.1
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.
|
@@ -2259,14 +2259,10 @@
|
|
|
2259
2259
|
};
|
|
2260
2260
|
return BaseLeafComponent;
|
|
2261
2261
|
}(BaseComponent));
|
|
2262
|
-
BaseLeafComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0__namespace, type: BaseLeafComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.
|
|
2263
|
-
BaseLeafComponent.ɵ
|
|
2262
|
+
BaseLeafComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0__namespace, type: BaseLeafComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
2263
|
+
BaseLeafComponent.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.7", type: BaseLeafComponent, host: { properties: { "attr.data-slate-leaf": "this.isSlateLeaf" } }, usesInheritance: true, ngImport: i0__namespace });
|
|
2264
2264
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0__namespace, type: BaseLeafComponent, decorators: [{
|
|
2265
|
-
type: i0.
|
|
2266
|
-
args: [{
|
|
2267
|
-
selector: '[BaseLeafComponent]',
|
|
2268
|
-
template: ''
|
|
2269
|
-
}]
|
|
2265
|
+
type: i0.Directive
|
|
2270
2266
|
}], propDecorators: { isSlateLeaf: [{
|
|
2271
2267
|
type: i0.HostBinding,
|
|
2272
2268
|
args: ['attr.data-slate-leaf']
|
|
@@ -2362,14 +2358,10 @@
|
|
|
2362
2358
|
};
|
|
2363
2359
|
return BaseElementComponent;
|
|
2364
2360
|
}(BaseComponent));
|
|
2365
|
-
BaseElementComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0__namespace, type: BaseElementComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.
|
|
2366
|
-
BaseElementComponent.ɵ
|
|
2361
|
+
BaseElementComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0__namespace, type: BaseElementComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
2362
|
+
BaseElementComponent.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.7", type: BaseElementComponent, usesInheritance: true, ngImport: i0__namespace });
|
|
2367
2363
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0__namespace, type: BaseElementComponent, decorators: [{
|
|
2368
|
-
type: i0.
|
|
2369
|
-
args: [{
|
|
2370
|
-
selector: '[BaseElementComponent]',
|
|
2371
|
-
template: ''
|
|
2372
|
-
}]
|
|
2364
|
+
type: i0.Directive
|
|
2373
2365
|
}] });
|
|
2374
2366
|
/**
|
|
2375
2367
|
* base class for custom text component
|
|
@@ -2410,14 +2402,10 @@
|
|
|
2410
2402
|
};
|
|
2411
2403
|
return BaseTextComponent;
|
|
2412
2404
|
}(BaseComponent));
|
|
2413
|
-
BaseTextComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0__namespace, type: BaseTextComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.
|
|
2414
|
-
BaseTextComponent.ɵ
|
|
2405
|
+
BaseTextComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0__namespace, type: BaseTextComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
2406
|
+
BaseTextComponent.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.7", type: BaseTextComponent, usesInheritance: true, ngImport: i0__namespace });
|
|
2415
2407
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0__namespace, type: BaseTextComponent, decorators: [{
|
|
2416
|
-
type: i0.
|
|
2417
|
-
args: [{
|
|
2418
|
-
selector: '[BaseTextComponent]',
|
|
2419
|
-
template: ''
|
|
2420
|
-
}]
|
|
2408
|
+
type: i0.Directive
|
|
2421
2409
|
}] });
|
|
2422
2410
|
|
|
2423
2411
|
/**
|