cmat 0.0.15 → 0.0.16

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 (244) hide show
  1. package/README.md +2 -2
  2. package/components/custom-formly/public-api.d.ts +1 -0
  3. package/components/custom-formly/types/button/button.component.d.ts +19 -3
  4. package/components/custom-formly/types/cascade/cascade.component.d.ts +3 -2
  5. package/components/custom-formly/types/checklist/checklist.component.d.ts +3 -2
  6. package/components/custom-formly/types/chips/chips.component.d.ts +3 -2
  7. package/components/custom-formly/types/date-range/date-range.component.d.ts +3 -2
  8. package/components/custom-formly/types/datepicker/datepicker.component.d.ts +3 -2
  9. package/components/custom-formly/types/multicheckbox/multicheckbox.component.d.ts +3 -2
  10. package/components/custom-formly/types/number/number.component.d.ts +3 -2
  11. package/components/custom-formly/types/quill/quill.component.d.ts +3 -2
  12. package/components/custom-formly/types/radio/radio.component.d.ts +3 -2
  13. package/components/custom-formly/types/rating/rating.component.d.ts +3 -2
  14. package/components/custom-formly/types/repeat/repeat.component.d.ts +3 -2
  15. package/components/custom-formly/types/select/select.component.d.ts +3 -2
  16. package/components/custom-formly/types/select-tree/select-tree.component.d.ts +2 -2
  17. package/components/custom-formly/types/stepper/stepper.type.d.ts +2 -2
  18. package/components/custom-formly/types/table/table.component.d.ts +11 -5
  19. package/components/custom-formly/types/tags/tags.component.d.ts +3 -2
  20. package/components/custom-formly/types/upload/upload.component.d.ts +3 -2
  21. package/components/custom-formly/wrappers/form-field/form-field.component.d.ts +25 -0
  22. package/components/material-datetimepicker/datetimepicker.d.ts +4 -3
  23. package/components/upload/upload-queue/upload-queue.component.d.ts +3 -2
  24. package/esm2022/animations/dropdown.mjs +1 -1
  25. package/esm2022/components/adapter/dayjs-date-adapter.mjs +3 -3
  26. package/esm2022/components/adapter/dayjs-datetime-adapter.mjs +3 -3
  27. package/esm2022/components/adapter/native-datetime-adapter.mjs +3 -3
  28. package/esm2022/components/breadcrumb/breadcrumb-item.directive.mjs +3 -3
  29. package/esm2022/components/breadcrumb/breadcrumb.component.mjs +3 -3
  30. package/esm2022/components/breadcrumb/breadcrumb.service.mjs +5 -5
  31. package/esm2022/components/card/card.component.mjs +5 -5
  32. package/esm2022/components/cascade/cascade-bottom-sheet/cascade-bottom-sheet.component.mjs +5 -5
  33. package/esm2022/components/cascade/cascade-list/cascade-list.component.mjs +6 -6
  34. package/esm2022/components/cascade/cascade-menu/cascade-menu.component.mjs +5 -5
  35. package/esm2022/components/cascade/options.interface.mjs +1 -1
  36. package/esm2022/components/chip-input/chip-input.component.mjs +6 -7
  37. package/esm2022/components/custom-formly/extension/addons.extension.mjs +2 -2
  38. package/esm2022/components/custom-formly/public-api.mjs +2 -1
  39. package/esm2022/components/custom-formly/types/button/button.component.mjs +57 -15
  40. package/esm2022/components/custom-formly/types/cascade/cascade.component.mjs +4 -4
  41. package/esm2022/components/custom-formly/types/checklist/checklist.component.mjs +4 -4
  42. package/esm2022/components/custom-formly/types/chips/chips.component.mjs +4 -4
  43. package/esm2022/components/custom-formly/types/color-picker/color-picker.component.mjs +3 -3
  44. package/esm2022/components/custom-formly/types/date-range/date-range.component.mjs +4 -4
  45. package/esm2022/components/custom-formly/types/datepicker/datepicker.component.mjs +5 -5
  46. package/esm2022/components/custom-formly/types/multicheckbox/multicheckbox.component.mjs +4 -4
  47. package/esm2022/components/custom-formly/types/number/number.component.mjs +4 -4
  48. package/esm2022/components/custom-formly/types/quill/quill.component.mjs +6 -6
  49. package/esm2022/components/custom-formly/types/radio/radio.component.mjs +4 -4
  50. package/esm2022/components/custom-formly/types/rating/rating.component.mjs +4 -4
  51. package/esm2022/components/custom-formly/types/repeat/repeat.component.mjs +4 -4
  52. package/esm2022/components/custom-formly/types/select/select.component.mjs +16 -15
  53. package/esm2022/components/custom-formly/types/select-tree/select-tree.component.mjs +4 -4
  54. package/esm2022/components/custom-formly/types/stepper/horizontal/stepper.component.mjs +3 -3
  55. package/esm2022/components/custom-formly/types/stepper/stepper.type.mjs +1 -1
  56. package/esm2022/components/custom-formly/types/stepper/vertical/stepper.component.mjs +3 -3
  57. package/esm2022/components/custom-formly/types/table/table.component.mjs +28 -14
  58. package/esm2022/components/custom-formly/types/tabs/tab.component.mjs +4 -4
  59. package/esm2022/components/custom-formly/types/tags/tags.component.mjs +4 -4
  60. package/esm2022/components/custom-formly/types/textarea/textarea.component.mjs +3 -3
  61. package/esm2022/components/custom-formly/types/upload/upload.component.mjs +4 -4
  62. package/esm2022/components/custom-formly/wrappers/addons/addons.component.mjs +3 -3
  63. package/esm2022/components/custom-formly/wrappers/card/card.component.mjs +3 -3
  64. package/esm2022/components/custom-formly/wrappers/expansion/expansion.component.mjs +3 -3
  65. package/esm2022/components/custom-formly/wrappers/form-field/form-field.component.mjs +47 -0
  66. package/esm2022/components/custom-formly/wrappers/panel/panel.component.mjs +3 -3
  67. package/esm2022/components/date-range/date-range.component.mjs +6 -6
  68. package/esm2022/components/drawer/drawer.component.mjs +3 -3
  69. package/esm2022/components/drawer/drawer.service.mjs +3 -3
  70. package/esm2022/components/fullscreen/fullscreen.component.mjs +3 -3
  71. package/esm2022/components/highlight/highlight.component.mjs +3 -3
  72. package/esm2022/components/highlight/highlight.service.mjs +3 -3
  73. package/esm2022/components/json-editor/json-editor.component.mjs +6 -6
  74. package/esm2022/components/masonry/masonry.component.mjs +3 -3
  75. package/esm2022/components/material-color-picker/material-color-picker.component.mjs +5 -5
  76. package/esm2022/components/material-datetimepicker/calendar-body.mjs +5 -5
  77. package/esm2022/components/material-datetimepicker/calendar.mjs +5 -5
  78. package/esm2022/components/material-datetimepicker/clock.mjs +5 -5
  79. package/esm2022/components/material-datetimepicker/datetimepicker-input.mjs +3 -3
  80. package/esm2022/components/material-datetimepicker/datetimepicker-intl.mjs +3 -3
  81. package/esm2022/components/material-datetimepicker/datetimepicker-toggle.mjs +8 -8
  82. package/esm2022/components/material-datetimepicker/datetimepicker.mjs +14 -11
  83. package/esm2022/components/material-datetimepicker/month-view.mjs +5 -5
  84. package/esm2022/components/material-datetimepicker/multi-year-view.mjs +3 -3
  85. package/esm2022/components/material-datetimepicker/time.mjs +8 -8
  86. package/esm2022/components/material-datetimepicker/year-view.mjs +3 -3
  87. package/esm2022/components/navigation/horizontal/components/basic/basic.component.mjs +5 -5
  88. package/esm2022/components/navigation/horizontal/components/branch/branch.component.mjs +3 -3
  89. package/esm2022/components/navigation/horizontal/components/divider/divider.component.mjs +3 -3
  90. package/esm2022/components/navigation/horizontal/components/spacer/spacer.component.mjs +3 -3
  91. package/esm2022/components/navigation/horizontal/horizontal.component.mjs +4 -4
  92. package/esm2022/components/navigation/navigation.service.mjs +3 -3
  93. package/esm2022/components/navigation/vertical/components/aside/aside.component.mjs +3 -3
  94. package/esm2022/components/navigation/vertical/components/basic/basic.component.mjs +5 -5
  95. package/esm2022/components/navigation/vertical/components/collapsable/collapsable.component.mjs +5 -5
  96. package/esm2022/components/navigation/vertical/components/divider/divider.component.mjs +3 -3
  97. package/esm2022/components/navigation/vertical/components/group/group.component.mjs +3 -3
  98. package/esm2022/components/navigation/vertical/components/spacer/spacer.component.mjs +3 -3
  99. package/esm2022/components/navigation/vertical/vertical.component.mjs +4 -4
  100. package/esm2022/components/pagination/pagination.component.mjs +5 -5
  101. package/esm2022/components/pagination/pagination.directive.mjs +3 -3
  102. package/esm2022/components/pagination/pagination.pipe.mjs +3 -3
  103. package/esm2022/components/pagination/pagination.service.mjs +3 -3
  104. package/esm2022/components/password-strength/mat-pass-toggle-visibility/mat-pass-toggle-visibility.component.mjs +5 -5
  105. package/esm2022/components/password-strength/mat-password-strength/mat-password-strength.component.mjs +3 -3
  106. package/esm2022/components/password-strength/mat-password-strength-info/mat-password-strength-info.component.mjs +5 -5
  107. package/esm2022/components/popover/popover-trigger.mjs +3 -3
  108. package/esm2022/components/popover/popover.component.mjs +3 -3
  109. package/esm2022/components/popover/popover.target.mjs +3 -3
  110. package/esm2022/components/progress-bar/progress-bar.component.mjs +5 -5
  111. package/esm2022/components/rating/rating.component.mjs +5 -5
  112. package/esm2022/components/select-search/select-no-entries-found.directive.mjs +3 -3
  113. package/esm2022/components/select-search/select-search-clear.directive.mjs +4 -4
  114. package/esm2022/components/select-search/select-search.component.mjs +6 -6
  115. package/esm2022/components/select-tree/select-tree.component.mjs +6 -6
  116. package/esm2022/components/timeline/timeline-item/timeline-item.component.mjs +11 -11
  117. package/esm2022/components/timeline/timeline.component.mjs +4 -4
  118. package/esm2022/components/toast/toast-modal.component.mjs +5 -5
  119. package/esm2022/components/toast/toast.component.mjs +3 -3
  120. package/esm2022/components/toast/toast.service.mjs +3 -3
  121. package/esm2022/components/transfer-picker/filter/filter.component.mjs +5 -5
  122. package/esm2022/components/transfer-picker/search/search.component.mjs +5 -5
  123. package/esm2022/components/transfer-picker/transfer-picker-source/transfer-picker-source.component.mjs +5 -5
  124. package/esm2022/components/transfer-picker/transfer-picker-target/transfer-picker-target.component.mjs +5 -5
  125. package/esm2022/components/transfer-picker/transfer-picker.component.mjs +5 -5
  126. package/esm2022/components/transfer-picker/transfer-picker.service.mjs +4 -4
  127. package/esm2022/components/upload/files.util.service.mjs +3 -3
  128. package/esm2022/components/upload/upload-queue/upload-queue.component.mjs +13 -12
  129. package/esm2022/components/upload/upload.component.mjs +3 -3
  130. package/esm2022/directives/animate-on-scroll/animate-on-scroll.directive.mjs +3 -3
  131. package/esm2022/directives/animate-on-scroll/scroll.service.mjs +3 -3
  132. package/esm2022/directives/autofocus/autofocus.directive.mjs +3 -3
  133. package/esm2022/directives/debounce/abstract-debounce.directive.mjs +3 -3
  134. package/esm2022/directives/debounce/debounce-click.directive.mjs +3 -3
  135. package/esm2022/directives/debounce/debounce-keyup.directive.mjs +3 -3
  136. package/esm2022/directives/digit-only/digit-only.directive.mjs +10 -10
  137. package/esm2022/directives/digit-only/mask.directive.mjs +5 -5
  138. package/esm2022/directives/equal-validator/equal-validator.directive.mjs +3 -3
  139. package/esm2022/lib/mock-api/mock-api.interceptor.mjs +3 -3
  140. package/esm2022/lib/mock-api/mock-api.service.mjs +3 -3
  141. package/esm2022/pipes/bytes/bytes.pipe.mjs +3 -3
  142. package/esm2022/pipes/date-format/date-format.pipe.mjs +7 -5
  143. package/esm2022/pipes/find-by-key/find-by-key.pipe.mjs +3 -3
  144. package/esm2022/pipes/group-by/group-by.pipe.mjs +3 -3
  145. package/esm2022/pipes/keys/keys.pipe.mjs +3 -3
  146. package/esm2022/pipes/secure/secure-pipe.mjs +3 -3
  147. package/esm2022/pipes/uppercase/uppercase.pipe.mjs +3 -3
  148. package/esm2022/services/alert/alert.service.mjs +3 -3
  149. package/esm2022/services/config/config.service.mjs +3 -3
  150. package/esm2022/services/config/urlStateConfig.service.mjs +3 -3
  151. package/esm2022/services/confirmation/confirmation.service.mjs +3 -3
  152. package/esm2022/services/confirmation/dialog/dialog.component.mjs +5 -5
  153. package/esm2022/services/data/data.service.mjs +3 -3
  154. package/esm2022/services/loading/loading.interceptor.mjs +5 -5
  155. package/esm2022/services/loading/loading.service.mjs +3 -3
  156. package/esm2022/services/local-storage/local-storage.service.mjs +3 -3
  157. package/esm2022/services/media-watcher/media-watcher.service.mjs +3 -3
  158. package/esm2022/services/platform/platform.service.mjs +3 -3
  159. package/esm2022/services/splash-screen/splash-screen.service.mjs +3 -3
  160. package/esm2022/services/title/title.service.mjs +3 -3
  161. package/esm2022/services/translation/translation.service.mjs +5 -5
  162. package/esm2022/services/utils/utils.service.mjs +8 -7
  163. package/fesm2022/cmat-animations.mjs.map +1 -1
  164. package/fesm2022/cmat-components-adapter.mjs +9 -9
  165. package/fesm2022/cmat-components-breadcrumb.mjs +10 -10
  166. package/fesm2022/cmat-components-breadcrumb.mjs.map +1 -1
  167. package/fesm2022/cmat-components-card.mjs +4 -4
  168. package/fesm2022/cmat-components-card.mjs.map +1 -1
  169. package/fesm2022/cmat-components-cascade.mjs +13 -13
  170. package/fesm2022/cmat-components-cascade.mjs.map +1 -1
  171. package/fesm2022/cmat-components-chip-input.mjs +5 -6
  172. package/fesm2022/cmat-components-chip-input.mjs.map +1 -1
  173. package/fesm2022/cmat-components-custom-formly.mjs +235 -142
  174. package/fesm2022/cmat-components-custom-formly.mjs.map +1 -1
  175. package/fesm2022/cmat-components-date-range.mjs +5 -5
  176. package/fesm2022/cmat-components-date-range.mjs.map +1 -1
  177. package/fesm2022/cmat-components-drawer.mjs +6 -6
  178. package/fesm2022/cmat-components-fullscreen.mjs +3 -3
  179. package/fesm2022/cmat-components-highlight.mjs +6 -6
  180. package/fesm2022/cmat-components-json-editor.mjs +5 -5
  181. package/fesm2022/cmat-components-json-editor.mjs.map +1 -1
  182. package/fesm2022/cmat-components-masonry.mjs +3 -3
  183. package/fesm2022/cmat-components-material-color-picker.mjs +4 -4
  184. package/fesm2022/cmat-components-material-color-picker.mjs.map +1 -1
  185. package/fesm2022/cmat-components-material-datetimepicker.mjs +55 -52
  186. package/fesm2022/cmat-components-material-datetimepicker.mjs.map +1 -1
  187. package/fesm2022/cmat-components-navigation.mjs +42 -42
  188. package/fesm2022/cmat-components-navigation.mjs.map +1 -1
  189. package/fesm2022/cmat-components-pagination.mjs +13 -13
  190. package/fesm2022/cmat-components-pagination.mjs.map +1 -1
  191. package/fesm2022/cmat-components-password-strength.mjs +11 -11
  192. package/fesm2022/cmat-components-password-strength.mjs.map +1 -1
  193. package/fesm2022/cmat-components-popover.mjs +9 -9
  194. package/fesm2022/cmat-components-progress-bar.mjs +4 -4
  195. package/fesm2022/cmat-components-progress-bar.mjs.map +1 -1
  196. package/fesm2022/cmat-components-rating.mjs +4 -4
  197. package/fesm2022/cmat-components-rating.mjs.map +1 -1
  198. package/fesm2022/cmat-components-select-search.mjs +11 -11
  199. package/fesm2022/cmat-components-select-search.mjs.map +1 -1
  200. package/fesm2022/cmat-components-select-tree.mjs +5 -5
  201. package/fesm2022/cmat-components-select-tree.mjs.map +1 -1
  202. package/fesm2022/cmat-components-timeline.mjs +13 -13
  203. package/fesm2022/cmat-components-timeline.mjs.map +1 -1
  204. package/fesm2022/cmat-components-toast.mjs +10 -10
  205. package/fesm2022/cmat-components-toast.mjs.map +1 -1
  206. package/fesm2022/cmat-components-transfer-picker.mjs +23 -23
  207. package/fesm2022/cmat-components-transfer-picker.mjs.map +1 -1
  208. package/fesm2022/cmat-components-upload.mjs +18 -17
  209. package/fesm2022/cmat-components-upload.mjs.map +1 -1
  210. package/fesm2022/cmat-directives-animate-on-scroll.mjs +6 -6
  211. package/fesm2022/cmat-directives-autofocus.mjs +3 -3
  212. package/fesm2022/cmat-directives-debounce.mjs +9 -9
  213. package/fesm2022/cmat-directives-digit-only.mjs +13 -13
  214. package/fesm2022/cmat-directives-digit-only.mjs.map +1 -1
  215. package/fesm2022/cmat-directives-equal-validator.mjs +3 -3
  216. package/fesm2022/cmat-lib-mock-api.mjs +6 -6
  217. package/fesm2022/cmat-pipes-bytes.mjs +3 -3
  218. package/fesm2022/cmat-pipes-date-format.mjs +6 -4
  219. package/fesm2022/cmat-pipes-date-format.mjs.map +1 -1
  220. package/fesm2022/cmat-pipes-find-by-key.mjs +3 -3
  221. package/fesm2022/cmat-pipes-group-by.mjs +3 -3
  222. package/fesm2022/cmat-pipes-keys.mjs +3 -3
  223. package/fesm2022/cmat-pipes-secure.mjs +3 -3
  224. package/fesm2022/cmat-pipes-uppercase.mjs +3 -3
  225. package/fesm2022/cmat-services-alert.mjs +3 -3
  226. package/fesm2022/cmat-services-config.mjs +6 -6
  227. package/fesm2022/cmat-services-confirmation.mjs +7 -7
  228. package/fesm2022/cmat-services-confirmation.mjs.map +1 -1
  229. package/fesm2022/cmat-services-data.mjs +3 -3
  230. package/fesm2022/cmat-services-loading.mjs +7 -7
  231. package/fesm2022/cmat-services-loading.mjs.map +1 -1
  232. package/fesm2022/cmat-services-local-storage.mjs +3 -3
  233. package/fesm2022/cmat-services-media-watcher.mjs +3 -3
  234. package/fesm2022/cmat-services-platform.mjs +3 -3
  235. package/fesm2022/cmat-services-splash-screen.mjs +3 -3
  236. package/fesm2022/cmat-services-title.mjs +3 -3
  237. package/fesm2022/cmat-services-translation.mjs +4 -4
  238. package/fesm2022/cmat-services-translation.mjs.map +1 -1
  239. package/fesm2022/cmat-services-utils.mjs +7 -6
  240. package/fesm2022/cmat-services-utils.mjs.map +1 -1
  241. package/icons/material-icons/material-solid.svg +3585 -3585
  242. package/package.json +49 -49
  243. package/pipes/date-format/date-format.pipe.d.ts +1 -1
  244. package/styles/overrides/angular-material.scss +6 -0
@@ -15,10 +15,10 @@ export class CmatTextareaTypeComponent extends FieldType {
15
15
  },
16
16
  };
17
17
  }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatTextareaTypeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
19
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: CmatTextareaTypeComponent, isStandalone: true, selector: "cmat-textarea-type", usesInheritance: true, ngImport: i0, template: "<textarea matInput [placeholder]=\"placeholder\" \r\n [readonly]=\"props.readonly\" [errorStateMatcher]=\"errorStateMatcher\"\r\n [cols]=\"props.cols\"\r\n [rows]=\"props.rows\"\r\n [tabindex]=\"props.tabindex\"\r\n [formControl]=\"formControl\" [required]=\"required\">\r\n</textarea>", styles: [":host{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { 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.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatTextareaTypeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
19
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: CmatTextareaTypeComponent, isStandalone: true, selector: "cmat-textarea-type", usesInheritance: true, ngImport: i0, template: "<textarea matInput [placeholder]=\"placeholder\" \r\n [readonly]=\"props.readonly\" [errorStateMatcher]=\"errorStateMatcher\"\r\n [cols]=\"props.cols\"\r\n [rows]=\"props.rows\"\r\n [tabindex]=\"props.tabindex\"\r\n [formControl]=\"formControl\" [required]=\"required\">\r\n</textarea>", styles: [":host{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { 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.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatTextareaTypeComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatTextareaTypeComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'cmat-textarea-type', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [MatInputModule, ReactiveFormsModule], template: "<textarea matInput [placeholder]=\"placeholder\" \r\n [readonly]=\"props.readonly\" [errorStateMatcher]=\"errorStateMatcher\"\r\n [cols]=\"props.cols\"\r\n [rows]=\"props.rows\"\r\n [tabindex]=\"props.tabindex\"\r\n [formControl]=\"formControl\" [required]=\"required\">\r\n</textarea>", styles: [":host{width:100%}\n"] }]
24
24
  }] });
@@ -48,11 +48,11 @@ export class CmatUploadTypeComponent extends FieldType {
48
48
  return j;
49
49
  }));
50
50
  }
51
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatUploadTypeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
52
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: CmatUploadTypeComponent, isStandalone: true, selector: "cmat-upload-type", usesInheritance: true, ngImport: i0, template: "<cmat-upload-queue [tabindex]=\"props.tabindex\" [fileAlias]=\"props.fileAlias\"\r\n [filePath]=\"props.filePath\" [required]=\"required\" [fileCategory]=\"props.fileCategory\" [multiple]=\"props.multiple\"\r\n [accept]=\"props.accept\" [title]=\"props.label??'\u9644\u4EF6'\" [editMode]=\"props.editMode&&!disabled\" [filesData]=\"formControl.value\"\r\n [autoUpload]=\"props.autoUpload\" (outputUploadIdEvent)=\"upload($event)\" (outputRemoveIdEvent)=\"remove($event)\" (outputFilesDataEvent)=\"updateData($event)\">\r\n</cmat-upload-queue>", styles: [":host{width:100%}\n"], dependencies: [{ kind: "component", type: CmatUploadQueueComponent, selector: "cmat-upload-queue", inputs: ["fileAlias", "filePath", "fileCategory", "required", "autoUpload", "multiple", "accept", "title", "editMode", "filesData"], outputs: ["outputRemoveIdEvent", "outputUploadIdEvent", "outputFilesDataEvent"], exportAs: ["cmatUploadQueue"] }, { kind: "ngmodule", type: ReactiveFormsModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatUploadTypeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
52
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: CmatUploadTypeComponent, isStandalone: true, selector: "cmat-upload-type", usesInheritance: true, ngImport: i0, template: "<cmat-upload-queue [tabindex]=\"props.tabindex\" [fileAlias]=\"props.fileAlias\"\r\n [filePath]=\"props.filePath\" [required]=\"required\" [fileCategory]=\"props.fileCategory\" [multiple]=\"props.multiple\"\r\n [accept]=\"props.accept\" [title]=\"props.label??'\u9644\u4EF6'\" [editMode]=\"props.editMode&&!disabled\" [filesData]=\"formControl.value\"\r\n [autoUpload]=\"props.autoUpload\" (outputUploadIdEvent)=\"upload($event)\" (outputRemoveIdEvent)=\"remove($event)\" (outputFilesDataEvent)=\"updateData($event)\">\r\n</cmat-upload-queue>", styles: [":host{width:100%}\n"], dependencies: [{ kind: "component", type: CmatUploadQueueComponent, selector: "cmat-upload-queue", inputs: ["fileAlias", "filePath", "fileCategory", "required", "autoUpload", "multiple", "accept", "title", "editMode", "filesData"], outputs: ["outputRemoveIdEvent", "outputUploadIdEvent", "outputFilesDataEvent"], exportAs: ["cmatUploadQueue"] }, { kind: "ngmodule", type: ReactiveFormsModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
53
53
  }
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatUploadTypeComponent, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatUploadTypeComponent, decorators: [{
55
55
  type: Component,
56
56
  args: [{ selector: 'cmat-upload-type', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CmatUploadQueueComponent, ReactiveFormsModule], template: "<cmat-upload-queue [tabindex]=\"props.tabindex\" [fileAlias]=\"props.fileAlias\"\r\n [filePath]=\"props.filePath\" [required]=\"required\" [fileCategory]=\"props.fileCategory\" [multiple]=\"props.multiple\"\r\n [accept]=\"props.accept\" [title]=\"props.label??'\u9644\u4EF6'\" [editMode]=\"props.editMode&&!disabled\" [filesData]=\"formControl.value\"\r\n [autoUpload]=\"props.autoUpload\" (outputUploadIdEvent)=\"upload($event)\" (outputRemoveIdEvent)=\"remove($event)\" (outputFilesDataEvent)=\"updateData($event)\">\r\n</cmat-upload-queue>", styles: [":host{width:100%}\n"] }]
57
57
  }] });
58
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXBsb2FkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NtYXQvY29tcG9uZW50cy9jdXN0b20tZm9ybWx5L3R5cGVzL3VwbG9hZC91cGxvYWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY21hdC9jb21wb25lbnRzL2N1c3RvbS1mb3JtbHkvdHlwZXMvdXBsb2FkL3VwbG9hZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25FLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXJELE9BQU8sRUFBRSxTQUFTLEVBQW9CLE1BQU0saUNBQWlDLENBQUM7QUFDOUUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBb0JsRSxNQUFNLE9BQU8sdUJBQXdCLFNBQVEsU0FBdUM7SUFScEY7O1FBU1csbUJBQWMsR0FBRztZQUN4QixLQUFLLEVBQUU7Z0JBQ0wsU0FBUyxFQUFFLFVBQVU7Z0JBQ3JCLFFBQVEsRUFBRSxNQUFNO2dCQUNoQixZQUFZLEVBQUUsSUFBSTtnQkFDbEIsUUFBUSxFQUFFLElBQUk7Z0JBQ2QsTUFBTSxFQUFFLEVBQUU7Z0JBQ1YsUUFBUSxFQUFFLElBQUk7Z0JBQ2QsVUFBVSxFQUFFLElBQUk7YUFDakI7U0FDRixDQUFDO0tBZ0NIO0lBOUJDLE1BQU0sQ0FBQyxFQUFVO1FBQ2YsSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxFQUFFLENBQUM7WUFDM0IsSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDbEMsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDaEMsQ0FBQztJQUNILENBQUM7SUFFRCxNQUFNLENBQUMsRUFBVTtRQUNmLElBQUksSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsRUFBRSxDQUFDO1lBQzNCLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQ2xDLENBQUM7YUFBTSxDQUFDO1lBQ04sSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQ2hDLENBQUM7SUFDSCxDQUFDO0lBRUQsVUFBVSxDQUFDLENBQU07UUFDZixNQUFNLElBQUksR0FBRyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUN2QyxJQUFJLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7WUFDdkMsSUFBSSxDQUFDLENBQUMsRUFBRTtnQkFDTixPQUFPO29CQUNMLEVBQUUsRUFBRSxDQUFDLENBQUMsRUFBRTtvQkFDUixJQUFJLEVBQUUsQ0FBQyxDQUFDLElBQUk7b0JBQ1osSUFBSSxFQUFFLENBQUMsQ0FBQyxJQUFJO29CQUNaLElBQUksRUFBRSxDQUFDLENBQUMsSUFBSTtpQkFDYixDQUFDOztnQkFFRixPQUFPLENBQUMsQ0FBQztRQUNiLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDTixDQUFDOzhHQTFDVSx1QkFBdUI7a0dBQXZCLHVCQUF1QixtR0N4QnBDLHlpQkFJb0IsNkVEa0JSLHdCQUF3QixrVEFBRSxtQkFBbUI7OzJGQUU1Qyx1QkFBdUI7a0JBUm5DLFNBQVM7K0JBQ0Usa0JBQWtCLG1CQUdYLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsd0JBQXdCLEVBQUUsbUJBQW1CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IEZpZWxkVHlwZUNvbmZpZyB9IGZyb20gJ0BuZ3gtZm9ybWx5L2NvcmUnO1xyXG5pbXBvcnQgeyBGaWVsZFR5cGUsIEZvcm1seUZpZWxkUHJvcHMgfSBmcm9tICdAbmd4LWZvcm1seS9tYXRlcmlhbC9mb3JtLWZpZWxkJztcclxuaW1wb3J0IHsgQ21hdFVwbG9hZFF1ZXVlQ29tcG9uZW50IH0gZnJvbSAnY21hdC9jb21wb25lbnRzL3VwbG9hZCc7XHJcblxyXG5pbnRlcmZhY2UgVXBsb2FkUHJvcHMgZXh0ZW5kcyBGb3JtbHlGaWVsZFByb3BzIHtcclxuICBmaWxlQWxpYXM6IHN0cmluZztcclxuICBmaWxlUGF0aDogc3RyaW5nO1xyXG4gIGZpbGVDYXRlZ29yeTogc3RyaW5nO1xyXG4gIG11bHRpcGxlOiBib29sZWFuO1xyXG4gIGFjY2VwdDogc3RyaW5nO1xyXG4gIGVkaXRNb2RlOiBib29sZWFuO1xyXG4gIGF1dG9VcGxvYWQ6IGJvb2xlYW47XHJcbn1cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnY21hdC11cGxvYWQtdHlwZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3VwbG9hZC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vdXBsb2FkLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbQ21hdFVwbG9hZFF1ZXVlQ29tcG9uZW50LCBSZWFjdGl2ZUZvcm1zTW9kdWxlXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQ21hdFVwbG9hZFR5cGVDb21wb25lbnQgZXh0ZW5kcyBGaWVsZFR5cGU8RmllbGRUeXBlQ29uZmlnPFVwbG9hZFByb3BzPj4ge1xyXG4gIG92ZXJyaWRlIGRlZmF1bHRPcHRpb25zID0ge1xyXG4gICAgcHJvcHM6IHtcclxuICAgICAgZmlsZUFsaWFzOiAnZmlsZURhdGEnLFxyXG4gICAgICBmaWxlUGF0aDogJ3BhdGgnLFxyXG4gICAgICBmaWxlQ2F0ZWdvcnk6ICfliIbnsbsnLFxyXG4gICAgICBtdWx0aXBsZTogdHJ1ZSxcclxuICAgICAgYWNjZXB0OiAnJyxcclxuICAgICAgZWRpdE1vZGU6IHRydWUsXHJcbiAgICAgIGF1dG9VcGxvYWQ6IHRydWVcclxuICAgIH1cclxuICB9O1xyXG5cclxuICB1cGxvYWQoaWQ6IHN0cmluZyk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMubW9kZWxbJ3VwbG9hZElkJ10pIHtcclxuICAgICAgdGhpcy5tb2RlbFsndXBsb2FkSWQnXS5wdXNoKGlkKTtcclxuICAgIH0gZWxzZSB7XHJcbiAgICAgIHRoaXMubW9kZWxbJ3VwbG9hZElkJ10gPSBbaWRdO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgcmVtb3ZlKGlkOiBzdHJpbmcpOiB2b2lkIHtcclxuICAgIGlmICh0aGlzLm1vZGVsWydyZW1vdmVJZCddKSB7XHJcbiAgICAgIHRoaXMubW9kZWxbJ3JlbW92ZUlkJ10ucHVzaChpZCk7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLm1vZGVsWydyZW1vdmVJZCddID0gW2lkXTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHVwZGF0ZURhdGEoaTogYW55KTogdm9pZCB7XHJcbiAgICBjb25zdCBkYXRhID0gQXJyYXkuaXNBcnJheShpKSA/IGkgOiBbXTtcclxuICAgIHRoaXMuZm9ybUNvbnRyb2wuc2V0VmFsdWUoZGF0YS5tYXAoKGopID0+IHtcclxuICAgICAgaWYgKGouaWQpXHJcbiAgICAgICAgcmV0dXJuIHtcclxuICAgICAgICAgIGlkOiBqLmlkLFxyXG4gICAgICAgICAgbmFtZTogai5uYW1lLFxyXG4gICAgICAgICAgdHlwZTogai50eXBlLFxyXG4gICAgICAgICAgc2l6ZTogai5zaXplXHJcbiAgICAgICAgfTtcclxuICAgICAgZWxzZVxyXG4gICAgICAgIHJldHVybiBqO1xyXG4gICAgfSkpO1xyXG4gIH1cclxufSIsIjxjbWF0LXVwbG9hZC1xdWV1ZSBbdGFiaW5kZXhdPVwicHJvcHMudGFiaW5kZXhcIiBbZmlsZUFsaWFzXT1cInByb3BzLmZpbGVBbGlhc1wiXHJcbiAgICBbZmlsZVBhdGhdPVwicHJvcHMuZmlsZVBhdGhcIiBbcmVxdWlyZWRdPVwicmVxdWlyZWRcIiBbZmlsZUNhdGVnb3J5XT1cInByb3BzLmZpbGVDYXRlZ29yeVwiIFttdWx0aXBsZV09XCJwcm9wcy5tdWx0aXBsZVwiXHJcbiAgICBbYWNjZXB0XT1cInByb3BzLmFjY2VwdFwiIFt0aXRsZV09XCJwcm9wcy5sYWJlbD8/J+mZhOS7tidcIiBbZWRpdE1vZGVdPVwicHJvcHMuZWRpdE1vZGUmJiFkaXNhYmxlZFwiIFtmaWxlc0RhdGFdPVwiZm9ybUNvbnRyb2wudmFsdWVcIlxyXG4gICAgW2F1dG9VcGxvYWRdPVwicHJvcHMuYXV0b1VwbG9hZFwiIChvdXRwdXRVcGxvYWRJZEV2ZW50KT1cInVwbG9hZCgkZXZlbnQpXCIgKG91dHB1dFJlbW92ZUlkRXZlbnQpPVwicmVtb3ZlKCRldmVudClcIiAob3V0cHV0RmlsZXNEYXRhRXZlbnQpPVwidXBkYXRlRGF0YSgkZXZlbnQpXCI+XHJcbjwvY21hdC11cGxvYWQtcXVldWU+Il19
58
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXBsb2FkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NtYXQvY29tcG9uZW50cy9jdXN0b20tZm9ybWx5L3R5cGVzL3VwbG9hZC91cGxvYWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY21hdC9jb21wb25lbnRzL2N1c3RvbS1mb3JtbHkvdHlwZXMvdXBsb2FkL3VwbG9hZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25FLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXJELE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUM1RCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7QUFxQmxFLE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxTQUF1QztJQVJwRjs7UUFTVyxtQkFBYyxHQUFHO1lBQ3hCLEtBQUssRUFBRTtnQkFDTCxTQUFTLEVBQUUsVUFBVTtnQkFDckIsUUFBUSxFQUFFLE1BQU07Z0JBQ2hCLFlBQVksRUFBRSxJQUFJO2dCQUNsQixRQUFRLEVBQUUsSUFBSTtnQkFDZCxNQUFNLEVBQUUsRUFBRTtnQkFDVixRQUFRLEVBQUUsSUFBSTtnQkFDZCxVQUFVLEVBQUUsSUFBSTthQUNqQjtTQUNGLENBQUM7S0FnQ0g7SUE5QkMsTUFBTSxDQUFDLEVBQVU7UUFDZixJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLEVBQUUsQ0FBQztZQUMzQixJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUNsQyxDQUFDO2FBQU0sQ0FBQztZQUNOLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUNoQyxDQUFDO0lBQ0gsQ0FBQztJQUVELE1BQU0sQ0FBQyxFQUFVO1FBQ2YsSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxFQUFFLENBQUM7WUFDM0IsSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDbEMsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDaEMsQ0FBQztJQUNILENBQUM7SUFFRCxVQUFVLENBQUMsQ0FBTTtRQUNmLE1BQU0sSUFBSSxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO1FBQ3ZDLElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtZQUN2QyxJQUFJLENBQUMsQ0FBQyxFQUFFO2dCQUNOLE9BQU87b0JBQ0wsRUFBRSxFQUFFLENBQUMsQ0FBQyxFQUFFO29CQUNSLElBQUksRUFBRSxDQUFDLENBQUMsSUFBSTtvQkFDWixJQUFJLEVBQUUsQ0FBQyxDQUFDLElBQUk7b0JBQ1osSUFBSSxFQUFFLENBQUMsQ0FBQyxJQUFJO2lCQUNiLENBQUM7O2dCQUVGLE9BQU8sQ0FBQyxDQUFDO1FBQ2IsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUNOLENBQUM7OEdBMUNVLHVCQUF1QjtrR0FBdkIsdUJBQXVCLG1HQ3pCcEMseWlCQUlvQiw2RURtQlIsd0JBQXdCLGtUQUFFLG1CQUFtQjs7MkZBRTVDLHVCQUF1QjtrQkFSbkMsU0FBUzsrQkFDRSxrQkFBa0IsbUJBR1gsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1AsQ0FBQyx3QkFBd0IsRUFBRSxtQkFBbUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgRmllbGRUeXBlQ29uZmlnIH0gZnJvbSAnQG5neC1mb3JtbHkvY29yZSc7XHJcbmltcG9ydCB7IEZpZWxkVHlwZSB9IGZyb20gJ0BuZ3gtZm9ybWx5L21hdGVyaWFsL2Zvcm0tZmllbGQnO1xyXG5pbXBvcnQgeyBDbWF0VXBsb2FkUXVldWVDb21wb25lbnQgfSBmcm9tICdjbWF0L2NvbXBvbmVudHMvdXBsb2FkJztcclxuaW1wb3J0IHsgQ3VzdG9tRm9ybUZpZWxkUHJvcHMgfSBmcm9tICcuLi8uLi93cmFwcGVycy9mb3JtLWZpZWxkL2Zvcm0tZmllbGQuY29tcG9uZW50JztcclxuXHJcbmludGVyZmFjZSBVcGxvYWRQcm9wcyBleHRlbmRzIEN1c3RvbUZvcm1GaWVsZFByb3BzIHtcclxuICBmaWxlQWxpYXM6IHN0cmluZztcclxuICBmaWxlUGF0aDogc3RyaW5nO1xyXG4gIGZpbGVDYXRlZ29yeTogc3RyaW5nO1xyXG4gIG11bHRpcGxlOiBib29sZWFuO1xyXG4gIGFjY2VwdDogc3RyaW5nO1xyXG4gIGVkaXRNb2RlOiBib29sZWFuO1xyXG4gIGF1dG9VcGxvYWQ6IGJvb2xlYW47XHJcbn1cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnY21hdC11cGxvYWQtdHlwZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3VwbG9hZC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vdXBsb2FkLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbQ21hdFVwbG9hZFF1ZXVlQ29tcG9uZW50LCBSZWFjdGl2ZUZvcm1zTW9kdWxlXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQ21hdFVwbG9hZFR5cGVDb21wb25lbnQgZXh0ZW5kcyBGaWVsZFR5cGU8RmllbGRUeXBlQ29uZmlnPFVwbG9hZFByb3BzPj4ge1xyXG4gIG92ZXJyaWRlIGRlZmF1bHRPcHRpb25zID0ge1xyXG4gICAgcHJvcHM6IHtcclxuICAgICAgZmlsZUFsaWFzOiAnZmlsZURhdGEnLFxyXG4gICAgICBmaWxlUGF0aDogJ3BhdGgnLFxyXG4gICAgICBmaWxlQ2F0ZWdvcnk6ICfliIbnsbsnLFxyXG4gICAgICBtdWx0aXBsZTogdHJ1ZSxcclxuICAgICAgYWNjZXB0OiAnJyxcclxuICAgICAgZWRpdE1vZGU6IHRydWUsXHJcbiAgICAgIGF1dG9VcGxvYWQ6IHRydWVcclxuICAgIH1cclxuICB9O1xyXG5cclxuICB1cGxvYWQoaWQ6IHN0cmluZyk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMubW9kZWxbJ3VwbG9hZElkJ10pIHtcclxuICAgICAgdGhpcy5tb2RlbFsndXBsb2FkSWQnXS5wdXNoKGlkKTtcclxuICAgIH0gZWxzZSB7XHJcbiAgICAgIHRoaXMubW9kZWxbJ3VwbG9hZElkJ10gPSBbaWRdO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgcmVtb3ZlKGlkOiBzdHJpbmcpOiB2b2lkIHtcclxuICAgIGlmICh0aGlzLm1vZGVsWydyZW1vdmVJZCddKSB7XHJcbiAgICAgIHRoaXMubW9kZWxbJ3JlbW92ZUlkJ10ucHVzaChpZCk7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLm1vZGVsWydyZW1vdmVJZCddID0gW2lkXTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHVwZGF0ZURhdGEoaTogYW55KTogdm9pZCB7XHJcbiAgICBjb25zdCBkYXRhID0gQXJyYXkuaXNBcnJheShpKSA/IGkgOiBbXTtcclxuICAgIHRoaXMuZm9ybUNvbnRyb2wuc2V0VmFsdWUoZGF0YS5tYXAoKGopID0+IHtcclxuICAgICAgaWYgKGouaWQpXHJcbiAgICAgICAgcmV0dXJuIHtcclxuICAgICAgICAgIGlkOiBqLmlkLFxyXG4gICAgICAgICAgbmFtZTogai5uYW1lLFxyXG4gICAgICAgICAgdHlwZTogai50eXBlLFxyXG4gICAgICAgICAgc2l6ZTogai5zaXplXHJcbiAgICAgICAgfTtcclxuICAgICAgZWxzZVxyXG4gICAgICAgIHJldHVybiBqO1xyXG4gICAgfSkpO1xyXG4gIH1cclxufSIsIjxjbWF0LXVwbG9hZC1xdWV1ZSBbdGFiaW5kZXhdPVwicHJvcHMudGFiaW5kZXhcIiBbZmlsZUFsaWFzXT1cInByb3BzLmZpbGVBbGlhc1wiXHJcbiAgICBbZmlsZVBhdGhdPVwicHJvcHMuZmlsZVBhdGhcIiBbcmVxdWlyZWRdPVwicmVxdWlyZWRcIiBbZmlsZUNhdGVnb3J5XT1cInByb3BzLmZpbGVDYXRlZ29yeVwiIFttdWx0aXBsZV09XCJwcm9wcy5tdWx0aXBsZVwiXHJcbiAgICBbYWNjZXB0XT1cInByb3BzLmFjY2VwdFwiIFt0aXRsZV09XCJwcm9wcy5sYWJlbD8/J+mZhOS7tidcIiBbZWRpdE1vZGVdPVwicHJvcHMuZWRpdE1vZGUmJiFkaXNhYmxlZFwiIFtmaWxlc0RhdGFdPVwiZm9ybUNvbnRyb2wudmFsdWVcIlxyXG4gICAgW2F1dG9VcGxvYWRdPVwicHJvcHMuYXV0b1VwbG9hZFwiIChvdXRwdXRVcGxvYWRJZEV2ZW50KT1cInVwbG9hZCgkZXZlbnQpXCIgKG91dHB1dFJlbW92ZUlkRXZlbnQpPVwicmVtb3ZlKCRldmVudClcIiAob3V0cHV0RmlsZXNEYXRhRXZlbnQpPVwidXBkYXRlRGF0YSgkZXZlbnQpXCI+XHJcbjwvY21hdC11cGxvYWQtcXVldWU+Il19
@@ -13,8 +13,8 @@ export class CmatAddonsWrapperComponent extends FieldWrapper {
13
13
  this.props.suffix = this.matSuffix;
14
14
  }
15
15
  }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatAddonsWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.1", type: CmatAddonsWrapperComponent, isStandalone: true, selector: "cmat-addons-wrapper", viewQueries: [{ propertyName: "matPrefix", first: true, predicate: ["matPrefix"], descendants: true, static: true }, { propertyName: "matSuffix", first: true, predicate: ["matSuffix"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatAddonsWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.9", type: CmatAddonsWrapperComponent, isStandalone: true, selector: "cmat-addons-wrapper", viewQueries: [{ propertyName: "matPrefix", first: true, predicate: ["matPrefix"], descendants: true, static: true }, { propertyName: "matSuffix", first: true, predicate: ["matSuffix"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
18
18
  <ng-template #matPrefix>
19
19
  @if(props.addonLeft){
20
20
  <span>
@@ -45,7 +45,7 @@ export class CmatAddonsWrapperComponent extends FieldWrapper {
45
45
  </ng-template>
46
46
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: FormlyMaterialModule }] }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatAddonsWrapperComponent, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatAddonsWrapperComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{
51
51
  selector: 'cmat-addons-wrapper',
@@ -4,10 +4,10 @@ import { FieldWrapper } from '@ngx-formly/core';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/material/card";
6
6
  export class CmatCardWrapperComponent extends FieldWrapper {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatCardWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
8
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.1", type: CmatCardWrapperComponent, isStandalone: true, selector: "cmat-card-wrapper", usesInheritance: true, ngImport: i0, template: "<mat-card class=\"dark:bg-white dark:bg-opacity-5\">\r\n @if(props.label){\r\n <mat-card-title class=\"p-4\">{{ props.label }}</mat-card-title>\r\n }\r\n \r\n <mat-card-content>\r\n <ng-container #fieldComponent></ng-container>\r\n </mat-card-content> \r\n</mat-card>", dependencies: [{ kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i1.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i1.MatCardContent, selector: "mat-card-content" }, { kind: "directive", type: i1.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatCardWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
8
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.9", type: CmatCardWrapperComponent, isStandalone: true, selector: "cmat-card-wrapper", usesInheritance: true, ngImport: i0, template: "<mat-card class=\"dark:bg-white dark:bg-opacity-5\">\r\n @if(props.label){\r\n <mat-card-title class=\"p-4\">{{ props.label }}</mat-card-title>\r\n }\r\n \r\n <mat-card-content>\r\n <ng-container #fieldComponent></ng-container>\r\n </mat-card-content> \r\n</mat-card>", dependencies: [{ kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i1.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i1.MatCardContent, selector: "mat-card-content" }, { kind: "directive", type: i1.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatCardWrapperComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatCardWrapperComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'cmat-card-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [MatCardModule], template: "<mat-card class=\"dark:bg-white dark:bg-opacity-5\">\r\n @if(props.label){\r\n <mat-card-title class=\"p-4\">{{ props.label }}</mat-card-title>\r\n }\r\n \r\n <mat-card-content>\r\n <ng-container #fieldComponent></ng-container>\r\n </mat-card-content> \r\n</mat-card>" }]
13
13
  }] });
@@ -4,10 +4,10 @@ import { FieldWrapper } from '@ngx-formly/core';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/material/expansion";
6
6
  export class CmatExpansionWrapperComponent extends FieldWrapper {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatExpansionWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
8
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: CmatExpansionWrapperComponent, isStandalone: true, selector: "cmat-expansion-wrapper", usesInheritance: true, ngImport: i0, template: "<mat-expansion-panel [expanded]=\"true\">\r\n <mat-expansion-panel-header>\r\n <mat-panel-title>\r\n {{ to.label }}\r\n </mat-panel-title>\r\n <mat-panel-description>\r\n {{ to.description }}\r\n </mat-panel-description>\r\n </mat-expansion-panel-header>\r\n <ng-template #fieldComponent matExpansionPanelContent></ng-template>\r\n</mat-expansion-panel>", dependencies: [{ kind: "ngmodule", type: MatExpansionModule }, { kind: "component", type: i1.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["hideToggle", "togglePosition"], outputs: ["afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i1.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["expandedHeight", "collapsedHeight", "tabIndex"] }, { kind: "directive", type: i1.MatExpansionPanelTitle, selector: "mat-panel-title" }, { kind: "directive", type: i1.MatExpansionPanelDescription, selector: "mat-panel-description" }, { kind: "directive", type: i1.MatExpansionPanelContent, selector: "ng-template[matExpansionPanelContent]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatExpansionWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
8
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: CmatExpansionWrapperComponent, isStandalone: true, selector: "cmat-expansion-wrapper", usesInheritance: true, ngImport: i0, template: "<mat-expansion-panel [expanded]=\"true\">\r\n <mat-expansion-panel-header>\r\n <mat-panel-title>\r\n {{ to.label }}\r\n </mat-panel-title>\r\n <mat-panel-description>\r\n {{ to.description }}\r\n </mat-panel-description>\r\n </mat-expansion-panel-header>\r\n <ng-template #fieldComponent matExpansionPanelContent></ng-template>\r\n</mat-expansion-panel>", dependencies: [{ kind: "ngmodule", type: MatExpansionModule }, { kind: "component", type: i1.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["hideToggle", "togglePosition"], outputs: ["afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i1.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["expandedHeight", "collapsedHeight", "tabIndex"] }, { kind: "directive", type: i1.MatExpansionPanelTitle, selector: "mat-panel-title" }, { kind: "directive", type: i1.MatExpansionPanelDescription, selector: "mat-panel-description" }, { kind: "directive", type: i1.MatExpansionPanelContent, selector: "ng-template[matExpansionPanelContent]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatExpansionWrapperComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatExpansionWrapperComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'cmat-expansion-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [MatExpansionModule], template: "<mat-expansion-panel [expanded]=\"true\">\r\n <mat-expansion-panel-header>\r\n <mat-panel-title>\r\n {{ to.label }}\r\n </mat-panel-title>\r\n <mat-panel-description>\r\n {{ to.description }}\r\n </mat-panel-description>\r\n </mat-expansion-panel-header>\r\n <ng-template #fieldComponent matExpansionPanelContent></ng-template>\r\n</mat-expansion-panel>" }]
13
13
  }] });
@@ -0,0 +1,47 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { ChangeDetectionStrategy, Component, ViewChild, ViewEncapsulation } from '@angular/core';
3
+ import { ReactiveFormsModule } from '@angular/forms';
4
+ import { MatFormField, MatFormFieldModule } from '@angular/material/form-field';
5
+ import { FieldWrapper, FormlyModule, ɵdefineHiddenProp as defineHiddenProp } from '@ngx-formly/core';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "@angular/cdk/a11y";
8
+ import * as i2 from "@angular/material/form-field";
9
+ import * as i3 from "@angular/common";
10
+ import * as i4 from "@ngx-formly/core";
11
+ export class CmatFormFieldWrapperComponent extends FieldWrapper {
12
+ constructor(renderer, elementRef, focusMonitor) {
13
+ super();
14
+ this.renderer = renderer;
15
+ this.elementRef = elementRef;
16
+ this.focusMonitor = focusMonitor;
17
+ }
18
+ ngOnInit() {
19
+ defineHiddenProp(this.field, '_formField', this.formField);
20
+ this.focusMonitor.monitor(this.elementRef, true).subscribe((origin) => {
21
+ if (!origin && this.field.focus) {
22
+ this.field.focus = false;
23
+ }
24
+ });
25
+ }
26
+ ngAfterViewInit() {
27
+ // temporary fix for https://github.com/angular/material2/issues/7891
28
+ if (this.formField.appearance !== 'outline' && this.props.hideFieldUnderline === true) {
29
+ const underlineElement = this.formField._elementRef.nativeElement.querySelector('.mat-form-field-underline');
30
+ underlineElement && this.renderer.removeChild(underlineElement.parentNode, underlineElement);
31
+ }
32
+ }
33
+ ngOnDestroy() {
34
+ delete this.field._formField;
35
+ this.focusMonitor.stopMonitoring(this.elementRef);
36
+ }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatFormFieldWrapperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.FocusMonitor }], target: i0.ɵɵFactoryTarget.Component }); }
38
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.9", type: CmatFormFieldWrapperComponent, isStandalone: true, selector: "cmat-form-field-wrapper", viewQueries: [{ propertyName: "formField", first: true, predicate: MatFormField, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<mat-form-field [hideRequiredMarker]=\"true\" [floatLabel]=\"$any(props.floatLabel)\" [appearance]=\"$any(props.appearance)\"\r\n [subscriptSizing]=\"$any(props.subscriptSizing)\" [color]=\"props.color ?? 'primary'\">\r\n <ng-container #fieldComponent></ng-container>\r\n @if(props.label && props.hideLabel !== true){\r\n <mat-label>\r\n {{ props.label }}\r\n @if(props.required && props.hideRequiredMarker !== true){\r\n <span aria-hidden=\"true\" class=\"mat-form-field-required-marker mat-mdc-form-field-required-marker\">*</span>\r\n }\r\n </mat-label>\r\n }\r\n\r\n @if(props.textPrefix){\r\n <ng-container matTextPrefix>\r\n <ng-container [ngTemplateOutlet]=\"props.textPrefix\" [ngTemplateOutletContext]=\"{ field: field }\"></ng-container>\r\n </ng-container>\r\n }\r\n\r\n @if(props.prefix){\r\n <ng-container matPrefix>\r\n <ng-container [ngTemplateOutlet]=\"props.prefix\" [ngTemplateOutletContext]=\"{ field: field }\"></ng-container>\r\n </ng-container>\r\n }\r\n\r\n @if(props.textSuffix){\r\n <ng-container matTextSuffix>\r\n <ng-container [ngTemplateOutlet]=\"props.textSuffix\" [ngTemplateOutletContext]=\"{ field: field }\"></ng-container>\r\n </ng-container>\r\n }\r\n\r\n @if(props.suffix){\r\n <ng-container matSuffix>\r\n <ng-container [ngTemplateOutlet]=\"props.suffix\" [ngTemplateOutletContext]=\"{ field: field }\"></ng-container>\r\n </ng-container>\r\n }\r\n\r\n @if(props.showValidationMessage){\r\n <mat-error>\r\n <formly-validation-message [field]=\"field\"></formly-validation-message>\r\n </mat-error>\r\n }\r\n\r\n @if(props.description || props.hintStart){\r\n <mat-hint>\r\n <ng-container [ngTemplateOutlet]=\"stringOrTemplate\" [ngTemplateOutletContext]=\"{ content: props.description || props.hintStart }\">\r\n </ng-container>\r\n </mat-hint>\r\n }\r\n\r\n @if(props.hintEnd){\r\n <mat-hint align=\"end\">\r\n <ng-container [ngTemplateOutlet]=\"stringOrTemplate\" [ngTemplateOutletContext]=\"{ content: props.hintEnd }\">\r\n </ng-container>\r\n </mat-hint>\r\n }\r\n</mat-form-field>\r\n\r\n<ng-template #stringOrTemplate let-content=\"content\">\r\n @if(!content.createEmbeddedView){\r\n <ng-container>{{ content }}</ng-container>\r\n }@else {\r\n <ng-container [ngTemplateOutlet]=\"content\" [ngTemplateOutletContext]=\"{ field: field }\"></ng-container>\r\n }\r\n</ng-template>", styles: ["cmat-form-field-wrapper .mat-mdc-form-field,cmat-form-field-wrapper .mat-form-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i2.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i2.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "directive", type: i2.MatPrefix, selector: "[matPrefix], [matIconPrefix], [matTextPrefix]", inputs: ["matTextPrefix"] }, { kind: "directive", type: i2.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i4.ɵFormlyValidationMessage, selector: "formly-validation-message", inputs: ["field"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
39
+ }
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatFormFieldWrapperComponent, decorators: [{
41
+ type: Component,
42
+ args: [{ selector: 'cmat-form-field-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, imports: [MatFormFieldModule, ReactiveFormsModule, CommonModule, FormlyModule], template: "<mat-form-field [hideRequiredMarker]=\"true\" [floatLabel]=\"$any(props.floatLabel)\" [appearance]=\"$any(props.appearance)\"\r\n [subscriptSizing]=\"$any(props.subscriptSizing)\" [color]=\"props.color ?? 'primary'\">\r\n <ng-container #fieldComponent></ng-container>\r\n @if(props.label && props.hideLabel !== true){\r\n <mat-label>\r\n {{ props.label }}\r\n @if(props.required && props.hideRequiredMarker !== true){\r\n <span aria-hidden=\"true\" class=\"mat-form-field-required-marker mat-mdc-form-field-required-marker\">*</span>\r\n }\r\n </mat-label>\r\n }\r\n\r\n @if(props.textPrefix){\r\n <ng-container matTextPrefix>\r\n <ng-container [ngTemplateOutlet]=\"props.textPrefix\" [ngTemplateOutletContext]=\"{ field: field }\"></ng-container>\r\n </ng-container>\r\n }\r\n\r\n @if(props.prefix){\r\n <ng-container matPrefix>\r\n <ng-container [ngTemplateOutlet]=\"props.prefix\" [ngTemplateOutletContext]=\"{ field: field }\"></ng-container>\r\n </ng-container>\r\n }\r\n\r\n @if(props.textSuffix){\r\n <ng-container matTextSuffix>\r\n <ng-container [ngTemplateOutlet]=\"props.textSuffix\" [ngTemplateOutletContext]=\"{ field: field }\"></ng-container>\r\n </ng-container>\r\n }\r\n\r\n @if(props.suffix){\r\n <ng-container matSuffix>\r\n <ng-container [ngTemplateOutlet]=\"props.suffix\" [ngTemplateOutletContext]=\"{ field: field }\"></ng-container>\r\n </ng-container>\r\n }\r\n\r\n @if(props.showValidationMessage){\r\n <mat-error>\r\n <formly-validation-message [field]=\"field\"></formly-validation-message>\r\n </mat-error>\r\n }\r\n\r\n @if(props.description || props.hintStart){\r\n <mat-hint>\r\n <ng-container [ngTemplateOutlet]=\"stringOrTemplate\" [ngTemplateOutletContext]=\"{ content: props.description || props.hintStart }\">\r\n </ng-container>\r\n </mat-hint>\r\n }\r\n\r\n @if(props.hintEnd){\r\n <mat-hint align=\"end\">\r\n <ng-container [ngTemplateOutlet]=\"stringOrTemplate\" [ngTemplateOutletContext]=\"{ content: props.hintEnd }\">\r\n </ng-container>\r\n </mat-hint>\r\n }\r\n</mat-form-field>\r\n\r\n<ng-template #stringOrTemplate let-content=\"content\">\r\n @if(!content.createEmbeddedView){\r\n <ng-container>{{ content }}</ng-container>\r\n }@else {\r\n <ng-container [ngTemplateOutlet]=\"content\" [ngTemplateOutletContext]=\"{ field: field }\"></ng-container>\r\n }\r\n</ng-template>", styles: ["cmat-form-field-wrapper .mat-mdc-form-field,cmat-form-field-wrapper .mat-form-field{width:100%}\n"] }]
43
+ }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.FocusMonitor }], propDecorators: { formField: [{
44
+ type: ViewChild,
45
+ args: [MatFormField, { static: true }]
46
+ }] } });
47
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jbWF0L2NvbXBvbmVudHMvY3VzdG9tLWZvcm1seS93cmFwcGVycy9mb3JtLWZpZWxkL2Zvcm0tZmllbGQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY21hdC9jb21wb25lbnRzL2N1c3RvbS1mb3JtbHkvd3JhcHBlcnMvZm9ybS1maWVsZC9mb3JtLWZpZWxkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQWlCLHVCQUF1QixFQUFFLFNBQVMsRUFBNEMsU0FBUyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFKLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxZQUFZLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNoRixPQUFPLEVBQUUsWUFBWSxFQUFxQixZQUFZLEVBQUMsaUJBQWlCLElBQUksZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7Ozs7O0FBb0J2SCxNQUFNLE9BQU8sNkJBQThCLFNBQVEsWUFBa0M7SUFJakYsWUFBb0IsUUFBbUIsRUFBVSxVQUFzQixFQUFVLFlBQTBCO1FBQ3ZHLEtBQUssRUFBRSxDQUFDO1FBRFEsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUFVLGVBQVUsR0FBVixVQUFVLENBQVk7UUFBVSxpQkFBWSxHQUFaLFlBQVksQ0FBYztJQUUzRyxDQUFDO0lBRUQsUUFBUTtRQUNKLGdCQUFnQixDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsWUFBWSxFQUFFLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUMzRCxJQUFJLENBQUMsWUFBWSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLElBQUksQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLE1BQU0sRUFBRSxFQUFFO1lBQ2xFLElBQUksQ0FBQyxNQUFNLElBQUksSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLEVBQUUsQ0FBQztnQkFDOUIsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO1lBQzdCLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxlQUFlO1FBQ1gscUVBQXFFO1FBQ3JFLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxVQUFVLEtBQUssU0FBUyxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsa0JBQWtCLEtBQUssSUFBSSxFQUFFLENBQUM7WUFDcEYsTUFBTSxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsYUFBYSxDQUFDLDJCQUEyQixDQUFDLENBQUM7WUFDN0csZ0JBQWdCLElBQUksSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsZ0JBQWdCLENBQUMsVUFBVSxFQUFFLGdCQUFnQixDQUFDLENBQUM7UUFDakcsQ0FBQztJQUNMLENBQUM7SUFFRCxXQUFXO1FBQ1AsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQztRQUM3QixJQUFJLENBQUMsWUFBWSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDdEQsQ0FBQzs4R0E1QlEsNkJBQTZCO2tHQUE3Qiw2QkFBNkIsOEhBRTNCLFlBQVkscUZDM0IzQixtK0VBK0RjLDBKRHhDQSxrQkFBa0IsaXVCQUFFLG1CQUFtQiw4QkFBRSxZQUFZLHFNQUFDLFlBQVk7OzJGQUVuRSw2QkFBNkI7a0JBVHpDLFNBQVM7K0JBQ0kseUJBQXlCLG1CQUVsQix1QkFBdUIsQ0FBQyxNQUFNLGlCQUVoQyxpQkFBaUIsQ0FBQyxJQUFJLGNBQ3pCLElBQUksV0FDUCxDQUFDLGtCQUFrQixFQUFFLG1CQUFtQixFQUFFLFlBQVksRUFBQyxZQUFZLENBQUM7a0lBSWxDLFNBQVM7c0JBQW5ELFNBQVM7dUJBQUMsWUFBWSxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZvY3VzTW9uaXRvciB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9hMTF5JztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRWxlbWVudFJlZiwgT25EZXN0cm95LCBPbkluaXQsIFJlbmRlcmVyMiwgVmlld0NoaWxkLCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBNYXRGb3JtRmllbGQsIE1hdEZvcm1GaWVsZE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xyXG5pbXBvcnQgeyBGaWVsZFdyYXBwZXIsIEZvcm1seUZpZWxkQ29uZmlnLCBGb3JtbHlNb2R1bGUsybVkZWZpbmVIaWRkZW5Qcm9wIGFzIGRlZmluZUhpZGRlblByb3AgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcclxuaW1wb3J0IHsgRm9ybWx5RmllbGRQcm9wcywgRm9ybWx5V3JhcHBlckZvcm1GaWVsZCB9IGZyb20gJ0BuZ3gtZm9ybWx5L21hdGVyaWFsL2Zvcm0tZmllbGQvZm9ybS1maWVsZC53cmFwcGVyJztcclxuXHJcbmludGVyZmFjZSBNYXRGb3JtbHlGaWVsZENvbmZpZyBleHRlbmRzIEZvcm1seUZpZWxkQ29uZmlnPEN1c3RvbUZvcm1GaWVsZFByb3BzPiB7XHJcbiAgICBfZm9ybUZpZWxkPzogRm9ybWx5V3JhcHBlckZvcm1GaWVsZDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBDdXN0b21Gb3JtRmllbGRQcm9wcyBleHRlbmRzIEZvcm1seUZpZWxkUHJvcHMge1xyXG4gICAgc2hvd1ZhbGlkYXRpb25NZXNzYWdlPzogYm9vbGVhbjtcclxufVxyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2NtYXQtZm9ybS1maWVsZC13cmFwcGVyJyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9mb3JtLWZpZWxkLmNvbXBvbmVudC5odG1sJyxcclxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gICAgc3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC53cmFwcGVyLnNjc3MnXSxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gICAgaW1wb3J0czogW01hdEZvcm1GaWVsZE1vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSwgQ29tbW9uTW9kdWxlLEZvcm1seU1vZHVsZV1cclxufSlcclxuZXhwb3J0IGNsYXNzIENtYXRGb3JtRmllbGRXcmFwcGVyQ29tcG9uZW50IGV4dGVuZHMgRmllbGRXcmFwcGVyPE1hdEZvcm1seUZpZWxkQ29uZmlnPlxyXG4gICAgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSwgQWZ0ZXJWaWV3SW5pdCB7XHJcbiAgICBAVmlld0NoaWxkKE1hdEZvcm1GaWVsZCwgeyBzdGF0aWM6IHRydWUgfSkgZm9ybUZpZWxkITogTWF0Rm9ybUZpZWxkO1xyXG5cclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmLCBwcml2YXRlIGZvY3VzTW9uaXRvcjogRm9jdXNNb25pdG9yKSB7XHJcbiAgICAgICAgc3VwZXIoKTtcclxuICAgIH1cclxuXHJcbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgICAgICBkZWZpbmVIaWRkZW5Qcm9wKHRoaXMuZmllbGQsICdfZm9ybUZpZWxkJywgdGhpcy5mb3JtRmllbGQpO1xyXG4gICAgICAgIHRoaXMuZm9jdXNNb25pdG9yLm1vbml0b3IodGhpcy5lbGVtZW50UmVmLCB0cnVlKS5zdWJzY3JpYmUoKG9yaWdpbikgPT4ge1xyXG4gICAgICAgICAgICBpZiAoIW9yaWdpbiAmJiB0aGlzLmZpZWxkLmZvY3VzKSB7XHJcbiAgICAgICAgICAgICAgICB0aGlzLmZpZWxkLmZvY3VzID0gZmFsc2U7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9KTtcclxuICAgIH1cclxuXHJcbiAgICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XHJcbiAgICAgICAgLy8gdGVtcG9yYXJ5IGZpeCBmb3IgaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXIvbWF0ZXJpYWwyL2lzc3Vlcy83ODkxXHJcbiAgICAgICAgaWYgKHRoaXMuZm9ybUZpZWxkLmFwcGVhcmFuY2UgIT09ICdvdXRsaW5lJyAmJiB0aGlzLnByb3BzLmhpZGVGaWVsZFVuZGVybGluZSA9PT0gdHJ1ZSkge1xyXG4gICAgICAgICAgICBjb25zdCB1bmRlcmxpbmVFbGVtZW50ID0gdGhpcy5mb3JtRmllbGQuX2VsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5xdWVyeVNlbGVjdG9yKCcubWF0LWZvcm0tZmllbGQtdW5kZXJsaW5lJyk7XHJcbiAgICAgICAgICAgIHVuZGVybGluZUVsZW1lbnQgJiYgdGhpcy5yZW5kZXJlci5yZW1vdmVDaGlsZCh1bmRlcmxpbmVFbGVtZW50LnBhcmVudE5vZGUsIHVuZGVybGluZUVsZW1lbnQpO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuXHJcbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcclxuICAgICAgICBkZWxldGUgdGhpcy5maWVsZC5fZm9ybUZpZWxkO1xyXG4gICAgICAgIHRoaXMuZm9jdXNNb25pdG9yLnN0b3BNb25pdG9yaW5nKHRoaXMuZWxlbWVudFJlZik7XHJcbiAgICB9XHJcbn1cclxuXHJcbiIsIjxtYXQtZm9ybS1maWVsZCBbaGlkZVJlcXVpcmVkTWFya2VyXT1cInRydWVcIiBbZmxvYXRMYWJlbF09XCIkYW55KHByb3BzLmZsb2F0TGFiZWwpXCIgW2FwcGVhcmFuY2VdPVwiJGFueShwcm9wcy5hcHBlYXJhbmNlKVwiXHJcbiAgICBbc3Vic2NyaXB0U2l6aW5nXT1cIiRhbnkocHJvcHMuc3Vic2NyaXB0U2l6aW5nKVwiIFtjb2xvcl09XCJwcm9wcy5jb2xvciA/PyAncHJpbWFyeSdcIj5cclxuICAgIDxuZy1jb250YWluZXIgI2ZpZWxkQ29tcG9uZW50PjwvbmctY29udGFpbmVyPlxyXG4gICAgQGlmKHByb3BzLmxhYmVsICYmIHByb3BzLmhpZGVMYWJlbCAhPT0gdHJ1ZSl7XHJcbiAgICA8bWF0LWxhYmVsPlxyXG4gICAgICAgIHt7IHByb3BzLmxhYmVsIH19XHJcbiAgICAgICAgQGlmKHByb3BzLnJlcXVpcmVkICYmIHByb3BzLmhpZGVSZXF1aXJlZE1hcmtlciAhPT0gdHJ1ZSl7XHJcbiAgICAgICAgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3M9XCJtYXQtZm9ybS1maWVsZC1yZXF1aXJlZC1tYXJrZXIgbWF0LW1kYy1mb3JtLWZpZWxkLXJlcXVpcmVkLW1hcmtlclwiPio8L3NwYW4+XHJcbiAgICAgICAgfVxyXG4gICAgPC9tYXQtbGFiZWw+XHJcbiAgICB9XHJcblxyXG4gICAgQGlmKHByb3BzLnRleHRQcmVmaXgpe1xyXG4gICAgPG5nLWNvbnRhaW5lciBtYXRUZXh0UHJlZml4PlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwicHJvcHMudGV4dFByZWZpeFwiIFtuZ1RlbXBsYXRlT3V0bGV0Q29udGV4dF09XCJ7IGZpZWxkOiBmaWVsZCB9XCI+PC9uZy1jb250YWluZXI+XHJcbiAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgIH1cclxuXHJcbiAgICBAaWYocHJvcHMucHJlZml4KXtcclxuICAgIDxuZy1jb250YWluZXIgbWF0UHJlZml4PlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwicHJvcHMucHJlZml4XCIgW25nVGVtcGxhdGVPdXRsZXRDb250ZXh0XT1cInsgZmllbGQ6IGZpZWxkIH1cIj48L25nLWNvbnRhaW5lcj5cclxuICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgfVxyXG5cclxuICAgIEBpZihwcm9wcy50ZXh0U3VmZml4KXtcclxuICAgIDxuZy1jb250YWluZXIgbWF0VGV4dFN1ZmZpeD5cclxuICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cInByb3BzLnRleHRTdWZmaXhcIiBbbmdUZW1wbGF0ZU91dGxldENvbnRleHRdPVwieyBmaWVsZDogZmllbGQgfVwiPjwvbmctY29udGFpbmVyPlxyXG4gICAgPC9uZy1jb250YWluZXI+XHJcbiAgICB9XHJcblxyXG4gICAgQGlmKHByb3BzLnN1ZmZpeCl7XHJcbiAgICA8bmctY29udGFpbmVyIG1hdFN1ZmZpeD5cclxuICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cInByb3BzLnN1ZmZpeFwiIFtuZ1RlbXBsYXRlT3V0bGV0Q29udGV4dF09XCJ7IGZpZWxkOiBmaWVsZCB9XCI+PC9uZy1jb250YWluZXI+XHJcbiAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgIH1cclxuXHJcbiAgICBAaWYocHJvcHMuc2hvd1ZhbGlkYXRpb25NZXNzYWdlKXtcclxuICAgIDxtYXQtZXJyb3I+XHJcbiAgICAgICAgPGZvcm1seS12YWxpZGF0aW9uLW1lc3NhZ2UgW2ZpZWxkXT1cImZpZWxkXCI+PC9mb3JtbHktdmFsaWRhdGlvbi1tZXNzYWdlPlxyXG4gICAgPC9tYXQtZXJyb3I+XHJcbiAgICB9XHJcblxyXG4gICAgQGlmKHByb3BzLmRlc2NyaXB0aW9uIHx8IHByb3BzLmhpbnRTdGFydCl7XHJcbiAgICA8bWF0LWhpbnQ+XHJcbiAgICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJzdHJpbmdPclRlbXBsYXRlXCIgW25nVGVtcGxhdGVPdXRsZXRDb250ZXh0XT1cInsgY29udGVudDogcHJvcHMuZGVzY3JpcHRpb24gfHwgcHJvcHMuaGludFN0YXJ0IH1cIj5cclxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgIDwvbWF0LWhpbnQ+XHJcbiAgICB9XHJcblxyXG4gICAgQGlmKHByb3BzLmhpbnRFbmQpe1xyXG4gICAgPG1hdC1oaW50IGFsaWduPVwiZW5kXCI+XHJcbiAgICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJzdHJpbmdPclRlbXBsYXRlXCIgW25nVGVtcGxhdGVPdXRsZXRDb250ZXh0XT1cInsgY29udGVudDogcHJvcHMuaGludEVuZCB9XCI+XHJcbiAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICA8L21hdC1oaW50PlxyXG4gICAgfVxyXG48L21hdC1mb3JtLWZpZWxkPlxyXG5cclxuPG5nLXRlbXBsYXRlICNzdHJpbmdPclRlbXBsYXRlIGxldC1jb250ZW50PVwiY29udGVudFwiPlxyXG4gICAgQGlmKCFjb250ZW50LmNyZWF0ZUVtYmVkZGVkVmlldyl7XHJcbiAgICA8bmctY29udGFpbmVyPnt7IGNvbnRlbnQgfX08L25nLWNvbnRhaW5lcj5cclxuICAgIH1AZWxzZSB7XHJcbiAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImNvbnRlbnRcIiBbbmdUZW1wbGF0ZU91dGxldENvbnRleHRdPVwieyBmaWVsZDogZmllbGQgfVwiPjwvbmctY29udGFpbmVyPlxyXG4gICAgfVxyXG48L25nLXRlbXBsYXRlPiJdfQ==
@@ -2,10 +2,10 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
2
2
  import { FieldWrapper } from '@ngx-formly/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export class CmatPanelWrapperComponent extends FieldWrapper {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatPanelWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: CmatPanelWrapperComponent, isStandalone: true, selector: "cmat-panel-wrapper", usesInheritance: true, ngImport: i0, template: "<h3 class=\"px-2\">{{ to.label }}</h3>\r\n<div>\r\n <ng-container #fieldComponent></ng-container>\r\n</div>", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatPanelWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: CmatPanelWrapperComponent, isStandalone: true, selector: "cmat-panel-wrapper", usesInheritance: true, ngImport: i0, template: "<h3 class=\"px-2\">{{ to.label }}</h3>\r\n<div>\r\n <ng-container #fieldComponent></ng-container>\r\n</div>", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CmatPanelWrapperComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: CmatPanelWrapperComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ selector: 'cmat-panel-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [], template: "<h3 class=\"px-2\">{{ to.label }}</h3>\r\n<div>\r\n <ng-container #fieldComponent></ng-container>\r\n</div>" }]
11
11
  }] });