@ptsecurity/mosaic 14.5.1 → 14.6.0

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 (318) hide show
  1. package/_theming.scss +414 -14
  2. package/_visual.scss +2 -0
  3. package/core/highlight/highlight.pipe.d.ts +1 -0
  4. package/esm2020/autocomplete/autocomplete-origin.directive.mjs +4 -4
  5. package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +4 -4
  6. package/esm2020/autocomplete/autocomplete.component.mjs +4 -4
  7. package/esm2020/autocomplete/autocomplete.module.mjs +5 -5
  8. package/esm2020/button/button.component.mjs +7 -7
  9. package/esm2020/button/button.module.mjs +5 -5
  10. package/esm2020/button-toggle/button-toggle.component.mjs +7 -7
  11. package/esm2020/button-toggle/button-toggle.module.mjs +5 -5
  12. package/esm2020/card/card.component.mjs +4 -4
  13. package/esm2020/card/card.module.mjs +5 -5
  14. package/esm2020/checkbox/checkbox-module.mjs +5 -5
  15. package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
  16. package/esm2020/checkbox/checkbox.mjs +4 -4
  17. package/esm2020/core/common-behaviors/common-module.mjs +5 -5
  18. package/esm2020/core/error/error-options.mjs +7 -7
  19. package/esm2020/core/formatters/date/formatter.mjs +4 -4
  20. package/esm2020/core/formatters/date/formatter.pipe.mjs +40 -40
  21. package/esm2020/core/formatters/index.mjs +5 -5
  22. package/esm2020/core/formatters/number/formatter.mjs +5 -5
  23. package/esm2020/core/forms/forms-module.mjs +5 -5
  24. package/esm2020/core/forms/forms.directive.mjs +7 -7
  25. package/esm2020/core/highlight/highlight.pipe.mjs +11 -5
  26. package/esm2020/core/highlight/index.mjs +5 -5
  27. package/esm2020/core/line/line.mjs +8 -8
  28. package/esm2020/core/option/action.mjs +4 -4
  29. package/esm2020/core/option/optgroup.mjs +4 -4
  30. package/esm2020/core/option/option-module.mjs +5 -5
  31. package/esm2020/core/option/option.mjs +4 -4
  32. package/esm2020/core/pop-up/pop-up-trigger.mjs +4 -4
  33. package/esm2020/core/pop-up/pop-up.mjs +4 -4
  34. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  35. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +5 -5
  36. package/esm2020/core/services/measure-scrollbar.service.mjs +4 -4
  37. package/esm2020/datepicker/calendar-body.component.mjs +4 -4
  38. package/esm2020/datepicker/calendar.component.mjs +7 -7
  39. package/esm2020/datepicker/datepicker-input.directive.mjs +4 -4
  40. package/esm2020/datepicker/datepicker-intl.mjs +4 -4
  41. package/esm2020/datepicker/datepicker-module.mjs +5 -5
  42. package/esm2020/datepicker/datepicker-toggle.component.mjs +7 -7
  43. package/esm2020/datepicker/datepicker.component.mjs +7 -7
  44. package/esm2020/datepicker/month-view.component.mjs +4 -4
  45. package/esm2020/datepicker/multi-year-view.component.mjs +4 -4
  46. package/esm2020/datepicker/year-view.component.mjs +4 -4
  47. package/esm2020/divider/divider.component.mjs +4 -4
  48. package/esm2020/divider/divider.module.mjs +5 -5
  49. package/esm2020/dl/dl.component.mjs +10 -10
  50. package/esm2020/dl/dl.module.mjs +5 -5
  51. package/esm2020/dropdown/dropdown-content.directive.mjs +4 -4
  52. package/esm2020/dropdown/dropdown-item.component.mjs +4 -4
  53. package/esm2020/dropdown/dropdown-trigger.directive.mjs +4 -4
  54. package/esm2020/dropdown/dropdown.component.mjs +4 -4
  55. package/esm2020/dropdown/dropdown.module.mjs +5 -5
  56. package/esm2020/form-field/cleaner.mjs +4 -4
  57. package/esm2020/form-field/form-field.mjs +10 -10
  58. package/esm2020/form-field/form-field.module.mjs +5 -5
  59. package/esm2020/form-field/hint.mjs +4 -4
  60. package/esm2020/form-field/password-hint.mjs +4 -4
  61. package/esm2020/form-field/prefix.mjs +4 -4
  62. package/esm2020/form-field/stepper.mjs +4 -4
  63. package/esm2020/form-field/suffix.mjs +4 -4
  64. package/esm2020/form-field/validate.directive.mjs +4 -4
  65. package/esm2020/icon/icon.component.mjs +7 -7
  66. package/esm2020/icon/icon.module.mjs +5 -5
  67. package/esm2020/input/input-number-validators.mjs +7 -7
  68. package/esm2020/input/input-number.mjs +4 -4
  69. package/esm2020/input/input-password.mjs +7 -7
  70. package/esm2020/input/input.mjs +7 -7
  71. package/esm2020/input/input.module.mjs +5 -5
  72. package/esm2020/link/link.component.mjs +13 -9
  73. package/esm2020/link/link.module.mjs +5 -5
  74. package/esm2020/list/list-selection.component.mjs +7 -7
  75. package/esm2020/list/list.component.mjs +7 -7
  76. package/esm2020/list/list.module.mjs +5 -5
  77. package/esm2020/loader-overlay/loader-overlay.component.mjs +13 -13
  78. package/esm2020/loader-overlay/loader-overlay.module.mjs +5 -5
  79. package/esm2020/markdown/markdown.component.mjs +20 -12
  80. package/esm2020/markdown/markdown.module.mjs +5 -5
  81. package/esm2020/markdown/markdown.service.mjs +4 -4
  82. package/esm2020/modal/css-unit.pipe.mjs +4 -4
  83. package/esm2020/modal/modal-control.service.mjs +4 -4
  84. package/esm2020/modal/modal.component.mjs +4 -4
  85. package/esm2020/modal/modal.directive.mjs +13 -13
  86. package/esm2020/modal/modal.module.mjs +5 -5
  87. package/esm2020/modal/modal.service.mjs +4 -4
  88. package/esm2020/navbar/navbar-item.component.mjs +31 -31
  89. package/esm2020/navbar/navbar.component.mjs +10 -10
  90. package/esm2020/navbar/navbar.module.mjs +5 -5
  91. package/esm2020/navbar/vertical-navbar.component.mjs +4 -4
  92. package/esm2020/popover/popover-confirm.component.mjs +7 -7
  93. package/esm2020/popover/popover.component.mjs +7 -7
  94. package/esm2020/popover/popover.module.mjs +5 -5
  95. package/esm2020/progress-bar/progress-bar.component.mjs +4 -4
  96. package/esm2020/progress-bar/progress-bar.module.mjs +5 -5
  97. package/esm2020/progress-spinner/progress-spinner.component.mjs +4 -4
  98. package/esm2020/progress-spinner/progress-spinner.module.mjs +5 -5
  99. package/esm2020/radio/radio.component.mjs +7 -7
  100. package/esm2020/radio/radio.module.mjs +5 -5
  101. package/esm2020/select/select-option.directive.mjs +4 -4
  102. package/esm2020/select/select.component.mjs +13 -13
  103. package/esm2020/select/select.module.mjs +5 -5
  104. package/esm2020/sidebar/sidebar.component.mjs +10 -10
  105. package/esm2020/sidebar/sidebar.module.mjs +5 -5
  106. package/esm2020/sidepanel/sidepanel-container.component.mjs +4 -4
  107. package/esm2020/sidepanel/sidepanel-directives.mjs +16 -16
  108. package/esm2020/sidepanel/sidepanel.module.mjs +5 -5
  109. package/esm2020/sidepanel/sidepanel.service.mjs +4 -4
  110. package/esm2020/splitter/splitter.component.mjs +13 -13
  111. package/esm2020/splitter/splitter.module.mjs +5 -5
  112. package/esm2020/table/table.component.mjs +4 -4
  113. package/esm2020/table/table.module.mjs +5 -5
  114. package/esm2020/tabs/paginated-tab-header.mjs +4 -4
  115. package/esm2020/tabs/tab-body.component.mjs +7 -7
  116. package/esm2020/tabs/tab-content.directive.mjs +4 -4
  117. package/esm2020/tabs/tab-group.component.mjs +19 -19
  118. package/esm2020/tabs/tab-header.component.mjs +5 -5
  119. package/esm2020/tabs/tab-label-wrapper.directive.mjs +4 -4
  120. package/esm2020/tabs/tab-label.directive.mjs +4 -4
  121. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +8 -8
  122. package/esm2020/tabs/tab.component.mjs +4 -4
  123. package/esm2020/tabs/tabs.module.mjs +5 -5
  124. package/esm2020/tags/tag-input.mjs +4 -4
  125. package/esm2020/tags/tag-list.component.mjs +4 -4
  126. package/esm2020/tags/tag.component.mjs +13 -13
  127. package/esm2020/tags/tag.module.mjs +5 -5
  128. package/esm2020/textarea/textarea.component.mjs +4 -4
  129. package/esm2020/textarea/textarea.module.mjs +5 -5
  130. package/esm2020/timepicker/timepicker.directive.mjs +4 -4
  131. package/esm2020/timepicker/timepicker.module.mjs +5 -5
  132. package/esm2020/timezone/cities-by-filter.pipe.mjs +4 -4
  133. package/esm2020/timezone/timezone-option.component.mjs +4 -4
  134. package/esm2020/timezone/timezone-option.directive.mjs +4 -4
  135. package/esm2020/timezone/timezone-select.component.mjs +7 -7
  136. package/esm2020/timezone/timezone.module.mjs +5 -5
  137. package/esm2020/timezone/utc-offset.pipe.mjs +4 -4
  138. package/esm2020/toast/toast-container.component.mjs +4 -4
  139. package/esm2020/toast/toast.component.mjs +4 -4
  140. package/esm2020/toast/toast.module.mjs +5 -5
  141. package/esm2020/toast/toast.service.mjs +4 -4
  142. package/esm2020/toggle/toggle.component.mjs +4 -4
  143. package/esm2020/toggle/toggle.module.mjs +5 -5
  144. package/esm2020/tooltip/tooltip.component.mjs +13 -13
  145. package/esm2020/tooltip/tooltip.module.mjs +5 -5
  146. package/esm2020/tree/control/flat-tree-control.mjs +7 -3
  147. package/esm2020/tree/node.mjs +4 -4
  148. package/esm2020/tree/outlet.mjs +4 -4
  149. package/esm2020/tree/padding.directive.mjs +4 -4
  150. package/esm2020/tree/toggle.mjs +10 -10
  151. package/esm2020/tree/tree-base.mjs +7 -7
  152. package/esm2020/tree/tree-option.component.mjs +52 -11
  153. package/esm2020/tree/tree-selection.component.mjs +13 -4
  154. package/esm2020/tree/tree.mjs +4 -4
  155. package/esm2020/tree/tree.module.mjs +5 -5
  156. package/esm2020/tree-select/tree-select.component.mjs +19 -14
  157. package/esm2020/tree-select/tree-select.module.mjs +5 -5
  158. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +13 -13
  159. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  160. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +10 -10
  161. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  162. package/fesm2015/ptsecurity-mosaic-button.mjs +10 -10
  163. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  164. package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
  165. package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
  166. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
  167. package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  168. package/fesm2015/ptsecurity-mosaic-core.mjs +121 -115
  169. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  170. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
  171. package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  172. package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
  173. package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
  174. package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
  175. package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -1
  176. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +16 -16
  177. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  178. package/fesm2015/ptsecurity-mosaic-form-field.mjs +34 -34
  179. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  180. package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
  181. package/fesm2015/ptsecurity-mosaic-icon.mjs.map +1 -1
  182. package/fesm2015/ptsecurity-mosaic-input.mjs +25 -25
  183. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  184. package/fesm2015/ptsecurity-mosaic-link.mjs +17 -13
  185. package/fesm2015/ptsecurity-mosaic-link.mjs.map +1 -1
  186. package/fesm2015/ptsecurity-mosaic-list.mjs +16 -16
  187. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  188. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +16 -16
  189. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  190. package/fesm2015/ptsecurity-mosaic-markdown.mjs +24 -17
  191. package/fesm2015/ptsecurity-mosaic-markdown.mjs.map +1 -1
  192. package/fesm2015/ptsecurity-mosaic-modal.mjs +28 -28
  193. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  194. package/fesm2015/ptsecurity-mosaic-navbar.mjs +46 -46
  195. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  196. package/fesm2015/ptsecurity-mosaic-popover.mjs +16 -16
  197. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  198. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
  199. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  200. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  201. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  202. package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
  203. package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
  204. package/fesm2015/ptsecurity-mosaic-select.mjs +19 -19
  205. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  206. package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
  207. package/fesm2015/ptsecurity-mosaic-sidebar.mjs.map +1 -1
  208. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +25 -25
  209. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  210. package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
  211. package/fesm2015/ptsecurity-mosaic-splitter.mjs.map +1 -1
  212. package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
  213. package/fesm2015/ptsecurity-mosaic-table.mjs.map +1 -1
  214. package/fesm2015/ptsecurity-mosaic-tabs.mjs +54 -54
  215. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  216. package/fesm2015/ptsecurity-mosaic-tags.mjs +22 -22
  217. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  218. package/fesm2015/ptsecurity-mosaic-textarea.mjs +7 -7
  219. package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
  220. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
  221. package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  222. package/fesm2015/ptsecurity-mosaic-timezone.mjs +22 -22
  223. package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -1
  224. package/fesm2015/ptsecurity-mosaic-toast.mjs +13 -13
  225. package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
  226. package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
  227. package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
  228. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +16 -16
  229. package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  230. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +23 -18
  231. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  232. package/fesm2015/ptsecurity-mosaic-tree.mjs +100 -47
  233. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  234. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +13 -13
  235. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  236. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +10 -10
  237. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  238. package/fesm2020/ptsecurity-mosaic-button.mjs +10 -10
  239. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  240. package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
  241. package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
  242. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
  243. package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  244. package/fesm2020/ptsecurity-mosaic-core.mjs +121 -115
  245. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  246. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
  247. package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  248. package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
  249. package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
  250. package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
  251. package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -1
  252. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +16 -16
  253. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  254. package/fesm2020/ptsecurity-mosaic-form-field.mjs +34 -34
  255. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  256. package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
  257. package/fesm2020/ptsecurity-mosaic-icon.mjs.map +1 -1
  258. package/fesm2020/ptsecurity-mosaic-input.mjs +25 -25
  259. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  260. package/fesm2020/ptsecurity-mosaic-link.mjs +16 -12
  261. package/fesm2020/ptsecurity-mosaic-link.mjs.map +1 -1
  262. package/fesm2020/ptsecurity-mosaic-list.mjs +16 -16
  263. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  264. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +16 -16
  265. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  266. package/fesm2020/ptsecurity-mosaic-markdown.mjs +24 -17
  267. package/fesm2020/ptsecurity-mosaic-markdown.mjs.map +1 -1
  268. package/fesm2020/ptsecurity-mosaic-modal.mjs +28 -28
  269. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  270. package/fesm2020/ptsecurity-mosaic-navbar.mjs +46 -46
  271. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  272. package/fesm2020/ptsecurity-mosaic-popover.mjs +16 -16
  273. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  274. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
  275. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  276. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  277. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  278. package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
  279. package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
  280. package/fesm2020/ptsecurity-mosaic-select.mjs +19 -19
  281. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  282. package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
  283. package/fesm2020/ptsecurity-mosaic-sidebar.mjs.map +1 -1
  284. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +25 -25
  285. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  286. package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
  287. package/fesm2020/ptsecurity-mosaic-splitter.mjs.map +1 -1
  288. package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
  289. package/fesm2020/ptsecurity-mosaic-table.mjs.map +1 -1
  290. package/fesm2020/ptsecurity-mosaic-tabs.mjs +54 -54
  291. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  292. package/fesm2020/ptsecurity-mosaic-tags.mjs +22 -22
  293. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  294. package/fesm2020/ptsecurity-mosaic-textarea.mjs +7 -7
  295. package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
  296. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
  297. package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  298. package/fesm2020/ptsecurity-mosaic-timezone.mjs +22 -22
  299. package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -1
  300. package/fesm2020/ptsecurity-mosaic-toast.mjs +13 -13
  301. package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
  302. package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
  303. package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
  304. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +16 -16
  305. package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  306. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +22 -17
  307. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  308. package/fesm2020/ptsecurity-mosaic-tree.mjs +100 -47
  309. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  310. package/link/link.component.d.ts +2 -1
  311. package/markdown/markdown.component.d.ts +7 -4
  312. package/package.json +8 -8
  313. package/prebuilt-themes/dark-theme.css +1 -1
  314. package/prebuilt-themes/default-theme.css +1 -1
  315. package/tree/control/flat-tree-control.d.ts +1 -0
  316. package/tree/tree-option.component.d.ts +8 -2
  317. package/tree/tree-selection.component.d.ts +1 -0
  318. package/tree-select/tree-select.component.d.ts +1 -1
package/_theming.scss CHANGED
@@ -232,6 +232,394 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
232
232
  }
233
233
 
234
234
 
235
+ @keyframes mc-progress {
236
+ from {
237
+ background-position: 0 0;
238
+ }
239
+
240
+ to {
241
+ background-position: 29px 0;
242
+ }
243
+ }
244
+
245
+ .mc-progress {
246
+ position: relative;
247
+
248
+ &:after {
249
+ content: '';
250
+ position: absolute;
251
+ border-radius: inherit;
252
+
253
+ top: 0;
254
+ right: 0;
255
+ bottom: 0;
256
+ left: 0;
257
+
258
+ $lighter: transparent;
259
+ $darker: rgba(0, 0, 0, 0.05);
260
+ background: linear-gradient(
261
+ 135deg,
262
+ $darker 10px, $lighter 10px,
263
+ $lighter 20px, $darker 20px,
264
+ $darker 30px, $lighter 30px
265
+ ) repeat;
266
+ background-size: 29px 29px;
267
+ animation: mc-progress 1s linear infinite;
268
+ }
269
+ }
270
+
271
+ @mixin user-select($value) {
272
+ -webkit-user-select: $value;
273
+ -moz-user-select: $value;
274
+ -ms-user-select: $value;
275
+ user-select: $value;
276
+ }
277
+
278
+ @mixin input-placeholder {
279
+ &::placeholder {
280
+ @content;
281
+ }
282
+
283
+ &::-moz-placeholder {
284
+ @content;
285
+ }
286
+
287
+ &::-webkit-input-placeholder {
288
+ @content;
289
+ }
290
+
291
+ &:-ms-input-placeholder {
292
+ @content;
293
+ }
294
+ }
295
+
296
+
297
+
298
+ @mixin mc-button-reset {
299
+ @include user-select(none);
300
+ cursor: pointer;
301
+ outline: none;
302
+ border: none;
303
+ }
304
+
305
+
306
+ @mixin clearfix {
307
+ zoom: 1;
308
+
309
+ &:before,
310
+ &:after {
311
+ content: "";
312
+ display: table;
313
+ }
314
+
315
+ &:after {
316
+ clear: both;
317
+ }
318
+ }
319
+
320
+ @forward 'pt-2022/tokens';
321
+
322
+
323
+
324
+ @mixin border-top-radius($radius) {
325
+ border-top: {
326
+ right-radius: $radius;
327
+ left-radius: $radius;
328
+ }
329
+ }
330
+
331
+ @mixin border-bottom-radius($radius) {
332
+ border-bottom: {
333
+ right-radius: $radius;
334
+ left-radius: $radius;
335
+ }
336
+ }
337
+
338
+ @mixin border-right-radius($radius) {
339
+ border: {
340
+ bottom-right-radius: $radius;
341
+ top-right-radius: $radius;
342
+ }
343
+ }
344
+
345
+ @mixin border-left-radius($radius) {
346
+ border: {
347
+ bottom-left-radius: $radius;
348
+ top-left-radius: $radius;
349
+ }
350
+ }
351
+
352
+ .mc-group {
353
+ display: flex;
354
+ flex-direction: row;
355
+
356
+ .mc-group_justified {
357
+ > .mc-group-item {
358
+ width: 100%;
359
+ }
360
+ }
361
+
362
+ .mc-group-item + .mc-group-item {
363
+ margin-left: calc(-1 * var(--mc-button-size-border-width, $button-size-border-width));
364
+ }
365
+
366
+ & > .mc-group-item:first-child:not(:last-child) {
367
+ @include border-right-radius(0);
368
+
369
+ > .mc-form-field__container {
370
+ @include border-right-radius(0);
371
+ }
372
+ }
373
+
374
+ & > .mc-group-item:last-child:not(:first-child) {
375
+ @include border-left-radius(0);
376
+
377
+ > .mc-form-field__container {
378
+ @include border-left-radius(0);
379
+ }
380
+ }
381
+
382
+ & > .mc-group-item:not(:first-child):not(:last-child) {
383
+ border-radius: 0;
384
+
385
+ > .mc-form-field__container {
386
+ border-radius: 0;
387
+ }
388
+ }
389
+ }
390
+
391
+ .mc-vertical-group {
392
+ display: flex;
393
+ flex-direction: column;
394
+
395
+ /* stylelint-disable no-descending-specificity */
396
+ > .mc-group-item {
397
+ &:first-child:not(:last-child) {
398
+ @include border-bottom-radius(0);
399
+
400
+ border-top-right-radius: var(--mc-button-size-border-radius, $button-size-border-radius);
401
+
402
+ > .mc-form-field__container {
403
+ @include border-bottom-radius(0);
404
+ }
405
+ }
406
+
407
+ &:last-child:not(:first-child) {
408
+ @include border-top-radius(0);
409
+
410
+ border-bottom-left-radius: var(--mc-button-size-border-radius, $button-size-border-radius);
411
+
412
+ > .mc-form-field__container {
413
+ @include border-top-radius(0);
414
+ }
415
+ }
416
+
417
+ &:not(:first-child):not(:last-child) {
418
+ border-radius: 0;
419
+
420
+ > .mc-form-field__container {
421
+ border-radius: 0;
422
+ }
423
+ }
424
+ }
425
+
426
+ .mc-group-item + .mc-group-item {
427
+ margin-top: calc(-1 * var(--mc-button-size-border-width, #{$button-size-border-width}));
428
+ }
429
+ /* stylelint-enable no-descending-specificity */
430
+ }
431
+
432
+
433
+ @mixin mc-reset-input {
434
+ background: transparent;
435
+ padding: 0;
436
+ margin: 0;
437
+ border: none;
438
+ outline: none;
439
+
440
+ /* clears the 'X' from Internet Explorer */
441
+ &::-ms-clear {
442
+ display: none;
443
+ width: 0;
444
+ height: 0;
445
+ }
446
+
447
+ &::-ms-reveal {
448
+ display: none;
449
+ width: 0;
450
+ height: 0;
451
+ }
452
+
453
+ /* clears the 'X' from Chrome */
454
+ &::-webkit-search-decoration,
455
+ &::-webkit-search-cancel-button,
456
+ &::-webkit-search-results-button,
457
+ &::-webkit-search-results-decoration {
458
+ display: none;
459
+ }
460
+ }
461
+
462
+ // This mixin ensures an element spans to fill the nearest ancestor with defined positioning.
463
+ @mixin mc-fill {
464
+ top: 0;
465
+ left: 0;
466
+ right: 0;
467
+ bottom: 0;
468
+ position: absolute;
469
+ }
470
+
471
+ // This mixin will ensure that lines that overflow the container will hide the overflow and
472
+ // truncate neatly with an ellipsis.
473
+ @mixin mc-truncate-line() {
474
+ white-space: nowrap;
475
+ overflow: hidden;
476
+ text-overflow: ellipsis;
477
+ }
478
+
479
+ // This mixin normalizes default element styles, e.g. font weight for heading text.
480
+ @mixin mc-normalize-text() {
481
+ & > * {
482
+ margin: 0;
483
+ padding: 0;
484
+ font-weight: normal;
485
+ font-size: inherit;
486
+ }
487
+ }
488
+
489
+ // This mixin provides base styles for the wrapper around mc-line elements in a list.
490
+ @mixin mc-line-wrapper-base() {
491
+ @include mc-normalize-text();
492
+
493
+ display: flex;
494
+ flex-direction: column;
495
+ width: 100%;
496
+ box-sizing: border-box;
497
+ overflow: hidden;
498
+
499
+ // Must remove wrapper when lines are empty or it takes up horizontal
500
+ // space and pushes other elements to the right.
501
+ &:empty {
502
+ display: none;
503
+ }
504
+ }
505
+
506
+ @mixin mc-no-select() {
507
+ -webkit-touch-callout: none; /* iOS Safari */
508
+ -webkit-user-select: none; /* Safari */
509
+ -moz-user-select: none; /* Firefox */
510
+ -ms-user-select: none; /* Internet Explorer/Edge */
511
+ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
512
+ }
513
+
514
+ .mc-no-select {
515
+ @include mc-no-select;
516
+ }
517
+
518
+ .cdk-overlay-container {
519
+ pointer-events: none;
520
+ top: 0;
521
+ left: 0;
522
+ height: 100%;
523
+ width: 100%;
524
+ position: fixed;
525
+ z-index: 1000;
526
+ box-sizing: border-box;
527
+ margin: 0;
528
+ padding: 0;
529
+ }
530
+
531
+ .cdk-overlay-backdrop {
532
+ top: 0;
533
+ bottom: 0;
534
+ left: 0;
535
+ right: 0;
536
+ -webkit-tap-highlight-color: transparent;
537
+ transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
538
+ opacity: 0;
539
+ position: absolute;
540
+ pointer-events: auto;
541
+ z-index: 1000;
542
+ box-sizing: border-box;
543
+ margin: 0;
544
+ padding: 0;
545
+ }
546
+
547
+ .cdk-overlay-pane {
548
+ box-sizing: border-box;
549
+ position: absolute;
550
+ pointer-events: auto;
551
+ margin: 0;
552
+ padding: 0;
553
+ z-index: 1000;
554
+ max-width: 100%;
555
+ max-height: 100%;
556
+ }
557
+
558
+ .cdk-overlay-connected-position-bounding-box {
559
+ box-sizing: border-box;
560
+ position: absolute;
561
+ z-index: 1000;
562
+ display: flex;
563
+ flex-direction: column;
564
+ margin: 0;
565
+ padding: 0;
566
+ min-width: 1px;
567
+ min-height: 1px;
568
+ }
569
+
570
+ @mixin popup-params($theme) {
571
+ $popup: map-get(map-get($theme, components), popup);
572
+
573
+ box-shadow: map-get($popup, shadow);
574
+ border-color: map-get($popup, border);
575
+
576
+ background-color: map-get($popup, background);
577
+ }
578
+
579
+ // mixin definition ; sets LTR and RTL within the same style call
580
+ // @see https://css-tricks.com/almanac/properties/d/direction/
581
+
582
+ @mixin rtl($prop, $ltr-value, $rtl-value) {
583
+ #{$prop}: $ltr-value;
584
+
585
+ [dir=rtl] & {
586
+ #{$prop}: $rtl-value;
587
+ }
588
+ }
589
+
590
+ @mixin rtl-prop($ltr-prop, $rtl-prop, $value, $reset-value) {
591
+ #{$ltr-prop}: $value;
592
+
593
+ [dir=rtl] & {
594
+ #{$ltr-prop}: $reset-value;
595
+ #{$rtl-prop}: $value;
596
+ }
597
+ }
598
+
599
+ // To reverse padding (top left bottom right) -> (top right bottom left)
600
+ @function rtl-value($list) {
601
+ @if length($list) == 4 {
602
+ @return nth($list, 1) nth($list, 4) nth($list, 3) nth($list, 2)
603
+ }
604
+
605
+ @if length($list) == 5 {
606
+ @return nth($list, 1) nth($list, 4) nth($list, 3) nth($list, 2) nth($list, 5)
607
+ }
608
+
609
+ @return $list;
610
+ }
611
+
612
+ @mixin size($width, $height) {
613
+ width: $width;
614
+ height: $height;
615
+ }
616
+
617
+ @mixin square($size) {
618
+ @include size($size, $size);
619
+ }
620
+
621
+
622
+
235
623
 
236
624
  // Mixin that renders all of the core styles that are not theme-dependent.
237
625
  @mixin mc-core() {
@@ -3886,6 +4274,26 @@ $md-typography: (
3886
4274
  .mc-theme-loaded-marker {
3887
4275
  display: none;
3888
4276
  }
4277
+
4278
+ .mc-primary {
4279
+ color: mc-color(map-get($theme, primary));
4280
+ }
4281
+
4282
+ .mc-error {
4283
+ color: mc-color(map-get($theme, error));
4284
+ }
4285
+
4286
+ .mc-warning {
4287
+ color: mc-color(map-get($theme, warning));
4288
+ }
4289
+
4290
+ .mc-success {
4291
+ color: mc-color(map-get($theme, success));
4292
+ }
4293
+
4294
+ .mc-info {
4295
+ color: mc-color(map-get($theme, info));
4296
+ }
3889
4297
  }
3890
4298
 
3891
4299
  @function mc-contrast($palette, $hue) {
@@ -4638,14 +5046,6 @@ $dark-warning: mc-palette($dark-color-scheme-warning-palette, $dark-color-scheme
4638
5046
  }
4639
5047
  }
4640
5048
 
4641
- @mixin popup-params($theme) {
4642
- $popup: map-get(map-get($theme, components), popup);
4643
-
4644
- box-shadow: map-get($popup, shadow);
4645
- border-color: map-get($popup, border);
4646
-
4647
- background-color: map-get($popup, background);
4648
- }
4649
5049
 
4650
5050
 
4651
5051
 
@@ -4873,6 +5273,8 @@ $dark-warning: mc-palette($dark-color-scheme-warning-palette, $dark-color-scheme
4873
5273
  $checkbox: map-get(map-get($theme, components), checkbox);
4874
5274
 
4875
5275
  .mc-checkbox {
5276
+ color: map-get($foreground, text);
5277
+
4876
5278
  &:not(.mc-disabled) {
4877
5279
  .mc-checkbox-overlay:hover {
4878
5280
  background-color: map-get($background, overlay-hover);
@@ -4880,12 +5282,10 @@ $dark-warning: mc-palette($dark-color-scheme-warning-palette, $dark-color-scheme
4880
5282
  }
4881
5283
 
4882
5284
  &.mc-primary {
4883
- color: map-get($foreground, primary);
4884
5285
  @include mc-checkbox-color(map-get($checkbox, default));
4885
5286
  }
4886
5287
 
4887
5288
  &.mc-error {
4888
- color: map-get($foreground, error);
4889
5289
  @include mc-checkbox-color(map-get($checkbox, error));
4890
5290
  }
4891
5291
 
@@ -7181,9 +7581,6 @@ button {
7181
7581
 
7182
7582
  @include mc-base-typography($config);
7183
7583
 
7184
- $md-config: mc-markdown-typography-config();
7185
- @include mc-markdown-base-typography($md-config);
7186
-
7187
7584
  @include mc-alert-typography($config);
7188
7585
  @include mc-badge-typography($config);
7189
7586
  @include mc-button-typography($config);
@@ -7197,7 +7594,6 @@ button {
7197
7594
  @include mc-link-typography($config);
7198
7595
  @include mc-list-typography($config);
7199
7596
  @include mc-loader-overlay-typography($config);
7200
- @include mc-markdown-typography($md-config);
7201
7597
  @include mc-modal-typography($config);
7202
7598
  @include mc-navbar-typography($config);
7203
7599
  @include mc-option-typography($config);
@@ -7216,6 +7612,10 @@ button {
7216
7612
  @include mc-tree-select-typography($config);
7217
7613
  @include mc-tree-typography($config);
7218
7614
  @include mc-table-typography($config);
7615
+
7616
+ $md-config: mc-markdown-typography-config();
7617
+ @include mc-markdown-base-typography($md-config);
7618
+ @include mc-markdown-typography($md-config);
7219
7619
  }
7220
7620
 
7221
7621
 
package/_visual.scss CHANGED
@@ -67,9 +67,11 @@
67
67
  @if length($list) == 4 {
68
68
  @return nth($list, 1) nth($list, 4) nth($list, 3) nth($list, 2)
69
69
  }
70
+
70
71
  @if length($list) == 5 {
71
72
  @return nth($list, 1) nth($list, 4) nth($list, 3) nth($list, 2) nth($list, 5)
72
73
  }
74
+
73
75
  @return $list;
74
76
  }
75
77
 
@@ -1,5 +1,6 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
+ export declare function escapeRegExp(value: string): string;
3
4
  export declare class McHighlightPipe implements PipeTransform {
4
5
  transform(value: any, args: any): any;
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<McHighlightPipe, never>;
@@ -9,13 +9,13 @@ export class McAutocompleteOrigin {
9
9
  this.elementRef = elementRef;
10
10
  }
11
11
  }
12
- /** @nocollapse */ McAutocompleteOrigin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McAutocompleteOrigin, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
13
- /** @nocollapse */ McAutocompleteOrigin.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McAutocompleteOrigin, selector: "[mcAutocompleteOrigin]", exportAs: ["mcAutocompleteOrigin"], ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McAutocompleteOrigin, decorators: [{
12
+ /** @nocollapse */ McAutocompleteOrigin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McAutocompleteOrigin, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
13
+ /** @nocollapse */ McAutocompleteOrigin.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: McAutocompleteOrigin, selector: "[mcAutocompleteOrigin]", exportAs: ["mcAutocompleteOrigin"], ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McAutocompleteOrigin, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[mcAutocompleteOrigin]',
18
18
  exportAs: 'mcAutocompleteOrigin'
19
19
  }]
20
20
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLW9yaWdpbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9tb3NhaWMvYXV0b2NvbXBsZXRlL2F1dG9jb21wbGV0ZS1vcmlnaW4uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUd0RDs7O0dBR0c7QUFLSCxNQUFNLE9BQU8sb0JBQW9CO0lBQzdCLFlBQW1CLFVBQW1DO1FBQW5DLGVBQVUsR0FBVixVQUFVLENBQXlCO0lBQUcsQ0FBQzs7b0lBRGpELG9CQUFvQjt3SEFBcEIsb0JBQW9COzJGQUFwQixvQkFBb0I7a0JBSmhDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHdCQUF3QjtvQkFDbEMsUUFBUSxFQUFFLHNCQUFzQjtpQkFDbkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuXG4vKipcbiAqIERpcmVjdGl2ZSBhcHBsaWVkIHRvIGFuIGVsZW1lbnQgdG8gbWFrZSBpdCB1c2FibGVcbiAqIGFzIGEgY29ubmVjdGlvbiBwb2ludCBmb3IgYW4gYXV0b2NvbXBsZXRlIHBhbmVsLlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1ttY0F1dG9jb21wbGV0ZU9yaWdpbl0nLFxuICAgIGV4cG9ydEFzOiAnbWNBdXRvY29tcGxldGVPcmlnaW4nXG59KVxuZXhwb3J0IGNsYXNzIE1jQXV0b2NvbXBsZXRlT3JpZ2luIHtcbiAgICBjb25zdHJ1Y3RvcihwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4pIHt9XG59XG4iXX0=
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLW9yaWdpbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9tb3NhaWMvYXV0b2NvbXBsZXRlL2F1dG9jb21wbGV0ZS1vcmlnaW4uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUd0RDs7O0dBR0c7QUFLSCxNQUFNLE9BQU8sb0JBQW9CO0lBQzdCLFlBQW1CLFVBQW1DO1FBQW5DLGVBQVUsR0FBVixVQUFVLENBQXlCO0lBQUcsQ0FBQzs7cUlBRGpELG9CQUFvQjt5SEFBcEIsb0JBQW9COzRGQUFwQixvQkFBb0I7a0JBSmhDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHdCQUF3QjtvQkFDbEMsUUFBUSxFQUFFLHNCQUFzQjtpQkFDbkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuXG4vKipcbiAqIERpcmVjdGl2ZSBhcHBsaWVkIHRvIGFuIGVsZW1lbnQgdG8gbWFrZSBpdCB1c2FibGVcbiAqIGFzIGEgY29ubmVjdGlvbiBwb2ludCBmb3IgYW4gYXV0b2NvbXBsZXRlIHBhbmVsLlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1ttY0F1dG9jb21wbGV0ZU9yaWdpbl0nLFxuICAgIGV4cG9ydEFzOiAnbWNBdXRvY29tcGxldGVPcmlnaW4nXG59KVxuZXhwb3J0IGNsYXNzIE1jQXV0b2NvbXBsZXRlT3JpZ2luIHtcbiAgICBjb25zdHJ1Y3RvcihwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4pIHt9XG59XG4iXX0=