@taiga-ui/addon-doc 3.57.0-canary.0be7dd7 → 3.57.0-canary.15a487b
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/bundles/taiga-ui-addon-doc-components.umd.js +4 -3
- package/bundles/taiga-ui-addon-doc-components.umd.js.map +1 -1
- package/components/doc-tab/doc-tab.module.d.ts +2 -1
- package/esm2015/components/doc-tab/doc-tab.component.js +3 -2
- package/esm2015/components/doc-tab/doc-tab.module.js +5 -3
- package/fesm2015/taiga-ui-addon-doc-components.js +4 -3
- package/fesm2015/taiga-ui-addon-doc-components.js.map +1 -1
- package/package.json +5 -5
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
return TuiDocTabComponent;
|
|
756
756
|
}());
|
|
757
757
|
TuiDocTabComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiDocTabComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
758
|
-
TuiDocTabComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiDocTabComponent, selector: "tui-doc-tab", inputs: { src: "src" }, ngImport: i0__namespace, template: "<div class=\"t-tab\">\n <
|
|
758
|
+
TuiDocTabComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiDocTabComponent, selector: "tui-doc-tab", inputs: { src: "src" }, ngImport: i0__namespace, template: "<div class=\"t-tab\">\n <tui-svg\n class=\"t-icon\"\n [src]=\"src\"\n ></tui-svg>\n <ng-content></ng-content>\n</div>\n", styles: [".t-tab{display:flex;align-items:center;justify-content:center;padding:0 .5rem;grid-gap:.5rem;gap:.5rem;color:var(--tui-text-01)}.t-tab .t-icon{width:1rem;height:1rem;color:var(--tui-text-01)}\n"], components: [{ type: i2__namespace.TuiSvgComponent, selector: "tui-svg", inputs: ["src"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
759
759
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiDocTabComponent, decorators: [{
|
|
760
760
|
type: i0.Component,
|
|
761
761
|
args: [{
|
|
@@ -774,11 +774,12 @@
|
|
|
774
774
|
return TuiDocTabModule;
|
|
775
775
|
}());
|
|
776
776
|
TuiDocTabModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiDocTabModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
777
|
-
TuiDocTabModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiDocTabModule, declarations: [TuiDocTabComponent], exports: [TuiDocTabComponent] });
|
|
778
|
-
TuiDocTabModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiDocTabModule });
|
|
777
|
+
TuiDocTabModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiDocTabModule, declarations: [TuiDocTabComponent], imports: [i2.TuiSvgModule], exports: [TuiDocTabComponent] });
|
|
778
|
+
TuiDocTabModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiDocTabModule, imports: [[i2.TuiSvgModule]] });
|
|
779
779
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiDocTabModule, decorators: [{
|
|
780
780
|
type: i0.NgModule,
|
|
781
781
|
args: [{
|
|
782
|
+
imports: [i2.TuiSvgModule],
|
|
782
783
|
declarations: [TuiDocTabComponent],
|
|
783
784
|
exports: [TuiDocTabComponent],
|
|
784
785
|
}]
|