cmat 0.0.17 → 0.0.19

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 (496) hide show
  1. package/components/carousel/carousel.component.d.ts +136 -0
  2. package/components/carousel/carousel.interface.d.ts +38 -0
  3. package/components/carousel/index.d.ts +5 -0
  4. package/components/carousel/public-api.d.ts +2 -0
  5. package/components/custom-formly/public-api.d.ts +2 -0
  6. package/components/custom-formly/types/knob/knob.component.d.ts +36 -0
  7. package/components/custom-formly/types/select-table/select-table.component.d.ts +40 -0
  8. package/components/custom-formly/types/table/table.component.d.ts +3 -8
  9. package/components/custom-formly/wrappers/form-field/form-field.component.d.ts +4 -4
  10. package/components/image-viewer/image-viewer.component.d.ts +76 -0
  11. package/components/image-viewer/index.d.ts +5 -0
  12. package/components/image-viewer/public-api.d.ts +1 -0
  13. package/components/knob-input/index.d.ts +5 -0
  14. package/components/knob-input/knob-input.component.d.ts +95 -0
  15. package/components/knob-input/public-api.d.ts +1 -0
  16. package/components/material-datetimepicker/datetimepicker-input.d.ts +2 -2
  17. package/components/opt-input/index.d.ts +5 -0
  18. package/components/opt-input/models/config.d.ts +14 -0
  19. package/components/opt-input/otp-input.component.d.ts +70 -0
  20. package/components/opt-input/public-api.d.ts +1 -0
  21. package/components/opt-input/utils/keyboard-util.d.ts +9 -0
  22. package/components/opt-input/utils/object-util.d.ts +3 -0
  23. package/components/org-chart/designer/chart-designer.component.d.ts +17 -0
  24. package/components/org-chart/index.d.ts +5 -0
  25. package/components/org-chart/node/chart-node.component.d.ts +17 -0
  26. package/components/org-chart/node/node.type.d.ts +22 -0
  27. package/components/org-chart/org-chart.component.d.ts +12 -0
  28. package/components/org-chart/public-api.d.ts +2 -0
  29. package/components/popover/popover.interfaces.d.ts +1 -1
  30. package/components/select-table/index.d.ts +5 -0
  31. package/components/select-table/public-api.d.ts +2 -0
  32. package/components/select-table/select-table.component.d.ts +96 -0
  33. package/components/select-table/select-table.type.d.ts +20 -0
  34. package/components/select-tree/select-tree.component.d.ts +11 -12
  35. package/components/speed-dial/index.d.ts +5 -0
  36. package/components/speed-dial/public-api.d.ts +2 -0
  37. package/components/speed-dial/speed-dial.component.d.ts +63 -0
  38. package/components/transfer-picker/interface.d.ts +0 -1
  39. package/components/transfer-picker/transfer-picker-source/transfer-picker-source.component.d.ts +8 -6
  40. package/components/treetable/index.d.ts +5 -0
  41. package/components/treetable/public-api.d.ts +2 -0
  42. package/components/treetable/treetable.component.d.ts +32 -0
  43. package/components/treetable/treetable.interface.d.ts +9 -0
  44. package/directives/animate-on-scroll/animate-on-scroll.directive.d.ts +4 -4
  45. package/directives/arrow-cursor/arrow-cursor.directive.d.ts +31 -0
  46. package/directives/arrow-cursor/index.d.ts +5 -0
  47. package/directives/arrow-cursor/public-api.d.ts +1 -0
  48. package/directives/data-exporter/constants.d.ts +26 -0
  49. package/directives/data-exporter/data-exporter.directive.d.ts +18 -0
  50. package/directives/data-exporter/index.d.ts +5 -0
  51. package/directives/data-exporter/mime.d.ts +5 -0
  52. package/directives/data-exporter/options.d.ts +21 -0
  53. package/directives/data-exporter/public-api.d.ts +2 -0
  54. package/directives/data-exporter/services/exporters/csv-exporter.service.d.ts +12 -0
  55. package/directives/data-exporter/services/exporters/exporter.d.ts +4 -0
  56. package/directives/data-exporter/services/exporters/file-exporter.d.ts +8 -0
  57. package/directives/data-exporter/services/exporters/json-exporter.service.d.ts +11 -0
  58. package/directives/data-exporter/services/exporters/txt-exporter.service.d.ts +12 -0
  59. package/directives/data-exporter/services/exporters/worksheet-exporter.d.ts +10 -0
  60. package/directives/data-exporter/services/exporters/xls-exporter.service.d.ts +14 -0
  61. package/directives/data-exporter/services/exporters/xlsx-exporter.service.d.ts +9 -0
  62. package/directives/data-exporter/services/file-util.d.ts +8 -0
  63. package/directives/data-exporter/services/service-locator.service.d.ts +11 -0
  64. package/directives/debounce/abstract-debounce.directive.d.ts +1 -1
  65. package/fesm2022/cmat-animations.mjs.map +1 -1
  66. package/fesm2022/cmat-components-adapter.mjs +9 -9
  67. package/fesm2022/cmat-components-adapter.mjs.map +1 -1
  68. package/fesm2022/cmat-components-breadcrumb.mjs +10 -10
  69. package/fesm2022/cmat-components-breadcrumb.mjs.map +1 -1
  70. package/fesm2022/cmat-components-card.mjs +4 -4
  71. package/fesm2022/cmat-components-card.mjs.map +1 -1
  72. package/fesm2022/cmat-components-carousel.mjs +711 -0
  73. package/fesm2022/cmat-components-carousel.mjs.map +1 -0
  74. package/fesm2022/cmat-components-cascade.mjs +12 -12
  75. package/fesm2022/cmat-components-cascade.mjs.map +1 -1
  76. package/fesm2022/cmat-components-chip-input.mjs +5 -5
  77. package/fesm2022/cmat-components-chip-input.mjs.map +1 -1
  78. package/fesm2022/cmat-components-custom-formly.mjs +225 -155
  79. package/fesm2022/cmat-components-custom-formly.mjs.map +1 -1
  80. package/fesm2022/cmat-components-date-range.mjs +5 -5
  81. package/fesm2022/cmat-components-date-range.mjs.map +1 -1
  82. package/fesm2022/cmat-components-drawer.mjs +6 -6
  83. package/fesm2022/cmat-components-drawer.mjs.map +1 -1
  84. package/fesm2022/cmat-components-fullscreen.mjs +4 -4
  85. package/fesm2022/cmat-components-fullscreen.mjs.map +1 -1
  86. package/fesm2022/cmat-components-highlight.mjs +7 -7
  87. package/fesm2022/cmat-components-highlight.mjs.map +1 -1
  88. package/fesm2022/cmat-components-image-viewer.mjs +227 -0
  89. package/fesm2022/cmat-components-image-viewer.mjs.map +1 -0
  90. package/fesm2022/cmat-components-json-editor.mjs +4 -4
  91. package/fesm2022/cmat-components-json-editor.mjs.map +1 -1
  92. package/fesm2022/cmat-components-knob-input.mjs +404 -0
  93. package/fesm2022/cmat-components-knob-input.mjs.map +1 -0
  94. package/fesm2022/cmat-components-masonry.mjs +4 -4
  95. package/fesm2022/cmat-components-masonry.mjs.map +1 -1
  96. package/fesm2022/cmat-components-material-color-picker.mjs +4 -4
  97. package/fesm2022/cmat-components-material-color-picker.mjs.map +1 -1
  98. package/fesm2022/cmat-components-material-datetimepicker.mjs +53 -53
  99. package/fesm2022/cmat-components-material-datetimepicker.mjs.map +1 -1
  100. package/fesm2022/cmat-components-navigation.mjs +51 -51
  101. package/fesm2022/cmat-components-navigation.mjs.map +1 -1
  102. package/fesm2022/cmat-components-opt-input.mjs +457 -0
  103. package/fesm2022/cmat-components-opt-input.mjs.map +1 -0
  104. package/fesm2022/cmat-components-org-chart.mjs +141 -0
  105. package/fesm2022/cmat-components-org-chart.mjs.map +1 -0
  106. package/fesm2022/cmat-components-pagination.mjs +13 -13
  107. package/fesm2022/cmat-components-pagination.mjs.map +1 -1
  108. package/fesm2022/cmat-components-password-strength.mjs +12 -12
  109. package/fesm2022/cmat-components-password-strength.mjs.map +1 -1
  110. package/fesm2022/cmat-components-popover.mjs +10 -10
  111. package/fesm2022/cmat-components-popover.mjs.map +1 -1
  112. package/fesm2022/cmat-components-progress-bar.mjs +4 -4
  113. package/fesm2022/cmat-components-progress-bar.mjs.map +1 -1
  114. package/fesm2022/cmat-components-rating.mjs +4 -4
  115. package/fesm2022/cmat-components-rating.mjs.map +1 -1
  116. package/fesm2022/cmat-components-select-search.mjs +11 -11
  117. package/fesm2022/cmat-components-select-search.mjs.map +1 -1
  118. package/fesm2022/cmat-components-select-table.mjs +658 -0
  119. package/fesm2022/cmat-components-select-table.mjs.map +1 -0
  120. package/fesm2022/cmat-components-select-tree.mjs +75 -57
  121. package/fesm2022/cmat-components-select-tree.mjs.map +1 -1
  122. package/fesm2022/cmat-components-speed-dial.mjs +312 -0
  123. package/fesm2022/cmat-components-speed-dial.mjs.map +1 -0
  124. package/fesm2022/cmat-components-timeline.mjs +14 -14
  125. package/fesm2022/cmat-components-timeline.mjs.map +1 -1
  126. package/fesm2022/cmat-components-toast.mjs +11 -11
  127. package/fesm2022/cmat-components-toast.mjs.map +1 -1
  128. package/fesm2022/cmat-components-transfer-picker.mjs +60 -41
  129. package/fesm2022/cmat-components-transfer-picker.mjs.map +1 -1
  130. package/fesm2022/cmat-components-treetable.mjs +122 -0
  131. package/fesm2022/cmat-components-treetable.mjs.map +1 -0
  132. package/fesm2022/cmat-components-upload.mjs +11 -11
  133. package/fesm2022/cmat-components-upload.mjs.map +1 -1
  134. package/fesm2022/cmat-directives-animate-on-scroll.mjs +21 -21
  135. package/fesm2022/cmat-directives-animate-on-scroll.mjs.map +1 -1
  136. package/fesm2022/cmat-directives-arrow-cursor.mjs +184 -0
  137. package/fesm2022/cmat-directives-arrow-cursor.mjs.map +1 -0
  138. package/fesm2022/cmat-directives-autofocus.mjs +3 -3
  139. package/fesm2022/cmat-directives-autofocus.mjs.map +1 -1
  140. package/fesm2022/cmat-directives-data-exporter.mjs +324 -0
  141. package/fesm2022/cmat-directives-data-exporter.mjs.map +1 -0
  142. package/fesm2022/cmat-directives-debounce.mjs +9 -9
  143. package/fesm2022/cmat-directives-debounce.mjs.map +1 -1
  144. package/fesm2022/cmat-directives-digit-only.mjs +8 -6
  145. package/fesm2022/cmat-directives-digit-only.mjs.map +1 -1
  146. package/fesm2022/cmat-directives-equal-validator.mjs +3 -3
  147. package/fesm2022/cmat-directives-equal-validator.mjs.map +1 -1
  148. package/fesm2022/cmat-lib-mock-api.mjs +6 -6
  149. package/fesm2022/cmat-lib-mock-api.mjs.map +1 -1
  150. package/fesm2022/cmat-pipes-bytes.mjs +3 -3
  151. package/fesm2022/cmat-pipes-bytes.mjs.map +1 -1
  152. package/fesm2022/cmat-pipes-date-format.mjs +3 -3
  153. package/fesm2022/cmat-pipes-date-format.mjs.map +1 -1
  154. package/fesm2022/cmat-pipes-find-by-key.mjs +3 -3
  155. package/fesm2022/cmat-pipes-find-by-key.mjs.map +1 -1
  156. package/fesm2022/cmat-pipes-group-by.mjs +3 -3
  157. package/fesm2022/cmat-pipes-group-by.mjs.map +1 -1
  158. package/fesm2022/cmat-pipes-keys.mjs +3 -3
  159. package/fesm2022/cmat-pipes-keys.mjs.map +1 -1
  160. package/fesm2022/cmat-pipes-secure.mjs +3 -3
  161. package/fesm2022/cmat-pipes-secure.mjs.map +1 -1
  162. package/fesm2022/cmat-pipes-uppercase.mjs +3 -3
  163. package/fesm2022/cmat-pipes-uppercase.mjs.map +1 -1
  164. package/fesm2022/cmat-services-alert.mjs +3 -3
  165. package/fesm2022/cmat-services-alert.mjs.map +1 -1
  166. package/fesm2022/cmat-services-config.mjs +6 -6
  167. package/fesm2022/cmat-services-config.mjs.map +1 -1
  168. package/fesm2022/cmat-services-confirmation.mjs +7 -7
  169. package/fesm2022/cmat-services-confirmation.mjs.map +1 -1
  170. package/fesm2022/cmat-services-data.mjs +3 -3
  171. package/fesm2022/cmat-services-data.mjs.map +1 -1
  172. package/fesm2022/cmat-services-export-as.mjs +211 -0
  173. package/fesm2022/cmat-services-export-as.mjs.map +1 -0
  174. package/fesm2022/cmat-services-loading.mjs +6 -6
  175. package/fesm2022/cmat-services-loading.mjs.map +1 -1
  176. package/fesm2022/cmat-services-local-storage.mjs +3 -3
  177. package/fesm2022/cmat-services-local-storage.mjs.map +1 -1
  178. package/fesm2022/cmat-services-media-watcher.mjs +3 -3
  179. package/fesm2022/cmat-services-media-watcher.mjs.map +1 -1
  180. package/fesm2022/cmat-services-platform.mjs +3 -3
  181. package/fesm2022/cmat-services-platform.mjs.map +1 -1
  182. package/fesm2022/cmat-services-splash-screen.mjs +3 -3
  183. package/fesm2022/cmat-services-splash-screen.mjs.map +1 -1
  184. package/fesm2022/cmat-services-title.mjs +3 -3
  185. package/fesm2022/cmat-services-title.mjs.map +1 -1
  186. package/fesm2022/cmat-services-translation.mjs +3 -3
  187. package/fesm2022/cmat-services-translation.mjs.map +1 -1
  188. package/fesm2022/cmat-services-utils.mjs +3 -3
  189. package/fesm2022/cmat-services-utils.mjs.map +1 -1
  190. package/fesm2022/cmat-validators.mjs.map +1 -1
  191. package/fesm2022/cmat-version.mjs.map +1 -1
  192. package/icons/arrow-cursor.svg +1 -1
  193. package/package.json +78 -144
  194. package/services/export-as/export-as-config.model.d.ts +8 -0
  195. package/services/export-as/export-as.service.d.ts +43 -0
  196. package/services/export-as/index.d.ts +5 -0
  197. package/services/export-as/public-api.d.ts +2 -0
  198. package/styles/overrides/angular-material.scss +95 -13
  199. package/esm2022/animations/cmat-animations.mjs +0 -5
  200. package/esm2022/animations/defaults.mjs +0 -12
  201. package/esm2022/animations/dropdown.mjs +0 -26
  202. package/esm2022/animations/expand-collapse.mjs +0 -17
  203. package/esm2022/animations/fade.mjs +0 -170
  204. package/esm2022/animations/public-api.mjs +0 -19
  205. package/esm2022/animations/shake.mjs +0 -59
  206. package/esm2022/animations/slide.mjs +0 -124
  207. package/esm2022/animations/transform.mjs +0 -16
  208. package/esm2022/animations/zoom.mjs +0 -38
  209. package/esm2022/cmat.mjs +0 -5
  210. package/esm2022/components/adapter/cmat-components-adapter.mjs +0 -5
  211. package/esm2022/components/adapter/datetime-adapter.mjs +0 -127
  212. package/esm2022/components/adapter/datetime-formats.mjs +0 -3
  213. package/esm2022/components/adapter/dayjs-date-adapter.mjs +0 -198
  214. package/esm2022/components/adapter/dayjs-date-formats.mjs +0 -12
  215. package/esm2022/components/adapter/dayjs-datetime-adapter.mjs +0 -100
  216. package/esm2022/components/adapter/dayjs-datetime-formats.mjs +0 -21
  217. package/esm2022/components/adapter/native-datetime-adapter.mjs +0 -130
  218. package/esm2022/components/adapter/native-datetime-formats.mjs +0 -15
  219. package/esm2022/components/adapter/public-api.mjs +0 -9
  220. package/esm2022/components/breadcrumb/breadcrumb-item.directive.mjs +0 -19
  221. package/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -94
  222. package/esm2022/components/breadcrumb/breadcrumb.service.mjs +0 -333
  223. package/esm2022/components/breadcrumb/cmat-components-breadcrumb.mjs +0 -5
  224. package/esm2022/components/breadcrumb/public-api.mjs +0 -6
  225. package/esm2022/components/breadcrumb/types/breadcrumb.config.mjs +0 -2
  226. package/esm2022/components/breadcrumb/types/breadcrumb.mjs +0 -2
  227. package/esm2022/components/card/card.component.mjs +0 -49
  228. package/esm2022/components/card/card.types.mjs +0 -2
  229. package/esm2022/components/card/cmat-components-card.mjs +0 -5
  230. package/esm2022/components/card/public-api.mjs +0 -3
  231. package/esm2022/components/cascade/cascade-bottom-sheet/cascade-bottom-sheet.component.mjs +0 -49
  232. package/esm2022/components/cascade/cascade-list/cascade-list.component.mjs +0 -384
  233. package/esm2022/components/cascade/cascade-menu/cascade-menu.component.mjs +0 -22
  234. package/esm2022/components/cascade/cmat-components-cascade.mjs +0 -5
  235. package/esm2022/components/cascade/options.interface.mjs +0 -2
  236. package/esm2022/components/cascade/public-api.mjs +0 -4
  237. package/esm2022/components/chip-input/chip-input.component.mjs +0 -251
  238. package/esm2022/components/chip-input/cmat-components-chip-input.mjs +0 -5
  239. package/esm2022/components/chip-input/public-api.mjs +0 -2
  240. package/esm2022/components/custom-formly/cmat-components-custom-formly.mjs +0 -5
  241. package/esm2022/components/custom-formly/extension/addons.extension.mjs +0 -13
  242. package/esm2022/components/custom-formly/public-api.mjs +0 -29
  243. package/esm2022/components/custom-formly/types/button/button.component.mjs +0 -81
  244. package/esm2022/components/custom-formly/types/cascade/cascade.component.mjs +0 -71
  245. package/esm2022/components/custom-formly/types/checklist/checklist.component.mjs +0 -161
  246. package/esm2022/components/custom-formly/types/chips/chips.component.mjs +0 -55
  247. package/esm2022/components/custom-formly/types/color-picker/color-picker.component.mjs +0 -15
  248. package/esm2022/components/custom-formly/types/date-range/date-range.component.mjs +0 -25
  249. package/esm2022/components/custom-formly/types/datepicker/datepicker.component.mjs +0 -51
  250. package/esm2022/components/custom-formly/types/multicheckbox/multicheckbox.component.mjs +0 -88
  251. package/esm2022/components/custom-formly/types/number/number.component.mjs +0 -27
  252. package/esm2022/components/custom-formly/types/quill/quill.component.mjs +0 -171
  253. package/esm2022/components/custom-formly/types/radio/radio.component.mjs +0 -87
  254. package/esm2022/components/custom-formly/types/rating/rating.component.mjs +0 -27
  255. package/esm2022/components/custom-formly/types/repeat/repeat.component.mjs +0 -25
  256. package/esm2022/components/custom-formly/types/select/select.component.mjs +0 -167
  257. package/esm2022/components/custom-formly/types/select-tree/select-tree.component.mjs +0 -66
  258. package/esm2022/components/custom-formly/types/stepper/horizontal/stepper.component.mjs +0 -28
  259. package/esm2022/components/custom-formly/types/stepper/stepper.type.mjs +0 -2
  260. package/esm2022/components/custom-formly/types/stepper/vertical/stepper.component.mjs +0 -28
  261. package/esm2022/components/custom-formly/types/table/table.component.mjs +0 -127
  262. package/esm2022/components/custom-formly/types/tabs/tab.component.mjs +0 -16
  263. package/esm2022/components/custom-formly/types/tags/tags.component.mjs +0 -146
  264. package/esm2022/components/custom-formly/types/textarea/textarea.component.mjs +0 -25
  265. package/esm2022/components/custom-formly/types/upload/upload.component.mjs +0 -58
  266. package/esm2022/components/custom-formly/wrappers/addons/addons.component.mjs +0 -92
  267. package/esm2022/components/custom-formly/wrappers/card/card.component.mjs +0 -14
  268. package/esm2022/components/custom-formly/wrappers/expansion/expansion.component.mjs +0 -14
  269. package/esm2022/components/custom-formly/wrappers/form-field/form-field.component.mjs +0 -47
  270. package/esm2022/components/custom-formly/wrappers/panel/panel.component.mjs +0 -12
  271. package/esm2022/components/date-range/cmat-components-date-range.mjs +0 -5
  272. package/esm2022/components/date-range/date-range.component.mjs +0 -558
  273. package/esm2022/components/date-range/public-api.mjs +0 -2
  274. package/esm2022/components/drawer/cmat-components-drawer.mjs +0 -5
  275. package/esm2022/components/drawer/drawer.component.mjs +0 -301
  276. package/esm2022/components/drawer/drawer.service.mjs +0 -41
  277. package/esm2022/components/drawer/drawer.types.mjs +0 -2
  278. package/esm2022/components/drawer/public-api.mjs +0 -4
  279. package/esm2022/components/fullscreen/cmat-components-fullscreen.mjs +0 -5
  280. package/esm2022/components/fullscreen/fullscreen.component.mjs +0 -44
  281. package/esm2022/components/fullscreen/public-api.mjs +0 -2
  282. package/esm2022/components/highlight/cmat-components-highlight.mjs +0 -5
  283. package/esm2022/components/highlight/highlight.component.mjs +0 -80
  284. package/esm2022/components/highlight/highlight.service.mjs +0 -47
  285. package/esm2022/components/highlight/public-api.mjs +0 -3
  286. package/esm2022/components/json-editor/cmat-components-json-editor.mjs +0 -5
  287. package/esm2022/components/json-editor/json-editor.component.mjs +0 -176
  288. package/esm2022/components/json-editor/public-api.mjs +0 -2
  289. package/esm2022/components/masonry/cmat-components-masonry.mjs +0 -5
  290. package/esm2022/components/masonry/masonry.component.mjs +0 -54
  291. package/esm2022/components/masonry/public-api.mjs +0 -2
  292. package/esm2022/components/material-color-picker/base-color.mjs +0 -13
  293. package/esm2022/components/material-color-picker/cmat-components-material-color-picker.mjs +0 -5
  294. package/esm2022/components/material-color-picker/material-color-picker.component.mjs +0 -147
  295. package/esm2022/components/material-color-picker/public-api.mjs +0 -3
  296. package/esm2022/components/material-color-picker/selected-color.mjs +0 -3
  297. package/esm2022/components/material-datetimepicker/calendar-body.mjs +0 -76
  298. package/esm2022/components/material-datetimepicker/calendar.mjs +0 -670
  299. package/esm2022/components/material-datetimepicker/clock.mjs +0 -290
  300. package/esm2022/components/material-datetimepicker/cmat-components-material-datetimepicker.mjs +0 -5
  301. package/esm2022/components/material-datetimepicker/datetimepicker-animations.mjs +0 -34
  302. package/esm2022/components/material-datetimepicker/datetimepicker-errors.mjs +0 -6
  303. package/esm2022/components/material-datetimepicker/datetimepicker-filtertype.mjs +0 -8
  304. package/esm2022/components/material-datetimepicker/datetimepicker-input.mjs +0 -341
  305. package/esm2022/components/material-datetimepicker/datetimepicker-intl.mjs +0 -63
  306. package/esm2022/components/material-datetimepicker/datetimepicker-toggle.mjs +0 -87
  307. package/esm2022/components/material-datetimepicker/datetimepicker-types.mjs +0 -2
  308. package/esm2022/components/material-datetimepicker/datetimepicker.mjs +0 -531
  309. package/esm2022/components/material-datetimepicker/month-view.mjs +0 -141
  310. package/esm2022/components/material-datetimepicker/multi-year-view.mjs +0 -197
  311. package/esm2022/components/material-datetimepicker/public-api.mjs +0 -11
  312. package/esm2022/components/material-datetimepicker/time.mjs +0 -455
  313. package/esm2022/components/material-datetimepicker/year-view.mjs +0 -124
  314. package/esm2022/components/navigation/cmat-components-navigation.mjs +0 -5
  315. package/esm2022/components/navigation/horizontal/components/basic/basic.component.mjs +0 -70
  316. package/esm2022/components/navigation/horizontal/components/branch/branch.component.mjs +0 -82
  317. package/esm2022/components/navigation/horizontal/components/divider/divider.component.mjs +0 -47
  318. package/esm2022/components/navigation/horizontal/components/spacer/spacer.component.mjs +0 -47
  319. package/esm2022/components/navigation/horizontal/horizontal.component.mjs +0 -87
  320. package/esm2022/components/navigation/navigation.service.mjs +0 -140
  321. package/esm2022/components/navigation/navigation.types.mjs +0 -3
  322. package/esm2022/components/navigation/public-api.mjs +0 -5
  323. package/esm2022/components/navigation/vertical/components/aside/aside.component.mjs +0 -162
  324. package/esm2022/components/navigation/vertical/components/basic/basic.component.mjs +0 -60
  325. package/esm2022/components/navigation/vertical/components/collapsable/collapsable.component.mjs +0 -277
  326. package/esm2022/components/navigation/vertical/components/divider/divider.component.mjs +0 -56
  327. package/esm2022/components/navigation/vertical/components/group/group.component.mjs +0 -78
  328. package/esm2022/components/navigation/vertical/components/spacer/spacer.component.mjs +0 -56
  329. package/esm2022/components/navigation/vertical/vertical.component.mjs +0 -584
  330. package/esm2022/components/pagination/cmat-components-pagination.mjs +0 -5
  331. package/esm2022/components/pagination/pagination.component.mjs +0 -67
  332. package/esm2022/components/pagination/pagination.directive.mjs +0 -197
  333. package/esm2022/components/pagination/pagination.instance.mjs +0 -2
  334. package/esm2022/components/pagination/pagination.pipe.mjs +0 -100
  335. package/esm2022/components/pagination/pagination.service.mjs +0 -90
  336. package/esm2022/components/pagination/public-api.mjs +0 -6
  337. package/esm2022/components/password-strength/animations/index.mjs +0 -48
  338. package/esm2022/components/password-strength/cmat-components-password-strength.mjs +0 -5
  339. package/esm2022/components/password-strength/enum.mjs +0 -17
  340. package/esm2022/components/password-strength/mat-pass-toggle-visibility/mat-pass-toggle-visibility.component.mjs +0 -27
  341. package/esm2022/components/password-strength/mat-password-strength/mat-password-strength.component.mjs +0 -206
  342. package/esm2022/components/password-strength/mat-password-strength-info/mat-password-strength-info.component.mjs +0 -150
  343. package/esm2022/components/password-strength/mat-password-strength-validator.mjs +0 -36
  344. package/esm2022/components/password-strength/public-api.mjs +0 -4
  345. package/esm2022/components/password-strength/regexp.class.mjs +0 -8
  346. package/esm2022/components/popover/cmat-components-popover.mjs +0 -5
  347. package/esm2022/components/popover/popover-trigger.mjs +0 -442
  348. package/esm2022/components/popover/popover.component.mjs +0 -348
  349. package/esm2022/components/popover/popover.errors.mjs +0 -27
  350. package/esm2022/components/popover/popover.interfaces.mjs +0 -2
  351. package/esm2022/components/popover/popover.target.mjs +0 -18
  352. package/esm2022/components/popover/popover.type.mjs +0 -2
  353. package/esm2022/components/popover/public-api.mjs +0 -5
  354. package/esm2022/components/progress-bar/cmat-components-progress-bar.mjs +0 -5
  355. package/esm2022/components/progress-bar/progress-bar.component.mjs +0 -58
  356. package/esm2022/components/progress-bar/public-api.mjs +0 -2
  357. package/esm2022/components/rating/cmat-components-rating.mjs +0 -5
  358. package/esm2022/components/rating/public-api.mjs +0 -2
  359. package/esm2022/components/rating/rating.component.mjs +0 -202
  360. package/esm2022/components/select-search/cmat-components-select-search.mjs +0 -5
  361. package/esm2022/components/select-search/default-options.mjs +0 -16
  362. package/esm2022/components/select-search/public-api.mjs +0 -3
  363. package/esm2022/components/select-search/select-no-entries-found.directive.mjs +0 -14
  364. package/esm2022/components/select-search/select-search-clear.directive.mjs +0 -14
  365. package/esm2022/components/select-search/select-search.component.mjs +0 -485
  366. package/esm2022/components/select-tree/cmat-components-select-tree.mjs +0 -5
  367. package/esm2022/components/select-tree/public-api.mjs +0 -4
  368. package/esm2022/components/select-tree/select-tree.component.mjs +0 -565
  369. package/esm2022/components/select-tree/select-tree.flatnode.mjs +0 -3
  370. package/esm2022/components/select-tree/select-tree.node.mjs +0 -3
  371. package/esm2022/components/timeline/cmat-components-timeline.mjs +0 -5
  372. package/esm2022/components/timeline/public-api.mjs +0 -3
  373. package/esm2022/components/timeline/timeline-item/timeline-item.component.mjs +0 -70
  374. package/esm2022/components/timeline/timeline.component.mjs +0 -107
  375. package/esm2022/components/toast/cmat-components-toast.mjs +0 -5
  376. package/esm2022/components/toast/models/global-config.model.mjs +0 -2
  377. package/esm2022/components/toast/models/toast.model.mjs +0 -2
  378. package/esm2022/components/toast/models/type.model.mjs +0 -2
  379. package/esm2022/components/toast/public-api.mjs +0 -7
  380. package/esm2022/components/toast/toast-modal.component.mjs +0 -53
  381. package/esm2022/components/toast/toast.component.mjs +0 -30
  382. package/esm2022/components/toast/toast.service.mjs +0 -122
  383. package/esm2022/components/transfer-picker/cmat-components-transfer-picker.mjs +0 -5
  384. package/esm2022/components/transfer-picker/filter/filter.component.mjs +0 -91
  385. package/esm2022/components/transfer-picker/interface.mjs +0 -17
  386. package/esm2022/components/transfer-picker/public-api.mjs +0 -8
  387. package/esm2022/components/transfer-picker/search/search.component.mjs +0 -38
  388. package/esm2022/components/transfer-picker/transfer-picker-source/transfer-picker-source.component.mjs +0 -201
  389. package/esm2022/components/transfer-picker/transfer-picker-target/transfer-picker-target.component.mjs +0 -32
  390. package/esm2022/components/transfer-picker/transfer-picker.component.mjs +0 -84
  391. package/esm2022/components/transfer-picker/transfer-picker.service.mjs +0 -137
  392. package/esm2022/components/upload/cmat-components-upload.mjs +0 -5
  393. package/esm2022/components/upload/files.type.mjs +0 -2
  394. package/esm2022/components/upload/files.util.service.mjs +0 -89
  395. package/esm2022/components/upload/public-api.mjs +0 -5
  396. package/esm2022/components/upload/upload-queue/upload-queue.component.mjs +0 -155
  397. package/esm2022/components/upload/upload.component.mjs +0 -118
  398. package/esm2022/directives/animate-on-scroll/animate-on-scroll.directive.mjs +0 -126
  399. package/esm2022/directives/animate-on-scroll/cmat-directives-animate-on-scroll.mjs +0 -5
  400. package/esm2022/directives/animate-on-scroll/public-api.mjs +0 -2
  401. package/esm2022/directives/animate-on-scroll/scroll.service.mjs +0 -38
  402. package/esm2022/directives/autofocus/autofocus.directive.mjs +0 -20
  403. package/esm2022/directives/autofocus/cmat-directives-autofocus.mjs +0 -5
  404. package/esm2022/directives/autofocus/public-api.mjs +0 -2
  405. package/esm2022/directives/debounce/abstract-debounce.directive.mjs +0 -34
  406. package/esm2022/directives/debounce/cmat-directives-debounce.mjs +0 -5
  407. package/esm2022/directives/debounce/debounce-click.directive.mjs +0 -25
  408. package/esm2022/directives/debounce/debounce-keyup.directive.mjs +0 -25
  409. package/esm2022/directives/debounce/public-api.mjs +0 -3
  410. package/esm2022/directives/digit-only/cmat-directives-digit-only.mjs +0 -5
  411. package/esm2022/directives/digit-only/digit-only.directive.mjs +0 -298
  412. package/esm2022/directives/digit-only/mask.directive.mjs +0 -84
  413. package/esm2022/directives/digit-only/public-api.mjs +0 -3
  414. package/esm2022/directives/equal-validator/cmat-directives-equal-validator.mjs +0 -5
  415. package/esm2022/directives/equal-validator/equal-validator.directive.mjs +0 -54
  416. package/esm2022/directives/equal-validator/public-api.mjs +0 -2
  417. package/esm2022/lib/mock-api/cmat-lib-mock-api.mjs +0 -5
  418. package/esm2022/lib/mock-api/mock-api.constants.mjs +0 -3
  419. package/esm2022/lib/mock-api/mock-api.interceptor.mjs +0 -73
  420. package/esm2022/lib/mock-api/mock-api.request-handler.mjs +0 -48
  421. package/esm2022/lib/mock-api/mock-api.service.mjs +0 -93
  422. package/esm2022/lib/mock-api/mock-api.types.mjs +0 -2
  423. package/esm2022/lib/mock-api/mock-api.utils.mjs +0 -16
  424. package/esm2022/lib/mock-api/public-api.mjs +0 -6
  425. package/esm2022/pipes/bytes/bytes.pipe.mjs +0 -25
  426. package/esm2022/pipes/bytes/cmat-pipes-bytes.mjs +0 -5
  427. package/esm2022/pipes/bytes/public-api.mjs +0 -2
  428. package/esm2022/pipes/date-format/cmat-pipes-date-format.mjs +0 -5
  429. package/esm2022/pipes/date-format/date-format.pipe.mjs +0 -20
  430. package/esm2022/pipes/date-format/public-api.mjs +0 -2
  431. package/esm2022/pipes/find-by-key/cmat-pipes-find-by-key.mjs +0 -5
  432. package/esm2022/pipes/find-by-key/find-by-key.pipe.mjs +0 -23
  433. package/esm2022/pipes/find-by-key/public-api.mjs +0 -2
  434. package/esm2022/pipes/group-by/cmat-pipes-group-by.mjs +0 -5
  435. package/esm2022/pipes/group-by/group-by.pipe.mjs +0 -29
  436. package/esm2022/pipes/group-by/public-api.mjs +0 -2
  437. package/esm2022/pipes/keys/cmat-pipes-keys.mjs +0 -5
  438. package/esm2022/pipes/keys/keys.pipe.mjs +0 -26
  439. package/esm2022/pipes/keys/public-api.mjs +0 -2
  440. package/esm2022/pipes/secure/cmat-pipes-secure.mjs +0 -5
  441. package/esm2022/pipes/secure/public-api.mjs +0 -2
  442. package/esm2022/pipes/secure/secure-pipe.mjs +0 -46
  443. package/esm2022/pipes/uppercase/cmat-pipes-uppercase.mjs +0 -5
  444. package/esm2022/pipes/uppercase/public-api.mjs +0 -2
  445. package/esm2022/pipes/uppercase/uppercase.pipe.mjs +0 -17
  446. package/esm2022/public-api.mjs +0 -2
  447. package/esm2022/services/alert/alert.dialog.mjs +0 -12
  448. package/esm2022/services/alert/alert.message.mjs +0 -9
  449. package/esm2022/services/alert/alert.service.mjs +0 -166
  450. package/esm2022/services/alert/cmat-services-alert.mjs +0 -5
  451. package/esm2022/services/alert/enum.mjs +0 -15
  452. package/esm2022/services/alert/public-api.mjs +0 -5
  453. package/esm2022/services/config/cmat-services-config.mjs +0 -5
  454. package/esm2022/services/config/config.constants.mjs +0 -3
  455. package/esm2022/services/config/config.service.mjs +0 -35
  456. package/esm2022/services/config/public-api.mjs +0 -4
  457. package/esm2022/services/config/urlStateConfig.service.mjs +0 -30
  458. package/esm2022/services/confirmation/cmat-services-confirmation.mjs +0 -5
  459. package/esm2022/services/confirmation/confirmation.service.mjs +0 -51
  460. package/esm2022/services/confirmation/confirmation.types.mjs +0 -2
  461. package/esm2022/services/confirmation/dialog/dialog.component.mjs +0 -25
  462. package/esm2022/services/confirmation/public-api.mjs +0 -3
  463. package/esm2022/services/data/cmat-services-data.mjs +0 -5
  464. package/esm2022/services/data/data.service.mjs +0 -169
  465. package/esm2022/services/data/public-api.mjs +0 -2
  466. package/esm2022/services/loading/cmat-services-loading.mjs +0 -5
  467. package/esm2022/services/loading/loading.interceptor.mjs +0 -29
  468. package/esm2022/services/loading/loading.service.mjs +0 -72
  469. package/esm2022/services/loading/public-api.mjs +0 -3
  470. package/esm2022/services/local-storage/cmat-services-local-storage.mjs +0 -5
  471. package/esm2022/services/local-storage/local-storage.service.mjs +0 -22
  472. package/esm2022/services/local-storage/public-api.mjs +0 -2
  473. package/esm2022/services/media-watcher/cmat-services-media-watcher.mjs +0 -5
  474. package/esm2022/services/media-watcher/media-watcher.service.mjs +0 -55
  475. package/esm2022/services/media-watcher/public-api.mjs +0 -2
  476. package/esm2022/services/platform/cmat-services-platform.mjs +0 -5
  477. package/esm2022/services/platform/platform.service.mjs +0 -46
  478. package/esm2022/services/platform/public-api.mjs +0 -2
  479. package/esm2022/services/splash-screen/cmat-services-splash-screen.mjs +0 -5
  480. package/esm2022/services/splash-screen/public-api.mjs +0 -2
  481. package/esm2022/services/splash-screen/splash-screen.service.mjs +0 -42
  482. package/esm2022/services/title/cmat-services-title.mjs +0 -5
  483. package/esm2022/services/title/public-api.mjs +0 -2
  484. package/esm2022/services/title/title.service.mjs +0 -46
  485. package/esm2022/services/translation/cmat-services-translation.mjs +0 -5
  486. package/esm2022/services/translation/public-api.mjs +0 -2
  487. package/esm2022/services/translation/translation.service.mjs +0 -62
  488. package/esm2022/services/utils/cmat-services-utils.mjs +0 -5
  489. package/esm2022/services/utils/public-api.mjs +0 -2
  490. package/esm2022/services/utils/utils.service.mjs +0 -467
  491. package/esm2022/validators/cmat-validators.mjs +0 -5
  492. package/esm2022/validators/public-api.mjs +0 -2
  493. package/esm2022/validators/validators.mjs +0 -33
  494. package/esm2022/version/cmat-version.mjs +0 -5
  495. package/esm2022/version/public-api.mjs +0 -2
  496. package/esm2022/version/version.mjs +0 -11
@@ -1,76 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * An internal class that represents the data corresponding to a single calendar cell.
5
- */
6
- export class CmatDatetimepickerCalendarCellComponent {
7
- constructor(value, displayValue, ariaLabel, enabled) {
8
- this.value = value;
9
- this.displayValue = displayValue;
10
- this.ariaLabel = ariaLabel;
11
- this.enabled = enabled;
12
- }
13
- }
14
- /**
15
- * An internal component used to display calendar data in a table.
16
- */
17
- export class CmatDatetimepickerCalendarBodyComponent {
18
- constructor() {
19
- /** The number of columns in the table. */
20
- this.numCols = 7;
21
- /** Whether to allow selection of disabled cells. */
22
- this.allowDisabledSelection = false;
23
- /** The cell number of the active cell in the table. */
24
- this.activeCell = 0;
25
- /** Emits when a new value is selected. */
26
- this.selectedValueChange = new EventEmitter();
27
- this.class = 'cmat-datetimepicker-calendar-body';
28
- }
29
- /** The number of blank cells to put at the beginning for the first row. */
30
- get _firstRowOffset() {
31
- return this.rows?.length && this.rows[0].length ?
32
- this.numCols - this.rows[0].length : 0;
33
- }
34
- cellClicked(cell) {
35
- if (!this.allowDisabledSelection && !cell.enabled) {
36
- return;
37
- }
38
- this.selectedValueChange.emit(cell.value);
39
- }
40
- isActiveCell(rowIndex, colIndex) {
41
- let cellNumber = rowIndex * this.numCols + colIndex;
42
- // Account for the fact that the first row may not have as many cells.
43
- if (rowIndex) {
44
- cellNumber -= this._firstRowOffset;
45
- }
46
- return cellNumber === this.activeCell;
47
- }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: CmatDatetimepickerCalendarBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
49
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.10", type: CmatDatetimepickerCalendarBodyComponent, isStandalone: true, selector: "[cmat-datetimepicker-calendar-body]", inputs: { label: "label", rows: "rows", todayValue: "todayValue", selectedValue: "selectedValue", labelMinRequiredCells: "labelMinRequiredCells", numCols: "numCols", allowDisabledSelection: "allowDisabledSelection", activeCell: "activeCell" }, outputs: { selectedValueChange: "selectedValueChange" }, host: { properties: { "class": "this.class" } }, exportAs: ["cmatDatetimepickerCalendarBody"], ngImport: i0, template: "<!--\r\nIf rst row, create a separate label row. We mark this row as\r\naria-hidden because we don't want it to be read out as one of the weeks in the month.\r\n-->\r\n@if (_firstRowOffset < labelMinRequiredCells) {\r\n <tr aria-hidden=\"true\">\r\n <td class=\"cmat-datetimepicker-calendar-body-label\" [attr.colspan]=\"numCols\">{{ label }}</td>\r\n </tr>\r\n}\r\n\r\n<!-- Create the first row separately so we can include a special spacer cell. -->\r\n@for (row of rows; track $index; let rowIndex = $index) {\r\n <tr role=\"row\">\r\n <!--\r\n We mark this cell as aria-hidden so it doesn't get read out as one of the days in the week.\r\n -->\r\n @if (rowIndex === 0 && _firstRowOffset) {\r\n <td aria-hidden=\"true\" class=\"cmat-datetimepicker-calendar-body-label\"\r\n [attr.colspan]=\"_firstRowOffset\">\r\n {{ _firstRowOffset >= labelMinRequiredCells ? label : '' }}\r\n </td>\r\n }\r\n @for (item of row; track $index; let colIndex = $index) {\r\n <td role=\"presentation\" class=\"cmat-datetimepicker-calendar-body-cell\"\r\n [attr.aria-disabled]=\"!item.enabled || null\"\r\n [attr.aria-label]=\"item.ariaLabel\"\r\n [class.cmat-datetimepicker-calendar-body-active]=\"isActiveCell(rowIndex, colIndex)\"\r\n [class.cmat-datetimepicker-calendar-body-disabled]=\"!item.enabled\" (click)=\"cellClicked(item)\">\r\n <div class=\"cmat-datetimepicker-calendar-body-cell-content\"\r\n [attr.aria-selected]=\"selectedValue === item.value\"\r\n [class.cmat-datetimepicker-calendar-body-selected]=\"selectedValue === item.value\"\r\n [class.cmat-datetimepicker-calendar-body-today]=\"todayValue === item.value\">\r\n {{ item.displayValue }}\r\n </div>\r\n </td>\r\n }\r\n </tr>\r\n}", styles: [".cmat-datetimepicker-calendar-body{min-width:224px}.cmat-datetimepicker-calendar-body-label{height:0;line-height:0;text-align:left;padding:7.1428571429% 4.7142857143%}[dir=rtl] .cmat-datetimepicker-calendar-body-label{text-align:right}.cmat-datetimepicker-calendar-body-cell{position:relative;width:14.2857142857%;height:0;line-height:0;padding:7.1428571429% 0;text-align:center;outline:none;cursor:pointer}.cmat-datetimepicker-calendar-body-disabled{cursor:default;pointer-events:none}.cmat-datetimepicker-calendar-body-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;border:1px solid transparent;border-radius:999px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
50
- }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: CmatDatetimepickerCalendarBodyComponent, decorators: [{
52
- type: Component,
53
- args: [{ selector: '[cmat-datetimepicker-calendar-body]', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'cmatDatetimepickerCalendarBody', standalone: true, imports: [], template: "<!--\r\nIf rst row, create a separate label row. We mark this row as\r\naria-hidden because we don't want it to be read out as one of the weeks in the month.\r\n-->\r\n@if (_firstRowOffset < labelMinRequiredCells) {\r\n <tr aria-hidden=\"true\">\r\n <td class=\"cmat-datetimepicker-calendar-body-label\" [attr.colspan]=\"numCols\">{{ label }}</td>\r\n </tr>\r\n}\r\n\r\n<!-- Create the first row separately so we can include a special spacer cell. -->\r\n@for (row of rows; track $index; let rowIndex = $index) {\r\n <tr role=\"row\">\r\n <!--\r\n We mark this cell as aria-hidden so it doesn't get read out as one of the days in the week.\r\n -->\r\n @if (rowIndex === 0 && _firstRowOffset) {\r\n <td aria-hidden=\"true\" class=\"cmat-datetimepicker-calendar-body-label\"\r\n [attr.colspan]=\"_firstRowOffset\">\r\n {{ _firstRowOffset >= labelMinRequiredCells ? label : '' }}\r\n </td>\r\n }\r\n @for (item of row; track $index; let colIndex = $index) {\r\n <td role=\"presentation\" class=\"cmat-datetimepicker-calendar-body-cell\"\r\n [attr.aria-disabled]=\"!item.enabled || null\"\r\n [attr.aria-label]=\"item.ariaLabel\"\r\n [class.cmat-datetimepicker-calendar-body-active]=\"isActiveCell(rowIndex, colIndex)\"\r\n [class.cmat-datetimepicker-calendar-body-disabled]=\"!item.enabled\" (click)=\"cellClicked(item)\">\r\n <div class=\"cmat-datetimepicker-calendar-body-cell-content\"\r\n [attr.aria-selected]=\"selectedValue === item.value\"\r\n [class.cmat-datetimepicker-calendar-body-selected]=\"selectedValue === item.value\"\r\n [class.cmat-datetimepicker-calendar-body-today]=\"todayValue === item.value\">\r\n {{ item.displayValue }}\r\n </div>\r\n </td>\r\n }\r\n </tr>\r\n}", styles: [".cmat-datetimepicker-calendar-body{min-width:224px}.cmat-datetimepicker-calendar-body-label{height:0;line-height:0;text-align:left;padding:7.1428571429% 4.7142857143%}[dir=rtl] .cmat-datetimepicker-calendar-body-label{text-align:right}.cmat-datetimepicker-calendar-body-cell{position:relative;width:14.2857142857%;height:0;line-height:0;padding:7.1428571429% 0;text-align:center;outline:none;cursor:pointer}.cmat-datetimepicker-calendar-body-disabled{cursor:default;pointer-events:none}.cmat-datetimepicker-calendar-body-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;border:1px solid transparent;border-radius:999px}\n"] }]
54
- }], propDecorators: { label: [{
55
- type: Input
56
- }], rows: [{
57
- type: Input
58
- }], todayValue: [{
59
- type: Input
60
- }], selectedValue: [{
61
- type: Input
62
- }], labelMinRequiredCells: [{
63
- type: Input
64
- }], numCols: [{
65
- type: Input
66
- }], allowDisabledSelection: [{
67
- type: Input
68
- }], activeCell: [{
69
- type: Input
70
- }], selectedValueChange: [{
71
- type: Output
72
- }], class: [{
73
- type: HostBinding,
74
- args: ['class']
75
- }] } });
76
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItYm9keS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NtYXQvY29tcG9uZW50cy9tYXRlcmlhbC1kYXRldGltZXBpY2tlci9jYWxlbmRhci1ib2R5LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY21hdC9jb21wb25lbnRzL21hdGVyaWFsLWRhdGV0aW1lcGlja2VyL2NhbGVuZGFyLWJvZHkuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFHaEk7O0dBRUc7QUFDSCxNQUFNLE9BQU8sdUNBQXVDO0lBQ2hELFlBQW1CLEtBQWEsRUFDckIsWUFBb0IsRUFDcEIsU0FBaUIsRUFDakIsT0FBZ0I7UUFIUixVQUFLLEdBQUwsS0FBSyxDQUFRO1FBQ3JCLGlCQUFZLEdBQVosWUFBWSxDQUFRO1FBQ3BCLGNBQVMsR0FBVCxTQUFTLENBQVE7UUFDakIsWUFBTyxHQUFQLE9BQU8sQ0FBUztJQUMzQixDQUFDO0NBQ0o7QUFFRDs7R0FFRztBQVdILE1BQU0sT0FBTyx1Q0FBdUM7SUFWcEQ7UUEwQkksMENBQTBDO1FBQ2pDLFlBQU8sR0FBRyxDQUFDLENBQUM7UUFFckIsb0RBQW9EO1FBQzNDLDJCQUFzQixHQUFHLEtBQUssQ0FBQztRQUV4Qyx1REFBdUQ7UUFDOUMsZUFBVSxHQUFHLENBQUMsQ0FBQztRQUV4QiwwQ0FBMEM7UUFDaEMsd0JBQW1CLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUVyQyxVQUFLLEdBQUcsbUNBQW1DLENBQUM7S0F5QnJFO0lBdkJHLDJFQUEyRTtJQUMzRSxJQUFJLGVBQWU7UUFDZixPQUFPLElBQUksQ0FBQyxJQUFJLEVBQUUsTUFBTSxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUM7WUFDN0MsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQy9DLENBQUM7SUFFRCxXQUFXLENBQUMsSUFBNkM7UUFDckQsSUFBSSxDQUFDLElBQUksQ0FBQyxzQkFBc0IsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQztZQUNoRCxPQUFPO1FBQ1gsQ0FBQztRQUNELElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzlDLENBQUM7SUFFRCxZQUFZLENBQUMsUUFBZ0IsRUFBRSxRQUFnQjtRQUMzQyxJQUFJLFVBQVUsR0FBRyxRQUFRLEdBQUcsSUFBSSxDQUFDLE9BQU8sR0FBRyxRQUFRLENBQUM7UUFFcEQsc0VBQXNFO1FBQ3RFLElBQUksUUFBUSxFQUFFLENBQUM7WUFDWCxVQUFVLElBQUksSUFBSSxDQUFDLGVBQWUsQ0FBQztRQUN2QyxDQUFDO1FBRUQsT0FBTyxVQUFVLEtBQUssSUFBSSxDQUFDLFVBQVUsQ0FBQztJQUMxQyxDQUFDOytHQXBEUSx1Q0FBdUM7bUdBQXZDLHVDQUF1QywyZUMzQnBELGt5REFxQ0M7OzRGRFZZLHVDQUF1QztrQkFWbkQsU0FBUzsrQkFDSSxxQ0FBcUMsaUJBR2hDLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sWUFDckMsZ0NBQWdDLGNBQzlCLElBQUksV0FDUCxFQUFFOzhCQUlGLEtBQUs7c0JBQWIsS0FBSztnQkFHRyxJQUFJO3NCQUFaLEtBQUs7Z0JBR0csVUFBVTtzQkFBbEIsS0FBSztnQkFHRyxhQUFhO3NCQUFyQixLQUFLO2dCQUdHLHFCQUFxQjtzQkFBN0IsS0FBSztnQkFHRyxPQUFPO3NCQUFmLEtBQUs7Z0JBR0csc0JBQXNCO3NCQUE5QixLQUFLO2dCQUdHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBR0ksbUJBQW1CO3NCQUE1QixNQUFNO2dCQUVlLEtBQUs7c0JBQTFCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSG9zdEJpbmRpbmcsIElucHV0LCBPdXRwdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5cclxuLyoqXHJcbiAqIEFuIGludGVybmFsIGNsYXNzIHRoYXQgcmVwcmVzZW50cyB0aGUgZGF0YSBjb3JyZXNwb25kaW5nIHRvIGEgc2luZ2xlIGNhbGVuZGFyIGNlbGwuXHJcbiAqL1xyXG5leHBvcnQgY2xhc3MgQ21hdERhdGV0aW1lcGlja2VyQ2FsZW5kYXJDZWxsQ29tcG9uZW50IHtcclxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyB2YWx1ZTogbnVtYmVyLFxyXG4gICAgICAgIHB1YmxpYyBkaXNwbGF5VmFsdWU6IHN0cmluZyxcclxuICAgICAgICBwdWJsaWMgYXJpYUxhYmVsOiBzdHJpbmcsXHJcbiAgICAgICAgcHVibGljIGVuYWJsZWQ6IGJvb2xlYW4pIHtcclxuICAgIH1cclxufVxyXG5cclxuLyoqXHJcbiAqIEFuIGludGVybmFsIGNvbXBvbmVudCB1c2VkIHRvIGRpc3BsYXkgY2FsZW5kYXIgZGF0YSBpbiBhIHRhYmxlLlxyXG4gKi9cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ1tjbWF0LWRhdGV0aW1lcGlja2VyLWNhbGVuZGFyLWJvZHldJyxcclxuICAgIHRlbXBsYXRlVXJsOiAnY2FsZW5kYXItYm9keS5odG1sJyxcclxuICAgIHN0eWxlVXJsczogWydjYWxlbmRhci1ib2R5LnNjc3MnXSxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuICAgIGV4cG9ydEFzOiAnY21hdERhdGV0aW1lcGlja2VyQ2FsZW5kYXJCb2R5JyxcclxuICAgIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgICBpbXBvcnRzOiBbXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQ21hdERhdGV0aW1lcGlja2VyQ2FsZW5kYXJCb2R5Q29tcG9uZW50IHtcclxuICAgIC8qKiBUaGUgbGFiZWwgZm9yIHRoZSB0YWJsZS4gKGUuZy4gXCJKYW4gMjAxN1wiKS4gKi9cclxuICAgIEBJbnB1dCgpIGxhYmVsOiBzdHJpbmc7XHJcblxyXG4gICAgLyoqIFRoZSBjZWxscyB0byBkaXNwbGF5IGluIHRoZSB0YWJsZS4gKi9cclxuICAgIEBJbnB1dCgpIHJvd3M6IENtYXREYXRldGltZXBpY2tlckNhbGVuZGFyQ2VsbENvbXBvbmVudFtdW107XHJcblxyXG4gICAgLyoqIFRoZSB2YWx1ZSBpbiB0aGUgdGFibGUgdGhhdCBjb3JyZXNwb25kcyB0byB0b2RheS4gKi9cclxuICAgIEBJbnB1dCgpIHRvZGF5VmFsdWU6IG51bWJlciB8IG51bGw7XHJcblxyXG4gICAgLyoqIFRoZSB2YWx1ZSBpbiB0aGUgdGFibGUgdGhhdCBpcyBjdXJyZW50bHkgc2VsZWN0ZWQuICovXHJcbiAgICBASW5wdXQoKSBzZWxlY3RlZFZhbHVlOiBudW1iZXIgfCBudWxsO1xyXG5cclxuICAgIC8qKiBUaGUgbWluaW11bSBudW1iZXIgb2YgZnJlZSBjZWxscyBuZWVkZWQgdG8gZml0IHRoZSBsYWJlbCBpbiB0aGUgZmlyc3Qgcm93LiAqL1xyXG4gICAgQElucHV0KCkgbGFiZWxNaW5SZXF1aXJlZENlbGxzOiBudW1iZXI7XHJcblxyXG4gICAgLyoqIFRoZSBudW1iZXIgb2YgY29sdW1ucyBpbiB0aGUgdGFibGUuICovXHJcbiAgICBASW5wdXQoKSBudW1Db2xzID0gNztcclxuXHJcbiAgICAvKiogV2hldGhlciB0byBhbGxvdyBzZWxlY3Rpb24gb2YgZGlzYWJsZWQgY2VsbHMuICovXHJcbiAgICBASW5wdXQoKSBhbGxvd0Rpc2FibGVkU2VsZWN0aW9uID0gZmFsc2U7XHJcblxyXG4gICAgLyoqIFRoZSBjZWxsIG51bWJlciBvZiB0aGUgYWN0aXZlIGNlbGwgaW4gdGhlIHRhYmxlLiAqL1xyXG4gICAgQElucHV0KCkgYWN0aXZlQ2VsbCA9IDA7XHJcblxyXG4gICAgLyoqIEVtaXRzIHdoZW4gYSBuZXcgdmFsdWUgaXMgc2VsZWN0ZWQuICovXHJcbiAgICBAT3V0cHV0KCkgc2VsZWN0ZWRWYWx1ZUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xyXG5cclxuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKSBjbGFzcyA9ICdjbWF0LWRhdGV0aW1lcGlja2VyLWNhbGVuZGFyLWJvZHknO1xyXG5cclxuICAgIC8qKiBUaGUgbnVtYmVyIG9mIGJsYW5rIGNlbGxzIHRvIHB1dCBhdCB0aGUgYmVnaW5uaW5nIGZvciB0aGUgZmlyc3Qgcm93LiAqL1xyXG4gICAgZ2V0IF9maXJzdFJvd09mZnNldCgpOiBudW1iZXIge1xyXG4gICAgICAgIHJldHVybiB0aGlzLnJvd3M/Lmxlbmd0aCAmJiB0aGlzLnJvd3NbMF0ubGVuZ3RoID9cclxuICAgICAgICAgICAgdGhpcy5udW1Db2xzIC0gdGhpcy5yb3dzWzBdLmxlbmd0aCA6IDA7XHJcbiAgICB9XHJcblxyXG4gICAgY2VsbENsaWNrZWQoY2VsbDogQ21hdERhdGV0aW1lcGlja2VyQ2FsZW5kYXJDZWxsQ29tcG9uZW50KTogdm9pZCB7XHJcbiAgICAgICAgaWYgKCF0aGlzLmFsbG93RGlzYWJsZWRTZWxlY3Rpb24gJiYgIWNlbGwuZW5hYmxlZCkge1xyXG4gICAgICAgICAgICByZXR1cm47XHJcbiAgICAgICAgfVxyXG4gICAgICAgIHRoaXMuc2VsZWN0ZWRWYWx1ZUNoYW5nZS5lbWl0KGNlbGwudmFsdWUpO1xyXG4gICAgfVxyXG5cclxuICAgIGlzQWN0aXZlQ2VsbChyb3dJbmRleDogbnVtYmVyLCBjb2xJbmRleDogbnVtYmVyKTogYm9vbGVhbiB7XHJcbiAgICAgICAgbGV0IGNlbGxOdW1iZXIgPSByb3dJbmRleCAqIHRoaXMubnVtQ29scyArIGNvbEluZGV4O1xyXG5cclxuICAgICAgICAvLyBBY2NvdW50IGZvciB0aGUgZmFjdCB0aGF0IHRoZSBmaXJzdCByb3cgbWF5IG5vdCBoYXZlIGFzIG1hbnkgY2VsbHMuXHJcbiAgICAgICAgaWYgKHJvd0luZGV4KSB7XHJcbiAgICAgICAgICAgIGNlbGxOdW1iZXIgLT0gdGhpcy5fZmlyc3RSb3dPZmZzZXQ7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICByZXR1cm4gY2VsbE51bWJlciA9PT0gdGhpcy5hY3RpdmVDZWxsO1xyXG4gICAgfVxyXG59XHJcbiIsIjwhLS1cclxuSWYgcnN0IHJvdywgY3JlYXRlIGEgc2VwYXJhdGUgbGFiZWwgcm93LiBXZSBtYXJrIHRoaXMgcm93IGFzXHJcbmFyaWEtaGlkZGVuIGJlY2F1c2Ugd2UgZG9uJ3Qgd2FudCBpdCB0byBiZSByZWFkIG91dCBhcyBvbmUgb2YgdGhlIHdlZWtzIGluIHRoZSBtb250aC5cclxuLS0+XHJcbkBpZiAoX2ZpcnN0Um93T2Zmc2V0IDwgbGFiZWxNaW5SZXF1aXJlZENlbGxzKSB7XHJcbiAgPHRyIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPlxyXG4gICAgPHRkIGNsYXNzPVwiY21hdC1kYXRldGltZXBpY2tlci1jYWxlbmRhci1ib2R5LWxhYmVsXCIgW2F0dHIuY29sc3Bhbl09XCJudW1Db2xzXCI+e3sgbGFiZWwgfX08L3RkPlxyXG4gIDwvdHI+XHJcbn1cclxuXHJcbjwhLS0gQ3JlYXRlIHRoZSBmaXJzdCByb3cgc2VwYXJhdGVseSBzbyB3ZSBjYW4gaW5jbHVkZSBhIHNwZWNpYWwgc3BhY2VyIGNlbGwuIC0tPlxyXG5AZm9yIChyb3cgb2Ygcm93czsgdHJhY2sgJGluZGV4OyBsZXQgcm93SW5kZXggPSAkaW5kZXgpIHtcclxuICA8dHIgcm9sZT1cInJvd1wiPlxyXG4gICAgPCEtLVxyXG4gICAgV2UgbWFyayB0aGlzIGNlbGwgYXMgYXJpYS1oaWRkZW4gc28gaXQgZG9lc24ndCBnZXQgcmVhZCBvdXQgYXMgb25lIG9mIHRoZSBkYXlzIGluIHRoZSB3ZWVrLlxyXG4gICAgLS0+XHJcbiAgICBAaWYgKHJvd0luZGV4ID09PSAwICYmIF9maXJzdFJvd09mZnNldCkge1xyXG4gICAgICA8dGQgYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3M9XCJjbWF0LWRhdGV0aW1lcGlja2VyLWNhbGVuZGFyLWJvZHktbGFiZWxcIlxyXG4gICAgICAgIFthdHRyLmNvbHNwYW5dPVwiX2ZpcnN0Um93T2Zmc2V0XCI+XHJcbiAgICAgICAge3sgX2ZpcnN0Um93T2Zmc2V0ID49IGxhYmVsTWluUmVxdWlyZWRDZWxscyA/IGxhYmVsIDogJycgfX1cclxuICAgICAgPC90ZD5cclxuICAgIH1cclxuICAgIEBmb3IgKGl0ZW0gb2Ygcm93OyB0cmFjayAkaW5kZXg7IGxldCBjb2xJbmRleCA9ICRpbmRleCkge1xyXG4gICAgICA8dGQgcm9sZT1cInByZXNlbnRhdGlvblwiIGNsYXNzPVwiY21hdC1kYXRldGltZXBpY2tlci1jYWxlbmRhci1ib2R5LWNlbGxcIlxyXG4gICAgICAgIFthdHRyLmFyaWEtZGlzYWJsZWRdPVwiIWl0ZW0uZW5hYmxlZCB8fCBudWxsXCJcclxuICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIml0ZW0uYXJpYUxhYmVsXCJcclxuICAgICAgICBbY2xhc3MuY21hdC1kYXRldGltZXBpY2tlci1jYWxlbmRhci1ib2R5LWFjdGl2ZV09XCJpc0FjdGl2ZUNlbGwocm93SW5kZXgsIGNvbEluZGV4KVwiXHJcbiAgICAgICAgW2NsYXNzLmNtYXQtZGF0ZXRpbWVwaWNrZXItY2FsZW5kYXItYm9keS1kaXNhYmxlZF09XCIhaXRlbS5lbmFibGVkXCIgKGNsaWNrKT1cImNlbGxDbGlja2VkKGl0ZW0pXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNtYXQtZGF0ZXRpbWVwaWNrZXItY2FsZW5kYXItYm9keS1jZWxsLWNvbnRlbnRcIlxyXG4gICAgICAgICAgW2F0dHIuYXJpYS1zZWxlY3RlZF09XCJzZWxlY3RlZFZhbHVlID09PSBpdGVtLnZhbHVlXCJcclxuICAgICAgICAgIFtjbGFzcy5jbWF0LWRhdGV0aW1lcGlja2VyLWNhbGVuZGFyLWJvZHktc2VsZWN0ZWRdPVwic2VsZWN0ZWRWYWx1ZSA9PT0gaXRlbS52YWx1ZVwiXHJcbiAgICAgICAgICBbY2xhc3MuY21hdC1kYXRldGltZXBpY2tlci1jYWxlbmRhci1ib2R5LXRvZGF5XT1cInRvZGF5VmFsdWUgPT09IGl0ZW0udmFsdWVcIj5cclxuICAgICAgICAgIHt7IGl0ZW0uZGlzcGxheVZhbHVlIH19XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvdGQ+XHJcbiAgICB9XHJcbiAgPC90cj5cclxufSJdfQ==