@taiga-ui/addon-doc 3.53.0 → 3.54.0
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 +6 -6
- package/bundles/taiga-ui-addon-doc-components.umd.js.map +1 -1
- package/esm2015/components/documentation/documentation.component.js +2 -2
- package/esm2015/components/internal/source-code/source-code.module.js +2 -2
- package/esm2015/components/language-switcher/language-switcher.component.js +2 -2
- package/esm2015/components/language-switcher/language-switcher.module.js +3 -3
- package/esm2015/components/navigation/navigation.component.js +2 -2
- package/fesm2015/taiga-ui-addon-doc-components.js +6 -6
- package/fesm2015/taiga-ui-addon-doc-components.js.map +1 -1
- package/package.json +5 -5
|
@@ -1131,12 +1131,12 @@
|
|
|
1131
1131
|
templateUrl: './documentation.template.html',
|
|
1132
1132
|
styleUrls: ['./documentation.style.less'],
|
|
1133
1133
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
1134
|
+
providers: [TuiGetColorPipe, TuiGetOpacityPipe, i6.TuiDestroyService],
|
|
1134
1135
|
animations: [
|
|
1135
1136
|
animations.trigger('emitEvent', [
|
|
1136
1137
|
animations.transition(':increment', [animations.style({ opacity: 1 }), animations.animate('500ms ease-in')]),
|
|
1137
1138
|
]),
|
|
1138
1139
|
],
|
|
1139
|
-
providers: [TuiGetColorPipe, TuiGetOpacityPipe, i6.TuiDestroyService],
|
|
1140
1140
|
}]
|
|
1141
1141
|
}], ctorParameters: function () {
|
|
1142
1142
|
return [{ type: i0__namespace.ChangeDetectorRef, decorators: [{
|
|
@@ -1732,8 +1732,8 @@
|
|
|
1732
1732
|
selector: 'tui-doc-navigation',
|
|
1733
1733
|
templateUrl: './navigation.template.html',
|
|
1734
1734
|
styleUrls: ['./navigation.style.less'],
|
|
1735
|
-
providers: NAVIGATION_PROVIDERS,
|
|
1736
1735
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
1736
|
+
providers: NAVIGATION_PROVIDERS,
|
|
1737
1737
|
}]
|
|
1738
1738
|
}], ctorParameters: function () {
|
|
1739
1739
|
return [{ type: i0__namespace.ChangeDetectorRef, decorators: [{
|
|
@@ -2085,8 +2085,8 @@
|
|
|
2085
2085
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiDocSourceCodeModule, decorators: [{
|
|
2086
2086
|
type: i0.NgModule,
|
|
2087
2087
|
args: [{
|
|
2088
|
-
declarations: [TuiDocSourceCodeComponent],
|
|
2089
2088
|
imports: [i4.CommonModule, i5$1.PolymorpheusModule, i2.TuiButtonModule],
|
|
2089
|
+
declarations: [TuiDocSourceCodeComponent],
|
|
2090
2090
|
exports: [TuiDocSourceCodeComponent],
|
|
2091
2091
|
}]
|
|
2092
2092
|
}] });
|
|
@@ -2134,11 +2134,11 @@
|
|
|
2134
2134
|
selector: 'tui-language-switcher',
|
|
2135
2135
|
templateUrl: './language-switcher.component.html',
|
|
2136
2136
|
styleUrls: ['./language-switcher.component.less'],
|
|
2137
|
+
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
2137
2138
|
providers: [
|
|
2138
2139
|
// TODO: for backward compatibility only. Drop in v4.0
|
|
2139
2140
|
i2.TuiFlagPipe,
|
|
2140
2141
|
],
|
|
2141
|
-
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
2142
2142
|
}]
|
|
2143
2143
|
}], ctorParameters: function () {
|
|
2144
2144
|
return [{ type: i5__namespace$2.TuiLanguageSwitcher, decorators: [{
|
|
@@ -2171,8 +2171,6 @@
|
|
|
2171
2171
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiLanguageSwitcherModule, decorators: [{
|
|
2172
2172
|
type: i0.NgModule,
|
|
2173
2173
|
args: [{
|
|
2174
|
-
exports: [TuiLanguageSwitcherComponent],
|
|
2175
|
-
declarations: [TuiLanguageSwitcherComponent],
|
|
2176
2174
|
imports: [
|
|
2177
2175
|
i4.CommonModule,
|
|
2178
2176
|
i2.TuiFlagPipeModule,
|
|
@@ -2180,6 +2178,8 @@
|
|
|
2180
2178
|
i2.TuiDataListModule,
|
|
2181
2179
|
i5.ReactiveFormsModule,
|
|
2182
2180
|
],
|
|
2181
|
+
declarations: [TuiLanguageSwitcherComponent],
|
|
2182
|
+
exports: [TuiLanguageSwitcherComponent],
|
|
2183
2183
|
}]
|
|
2184
2184
|
}] });
|
|
2185
2185
|
|