@ng-matero/extensions 12.5.3 → 13.0.1

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 (559) hide show
  1. package/README.md +2 -16
  2. package/_all-color.scss +1 -1
  3. package/_all-theme.scss +2 -0
  4. package/_index.scss +3 -1
  5. package/_theming.scss +3 -1
  6. package/alert/_alert-theme.scss +2 -2
  7. package/alert/alert.component.d.ts +3 -0
  8. package/alert/alert.module.d.ts +6 -0
  9. package/alert/mtxAlert.d.ts +1 -0
  10. package/alert/package.json +5 -6
  11. package/button/button-loading.directive.d.ts +3 -0
  12. package/button/button.module.d.ts +8 -0
  13. package/button/mtxButton.d.ts +1 -0
  14. package/button/package.json +5 -6
  15. package/checkbox-group/checkbox-group.component.d.ts +3 -0
  16. package/checkbox-group/checkbox-group.module.d.ts +9 -0
  17. package/checkbox-group/mtxCheckboxGroup.d.ts +1 -0
  18. package/checkbox-group/package.json +5 -6
  19. package/colorpicker/_colorpicker-theme.import.scss +2 -0
  20. package/colorpicker/_colorpicker-theme.scss +43 -0
  21. package/colorpicker/colorpicker-animations.d.ts +8 -0
  22. package/colorpicker/colorpicker-content.scss +4 -0
  23. package/colorpicker/colorpicker-input.d.ts +92 -0
  24. package/colorpicker/colorpicker-module.d.ts +15 -0
  25. package/colorpicker/colorpicker-toggle.d.ts +38 -0
  26. package/colorpicker/colorpicker-toggle.scss +23 -0
  27. package/colorpicker/colorpicker.d.ts +131 -0
  28. package/{extensions.d.ts → colorpicker/mtxColorpicker.d.ts} +1 -0
  29. package/colorpicker/package.json +10 -0
  30. package/colorpicker/public-api.d.ts +5 -0
  31. package/column-resize/column-resize-directives/column-resize-flex.d.ts +3 -0
  32. package/column-resize/column-resize-directives/column-resize.d.ts +3 -0
  33. package/column-resize/column-resize-module.d.ts +6 -7
  34. package/column-resize/column-resize-notifier.d.ts +5 -7
  35. package/column-resize/column-resize.d.ts +3 -0
  36. package/column-resize/column-size-store.d.ts +3 -7
  37. package/column-resize/event-dispatcher.d.ts +3 -0
  38. package/column-resize/mtxColumnResize.d.ts +1 -0
  39. package/column-resize/overlay-handle.d.ts +3 -0
  40. package/column-resize/package.json +5 -6
  41. package/column-resize/resizable.d.ts +3 -0
  42. package/column-resize/resize-strategy.d.ts +7 -0
  43. package/core/datetime/datetime.module.d.ts +8 -0
  44. package/core/datetime/native-datetime-adapter.d.ts +3 -0
  45. package/core/density/private/_compatibility.scss +74 -0
  46. package/core/mtxCore.d.ts +1 -0
  47. package/core/package.json +5 -6
  48. package/{pipes/public-api.d.ts → core/pipes/index.d.ts} +0 -0
  49. package/core/pipes/pipes.module.d.ts +8 -0
  50. package/{pipes → core/pipes}/to-observable.pipe.d.ts +3 -0
  51. package/core/public-api.d.ts +1 -0
  52. package/core/style/_elevation.scss +197 -0
  53. package/core/style/_private.scss +41 -0
  54. package/core/style/_variables.scss +44 -0
  55. package/core/style/_vendor-prefixes.scss +60 -0
  56. package/core/theming/_palette.scss +746 -0
  57. package/core/theming/_theming.scss +430 -0
  58. package/core/typography/_typography-utils.scss +101 -0
  59. package/core/typography/_typography.scss +273 -0
  60. package/datetimepicker/_datetimepicker-theme.scss +17 -5
  61. package/datetimepicker/calendar-body.d.ts +3 -0
  62. package/datetimepicker/calendar-body.scss +5 -4
  63. package/datetimepicker/calendar.d.ts +6 -11
  64. package/datetimepicker/clock.d.ts +13 -9
  65. package/datetimepicker/datetimepicker-animations.d.ts +7 -5
  66. package/datetimepicker/datetimepicker-input.d.ts +7 -2
  67. package/datetimepicker/datetimepicker-module.d.ts +20 -0
  68. package/datetimepicker/datetimepicker-toggle.d.ts +20 -2
  69. package/datetimepicker/datetimepicker-toggle.scss +23 -0
  70. package/datetimepicker/datetimepicker-types.d.ts +1 -0
  71. package/datetimepicker/datetimepicker.d.ts +73 -25
  72. package/datetimepicker/month-view.d.ts +7 -4
  73. package/datetimepicker/mtxDatetimepicker.d.ts +1 -2
  74. package/datetimepicker/multi-year-view.d.ts +7 -4
  75. package/datetimepicker/package.json +5 -6
  76. package/datetimepicker/public-api.d.ts +4 -1
  77. package/datetimepicker/year-view.d.ts +7 -4
  78. package/dialog/{dialog.config.d.ts → dialog-config.d.ts} +0 -0
  79. package/dialog/dialog.component.d.ts +4 -1
  80. package/dialog/dialog.d.ts +4 -1
  81. package/dialog/dialog.module.d.ts +10 -0
  82. package/dialog/mtxDialog.d.ts +1 -0
  83. package/dialog/package.json +5 -6
  84. package/dialog/public-api.d.ts +2 -2
  85. package/esm2020/alert/alert.component.mjs +52 -0
  86. package/esm2020/alert/alert.module.mjs +18 -0
  87. package/{esm2015/alert/mtxAlert.js → esm2020/alert/mtxAlert.mjs} +0 -0
  88. package/{esm2015/alert/public-api.js → esm2020/alert/public-api.mjs} +0 -0
  89. package/esm2020/button/button-loading.directive.mjs +79 -0
  90. package/esm2020/button/button.module.mjs +20 -0
  91. package/{esm2015/button/mtxButton.js → esm2020/button/mtxButton.mjs} +0 -0
  92. package/{esm2015/button/public-api.js → esm2020/button/public-api.mjs} +0 -0
  93. package/esm2020/checkbox-group/checkbox-group.component.mjs +234 -0
  94. package/{esm2015/checkbox-group/checkbox-group.interface.js → esm2020/checkbox-group/checkbox-group.interface.mjs} +0 -0
  95. package/esm2020/checkbox-group/checkbox-group.module.mjs +21 -0
  96. package/{esm2015/checkbox-group/mtxCheckboxGroup.js → esm2020/checkbox-group/mtxCheckboxGroup.mjs} +0 -0
  97. package/{esm2015/checkbox-group/public-api.js → esm2020/checkbox-group/public-api.mjs} +0 -0
  98. package/esm2020/colorpicker/colorpicker-animations.mjs +16 -0
  99. package/esm2020/colorpicker/colorpicker-input.mjs +228 -0
  100. package/esm2020/colorpicker/colorpicker-module.mjs +65 -0
  101. package/esm2020/colorpicker/colorpicker-toggle.mjs +90 -0
  102. package/esm2020/colorpicker/colorpicker.mjs +363 -0
  103. package/esm2020/colorpicker/mtxColorpicker.mjs +5 -0
  104. package/esm2020/colorpicker/public-api.mjs +6 -0
  105. package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +45 -0
  106. package/esm2020/column-resize/column-resize-directives/column-resize.mjs +45 -0
  107. package/{esm2015/column-resize/column-resize-directives/constants.js → esm2020/column-resize/column-resize-directives/constants.mjs} +0 -0
  108. package/esm2020/column-resize/column-resize-module.mjs +28 -0
  109. package/esm2020/column-resize/column-resize-notifier.mjs +47 -0
  110. package/esm2020/column-resize/column-resize.mjs +82 -0
  111. package/esm2020/column-resize/column-size-store.mjs +20 -0
  112. package/esm2020/column-resize/event-dispatcher.mjs +67 -0
  113. package/{esm2015/column-resize/mtxColumnResize.js → esm2020/column-resize/mtxColumnResize.mjs} +0 -0
  114. package/esm2020/column-resize/overlay-handle.mjs +146 -0
  115. package/{esm2015/column-resize/polyfill.js → esm2020/column-resize/polyfill.mjs} +0 -0
  116. package/{esm2015/column-resize/public-api.js → esm2020/column-resize/public-api.mjs} +0 -0
  117. package/esm2020/column-resize/resizable.mjs +199 -0
  118. package/{esm2015/column-resize/resize-ref.js → esm2020/column-resize/resize-ref.mjs} +0 -0
  119. package/esm2020/column-resize/resize-strategy.mjs +232 -0
  120. package/{esm2015/column-resize/selectors.js → esm2020/column-resize/selectors.mjs} +0 -0
  121. package/{esm2015/core/datetime/datetime-adapter.js → esm2020/core/datetime/datetime-adapter.mjs} +0 -0
  122. package/{esm2015/core/datetime/datetime-formats.js → esm2020/core/datetime/datetime-formats.mjs} +0 -0
  123. package/esm2020/core/datetime/datetime.module.mjs +42 -0
  124. package/{esm2015/core/datetime/index.js → esm2020/core/datetime/index.mjs} +0 -0
  125. package/esm2020/core/datetime/native-datetime-adapter.mjs +138 -0
  126. package/{esm2015/core/datetime/native-datetime-formats.js → esm2020/core/datetime/native-datetime-formats.mjs} +0 -0
  127. package/{esm2015/core/mtxCore.js → esm2020/core/mtxCore.mjs} +0 -0
  128. package/esm2020/core/pipes/index.mjs +3 -0
  129. package/esm2020/core/pipes/pipes.module.mjs +18 -0
  130. package/esm2020/core/pipes/to-observable.pipe.mjs +15 -0
  131. package/{esm2015/core/public-api.js → esm2020/core/public-api.mjs} +2 -1
  132. package/esm2020/datetimepicker/calendar-body.mjs +78 -0
  133. package/esm2020/datetimepicker/calendar.mjs +618 -0
  134. package/esm2020/datetimepicker/clock.mjs +277 -0
  135. package/esm2020/datetimepicker/datetimepicker-animations.mjs +44 -0
  136. package/{esm2015/datetimepicker/datetimepicker-errors.js → esm2020/datetimepicker/datetimepicker-errors.mjs} +0 -0
  137. package/{esm2015/datetimepicker/datetimepicker-filtertype.js → esm2020/datetimepicker/datetimepicker-filtertype.mjs} +0 -0
  138. package/esm2020/datetimepicker/datetimepicker-input.mjs +344 -0
  139. package/esm2020/datetimepicker/datetimepicker-module.mjs +75 -0
  140. package/esm2020/datetimepicker/datetimepicker-toggle.mjs +94 -0
  141. package/esm2020/datetimepicker/datetimepicker-types.mjs +2 -0
  142. package/esm2020/datetimepicker/datetimepicker.mjs +492 -0
  143. package/esm2020/datetimepicker/month-view.mjs +148 -0
  144. package/esm2020/datetimepicker/mtxDatetimepicker.mjs +5 -0
  145. package/esm2020/datetimepicker/multi-year-view.mjs +214 -0
  146. package/esm2020/datetimepicker/public-api.mjs +14 -0
  147. package/esm2020/datetimepicker/year-view.mjs +138 -0
  148. package/{esm2015/dialog/dialog.config.js → esm2020/dialog/dialog-config.mjs} +1 -1
  149. package/esm2020/dialog/dialog.component.mjs +33 -0
  150. package/esm2020/dialog/dialog.mjs +74 -0
  151. package/esm2020/dialog/dialog.module.mjs +24 -0
  152. package/{esm2015/dialog/mtxDialog.js → esm2020/dialog/mtxDialog.mjs} +0 -0
  153. package/esm2020/dialog/public-api.mjs +5 -0
  154. package/esm2020/form-group/form-group.component.mjs +37 -0
  155. package/esm2020/form-group/form-group.module.mjs +18 -0
  156. package/{esm2015/form-group/mtxFormGroup.js → esm2020/form-group/mtxFormGroup.mjs} +0 -0
  157. package/{esm2015/form-group/public-api.js → esm2020/form-group/public-api.mjs} +0 -0
  158. package/esm2020/grid/cell.component.mjs +108 -0
  159. package/esm2020/grid/column-menu.component.mjs +95 -0
  160. package/esm2020/grid/column-resize/column-resize-directives/column-resize-flex.mjs +37 -0
  161. package/esm2020/grid/column-resize/column-resize-directives/column-resize.mjs +37 -0
  162. package/{esm2015/grid/column-resize/column-resize-directives/common.js → esm2020/grid/column-resize/column-resize-directives/common.mjs} +0 -0
  163. package/esm2020/grid/column-resize/column-resize-module.mjs +42 -0
  164. package/esm2020/grid/column-resize/overlay-handle.mjs +60 -0
  165. package/{esm2015/grid/column-resize/resizable-directives/common.js → esm2020/grid/column-resize/resizable-directives/common.mjs} +0 -0
  166. package/esm2020/grid/column-resize/resizable-directives/resizable.mjs +62 -0
  167. package/esm2020/grid/column-resize/resize-strategy.mjs +42 -0
  168. package/esm2020/grid/expansion-toggle.directive.mjs +64 -0
  169. package/esm2020/grid/grid.component.mjs +556 -0
  170. package/{esm2015/grid/grid.interface.js → esm2020/grid/grid.interface.mjs} +0 -0
  171. package/esm2020/grid/grid.module.mjs +117 -0
  172. package/esm2020/grid/grid.service.mjs +44 -0
  173. package/{esm2015/grid/mtxGrid.js → esm2020/grid/mtxGrid.mjs} +0 -0
  174. package/esm2020/grid/public-api.mjs +16 -0
  175. package/esm2020/loader/loader.component.mjs +63 -0
  176. package/esm2020/loader/loader.module.mjs +20 -0
  177. package/{esm2015/loader/mtxLoader.js → esm2020/loader/mtxLoader.mjs} +0 -0
  178. package/{esm2015/loader/public-api.js → esm2020/loader/public-api.mjs} +0 -0
  179. package/esm2020/ng-matero-extensions.mjs +5 -0
  180. package/{esm2015/popover/mtxPopover.js → esm2020/popover/mtxPopover.mjs} +0 -0
  181. package/{esm2015/popover/popover-animations.js → esm2020/popover/popover-animations.mjs} +0 -0
  182. package/{esm2015/popover/popover-errors.js → esm2020/popover/popover-errors.mjs} +0 -0
  183. package/{esm2015/popover/popover-interfaces.js → esm2020/popover/popover-interfaces.mjs} +0 -0
  184. package/esm2020/popover/popover-module.mjs +22 -0
  185. package/esm2020/popover/popover-target.mjs +17 -0
  186. package/esm2020/popover/popover-trigger.mjs +441 -0
  187. package/{esm2015/popover/popover-types.js → esm2020/popover/popover-types.mjs} +0 -0
  188. package/esm2020/popover/popover.mjs +334 -0
  189. package/{esm2015/popover/public-api.js → esm2020/popover/public-api.mjs} +0 -0
  190. package/{esm2015/progress/mtxProgress.js → esm2020/progress/mtxProgress.mjs} +0 -0
  191. package/esm2020/progress/progress.component.mjs +55 -0
  192. package/esm2020/progress/progress.module.mjs +18 -0
  193. package/{esm2015/progress/public-api.js → esm2020/progress/public-api.mjs} +0 -0
  194. package/esm2020/public-api.mjs +5 -0
  195. package/{esm2015/select/mtxSelect.js → esm2020/select/mtxSelect.mjs} +0 -0
  196. package/{esm2015/select/option.component.js → esm2020/select/option.component.mjs} +18 -26
  197. package/{esm2015/select/public-api.js → esm2020/select/public-api.mjs} +0 -0
  198. package/esm2020/select/select.component.mjs +458 -0
  199. package/esm2020/select/select.module.mjs +74 -0
  200. package/esm2020/select/templates.directive.mjs +124 -0
  201. package/{esm2015/slider/mtxSlider.js → esm2020/slider/mtxSlider.mjs} +0 -0
  202. package/{esm2015/slider/public-api.js → esm2020/slider/public-api.mjs} +0 -0
  203. package/esm2020/slider/slider-module.mjs +19 -0
  204. package/esm2020/slider/slider.mjs +1115 -0
  205. package/{esm2015/split/interface.js → esm2020/split/interface.mjs} +0 -0
  206. package/{esm2015/split/mtxSplit.js → esm2020/split/mtxSplit.mjs} +0 -0
  207. package/{esm2015/split/public-api.js → esm2020/split/public-api.mjs} +0 -0
  208. package/esm2020/split/split-pane.directive.mjs +149 -0
  209. package/esm2020/split/split.component.mjs +619 -0
  210. package/esm2020/split/split.module.mjs +19 -0
  211. package/esm2020/split/utils.mjs +222 -0
  212. package/{esm2015/text3d/mtxText3d.js → esm2020/text3d/mtxText3d.mjs} +0 -0
  213. package/{esm2015/text3d/public-api.js → esm2020/text3d/public-api.mjs} +0 -0
  214. package/esm2020/text3d/text3d.component.mjs +45 -0
  215. package/esm2020/text3d/text3d.module.mjs +18 -0
  216. package/{esm2015/tooltip/mtxTooltip.js → esm2020/tooltip/mtxTooltip.mjs} +0 -0
  217. package/{esm2015/tooltip/public-api.js → esm2020/tooltip/public-api.mjs} +0 -0
  218. package/{esm2015/tooltip/tooltip-animations.js → esm2020/tooltip/tooltip-animations.mjs} +0 -0
  219. package/esm2020/tooltip/tooltip-module.mjs +23 -0
  220. package/esm2020/tooltip/tooltip.mjs +674 -0
  221. package/fesm2015/mtxAlert.mjs +74 -0
  222. package/fesm2015/mtxAlert.mjs.map +1 -0
  223. package/fesm2015/mtxButton.mjs +102 -0
  224. package/fesm2015/mtxButton.mjs.map +1 -0
  225. package/fesm2015/mtxCheckboxGroup.mjs +257 -0
  226. package/fesm2015/mtxCheckboxGroup.mjs.map +1 -0
  227. package/fesm2015/mtxColorpicker.mjs +754 -0
  228. package/fesm2015/mtxColorpicker.mjs.map +1 -0
  229. package/fesm2015/{mtxColumnResize.js → mtxColumnResize.mjs} +108 -145
  230. package/fesm2015/mtxColumnResize.mjs.map +1 -0
  231. package/fesm2015/mtxCore.mjs +362 -0
  232. package/fesm2015/mtxCore.mjs.map +1 -0
  233. package/fesm2015/mtxDatetimepicker.mjs +2474 -0
  234. package/fesm2015/mtxDatetimepicker.mjs.map +1 -0
  235. package/fesm2015/mtxDialog.mjs +128 -0
  236. package/fesm2015/mtxDialog.mjs.map +1 -0
  237. package/fesm2015/mtxFormGroup.mjs +59 -0
  238. package/fesm2015/mtxFormGroup.mjs.map +1 -0
  239. package/fesm2015/mtxGrid.mjs +1271 -0
  240. package/fesm2015/mtxGrid.mjs.map +1 -0
  241. package/fesm2015/mtxLoader.mjs +87 -0
  242. package/fesm2015/mtxLoader.mjs.map +1 -0
  243. package/fesm2015/mtxPopover.mjs +865 -0
  244. package/fesm2015/mtxPopover.mjs.map +1 -0
  245. package/fesm2015/mtxProgress.mjs +77 -0
  246. package/fesm2015/mtxProgress.mjs.map +1 -0
  247. package/fesm2015/mtxSelect.mjs +712 -0
  248. package/fesm2015/mtxSelect.mjs.map +1 -0
  249. package/fesm2015/mtxSlider.mjs +1139 -0
  250. package/fesm2015/mtxSlider.mjs.map +1 -0
  251. package/fesm2015/{mtxSplit.js → mtxSplit.mjs} +85 -98
  252. package/fesm2015/mtxSplit.mjs.map +1 -0
  253. package/fesm2015/mtxText3d.mjs +67 -0
  254. package/fesm2015/mtxText3d.mjs.map +1 -0
  255. package/fesm2015/{mtxTooltip.js → mtxTooltip.mjs} +85 -86
  256. package/fesm2015/mtxTooltip.mjs.map +1 -0
  257. package/fesm2015/ng-matero-extensions.mjs +9 -0
  258. package/fesm2015/ng-matero-extensions.mjs.map +1 -0
  259. package/fesm2020/mtxAlert.mjs +74 -0
  260. package/fesm2020/mtxAlert.mjs.map +1 -0
  261. package/fesm2020/mtxButton.mjs +102 -0
  262. package/fesm2020/mtxButton.mjs.map +1 -0
  263. package/fesm2020/mtxCheckboxGroup.mjs +257 -0
  264. package/fesm2020/mtxCheckboxGroup.mjs.map +1 -0
  265. package/fesm2020/mtxColorpicker.mjs +750 -0
  266. package/fesm2020/mtxColorpicker.mjs.map +1 -0
  267. package/fesm2020/mtxColumnResize.mjs +953 -0
  268. package/fesm2020/mtxColumnResize.mjs.map +1 -0
  269. package/{fesm2015/mtxCore.js → fesm2020/mtxCore.mjs} +75 -42
  270. package/fesm2020/mtxCore.mjs.map +1 -0
  271. package/fesm2020/mtxDatetimepicker.mjs +2462 -0
  272. package/fesm2020/mtxDatetimepicker.mjs.map +1 -0
  273. package/fesm2020/mtxDialog.mjs +129 -0
  274. package/fesm2020/mtxDialog.mjs.map +1 -0
  275. package/fesm2020/mtxFormGroup.mjs +59 -0
  276. package/fesm2020/mtxFormGroup.mjs.map +1 -0
  277. package/fesm2020/mtxGrid.mjs +1259 -0
  278. package/fesm2020/mtxGrid.mjs.map +1 -0
  279. package/fesm2020/mtxLoader.mjs +87 -0
  280. package/fesm2020/mtxLoader.mjs.map +1 -0
  281. package/{fesm2015/mtxPopover.js → fesm2020/mtxPopover.mjs} +120 -111
  282. package/fesm2020/mtxPopover.mjs.map +1 -0
  283. package/fesm2020/mtxProgress.mjs +77 -0
  284. package/fesm2020/mtxProgress.mjs.map +1 -0
  285. package/fesm2020/mtxSelect.mjs +709 -0
  286. package/fesm2020/mtxSelect.mjs.map +1 -0
  287. package/{fesm2015/mtxSlider.js → fesm2020/mtxSlider.mjs} +97 -94
  288. package/fesm2020/mtxSlider.mjs.map +1 -0
  289. package/fesm2020/mtxSplit.mjs +1007 -0
  290. package/fesm2020/mtxSplit.mjs.map +1 -0
  291. package/fesm2020/mtxText3d.mjs +67 -0
  292. package/fesm2020/mtxText3d.mjs.map +1 -0
  293. package/fesm2020/mtxTooltip.mjs +718 -0
  294. package/fesm2020/mtxTooltip.mjs.map +1 -0
  295. package/fesm2020/ng-matero-extensions.mjs +9 -0
  296. package/fesm2020/ng-matero-extensions.mjs.map +1 -0
  297. package/form-group/_form-group-theme.scss +1 -1
  298. package/form-group/form-group.component.d.ts +5 -4
  299. package/form-group/form-group.module.d.ts +6 -0
  300. package/form-group/mtxFormGroup.d.ts +1 -0
  301. package/form-group/package.json +5 -6
  302. package/grid/_grid-theme.scss +1 -1
  303. package/grid/cell.component.d.ts +3 -0
  304. package/grid/column-menu.component.d.ts +3 -0
  305. package/grid/column-menu.component.scss +1 -1
  306. package/grid/column-resize/_column-resize.scss +3 -3
  307. package/grid/column-resize/column-resize-directives/column-resize-flex.d.ts +3 -0
  308. package/grid/column-resize/column-resize-directives/column-resize.d.ts +3 -0
  309. package/grid/column-resize/column-resize-module.d.ts +12 -7
  310. package/grid/column-resize/overlay-handle.d.ts +3 -0
  311. package/grid/column-resize/resizable-directives/resizable.d.ts +3 -0
  312. package/grid/column-resize/resize-strategy.d.ts +3 -0
  313. package/grid/expansion-toggle.directive.d.ts +3 -0
  314. package/grid/grid.component.d.ts +20 -1
  315. package/grid/grid.module.d.ts +26 -0
  316. package/grid/grid.service.d.ts +3 -0
  317. package/grid/mtxGrid.d.ts +1 -0
  318. package/grid/package.json +5 -6
  319. package/grid/public-api.d.ts +0 -1
  320. package/loader/_loader-theme.scss +1 -1
  321. package/loader/loader.component.d.ts +7 -1
  322. package/loader/loader.module.d.ts +8 -0
  323. package/loader/mtxLoader.d.ts +1 -0
  324. package/loader/package.json +5 -6
  325. package/{color-picker/mtxColorPicker.d.ts → ng-matero-extensions.d.ts} +1 -0
  326. package/package.json +178 -15
  327. package/popover/_popover-theme.scss +1 -1
  328. package/popover/mtxPopover.d.ts +1 -0
  329. package/popover/package.json +5 -6
  330. package/popover/popover-module.d.ts +10 -0
  331. package/popover/popover-target.d.ts +3 -0
  332. package/popover/popover-trigger.d.ts +3 -0
  333. package/popover/popover.d.ts +3 -0
  334. package/progress/_progress-theme.scss +2 -2
  335. package/progress/mtxProgress.d.ts +1 -0
  336. package/progress/package.json +5 -6
  337. package/progress/progress.component.d.ts +3 -0
  338. package/progress/progress.module.d.ts +6 -0
  339. package/public-api.d.ts +2 -19
  340. package/select/_select-theme.scss +1 -1
  341. package/select/mtxSelect.d.ts +1 -0
  342. package/select/option.component.d.ts +3 -0
  343. package/select/package.json +5 -6
  344. package/select/select.component.d.ts +3 -0
  345. package/select/select.component.scss +1 -1
  346. package/select/select.module.d.ts +10 -0
  347. package/select/templates.directive.d.ts +23 -0
  348. package/slider/_slider-theme.scss +4 -4
  349. package/slider/mtxSlider.d.ts +1 -0
  350. package/slider/package.json +5 -6
  351. package/slider/slider-module.d.ts +7 -0
  352. package/slider/slider.d.ts +4 -1
  353. package/slider/slider.scss +7 -7
  354. package/split/_split-theme.scss +10 -3
  355. package/split/mtxSplit.d.ts +1 -0
  356. package/split/package.json +5 -6
  357. package/split/split-pane.directive.d.ts +3 -0
  358. package/split/split.component.d.ts +12 -1
  359. package/split/split.module.d.ts +7 -0
  360. package/text3d/_text3d-theme.scss +2 -2
  361. package/text3d/mtxText3d.d.ts +1 -0
  362. package/text3d/package.json +5 -6
  363. package/text3d/text3d.component.d.ts +3 -1
  364. package/text3d/text3d.module.d.ts +6 -0
  365. package/tooltip/_tooltip-theme.scss +3 -3
  366. package/tooltip/mtxTooltip.d.ts +1 -0
  367. package/tooltip/package.json +5 -6
  368. package/tooltip/tooltip-module.d.ts +10 -0
  369. package/tooltip/tooltip.d.ts +5 -0
  370. package/tooltip/tooltip.scss +1 -1
  371. package/alert/mtxAlert.metadata.json +0 -1
  372. package/bundles/extensions.umd.js +0 -164
  373. package/bundles/extensions.umd.js.map +0 -1
  374. package/bundles/mtxAlert.umd.js +0 -101
  375. package/bundles/mtxAlert.umd.js.map +0 -1
  376. package/bundles/mtxButton.umd.js +0 -119
  377. package/bundles/mtxButton.umd.js.map +0 -1
  378. package/bundles/mtxCheckboxGroup.umd.js +0 -284
  379. package/bundles/mtxCheckboxGroup.umd.js.map +0 -1
  380. package/bundles/mtxColorPicker.umd.js +0 -337
  381. package/bundles/mtxColorPicker.umd.js.map +0 -1
  382. package/bundles/mtxColumnResize.umd.js +0 -1339
  383. package/bundles/mtxColumnResize.umd.js.map +0 -1
  384. package/bundles/mtxCore.umd.js +0 -670
  385. package/bundles/mtxCore.umd.js.map +0 -1
  386. package/bundles/mtxDatetimepicker.umd.js +0 -2590
  387. package/bundles/mtxDatetimepicker.umd.js.map +0 -1
  388. package/bundles/mtxDialog.umd.js +0 -160
  389. package/bundles/mtxDialog.umd.js.map +0 -1
  390. package/bundles/mtxFormGroup.umd.js +0 -80
  391. package/bundles/mtxFormGroup.umd.js.map +0 -1
  392. package/bundles/mtxGrid.umd.js +0 -1581
  393. package/bundles/mtxGrid.umd.js.map +0 -1
  394. package/bundles/mtxLoader.umd.js +0 -104
  395. package/bundles/mtxLoader.umd.js.map +0 -1
  396. package/bundles/mtxPipes.umd.js +0 -44
  397. package/bundles/mtxPipes.umd.js.map +0 -1
  398. package/bundles/mtxPopover.umd.js +0 -1260
  399. package/bundles/mtxPopover.umd.js.map +0 -1
  400. package/bundles/mtxProgress.umd.js +0 -92
  401. package/bundles/mtxProgress.umd.js.map +0 -1
  402. package/bundles/mtxSelect.umd.js +0 -1097
  403. package/bundles/mtxSelect.umd.js.map +0 -1
  404. package/bundles/mtxSlider.umd.js +0 -1551
  405. package/bundles/mtxSlider.umd.js.map +0 -1
  406. package/bundles/mtxSplit.umd.js +0 -1432
  407. package/bundles/mtxSplit.umd.js.map +0 -1
  408. package/bundles/mtxText3d.umd.js +0 -92
  409. package/bundles/mtxText3d.umd.js.map +0 -1
  410. package/bundles/mtxTooltip.umd.js +0 -1081
  411. package/bundles/mtxTooltip.umd.js.map +0 -1
  412. package/button/mtxButton.metadata.json +0 -1
  413. package/checkbox-group/mtxCheckboxGroup.metadata.json +0 -1
  414. package/color-picker/color-picker.component.d.ts +0 -120
  415. package/color-picker/color-picker.module.d.ts +0 -2
  416. package/color-picker/mtxColorPicker.metadata.json +0 -1
  417. package/color-picker/package.json +0 -11
  418. package/color-picker/public-api.d.ts +0 -2
  419. package/column-resize/mtxColumnResize.metadata.json +0 -1
  420. package/core/mtxCore.metadata.json +0 -1
  421. package/datetimepicker/datetimepicker.module.d.ts +0 -2
  422. package/datetimepicker/mtxDatetimepicker.metadata.json +0 -1
  423. package/dialog/mtxDialog.metadata.json +0 -1
  424. package/esm2015/alert/alert.component.js +0 -63
  425. package/esm2015/alert/alert.module.js +0 -14
  426. package/esm2015/button/button-loading.directive.js +0 -89
  427. package/esm2015/button/button.module.js +0 -16
  428. package/esm2015/checkbox-group/checkbox-group.component.js +0 -235
  429. package/esm2015/checkbox-group/checkbox-group.module.js +0 -17
  430. package/esm2015/color-picker/color-picker.component.js +0 -268
  431. package/esm2015/color-picker/color-picker.module.js +0 -26
  432. package/esm2015/color-picker/mtxColorPicker.js +0 -5
  433. package/esm2015/color-picker/public-api.js +0 -3
  434. package/esm2015/column-resize/column-resize-directives/column-resize-flex.js +0 -54
  435. package/esm2015/column-resize/column-resize-directives/column-resize.js +0 -54
  436. package/esm2015/column-resize/column-resize-module.js +0 -24
  437. package/esm2015/column-resize/column-resize-notifier.js +0 -54
  438. package/esm2015/column-resize/column-resize.js +0 -80
  439. package/esm2015/column-resize/column-size-store.js +0 -18
  440. package/esm2015/column-resize/event-dispatcher.js +0 -75
  441. package/esm2015/column-resize/overlay-handle.js +0 -144
  442. package/esm2015/column-resize/resizable.js +0 -197
  443. package/esm2015/column-resize/resize-strategy.js +0 -245
  444. package/esm2015/core/datetime/datetime.module.js +0 -32
  445. package/esm2015/core/datetime/native-datetime-adapter.js +0 -144
  446. package/esm2015/datetimepicker/calendar-body.js +0 -75
  447. package/esm2015/datetimepicker/calendar.js +0 -629
  448. package/esm2015/datetimepicker/clock.js +0 -283
  449. package/esm2015/datetimepicker/datetimepicker-animations.js +0 -30
  450. package/esm2015/datetimepicker/datetimepicker-input.js +0 -333
  451. package/esm2015/datetimepicker/datetimepicker-toggle.js +0 -81
  452. package/esm2015/datetimepicker/datetimepicker.js +0 -411
  453. package/esm2015/datetimepicker/datetimepicker.module.js +0 -49
  454. package/esm2015/datetimepicker/month-view.js +0 -149
  455. package/esm2015/datetimepicker/mtxDatetimepicker.js +0 -7
  456. package/esm2015/datetimepicker/multi-year-view.js +0 -214
  457. package/esm2015/datetimepicker/public-api.js +0 -11
  458. package/esm2015/datetimepicker/year-view.js +0 -140
  459. package/esm2015/dialog/dialog.component.js +0 -40
  460. package/esm2015/dialog/dialog.js +0 -81
  461. package/esm2015/dialog/dialog.module.js +0 -21
  462. package/esm2015/dialog/public-api.js +0 -5
  463. package/esm2015/extensions-experimental.module.js +0 -13
  464. package/esm2015/extensions.js +0 -5
  465. package/esm2015/extensions.module.js +0 -40
  466. package/esm2015/form-group/form-group.component.js +0 -47
  467. package/esm2015/form-group/form-group.module.js +0 -14
  468. package/esm2015/grid/cell-selection.directive.js +0 -62
  469. package/esm2015/grid/cell.component.js +0 -115
  470. package/esm2015/grid/column-menu.component.js +0 -72
  471. package/esm2015/grid/column-resize/column-resize-directives/column-resize-flex.js +0 -47
  472. package/esm2015/grid/column-resize/column-resize-directives/column-resize.js +0 -47
  473. package/esm2015/grid/column-resize/column-resize-module.js +0 -36
  474. package/esm2015/grid/column-resize/overlay-handle.js +0 -68
  475. package/esm2015/grid/column-resize/resizable-directives/resizable.js +0 -75
  476. package/esm2015/grid/column-resize/resize-strategy.js +0 -45
  477. package/esm2015/grid/expansion-toggle.directive.js +0 -62
  478. package/esm2015/grid/grid.component.js +0 -418
  479. package/esm2015/grid/grid.module.js +0 -69
  480. package/esm2015/grid/grid.service.js +0 -50
  481. package/esm2015/grid/public-api.js +0 -17
  482. package/esm2015/loader/loader.component.js +0 -66
  483. package/esm2015/loader/loader.module.js +0 -16
  484. package/esm2015/pipes/mtxPipes.js +0 -5
  485. package/esm2015/pipes/pipes.module.js +0 -14
  486. package/esm2015/pipes/public-api.js +0 -3
  487. package/esm2015/pipes/to-observable.pipe.js +0 -12
  488. package/esm2015/popover/popover-module.js +0 -18
  489. package/esm2015/popover/popover-target.js +0 -24
  490. package/esm2015/popover/popover-trigger.js +0 -434
  491. package/esm2015/popover/popover.js +0 -326
  492. package/esm2015/progress/progress.component.js +0 -54
  493. package/esm2015/progress/progress.module.js +0 -14
  494. package/esm2015/public-api.js +0 -23
  495. package/esm2015/select/select.component.js +0 -380
  496. package/esm2015/select/select.module.js +0 -46
  497. package/esm2015/select/templates.directive.js +0 -211
  498. package/esm2015/slider/slider-module.js +0 -15
  499. package/esm2015/slider/slider.js +0 -1115
  500. package/esm2015/split/split-pane.directive.js +0 -156
  501. package/esm2015/split/split.component.js +0 -622
  502. package/esm2015/split/split.module.js +0 -15
  503. package/esm2015/split/utils.js +0 -227
  504. package/esm2015/text3d/text3d.component.js +0 -53
  505. package/esm2015/text3d/text3d.module.js +0 -14
  506. package/esm2015/tooltip/tooltip-module.js +0 -20
  507. package/esm2015/tooltip/tooltip.js +0 -681
  508. package/extensions-experimental.module.d.ts +0 -2
  509. package/extensions.metadata.json +0 -1
  510. package/extensions.module.d.ts +0 -2
  511. package/fesm2015/extensions.js +0 -80
  512. package/fesm2015/extensions.js.map +0 -1
  513. package/fesm2015/mtxAlert.js +0 -82
  514. package/fesm2015/mtxAlert.js.map +0 -1
  515. package/fesm2015/mtxButton.js +0 -108
  516. package/fesm2015/mtxButton.js.map +0 -1
  517. package/fesm2015/mtxCheckboxGroup.js +0 -255
  518. package/fesm2015/mtxCheckboxGroup.js.map +0 -1
  519. package/fesm2015/mtxColorPicker.js +0 -295
  520. package/fesm2015/mtxColorPicker.js.map +0 -1
  521. package/fesm2015/mtxColumnResize.js.map +0 -1
  522. package/fesm2015/mtxCore.js.map +0 -1
  523. package/fesm2015/mtxDatetimepicker.js +0 -2355
  524. package/fesm2015/mtxDatetimepicker.js.map +0 -1
  525. package/fesm2015/mtxDialog.js +0 -141
  526. package/fesm2015/mtxDialog.js.map +0 -1
  527. package/fesm2015/mtxFormGroup.js +0 -66
  528. package/fesm2015/mtxFormGroup.js.map +0 -1
  529. package/fesm2015/mtxGrid.js +0 -1186
  530. package/fesm2015/mtxGrid.js.map +0 -1
  531. package/fesm2015/mtxLoader.js +0 -87
  532. package/fesm2015/mtxLoader.js.map +0 -1
  533. package/fesm2015/mtxPipes.js +0 -31
  534. package/fesm2015/mtxPipes.js.map +0 -1
  535. package/fesm2015/mtxPopover.js.map +0 -1
  536. package/fesm2015/mtxProgress.js +0 -73
  537. package/fesm2015/mtxProgress.js.map +0 -1
  538. package/fesm2015/mtxSelect.js +0 -700
  539. package/fesm2015/mtxSelect.js.map +0 -1
  540. package/fesm2015/mtxSlider.js.map +0 -1
  541. package/fesm2015/mtxSplit.js.map +0 -1
  542. package/fesm2015/mtxText3d.js +0 -72
  543. package/fesm2015/mtxText3d.js.map +0 -1
  544. package/fesm2015/mtxTooltip.js.map +0 -1
  545. package/form-group/mtxFormGroup.metadata.json +0 -1
  546. package/grid/cell-selection.directive.d.ts +0 -17
  547. package/grid/mtxGrid.metadata.json +0 -1
  548. package/loader/mtxLoader.metadata.json +0 -1
  549. package/pipes/mtxPipes.d.ts +0 -4
  550. package/pipes/mtxPipes.metadata.json +0 -1
  551. package/pipes/package.json +0 -11
  552. package/pipes/pipes.module.d.ts +0 -2
  553. package/popover/mtxPopover.metadata.json +0 -1
  554. package/progress/mtxProgress.metadata.json +0 -1
  555. package/select/mtxSelect.metadata.json +0 -1
  556. package/slider/mtxSlider.metadata.json +0 -1
  557. package/split/mtxSplit.metadata.json +0 -1
  558. package/text3d/mtxText3d.metadata.json +0 -1
  559. package/tooltip/mtxTooltip.metadata.json +0 -1
@@ -10,6 +10,7 @@ import { CdkTable } from '@angular/cdk/table';
10
10
  import { ColumnResize } from '../column-resize';
11
11
  import { ColumnResizeNotifier, ColumnResizeNotifierSource } from '../column-resize-notifier';
12
12
  import { HeaderRowEventDispatcher } from '../event-dispatcher';
13
+ import * as i0 from "@angular/core";
13
14
  /**
14
15
  * Explicitly enables column resizing for a flexbox-based cdk-table.
15
16
  * Individual columns must be annotated specifically.
@@ -22,4 +23,6 @@ export declare class CdkColumnResizeFlex extends ColumnResize {
22
23
  protected readonly notifier: ColumnResizeNotifierSource;
23
24
  protected readonly table: CdkTable<unknown>;
24
25
  constructor(columnResizeNotifier: ColumnResizeNotifier, elementRef: ElementRef<HTMLElement>, eventDispatcher: HeaderRowEventDispatcher, ngZone: NgZone, notifier: ColumnResizeNotifierSource, table: CdkTable<unknown>);
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnResizeFlex, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnResizeFlex, "cdk-table[columnResize]", never, {}, {}, never>;
25
28
  }
@@ -10,6 +10,7 @@ import { CdkTable } from '@angular/cdk/table';
10
10
  import { ColumnResize } from '../column-resize';
11
11
  import { ColumnResizeNotifier, ColumnResizeNotifierSource } from '../column-resize-notifier';
12
12
  import { HeaderRowEventDispatcher } from '../event-dispatcher';
13
+ import * as i0 from "@angular/core";
13
14
  /**
14
15
  * Explicitly enables column resizing for a table-based cdk-table.
15
16
  * Individual columns must be annotated specifically.
@@ -22,4 +23,6 @@ export declare class CdkColumnResize extends ColumnResize {
22
23
  protected readonly notifier: ColumnResizeNotifierSource;
23
24
  protected readonly table: CdkTable<unknown>;
24
25
  constructor(columnResizeNotifier: ColumnResizeNotifier, elementRef: ElementRef<HTMLElement>, eventDispatcher: HeaderRowEventDispatcher, ngZone: NgZone, notifier: ColumnResizeNotifierSource, table: CdkTable<unknown>);
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnResize, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnResize, "table[cdk-table][columnResize]", never, {}, {}, never>;
25
28
  }
@@ -1,13 +1,12 @@
1
- /**
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
7
- */
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./column-resize-directives/column-resize";
3
+ import * as i2 from "./column-resize-directives/column-resize-flex";
8
4
  /**
9
5
  * One of two NgModules for use with CdkColumnResize.
10
6
  * When using this module, columns are not resizable by default.
11
7
  */
12
8
  export declare class CdkColumnResizeModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnResizeModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CdkColumnResizeModule, [typeof i1.CdkColumnResize, typeof i2.CdkColumnResizeFlex], never, [typeof i1.CdkColumnResize, typeof i2.CdkColumnResizeFlex]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<CdkColumnResizeModule>;
13
12
  }
@@ -1,11 +1,5 @@
1
- /**
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
7
- */
8
1
  import { Observable, Subject } from 'rxjs';
2
+ import * as i0 from "@angular/core";
9
3
  /** Indicates the width of a column. */
10
4
  export interface ColumnSize {
11
5
  /** The ID/name of the column, as defined in CdkColumnDef. */
@@ -39,6 +33,8 @@ export declare class ColumnResizeNotifierSource {
39
33
  readonly resizeCompleted: Subject<ColumnSize>;
40
34
  /** Triggers a resize action. */
41
35
  readonly triggerResize: Subject<ColumnSizeAction>;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnResizeNotifierSource, never>;
37
+ static ɵprov: i0.ɵɵInjectableDeclaration<ColumnResizeNotifierSource>;
42
38
  }
43
39
  /** Service for triggering column resizes imperatively or being notified of them. */
44
40
  export declare class ColumnResizeNotifier {
@@ -48,4 +44,6 @@ export declare class ColumnResizeNotifier {
48
44
  constructor(_source: ColumnResizeNotifierSource);
49
45
  /** Instantly resizes the specified column. */
50
46
  resize(columnId: string, size: number): void;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnResizeNotifier, never>;
48
+ static ɵprov: i0.ɵɵInjectableDeclaration<ColumnResizeNotifier>;
51
49
  }
@@ -9,6 +9,7 @@ import { AfterViewInit, ElementRef, NgZone, OnDestroy } from '@angular/core';
9
9
  import { Subject } from 'rxjs';
10
10
  import { ColumnResizeNotifier, ColumnResizeNotifierSource } from './column-resize-notifier';
11
11
  import { HeaderRowEventDispatcher } from './event-dispatcher';
12
+ import * as i0 from "@angular/core";
12
13
  /**
13
14
  * Base class for ColumnResize directives which attach to mat-table elements to
14
15
  * provide common events and services for column resizing.
@@ -33,4 +34,6 @@ export declare abstract class ColumnResize implements AfterViewInit, OnDestroy {
33
34
  private _listenForRowHoverEvents;
34
35
  private _listenForResizeActivity;
35
36
  private _listenForHoverActivity;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnResize, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnResize, never, never, {}, {}, never>;
36
39
  }
@@ -1,10 +1,4 @@
1
- /**
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
7
- */
1
+ import * as i0 from "@angular/core";
8
2
  /**
9
3
  * Can be provided by the host application to enable persistence of column resize state.
10
4
  */
@@ -13,4 +7,6 @@ export declare abstract class ColumnSizeStore {
13
7
  abstract getSize(tableId: string, columnId: string): number;
14
8
  /** Persists the size of the specified column in the specified table. */
15
9
  abstract setSize(tableId: string, columnId: string): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnSizeStore, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<ColumnSizeStore>;
16
12
  }
@@ -7,6 +7,7 @@
7
7
  */
8
8
  import { NgZone } from '@angular/core';
9
9
  import { Observable, Subject } from 'rxjs';
10
+ import * as i0 from "@angular/core";
10
11
  /** Coordinates events between the column resize directives. */
11
12
  export declare class HeaderRowEventDispatcher {
12
13
  private readonly _ngZone;
@@ -38,4 +39,6 @@ export declare class HeaderRowEventDispatcher {
38
39
  */
39
40
  resizeOverlayVisibleForHeaderRow(row: Element): Observable<boolean>;
40
41
  private _enterZone;
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowEventDispatcher, never>;
43
+ static ɵprov: i0.ɵɵInjectableDeclaration<HeaderRowEventDispatcher>;
41
44
  }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@ng-matero/extensions/column-resize" />
4
5
  export * from './public-api';
@@ -12,6 +12,7 @@ import { Subject } from 'rxjs';
12
12
  import { ColumnResizeNotifierSource } from './column-resize-notifier';
13
13
  import { HeaderRowEventDispatcher } from './event-dispatcher';
14
14
  import { ResizeRef } from './resize-ref';
15
+ import * as i0 from "@angular/core";
15
16
  /**
16
17
  * Base class for a component shown over the edge of a resizable column that is responsible
17
18
  * for handling column resize mouse events and displaying any visible UI on the column edge.
@@ -37,4 +38,6 @@ export declare abstract class ResizeOverlayHandle implements AfterViewInit, OnDe
37
38
  private _updateOverlayOffset;
38
39
  private _isLtr;
39
40
  private _notifyResizeEnded;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResizeOverlayHandle, never>;
42
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeOverlayHandle, never, never, {}, {}, never>;
40
43
  }
@@ -1,11 +1,10 @@
1
1
  {
2
- "main": "../bundles/mtxColumnResize.umd.js",
3
- "module": "../fesm2015/mtxColumnResize.js",
4
- "es2015": "../fesm2015/mtxColumnResize.js",
5
- "esm2015": "../esm2015/column-resize/mtxColumnResize.js",
6
- "fesm2015": "../fesm2015/mtxColumnResize.js",
2
+ "module": "../fesm2015/mtxColumnResize.mjs",
3
+ "es2020": "../fesm2020/mtxColumnResize.mjs",
4
+ "esm2020": "../esm2020/column-resize/mtxColumnResize.mjs",
5
+ "fesm2020": "../fesm2020/mtxColumnResize.mjs",
6
+ "fesm2015": "../fesm2015/mtxColumnResize.mjs",
7
7
  "typings": "mtxColumnResize.d.ts",
8
- "metadata": "mtxColumnResize.metadata.json",
9
8
  "sideEffects": false,
10
9
  "name": "@ng-matero/extensions/column-resize"
11
10
  }
@@ -8,6 +8,7 @@ import { ColumnResize } from './column-resize';
8
8
  import { ColumnResizeNotifierSource } from './column-resize-notifier';
9
9
  import { HeaderRowEventDispatcher } from './event-dispatcher';
10
10
  import { ResizeStrategy } from './resize-strategy';
11
+ import * as i0 from "@angular/core";
11
12
  /**
12
13
  * Base class for Resizable directives which are applied to column headers to make those columns
13
14
  * resizable.
@@ -56,4 +57,6 @@ export declare abstract class Resizable<HandleComponent extends ResizeOverlayHan
56
57
  private _applyMinWidthPx;
57
58
  private _applyMaxWidthPx;
58
59
  private _appendInlineHandle;
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<Resizable<any>, never>;
61
+ static ɵdir: i0.ɵɵDirectiveDeclaration<Resizable<any>, never, never, {}, {}, never>;
59
62
  }
@@ -8,6 +8,7 @@
8
8
  import { OnDestroy, Provider } from '@angular/core';
9
9
  import { CdkTable, _CoalescedStyleScheduler } from '@angular/cdk/table';
10
10
  import { ColumnResize } from './column-resize';
11
+ import * as i0 from "@angular/core";
11
12
  /**
12
13
  * Provides an implementation for resizing a column.
13
14
  * The details of how resizing works for tables for flex mat-tables are quite different.
@@ -25,6 +26,8 @@ export declare abstract class ResizeStrategy {
25
26
  abstract applyMaxColumnSize(cssFriendlyColumnName: string, columnHeader: HTMLElement, minSizeInPx: number): void;
26
27
  /** Adjusts the width of the table element by the specified delta. */
27
28
  protected updateTableWidthAndStickyColumns(delta: number): void;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResizeStrategy, never>;
30
+ static ɵprov: i0.ɵɵInjectableDeclaration<ResizeStrategy>;
28
31
  }
29
32
  /**
30
33
  * The optimially performing resize strategy for &lt;table&gt; elements with table-layout: fixed.
@@ -41,6 +44,8 @@ export declare class TableLayoutFixedResizeStrategy extends ResizeStrategy {
41
44
  applyColumnSize(_: string, columnHeader: HTMLElement, sizeInPx: number, previousSizeInPx?: number): void;
42
45
  applyMinColumnSize(_: string, columnHeader: HTMLElement, sizeInPx: number): void;
43
46
  applyMaxColumnSize(_: string, columnHeader: HTMLElement, sizeInPx: number): void;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableLayoutFixedResizeStrategy, never>;
48
+ static ɵprov: i0.ɵɵInjectableDeclaration<TableLayoutFixedResizeStrategy>;
44
49
  }
45
50
  /**
46
51
  * The optimally performing resize strategy for flex mat-tables.
@@ -71,6 +76,8 @@ export declare class CdkFlexTableResizeStrategy extends ResizeStrategy implement
71
76
  private _getStyleSheet;
72
77
  private _getColumnPropertiesMap;
73
78
  private _applySizeCss;
79
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkFlexTableResizeStrategy, never>;
80
+ static ɵprov: i0.ɵɵInjectableDeclaration<CdkFlexTableResizeStrategy>;
74
81
  }
75
82
  export declare const TABLE_LAYOUT_FIXED_RESIZE_STRATEGY_PROVIDER: Provider;
76
83
  export declare const FLEX_RESIZE_STRATEGY_PROVIDER: Provider;
@@ -1,4 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/material/core";
1
3
  export declare class NativeDatetimeModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<NativeDatetimeModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NativeDatetimeModule, never, [typeof i1.NativeDateModule], never>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<NativeDatetimeModule>;
2
7
  }
3
8
  export declare class MtxNativeDatetimeModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MtxNativeDatetimeModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MtxNativeDatetimeModule, never, [typeof NativeDatetimeModule, typeof i1.MatNativeDateModule], never>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<MtxNativeDatetimeModule>;
4
12
  }
@@ -1,5 +1,6 @@
1
1
  import { DateAdapter } from '@angular/material/core';
2
2
  import { DatetimeAdapter } from './datetime-adapter';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class NativeDatetimeAdapter extends DatetimeAdapter<Date> {
4
5
  constructor(matDateLocale: string, _delegate: DateAdapter<Date>);
5
6
  clone(date: Date): Date;
@@ -33,4 +34,6 @@ export declare class NativeDatetimeAdapter extends DatetimeAdapter<Date> {
33
34
  private _2digit;
34
35
  /** Creates a date but allows the month and date to overflow. */
35
36
  private _createDateWithOverflow;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<NativeDatetimeAdapter, [{ optional: true; }, null]>;
38
+ static ɵprov: i0.ɵɵInjectableDeclaration<NativeDatetimeAdapter>;
36
39
  }
@@ -0,0 +1,74 @@
1
+ @use 'sass:list';
2
+ @use 'sass:map';
3
+ @use 'sass:meta';
4
+ // Note that this file is called `private`, because the APIs in it aren't public yet.
5
+ // Once they're made available, the code should be moved out into an `index.scss`.
6
+
7
+ // Taken from mat-density with small modifications to not rely on the new Sass module
8
+ // system, and to support arbitrary properties in a density configuration.
9
+ // https://github.com/material-components/material-components-web/blob/master/packages/mdc-density
10
+
11
+ $_density-interval: 4px !default;
12
+ $_minimum-scale: minimum !default;
13
+ $_maximum-scale: maximum !default;
14
+ $_supported-scales: (default, $_minimum-scale, $_maximum-scale) !default;
15
+ $_default-scale: 0 !default;
16
+
17
+ // Whether density should be generated at root. This will be temporarily set to `true`
18
+ // whenever density styles for legacy themes are generated.
19
+ $private-density-generate-at-root: false;
20
+ // Whether density styles should be generated. This will be temporarily set to `false` if
21
+ // duplicate density styles for a legacy theme would be generated. For legacy themes,
22
+ // we always generate the default density **only once** at root.
23
+ $private-density-generate-styles: true;
24
+
25
+ // Mixin that can be used to wrap density styles of given components. The mixin will
26
+ // move the density styles to root if the `$mat-private-density-generate-at-root` global variable
27
+ // is set. If `$mat-private-density-generate-styles` is set to `false`, generation of density
28
+ // styles wrapped in this mixin is skipped. This mixin exists to improve backwards compatibility
29
+ // of the new theming API where density styles are included as part of themes. Previously,
30
+ // density styles of components were part of their base styles. With the new API, they are
31
+ // part of the theming system. The `<..>-theme` mixins generate density by default unless
32
+ // the density configuration is explicitly specified as per new API. This means, that projects
33
+ // using `<..>-theme` mixins for separate themes (like `.dark-theme`) will cause duplicate
34
+ // density styles. This is breaking as it increases specificity of density styles. This mixin
35
+ // provides an API to control generation of density styles so that we can ensure they are only
36
+ // created *once* and at root.
37
+ @mixin private-density-legacy-compatibility() {
38
+ @if $private-density-generate-styles and $private-density-generate-at-root {
39
+ @at-root {
40
+ @content;
41
+ }
42
+ }
43
+ @else if $private-density-generate-styles {
44
+ @content;
45
+ }
46
+ }
47
+
48
+ @function private-density-prop-value($density-config, $density-scale, $property-name) {
49
+ @if (meta.type-of($density-scale) == 'string' and
50
+ list.index($list: $_supported-scales, $value: $density-scale) == null) {
51
+ @error 'mat-density: Supported density scales #{$_supported-scales}, ' +
52
+ 'but received #{$density-scale}.';
53
+ }
54
+
55
+ $value: null;
56
+ $property-scale-map: map.get($density-config, $property-name);
57
+
58
+ @if map.has-key($property-scale-map, $density-scale) {
59
+ $value: map.get($property-scale-map, $density-scale);
60
+ }
61
+ @else {
62
+ $value: map.get($property-scale-map, default) + $density-scale * $_density-interval;
63
+ }
64
+
65
+ $min-value: map.get($property-scale-map, $_minimum-scale);
66
+ $max-value: map.get($property-scale-map, $_maximum-scale);
67
+
68
+ @if ($value < $min-value or $value > $max-value) {
69
+ @error 'mat-density: #{$property-name} must be between #{$min-value} and ' +
70
+ '#{$max-value} (inclusive), but received #{$value}.';
71
+ }
72
+
73
+ @return $value;
74
+ }
package/core/mtxCore.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@ng-matero/extensions/core" />
4
5
  export * from './public-api';
package/core/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
- "main": "../bundles/mtxCore.umd.js",
3
- "module": "../fesm2015/mtxCore.js",
4
- "es2015": "../fesm2015/mtxCore.js",
5
- "esm2015": "../esm2015/core/mtxCore.js",
6
- "fesm2015": "../fesm2015/mtxCore.js",
2
+ "module": "../fesm2015/mtxCore.mjs",
3
+ "es2020": "../fesm2020/mtxCore.mjs",
4
+ "esm2020": "../esm2020/core/mtxCore.mjs",
5
+ "fesm2020": "../fesm2020/mtxCore.mjs",
6
+ "fesm2015": "../fesm2015/mtxCore.mjs",
7
7
  "typings": "mtxCore.d.ts",
8
- "metadata": "mtxCore.metadata.json",
9
8
  "sideEffects": false,
10
9
  "name": "@ng-matero/extensions/core"
11
10
  }
File without changes
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./to-observable.pipe";
3
+ import * as i2 from "@angular/common";
4
+ export declare class MtxPipesModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MtxPipesModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MtxPipesModule, [typeof i1.MtxToObservablePipe], [typeof i2.CommonModule], [typeof i1.MtxToObservablePipe]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<MtxPipesModule>;
8
+ }
@@ -1,5 +1,8 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class MtxToObservablePipe implements PipeTransform {
4
5
  transform(value: Observable<any> | unknown): Observable<any>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MtxToObservablePipe, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<MtxToObservablePipe, "toObservable">;
5
8
  }
@@ -1 +1,2 @@
1
1
  export * from './datetime';
2
+ export * from './pipes';
@@ -0,0 +1,197 @@
1
+ @use 'sass:map';
2
+ @use 'sass:math';
3
+ @use 'sass:meta';
4
+ @use 'variables';
5
+
6
+ // A collection of mixins and CSS classes that can be used to apply elevation to a material
7
+ // element.
8
+ // See: https://material.io/design/environment/elevation.html
9
+ // Examples:
10
+ //
11
+ //
12
+ // .mat-foo {
13
+ // @include $mat-elevation(2);
14
+ //
15
+ // &:active {
16
+ // @include $mat-elevation(8);
17
+ // }
18
+ // }
19
+ //
20
+ // <div id="external-card" class="mat-elevation-z2"><p>Some content</p></div>
21
+ //
22
+ // For an explanation of the design behind how elevation is implemented, see the design doc at
23
+ // https://goo.gl/Kq0k9Z.
24
+
25
+ // Colors for umbra, penumbra, and ambient shadows. As described in the design doc, each elevation
26
+ // level is created using a set of 3 shadow values, one for umbra (the shadow representing the
27
+ // space completely obscured by an object relative to its light source), one for penumbra (the
28
+ // space partially obscured by an object), and one for ambient (the space which contains the object
29
+ // itself). For a further explanation of these terms and their meanings, see
30
+ // https://en.wikipedia.org/wiki/Umbra,_penumbra_and_antumbra.
31
+
32
+ // Maps for the different shadow sets and their values within each z-space. These values were
33
+ // created by taking a few reference shadow sets created by Google's Designers and interpolating
34
+ // all of the values between them.
35
+
36
+ @function _get-umbra-map($color, $opacity) {
37
+ $shadow-color: if(meta.type-of($color) == color, rgba($color, $opacity * .2), $color);
38
+
39
+ @return (
40
+ 0: '0px 0px 0px 0px #{$shadow-color}',
41
+ 1: '0px 2px 1px -1px #{$shadow-color}',
42
+ 2: '0px 3px 1px -2px #{$shadow-color}',
43
+ 3: '0px 3px 3px -2px #{$shadow-color}',
44
+ 4: '0px 2px 4px -1px #{$shadow-color}',
45
+ 5: '0px 3px 5px -1px #{$shadow-color}',
46
+ 6: '0px 3px 5px -1px #{$shadow-color}',
47
+ 7: '0px 4px 5px -2px #{$shadow-color}',
48
+ 8: '0px 5px 5px -3px #{$shadow-color}',
49
+ 9: '0px 5px 6px -3px #{$shadow-color}',
50
+ 10: '0px 6px 6px -3px #{$shadow-color}',
51
+ 11: '0px 6px 7px -4px #{$shadow-color}',
52
+ 12: '0px 7px 8px -4px #{$shadow-color}',
53
+ 13: '0px 7px 8px -4px #{$shadow-color}',
54
+ 14: '0px 7px 9px -4px #{$shadow-color}',
55
+ 15: '0px 8px 9px -5px #{$shadow-color}',
56
+ 16: '0px 8px 10px -5px #{$shadow-color}',
57
+ 17: '0px 8px 11px -5px #{$shadow-color}',
58
+ 18: '0px 9px 11px -5px #{$shadow-color}',
59
+ 19: '0px 9px 12px -6px #{$shadow-color}',
60
+ 20: '0px 10px 13px -6px #{$shadow-color}',
61
+ 21: '0px 10px 13px -6px #{$shadow-color}',
62
+ 22: '0px 10px 14px -6px #{$shadow-color}',
63
+ 23: '0px 11px 14px -7px #{$shadow-color}',
64
+ 24: '0px 11px 15px -7px #{$shadow-color}'
65
+ );
66
+ }
67
+
68
+ @function _get-penumbra-map($color, $opacity) {
69
+ $shadow-color: if(meta.type-of($color) == color, rgba($color, $opacity * .14), $color);
70
+
71
+ @return (
72
+ 0: '0px 0px 0px 0px #{$shadow-color}',
73
+ 1: '0px 1px 1px 0px #{$shadow-color}',
74
+ 2: '0px 2px 2px 0px #{$shadow-color}',
75
+ 3: '0px 3px 4px 0px #{$shadow-color}',
76
+ 4: '0px 4px 5px 0px #{$shadow-color}',
77
+ 5: '0px 5px 8px 0px #{$shadow-color}',
78
+ 6: '0px 6px 10px 0px #{$shadow-color}',
79
+ 7: '0px 7px 10px 1px #{$shadow-color}',
80
+ 8: '0px 8px 10px 1px #{$shadow-color}',
81
+ 9: '0px 9px 12px 1px #{$shadow-color}',
82
+ 10: '0px 10px 14px 1px #{$shadow-color}',
83
+ 11: '0px 11px 15px 1px #{$shadow-color}',
84
+ 12: '0px 12px 17px 2px #{$shadow-color}',
85
+ 13: '0px 13px 19px 2px #{$shadow-color}',
86
+ 14: '0px 14px 21px 2px #{$shadow-color}',
87
+ 15: '0px 15px 22px 2px #{$shadow-color}',
88
+ 16: '0px 16px 24px 2px #{$shadow-color}',
89
+ 17: '0px 17px 26px 2px #{$shadow-color}',
90
+ 18: '0px 18px 28px 2px #{$shadow-color}',
91
+ 19: '0px 19px 29px 2px #{$shadow-color}',
92
+ 20: '0px 20px 31px 3px #{$shadow-color}',
93
+ 21: '0px 21px 33px 3px #{$shadow-color}',
94
+ 22: '0px 22px 35px 3px #{$shadow-color}',
95
+ 23: '0px 23px 36px 3px #{$shadow-color}',
96
+ 24: '0px 24px 38px 3px #{$shadow-color}'
97
+ );
98
+ }
99
+
100
+ @function _get-ambient-map($color, $opacity) {
101
+ $shadow-color: if(meta.type-of($color) == color, rgba($color, $opacity * .12), $color);
102
+
103
+ @return (
104
+ 0: '0px 0px 0px 0px #{$shadow-color}',
105
+ 1: '0px 1px 3px 0px #{$shadow-color}',
106
+ 2: '0px 1px 5px 0px #{$shadow-color}',
107
+ 3: '0px 1px 8px 0px #{$shadow-color}',
108
+ 4: '0px 1px 10px 0px #{$shadow-color}',
109
+ 5: '0px 1px 14px 0px #{$shadow-color}',
110
+ 6: '0px 1px 18px 0px #{$shadow-color}',
111
+ 7: '0px 2px 16px 1px #{$shadow-color}',
112
+ 8: '0px 3px 14px 2px #{$shadow-color}',
113
+ 9: '0px 3px 16px 2px #{$shadow-color}',
114
+ 10: '0px 4px 18px 3px #{$shadow-color}',
115
+ 11: '0px 4px 20px 3px #{$shadow-color}',
116
+ 12: '0px 5px 22px 4px #{$shadow-color}',
117
+ 13: '0px 5px 24px 4px #{$shadow-color}',
118
+ 14: '0px 5px 26px 4px #{$shadow-color}',
119
+ 15: '0px 6px 28px 5px #{$shadow-color}',
120
+ 16: '0px 6px 30px 5px #{$shadow-color}',
121
+ 17: '0px 6px 32px 5px #{$shadow-color}',
122
+ 18: '0px 7px 34px 6px #{$shadow-color}',
123
+ 19: '0px 7px 36px 6px #{$shadow-color}',
124
+ 20: '0px 8px 38px 7px #{$shadow-color}',
125
+ 21: '0px 8px 40px 7px #{$shadow-color}',
126
+ 22: '0px 8px 42px 7px #{$shadow-color}',
127
+ 23: '0px 9px 44px 8px #{$shadow-color}',
128
+ 24: '0px 9px 46px 8px #{$shadow-color}'
129
+ );
130
+ }
131
+
132
+ // The default duration value for elevation transitions.
133
+ $transition-duration: 280ms !default;
134
+
135
+ // The default easing value for elevation transitions.
136
+ $transition-timing-function: variables.$fast-out-slow-in-timing-function;
137
+
138
+ // The default color for elevation shadows.
139
+ $color: black !default;
140
+
141
+ // The default opacity scaling value for elevation shadows.
142
+ $opacity: 1 !default;
143
+
144
+ // Prefix for elevation-related selectors.
145
+ $prefix: 'mat-elevation-z';
146
+
147
+ // Applies the correct css rules to an element to give it the elevation specified by $zValue.
148
+ // The $zValue must be between 0 and 24.
149
+ @mixin elevation($zValue, $color: $color, $opacity: $opacity) {
150
+ @if meta.type-of($zValue) != number or not math.is-unitless($zValue) {
151
+ @error '$zValue must be a unitless number';
152
+ }
153
+ @if $zValue < 0 or $zValue > 24 {
154
+ @error '$zValue must be between 0 and 24';
155
+ }
156
+
157
+ box-shadow:
158
+ #{map.get(_get-umbra-map($color, $opacity), $zValue)},
159
+ #{map.get(_get-penumbra-map($color, $opacity), $zValue)},
160
+ #{map.get(_get-ambient-map($color, $opacity), $zValue)};
161
+ }
162
+
163
+ // Applies the elevation to an element in a manner that allows
164
+ // consumers to override it via the Material elevation classes.
165
+ @mixin overridable-elevation(
166
+ $zValue,
167
+ $color: $color,
168
+ $opacity: $opacity) {
169
+ &:not([class*='#{$prefix}']) {
170
+ @include elevation($zValue, $color, $opacity);
171
+ }
172
+ }
173
+
174
+ // Returns a string that can be used as the value for a transition property for elevation.
175
+ // Calling this function directly is useful in situations where a component needs to transition
176
+ // more than one property.
177
+ //
178
+ // .foo {
179
+ // transition: mat-elevation-transition-property-value(), opacity 100ms ease;
180
+ // }
181
+ @function private-transition-property-value(
182
+ $duration: $transition-duration,
183
+ $easing: $transition-timing-function) {
184
+ @return box-shadow #{$duration} #{$easing};
185
+ }
186
+
187
+ // Applies the correct css rules needed to have an element transition between elevations.
188
+ // This mixin should be applied to elements whose elevation values will change depending on their
189
+ // context (e.g. when active or disabled).
190
+ //
191
+ // NOTE(traviskaufman): Both this mixin and the above function use default parameters so they can
192
+ // be used in the same way by clients.
193
+ @mixin elevation-transition(
194
+ $duration: $transition-duration,
195
+ $easing: $transition-timing-function) {
196
+ transition: private-transition-property-value($duration, $easing);
197
+ }
@@ -0,0 +1,41 @@
1
+ @use 'sass:map';
2
+ @use './elevation';
3
+
4
+ @mixin private-theme-elevation($zValue, $config, $opacity: elevation.$opacity) {
5
+ $foreground: map.get($config, foreground);
6
+ $elevation-color: map.get($foreground, elevation);
7
+ $elevation-color-or-default: if($elevation-color == null, elevation.$color, $elevation-color);
8
+
9
+ @include elevation.elevation($zValue, $elevation-color-or-default, $opacity);
10
+ }
11
+
12
+ @mixin private-theme-overridable-elevation($zValue, $config, $opacity: elevation.$opacity) {
13
+ $foreground: map.get($config, foreground);
14
+ $elevation-color: map.get($foreground, elevation);
15
+ $elevation-color-or-default: if($elevation-color == null, elevation.$color, $elevation-color);
16
+
17
+ @include elevation.overridable-elevation($zValue, $elevation-color-or-default, $opacity);
18
+ }
19
+
20
+ // If the mat-animation-noop class is present on the components root element,
21
+ // prevent non css animations from running.
22
+ // NOTE: Currently this mixin should only be used with components that do not
23
+ // have any projected content.
24
+ @mixin private-animation-noop() {
25
+ // @at-root is used to steps outside of the hierarchy of the scss rules. This is
26
+ // done to allow a class to be added to be added to base of the scss nesting
27
+ // context.
28
+ // For example:
29
+ // .my-root {
30
+ // .my-subclass {
31
+ // @include mat-private-animation-noop();
32
+ // }
33
+ // }
34
+ // results in:
35
+ // ._mat-animation-noopable.my-root .my-subclass { ... }
36
+ @at-root ._mat-animation-noopable#{&} {
37
+ transition: none;
38
+ animation: none;
39
+ @content;
40
+ }
41
+ }