cmat 0.0.28 → 0.0.29

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 (452) hide show
  1. package/animations/index.d.ts +5 -5
  2. package/components/adapter/index.d.ts +188 -5
  3. package/components/breadcrumb/index.d.ts +245 -3
  4. package/components/card/index.d.ts +20 -5
  5. package/components/carousel/index.d.ts +177 -5
  6. package/components/cascade/index.d.ts +102 -5
  7. package/components/chip-input/index.d.ts +65 -5
  8. package/components/custom-formly/index.d.ts +677 -5
  9. package/components/date-range/index.d.ts +140 -5
  10. package/components/drawer/index.d.ts +105 -5
  11. package/components/fullscreen/index.d.ts +14 -5
  12. package/components/highlight/index.d.ts +30 -5
  13. package/components/image-viewer/index.d.ts +79 -5
  14. package/components/json-editor/index.d.ts +28 -5
  15. package/components/knob-input/index.d.ts +98 -5
  16. package/components/masonry/index.d.ts +16 -5
  17. package/components/material-color-picker/index.d.ts +46 -5
  18. package/components/material-datetimepicker/index.d.ts +756 -3
  19. package/components/navigation/index.d.ts +320 -5
  20. package/components/opt-input/index.d.ts +87 -5
  21. package/components/org-chart/index.d.ts +38 -5
  22. package/components/pagination/index.d.ts +122 -5
  23. package/components/password-strength/index.d.ts +92 -5
  24. package/components/popover/index.d.ts +292 -3
  25. package/components/progress-bar/index.d.ts +21 -5
  26. package/components/rating/index.d.ts +61 -5
  27. package/components/select-search/index.d.ts +109 -5
  28. package/components/select-table/index.d.ts +120 -5
  29. package/components/select-tree/index.d.ts +119 -5
  30. package/components/speed-dial/index.d.ts +67 -5
  31. package/components/timeline/index.d.ts +57 -5
  32. package/components/toast/index.d.ts +86 -5
  33. package/components/transfer-picker/index.d.ts +189 -3
  34. package/components/treetable/index.d.ts +44 -5
  35. package/components/upload/index.d.ts +115 -5
  36. package/components/x6-angular-shape/index.d.ts +43 -5
  37. package/directives/animate-on-scroll/index.d.ts +45 -5
  38. package/directives/arrow-cursor/index.d.ts +34 -5
  39. package/directives/autofocus/index.d.ts +11 -5
  40. package/directives/data-exporter/index.d.ts +54 -5
  41. package/directives/debounce/index.d.ts +32 -5
  42. package/directives/digit-only/index.d.ts +54 -5
  43. package/directives/equal-validator/index.d.ts +15 -5
  44. package/fesm2022/cmat-components-adapter.mjs +9 -9
  45. package/fesm2022/cmat-components-breadcrumb.mjs +9 -9
  46. package/fesm2022/cmat-components-card.mjs +3 -3
  47. package/fesm2022/cmat-components-carousel.mjs +21 -23
  48. package/fesm2022/cmat-components-carousel.mjs.map +1 -1
  49. package/fesm2022/cmat-components-cascade.mjs +9 -9
  50. package/fesm2022/cmat-components-cascade.mjs.map +1 -1
  51. package/fesm2022/cmat-components-chip-input.mjs +4 -4
  52. package/fesm2022/cmat-components-chip-input.mjs.map +1 -1
  53. package/fesm2022/cmat-components-custom-formly.mjs +96 -96
  54. package/fesm2022/cmat-components-custom-formly.mjs.map +1 -1
  55. package/fesm2022/cmat-components-date-range.mjs +5 -5
  56. package/fesm2022/cmat-components-date-range.mjs.map +1 -1
  57. package/fesm2022/cmat-components-drawer.mjs +6 -6
  58. package/fesm2022/cmat-components-fullscreen.mjs +5 -5
  59. package/fesm2022/cmat-components-fullscreen.mjs.map +1 -1
  60. package/fesm2022/cmat-components-highlight.mjs +6 -6
  61. package/fesm2022/cmat-components-image-viewer.mjs +5 -5
  62. package/fesm2022/cmat-components-image-viewer.mjs.map +1 -1
  63. package/fesm2022/cmat-components-json-editor.mjs +3 -3
  64. package/fesm2022/cmat-components-knob-input.mjs +5 -5
  65. package/fesm2022/cmat-components-knob-input.mjs.map +1 -1
  66. package/fesm2022/cmat-components-masonry.mjs +3 -3
  67. package/fesm2022/cmat-components-material-color-picker.mjs +3 -3
  68. package/fesm2022/cmat-components-material-color-picker.mjs.map +1 -1
  69. package/fesm2022/cmat-components-material-datetimepicker.mjs +45 -47
  70. package/fesm2022/cmat-components-material-datetimepicker.mjs.map +1 -1
  71. package/fesm2022/cmat-components-navigation.mjs +46 -46
  72. package/fesm2022/cmat-components-navigation.mjs.map +1 -1
  73. package/fesm2022/cmat-components-opt-input.mjs +7 -7
  74. package/fesm2022/cmat-components-opt-input.mjs.map +1 -1
  75. package/fesm2022/cmat-components-org-chart.mjs +9 -9
  76. package/fesm2022/cmat-components-org-chart.mjs.map +1 -1
  77. package/fesm2022/cmat-components-pagination.mjs +14 -18
  78. package/fesm2022/cmat-components-pagination.mjs.map +1 -1
  79. package/fesm2022/cmat-components-password-strength.mjs +15 -15
  80. package/fesm2022/cmat-components-password-strength.mjs.map +1 -1
  81. package/fesm2022/cmat-components-popover.mjs +9 -9
  82. package/fesm2022/cmat-components-progress-bar.mjs +3 -3
  83. package/fesm2022/cmat-components-rating.mjs +3 -3
  84. package/fesm2022/cmat-components-select-search.mjs +10 -10
  85. package/fesm2022/cmat-components-select-search.mjs.map +1 -1
  86. package/fesm2022/cmat-components-select-table.mjs +3 -3
  87. package/fesm2022/cmat-components-select-tree.mjs +3 -3
  88. package/fesm2022/cmat-components-select-tree.mjs.map +1 -1
  89. package/fesm2022/cmat-components-speed-dial.mjs +13 -16
  90. package/fesm2022/cmat-components-speed-dial.mjs.map +1 -1
  91. package/fesm2022/cmat-components-timeline.mjs +12 -12
  92. package/fesm2022/cmat-components-toast.mjs +9 -9
  93. package/fesm2022/cmat-components-transfer-picker.mjs +20 -20
  94. package/fesm2022/cmat-components-transfer-picker.mjs.map +1 -1
  95. package/fesm2022/cmat-components-treetable.mjs +6 -6
  96. package/fesm2022/cmat-components-treetable.mjs.map +1 -1
  97. package/fesm2022/cmat-components-upload.mjs +10 -10
  98. package/fesm2022/cmat-components-upload.mjs.map +1 -1
  99. package/fesm2022/cmat-directives-animate-on-scroll.mjs +6 -6
  100. package/fesm2022/cmat-directives-arrow-cursor.mjs +4 -5
  101. package/fesm2022/cmat-directives-arrow-cursor.mjs.map +1 -1
  102. package/fesm2022/cmat-directives-autofocus.mjs +3 -3
  103. package/fesm2022/cmat-directives-data-exporter.mjs +22 -24
  104. package/fesm2022/cmat-directives-data-exporter.mjs.map +1 -1
  105. package/fesm2022/cmat-directives-debounce.mjs +9 -9
  106. package/fesm2022/cmat-directives-digit-only.mjs +6 -6
  107. package/fesm2022/cmat-directives-equal-validator.mjs +3 -3
  108. package/fesm2022/cmat-lib-mock-api.mjs +6 -6
  109. package/fesm2022/cmat-pipes-bytes.mjs +3 -3
  110. package/fesm2022/cmat-pipes-date-format.mjs +3 -3
  111. package/fesm2022/cmat-pipes-find-by-key.mjs +3 -3
  112. package/fesm2022/cmat-pipes-group-by.mjs +3 -3
  113. package/fesm2022/cmat-pipes-keys.mjs +3 -3
  114. package/fesm2022/cmat-pipes-secure.mjs +3 -3
  115. package/fesm2022/cmat-pipes-uppercase.mjs +3 -3
  116. package/fesm2022/cmat-services-alert.mjs +7 -16
  117. package/fesm2022/cmat-services-alert.mjs.map +1 -1
  118. package/fesm2022/cmat-services-config.mjs +6 -6
  119. package/fesm2022/cmat-services-confirmation.mjs +6 -6
  120. package/fesm2022/cmat-services-confirmation.mjs.map +1 -1
  121. package/fesm2022/cmat-services-data.mjs +3 -3
  122. package/fesm2022/cmat-services-export-as.mjs +3 -3
  123. package/fesm2022/cmat-services-loading.mjs +6 -6
  124. package/fesm2022/cmat-services-local-storage.mjs +3 -3
  125. package/fesm2022/cmat-services-media-watcher.mjs +3 -3
  126. package/fesm2022/cmat-services-platform.mjs +3 -3
  127. package/fesm2022/cmat-services-splash-screen.mjs +4 -5
  128. package/fesm2022/cmat-services-splash-screen.mjs.map +1 -1
  129. package/fesm2022/cmat-services-title.mjs +3 -3
  130. package/fesm2022/cmat-services-translation.mjs +3 -3
  131. package/fesm2022/cmat-services-utils.mjs +5 -5
  132. package/fesm2022/cmat-services-utils.mjs.map +1 -1
  133. package/index.d.ts +2 -5
  134. package/lib/mock-api/index.d.ts +61 -5
  135. package/package.json +51 -51
  136. package/pipes/bytes/index.d.ts +10 -5
  137. package/pipes/date-format/index.d.ts +10 -5
  138. package/pipes/find-by-key/index.d.ts +10 -5
  139. package/pipes/group-by/index.d.ts +10 -5
  140. package/pipes/keys/index.d.ts +10 -5
  141. package/pipes/secure/index.d.ts +21 -5
  142. package/pipes/uppercase/index.d.ts +10 -5
  143. package/services/alert/index.d.ts +69 -5
  144. package/services/config/index.d.ts +30 -5
  145. package/services/confirmation/index.d.ts +44 -5
  146. package/services/data/index.d.ts +23 -5
  147. package/services/export-as/index.d.ts +55 -5
  148. package/services/loading/index.d.ts +36 -5
  149. package/services/local-storage/index.d.ts +11 -5
  150. package/services/media-watcher/index.d.ts +23 -5
  151. package/services/platform/index.d.ts +12 -5
  152. package/services/splash-screen/index.d.ts +17 -5
  153. package/services/title/index.d.ts +16 -5
  154. package/services/translation/index.d.ts +23 -5
  155. package/services/utils/index.d.ts +63 -5
  156. package/styles/themes.scss +2 -1
  157. package/validators/index.d.ts +8 -5
  158. package/version/index.d.ts +11 -5
  159. package/animations/defaults.d.ts +0 -11
  160. package/animations/dropdown.d.ts +0 -2
  161. package/animations/expand-collapse.d.ts +0 -2
  162. package/animations/fade.d.ts +0 -11
  163. package/animations/public-api.d.ts +0 -1
  164. package/animations/shake.d.ts +0 -2
  165. package/animations/slide.d.ts +0 -9
  166. package/animations/transform.d.ts +0 -2
  167. package/animations/zoom.d.ts +0 -3
  168. package/components/adapter/datetime-adapter.d.ts +0 -45
  169. package/components/adapter/datetime-formats.d.ts +0 -22
  170. package/components/adapter/dayjs-date-adapter.d.ts +0 -63
  171. package/components/adapter/dayjs-date-formats.d.ts +0 -2
  172. package/components/adapter/dayjs-datetime-adapter.d.ts +0 -22
  173. package/components/adapter/dayjs-datetime-formats.d.ts +0 -2
  174. package/components/adapter/native-datetime-adapter.d.ts +0 -31
  175. package/components/adapter/native-datetime-formats.d.ts +0 -2
  176. package/components/adapter/public-api.d.ts +0 -8
  177. package/components/breadcrumb/breadcrumb-item.directive.d.ts +0 -10
  178. package/components/breadcrumb/breadcrumb.component.d.ts +0 -55
  179. package/components/breadcrumb/breadcrumb.service.d.ts +0 -126
  180. package/components/breadcrumb/public-api.d.ts +0 -5
  181. package/components/breadcrumb/types/breadcrumb.config.d.ts +0 -33
  182. package/components/breadcrumb/types/breadcrumb.d.ts +0 -23
  183. package/components/card/card.component.d.ts +0 -15
  184. package/components/card/card.types.d.ts +0 -1
  185. package/components/card/public-api.d.ts +0 -2
  186. package/components/carousel/carousel.component.d.ts +0 -136
  187. package/components/carousel/carousel.interface.d.ts +0 -38
  188. package/components/carousel/public-api.d.ts +0 -2
  189. package/components/cascade/cascade-bottom-sheet/cascade-bottom-sheet.component.d.ts +0 -13
  190. package/components/cascade/cascade-list/cascade-list.component.d.ts +0 -79
  191. package/components/cascade/cascade-menu/cascade-menu.component.d.ts +0 -8
  192. package/components/cascade/options.interface.d.ts +0 -8
  193. package/components/cascade/public-api.d.ts +0 -3
  194. package/components/chip-input/chip-input.component.d.ts +0 -62
  195. package/components/chip-input/public-api.d.ts +0 -1
  196. package/components/custom-formly/extension/addons.extension.d.ts +0 -2
  197. package/components/custom-formly/public-api.d.ts +0 -30
  198. package/components/custom-formly/types/button/button.component.d.ts +0 -34
  199. package/components/custom-formly/types/cascade/cascade.component.d.ts +0 -39
  200. package/components/custom-formly/types/checklist/checklist.component.d.ts +0 -42
  201. package/components/custom-formly/types/chips/chips.component.d.ts +0 -28
  202. package/components/custom-formly/types/color-picker/color-picker.component.d.ts +0 -7
  203. package/components/custom-formly/types/date-range/date-range.component.d.ts +0 -21
  204. package/components/custom-formly/types/datepicker/datepicker.component.d.ts +0 -42
  205. package/components/custom-formly/types/knob/knob.component.d.ts +0 -36
  206. package/components/custom-formly/types/multicheckbox/multicheckbox.component.d.ts +0 -44
  207. package/components/custom-formly/types/number/number.component.d.ts +0 -21
  208. package/components/custom-formly/types/quill/quill.component.d.ts +0 -43
  209. package/components/custom-formly/types/radio/radio.component.d.ts +0 -44
  210. package/components/custom-formly/types/rating/rating.component.d.ts +0 -25
  211. package/components/custom-formly/types/repeat/repeat.component.d.ts +0 -16
  212. package/components/custom-formly/types/select/select.component.d.ts +0 -54
  213. package/components/custom-formly/types/select-table/select-table.component.d.ts +0 -40
  214. package/components/custom-formly/types/select-tree/select-tree.component.d.ts +0 -43
  215. package/components/custom-formly/types/stepper/horizontal/stepper.component.d.ts +0 -8
  216. package/components/custom-formly/types/stepper/stepper.type.d.ts +0 -6
  217. package/components/custom-formly/types/stepper/vertical/stepper.component.d.ts +0 -8
  218. package/components/custom-formly/types/table/table.component.d.ts +0 -43
  219. package/components/custom-formly/types/tabs/tab.component.d.ts +0 -7
  220. package/components/custom-formly/types/tags/tags.component.d.ts +0 -41
  221. package/components/custom-formly/types/textarea/textarea.component.d.ts +0 -13
  222. package/components/custom-formly/types/upload/upload.component.d.ts +0 -32
  223. package/components/custom-formly/wrappers/addons/addons.component.d.ts +0 -10
  224. package/components/custom-formly/wrappers/card/card.component.d.ts +0 -6
  225. package/components/custom-formly/wrappers/expansion/expansion.component.d.ts +0 -6
  226. package/components/custom-formly/wrappers/form-field/form-field.component.d.ts +0 -25
  227. package/components/custom-formly/wrappers/panel/panel.component.d.ts +0 -6
  228. package/components/date-range/date-range.component.d.ts +0 -137
  229. package/components/date-range/public-api.d.ts +0 -1
  230. package/components/drawer/drawer.component.d.ts +0 -75
  231. package/components/drawer/drawer.service.d.ts +0 -26
  232. package/components/drawer/drawer.types.d.ts +0 -2
  233. package/components/drawer/public-api.d.ts +0 -3
  234. package/components/fullscreen/fullscreen.component.d.ts +0 -11
  235. package/components/fullscreen/public-api.d.ts +0 -1
  236. package/components/highlight/highlight.component.d.ts +0 -21
  237. package/components/highlight/highlight.service.d.ts +0 -7
  238. package/components/highlight/public-api.d.ts +0 -2
  239. package/components/image-viewer/image-viewer.component.d.ts +0 -76
  240. package/components/image-viewer/public-api.d.ts +0 -1
  241. package/components/json-editor/json-editor.component.d.ts +0 -25
  242. package/components/json-editor/public-api.d.ts +0 -1
  243. package/components/knob-input/knob-input.component.d.ts +0 -95
  244. package/components/knob-input/public-api.d.ts +0 -1
  245. package/components/masonry/masonry.component.d.ts +0 -13
  246. package/components/masonry/public-api.d.ts +0 -1
  247. package/components/material-color-picker/base-color.d.ts +0 -2
  248. package/components/material-color-picker/material-color-picker.component.d.ts +0 -38
  249. package/components/material-color-picker/public-api.d.ts +0 -2
  250. package/components/material-color-picker/selected-color.d.ts +0 -5
  251. package/components/material-datetimepicker/calendar-body.d.ts +0 -42
  252. package/components/material-datetimepicker/calendar.d.ts +0 -145
  253. package/components/material-datetimepicker/clock.d.ts +0 -73
  254. package/components/material-datetimepicker/datetimepicker-animations.d.ts +0 -4
  255. package/components/material-datetimepicker/datetimepicker-errors.d.ts +0 -1
  256. package/components/material-datetimepicker/datetimepicker-filtertype.d.ts +0 -5
  257. package/components/material-datetimepicker/datetimepicker-input.d.ts +0 -106
  258. package/components/material-datetimepicker/datetimepicker-intl.d.ts +0 -51
  259. package/components/material-datetimepicker/datetimepicker-toggle.d.ts +0 -40
  260. package/components/material-datetimepicker/datetimepicker-types.d.ts +0 -13
  261. package/components/material-datetimepicker/datetimepicker.d.ts +0 -190
  262. package/components/material-datetimepicker/month-view.d.ts +0 -62
  263. package/components/material-datetimepicker/multi-year-view.d.ts +0 -74
  264. package/components/material-datetimepicker/public-api.d.ts +0 -10
  265. package/components/material-datetimepicker/time.d.ts +0 -129
  266. package/components/material-datetimepicker/year-view.d.ts +0 -56
  267. package/components/navigation/horizontal/components/basic/basic.component.d.ts +0 -27
  268. package/components/navigation/horizontal/components/branch/branch.component.d.ts +0 -39
  269. package/components/navigation/horizontal/components/divider/divider.component.d.ts +0 -23
  270. package/components/navigation/horizontal/components/spacer/spacer.component.d.ts +0 -23
  271. package/components/navigation/horizontal/horizontal.component.d.ts +0 -43
  272. package/components/navigation/navigation.service.d.ts +0 -71
  273. package/components/navigation/navigation.types.d.ts +0 -34
  274. package/components/navigation/public-api.d.ts +0 -4
  275. package/components/navigation/vertical/components/aside/aside.component.d.ts +0 -63
  276. package/components/navigation/vertical/components/basic/basic.component.d.ts +0 -24
  277. package/components/navigation/vertical/components/collapsable/collapsable.component.d.ts +0 -74
  278. package/components/navigation/vertical/components/divider/divider.component.d.ts +0 -26
  279. package/components/navigation/vertical/components/group/group.component.d.ts +0 -36
  280. package/components/navigation/vertical/components/spacer/spacer.component.d.ts +0 -26
  281. package/components/navigation/vertical/vertical.component.d.ts +0 -176
  282. package/components/opt-input/models/config.d.ts +0 -14
  283. package/components/opt-input/otp-input.component.d.ts +0 -70
  284. package/components/opt-input/public-api.d.ts +0 -1
  285. package/components/opt-input/utils/keyboard-util.d.ts +0 -9
  286. package/components/opt-input/utils/object-util.d.ts +0 -3
  287. package/components/org-chart/designer/chart-designer.component.d.ts +0 -17
  288. package/components/org-chart/node/chart-node.component.d.ts +0 -17
  289. package/components/org-chart/node/node.type.d.ts +0 -22
  290. package/components/org-chart/org-chart.component.d.ts +0 -12
  291. package/components/org-chart/public-api.d.ts +0 -2
  292. package/components/pagination/pagination.component.d.ts +0 -23
  293. package/components/pagination/pagination.directive.d.ts +0 -40
  294. package/components/pagination/pagination.instance.d.ts +0 -11
  295. package/components/pagination/pagination.pipe.d.ts +0 -29
  296. package/components/pagination/pagination.service.d.ts +0 -20
  297. package/components/pagination/public-api.d.ts +0 -5
  298. package/components/password-strength/animations/index.d.ts +0 -4
  299. package/components/password-strength/enum.d.ts +0 -13
  300. package/components/password-strength/mat-pass-toggle-visibility/mat-pass-toggle-visibility.component.d.ts +0 -11
  301. package/components/password-strength/mat-password-strength/mat-password-strength.component.d.ts +0 -52
  302. package/components/password-strength/mat-password-strength-info/mat-password-strength-info.component.d.ts +0 -16
  303. package/components/password-strength/mat-password-strength-validator.d.ts +0 -6
  304. package/components/password-strength/public-api.d.ts +0 -3
  305. package/components/password-strength/regexp.class.d.ts +0 -6
  306. package/components/popover/popover-trigger.d.ts +0 -121
  307. package/components/popover/popover.component.d.ts +0 -136
  308. package/components/popover/popover.errors.d.ts +0 -14
  309. package/components/popover/popover.interfaces.d.ts +0 -43
  310. package/components/popover/popover.target.d.ts +0 -8
  311. package/components/popover/popover.type.d.ts +0 -5
  312. package/components/popover/public-api.d.ts +0 -4
  313. package/components/progress-bar/progress-bar.component.d.ts +0 -18
  314. package/components/progress-bar/public-api.d.ts +0 -1
  315. package/components/rating/public-api.d.ts +0 -1
  316. package/components/rating/rating.component.d.ts +0 -58
  317. package/components/select-search/default-options.d.ts +0 -8
  318. package/components/select-search/public-api.d.ts +0 -2
  319. package/components/select-search/select-no-entries-found.directive.d.ts +0 -5
  320. package/components/select-search/select-search-clear.directive.d.ts +0 -5
  321. package/components/select-search/select-search.component.d.ts +0 -91
  322. package/components/select-table/public-api.d.ts +0 -2
  323. package/components/select-table/select-table.component.d.ts +0 -96
  324. package/components/select-table/select-table.type.d.ts +0 -20
  325. package/components/select-tree/public-api.d.ts +0 -3
  326. package/components/select-tree/select-tree.component.d.ts +0 -105
  327. package/components/select-tree/select-tree.flatnode.d.ts +0 -6
  328. package/components/select-tree/select-tree.node.d.ts +0 -5
  329. package/components/speed-dial/public-api.d.ts +0 -2
  330. package/components/speed-dial/speed-dial.component.d.ts +0 -63
  331. package/components/timeline/public-api.d.ts +0 -2
  332. package/components/timeline/timeline-item/timeline-item.component.d.ts +0 -25
  333. package/components/timeline/timeline.component.d.ts +0 -30
  334. package/components/toast/models/global-config.model.d.ts +0 -12
  335. package/components/toast/models/toast.model.d.ts +0 -6
  336. package/components/toast/models/type.model.d.ts +0 -12
  337. package/components/toast/public-api.d.ts +0 -6
  338. package/components/toast/toast-modal.component.d.ts +0 -18
  339. package/components/toast/toast.component.d.ts +0 -17
  340. package/components/toast/toast.service.d.ts +0 -26
  341. package/components/transfer-picker/filter/filter.component.d.ts +0 -23
  342. package/components/transfer-picker/interface.d.ts +0 -41
  343. package/components/transfer-picker/public-api.d.ts +0 -7
  344. package/components/transfer-picker/search/search.component.d.ts +0 -14
  345. package/components/transfer-picker/transfer-picker-source/transfer-picker-source.component.d.ts +0 -51
  346. package/components/transfer-picker/transfer-picker-target/transfer-picker-target.component.d.ts +0 -11
  347. package/components/transfer-picker/transfer-picker.component.d.ts +0 -28
  348. package/components/transfer-picker/transfer-picker.service.d.ts +0 -32
  349. package/components/treetable/public-api.d.ts +0 -2
  350. package/components/treetable/treetable.component.d.ts +0 -32
  351. package/components/treetable/treetable.interface.d.ts +0 -9
  352. package/components/upload/files.type.d.ts +0 -22
  353. package/components/upload/files.util.service.d.ts +0 -20
  354. package/components/upload/public-api.d.ts +0 -4
  355. package/components/upload/upload-queue/upload-queue.component.d.ts +0 -40
  356. package/components/upload/upload.component.d.ts +0 -32
  357. package/components/x6-angular-shape/node.d.ts +0 -11
  358. package/components/x6-angular-shape/public-api.d.ts +0 -3
  359. package/components/x6-angular-shape/registry.d.ts +0 -13
  360. package/components/x6-angular-shape/view.d.ts +0 -16
  361. package/directives/animate-on-scroll/animate-on-scroll.directive.d.ts +0 -29
  362. package/directives/animate-on-scroll/public-api.d.ts +0 -1
  363. package/directives/animate-on-scroll/scroll.service.d.ts +0 -15
  364. package/directives/arrow-cursor/arrow-cursor.directive.d.ts +0 -31
  365. package/directives/arrow-cursor/public-api.d.ts +0 -1
  366. package/directives/autofocus/autofocus.directive.d.ts +0 -8
  367. package/directives/autofocus/public-api.d.ts +0 -1
  368. package/directives/data-exporter/constants.d.ts +0 -26
  369. package/directives/data-exporter/data-exporter.directive.d.ts +0 -18
  370. package/directives/data-exporter/mime.d.ts +0 -5
  371. package/directives/data-exporter/options.d.ts +0 -21
  372. package/directives/data-exporter/public-api.d.ts +0 -2
  373. package/directives/data-exporter/services/exporters/csv-exporter.service.d.ts +0 -12
  374. package/directives/data-exporter/services/exporters/exporter.d.ts +0 -4
  375. package/directives/data-exporter/services/exporters/file-exporter.d.ts +0 -8
  376. package/directives/data-exporter/services/exporters/json-exporter.service.d.ts +0 -11
  377. package/directives/data-exporter/services/exporters/txt-exporter.service.d.ts +0 -12
  378. package/directives/data-exporter/services/exporters/worksheet-exporter.d.ts +0 -10
  379. package/directives/data-exporter/services/exporters/xls-exporter.service.d.ts +0 -14
  380. package/directives/data-exporter/services/exporters/xlsx-exporter.service.d.ts +0 -9
  381. package/directives/data-exporter/services/file-util.d.ts +0 -8
  382. package/directives/data-exporter/services/service-locator.service.d.ts +0 -11
  383. package/directives/debounce/abstract-debounce.directive.d.ts +0 -15
  384. package/directives/debounce/debounce-click.directive.d.ts +0 -8
  385. package/directives/debounce/debounce-keyup.directive.d.ts +0 -8
  386. package/directives/debounce/public-api.d.ts +0 -2
  387. package/directives/digit-only/digit-only.directive.d.ts +0 -36
  388. package/directives/digit-only/mask.directive.d.ts +0 -16
  389. package/directives/digit-only/public-api.d.ts +0 -2
  390. package/directives/equal-validator/equal-validator.directive.d.ts +0 -12
  391. package/directives/equal-validator/public-api.d.ts +0 -1
  392. package/lib/mock-api/mock-api.constants.d.ts +0 -2
  393. package/lib/mock-api/mock-api.interceptor.d.ts +0 -12
  394. package/lib/mock-api/mock-api.request-handler.d.ts +0 -16
  395. package/lib/mock-api/mock-api.service.d.ts +0 -20
  396. package/lib/mock-api/mock-api.types.d.ts +0 -7
  397. package/lib/mock-api/mock-api.utils.d.ts +0 -3
  398. package/lib/mock-api/public-api.d.ts +0 -5
  399. package/pipes/bytes/bytes.pipe.d.ts +0 -7
  400. package/pipes/bytes/public-api.d.ts +0 -1
  401. package/pipes/date-format/date-format.pipe.d.ts +0 -7
  402. package/pipes/date-format/public-api.d.ts +0 -1
  403. package/pipes/find-by-key/find-by-key.pipe.d.ts +0 -7
  404. package/pipes/find-by-key/public-api.d.ts +0 -1
  405. package/pipes/group-by/group-by.pipe.d.ts +0 -7
  406. package/pipes/group-by/public-api.d.ts +0 -1
  407. package/pipes/keys/keys.pipe.d.ts +0 -7
  408. package/pipes/keys/public-api.d.ts +0 -1
  409. package/pipes/secure/public-api.d.ts +0 -1
  410. package/pipes/secure/secure-pipe.d.ts +0 -18
  411. package/pipes/uppercase/public-api.d.ts +0 -1
  412. package/pipes/uppercase/uppercase.pipe.d.ts +0 -7
  413. package/public-api.d.ts +0 -1
  414. package/services/alert/alert.dialog.d.ts +0 -11
  415. package/services/alert/alert.message.d.ts +0 -8
  416. package/services/alert/alert.service.d.ts +0 -37
  417. package/services/alert/enum.d.ts +0 -12
  418. package/services/alert/public-api.d.ts +0 -4
  419. package/services/config/config.constants.d.ts +0 -6
  420. package/services/config/config.service.d.ts +0 -11
  421. package/services/config/public-api.d.ts +0 -3
  422. package/services/config/urlStateConfig.service.d.ts +0 -10
  423. package/services/confirmation/confirmation.service.d.ts +0 -12
  424. package/services/confirmation/confirmation.types.d.ts +0 -21
  425. package/services/confirmation/dialog/dialog.component.d.ts +0 -10
  426. package/services/confirmation/public-api.d.ts +0 -2
  427. package/services/data/data.service.d.ts +0 -20
  428. package/services/data/public-api.d.ts +0 -1
  429. package/services/export-as/export-as-config.model.d.ts +0 -8
  430. package/services/export-as/export-as.service.d.ts +0 -43
  431. package/services/export-as/public-api.d.ts +0 -2
  432. package/services/loading/loading.interceptor.d.ts +0 -12
  433. package/services/loading/loading.service.d.ts +0 -24
  434. package/services/loading/public-api.d.ts +0 -2
  435. package/services/local-storage/local-storage.service.d.ts +0 -8
  436. package/services/local-storage/public-api.d.ts +0 -1
  437. package/services/media-watcher/media-watcher.service.d.ts +0 -20
  438. package/services/media-watcher/public-api.d.ts +0 -1
  439. package/services/platform/platform.service.d.ts +0 -9
  440. package/services/platform/public-api.d.ts +0 -1
  441. package/services/splash-screen/public-api.d.ts +0 -1
  442. package/services/splash-screen/splash-screen.service.d.ts +0 -14
  443. package/services/title/public-api.d.ts +0 -1
  444. package/services/title/title.service.d.ts +0 -13
  445. package/services/translation/public-api.d.ts +0 -1
  446. package/services/translation/translation.service.d.ts +0 -20
  447. package/services/utils/public-api.d.ts +0 -1
  448. package/services/utils/utils.service.d.ts +0 -60
  449. package/validators/public-api.d.ts +0 -1
  450. package/validators/validators.d.ts +0 -5
  451. package/version/public-api.d.ts +0 -1
  452. package/version/version.d.ts +0 -9
@@ -1,44 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { AfterViewInit, OnDestroy, Type, OnInit } from '@angular/core';
3
- import { MatRadioGroup } from '@angular/material/radio';
4
- import { FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
5
- import { FieldType } from '@ngx-formly/material/form-field';
6
- import { Observable } from 'rxjs';
7
- import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
8
- import * as i0 from "@angular/core";
9
- interface RadioProps extends CustomFormFieldProps {
10
- labelPosition: 'before' | 'after';
11
- domain?: {
12
- url?: string;
13
- code?: string;
14
- key?: string;
15
- value?: string;
16
- };
17
- }
18
- export interface FormlyRadioFieldConfig extends FormlyFieldConfig<RadioProps> {
19
- type: 'radio' | Type<CmatRadioTypeComponent>;
20
- }
21
- export declare class CmatRadioTypeComponent extends FieldType<FieldTypeConfig<RadioProps>> implements OnInit, AfterViewInit, OnDestroy {
22
- private _http;
23
- radioGroup: MatRadioGroup;
24
- defaultOptions: {
25
- props: {
26
- hideFieldUnderline: boolean;
27
- floatLabel: "always";
28
- tabindex: number;
29
- labelPosition: "after";
30
- };
31
- };
32
- private focusObserver;
33
- private _urlData;
34
- private _unsubscribeAll;
35
- constructor(_http: HttpClient);
36
- get urlData$(): Observable<any[]>;
37
- ngOnInit(): void;
38
- ngAfterViewInit(): void;
39
- ngOnDestroy(): void;
40
- trackByFn(index: number): any;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatRadioTypeComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatRadioTypeComponent, "cmat-radio-type", never, {}, {}, never, never, true, never>;
43
- }
44
- export {};
@@ -1,25 +0,0 @@
1
- import { FieldTypeConfig } from '@ngx-formly/core';
2
- import { FieldType } from '@ngx-formly/material/form-field';
3
- import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
4
- import * as i0 from "@angular/core";
5
- interface RatingProps extends CustomFormFieldProps {
6
- stars: number;
7
- readonly: boolean;
8
- hover: boolean;
9
- half: boolean;
10
- customColor?: string;
11
- showMode?: 'horizontal' | 'vertical';
12
- }
13
- export declare class CmatRatingTypeComponent extends FieldType<FieldTypeConfig<RatingProps>> {
14
- defaultOptions: {
15
- props: {
16
- stars: number;
17
- readonly: boolean;
18
- hover: boolean;
19
- half: boolean;
20
- };
21
- };
22
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatRatingTypeComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatRatingTypeComponent, "cmat-rating-type", never, {}, {}, never, never, true, never>;
24
- }
25
- export {};
@@ -1,16 +0,0 @@
1
- import { FieldArrayType, FieldTypeConfig } from '@ngx-formly/core';
2
- import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
3
- import * as i0 from "@angular/core";
4
- interface RepeatProps extends CustomFormFieldProps {
5
- addText: string;
6
- }
7
- export declare class CmatRepeatTypeComponent extends FieldArrayType<FieldTypeConfig<RepeatProps>> {
8
- defaultOptions: {
9
- props: {
10
- addText: string;
11
- };
12
- };
13
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatRepeatTypeComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatRepeatTypeComponent, "cmat-repeat-type", never, {}, {}, never, never, true, never>;
15
- }
16
- export {};
@@ -1,54 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { OnDestroy, OnInit } from '@angular/core';
3
- import { FormControl } from '@angular/forms';
4
- import { FieldTypeConfig } from '@ngx-formly/core';
5
- import { FormlyFieldSelectProps } from '@ngx-formly/core/select';
6
- import { FieldType } from '@ngx-formly/material/form-field';
7
- import { ReplaySubject } from 'rxjs';
8
- import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
9
- import * as i0 from "@angular/core";
10
- interface SelectProps extends CustomFormFieldProps, FormlyFieldSelectProps {
11
- multiple?: boolean;
12
- disableOptionCentering?: boolean;
13
- typeaheadDebounceInterval?: number;
14
- search: boolean;
15
- canNull: boolean;
16
- showToggleAllCheckbox: boolean;
17
- domain?: {
18
- url?: string;
19
- code?: string;
20
- key?: string;
21
- value?: string;
22
- };
23
- }
24
- export declare class CmatSelectTypeComponent extends FieldType<FieldTypeConfig<SelectProps>> implements OnInit, OnDestroy {
25
- private _http;
26
- defaultOptions: {
27
- props: {
28
- search: boolean;
29
- canNull: boolean;
30
- showToggleAllCheckbox: boolean;
31
- };
32
- };
33
- optionsData: any[];
34
- filteredCustomDetails: ReplaySubject<any[]>;
35
- filteredCache: any[];
36
- isIndeterminate: boolean;
37
- isChecked: boolean;
38
- multiFilterCtrl: FormControl;
39
- private _urlData;
40
- private _unsubscribeAll;
41
- constructor(_http: HttpClient);
42
- get datas(): any[];
43
- ngOnInit(): void;
44
- ngOnDestroy(): void;
45
- getAriaLabelledby(): string;
46
- getAriaLabel(): string;
47
- toggleSelectAll(selectAllValue: boolean): void;
48
- filterMulti(): void;
49
- setToggleAllCheckboxState(): void;
50
- compareWithFn(o1: any, o2: any): boolean;
51
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatSelectTypeComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatSelectTypeComponent, "cmat-select-search-type", never, {}, {}, never, never, true, never>;
53
- }
54
- export {};
@@ -1,40 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
3
- import { FieldTypeConfig } from '@ngx-formly/core';
4
- import { FormlyFieldSelectProps } from '@ngx-formly/core/select';
5
- import { FieldType } from '@ngx-formly/material';
6
- import { CmatSelectTableDataSource, CmatSelectTableRow } from 'cmat/components/select-table';
7
- import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
8
- import * as i0 from "@angular/core";
9
- interface SelectTableProps extends CustomFormFieldProps, FormlyFieldSelectProps {
10
- multiple: boolean;
11
- search: boolean;
12
- canNull: boolean;
13
- customTriggerLabelTemplate: string;
14
- domain?: {
15
- url?: string;
16
- code?: string;
17
- key?: string;
18
- value?: string;
19
- };
20
- }
21
- export declare class CmatSelectTableTypeComponent extends FieldType<FieldTypeConfig<SelectTableProps>> implements OnInit, OnDestroy {
22
- private _http;
23
- private _changeDetectorRef;
24
- defaultOptions: {
25
- props: {
26
- multiple: boolean;
27
- search: boolean;
28
- canNull: boolean;
29
- customTriggerLabelTemplate: string;
30
- };
31
- };
32
- urlData: CmatSelectTableDataSource<CmatSelectTableRow>;
33
- private _unsubscribeAll;
34
- constructor(_http: HttpClient, _changeDetectorRef: ChangeDetectorRef);
35
- ngOnInit(): void;
36
- ngOnDestroy(): void;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatSelectTableTypeComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatSelectTableTypeComponent, "cmat-select-table-type", never, {}, {}, never, never, true, never>;
39
- }
40
- export {};
@@ -1,43 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
3
- import { FieldTypeConfig } from '@ngx-formly/core';
4
- import { FormlyFieldSelectProps } from '@ngx-formly/core/select';
5
- import { FieldType } from '@ngx-formly/material';
6
- import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
7
- import * as i0 from "@angular/core";
8
- interface SelectTreeProps extends CustomFormFieldProps, FormlyFieldSelectProps {
9
- multiple: boolean;
10
- search: boolean;
11
- canNull: boolean;
12
- showToggleAllCheckbox: boolean;
13
- expandable: boolean;
14
- customTriggerLabelTemplate: string;
15
- domain?: {
16
- url?: string;
17
- code?: string;
18
- key?: string;
19
- value?: string;
20
- };
21
- }
22
- export declare class CmatSelectTreeTypeComponent extends FieldType<FieldTypeConfig<SelectTreeProps>> implements OnInit, OnDestroy {
23
- private _http;
24
- private _changeDetectorRef;
25
- defaultOptions: {
26
- props: {
27
- multiple: boolean;
28
- search: boolean;
29
- canNull: boolean;
30
- showToggleAllCheckbox: boolean;
31
- expandable: boolean;
32
- customTriggerLabelTemplate: string;
33
- };
34
- };
35
- urlData: [];
36
- private _unsubscribeAll;
37
- constructor(_http: HttpClient, _changeDetectorRef: ChangeDetectorRef);
38
- ngOnInit(): void;
39
- ngOnDestroy(): void;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatSelectTreeTypeComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatSelectTreeTypeComponent, "cmat-select-tree-type", never, {}, {}, never, never, true, never>;
42
- }
43
- export {};
@@ -1,8 +0,0 @@
1
- import { FieldType, FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
2
- import { StepperProps } from '../stepper.type';
3
- import * as i0 from "@angular/core";
4
- export declare class CmatStepperHorizontalTypeComponent extends FieldType<FieldTypeConfig<StepperProps>> {
5
- isValid(field: FormlyFieldConfig): boolean;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatStepperHorizontalTypeComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatStepperHorizontalTypeComponent, "cmat-stepper-horizontal-type", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,6 +0,0 @@
1
- import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
2
- export interface StepperProps extends CustomFormFieldProps {
3
- isEditable?: boolean;
4
- isLinear?: boolean;
5
- isOptional?: boolean;
6
- }
@@ -1,8 +0,0 @@
1
- import { FieldType, FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
2
- import { StepperProps } from '../stepper.type';
3
- import * as i0 from "@angular/core";
4
- export declare class CmatStepperVerticalTypeComponent extends FieldType<FieldTypeConfig<StepperProps>> {
5
- isValid(field: FormlyFieldConfig): boolean;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatStepperVerticalTypeComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatStepperVerticalTypeComponent, "cmat-stepper-vertical-type", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,43 +0,0 @@
1
- import { OnInit, TemplateRef, ChangeDetectorRef } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { MatTable } from '@angular/material/table';
4
- import { FieldArrayType, FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
5
- import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
6
- import * as i0 from "@angular/core";
7
- interface TableProps extends CustomFormFieldProps {
8
- addText: string;
9
- showColumn?: boolean;
10
- }
11
- export declare class CmatTableTypeComponent extends FieldArrayType<FieldTypeConfig<TableProps>> implements OnInit {
12
- private _changeDetectorRef;
13
- dialogRef: TemplateRef<any>;
14
- table: MatTable<any>;
15
- inlineform: FormGroup<{}>;
16
- currentMode: any;
17
- currentIndex: number;
18
- columns: {
19
- key: string;
20
- label: string;
21
- }[];
22
- displayedColumns: string[];
23
- dialogType: 'add' | 'edit' | '';
24
- defaultOptions: {
25
- props: {
26
- addText: string;
27
- };
28
- };
29
- private readonly _dialog;
30
- private readonly _viewContainerRef;
31
- private _dialogRef;
32
- constructor(_changeDetectorRef: ChangeDetectorRef);
33
- get fieldArray(): FormlyFieldConfig[];
34
- get key(): string;
35
- ngOnInit(): void;
36
- addRow(): void;
37
- editRow(item: any, index: number): void;
38
- deleteRow(id: number): void;
39
- confirm(): void;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatTableTypeComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatTableTypeComponent, "cmat-table-type", never, {}, {}, never, never, true, never>;
42
- }
43
- export {};
@@ -1,7 +0,0 @@
1
- import { FieldTypeConfig } from '@ngx-formly/core';
2
- import { FieldType } from '@ngx-formly/material';
3
- import * as i0 from "@angular/core";
4
- export declare class CmatTabTypeComponent extends FieldType<FieldTypeConfig> {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatTabTypeComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatTabTypeComponent, "cmat-tab-type", never, {}, {}, never, never, true, never>;
7
- }
@@ -1,41 +0,0 @@
1
- import { Overlay } from '@angular/cdk/overlay';
2
- import { HttpClient } from '@angular/common/http';
3
- import { ChangeDetectorRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
4
- import { FieldTypeConfig } from '@ngx-formly/core';
5
- import { FieldType } from '@ngx-formly/material/form-field';
6
- import { Observable } from 'rxjs';
7
- import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
8
- import * as i0 from "@angular/core";
9
- interface TagsProps extends CustomFormFieldProps {
10
- domain?: {
11
- url?: string;
12
- code?: string;
13
- key?: string;
14
- value?: string;
15
- };
16
- }
17
- export declare class CmatTagsTypeComponent extends FieldType<FieldTypeConfig<TagsProps>> implements OnInit, OnDestroy {
18
- private _http;
19
- private _overlay;
20
- private _viewContainerRef;
21
- private _changeDetectorRef;
22
- private _tagsPanelOrigin;
23
- private _tagsPanel;
24
- urlData: [];
25
- optionsData: any[];
26
- private _filteredItems;
27
- private _tagsPanelOverlayRef;
28
- private _unsubscribeAll;
29
- constructor(_http: HttpClient, _overlay: Overlay, _viewContainerRef: ViewContainerRef, _changeDetectorRef: ChangeDetectorRef);
30
- get filteredItems$(): Observable<any[] | null>;
31
- get tags(): any[];
32
- ngOnInit(): void;
33
- ngOnDestroy(): void;
34
- openTagsPanel(): void;
35
- filterTags(event: any): void;
36
- toggleTag(tag: any): void;
37
- isCheck(tag: any): boolean;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatTagsTypeComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatTagsTypeComponent, "cmat-tags-type", never, {}, {}, never, never, true, never>;
40
- }
41
- export {};
@@ -1,13 +0,0 @@
1
- import { FieldTypeConfig } from '@ngx-formly/core';
2
- import { FieldType } from '@ngx-formly/material';
3
- import * as i0 from "@angular/core";
4
- export declare class CmatTextareaTypeComponent extends FieldType<FieldTypeConfig> {
5
- defaultOptions: {
6
- props: {
7
- cols: number;
8
- rows: number;
9
- };
10
- };
11
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatTextareaTypeComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatTextareaTypeComponent, "cmat-textarea-type", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,32 +0,0 @@
1
- import { FieldTypeConfig } from '@ngx-formly/core';
2
- import { FieldType } from '@ngx-formly/material/form-field';
3
- import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
4
- import * as i0 from "@angular/core";
5
- interface UploadProps extends CustomFormFieldProps {
6
- fileAlias: string;
7
- filePath: string;
8
- fileCategory: string;
9
- multiple: boolean;
10
- accept: string;
11
- editMode: boolean;
12
- autoUpload: boolean;
13
- }
14
- export declare class CmatUploadTypeComponent extends FieldType<FieldTypeConfig<UploadProps>> {
15
- defaultOptions: {
16
- props: {
17
- fileAlias: string;
18
- filePath: string;
19
- fileCategory: string;
20
- multiple: boolean;
21
- accept: string;
22
- editMode: boolean;
23
- autoUpload: boolean;
24
- };
25
- };
26
- upload(id: string): void;
27
- remove(id: string): void;
28
- updateData(i: any): void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatUploadTypeComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatUploadTypeComponent, "cmat-upload-type", never, {}, {}, never, never, true, never>;
31
- }
32
- export {};
@@ -1,10 +0,0 @@
1
- import { TemplateRef, AfterViewInit } from '@angular/core';
2
- import { FieldWrapper } from '@ngx-formly/core';
3
- import * as i0 from "@angular/core";
4
- export declare class CmatAddonsWrapperComponent extends FieldWrapper implements AfterViewInit {
5
- matPrefix: TemplateRef<any>;
6
- matSuffix: TemplateRef<any>;
7
- ngAfterViewInit(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatAddonsWrapperComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatAddonsWrapperComponent, "cmat-addons-wrapper", never, {}, {}, never, never, true, never>;
10
- }
@@ -1,6 +0,0 @@
1
- import { FieldWrapper } from '@ngx-formly/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CmatCardWrapperComponent extends FieldWrapper {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatCardWrapperComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatCardWrapperComponent, "cmat-card-wrapper", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import { FieldWrapper } from '@ngx-formly/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CmatExpansionWrapperComponent extends FieldWrapper {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatExpansionWrapperComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatExpansionWrapperComponent, "cmat-expansion-wrapper", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,25 +0,0 @@
1
- import { FocusMonitor } from '@angular/cdk/a11y';
2
- import { AfterViewInit, ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
3
- import { MatFormField } from '@angular/material/form-field';
4
- import { FieldWrapper, FormlyFieldConfig } from '@ngx-formly/core';
5
- import { FormlyFieldProps, FormlyWrapperFormField } from '@ngx-formly/material/form-field/form-field.wrapper';
6
- import * as i0 from "@angular/core";
7
- interface MatFormlyFieldConfig extends FormlyFieldConfig<CustomFormFieldProps> {
8
- _formField?: FormlyWrapperFormField;
9
- }
10
- export interface CustomFormFieldProps extends FormlyFieldProps {
11
- showValidationMessage?: boolean;
12
- }
13
- export declare class CmatFormFieldWrapperComponent extends FieldWrapper<MatFormlyFieldConfig> implements OnInit, OnDestroy, AfterViewInit {
14
- private _renderer;
15
- private _elementRef;
16
- private _focusMonitor;
17
- formField: MatFormField;
18
- constructor(_renderer: Renderer2, _elementRef: ElementRef, _focusMonitor: FocusMonitor);
19
- ngOnInit(): void;
20
- ngAfterViewInit(): void;
21
- ngOnDestroy(): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatFormFieldWrapperComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatFormFieldWrapperComponent, "cmat-form-field-wrapper", never, {}, {}, never, never, true, never>;
24
- }
25
- export {};
@@ -1,6 +0,0 @@
1
- import { FieldWrapper } from '@ngx-formly/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CmatPanelWrapperComponent extends FieldWrapper {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatPanelWrapperComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatPanelWrapperComponent, "cmat-panel-wrapper", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,137 +0,0 @@
1
- import { Overlay } from '@angular/cdk/overlay';
2
- import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
3
- import { ControlValueAccessor, FormControl } from '@angular/forms';
4
- import { Dayjs } from 'dayjs';
5
- import * as i0 from "@angular/core";
6
- export declare class CmatDateRangeComponent implements ControlValueAccessor, OnInit, OnDestroy {
7
- private _overlay;
8
- private _viewContainerRef;
9
- private _changeDetectorRef;
10
- readonly rangeChanged: EventEmitter<{
11
- start: string;
12
- end: string;
13
- }>;
14
- private _matMonthView1;
15
- private _matMonthView2;
16
- private _pickerPanelOrigin;
17
- private _pickerPanel;
18
- activeDates: {
19
- month1: Dayjs | null;
20
- month2: Dayjs | null;
21
- };
22
- setWhichDate: 'start' | 'end';
23
- startTimeFormControl: FormControl;
24
- endTimeFormControl: FormControl;
25
- private _dateFormat;
26
- private _onChange;
27
- private _onTouched;
28
- private _programmaticChange;
29
- private _range;
30
- private _timeFormat;
31
- private _timeRange;
32
- private _readonly;
33
- private readonly _timeRegExp;
34
- private _unsubscribeAll;
35
- constructor(_overlay: Overlay, _viewContainerRef: ViewContainerRef, _changeDetectorRef: ChangeDetectorRef);
36
- get readonly(): boolean;
37
- set readonly(value: boolean);
38
- get dateFormat(): string;
39
- set dateFormat(value: string);
40
- /**
41
- * Setter & getter for timeFormat input */
42
- get timeFormat(): string;
43
- set timeFormat(value: string);
44
- /**
45
- * Setter & getter for timeRange input */
46
- get timeRange(): boolean;
47
- set timeRange(value: boolean);
48
- /**
49
- * Setter & getter for range input */
50
- get range(): any;
51
- set range(value: any);
52
- /**
53
- * Update the form model on change
54
- *
55
- * @param fn
56
- */
57
- registerOnChange(fn: any): void;
58
- /**
59
- * Update the form model on blur
60
- *
61
- * @param fn
62
- */
63
- registerOnTouched(fn: any): void;
64
- /**
65
- * Write to view from model when the form model changes programmatically
66
- *
67
- * @param range
68
- */
69
- writeValue(range: {
70
- start: string;
71
- end: string;
72
- }): void;
73
- ngOnInit(): void;
74
- /**
75
- * On destroy
76
- */
77
- ngOnDestroy(): void;
78
- /**
79
- * Open the picker panel
80
- */
81
- openPickerPanel(): void;
82
- /**
83
- * Get month label
84
- *
85
- * @param month
86
- */
87
- getMonthLabel(month: number): string | void;
88
- /**
89
- * Date class function to add/remove class names to calendar days
90
- */
91
- dateClass(): any;
92
- /**
93
- * Date filter to enable/disable calendar days
94
- */
95
- dateFilter(): any;
96
- /**
97
- * On selected date change
98
- *
99
- * @param date
100
- */
101
- onSelectedDateChange(date: Dayjs): void;
102
- /**
103
- * Go to previous month on both views
104
- */
105
- prev(): void;
106
- /**
107
- * Go to next month on both views
108
- */
109
- next(): void;
110
- /**
111
- * Update the start time
112
- *
113
- * @param event
114
- */
115
- updateStartTime(event: any): void;
116
- /**
117
- * Update the end time
118
- *
119
- * @param event
120
- */
121
- updateEndTime(event: any): void;
122
- /**
123
- * Initialize
124
- *
125
- * @private
126
- */
127
- private _init;
128
- /**
129
- * Parse the time from the inputs
130
- *
131
- * @param value
132
- * @private
133
- */
134
- private _parseTime;
135
- static ɵfac: i0.ɵɵFactoryDeclaration<CmatDateRangeComponent, never>;
136
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatDateRangeComponent, "cmat-date-range", ["cmatDateRange"], { "readonly": { "alias": "readonly"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "timeFormat": { "alias": "timeFormat"; "required": false; }; "timeRange": { "alias": "timeRange"; "required": false; }; "range": { "alias": "range"; "required": false; }; }, { "rangeChanged": "rangeChanged"; }, never, never, true, never>;
137
- }
@@ -1 +0,0 @@
1
- export * from './date-range.component';