ngx-formly-zorro-antd 16.1.4 → 16.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. package/common/formly-utils.d.ts +7 -0
  2. package/esm2022/button/button.module.mjs +4 -4
  3. package/esm2022/button/button.type.mjs +3 -3
  4. package/esm2022/card/card.module.mjs +4 -4
  5. package/esm2022/card/card.type.mjs +3 -3
  6. package/esm2022/card-wrapper/card-wrapper.module.mjs +4 -4
  7. package/esm2022/card-wrapper/card.wrapper.mjs +3 -3
  8. package/esm2022/cascader/cascader.module.mjs +4 -4
  9. package/esm2022/cascader/cascader.type.mjs +3 -3
  10. package/esm2022/checkbox/checkbox.module.mjs +4 -4
  11. package/esm2022/checkbox/checkbox.type.mjs +3 -3
  12. package/esm2022/common/common.module.mjs +4 -4
  13. package/esm2022/common/formly-box-templates.directive.mjs +8 -8
  14. package/esm2022/common/formly-utils.mjs +11 -1
  15. package/esm2022/datepicker/datepicker.module.mjs +4 -4
  16. package/esm2022/datepicker/datepicker.type.mjs +3 -3
  17. package/esm2022/form-field/form-field.module.mjs +14 -6
  18. package/esm2022/form-field/form-field.props.mjs +1 -1
  19. package/esm2022/form-field/form-field.wrapper.mjs +111 -83
  20. package/esm2022/grid/grid.module.mjs +4 -4
  21. package/esm2022/grid/grid.type.mjs +3 -3
  22. package/esm2022/input/input.module.mjs +4 -4
  23. package/esm2022/input/input.type.mjs +4 -4
  24. package/esm2022/input-group/input-group.module.mjs +4 -4
  25. package/esm2022/input-group/input-group.type.mjs +3 -3
  26. package/esm2022/input-number/input-number.module.mjs +4 -4
  27. package/esm2022/input-number/input-number.type.mjs +3 -3
  28. package/esm2022/lib/ui-ng-zorro-antd.module.mjs +4 -4
  29. package/esm2022/radio/radio.module.mjs +4 -4
  30. package/esm2022/radio/radio.type.mjs +3 -3
  31. package/esm2022/rate/rate.module.mjs +4 -4
  32. package/esm2022/rate/rate.type.mjs +3 -3
  33. package/esm2022/ref-template/ref-template.module.mjs +4 -4
  34. package/esm2022/ref-template/ref-template.type.mjs +3 -3
  35. package/esm2022/select/select.module.mjs +4 -4
  36. package/esm2022/select/select.type.mjs +4 -4
  37. package/esm2022/slider/slider.module.mjs +4 -4
  38. package/esm2022/slider/slider.type.mjs +3 -3
  39. package/esm2022/space/space.module.mjs +4 -4
  40. package/esm2022/space/space.type.mjs +3 -3
  41. package/esm2022/switch/switch.module.mjs +4 -4
  42. package/esm2022/switch/switch.type.mjs +3 -3
  43. package/esm2022/tabs/tabs.module.mjs +4 -4
  44. package/esm2022/tabs/tabs.wrapper.mjs +3 -3
  45. package/esm2022/textarea/textarea.module.mjs +4 -4
  46. package/esm2022/textarea/textarea.type.mjs +4 -4
  47. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  48. package/esm2022/timepicker/timepicker.type.mjs +3 -3
  49. package/esm2022/transfer/transfer.component.mjs +3 -3
  50. package/esm2022/transfer/transfer.module.mjs +4 -4
  51. package/esm2022/transfer/transfer.type.mjs +3 -3
  52. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  53. package/esm2022/tree-select/tree-select.type.mjs +3 -3
  54. package/esm2022/upload/upload.component.mjs +3 -3
  55. package/esm2022/upload/upload.module.mjs +4 -4
  56. package/esm2022/upload/upload.type.mjs +3 -3
  57. package/fesm2022/ngx-formly-zorro-antd-button.mjs +7 -7
  58. package/fesm2022/ngx-formly-zorro-antd-card-wrapper.mjs +7 -7
  59. package/fesm2022/ngx-formly-zorro-antd-card.mjs +7 -7
  60. package/fesm2022/ngx-formly-zorro-antd-cascader.mjs +7 -7
  61. package/fesm2022/ngx-formly-zorro-antd-checkbox.mjs +7 -7
  62. package/fesm2022/ngx-formly-zorro-antd-common.mjs +22 -12
  63. package/fesm2022/ngx-formly-zorro-antd-common.mjs.map +1 -1
  64. package/fesm2022/ngx-formly-zorro-antd-datepicker.mjs +7 -7
  65. package/fesm2022/ngx-formly-zorro-antd-form-field.mjs +122 -87
  66. package/fesm2022/ngx-formly-zorro-antd-form-field.mjs.map +1 -1
  67. package/fesm2022/ngx-formly-zorro-antd-grid.mjs +7 -7
  68. package/fesm2022/ngx-formly-zorro-antd-input-group.mjs +7 -7
  69. package/fesm2022/ngx-formly-zorro-antd-input-number.mjs +7 -7
  70. package/fesm2022/ngx-formly-zorro-antd-input.mjs +8 -8
  71. package/fesm2022/ngx-formly-zorro-antd-input.mjs.map +1 -1
  72. package/fesm2022/ngx-formly-zorro-antd-radio.mjs +7 -7
  73. package/fesm2022/ngx-formly-zorro-antd-rate.mjs +7 -7
  74. package/fesm2022/ngx-formly-zorro-antd-ref-template.mjs +7 -7
  75. package/fesm2022/ngx-formly-zorro-antd-select.mjs +8 -8
  76. package/fesm2022/ngx-formly-zorro-antd-select.mjs.map +1 -1
  77. package/fesm2022/ngx-formly-zorro-antd-slider.mjs +7 -7
  78. package/fesm2022/ngx-formly-zorro-antd-space.mjs +7 -7
  79. package/fesm2022/ngx-formly-zorro-antd-switch.mjs +7 -7
  80. package/fesm2022/ngx-formly-zorro-antd-tabs.mjs +7 -7
  81. package/fesm2022/ngx-formly-zorro-antd-textarea.mjs +8 -8
  82. package/fesm2022/ngx-formly-zorro-antd-textarea.mjs.map +1 -1
  83. package/fesm2022/ngx-formly-zorro-antd-timepicker.mjs +7 -7
  84. package/fesm2022/ngx-formly-zorro-antd-transfer.mjs +10 -10
  85. package/fesm2022/ngx-formly-zorro-antd-tree-select.mjs +7 -7
  86. package/fesm2022/ngx-formly-zorro-antd-upload.mjs +10 -10
  87. package/fesm2022/ngx-formly-zorro-antd.mjs +4 -4
  88. package/form-field/form-field.module.d.ts +4 -2
  89. package/form-field/form-field.props.d.ts +7 -2
  90. package/form-field/form-field.wrapper.d.ts +10 -2
  91. package/package.json +14 -14
@@ -1,131 +1,159 @@
1
- import { Component } from '@angular/core';
1
+ import { Component, Optional } from '@angular/core';
2
2
  import { FieldWrapper } from '@ngx-formly/core';
3
+ import { resolveTplName, hasTplNameValue, FormlyBoxTemplates } from 'ngx-formly-zorro-antd/common';
3
4
  import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "ng-zorro-antd/grid";
6
- import * as i3 from "ng-zorro-antd/form";
7
- import * as i4 from "@ngx-formly/core";
5
+ import * as i1 from "ngx-formly-zorro-antd/common";
6
+ import * as i2 from "@angular/common";
7
+ import * as i3 from "ng-zorro-antd/grid";
8
+ import * as i4 from "ng-zorro-antd/form";
9
+ import * as i5 from "ng-zorro-antd/core/outlet";
10
+ import * as i6 from "@ngx-formly/core";
8
11
  export class FormlyWrapperFormField extends FieldWrapper {
9
- get errorState() {
10
- return this.showError ? 'error' : 'success';
12
+ constructor(fieldTemplates) {
13
+ super();
14
+ this.fieldTemplates = fieldTemplates;
11
15
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyWrapperFormField, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: FormlyWrapperFormField, selector: "formly-wrapper-nz-form-field", usesInheritance: true, ngImport: i0, template: `
16
+ get nzTooltipTitle() {
17
+ return resolveTplName(this.props, this.fieldTemplates, 'tooltipTitle');
18
+ }
19
+ get nzExtra() {
20
+ return resolveTplName(this.props, this.fieldTemplates, 'extra');
21
+ }
22
+ get hasLabel() {
23
+ return hasTplNameValue(this.props, 'label');
24
+ }
25
+ get label() {
26
+ return resolveTplName(this.props, this.fieldTemplates, 'label');
27
+ }
28
+ get hasError() {
29
+ return (this.formControl?.dirty || this.formControl?.touched) && this.formControl.errors;
30
+ }
31
+ get validateStatus() {
32
+ return this.hasError ? 'error' : 'success';
33
+ }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyWrapperFormField, deps: [{ token: i1.FormlyBoxTemplates, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
35
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: FormlyWrapperFormField, selector: "formly-wrapper-nz-form-field", usesInheritance: true, ngImport: i0, template: `
14
36
  <nz-form-item [ngClass]="props.itemClass!">
15
- <ng-container *ngIf="props.label && props['hideLabel'] !== true">
37
+ <ng-container *ngIf="hasLabel && props['hideLabel'] !== true">
16
38
  <nz-form-label
17
- [nzFlex]="props['grid']?.labelFlex ?? null"
18
- [nzOffset]="props['grid']?.labelOffset ?? null"
19
- [nzOrder]="props['grid']?.labelOrder ?? null"
20
- [nzPull]="props['grid']?.labelPull ?? null"
21
- [nzPush]="props['grid']?.labelPush ?? null"
22
- [nzSpan]="props['grid']?.labelSpan ?? null"
23
- [nzXs]="props['grid']?.labelXs ?? null"
24
- [nzSm]="props['grid']?.labelSm ?? null"
25
- [nzMd]="props['grid']?.labelMd ?? null"
26
- [nzLg]="props['grid']?.labelLg ?? null"
27
- [nzXl]="props['grid']?.labelXl ?? null"
28
- [nzXXl]="props['grid']?.labelXXl ?? null"
29
- [ngClass]="props.labelClass!"
39
+ [nzFlex]="props['grid']?.labelFlex || formState.labelFlex"
40
+ [nzOffset]="props['grid']?.labelOffset || formState.labelOffset"
41
+ [nzOrder]="props['grid']?.labelOrder || formState.labelOrder"
42
+ [nzPull]="props['grid']?.labelPull || formState.labelPull"
43
+ [nzPush]="props['grid']?.labelPush || formState.labelPush"
44
+ [nzSpan]="props['grid']?.labelSpan || formState.labelSpan"
45
+ [nzXs]="props['grid']?.labelXs || formState.labelXs"
46
+ [nzSm]="props['grid']?.labelSm || formState.labelSm"
47
+ [nzMd]="props['grid']?.labelMd || formState.labelMd"
48
+ [nzLg]="props['grid']?.labelLg || formState.labelLg"
49
+ [nzXl]="props['grid']?.labelXl || formState.labelXl"
50
+ [nzXXl]="props['grid']?.labelXXl || formState.labelXXl"
51
+ [ngClass]="props.labelClass || formState.labelClass"
30
52
  [nzRequired]="props.required && props['hideRequiredMarker'] !== true"
31
53
  [nzFor]="id"
32
54
  [nzNoColon]="props['noColon']!!"
33
- [nzTooltipTitle]="props['tooltipTitle']"
55
+ [nzTooltipTitle]="nzTooltipTitle"
34
56
  [nzTooltipIcon]="props['tooltipIcon']!"
35
57
  [nzLabelAlign]="props['labelAlign'] ?? 'right'"
36
58
  [nzLabelWrap]="props['labelWrap']!!"
37
59
  >
38
- <span class="formly-label-text">
39
- {{ props.label }}
40
- </span>
60
+ <ng-container
61
+ *nzStringTemplateOutlet="label; context: { $implicit: field, options: props }"
62
+ >
63
+ <div class="formly-label-text" [attr.title]="label" [innerHTML]="label"></div>
64
+ </ng-container>
41
65
  </nz-form-label>
42
66
  </ng-container>
43
67
  <nz-form-control
44
- [nzValidateStatus]="errorState"
68
+ [nzValidateStatus]="validateStatus"
45
69
  [nzHasFeedback]="props['hasFeedback']!!"
46
- [nzExtra]="props['controlExtra']"
47
- [nzErrorTip]="errorTpl"
70
+ [nzExtra]="props.description || nzExtra"
71
+ [nzErrorTip]="errorTip"
48
72
  [ngClass]="props.controlClass!"
49
- [nzFlex]="props['grid']?.controlFlex ?? null"
50
- [nzOffset]="props['grid']?.controlOffset ?? null"
51
- [nzOrder]="props['grid']?.controlOrder ?? null"
52
- [nzPull]="props['grid']?.controlPull ?? null"
53
- [nzPush]="props['grid']?.controlPush ?? null"
54
- [nzSpan]="props['grid']?.controlSpan ?? null"
55
- [nzXs]="props['grid']?.controlXs ?? null"
56
- [nzSm]="props['grid']?.controlSm ?? null"
57
- [nzMd]="props['grid']?.controlMd ?? null"
58
- [nzLg]="props['grid']?.controlLg ?? null"
59
- [nzXl]="props['grid']?.controlXl ?? null"
60
- [nzXXl]="props['grid']?.controlXXl ?? null"
73
+ [nzFlex]="props['grid']?.controlFlex || formState.controlFlex"
74
+ [nzOffset]="props['grid']?.controlOffset || formState.controlOffset"
75
+ [nzOrder]="props['grid']?.controlOrder || formState.controlOrder"
76
+ [nzPull]="props['grid']?.controlPull || formState.controlPull"
77
+ [nzPush]="props['grid']?.controlPush || formState.controlPush"
78
+ [nzSpan]="props['grid']?.controlSpan || formState.controlSpan"
79
+ [nzXs]="props['grid']?.controlXs || formState.controlXs"
80
+ [nzSm]="props['grid']?.controlSm || formState.controlSm"
81
+ [nzMd]="props['grid']?.controlMd || formState.controlMd"
82
+ [nzLg]="props['grid']?.controlLg || formState.controlLg"
83
+ [nzXl]="props['grid']?.controlXl || formState.controlXl"
84
+ [nzXXl]="props['grid']?.controlXXl || formState.controlXXl"
61
85
  >
62
86
  <ng-container #fieldComponent></ng-container>
63
87
 
64
- <ng-template #errorTpl let-control>
65
- <formly-validation-message [field]="field"></formly-validation-message>
88
+ <ng-template #errorTip let-control>
89
+ <formly-validation-message *ngIf="hasError" [field]="field"></formly-validation-message>
66
90
  </ng-template>
67
91
  </nz-form-control>
68
92
  </nz-form-item>
69
- `, isInline: true, styles: [":host .formly-label-text{overflow:hidden;text-overflow:ellipsis}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.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: i2.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "component", type: i3.NzFormItemComponent, selector: "nz-form-item", exportAs: ["nzFormItem"] }, { kind: "component", type: i3.NzFormLabelComponent, selector: "nz-form-label", inputs: ["nzFor", "nzRequired", "nzNoColon", "nzTooltipTitle", "nzTooltipIcon", "nzLabelAlign", "nzLabelWrap"], exportAs: ["nzFormLabel"] }, { kind: "component", type: i3.NzFormControlComponent, selector: "nz-form-control", inputs: ["nzSuccessTip", "nzWarningTip", "nzErrorTip", "nzValidatingTip", "nzExtra", "nzAutoTips", "nzDisableAutoTips", "nzHasFeedback", "nzValidateStatus"], exportAs: ["nzFormControl"] }, { kind: "component", type: i4.ɵFormlyValidationMessage, selector: "formly-validation-message", inputs: ["field"] }] }); }
93
+ `, isInline: true, styles: [":host .formly-label-text{overflow:hidden;text-overflow:ellipsis}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.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: i3.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "component", type: i4.NzFormItemComponent, selector: "nz-form-item", exportAs: ["nzFormItem"] }, { kind: "component", type: i4.NzFormLabelComponent, selector: "nz-form-label", inputs: ["nzFor", "nzRequired", "nzNoColon", "nzTooltipTitle", "nzTooltipIcon", "nzLabelAlign", "nzLabelWrap"], exportAs: ["nzFormLabel"] }, { kind: "component", type: i4.NzFormControlComponent, selector: "nz-form-control", inputs: ["nzSuccessTip", "nzWarningTip", "nzErrorTip", "nzValidatingTip", "nzExtra", "nzAutoTips", "nzDisableAutoTips", "nzHasFeedback", "nzValidateStatus"], exportAs: ["nzFormControl"] }, { kind: "directive", type: i5.NzStringTemplateOutletDirective, selector: "[nzStringTemplateOutlet]", inputs: ["nzStringTemplateOutletContext", "nzStringTemplateOutlet"], exportAs: ["nzStringTemplateOutlet"] }, { kind: "component", type: i6.ɵFormlyValidationMessage, selector: "formly-validation-message", inputs: ["field"] }] }); }
70
94
  }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyWrapperFormField, decorators: [{
95
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyWrapperFormField, decorators: [{
72
96
  type: Component,
73
97
  args: [{ selector: 'formly-wrapper-nz-form-field', template: `
74
98
  <nz-form-item [ngClass]="props.itemClass!">
75
- <ng-container *ngIf="props.label && props['hideLabel'] !== true">
99
+ <ng-container *ngIf="hasLabel && props['hideLabel'] !== true">
76
100
  <nz-form-label
77
- [nzFlex]="props['grid']?.labelFlex ?? null"
78
- [nzOffset]="props['grid']?.labelOffset ?? null"
79
- [nzOrder]="props['grid']?.labelOrder ?? null"
80
- [nzPull]="props['grid']?.labelPull ?? null"
81
- [nzPush]="props['grid']?.labelPush ?? null"
82
- [nzSpan]="props['grid']?.labelSpan ?? null"
83
- [nzXs]="props['grid']?.labelXs ?? null"
84
- [nzSm]="props['grid']?.labelSm ?? null"
85
- [nzMd]="props['grid']?.labelMd ?? null"
86
- [nzLg]="props['grid']?.labelLg ?? null"
87
- [nzXl]="props['grid']?.labelXl ?? null"
88
- [nzXXl]="props['grid']?.labelXXl ?? null"
89
- [ngClass]="props.labelClass!"
101
+ [nzFlex]="props['grid']?.labelFlex || formState.labelFlex"
102
+ [nzOffset]="props['grid']?.labelOffset || formState.labelOffset"
103
+ [nzOrder]="props['grid']?.labelOrder || formState.labelOrder"
104
+ [nzPull]="props['grid']?.labelPull || formState.labelPull"
105
+ [nzPush]="props['grid']?.labelPush || formState.labelPush"
106
+ [nzSpan]="props['grid']?.labelSpan || formState.labelSpan"
107
+ [nzXs]="props['grid']?.labelXs || formState.labelXs"
108
+ [nzSm]="props['grid']?.labelSm || formState.labelSm"
109
+ [nzMd]="props['grid']?.labelMd || formState.labelMd"
110
+ [nzLg]="props['grid']?.labelLg || formState.labelLg"
111
+ [nzXl]="props['grid']?.labelXl || formState.labelXl"
112
+ [nzXXl]="props['grid']?.labelXXl || formState.labelXXl"
113
+ [ngClass]="props.labelClass || formState.labelClass"
90
114
  [nzRequired]="props.required && props['hideRequiredMarker'] !== true"
91
115
  [nzFor]="id"
92
116
  [nzNoColon]="props['noColon']!!"
93
- [nzTooltipTitle]="props['tooltipTitle']"
117
+ [nzTooltipTitle]="nzTooltipTitle"
94
118
  [nzTooltipIcon]="props['tooltipIcon']!"
95
119
  [nzLabelAlign]="props['labelAlign'] ?? 'right'"
96
120
  [nzLabelWrap]="props['labelWrap']!!"
97
121
  >
98
- <span class="formly-label-text">
99
- {{ props.label }}
100
- </span>
122
+ <ng-container
123
+ *nzStringTemplateOutlet="label; context: { $implicit: field, options: props }"
124
+ >
125
+ <div class="formly-label-text" [attr.title]="label" [innerHTML]="label"></div>
126
+ </ng-container>
101
127
  </nz-form-label>
102
128
  </ng-container>
103
129
  <nz-form-control
104
- [nzValidateStatus]="errorState"
130
+ [nzValidateStatus]="validateStatus"
105
131
  [nzHasFeedback]="props['hasFeedback']!!"
106
- [nzExtra]="props['controlExtra']"
107
- [nzErrorTip]="errorTpl"
132
+ [nzExtra]="props.description || nzExtra"
133
+ [nzErrorTip]="errorTip"
108
134
  [ngClass]="props.controlClass!"
109
- [nzFlex]="props['grid']?.controlFlex ?? null"
110
- [nzOffset]="props['grid']?.controlOffset ?? null"
111
- [nzOrder]="props['grid']?.controlOrder ?? null"
112
- [nzPull]="props['grid']?.controlPull ?? null"
113
- [nzPush]="props['grid']?.controlPush ?? null"
114
- [nzSpan]="props['grid']?.controlSpan ?? null"
115
- [nzXs]="props['grid']?.controlXs ?? null"
116
- [nzSm]="props['grid']?.controlSm ?? null"
117
- [nzMd]="props['grid']?.controlMd ?? null"
118
- [nzLg]="props['grid']?.controlLg ?? null"
119
- [nzXl]="props['grid']?.controlXl ?? null"
120
- [nzXXl]="props['grid']?.controlXXl ?? null"
135
+ [nzFlex]="props['grid']?.controlFlex || formState.controlFlex"
136
+ [nzOffset]="props['grid']?.controlOffset || formState.controlOffset"
137
+ [nzOrder]="props['grid']?.controlOrder || formState.controlOrder"
138
+ [nzPull]="props['grid']?.controlPull || formState.controlPull"
139
+ [nzPush]="props['grid']?.controlPush || formState.controlPush"
140
+ [nzSpan]="props['grid']?.controlSpan || formState.controlSpan"
141
+ [nzXs]="props['grid']?.controlXs || formState.controlXs"
142
+ [nzSm]="props['grid']?.controlSm || formState.controlSm"
143
+ [nzMd]="props['grid']?.controlMd || formState.controlMd"
144
+ [nzLg]="props['grid']?.controlLg || formState.controlLg"
145
+ [nzXl]="props['grid']?.controlXl || formState.controlXl"
146
+ [nzXXl]="props['grid']?.controlXXl || formState.controlXXl"
121
147
  >
122
148
  <ng-container #fieldComponent></ng-container>
123
149
 
124
- <ng-template #errorTpl let-control>
125
- <formly-validation-message [field]="field"></formly-validation-message>
150
+ <ng-template #errorTip let-control>
151
+ <formly-validation-message *ngIf="hasError" [field]="field"></formly-validation-message>
126
152
  </ng-template>
127
153
  </nz-form-control>
128
154
  </nz-form-item>
129
155
  `, styles: [":host .formly-label-text{overflow:hidden;text-overflow:ellipsis}\n"] }]
130
- }] });
131
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC53cmFwcGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZm9ybWx5YW50ZC9mb3JtLWZpZWxkL3NyYy9mb3JtLWZpZWxkLndyYXBwZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7Ozs7OztBQW1FaEQsTUFBTSxPQUFPLHNCQUF1QixTQUFRLFlBQW1EO0lBQzdGLElBQUksVUFBVTtRQUNaLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7SUFDOUMsQ0FBQzs4R0FIVSxzQkFBc0I7a0dBQXRCLHNCQUFzQiwyRkExRHZCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQXdEVDs7MkZBRVUsc0JBQXNCO2tCQTdEbEMsU0FBUzsrQkFDRSw4QkFBOEIsWUFFOUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBd0RUIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGaWVsZFdyYXBwZXIgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcbmltcG9ydCB0eXBlIHsgTnpGb3JtV3JhcHBlclByb3BzIH0gZnJvbSAnLi9mb3JtLWZpZWxkLnByb3BzJztcbmltcG9ydCB0eXBlIHsgTnpGb3JtbHlGaWVsZENvbmZpZyB9IGZyb20gJ25neC1mb3JtbHktem9ycm8tYW50ZC9jb21tb24nO1xuXG5leHBvcnQgdHlwZSBGb3JtbHlGaWVsZFByb3BzID0gTnpGb3JtV3JhcHBlclByb3BzO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmb3JtbHktd3JhcHBlci1uei1mb3JtLWZpZWxkJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC53cmFwcGVyLnNjc3MnXSxcbiAgdGVtcGxhdGU6IGBcbiAgICA8bnotZm9ybS1pdGVtIFtuZ0NsYXNzXT1cInByb3BzLml0ZW1DbGFzcyFcIj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJwcm9wcy5sYWJlbCAmJiBwcm9wc1snaGlkZUxhYmVsJ10gIT09IHRydWVcIj5cbiAgICAgICAgPG56LWZvcm0tbGFiZWxcbiAgICAgICAgICBbbnpGbGV4XT1cInByb3BzWydncmlkJ10/LmxhYmVsRmxleCA/PyBudWxsXCJcbiAgICAgICAgICBbbnpPZmZzZXRdPVwicHJvcHNbJ2dyaWQnXT8ubGFiZWxPZmZzZXQgPz8gbnVsbFwiXG4gICAgICAgICAgW256T3JkZXJdPVwicHJvcHNbJ2dyaWQnXT8ubGFiZWxPcmRlciA/PyBudWxsXCJcbiAgICAgICAgICBbbnpQdWxsXT1cInByb3BzWydncmlkJ10/LmxhYmVsUHVsbCA/PyBudWxsXCJcbiAgICAgICAgICBbbnpQdXNoXT1cInByb3BzWydncmlkJ10/LmxhYmVsUHVzaCA/PyBudWxsXCJcbiAgICAgICAgICBbbnpTcGFuXT1cInByb3BzWydncmlkJ10/LmxhYmVsU3BhbiA/PyBudWxsXCJcbiAgICAgICAgICBbbnpYc109XCJwcm9wc1snZ3JpZCddPy5sYWJlbFhzID8/IG51bGxcIlxuICAgICAgICAgIFtuelNtXT1cInByb3BzWydncmlkJ10/LmxhYmVsU20gPz8gbnVsbFwiXG4gICAgICAgICAgW256TWRdPVwicHJvcHNbJ2dyaWQnXT8ubGFiZWxNZCA/PyBudWxsXCJcbiAgICAgICAgICBbbnpMZ109XCJwcm9wc1snZ3JpZCddPy5sYWJlbExnID8/IG51bGxcIlxuICAgICAgICAgIFtuelhsXT1cInByb3BzWydncmlkJ10/LmxhYmVsWGwgPz8gbnVsbFwiXG4gICAgICAgICAgW256WFhsXT1cInByb3BzWydncmlkJ10/LmxhYmVsWFhsID8/IG51bGxcIlxuICAgICAgICAgIFtuZ0NsYXNzXT1cInByb3BzLmxhYmVsQ2xhc3MhXCJcbiAgICAgICAgICBbbnpSZXF1aXJlZF09XCJwcm9wcy5yZXF1aXJlZCAmJiBwcm9wc1snaGlkZVJlcXVpcmVkTWFya2VyJ10gIT09IHRydWVcIlxuICAgICAgICAgIFtuekZvcl09XCJpZFwiXG4gICAgICAgICAgW256Tm9Db2xvbl09XCJwcm9wc1snbm9Db2xvbiddISFcIlxuICAgICAgICAgIFtuelRvb2x0aXBUaXRsZV09XCJwcm9wc1sndG9vbHRpcFRpdGxlJ11cIlxuICAgICAgICAgIFtuelRvb2x0aXBJY29uXT1cInByb3BzWyd0b29sdGlwSWNvbiddIVwiXG4gICAgICAgICAgW256TGFiZWxBbGlnbl09XCJwcm9wc1snbGFiZWxBbGlnbiddID8/ICdyaWdodCdcIlxuICAgICAgICAgIFtuekxhYmVsV3JhcF09XCJwcm9wc1snbGFiZWxXcmFwJ10hIVwiXG4gICAgICAgID5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cImZvcm1seS1sYWJlbC10ZXh0XCI+XG4gICAgICAgICAgICB7eyBwcm9wcy5sYWJlbCB9fVxuICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPC9uei1mb3JtLWxhYmVsPlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8bnotZm9ybS1jb250cm9sXG4gICAgICAgIFtuelZhbGlkYXRlU3RhdHVzXT1cImVycm9yU3RhdGVcIlxuICAgICAgICBbbnpIYXNGZWVkYmFja109XCJwcm9wc1snaGFzRmVlZGJhY2snXSEhXCJcbiAgICAgICAgW256RXh0cmFdPVwicHJvcHNbJ2NvbnRyb2xFeHRyYSddXCJcbiAgICAgICAgW256RXJyb3JUaXBdPVwiZXJyb3JUcGxcIlxuICAgICAgICBbbmdDbGFzc109XCJwcm9wcy5jb250cm9sQ2xhc3MhXCJcbiAgICAgICAgW256RmxleF09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sRmxleCA/PyBudWxsXCJcbiAgICAgICAgW256T2Zmc2V0XT1cInByb3BzWydncmlkJ10/LmNvbnRyb2xPZmZzZXQgPz8gbnVsbFwiXG4gICAgICAgIFtuek9yZGVyXT1cInByb3BzWydncmlkJ10/LmNvbnRyb2xPcmRlciA/PyBudWxsXCJcbiAgICAgICAgW256UHVsbF09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sUHVsbCA/PyBudWxsXCJcbiAgICAgICAgW256UHVzaF09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sUHVzaCA/PyBudWxsXCJcbiAgICAgICAgW256U3Bhbl09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sU3BhbiA/PyBudWxsXCJcbiAgICAgICAgW256WHNdPVwicHJvcHNbJ2dyaWQnXT8uY29udHJvbFhzID8/IG51bGxcIlxuICAgICAgICBbbnpTbV09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sU20gPz8gbnVsbFwiXG4gICAgICAgIFtuek1kXT1cInByb3BzWydncmlkJ10/LmNvbnRyb2xNZCA/PyBudWxsXCJcbiAgICAgICAgW256TGddPVwicHJvcHNbJ2dyaWQnXT8uY29udHJvbExnID8/IG51bGxcIlxuICAgICAgICBbbnpYbF09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sWGwgPz8gbnVsbFwiXG4gICAgICAgIFtuelhYbF09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sWFhsID8/IG51bGxcIlxuICAgICAgPlxuICAgICAgICA8bmctY29udGFpbmVyICNmaWVsZENvbXBvbmVudD48L25nLWNvbnRhaW5lcj5cblxuICAgICAgICA8bmctdGVtcGxhdGUgI2Vycm9yVHBsIGxldC1jb250cm9sPlxuICAgICAgICAgIDxmb3JtbHktdmFsaWRhdGlvbi1tZXNzYWdlIFtmaWVsZF09XCJmaWVsZFwiPjwvZm9ybWx5LXZhbGlkYXRpb24tbWVzc2FnZT5cbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgIDwvbnotZm9ybS1jb250cm9sPlxuICAgIDwvbnotZm9ybS1pdGVtPlxuICBgXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1seVdyYXBwZXJGb3JtRmllbGQgZXh0ZW5kcyBGaWVsZFdyYXBwZXI8TnpGb3JtbHlGaWVsZENvbmZpZzxGb3JtbHlGaWVsZFByb3BzPj4ge1xuICBnZXQgZXJyb3JTdGF0ZSgpIHtcbiAgICByZXR1cm4gdGhpcy5zaG93RXJyb3IgPyAnZXJyb3InIDogJ3N1Y2Nlc3MnO1xuICB9XG59XG4iXX0=
156
+ }], ctorParameters: function () { return [{ type: i1.FormlyBoxTemplates, decorators: [{
157
+ type: Optional
158
+ }] }]; } });
159
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC53cmFwcGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZm9ybWx5YW50ZC9mb3JtLWZpZWxkL3NyYy9mb3JtLWZpZWxkLndyYXBwZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBR2hELE9BQU8sRUFBRSxjQUFjLEVBQUUsZUFBZSxFQUFFLGtCQUFrQixFQUFFLE1BQU0sOEJBQThCLENBQUM7Ozs7Ozs7O0FBbUVuRyxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsWUFBbUQ7SUFDN0YsWUFBK0IsY0FBa0M7UUFDL0QsS0FBSyxFQUFFLENBQUM7UUFEcUIsbUJBQWMsR0FBZCxjQUFjLENBQW9CO0lBRWpFLENBQUM7SUFFRCxJQUFJLGNBQWM7UUFDaEIsT0FBTyxjQUFjLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxJQUFJLENBQUMsY0FBYyxFQUFFLGNBQWMsQ0FBQyxDQUFDO0lBQ3pFLENBQUM7SUFDRCxJQUFJLE9BQU87UUFDVCxPQUFPLGNBQWMsQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLElBQUksQ0FBQyxjQUFjLEVBQUUsT0FBTyxDQUFDLENBQUM7SUFDbEUsQ0FBQztJQUNELElBQUksUUFBUTtRQUNWLE9BQU8sZUFBZSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsT0FBTyxDQUFDLENBQUM7SUFDOUMsQ0FBQztJQUVELElBQUksS0FBSztRQUNQLE9BQU8sY0FBYyxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsSUFBSSxDQUFDLGNBQWMsRUFBRSxPQUFPLENBQUMsQ0FBQztJQUNsRSxDQUFDO0lBRUQsSUFBSSxRQUFRO1FBQ1YsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsS0FBSyxJQUFJLElBQUksQ0FBQyxXQUFXLEVBQUUsT0FBTyxDQUFDLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUM7SUFDM0YsQ0FBQztJQUNELElBQUksY0FBYztRQUNoQixPQUFPLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO0lBQzdDLENBQUM7OEdBeEJVLHNCQUFzQjtrR0FBdEIsc0JBQXNCLDJGQTVEdkI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0EwRFQ7OzJGQUVVLHNCQUFzQjtrQkEvRGxDLFNBQVM7K0JBQ0UsOEJBQThCLFlBRTlCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBMERUOzswQkFHWSxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPcHRpb25hbCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRmllbGRXcmFwcGVyIH0gZnJvbSAnQG5neC1mb3JtbHkvY29yZSc7XG5pbXBvcnQgdHlwZSB7IE56Rm9ybVdyYXBwZXJQcm9wcyB9IGZyb20gJy4vZm9ybS1maWVsZC5wcm9wcyc7XG5pbXBvcnQgdHlwZSB7IE56Rm9ybWx5RmllbGRDb25maWcgfSBmcm9tICduZ3gtZm9ybWx5LXpvcnJvLWFudGQvY29tbW9uJztcbmltcG9ydCB7IHJlc29sdmVUcGxOYW1lLCBoYXNUcGxOYW1lVmFsdWUsIEZvcm1seUJveFRlbXBsYXRlcyB9IGZyb20gJ25neC1mb3JtbHktem9ycm8tYW50ZC9jb21tb24nO1xuXG5leHBvcnQgdHlwZSBGb3JtbHlGaWVsZFByb3BzID0gTnpGb3JtV3JhcHBlclByb3BzO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmb3JtbHktd3JhcHBlci1uei1mb3JtLWZpZWxkJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC53cmFwcGVyLnNjc3MnXSxcbiAgdGVtcGxhdGU6IGBcbiAgICA8bnotZm9ybS1pdGVtIFtuZ0NsYXNzXT1cInByb3BzLml0ZW1DbGFzcyFcIj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJoYXNMYWJlbCAmJiBwcm9wc1snaGlkZUxhYmVsJ10gIT09IHRydWVcIj5cbiAgICAgICAgPG56LWZvcm0tbGFiZWxcbiAgICAgICAgICBbbnpGbGV4XT1cInByb3BzWydncmlkJ10/LmxhYmVsRmxleCB8fCBmb3JtU3RhdGUubGFiZWxGbGV4XCJcbiAgICAgICAgICBbbnpPZmZzZXRdPVwicHJvcHNbJ2dyaWQnXT8ubGFiZWxPZmZzZXQgfHwgZm9ybVN0YXRlLmxhYmVsT2Zmc2V0XCJcbiAgICAgICAgICBbbnpPcmRlcl09XCJwcm9wc1snZ3JpZCddPy5sYWJlbE9yZGVyIHx8IGZvcm1TdGF0ZS5sYWJlbE9yZGVyXCJcbiAgICAgICAgICBbbnpQdWxsXT1cInByb3BzWydncmlkJ10/LmxhYmVsUHVsbCB8fCBmb3JtU3RhdGUubGFiZWxQdWxsXCJcbiAgICAgICAgICBbbnpQdXNoXT1cInByb3BzWydncmlkJ10/LmxhYmVsUHVzaCB8fCBmb3JtU3RhdGUubGFiZWxQdXNoXCJcbiAgICAgICAgICBbbnpTcGFuXT1cInByb3BzWydncmlkJ10/LmxhYmVsU3BhbiB8fCBmb3JtU3RhdGUubGFiZWxTcGFuXCJcbiAgICAgICAgICBbbnpYc109XCJwcm9wc1snZ3JpZCddPy5sYWJlbFhzIHx8IGZvcm1TdGF0ZS5sYWJlbFhzXCJcbiAgICAgICAgICBbbnpTbV09XCJwcm9wc1snZ3JpZCddPy5sYWJlbFNtIHx8IGZvcm1TdGF0ZS5sYWJlbFNtXCJcbiAgICAgICAgICBbbnpNZF09XCJwcm9wc1snZ3JpZCddPy5sYWJlbE1kIHx8IGZvcm1TdGF0ZS5sYWJlbE1kXCJcbiAgICAgICAgICBbbnpMZ109XCJwcm9wc1snZ3JpZCddPy5sYWJlbExnIHx8IGZvcm1TdGF0ZS5sYWJlbExnXCJcbiAgICAgICAgICBbbnpYbF09XCJwcm9wc1snZ3JpZCddPy5sYWJlbFhsIHx8IGZvcm1TdGF0ZS5sYWJlbFhsXCJcbiAgICAgICAgICBbbnpYWGxdPVwicHJvcHNbJ2dyaWQnXT8ubGFiZWxYWGwgfHwgZm9ybVN0YXRlLmxhYmVsWFhsXCJcbiAgICAgICAgICBbbmdDbGFzc109XCJwcm9wcy5sYWJlbENsYXNzIHx8IGZvcm1TdGF0ZS5sYWJlbENsYXNzXCJcbiAgICAgICAgICBbbnpSZXF1aXJlZF09XCJwcm9wcy5yZXF1aXJlZCAmJiBwcm9wc1snaGlkZVJlcXVpcmVkTWFya2VyJ10gIT09IHRydWVcIlxuICAgICAgICAgIFtuekZvcl09XCJpZFwiXG4gICAgICAgICAgW256Tm9Db2xvbl09XCJwcm9wc1snbm9Db2xvbiddISFcIlxuICAgICAgICAgIFtuelRvb2x0aXBUaXRsZV09XCJuelRvb2x0aXBUaXRsZVwiXG4gICAgICAgICAgW256VG9vbHRpcEljb25dPVwicHJvcHNbJ3Rvb2x0aXBJY29uJ10hXCJcbiAgICAgICAgICBbbnpMYWJlbEFsaWduXT1cInByb3BzWydsYWJlbEFsaWduJ10gPz8gJ3JpZ2h0J1wiXG4gICAgICAgICAgW256TGFiZWxXcmFwXT1cInByb3BzWydsYWJlbFdyYXAnXSEhXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICpuelN0cmluZ1RlbXBsYXRlT3V0bGV0PVwibGFiZWw7IGNvbnRleHQ6IHsgJGltcGxpY2l0OiBmaWVsZCwgb3B0aW9uczogcHJvcHMgfVwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvcm1seS1sYWJlbC10ZXh0XCIgW2F0dHIudGl0bGVdPVwibGFiZWxcIiBbaW5uZXJIVE1MXT1cImxhYmVsXCI+PC9kaXY+XG4gICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvbnotZm9ybS1sYWJlbD5cbiAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgPG56LWZvcm0tY29udHJvbFxuICAgICAgICBbbnpWYWxpZGF0ZVN0YXR1c109XCJ2YWxpZGF0ZVN0YXR1c1wiXG4gICAgICAgIFtuekhhc0ZlZWRiYWNrXT1cInByb3BzWydoYXNGZWVkYmFjayddISFcIlxuICAgICAgICBbbnpFeHRyYV09XCJwcm9wcy5kZXNjcmlwdGlvbiB8fCBuekV4dHJhXCJcbiAgICAgICAgW256RXJyb3JUaXBdPVwiZXJyb3JUaXBcIlxuICAgICAgICBbbmdDbGFzc109XCJwcm9wcy5jb250cm9sQ2xhc3MhXCJcbiAgICAgICAgW256RmxleF09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sRmxleCB8fCBmb3JtU3RhdGUuY29udHJvbEZsZXhcIlxuICAgICAgICBbbnpPZmZzZXRdPVwicHJvcHNbJ2dyaWQnXT8uY29udHJvbE9mZnNldCB8fCBmb3JtU3RhdGUuY29udHJvbE9mZnNldFwiXG4gICAgICAgIFtuek9yZGVyXT1cInByb3BzWydncmlkJ10/LmNvbnRyb2xPcmRlciB8fCBmb3JtU3RhdGUuY29udHJvbE9yZGVyXCJcbiAgICAgICAgW256UHVsbF09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sUHVsbCB8fCBmb3JtU3RhdGUuY29udHJvbFB1bGxcIlxuICAgICAgICBbbnpQdXNoXT1cInByb3BzWydncmlkJ10/LmNvbnRyb2xQdXNoIHx8IGZvcm1TdGF0ZS5jb250cm9sUHVzaFwiXG4gICAgICAgIFtuelNwYW5dPVwicHJvcHNbJ2dyaWQnXT8uY29udHJvbFNwYW4gfHwgZm9ybVN0YXRlLmNvbnRyb2xTcGFuXCJcbiAgICAgICAgW256WHNdPVwicHJvcHNbJ2dyaWQnXT8uY29udHJvbFhzIHx8IGZvcm1TdGF0ZS5jb250cm9sWHNcIlxuICAgICAgICBbbnpTbV09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sU20gfHwgZm9ybVN0YXRlLmNvbnRyb2xTbVwiXG4gICAgICAgIFtuek1kXT1cInByb3BzWydncmlkJ10/LmNvbnRyb2xNZCB8fCBmb3JtU3RhdGUuY29udHJvbE1kXCJcbiAgICAgICAgW256TGddPVwicHJvcHNbJ2dyaWQnXT8uY29udHJvbExnIHx8IGZvcm1TdGF0ZS5jb250cm9sTGdcIlxuICAgICAgICBbbnpYbF09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sWGwgfHwgZm9ybVN0YXRlLmNvbnRyb2xYbFwiXG4gICAgICAgIFtuelhYbF09XCJwcm9wc1snZ3JpZCddPy5jb250cm9sWFhsIHx8IGZvcm1TdGF0ZS5jb250cm9sWFhsXCJcbiAgICAgID5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAjZmllbGRDb21wb25lbnQ+PC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgPG5nLXRlbXBsYXRlICNlcnJvclRpcCBsZXQtY29udHJvbD5cbiAgICAgICAgICA8Zm9ybWx5LXZhbGlkYXRpb24tbWVzc2FnZSAqbmdJZj1cImhhc0Vycm9yXCIgW2ZpZWxkXT1cImZpZWxkXCI+PC9mb3JtbHktdmFsaWRhdGlvbi1tZXNzYWdlPlxuICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgPC9uei1mb3JtLWNvbnRyb2w+XG4gICAgPC9uei1mb3JtLWl0ZW0+XG4gIGBcbn0pXG5leHBvcnQgY2xhc3MgRm9ybWx5V3JhcHBlckZvcm1GaWVsZCBleHRlbmRzIEZpZWxkV3JhcHBlcjxOekZvcm1seUZpZWxkQ29uZmlnPEZvcm1seUZpZWxkUHJvcHM+PiB7XG4gIGNvbnN0cnVjdG9yKEBPcHRpb25hbCgpIHB1YmxpYyBmaWVsZFRlbXBsYXRlczogRm9ybWx5Qm94VGVtcGxhdGVzKSB7XG4gICAgc3VwZXIoKTtcbiAgfVxuXG4gIGdldCBuelRvb2x0aXBUaXRsZSgpIHtcbiAgICByZXR1cm4gcmVzb2x2ZVRwbE5hbWUodGhpcy5wcm9wcywgdGhpcy5maWVsZFRlbXBsYXRlcywgJ3Rvb2x0aXBUaXRsZScpO1xuICB9XG4gIGdldCBuekV4dHJhKCkge1xuICAgIHJldHVybiByZXNvbHZlVHBsTmFtZSh0aGlzLnByb3BzLCB0aGlzLmZpZWxkVGVtcGxhdGVzLCAnZXh0cmEnKTtcbiAgfVxuICBnZXQgaGFzTGFiZWwoKSB7XG4gICAgcmV0dXJuIGhhc1RwbE5hbWVWYWx1ZSh0aGlzLnByb3BzLCAnbGFiZWwnKTtcbiAgfVxuXG4gIGdldCBsYWJlbCgpIHtcbiAgICByZXR1cm4gcmVzb2x2ZVRwbE5hbWUodGhpcy5wcm9wcywgdGhpcy5maWVsZFRlbXBsYXRlcywgJ2xhYmVsJyk7XG4gIH1cblxuICBnZXQgaGFzRXJyb3IoKSB7XG4gICAgcmV0dXJuICh0aGlzLmZvcm1Db250cm9sPy5kaXJ0eSB8fCB0aGlzLmZvcm1Db250cm9sPy50b3VjaGVkKSAmJiB0aGlzLmZvcm1Db250cm9sLmVycm9ycztcbiAgfVxuICBnZXQgdmFsaWRhdGVTdGF0dXMoKSB7XG4gICAgcmV0dXJuIHRoaXMuaGFzRXJyb3IgPyAnZXJyb3InIDogJ3N1Y2Nlc3MnO1xuICB9XG59XG4iXX0=
@@ -6,10 +6,10 @@ import { NzGridModule } from 'ng-zorro-antd/grid';
6
6
  import * as i0 from "@angular/core";
7
7
  import * as i1 from "@ngx-formly/core";
8
8
  export class FormlyNzGridModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzGridModule, declarations: [FormlyFieldGrid], imports: [CommonModule,
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzGridModule, declarations: [FormlyFieldGrid], imports: [CommonModule,
11
11
  NzGridModule, i1.FormlyModule] }); }
12
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzGridModule, imports: [CommonModule,
12
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzGridModule, imports: [CommonModule,
13
13
  NzGridModule,
14
14
  FormlyModule.forChild({
15
15
  types: [
@@ -20,7 +20,7 @@ export class FormlyNzGridModule {
20
20
  ]
21
21
  })] }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzGridModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzGridModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [FormlyFieldGrid],
@@ -5,8 +5,8 @@ import * as i1 from "@angular/common";
5
5
  import * as i2 from "ng-zorro-antd/grid";
6
6
  import * as i3 from "@ngx-formly/core";
7
7
  export class FormlyFieldGrid extends FieldType {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyFieldGrid, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
9
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: FormlyFieldGrid, selector: "formly-field-grid", usesInheritance: true, ngImport: i0, template: `
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyFieldGrid, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
9
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: FormlyFieldGrid, selector: "formly-field-grid", usesInheritance: true, ngImport: i0, template: `
10
10
  <div
11
11
  nz-row
12
12
  [nzAlign]="props.align ?? null"
@@ -34,7 +34,7 @@ export class FormlyFieldGrid extends FieldType {
34
34
  </div>
35
35
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.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: i2.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "component", type: i3.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyFieldGrid, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyFieldGrid, decorators: [{
38
38
  type: Component,
39
39
  args: [{
40
40
  selector: 'formly-field-grid',
@@ -10,14 +10,14 @@ import { FormlyFieldInput } from './input.type';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@ngx-formly/core";
12
12
  export class FormlyNzInputModule {
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputModule, declarations: [FormlyFieldInput], imports: [CommonModule,
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputModule, declarations: [FormlyFieldInput], imports: [CommonModule,
15
15
  ReactiveFormsModule,
16
16
  NzInputModule,
17
17
  NzAutocompleteModule,
18
18
  NzIconModule,
19
19
  FormlyNzFormFieldModule, i1.FormlyModule] }); }
20
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputModule, imports: [CommonModule,
20
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputModule, imports: [CommonModule,
21
21
  ReactiveFormsModule,
22
22
  NzInputModule,
23
23
  NzAutocompleteModule,
@@ -48,7 +48,7 @@ export class FormlyNzInputModule {
48
48
  ]
49
49
  })] }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputModule, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputModule, decorators: [{
52
52
  type: NgModule,
53
53
  args: [{
54
54
  declarations: [FormlyFieldInput],
@@ -25,8 +25,8 @@ export class FormlyFieldInput extends FieldType {
25
25
  };
26
26
  this.passwordVisible = false;
27
27
  }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyFieldInput, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
29
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: FormlyFieldInput, selector: "formly-field-input", usesInheritance: true, ngImport: i0, template: `
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyFieldInput, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
29
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: FormlyFieldInput, selector: "formly-field-input", usesInheritance: true, ngImport: i0, template: `
30
30
  <ng-container [ngSwitch]="props.type">
31
31
  <ng-container *ngSwitchCase="'password'">
32
32
  <nz-input-group
@@ -161,9 +161,9 @@ export class FormlyFieldInput extends FieldType {
161
161
  (click)="formControl.reset()"
162
162
  ></span>
163
163
  </ng-template>
164
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStatus", "disabled"], exportAs: ["nzInput"] }, { kind: "component", type: i3.NzInputGroupComponent, selector: "nz-input-group", inputs: ["nzAddOnBeforeIcon", "nzAddOnAfterIcon", "nzPrefixIcon", "nzSuffixIcon", "nzAddOnBefore", "nzAddOnAfter", "nzPrefix", "nzStatus", "nzSuffix", "nzSize", "nzSearch", "nzCompact"], exportAs: ["nzInputGroup"] }, { kind: "directive", type: i3.NzInputGroupWhitSuffixOrPrefixDirective, selector: "nz-input-group[nzSuffix], nz-input-group[nzPrefix]" }, { kind: "component", type: i4.NzAutocompleteComponent, selector: "nz-autocomplete", inputs: ["nzWidth", "nzOverlayClassName", "nzOverlayStyle", "nzDefaultActiveFirstOption", "nzBackfill", "compareWith", "nzDataSource"], outputs: ["selectionChange"], exportAs: ["nzAutocomplete"] }, { kind: "component", type: i4.NzAutocompleteOptionComponent, selector: "nz-auto-option", inputs: ["nzValue", "nzLabel", "nzDisabled"], outputs: ["selectionChange", "mouseEntered"], exportAs: ["nzAutoOption"] }, { kind: "directive", type: i4.NzAutocompleteTriggerDirective, selector: "input[nzAutocomplete], textarea[nzAutocomplete]", inputs: ["nzAutocomplete"], exportAs: ["nzAutocompleteTrigger"] }, { kind: "directive", type: i5.NzIconDirective, selector: "[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "directive", type: i6.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
164
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStepperless", "nzStatus", "disabled"], exportAs: ["nzInput"] }, { kind: "component", type: i3.NzInputGroupComponent, selector: "nz-input-group", inputs: ["nzAddOnBeforeIcon", "nzAddOnAfterIcon", "nzPrefixIcon", "nzSuffixIcon", "nzAddOnBefore", "nzAddOnAfter", "nzPrefix", "nzStatus", "nzSuffix", "nzSize", "nzSearch", "nzCompact"], exportAs: ["nzInputGroup"] }, { kind: "directive", type: i3.NzInputGroupWhitSuffixOrPrefixDirective, selector: "nz-input-group[nzSuffix], nz-input-group[nzPrefix]" }, { kind: "component", type: i4.NzAutocompleteComponent, selector: "nz-autocomplete", inputs: ["nzWidth", "nzOverlayClassName", "nzOverlayStyle", "nzDefaultActiveFirstOption", "nzBackfill", "compareWith", "nzDataSource"], outputs: ["selectionChange"], exportAs: ["nzAutocomplete"] }, { kind: "component", type: i4.NzAutocompleteOptionComponent, selector: "nz-auto-option", inputs: ["nzValue", "nzLabel", "nzDisabled"], outputs: ["selectionChange", "mouseEntered"], exportAs: ["nzAutoOption"] }, { kind: "directive", type: i4.NzAutocompleteTriggerDirective, selector: "input[nzAutocomplete], textarea[nzAutocomplete]", inputs: ["nzAutocomplete"], exportAs: ["nzAutocompleteTrigger"] }, { kind: "directive", type: i5.NzIconDirective, selector: "[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "directive", type: i6.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
165
165
  }
166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyFieldInput, decorators: [{
166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyFieldInput, decorators: [{
167
167
  type: Component,
168
168
  args: [{
169
169
  selector: 'formly-field-input',
@@ -7,11 +7,11 @@ import { NzInputModule } from 'ng-zorro-antd/input';
7
7
  import * as i0 from "@angular/core";
8
8
  import * as i1 from "@ngx-formly/core";
9
9
  export class FormlyNzInputGroupModule {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputGroupModule, declarations: [FormlyFieldInputGroup], imports: [CommonModule,
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputGroupModule, declarations: [FormlyFieldInputGroup], imports: [CommonModule,
12
12
  NzInputModule,
13
13
  FormlyNzFormFieldModule, i1.FormlyModule] }); }
14
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputGroupModule, imports: [CommonModule,
14
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputGroupModule, imports: [CommonModule,
15
15
  NzInputModule,
16
16
  FormlyNzFormFieldModule,
17
17
  FormlyModule.forChild({
@@ -24,7 +24,7 @@ export class FormlyNzInputGroupModule {
24
24
  ]
25
25
  })] }); }
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputGroupModule, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputGroupModule, decorators: [{
28
28
  type: NgModule,
29
29
  args: [{
30
30
  declarations: [FormlyFieldInputGroup],
@@ -23,8 +23,8 @@ export class FormlyFieldInputGroup extends FieldType {
23
23
  }
24
24
  return envent.id;
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyFieldInputGroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
27
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: FormlyFieldInputGroup, selector: "formly-field-input-group", usesInheritance: true, ngImport: i0, template: `
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyFieldInputGroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
27
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: FormlyFieldInputGroup, selector: "formly-field-input-group", usesInheritance: true, ngImport: i0, template: `
28
28
  <nz-input-group
29
29
  [nzPrefixIcon]="props['prefixIcon']"
30
30
  [nzSuffixIcon]="props['suffixIcon']"
@@ -43,7 +43,7 @@ export class FormlyFieldInputGroup extends FieldType {
43
43
  </nz-input-group>
44
44
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2.NzInputGroupComponent, selector: "nz-input-group", inputs: ["nzAddOnBeforeIcon", "nzAddOnAfterIcon", "nzPrefixIcon", "nzSuffixIcon", "nzAddOnBefore", "nzAddOnAfter", "nzPrefix", "nzStatus", "nzSuffix", "nzSize", "nzSearch", "nzCompact"], exportAs: ["nzInputGroup"] }, { kind: "directive", type: i2.NzInputGroupWhitSuffixOrPrefixDirective, selector: "nz-input-group[nzSuffix], nz-input-group[nzPrefix]" }, { kind: "component", type: i3.FormlyField, selector: "formly-field", inputs: ["field"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyFieldInputGroup, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyFieldInputGroup, decorators: [{
47
47
  type: Component,
48
48
  args: [{
49
49
  selector: 'formly-field-input-group',
@@ -8,12 +8,12 @@ import { NzInputNumberModule } from 'ng-zorro-antd/input-number';
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "@ngx-formly/core";
10
10
  export class FormlyNzInputNumberModule {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputNumberModule, declarations: [FormlyFieldInputNumber], imports: [CommonModule,
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputNumberModule, declarations: [FormlyFieldInputNumber], imports: [CommonModule,
13
13
  ReactiveFormsModule,
14
14
  FormlyNzFormFieldModule,
15
15
  NzInputNumberModule, i1.FormlyModule] }); }
16
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputNumberModule, imports: [CommonModule,
16
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputNumberModule, imports: [CommonModule,
17
17
  ReactiveFormsModule,
18
18
  FormlyNzFormFieldModule,
19
19
  NzInputNumberModule,
@@ -31,7 +31,7 @@ export class FormlyNzInputNumberModule {
31
31
  ]
32
32
  })] }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzInputNumberModule, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzInputNumberModule, decorators: [{
35
35
  type: NgModule,
36
36
  args: [{
37
37
  declarations: [FormlyFieldInputNumber],
@@ -26,8 +26,8 @@ export class FormlyFieldInputNumber extends FieldType {
26
26
  }
27
27
  };
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyFieldInputNumber, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
30
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: FormlyFieldInputNumber, selector: "formly-field-inputnumber", usesInheritance: true, ngImport: i0, template: `
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyFieldInputNumber, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
30
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: FormlyFieldInputNumber, selector: "formly-field-inputnumber", usesInheritance: true, ngImport: i0, template: `
31
31
  <ng-container [ngSwitch]="props.type">
32
32
  <nz-input-number-group
33
33
  *ngSwitchCase="'group'"
@@ -73,7 +73,7 @@ export class FormlyFieldInputNumber extends FieldType {
73
73
  </ng-template>
74
74
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.NzInputNumberComponent, selector: "nz-input-number", inputs: ["nzSize", "nzMin", "nzMax", "nzParser", "nzPrecision", "nzPrecisionMode", "nzPlaceHolder", "nzStatus", "nzStep", "nzInputMode", "nzId", "nzDisabled", "nzReadOnly", "nzAutoFocus", "nzBorderless", "nzFormatter"], outputs: ["nzBlur", "nzFocus"], exportAs: ["nzInputNumber"] }, { kind: "component", type: i3.NzInputNumberGroupComponent, selector: "nz-input-number-group", inputs: ["nzAddOnBeforeIcon", "nzAddOnAfterIcon", "nzPrefixIcon", "nzSuffixIcon", "nzAddOnBefore", "nzAddOnAfter", "nzPrefix", "nzStatus", "nzSuffix", "nzSize", "nzCompact"], exportAs: ["nzInputNumberGroup"] }, { kind: "directive", type: i3.NzInputNumberGroupWhitSuffixOrPrefixDirective, selector: "nz-input-number-group[nzSuffix], nz-input-number-group[nzPrefix]" }, { kind: "directive", type: i4.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
75
75
  }
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyFieldInputNumber, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyFieldInputNumber, decorators: [{
77
77
  type: Component,
78
78
  args: [{
79
79
  selector: 'formly-field-inputnumber',
@@ -26,8 +26,8 @@ import { FormlyNzSpaceModule } from 'ngx-formly-zorro-antd/space';
26
26
  import { FormlyRefTemplateModule } from 'ngx-formly-zorro-antd/ref-template';
27
27
  import * as i0 from "@angular/core";
28
28
  export class FormlyNgAntdModule {
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNgAntdModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
30
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: FormlyNgAntdModule, imports: [FormlyNzFormFieldModule,
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNgAntdModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
30
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: FormlyNgAntdModule, imports: [FormlyNzFormFieldModule,
31
31
  FormlyCommonModule,
32
32
  FormlyNzInputModule,
33
33
  FormlyNzInputNumberModule,
@@ -52,7 +52,7 @@ export class FormlyNgAntdModule {
52
52
  FormlyNzGridModule,
53
53
  FormlyNzSpaceModule,
54
54
  FormlyRefTemplateModule] }); }
55
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNgAntdModule, imports: [FormlyNzFormFieldModule,
55
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNgAntdModule, imports: [FormlyNzFormFieldModule,
56
56
  FormlyCommonModule,
57
57
  FormlyNzInputModule,
58
58
  FormlyNzInputNumberModule,
@@ -78,7 +78,7 @@ export class FormlyNgAntdModule {
78
78
  FormlyNzSpaceModule,
79
79
  FormlyRefTemplateModule] }); }
80
80
  }
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNgAntdModule, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNgAntdModule, decorators: [{
82
82
  type: NgModule,
83
83
  args: [{
84
84
  imports: [
@@ -10,14 +10,14 @@ import { NzRadioModule } from 'ng-zorro-antd/radio';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@ngx-formly/core";
12
12
  export class FormlyNzRadioModule {
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzRadioModule, declarations: [FormlyFieldRadio], imports: [CommonModule,
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzRadioModule, declarations: [FormlyFieldRadio], imports: [CommonModule,
15
15
  ReactiveFormsModule,
16
16
  FormlyNzFormFieldModule,
17
17
  FormlySelectModule,
18
18
  NzFormModule,
19
19
  NzRadioModule, i1.FormlyModule] }); }
20
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzRadioModule, imports: [CommonModule,
20
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzRadioModule, imports: [CommonModule,
21
21
  ReactiveFormsModule,
22
22
  FormlyNzFormFieldModule,
23
23
  FormlySelectModule,
@@ -33,7 +33,7 @@ export class FormlyNzRadioModule {
33
33
  ]
34
34
  })] }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyNzRadioModule, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyNzRadioModule, decorators: [{
37
37
  type: NgModule,
38
38
  args: [{
39
39
  declarations: [FormlyFieldRadio],
@@ -16,8 +16,8 @@ export class FormlyFieldRadio extends FieldType {
16
16
  }
17
17
  };
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyFieldRadio, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
20
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: FormlyFieldRadio, selector: "formly-field-radio", usesInheritance: true, ngImport: i0, template: `
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyFieldRadio, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
20
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: FormlyFieldRadio, selector: "formly-field-radio", usesInheritance: true, ngImport: i0, template: `
21
21
  <nz-radio-group
22
22
  [formControl]="formControl"
23
23
  [formlyAttributes]="field"
@@ -51,7 +51,7 @@ export class FormlyFieldRadio extends FieldType {
51
51
  </nz-radio-group>
52
52
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.NzRadioComponent, selector: "[nz-radio],[nz-radio-button]", inputs: ["nzValue", "nzDisabled", "nzAutoFocus"], exportAs: ["nzRadio"] }, { kind: "directive", type: i3.NzRadioButtonDirective, selector: "[nz-radio-button]" }, { kind: "component", type: i3.NzRadioGroupComponent, selector: "nz-radio-group", inputs: ["nzDisabled", "nzButtonStyle", "nzSize", "nzName"], exportAs: ["nzRadioGroup"] }, { kind: "directive", type: i4.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.FormlySelectOptionsPipe, name: "formlySelectOptions" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
53
53
  }
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FormlyFieldRadio, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: FormlyFieldRadio, decorators: [{
55
55
  type: Component,
56
56
  args: [{
57
57
  selector: 'formly-field-radio',