intelica-library-ui 0.1.125 → 0.1.126

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.
@@ -0,0 +1,30 @@
1
+ import { TemplateRef } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class MatrixColumnComponent<T = any> {
4
+ field: string;
5
+ header: string;
6
+ width?: string;
7
+ className?: string;
8
+ headerTooltip: string;
9
+ headerTooltipPosition: "top" | "bottom" | "left" | "right";
10
+ tooltip: string;
11
+ tooltipPosition: "top" | "bottom" | "left" | "right";
12
+ showIndex: boolean;
13
+ showHeader: boolean;
14
+ minWidth?: string;
15
+ templateRef?: TemplateRef<any>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatrixColumnComponent<any>, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatrixColumnComponent<any>, "column", never, { "field": { "alias": "field"; "required": false; }; "header": { "alias": "header"; "required": false; }; "width": { "alias": "width"; "required": false; }; "className": { "alias": "className"; "required": false; }; "headerTooltip": { "alias": "headerTooltip"; "required": false; }; "headerTooltipPosition": { "alias": "headerTooltipPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "showIndex": { "alias": "showIndex"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; }, {}, ["templateRef"], never, true, never>;
18
+ }
19
+ export declare class MatrixColumnGroupComponent<T = any> {
20
+ field: string;
21
+ header: string;
22
+ sortable: boolean;
23
+ width?: string;
24
+ minWidth?: string;
25
+ colspan: number;
26
+ rowspan: number;
27
+ level: number;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatrixColumnGroupComponent<any>, never>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatrixColumnGroupComponent<any>, "columnGroup", never, { "field": { "alias": "field"; "required": false; }; "header": { "alias": "header"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; "level": { "alias": "level"; "required": false; }; }, {}, never, never, true, never>;
30
+ }
@@ -0,0 +1,23 @@
1
+ import { AfterContentInit, OnChanges, QueryList } from "@angular/core";
2
+ import { GlobalTermService } from "../../services/globalTerm.service";
3
+ import { MatrixColumnComponent, MatrixColumnGroupComponent } from "./column.component";
4
+ import * as i0 from "@angular/core";
5
+ export declare class MatrixTableComponent<T> implements OnChanges, AfterContentInit {
6
+ private readonly SharedService;
7
+ readonly GlobalTermService: GlobalTermService;
8
+ ComponentId: string;
9
+ ListData: T[];
10
+ ShowIndex: boolean;
11
+ ClassName: string;
12
+ dataKey: string;
13
+ Columns: QueryList<MatrixColumnComponent>;
14
+ ColumnGroups: QueryList<MatrixColumnGroupComponent>;
15
+ ColumnList: MatrixColumnComponent[];
16
+ ColumnGroupList: MatrixColumnGroupComponent[];
17
+ MaxLevel: number;
18
+ Levels: number[];
19
+ ngOnChanges(): void;
20
+ ngAfterContentInit(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatrixTableComponent<any>, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatrixTableComponent<any>, "intelica-matrix-table", never, { "ComponentId": { "alias": "ComponentId"; "required": false; }; "ListData": { "alias": "ListData"; "required": false; }; "ShowIndex": { "alias": "ShowIndex"; "required": false; }; "ClassName": { "alias": "ClassName"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; }, {}, ["Columns", "ColumnGroups"], never, true, never>;
23
+ }
@@ -0,0 +1,33 @@
1
+ import { TemplateRef } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class TreeColumnComponent<T = any> {
4
+ field: string;
5
+ header: string;
6
+ sortable: boolean;
7
+ width?: string;
8
+ className?: string;
9
+ headerTooltip: string;
10
+ headerTooltipPosition: "top" | "bottom" | "left" | "right";
11
+ tooltip: string;
12
+ tooltipPosition: "top" | "bottom" | "left" | "right";
13
+ showIndex: boolean;
14
+ showHeader: boolean;
15
+ minWidth?: string;
16
+ isChecboxColumn: boolean;
17
+ isExpansionColumn: boolean;
18
+ templateRef?: TemplateRef<any>;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeColumnComponent<any>, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TreeColumnComponent<any>, "column", never, { "field": { "alias": "field"; "required": false; }; "header": { "alias": "header"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "width": { "alias": "width"; "required": false; }; "className": { "alias": "className"; "required": false; }; "headerTooltip": { "alias": "headerTooltip"; "required": false; }; "headerTooltipPosition": { "alias": "headerTooltipPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "showIndex": { "alias": "showIndex"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "isChecboxColumn": { "alias": "isChecboxColumn"; "required": false; }; "isExpansionColumn": { "alias": "isExpansionColumn"; "required": false; }; }, {}, ["templateRef"], never, true, never>;
21
+ }
22
+ export declare class TreeColumnGroupComponent<T = any> {
23
+ field: string;
24
+ header: string;
25
+ sortable: boolean;
26
+ width?: string;
27
+ minWidth?: string;
28
+ colspan: number;
29
+ rowspan: number;
30
+ level: number;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeColumnGroupComponent<any>, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TreeColumnGroupComponent<any>, "columnGroup", never, { "field": { "alias": "field"; "required": false; }; "header": { "alias": "header"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; "level": { "alias": "level"; "required": false; }; }, {}, never, never, true, never>;
33
+ }
@@ -0,0 +1,24 @@
1
+ import { AfterContentInit, OnChanges, QueryList } from "@angular/core";
2
+ import { GlobalTermService } from "../../services/globalTerm.service";
3
+ import { TreeColumnComponent, TreeColumnGroupComponent } from "./column.component";
4
+ import * as i0 from "@angular/core";
5
+ export declare class TreeTableComponent<T> implements OnChanges, AfterContentInit {
6
+ private readonly SharedService;
7
+ readonly GlobalTermService: GlobalTermService;
8
+ ComponentId: string;
9
+ ListData: T[];
10
+ ClassName: string;
11
+ groupRowsBy: string;
12
+ dataKey: string;
13
+ Columns: QueryList<TreeColumnComponent>;
14
+ ColumnGroups: QueryList<TreeColumnGroupComponent>;
15
+ ColumnList: TreeColumnComponent[];
16
+ ColumnGroupList: TreeColumnGroupComponent[];
17
+ MaxLevel: number;
18
+ Levels: number[];
19
+ ngOnChanges(): void;
20
+ ngAfterContentInit(): void;
21
+ getLetter(index: number): string;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeTableComponent<any>, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeTableComponent<any>, "intelica-tree-table", never, { "ComponentId": { "alias": "ComponentId"; "required": false; }; "ListData": { "alias": "ListData"; "required": false; }; "ClassName": { "alias": "ClassName"; "required": false; }; "groupRowsBy": { "alias": "groupRowsBy"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; }, {}, ["Columns", "ColumnGroups"], never, true, never>;
24
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-ui",
3
- "version": "0.1.125",
3
+ "version": "0.1.126",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",
package/public-api.d.ts CHANGED
@@ -12,6 +12,10 @@ export * from "./lib/components/table/table.component";
12
12
  export * from "./lib/components/table/column.component";
13
13
  export * from "./lib/components/table/model/search.model";
14
14
  export * from "./lib/components/table/model/sort.model";
15
+ export * from "./lib/components/tree-table/tree-table.component";
16
+ export * from "./lib/components/tree-table/column.component";
17
+ export * from "./lib/components/matrix-table/matrix-table.component";
18
+ export * from "./lib/components/matrix-table/column.component";
15
19
  export * from "./lib/components/actions-menu/actions-menu.component";
16
20
  export * from "./lib/components/actions-menu/action.directive";
17
21
  export * from "./lib/components/search/search.component";