ng-zorro-antd-extension 18.1.3 → 19.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/README.md +2 -1
- package/acl/nzx-acl.directive.d.ts +1 -1
- package/acl/nzx-acl.module.d.ts +1 -2
- package/blank-field/blank-field.component.d.ts +1 -1
- package/blank-field/blank-field.module.d.ts +1 -2
- package/checkbox/checkbox-group.component.d.ts +5 -16
- package/checkbox/checkbox.module.d.ts +1 -4
- package/configurable-query/configurable-query-item/configurable-query-item.component.d.ts +1 -1
- package/configurable-query/configurable-query.component.d.ts +1 -1
- package/configurable-query/configurable-query.module.d.ts +3 -21
- package/configurable-query/control.directive.d.ts +1 -1
- package/configurable-query/controls/abstract.control.d.ts +3 -2
- package/configurable-query/controls/date-picker.control.d.ts +1 -1
- package/configurable-query/controls/input.control.d.ts +1 -1
- package/configurable-query/controls/range-picker.control.d.ts +1 -1
- package/configurable-query/controls/select.control.d.ts +1 -1
- package/configurable-query/controls/template.control.d.ts +1 -1
- package/dynamic-form/config/dynamic-form-config.d.ts +18 -0
- package/dynamic-form/controls/abstract.control.d.ts +11 -0
- package/dynamic-form/controls/date-picker.control.d.ts +6 -0
- package/dynamic-form/controls/input.control.d.ts +6 -0
- package/dynamic-form/controls/range-picker.control.d.ts +6 -0
- package/dynamic-form/controls/select.control.d.ts +6 -0
- package/dynamic-form/controls/template.control.d.ts +6 -0
- package/dynamic-form/dynamic-form-item/dynamic-form-item.component.d.ts +12 -0
- package/dynamic-form/dynamic-form.component.d.ts +5 -0
- package/dynamic-form/dynamic-form.module.d.ts +17 -0
- package/dynamic-form/public-api.d.ts +3 -1
- package/dynamic-form/wrapper/control/abstract-control-wrapper.d.ts +12 -0
- package/dynamic-form/wrapper/control/built-in-control-wrapper.d.ts +7 -0
- package/dynamic-form/wrapper/item/abstract-item-wrapper.d.ts +14 -0
- package/dynamic-form/wrapper/item/built-in-item-wrapper.d.ts +6 -0
- package/dynamic-form/wrapper/label/abstract-label-wrapper.d.ts +5 -0
- package/dynamic-form/wrapper/label/built-in-label-wrapper.d.ts +6 -0
- package/editable/editable.component.d.ts +1 -1
- package/editable/editable.module.d.ts +1 -6
- package/fesm2022/ng-zorro-antd-extension-acl.mjs +11 -13
- package/fesm2022/ng-zorro-antd-extension-acl.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-blank-field.mjs +19 -17
- package/fesm2022/ng-zorro-antd-extension-blank-field.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-checkbox.mjs +28 -37
- package/fesm2022/ng-zorro-antd-extension-checkbox.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-configurable-query.mjs +98 -127
- package/fesm2022/ng-zorro-antd-extension-configurable-query.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-core-config.mjs +3 -3
- package/fesm2022/ng-zorro-antd-extension-core-config.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-dynamic-form.mjs +423 -10
- package/fesm2022/ng-zorro-antd-extension-dynamic-form.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-editable.mjs +23 -33
- package/fesm2022/ng-zorro-antd-extension-editable.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-jigsaw.mjs +9 -10
- package/fesm2022/ng-zorro-antd-extension-jigsaw.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-pipes.mjs +26 -26
- package/fesm2022/ng-zorro-antd-extension-pipes.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-print.mjs +23 -21
- package/fesm2022/ng-zorro-antd-extension-print.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-simple-table.mjs +22 -22
- package/fesm2022/ng-zorro-antd-extension-simple-table.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-table-adaptor.mjs +11 -12
- package/fesm2022/ng-zorro-antd-extension-table-adaptor.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-table-form.mjs +36 -53
- package/fesm2022/ng-zorro-antd-extension-table-form.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-table-select.mjs +38 -40
- package/fesm2022/ng-zorro-antd-extension-table-select.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-timer-button.mjs +8 -10
- package/fesm2022/ng-zorro-antd-extension-timer-button.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-trim.mjs +8 -9
- package/fesm2022/ng-zorro-antd-extension-trim.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-util.mjs.map +1 -1
- package/fesm2022/ng-zorro-antd-extension-wang-editor.mjs +11 -13
- package/fesm2022/ng-zorro-antd-extension-wang-editor.mjs.map +1 -1
- package/jigsaw/jigsaw.component.d.ts +1 -1
- package/jigsaw/jigsaw.module.d.ts +1 -3
- package/package.json +9 -51
- package/pipes/map.pipe.d.ts +1 -1
- package/pipes/pipes.module.d.ts +1 -1
- package/pipes/safe-html.pipe.d.ts +1 -1
- package/pipes/safe-null.pipe.d.ts +1 -1
- package/pipes/safe-resource-url.pipe.d.ts +1 -1
- package/pipes/safe-script.pipe.d.ts +1 -1
- package/pipes/safe-style.pipe.d.ts +1 -1
- package/pipes/safe-url.pipe.d.ts +1 -1
- package/print/nzx-print-content.directive.d.ts +1 -1
- package/print/nzx-print-v.component.d.ts +1 -1
- package/print/nzx-print.component.d.ts +1 -1
- package/print/nzx-print.directive.d.ts +1 -1
- package/print/nzx-print.module.d.ts +1 -4
- package/schematics/ng-add/index.js +1 -2
- package/schematics/ng-add/index.js.map +1 -1
- package/simple-table/directive/expand.directive.d.ts +1 -1
- package/simple-table/directive/td.directive.d.ts +1 -1
- package/simple-table/directive/th.directive.d.ts +1 -1
- package/simple-table/simple-table.component.d.ts +1 -1
- package/simple-table/simple-table.module.d.ts +1 -3
- package/table-adaptor/page-table-basic.d.ts +1 -1
- package/table-adaptor/table-adaptor.directive.d.ts +1 -1
- package/table-adaptor/table-adaptor.module.d.ts +1 -1
- package/table-form/directive/table-expand.directive.d.ts +1 -1
- package/table-form/directive/table-td.directive.d.ts +1 -1
- package/table-form/directive/table-th.directive.d.ts +1 -1
- package/table-form/table-form.component.d.ts +1 -1
- package/table-form/table-form.module.d.ts +1 -10
- package/table-select/abstract-table-select.d.ts +2 -2
- package/table-select/key.directive.d.ts +1 -1
- package/table-select/nzx-table-select.module.d.ts +1 -6
- package/table-select/page-table-select/page-table-select.component.d.ts +1 -1
- package/table-select/table-select/table-select.component.d.ts +1 -1
- package/timer-button/timer-button.directive.d.ts +1 -1
- package/timer-button/timer-button.module.d.ts +1 -2
- package/trim/trim.directive.d.ts +1 -1
- package/trim/trim.module.d.ts +1 -1
- package/wang-editor/wang-editor.component.d.ts +1 -1
- package/wang-editor/wang-editor.module.d.ts +1 -2
- package/wang-editor/wang-toolbar.component.d.ts +1 -1
- package/dynamic-form/nzx-dynamic-form.module.d.ts +0 -9
- package/esm2022/acl/ng-zorro-antd-extension-acl.mjs +0 -5
- package/esm2022/acl/nzx-acl.directive.mjs +0 -80
- package/esm2022/acl/nzx-acl.module.mjs +0 -25
- package/esm2022/acl/nzx-acl.service.mjs +0 -45
- package/esm2022/acl/public-api.mjs +0 -8
- package/esm2022/blank-field/blank-field.component.mjs +0 -52
- package/esm2022/blank-field/blank-field.module.mjs +0 -18
- package/esm2022/blank-field/ng-zorro-antd-extension-blank-field.mjs +0 -5
- package/esm2022/blank-field/public-api.mjs +0 -7
- package/esm2022/checkbox/checkbox-group.component.mjs +0 -108
- package/esm2022/checkbox/checkbox.module.mjs +0 -20
- package/esm2022/checkbox/ng-zorro-antd-extension-checkbox.mjs +0 -5
- package/esm2022/checkbox/public-api.mjs +0 -7
- package/esm2022/configurable-query/configurable-query-item/configurable-query-item.component.mjs +0 -85
- package/esm2022/configurable-query/configurable-query.component.mjs +0 -309
- package/esm2022/configurable-query/configurable-query.module.mjs +0 -111
- package/esm2022/configurable-query/control.directive.mjs +0 -18
- package/esm2022/configurable-query/controls/abstract.control.mjs +0 -17
- package/esm2022/configurable-query/controls/date-picker.control.mjs +0 -36
- package/esm2022/configurable-query/controls/input.control.mjs +0 -35
- package/esm2022/configurable-query/controls/range-picker.control.mjs +0 -34
- package/esm2022/configurable-query/controls/select.control.mjs +0 -50
- package/esm2022/configurable-query/controls/template.control.mjs +0 -32
- package/esm2022/configurable-query/ng-zorro-antd-extension-configurable-query.mjs +0 -5
- package/esm2022/configurable-query/public-api.mjs +0 -7
- package/esm2022/configurable-query/query-config.service.mjs +0 -68
- package/esm2022/configurable-query/type.mjs +0 -2
- package/esm2022/core/config/config.mjs +0 -6
- package/esm2022/core/config/config.service.mjs +0 -84
- package/esm2022/core/config/ng-zorro-antd-extension-core-config.mjs +0 -5
- package/esm2022/core/config/public-api.mjs +0 -3
- package/esm2022/dynamic-form/ng-zorro-antd-extension-dynamic-form.mjs +0 -5
- package/esm2022/dynamic-form/nzx-dynamic-form.module.mjs +0 -23
- package/esm2022/dynamic-form/public-api.mjs +0 -6
- package/esm2022/editable/editable.component.mjs +0 -140
- package/esm2022/editable/editable.module.mjs +0 -36
- package/esm2022/editable/ng-zorro-antd-extension-editable.mjs +0 -5
- package/esm2022/editable/public-api.mjs +0 -3
- package/esm2022/i18n/languages/en_US.mjs +0 -10
- package/esm2022/i18n/languages/zh_CN.mjs +0 -10
- package/esm2022/i18n/ng-zorro-antd-extension-i18n.mjs +0 -5
- package/esm2022/i18n/nz-i18n.interface.mjs +0 -2
- package/esm2022/i18n/public-api.mjs +0 -4
- package/esm2022/jigsaw/jigsaw.component.mjs +0 -257
- package/esm2022/jigsaw/jigsaw.module.mjs +0 -19
- package/esm2022/jigsaw/ng-zorro-antd-extension-jigsaw.mjs +0 -5
- package/esm2022/jigsaw/public-api.mjs +0 -7
- package/esm2022/ng-zorro-antd-extension.mjs +0 -5
- package/esm2022/pipes/map.pipe.mjs +0 -24
- package/esm2022/pipes/ng-zorro-antd-extension-pipes.mjs +0 -5
- package/esm2022/pipes/pipes.module.mjs +0 -50
- package/esm2022/pipes/public-api.mjs +0 -13
- package/esm2022/pipes/safe-html.pipe.mjs +0 -20
- package/esm2022/pipes/safe-null.pipe.mjs +0 -30
- package/esm2022/pipes/safe-resource-url.pipe.mjs +0 -20
- package/esm2022/pipes/safe-script.pipe.mjs +0 -20
- package/esm2022/pipes/safe-style.pipe.mjs +0 -20
- package/esm2022/pipes/safe-url.pipe.mjs +0 -34
- package/esm2022/print/ng-zorro-antd-extension-print.mjs +0 -5
- package/esm2022/print/nzx-print-content.directive.mjs +0 -22
- package/esm2022/print/nzx-print-v.component.mjs +0 -301
- package/esm2022/print/nzx-print.component.mjs +0 -190
- package/esm2022/print/nzx-print.directive.mjs +0 -92
- package/esm2022/print/nzx-print.module.mjs +0 -39
- package/esm2022/print/public-api.mjs +0 -10
- package/esm2022/public-api.mjs +0 -5
- package/esm2022/simple-table/directive/expand.directive.mjs +0 -16
- package/esm2022/simple-table/directive/td.directive.mjs +0 -18
- package/esm2022/simple-table/directive/th.directive.mjs +0 -19
- package/esm2022/simple-table/ng-zorro-antd-extension-simple-table.mjs +0 -5
- package/esm2022/simple-table/public-api.mjs +0 -10
- package/esm2022/simple-table/simple-table.component.mjs +0 -229
- package/esm2022/simple-table/simple-table.module.mjs +0 -38
- package/esm2022/table-adaptor/ng-zorro-antd-extension-table-adaptor.mjs +0 -5
- package/esm2022/table-adaptor/page-table-basic.mjs +0 -22
- package/esm2022/table-adaptor/public-api.mjs +0 -8
- package/esm2022/table-adaptor/table-adaptor.directive.mjs +0 -173
- package/esm2022/table-adaptor/table-adaptor.module.mjs +0 -17
- package/esm2022/table-form/directive/table-expand.directive.mjs +0 -18
- package/esm2022/table-form/directive/table-td.directive.mjs +0 -18
- package/esm2022/table-form/directive/table-th.directive.mjs +0 -20
- package/esm2022/table-form/ng-zorro-antd-extension-table-form.mjs +0 -5
- package/esm2022/table-form/public-api.mjs +0 -11
- package/esm2022/table-form/table-form.component.mjs +0 -370
- package/esm2022/table-form/table-form.module.mjs +0 -71
- package/esm2022/table-form/type.mjs +0 -2
- package/esm2022/table-select/abstract-table-select.mjs +0 -140
- package/esm2022/table-select/key.directive.mjs +0 -21
- package/esm2022/table-select/ng-zorro-antd-extension-table-select.mjs +0 -5
- package/esm2022/table-select/nzx-table-select.module.mjs +0 -50
- package/esm2022/table-select/page-table-select/page-table-select.component.mjs +0 -58
- package/esm2022/table-select/public-api.mjs +0 -11
- package/esm2022/table-select/table-select/table-select.component.mjs +0 -39
- package/esm2022/table-select/type.mjs +0 -2
- package/esm2022/timer-button/ng-zorro-antd-extension-timer-button.mjs +0 -5
- package/esm2022/timer-button/public-api.mjs +0 -7
- package/esm2022/timer-button/timer-button.directive.mjs +0 -69
- package/esm2022/timer-button/timer-button.module.mjs +0 -18
- package/esm2022/trim/ng-zorro-antd-extension-trim.mjs +0 -5
- package/esm2022/trim/public-api.mjs +0 -7
- package/esm2022/trim/trim.directive.mjs +0 -123
- package/esm2022/trim/trim.module.mjs +0 -17
- package/esm2022/types/common.mjs +0 -2
- package/esm2022/types/ng-zorro-antd-extension-types.mjs +0 -5
- package/esm2022/types/public-api.mjs +0 -6
- package/esm2022/util/lib/cloneDeep.mjs +0 -49
- package/esm2022/util/lib/fileUtil.mjs +0 -51
- package/esm2022/util/lib/getElementByTag.mjs +0 -38
- package/esm2022/util/lib/isArray.mjs +0 -17
- package/esm2022/util/lib/isDate.mjs +0 -4
- package/esm2022/util/lib/isEmpty.mjs +0 -19
- package/esm2022/util/lib/isNumber.mjs +0 -12
- package/esm2022/util/lib/isObject.mjs +0 -10
- package/esm2022/util/lib/isString.mjs +0 -11
- package/esm2022/util/lib/toNumber.mjs +0 -18
- package/esm2022/util/lib/toString.mjs +0 -16
- package/esm2022/util/lib/trimObject.mjs +0 -15
- package/esm2022/util/lib/updateControlStatus.mjs +0 -47
- package/esm2022/util/ng-zorro-antd-extension-util.mjs +0 -5
- package/esm2022/util/public-api.mjs +0 -18
- package/esm2022/wang-editor/ng-zorro-antd-extension-wang-editor.mjs +0 -5
- package/esm2022/wang-editor/public-api.mjs +0 -9
- package/esm2022/wang-editor/type.mjs +0 -2
- package/esm2022/wang-editor/wang-editor.component.mjs +0 -235
- package/esm2022/wang-editor/wang-editor.module.mjs +0 -19
- package/esm2022/wang-editor/wang-toolbar.component.mjs +0 -57
package/README.md
CHANGED
|
@@ -60,7 +60,8 @@ export class AppModule {}
|
|
|
60
60
|
|
|
61
61
|
| angular | ng-zorro-antd | ng-zorro-antd-extension | LTS ends |
|
|
62
62
|
| ------- | ------------- | ----------------------- | --------------- |
|
|
63
|
-
| ^
|
|
63
|
+
| ^19.0.0 | ^19.0.0 | ^19.0.0 | 2026-05-19 |
|
|
64
|
+
| ^18.0.0 | ^18.0.0 | ^18.0.0 | 2025-11-19 |
|
|
64
65
|
| ^17.0.0 | ^17.0.0 | ^15.6.0 | 2025-05-15 |
|
|
65
66
|
| ^16.0.0 | ^16.0.0 | ^15.6.0 | 2024-11-08(end) |
|
|
66
67
|
| ^15.0.0 | ^15.0.0 | ^15.0.0 | 2024-05-18(end) |
|
|
@@ -20,6 +20,6 @@ export declare class NzxAclDirective implements OnInit, OnDestroy {
|
|
|
20
20
|
private judge;
|
|
21
21
|
private createView;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxAclDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NzxAclDirective, "[nzxAcl]", ["NzxAcl"], { "codes": { "alias": "nzxAcl"; "required": false; }; "nzxAclElse": { "alias": "nzxAclElse"; "required": false; }; "dataAcl": { "alias": "nzxAclDataAcl"; "required": false; }; }, {}, never, never,
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NzxAclDirective, "[nzxAcl]", ["NzxAcl"], { "codes": { "alias": "nzxAcl"; "required": false; }; "nzxAclElse": { "alias": "nzxAclElse"; "required": false; }; "dataAcl": { "alias": "nzxAclDataAcl"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
25
25
|
export {};
|
package/acl/nzx-acl.module.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./nzx-acl.directive";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
4
|
export declare class NzxAclModule {
|
|
6
5
|
static forRoot(): ModuleWithProviders<NzxAclModule>;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxAclModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxAclModule, [typeof i1.NzxAclDirective], [typeof
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxAclModule, never, [typeof i1.NzxAclDirective], [typeof i1.NzxAclDirective]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<NzxAclModule>;
|
|
10
9
|
}
|
|
@@ -14,6 +14,6 @@ export declare class NzxBlankFieldComponent implements ControlValueAccessor {
|
|
|
14
14
|
setDisabledState(isDisabled: boolean): void;
|
|
15
15
|
writeValue(obj: any): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxBlankFieldComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NzxBlankFieldComponent, "nzx-blank-field", never, {}, {}, ["templateRefExp"], never,
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxBlankFieldComponent, "nzx-blank-field", never, {}, {}, ["templateRefExp"], never, true, never>;
|
|
18
18
|
}
|
|
19
19
|
export {};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./blank-field.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
3
|
export declare class NzxBlankFieldModule {
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxBlankFieldModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxBlankFieldModule, [typeof i1.NzxBlankFieldComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxBlankFieldModule, never, [typeof i1.NzxBlankFieldComponent], [typeof i1.NzxBlankFieldComponent]>;
|
|
7
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<NzxBlankFieldModule>;
|
|
8
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import {
|
|
3
|
+
import { NzCheckboxOption } from 'ng-zorro-antd/checkbox';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* nzx-checkbox-group
|
|
@@ -8,13 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class NzxCheckboxGroupComponent implements ControlValueAccessor {
|
|
10
10
|
private cd;
|
|
11
|
-
|
|
12
|
-
_checkOptions: Array<{
|
|
13
|
-
label: string;
|
|
14
|
-
value: number | string;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
checked?: boolean;
|
|
17
|
-
}>;
|
|
11
|
+
checkOptions: Array<NzCheckboxOption>;
|
|
18
12
|
/**
|
|
19
13
|
* 自定义函数用来格式化输输入内容用来回显
|
|
20
14
|
*/
|
|
@@ -24,7 +18,7 @@ export declare class NzxCheckboxGroupComponent implements ControlValueAccessor {
|
|
|
24
18
|
*/
|
|
25
19
|
customFormateOutFn: (value: any) => any;
|
|
26
20
|
nzDisabled: boolean;
|
|
27
|
-
|
|
21
|
+
selectValue: any[];
|
|
28
22
|
private propagateChange;
|
|
29
23
|
constructor(cd: ChangeDetectorRef);
|
|
30
24
|
writeValue(v: (string | number)[] | any): void;
|
|
@@ -33,12 +27,7 @@ export declare class NzxCheckboxGroupComponent implements ControlValueAccessor {
|
|
|
33
27
|
registerOnChange(fn: any): void;
|
|
34
28
|
registerOnTouched(fn: any): void;
|
|
35
29
|
setDisabledState?(isDisabled: boolean): void;
|
|
36
|
-
valueChange(value: Array<
|
|
37
|
-
label: string;
|
|
38
|
-
value: number | string;
|
|
39
|
-
checked?: boolean;
|
|
40
|
-
}>): void;
|
|
41
|
-
private _updateView;
|
|
30
|
+
valueChange(value: Array<number | string>): void;
|
|
42
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxCheckboxGroupComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NzxCheckboxGroupComponent, "nzx-checkbox-group", ["NzxCheckboxGroup"], { "checkOptions": { "alias": "checkOptions"; "required": false; }; "customFormateInFn": { "alias": "customFormateInFn"; "required": false; }; "customFormateOutFn": { "alias": "customFormateOutFn"; "required": false; }; }, {}, never, never,
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxCheckboxGroupComponent, "nzx-checkbox-group", ["NzxCheckboxGroup"], { "checkOptions": { "alias": "checkOptions"; "required": false; }; "customFormateInFn": { "alias": "customFormateInFn"; "required": false; }; "customFormateOutFn": { "alias": "customFormateOutFn"; "required": false; }; }, {}, never, never, true, never>;
|
|
44
33
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./checkbox-group.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "ng-zorro-antd/checkbox";
|
|
6
3
|
export declare class NzxCheckboxModule {
|
|
7
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxCheckboxModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxCheckboxModule, [typeof i1.NzxCheckboxGroupComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxCheckboxModule, never, [typeof i1.NzxCheckboxGroupComponent], [typeof i1.NzxCheckboxGroupComponent]>;
|
|
9
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<NzxCheckboxModule>;
|
|
10
7
|
}
|
|
@@ -14,5 +14,5 @@ export declare class NzxConfigurableQueryItemComponent implements OnInit, OnDest
|
|
|
14
14
|
ngOnDestroy(): void;
|
|
15
15
|
private renderControl;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxConfigurableQueryItemComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NzxConfigurableQueryItemComponent, "nzx-configurable-query-item", never, { "form": { "alias": "form"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, {}, never, never,
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxConfigurableQueryItemComponent, "nzx-configurable-query-item", never, { "form": { "alias": "form"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -107,5 +107,5 @@ export declare class NzxConfigurableQueryComponent implements OnChanges, OnInit,
|
|
|
107
107
|
**/
|
|
108
108
|
private generateControl;
|
|
109
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxConfigurableQueryComponent, never>;
|
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NzxConfigurableQueryComponent, "nzx-configurable-query", ["NzxConfigurableQuery"], { "controls": { "alias": "controls"; "required": false; }; "nzxJustify": { "alias": "nzxJustify"; "required": false; }; "nzxGutter": { "alias": "nzxGutter"; "required": false; }; "lineNumber": { "alias": "lineNumber"; "required": false; }; "nzxBtnSpan": { "alias": "nzxBtnSpan"; "required": false; }; "initQuery": { "alias": "initQuery"; "required": false; }; "fixedParams": { "alias": "fixedParams"; "required": false; }; }, { "queryChange": "queryChange"; "resetChange": "resetChange"; }, ["controlTemplateList"], ["*"],
|
|
110
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxConfigurableQueryComponent, "nzx-configurable-query", ["NzxConfigurableQuery"], { "controls": { "alias": "controls"; "required": false; }; "nzxJustify": { "alias": "nzxJustify"; "required": false; }; "nzxGutter": { "alias": "nzxGutter"; "required": false; }; "lineNumber": { "alias": "lineNumber"; "required": false; }; "nzxBtnSpan": { "alias": "nzxBtnSpan"; "required": false; }; "initQuery": { "alias": "initQuery"; "required": false; }; "fixedParams": { "alias": "fixedParams"; "required": false; }; }, { "queryChange": "queryChange"; "resetChange": "resetChange"; }, ["controlTemplateList"], ["*"], true, never>;
|
|
111
111
|
}
|
|
@@ -1,30 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import { NzxQueryConfig } from './type';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./
|
|
5
|
-
import * as i2 from "./
|
|
6
|
-
import * as i3 from "./configurable-query-item/configurable-query-item.component";
|
|
7
|
-
import * as i4 from "./controls/input.control";
|
|
8
|
-
import * as i5 from "./controls/template.control";
|
|
9
|
-
import * as i6 from "./controls/select.control";
|
|
10
|
-
import * as i7 from "./controls/date-picker.control";
|
|
11
|
-
import * as i8 from "./controls/range-picker.control";
|
|
12
|
-
import * as i9 from "@angular/common";
|
|
13
|
-
import * as i10 from "@angular/forms";
|
|
14
|
-
import * as i11 from "ng-zorro-antd/input";
|
|
15
|
-
import * as i12 from "ng-zorro-antd/form";
|
|
16
|
-
import * as i13 from "ng-zorro-antd/grid";
|
|
17
|
-
import * as i14 from "ng-zorro-antd/button";
|
|
18
|
-
import * as i15 from "ng-zorro-antd/select";
|
|
19
|
-
import * as i16 from "ng-zorro-antd/date-picker";
|
|
20
|
-
import * as i17 from "ng-zorro-antd/card";
|
|
21
|
-
import * as i18 from "ng-zorro-antd/space";
|
|
22
|
-
import * as i19 from "ng-zorro-antd/icon";
|
|
23
|
-
import * as i20 from "ng-zorro-antd/i18n";
|
|
4
|
+
import * as i1 from "./control.directive";
|
|
5
|
+
import * as i2 from "./configurable-query.component";
|
|
24
6
|
export declare class NzxConfigurableQueryModule {
|
|
25
7
|
static forRoot(nzxQueryConfig: NzxQueryConfig): ModuleWithProviders<NzxConfigurableQueryModule>;
|
|
26
8
|
static forChild(nzxQueryConfig: NzxQueryConfig): ModuleWithProviders<NzxConfigurableQueryModule>;
|
|
27
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxConfigurableQueryModule, never>;
|
|
28
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxConfigurableQueryModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxConfigurableQueryModule, never, [typeof i1.NzxControlDirective, typeof i2.NzxConfigurableQueryComponent], [typeof i1.NzxControlDirective, typeof i2.NzxConfigurableQueryComponent]>;
|
|
29
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<NzxConfigurableQueryModule>;
|
|
30
12
|
}
|
|
@@ -5,5 +5,5 @@ export declare class NzxControlDirective {
|
|
|
5
5
|
nzxControl: string;
|
|
6
6
|
constructor(templateRef: TemplateRef<unknown>);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxControlDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NzxControlDirective, "[nzxControl]", never, { "nzxControl": { "alias": "nzxControl"; "required": false; }; }, {}, never, never,
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NzxControlDirective, "[nzxControl]", never, { "nzxControl": { "alias": "nzxControl"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NzxQueryControlOptions } from '../type';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* 用来动态添加control type类型控件,类型控件需要继承此控件
|
|
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare abstract class NzxAbstractControl {
|
|
8
8
|
form: FormGroup<any>;
|
|
9
9
|
control: NzxQueryControlOptions;
|
|
10
|
+
get formControl(): FormControl;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxAbstractControl, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NzxAbstractControl, never, never, { "form": { "alias": "form"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, {}, never, never,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NzxAbstractControl, never, never, { "form": { "alias": "form"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
13
|
}
|
|
@@ -2,5 +2,5 @@ import { NzxAbstractControl } from './abstract.control';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class NzxDatePickerControlComponent extends NzxAbstractControl {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDatePickerControlComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDatePickerControlComponent, "nzx-date-picker-control", never, {}, {}, never, never,
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDatePickerControlComponent, "nzx-date-picker-control", never, {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { NzxAbstractControl } from './abstract.control';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class NzxInputControlComponent extends NzxAbstractControl {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxInputControlComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NzxInputControlComponent, "nzx-input-control", never, {}, {}, never, never,
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxInputControlComponent, "nzx-input-control", never, {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { NzxAbstractControl } from './abstract.control';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class NzxRangePickerControlComponent extends NzxAbstractControl {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxRangePickerControlComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NzxRangePickerControlComponent, "nzx-range-picker-control", never, {}, {}, never, never,
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxRangePickerControlComponent, "nzx-range-picker-control", never, {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { NzxAbstractControl } from './abstract.control';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class NzxSelectControlComponent extends NzxAbstractControl {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxSelectControlComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NzxSelectControlComponent, "nzx-select-control", never, {}, {}, never, never,
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxSelectControlComponent, "nzx-select-control", never, {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { NzxAbstractControl } from './abstract.control';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class NzxTemplateControlComponent extends NzxAbstractControl {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxTemplateControlComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NzxTemplateControlComponent, "nzx-template-control", never, {}, {}, never, never,
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxTemplateControlComponent, "nzx-template-control", never, {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { NzxDFAbstractItemWrapper } from '../wrapper/item/abstract-item-wrapper';
|
|
2
|
+
import { NzxDFAbstractLabelWrapper } from '../wrapper/label/abstract-label-wrapper';
|
|
3
|
+
import { NzxDFAbstractControlWrapper } from '../wrapper/control/abstract-control-wrapper';
|
|
4
|
+
import { NzxDFAbstractControl } from '../controls/abstract.control';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class NzxDFConfigService {
|
|
7
|
+
private itemWrapperMap;
|
|
8
|
+
private labelWrapperMap;
|
|
9
|
+
private controlWrapperMap;
|
|
10
|
+
private controlMap;
|
|
11
|
+
constructor();
|
|
12
|
+
getItemWrapper(key: string): typeof NzxDFAbstractItemWrapper;
|
|
13
|
+
getLabelWrapper(key: string): typeof NzxDFAbstractLabelWrapper;
|
|
14
|
+
getControlWrapper(key: string): typeof NzxDFAbstractControlWrapper;
|
|
15
|
+
getControl(key: string): typeof NzxDFAbstractControl;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFConfigService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NzxDFConfigService>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FormGroup } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* 用来动态添加control type类型控件,类型控件需要继承此控件
|
|
5
|
+
*/
|
|
6
|
+
export declare class NzxDFAbstractControl {
|
|
7
|
+
form: FormGroup<any>;
|
|
8
|
+
control: any;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFAbstractControl, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NzxDFAbstractControl, never, never, { "form": { "alias": "form"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NzxDFAbstractControl } from './abstract.control';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NzxDFDatePickerControlComponent extends NzxDFAbstractControl {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFDatePickerControlComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDFDatePickerControlComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NzxDFAbstractControl } from './abstract.control';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NzxDFInputControlComponent extends NzxDFAbstractControl {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFInputControlComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDFInputControlComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NzxDFAbstractControl } from './abstract.control';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NzxDFRangePickerControlComponent extends NzxDFAbstractControl {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFRangePickerControlComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDFRangePickerControlComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NzxDFAbstractControl } from './abstract.control';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NzxDFSelectControlComponent extends NzxDFAbstractControl {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFSelectControlComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDFSelectControlComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NzxDFAbstractControl } from './abstract.control';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NzxDFTemplateControlComponent extends NzxDFAbstractControl {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFTemplateControlComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDFTemplateControlComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NzxDFConfigService } from '../config/dynamic-form-config';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DynamicFormItemComponent implements OnInit {
|
|
5
|
+
private nzxDFConfig;
|
|
6
|
+
private itemTemplateView;
|
|
7
|
+
constructor(nzxDFConfig: NzxDFConfigService);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
private renderItem;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormItemComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFormItemComponent, "nzx-dynamic-form-item", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NzxDynamicFormComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDynamicFormComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDynamicFormComponent, "nzx-dynamic-form", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./dynamic-form.component";
|
|
4
|
+
import * as i2 from "./dynamic-form-item/dynamic-form-item.component";
|
|
5
|
+
import * as i3 from "./wrapper/item/built-in-item-wrapper";
|
|
6
|
+
import * as i4 from "./wrapper/label/built-in-label-wrapper";
|
|
7
|
+
import * as i5 from "./wrapper/control/built-in-control-wrapper";
|
|
8
|
+
import * as i6 from "./controls/date-picker.control";
|
|
9
|
+
import * as i7 from "./controls/input.control";
|
|
10
|
+
import * as i8 from "./controls/range-picker.control";
|
|
11
|
+
import * as i9 from "./controls/select.control";
|
|
12
|
+
export declare class NzxDynamicFormModule {
|
|
13
|
+
static forRoot(): ModuleWithProviders<NzxDynamicFormModule>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDynamicFormModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxDynamicFormModule, never, [typeof i1.NzxDynamicFormComponent, typeof i2.DynamicFormItemComponent, typeof i3.NzxDFBuiltInItemWrapperComponent, typeof i4.NzxDFBuiltInLabelWrapperComponent, typeof i5.NzxDFBuiltInControlWrapperComponent, typeof i6.NzxDFDatePickerControlComponent, typeof i7.NzxDFInputControlComponent, typeof i8.NzxDFRangePickerControlComponent, typeof i9.NzxDFSelectControlComponent], [typeof i1.NzxDynamicFormComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NzxDynamicFormModule>;
|
|
17
|
+
}
|
|
@@ -2,4 +2,6 @@
|
|
|
2
2
|
* Use of this source code is governed by an MIT-style license that can be
|
|
3
3
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
|
-
export * from './
|
|
5
|
+
export * from './config/dynamic-form-config';
|
|
6
|
+
export * from './dynamic-form.component';
|
|
7
|
+
export * from './dynamic-form.module';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NzxDFConfigService } from '../../config/dynamic-form-config';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NzxDFAbstractControlWrapper implements OnInit {
|
|
5
|
+
private nzxDFConfig;
|
|
6
|
+
private controlTemplateView;
|
|
7
|
+
constructor(nzxDFConfig: NzxDFConfigService);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
private renderControl;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFAbstractControlWrapper, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NzxDFAbstractControlWrapper, never, never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NzxDFAbstractControlWrapper } from './abstract-control-wrapper';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NzxDFBuiltInControlWrapperComponent extends NzxDFAbstractControlWrapper {
|
|
4
|
+
controlWrapper: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFBuiltInControlWrapperComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDFBuiltInControlWrapperComponent, "nzx-built-in-control-wrapper", never, {}, {}, never, never, true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NzxDFConfigService } from '../../config/dynamic-form-config';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NzxDFAbstractItemWrapper implements OnInit {
|
|
5
|
+
private nzxDFConfig;
|
|
6
|
+
private labelWrapperTemplateView;
|
|
7
|
+
private controlWrapperTemplateView;
|
|
8
|
+
constructor(nzxDFConfig: NzxDFConfigService);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
private renderLabel;
|
|
11
|
+
private renderControl;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFAbstractItemWrapper, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NzxDFAbstractItemWrapper, never, never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NzxDFAbstractItemWrapper } from './abstract-item-wrapper';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NzxDFBuiltInItemWrapperComponent extends NzxDFAbstractItemWrapper {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFBuiltInItemWrapperComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDFBuiltInItemWrapperComponent, "nzx-built-in-item-wrapper", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NzxDFAbstractLabelWrapper {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFAbstractLabelWrapper, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NzxDFAbstractLabelWrapper, never, never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NzxDFAbstractLabelWrapper } from './abstract-label-wrapper';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NzxDFBuiltInLabelWrapperComponent extends NzxDFAbstractLabelWrapper {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NzxDFBuiltInLabelWrapperComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxDFBuiltInLabelWrapperComponent, "nzx-built-in-label-wrapper", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -16,5 +16,5 @@ export declare class NzxEditableComponent implements OnInit {
|
|
|
16
16
|
blur(): void;
|
|
17
17
|
valueChange(value: any): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxEditableComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NzxEditableComponent, "[nzx-editable]", ["NzxEditable"], { "nzxContent": { "alias": "nzxContent"; "required": false; }; "nzxShowBtn": { "alias": "nzxShowBtn"; "required": false; }; "nzxContentType": { "alias": "nzxContentType"; "required": false; }; }, { "nzxContentChange": "nzxContentChange"; }, never, never,
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NzxEditableComponent, "[nzx-editable]", ["NzxEditable"], { "nzxContent": { "alias": "nzxContent"; "required": false; }; "nzxShowBtn": { "alias": "nzxShowBtn"; "required": false; }; "nzxContentType": { "alias": "nzxContentType"; "required": false; }; }, { "nzxContentChange": "nzxContentChange"; }, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./editable.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "ng-zorro-antd/icon";
|
|
6
|
-
import * as i5 from "ng-zorro-antd/input";
|
|
7
|
-
import * as i6 from "ng-zorro-antd/core/trans-button";
|
|
8
3
|
export declare class NzxEditableModule {
|
|
9
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NzxEditableModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxEditableModule, [typeof i1.NzxEditableComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NzxEditableModule, never, [typeof i1.NzxEditableComponent], [typeof i1.NzxEditableComponent]>;
|
|
11
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<NzxEditableModule>;
|
|
12
7
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Injectable, Directive, Input, NgModule } from '@angular/core';
|
|
3
3
|
import { BehaviorSubject, Subject, takeUntil } from 'rxjs';
|
|
4
|
-
import { CommonModule } from '@angular/common';
|
|
5
4
|
|
|
6
5
|
class NzxAclService {
|
|
7
6
|
constructor() {
|
|
@@ -38,10 +37,10 @@ class NzxAclService {
|
|
|
38
37
|
this.permissionsSource.next(this.permissionsSource.value);
|
|
39
38
|
}, 0);
|
|
40
39
|
}
|
|
41
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
42
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
40
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxAclService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
41
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxAclService }); }
|
|
43
42
|
}
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxAclService, decorators: [{
|
|
45
44
|
type: Injectable
|
|
46
45
|
}], ctorParameters: () => [] });
|
|
47
46
|
|
|
@@ -102,10 +101,10 @@ class NzxAclDirective {
|
|
|
102
101
|
this.cd.markForCheck();
|
|
103
102
|
}
|
|
104
103
|
}
|
|
105
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
106
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
104
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxAclDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: NzxAclService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
105
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.2", type: NzxAclDirective, isStandalone: true, selector: "[nzxAcl]", inputs: { codes: ["nzxAcl", "codes"], nzxAclElse: "nzxAclElse", dataAcl: ["nzxAclDataAcl", "dataAcl"] }, exportAs: ["NzxAcl"], ngImport: i0 }); }
|
|
107
106
|
}
|
|
108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxAclDirective, decorators: [{
|
|
109
108
|
type: Directive,
|
|
110
109
|
args: [{
|
|
111
110
|
selector: '[nzxAcl]',
|
|
@@ -128,15 +127,14 @@ class NzxAclModule {
|
|
|
128
127
|
providers: [NzxAclService],
|
|
129
128
|
};
|
|
130
129
|
}
|
|
131
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
132
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
133
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
130
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxAclModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
131
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.2", ngImport: i0, type: NzxAclModule, imports: [NzxAclDirective], exports: [NzxAclDirective] }); }
|
|
132
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxAclModule }); }
|
|
134
133
|
}
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxAclModule, decorators: [{
|
|
136
135
|
type: NgModule,
|
|
137
136
|
args: [{
|
|
138
|
-
imports: [
|
|
139
|
-
declarations: [NzxAclDirective],
|
|
137
|
+
imports: [NzxAclDirective],
|
|
140
138
|
exports: [NzxAclDirective],
|
|
141
139
|
}]
|
|
142
140
|
}] });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-zorro-antd-extension-acl.mjs","sources":["../../../components/acl/nzx-acl.service.ts","../../../components/acl/nzx-acl.directive.ts","../../../components/acl/nzx-acl.module.ts","../../../components/acl/public-api.ts","../../../components/acl/ng-zorro-antd-extension-acl.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { BehaviorSubject, Observable } from 'rxjs';\n\n@Injectable()\nexport class NzxAclService {\n public permissions$: Observable<string[]>;\n\n private permissionsSource: BehaviorSubject<string[]>;\n\n constructor() {\n this.permissionsSource = new BehaviorSubject<string[]>([]);\n this.permissions$ = this.permissionsSource.asObservable();\n }\n\n /** 加载权限 */\n loadPermissions(permissions: string[]) {\n this.permissionsSource.next([\n ...this.permissionsSource.value,\n ...permissions,\n ]);\n }\n\n /** 含有权限 */\n hasPermission(permission: string) {\n return this.permissionsSource.value.includes(permission);\n }\n\n /** 添加权限 */\n addPermission(permission: string) {\n if (this.hasPermission(permission)) {\n return;\n }\n const permissions = [...this.permissionsSource.value, permission];\n this.permissionsSource.next(permissions);\n }\n\n /** 移除权限 */\n removePermission(permission: string) {\n const permissions = this.permissionsSource.value.filter(\n (p) => p !== permission\n );\n this.permissionsSource.next(permissions);\n }\n\n /** 刷新权限 */\n refreshPermission() {\n setTimeout(() => {\n this.permissionsSource.next(this.permissionsSource.value);\n }, 0);\n }\n}\n","import {\n ChangeDetectorRef,\n Directive,\n Input,\n OnDestroy,\n OnInit,\n TemplateRef,\n ViewContainerRef,\n} from '@angular/core';\n\nimport { NzxAclService } from './nzx-acl.service';\nimport { Subject, takeUntil } from 'rxjs';\n\ninterface AclContext {\n $implicit: string[];\n currentAcl: string;\n}\n\n@Directive({\n selector: '[nzxAcl]',\n exportAs: 'NzxAcl',\n})\nexport class NzxAclDirective implements OnInit, OnDestroy {\n @Input('nzxAcl') codes: string | string[] = '';\n @Input() nzxAclElse?: TemplateRef<any>;\n\n @Input('nzxAclDataAcl')\n dataAcl = true;\n\n private destroy$ = new Subject<void>();\n\n constructor(\n private templateRef: TemplateRef<AclContext>,\n private viewContainerRef: ViewContainerRef,\n private nzxAclService: NzxAclService,\n private cd: ChangeDetectorRef\n ) {}\n\n ngOnDestroy(): void {\n this.destroy$.next();\n this.destroy$.complete();\n }\n\n ngOnInit() {\n this.viewContainerRef.clear();\n this.nzxAclService.permissions$\n .pipe(takeUntil(this.destroy$))\n .subscribe((acls) => {\n this.viewContainerRef.clear();\n this.judge(acls);\n });\n }\n\n private judge(acls: string[]) {\n if (Array.isArray(this.codes)) {\n const isFind = acls.some((acl) => {\n return this.codes.includes(acl) === true;\n });\n\n if (isFind) {\n this.createView(acls);\n } else {\n if (this.nzxAclElse) {\n this.viewContainerRef.createEmbeddedView(this.nzxAclElse);\n }\n }\n }\n\n if (typeof this.codes === 'string') {\n if (acls.includes(this.codes)) {\n this.createView(acls);\n } else {\n if (this.nzxAclElse) {\n this.viewContainerRef.createEmbeddedView(this.nzxAclElse);\n }\n }\n }\n }\n\n private createView(acls: string[]) {\n if (this.dataAcl) {\n this.viewContainerRef.createEmbeddedView(this.templateRef, {\n $implicit: acls,\n currentAcl: this.codes,\n });\n this.cd.markForCheck();\n }\n }\n}\n","import {
|
|
1
|
+
{"version":3,"file":"ng-zorro-antd-extension-acl.mjs","sources":["../../../components/acl/nzx-acl.service.ts","../../../components/acl/nzx-acl.directive.ts","../../../components/acl/nzx-acl.module.ts","../../../components/acl/public-api.ts","../../../components/acl/ng-zorro-antd-extension-acl.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { BehaviorSubject, Observable } from 'rxjs';\n\n@Injectable()\nexport class NzxAclService {\n public permissions$: Observable<string[]>;\n\n private permissionsSource: BehaviorSubject<string[]>;\n\n constructor() {\n this.permissionsSource = new BehaviorSubject<string[]>([]);\n this.permissions$ = this.permissionsSource.asObservable();\n }\n\n /** 加载权限 */\n loadPermissions(permissions: string[]) {\n this.permissionsSource.next([\n ...this.permissionsSource.value,\n ...permissions,\n ]);\n }\n\n /** 含有权限 */\n hasPermission(permission: string) {\n return this.permissionsSource.value.includes(permission);\n }\n\n /** 添加权限 */\n addPermission(permission: string) {\n if (this.hasPermission(permission)) {\n return;\n }\n const permissions = [...this.permissionsSource.value, permission];\n this.permissionsSource.next(permissions);\n }\n\n /** 移除权限 */\n removePermission(permission: string) {\n const permissions = this.permissionsSource.value.filter(\n (p) => p !== permission\n );\n this.permissionsSource.next(permissions);\n }\n\n /** 刷新权限 */\n refreshPermission() {\n setTimeout(() => {\n this.permissionsSource.next(this.permissionsSource.value);\n }, 0);\n }\n}\n","import {\n ChangeDetectorRef,\n Directive,\n Input,\n OnDestroy,\n OnInit,\n TemplateRef,\n ViewContainerRef,\n} from '@angular/core';\n\nimport { NzxAclService } from './nzx-acl.service';\nimport { Subject, takeUntil } from 'rxjs';\n\ninterface AclContext {\n $implicit: string[];\n currentAcl: string;\n}\n\n@Directive({\n selector: '[nzxAcl]',\n exportAs: 'NzxAcl',\n})\nexport class NzxAclDirective implements OnInit, OnDestroy {\n @Input('nzxAcl') codes: string | string[] = '';\n @Input() nzxAclElse?: TemplateRef<any>;\n\n @Input('nzxAclDataAcl')\n dataAcl = true;\n\n private destroy$ = new Subject<void>();\n\n constructor(\n private templateRef: TemplateRef<AclContext>,\n private viewContainerRef: ViewContainerRef,\n private nzxAclService: NzxAclService,\n private cd: ChangeDetectorRef\n ) {}\n\n ngOnDestroy(): void {\n this.destroy$.next();\n this.destroy$.complete();\n }\n\n ngOnInit() {\n this.viewContainerRef.clear();\n this.nzxAclService.permissions$\n .pipe(takeUntil(this.destroy$))\n .subscribe((acls) => {\n this.viewContainerRef.clear();\n this.judge(acls);\n });\n }\n\n private judge(acls: string[]) {\n if (Array.isArray(this.codes)) {\n const isFind = acls.some((acl) => {\n return this.codes.includes(acl) === true;\n });\n\n if (isFind) {\n this.createView(acls);\n } else {\n if (this.nzxAclElse) {\n this.viewContainerRef.createEmbeddedView(this.nzxAclElse);\n }\n }\n }\n\n if (typeof this.codes === 'string') {\n if (acls.includes(this.codes)) {\n this.createView(acls);\n } else {\n if (this.nzxAclElse) {\n this.viewContainerRef.createEmbeddedView(this.nzxAclElse);\n }\n }\n }\n }\n\n private createView(acls: string[]) {\n if (this.dataAcl) {\n this.viewContainerRef.createEmbeddedView(this.templateRef, {\n $implicit: acls,\n currentAcl: this.codes,\n });\n this.cd.markForCheck();\n }\n }\n}\n","import { ModuleWithProviders, NgModule } from '@angular/core';\nimport { NzxAclDirective } from './nzx-acl.directive';\nimport { NzxAclService } from './nzx-acl.service';\n\n@NgModule({\n imports: [NzxAclDirective],\n exports: [NzxAclDirective],\n})\nexport class NzxAclModule {\n static forRoot(): ModuleWithProviders<NzxAclModule> {\n return {\n ngModule: NzxAclModule,\n providers: [NzxAclService],\n };\n }\n}\n","/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\nexport * from './nzx-acl.directive';\nexport * from './nzx-acl.service';\nexport * from './nzx-acl.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.NzxAclService"],"mappings":"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"}
|