ngx-formly-zorro-antd 19.0.2 → 19.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/common/formly-box-templates.directive.d.ts +2 -2
  2. package/fesm2022/ngx-formly-zorro-antd-button-group.mjs +7 -7
  3. package/fesm2022/ngx-formly-zorro-antd-button.mjs +7 -7
  4. package/fesm2022/ngx-formly-zorro-antd-card-wrapper.mjs +7 -7
  5. package/fesm2022/ngx-formly-zorro-antd-card.mjs +7 -7
  6. package/fesm2022/ngx-formly-zorro-antd-cascader.mjs +7 -7
  7. package/fesm2022/ngx-formly-zorro-antd-checkbox.mjs +7 -7
  8. package/fesm2022/ngx-formly-zorro-antd-common.mjs +9 -11
  9. package/fesm2022/ngx-formly-zorro-antd-common.mjs.map +1 -1
  10. package/fesm2022/ngx-formly-zorro-antd-datepicker.mjs +7 -7
  11. package/fesm2022/ngx-formly-zorro-antd-flex.mjs +7 -7
  12. package/fesm2022/ngx-formly-zorro-antd-form-field.mjs +7 -7
  13. package/fesm2022/ngx-formly-zorro-antd-grid.mjs +7 -7
  14. package/fesm2022/ngx-formly-zorro-antd-helpers.mjs +28 -18
  15. package/fesm2022/ngx-formly-zorro-antd-helpers.mjs.map +1 -1
  16. package/fesm2022/ngx-formly-zorro-antd-input-group.mjs +7 -7
  17. package/fesm2022/ngx-formly-zorro-antd-input-number.mjs +7 -7
  18. package/fesm2022/ngx-formly-zorro-antd-input-otp.mjs +7 -7
  19. package/fesm2022/ngx-formly-zorro-antd-input.mjs +7 -7
  20. package/fesm2022/ngx-formly-zorro-antd-radio.mjs +7 -7
  21. package/fesm2022/ngx-formly-zorro-antd-rate.mjs +7 -7
  22. package/fesm2022/ngx-formly-zorro-antd-ref-template.mjs +7 -7
  23. package/fesm2022/ngx-formly-zorro-antd-select.mjs +7 -7
  24. package/fesm2022/ngx-formly-zorro-antd-slider.mjs +7 -7
  25. package/fesm2022/ngx-formly-zorro-antd-space-compact.mjs +7 -7
  26. package/fesm2022/ngx-formly-zorro-antd-space-compact.mjs.map +1 -1
  27. package/fesm2022/ngx-formly-zorro-antd-space.mjs +7 -7
  28. package/fesm2022/ngx-formly-zorro-antd-switch.mjs +12 -10
  29. package/fesm2022/ngx-formly-zorro-antd-switch.mjs.map +1 -1
  30. package/fesm2022/ngx-formly-zorro-antd-tabs.mjs +7 -7
  31. package/fesm2022/ngx-formly-zorro-antd-text-value.mjs +7 -7
  32. package/fesm2022/ngx-formly-zorro-antd-textarea.mjs +7 -7
  33. package/fesm2022/ngx-formly-zorro-antd-timepicker.mjs +7 -7
  34. package/fesm2022/ngx-formly-zorro-antd-transfer.mjs +10 -10
  35. package/fesm2022/ngx-formly-zorro-antd-tree-select.mjs +7 -7
  36. package/fesm2022/ngx-formly-zorro-antd-upload.mjs +10 -10
  37. package/fesm2022/ngx-formly-zorro-antd.mjs +4 -4
  38. package/grid/public_api.d.ts +1 -1
  39. package/helpers/common.d.ts +6 -8
  40. package/helpers/formly.d.ts +9 -9
  41. package/helpers/public_api.d.ts +2 -1
  42. package/package.json +2 -2
  43. package/space-compact/space-compact.type.d.ts +3 -3
@@ -10,8 +10,8 @@ import { NzGridModule } from 'ng-zorro-antd/grid';
10
10
  * @private
11
11
  */
12
12
  class FormlyFieldGrid extends FieldType {
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldGrid, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
14
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: FormlyFieldGrid, isStandalone: false, selector: "formly-field-grid", usesInheritance: true, ngImport: i0, template: `
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldGrid, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
14
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.8", type: FormlyFieldGrid, isStandalone: false, selector: "formly-field-grid", usesInheritance: true, ngImport: i0, template: `
15
15
  <div
16
16
  nz-row
17
17
  [style]="props['style']"
@@ -42,7 +42,7 @@ class FormlyFieldGrid extends FieldType {
42
42
  </div>
43
43
  `, 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: "directive", type: i1.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "component", type: i2.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "directive", type: i2.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
44
44
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldGrid, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldGrid, decorators: [{
46
46
  type: Component,
47
47
  args: [{
48
48
  selector: 'formly-field-grid',
@@ -82,10 +82,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
82
82
  }] });
83
83
 
84
84
  class FormlyNzGridModule {
85
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
86
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzGridModule, declarations: [FormlyFieldGrid], imports: [CommonModule,
85
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
86
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzGridModule, declarations: [FormlyFieldGrid], imports: [CommonModule,
87
87
  NzGridModule, i2.FormlyModule] }); }
88
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzGridModule, imports: [CommonModule,
88
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzGridModule, imports: [CommonModule,
89
89
  NzGridModule,
90
90
  FormlyModule.forChild({
91
91
  types: [
@@ -96,7 +96,7 @@ class FormlyNzGridModule {
96
96
  ]
97
97
  })] }); }
98
98
  }
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzGridModule, decorators: [{
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzGridModule, decorators: [{
100
100
  type: NgModule,
101
101
  args: [{
102
102
  declarations: [FormlyFieldGrid],
@@ -5,11 +5,20 @@ function field(key, type = 'input', label = '', props = {}, otherOptions = {}) {
5
5
  otherOptions.className = otherOptions.className ? `${otherOptions.className} ${className}` : className;
6
6
  return { ...returner, ...otherOptions };
7
7
  }
8
+ function fieldSingle(key, type = 'input', label = '', options = {}) {
9
+ return field(key, type, label, {}, options);
10
+ }
8
11
  function requiredField(key, type = 'input', label = '', props = {}, otherOptions = {}) {
9
12
  return field(key, type, label, { ...props, required: true }, otherOptions);
10
13
  }
11
- function hidden(key) {
12
- return { key, type: 'input', hide: true };
14
+ function requiredFieldSingle(key, type = 'input', label = '', options = {}) {
15
+ return field(key, type, label, { required: true }, options);
16
+ }
17
+ function hide(key, type = 'input', options = {}) {
18
+ return { key, type, hide: true, ...options };
19
+ }
20
+ function hidden(key, type = 'input', options = {}) {
21
+ return { key, type, className: 'hidden', ...options };
13
22
  }
14
23
 
15
24
  function treeSelect(key, label = '', props = {}, otherOptions = {}) {
@@ -111,40 +120,40 @@ function requiredSlide(key, label = '', props = {}, otherOptions = {}) {
111
120
  return requiredField(key, 'slider', label, props, otherOptions);
112
121
  }
113
122
  /** 文本显示 */
114
- function text(props = {}, otherOptions = {}) {
115
- return field('', 'text', '', props, otherOptions);
123
+ function text(options = {}) {
124
+ return fieldSingle('', 'text', '', options);
116
125
  }
117
126
  /** 输入组 */
118
- function inputGroup(props = {}, otherOptions = {}) {
119
- return field('', 'input-group', '', props, otherOptions);
127
+ function inputGroup(options = {}) {
128
+ return fieldSingle('', 'input-group', '', options);
120
129
  }
121
130
  /** 间距 */
122
- function space(props = {}, otherOptions = {}) {
123
- return field('', 'space', '', props, otherOptions);
131
+ function space(options = {}) {
132
+ return fieldSingle('', 'space', '', options);
124
133
  }
125
134
  /** 紧凑布局组合 */
126
- function spaceCompact(props = {}, otherOptions = {}) {
127
- return field('', 'space-compact', '', props, otherOptions);
135
+ function spaceCompact(options = {}) {
136
+ return fieldSingle('', 'space-compact', '', options);
128
137
  }
129
138
  /** 模板 */
130
139
  function ref(props = {}, otherOptions = {}) {
131
140
  return field('', 'ref-template', '', props, otherOptions);
132
141
  }
133
142
  /** 栅格 */
134
- function grid(props = {}, otherOptions = {}) {
135
- return field('', 'grid', '', props, otherOptions);
143
+ function grid(options = {}) {
144
+ return fieldSingle('', 'grid', '', options);
136
145
  }
137
146
  /** 弹性布局 */
138
- function flex(props = {}, otherOptions = {}) {
139
- return field('', 'flex', '', props, otherOptions);
147
+ function flex(options = {}) {
148
+ return fieldSingle('', 'flex', '', options);
140
149
  }
141
150
  /** 卡片 */
142
- function card(props = {}, otherOptions = {}) {
143
- return field('', 'card', '', props, otherOptions);
151
+ function card(options = {}) {
152
+ return fieldSingle('', 'card', '', options);
144
153
  }
145
154
  /** 按钮组 */
146
- function buttonGroup(props = {}, otherOptions = {}) {
147
- return field('', 'button-group', '', props, otherOptions);
155
+ function buttonGroup(options = {}) {
156
+ return fieldSingle('', 'button-group', '', options);
148
157
  }
149
158
  function button(text = '', props = {}, otherOptions = {}) {
150
159
  return field('', 'button', '', { text, ...props }, otherOptions);
@@ -159,6 +168,7 @@ function reset(text = '', props = {}, otherOptions = {}) {
159
168
  const formly = {
160
169
  field,
161
170
  requiredField,
171
+ hide,
162
172
  hidden,
163
173
  input,
164
174
  requiredInput,
@@ -1 +1 @@
1
- {"version":3,"file":"ngx-formly-zorro-antd-helpers.mjs","sources":["../../../../packages/formlyantd/helpers/common.ts","../../../../packages/formlyantd/helpers/formly.ts","../../../../packages/formlyantd/helpers/public_api.ts","../../../../packages/formlyantd/helpers/ngx-formly-zorro-antd-helpers.ts"],"sourcesContent":["import type { NzFormlyFieldConfig, ControlOptions } from 'ngx-formly-zorro-antd/common';\nimport type { NzSafeAny } from 'ng-zorro-antd/core/types';\n\nexport function field<T = NzFormlyFieldConfig>(\n key: string,\n type = 'input',\n label: string = '',\n props: ControlOptions & {\n [key: string]: NzSafeAny;\n } = {},\n otherOptions: NzFormlyFieldConfig = {}\n): T {\n const returner: NzFormlyFieldConfig = { key, type };\n returner.props = Object.assign({ label, ...props });\n\n const className = key ? `formly-${key}` : '';\n otherOptions.className = otherOptions.className ? `${otherOptions.className} ${className}` : className;\n\n return { ...returner, ...otherOptions } as T;\n}\nexport function requiredField<T = NzFormlyFieldConfig>(\n key: string,\n type = 'input',\n label: string = '',\n props: ControlOptions & {\n [key: string]: NzSafeAny;\n } = {},\n otherOptions: NzFormlyFieldConfig = {}\n) {\n return field<T>(key, type, label, { ...props, required: true }, otherOptions);\n}\nexport function hidden(key: string): NzFormlyFieldConfig {\n return { key, type: 'input', hide: true };\n}\n","import { FormlyFieldConfig } from '@ngx-formly/core';\nimport { field, requiredField } from './common';\nimport type { FormlyButtonFieldConfig, ButtonProps } from 'ngx-formly-zorro-antd/button';\nimport type { FormlyButtonGroupFieldConfig, ButtonGroupProps } from 'ngx-formly-zorro-antd/button-group';\nimport type { FormlyCardFieldConfig, CardProps } from 'ngx-formly-zorro-antd/card';\nimport type { FormlyCascaderFieldConfig, CascaderProps } from 'ngx-formly-zorro-antd/cascader';\nimport type { FormlyCheckboxFieldConfig, CheckboxProps } from 'ngx-formly-zorro-antd/checkbox';\nimport type { FormlyDatepickerFieldConfig, DatepickerProps } from 'ngx-formly-zorro-antd/datepicker';\nimport type { FormlyFlexFieldConfig, FlexProps } from 'ngx-formly-zorro-antd/flex';\nimport type { FormlyGridFieldConfig, GridColProps } from 'ngx-formly-zorro-antd/grid';\nimport type { FormlyInputFieldConfig, FormlyInputProps } from 'ngx-formly-zorro-antd/input';\nimport type { FormlyInputGroupFieldConfig, FormlyInputGroupProps } from 'ngx-formly-zorro-antd/input-group';\nimport type { FormlyInputNumberFieldConfig, InputNumberProps } from 'ngx-formly-zorro-antd/input-number';\nimport type { FormlyRadioFieldConfig, RadioProps } from 'ngx-formly-zorro-antd/radio';\nimport type { FormlyRateFieldConfig, RateProps } from 'ngx-formly-zorro-antd/rate';\nimport type { FormlyRefTemplateFieldConfig, RefTemplateProps } from 'ngx-formly-zorro-antd/ref-template';\nimport type { FormlySelectFieldConfig, SelectProps } from 'ngx-formly-zorro-antd/select';\nimport type { FormlySlideFieldConfig, SlideProps } from 'ngx-formly-zorro-antd/slider';\nimport type { FormlySpaceFieldConfig, SpaceProps } from 'ngx-formly-zorro-antd/space';\nimport type { FormlySpaceCompactFieldConfig, SpaceCompactProps } from 'ngx-formly-zorro-antd/space-compact';\nimport type { FormlySwitchFieldConfig, SwitchProps } from 'ngx-formly-zorro-antd/switch';\nimport type { FormlyTextValueFieldConfig, TextValueProps } from 'ngx-formly-zorro-antd/text-value';\nimport type { FormlyTextareaFieldConfig, TextareaProps } from 'ngx-formly-zorro-antd/textarea';\nimport type { FormlyTimepickerFieldConfig, TimepickerProps } from 'ngx-formly-zorro-antd/timepicker';\nimport type { FormlyTransferFieldConfig, TransferProps } from 'ngx-formly-zorro-antd/transfer';\nimport type { FormlyTreeSelectFieldConfig, TreeSelectProps } from 'ngx-formly-zorro-antd/tree-select';\nimport type { FormlyUploadFieldConfig, UploadProps } from 'ngx-formly-zorro-antd/upload';\n\nexport function treeSelect(\n key: string,\n label = '',\n props: TreeSelectProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTreeSelectFieldConfig {\n return field<FormlyTreeSelectFieldConfig>(key, 'tree-select', label, props, otherOptions);\n}\nexport function requiredTreeSelect(\n key: string,\n label = '',\n props: TreeSelectProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTreeSelectFieldConfig {\n return requiredField<FormlyTreeSelectFieldConfig>(key, 'tree-select', label, props, otherOptions);\n}\nexport function transfer(\n key: string,\n label = '',\n props: TransferProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTransferFieldConfig {\n return field<FormlyTransferFieldConfig>(key, 'transfer', label, props, otherOptions);\n}\nexport function requiredTransfer(\n key: string,\n label = '',\n props: TransferProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTransferFieldConfig {\n return requiredField<FormlyTransferFieldConfig>(key, 'transfer', label, props, otherOptions);\n}\nexport function timepicker(\n key: string,\n label = '',\n props: TimepickerProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTimepickerFieldConfig {\n return field<FormlyTimepickerFieldConfig>(key, 'timepicker', label, props, otherOptions);\n}\nexport function requiredTimepicker(\n key: string,\n label = '',\n props: TimepickerProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTimepickerFieldConfig {\n return requiredField<FormlyTimepickerFieldConfig>(key, 'timepicker', label, props, otherOptions);\n}\nexport function input(\n key: string,\n label = '',\n props: FormlyInputProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyInputFieldConfig {\n return field<FormlyInputFieldConfig>(key, 'input', label, props, otherOptions);\n}\nexport function requiredInput(\n key: string,\n label = '',\n props: FormlyInputProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyInputFieldConfig {\n return requiredField<FormlyInputFieldConfig>(key, 'input', label, props, otherOptions);\n}\nexport function textArea(\n key: string,\n label = '',\n props: TextareaProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTextareaFieldConfig {\n return field<FormlyTextareaFieldConfig>(key, 'textarea', label, props, otherOptions);\n}\nexport function requiredTextArea(\n key: string,\n label = '',\n props: TextareaProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTextareaFieldConfig {\n return requiredField<FormlyTextareaFieldConfig>(key, 'textarea', label, props, otherOptions);\n}\nexport function checkbox(\n key: string,\n label = '',\n props: CheckboxProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyCheckboxFieldConfig {\n return field<FormlyCheckboxFieldConfig>(key, 'checkbox', label, props, otherOptions);\n}\nexport function requiredCheckbox(\n key: string,\n label = '',\n props: CheckboxProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyCheckboxFieldConfig {\n return requiredField<FormlyCheckboxFieldConfig>(key, 'checkbox', label, props, otherOptions);\n}\nexport function cascader(\n key: string,\n label = '',\n props: CascaderProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyCascaderFieldConfig {\n return field<FormlyCascaderFieldConfig>(key, 'cascader', label, props, otherOptions);\n}\nexport function requiredCascader(\n key: string,\n label = '',\n props: CascaderProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyCascaderFieldConfig {\n return requiredField<FormlyCascaderFieldConfig>(key, 'cascader', label, props, otherOptions);\n}\nexport function datepicker(\n key: string,\n label = '',\n props: DatepickerProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyDatepickerFieldConfig {\n return field<FormlyDatepickerFieldConfig>(key, 'datepicker', label, props, otherOptions);\n}\nexport function requiredDatepicker(\n key: string,\n label = '',\n props: DatepickerProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyDatepickerFieldConfig {\n return requiredField<FormlyDatepickerFieldConfig>(key, 'datepicker', label, props, otherOptions);\n}\nexport function number(\n key: string,\n label = '',\n props: InputNumberProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyInputNumberFieldConfig {\n return field<FormlyInputNumberFieldConfig>(key, 'number', label, props, otherOptions);\n}\nexport function requiredNumber(\n key: string,\n label = '',\n props: InputNumberProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyInputNumberFieldConfig {\n return requiredField<FormlyInputNumberFieldConfig>(key, 'number', label, props, otherOptions);\n}\n/** 选择器 */\nexport function select(\n key: string,\n label = '',\n props: SelectProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySelectFieldConfig {\n return field<FormlySelectFieldConfig>(key, 'select', label, props, otherOptions);\n}\n/** 选择器 */\nexport function requiredSelect(\n key: string,\n label = '',\n props: SelectProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySelectFieldConfig {\n return requiredField<FormlySelectFieldConfig>(key, 'select', label, props, otherOptions);\n}\n/** 上传 */\nexport function upload(\n key: string,\n label = '',\n props: UploadProps = { fileList: [] },\n otherOptions: FormlyFieldConfig = {}\n): FormlyUploadFieldConfig {\n return field<FormlyUploadFieldConfig>(key, 'upload', label, props, otherOptions);\n}\n/** 上传 */\nexport function requiredUpload(\n key: string,\n label = '',\n props: UploadProps = { fileList: [] },\n otherOptions: FormlyFieldConfig = {}\n): FormlyUploadFieldConfig {\n return requiredField<FormlyUploadFieldConfig>(key, 'upload', label, props, otherOptions);\n}\n/** 单选框 */\nexport function radio(\n key: string,\n label = '',\n props: RadioProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyRadioFieldConfig {\n return field<FormlyRadioFieldConfig>(key, 'radio', label, props, otherOptions);\n}\n/** 单选框 */\nexport function requiredRadio(\n key: string,\n label = '',\n props: RadioProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyRadioFieldConfig {\n return requiredField<FormlyRadioFieldConfig>(key, 'radio', label, props, otherOptions);\n}\n/** 评分 */\nexport function rate(\n key: string,\n label = '',\n props: RateProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyRateFieldConfig {\n return field<FormlyRateFieldConfig>(key, 'rate', label, props, otherOptions);\n}\n/** 评分 */\nexport function requiredRate(\n key: string,\n label = '',\n props: RateProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyRateFieldConfig {\n return requiredField<FormlyRateFieldConfig>(key, 'rate', label, props, otherOptions);\n}\n/** 开关 */\nexport function requiredSwitch(\n key: string,\n label = '',\n props: SwitchProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySwitchFieldConfig {\n return requiredField<FormlySwitchFieldConfig>(key, 'switch', label, props, otherOptions);\n}\n/** 滑动输入条 */\nexport function slider(\n key: string,\n label = '',\n props: SlideProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySlideFieldConfig {\n return field<FormlySlideFieldConfig>(key, 'slider', label, props, otherOptions);\n}\n/** 滑动输入条 */\nexport function requiredSlide(\n key: string,\n label = '',\n props: SlideProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySlideFieldConfig {\n return requiredField<FormlySlideFieldConfig>(key, 'slider', label, props, otherOptions);\n}\n\n/** 文本显示 */\nexport function text(props: TextValueProps = {}, otherOptions: FormlyFieldConfig = {}): FormlyTextValueFieldConfig {\n return field<FormlyTextValueFieldConfig>('', 'text', '', props, otherOptions);\n}\n/** 输入组 */\nexport function inputGroup(\n props: FormlyInputGroupProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyInputGroupFieldConfig {\n return field<FormlyInputGroupFieldConfig>('', 'input-group', '', props, otherOptions);\n}\n/** 间距 */\nexport function space(props: SpaceProps = {}, otherOptions: FormlyFieldConfig = {}): FormlySpaceFieldConfig {\n return field<FormlySpaceFieldConfig>('', 'space', '', props, otherOptions);\n}\n/** 紧凑布局组合 */\nexport function spaceCompact(\n props: SpaceCompactProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySpaceCompactFieldConfig {\n return field<FormlySpaceCompactFieldConfig>('', 'space-compact', '', props, otherOptions);\n}\n/** 模板 */\nexport function ref(props: RefTemplateProps = {}, otherOptions: FormlyFieldConfig = {}): FormlyRefTemplateFieldConfig {\n return field<FormlyRefTemplateFieldConfig>('', 'ref-template', '', props, otherOptions);\n}\n/** 栅格 */\nexport function grid(props: GridColProps = {}, otherOptions: FormlyFieldConfig = {}): FormlyGridFieldConfig {\n return field<FormlyGridFieldConfig>('', 'grid', '', props, otherOptions);\n}\n/** 弹性布局 */\nexport function flex(props: FlexProps = {}, otherOptions: FormlyFieldConfig = {}): FormlyFlexFieldConfig {\n return field<FormlyFlexFieldConfig>('', 'flex', '', props, otherOptions);\n}\n/** 卡片 */\nexport function card(props: CardProps = {}, otherOptions: FormlyFieldConfig = {}): FormlyCardFieldConfig {\n return field<FormlyCardFieldConfig>('', 'card', '', props, otherOptions);\n}\n/** 按钮组 */\nexport function buttonGroup(\n props: ButtonGroupProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyButtonGroupFieldConfig {\n return field<FormlyButtonGroupFieldConfig>('', 'button-group', '', props, otherOptions);\n}\nexport function button(\n text = '',\n props: ButtonProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyButtonFieldConfig {\n return field<FormlyButtonFieldConfig>('', 'button', '', { text, ...props }, otherOptions);\n}\nexport function submit(\n text = '',\n props: ButtonProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyButtonFieldConfig {\n return field<FormlyButtonFieldConfig>('', 'submit', '', { text, ...props }, otherOptions);\n}\nexport function reset(\n text = '',\n props: ButtonProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyButtonFieldConfig {\n return field<FormlyButtonFieldConfig>('', 'reset', '', { text, ...props }, otherOptions);\n}\n","import { field, requiredField, hidden } from './common';\nimport { FormlyFieldConfig } from '@ngx-formly/core';\nimport {\n input,\n requiredInput,\n textArea,\n requiredTextArea,\n checkbox,\n requiredCheckbox,\n cascader,\n requiredCascader,\n number,\n requiredNumber,\n radio,\n requiredRadio,\n rate,\n requiredRate,\n datepicker,\n requiredDatepicker,\n requiredSwitch,\n upload,\n requiredUpload,\n slider,\n requiredSlide,\n select,\n requiredSelect,\n treeSelect,\n requiredTreeSelect,\n transfer,\n requiredTransfer,\n timepicker,\n requiredTimepicker,\n text,\n button,\n buttonGroup,\n submit,\n reset,\n space,\n ref,\n grid,\n flex,\n card,\n inputGroup\n} from './formly';\nimport type { FormlySwitchFieldConfig, SwitchProps } from 'ngx-formly-zorro-antd/switch';\n\nexport const formly = {\n field,\n requiredField,\n hidden,\n input,\n requiredInput,\n textArea,\n requiredTextArea,\n checkbox,\n requiredCheckbox,\n cascader,\n requiredCascader,\n number,\n requiredNumber,\n radio,\n requiredRadio,\n rate,\n requiredRate,\n datepicker,\n requiredDatepicker,\n /** 开关 */\n switch: (key: string, label = '', props: SwitchProps = {}, otherOptions: FormlyFieldConfig = {}) => {\n return field<FormlySwitchFieldConfig>(key, 'switch', label, props, otherOptions);\n },\n requiredSwitch,\n upload,\n requiredUpload,\n slider,\n requiredSlide,\n select,\n requiredSelect,\n treeSelect,\n requiredTreeSelect,\n transfer,\n requiredTransfer,\n timepicker,\n requiredTimepicker,\n text,\n space,\n inputGroup,\n ref,\n grid,\n flex,\n card,\n button,\n buttonGroup,\n submit,\n reset\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ngx-formly-zorro-antd-helpers.mjs","sources":["../../../../packages/formlyantd/helpers/common.ts","../../../../packages/formlyantd/helpers/formly.ts","../../../../packages/formlyantd/helpers/public_api.ts","../../../../packages/formlyantd/helpers/ngx-formly-zorro-antd-helpers.ts"],"sourcesContent":["import type { NzFormlyFieldConfig, ControlOptions } from 'ngx-formly-zorro-antd/common';\n\nexport function field<T = NzFormlyFieldConfig>(\n key: string,\n type = 'input',\n label = '',\n props: ControlOptions = {},\n otherOptions: NzFormlyFieldConfig = {}\n): T {\n const returner: NzFormlyFieldConfig = { key, type };\n returner.props = Object.assign({ label, ...props });\n\n const className = key ? `formly-${key}` : '';\n otherOptions.className = otherOptions.className ? `${otherOptions.className} ${className}` : className;\n\n return { ...returner, ...otherOptions } as T;\n}\nexport function fieldSingle<T = NzFormlyFieldConfig>(\n key: string,\n type = 'input',\n label = '',\n options: NzFormlyFieldConfig<ControlOptions> = {}\n): T {\n return field<T>(key, type, label, {}, options);\n}\nexport function requiredField<T = NzFormlyFieldConfig>(\n key: string,\n type = 'input',\n label = '',\n props: ControlOptions = {},\n otherOptions: NzFormlyFieldConfig = {}\n) {\n return field<T>(key, type, label, { ...props, required: true }, otherOptions);\n}\nexport function requiredFieldSingle<T = NzFormlyFieldConfig>(\n key: string,\n type = 'input',\n label = '',\n options: NzFormlyFieldConfig<ControlOptions> = {}\n) {\n return field<T>(key, type, label, { required: true }, options);\n}\n\nexport function hide(key: string, type = 'input', options: NzFormlyFieldConfig = {}): NzFormlyFieldConfig {\n return { key, type, hide: true, ...options };\n}\n\nexport function hidden(key: string, type = 'input', options: NzFormlyFieldConfig = {}): NzFormlyFieldConfig {\n return { key, type, className: 'hidden', ...options };\n}\n","import { FormlyFieldConfig } from '@ngx-formly/core';\nimport { field, fieldSingle, requiredField } from './common';\nimport type { FormlyButtonFieldConfig, ButtonProps } from 'ngx-formly-zorro-antd/button';\nimport type { FormlyButtonGroupFieldConfig, ButtonGroupProps } from 'ngx-formly-zorro-antd/button-group';\nimport type { FormlyCardFieldConfig, CardProps } from 'ngx-formly-zorro-antd/card';\nimport type { FormlyCascaderFieldConfig, CascaderProps } from 'ngx-formly-zorro-antd/cascader';\nimport type { FormlyCheckboxFieldConfig, CheckboxProps } from 'ngx-formly-zorro-antd/checkbox';\nimport type { FormlyDatepickerFieldConfig, DatepickerProps } from 'ngx-formly-zorro-antd/datepicker';\nimport type { FormlyFlexFieldConfig, FlexProps } from 'ngx-formly-zorro-antd/flex';\nimport type { FormlyGridFieldConfig, GridProps } from 'ngx-formly-zorro-antd/grid';\nimport type { FormlyInputFieldConfig, FormlyInputProps } from 'ngx-formly-zorro-antd/input';\nimport type { FormlyInputGroupFieldConfig, FormlyInputGroupProps } from 'ngx-formly-zorro-antd/input-group';\nimport type { FormlyInputNumberFieldConfig, InputNumberProps } from 'ngx-formly-zorro-antd/input-number';\nimport type { FormlyRadioFieldConfig, RadioProps } from 'ngx-formly-zorro-antd/radio';\nimport type { FormlyRateFieldConfig, RateProps } from 'ngx-formly-zorro-antd/rate';\nimport type { FormlyRefTemplateFieldConfig, RefTemplateProps } from 'ngx-formly-zorro-antd/ref-template';\nimport type { FormlySelectFieldConfig, SelectProps } from 'ngx-formly-zorro-antd/select';\nimport type { FormlySlideFieldConfig, SlideProps } from 'ngx-formly-zorro-antd/slider';\nimport type { FormlySpaceFieldConfig, SpaceProps } from 'ngx-formly-zorro-antd/space';\nimport type { FormlySpaceCompactFieldConfig, SpaceCompactProps } from 'ngx-formly-zorro-antd/space-compact';\nimport type { FormlySwitchFieldConfig, SwitchProps } from 'ngx-formly-zorro-antd/switch';\nimport type { FormlyTextValueFieldConfig, TextValueProps } from 'ngx-formly-zorro-antd/text-value';\nimport type { FormlyTextareaFieldConfig, TextareaProps } from 'ngx-formly-zorro-antd/textarea';\nimport type { FormlyTimepickerFieldConfig, TimepickerProps } from 'ngx-formly-zorro-antd/timepicker';\nimport type { FormlyTransferFieldConfig, TransferProps } from 'ngx-formly-zorro-antd/transfer';\nimport type { FormlyTreeSelectFieldConfig, TreeSelectProps } from 'ngx-formly-zorro-antd/tree-select';\nimport type { FormlyUploadFieldConfig, UploadProps } from 'ngx-formly-zorro-antd/upload';\n\nexport function treeSelect(\n key: string,\n label = '',\n props: TreeSelectProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTreeSelectFieldConfig {\n return field<FormlyTreeSelectFieldConfig>(key, 'tree-select', label, props, otherOptions);\n}\nexport function requiredTreeSelect(\n key: string,\n label = '',\n props: TreeSelectProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTreeSelectFieldConfig {\n return requiredField<FormlyTreeSelectFieldConfig>(key, 'tree-select', label, props, otherOptions);\n}\nexport function transfer(\n key: string,\n label = '',\n props: TransferProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTransferFieldConfig {\n return field<FormlyTransferFieldConfig>(key, 'transfer', label, props, otherOptions);\n}\nexport function requiredTransfer(\n key: string,\n label = '',\n props: TransferProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTransferFieldConfig {\n return requiredField<FormlyTransferFieldConfig>(key, 'transfer', label, props, otherOptions);\n}\nexport function timepicker(\n key: string,\n label = '',\n props: TimepickerProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTimepickerFieldConfig {\n return field<FormlyTimepickerFieldConfig>(key, 'timepicker', label, props, otherOptions);\n}\nexport function requiredTimepicker(\n key: string,\n label = '',\n props: TimepickerProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTimepickerFieldConfig {\n return requiredField<FormlyTimepickerFieldConfig>(key, 'timepicker', label, props, otherOptions);\n}\nexport function input(\n key: string,\n label = '',\n props: FormlyInputProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyInputFieldConfig {\n return field<FormlyInputFieldConfig>(key, 'input', label, props, otherOptions);\n}\nexport function requiredInput(\n key: string,\n label = '',\n props: FormlyInputProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyInputFieldConfig {\n return requiredField<FormlyInputFieldConfig>(key, 'input', label, props, otherOptions);\n}\nexport function textArea(\n key: string,\n label = '',\n props: TextareaProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTextareaFieldConfig {\n return field<FormlyTextareaFieldConfig>(key, 'textarea', label, props, otherOptions);\n}\nexport function requiredTextArea(\n key: string,\n label = '',\n props: TextareaProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyTextareaFieldConfig {\n return requiredField<FormlyTextareaFieldConfig>(key, 'textarea', label, props, otherOptions);\n}\nexport function checkbox(\n key: string,\n label = '',\n props: CheckboxProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyCheckboxFieldConfig {\n return field<FormlyCheckboxFieldConfig>(key, 'checkbox', label, props, otherOptions);\n}\nexport function requiredCheckbox(\n key: string,\n label = '',\n props: CheckboxProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyCheckboxFieldConfig {\n return requiredField<FormlyCheckboxFieldConfig>(key, 'checkbox', label, props, otherOptions);\n}\nexport function cascader(\n key: string,\n label = '',\n props: CascaderProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyCascaderFieldConfig {\n return field<FormlyCascaderFieldConfig>(key, 'cascader', label, props, otherOptions);\n}\nexport function requiredCascader(\n key: string,\n label = '',\n props: CascaderProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyCascaderFieldConfig {\n return requiredField<FormlyCascaderFieldConfig>(key, 'cascader', label, props, otherOptions);\n}\nexport function datepicker(\n key: string,\n label = '',\n props: DatepickerProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyDatepickerFieldConfig {\n return field<FormlyDatepickerFieldConfig>(key, 'datepicker', label, props, otherOptions);\n}\nexport function requiredDatepicker(\n key: string,\n label = '',\n props: DatepickerProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyDatepickerFieldConfig {\n return requiredField<FormlyDatepickerFieldConfig>(key, 'datepicker', label, props, otherOptions);\n}\nexport function number(\n key: string,\n label = '',\n props: InputNumberProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyInputNumberFieldConfig {\n return field<FormlyInputNumberFieldConfig>(key, 'number', label, props, otherOptions);\n}\nexport function requiredNumber(\n key: string,\n label = '',\n props: InputNumberProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyInputNumberFieldConfig {\n return requiredField<FormlyInputNumberFieldConfig>(key, 'number', label, props, otherOptions);\n}\n/** 选择器 */\nexport function select(\n key: string,\n label = '',\n props: SelectProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySelectFieldConfig {\n return field<FormlySelectFieldConfig>(key, 'select', label, props, otherOptions);\n}\n/** 选择器 */\nexport function requiredSelect(\n key: string,\n label = '',\n props: SelectProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySelectFieldConfig {\n return requiredField<FormlySelectFieldConfig>(key, 'select', label, props, otherOptions);\n}\n/** 上传 */\nexport function upload(\n key: string,\n label = '',\n props: UploadProps = { fileList: [] },\n otherOptions: FormlyFieldConfig = {}\n): FormlyUploadFieldConfig {\n return field<FormlyUploadFieldConfig>(key, 'upload', label, props, otherOptions);\n}\n/** 上传 */\nexport function requiredUpload(\n key: string,\n label = '',\n props: UploadProps = { fileList: [] },\n otherOptions: FormlyFieldConfig = {}\n): FormlyUploadFieldConfig {\n return requiredField<FormlyUploadFieldConfig>(key, 'upload', label, props, otherOptions);\n}\n/** 单选框 */\nexport function radio(\n key: string,\n label = '',\n props: RadioProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyRadioFieldConfig {\n return field<FormlyRadioFieldConfig>(key, 'radio', label, props, otherOptions);\n}\n/** 单选框 */\nexport function requiredRadio(\n key: string,\n label = '',\n props: RadioProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyRadioFieldConfig {\n return requiredField<FormlyRadioFieldConfig>(key, 'radio', label, props, otherOptions);\n}\n/** 评分 */\nexport function rate(\n key: string,\n label = '',\n props: RateProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyRateFieldConfig {\n return field<FormlyRateFieldConfig>(key, 'rate', label, props, otherOptions);\n}\n/** 评分 */\nexport function requiredRate(\n key: string,\n label = '',\n props: RateProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyRateFieldConfig {\n return requiredField<FormlyRateFieldConfig>(key, 'rate', label, props, otherOptions);\n}\n/** 开关 */\nexport function requiredSwitch(\n key: string,\n label = '',\n props: SwitchProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySwitchFieldConfig {\n return requiredField<FormlySwitchFieldConfig>(key, 'switch', label, props, otherOptions);\n}\n/** 滑动输入条 */\nexport function slider(\n key: string,\n label = '',\n props: SlideProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySlideFieldConfig {\n return field<FormlySlideFieldConfig>(key, 'slider', label, props, otherOptions);\n}\n/** 滑动输入条 */\nexport function requiredSlide(\n key: string,\n label = '',\n props: SlideProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlySlideFieldConfig {\n return requiredField<FormlySlideFieldConfig>(key, 'slider', label, props, otherOptions);\n}\n\n/** 文本显示 */\nexport function text(options: FormlyFieldConfig<TextValueProps> = {}): FormlyTextValueFieldConfig {\n return fieldSingle<FormlyTextValueFieldConfig>('', 'text', '', options);\n}\n/** 输入组 */\nexport function inputGroup(options: FormlyFieldConfig<FormlyInputGroupProps> = {}): FormlyInputGroupFieldConfig {\n return fieldSingle<FormlyInputGroupFieldConfig>('', 'input-group', '', options);\n}\n/** 间距 */\nexport function space(options: FormlyFieldConfig<SpaceProps> = {}): FormlySpaceFieldConfig {\n return fieldSingle<FormlySpaceFieldConfig>('', 'space', '', options);\n}\n/** 紧凑布局组合 */\nexport function spaceCompact(options: FormlyFieldConfig<SpaceCompactProps> = {}): FormlySpaceCompactFieldConfig {\n return fieldSingle<FormlySpaceCompactFieldConfig>('', 'space-compact', '', options);\n}\n/** 模板 */\nexport function ref(props: RefTemplateProps = {}, otherOptions: FormlyFieldConfig = {}): FormlyRefTemplateFieldConfig {\n return field<FormlyRefTemplateFieldConfig>('', 'ref-template', '', props, otherOptions);\n}\n/** 栅格 */\nexport function grid(options: FormlyFieldConfig<GridProps> = {}): FormlyGridFieldConfig {\n return fieldSingle<FormlyGridFieldConfig>('', 'grid', '', options);\n}\n/** 弹性布局 */\nexport function flex(options: FormlyFieldConfig<FlexProps> = {}): FormlyFlexFieldConfig {\n return fieldSingle<FormlyFlexFieldConfig>('', 'flex', '', options);\n}\n/** 卡片 */\nexport function card(options: FormlyFieldConfig<CardProps> = {}): FormlyCardFieldConfig {\n return fieldSingle<FormlyCardFieldConfig>('', 'card', '', options);\n}\n/** 按钮组 */\nexport function buttonGroup(options: FormlyFieldConfig<ButtonGroupProps> = {}): FormlyButtonGroupFieldConfig {\n return fieldSingle<FormlyButtonGroupFieldConfig>('', 'button-group', '', options);\n}\nexport function button(\n text = '',\n props: ButtonProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyButtonFieldConfig {\n return field<FormlyButtonFieldConfig>('', 'button', '', { text, ...props }, otherOptions);\n}\nexport function submit(\n text = '',\n props: ButtonProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyButtonFieldConfig {\n return field<FormlyButtonFieldConfig>('', 'submit', '', { text, ...props }, otherOptions);\n}\nexport function reset(\n text = '',\n props: ButtonProps = {},\n otherOptions: FormlyFieldConfig = {}\n): FormlyButtonFieldConfig {\n return field<FormlyButtonFieldConfig>('', 'reset', '', { text, ...props }, otherOptions);\n}\n","import { field, requiredField, hide, hidden } from './common';\nimport { FormlyFieldConfig } from '@ngx-formly/core';\nimport {\n input,\n requiredInput,\n textArea,\n requiredTextArea,\n checkbox,\n requiredCheckbox,\n cascader,\n requiredCascader,\n number,\n requiredNumber,\n radio,\n requiredRadio,\n rate,\n requiredRate,\n datepicker,\n requiredDatepicker,\n requiredSwitch,\n upload,\n requiredUpload,\n slider,\n requiredSlide,\n select,\n requiredSelect,\n treeSelect,\n requiredTreeSelect,\n transfer,\n requiredTransfer,\n timepicker,\n requiredTimepicker,\n text,\n button,\n buttonGroup,\n submit,\n reset,\n space,\n ref,\n grid,\n flex,\n card,\n inputGroup\n} from './formly';\nimport type { FormlySwitchFieldConfig, SwitchProps } from 'ngx-formly-zorro-antd/switch';\n\nexport const formly = {\n field,\n requiredField,\n hide,\n hidden,\n input,\n requiredInput,\n textArea,\n requiredTextArea,\n checkbox,\n requiredCheckbox,\n cascader,\n requiredCascader,\n number,\n requiredNumber,\n radio,\n requiredRadio,\n rate,\n requiredRate,\n datepicker,\n requiredDatepicker,\n /** 开关 */\n switch: (key: string, label = '', props: SwitchProps = {}, otherOptions: FormlyFieldConfig = {}) => {\n return field<FormlySwitchFieldConfig>(key, 'switch', label, props, otherOptions);\n },\n requiredSwitch,\n upload,\n requiredUpload,\n slider,\n requiredSlide,\n select,\n requiredSelect,\n treeSelect,\n requiredTreeSelect,\n transfer,\n requiredTransfer,\n timepicker,\n requiredTimepicker,\n text,\n space,\n inputGroup,\n ref,\n grid,\n flex,\n card,\n button,\n buttonGroup,\n submit,\n reset\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
@@ -20,8 +20,8 @@ class FormlyFieldInputGroup extends FieldType {
20
20
  }
21
21
  };
22
22
  }
23
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldInputGroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
24
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: FormlyFieldInputGroup, isStandalone: false, selector: "formly-field-input-group", usesInheritance: true, ngImport: i0, template: `
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldInputGroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
24
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.8", type: FormlyFieldInputGroup, isStandalone: false, selector: "formly-field-input-group", usesInheritance: true, ngImport: i0, template: `
25
25
  <nz-input-group
26
26
  [nzPrefixIcon]="props['prefixIcon']"
27
27
  [nzSuffixIcon]="props['suffixIcon']"
@@ -44,7 +44,7 @@ class FormlyFieldInputGroup extends FieldType {
44
44
  </nz-input-group>
45
45
  `, isInline: true, dependencies: [{ kind: "component", type: i1.NzInputGroupComponent, selector: "nz-input-group", inputs: ["nzAddOnBeforeIcon", "nzAddOnAfterIcon", "nzPrefixIcon", "nzSuffixIcon", "nzAddOnBefore", "nzAddOnAfter", "nzPrefix", "nzStatus", "nzSuffix", "nzSize", "nzSearch", "nzCompact"], exportAs: ["nzInputGroup"] }, { kind: "directive", type: i1.NzInputGroupWhitSuffixOrPrefixDirective, selector: "nz-input-group[nzSuffix], nz-input-group[nzPrefix]" }, { kind: "component", type: i2.FormlyField, selector: "formly-field", inputs: ["field"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldInputGroup, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldInputGroup, decorators: [{
48
48
  type: Component,
49
49
  args: [{
50
50
  selector: 'formly-field-input-group',
@@ -76,11 +76,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
76
76
  }] });
77
77
 
78
78
  class FormlyNzInputGroupModule {
79
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
80
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputGroupModule, declarations: [FormlyFieldInputGroup], imports: [CommonModule,
79
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
80
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputGroupModule, declarations: [FormlyFieldInputGroup], imports: [CommonModule,
81
81
  NzInputModule,
82
82
  FormlyNzFormFieldModule, i2.FormlyModule] }); }
83
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputGroupModule, imports: [CommonModule,
83
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputGroupModule, imports: [CommonModule,
84
84
  NzInputModule,
85
85
  FormlyNzFormFieldModule,
86
86
  FormlyModule.forChild({
@@ -93,7 +93,7 @@ class FormlyNzInputGroupModule {
93
93
  ]
94
94
  })] }); }
95
95
  }
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputGroupModule, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputGroupModule, decorators: [{
97
97
  type: NgModule,
98
98
  args: [{
99
99
  declarations: [FormlyFieldInputGroup],
@@ -34,8 +34,8 @@ class FormlyFieldInputNumber extends FieldType {
34
34
  }
35
35
  };
36
36
  }
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldInputNumber, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
38
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: FormlyFieldInputNumber, isStandalone: false, selector: "formly-field-inputnumber", usesInheritance: true, ngImport: i0, template: `
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldInputNumber, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
38
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.8", type: FormlyFieldInputNumber, isStandalone: false, selector: "formly-field-inputnumber", usesInheritance: true, ngImport: i0, template: `
39
39
  @switch (props.type) {
40
40
  @case ('group') {
41
41
  <nz-input-number-group
@@ -81,7 +81,7 @@ class FormlyFieldInputNumber extends FieldType {
81
81
  </ng-template>
82
82
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { 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.NzInputNumberLegacyComponent, 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]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
83
83
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldInputNumber, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldInputNumber, decorators: [{
85
85
  type: Component,
86
86
  args: [{
87
87
  selector: 'formly-field-inputnumber',
@@ -136,12 +136,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
136
136
  }] });
137
137
 
138
138
  class FormlyNzInputNumberModule {
139
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
140
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputNumberModule, declarations: [FormlyFieldInputNumber], imports: [CommonModule,
139
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
140
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputNumberModule, declarations: [FormlyFieldInputNumber], imports: [CommonModule,
141
141
  ReactiveFormsModule,
142
142
  FormlyNzFormFieldModule,
143
143
  NzInputNumberLegacyModule, i1$1.FormlyModule] }); }
144
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputNumberModule, imports: [CommonModule,
144
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputNumberModule, imports: [CommonModule,
145
145
  ReactiveFormsModule,
146
146
  FormlyNzFormFieldModule,
147
147
  NzInputNumberLegacyModule,
@@ -159,7 +159,7 @@ class FormlyNzInputNumberModule {
159
159
  ]
160
160
  })] }); }
161
161
  }
162
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputNumberModule, decorators: [{
162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputNumberModule, decorators: [{
163
163
  type: NgModule,
164
164
  args: [{
165
165
  declarations: [FormlyFieldInputNumber],
@@ -30,8 +30,8 @@ class FormlyFieldInputOtp extends FieldType {
30
30
  this.otpTpl().nzFormatter = formatter;
31
31
  }
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldInputOtp, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
34
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.0.6", type: FormlyFieldInputOtp, isStandalone: false, selector: "formly-field-input-otp", viewQueries: [{ propertyName: "otpTpl", first: true, predicate: ["otpTpl"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldInputOtp, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.1.8", type: FormlyFieldInputOtp, isStandalone: false, selector: "formly-field-input-otp", viewQueries: [{ propertyName: "otpTpl", first: true, predicate: ["otpTpl"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
35
35
  <nz-input-otp
36
36
  #otpTpl
37
37
  [class]="props['className']"
@@ -45,7 +45,7 @@ class FormlyFieldInputOtp extends FieldType {
45
45
  </nz-input-otp>
46
46
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.NzInputOtpComponent, selector: "nz-input-otp", inputs: ["nzLength", "nzSize", "disabled", "nzStatus", "nzFormatter", "nzMask"], exportAs: ["nzInputOtp"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldInputOtp, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldInputOtp, decorators: [{
49
49
  type: Component,
50
50
  args: [{
51
51
  selector: 'formly-field-input-otp',
@@ -68,12 +68,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
68
68
  }] });
69
69
 
70
70
  class FormlyNzInputOtpModule {
71
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputOtpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
72
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputOtpModule, declarations: [FormlyFieldInputOtp], imports: [CommonModule,
71
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputOtpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
72
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputOtpModule, declarations: [FormlyFieldInputOtp], imports: [CommonModule,
73
73
  ReactiveFormsModule,
74
74
  NzInputModule,
75
75
  FormlyNzFormFieldModule, i1$1.FormlyModule] }); }
76
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputOtpModule, imports: [CommonModule,
76
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputOtpModule, imports: [CommonModule,
77
77
  ReactiveFormsModule,
78
78
  NzInputModule,
79
79
  FormlyNzFormFieldModule,
@@ -87,7 +87,7 @@ class FormlyNzInputOtpModule {
87
87
  ]
88
88
  })] }); }
89
89
  }
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputOtpModule, decorators: [{
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputOtpModule, decorators: [{
91
91
  type: NgModule,
92
92
  args: [{
93
93
  declarations: [FormlyFieldInputOtp],
@@ -43,8 +43,8 @@ class FormlyFieldInput extends FieldType {
43
43
  get addOnAfter() {
44
44
  return resolveTplName(this.props, this.fieldTemplates, 'addOnAfter');
45
45
  }
46
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldInput, deps: [{ token: i1.FormlyBoxTemplates, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
47
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: FormlyFieldInput, isStandalone: false, selector: "formly-field-input", usesInheritance: true, ngImport: i0, template: `
46
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldInput, deps: [{ token: i1.FormlyBoxTemplates, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
47
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.8", type: FormlyFieldInput, isStandalone: false, selector: "formly-field-input", usesInheritance: true, ngImport: i0, template: `
48
48
  @switch (props.type) {
49
49
  @case ('password') {
50
50
  <nz-input-group
@@ -187,7 +187,7 @@ class FormlyFieldInput extends FieldType {
187
187
  </ng-template>
188
188
  `, isInline: true, dependencies: [{ 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,[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 }); }
189
189
  }
190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldInput, decorators: [{
190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldInput, decorators: [{
191
191
  type: Component,
192
192
  args: [{
193
193
  selector: 'formly-field-input',
@@ -368,14 +368,14 @@ function withFormlyFieldInput() {
368
368
  }
369
369
 
370
370
  class FormlyNzInputModule {
371
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
372
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputModule, declarations: [FormlyFieldInput], imports: [CommonModule,
371
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
372
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputModule, declarations: [FormlyFieldInput], imports: [CommonModule,
373
373
  ReactiveFormsModule,
374
374
  NzInputModule,
375
375
  NzAutocompleteModule,
376
376
  NzIconModule,
377
377
  FormlyNzFormFieldModule, i6.FormlyModule] }); }
378
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputModule, imports: [CommonModule,
378
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputModule, imports: [CommonModule,
379
379
  ReactiveFormsModule,
380
380
  NzInputModule,
381
381
  NzAutocompleteModule,
@@ -383,7 +383,7 @@ class FormlyNzInputModule {
383
383
  FormlyNzFormFieldModule,
384
384
  FormlyModule.forChild(withFormlyFieldInput())] }); }
385
385
  }
386
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzInputModule, decorators: [{
386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzInputModule, decorators: [{
387
387
  type: NgModule,
388
388
  args: [{
389
389
  declarations: [FormlyFieldInput],
@@ -26,8 +26,8 @@ class FormlyFieldRadio extends FieldType {
26
26
  }
27
27
  };
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldRadio, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
30
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: FormlyFieldRadio, isStandalone: false, selector: "formly-field-radio", usesInheritance: true, ngImport: i0, template: `
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldRadio, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
30
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.8", type: FormlyFieldRadio, isStandalone: false, selector: "formly-field-radio", usesInheritance: true, ngImport: i0, template: `
31
31
  <nz-radio-group
32
32
  [formControl]="formControl"
33
33
  [nzName]="field.name ?? null"
@@ -51,7 +51,7 @@ class FormlyFieldRadio extends FieldType {
51
51
  </nz-radio-group>
52
52
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.NzRadioComponent, selector: "[nz-radio],[nz-radio-button]", inputs: ["nzValue", "nzDisabled", "nzAutoFocus", "nz-radio-button"], exportAs: ["nzRadio"] }, { kind: "component", type: i2.NzRadioGroupComponent, selector: "nz-radio-group", inputs: ["nzDisabled", "nzButtonStyle", "nzSize", "nzName"], exportAs: ["nzRadioGroup"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.FormlySelectOptionsPipe, name: "formlySelectOptions" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
53
53
  }
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldRadio, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldRadio, decorators: [{
55
55
  type: Component,
56
56
  args: [{
57
57
  selector: 'formly-field-radio',
@@ -84,14 +84,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
84
84
  }] });
85
85
 
86
86
  class FormlyNzRadioModule {
87
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
88
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzRadioModule, declarations: [FormlyFieldRadio], imports: [CommonModule,
87
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
88
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzRadioModule, declarations: [FormlyFieldRadio], imports: [CommonModule,
89
89
  ReactiveFormsModule,
90
90
  FormlyNzFormFieldModule,
91
91
  FormlySelectModule,
92
92
  NzFormModule,
93
93
  NzRadioModule, i1$1.FormlyModule] }); }
94
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzRadioModule, imports: [CommonModule,
94
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzRadioModule, imports: [CommonModule,
95
95
  ReactiveFormsModule,
96
96
  FormlyNzFormFieldModule,
97
97
  FormlySelectModule,
@@ -107,7 +107,7 @@ class FormlyNzRadioModule {
107
107
  ]
108
108
  })] }); }
109
109
  }
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzRadioModule, decorators: [{
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzRadioModule, decorators: [{
111
111
  type: NgModule,
112
112
  args: [{
113
113
  declarations: [FormlyFieldRadio],
@@ -25,8 +25,8 @@ class FormlyFieldRate extends FieldType {
25
25
  }
26
26
  };
27
27
  }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldRate, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
29
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.6", type: FormlyFieldRate, isStandalone: false, selector: "formly-field-rate", usesInheritance: true, ngImport: i0, template: `
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldRate, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
29
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.8", type: FormlyFieldRate, isStandalone: false, selector: "formly-field-rate", usesInheritance: true, ngImport: i0, template: `
30
30
  <nz-rate
31
31
  [formControl]="formControl"
32
32
  [nzAllowClear]="!!props['allowClear']"
@@ -43,7 +43,7 @@ class FormlyFieldRate extends FieldType {
43
43
  ></nz-rate>
44
44
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.NzRateComponent, selector: "nz-rate", inputs: ["nzAllowClear", "nzAllowHalf", "nzDisabled", "nzAutoFocus", "nzCharacter", "nzCount", "nzTooltips"], outputs: ["nzOnBlur", "nzOnFocus", "nzOnHoverChange", "nzOnKeyDown"], exportAs: ["nzRate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldRate, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldRate, decorators: [{
47
47
  type: Component,
48
48
  args: [{
49
49
  selector: 'formly-field-rate',
@@ -69,12 +69,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
69
69
  }] });
70
70
 
71
71
  class FormlyNzRateModule {
72
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzRateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
73
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzRateModule, declarations: [FormlyFieldRate], imports: [CommonModule,
72
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzRateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
73
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzRateModule, declarations: [FormlyFieldRate], imports: [CommonModule,
74
74
  ReactiveFormsModule,
75
75
  FormlyNzFormFieldModule,
76
76
  NzRateModule, i1$1.FormlyModule] }); }
77
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzRateModule, imports: [CommonModule,
77
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzRateModule, imports: [CommonModule,
78
78
  ReactiveFormsModule,
79
79
  FormlyNzFormFieldModule,
80
80
  NzRateModule,
@@ -88,7 +88,7 @@ class FormlyNzRateModule {
88
88
  ]
89
89
  })] }); }
90
90
  }
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyNzRateModule, decorators: [{
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyNzRateModule, decorators: [{
92
92
  type: NgModule,
93
93
  args: [{
94
94
  declarations: [FormlyFieldRate],
@@ -71,14 +71,14 @@ class FormlyFieldRefTemplate extends FieldType {
71
71
  get ref() {
72
72
  return resolveTplName(this.props, this.fieldTemplates, 'ref');
73
73
  }
74
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldRefTemplate, deps: [{ token: i1.FormlyBoxTemplates, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
75
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.6", type: FormlyFieldRefTemplate, isStandalone: false, selector: "formly-ref-template", usesInheritance: true, ngImport: i0, template: `
74
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldRefTemplate, deps: [{ token: i1.FormlyBoxTemplates, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
75
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.8", type: FormlyFieldRefTemplate, isStandalone: false, selector: "formly-ref-template", usesInheritance: true, ngImport: i0, template: `
76
76
  <ng-container *nzStringTemplateOutlet="ref; context: { $implicit: field, props: props }">
77
77
  <div [formlyAttributes]="field" [innerHTML]="$any(ref) | trustedHtml"></div>
78
78
  </ng-container>
79
79
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.NzStringTemplateOutletDirective, selector: "[nzStringTemplateOutlet]", inputs: ["nzStringTemplateOutletContext", "nzStringTemplateOutlet"], exportAs: ["nzStringTemplateOutlet"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "pipe", type: i4.TrustedHtmlPipe, name: "trustedHtml" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
80
80
  }
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyFieldRefTemplate, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyFieldRefTemplate, decorators: [{
82
82
  type: Component,
83
83
  args: [{
84
84
  selector: 'formly-ref-template',
@@ -95,11 +95,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
95
95
  }] }] });
96
96
 
97
97
  class FormlyRefTemplateModule {
98
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyRefTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
99
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.6", ngImport: i0, type: FormlyRefTemplateModule, declarations: [FormlyFieldRefTemplate], imports: [CommonModule,
98
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyRefTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
99
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: FormlyRefTemplateModule, declarations: [FormlyFieldRefTemplate], imports: [CommonModule,
100
100
  NzOutletModule,
101
101
  TrustedHtmlPipe, i3.FormlyModule] }); }
102
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyRefTemplateModule, imports: [CommonModule,
102
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyRefTemplateModule, imports: [CommonModule,
103
103
  NzOutletModule,
104
104
  FormlyModule.forChild({
105
105
  types: [
@@ -110,7 +110,7 @@ class FormlyRefTemplateModule {
110
110
  ]
111
111
  })] }); }
112
112
  }
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: FormlyRefTemplateModule, decorators: [{
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: FormlyRefTemplateModule, decorators: [{
114
114
  type: NgModule,
115
115
  args: [{
116
116
  declarations: [FormlyFieldRefTemplate],