@ebuilding/form 2.1.14 → 2.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 (183) hide show
  1. package/checkbox/src/app.config.d.ts +2 -0
  2. package/checkbox/src/checkbox.module.d.ts +1 -1
  3. package/checkbox/src/checkbox.type.d.ts +1 -1
  4. package/checkbox/src/public_api.d.ts +1 -0
  5. package/checkboxgroup/src/app.config.d.ts +2 -0
  6. package/checkboxgroup/src/checkboxgroup.module.d.ts +1 -1
  7. package/checkboxgroup/src/checkboxgroup.type.d.ts +1 -1
  8. package/checkboxgroup/src/public_api.d.ts +1 -0
  9. package/colors/src/app.config.d.ts +2 -0
  10. package/colors/src/default/index.d.ts +1 -1
  11. package/colors/src/index.module.d.ts +3 -2
  12. package/colors/src/public_api.d.ts +1 -0
  13. package/datetime/src/app.config.d.ts +2 -0
  14. package/datetime/src/datetime.module.d.ts +1 -1
  15. package/datetime/src/datetime.type.d.ts +1 -1
  16. package/datetime/src/public_api.d.ts +1 -0
  17. package/desc/src/app.config.d.ts +2 -0
  18. package/desc/src/desc.module.d.ts +1 -1
  19. package/desc/src/desc.type.d.ts +1 -1
  20. package/desc/src/public_api.d.ts +1 -0
  21. package/dim/src/app.config.d.ts +2 -0
  22. package/dim/src/default/index.d.ts +1 -1
  23. package/dim/src/dim.module.d.ts +1 -1
  24. package/dim/src/public_api.d.ts +1 -0
  25. package/dim-indicator/src/app.config.d.ts +2 -0
  26. package/dim-indicator/src/assess/index.d.ts +1 -1
  27. package/dim-indicator/src/default/index.d.ts +1 -1
  28. package/dim-indicator/src/finish/index.d.ts +1 -1
  29. package/dim-indicator/src/indicator.module.d.ts +1 -1
  30. package/dim-indicator/src/public_api.d.ts +1 -0
  31. package/fesm2022/ebuilding-form.mjs +472 -604
  32. package/fesm2022/ebuilding-form.mjs.map +1 -1
  33. package/fesm2022/type.checkbox.mjs +22 -30
  34. package/fesm2022/type.checkbox.mjs.map +1 -1
  35. package/fesm2022/type.checkboxgroup.mjs +18 -22
  36. package/fesm2022/type.checkboxgroup.mjs.map +1 -1
  37. package/fesm2022/type.colors.mjs +23 -23
  38. package/fesm2022/type.colors.mjs.map +1 -1
  39. package/fesm2022/type.datetime.mjs +18 -22
  40. package/fesm2022/type.datetime.mjs.map +1 -1
  41. package/fesm2022/type.desc.mjs +16 -19
  42. package/fesm2022/type.desc.mjs.map +1 -1
  43. package/fesm2022/type.dim-indicator.mjs +27 -38
  44. package/fesm2022/type.dim-indicator.mjs.map +1 -1
  45. package/fesm2022/type.dim.mjs +17 -20
  46. package/fesm2022/type.dim.mjs.map +1 -1
  47. package/fesm2022/type.form-field.mjs +17 -20
  48. package/fesm2022/type.form-field.mjs.map +1 -1
  49. package/fesm2022/type.grid.mjs +17 -20
  50. package/fesm2022/type.grid.mjs.map +1 -1
  51. package/fesm2022/type.group.mjs +21 -28
  52. package/fesm2022/type.group.mjs.map +1 -1
  53. package/fesm2022/type.html.mjs +17 -21
  54. package/fesm2022/type.html.mjs.map +1 -1
  55. package/fesm2022/type.icon.mjs +17 -21
  56. package/fesm2022/type.icon.mjs.map +1 -1
  57. package/fesm2022/type.label.mjs +16 -19
  58. package/fesm2022/type.label.mjs.map +1 -1
  59. package/fesm2022/type.line.mjs +16 -19
  60. package/fesm2022/type.line.mjs.map +1 -1
  61. package/fesm2022/type.list.mjs +16 -19
  62. package/fesm2022/type.list.mjs.map +1 -1
  63. package/fesm2022/type.number.mjs +26 -37
  64. package/fesm2022/type.number.mjs.map +1 -1
  65. package/fesm2022/type.overtime.mjs +17 -21
  66. package/fesm2022/type.overtime.mjs.map +1 -1
  67. package/fesm2022/type.panel.mjs +17 -20
  68. package/fesm2022/type.panel.mjs.map +1 -1
  69. package/fesm2022/type.radio.mjs +18 -22
  70. package/fesm2022/type.radio.mjs.map +1 -1
  71. package/fesm2022/type.radiogroup.mjs +17 -21
  72. package/fesm2022/type.radiogroup.mjs.map +1 -1
  73. package/fesm2022/type.reform.mjs +17 -20
  74. package/fesm2022/type.reform.mjs.map +1 -1
  75. package/fesm2022/type.repeat-card.mjs +17 -20
  76. package/fesm2022/type.repeat-card.mjs.map +1 -1
  77. package/fesm2022/type.repeat.mjs +21 -28
  78. package/fesm2022/type.repeat.mjs.map +1 -1
  79. package/fesm2022/type.select.mjs +21 -28
  80. package/fesm2022/type.select.mjs.map +1 -1
  81. package/fesm2022/type.switch.mjs +18 -22
  82. package/fesm2022/type.switch.mjs.map +1 -1
  83. package/fesm2022/type.tabs.mjs +42 -49
  84. package/fesm2022/type.tabs.mjs.map +1 -1
  85. package/fesm2022/type.text.mjs +29 -35
  86. package/fesm2022/type.text.mjs.map +1 -1
  87. package/fesm2022/type.textarea.mjs +18 -22
  88. package/fesm2022/type.textarea.mjs.map +1 -1
  89. package/fesm2022/type.textcode.mjs +18 -22
  90. package/fesm2022/type.textcode.mjs.map +1 -1
  91. package/form-field/src/form-field.config.d.ts +2 -0
  92. package/form-field/src/form-field.module.d.ts +1 -1
  93. package/form-field/src/form-field.wrapper.d.ts +1 -1
  94. package/form-field/src/public_api.d.ts +1 -0
  95. package/grid/src/app.config.d.ts +2 -0
  96. package/grid/src/grid.module.d.ts +1 -1
  97. package/grid/src/grid.type.d.ts +1 -1
  98. package/grid/src/public_api.d.ts +1 -0
  99. package/group/src/app.config.d.ts +2 -0
  100. package/group/src/group.module.d.ts +1 -1
  101. package/group/src/group.type.d.ts +1 -1
  102. package/group/src/public_api.d.ts +1 -0
  103. package/html/src/app.config.d.ts +2 -0
  104. package/html/src/html.module.d.ts +1 -1
  105. package/html/src/html.type.d.ts +1 -1
  106. package/html/src/public_api.d.ts +1 -0
  107. package/icon/src/app.config.d.ts +2 -0
  108. package/icon/src/default/index.d.ts +1 -1
  109. package/icon/src/index.module.d.ts +1 -1
  110. package/icon/src/public_api.d.ts +1 -0
  111. package/index.d.ts +28 -28
  112. package/label/src/app.config.d.ts +2 -0
  113. package/label/src/label.module.d.ts +1 -1
  114. package/label/src/label.type.d.ts +1 -1
  115. package/label/src/public_api.d.ts +1 -0
  116. package/line/src/app.config.d.ts +2 -0
  117. package/line/src/line.module.d.ts +1 -1
  118. package/line/src/line.type.d.ts +1 -1
  119. package/line/src/public_api.d.ts +1 -0
  120. package/list/src/app.config.d.ts +2 -0
  121. package/list/src/list.module.d.ts +1 -1
  122. package/list/src/list.type.d.ts +1 -1
  123. package/list/src/public_api.d.ts +1 -0
  124. package/number/src/app.config.d.ts +2 -0
  125. package/number/src/number.module.d.ts +1 -1
  126. package/number/src/number.type.d.ts +1 -1
  127. package/number/src/number_rate.type.d.ts +1 -1
  128. package/number/src/public_api.d.ts +1 -0
  129. package/overtime/src/app.config.d.ts +2 -0
  130. package/overtime/src/default/index.d.ts +1 -1
  131. package/overtime/src/index.module.d.ts +1 -1
  132. package/overtime/src/public_api.d.ts +1 -0
  133. package/package.json +38 -38
  134. package/panel/src/app.config.d.ts +2 -0
  135. package/panel/src/panel.module.d.ts +1 -1
  136. package/panel/src/panel.type.d.ts +1 -1
  137. package/panel/src/public_api.d.ts +1 -0
  138. package/radio/src/app.config.d.ts +2 -0
  139. package/radio/src/public_api.d.ts +1 -0
  140. package/radio/src/radio.module.d.ts +1 -1
  141. package/radio/src/radio.type.d.ts +1 -1
  142. package/radiogroup/src/app.config.d.ts +2 -0
  143. package/radiogroup/src/public_api.d.ts +1 -0
  144. package/radiogroup/src/radiogroup.module.d.ts +1 -1
  145. package/radiogroup/src/radiogroup.type.d.ts +1 -1
  146. package/reform/src/app.config.d.ts +2 -0
  147. package/reform/src/public_api.d.ts +1 -0
  148. package/reform/src/reform.module.d.ts +1 -1
  149. package/reform/src/reform.type.d.ts +1 -1
  150. package/repeat/src/app.config.d.ts +2 -0
  151. package/repeat/src/default/index.d.ts +1 -1
  152. package/repeat/src/index.module.d.ts +1 -1
  153. package/repeat/src/public_api.d.ts +1 -0
  154. package/repeat-card/src/app.config.d.ts +2 -0
  155. package/repeat-card/src/default/index.d.ts +1 -1
  156. package/repeat-card/src/index.module.d.ts +1 -1
  157. package/repeat-card/src/public_api.d.ts +1 -0
  158. package/select/src/app.config.d.ts +2 -0
  159. package/select/src/public_api.d.ts +1 -0
  160. package/select/src/select.module.d.ts +1 -1
  161. package/select/src/select.type.d.ts +1 -1
  162. package/switch/src/app.config.d.ts +2 -0
  163. package/switch/src/default/index.d.ts +1 -1
  164. package/switch/src/index.module.d.ts +1 -1
  165. package/switch/src/public_api.d.ts +1 -0
  166. package/tabs/src/app.config.d.ts +2 -0
  167. package/tabs/src/default/index.d.ts +1 -1
  168. package/tabs/src/index.module.d.ts +1 -1
  169. package/tabs/src/public_api.d.ts +1 -0
  170. package/tabs/src/tab/index.d.ts +1 -1
  171. package/text/src/public_api.d.ts +1 -0
  172. package/text/src/text.config.d.ts +2 -0
  173. package/text/src/text.module.d.ts +3 -2
  174. package/text/src/text.type.d.ts +1 -1
  175. package/text/src/text_ind.type.d.ts +1 -1
  176. package/textarea/src/app.config.d.ts +2 -0
  177. package/textarea/src/public_api.d.ts +1 -0
  178. package/textarea/src/textarea.module.d.ts +1 -1
  179. package/textarea/src/textarea.type.d.ts +1 -1
  180. package/textcode/src/app.config.d.ts +2 -0
  181. package/textcode/src/public_api.d.ts +1 -0
  182. package/textcode/src/text.module.d.ts +1 -1
  183. package/textcode/src/text.type.d.ts +1 -1
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldPanel(): ConfigOption;
@@ -3,7 +3,7 @@ import * as i1 from "@angular/common";
3
3
  import * as i2 from "@angular/forms";
4
4
  import * as i3 from "ng-zorro-antd/grid";
5
5
  import * as i4 from "@ebuilding/form/form-field";
6
- import * as i5 from "@kre-form/core";
6
+ import * as i5 from "@ebuilding-form/core";
7
7
  export declare class DeonNzPanelModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzPanelModule, never>;
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzPanelModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.NzGridModule, typeof i4.DeonNzFormFieldModule, typeof i5.FormlyModule], never>;
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeonNzFieldPanel extends FieldType<FieldTypeConfig> {
4
4
  defaultOptions: {
@@ -1,2 +1,3 @@
1
1
  export { DeonNzPanelModule } from './panel.module';
2
2
  export { DeonNzFieldPanel } from './panel.type';
3
+ export { withFormlyFieldPanel } from './app.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldRadio(): ConfigOption;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzRadioModule } from './radio.module';
2
2
  export { DeonNzFieldRadio } from './radio.type';
3
+ export { withFormlyFieldRadio } from './app.config';
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
- import * as i2 from "@kre-form/core";
3
+ import * as i2 from "@ebuilding-form/core";
4
4
  export declare class DeonNzRadioModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzRadioModule, never>;
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzRadioModule, never, [typeof i1.CommonModule, typeof i2.FormlyModule], never>;
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeonNzFieldRadio extends FieldType<FieldTypeConfig> {
4
4
  defaultOptions: {
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldRadioGroup(): ConfigOption;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzRadioGroupModule } from './radiogroup.module';
2
2
  export { DeonNzFieldRadioGroup } from './radiogroup.type';
3
+ export { withFormlyFieldRadioGroup } from './app.config';
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
- import * as i2 from "@kre-form/core";
3
+ import * as i2 from "@ebuilding-form/core";
4
4
  export declare class DeonNzRadioGroupModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzRadioGroupModule, never>;
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzRadioGroupModule, never, [typeof i1.CommonModule, typeof i2.FormlyModule], never>;
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DeonNzFieldRadioGroup extends FieldType<FieldTypeConfig> {
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldReform(): ConfigOption;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzReformModule } from './reform.module';
2
2
  export { DeonNzFieldReform } from './reform.type';
3
+ export { withFormlyFieldReform } from './app.config';
@@ -3,7 +3,7 @@ import * as i1 from "@angular/common";
3
3
  import * as i2 from "@angular/forms";
4
4
  import * as i3 from "ng-zorro-antd/grid";
5
5
  import * as i4 from "@ebuilding/form/form-field";
6
- import * as i5 from "@kre-form/core";
6
+ import * as i5 from "@ebuilding-form/core";
7
7
  export declare class DeonNzReformModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzReformModule, never>;
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzReformModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.NzGridModule, typeof i4.DeonNzFormFieldModule, typeof i5.FormlyModule], never>;
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeonNzFieldReform extends FieldType<FieldTypeConfig> {
4
4
  defaultOptions: {
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldRepeat(): ConfigOption;
@@ -1,6 +1,6 @@
1
1
  import { AfterViewInit, OnInit, OnDestroy, OnChanges } from '@angular/core';
2
2
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
3
- import { FieldArrayType, FieldTypeConfig } from '@kre-form/core';
3
+ import { FieldArrayType, FieldTypeConfig } from '@ebuilding-form/core';
4
4
  import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class DeonNzFieldRepeat extends FieldArrayType<FieldTypeConfig> implements OnInit, OnDestroy, AfterViewInit, OnChanges {
@@ -9,7 +9,7 @@ import * as i7 from "ng-zorro-antd/modal";
9
9
  import * as i8 from "ng-zorro-antd/tooltip";
10
10
  import * as i9 from "@ebuilding/form/form-field";
11
11
  import * as i10 from "@angular/cdk/drag-drop";
12
- import * as i11 from "@kre-form/core";
12
+ import * as i11 from "@ebuilding-form/core";
13
13
  export declare class DeonNzRepeatModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzRepeatModule, never>;
15
15
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzRepeatModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.NzEmptyModule, typeof i4.NzTableModule, typeof i5.NzButtonModule, typeof i6.NzIconModule, typeof i7.NzModalModule, typeof i8.NzToolTipModule, typeof i9.DeonNzFormFieldModule, typeof i10.DragDropModule, typeof i11.FormlyModule], never>;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzRepeatModule } from './index.module';
2
2
  export { DeonNzFieldRepeat } from './default/index';
3
+ export { withFormlyFieldRepeat } from './app.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldRepeatCard(): ConfigOption;
@@ -1,6 +1,6 @@
1
1
  import { AfterViewInit, OnInit, OnDestroy, OnChanges } from '@angular/core';
2
2
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
3
- import { FieldArrayType } from '@kre-form/core';
3
+ import { FieldArrayType } from '@ebuilding-form/core';
4
4
  import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class DeonNzFieldRepeatCard extends FieldArrayType implements OnInit, OnDestroy, AfterViewInit, OnChanges {
@@ -10,7 +10,7 @@ import * as i8 from "ng-zorro-antd/tooltip";
10
10
  import * as i9 from "@ebuilding/form/form-field";
11
11
  import * as i10 from "@angular/cdk/drag-drop";
12
12
  import * as i11 from "@ebuilding/base/components/empty";
13
- import * as i12 from "@kre-form/core";
13
+ import * as i12 from "@ebuilding-form/core";
14
14
  export declare class DeonNzRepeatCardModule {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzRepeatCardModule, never>;
16
16
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzRepeatCardModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.NzEmptyModule, typeof i4.NzTableModule, typeof i5.NzButtonModule, typeof i6.NzIconModule, typeof i7.NzModalModule, typeof i8.NzToolTipModule, typeof i9.DeonNzFormFieldModule, typeof i10.DragDropModule, typeof i11.GramDeonEmptyModule, typeof i12.FormlyModule], never>;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzRepeatCardModule } from './index.module';
2
2
  export { DeonNzFieldRepeatCard } from './default/index';
3
+ export { withFormlyFieldRepeatCard } from './app.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldSelect(): ConfigOption;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzSelectModule } from './select.module';
2
2
  export { DeonNzFieldSelect } from './select.type';
3
+ export { withFormlyFieldSelect } from './app.config';
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
3
  import * as i2 from "@ebuilding/form/form-field";
4
- import * as i3 from "@kre-form/core";
4
+ import * as i3 from "@ebuilding-form/core";
5
5
  export declare class DeonNzSelectModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzSelectModule, never>;
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzSelectModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeonNzFieldSelect extends FieldType<FieldTypeConfig> {
4
4
  defaultOptions: {
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldSwitch(): ConfigOption;
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeonNzFieldSwitch extends FieldType<FieldTypeConfig> {
4
4
  defaultOptions: {
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
3
  import * as i2 from "@ebuilding/form/form-field";
4
- import * as i3 from "@kre-form/core";
4
+ import * as i3 from "@ebuilding-form/core";
5
5
  export declare class DeonNzSwitchModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzSwitchModule, never>;
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzSwitchModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzSwitchModule } from './index.module';
2
2
  export { DeonNzFieldSwitch } from './default/index';
3
+ export { withFormlyFieldSwitch } from './app.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldTab(): ConfigOption;
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeonNzFieldTabs extends FieldType<FieldTypeConfig> {
4
4
  defaultOptions: {
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@kre-form/core";
2
+ import * as i1 from "@ebuilding-form/core";
3
3
  export declare class DeonNzTabsModule {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzTabsModule, never>;
5
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzTabsModule, never, [typeof i1.FormlyModule], never>;
@@ -1,3 +1,4 @@
1
1
  export { DeonNzTabsModule } from './index.module';
2
2
  export { DeonNzFieldTabs } from './default/index';
3
3
  export { DeonNzFieldTab } from './tab/index';
4
+ export { withFormlyFieldTab } from './app.config';
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeonNzFieldTab extends FieldType<FieldTypeConfig> {
4
4
  defaultOptions: {
@@ -1,2 +1,3 @@
1
1
  export { DeonNzTextModule } from './text.module';
2
2
  export { DeonNzFieldText } from './text.type';
3
+ export { withFormlyFieldText } from './text.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldText(): ConfigOption;
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
- import * as i2 from "@kre-form/core";
3
+ import * as i2 from "@ebuilding/form/form-field";
4
+ import * as i3 from "@ebuilding-form/core";
4
5
  export declare class DeonNzTextModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzTextModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzTextModule, never, [typeof i1.CommonModule, typeof i2.FormlyModule], never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzTextModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<DeonNzTextModule>;
8
9
  }
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeonNzFieldText extends FieldType<FieldTypeConfig> {
4
4
  get text(): any;
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DeonNzFieldTextInd extends FieldType<FieldTypeConfig> {
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldTextArea(): ConfigOption;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzTextAreaModule } from './textarea.module';
2
2
  export { DeonNzFieldTextArea } from './textarea.type';
3
+ export { withFormlyFieldTextArea } from './app.config';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@kre-form/core";
2
+ import * as i1 from "@ebuilding-form/core";
3
3
  export declare class DeonNzTextAreaModule {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzTextAreaModule, never>;
5
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzTextAreaModule, never, [typeof i1.FormlyModule], never>;
@@ -1,4 +1,4 @@
1
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
1
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeonNzFieldTextArea extends FieldType<FieldTypeConfig> {
4
4
  get text(): string;
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldTextCode(): ConfigOption;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzTextCodeModule } from './text.module';
2
2
  export { DeonNzFieldTextCode } from './text.type';
3
+ export { withFormlyFieldTextCode } from './app.config';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@kre-form/core";
2
+ import * as i1 from "@ebuilding-form/core";
3
3
  export declare class DeonNzTextCodeModule {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzTextCodeModule, never>;
5
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzTextCodeModule, never, [typeof i1.FormlyModule], never>;
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectorRef } from '@angular/core';
2
2
  import { _HttpClient } from '@delon/theme';
3
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
3
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class DeonNzFieldTextCode extends FieldType<FieldTypeConfig> {
6
6
  http: _HttpClient;