@ebuilding/abc 2.0.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/LICENSE +0 -0
- package/README.md +0 -0
- package/button/index.d.ts +1 -0
- package/button/src/default/index.d.ts +15 -0
- package/button/src/index.module.d.ts +9 -0
- package/button/src/inner/index.d.ts +10 -0
- package/button/src/main/index.d.ts +16 -0
- package/button/src/public_api.d.ts +4 -0
- package/card/index.d.ts +1 -0
- package/card/src/card.service.d.ts +19 -0
- package/card/src/column-default/index.d.ts +22 -0
- package/card/src/column-img/index.d.ts +22 -0
- package/card/src/column-img1/index.d.ts +13 -0
- package/card/src/column-img2/index.d.ts +13 -0
- package/card/src/column-img3/index.d.ts +13 -0
- package/card/src/default/index.d.ts +45 -0
- package/card/src/design/index.d.ts +10 -0
- package/card/src/design-text/index.d.ts +10 -0
- package/card/src/index.module.d.ts +11 -0
- package/card/src/item-group/index.d.ts +16 -0
- package/card/src/item-text/index.d.ts +15 -0
- package/card/src/item.service.d.ts +20 -0
- package/card/src/public_api.d.ts +6 -0
- package/card-assess/index.d.ts +1 -0
- package/card-assess/src/default/index.d.ts +19 -0
- package/card-assess/src/index.module.d.ts +7 -0
- package/card-assess/src/public_api.d.ts +2 -0
- package/card-emp/index.d.ts +1 -0
- package/card-emp/src/default/index.d.ts +10 -0
- package/card-emp/src/emp-okr/index.d.ts +12 -0
- package/card-emp/src/index.module.d.ts +8 -0
- package/card-emp/src/public_api.d.ts +3 -0
- package/card-list/index.d.ts +1 -0
- package/card-list/src/default/index.d.ts +14 -0
- package/card-list/src/index.module.d.ts +7 -0
- package/card-list/src/public_api.d.ts +2 -0
- package/card-okr/index.d.ts +1 -0
- package/card-okr/src/default/index.d.ts +22 -0
- package/card-okr/src/index.module.d.ts +17 -0
- package/card-okr/src/kpi-stats1/index.d.ts +15 -0
- package/card-okr/src/kpi-stats2/index.d.ts +14 -0
- package/card-okr/src/kpi-stats3/index.d.ts +16 -0
- package/card-okr/src/objective/index.d.ts +14 -0
- package/card-okr/src/objective-dl/index.d.ts +16 -0
- package/card-okr/src/objective-dx/index.d.ts +16 -0
- package/card-okr/src/public_api.d.ts +11 -0
- package/card-okr/src/stats-default/index.d.ts +14 -0
- package/card-okr/src/stats-objective/index.d.ts +14 -0
- package/card-okr/src/stats-progress/index.d.ts +12 -0
- package/card-plan-kpi/index.d.ts +1 -0
- package/card-plan-kpi/src/default/index.d.ts +22 -0
- package/card-plan-kpi/src/index.module.d.ts +7 -0
- package/card-plan-kpi/src/public_api.d.ts +2 -0
- package/card-result/index.d.ts +1 -0
- package/card-result/src/default/index.d.ts +45 -0
- package/card-result/src/index.module.d.ts +8 -0
- package/card-result/src/public_api.d.ts +2 -0
- package/card-score/index.d.ts +1 -0
- package/card-score/src/default/index.d.ts +9 -0
- package/card-score/src/index.module.d.ts +8 -0
- package/card-score/src/public_api.d.ts +2 -0
- package/card-user/index.d.ts +1 -0
- package/card-user/src/default/index.d.ts +11 -0
- package/card-user/src/index.module.d.ts +7 -0
- package/card-user/src/public_api.d.ts +2 -0
- package/card2/index.d.ts +1 -0
- package/card2/src/default/index.d.ts +90 -0
- package/card2/src/index.module.d.ts +7 -0
- package/card2/src/public_api.d.ts +2 -0
- package/codemirror/index.d.ts +1 -0
- package/codemirror/src/default/index.d.ts +10 -0
- package/codemirror/src/index.module.d.ts +7 -0
- package/codemirror/src/public_api.d.ts +5 -0
- package/collect/index.d.ts +1 -0
- package/collect/src/default/index.d.ts +11 -0
- package/collect/src/index.module.d.ts +7 -0
- package/collect/src/public_api.d.ts +2 -0
- package/developing/index.d.ts +1 -0
- package/developing/src/default/index.d.ts +8 -0
- package/developing/src/index.module.d.ts +10 -0
- package/developing/src/public_api.d.ts +2 -0
- package/empty/index.d.ts +1 -0
- package/empty/src/default/index.d.ts +13 -0
- package/empty/src/index.module.d.ts +7 -0
- package/empty/src/public_api.d.ts +2 -0
- package/fesm2022/codemirror.mjs +806 -0
- package/fesm2022/codemirror.mjs.map +1 -0
- package/fesm2022/components.button.mjs +121 -0
- package/fesm2022/components.button.mjs.map +1 -0
- package/fesm2022/components.card-assess.mjs +68 -0
- package/fesm2022/components.card-assess.mjs.map +1 -0
- package/fesm2022/components.card-emp.mjs +65 -0
- package/fesm2022/components.card-emp.mjs.map +1 -0
- package/fesm2022/components.card-list.mjs +53 -0
- package/fesm2022/components.card-list.mjs.map +1 -0
- package/fesm2022/components.card-okr.mjs +370 -0
- package/fesm2022/components.card-okr.mjs.map +1 -0
- package/fesm2022/components.card-plan-kpi.mjs +68 -0
- package/fesm2022/components.card-plan-kpi.mjs.map +1 -0
- package/fesm2022/components.card-result.mjs +137 -0
- package/fesm2022/components.card-result.mjs.map +1 -0
- package/fesm2022/components.card-score.mjs +47 -0
- package/fesm2022/components.card-score.mjs.map +1 -0
- package/fesm2022/components.card-user.mjs +56 -0
- package/fesm2022/components.card-user.mjs.map +1 -0
- package/fesm2022/components.card.mjs +670 -0
- package/fesm2022/components.card.mjs.map +1 -0
- package/fesm2022/components.card2.mjs +463 -0
- package/fesm2022/components.card2.mjs.map +1 -0
- package/fesm2022/components.collect.mjs +57 -0
- package/fesm2022/components.collect.mjs.map +1 -0
- package/fesm2022/components.developing.mjs +38 -0
- package/fesm2022/components.developing.mjs.map +1 -0
- package/fesm2022/components.empty.mjs +54 -0
- package/fesm2022/components.empty.mjs.map +1 -0
- package/fesm2022/components.flow-button.mjs +89 -0
- package/fesm2022/components.flow-button.mjs.map +1 -0
- package/fesm2022/components.header-user.mjs +261 -0
- package/fesm2022/components.header-user.mjs.map +1 -0
- package/fesm2022/components.header.mjs +81 -0
- package/fesm2022/components.header.mjs.map +1 -0
- package/fesm2022/components.line.mjs +44 -0
- package/fesm2022/components.line.mjs.map +1 -0
- package/fesm2022/components.no-role.mjs +37 -0
- package/fesm2022/components.no-role.mjs.map +1 -0
- package/fesm2022/components.nz-table-tree.mjs +407 -0
- package/fesm2022/components.nz-table-tree.mjs.map +1 -0
- package/fesm2022/components.nz-table.mjs +463 -0
- package/fesm2022/components.nz-table.mjs.map +1 -0
- package/fesm2022/components.plan-item.mjs +249 -0
- package/fesm2022/components.plan-item.mjs.map +1 -0
- package/fesm2022/components.principal.mjs +59 -0
- package/fesm2022/components.principal.mjs.map +1 -0
- package/fesm2022/components.python.mjs +140 -0
- package/fesm2022/components.python.mjs.map +1 -0
- package/fesm2022/components.quick.mjs +158 -0
- package/fesm2022/components.quick.mjs.map +1 -0
- package/fesm2022/components.record.mjs +106 -0
- package/fesm2022/components.record.mjs.map +1 -0
- package/fesm2022/components.step-entry.mjs +50 -0
- package/fesm2022/components.step-entry.mjs.map +1 -0
- package/fesm2022/components.target-value.mjs +83 -0
- package/fesm2022/components.target-value.mjs.map +1 -0
- package/fesm2022/components.text.mjs +444 -0
- package/fesm2022/components.text.mjs.map +1 -0
- package/fesm2022/components.tree.mjs +203 -0
- package/fesm2022/components.tree.mjs.map +1 -0
- package/fesm2022/ebuilding-abc.mjs +121 -0
- package/fesm2022/ebuilding-abc.mjs.map +1 -0
- package/flow-button/index.d.ts +1 -0
- package/flow-button/src/default/index.d.ts +14 -0
- package/flow-button/src/index.module.d.ts +7 -0
- package/flow-button/src/public_api.d.ts +2 -0
- package/header/index.d.ts +1 -0
- package/header/src/default/index.d.ts +16 -0
- package/header/src/index.module.d.ts +10 -0
- package/header/src/public_api.d.ts +2 -0
- package/header-user/index.d.ts +1 -0
- package/header-user/src/default/index.d.ts +57 -0
- package/header-user/src/index.module.d.ts +7 -0
- package/header-user/src/public_api.d.ts +2 -0
- package/index.d.ts +1 -0
- package/line/index.d.ts +1 -0
- package/line/src/default/index.d.ts +9 -0
- package/line/src/index.module.d.ts +10 -0
- package/line/src/public_api.d.ts +2 -0
- package/no-role/index.d.ts +1 -0
- package/no-role/src/default/index.d.ts +9 -0
- package/no-role/src/index.module.d.ts +8 -0
- package/no-role/src/public_api.d.ts +2 -0
- package/nz-table/index.d.ts +1 -0
- package/nz-table/src/default/index.d.ts +90 -0
- package/nz-table/src/index.module.d.ts +7 -0
- package/nz-table/src/public_api.d.ts +2 -0
- package/nz-table-tree/index.d.ts +1 -0
- package/nz-table-tree/src/default/index.d.ts +98 -0
- package/nz-table-tree/src/index.module.d.ts +8 -0
- package/nz-table-tree/src/operation/index.d.ts +12 -0
- package/nz-table-tree/src/public_api.d.ts +2 -0
- package/package.json +144 -0
- package/plan-item/index.d.ts +1 -0
- package/plan-item/src/default/index.d.ts +45 -0
- package/plan-item/src/index.module.d.ts +7 -0
- package/plan-item/src/public_api.d.ts +2 -0
- package/principal/index.d.ts +1 -0
- package/principal/src/default/index.d.ts +15 -0
- package/principal/src/index.module.d.ts +7 -0
- package/principal/src/public_api.d.ts +2 -0
- package/python/index.d.ts +1 -0
- package/python/src/default/index.d.ts +8 -0
- package/python/src/index.module.d.ts +8 -0
- package/python/src/public_api.d.ts +2 -0
- package/quick/index.d.ts +1 -0
- package/quick/src/datetime/index.d.ts +12 -0
- package/quick/src/default/index.d.ts +14 -0
- package/quick/src/index.module.d.ts +10 -0
- package/quick/src/public_api.d.ts +2 -0
- package/record/index.d.ts +1 -0
- package/record/src/default/index.d.ts +12 -0
- package/record/src/index.module.d.ts +8 -0
- package/record/src/main/index.d.ts +12 -0
- package/record/src/public_api.d.ts +3 -0
- package/step-entry/index.d.ts +1 -0
- package/step-entry/src/default/index.d.ts +12 -0
- package/step-entry/src/index.module.d.ts +9 -0
- package/step-entry/src/public_api.d.ts +2 -0
- package/target-value/index.d.ts +1 -0
- package/target-value/src/default/index.d.ts +17 -0
- package/target-value/src/index.module.d.ts +8 -0
- package/target-value/src/public_api.d.ts +2 -0
- package/text/index.d.ts +1 -0
- package/text/src/default/index.d.ts +25 -0
- package/text/src/index.module.d.ts +9 -0
- package/text/src/public_api.d.ts +2 -0
- package/text/src/text.service.d.ts +57 -0
- package/tree/index.d.ts +1 -0
- package/tree/src/default/index.d.ts +39 -0
- package/tree/src/index.module.d.ts +9 -0
- package/tree/src/public_api.d.ts +2 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit, AfterViewInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GramDeonNoRoleComponent implements OnInit, AfterViewInit {
|
|
4
|
+
ngOnInit(): void;
|
|
5
|
+
ngAfterViewInit(): void;
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonNoRoleComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramDeonNoRoleComponent, "gram-no-role", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./default/index";
|
|
4
|
+
export declare class GramDeonNoRoleModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonNoRoleModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramDeonNoRoleModule, never, [typeof i1.CommonModule, typeof i2.GramDeonNoRoleComponent], [typeof i2.GramDeonNoRoleComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramDeonNoRoleModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, AfterViewInit, OnChanges, ElementRef, ChangeDetectorRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import { NzMessageService } from 'ng-zorro-antd/message';
|
|
3
|
+
import { NzModalService } from 'ng-zorro-antd/modal';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class GramDeonNZTableComponent implements OnInit, AfterViewInit, OnChanges {
|
|
6
|
+
elementRef: ElementRef;
|
|
7
|
+
renderer: Renderer2;
|
|
8
|
+
drf: ChangeDetectorRef;
|
|
9
|
+
msg: NzMessageService;
|
|
10
|
+
modal: NzModalService;
|
|
11
|
+
_header: any[];
|
|
12
|
+
_data: any[];
|
|
13
|
+
id: string;
|
|
14
|
+
pageConfig: any;
|
|
15
|
+
/**
|
|
16
|
+
* 当前数据列头
|
|
17
|
+
*/
|
|
18
|
+
set header(value: any[]);
|
|
19
|
+
get header(): any[];
|
|
20
|
+
/**
|
|
21
|
+
* 当前总数据
|
|
22
|
+
*/
|
|
23
|
+
total: number;
|
|
24
|
+
/**
|
|
25
|
+
* 当前数据数组
|
|
26
|
+
*/
|
|
27
|
+
set nzData(value: any[]);
|
|
28
|
+
get nzData(): any[];
|
|
29
|
+
set selectData(value: any[]);
|
|
30
|
+
get selectData(): any[];
|
|
31
|
+
pageWidth: number;
|
|
32
|
+
/**
|
|
33
|
+
* 操作列事件回调
|
|
34
|
+
*/
|
|
35
|
+
operationClick: EventEmitter<any>;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
componentClick: EventEmitter<any>;
|
|
40
|
+
/**
|
|
41
|
+
* 当服务端分页、筛选、排序时,用于获得参数
|
|
42
|
+
*/
|
|
43
|
+
queryParamsChange: EventEmitter<any>;
|
|
44
|
+
/**
|
|
45
|
+
* 当选中项变化时的回调函数
|
|
46
|
+
*/
|
|
47
|
+
selectChange: EventEmitter<any>;
|
|
48
|
+
/**
|
|
49
|
+
* 行排序事件回调
|
|
50
|
+
*/
|
|
51
|
+
sortOrderChange: EventEmitter<any>;
|
|
52
|
+
/**
|
|
53
|
+
* 行规则点击事件
|
|
54
|
+
*/
|
|
55
|
+
rowRuleClick: EventEmitter<any>;
|
|
56
|
+
checkIds: string[];
|
|
57
|
+
_headerData: any[];
|
|
58
|
+
isAllChecked: boolean;
|
|
59
|
+
isIndeterminate: boolean;
|
|
60
|
+
listData: any[];
|
|
61
|
+
listDataCheckedId: {
|
|
62
|
+
[key: string]: boolean;
|
|
63
|
+
};
|
|
64
|
+
listDataCheckedNumber: number;
|
|
65
|
+
listDataCheckedList: string[];
|
|
66
|
+
_listSelectData: any[];
|
|
67
|
+
fieldSel: any;
|
|
68
|
+
sortDirections: any[];
|
|
69
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, drf: ChangeDetectorRef, msg: NzMessageService, modal: NzModalService);
|
|
70
|
+
ngOnInit(): void;
|
|
71
|
+
ngAfterViewInit(): void;
|
|
72
|
+
ngOnChanges(change: any): void;
|
|
73
|
+
cellClick(item: any, def: any, event: any): void;
|
|
74
|
+
ruleClick(item: any, event: any): void;
|
|
75
|
+
trClick(item: any): void;
|
|
76
|
+
itemSelected(item: any): void;
|
|
77
|
+
buttonEvent(button: any, item: any, event: any): void;
|
|
78
|
+
sortOrderClick(e: any, item: any): void;
|
|
79
|
+
checkAll(value: boolean): void;
|
|
80
|
+
checkChange(): void;
|
|
81
|
+
private getLinkData;
|
|
82
|
+
deonTableContentHG: any;
|
|
83
|
+
resize(): void;
|
|
84
|
+
resizeTable(): void;
|
|
85
|
+
private compareNumber;
|
|
86
|
+
private compareString;
|
|
87
|
+
private calceWidth;
|
|
88
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonNZTableComponent, never>;
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramDeonNZTableComponent, "gram-nz-table", never, { "id": { "alias": "id"; "required": false; }; "pageConfig": { "alias": "pageConfig"; "required": false; }; "header": { "alias": "header"; "required": false; }; "total": { "alias": "total"; "required": false; }; "nzData": { "alias": "nzData"; "required": false; }; "selectData": { "alias": "selectData"; "required": false; }; "pageWidth": { "alias": "pageWidth"; "required": false; }; }, { "operationClick": "operationClick"; "componentClick": "componentClick"; "queryParamsChange": "queryParamsChange"; "selectChange": "selectChange"; "sortOrderChange": "sortOrderChange"; "rowRuleClick": "rowRuleClick"; }, never, never, true, never>;
|
|
90
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default/index";
|
|
3
|
+
export declare class GramDeonNZTableModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonNZTableModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramDeonNZTableModule, never, [typeof i1.GramDeonNZTableComponent], [typeof i1.GramDeonNZTableComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramDeonNZTableModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, AfterViewInit, OnChanges, ElementRef, ChangeDetectorRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import { NzMessageService } from 'ng-zorro-antd/message';
|
|
3
|
+
import { NzModalService } from 'ng-zorro-antd/modal';
|
|
4
|
+
import { DisabledPipe, DataTypePipe, ItemPipe, BuiltinPipe, TemplateTypePipe } from '@ebuilding/base/shared.pipe';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export interface TreeNodeInterface {
|
|
7
|
+
id: string;
|
|
8
|
+
name: string;
|
|
9
|
+
[additionalProperties: string]: any;
|
|
10
|
+
children?: TreeNodeInterface[];
|
|
11
|
+
parent?: TreeNodeInterface;
|
|
12
|
+
}
|
|
13
|
+
export declare class GramDeonNZTableTreeComponent implements OnInit, AfterViewInit, OnChanges {
|
|
14
|
+
elementRef: ElementRef;
|
|
15
|
+
renderer: Renderer2;
|
|
16
|
+
drf: ChangeDetectorRef;
|
|
17
|
+
msg: NzMessageService;
|
|
18
|
+
modal: NzModalService;
|
|
19
|
+
private disabledPipe;
|
|
20
|
+
private dataTypePipe;
|
|
21
|
+
private itemTypePipe;
|
|
22
|
+
private builtinPipe;
|
|
23
|
+
private templateTypePipe;
|
|
24
|
+
_data: any[];
|
|
25
|
+
id: string;
|
|
26
|
+
pageConfig: any;
|
|
27
|
+
/**
|
|
28
|
+
* 当前数据列头
|
|
29
|
+
*/
|
|
30
|
+
header: any[];
|
|
31
|
+
/**
|
|
32
|
+
* 当前总数据
|
|
33
|
+
*/
|
|
34
|
+
total: number;
|
|
35
|
+
/**
|
|
36
|
+
* 当前数据数组
|
|
37
|
+
*/
|
|
38
|
+
set nzData(value: any[]);
|
|
39
|
+
get nzData(): any[];
|
|
40
|
+
set selectData(value: any[]);
|
|
41
|
+
get selectData(): any[];
|
|
42
|
+
/**
|
|
43
|
+
* 操作列事件回调
|
|
44
|
+
*/
|
|
45
|
+
operationClick: EventEmitter<any>;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
componentClick: EventEmitter<any>;
|
|
50
|
+
/**
|
|
51
|
+
* 当服务端分页、筛选、排序时,用于获得参数
|
|
52
|
+
*/
|
|
53
|
+
queryParamsChange: EventEmitter<any>;
|
|
54
|
+
/**
|
|
55
|
+
* 当选中项变化时的回调函数
|
|
56
|
+
*/
|
|
57
|
+
selectChange: EventEmitter<any>;
|
|
58
|
+
/**
|
|
59
|
+
* 行排序事件回调
|
|
60
|
+
*/
|
|
61
|
+
rowDataChange: EventEmitter<any>;
|
|
62
|
+
checkIds: string[];
|
|
63
|
+
_headerData: any[];
|
|
64
|
+
isAllChecked: boolean;
|
|
65
|
+
isIndeterminate: boolean;
|
|
66
|
+
listData: any[];
|
|
67
|
+
listDataCheckedId: {
|
|
68
|
+
[key: string]: boolean;
|
|
69
|
+
};
|
|
70
|
+
listDataCheckedNumber: number;
|
|
71
|
+
listDataCheckedList: string[];
|
|
72
|
+
_listSelectData: any[];
|
|
73
|
+
setOfCheckedId: Set<Object>;
|
|
74
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, drf: ChangeDetectorRef, msg: NzMessageService, modal: NzModalService, disabledPipe: DisabledPipe, dataTypePipe: DataTypePipe, itemTypePipe: ItemPipe, builtinPipe: BuiltinPipe, templateTypePipe: TemplateTypePipe);
|
|
75
|
+
ngOnInit(): void;
|
|
76
|
+
ngAfterViewInit(): void;
|
|
77
|
+
ngOnChanges(change: any): void;
|
|
78
|
+
onItemChecked(id: string, checked: boolean): void;
|
|
79
|
+
cellDescription(item: any, headerDef: any): any;
|
|
80
|
+
cellClick(item: any, headerDef: any): void;
|
|
81
|
+
trClick(item: any): void;
|
|
82
|
+
buttonEvent(type: any, e: any): void;
|
|
83
|
+
private getLinkData;
|
|
84
|
+
deonTableContentHG: any;
|
|
85
|
+
resize(): void;
|
|
86
|
+
resizeTable(): void;
|
|
87
|
+
mapOfExpandedData: {
|
|
88
|
+
[key: string]: TreeNodeInterface[];
|
|
89
|
+
};
|
|
90
|
+
collapse(array: TreeNodeInterface[], data: TreeNodeInterface, $event: boolean): void;
|
|
91
|
+
convertTreeToList(root: TreeNodeInterface): TreeNodeInterface[];
|
|
92
|
+
visitNode(node: TreeNodeInterface, hashMap: {
|
|
93
|
+
[key: string]: boolean;
|
|
94
|
+
}, array: TreeNodeInterface[]): void;
|
|
95
|
+
private calceWidth;
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonNZTableTreeComponent, never>;
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramDeonNZTableTreeComponent, "gram-nz-table-tree", never, { "id": { "alias": "id"; "required": false; }; "pageConfig": { "alias": "pageConfig"; "required": false; }; "header": { "alias": "header"; "required": false; }; "total": { "alias": "total"; "required": false; }; "nzData": { "alias": "nzData"; "required": false; }; "selectData": { "alias": "selectData"; "required": false; }; }, { "operationClick": "operationClick"; "componentClick": "componentClick"; "queryParamsChange": "queryParamsChange"; "selectChange": "selectChange"; "rowDataChange": "rowDataChange"; }, never, never, true, never>;
|
|
98
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default/index";
|
|
3
|
+
import * as i2 from "./operation/index";
|
|
4
|
+
export declare class GramDeonNZTableTreeModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonNZTableTreeModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramDeonNZTableTreeModule, never, [typeof i1.GramDeonNZTableTreeComponent, typeof i2.DeonTableOperationComponent], [typeof i1.GramDeonNZTableTreeComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramDeonNZTableTreeModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DeonTableOperationComponent implements OnInit {
|
|
4
|
+
params: any;
|
|
5
|
+
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
agInit(params: any): void;
|
|
8
|
+
refresh(params: any): boolean;
|
|
9
|
+
buttonClick(e: any, item: any): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DeonTableOperationComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeonTableOperationComponent, "deon-table-operation", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ebuilding/abc",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"dependencies": {
|
|
5
|
+
"extend": "undefined",
|
|
6
|
+
"tslib": "^2.3.0"
|
|
7
|
+
},
|
|
8
|
+
"module": "fesm2022/ebuilding-abc.mjs",
|
|
9
|
+
"typings": "index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
"./package.json": {
|
|
12
|
+
"default": "./package.json"
|
|
13
|
+
},
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./index.d.ts",
|
|
16
|
+
"default": "./fesm2022/ebuilding-abc.mjs"
|
|
17
|
+
},
|
|
18
|
+
"./button": {
|
|
19
|
+
"types": "./button/index.d.ts",
|
|
20
|
+
"default": "./fesm2022/components.button.mjs"
|
|
21
|
+
},
|
|
22
|
+
"./card": {
|
|
23
|
+
"types": "./card/index.d.ts",
|
|
24
|
+
"default": "./fesm2022/components.card.mjs"
|
|
25
|
+
},
|
|
26
|
+
"./card-emp": {
|
|
27
|
+
"types": "./card-emp/index.d.ts",
|
|
28
|
+
"default": "./fesm2022/components.card-emp.mjs"
|
|
29
|
+
},
|
|
30
|
+
"./card-assess": {
|
|
31
|
+
"types": "./card-assess/index.d.ts",
|
|
32
|
+
"default": "./fesm2022/components.card-assess.mjs"
|
|
33
|
+
},
|
|
34
|
+
"./card-list": {
|
|
35
|
+
"types": "./card-list/index.d.ts",
|
|
36
|
+
"default": "./fesm2022/components.card-list.mjs"
|
|
37
|
+
},
|
|
38
|
+
"./card-okr": {
|
|
39
|
+
"types": "./card-okr/index.d.ts",
|
|
40
|
+
"default": "./fesm2022/components.card-okr.mjs"
|
|
41
|
+
},
|
|
42
|
+
"./card-plan-kpi": {
|
|
43
|
+
"types": "./card-plan-kpi/index.d.ts",
|
|
44
|
+
"default": "./fesm2022/components.card-plan-kpi.mjs"
|
|
45
|
+
},
|
|
46
|
+
"./card-result": {
|
|
47
|
+
"types": "./card-result/index.d.ts",
|
|
48
|
+
"default": "./fesm2022/components.card-result.mjs"
|
|
49
|
+
},
|
|
50
|
+
"./card-score": {
|
|
51
|
+
"types": "./card-score/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/components.card-score.mjs"
|
|
53
|
+
},
|
|
54
|
+
"./card-user": {
|
|
55
|
+
"types": "./card-user/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/components.card-user.mjs"
|
|
57
|
+
},
|
|
58
|
+
"./card2": {
|
|
59
|
+
"types": "./card2/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/components.card2.mjs"
|
|
61
|
+
},
|
|
62
|
+
"./codemirror": {
|
|
63
|
+
"types": "./codemirror/index.d.ts",
|
|
64
|
+
"default": "./fesm2022/codemirror.mjs"
|
|
65
|
+
},
|
|
66
|
+
"./collect": {
|
|
67
|
+
"types": "./collect/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/components.collect.mjs"
|
|
69
|
+
},
|
|
70
|
+
"./empty": {
|
|
71
|
+
"types": "./empty/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/components.empty.mjs"
|
|
73
|
+
},
|
|
74
|
+
"./developing": {
|
|
75
|
+
"types": "./developing/index.d.ts",
|
|
76
|
+
"default": "./fesm2022/components.developing.mjs"
|
|
77
|
+
},
|
|
78
|
+
"./flow-button": {
|
|
79
|
+
"types": "./flow-button/index.d.ts",
|
|
80
|
+
"default": "./fesm2022/components.flow-button.mjs"
|
|
81
|
+
},
|
|
82
|
+
"./header": {
|
|
83
|
+
"types": "./header/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/components.header.mjs"
|
|
85
|
+
},
|
|
86
|
+
"./header-user": {
|
|
87
|
+
"types": "./header-user/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/components.header-user.mjs"
|
|
89
|
+
},
|
|
90
|
+
"./line": {
|
|
91
|
+
"types": "./line/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/components.line.mjs"
|
|
93
|
+
},
|
|
94
|
+
"./nz-table": {
|
|
95
|
+
"types": "./nz-table/index.d.ts",
|
|
96
|
+
"default": "./fesm2022/components.nz-table.mjs"
|
|
97
|
+
},
|
|
98
|
+
"./no-role": {
|
|
99
|
+
"types": "./no-role/index.d.ts",
|
|
100
|
+
"default": "./fesm2022/components.no-role.mjs"
|
|
101
|
+
},
|
|
102
|
+
"./plan-item": {
|
|
103
|
+
"types": "./plan-item/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/components.plan-item.mjs"
|
|
105
|
+
},
|
|
106
|
+
"./nz-table-tree": {
|
|
107
|
+
"types": "./nz-table-tree/index.d.ts",
|
|
108
|
+
"default": "./fesm2022/components.nz-table-tree.mjs"
|
|
109
|
+
},
|
|
110
|
+
"./principal": {
|
|
111
|
+
"types": "./principal/index.d.ts",
|
|
112
|
+
"default": "./fesm2022/components.principal.mjs"
|
|
113
|
+
},
|
|
114
|
+
"./record": {
|
|
115
|
+
"types": "./record/index.d.ts",
|
|
116
|
+
"default": "./fesm2022/components.record.mjs"
|
|
117
|
+
},
|
|
118
|
+
"./python": {
|
|
119
|
+
"types": "./python/index.d.ts",
|
|
120
|
+
"default": "./fesm2022/components.python.mjs"
|
|
121
|
+
},
|
|
122
|
+
"./step-entry": {
|
|
123
|
+
"types": "./step-entry/index.d.ts",
|
|
124
|
+
"default": "./fesm2022/components.step-entry.mjs"
|
|
125
|
+
},
|
|
126
|
+
"./quick": {
|
|
127
|
+
"types": "./quick/index.d.ts",
|
|
128
|
+
"default": "./fesm2022/components.quick.mjs"
|
|
129
|
+
},
|
|
130
|
+
"./target-value": {
|
|
131
|
+
"types": "./target-value/index.d.ts",
|
|
132
|
+
"default": "./fesm2022/components.target-value.mjs"
|
|
133
|
+
},
|
|
134
|
+
"./text": {
|
|
135
|
+
"types": "./text/index.d.ts",
|
|
136
|
+
"default": "./fesm2022/components.text.mjs"
|
|
137
|
+
},
|
|
138
|
+
"./tree": {
|
|
139
|
+
"types": "./tree/index.d.ts",
|
|
140
|
+
"default": "./fesm2022/components.tree.mjs"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"sideEffects": false
|
|
144
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, AfterViewInit } from '@angular/core';
|
|
2
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GramDeonPlanComponent implements OnInit, AfterViewInit {
|
|
5
|
+
private router;
|
|
6
|
+
private activatedRoute;
|
|
7
|
+
_data: any[];
|
|
8
|
+
set data(value: any[]);
|
|
9
|
+
get data(): any[];
|
|
10
|
+
leftObj: any;
|
|
11
|
+
rightObj: any;
|
|
12
|
+
selectIndex: number;
|
|
13
|
+
selectValue: any;
|
|
14
|
+
twoData: any[];
|
|
15
|
+
leftData: any[];
|
|
16
|
+
selectedChange: EventEmitter<any>;
|
|
17
|
+
selectedInfoChange: EventEmitter<any>;
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
ngAfterViewInit(): void;
|
|
20
|
+
constructor(router: Router, activatedRoute: ActivatedRoute);
|
|
21
|
+
pageLoad(): void;
|
|
22
|
+
/**
|
|
23
|
+
* 选项点击事件
|
|
24
|
+
* @param e
|
|
25
|
+
*/
|
|
26
|
+
itemChange(e: any): void;
|
|
27
|
+
/**
|
|
28
|
+
* 左右选项点击事件
|
|
29
|
+
* @param e
|
|
30
|
+
* @param type
|
|
31
|
+
*/
|
|
32
|
+
itemMenuChange(e: any): void;
|
|
33
|
+
/**
|
|
34
|
+
* 左边点击事件
|
|
35
|
+
*/
|
|
36
|
+
btnLeftClick(): void;
|
|
37
|
+
/**
|
|
38
|
+
* 右边点击事件
|
|
39
|
+
*/
|
|
40
|
+
btnRightClick(): void;
|
|
41
|
+
private selectedIndexChange;
|
|
42
|
+
private getSelectedIndex;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonPlanComponent, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramDeonPlanComponent, "gram-plan", never, { "data": { "alias": "data"; "required": false; }; }, { "selectedChange": "selectedChange"; "selectedInfoChange": "selectedInfoChange"; }, never, never, true, never>;
|
|
45
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default/index";
|
|
3
|
+
export declare class GramDeonPlanModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonPlanModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramDeonPlanModule, never, [typeof i1.GramDeonPlanComponent], [typeof i1.GramDeonPlanComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramDeonPlanModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, AfterViewInit } from '@angular/core';
|
|
2
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GramDeonPrincipalComponent implements OnInit, AfterViewInit {
|
|
5
|
+
private router;
|
|
6
|
+
private activatedRoute;
|
|
7
|
+
data: any;
|
|
8
|
+
buttonClick: EventEmitter<any>;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
ngAfterViewInit(): void;
|
|
11
|
+
btnClickEvent(type: string): void;
|
|
12
|
+
constructor(router: Router, activatedRoute: ActivatedRoute);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonPrincipalComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramDeonPrincipalComponent, "gram-principal", never, { "data": { "alias": "data"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default/index";
|
|
3
|
+
export declare class GramDeonPrincipalModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonPrincipalModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramDeonPrincipalModule, never, [typeof i1.GramDeonPrincipalComponent], [typeof i1.GramDeonPrincipalComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramDeonPrincipalModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GramPythonComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramPythonComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramPythonComponent, "deon-python", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./default/index";
|
|
4
|
+
export declare class GramPythonModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramPythonModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramPythonModule, never, [typeof i1.CommonModule, typeof i2.GramPythonComponent], [typeof i2.GramPythonComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramPythonModule>;
|
|
8
|
+
}
|
package/quick/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, AfterViewInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class QuickDateTimeComponent implements OnInit, AfterViewInit {
|
|
4
|
+
data: any;
|
|
5
|
+
dataChange: EventEmitter<any>;
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
ngAfterViewInit(): void;
|
|
8
|
+
dateChange(e: any): void;
|
|
9
|
+
datesChange(e: any): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuickDateTimeComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuickDateTimeComponent, "quick-datetime", never, { "data": { "alias": "data"; "required": false; }; }, { "dataChange": "dataChange"; }, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, AfterViewInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GramDeonQuickComponent implements OnInit, AfterViewInit {
|
|
4
|
+
_data: any[];
|
|
5
|
+
set data(value: any);
|
|
6
|
+
get data(): any;
|
|
7
|
+
quickQueryClick: EventEmitter<any>;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
ngAfterViewInit(): void;
|
|
10
|
+
radioGroupChange(e: any, d: any): void;
|
|
11
|
+
dateTimeChange(e: any): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonQuickComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramDeonQuickComponent, "gram-quick", never, { "data": { "alias": "data"; "required": false; }; }, { "quickQueryClick": "quickQueryClick"; }, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "./default/index";
|
|
5
|
+
import * as i4 from "./datetime/index";
|
|
6
|
+
export declare class GramDeonQuickModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonQuickModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramDeonQuickModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.GramDeonQuickComponent, typeof i4.QuickDateTimeComponent], [typeof i3.GramDeonQuickComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramDeonQuickModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FlowRecordComponent implements OnInit {
|
|
4
|
+
_data: any[];
|
|
5
|
+
set data(value: any);
|
|
6
|
+
get data(): any;
|
|
7
|
+
status: any;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlowRecordComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlowRecordComponent, "flow-record", never, { "data": { "alias": "data"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default/index";
|
|
3
|
+
import * as i2 from "./main/index";
|
|
4
|
+
export declare class GramFlowRecordModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramFlowRecordModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramFlowRecordModule, never, [typeof i1.FlowRecordComponent, typeof i2.FlowRecordStepComponent], [typeof i1.FlowRecordComponent, typeof i2.FlowRecordStepComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramFlowRecordModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FlowRecordStepComponent implements OnInit {
|
|
4
|
+
_data: any[];
|
|
5
|
+
set data(value: any);
|
|
6
|
+
get data(): any;
|
|
7
|
+
status: any;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlowRecordStepComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlowRecordStepComponent, "flow-record-step", never, { "data": { "alias": "data"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit, AfterViewInit, OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GramDeonStepEntryComponent implements OnInit, AfterViewInit, OnChanges {
|
|
4
|
+
data: any[];
|
|
5
|
+
index: number;
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
ngAfterViewInit(): void;
|
|
8
|
+
ngOnChanges(change: any): void;
|
|
9
|
+
onIndexChange(event: number): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonStepEntryComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramDeonStepEntryComponent, "step-entry", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|