ngx-formly-zorro-antd 19.3.0 → 19.3.2

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 (124) hide show
  1. package/button/button.config.d.ts +2 -0
  2. package/button/public_api.d.ts +1 -0
  3. package/button-group/button-group.config.d.ts +2 -0
  4. package/button-group/public_api.d.ts +1 -0
  5. package/card/card.config.d.ts +2 -0
  6. package/card/public_api.d.ts +1 -0
  7. package/card-wrapper/card-wrapper.config.d.ts +2 -0
  8. package/card-wrapper/public_api.d.ts +1 -0
  9. package/cascader/cascader.config.d.ts +2 -0
  10. package/cascader/public_api.d.ts +1 -0
  11. package/checkbox/checkbox.config.d.ts +2 -0
  12. package/checkbox/public_api.d.ts +1 -0
  13. package/datepicker/datepicker.config.d.ts +2 -0
  14. package/datepicker/public_api.d.ts +1 -0
  15. package/fesm2022/ngx-formly-zorro-antd-button-group.mjs +15 -28
  16. package/fesm2022/ngx-formly-zorro-antd-button-group.mjs.map +1 -1
  17. package/fesm2022/ngx-formly-zorro-antd-button.mjs +23 -47
  18. package/fesm2022/ngx-formly-zorro-antd-button.mjs.map +1 -1
  19. package/fesm2022/ngx-formly-zorro-antd-card-wrapper.mjs +15 -25
  20. package/fesm2022/ngx-formly-zorro-antd-card-wrapper.mjs.map +1 -1
  21. package/fesm2022/ngx-formly-zorro-antd-card.mjs +16 -30
  22. package/fesm2022/ngx-formly-zorro-antd-card.mjs.map +1 -1
  23. package/fesm2022/ngx-formly-zorro-antd-cascader.mjs +15 -19
  24. package/fesm2022/ngx-formly-zorro-antd-cascader.mjs.map +1 -1
  25. package/fesm2022/ngx-formly-zorro-antd-checkbox.mjs +19 -27
  26. package/fesm2022/ngx-formly-zorro-antd-checkbox.mjs.map +1 -1
  27. package/fesm2022/ngx-formly-zorro-antd-datepicker.mjs +15 -19
  28. package/fesm2022/ngx-formly-zorro-antd-datepicker.mjs.map +1 -1
  29. package/fesm2022/ngx-formly-zorro-antd-flex.mjs +15 -25
  30. package/fesm2022/ngx-formly-zorro-antd-flex.mjs.map +1 -1
  31. package/fesm2022/ngx-formly-zorro-antd-form-field.mjs +18 -21
  32. package/fesm2022/ngx-formly-zorro-antd-form-field.mjs.map +1 -1
  33. package/fesm2022/ngx-formly-zorro-antd-grid.mjs +15 -25
  34. package/fesm2022/ngx-formly-zorro-antd-grid.mjs.map +1 -1
  35. package/fesm2022/ngx-formly-zorro-antd-helpers.mjs +1 -0
  36. package/fesm2022/ngx-formly-zorro-antd-helpers.mjs.map +1 -1
  37. package/fesm2022/ngx-formly-zorro-antd-input-group.mjs +16 -30
  38. package/fesm2022/ngx-formly-zorro-antd-input-group.mjs.map +1 -1
  39. package/fesm2022/ngx-formly-zorro-antd-input-number.mjs +19 -27
  40. package/fesm2022/ngx-formly-zorro-antd-input-number.mjs.map +1 -1
  41. package/fesm2022/ngx-formly-zorro-antd-input-otp.mjs +15 -19
  42. package/fesm2022/ngx-formly-zorro-antd-input-otp.mjs.map +1 -1
  43. package/fesm2022/ngx-formly-zorro-antd-input.mjs.map +1 -1
  44. package/fesm2022/ngx-formly-zorro-antd-radio.mjs +15 -19
  45. package/fesm2022/ngx-formly-zorro-antd-radio.mjs.map +1 -1
  46. package/fesm2022/ngx-formly-zorro-antd-rate.mjs +15 -19
  47. package/fesm2022/ngx-formly-zorro-antd-rate.mjs.map +1 -1
  48. package/fesm2022/ngx-formly-zorro-antd-ref-template.mjs +15 -27
  49. package/fesm2022/ngx-formly-zorro-antd-ref-template.mjs.map +1 -1
  50. package/fesm2022/ngx-formly-zorro-antd-select.mjs +16 -21
  51. package/fesm2022/ngx-formly-zorro-antd-select.mjs.map +1 -1
  52. package/fesm2022/ngx-formly-zorro-antd-slider.mjs +15 -19
  53. package/fesm2022/ngx-formly-zorro-antd-slider.mjs.map +1 -1
  54. package/fesm2022/ngx-formly-zorro-antd-space-compact.mjs +15 -25
  55. package/fesm2022/ngx-formly-zorro-antd-space-compact.mjs.map +1 -1
  56. package/fesm2022/ngx-formly-zorro-antd-space.mjs +15 -25
  57. package/fesm2022/ngx-formly-zorro-antd-space.mjs.map +1 -1
  58. package/fesm2022/ngx-formly-zorro-antd-switch.mjs +15 -19
  59. package/fesm2022/ngx-formly-zorro-antd-switch.mjs.map +1 -1
  60. package/fesm2022/ngx-formly-zorro-antd-tabs.mjs +15 -25
  61. package/fesm2022/ngx-formly-zorro-antd-tabs.mjs.map +1 -1
  62. package/fesm2022/ngx-formly-zorro-antd-text-value.mjs +16 -29
  63. package/fesm2022/ngx-formly-zorro-antd-text-value.mjs.map +1 -1
  64. package/fesm2022/ngx-formly-zorro-antd-textarea.mjs +15 -19
  65. package/fesm2022/ngx-formly-zorro-antd-textarea.mjs.map +1 -1
  66. package/fesm2022/ngx-formly-zorro-antd-timepicker.mjs +15 -19
  67. package/fesm2022/ngx-formly-zorro-antd-timepicker.mjs.map +1 -1
  68. package/fesm2022/ngx-formly-zorro-antd-transfer.mjs +15 -19
  69. package/fesm2022/ngx-formly-zorro-antd-transfer.mjs.map +1 -1
  70. package/fesm2022/ngx-formly-zorro-antd-tree-select.mjs +15 -19
  71. package/fesm2022/ngx-formly-zorro-antd-tree-select.mjs.map +1 -1
  72. package/fesm2022/ngx-formly-zorro-antd-upload.mjs +15 -19
  73. package/fesm2022/ngx-formly-zorro-antd-upload.mjs.map +1 -1
  74. package/fesm2022/ngx-formly-zorro-antd.mjs +76 -30
  75. package/fesm2022/ngx-formly-zorro-antd.mjs.map +1 -1
  76. package/flex/flex.config.d.ts +2 -0
  77. package/flex/public_api.d.ts +1 -0
  78. package/form-field/form-field.config.d.ts +2 -0
  79. package/form-field/public_api.d.ts +1 -0
  80. package/grid/grid.config.d.ts +2 -0
  81. package/grid/public_api.d.ts +1 -0
  82. package/helpers/public_api.d.ts +2 -1
  83. package/input/input.config.d.ts +1 -1
  84. package/input-group/input-group.config.d.ts +2 -0
  85. package/input-group/public_api.d.ts +1 -0
  86. package/input-number/input-number.config.d.ts +2 -0
  87. package/input-number/public_api.d.ts +1 -0
  88. package/input-otp/input-otp.config.d.ts +2 -0
  89. package/input-otp/public_api.d.ts +1 -0
  90. package/lib/ui-ng-zorro-antd.config.d.ts +1 -0
  91. package/lib/ui-ng-zorro-antd.d.ts +1 -0
  92. package/lib/ui-ng-zorro-antd.module.d.ts +25 -22
  93. package/package.json +1 -1
  94. package/radio/public_api.d.ts +1 -0
  95. package/radio/radio.config.d.ts +2 -0
  96. package/rate/public_api.d.ts +1 -0
  97. package/rate/rate.config.d.ts +2 -0
  98. package/ref-template/public_api.d.ts +1 -0
  99. package/ref-template/ref-template.config.d.ts +2 -0
  100. package/select/public_api.d.ts +1 -0
  101. package/select/select.config.d.ts +2 -0
  102. package/slider/public_api.d.ts +1 -0
  103. package/slider/slider.config.d.ts +2 -0
  104. package/space/public_api.d.ts +1 -0
  105. package/space/space.config.d.ts +2 -0
  106. package/space-compact/public_api.d.ts +1 -0
  107. package/space-compact/space-compact.config.d.ts +2 -0
  108. package/switch/public_api.d.ts +1 -0
  109. package/switch/switch.config.d.ts +2 -0
  110. package/tabs/public_api.d.ts +1 -0
  111. package/tabs/tabs.config.d.ts +2 -0
  112. package/text-value/public_api.d.ts +1 -0
  113. package/text-value/text-value.config.d.ts +2 -0
  114. package/textarea/public_api.d.ts +1 -0
  115. package/textarea/textarea.config.d.ts +2 -0
  116. package/timepicker/public_api.d.ts +1 -0
  117. package/timepicker/timepicker.config.d.ts +2 -0
  118. package/transfer/public_api.d.ts +1 -0
  119. package/transfer/transfer.config.d.ts +2 -0
  120. package/tree-select/public_api.d.ts +1 -0
  121. package/tree-select/tree-select.config.d.ts +2 -0
  122. package/types/public_api.d.ts +1 -0
  123. package/upload/public_api.d.ts +1 -0
  124. package/upload/upload.config.d.ts +2 -0
@@ -1,2 +1,2 @@
1
- import { ConfigOption } from '@ngx-formly/core';
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
2
  export declare function withFormlyFieldInput(): ConfigOption;
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldInputGroup(): ConfigOption;
@@ -1,4 +1,5 @@
1
1
  export { FormlyNzInputGroupModule } from './input-group.module';
2
2
  export { FormlyFieldInputGroup } from './input-group.type';
3
+ export { withFormlyFieldInputGroup } from './input-group.config';
3
4
  export type { FormlyInputGroupFieldConfig } from './input-group.type';
4
5
  export type { FormlyInputGroupProps } from './input-group.props';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldInputNumber(): ConfigOption;
@@ -1,4 +1,5 @@
1
1
  export { FormlyNzInputNumberModule } from './input-number.module';
2
2
  export { FormlyFieldInputNumber } from './input-number.type';
3
+ export { withFormlyFieldInputNumber } from './input-number.config';
3
4
  export type { FormlyInputNumberFieldConfig } from './input-number.type';
4
5
  export type { InputNumberProps } from './input-number.props';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldInputOtp(): ConfigOption;
@@ -1,4 +1,5 @@
1
1
  export { FormlyNzInputOtpModule } from './input-otp.module';
2
2
  export { FormlyFieldInputOtp } from './input-otp.type';
3
+ export { withFormlyFieldInputOtp } from './input-otp.config';
3
4
  export type { FormlyInputOtpFieldConfig } from './input-otp.type';
4
5
  export type { FormlyInputOtpProps } from './input-otp.props';
@@ -0,0 +1 @@
1
+ export declare function withFormlyNgAntd(): import("@ngx-formly/core").ConfigOption[];
@@ -1 +1,2 @@
1
+ export { withFormlyNgAntd } from './ui-ng-zorro-antd.config';
1
2
  export { FormlyNgAntdModule } from './ui-ng-zorro-antd.module';
@@ -5,29 +5,32 @@ import * as i3 from "ngx-formly-zorro-antd/form-field";
5
5
  import * as i4 from "ngx-formly-zorro-antd/input";
6
6
  import * as i5 from "ngx-formly-zorro-antd/input-number";
7
7
  import * as i6 from "ngx-formly-zorro-antd/input-group";
8
- import * as i7 from "ngx-formly-zorro-antd/textarea";
9
- import * as i8 from "ngx-formly-zorro-antd/radio";
10
- import * as i9 from "ngx-formly-zorro-antd/checkbox";
11
- import * as i10 from "ngx-formly-zorro-antd/select";
12
- import * as i11 from "ngx-formly-zorro-antd/switch";
13
- import * as i12 from "ngx-formly-zorro-antd/cascader";
14
- import * as i13 from "ngx-formly-zorro-antd/datepicker";
15
- import * as i14 from "ngx-formly-zorro-antd/rate";
16
- import * as i15 from "ngx-formly-zorro-antd/slider";
17
- import * as i16 from "ngx-formly-zorro-antd/timepicker";
18
- import * as i17 from "ngx-formly-zorro-antd/transfer";
19
- import * as i18 from "ngx-formly-zorro-antd/tree-select";
20
- import * as i19 from "ngx-formly-zorro-antd/upload";
21
- import * as i20 from "ngx-formly-zorro-antd/tabs";
22
- import * as i21 from "ngx-formly-zorro-antd/card";
23
- import * as i22 from "ngx-formly-zorro-antd/card-wrapper";
24
- import * as i23 from "ngx-formly-zorro-antd/button";
25
- import * as i24 from "ngx-formly-zorro-antd/button-group";
26
- import * as i25 from "ngx-formly-zorro-antd/grid";
27
- import * as i26 from "ngx-formly-zorro-antd/space";
28
- import * as i27 from "ngx-formly-zorro-antd/flex";
8
+ import * as i7 from "ngx-formly-zorro-antd/input-otp";
9
+ import * as i8 from "ngx-formly-zorro-antd/textarea";
10
+ import * as i9 from "ngx-formly-zorro-antd/radio";
11
+ import * as i10 from "ngx-formly-zorro-antd/checkbox";
12
+ import * as i11 from "ngx-formly-zorro-antd/select";
13
+ import * as i12 from "ngx-formly-zorro-antd/switch";
14
+ import * as i13 from "ngx-formly-zorro-antd/cascader";
15
+ import * as i14 from "ngx-formly-zorro-antd/datepicker";
16
+ import * as i15 from "ngx-formly-zorro-antd/rate";
17
+ import * as i16 from "ngx-formly-zorro-antd/slider";
18
+ import * as i17 from "ngx-formly-zorro-antd/timepicker";
19
+ import * as i18 from "ngx-formly-zorro-antd/transfer";
20
+ import * as i19 from "ngx-formly-zorro-antd/tree-select";
21
+ import * as i20 from "ngx-formly-zorro-antd/upload";
22
+ import * as i21 from "ngx-formly-zorro-antd/tabs";
23
+ import * as i22 from "ngx-formly-zorro-antd/card";
24
+ import * as i23 from "ngx-formly-zorro-antd/card-wrapper";
25
+ import * as i24 from "ngx-formly-zorro-antd/button";
26
+ import * as i25 from "ngx-formly-zorro-antd/button-group";
27
+ import * as i26 from "ngx-formly-zorro-antd/grid";
28
+ import * as i27 from "ngx-formly-zorro-antd/space";
29
+ import * as i28 from "ngx-formly-zorro-antd/space-compact";
30
+ import * as i29 from "ngx-formly-zorro-antd/flex";
31
+ import * as i30 from "ngx-formly-zorro-antd/text-value";
29
32
  export declare class FormlyNgAntdModule {
30
33
  static ɵfac: i0.ɵɵFactoryDeclaration<FormlyNgAntdModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormlyNgAntdModule, never, [typeof i1.FormlyCommonModule, typeof i2.FormlyRefTemplateModule, typeof i3.FormlyNzFormFieldModule, typeof i4.FormlyNzInputModule, typeof i5.FormlyNzInputNumberModule, typeof i6.FormlyNzInputGroupModule, typeof i7.FormlyNzTextareaModule, typeof i8.FormlyNzRadioModule, typeof i9.FormlyNzCheckboxModule, typeof i10.FormlyNzSelectModule, typeof i11.FormlyNzSwitchModule, typeof i12.FormlyNzCascaderModule, typeof i13.FormlyNzDatepickerModule, typeof i14.FormlyNzRateModule, typeof i15.FormlyNzSliderModule, typeof i16.FormlyNzTimepickerModule, typeof i17.FormlyNzTransferModule, typeof i18.FormlyNzTreeSelectModule, typeof i19.FormlyNzUploadModule, typeof i20.FormlyNzTabsModule, typeof i21.FormlyNzCardModule, typeof i22.FormlyNzCardWrapperModule, typeof i23.FormlyNzButtonModule, typeof i24.FormlyNzButtonGroupModule, typeof i25.FormlyNzGridModule, typeof i26.FormlyNzSpaceModule, typeof i27.FormlyNzFlexModule], [typeof i1.FormlyCommonModule]>;
34
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormlyNgAntdModule, never, [typeof i1.FormlyCommonModule, typeof i2.FormlyRefTemplateModule, typeof i3.FormlyNzFormFieldModule, typeof i4.FormlyNzInputModule, typeof i5.FormlyNzInputNumberModule, typeof i6.FormlyNzInputGroupModule, typeof i7.FormlyNzInputOtpModule, typeof i8.FormlyNzTextareaModule, typeof i9.FormlyNzRadioModule, typeof i10.FormlyNzCheckboxModule, typeof i11.FormlyNzSelectModule, typeof i12.FormlyNzSwitchModule, typeof i13.FormlyNzCascaderModule, typeof i14.FormlyNzDatepickerModule, typeof i15.FormlyNzRateModule, typeof i16.FormlyNzSliderModule, typeof i17.FormlyNzTimepickerModule, typeof i18.FormlyNzTransferModule, typeof i19.FormlyNzTreeSelectModule, typeof i20.FormlyNzUploadModule, typeof i21.FormlyNzTabsModule, typeof i22.FormlyNzCardModule, typeof i23.FormlyNzCardWrapperModule, typeof i24.FormlyNzButtonModule, typeof i25.FormlyNzButtonGroupModule, typeof i26.FormlyNzGridModule, typeof i27.FormlyNzSpaceModule, typeof i28.FormlyNzSpaceCompactModule, typeof i29.FormlyNzFlexModule, typeof i30.FormlyNzTextValueModule], [typeof i1.FormlyCommonModule]>;
32
35
  static ɵinj: i0.ɵɵInjectorDeclaration<FormlyNgAntdModule>;
33
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-formly-zorro-antd",
3
- "version": "19.3.0",
3
+ "version": "19.3.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzRadioModule } from './radio.module';
2
2
  export { FormlyFieldRadio } from './radio.type';
3
+ export { withFormlyFieldRadio } from './radio.config';
3
4
  export type { FormlyRadioFieldConfig, RadioProps } from './radio.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldRadio(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzRateModule } from './rate.module';
2
2
  export { FormlyFieldRate } from './rate.type';
3
+ export { withFormlyFieldRate } from './rate.config';
3
4
  export type { FormlyRateFieldConfig, RateProps } from './rate.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldRate(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyRefTemplateModule } from './ref-template.module';
2
2
  export { FormlyFieldRefTemplate } from './ref-template.type';
3
+ export { withFormlyFieldRefTemplate } from './ref-template.config';
3
4
  export type { FormlyRefTemplateFieldConfig, RefTemplateProps } from './ref-template.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldRefTemplate(): ConfigOption;
@@ -1,4 +1,5 @@
1
1
  export { FormlyNzSelectModule } from './select.module';
2
2
  export { FormlyFieldSelect } from './select.type';
3
+ export { withFormlyFieldSelect } from './select.config';
3
4
  export type { FormlySelectFieldConfig } from './select.type';
4
5
  export type { SelectProps } from './select.props';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldSelect(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzSliderModule } from './slider.module';
2
2
  export { FormlyFieldSlider } from './slider.type';
3
+ export { withFormlyFieldSlider } from './slider.config';
3
4
  export type { FormlySlideFieldConfig, SlideProps } from './slider.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldSlider(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzSpaceModule } from './space.module';
2
2
  export { FormlyFieldSpace } from './space.type';
3
+ export { withFormlyFieldSpace } from './space.config';
3
4
  export type { FormlySpaceFieldConfig, SpaceProps } from './space.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldSpace(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzSpaceCompactModule } from './space-compact.module';
2
2
  export { FormlyFieldSpaceCompact } from './space-compact.type';
3
+ export { withFormlyFieldSpaceCompact } from './space-compact.config';
3
4
  export type { FormlySpaceCompactFieldConfig, SpaceCompactProps } from './space-compact.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldSpaceCompact(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzSwitchModule } from './switch.module';
2
2
  export { FormlyFieldSwitch } from './switch.type';
3
+ export { withFormlyFieldSwitch } from './switch.config';
3
4
  export type { FormlySwitchFieldConfig, SwitchProps } from './switch.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldSwitch(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzTabsModule } from './tabs.module';
2
2
  export { FormlyWrapperTabs } from './tabs.wrapper';
3
+ export { withFormlyTabs } from './tabs.config';
3
4
  export type { FormlyTabsWrapperConfig } from './tabs.wrapper';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyTabs(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzTextValueModule } from './text-value.module';
2
2
  export { FormlyFieldTextValue } from './text-value.type';
3
+ export { withFormlyFieldTextValue } from './text-value.config';
3
4
  export type { FormlyTextValueFieldConfig, TextValueProps } from './text-value.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldTextValue(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzTextareaModule } from './textarea.module';
2
2
  export { FormlyFieldTextarea } from './textarea.type';
3
+ export { withFormlyFieldTextarea } from './textarea.config';
3
4
  export type { FormlyTextareaFieldConfig, TextareaProps } from './textarea.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldTextarea(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzTimepickerModule } from './timepicker.module';
2
2
  export { FormlyFieldTimepicker } from './timepicker.type';
3
+ export { withFormlyFieldTimepicker } from './timepicker.config';
3
4
  export type { FormlyTimepickerFieldConfig, TimepickerProps } from './timepicker.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldTimepicker(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzTransferModule } from './transfer.module';
2
2
  export { FormlyFieldTransfer } from './transfer.type';
3
+ export { withFormlyFieldTransfer } from './transfer.config';
3
4
  export type { FormlyTransferFieldConfig, TransferProps } from './transfer.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldTransfer(): ConfigOption;
@@ -1,3 +1,4 @@
1
1
  export { FormlyNzTreeSelectModule } from './tree-select.module';
2
2
  export { FormlyFieldTreeSelect } from './tree-select.type';
3
+ export { withFormlyFieldTreeSelect } from './tree-select.config';
3
4
  export type { FormlyTreeSelectFieldConfig, TreeSelectProps } from './tree-select.type';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldTreeSelect(): ConfigOption;
@@ -10,6 +10,7 @@ export type { FormlyGridFieldConfig } from 'ngx-formly-zorro-antd/grid';
10
10
  export type { FormlyInputFieldConfig } from 'ngx-formly-zorro-antd/input';
11
11
  export type { FormlyInputGroupFieldConfig } from 'ngx-formly-zorro-antd/input-group';
12
12
  export type { FormlyInputNumberFieldConfig } from 'ngx-formly-zorro-antd/input-number';
13
+ export type { FormlyInputOtpFieldConfig } from 'ngx-formly-zorro-antd/input-otp';
13
14
  export type { FormlyRadioFieldConfig } from 'ngx-formly-zorro-antd/radio';
14
15
  export type { FormlyRateFieldConfig } from 'ngx-formly-zorro-antd/rate';
15
16
  export type { FormlyRefTemplateFieldConfig } from 'ngx-formly-zorro-antd/ref-template';
@@ -1,4 +1,5 @@
1
1
  export { FormlyNzUploadModule } from './upload.module';
2
2
  export { FormlyFieldUpload } from './upload.type';
3
+ export { withFormlyFieldUpload } from './upload.config';
3
4
  export type { FormlyUploadFieldConfig } from './upload.type';
4
5
  export type { UploadProps } from './upload.props';
@@ -0,0 +1,2 @@
1
+ import type { ConfigOption } from '@ngx-formly/core';
2
+ export declare function withFormlyFieldUpload(): ConfigOption;