@indigina/ui-kit 1.1.77 → 1.1.78
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/esm2022/lib/components/kit-entity-section/kit-entity-section.component.mjs +3 -3
- package/esm2022/lib/components/kit-entity-section-container/kit-entity-section-container.component.mjs +11 -0
- package/esm2022/public-api.mjs +3 -2
- package/fesm2022/indigina-ui-kit.mjs +9 -20
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/lib/components/kit-entity-section/kit-entity-section.component.d.ts +1 -1
- package/lib/components/kit-entity-section-container/kit-entity-section-container.component.d.ts +5 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
- package/esm2022/lib/components/kit-entity-section/kit-entity-section.module.mjs +0 -24
- package/lib/components/kit-entity-section/kit-entity-section.module.d.ts +0 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class KitEntitySectionComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitEntitySectionComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitEntitySectionComponent, "kit-entity-section", never, {}, {}, never, ["[header]", "[content]"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitEntitySectionComponent, "kit-entity-section", never, {}, {}, never, ["[header]", "[content]"], true, never>;
|
|
5
5
|
}
|
package/lib/components/kit-entity-section-container/kit-entity-section-container.component.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class KitEntitySectionContainerComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitEntitySectionContainerComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitEntitySectionContainerComponent, "kit-entity-section-container", never, {}, {}, never, ["[title]", "*"], true, never>;
|
|
5
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -139,8 +139,8 @@ export { KitTileLayoutColumnsConfig } from './lib/components/kit-tilelayout/kit-
|
|
|
139
139
|
export { KitScrollNavigationModule } from './lib/components/kit-scroll-navigation/kit-scroll-navigation.module';
|
|
140
140
|
export { KitScrollNavigationComponent } from './lib/components/kit-scroll-navigation/kit-scroll-navigation.component';
|
|
141
141
|
export { KitScrollNavigationSectionComponent, } from './lib/components/kit-scroll-navigation/kit-scroll-navigation-section/kit-scroll-navigation-section.component';
|
|
142
|
-
export { KitEntitySectionModule } from './lib/components/kit-entity-section/kit-entity-section.module';
|
|
143
142
|
export { KitEntitySectionComponent } from './lib/components/kit-entity-section/kit-entity-section.component';
|
|
143
|
+
export { KitEntitySectionContainerComponent } from './lib/components/kit-entity-section-container/kit-entity-section-container.component';
|
|
144
144
|
export { KitEntityTitleModule } from './lib/components/kit-entity-title/kit-entity-title.module';
|
|
145
145
|
export { KitEntityTitleComponent } from './lib/components/kit-entity-title/kit-entity-title.component';
|
|
146
146
|
export { KitTimelineComponent } from './lib/components/kit-timeline/kit-timeline.component';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { KitEntitySectionComponent } from './kit-entity-section.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class KitEntitySectionModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KitEntitySectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KitEntitySectionModule, declarations: [KitEntitySectionComponent], imports: [CommonModule], exports: [KitEntitySectionComponent] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KitEntitySectionModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KitEntitySectionModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
KitEntitySectionComponent,
|
|
15
|
-
],
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule,
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
KitEntitySectionComponent,
|
|
21
|
-
],
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LWVudGl0eS1zZWN0aW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMva2l0LWVudGl0eS1zZWN0aW9uL2tpdC1lbnRpdHktc2VjdGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7O0FBYTNFLE1BQU0sT0FBTyxzQkFBc0I7OEdBQXRCLHNCQUFzQjsrR0FBdEIsc0JBQXNCLGlCQVQvQix5QkFBeUIsYUFHekIsWUFBWSxhQUdaLHlCQUF5QjsrR0FHaEIsc0JBQXNCLFlBTi9CLFlBQVk7OzJGQU1ILHNCQUFzQjtrQkFYbEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1oseUJBQXlCO3FCQUMxQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AseUJBQXlCO3FCQUMxQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgS2l0RW50aXR5U2VjdGlvbkNvbXBvbmVudCB9IGZyb20gJy4va2l0LWVudGl0eS1zZWN0aW9uLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEtpdEVudGl0eVNlY3Rpb25Db21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBLaXRFbnRpdHlTZWN0aW9uQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBLaXRFbnRpdHlTZWN0aW9uTW9kdWxlIHtcbn1cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./kit-entity-section.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class KitEntitySectionModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitEntitySectionModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitEntitySectionModule, [typeof i1.KitEntitySectionComponent], [typeof i2.CommonModule], [typeof i1.KitEntitySectionComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitEntitySectionModule>;
|
|
8
|
-
}
|