cmat 0.0.7 → 0.0.9

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 (320) hide show
  1. package/components/adapter/dayjs-datetime-adapter.d.ts +1 -1
  2. package/components/breadcrumb/breadcrumb.service.d.ts +1 -1
  3. package/components/card/card.component.d.ts +1 -1
  4. package/components/cascade/cascade-list/cascade-list.component.d.ts +45 -21
  5. package/components/chip-input/chip-input.component.d.ts +39 -12
  6. package/components/custom-formly/extension/addons.extension.d.ts +2 -0
  7. package/components/custom-formly/index.d.ts +5 -0
  8. package/components/custom-formly/public-api.d.ts +26 -0
  9. package/components/custom-formly/types/button/button.component.d.ts +18 -0
  10. package/components/custom-formly/types/cascade/cascade.component.d.ts +38 -0
  11. package/components/custom-formly/types/checklist/checklist.component.d.ts +41 -0
  12. package/components/custom-formly/types/chips/chips.component.d.ts +27 -0
  13. package/components/custom-formly/types/color-picker/color-picker.component.d.ts +7 -0
  14. package/components/custom-formly/types/date-range/date-range.component.d.ts +20 -0
  15. package/components/custom-formly/types/datepicker/datepicker.component.d.ts +41 -0
  16. package/components/custom-formly/types/multicheckbox/multicheckbox.component.d.ts +44 -0
  17. package/components/custom-formly/types/number/number.component.d.ts +20 -0
  18. package/components/custom-formly/types/radio/radio.component.d.ts +44 -0
  19. package/components/custom-formly/types/rating/rating.component.d.ts +24 -0
  20. package/components/custom-formly/types/repeat/repeat.component.d.ts +16 -0
  21. package/components/custom-formly/types/select/select.component.d.ts +54 -0
  22. package/components/custom-formly/types/select-tree/select-tree.component.d.ts +43 -0
  23. package/components/custom-formly/types/stepper/horizontal/stepper.component.d.ts +9 -0
  24. package/components/custom-formly/types/stepper/stepper.type.d.ts +6 -0
  25. package/components/custom-formly/types/stepper/vertical/stepper.component.d.ts +9 -0
  26. package/components/custom-formly/types/table/table.component.d.ts +43 -0
  27. package/components/custom-formly/types/tabs/tab.component.d.ts +8 -0
  28. package/components/custom-formly/types/tags/tags.component.d.ts +41 -0
  29. package/components/custom-formly/types/textarea/textarea.component.d.ts +13 -0
  30. package/components/custom-formly/types/upload/upload.component.d.ts +31 -0
  31. package/components/custom-formly/wrappers/addons/addons.component.d.ts +10 -0
  32. package/components/custom-formly/wrappers/card/card.component.d.ts +6 -0
  33. package/components/custom-formly/wrappers/expansion/expansion.component.d.ts +6 -0
  34. package/components/custom-formly/wrappers/panel/panel.component.d.ts +6 -0
  35. package/components/date-range/date-range.component.d.ts +8 -6
  36. package/components/drawer/drawer.component.d.ts +2 -2
  37. package/components/fullscreen/fullscreen.component.d.ts +2 -9
  38. package/components/fullscreen/public-api.d.ts +0 -1
  39. package/components/material-color-picker/material-color-picker.component.d.ts +8 -4
  40. package/components/material-datetimepicker/calendar.d.ts +2 -2
  41. package/components/material-datetimepicker/clock.d.ts +1 -1
  42. package/components/material-datetimepicker/datetimepicker-input.d.ts +1 -1
  43. package/components/material-datetimepicker/datetimepicker-toggle.d.ts +1 -1
  44. package/components/material-datetimepicker/datetimepicker.d.ts +5 -10
  45. package/components/material-datetimepicker/month-view.d.ts +1 -2
  46. package/components/material-datetimepicker/multi-year-view.d.ts +1 -1
  47. package/components/material-datetimepicker/time.d.ts +2 -2
  48. package/components/material-datetimepicker/year-view.d.ts +1 -1
  49. package/components/navigation/horizontal/components/basic/basic.component.d.ts +1 -1
  50. package/components/navigation/horizontal/components/branch/branch.component.d.ts +1 -1
  51. package/components/navigation/horizontal/horizontal.component.d.ts +2 -2
  52. package/components/navigation/vertical/components/aside/aside.component.d.ts +1 -1
  53. package/components/navigation/vertical/components/basic/basic.component.d.ts +1 -7
  54. package/components/navigation/vertical/components/collapsable/collapsable.component.d.ts +1 -1
  55. package/components/navigation/vertical/components/group/group.component.d.ts +1 -1
  56. package/components/navigation/vertical/vertical.component.d.ts +5 -5
  57. package/components/popover/popover-trigger.d.ts +1 -1
  58. package/components/popover/popover.component.d.ts +3 -3
  59. package/components/rating/rating.component.d.ts +38 -9
  60. package/components/select-search/select-search.component.d.ts +4 -4
  61. package/components/select-tree/select-tree.component.d.ts +50 -21
  62. package/components/toast/toast.component.d.ts +4 -4
  63. package/components/transfer-picker/filter/filter.component.d.ts +1 -1
  64. package/components/transfer-picker/transfer-picker-source/transfer-picker-source.component.d.ts +2 -2
  65. package/components/transfer-picker/transfer-picker.component.d.ts +1 -1
  66. package/components/upload/files.type.d.ts +22 -0
  67. package/components/upload/files.util.service.d.ts +20 -0
  68. package/components/upload/index.d.ts +5 -0
  69. package/components/upload/public-api.d.ts +4 -0
  70. package/components/upload/upload-queue/upload-queue.component.d.ts +39 -0
  71. package/components/upload/upload.component.d.ts +32 -0
  72. package/esm2022/animations/public-api.mjs +2 -2
  73. package/esm2022/components/adapter/dayjs-date-adapter.mjs +6 -6
  74. package/esm2022/components/adapter/dayjs-datetime-adapter.mjs +5 -5
  75. package/esm2022/components/adapter/native-datetime-adapter.mjs +3 -3
  76. package/esm2022/components/breadcrumb/breadcrumb-item.directive.mjs +3 -3
  77. package/esm2022/components/breadcrumb/breadcrumb.component.mjs +6 -6
  78. package/esm2022/components/breadcrumb/breadcrumb.service.mjs +5 -5
  79. package/esm2022/components/card/card.component.mjs +5 -5
  80. package/esm2022/components/cascade/cascade-bottom-sheet/cascade-bottom-sheet.component.mjs +7 -7
  81. package/esm2022/components/cascade/cascade-list/cascade-list.component.mjs +207 -114
  82. package/esm2022/components/cascade/cascade-menu/cascade-menu.component.mjs +4 -4
  83. package/esm2022/components/chip-input/chip-input.component.mjs +152 -49
  84. package/esm2022/components/custom-formly/cmat-components-custom-formly.mjs +5 -0
  85. package/esm2022/components/custom-formly/extension/addons.extension.mjs +13 -0
  86. package/esm2022/components/custom-formly/public-api.mjs +27 -0
  87. package/esm2022/components/custom-formly/types/button/button.component.mjs +39 -0
  88. package/esm2022/components/custom-formly/types/cascade/cascade.component.mjs +71 -0
  89. package/esm2022/components/custom-formly/types/checklist/checklist.component.mjs +161 -0
  90. package/esm2022/components/custom-formly/types/chips/chips.component.mjs +55 -0
  91. package/esm2022/components/custom-formly/types/color-picker/color-picker.component.mjs +15 -0
  92. package/esm2022/components/custom-formly/types/date-range/date-range.component.mjs +25 -0
  93. package/esm2022/components/custom-formly/types/datepicker/datepicker.component.mjs +51 -0
  94. package/esm2022/components/custom-formly/types/multicheckbox/multicheckbox.component.mjs +89 -0
  95. package/esm2022/components/custom-formly/types/number/number.component.mjs +27 -0
  96. package/esm2022/components/custom-formly/types/radio/radio.component.mjs +88 -0
  97. package/esm2022/components/custom-formly/types/rating/rating.component.mjs +27 -0
  98. package/esm2022/components/custom-formly/types/repeat/repeat.component.mjs +28 -0
  99. package/esm2022/components/custom-formly/types/select/select.component.mjs +169 -0
  100. package/esm2022/components/custom-formly/types/select-tree/select-tree.component.mjs +66 -0
  101. package/esm2022/components/custom-formly/types/stepper/horizontal/stepper.component.mjs +31 -0
  102. package/esm2022/components/custom-formly/types/stepper/stepper.type.mjs +2 -0
  103. package/esm2022/components/custom-formly/types/stepper/vertical/stepper.component.mjs +31 -0
  104. package/esm2022/components/custom-formly/types/table/table.component.mjs +116 -0
  105. package/esm2022/components/custom-formly/types/tabs/tab.component.mjs +19 -0
  106. package/esm2022/components/custom-formly/types/tags/tags.component.mjs +149 -0
  107. package/esm2022/components/custom-formly/types/textarea/textarea.component.mjs +25 -0
  108. package/esm2022/components/custom-formly/types/upload/upload.component.mjs +58 -0
  109. package/esm2022/components/custom-formly/wrappers/addons/addons.component.mjs +92 -0
  110. package/esm2022/components/custom-formly/wrappers/card/card.component.mjs +14 -0
  111. package/esm2022/components/custom-formly/wrappers/expansion/expansion.component.mjs +14 -0
  112. package/esm2022/components/custom-formly/wrappers/panel/panel.component.mjs +12 -0
  113. package/esm2022/components/date-range/date-range.component.mjs +26 -17
  114. package/esm2022/components/drawer/drawer.component.mjs +5 -5
  115. package/esm2022/components/drawer/drawer.service.mjs +3 -3
  116. package/esm2022/components/fullscreen/fullscreen.component.mjs +16 -73
  117. package/esm2022/components/fullscreen/public-api.mjs +1 -2
  118. package/esm2022/components/highlight/highlight.component.mjs +5 -5
  119. package/esm2022/components/highlight/highlight.service.mjs +3 -3
  120. package/esm2022/components/json-editor/json-editor.component.mjs +3 -3
  121. package/esm2022/components/masonry/masonry.component.mjs +5 -5
  122. package/esm2022/components/material-color-picker/material-color-picker.component.mjs +22 -12
  123. package/esm2022/components/material-datetimepicker/calendar-body.mjs +3 -3
  124. package/esm2022/components/material-datetimepicker/calendar.mjs +11 -12
  125. package/esm2022/components/material-datetimepicker/clock.mjs +5 -5
  126. package/esm2022/components/material-datetimepicker/datetimepicker-input.mjs +4 -5
  127. package/esm2022/components/material-datetimepicker/datetimepicker-intl.mjs +3 -3
  128. package/esm2022/components/material-datetimepicker/datetimepicker-toggle.mjs +9 -9
  129. package/esm2022/components/material-datetimepicker/datetimepicker.mjs +17 -22
  130. package/esm2022/components/material-datetimepicker/month-view.mjs +5 -6
  131. package/esm2022/components/material-datetimepicker/multi-year-view.mjs +7 -8
  132. package/esm2022/components/material-datetimepicker/time.mjs +8 -8
  133. package/esm2022/components/material-datetimepicker/year-view.mjs +7 -8
  134. package/esm2022/components/navigation/horizontal/components/basic/basic.component.mjs +8 -8
  135. package/esm2022/components/navigation/horizontal/components/branch/branch.component.mjs +8 -8
  136. package/esm2022/components/navigation/horizontal/components/divider/divider.component.mjs +5 -5
  137. package/esm2022/components/navigation/horizontal/components/spacer/spacer.component.mjs +6 -6
  138. package/esm2022/components/navigation/horizontal/horizontal.component.mjs +6 -6
  139. package/esm2022/components/navigation/navigation.service.mjs +3 -3
  140. package/esm2022/components/navigation/vertical/components/aside/aside.component.mjs +11 -11
  141. package/esm2022/components/navigation/vertical/components/basic/basic.component.mjs +7 -24
  142. package/esm2022/components/navigation/vertical/components/collapsable/collapsable.component.mjs +10 -10
  143. package/esm2022/components/navigation/vertical/components/divider/divider.component.mjs +5 -5
  144. package/esm2022/components/navigation/vertical/components/group/group.component.mjs +9 -9
  145. package/esm2022/components/navigation/vertical/components/spacer/spacer.component.mjs +6 -6
  146. package/esm2022/components/navigation/vertical/vertical.component.mjs +11 -11
  147. package/esm2022/components/pagination/pagination.component.mjs +10 -10
  148. package/esm2022/components/pagination/pagination.directive.mjs +4 -4
  149. package/esm2022/components/pagination/pagination.pipe.mjs +4 -4
  150. package/esm2022/components/pagination/pagination.service.mjs +3 -3
  151. package/esm2022/components/password-strength/mat-pass-toggle-visibility/mat-pass-toggle-visibility.component.mjs +6 -6
  152. package/esm2022/components/password-strength/mat-password-strength/mat-password-strength.component.mjs +5 -5
  153. package/esm2022/components/password-strength/mat-password-strength-info/mat-password-strength-info.component.mjs +6 -6
  154. package/esm2022/components/popover/popover-trigger.mjs +5 -5
  155. package/esm2022/components/popover/popover.component.mjs +8 -9
  156. package/esm2022/components/popover/popover.target.mjs +3 -3
  157. package/esm2022/components/progress-bar/progress-bar.component.mjs +6 -6
  158. package/esm2022/components/rating/rating.component.mjs +122 -23
  159. package/esm2022/components/select-search/select-no-entries-found.directive.mjs +3 -3
  160. package/esm2022/components/select-search/select-search-clear.directive.mjs +3 -3
  161. package/esm2022/components/select-search/select-search.component.mjs +15 -15
  162. package/esm2022/components/select-tree/select-tree.component.mjs +281 -157
  163. package/esm2022/components/timeline/timeline-item/timeline-item.component.mjs +9 -9
  164. package/esm2022/components/timeline/timeline.component.mjs +5 -5
  165. package/esm2022/components/toast/toast-modal.component.mjs +5 -5
  166. package/esm2022/components/toast/toast.component.mjs +6 -6
  167. package/esm2022/components/toast/toast.service.mjs +3 -3
  168. package/esm2022/components/transfer-picker/filter/filter.component.mjs +9 -9
  169. package/esm2022/components/transfer-picker/search/search.component.mjs +6 -6
  170. package/esm2022/components/transfer-picker/transfer-picker-source/transfer-picker-source.component.mjs +11 -11
  171. package/esm2022/components/transfer-picker/transfer-picker-target/transfer-picker-target.component.mjs +5 -5
  172. package/esm2022/components/transfer-picker/transfer-picker.component.mjs +7 -7
  173. package/esm2022/components/transfer-picker/transfer-picker.service.mjs +4 -4
  174. package/esm2022/components/upload/cmat-components-upload.mjs +5 -0
  175. package/esm2022/components/upload/files.type.mjs +2 -0
  176. package/esm2022/components/upload/files.util.service.mjs +100 -0
  177. package/esm2022/components/upload/public-api.mjs +5 -0
  178. package/esm2022/components/upload/upload-queue/upload-queue.component.mjs +154 -0
  179. package/esm2022/components/upload/upload.component.mjs +118 -0
  180. package/esm2022/directives/animate-on-scroll/animate-on-scroll.directive.mjs +3 -3
  181. package/esm2022/directives/animate-on-scroll/scroll.service.mjs +3 -3
  182. package/esm2022/directives/autofocus/autofocus.directive.mjs +3 -3
  183. package/esm2022/directives/debounce/abstract-debounce.directive.mjs +3 -3
  184. package/esm2022/directives/debounce/debounce-click.directive.mjs +3 -3
  185. package/esm2022/directives/debounce/debounce-keyup.directive.mjs +3 -3
  186. package/esm2022/directives/digit-only/digit-only.directive.mjs +3 -3
  187. package/esm2022/directives/digit-only/mask.directive.mjs +3 -3
  188. package/esm2022/directives/equal-validator/equal-validator.directive.mjs +3 -3
  189. package/esm2022/lib/mock-api/mock-api.interceptor.mjs +5 -5
  190. package/esm2022/lib/mock-api/mock-api.service.mjs +3 -3
  191. package/esm2022/pipes/bytes/bytes.pipe.mjs +3 -3
  192. package/esm2022/pipes/date-format/date-format.pipe.mjs +3 -3
  193. package/esm2022/pipes/find-by-key/find-by-key.pipe.mjs +3 -3
  194. package/esm2022/pipes/group-by/group-by.pipe.mjs +3 -3
  195. package/esm2022/pipes/keys/keys.pipe.mjs +3 -3
  196. package/esm2022/pipes/secure/secure-pipe.mjs +5 -5
  197. package/esm2022/pipes/uppercase/uppercase.pipe.mjs +3 -3
  198. package/esm2022/public-api.mjs +1 -1
  199. package/esm2022/services/alert/alert.service.mjs +7 -7
  200. package/esm2022/services/alert/enum.mjs +2 -2
  201. package/esm2022/services/config/config.service.mjs +5 -5
  202. package/esm2022/services/config/urlStateConfig.service.mjs +5 -5
  203. package/esm2022/services/confirmation/confirmation.service.mjs +5 -5
  204. package/esm2022/services/confirmation/dialog/dialog.component.mjs +7 -7
  205. package/esm2022/services/data/data.service.mjs +5 -5
  206. package/esm2022/services/loading/loading.interceptor.mjs +4 -4
  207. package/esm2022/services/loading/loading.service.mjs +3 -3
  208. package/esm2022/services/local-storage/local-storage.service.mjs +3 -3
  209. package/esm2022/services/media-watcher/media-watcher.service.mjs +5 -5
  210. package/esm2022/services/platform/platform.service.mjs +4 -4
  211. package/esm2022/services/splash-screen/splash-screen.service.mjs +6 -6
  212. package/esm2022/services/title/title.service.mjs +4 -4
  213. package/esm2022/services/translation/translation.service.mjs +3 -3
  214. package/esm2022/services/utils/utils.service.mjs +54 -9
  215. package/fesm2022/cmat-animations.mjs +15 -15
  216. package/fesm2022/cmat-animations.mjs.map +1 -1
  217. package/fesm2022/cmat-components-adapter.mjs +11 -11
  218. package/fesm2022/cmat-components-adapter.mjs.map +1 -1
  219. package/fesm2022/cmat-components-breadcrumb.mjs +11 -11
  220. package/fesm2022/cmat-components-breadcrumb.mjs.map +1 -1
  221. package/fesm2022/cmat-components-card.mjs +4 -4
  222. package/fesm2022/cmat-components-card.mjs.map +1 -1
  223. package/fesm2022/cmat-components-cascade.mjs +215 -123
  224. package/fesm2022/cmat-components-cascade.mjs.map +1 -1
  225. package/fesm2022/cmat-components-chip-input.mjs +153 -50
  226. package/fesm2022/cmat-components-chip-input.mjs.map +1 -1
  227. package/fesm2022/cmat-components-custom-formly.mjs +1331 -0
  228. package/fesm2022/cmat-components-custom-formly.mjs.map +1 -0
  229. package/fesm2022/cmat-components-date-range.mjs +27 -18
  230. package/fesm2022/cmat-components-date-range.mjs.map +1 -1
  231. package/fesm2022/cmat-components-drawer.mjs +8 -8
  232. package/fesm2022/cmat-components-drawer.mjs.map +1 -1
  233. package/fesm2022/cmat-components-fullscreen.mjs +16 -73
  234. package/fesm2022/cmat-components-fullscreen.mjs.map +1 -1
  235. package/fesm2022/cmat-components-highlight.mjs +7 -7
  236. package/fesm2022/cmat-components-highlight.mjs.map +1 -1
  237. package/fesm2022/cmat-components-json-editor.mjs +3 -3
  238. package/fesm2022/cmat-components-masonry.mjs +4 -4
  239. package/fesm2022/cmat-components-masonry.mjs.map +1 -1
  240. package/fesm2022/cmat-components-material-color-picker.mjs +21 -11
  241. package/fesm2022/cmat-components-material-color-picker.mjs.map +1 -1
  242. package/fesm2022/cmat-components-material-datetimepicker.mjs +189 -195
  243. package/fesm2022/cmat-components-material-datetimepicker.mjs.map +1 -1
  244. package/fesm2022/cmat-components-navigation.mjs +166 -183
  245. package/fesm2022/cmat-components-navigation.mjs.map +1 -1
  246. package/fesm2022/cmat-components-pagination.mjs +20 -20
  247. package/fesm2022/cmat-components-pagination.mjs.map +1 -1
  248. package/fesm2022/cmat-components-password-strength.mjs +13 -13
  249. package/fesm2022/cmat-components-password-strength.mjs.map +1 -1
  250. package/fesm2022/cmat-components-popover.mjs +13 -14
  251. package/fesm2022/cmat-components-popover.mjs.map +1 -1
  252. package/fesm2022/cmat-components-progress-bar.mjs +6 -6
  253. package/fesm2022/cmat-components-progress-bar.mjs.map +1 -1
  254. package/fesm2022/cmat-components-rating.mjs +121 -22
  255. package/fesm2022/cmat-components-rating.mjs.map +1 -1
  256. package/fesm2022/cmat-components-select-search.mjs +41 -41
  257. package/fesm2022/cmat-components-select-search.mjs.map +1 -1
  258. package/fesm2022/cmat-components-select-tree.mjs +281 -157
  259. package/fesm2022/cmat-components-select-tree.mjs.map +1 -1
  260. package/fesm2022/cmat-components-timeline.mjs +12 -12
  261. package/fesm2022/cmat-components-timeline.mjs.map +1 -1
  262. package/fesm2022/cmat-components-toast.mjs +12 -12
  263. package/fesm2022/cmat-components-toast.mjs.map +1 -1
  264. package/fesm2022/cmat-components-transfer-picker.mjs +33 -33
  265. package/fesm2022/cmat-components-transfer-picker.mjs.map +1 -1
  266. package/fesm2022/cmat-components-upload.mjs +366 -0
  267. package/fesm2022/cmat-components-upload.mjs.map +1 -0
  268. package/fesm2022/cmat-directives-animate-on-scroll.mjs +6 -6
  269. package/fesm2022/cmat-directives-autofocus.mjs +3 -3
  270. package/fesm2022/cmat-directives-debounce.mjs +9 -9
  271. package/fesm2022/cmat-directives-digit-only.mjs +6 -6
  272. package/fesm2022/cmat-directives-equal-validator.mjs +3 -3
  273. package/fesm2022/cmat-lib-mock-api.mjs +6 -6
  274. package/fesm2022/cmat-lib-mock-api.mjs.map +1 -1
  275. package/fesm2022/cmat-pipes-bytes.mjs +3 -3
  276. package/fesm2022/cmat-pipes-date-format.mjs +3 -3
  277. package/fesm2022/cmat-pipes-find-by-key.mjs +3 -3
  278. package/fesm2022/cmat-pipes-group-by.mjs +3 -3
  279. package/fesm2022/cmat-pipes-keys.mjs +3 -3
  280. package/fesm2022/cmat-pipes-secure.mjs +4 -4
  281. package/fesm2022/cmat-pipes-secure.mjs.map +1 -1
  282. package/fesm2022/cmat-pipes-uppercase.mjs +3 -3
  283. package/fesm2022/cmat-services-alert.mjs +6 -6
  284. package/fesm2022/cmat-services-alert.mjs.map +1 -1
  285. package/fesm2022/cmat-services-config.mjs +7 -7
  286. package/fesm2022/cmat-services-config.mjs.map +1 -1
  287. package/fesm2022/cmat-services-confirmation.mjs +11 -11
  288. package/fesm2022/cmat-services-confirmation.mjs.map +1 -1
  289. package/fesm2022/cmat-services-data.mjs +5 -5
  290. package/fesm2022/cmat-services-data.mjs.map +1 -1
  291. package/fesm2022/cmat-services-loading.mjs +6 -6
  292. package/fesm2022/cmat-services-loading.mjs.map +1 -1
  293. package/fesm2022/cmat-services-local-storage.mjs +3 -3
  294. package/fesm2022/cmat-services-media-watcher.mjs +4 -4
  295. package/fesm2022/cmat-services-media-watcher.mjs.map +1 -1
  296. package/fesm2022/cmat-services-platform.mjs +3 -3
  297. package/fesm2022/cmat-services-platform.mjs.map +1 -1
  298. package/fesm2022/cmat-services-splash-screen.mjs +5 -5
  299. package/fesm2022/cmat-services-splash-screen.mjs.map +1 -1
  300. package/fesm2022/cmat-services-title.mjs +3 -3
  301. package/fesm2022/cmat-services-title.mjs.map +1 -1
  302. package/fesm2022/cmat-services-translation.mjs +3 -3
  303. package/fesm2022/cmat-services-utils.mjs +53 -8
  304. package/fesm2022/cmat-services-utils.mjs.map +1 -1
  305. package/package.json +30 -18
  306. package/pipes/secure/secure-pipe.d.ts +1 -1
  307. package/services/alert/enum.d.ts +1 -1
  308. package/services/confirmation/confirmation.service.d.ts +1 -1
  309. package/services/data/data.service.d.ts +1 -1
  310. package/services/media-watcher/media-watcher.service.d.ts +1 -1
  311. package/services/title/title.service.d.ts +1 -1
  312. package/services/utils/utils.service.d.ts +1 -0
  313. package/styles/components/bundle.scss +18 -5
  314. package/styles/overrides/angular-material.scss +51 -52
  315. package/styles/tailwind.scss +2 -8
  316. package/styles/themes.scss +7 -7
  317. package/styles/user-themes.scss +1 -1
  318. package/tailwind/plugins/utilities.js +1 -1
  319. package/components/fullscreen/fullscreen.types.d.ts +0 -13
  320. package/esm2022/components/fullscreen/fullscreen.types.mjs +0 -2
@@ -0,0 +1,54 @@
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, FormlyFieldProps } from '@ngx-formly/material/form-field';
7
+ import { ReplaySubject } from 'rxjs';
8
+ import * as i0 from "@angular/core";
9
+ interface SelectProps extends FormlyFieldProps, FormlyFieldSelectProps {
10
+ multiple?: boolean;
11
+ disableOptionCentering?: boolean;
12
+ typeaheadDebounceInterval?: number;
13
+ search: boolean;
14
+ canNull: boolean;
15
+ showToggleAllCheckbox: boolean;
16
+ domain?: {
17
+ url?: string;
18
+ code?: string;
19
+ key?: string;
20
+ value?: string;
21
+ };
22
+ }
23
+ export declare class CmatSelectTypeComponent extends FieldType<FieldTypeConfig<SelectProps>> implements OnInit, OnDestroy {
24
+ private _http;
25
+ defaultOptions: {
26
+ props: {
27
+ search: boolean;
28
+ canNull: boolean;
29
+ showToggleAllCheckbox: boolean;
30
+ };
31
+ };
32
+ optionsData: any[];
33
+ filteredCustomDetails: ReplaySubject<any[]>;
34
+ filteredCache: any[];
35
+ isIndeterminate: boolean;
36
+ isChecked: boolean;
37
+ multiFilterCtrl: FormControl;
38
+ private _urlData;
39
+ private _unsubscribeAll;
40
+ constructor(_http: HttpClient);
41
+ get datas(): any[];
42
+ ngOnInit(): void;
43
+ ngOnDestroy(): void;
44
+ getAriaLabelledby(): string;
45
+ getAriaLabel(): string;
46
+ toggleSelectAll(selectAllValue: boolean): void;
47
+ filterMulti(): void;
48
+ setToggleAllCheckboxState(): void;
49
+ trackByFn(index: number): any;
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 {};
@@ -0,0 +1,43 @@
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 { FormlyFieldProps } from '@ngx-formly/material/form-field';
7
+ import * as i0 from "@angular/core";
8
+ interface SelectTreeProps extends FormlyFieldProps, 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 {};
@@ -0,0 +1,9 @@
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
+ trackByFn(index: number): any;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CmatStepperHorizontalTypeComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<CmatStepperHorizontalTypeComponent, "cmat-stepper-horizontal-type", never, {}, {}, never, never, true, never>;
9
+ }
@@ -0,0 +1,6 @@
1
+ import { FormlyFieldProps } from '@ngx-formly/core';
2
+ export interface StepperProps extends FormlyFieldProps {
3
+ isEditable?: boolean;
4
+ isLinear?: boolean;
5
+ isOptional?: boolean;
6
+ }
@@ -0,0 +1,9 @@
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
+ trackByFn(index: number): any;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CmatStepperVerticalTypeComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<CmatStepperVerticalTypeComponent, "cmat-stepper-vertical-type", never, {}, {}, never, never, true, never>;
9
+ }
@@ -0,0 +1,43 @@
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, FormlyFieldProps } from '@ngx-formly/core';
5
+ import * as i0 from "@angular/core";
6
+ interface TableProps extends FormlyFieldProps {
7
+ addText: string;
8
+ showColumn?: boolean;
9
+ }
10
+ export declare class CmatTableTypeComponent extends FieldArrayType<FieldTypeConfig<TableProps>> implements OnInit {
11
+ private _changeDetectorRef;
12
+ dialogRef: TemplateRef<any>;
13
+ table: MatTable<any>;
14
+ inlineform: FormGroup<{}>;
15
+ currentMode: any;
16
+ currentIndex: number;
17
+ columns: Array<{
18
+ key: string;
19
+ label: string;
20
+ }>;
21
+ displayedColumns: string[];
22
+ dialogType: 'add' | 'edit' | '';
23
+ defaultOptions: {
24
+ props: {
25
+ addText: string;
26
+ };
27
+ };
28
+ private readonly _dialog;
29
+ private readonly _viewContainerRef;
30
+ private _dialogRef;
31
+ constructor(_changeDetectorRef: ChangeDetectorRef);
32
+ get fieldArray(): FormlyFieldConfig[];
33
+ get key(): string;
34
+ ngOnInit(): void;
35
+ addRow(): void;
36
+ editRow(item: any, index: number): void;
37
+ deleteRow(id: number): void;
38
+ confirm(): void;
39
+ trackByFn(index: number): any;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<CmatTableTypeComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<CmatTableTypeComponent, "cmat-table-type", never, {}, {}, never, never, true, never>;
42
+ }
43
+ export {};
@@ -0,0 +1,8 @@
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
+ trackByFn(index: number): any;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<CmatTabTypeComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CmatTabTypeComponent, "cmat-tab-type", never, {}, {}, never, never, true, never>;
8
+ }
@@ -0,0 +1,41 @@
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, FormlyFieldProps } from '@ngx-formly/material/form-field';
6
+ import { Observable } from 'rxjs';
7
+ import * as i0 from "@angular/core";
8
+ interface TagsProps extends FormlyFieldProps {
9
+ domain?: {
10
+ url?: string;
11
+ code?: string;
12
+ key?: string;
13
+ value?: string;
14
+ };
15
+ }
16
+ export declare class CmatTagsTypeComponent extends FieldType<FieldTypeConfig<TagsProps>> implements OnInit, OnDestroy {
17
+ private _http;
18
+ private _overlay;
19
+ private _viewContainerRef;
20
+ private _changeDetectorRef;
21
+ private _tagsPanelOrigin;
22
+ private _tagsPanel;
23
+ urlData: [];
24
+ optionsData: any[];
25
+ private _filteredItems;
26
+ private _tagsPanelOverlayRef;
27
+ private _unsubscribeAll;
28
+ constructor(_http: HttpClient, _overlay: Overlay, _viewContainerRef: ViewContainerRef, _changeDetectorRef: ChangeDetectorRef);
29
+ get filteredItems$(): Observable<any[] | null>;
30
+ get tags(): any[];
31
+ ngOnInit(): void;
32
+ ngOnDestroy(): void;
33
+ openTagsPanel(): void;
34
+ filterTags(event: any): void;
35
+ toggleTag(tag: any): void;
36
+ trackByFn(index: number): any;
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 {};
@@ -0,0 +1,13 @@
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
+ }
@@ -0,0 +1,31 @@
1
+ import { FieldTypeConfig } from '@ngx-formly/core';
2
+ import { FieldType, FormlyFieldProps } from '@ngx-formly/material/form-field';
3
+ import * as i0 from "@angular/core";
4
+ interface UploadProps extends FormlyFieldProps {
5
+ fileAlias: string;
6
+ filePath: string;
7
+ fileCategory: string;
8
+ multiple: boolean;
9
+ accept: string;
10
+ editMode: boolean;
11
+ autoUpload: boolean;
12
+ }
13
+ export declare class CmatUploadTypeComponent extends FieldType<FieldTypeConfig<UploadProps>> {
14
+ defaultOptions: {
15
+ props: {
16
+ fileAlias: string;
17
+ filePath: string;
18
+ fileCategory: string;
19
+ multiple: boolean;
20
+ accept: string;
21
+ editMode: boolean;
22
+ autoUpload: boolean;
23
+ };
24
+ };
25
+ upload(id: string): void;
26
+ remove(id: string): void;
27
+ updateData(i: any): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<CmatUploadTypeComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<CmatUploadTypeComponent, "cmat-upload-type", never, {}, {}, never, never, true, never>;
30
+ }
31
+ export {};
@@ -0,0 +1,10 @@
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
+ }
@@ -0,0 +1,6 @@
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
+ }
@@ -0,0 +1,6 @@
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
+ }
@@ -0,0 +1,6 @@
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,9 +1,9 @@
1
- import { ChangeDetectorRef, EventEmitter, OnDestroy, ViewContainerRef } from '@angular/core';
2
- import { ControlValueAccessor, FormControl } from '@angular/forms';
3
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
4
  import { Dayjs } from 'dayjs';
5
5
  import * as i0 from "@angular/core";
6
- export declare class CmatDateRangeComponent implements ControlValueAccessor, OnDestroy {
6
+ export declare class CmatDateRangeComponent implements ControlValueAccessor, OnInit, OnDestroy {
7
7
  private _overlay;
8
8
  private _viewContainerRef;
9
9
  private _changeDetectorRef;
@@ -29,11 +29,12 @@ export declare class CmatDateRangeComponent implements ControlValueAccessor, OnD
29
29
  private _range;
30
30
  private _timeFormat;
31
31
  private _timeRange;
32
+ private _readonly;
32
33
  private readonly _timeRegExp;
33
34
  private _unsubscribeAll;
34
35
  constructor(_overlay: Overlay, _viewContainerRef: ViewContainerRef, _changeDetectorRef: ChangeDetectorRef);
35
- /**
36
- * Setter & getter for dateFormat input */
36
+ get readonly(): boolean;
37
+ set readonly(value: boolean);
37
38
  get dateFormat(): string;
38
39
  set dateFormat(value: string);
39
40
  /**
@@ -69,6 +70,7 @@ export declare class CmatDateRangeComponent implements ControlValueAccessor, OnD
69
70
  start: string;
70
71
  end: string;
71
72
  }): void;
73
+ ngOnInit(): void;
72
74
  /**
73
75
  * On destroy
74
76
  */
@@ -131,5 +133,5 @@ export declare class CmatDateRangeComponent implements ControlValueAccessor, OnD
131
133
  */
132
134
  private _parseTime;
133
135
  static ɵfac: i0.ɵɵFactoryDeclaration<CmatDateRangeComponent, never>;
134
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatDateRangeComponent, "cmat-date-range", ["cmatDateRange"], { "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>;
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>;
135
137
  }
@@ -1,9 +1,9 @@
1
- import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
2
1
  import { AnimationBuilder } from '@angular/animations';
3
2
  import { BooleanInput } from '@angular/cdk/coercion';
3
+ import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
4
+ import { CmatUtilsService } from 'cmat/services/utils';
4
5
  import { CmatDrawerService } from './drawer.service';
5
6
  import { CmatDrawerMode, CmatDrawerPosition } from './drawer.types';
6
- import { CmatUtilsService } from 'cmat/services/utils';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class CmatDrawerComponent implements OnChanges, OnInit, OnDestroy {
9
9
  private _animationBuilder;
@@ -1,18 +1,11 @@
1
- import { OnInit, TemplateRef } from '@angular/core';
1
+ import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class CmatFullscreenComponent implements OnInit {
3
+ export declare class CmatFullscreenComponent {
4
4
  private _document;
5
5
  iconTpl: TemplateRef<any>;
6
6
  tooltip: string;
7
- private _fsDoc;
8
- private _fsDocEl;
9
- private _isFullscreen;
10
7
  constructor(_document: Document);
11
- ngOnInit(): void;
12
8
  toggleFullscreen(): void;
13
- private _getBrowserFullscreenElement;
14
- private _openFullscreen;
15
- private _closeFullscreen;
16
9
  static ɵfac: i0.ɵɵFactoryDeclaration<CmatFullscreenComponent, never>;
17
10
  static ɵcmp: i0.ɵɵComponentDeclaration<CmatFullscreenComponent, "cmat-fullscreen", ["cmatFullscreen"], { "iconTpl": { "alias": "iconTpl"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
18
11
  }
@@ -1,2 +1 @@
1
1
  export * from './fullscreen.component';
2
- export * from './fullscreen.types';
@@ -1,9 +1,10 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { CmatSelectedColor } from './selected-color';
1
+ import { ChangeDetectorRef, EventEmitter } from '@angular/core';
3
2
  import { ControlValueAccessor } from '@angular/forms';
3
+ import { CmatSelectedColor } from './selected-color';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare const CMAT_MATERIAL_COLOR_PICKER_VALUE_ACCESSOR: any;
6
6
  export declare class CmatMaterialColorPickerComponent implements ControlValueAccessor {
7
+ private _changeDetectorRef;
7
8
  colorChanged: EventEmitter<any>;
8
9
  palettes: string[];
9
10
  hues: string[];
@@ -13,13 +14,16 @@ export declare class CmatMaterialColorPickerComponent implements ControlValueAcc
13
14
  selectedHue: string;
14
15
  private _color;
15
16
  private _title;
17
+ private _readonly;
16
18
  private _modelChange;
17
19
  private _modelTouched;
18
- constructor();
20
+ constructor(_changeDetectorRef: ChangeDetectorRef);
19
21
  get color(): string;
20
22
  set color(value: string);
21
23
  get title(): string;
22
24
  set title(value: string);
25
+ get readonly(): boolean;
26
+ set readonly(value: boolean);
23
27
  registerOnChange(fn: any): void;
24
28
  registerOnTouched(fn: any): void;
25
29
  writeValue(color: any): void;
@@ -31,5 +35,5 @@ export declare class CmatMaterialColorPickerComponent implements ControlValueAcc
31
35
  onMenuOpen(opened: boolean): void;
32
36
  trackByFn(index: number, item: any): any;
33
37
  static ɵfac: i0.ɵɵFactoryDeclaration<CmatMaterialColorPickerComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<CmatMaterialColorPickerComponent, "cmat-material-color-picker", ["cmatMaterialColorPicker"], { "color": { "alias": "color"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, { "colorChanged": "colorChanged"; }, never, never, true, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<CmatMaterialColorPickerComponent, "cmat-material-color-picker", ["cmatMaterialColorPicker"], { "color": { "alias": "color"; "required": false; }; "title": { "alias": "title"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "colorChanged": "colorChanged"; }, never, never, true, never>;
35
39
  }
@@ -1,8 +1,8 @@
1
1
  import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy } from '@angular/core';
2
- import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
3
2
  import { CmatDatetimeFormats, DatetimeAdapter } from 'cmat/components/adapter';
4
- import { CmatAMPM, CmatCalendarView, CmatClockView, CmatDatetimepickerType } from './datetimepicker-types';
3
+ import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
5
4
  import { CmatDatetimepickerIntl } from './datetimepicker-intl';
5
+ import { CmatAMPM, CmatCalendarView, CmatClockView, CmatDatetimepickerType } from './datetimepicker-types';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * A calendar that is used as part of the datepicker.
@@ -1,6 +1,6 @@
1
1
  import { AfterContentInit, ElementRef, EventEmitter } from '@angular/core';
2
- import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
3
2
  import { DatetimeAdapter } from 'cmat/components/adapter';
3
+ import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
4
4
  import { CmatClockView } from './datetimepicker-types';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare const CLOCK_RADIUS = 50;
@@ -1,10 +1,10 @@
1
1
  import { AfterContentInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
2
2
  import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
3
+ import { ThemePalette } from '@angular/material/core';
3
4
  import { MatFormField } from '@angular/material/form-field';
4
5
  import { DatetimeAdapter, CmatDatetimeFormats } from 'cmat/components/adapter';
5
6
  import { CmatDatetimepickerComponent } from './datetimepicker';
6
7
  import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
7
- import { ThemePalette } from '@angular/material/core';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare const CMAT_DATETIMEPICKER_VALUE_ACCESSOR: any;
10
10
  export declare const CMAT_DATETIMEPICKER_VALIDATORS: any;
@@ -1,7 +1,7 @@
1
1
  import { AfterContentInit, ChangeDetectorRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
+ import { MatButton } from '@angular/material/button';
2
3
  import { CmatDatetimepickerComponent } from './datetimepicker';
3
4
  import { CmatDatetimepickerIntl } from './datetimepicker-intl';
4
- import { MatButton } from '@angular/material/button';
5
5
  import * as i0 from "@angular/core";
6
6
  /** Can be used to override the icon of a `cmatDatetimepickerToggle`. */
7
7
  export declare class CmatDatetimepickerToggleIconDirective {
@@ -1,13 +1,13 @@
1
1
  import { Directionality } from '@angular/cdk/bidi';
2
2
  import { Overlay, ScrollStrategy } from '@angular/cdk/overlay';
3
3
  import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, NgZone, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
4
+ import { ThemePalette } from '@angular/material/core';
4
5
  import { Subject } from 'rxjs';
5
6
  import { DatetimeAdapter } from 'cmat/components/adapter';
7
+ import { CmatDatetimepickerCalendarComponent } from './calendar';
6
8
  import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
7
9
  import { CmatDatetimepickerInputDirective } from './datetimepicker-input';
8
10
  import { CmatCalendarView, CmatDatetimepickerMode, CmatDatetimepickerType, DatetimepickerDropdownPositionX, DatetimepickerDropdownPositionY } from './datetimepicker-types';
9
- import { CanColor, ThemePalette } from '@angular/material/core';
10
- import { CmatDatetimepickerCalendarComponent } from './calendar';
11
11
  import * as i0 from "@angular/core";
12
12
  /** Injection token that determines the scroll handling while the calendar is open. */
13
13
  export declare const CMAT_DATETIMEPICKER_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
@@ -17,18 +17,14 @@ export declare const CMAT_DATETIMEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER: {
17
17
  deps: (typeof Overlay)[];
18
18
  useFactory: typeof CMAT_DATETIMEPICKER_SCROLL_STRATEGY_FACTORY;
19
19
  };
20
- declare const cmatDatetimepickerContentBase: import("@angular/material/core")._Constructor<CanColor> & import("@angular/material/core")._AbstractConstructor<CanColor> & {
21
- new (_elementRef: ElementRef): {
22
- _elementRef: ElementRef;
23
- };
24
- };
25
20
  /**
26
21
  * Component used as the content for the datepicker dialog and popup. We use this instead of using
27
22
  * MatCalendar directly as the content so we can control the initial focus. This also gives us a
28
23
  * place to put additional features of the popup that are not part of the calendar itself in the
29
24
  * future. (e.g. confirmation buttons).
30
25
  */
31
- export declare class CmatDatetimepickerContentComponent<D> extends cmatDatetimepickerContentBase implements OnInit, AfterContentInit, OnDestroy, CanColor {
26
+ export declare class CmatDatetimepickerContentComponent<D> implements OnInit, AfterContentInit, OnDestroy {
27
+ protected _elementRef: ElementRef;
32
28
  private _changeDetectorRef;
33
29
  _calendar: CmatDatetimepickerCalendarComponent<D>;
34
30
  color: ThemePalette;
@@ -41,7 +37,7 @@ export declare class CmatDatetimepickerContentComponent<D> extends cmatDatetimep
41
37
  readonly animationDone: Subject<void>;
42
38
  /** Id of the label for the `role="dialog"` element. */
43
39
  dialogLabelId: string | null;
44
- constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef);
40
+ constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef);
45
41
  ngOnInit(): void;
46
42
  ngAfterContentInit(): void;
47
43
  startExitAnimation(): void;
@@ -192,4 +188,3 @@ export declare class CmatDatetimepickerComponent<D> implements OnDestroy {
192
188
  static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerComponent<any>, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
193
189
  static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerComponent<any>, "cmat-datetimepicker", ["cmatDatetimepicker"], { "startView": { "alias": "startView"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "timeInterval": { "alias": "timeInterval"; "required": false; }; "preventSameDateTimeSelection": { "alias": "preventSameDateTimeSelection"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "yPosition": { "alias": "yPosition"; "required": false; }; "multiYearSelector": { "alias": "multiYearSelector"; "required": false; }; "twelvehour": { "alias": "twelvehour"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "color": { "alias": "color"; "required": false; }; "startAt": { "alias": "startAt"; "required": false; }; "type": { "alias": "type"; "required": false; }; "timeInput": { "alias": "timeInput"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "restoreFocus": { "alias": "restoreFocus"; "required": false; }; }, { "selectedChanged": "selectedChanged"; "openedStream": "openedStream"; "closedStream": "closedStream"; "viewChanged": "viewChanged"; }, never, never, true, never>;
194
190
  }
195
- export {};
@@ -1,6 +1,5 @@
1
1
  import { AfterContentInit, EventEmitter } from '@angular/core';
2
- import { CmatDatetimeFormats } from 'cmat/components/adapter';
3
- import { DatetimeAdapter } from 'cmat/components/adapter';
2
+ import { CmatDatetimeFormats, DatetimeAdapter } from 'cmat/components/adapter';
4
3
  import { CmatDatetimepickerCalendarCellComponent } from './calendar-body';
5
4
  import { CmatDatetimepickerType } from './datetimepicker-types';
6
5
  import * as i0 from "@angular/core";
@@ -1,6 +1,6 @@
1
1
  import { AfterContentInit, EventEmitter } from '@angular/core';
2
- import { CmatDatetimepickerCalendarCellComponent } from './calendar-body';
3
2
  import { CmatDatetimeFormats, DatetimeAdapter } from 'cmat/components/adapter';
3
+ import { CmatDatetimepickerCalendarCellComponent } from './calendar-body';
4
4
  import { CmatDatetimepickerType } from './datetimepicker-types';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare const yearsPerPage = 24;
@@ -1,10 +1,10 @@
1
1
  import { NumberInput } from '@angular/cdk/coercion';
2
2
  import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
3
3
  import { SubscriptionLike } from 'rxjs';
4
- import { CmatAMPM, CmatClockView } from './datetimepicker-types';
5
- import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
6
4
  import { DatetimeAdapter } from 'cmat/components/adapter';
5
+ import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
7
6
  import { CmatDatetimepickerIntl } from './datetimepicker-intl';
7
+ import { CmatAMPM, CmatClockView } from './datetimepicker-types';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class CmatDatetimepickerTimeInputDirective implements OnDestroy {
10
10
  private _element;
@@ -1,6 +1,6 @@
1
1
  import { AfterContentInit, EventEmitter } from '@angular/core';
2
- import { CmatDatetimepickerCalendarCellComponent } from './calendar-body';
3
2
  import { CmatDatetimeFormats, DatetimeAdapter } from 'cmat/components/adapter';
3
+ import { CmatDatetimepickerCalendarCellComponent } from './calendar-body';
4
4
  import { CmatDatetimepickerType } from './datetimepicker-types';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
@@ -1,8 +1,8 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { IsActiveMatchOptions } from '@angular/router';
3
+ import { CmatUtilsService } from 'cmat/services/utils';
3
4
  import { CmatNavigationService } from '../../../navigation.service';
4
5
  import { CmatNavigationItem } from '../../../navigation.types';
5
- import { CmatUtilsService } from 'cmat/services/utils';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CmatHorizontalNavigationBasicItemComponent implements OnInit, OnDestroy {
8
8
  private _changeDetectorRef;
@@ -1,5 +1,5 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
1
  import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
3
3
  import { MatMenu } from '@angular/material/menu';
4
4
  import { CmatNavigationService } from '../../../navigation.service';
5
5
  import { CmatNavigationItem } from '../../../navigation.types';
@@ -1,8 +1,8 @@
1
1
  import { ChangeDetectorRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { ReplaySubject } from 'rxjs';
3
- import { CmatNavigationItem } from '../navigation.types';
4
- import { CmatNavigationService } from '../navigation.service';
5
3
  import { CmatUtilsService } from 'cmat/services/utils';
4
+ import { CmatNavigationService } from '../navigation.service';
5
+ import { CmatNavigationItem } from '../navigation.types';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CmatHorizontalNavigationComponent implements OnChanges, OnInit, OnDestroy {
8
8
  private _changeDetectorRef;
@@ -1,6 +1,6 @@
1
+ import { BooleanInput } from '@angular/cdk/coercion';
1
2
  import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
3
  import { Router } from '@angular/router';
3
- import { BooleanInput } from '@angular/cdk/coercion';
4
4
  import { CmatNavigationService } from '../../../navigation.service';
5
5
  import { CmatNavigationItem } from '../../../navigation.types';
6
6
  import * as i0 from "@angular/core";
@@ -1,8 +1,8 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { IsActiveMatchOptions } from '@angular/router';
3
+ import { CmatUtilsService } from 'cmat/services/utils';
3
4
  import { CmatNavigationService } from '../../../navigation.service';
4
5
  import { CmatNavigationItem } from '../../../navigation.types';
5
- import { CmatUtilsService } from 'cmat/services/utils';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CmatVerticalNavigationBasicItemComponent implements OnInit, OnDestroy {
8
8
  private _changeDetectorRef;
@@ -16,13 +16,7 @@ export declare class CmatVerticalNavigationBasicItemComponent implements OnInit,
16
16
  private _cmatVerticalNavigationComponent;
17
17
  private _unsubscribeAll;
18
18
  constructor(_changeDetectorRef: ChangeDetectorRef, _cmatNavigationService: CmatNavigationService, _cmatUtilsService: CmatUtilsService);
19
- /**
20
- * On init
21
- */
22
19
  ngOnInit(): void;
23
- /**
24
- * On destroy
25
- */
26
20
  ngOnDestroy(): void;
27
21
  selectItem(): void;
28
22
  static ɵfac: i0.ɵɵFactoryDeclaration<CmatVerticalNavigationBasicItemComponent, never>;