@indice/ng-components 0.2.153-beta.7 → 0.2.153-beta.8
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/indice-ng-components.umd.js +6 -10
- package/bundles/indice-ng-components.umd.js.map +1 -1
- package/esm2015/lib/controls/tabs/lib-tab-group.component.js +1 -1
- package/esm2015/lib/controls/tabs/lib-tab.component.js +6 -8
- package/esm2015/lib/ng-components.module.js +3 -3
- package/fesm2015/indice-ng-components.js +6 -8
- package/fesm2015/indice-ng-components.js.map +1 -1
- package/lib/ng-components.module.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2080,22 +2080,18 @@
|
|
|
2080
2080
|
};
|
|
2081
2081
|
return LibTabComponent;
|
|
2082
2082
|
}());
|
|
2083
|
-
LibTabComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LibTabComponent, deps: [{ token:
|
|
2084
|
-
LibTabComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LibTabComponent, selector: "lib-tab", inputs: { label: "label", id: "id" }, viewQueries: [{ propertyName: "content", first: true, predicate: i0.TemplateRef, descendants: true, static: true }], ngImport: i0__namespace, template: "\n <ng-template>\n <ng-content></ng-content>\n </ng-template>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
2083
|
+
LibTabComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LibTabComponent, deps: [{ token: LibTabGroupComponent }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2084
|
+
LibTabComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LibTabComponent, selector: "lib-tab", inputs: { label: "label", id: "id" }, providers: [{ provide: LibTabGroupComponent, useExisting: i0.forwardRef(function () { return LibTabGroupComponent; }) }], viewQueries: [{ propertyName: "content", first: true, predicate: i0.TemplateRef, descendants: true, static: true }], ngImport: i0__namespace, template: "\n <ng-template>\n <ng-content></ng-content>\n </ng-template>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
2085
2085
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LibTabComponent, decorators: [{
|
|
2086
2086
|
type: i0.Component,
|
|
2087
2087
|
args: [{
|
|
2088
2088
|
selector: 'lib-tab',
|
|
2089
|
+
providers: [{ provide: LibTabGroupComponent, useExisting: i0.forwardRef(function () { return LibTabGroupComponent; }) }],
|
|
2089
2090
|
template: "\n <ng-template>\n <ng-content></ng-content>\n </ng-template>\n ",
|
|
2090
2091
|
encapsulation: i0.ViewEncapsulation.None,
|
|
2091
2092
|
changeDetection: i0.ChangeDetectionStrategy.OnPush
|
|
2092
2093
|
}]
|
|
2093
|
-
}], ctorParameters: function () {
|
|
2094
|
-
return [{ type: LibTabGroupComponent, decorators: [{
|
|
2095
|
-
type: i0.Inject,
|
|
2096
|
-
args: [i0.forwardRef(function () { return LibTabGroupComponent; })]
|
|
2097
|
-
}] }];
|
|
2098
|
-
}, propDecorators: { content: [{
|
|
2094
|
+
}], ctorParameters: function () { return [{ type: LibTabGroupComponent }]; }, propDecorators: { content: [{
|
|
2099
2095
|
type: i0.ViewChild,
|
|
2100
2096
|
args: [i0.TemplateRef, { static: true }]
|
|
2101
2097
|
}], label: [{
|
|
@@ -4089,8 +4085,8 @@
|
|
|
4089
4085
|
ErrorComponent,
|
|
4090
4086
|
FormLayoutComponent,
|
|
4091
4087
|
KpiTileComponent,
|
|
4092
|
-
LibTabComponent,
|
|
4093
4088
|
LibTabGroupComponent,
|
|
4089
|
+
LibTabComponent,
|
|
4094
4090
|
ListColumnComponent,
|
|
4095
4091
|
ListDetailsSectionComponent,
|
|
4096
4092
|
ListTileComponent,
|
|
@@ -4189,8 +4185,8 @@
|
|
|
4189
4185
|
ErrorComponent,
|
|
4190
4186
|
FormLayoutComponent,
|
|
4191
4187
|
KpiTileComponent,
|
|
4192
|
-
LibTabComponent,
|
|
4193
4188
|
LibTabGroupComponent,
|
|
4189
|
+
LibTabComponent,
|
|
4194
4190
|
ListColumnComponent,
|
|
4195
4191
|
ListDetailsSectionComponent,
|
|
4196
4192
|
ListTileComponent,
|