@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,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "ng-zorro-antd/steps";
|
|
4
|
+
import * as i3 from "./default/index";
|
|
5
|
+
export declare class GramDeonStepEntryModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonStepEntryModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramDeonStepEntryModule, never, [typeof i1.CommonModule, typeof i2.NzStepsModule, typeof i3.GramDeonStepEntryComponent], [typeof i3.GramDeonStepEntryComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramDeonStepEntryModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,17 @@
|
|
|
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 GramDeonTargetValueComponent implements OnInit, AfterViewInit {
|
|
5
|
+
private router;
|
|
6
|
+
private activatedRoute;
|
|
7
|
+
_data: any;
|
|
8
|
+
set data(value: any);
|
|
9
|
+
get data(): any;
|
|
10
|
+
buttonClick: EventEmitter<any>;
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
ngAfterViewInit(): void;
|
|
13
|
+
btnClickEvent(type: string): void;
|
|
14
|
+
constructor(router: Router, activatedRoute: ActivatedRoute);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonTargetValueComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramDeonTargetValueComponent, "gram-target-value", never, { "data": { "alias": "data"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
17
|
+
}
|
|
@@ -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 GramDeonTargetValueModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonTargetValueModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramDeonTargetValueModule, never, [typeof i1.CommonModule, typeof i2.GramDeonTargetValueComponent], [typeof i2.GramDeonTargetValueComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramDeonTargetValueModule>;
|
|
8
|
+
}
|
package/text/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { 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 { TextService } from '../text.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class GramDeonTextComponent implements OnInit, AfterViewInit, OnChanges {
|
|
7
|
+
elementRef: ElementRef;
|
|
8
|
+
renderer: Renderer2;
|
|
9
|
+
drf: ChangeDetectorRef;
|
|
10
|
+
msg: NzMessageService;
|
|
11
|
+
modal: NzModalService;
|
|
12
|
+
textSrv: TextService;
|
|
13
|
+
_data: any;
|
|
14
|
+
unitData: any;
|
|
15
|
+
set data(value: any);
|
|
16
|
+
get data(): any;
|
|
17
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, drf: ChangeDetectorRef, msg: NzMessageService, modal: NzModalService, textSrv: TextService);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
ngAfterViewInit(): void;
|
|
20
|
+
ngOnChanges(change: any): void;
|
|
21
|
+
get textInfo(): any;
|
|
22
|
+
private getTextInfo;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonTextComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramDeonTextComponent, "gram-text", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export declare class GramDeonTextModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonTextModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramDeonTextModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.GramDeonTextComponent], [typeof i3.GramDeonTextComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramDeonTextModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare class TextService {
|
|
2
|
+
constructor();
|
|
3
|
+
transferText(field: any, fieldValue: any, rowData: any): any;
|
|
4
|
+
/**
|
|
5
|
+
* 引用信息 - 转换
|
|
6
|
+
* @param data
|
|
7
|
+
* @param format
|
|
8
|
+
* @returns
|
|
9
|
+
*/
|
|
10
|
+
private getRefInfo;
|
|
11
|
+
/**
|
|
12
|
+
* 人信息 - 转换
|
|
13
|
+
* @param data
|
|
14
|
+
* @param format
|
|
15
|
+
* @returns
|
|
16
|
+
*/
|
|
17
|
+
private getEmpInfo;
|
|
18
|
+
/**
|
|
19
|
+
* 日期信息 - 转换
|
|
20
|
+
* @param data
|
|
21
|
+
* @param format
|
|
22
|
+
* @returns
|
|
23
|
+
*/
|
|
24
|
+
private getDateInfo;
|
|
25
|
+
/**
|
|
26
|
+
* 下拉选项 - 转换
|
|
27
|
+
* @param data
|
|
28
|
+
* @param options
|
|
29
|
+
* @returns
|
|
30
|
+
*/
|
|
31
|
+
private getSelectInfo;
|
|
32
|
+
/**
|
|
33
|
+
* 布尔值 - 转换
|
|
34
|
+
* @param data
|
|
35
|
+
* @param display
|
|
36
|
+
* @returns
|
|
37
|
+
*/
|
|
38
|
+
private getBooleanInfo;
|
|
39
|
+
private getDisFlagInfo;
|
|
40
|
+
/**
|
|
41
|
+
* 内置|自定义 - 转换
|
|
42
|
+
* @param data
|
|
43
|
+
* @param display
|
|
44
|
+
* @returns
|
|
45
|
+
*/
|
|
46
|
+
private getBuiltinInfo;
|
|
47
|
+
/**
|
|
48
|
+
* 特殊对象 - 转换
|
|
49
|
+
* @param data
|
|
50
|
+
* @param field
|
|
51
|
+
* @returns
|
|
52
|
+
*/
|
|
53
|
+
private getSpecialInfo;
|
|
54
|
+
private getTextConvert;
|
|
55
|
+
private getColorConvert;
|
|
56
|
+
private getWorkFlowInfo;
|
|
57
|
+
}
|
package/tree/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/public_api';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, OnChanges } from '@angular/core';
|
|
2
|
+
import { NzTreeComponent } from 'ng-zorro-antd/tree';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GramDeonTreeComponent implements OnInit, OnChanges {
|
|
5
|
+
/**
|
|
6
|
+
* 是否显示Tag
|
|
7
|
+
*/
|
|
8
|
+
showTag: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* 单选?多选
|
|
11
|
+
*/
|
|
12
|
+
selectType: 'single' | 'multiple';
|
|
13
|
+
/**
|
|
14
|
+
* 是否全部展开
|
|
15
|
+
*/
|
|
16
|
+
expandAll: boolean;
|
|
17
|
+
selectData: any[];
|
|
18
|
+
data: any[];
|
|
19
|
+
/**
|
|
20
|
+
* 是否在加载中
|
|
21
|
+
*/
|
|
22
|
+
loading: boolean;
|
|
23
|
+
primary: any;
|
|
24
|
+
treeChangeEvent: EventEmitter<any>;
|
|
25
|
+
nzTreeComponent: NzTreeComponent | undefined;
|
|
26
|
+
selectedKey: any[];
|
|
27
|
+
selectedNode: any[];
|
|
28
|
+
skeletonStatus: number;
|
|
29
|
+
constructor();
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
ngOnChanges(changes: any): void;
|
|
32
|
+
nzClick(event: any): void;
|
|
33
|
+
nzCheck(event: any): void;
|
|
34
|
+
treeChecked(items: any): void;
|
|
35
|
+
selectClearById(node: any): void;
|
|
36
|
+
selectAllClear(): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonTreeComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GramDeonTreeComponent, "gram-tree", never, { "showTag": { "alias": "showTag"; "required": false; }; "selectType": { "alias": "selectType"; "required": false; }; "expandAll": { "alias": "expandAll"; "required": false; }; "selectData": { "alias": "selectData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "primary": { "alias": "primary"; "required": false; }; }, { "treeChangeEvent": "treeChangeEvent"; }, never, never, true, never>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "ng-zorro-antd/tree";
|
|
4
|
+
import * as i3 from "./default/index";
|
|
5
|
+
export declare class GramDeonTreeModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramDeonTreeModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GramDeonTreeModule, never, [typeof i1.CommonModule, typeof i2.NzTreeModule, typeof i3.GramDeonTreeComponent], [typeof i3.GramDeonTreeComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GramDeonTreeModule>;
|
|
9
|
+
}
|