ng-zorro-antd-extension 18.1.5 → 19.0.1
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 +2 -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/controls/abstract.control.d.ts +1 -1
- package/dynamic-form/controls/date-picker.control.d.ts +1 -1
- package/dynamic-form/controls/input.control.d.ts +1 -1
- package/dynamic-form/controls/range-picker.control.d.ts +1 -1
- package/dynamic-form/controls/select.control.d.ts +1 -1
- package/dynamic-form/controls/template.control.d.ts +1 -1
- package/dynamic-form/dynamic-form-item/dynamic-form-item.component.d.ts +1 -1
- package/dynamic-form/dynamic-form.component.d.ts +1 -1
- package/dynamic-form/dynamic-form.module.d.ts +1 -7
- package/dynamic-form/wrapper/control/abstract-control-wrapper.d.ts +1 -1
- package/dynamic-form/wrapper/control/built-in-control-wrapper.d.ts +1 -1
- package/dynamic-form/wrapper/item/abstract-item-wrapper.d.ts +1 -1
- package/dynamic-form/wrapper/item/built-in-item-wrapper.d.ts +1 -1
- package/dynamic-form/wrapper/label/abstract-label-wrapper.d.ts +1 -1
- package/dynamic-form/wrapper/label/built-in-label-wrapper.d.ts +1 -1
- 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 +78 -116
- 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 +86 -82
- 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/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 -86
- 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 -20
- package/esm2022/configurable-query/controls/date-picker.control.mjs +0 -37
- package/esm2022/configurable-query/controls/input.control.mjs +0 -36
- package/esm2022/configurable-query/controls/range-picker.control.mjs +0 -35
- package/esm2022/configurable-query/controls/select.control.mjs +0 -51
- package/esm2022/configurable-query/controls/template.control.mjs +0 -33
- 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/config/dynamic-form-config.mjs +0 -47
- package/esm2022/dynamic-form/controls/abstract.control.mjs +0 -17
- package/esm2022/dynamic-form/controls/date-picker.control.mjs +0 -20
- package/esm2022/dynamic-form/controls/input.control.mjs +0 -15
- package/esm2022/dynamic-form/controls/range-picker.control.mjs +0 -15
- package/esm2022/dynamic-form/controls/select.control.mjs +0 -49
- package/esm2022/dynamic-form/controls/template.control.mjs +0 -30
- package/esm2022/dynamic-form/dynamic-form-item/dynamic-form-item.component.mjs +0 -31
- package/esm2022/dynamic-form/dynamic-form.component.mjs +0 -45
- package/esm2022/dynamic-form/dynamic-form.module.mjs +0 -72
- package/esm2022/dynamic-form/ng-zorro-antd-extension-dynamic-form.mjs +0 -5
- package/esm2022/dynamic-form/public-api.mjs +0 -8
- package/esm2022/dynamic-form/wrapper/control/abstract-control-wrapper.mjs +0 -30
- package/esm2022/dynamic-form/wrapper/control/built-in-control-wrapper.mjs +0 -32
- package/esm2022/dynamic-form/wrapper/item/abstract-item-wrapper.mjs +0 -44
- package/esm2022/dynamic-form/wrapper/item/built-in-item-wrapper.mjs +0 -27
- package/esm2022/dynamic-form/wrapper/label/abstract-label-wrapper.mjs +0 -10
- package/esm2022/dynamic-form/wrapper/label/built-in-label-wrapper.mjs +0 -17
- 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 -312
- 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
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { ViewContainerRef, Directive, ViewChild, Component, HostBinding, Input, Injectable, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
|
3
|
-
import * as i1 from '
|
|
4
|
-
import
|
|
3
|
+
import * as i1$3 from '@angular/common';
|
|
4
|
+
import { CommonModule, NgStyle } from '@angular/common';
|
|
5
|
+
import * as i2 from 'ng-zorro-antd/form';
|
|
5
6
|
import { NzFormModule } from 'ng-zorro-antd/form';
|
|
7
|
+
import * as i1 from 'ng-zorro-antd/grid';
|
|
6
8
|
import * as i1$1 from 'ng-zorro-antd/input';
|
|
7
9
|
import { NzInputModule } from 'ng-zorro-antd/input';
|
|
8
|
-
import * as i1$2 from '
|
|
9
|
-
import { CommonModule } from '@angular/common';
|
|
10
|
-
import * as i1$3 from 'ng-zorro-antd/date-picker';
|
|
10
|
+
import * as i1$2 from 'ng-zorro-antd/date-picker';
|
|
11
11
|
import { NzDatePickerModule } from 'ng-zorro-antd/date-picker';
|
|
12
|
-
import * as i2 from '@angular/forms';
|
|
12
|
+
import * as i2$1 from '@angular/forms';
|
|
13
13
|
import { ReactiveFormsModule } from '@angular/forms';
|
|
14
|
-
import * as i3
|
|
14
|
+
import * as i3 from 'ng-zorro-antd/select';
|
|
15
15
|
import { NzSelectModule } from 'ng-zorro-antd/select';
|
|
16
16
|
|
|
17
17
|
class NzxDFAbstractItemWrapper {
|
|
@@ -42,10 +42,10 @@ class NzxDFAbstractItemWrapper {
|
|
|
42
42
|
throw `label:: is invalidate`;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
46
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
45
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFAbstractItemWrapper, deps: [{ token: NzxDFConfigService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
46
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFAbstractItemWrapper, isStandalone: true, viewQueries: [{ propertyName: "labelWrapperTemplateView", first: true, predicate: ["dfLabelWrapperTpl"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "controlWrapperTemplateView", first: true, predicate: ["dfControlWrapperTpl"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0 }); }
|
|
47
47
|
}
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFAbstractItemWrapper, decorators: [{
|
|
49
49
|
type: Directive
|
|
50
50
|
}], ctorParameters: () => [{ type: NzxDFConfigService }], propDecorators: { labelWrapperTemplateView: [{
|
|
51
51
|
type: ViewChild,
|
|
@@ -56,17 +56,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
56
56
|
}] } });
|
|
57
57
|
|
|
58
58
|
class NzxDFBuiltInItemWrapperComponent extends NzxDFAbstractItemWrapper {
|
|
59
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
60
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
59
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFBuiltInItemWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
60
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFBuiltInItemWrapperComponent, isStandalone: true, selector: "nzx-built-in-item-wrapper", usesInheritance: true, ngImport: i0, template: `
|
|
61
61
|
<nz-form-item>
|
|
62
62
|
<ng-template #dfLabelWrapperTpl></ng-template>
|
|
63
63
|
<ng-template #dfControlWrapperTpl></ng-template>
|
|
64
64
|
</nz-form-item>
|
|
65
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "component", type:
|
|
65
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: NzFormModule }, { kind: "directive", type: i1.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "component", type: i2.NzFormItemComponent, selector: "nz-form-item", exportAs: ["nzFormItem"] }] }); }
|
|
66
66
|
}
|
|
67
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFBuiltInItemWrapperComponent, decorators: [{
|
|
68
68
|
type: Component,
|
|
69
69
|
args: [{
|
|
70
|
+
imports: [CommonModule, NzFormModule],
|
|
70
71
|
selector: 'nzx-built-in-item-wrapper',
|
|
71
72
|
template: `
|
|
72
73
|
<nz-form-item>
|
|
@@ -78,20 +79,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
78
79
|
}] });
|
|
79
80
|
|
|
80
81
|
class NzxDFAbstractLabelWrapper {
|
|
81
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
82
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
82
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFAbstractLabelWrapper, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
83
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFAbstractLabelWrapper, isStandalone: true, ngImport: i0 }); }
|
|
83
84
|
}
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFAbstractLabelWrapper, decorators: [{
|
|
85
86
|
type: Directive
|
|
86
87
|
}] });
|
|
87
88
|
|
|
88
89
|
class NzxDFBuiltInLabelWrapperComponent extends NzxDFAbstractLabelWrapper {
|
|
89
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
90
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
90
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFBuiltInLabelWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
91
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFBuiltInLabelWrapperComponent, isStandalone: true, selector: "nzx-built-in-label-wrapper", usesInheritance: true, ngImport: i0, template: ` <nz-form-label>我是label</nz-form-label> `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: NzFormModule }, { kind: "directive", type: i1.NzColDirective, selector: "[nz-col],nz-col,nz-form-control,nz-form-label", inputs: ["nzFlex", "nzSpan", "nzOrder", "nzOffset", "nzPush", "nzPull", "nzXs", "nzSm", "nzMd", "nzLg", "nzXl", "nzXXl"], exportAs: ["nzCol"] }, { kind: "component", type: i2.NzFormLabelComponent, selector: "nz-form-label", inputs: ["nzFor", "nzRequired", "nzNoColon", "nzTooltipTitle", "nzTooltipIcon", "nzLabelAlign", "nzLabelWrap"], exportAs: ["nzFormLabel"] }] }); }
|
|
91
92
|
}
|
|
92
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
93
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFBuiltInLabelWrapperComponent, decorators: [{
|
|
93
94
|
type: Component,
|
|
94
95
|
args: [{
|
|
96
|
+
imports: [CommonModule, NzFormModule],
|
|
95
97
|
selector: 'nzx-built-in-label-wrapper',
|
|
96
98
|
template: ` <nz-form-label>我是label</nz-form-label> `,
|
|
97
99
|
}]
|
|
@@ -114,10 +116,10 @@ class NzxDFAbstractControlWrapper {
|
|
|
114
116
|
throw `label:: is invalidate`;
|
|
115
117
|
}
|
|
116
118
|
}
|
|
117
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
118
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
119
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFAbstractControlWrapper, deps: [{ token: NzxDFConfigService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
120
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFAbstractControlWrapper, isStandalone: true, viewQueries: [{ propertyName: "controlTemplateView", first: true, predicate: ["dfControlTpl"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0 }); }
|
|
119
121
|
}
|
|
120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFAbstractControlWrapper, decorators: [{
|
|
121
123
|
type: Directive
|
|
122
124
|
}], ctorParameters: () => [{ type: NzxDFConfigService }], propDecorators: { controlTemplateView: [{
|
|
123
125
|
type: ViewChild,
|
|
@@ -129,16 +131,17 @@ class NzxDFBuiltInControlWrapperComponent extends NzxDFAbstractControlWrapper {
|
|
|
129
131
|
super(...arguments);
|
|
130
132
|
this.controlWrapper = true;
|
|
131
133
|
}
|
|
132
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
133
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
134
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFBuiltInControlWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
135
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFBuiltInControlWrapperComponent, isStandalone: true, selector: "nzx-built-in-control-wrapper", host: { properties: { "class.ant-form-item-control": "this.controlWrapper" } }, usesInheritance: true, ngImport: i0, template: `
|
|
134
136
|
<nz-form-control>
|
|
135
137
|
<ng-template #dfControlTpl></ng-template>
|
|
136
138
|
</nz-form-control>
|
|
137
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NzColDirective, selector: "[nz-col],nz-col,nz-form-control,nz-form-label", inputs: ["nzFlex", "nzSpan", "nzOrder", "nzOffset", "nzPush", "nzPull", "nzXs", "nzSm", "nzMd", "nzLg", "nzXl", "nzXXl"], exportAs: ["nzCol"] }, { kind: "component", type:
|
|
139
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: NzFormModule }, { kind: "directive", type: i1.NzColDirective, selector: "[nz-col],nz-col,nz-form-control,nz-form-label", inputs: ["nzFlex", "nzSpan", "nzOrder", "nzOffset", "nzPush", "nzPull", "nzXs", "nzSm", "nzMd", "nzLg", "nzXl", "nzXXl"], exportAs: ["nzCol"] }, { kind: "component", type: i2.NzFormControlComponent, selector: "nz-form-control", inputs: ["nzSuccessTip", "nzWarningTip", "nzErrorTip", "nzValidatingTip", "nzExtra", "nzAutoTips", "nzDisableAutoTips", "nzHasFeedback", "nzValidateStatus"], exportAs: ["nzFormControl"] }] }); }
|
|
138
140
|
}
|
|
139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFBuiltInControlWrapperComponent, decorators: [{
|
|
140
142
|
type: Component,
|
|
141
143
|
args: [{
|
|
144
|
+
imports: [CommonModule, NzFormModule],
|
|
142
145
|
selector: 'nzx-built-in-control-wrapper',
|
|
143
146
|
template: `
|
|
144
147
|
<nz-form-control>
|
|
@@ -155,10 +158,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
155
158
|
* 用来动态添加control type类型控件,类型控件需要继承此控件
|
|
156
159
|
*/
|
|
157
160
|
class NzxDFAbstractControl {
|
|
158
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
159
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
161
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFAbstractControl, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
162
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFAbstractControl, isStandalone: true, inputs: { form: "form", control: "control" }, ngImport: i0 }); }
|
|
160
163
|
}
|
|
161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFAbstractControl, decorators: [{
|
|
162
165
|
type: Directive
|
|
163
166
|
}], propDecorators: { form: [{
|
|
164
167
|
type: Input
|
|
@@ -167,25 +170,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
167
170
|
}] } });
|
|
168
171
|
|
|
169
172
|
class NzxDFInputControlComponent extends NzxDFAbstractControl {
|
|
170
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
171
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
173
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFInputControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
174
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFInputControlComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ` <input nz-input type="text" /> `, isInline: true, dependencies: [{ kind: "ngmodule", type: NzInputModule }, { kind: "directive", type: i1$1.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStepperless", "nzStatus", "disabled"], exportAs: ["nzInput"] }] }); }
|
|
172
175
|
}
|
|
173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFInputControlComponent, decorators: [{
|
|
174
177
|
type: Component,
|
|
175
178
|
args: [{
|
|
179
|
+
imports: [NzInputModule],
|
|
176
180
|
template: ` <input nz-input type="text" /> `,
|
|
177
181
|
}]
|
|
178
182
|
}] });
|
|
179
183
|
|
|
180
184
|
class NzxDFDatePickerControlComponent extends NzxDFAbstractControl {
|
|
181
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
182
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
185
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFDatePickerControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
186
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFDatePickerControlComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
|
|
183
187
|
<nz-date-picker [ngStyle]="{ width: '100%' }"> </nz-date-picker>
|
|
184
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
188
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: NzDatePickerModule }, { kind: "component", type: i1$2.NzDatePickerComponent, selector: "nz-date-picker,nz-week-picker,nz-month-picker,nz-quarter-picker,nz-year-picker,nz-range-picker", inputs: ["nzAllowClear", "nzAutoFocus", "nzDisabled", "nzBorderless", "nzInputReadOnly", "nzInline", "nzOpen", "nzDisabledDate", "nzLocale", "nzPlaceHolder", "nzPopupStyle", "nzDropdownClassName", "nzSize", "nzStatus", "nzFormat", "nzDateRender", "nzDisabledTime", "nzRenderExtraFooter", "nzShowToday", "nzMode", "nzShowNow", "nzRanges", "nzDefaultPickerValue", "nzSeparator", "nzSuffixIcon", "nzBackdrop", "nzId", "nzPlacement", "nzShowWeekNumber", "nzShowTime"], outputs: ["nzOnPanelChange", "nzOnCalendarChange", "nzOnOk", "nzOnOpenChange"], exportAs: ["nzDatePicker"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
185
189
|
}
|
|
186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFDatePickerControlComponent, decorators: [{
|
|
187
191
|
type: Component,
|
|
188
192
|
args: [{
|
|
193
|
+
imports: [NzDatePickerModule, NgStyle],
|
|
189
194
|
template: `
|
|
190
195
|
<nz-date-picker [ngStyle]="{ width: '100%' }"> </nz-date-picker>
|
|
191
196
|
`,
|
|
@@ -193,19 +198,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
193
198
|
}] });
|
|
194
199
|
|
|
195
200
|
class NzxDFRangePickerControlComponent extends NzxDFAbstractControl {
|
|
196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
197
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
201
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFRangePickerControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
202
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFRangePickerControlComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ` <nz-range-picker> </nz-range-picker> `, isInline: true, dependencies: [{ kind: "ngmodule", type: NzDatePickerModule }, { kind: "component", type: i1$2.NzDatePickerComponent, selector: "nz-date-picker,nz-week-picker,nz-month-picker,nz-quarter-picker,nz-year-picker,nz-range-picker", inputs: ["nzAllowClear", "nzAutoFocus", "nzDisabled", "nzBorderless", "nzInputReadOnly", "nzInline", "nzOpen", "nzDisabledDate", "nzLocale", "nzPlaceHolder", "nzPopupStyle", "nzDropdownClassName", "nzSize", "nzStatus", "nzFormat", "nzDateRender", "nzDisabledTime", "nzRenderExtraFooter", "nzShowToday", "nzMode", "nzShowNow", "nzRanges", "nzDefaultPickerValue", "nzSeparator", "nzSuffixIcon", "nzBackdrop", "nzId", "nzPlacement", "nzShowWeekNumber", "nzShowTime"], outputs: ["nzOnPanelChange", "nzOnCalendarChange", "nzOnOk", "nzOnOpenChange"], exportAs: ["nzDatePicker"] }, { kind: "directive", type: i1$2.NzRangePickerComponent, selector: "nz-range-picker", exportAs: ["nzRangePicker"] }] }); }
|
|
198
203
|
}
|
|
199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFRangePickerControlComponent, decorators: [{
|
|
200
205
|
type: Component,
|
|
201
206
|
args: [{
|
|
207
|
+
imports: [NzDatePickerModule],
|
|
202
208
|
template: ` <nz-range-picker> </nz-range-picker> `,
|
|
203
209
|
}]
|
|
204
210
|
}] });
|
|
205
211
|
|
|
206
212
|
class NzxDFSelectControlComponent extends NzxDFAbstractControl {
|
|
207
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
208
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
213
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFSelectControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
214
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFSelectControlComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
|
|
209
215
|
<ng-container [formGroup]="form">
|
|
210
216
|
<nz-select
|
|
211
217
|
[formControlName]="control.controlName!"
|
|
@@ -221,11 +227,12 @@ class NzxDFSelectControlComponent extends NzxDFAbstractControl {
|
|
|
221
227
|
</nz-option>
|
|
222
228
|
</nz-select>
|
|
223
229
|
</ng-container>
|
|
224
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1$
|
|
230
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: NzSelectModule }, { kind: "component", type: i3.NzOptionComponent, selector: "nz-option", inputs: ["nzTitle", "nzLabel", "nzValue", "nzKey", "nzDisabled", "nzHide", "nzCustomContent"], exportAs: ["nzOption"] }, { kind: "component", type: i3.NzSelectComponent, selector: "nz-select", inputs: ["nzId", "nzSize", "nzStatus", "nzOptionHeightPx", "nzOptionOverflowSize", "nzDropdownClassName", "nzDropdownMatchSelectWidth", "nzDropdownStyle", "nzNotFoundContent", "nzPlaceHolder", "nzPlacement", "nzMaxTagCount", "nzDropdownRender", "nzCustomTemplate", "nzSuffixIcon", "nzClearIcon", "nzRemoveIcon", "nzMenuItemSelectedIcon", "nzTokenSeparators", "nzMaxTagPlaceholder", "nzMaxMultipleCount", "nzMode", "nzFilterOption", "compareWith", "nzAllowClear", "nzBorderless", "nzShowSearch", "nzLoading", "nzAutoFocus", "nzAutoClearSearchValue", "nzServerSearch", "nzDisabled", "nzOpen", "nzSelectOnTab", "nzBackdrop", "nzOptions", "nzShowArrow"], outputs: ["nzOnSearch", "nzScrollToBottom", "nzOpenChange", "nzBlur", "nzFocus"], exportAs: ["nzSelect"] }] }); }
|
|
225
231
|
}
|
|
226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFSelectControlComponent, decorators: [{
|
|
227
233
|
type: Component,
|
|
228
234
|
args: [{
|
|
235
|
+
imports: [CommonModule, ReactiveFormsModule, NzSelectModule],
|
|
229
236
|
template: `
|
|
230
237
|
<ng-container [formGroup]="form">
|
|
231
238
|
<nz-select
|
|
@@ -247,8 +254,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
247
254
|
}] });
|
|
248
255
|
|
|
249
256
|
class NzxDFTemplateControlComponent extends NzxDFAbstractControl {
|
|
250
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
251
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
257
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFTemplateControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
258
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxDFTemplateControlComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
|
|
252
259
|
<ng-container
|
|
253
260
|
*ngTemplateOutlet="
|
|
254
261
|
control.templateRef!;
|
|
@@ -256,11 +263,12 @@ class NzxDFTemplateControlComponent extends NzxDFAbstractControl {
|
|
|
256
263
|
"
|
|
257
264
|
>
|
|
258
265
|
</ng-container>
|
|
259
|
-
`, isInline: true }); }
|
|
266
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
|
|
260
267
|
}
|
|
261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFTemplateControlComponent, decorators: [{
|
|
262
269
|
type: Component,
|
|
263
270
|
args: [{
|
|
271
|
+
imports: [CommonModule],
|
|
264
272
|
template: `
|
|
265
273
|
<ng-container
|
|
266
274
|
*ngTemplateOutlet="
|
|
@@ -302,10 +310,10 @@ class NzxDFConfigService {
|
|
|
302
310
|
getControl(key) {
|
|
303
311
|
return this.controlMap.get(key);
|
|
304
312
|
}
|
|
305
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
306
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
313
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
314
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFConfigService, providedIn: 'root' }); }
|
|
307
315
|
}
|
|
308
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDFConfigService, decorators: [{
|
|
309
317
|
type: Injectable,
|
|
310
318
|
args: [{ providedIn: 'root' }]
|
|
311
319
|
}], ctorParameters: () => [] });
|
|
@@ -327,20 +335,20 @@ class DynamicFormItemComponent {
|
|
|
327
335
|
throw `item:: is invalidate`;
|
|
328
336
|
}
|
|
329
337
|
}
|
|
330
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
331
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
338
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: DynamicFormItemComponent, deps: [{ token: NzxDFConfigService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
339
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: DynamicFormItemComponent, isStandalone: true, selector: "nzx-dynamic-form-item", viewQueries: [{ propertyName: "itemTemplateView", first: true, predicate: ["dfItemTpl"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: ` <ng-template #dfItemTpl></ng-template> `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
332
340
|
}
|
|
333
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: DynamicFormItemComponent, decorators: [{
|
|
334
342
|
type: Component,
|
|
335
|
-
args: [{ selector: 'nzx-dynamic-form-item', template: ` <ng-template #dfItemTpl></ng-template> `, changeDetection: ChangeDetectionStrategy.OnPush }]
|
|
343
|
+
args: [{ imports: [CommonModule], selector: 'nzx-dynamic-form-item', template: ` <ng-template #dfItemTpl></ng-template> `, changeDetection: ChangeDetectionStrategy.OnPush }]
|
|
336
344
|
}], ctorParameters: () => [{ type: NzxDFConfigService }], propDecorators: { itemTemplateView: [{
|
|
337
345
|
type: ViewChild,
|
|
338
346
|
args: ['dfItemTpl', { static: true, read: ViewContainerRef }]
|
|
339
347
|
}] } });
|
|
340
348
|
|
|
341
349
|
class NzxDynamicFormComponent {
|
|
342
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
343
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDynamicFormComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
351
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxDynamicFormComponent, isStandalone: true, selector: "nzx-dynamic-form", ngImport: i0, template: `
|
|
344
352
|
<form nz-form [nzLayout]="'vertical'">
|
|
345
353
|
<nz-form-item>
|
|
346
354
|
<nz-form-label>我是label</nz-form-label>
|
|
@@ -353,11 +361,17 @@ class NzxDynamicFormComponent {
|
|
|
353
361
|
<nzx-dynamic-form-item></nzx-dynamic-form-item>
|
|
354
362
|
<nzx-dynamic-form-item></nzx-dynamic-form-item>
|
|
355
363
|
</form>
|
|
356
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
364
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: NzFormModule }, { kind: "directive", type: i1.NzColDirective, selector: "[nz-col],nz-col,nz-form-control,nz-form-label", inputs: ["nzFlex", "nzSpan", "nzOrder", "nzOffset", "nzPush", "nzPull", "nzXs", "nzSm", "nzMd", "nzLg", "nzXl", "nzXXl"], exportAs: ["nzCol"] }, { kind: "directive", type: i1.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "directive", type: i2.NzFormDirective, selector: "[nz-form]", inputs: ["nzLayout", "nzNoColon", "nzAutoTips", "nzDisableAutoTips", "nzTooltipIcon", "nzLabelAlign", "nzLabelWrap"], exportAs: ["nzForm"] }, { kind: "component", type: i2.NzFormItemComponent, selector: "nz-form-item", exportAs: ["nzFormItem"] }, { kind: "component", type: i2.NzFormLabelComponent, selector: "nz-form-label", inputs: ["nzFor", "nzRequired", "nzNoColon", "nzTooltipTitle", "nzTooltipIcon", "nzLabelAlign", "nzLabelWrap"], exportAs: ["nzFormLabel"] }, { kind: "component", type: i2.NzFormControlComponent, selector: "nz-form-control", inputs: ["nzSuccessTip", "nzWarningTip", "nzErrorTip", "nzValidatingTip", "nzExtra", "nzAutoTips", "nzDisableAutoTips", "nzHasFeedback", "nzValidateStatus"], exportAs: ["nzFormControl"] }, { kind: "ngmodule", type: NzInputModule }, { kind: "directive", type: i1$1.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStepperless", "nzStatus", "disabled"], exportAs: ["nzInput"] }, { kind: "component", type: DynamicFormItemComponent, selector: "nzx-dynamic-form-item" }] }); }
|
|
357
365
|
}
|
|
358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDynamicFormComponent, decorators: [{
|
|
359
367
|
type: Component,
|
|
360
368
|
args: [{
|
|
369
|
+
imports: [
|
|
370
|
+
CommonModule,
|
|
371
|
+
NzFormModule,
|
|
372
|
+
NzInputModule,
|
|
373
|
+
DynamicFormItemComponent,
|
|
374
|
+
],
|
|
361
375
|
selector: 'nzx-dynamic-form',
|
|
362
376
|
template: `
|
|
363
377
|
<form nz-form [nzLayout]="'vertical'">
|
|
@@ -383,8 +397,8 @@ class NzxDynamicFormModule {
|
|
|
383
397
|
providers: [],
|
|
384
398
|
};
|
|
385
399
|
}
|
|
386
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
387
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
400
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDynamicFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
401
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.2", ngImport: i0, type: NzxDynamicFormModule, imports: [NzxDynamicFormComponent,
|
|
388
402
|
DynamicFormItemComponent,
|
|
389
403
|
NzxDFBuiltInItemWrapperComponent,
|
|
390
404
|
NzxDFBuiltInLabelWrapperComponent,
|
|
@@ -392,31 +406,21 @@ class NzxDynamicFormModule {
|
|
|
392
406
|
NzxDFDatePickerControlComponent,
|
|
393
407
|
NzxDFInputControlComponent,
|
|
394
408
|
NzxDFRangePickerControlComponent,
|
|
395
|
-
NzxDFSelectControlComponent],
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
NzSelectModule,
|
|
406
|
-
NzDatePickerModule] }); }
|
|
409
|
+
NzxDFSelectControlComponent], exports: [NzxDynamicFormComponent] }); }
|
|
410
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDynamicFormModule, imports: [NzxDynamicFormComponent,
|
|
411
|
+
DynamicFormItemComponent,
|
|
412
|
+
NzxDFBuiltInItemWrapperComponent,
|
|
413
|
+
NzxDFBuiltInLabelWrapperComponent,
|
|
414
|
+
NzxDFBuiltInControlWrapperComponent,
|
|
415
|
+
NzxDFDatePickerControlComponent,
|
|
416
|
+
NzxDFInputControlComponent,
|
|
417
|
+
NzxDFRangePickerControlComponent,
|
|
418
|
+
NzxDFSelectControlComponent] }); }
|
|
407
419
|
}
|
|
408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDynamicFormModule, decorators: [{
|
|
409
421
|
type: NgModule,
|
|
410
422
|
args: [{
|
|
411
423
|
imports: [
|
|
412
|
-
CommonModule,
|
|
413
|
-
ReactiveFormsModule,
|
|
414
|
-
NzFormModule,
|
|
415
|
-
NzInputModule,
|
|
416
|
-
NzSelectModule,
|
|
417
|
-
NzDatePickerModule,
|
|
418
|
-
],
|
|
419
|
-
declarations: [
|
|
420
424
|
NzxDynamicFormComponent,
|
|
421
425
|
DynamicFormItemComponent,
|
|
422
426
|
NzxDFBuiltInItemWrapperComponent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-zorro-antd-extension-dynamic-form.mjs","sources":["../../../components/dynamic-form/wrapper/item/abstract-item-wrapper.ts","../../../components/dynamic-form/wrapper/item/built-in-item-wrapper.ts","../../../components/dynamic-form/wrapper/label/abstract-label-wrapper.ts","../../../components/dynamic-form/wrapper/label/built-in-label-wrapper.ts","../../../components/dynamic-form/wrapper/control/abstract-control-wrapper.ts","../../../components/dynamic-form/wrapper/control/built-in-control-wrapper.ts","../../../components/dynamic-form/controls/abstract.control.ts","../../../components/dynamic-form/controls/input.control.ts","../../../components/dynamic-form/controls/date-picker.control.ts","../../../components/dynamic-form/controls/range-picker.control.ts","../../../components/dynamic-form/controls/select.control.ts","../../../components/dynamic-form/controls/template.control.ts","../../../components/dynamic-form/config/dynamic-form-config.ts","../../../components/dynamic-form/dynamic-form-item/dynamic-form-item.component.ts","../../../components/dynamic-form/dynamic-form.component.ts","../../../components/dynamic-form/dynamic-form.module.ts","../../../components/dynamic-form/public-api.ts","../../../components/dynamic-form/ng-zorro-antd-extension-dynamic-form.ts"],"sourcesContent":["import { Directive, OnInit, ViewChild, ViewContainerRef } from '@angular/core';\nimport { NzxDFConfigService } from '../../config/dynamic-form-config';\n\n@Directive()\nexport class NzxDFAbstractItemWrapper implements OnInit {\n @ViewChild('dfLabelWrapperTpl', { static: true, read: ViewContainerRef })\n private labelWrapperTemplateView!: ViewContainerRef;\n @ViewChild('dfControlWrapperTpl', { static: true, read: ViewContainerRef })\n private controlWrapperTemplateView!: ViewContainerRef;\n\n constructor(private nzxDFConfig: NzxDFConfigService) {}\n\n ngOnInit(): void {\n this.renderLabel();\n this.renderControl();\n }\n\n private renderLabel() {\n this.labelWrapperTemplateView.clear();\n const labelWrapperComponent =\n this.nzxDFConfig.getLabelWrapper('builtin-label');\n if (labelWrapperComponent) {\n const componentRef = this.labelWrapperTemplateView.createComponent(\n labelWrapperComponent\n );\n } else {\n throw `label:: is invalidate`;\n }\n }\n private renderControl() {\n this.controlWrapperTemplateView.clear();\n const controlWrapperComponent =\n this.nzxDFConfig.getControlWrapper('builtin-control');\n if (controlWrapperComponent) {\n const componentRef = this.controlWrapperTemplateView.createComponent(\n controlWrapperComponent\n );\n } else {\n throw `label:: is invalidate`;\n }\n }\n}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractItemWrapper } from './abstract-item-wrapper';\n\n@Component({\n selector: 'nzx-built-in-item-wrapper',\n template: `\n <nz-form-item>\n <ng-template #dfLabelWrapperTpl></ng-template>\n <ng-template #dfControlWrapperTpl></ng-template>\n </nz-form-item>\n `,\n})\nexport class NzxDFBuiltInItemWrapperComponent extends NzxDFAbstractItemWrapper {}\n","import { Directive } from '@angular/core';\n\n@Directive()\nexport class NzxDFAbstractLabelWrapper {}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractLabelWrapper } from './abstract-label-wrapper';\n\n@Component({\n selector: 'nzx-built-in-label-wrapper',\n template: ` <nz-form-label>我是label</nz-form-label> `,\n})\nexport class NzxDFBuiltInLabelWrapperComponent extends NzxDFAbstractLabelWrapper {}\n","import { Directive, OnInit, ViewChild, ViewContainerRef } from '@angular/core';\nimport { NzxDFConfigService } from '../../config/dynamic-form-config';\n\n@Directive()\nexport class NzxDFAbstractControlWrapper implements OnInit {\n @ViewChild('dfControlTpl', { static: true, read: ViewContainerRef })\n private controlTemplateView!: ViewContainerRef;\n\n constructor(private nzxDFConfig: NzxDFConfigService) {}\n\n ngOnInit(): void {\n this.renderControl();\n }\n\n private renderControl() {\n this.controlTemplateView.clear();\n const controlComponent = this.nzxDFConfig.getControl('input');\n if (controlComponent) {\n const componentRef =\n this.controlTemplateView.createComponent(controlComponent);\n } else {\n throw `label:: is invalidate`;\n }\n }\n}\n","import { Component, HostBinding } from '@angular/core';\nimport { NzxDFAbstractControlWrapper } from './abstract-control-wrapper';\n\n@Component({\n selector: 'nzx-built-in-control-wrapper',\n template: `\n <nz-form-control>\n <ng-template #dfControlTpl></ng-template>\n </nz-form-control>\n `,\n})\nexport class NzxDFBuiltInControlWrapperComponent extends NzxDFAbstractControlWrapper {\n @HostBinding('class.ant-form-item-control') controlWrapper = true;\n}\n","import { Directive, Input } from '@angular/core';\nimport { FormGroup } from '@angular/forms';\n\n/**\n * 用来动态添加control type类型控件,类型控件需要继承此控件\n */\n@Directive()\nexport class NzxDFAbstractControl {\n @Input() form!: FormGroup<any>;\n @Input() control!: any;\n}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractControl } from './abstract.control';\n\n@Component({\n template: ` <input nz-input type=\"text\" /> `,\n})\nexport class NzxDFInputControlComponent extends NzxDFAbstractControl {}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractControl } from './abstract.control';\n\n@Component({\n template: `\n <nz-date-picker [ngStyle]=\"{ width: '100%' }\"> </nz-date-picker>\n `,\n})\nexport class NzxDFDatePickerControlComponent extends NzxDFAbstractControl {}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractControl } from './abstract.control';\n\n@Component({\n template: ` <nz-range-picker> </nz-range-picker> `,\n})\nexport class NzxDFRangePickerControlComponent extends NzxDFAbstractControl {}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractControl } from './abstract.control';\n\n@Component({\n template: `\n <ng-container [formGroup]=\"form\">\n <nz-select\n [formControlName]=\"control.controlName!\"\n [nzShowSearch]=\"control.nzxShowSearch ?? true\"\n [nzAllowClear]=\"control.nzxAllowClear ?? true\"\n [nzPlaceHolder]=\"control.placeholder!\"\n >\n <nz-option\n *ngFor=\"let item of control.menuList\"\n [nzValue]=\"item.value\"\n [nzLabel]=\"item.label\"\n >\n </nz-option>\n </nz-select>\n </ng-container>\n `,\n})\nexport class NzxDFSelectControlComponent extends NzxDFAbstractControl {}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractControl } from './abstract.control';\n\n@Component({\n template: `\n <ng-container\n *ngTemplateOutlet=\"\n control.templateRef!;\n context: { $implicit: form.get(control.controlName!), formGroup: form }\n \"\n >\n </ng-container>\n `,\n})\nexport class NzxDFTemplateControlComponent extends NzxDFAbstractControl {}\n","import { Injectable } from '@angular/core';\n\nimport { NzxDFBuiltInItemWrapperComponent } from '../wrapper/item/built-in-item-wrapper';\nimport { NzxDFBuiltInLabelWrapperComponent } from '../wrapper/label/built-in-label-wrapper';\nimport { NzxDFBuiltInControlWrapperComponent } from '../wrapper/control/built-in-control-wrapper';\nimport { NzxDFAbstractItemWrapper } from '../wrapper/item/abstract-item-wrapper';\nimport { NzxDFAbstractLabelWrapper } from '../wrapper/label/abstract-label-wrapper';\nimport { NzxDFAbstractControlWrapper } from '../wrapper/control/abstract-control-wrapper';\n\nimport { NzxDFAbstractControl } from '../controls/abstract.control';\nimport { NzxDFInputControlComponent } from '../controls/input.control';\nimport { NzxDFDatePickerControlComponent } from '../controls/date-picker.control';\nimport { NzxDFRangePickerControlComponent } from '../controls/range-picker.control';\nimport { NzxDFSelectControlComponent } from '../controls/select.control';\nimport { NzxDFTemplateControlComponent } from '../controls/template.control';\n\n@Injectable({ providedIn: 'root' })\nexport class NzxDFConfigService {\n private itemWrapperMap = new Map<string, typeof NzxDFAbstractItemWrapper>([\n ['builtin-item', NzxDFBuiltInItemWrapperComponent],\n ]);\n\n private labelWrapperMap = new Map<string, typeof NzxDFAbstractLabelWrapper>([\n ['builtin-label', NzxDFBuiltInLabelWrapperComponent],\n ]);\n\n private controlWrapperMap = new Map<\n string,\n typeof NzxDFAbstractControlWrapper\n >([['builtin-control', NzxDFBuiltInControlWrapperComponent]]);\n\n private controlMap = new Map<string, typeof NzxDFAbstractControl>([\n ['input', NzxDFInputControlComponent],\n ['datePicker', NzxDFDatePickerControlComponent],\n ['rangePicker', NzxDFRangePickerControlComponent],\n ['select', NzxDFSelectControlComponent],\n ['template', NzxDFTemplateControlComponent],\n ]);\n constructor() {}\n\n getItemWrapper(key: string) {\n return this.itemWrapperMap.get(key);\n }\n getLabelWrapper(key: string) {\n return this.labelWrapperMap.get(key);\n }\n getControlWrapper(key: string) {\n return this.controlWrapperMap.get(key);\n }\n\n getControl(key: string) {\n return this.controlMap.get(key);\n }\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n OnInit,\n ViewChild,\n ViewContainerRef,\n} from '@angular/core';\nimport { NzxDFConfigService } from '../config/dynamic-form-config';\n\n\n@Component({\n selector: 'nzx-dynamic-form-item',\n template: ` <ng-template #dfItemTpl></ng-template> `,\n styles: [],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DynamicFormItemComponent implements OnInit {\n @ViewChild('dfItemTpl', { static: true, read: ViewContainerRef })\n private itemTemplateView!: ViewContainerRef;\n\n constructor(private nzxDFConfig: NzxDFConfigService) {}\n\n ngOnInit(): void {\n this.renderItem();\n }\n\n private renderItem() {\n this.itemTemplateView.clear();\n const labelComponent = this.nzxDFConfig.getItemWrapper('builtin-item');\n if (labelComponent) {\n const componentRef =\n this.itemTemplateView.createComponent(labelComponent);\n } else {\n throw `item:: is invalidate`;\n }\n }\n}\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'nzx-dynamic-form',\n template: `\n <form nz-form [nzLayout]=\"'vertical'\">\n <nz-form-item>\n <nz-form-label>我是label</nz-form-label>\n <nz-form-control>\n <input nz-input />\n </nz-form-control>\n </nz-form-item>\n\n <nzx-dynamic-form-item></nzx-dynamic-form-item>\n <nzx-dynamic-form-item></nzx-dynamic-form-item>\n <nzx-dynamic-form-item></nzx-dynamic-form-item>\n </form>\n `,\n})\nexport class NzxDynamicFormComponent {}\n","import { CommonModule } from '@angular/common';\nimport { ModuleWithProviders, NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { NzFormModule } from 'ng-zorro-antd/form';\nimport { NzInputModule } from 'ng-zorro-antd/input';\nimport { NzSelectModule } from 'ng-zorro-antd/select';\nimport { NzDatePickerModule } from 'ng-zorro-antd/date-picker';\n\nimport { NzxDFBuiltInControlWrapperComponent } from './wrapper/control/built-in-control-wrapper';\nimport { NzxDFBuiltInItemWrapperComponent } from './wrapper/item/built-in-item-wrapper';\nimport { NzxDFBuiltInLabelWrapperComponent } from './wrapper/label/built-in-label-wrapper';\n\nimport { NzxDFDatePickerControlComponent } from './controls/date-picker.control';\nimport { NzxDFInputControlComponent } from './controls/input.control';\nimport { NzxDFRangePickerControlComponent } from './controls/range-picker.control';\nimport { NzxDFSelectControlComponent } from './controls/select.control';\n\nimport { DynamicFormItemComponent } from './dynamic-form-item/dynamic-form-item.component';\nimport { NzxDynamicFormComponent } from './dynamic-form.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n\n NzFormModule,\n NzInputModule,\n NzSelectModule,\n NzDatePickerModule,\n ],\n declarations: [\n NzxDynamicFormComponent,\n DynamicFormItemComponent,\n\n NzxDFBuiltInItemWrapperComponent,\n NzxDFBuiltInLabelWrapperComponent,\n NzxDFBuiltInControlWrapperComponent,\n\n NzxDFDatePickerControlComponent,\n NzxDFInputControlComponent,\n NzxDFRangePickerControlComponent,\n NzxDFSelectControlComponent,\n ],\n exports: [NzxDynamicFormComponent],\n})\nexport class NzxDynamicFormModule {\n static forRoot(): ModuleWithProviders<NzxDynamicFormModule> {\n return {\n ngModule: NzxDynamicFormModule,\n providers: [],\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 './config/dynamic-form-config';\nexport * from './dynamic-form.component';\nexport * from './dynamic-form.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.NzxDFConfigService","i2","i1","i3","i4","i5.DynamicFormItemComponent"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ng-zorro-antd-extension-dynamic-form.mjs","sources":["../../../components/dynamic-form/wrapper/item/abstract-item-wrapper.ts","../../../components/dynamic-form/wrapper/item/built-in-item-wrapper.ts","../../../components/dynamic-form/wrapper/label/abstract-label-wrapper.ts","../../../components/dynamic-form/wrapper/label/built-in-label-wrapper.ts","../../../components/dynamic-form/wrapper/control/abstract-control-wrapper.ts","../../../components/dynamic-form/wrapper/control/built-in-control-wrapper.ts","../../../components/dynamic-form/controls/abstract.control.ts","../../../components/dynamic-form/controls/input.control.ts","../../../components/dynamic-form/controls/date-picker.control.ts","../../../components/dynamic-form/controls/range-picker.control.ts","../../../components/dynamic-form/controls/select.control.ts","../../../components/dynamic-form/controls/template.control.ts","../../../components/dynamic-form/config/dynamic-form-config.ts","../../../components/dynamic-form/dynamic-form-item/dynamic-form-item.component.ts","../../../components/dynamic-form/dynamic-form.component.ts","../../../components/dynamic-form/dynamic-form.module.ts","../../../components/dynamic-form/public-api.ts","../../../components/dynamic-form/ng-zorro-antd-extension-dynamic-form.ts"],"sourcesContent":["import { Directive, OnInit, ViewChild, ViewContainerRef } from '@angular/core';\nimport { NzxDFConfigService } from '../../config/dynamic-form-config';\n\n@Directive()\nexport class NzxDFAbstractItemWrapper implements OnInit {\n @ViewChild('dfLabelWrapperTpl', { static: true, read: ViewContainerRef })\n private labelWrapperTemplateView!: ViewContainerRef;\n @ViewChild('dfControlWrapperTpl', { static: true, read: ViewContainerRef })\n private controlWrapperTemplateView!: ViewContainerRef;\n\n constructor(private nzxDFConfig: NzxDFConfigService) {}\n\n ngOnInit(): void {\n this.renderLabel();\n this.renderControl();\n }\n\n private renderLabel() {\n this.labelWrapperTemplateView.clear();\n const labelWrapperComponent =\n this.nzxDFConfig.getLabelWrapper('builtin-label');\n if (labelWrapperComponent) {\n const componentRef = this.labelWrapperTemplateView.createComponent(\n labelWrapperComponent\n );\n } else {\n throw `label:: is invalidate`;\n }\n }\n private renderControl() {\n this.controlWrapperTemplateView.clear();\n const controlWrapperComponent =\n this.nzxDFConfig.getControlWrapper('builtin-control');\n if (controlWrapperComponent) {\n const componentRef = this.controlWrapperTemplateView.createComponent(\n controlWrapperComponent\n );\n } else {\n throw `label:: is invalidate`;\n }\n }\n}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractItemWrapper } from './abstract-item-wrapper';\nimport { CommonModule } from '@angular/common';\nimport { NzFormModule } from 'ng-zorro-antd/form';\n\n@Component({\n imports: [CommonModule, NzFormModule],\n selector: 'nzx-built-in-item-wrapper',\n template: `\n <nz-form-item>\n <ng-template #dfLabelWrapperTpl></ng-template>\n <ng-template #dfControlWrapperTpl></ng-template>\n </nz-form-item>\n `,\n})\nexport class NzxDFBuiltInItemWrapperComponent extends NzxDFAbstractItemWrapper {}\n","import { Directive } from '@angular/core';\n\n@Directive()\nexport class NzxDFAbstractLabelWrapper {}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractLabelWrapper } from './abstract-label-wrapper';\nimport { CommonModule } from '@angular/common';\nimport { NzFormModule } from 'ng-zorro-antd/form';\n\n@Component({\n imports: [CommonModule, NzFormModule],\n selector: 'nzx-built-in-label-wrapper',\n template: ` <nz-form-label>我是label</nz-form-label> `,\n})\nexport class NzxDFBuiltInLabelWrapperComponent extends NzxDFAbstractLabelWrapper {}\n","import { Directive, OnInit, ViewChild, ViewContainerRef } from '@angular/core';\nimport { NzxDFConfigService } from '../../config/dynamic-form-config';\n\n@Directive()\nexport class NzxDFAbstractControlWrapper implements OnInit {\n @ViewChild('dfControlTpl', { static: true, read: ViewContainerRef })\n private controlTemplateView!: ViewContainerRef;\n\n constructor(private nzxDFConfig: NzxDFConfigService) {}\n\n ngOnInit(): void {\n this.renderControl();\n }\n\n private renderControl() {\n this.controlTemplateView.clear();\n const controlComponent = this.nzxDFConfig.getControl('input');\n if (controlComponent) {\n const componentRef =\n this.controlTemplateView.createComponent(controlComponent);\n } else {\n throw `label:: is invalidate`;\n }\n }\n}\n","import { Component, HostBinding } from '@angular/core';\nimport { NzxDFAbstractControlWrapper } from './abstract-control-wrapper';\nimport { CommonModule } from '@angular/common';\nimport { NzFormModule } from 'ng-zorro-antd/form';\n\n@Component({\n imports: [CommonModule, NzFormModule],\n selector: 'nzx-built-in-control-wrapper',\n template: `\n <nz-form-control>\n <ng-template #dfControlTpl></ng-template>\n </nz-form-control>\n `,\n})\nexport class NzxDFBuiltInControlWrapperComponent extends NzxDFAbstractControlWrapper {\n @HostBinding('class.ant-form-item-control') controlWrapper = true;\n}\n","import { Directive, Input } from '@angular/core';\nimport { FormGroup } from '@angular/forms';\n\n/**\n * 用来动态添加control type类型控件,类型控件需要继承此控件\n */\n@Directive()\nexport class NzxDFAbstractControl {\n @Input() form!: FormGroup<any>;\n @Input() control!: any;\n}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractControl } from './abstract.control';\nimport { NzInputModule } from 'ng-zorro-antd/input';\n\n@Component({\n imports: [NzInputModule],\n template: ` <input nz-input type=\"text\" /> `,\n})\nexport class NzxDFInputControlComponent extends NzxDFAbstractControl {}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractControl } from './abstract.control';\nimport { NzDatePickerModule } from 'ng-zorro-antd/date-picker';\nimport { NgStyle } from '@angular/common';\n\n@Component({\n imports: [NzDatePickerModule, NgStyle],\n template: `\n <nz-date-picker [ngStyle]=\"{ width: '100%' }\"> </nz-date-picker>\n `,\n})\nexport class NzxDFDatePickerControlComponent extends NzxDFAbstractControl {}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractControl } from './abstract.control';\nimport { NzDatePickerModule } from 'ng-zorro-antd/date-picker';\n\n@Component({\n imports: [NzDatePickerModule],\n template: ` <nz-range-picker> </nz-range-picker> `,\n})\nexport class NzxDFRangePickerControlComponent extends NzxDFAbstractControl {}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractControl } from './abstract.control';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { NzSelectModule } from 'ng-zorro-antd/select';\nimport { CommonModule } from '@angular/common';\n\n@Component({\n imports: [CommonModule, ReactiveFormsModule, NzSelectModule],\n template: `\n <ng-container [formGroup]=\"form\">\n <nz-select\n [formControlName]=\"control.controlName!\"\n [nzShowSearch]=\"control.nzxShowSearch ?? true\"\n [nzAllowClear]=\"control.nzxAllowClear ?? true\"\n [nzPlaceHolder]=\"control.placeholder!\"\n >\n <nz-option\n *ngFor=\"let item of control.menuList\"\n [nzValue]=\"item.value\"\n [nzLabel]=\"item.label\"\n >\n </nz-option>\n </nz-select>\n </ng-container>\n `,\n})\nexport class NzxDFSelectControlComponent extends NzxDFAbstractControl {}\n","import { Component } from '@angular/core';\nimport { NzxDFAbstractControl } from './abstract.control';\nimport { CommonModule } from '@angular/common';\n\n@Component({\n imports: [CommonModule],\n template: `\n <ng-container\n *ngTemplateOutlet=\"\n control.templateRef!;\n context: { $implicit: form.get(control.controlName!), formGroup: form }\n \"\n >\n </ng-container>\n `,\n})\nexport class NzxDFTemplateControlComponent extends NzxDFAbstractControl {}\n","import { Injectable } from '@angular/core';\n\nimport { NzxDFBuiltInItemWrapperComponent } from '../wrapper/item/built-in-item-wrapper';\nimport { NzxDFBuiltInLabelWrapperComponent } from '../wrapper/label/built-in-label-wrapper';\nimport { NzxDFBuiltInControlWrapperComponent } from '../wrapper/control/built-in-control-wrapper';\nimport { NzxDFAbstractItemWrapper } from '../wrapper/item/abstract-item-wrapper';\nimport { NzxDFAbstractLabelWrapper } from '../wrapper/label/abstract-label-wrapper';\nimport { NzxDFAbstractControlWrapper } from '../wrapper/control/abstract-control-wrapper';\n\nimport { NzxDFAbstractControl } from '../controls/abstract.control';\nimport { NzxDFInputControlComponent } from '../controls/input.control';\nimport { NzxDFDatePickerControlComponent } from '../controls/date-picker.control';\nimport { NzxDFRangePickerControlComponent } from '../controls/range-picker.control';\nimport { NzxDFSelectControlComponent } from '../controls/select.control';\nimport { NzxDFTemplateControlComponent } from '../controls/template.control';\n\n@Injectable({ providedIn: 'root' })\nexport class NzxDFConfigService {\n private itemWrapperMap = new Map<string, typeof NzxDFAbstractItemWrapper>([\n ['builtin-item', NzxDFBuiltInItemWrapperComponent],\n ]);\n\n private labelWrapperMap = new Map<string, typeof NzxDFAbstractLabelWrapper>([\n ['builtin-label', NzxDFBuiltInLabelWrapperComponent],\n ]);\n\n private controlWrapperMap = new Map<\n string,\n typeof NzxDFAbstractControlWrapper\n >([['builtin-control', NzxDFBuiltInControlWrapperComponent]]);\n\n private controlMap = new Map<string, typeof NzxDFAbstractControl>([\n ['input', NzxDFInputControlComponent],\n ['datePicker', NzxDFDatePickerControlComponent],\n ['rangePicker', NzxDFRangePickerControlComponent],\n ['select', NzxDFSelectControlComponent],\n ['template', NzxDFTemplateControlComponent],\n ]);\n constructor() {}\n\n getItemWrapper(key: string) {\n return this.itemWrapperMap.get(key);\n }\n getLabelWrapper(key: string) {\n return this.labelWrapperMap.get(key);\n }\n getControlWrapper(key: string) {\n return this.controlWrapperMap.get(key);\n }\n\n getControl(key: string) {\n return this.controlMap.get(key);\n }\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n OnInit,\n ViewChild,\n ViewContainerRef,\n} from '@angular/core';\nimport { NzxDFConfigService } from '../config/dynamic-form-config';\nimport { CommonModule } from '@angular/common';\n\n@Component({\n imports: [CommonModule],\n selector: 'nzx-dynamic-form-item',\n template: ` <ng-template #dfItemTpl></ng-template> `,\n styles: [],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DynamicFormItemComponent implements OnInit {\n @ViewChild('dfItemTpl', { static: true, read: ViewContainerRef })\n private itemTemplateView!: ViewContainerRef;\n\n constructor(private nzxDFConfig: NzxDFConfigService) {}\n\n ngOnInit(): void {\n this.renderItem();\n }\n\n private renderItem() {\n this.itemTemplateView.clear();\n const labelComponent = this.nzxDFConfig.getItemWrapper('builtin-item');\n if (labelComponent) {\n const componentRef =\n this.itemTemplateView.createComponent(labelComponent);\n } else {\n throw `item:: is invalidate`;\n }\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { Component } from '@angular/core';\nimport { NzFormModule } from 'ng-zorro-antd/form';\nimport { DynamicFormItemComponent } from './dynamic-form-item/dynamic-form-item.component';\nimport { NzInputModule } from 'ng-zorro-antd/input';\n\n@Component({\n imports: [\n CommonModule,\n NzFormModule,\n NzInputModule,\n DynamicFormItemComponent,\n ],\n selector: 'nzx-dynamic-form',\n template: `\n <form nz-form [nzLayout]=\"'vertical'\">\n <nz-form-item>\n <nz-form-label>我是label</nz-form-label>\n <nz-form-control>\n <input nz-input />\n </nz-form-control>\n </nz-form-item>\n\n <nzx-dynamic-form-item></nzx-dynamic-form-item>\n <nzx-dynamic-form-item></nzx-dynamic-form-item>\n <nzx-dynamic-form-item></nzx-dynamic-form-item>\n </form>\n `,\n})\nexport class NzxDynamicFormComponent {}\n","import { CommonModule } from '@angular/common';\nimport { ModuleWithProviders, NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { NzFormModule } from 'ng-zorro-antd/form';\nimport { NzInputModule } from 'ng-zorro-antd/input';\nimport { NzSelectModule } from 'ng-zorro-antd/select';\nimport { NzDatePickerModule } from 'ng-zorro-antd/date-picker';\n\nimport { NzxDFBuiltInControlWrapperComponent } from './wrapper/control/built-in-control-wrapper';\nimport { NzxDFBuiltInItemWrapperComponent } from './wrapper/item/built-in-item-wrapper';\nimport { NzxDFBuiltInLabelWrapperComponent } from './wrapper/label/built-in-label-wrapper';\n\nimport { NzxDFDatePickerControlComponent } from './controls/date-picker.control';\nimport { NzxDFInputControlComponent } from './controls/input.control';\nimport { NzxDFRangePickerControlComponent } from './controls/range-picker.control';\nimport { NzxDFSelectControlComponent } from './controls/select.control';\n\nimport { DynamicFormItemComponent } from './dynamic-form-item/dynamic-form-item.component';\nimport { NzxDynamicFormComponent } from './dynamic-form.component';\n\n@NgModule({\n imports: [\n NzxDynamicFormComponent,\n DynamicFormItemComponent,\n\n NzxDFBuiltInItemWrapperComponent,\n NzxDFBuiltInLabelWrapperComponent,\n NzxDFBuiltInControlWrapperComponent,\n\n NzxDFDatePickerControlComponent,\n NzxDFInputControlComponent,\n NzxDFRangePickerControlComponent,\n NzxDFSelectControlComponent,\n ],\n exports: [NzxDynamicFormComponent],\n})\nexport class NzxDynamicFormModule {\n static forRoot(): ModuleWithProviders<NzxDynamicFormModule> {\n return {\n ngModule: NzxDynamicFormModule,\n providers: [],\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 './config/dynamic-form-config';\nexport * from './dynamic-form.component';\nexport * from './dynamic-form.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.NzxDFConfigService","i1","i2"],"mappings":"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"}
|