@ebuilding/form 2.1.15 → 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 +30 -30
  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 withFormlyFieldCheckbox(): ConfigOption;
@@ -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 DeonNzCheckboxModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzCheckboxModule, never>;
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzCheckboxModule, 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 DeonNzFieldCheckbox extends FieldType<FieldTypeConfig> {
4
4
  defaultOptions: {
@@ -1,2 +1,3 @@
1
1
  export { DeonNzCheckboxModule } from './checkbox.module';
2
2
  export { DeonNzFieldCheckbox } from './checkbox.type';
3
+ export { withFormlyFieldCheckbox } from './app.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldCheckboxGroup(): ConfigOption;
@@ -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 DeonNzCheckboxGroupModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzCheckboxGroupModule, never>;
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzCheckboxGroupModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
2
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
3
3
  import { Observable } from 'rxjs';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class DeonNzFieldCheckboxGroup extends FieldType<FieldTypeConfig> implements OnInit {
@@ -1,2 +1,3 @@
1
1
  export { DeonNzCheckboxGroupModule } from './checkboxgroup.module';
2
2
  export { DeonNzFieldCheckboxGroup } from './checkboxgroup.type';
3
+ export { withFormlyFieldCheckboxGroup } from './app.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldColor(): 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 DeonNzFieldColor extends FieldType<FieldTypeConfig> {
4
4
  defaultOptions: {
@@ -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 DeonNzColorModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzColorModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzColorModule, never, [typeof i1.CommonModule, typeof i2.FormlyModule], never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzColorModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<DeonNzColorModule>;
8
9
  }
@@ -1,2 +1,3 @@
1
1
  export { DeonNzColorModule } from './index.module';
2
2
  export { DeonNzFieldColor } from './default/index';
3
+ export { withFormlyFieldColor } from './app.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldDateTime(): ConfigOption;
@@ -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 DeonNzDateTimeModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzDateTimeModule, never>;
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzDateTimeModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
@@ -1,5 +1,5 @@
1
1
  import { NzI18nService } from 'ng-zorro-antd/i18n';
2
- import { FieldType, FieldTypeConfig } from '@kre-form/core';
2
+ import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DeonNzFieldDatetime extends FieldType<FieldTypeConfig> {
5
5
  i18n: NzI18nService;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzDateTimeModule } from './datetime.module';
2
2
  export { DeonNzFieldDatetime } from './datetime.type';
3
+ export { withFormlyFieldDateTime } from './app.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldDesc(): ConfigOption;
@@ -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 DeonNzDescModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzDescModule, never>;
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzDescModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
@@ -1,4 +1,4 @@
1
- import { FieldType } from '@kre-form/core';
1
+ import { FieldType } from '@ebuilding-form/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeonNzFieldDesc extends FieldType {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzFieldDesc, never>;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzDescModule } from './desc.module';
2
2
  export { DeonNzFieldDesc } from './desc.type';
3
+ export { withFormlyFieldDesc } from './app.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldDim(): ConfigOption;
@@ -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 DeonNzFieldDim extends FieldType<FieldTypeConfig> {
@@ -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 DeonNzDimModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzDimModule, never>;
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzDimModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzDimModule } from './dim.module';
2
2
  export { DeonNzFieldDim } from './default';
3
+ export { withFormlyFieldDim } from './app.config';
@@ -0,0 +1,2 @@
1
+ import { ConfigOption } from '@ebuilding-form/core';
2
+ export declare function withFormlyFieldIndicator(): ConfigOption;
@@ -1,7 +1,7 @@
1
1
  import { NzMessageService } from 'ng-zorro-antd/message';
2
2
  import { NzModalService } from 'ng-zorro-antd/modal';
3
3
  import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
4
- import { FieldType } from '@kre-form/core';
4
+ import { FieldType } from '@ebuilding-form/core';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class DeonNzFieldDimIndicatorAssess extends FieldType {
7
7
  modal: NzModalService;
@@ -1,7 +1,7 @@
1
1
  import { NzMessageService } from 'ng-zorro-antd/message';
2
2
  import { NzModalService } from 'ng-zorro-antd/modal';
3
3
  import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
4
- import { FieldType } from '@kre-form/core';
4
+ import { FieldType } from '@ebuilding-form/core';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class DeonNzFieldDimIndicator extends FieldType {
7
7
  modal: NzModalService;
@@ -1,7 +1,7 @@
1
1
  import { NzMessageService } from 'ng-zorro-antd/message';
2
2
  import { NzModalService } from 'ng-zorro-antd/modal';
3
3
  import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
4
- import { FieldType } from '@kre-form/core';
4
+ import { FieldType } from '@ebuilding-form/core';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class DeonNzFieldDimIndicatorFinish extends FieldType {
7
7
  modal: NzModalService;
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@ebuilding/form/form-field";
3
- import * as i2 from "@kre-form/core";
3
+ import * as i2 from "@ebuilding-form/core";
4
4
  export declare class DeonNzDimIndicatorModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzDimIndicatorModule, never>;
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzDimIndicatorModule, never, [typeof i1.DeonNzFormFieldModule, typeof i2.FormlyModule], never>;
@@ -1,2 +1,3 @@
1
1
  export { DeonNzDimIndicatorModule } from './indicator.module';
2
2
  export { DeonNzFieldDimIndicator } from './default';
3
+ export { withFormlyFieldIndicator } from './app.config';