@indice/ng-components 0.2.153-beta.16 → 0.2.153-beta.17
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 +7 -9
- package/bundles/indice-ng-components.umd.js.map +1 -1
- package/esm2015/lib/ng-components.module.js +8 -9
- package/fesm2015/indice-ng-components.js +7 -8
- package/fesm2015/indice-ng-components.js.map +1 -1
- package/lib/ng-components.module.d.ts +42 -42
- package/package.json +1 -1
|
@@ -4032,7 +4032,7 @@
|
|
|
4032
4032
|
return IndiceComponentsModule;
|
|
4033
4033
|
}());
|
|
4034
4034
|
IndiceComponentsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IndiceComponentsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
4035
|
-
IndiceComponentsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IndiceComponentsModule, declarations: [
|
|
4035
|
+
IndiceComponentsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IndiceComponentsModule, declarations: [LibTabComponent,
|
|
4036
4036
|
// Directives
|
|
4037
4037
|
ClickOutsideDirective,
|
|
4038
4038
|
DynamicComponentHostDirective,
|
|
@@ -4080,11 +4080,10 @@
|
|
|
4080
4080
|
UserProfileMenuComponent,
|
|
4081
4081
|
ShellSidebarComponent,
|
|
4082
4082
|
// Tab Group Component
|
|
4083
|
-
LibTabGroupComponent,
|
|
4084
|
-
LibTabComponent
|
|
4085
|
-
], imports: [i1.CommonModule,
|
|
4083
|
+
LibTabGroupComponent], imports: [i1.CommonModule,
|
|
4086
4084
|
i1$1.RouterModule,
|
|
4087
|
-
i2.IndiceAuthModule], exports: [
|
|
4085
|
+
i2.IndiceAuthModule], exports: [LibTabComponent,
|
|
4086
|
+
AddressPipe,
|
|
4088
4087
|
AuthCallbackComponent,
|
|
4089
4088
|
AuthRenewComponent,
|
|
4090
4089
|
AvatarInitialsComponent,
|
|
@@ -4098,7 +4097,6 @@
|
|
|
4098
4097
|
FormLayoutComponent,
|
|
4099
4098
|
KpiTileComponent,
|
|
4100
4099
|
LibTabGroupComponent,
|
|
4101
|
-
LibTabComponent,
|
|
4102
4100
|
ListColumnComponent,
|
|
4103
4101
|
ListDetailsSectionComponent,
|
|
4104
4102
|
ListTileComponent,
|
|
@@ -4128,6 +4126,7 @@
|
|
|
4128
4126
|
type: i0.NgModule,
|
|
4129
4127
|
args: [{
|
|
4130
4128
|
declarations: [
|
|
4129
|
+
LibTabComponent,
|
|
4131
4130
|
// Directives
|
|
4132
4131
|
ClickOutsideDirective,
|
|
4133
4132
|
DynamicComponentHostDirective,
|
|
@@ -4175,8 +4174,7 @@
|
|
|
4175
4174
|
UserProfileMenuComponent,
|
|
4176
4175
|
ShellSidebarComponent,
|
|
4177
4176
|
// Tab Group Component
|
|
4178
|
-
LibTabGroupComponent
|
|
4179
|
-
LibTabComponent
|
|
4177
|
+
LibTabGroupComponent
|
|
4180
4178
|
],
|
|
4181
4179
|
imports: [
|
|
4182
4180
|
i1.CommonModule,
|
|
@@ -4184,6 +4182,7 @@
|
|
|
4184
4182
|
i2.IndiceAuthModule
|
|
4185
4183
|
],
|
|
4186
4184
|
exports: [
|
|
4185
|
+
LibTabComponent,
|
|
4187
4186
|
AddressPipe,
|
|
4188
4187
|
AuthCallbackComponent,
|
|
4189
4188
|
AuthRenewComponent,
|
|
@@ -4198,7 +4197,6 @@
|
|
|
4198
4197
|
FormLayoutComponent,
|
|
4199
4198
|
KpiTileComponent,
|
|
4200
4199
|
LibTabGroupComponent,
|
|
4201
|
-
LibTabComponent,
|
|
4202
4200
|
ListColumnComponent,
|
|
4203
4201
|
ListDetailsSectionComponent,
|
|
4204
4202
|
ListTileComponent,
|