ng-zorro-antd-extension 18.1.5 → 19.0.1

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 (253) hide show
  1. package/README.md +2 -1
  2. package/acl/nzx-acl.directive.d.ts +1 -1
  3. package/acl/nzx-acl.module.d.ts +1 -2
  4. package/blank-field/blank-field.component.d.ts +1 -1
  5. package/blank-field/blank-field.module.d.ts +1 -2
  6. package/checkbox/checkbox-group.component.d.ts +5 -16
  7. package/checkbox/checkbox.module.d.ts +1 -4
  8. package/configurable-query/configurable-query-item/configurable-query-item.component.d.ts +1 -1
  9. package/configurable-query/configurable-query.component.d.ts +1 -1
  10. package/configurable-query/configurable-query.module.d.ts +3 -21
  11. package/configurable-query/control.directive.d.ts +1 -1
  12. package/configurable-query/controls/abstract.control.d.ts +2 -2
  13. package/configurable-query/controls/date-picker.control.d.ts +1 -1
  14. package/configurable-query/controls/input.control.d.ts +1 -1
  15. package/configurable-query/controls/range-picker.control.d.ts +1 -1
  16. package/configurable-query/controls/select.control.d.ts +1 -1
  17. package/configurable-query/controls/template.control.d.ts +1 -1
  18. package/dynamic-form/controls/abstract.control.d.ts +1 -1
  19. package/dynamic-form/controls/date-picker.control.d.ts +1 -1
  20. package/dynamic-form/controls/input.control.d.ts +1 -1
  21. package/dynamic-form/controls/range-picker.control.d.ts +1 -1
  22. package/dynamic-form/controls/select.control.d.ts +1 -1
  23. package/dynamic-form/controls/template.control.d.ts +1 -1
  24. package/dynamic-form/dynamic-form-item/dynamic-form-item.component.d.ts +1 -1
  25. package/dynamic-form/dynamic-form.component.d.ts +1 -1
  26. package/dynamic-form/dynamic-form.module.d.ts +1 -7
  27. package/dynamic-form/wrapper/control/abstract-control-wrapper.d.ts +1 -1
  28. package/dynamic-form/wrapper/control/built-in-control-wrapper.d.ts +1 -1
  29. package/dynamic-form/wrapper/item/abstract-item-wrapper.d.ts +1 -1
  30. package/dynamic-form/wrapper/item/built-in-item-wrapper.d.ts +1 -1
  31. package/dynamic-form/wrapper/label/abstract-label-wrapper.d.ts +1 -1
  32. package/dynamic-form/wrapper/label/built-in-label-wrapper.d.ts +1 -1
  33. package/editable/editable.component.d.ts +1 -1
  34. package/editable/editable.module.d.ts +1 -6
  35. package/fesm2022/ng-zorro-antd-extension-acl.mjs +11 -13
  36. package/fesm2022/ng-zorro-antd-extension-acl.mjs.map +1 -1
  37. package/fesm2022/ng-zorro-antd-extension-blank-field.mjs +19 -17
  38. package/fesm2022/ng-zorro-antd-extension-blank-field.mjs.map +1 -1
  39. package/fesm2022/ng-zorro-antd-extension-checkbox.mjs +28 -37
  40. package/fesm2022/ng-zorro-antd-extension-checkbox.mjs.map +1 -1
  41. package/fesm2022/ng-zorro-antd-extension-configurable-query.mjs +78 -116
  42. package/fesm2022/ng-zorro-antd-extension-configurable-query.mjs.map +1 -1
  43. package/fesm2022/ng-zorro-antd-extension-core-config.mjs +3 -3
  44. package/fesm2022/ng-zorro-antd-extension-core-config.mjs.map +1 -1
  45. package/fesm2022/ng-zorro-antd-extension-dynamic-form.mjs +86 -82
  46. package/fesm2022/ng-zorro-antd-extension-dynamic-form.mjs.map +1 -1
  47. package/fesm2022/ng-zorro-antd-extension-editable.mjs +23 -33
  48. package/fesm2022/ng-zorro-antd-extension-editable.mjs.map +1 -1
  49. package/fesm2022/ng-zorro-antd-extension-jigsaw.mjs +9 -10
  50. package/fesm2022/ng-zorro-antd-extension-jigsaw.mjs.map +1 -1
  51. package/fesm2022/ng-zorro-antd-extension-pipes.mjs +26 -26
  52. package/fesm2022/ng-zorro-antd-extension-pipes.mjs.map +1 -1
  53. package/fesm2022/ng-zorro-antd-extension-print.mjs +23 -21
  54. package/fesm2022/ng-zorro-antd-extension-print.mjs.map +1 -1
  55. package/fesm2022/ng-zorro-antd-extension-simple-table.mjs +22 -22
  56. package/fesm2022/ng-zorro-antd-extension-simple-table.mjs.map +1 -1
  57. package/fesm2022/ng-zorro-antd-extension-table-adaptor.mjs +11 -12
  58. package/fesm2022/ng-zorro-antd-extension-table-adaptor.mjs.map +1 -1
  59. package/fesm2022/ng-zorro-antd-extension-table-form.mjs +36 -53
  60. package/fesm2022/ng-zorro-antd-extension-table-form.mjs.map +1 -1
  61. package/fesm2022/ng-zorro-antd-extension-table-select.mjs +38 -40
  62. package/fesm2022/ng-zorro-antd-extension-table-select.mjs.map +1 -1
  63. package/fesm2022/ng-zorro-antd-extension-timer-button.mjs +8 -10
  64. package/fesm2022/ng-zorro-antd-extension-timer-button.mjs.map +1 -1
  65. package/fesm2022/ng-zorro-antd-extension-trim.mjs +8 -9
  66. package/fesm2022/ng-zorro-antd-extension-trim.mjs.map +1 -1
  67. package/fesm2022/ng-zorro-antd-extension-util.mjs.map +1 -1
  68. package/fesm2022/ng-zorro-antd-extension-wang-editor.mjs +11 -13
  69. package/fesm2022/ng-zorro-antd-extension-wang-editor.mjs.map +1 -1
  70. package/jigsaw/jigsaw.component.d.ts +1 -1
  71. package/jigsaw/jigsaw.module.d.ts +1 -3
  72. package/package.json +9 -51
  73. package/pipes/map.pipe.d.ts +1 -1
  74. package/pipes/pipes.module.d.ts +1 -1
  75. package/pipes/safe-html.pipe.d.ts +1 -1
  76. package/pipes/safe-null.pipe.d.ts +1 -1
  77. package/pipes/safe-resource-url.pipe.d.ts +1 -1
  78. package/pipes/safe-script.pipe.d.ts +1 -1
  79. package/pipes/safe-style.pipe.d.ts +1 -1
  80. package/pipes/safe-url.pipe.d.ts +1 -1
  81. package/print/nzx-print-content.directive.d.ts +1 -1
  82. package/print/nzx-print-v.component.d.ts +1 -1
  83. package/print/nzx-print.component.d.ts +1 -1
  84. package/print/nzx-print.directive.d.ts +1 -1
  85. package/print/nzx-print.module.d.ts +1 -4
  86. package/schematics/ng-add/index.js +1 -2
  87. package/schematics/ng-add/index.js.map +1 -1
  88. package/simple-table/directive/expand.directive.d.ts +1 -1
  89. package/simple-table/directive/td.directive.d.ts +1 -1
  90. package/simple-table/directive/th.directive.d.ts +1 -1
  91. package/simple-table/simple-table.component.d.ts +1 -1
  92. package/simple-table/simple-table.module.d.ts +1 -3
  93. package/table-adaptor/page-table-basic.d.ts +1 -1
  94. package/table-adaptor/table-adaptor.directive.d.ts +1 -1
  95. package/table-adaptor/table-adaptor.module.d.ts +1 -1
  96. package/table-form/directive/table-expand.directive.d.ts +1 -1
  97. package/table-form/directive/table-td.directive.d.ts +1 -1
  98. package/table-form/directive/table-th.directive.d.ts +1 -1
  99. package/table-form/table-form.component.d.ts +1 -1
  100. package/table-form/table-form.module.d.ts +1 -10
  101. package/table-select/abstract-table-select.d.ts +2 -2
  102. package/table-select/key.directive.d.ts +1 -1
  103. package/table-select/nzx-table-select.module.d.ts +1 -6
  104. package/table-select/page-table-select/page-table-select.component.d.ts +1 -1
  105. package/table-select/table-select/table-select.component.d.ts +1 -1
  106. package/timer-button/timer-button.directive.d.ts +1 -1
  107. package/timer-button/timer-button.module.d.ts +1 -2
  108. package/trim/trim.directive.d.ts +1 -1
  109. package/trim/trim.module.d.ts +1 -1
  110. package/wang-editor/wang-editor.component.d.ts +1 -1
  111. package/wang-editor/wang-editor.module.d.ts +1 -2
  112. package/wang-editor/wang-toolbar.component.d.ts +1 -1
  113. package/esm2022/acl/ng-zorro-antd-extension-acl.mjs +0 -5
  114. package/esm2022/acl/nzx-acl.directive.mjs +0 -80
  115. package/esm2022/acl/nzx-acl.module.mjs +0 -25
  116. package/esm2022/acl/nzx-acl.service.mjs +0 -45
  117. package/esm2022/acl/public-api.mjs +0 -8
  118. package/esm2022/blank-field/blank-field.component.mjs +0 -52
  119. package/esm2022/blank-field/blank-field.module.mjs +0 -18
  120. package/esm2022/blank-field/ng-zorro-antd-extension-blank-field.mjs +0 -5
  121. package/esm2022/blank-field/public-api.mjs +0 -7
  122. package/esm2022/checkbox/checkbox-group.component.mjs +0 -108
  123. package/esm2022/checkbox/checkbox.module.mjs +0 -20
  124. package/esm2022/checkbox/ng-zorro-antd-extension-checkbox.mjs +0 -5
  125. package/esm2022/checkbox/public-api.mjs +0 -7
  126. package/esm2022/configurable-query/configurable-query-item/configurable-query-item.component.mjs +0 -86
  127. package/esm2022/configurable-query/configurable-query.component.mjs +0 -309
  128. package/esm2022/configurable-query/configurable-query.module.mjs +0 -111
  129. package/esm2022/configurable-query/control.directive.mjs +0 -18
  130. package/esm2022/configurable-query/controls/abstract.control.mjs +0 -20
  131. package/esm2022/configurable-query/controls/date-picker.control.mjs +0 -37
  132. package/esm2022/configurable-query/controls/input.control.mjs +0 -36
  133. package/esm2022/configurable-query/controls/range-picker.control.mjs +0 -35
  134. package/esm2022/configurable-query/controls/select.control.mjs +0 -51
  135. package/esm2022/configurable-query/controls/template.control.mjs +0 -33
  136. package/esm2022/configurable-query/ng-zorro-antd-extension-configurable-query.mjs +0 -5
  137. package/esm2022/configurable-query/public-api.mjs +0 -7
  138. package/esm2022/configurable-query/query-config.service.mjs +0 -68
  139. package/esm2022/configurable-query/type.mjs +0 -2
  140. package/esm2022/core/config/config.mjs +0 -6
  141. package/esm2022/core/config/config.service.mjs +0 -84
  142. package/esm2022/core/config/ng-zorro-antd-extension-core-config.mjs +0 -5
  143. package/esm2022/core/config/public-api.mjs +0 -3
  144. package/esm2022/dynamic-form/config/dynamic-form-config.mjs +0 -47
  145. package/esm2022/dynamic-form/controls/abstract.control.mjs +0 -17
  146. package/esm2022/dynamic-form/controls/date-picker.control.mjs +0 -20
  147. package/esm2022/dynamic-form/controls/input.control.mjs +0 -15
  148. package/esm2022/dynamic-form/controls/range-picker.control.mjs +0 -15
  149. package/esm2022/dynamic-form/controls/select.control.mjs +0 -49
  150. package/esm2022/dynamic-form/controls/template.control.mjs +0 -30
  151. package/esm2022/dynamic-form/dynamic-form-item/dynamic-form-item.component.mjs +0 -31
  152. package/esm2022/dynamic-form/dynamic-form.component.mjs +0 -45
  153. package/esm2022/dynamic-form/dynamic-form.module.mjs +0 -72
  154. package/esm2022/dynamic-form/ng-zorro-antd-extension-dynamic-form.mjs +0 -5
  155. package/esm2022/dynamic-form/public-api.mjs +0 -8
  156. package/esm2022/dynamic-form/wrapper/control/abstract-control-wrapper.mjs +0 -30
  157. package/esm2022/dynamic-form/wrapper/control/built-in-control-wrapper.mjs +0 -32
  158. package/esm2022/dynamic-form/wrapper/item/abstract-item-wrapper.mjs +0 -44
  159. package/esm2022/dynamic-form/wrapper/item/built-in-item-wrapper.mjs +0 -27
  160. package/esm2022/dynamic-form/wrapper/label/abstract-label-wrapper.mjs +0 -10
  161. package/esm2022/dynamic-form/wrapper/label/built-in-label-wrapper.mjs +0 -17
  162. package/esm2022/editable/editable.component.mjs +0 -140
  163. package/esm2022/editable/editable.module.mjs +0 -36
  164. package/esm2022/editable/ng-zorro-antd-extension-editable.mjs +0 -5
  165. package/esm2022/editable/public-api.mjs +0 -3
  166. package/esm2022/i18n/languages/en_US.mjs +0 -10
  167. package/esm2022/i18n/languages/zh_CN.mjs +0 -10
  168. package/esm2022/i18n/ng-zorro-antd-extension-i18n.mjs +0 -5
  169. package/esm2022/i18n/nz-i18n.interface.mjs +0 -2
  170. package/esm2022/i18n/public-api.mjs +0 -4
  171. package/esm2022/jigsaw/jigsaw.component.mjs +0 -257
  172. package/esm2022/jigsaw/jigsaw.module.mjs +0 -19
  173. package/esm2022/jigsaw/ng-zorro-antd-extension-jigsaw.mjs +0 -5
  174. package/esm2022/jigsaw/public-api.mjs +0 -7
  175. package/esm2022/ng-zorro-antd-extension.mjs +0 -5
  176. package/esm2022/pipes/map.pipe.mjs +0 -24
  177. package/esm2022/pipes/ng-zorro-antd-extension-pipes.mjs +0 -5
  178. package/esm2022/pipes/pipes.module.mjs +0 -50
  179. package/esm2022/pipes/public-api.mjs +0 -13
  180. package/esm2022/pipes/safe-html.pipe.mjs +0 -20
  181. package/esm2022/pipes/safe-null.pipe.mjs +0 -30
  182. package/esm2022/pipes/safe-resource-url.pipe.mjs +0 -20
  183. package/esm2022/pipes/safe-script.pipe.mjs +0 -20
  184. package/esm2022/pipes/safe-style.pipe.mjs +0 -20
  185. package/esm2022/pipes/safe-url.pipe.mjs +0 -34
  186. package/esm2022/print/ng-zorro-antd-extension-print.mjs +0 -5
  187. package/esm2022/print/nzx-print-content.directive.mjs +0 -22
  188. package/esm2022/print/nzx-print-v.component.mjs +0 -312
  189. package/esm2022/print/nzx-print.component.mjs +0 -190
  190. package/esm2022/print/nzx-print.directive.mjs +0 -92
  191. package/esm2022/print/nzx-print.module.mjs +0 -39
  192. package/esm2022/print/public-api.mjs +0 -10
  193. package/esm2022/public-api.mjs +0 -5
  194. package/esm2022/simple-table/directive/expand.directive.mjs +0 -16
  195. package/esm2022/simple-table/directive/td.directive.mjs +0 -18
  196. package/esm2022/simple-table/directive/th.directive.mjs +0 -19
  197. package/esm2022/simple-table/ng-zorro-antd-extension-simple-table.mjs +0 -5
  198. package/esm2022/simple-table/public-api.mjs +0 -10
  199. package/esm2022/simple-table/simple-table.component.mjs +0 -229
  200. package/esm2022/simple-table/simple-table.module.mjs +0 -38
  201. package/esm2022/table-adaptor/ng-zorro-antd-extension-table-adaptor.mjs +0 -5
  202. package/esm2022/table-adaptor/page-table-basic.mjs +0 -22
  203. package/esm2022/table-adaptor/public-api.mjs +0 -8
  204. package/esm2022/table-adaptor/table-adaptor.directive.mjs +0 -173
  205. package/esm2022/table-adaptor/table-adaptor.module.mjs +0 -17
  206. package/esm2022/table-form/directive/table-expand.directive.mjs +0 -18
  207. package/esm2022/table-form/directive/table-td.directive.mjs +0 -18
  208. package/esm2022/table-form/directive/table-th.directive.mjs +0 -20
  209. package/esm2022/table-form/ng-zorro-antd-extension-table-form.mjs +0 -5
  210. package/esm2022/table-form/public-api.mjs +0 -11
  211. package/esm2022/table-form/table-form.component.mjs +0 -370
  212. package/esm2022/table-form/table-form.module.mjs +0 -71
  213. package/esm2022/table-form/type.mjs +0 -2
  214. package/esm2022/table-select/abstract-table-select.mjs +0 -140
  215. package/esm2022/table-select/key.directive.mjs +0 -21
  216. package/esm2022/table-select/ng-zorro-antd-extension-table-select.mjs +0 -5
  217. package/esm2022/table-select/nzx-table-select.module.mjs +0 -50
  218. package/esm2022/table-select/page-table-select/page-table-select.component.mjs +0 -58
  219. package/esm2022/table-select/public-api.mjs +0 -11
  220. package/esm2022/table-select/table-select/table-select.component.mjs +0 -39
  221. package/esm2022/table-select/type.mjs +0 -2
  222. package/esm2022/timer-button/ng-zorro-antd-extension-timer-button.mjs +0 -5
  223. package/esm2022/timer-button/public-api.mjs +0 -7
  224. package/esm2022/timer-button/timer-button.directive.mjs +0 -69
  225. package/esm2022/timer-button/timer-button.module.mjs +0 -18
  226. package/esm2022/trim/ng-zorro-antd-extension-trim.mjs +0 -5
  227. package/esm2022/trim/public-api.mjs +0 -7
  228. package/esm2022/trim/trim.directive.mjs +0 -123
  229. package/esm2022/trim/trim.module.mjs +0 -17
  230. package/esm2022/types/common.mjs +0 -2
  231. package/esm2022/types/ng-zorro-antd-extension-types.mjs +0 -5
  232. package/esm2022/types/public-api.mjs +0 -6
  233. package/esm2022/util/lib/cloneDeep.mjs +0 -49
  234. package/esm2022/util/lib/fileUtil.mjs +0 -51
  235. package/esm2022/util/lib/getElementByTag.mjs +0 -38
  236. package/esm2022/util/lib/isArray.mjs +0 -17
  237. package/esm2022/util/lib/isDate.mjs +0 -4
  238. package/esm2022/util/lib/isEmpty.mjs +0 -19
  239. package/esm2022/util/lib/isNumber.mjs +0 -12
  240. package/esm2022/util/lib/isObject.mjs +0 -10
  241. package/esm2022/util/lib/isString.mjs +0 -11
  242. package/esm2022/util/lib/toNumber.mjs +0 -18
  243. package/esm2022/util/lib/toString.mjs +0 -16
  244. package/esm2022/util/lib/trimObject.mjs +0 -15
  245. package/esm2022/util/lib/updateControlStatus.mjs +0 -47
  246. package/esm2022/util/ng-zorro-antd-extension-util.mjs +0 -5
  247. package/esm2022/util/public-api.mjs +0 -18
  248. package/esm2022/wang-editor/ng-zorro-antd-extension-wang-editor.mjs +0 -5
  249. package/esm2022/wang-editor/public-api.mjs +0 -9
  250. package/esm2022/wang-editor/type.mjs +0 -2
  251. package/esm2022/wang-editor/wang-editor.component.mjs +0 -235
  252. package/esm2022/wang-editor/wang-editor.module.mjs +0 -19
  253. package/esm2022/wang-editor/wang-toolbar.component.mjs +0 -57
@@ -1,42 +1,41 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Directive, Input, Component, ChangeDetectionStrategy, InjectionToken, Injectable, Optional, Inject, ViewContainerRef, ViewChild, EventEmitter, Output, ContentChildren, NgModule } from '@angular/core';
3
- import { updateControlStatus } from 'ng-zorro-antd-extension/util';
4
- import { BehaviorSubject, Subject, takeUntil, fromEvent } from 'rxjs';
5
- import * as i1$1 from 'ng-zorro-antd/i18n';
6
- import { NzI18nModule } from 'ng-zorro-antd/i18n';
7
- import * as i2 from '@angular/forms';
3
+ import * as i1 from '@angular/forms';
8
4
  import { ReactiveFormsModule } from '@angular/forms';
9
- import * as i1 from '@angular/common';
10
- import { CommonModule } from '@angular/common';
11
- import * as i3$2 from 'ng-zorro-antd/grid';
5
+ import { updateControlStatus } from 'ng-zorro-antd-extension/util';
6
+ import * as i2$3 from 'ng-zorro-antd/grid';
12
7
  import { NzGridModule } from 'ng-zorro-antd/grid';
13
- import * as i4 from 'ng-zorro-antd/form';
14
- import { NzFormModule } from 'ng-zorro-antd/form';
15
- import * as i6 from 'ng-zorro-antd/button';
16
- import { NzButtonModule } from 'ng-zorro-antd/button';
17
- import * as i7 from 'ng-zorro-antd/core/transition-patch';
18
- import * as i8 from 'ng-zorro-antd/core/wave';
19
- import * as i9 from 'ng-zorro-antd/card';
8
+ import { BehaviorSubject, Subject, takeUntil, fromEvent } from 'rxjs';
9
+ import * as i4 from 'ng-zorro-antd/card';
20
10
  import { NzCardModule } from 'ng-zorro-antd/card';
21
- import * as i10 from 'ng-zorro-antd/space';
22
- import { NzSpaceModule } from 'ng-zorro-antd/space';
23
- import * as i11 from 'ng-zorro-antd/icon';
24
- import { NzIconModule } from 'ng-zorro-antd/icon';
25
- import * as i3 from 'ng-zorro-antd/date-picker';
11
+ import * as i3$1 from 'ng-zorro-antd/form';
12
+ import { NzFormModule } from 'ng-zorro-antd/form';
13
+ import * as i3 from '@angular/common';
14
+ import { NgStyle, NgFor, CommonModule, NgIf } from '@angular/common';
15
+ import * as i2 from 'ng-zorro-antd/date-picker';
26
16
  import { NzDatePickerModule } from 'ng-zorro-antd/date-picker';
27
17
  import * as i2$1 from 'ng-zorro-antd/input';
28
18
  import { NzInputModule } from 'ng-zorro-antd/input';
29
- import * as i3$1 from 'ng-zorro-antd/select';
19
+ import * as i2$2 from 'ng-zorro-antd/select';
30
20
  import { NzSelectModule } from 'ng-zorro-antd/select';
21
+ import * as i6 from 'ng-zorro-antd/space';
22
+ import { NzSpaceModule } from 'ng-zorro-antd/space';
23
+ import * as i10 from 'ng-zorro-antd/icon';
24
+ import { NzIconModule } from 'ng-zorro-antd/icon';
25
+ import * as i7 from 'ng-zorro-antd/button';
26
+ import { NzButtonModule } from 'ng-zorro-antd/button';
27
+ import * as i1$1 from 'ng-zorro-antd/i18n';
28
+ import * as i8 from 'ng-zorro-antd/core/transition-patch';
29
+ import * as i9 from 'ng-zorro-antd/core/wave';
31
30
 
32
31
  class NzxControlDirective {
33
32
  constructor(templateRef) {
34
33
  this.templateRef = templateRef;
35
34
  }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxControlDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
37
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NzxControlDirective, selector: "[nzxControl]", inputs: { nzxControl: "nzxControl" }, ngImport: i0 }); }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxControlDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
36
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.2", type: NzxControlDirective, isStandalone: true, selector: "[nzxControl]", inputs: { nzxControl: "nzxControl" }, ngImport: i0 }); }
38
37
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxControlDirective, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxControlDirective, decorators: [{
40
39
  type: Directive,
41
40
  args: [{
42
41
  selector: '[nzxControl]',
@@ -52,10 +51,10 @@ class NzxAbstractControl {
52
51
  get formControl() {
53
52
  return this.form.get(this.control.controlName);
54
53
  }
55
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxAbstractControl, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
56
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NzxAbstractControl, inputs: { form: "form", control: "control" }, ngImport: i0 }); }
54
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxAbstractControl, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
55
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.2", type: NzxAbstractControl, isStandalone: true, inputs: { form: "form", control: "control" }, ngImport: i0 }); }
57
56
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxAbstractControl, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxAbstractControl, decorators: [{
59
58
  type: Directive
60
59
  }], propDecorators: { form: [{
61
60
  type: Input
@@ -64,8 +63,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
64
63
  }] } });
65
64
 
66
65
  class NzxDatePickerControlComponent extends NzxAbstractControl {
67
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxDatePickerControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
68
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NzxDatePickerControlComponent, selector: "nzx-date-picker-control", usesInheritance: true, ngImport: i0, template: `
66
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDatePickerControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
67
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxDatePickerControlComponent, isStandalone: true, selector: "nzx-date-picker-control", usesInheritance: true, ngImport: i0, template: `
69
68
  <ng-container [formGroup]="form">
70
69
  <nz-date-picker
71
70
  [ngStyle]="{ width: '100%' }"
@@ -74,9 +73,9 @@ class NzxDatePickerControlComponent extends NzxAbstractControl {
74
73
  >
75
74
  </nz-date-picker>
76
75
  </ng-container>
77
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i3.NzDatePickerComponent, selector: "nz-date-picker,nz-week-picker,nz-month-picker,nz-quarter-picker,nz-year-picker,nz-range-picker", inputs: ["nzAllowClear", "nzAutoFocus", "nzDisabled", "nzBorderless", "nzInputReadOnly", "nzInline", "nzOpen", "nzDisabledDate", "nzLocale", "nzPlaceHolder", "nzPopupStyle", "nzDropdownClassName", "nzSize", "nzStatus", "nzFormat", "nzDateRender", "nzDisabledTime", "nzRenderExtraFooter", "nzShowToday", "nzMode", "nzShowNow", "nzRanges", "nzDefaultPickerValue", "nzSeparator", "nzSuffixIcon", "nzBackdrop", "nzId", "nzPlacement", "nzShowWeekNumber", "nzShowTime"], outputs: ["nzOnPanelChange", "nzOnCalendarChange", "nzOnOk", "nzOnOpenChange"], exportAs: ["nzDatePicker"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
76
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: NzDatePickerModule }, { kind: "component", type: i2.NzDatePickerComponent, selector: "nz-date-picker,nz-week-picker,nz-month-picker,nz-quarter-picker,nz-year-picker,nz-range-picker", inputs: ["nzAllowClear", "nzAutoFocus", "nzDisabled", "nzBorderless", "nzInputReadOnly", "nzInline", "nzOpen", "nzDisabledDate", "nzLocale", "nzPlaceHolder", "nzPopupStyle", "nzDropdownClassName", "nzSize", "nzStatus", "nzFormat", "nzDateRender", "nzDisabledTime", "nzRenderExtraFooter", "nzShowToday", "nzMode", "nzShowNow", "nzRanges", "nzDefaultPickerValue", "nzSeparator", "nzSuffixIcon", "nzBackdrop", "nzId", "nzPlacement", "nzShowWeekNumber", "nzShowTime"], outputs: ["nzOnPanelChange", "nzOnCalendarChange", "nzOnOk", "nzOnOpenChange"], exportAs: ["nzDatePicker"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
78
77
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxDatePickerControlComponent, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxDatePickerControlComponent, decorators: [{
80
79
  type: Component,
81
80
  args: [{
82
81
  selector: 'nzx-date-picker-control',
@@ -90,13 +89,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
90
89
  </nz-date-picker>
91
90
  </ng-container>
92
91
  `,
92
+ imports: [NgStyle, ReactiveFormsModule, NzDatePickerModule],
93
93
  changeDetection: ChangeDetectionStrategy.OnPush,
94
94
  }]
95
95
  }] });
96
96
 
97
97
  class NzxInputControlComponent extends NzxAbstractControl {
98
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxInputControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
99
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NzxInputControlComponent, selector: "nzx-input-control", usesInheritance: true, ngImport: i0, template: `
98
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxInputControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
99
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxInputControlComponent, isStandalone: true, selector: "nzx-input-control", usesInheritance: true, ngImport: i0, template: `
100
100
  <ng-container [formGroup]="form">
101
101
  <input
102
102
  [formControl]="formControl"
@@ -105,9 +105,9 @@ class NzxInputControlComponent extends NzxAbstractControl {
105
105
  [placeholder]="control.placeholder"
106
106
  />
107
107
  </ng-container>
108
- `, 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.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2$1.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStepperless", "nzStatus", "disabled"], exportAs: ["nzInput"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
108
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.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: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: NzInputModule }, { kind: "directive", type: i2$1.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStepperless", "nzStatus", "disabled"], exportAs: ["nzInput"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
109
109
  }
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxInputControlComponent, decorators: [{
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxInputControlComponent, decorators: [{
111
111
  type: Component,
112
112
  args: [{
113
113
  selector: 'nzx-input-control',
@@ -121,13 +121,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
121
121
  />
122
122
  </ng-container>
123
123
  `,
124
+ imports: [ReactiveFormsModule, NzInputModule],
124
125
  changeDetection: ChangeDetectionStrategy.OnPush,
125
126
  }]
126
127
  }] });
127
128
 
128
129
  class NzxRangePickerControlComponent extends NzxAbstractControl {
129
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxRangePickerControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
130
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NzxRangePickerControlComponent, selector: "nzx-range-picker-control", usesInheritance: true, ngImport: i0, template: `
130
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxRangePickerControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
131
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxRangePickerControlComponent, isStandalone: true, selector: "nzx-range-picker-control", usesInheritance: true, ngImport: i0, template: `
131
132
  <ng-container [formGroup]="form">
132
133
  <nz-range-picker
133
134
  [formControl]="formControl"
@@ -135,9 +136,9 @@ class NzxRangePickerControlComponent extends NzxAbstractControl {
135
136
  >
136
137
  </nz-range-picker>
137
138
  </ng-container>
138
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i3.NzDatePickerComponent, selector: "nz-date-picker,nz-week-picker,nz-month-picker,nz-quarter-picker,nz-year-picker,nz-range-picker", inputs: ["nzAllowClear", "nzAutoFocus", "nzDisabled", "nzBorderless", "nzInputReadOnly", "nzInline", "nzOpen", "nzDisabledDate", "nzLocale", "nzPlaceHolder", "nzPopupStyle", "nzDropdownClassName", "nzSize", "nzStatus", "nzFormat", "nzDateRender", "nzDisabledTime", "nzRenderExtraFooter", "nzShowToday", "nzMode", "nzShowNow", "nzRanges", "nzDefaultPickerValue", "nzSeparator", "nzSuffixIcon", "nzBackdrop", "nzId", "nzPlacement", "nzShowWeekNumber", "nzShowTime"], outputs: ["nzOnPanelChange", "nzOnCalendarChange", "nzOnOk", "nzOnOpenChange"], exportAs: ["nzDatePicker"] }, { kind: "directive", type: i3.NzRangePickerComponent, selector: "nz-range-picker", exportAs: ["nzRangePicker"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
139
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: NzDatePickerModule }, { kind: "component", type: i2.NzDatePickerComponent, selector: "nz-date-picker,nz-week-picker,nz-month-picker,nz-quarter-picker,nz-year-picker,nz-range-picker", inputs: ["nzAllowClear", "nzAutoFocus", "nzDisabled", "nzBorderless", "nzInputReadOnly", "nzInline", "nzOpen", "nzDisabledDate", "nzLocale", "nzPlaceHolder", "nzPopupStyle", "nzDropdownClassName", "nzSize", "nzStatus", "nzFormat", "nzDateRender", "nzDisabledTime", "nzRenderExtraFooter", "nzShowToday", "nzMode", "nzShowNow", "nzRanges", "nzDefaultPickerValue", "nzSeparator", "nzSuffixIcon", "nzBackdrop", "nzId", "nzPlacement", "nzShowWeekNumber", "nzShowTime"], outputs: ["nzOnPanelChange", "nzOnCalendarChange", "nzOnOk", "nzOnOpenChange"], exportAs: ["nzDatePicker"] }, { kind: "directive", type: i2.NzRangePickerComponent, selector: "nz-range-picker", exportAs: ["nzRangePicker"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
139
140
  }
140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxRangePickerControlComponent, decorators: [{
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxRangePickerControlComponent, decorators: [{
141
142
  type: Component,
142
143
  args: [{
143
144
  selector: 'nzx-range-picker-control',
@@ -150,13 +151,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
150
151
  </nz-range-picker>
151
152
  </ng-container>
152
153
  `,
154
+ imports: [NgStyle, ReactiveFormsModule, NzDatePickerModule],
153
155
  changeDetection: ChangeDetectionStrategy.OnPush,
154
156
  }]
155
157
  }] });
156
158
 
157
159
  class NzxSelectControlComponent extends NzxAbstractControl {
158
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxSelectControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
159
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NzxSelectControlComponent, selector: "nzx-select-control", usesInheritance: true, ngImport: i0, template: `
160
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxSelectControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
161
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxSelectControlComponent, isStandalone: true, selector: "nzx-select-control", usesInheritance: true, ngImport: i0, template: `
160
162
  <ng-container [formGroup]="form">
161
163
  <nz-select
162
164
  [formControl]="formControl"
@@ -172,9 +174,9 @@ class NzxSelectControlComponent extends NzxAbstractControl {
172
174
  </nz-option>
173
175
  </nz-select>
174
176
  </ng-container>
175
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i3$1.NzOptionComponent, selector: "nz-option", inputs: ["nzTitle", "nzLabel", "nzValue", "nzKey", "nzDisabled", "nzHide", "nzCustomContent"], exportAs: ["nzOption"] }, { kind: "component", type: i3$1.NzSelectComponent, selector: "nz-select", inputs: ["nzId", "nzSize", "nzStatus", "nzOptionHeightPx", "nzOptionOverflowSize", "nzDropdownClassName", "nzDropdownMatchSelectWidth", "nzDropdownStyle", "nzNotFoundContent", "nzPlaceHolder", "nzPlacement", "nzMaxTagCount", "nzDropdownRender", "nzCustomTemplate", "nzSuffixIcon", "nzClearIcon", "nzRemoveIcon", "nzMenuItemSelectedIcon", "nzTokenSeparators", "nzMaxTagPlaceholder", "nzMaxMultipleCount", "nzMode", "nzFilterOption", "compareWith", "nzAllowClear", "nzBorderless", "nzShowSearch", "nzLoading", "nzAutoFocus", "nzAutoClearSearchValue", "nzServerSearch", "nzDisabled", "nzOpen", "nzSelectOnTab", "nzBackdrop", "nzOptions", "nzShowArrow"], outputs: ["nzOnSearch", "nzScrollToBottom", "nzOpenChange", "nzBlur", "nzFocus"], exportAs: ["nzSelect"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
177
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: NzSelectModule }, { kind: "component", type: i2$2.NzOptionComponent, selector: "nz-option", inputs: ["nzTitle", "nzLabel", "nzValue", "nzKey", "nzDisabled", "nzHide", "nzCustomContent"], exportAs: ["nzOption"] }, { kind: "component", type: i2$2.NzSelectComponent, selector: "nz-select", inputs: ["nzId", "nzSize", "nzStatus", "nzOptionHeightPx", "nzOptionOverflowSize", "nzDropdownClassName", "nzDropdownMatchSelectWidth", "nzDropdownStyle", "nzNotFoundContent", "nzPlaceHolder", "nzPlacement", "nzMaxTagCount", "nzDropdownRender", "nzCustomTemplate", "nzSuffixIcon", "nzClearIcon", "nzRemoveIcon", "nzMenuItemSelectedIcon", "nzTokenSeparators", "nzMaxTagPlaceholder", "nzMaxMultipleCount", "nzMode", "nzFilterOption", "compareWith", "nzAllowClear", "nzBorderless", "nzShowSearch", "nzLoading", "nzAutoFocus", "nzAutoClearSearchValue", "nzServerSearch", "nzDisabled", "nzOpen", "nzSelectOnTab", "nzBackdrop", "nzOptions", "nzShowArrow"], outputs: ["nzOnSearch", "nzScrollToBottom", "nzOpenChange", "nzBlur", "nzFocus"], exportAs: ["nzSelect"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
176
178
  }
177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxSelectControlComponent, decorators: [{
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxSelectControlComponent, decorators: [{
178
180
  type: Component,
179
181
  args: [{
180
182
  selector: 'nzx-select-control',
@@ -195,13 +197,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
195
197
  </nz-select>
196
198
  </ng-container>
197
199
  `,
200
+ imports: [NgFor, ReactiveFormsModule, NzSelectModule],
198
201
  changeDetection: ChangeDetectionStrategy.OnPush,
199
202
  }]
200
203
  }] });
201
204
 
202
205
  class NzxTemplateControlComponent extends NzxAbstractControl {
203
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxTemplateControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
204
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NzxTemplateControlComponent, selector: "nzx-template-control", usesInheritance: true, ngImport: i0, template: `
206
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxTemplateControlComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
207
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxTemplateControlComponent, isStandalone: true, selector: "nzx-template-control", usesInheritance: true, ngImport: i0, template: `
205
208
  <ng-container
206
209
  *ngTemplateOutlet="
207
210
  control.templateRef!;
@@ -209,9 +212,9 @@ class NzxTemplateControlComponent extends NzxAbstractControl {
209
212
  "
210
213
  >
211
214
  </ng-container>
212
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
215
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
213
216
  }
214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxTemplateControlComponent, decorators: [{
217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxTemplateControlComponent, decorators: [{
215
218
  type: Component,
216
219
  args: [{
217
220
  selector: 'nzx-template-control',
@@ -224,6 +227,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
224
227
  >
225
228
  </ng-container>
226
229
  `,
230
+ imports: [CommonModule],
227
231
  changeDetection: ChangeDetectionStrategy.OnPush,
228
232
  }]
229
233
  }] });
@@ -274,10 +278,10 @@ class NzxQueryConfigService {
274
278
  refreshControlType() {
275
279
  this.controlTypes$.next(this.controlTypePoll);
276
280
  }
277
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxQueryConfigService, deps: [{ token: QUERY_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
278
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxQueryConfigService, providedIn: 'root' }); }
281
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxQueryConfigService, deps: [{ token: QUERY_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
282
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxQueryConfigService, providedIn: 'root' }); }
279
283
  }
280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxQueryConfigService, decorators: [{
284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxQueryConfigService, decorators: [{
281
285
  type: Injectable,
282
286
  args: [{ providedIn: 'root' }]
283
287
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -317,8 +321,8 @@ class NzxConfigurableQueryItemComponent {
317
321
  throw `ControlType:: '${this.control.controlType}' is invalidate`;
318
322
  }
319
323
  }
320
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxConfigurableQueryItemComponent, deps: [{ token: NzxQueryConfigService }], target: i0.ɵɵFactoryTarget.Component }); }
321
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NzxConfigurableQueryItemComponent, selector: "nzx-configurable-query-item", inputs: { form: "form", control: "control" }, viewQueries: [{ propertyName: "controlTemplateView", first: true, predicate: ["controlTemp"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: `
324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxConfigurableQueryItemComponent, deps: [{ token: NzxQueryConfigService }], target: i0.ɵɵFactoryTarget.Component }); }
325
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxConfigurableQueryItemComponent, isStandalone: true, selector: "nzx-configurable-query-item", inputs: { form: "form", control: "control" }, viewQueries: [{ propertyName: "controlTemplateView", first: true, predicate: ["controlTemp"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: `
322
326
  <nz-form-item>
323
327
  <nz-form-label *ngIf="control.label" [nzSpan]="control.nzxLSpan || 6">
324
328
  {{ control.label }}
@@ -333,9 +337,9 @@ class NzxConfigurableQueryItemComponent {
333
337
  <ng-template #controlTemp></ng-template>
334
338
  </nz-form-control>
335
339
  </nz-form-item>
336
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$2.NzColDirective, selector: "[nz-col],nz-col,nz-form-control,nz-form-label", inputs: ["nzFlex", "nzSpan", "nzOrder", "nzOffset", "nzPush", "nzPull", "nzXs", "nzSm", "nzMd", "nzLg", "nzXl", "nzXXl"], exportAs: ["nzCol"] }, { kind: "directive", type: i3$2.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "component", type: i4.NzFormItemComponent, selector: "nz-form-item", exportAs: ["nzFormItem"] }, { kind: "component", type: i4.NzFormLabelComponent, selector: "nz-form-label", inputs: ["nzFor", "nzRequired", "nzNoColon", "nzTooltipTitle", "nzTooltipIcon", "nzLabelAlign", "nzLabelWrap"], exportAs: ["nzFormLabel"] }, { kind: "component", type: i4.NzFormControlComponent, selector: "nz-form-control", inputs: ["nzSuccessTip", "nzWarningTip", "nzErrorTip", "nzValidatingTip", "nzExtra", "nzAutoTips", "nzDisableAutoTips", "nzHasFeedback", "nzValidateStatus"], exportAs: ["nzFormControl"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
340
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: NzFormModule }, { kind: "directive", type: i2$3.NzColDirective, selector: "[nz-col],nz-col,nz-form-control,nz-form-label", inputs: ["nzFlex", "nzSpan", "nzOrder", "nzOffset", "nzPush", "nzPull", "nzXs", "nzSm", "nzMd", "nzLg", "nzXl", "nzXXl"], exportAs: ["nzCol"] }, { kind: "directive", type: i2$3.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "component", type: i3$1.NzFormItemComponent, selector: "nz-form-item", exportAs: ["nzFormItem"] }, { kind: "component", type: i3$1.NzFormLabelComponent, selector: "nz-form-label", inputs: ["nzFor", "nzRequired", "nzNoColon", "nzTooltipTitle", "nzTooltipIcon", "nzLabelAlign", "nzLabelWrap"], exportAs: ["nzFormLabel"] }, { kind: "component", type: i3$1.NzFormControlComponent, selector: "nz-form-control", inputs: ["nzSuccessTip", "nzWarningTip", "nzErrorTip", "nzValidatingTip", "nzExtra", "nzAutoTips", "nzDisableAutoTips", "nzHasFeedback", "nzValidateStatus"], exportAs: ["nzFormControl"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
337
341
  }
338
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxConfigurableQueryItemComponent, decorators: [{
342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxConfigurableQueryItemComponent, decorators: [{
339
343
  type: Component,
340
344
  args: [{
341
345
  selector: 'nzx-configurable-query-item',
@@ -355,6 +359,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
355
359
  </nz-form-control>
356
360
  </nz-form-item>
357
361
  `,
362
+ imports: [NzFormModule, NgIf],
358
363
  changeDetection: ChangeDetectionStrategy.OnPush,
359
364
  }]
360
365
  }], ctorParameters: () => [{ type: NzxQueryConfigService }], propDecorators: { form: [{
@@ -626,13 +631,22 @@ class NzxConfigurableQueryComponent {
626
631
  }
627
632
  }
628
633
  }
629
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxConfigurableQueryComponent, deps: [{ token: i1$1.NzI18nService }, { token: i2.FormBuilder }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
630
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NzxConfigurableQueryComponent, selector: "nzx-configurable-query", inputs: { controls: "controls", nzxJustify: "nzxJustify", nzxGutter: "nzxGutter", lineNumber: "lineNumber", nzxBtnSpan: "nzxBtnSpan", initQuery: "initQuery", fixedParams: "fixedParams" }, outputs: { queryChange: "queryChange", resetChange: "resetChange" }, queries: [{ propertyName: "controlTemplateList", predicate: NzxControlDirective, descendants: true }], viewQueries: [{ propertyName: "queyFormEl", first: true, predicate: ["queyForm"], descendants: true }], exportAs: ["NzxConfigurableQuery"], usesOnChanges: true, ngImport: i0, template: "<nz-card>\n <form #queyForm class=\"nzx-query-container\" nz-form [formGroup]=\"queryForm\">\n <div nz-row [nzGutter]=\"nzxGutter\" [nzJustify]=\"nzxJustify\">\n <ng-container *ngFor=\"let config of controls; let i = index\">\n <div\n *ngIf=\"!config.hidden\"\n nz-col\n [nzSpan]=\"config.nzxSpan || 24 / lineNumber\"\n [hidden]=\"config.collapse\"\n [nzOrder]=\"i\"\n >\n <nzx-configurable-query-item\n *ngIf=\"config.controlName\"\n [form]=\"queryForm\"\n [control]=\"config\"\n ></nzx-configurable-query-item>\n </div>\n </ng-container>\n\n <div\n class=\"nzx-query-btn\"\n nz-col\n [nzOrder]=\"controls.length\"\n [nzSpan]=\"nzxBtnSpan || 24 / lineNumber\"\n >\n <div nz-row nzJustify=\"end\" nzAlign=\"middle\">\n <nz-space>\n <button\n *nzSpaceItem\n nz-button\n nzType=\"primary\"\n type=\"button\"\n title=\"Enter\"\n (click)=\"search()\"\n >\n {{ locale['query'] }}\n </button>\n <button\n *nzSpaceItem\n nz-button\n type=\"button\"\n title=\"ctrl+r\"\n (click)=\"reset()\"\n >\n {{ locale['reset'] }}\n </button>\n <ng-container *nzSpaceItem>\n <ng-content></ng-content>\n </ng-container>\n <ng-container *ngIf=\"nzxCollapse\">\n <a\n *nzSpaceItem\n nz-button\n nzType=\"link\"\n (click)=\"toggleCollapse()\"\n >\n {{ collapseText }}\n <i nz-icon [nzType]=\"collapseIcon\"></i>\n </a>\n </ng-container>\n </nz-space>\n </div>\n </div>\n </div>\n </form>\n</nz-card>\n", styles: [".nzx-query-container [nz-form-label]{overflow:visible}.nzx-query-container .nzx-query-btn{flex-grow:2;max-width:none}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3$2.NzColDirective, selector: "[nz-col],nz-col,nz-form-control,nz-form-label", inputs: ["nzFlex", "nzSpan", "nzOrder", "nzOffset", "nzPush", "nzPull", "nzXs", "nzSm", "nzMd", "nzLg", "nzXl", "nzXXl"], exportAs: ["nzCol"] }, { kind: "directive", type: i3$2.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "directive", type: i4.NzFormDirective, selector: "[nz-form]", inputs: ["nzLayout", "nzNoColon", "nzAutoTips", "nzDisableAutoTips", "nzTooltipIcon", "nzLabelAlign", "nzLabelWrap"], exportAs: ["nzForm"] }, { kind: "component", type: i6.NzButtonComponent, selector: "button[nz-button], a[nz-button]", inputs: ["nzBlock", "nzGhost", "nzSearch", "nzLoading", "nzDanger", "disabled", "tabIndex", "nzType", "nzShape", "nzSize"], exportAs: ["nzButton"] }, { kind: "directive", type: i7.ɵNzTransitionPatchDirective, selector: "[nz-button], nz-button-group, [nz-icon], [nz-menu-item], [nz-submenu], nz-select-top-control, nz-select-placeholder, nz-input-group", inputs: ["hidden"] }, { kind: "directive", type: i8.NzWaveDirective, selector: "[nz-wave],button[nz-button]:not([nzType=\"link\"]):not([nzType=\"text\"])", inputs: ["nzWaveExtraNode"], exportAs: ["nzWave"] }, { kind: "component", type: i9.NzCardComponent, selector: "nz-card", inputs: ["nzBordered", "nzBorderless", "nzLoading", "nzHoverable", "nzBodyStyle", "nzCover", "nzActions", "nzType", "nzSize", "nzTitle", "nzExtra"], exportAs: ["nzCard"] }, { kind: "component", type: i10.NzSpaceComponent, selector: "nz-space, [nz-space]", inputs: ["nzDirection", "nzAlign", "nzSplit", "nzWrap", "nzSize"], exportAs: ["NzSpace"] }, { kind: "directive", type: i10.NzSpaceItemDirective, selector: "[nzSpaceItem]" }, { kind: "directive", type: i11.NzIconDirective, selector: "[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "component", type: NzxConfigurableQueryItemComponent, selector: "nzx-configurable-query-item", inputs: ["form", "control"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
634
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxConfigurableQueryComponent, deps: [{ token: i1$1.NzI18nService }, { token: i1.FormBuilder }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
635
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NzxConfigurableQueryComponent, isStandalone: true, selector: "nzx-configurable-query", inputs: { controls: "controls", nzxJustify: "nzxJustify", nzxGutter: "nzxGutter", lineNumber: "lineNumber", nzxBtnSpan: "nzxBtnSpan", initQuery: "initQuery", fixedParams: "fixedParams" }, outputs: { queryChange: "queryChange", resetChange: "resetChange" }, queries: [{ propertyName: "controlTemplateList", predicate: NzxControlDirective, descendants: true }], viewQueries: [{ propertyName: "queyFormEl", first: true, predicate: ["queyForm"], descendants: true }], exportAs: ["NzxConfigurableQuery"], usesOnChanges: true, ngImport: i0, template: "<nz-card>\n <form #queyForm class=\"nzx-query-container\" nz-form [formGroup]=\"queryForm\">\n <div nz-row [nzGutter]=\"nzxGutter\" [nzJustify]=\"nzxJustify\">\n <ng-container *ngFor=\"let config of controls; let i = index\">\n <div\n *ngIf=\"!config.hidden\"\n nz-col\n [nzSpan]=\"config.nzxSpan || 24 / lineNumber\"\n [hidden]=\"config.collapse\"\n [nzOrder]=\"i\"\n >\n <nzx-configurable-query-item\n *ngIf=\"config.controlName\"\n [form]=\"queryForm\"\n [control]=\"config\"\n ></nzx-configurable-query-item>\n </div>\n </ng-container>\n\n <div\n class=\"nzx-query-btn\"\n nz-col\n [nzOrder]=\"controls.length\"\n [nzSpan]=\"nzxBtnSpan || 24 / lineNumber\"\n >\n <div nz-row nzJustify=\"end\" nzAlign=\"middle\">\n <nz-space>\n <button\n *nzSpaceItem\n nz-button\n nzType=\"primary\"\n type=\"button\"\n title=\"Enter\"\n (click)=\"search()\"\n >\n {{ locale['query'] }}\n </button>\n <button\n *nzSpaceItem\n nz-button\n type=\"button\"\n title=\"ctrl+r\"\n (click)=\"reset()\"\n >\n {{ locale['reset'] }}\n </button>\n <ng-container *nzSpaceItem>\n <ng-content></ng-content>\n </ng-container>\n <ng-container *ngIf=\"nzxCollapse\">\n <a\n *nzSpaceItem\n nz-button\n nzType=\"link\"\n (click)=\"toggleCollapse()\"\n >\n {{ collapseText }}\n <i nz-icon [nzType]=\"collapseIcon\"></i>\n </a>\n </ng-container>\n </nz-space>\n </div>\n </div>\n </div>\n </form>\n</nz-card>\n", styles: [".nzx-query-container [nz-form-label]{overflow:visible}.nzx-query-container .nzx-query-btn{flex-grow:2;max-width:none}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: NzCardModule }, { kind: "component", type: i4.NzCardComponent, selector: "nz-card", inputs: ["nzBordered", "nzLoading", "nzHoverable", "nzBodyStyle", "nzCover", "nzActions", "nzType", "nzSize", "nzTitle", "nzExtra"], exportAs: ["nzCard"] }, { kind: "ngmodule", type: NzGridModule }, { kind: "directive", type: i2$3.NzColDirective, selector: "[nz-col],nz-col,nz-form-control,nz-form-label", inputs: ["nzFlex", "nzSpan", "nzOrder", "nzOffset", "nzPush", "nzPull", "nzXs", "nzSm", "nzMd", "nzLg", "nzXl", "nzXXl"], exportAs: ["nzCol"] }, { kind: "directive", type: i2$3.NzRowDirective, selector: "[nz-row],nz-row,nz-form-item", inputs: ["nzAlign", "nzJustify", "nzGutter"], exportAs: ["nzRow"] }, { kind: "ngmodule", type: NzSpaceModule }, { kind: "component", type: i6.NzSpaceComponent, selector: "nz-space, [nz-space]", inputs: ["nzDirection", "nzAlign", "nzSplit", "nzWrap", "nzSize"], exportAs: ["nzSpace"] }, { kind: "directive", type: i6.NzSpaceItemDirective, selector: "[nzSpaceItem]" }, { kind: "ngmodule", type: NzButtonModule }, { kind: "component", type: i7.NzButtonComponent, selector: "button[nz-button], a[nz-button]", inputs: ["nzBlock", "nzGhost", "nzSearch", "nzLoading", "nzDanger", "disabled", "tabIndex", "nzType", "nzShape", "nzSize"], exportAs: ["nzButton"] }, { kind: "directive", type: i8.ɵNzTransitionPatchDirective, selector: "[nz-button], nz-button-group, [nz-icon], nz-icon, [nz-menu-item], [nz-submenu], nz-select-top-control, nz-select-placeholder, nz-input-group", inputs: ["hidden"] }, { kind: "directive", type: i9.NzWaveDirective, selector: "[nz-wave],button[nz-button]:not([nzType=\"link\"]):not([nzType=\"text\"])", inputs: ["nzWaveExtraNode"], exportAs: ["nzWave"] }, { kind: "ngmodule", type: NzIconModule }, { kind: "directive", type: i10.NzIconDirective, selector: "nz-icon,[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "component", type: NzxConfigurableQueryItemComponent, selector: "nzx-configurable-query-item", inputs: ["form", "control"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
631
636
  }
632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxConfigurableQueryComponent, decorators: [{
637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxConfigurableQueryComponent, decorators: [{
633
638
  type: Component,
634
- args: [{ selector: 'nzx-configurable-query', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'NzxConfigurableQuery', template: "<nz-card>\n <form #queyForm class=\"nzx-query-container\" nz-form [formGroup]=\"queryForm\">\n <div nz-row [nzGutter]=\"nzxGutter\" [nzJustify]=\"nzxJustify\">\n <ng-container *ngFor=\"let config of controls; let i = index\">\n <div\n *ngIf=\"!config.hidden\"\n nz-col\n [nzSpan]=\"config.nzxSpan || 24 / lineNumber\"\n [hidden]=\"config.collapse\"\n [nzOrder]=\"i\"\n >\n <nzx-configurable-query-item\n *ngIf=\"config.controlName\"\n [form]=\"queryForm\"\n [control]=\"config\"\n ></nzx-configurable-query-item>\n </div>\n </ng-container>\n\n <div\n class=\"nzx-query-btn\"\n nz-col\n [nzOrder]=\"controls.length\"\n [nzSpan]=\"nzxBtnSpan || 24 / lineNumber\"\n >\n <div nz-row nzJustify=\"end\" nzAlign=\"middle\">\n <nz-space>\n <button\n *nzSpaceItem\n nz-button\n nzType=\"primary\"\n type=\"button\"\n title=\"Enter\"\n (click)=\"search()\"\n >\n {{ locale['query'] }}\n </button>\n <button\n *nzSpaceItem\n nz-button\n type=\"button\"\n title=\"ctrl+r\"\n (click)=\"reset()\"\n >\n {{ locale['reset'] }}\n </button>\n <ng-container *nzSpaceItem>\n <ng-content></ng-content>\n </ng-container>\n <ng-container *ngIf=\"nzxCollapse\">\n <a\n *nzSpaceItem\n nz-button\n nzType=\"link\"\n (click)=\"toggleCollapse()\"\n >\n {{ collapseText }}\n <i nz-icon [nzType]=\"collapseIcon\"></i>\n </a>\n </ng-container>\n </nz-space>\n </div>\n </div>\n </div>\n </form>\n</nz-card>\n", styles: [".nzx-query-container [nz-form-label]{overflow:visible}.nzx-query-container .nzx-query-btn{flex-grow:2;max-width:none}\n"] }]
635
- }], ctorParameters: () => [{ type: i1$1.NzI18nService }, { type: i2.FormBuilder }, { type: i0.ChangeDetectorRef }], propDecorators: { controls: [{
639
+ args: [{ selector: 'nzx-configurable-query', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'NzxConfigurableQuery', imports: [
640
+ CommonModule,
641
+ ReactiveFormsModule,
642
+ NzCardModule,
643
+ NzGridModule,
644
+ NzSpaceModule,
645
+ NzButtonModule,
646
+ NzIconModule,
647
+ NzxConfigurableQueryItemComponent,
648
+ ], template: "<nz-card>\n <form #queyForm class=\"nzx-query-container\" nz-form [formGroup]=\"queryForm\">\n <div nz-row [nzGutter]=\"nzxGutter\" [nzJustify]=\"nzxJustify\">\n <ng-container *ngFor=\"let config of controls; let i = index\">\n <div\n *ngIf=\"!config.hidden\"\n nz-col\n [nzSpan]=\"config.nzxSpan || 24 / lineNumber\"\n [hidden]=\"config.collapse\"\n [nzOrder]=\"i\"\n >\n <nzx-configurable-query-item\n *ngIf=\"config.controlName\"\n [form]=\"queryForm\"\n [control]=\"config\"\n ></nzx-configurable-query-item>\n </div>\n </ng-container>\n\n <div\n class=\"nzx-query-btn\"\n nz-col\n [nzOrder]=\"controls.length\"\n [nzSpan]=\"nzxBtnSpan || 24 / lineNumber\"\n >\n <div nz-row nzJustify=\"end\" nzAlign=\"middle\">\n <nz-space>\n <button\n *nzSpaceItem\n nz-button\n nzType=\"primary\"\n type=\"button\"\n title=\"Enter\"\n (click)=\"search()\"\n >\n {{ locale['query'] }}\n </button>\n <button\n *nzSpaceItem\n nz-button\n type=\"button\"\n title=\"ctrl+r\"\n (click)=\"reset()\"\n >\n {{ locale['reset'] }}\n </button>\n <ng-container *nzSpaceItem>\n <ng-content></ng-content>\n </ng-container>\n <ng-container *ngIf=\"nzxCollapse\">\n <a\n *nzSpaceItem\n nz-button\n nzType=\"link\"\n (click)=\"toggleCollapse()\"\n >\n {{ collapseText }}\n <i nz-icon [nzType]=\"collapseIcon\"></i>\n </a>\n </ng-container>\n </nz-space>\n </div>\n </div>\n </div>\n </form>\n</nz-card>\n", styles: [".nzx-query-container [nz-form-label]{overflow:visible}.nzx-query-container .nzx-query-btn{flex-grow:2;max-width:none}\n"] }]
649
+ }], ctorParameters: () => [{ type: i1$1.NzI18nService }, { type: i1.FormBuilder }, { type: i0.ChangeDetectorRef }], propDecorators: { controls: [{
636
650
  type: Input
637
651
  }], nzxJustify: [{
638
652
  type: Input
@@ -682,66 +696,14 @@ class NzxConfigurableQueryModule {
682
696
  ],
683
697
  };
684
698
  }
685
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxConfigurableQueryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
686
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NzxConfigurableQueryModule, declarations: [NzxConfigurableQueryComponent,
687
- NzxControlDirective,
688
- NzxConfigurableQueryItemComponent,
689
- NzxInputControlComponent,
690
- NzxTemplateControlComponent,
691
- NzxSelectControlComponent,
692
- NzxDatePickerControlComponent,
693
- NzxRangePickerControlComponent], imports: [CommonModule,
694
- ReactiveFormsModule,
695
- NzInputModule,
696
- NzFormModule,
697
- NzGridModule,
698
- NzButtonModule,
699
- NzSelectModule,
700
- NzDatePickerModule,
701
- NzCardModule,
702
- NzSpaceModule,
703
- NzIconModule,
704
- NzI18nModule], exports: [NzxControlDirective, NzxConfigurableQueryComponent] }); }
705
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxConfigurableQueryModule, imports: [CommonModule,
706
- ReactiveFormsModule,
707
- NzInputModule,
708
- NzFormModule,
709
- NzGridModule,
710
- NzButtonModule,
711
- NzSelectModule,
712
- NzDatePickerModule,
713
- NzCardModule,
714
- NzSpaceModule,
715
- NzIconModule,
716
- NzI18nModule] }); }
699
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxConfigurableQueryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
700
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.2", ngImport: i0, type: NzxConfigurableQueryModule, imports: [NzxControlDirective, NzxConfigurableQueryComponent], exports: [NzxControlDirective, NzxConfigurableQueryComponent] }); }
701
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxConfigurableQueryModule, imports: [NzxConfigurableQueryComponent] }); }
717
702
  }
718
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NzxConfigurableQueryModule, decorators: [{
703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NzxConfigurableQueryModule, decorators: [{
719
704
  type: NgModule,
720
705
  args: [{
721
- declarations: [
722
- NzxConfigurableQueryComponent,
723
- NzxControlDirective,
724
- NzxConfigurableQueryItemComponent,
725
- NzxInputControlComponent,
726
- NzxTemplateControlComponent,
727
- NzxSelectControlComponent,
728
- NzxDatePickerControlComponent,
729
- NzxRangePickerControlComponent,
730
- ],
731
- imports: [
732
- CommonModule,
733
- ReactiveFormsModule,
734
- NzInputModule,
735
- NzFormModule,
736
- NzGridModule,
737
- NzButtonModule,
738
- NzSelectModule,
739
- NzDatePickerModule,
740
- NzCardModule,
741
- NzSpaceModule,
742
- NzIconModule,
743
- NzI18nModule,
744
- ],
706
+ imports: [NzxControlDirective, NzxConfigurableQueryComponent],
745
707
  exports: [NzxControlDirective, NzxConfigurableQueryComponent],
746
708
  }]
747
709
  }] });