@ng-matero/extensions 13.2.1 → 14.2.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 (249) hide show
  1. package/README.md +1 -0
  2. package/alert/alert.component.d.ts +2 -2
  3. package/alert/{mtxAlert.d.ts → index.d.ts} +0 -0
  4. package/button/button-loading.directive.d.ts +1 -1
  5. package/button/{mtxButton.d.ts → index.d.ts} +0 -0
  6. package/checkbox-group/checkbox-group.component.d.ts +1 -1
  7. package/checkbox-group/{mtxCheckboxGroup.d.ts → index.d.ts} +0 -0
  8. package/colorpicker/colorpicker-input.d.ts +1 -1
  9. package/colorpicker/colorpicker-toggle.d.ts +2 -2
  10. package/colorpicker/colorpicker.d.ts +5 -3
  11. package/colorpicker/{mtxColorpicker.d.ts → index.d.ts} +0 -0
  12. package/column-resize/column-resize-directives/column-resize-flex.d.ts +1 -1
  13. package/column-resize/column-resize-directives/column-resize.d.ts +1 -1
  14. package/column-resize/column-resize.d.ts +1 -1
  15. package/column-resize/{mtxColumnResize.d.ts → index.d.ts} +0 -0
  16. package/column-resize/overlay-handle.d.ts +1 -1
  17. package/column-resize/resizable.d.ts +1 -1
  18. package/core/{mtxCore.d.ts → index.d.ts} +0 -0
  19. package/core/pipes/to-observable.pipe.d.ts +1 -1
  20. package/core/style/_vendor-prefixes.scss +1 -1
  21. package/datetimepicker/_datetimepicker-theme.scss +1 -1
  22. package/datetimepicker/calendar-body.d.ts +1 -1
  23. package/datetimepicker/calendar.d.ts +6 -2
  24. package/datetimepicker/clock.d.ts +4 -1
  25. package/datetimepicker/datetimepicker-input.d.ts +1 -1
  26. package/datetimepicker/datetimepicker-toggle.d.ts +2 -2
  27. package/datetimepicker/datetimepicker-types.d.ts +1 -0
  28. package/datetimepicker/datetimepicker.d.ts +10 -6
  29. package/datetimepicker/{mtxDatetimepicker.d.ts → index.d.ts} +0 -0
  30. package/datetimepicker/month-view.d.ts +1 -1
  31. package/datetimepicker/multi-year-view.d.ts +1 -1
  32. package/datetimepicker/year-view.d.ts +1 -1
  33. package/dialog/dialog.component.d.ts +1 -1
  34. package/dialog/{mtxDialog.d.ts → index.d.ts} +0 -0
  35. package/drawer/drawer-config.d.ts +12 -4
  36. package/drawer/drawer-container.d.ts +12 -4
  37. package/drawer/{mtxDrawer.d.ts → index.d.ts} +0 -0
  38. package/esm2020/alert/alert.component.mjs +6 -6
  39. package/esm2020/alert/alert.module.mjs +5 -5
  40. package/esm2020/button/button-loading.directive.mjs +4 -4
  41. package/esm2020/button/button.module.mjs +5 -5
  42. package/esm2020/checkbox-group/checkbox-group.component.mjs +7 -7
  43. package/esm2020/checkbox-group/checkbox-group.module.mjs +5 -5
  44. package/esm2020/colorpicker/colorpicker-input.mjs +3 -3
  45. package/esm2020/colorpicker/colorpicker-module.mjs +10 -12
  46. package/esm2020/colorpicker/colorpicker-toggle.mjs +8 -8
  47. package/esm2020/colorpicker/colorpicker.mjs +12 -10
  48. package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +3 -3
  49. package/esm2020/column-resize/column-resize-directives/column-resize.mjs +3 -3
  50. package/esm2020/column-resize/column-resize-module.mjs +4 -4
  51. package/esm2020/column-resize/column-resize-notifier.mjs +6 -6
  52. package/esm2020/column-resize/column-resize.mjs +3 -3
  53. package/esm2020/column-resize/column-size-store.mjs +3 -3
  54. package/esm2020/column-resize/event-dispatcher.mjs +3 -3
  55. package/esm2020/column-resize/overlay-handle.mjs +3 -3
  56. package/esm2020/column-resize/resizable.mjs +3 -3
  57. package/esm2020/column-resize/resize-strategy.mjs +9 -9
  58. package/esm2020/core/datetime/datetime.module.mjs +10 -10
  59. package/esm2020/core/datetime/native-datetime-adapter.mjs +3 -3
  60. package/esm2020/core/pipes/pipes.module.mjs +5 -5
  61. package/esm2020/core/pipes/to-observable.pipe.mjs +3 -3
  62. package/esm2020/datetimepicker/calendar-body.mjs +3 -3
  63. package/esm2020/datetimepicker/calendar.mjs +14 -11
  64. package/esm2020/datetimepicker/clock.mjs +6 -4
  65. package/esm2020/datetimepicker/datetimepicker-input.mjs +3 -3
  66. package/esm2020/datetimepicker/datetimepicker-module.mjs +5 -5
  67. package/esm2020/datetimepicker/datetimepicker-toggle.mjs +8 -8
  68. package/esm2020/datetimepicker/datetimepicker-types.mjs +1 -1
  69. package/esm2020/datetimepicker/datetimepicker.mjs +14 -11
  70. package/esm2020/datetimepicker/month-view.mjs +6 -6
  71. package/esm2020/datetimepicker/multi-year-view.mjs +4 -4
  72. package/esm2020/datetimepicker/year-view.mjs +4 -4
  73. package/esm2020/dialog/dialog.component.mjs +6 -6
  74. package/esm2020/dialog/dialog.mjs +3 -3
  75. package/esm2020/dialog/dialog.module.mjs +5 -5
  76. package/esm2020/drawer/drawer-config.mjs +1 -5
  77. package/esm2020/drawer/drawer-container.mjs +22 -12
  78. package/esm2020/drawer/drawer-module.mjs +5 -5
  79. package/esm2020/drawer/drawer.mjs +3 -3
  80. package/esm2020/form-group/form-group.component.mjs +5 -5
  81. package/esm2020/form-group/form-group.module.mjs +5 -5
  82. package/esm2020/grid/cell.component.mjs +61 -39
  83. package/esm2020/grid/column-menu.component.mjs +10 -10
  84. package/esm2020/grid/column-resize/column-resize-directives/column-resize-flex.mjs +3 -3
  85. package/esm2020/grid/column-resize/column-resize-directives/column-resize.mjs +3 -3
  86. package/esm2020/grid/column-resize/column-resize-module.mjs +8 -8
  87. package/esm2020/grid/column-resize/overlay-handle.mjs +3 -3
  88. package/esm2020/grid/column-resize/resizable-directives/resizable.mjs +3 -3
  89. package/esm2020/grid/column-resize/resize-strategy.mjs +3 -3
  90. package/esm2020/grid/expansion-toggle.directive.mjs +3 -3
  91. package/esm2020/grid/grid.component.mjs +28 -23
  92. package/esm2020/grid/grid.interface.mjs +1 -1
  93. package/esm2020/grid/grid.module.mjs +22 -24
  94. package/esm2020/grid/grid.service.mjs +3 -3
  95. package/esm2020/loader/loader.component.mjs +6 -6
  96. package/esm2020/loader/loader.module.mjs +5 -5
  97. package/esm2020/popover/popover-module.mjs +5 -5
  98. package/esm2020/popover/popover-target.mjs +3 -3
  99. package/esm2020/popover/popover-trigger.mjs +3 -3
  100. package/esm2020/popover/popover.mjs +4 -4
  101. package/esm2020/progress/progress.component.mjs +3 -3
  102. package/esm2020/progress/progress.module.mjs +5 -5
  103. package/esm2020/select/option.component.mjs +3 -3
  104. package/esm2020/select/select.component.mjs +5 -5
  105. package/esm2020/select/select.module.mjs +5 -5
  106. package/esm2020/select/templates.directive.mjs +33 -33
  107. package/esm2020/slider/slider-module.mjs +5 -5
  108. package/esm2020/slider/slider.mjs +4 -4
  109. package/esm2020/split/split-pane.directive.mjs +3 -3
  110. package/esm2020/split/split.component.mjs +3 -3
  111. package/esm2020/split/split.module.mjs +5 -5
  112. package/esm2020/text3d/text3d.component.mjs +3 -3
  113. package/esm2020/text3d/text3d.module.mjs +5 -5
  114. package/esm2020/tooltip/tooltip-module.mjs +5 -5
  115. package/esm2020/tooltip/tooltip.mjs +7 -7
  116. package/fesm2015/mtxAlert.mjs +9 -9
  117. package/fesm2015/mtxAlert.mjs.map +1 -1
  118. package/fesm2015/mtxButton.mjs +7 -7
  119. package/fesm2015/mtxButton.mjs.map +1 -1
  120. package/fesm2015/mtxCheckboxGroup.mjs +11 -11
  121. package/fesm2015/mtxCheckboxGroup.mjs.map +1 -1
  122. package/fesm2015/mtxColorpicker.mjs +30 -30
  123. package/fesm2015/mtxColorpicker.mjs.map +1 -1
  124. package/fesm2015/mtxColumnResize.mjs +40 -40
  125. package/fesm2015/mtxColumnResize.mjs.map +1 -1
  126. package/fesm2015/mtxCore.mjs +19 -19
  127. package/fesm2015/mtxCore.mjs.map +1 -1
  128. package/fesm2015/mtxDatetimepicker.mjs +405 -397
  129. package/fesm2015/mtxDatetimepicker.mjs.map +1 -1
  130. package/fesm2015/mtxDialog.mjs +13 -13
  131. package/fesm2015/mtxDialog.mjs.map +1 -1
  132. package/fesm2015/mtxDrawer.mjs +28 -22
  133. package/fesm2015/mtxDrawer.mjs.map +1 -1
  134. package/fesm2015/mtxFormGroup.mjs +8 -8
  135. package/fesm2015/mtxFormGroup.mjs.map +1 -1
  136. package/fesm2015/mtxGrid.mjs +377 -351
  137. package/fesm2015/mtxGrid.mjs.map +1 -1
  138. package/fesm2015/mtxLoader.mjs +10 -10
  139. package/fesm2015/mtxLoader.mjs.map +1 -1
  140. package/fesm2015/mtxPopover.mjs +13 -13
  141. package/fesm2015/mtxPopover.mjs.map +1 -1
  142. package/fesm2015/mtxProgress.mjs +7 -7
  143. package/fesm2015/mtxProgress.mjs.map +1 -1
  144. package/fesm2015/mtxSelect.mjs +45 -45
  145. package/fesm2015/mtxSelect.mjs.map +1 -1
  146. package/fesm2015/mtxSlider.mjs +8 -8
  147. package/fesm2015/mtxSlider.mjs.map +1 -1
  148. package/fesm2015/mtxSplit.mjs +10 -10
  149. package/fesm2015/mtxSplit.mjs.map +1 -1
  150. package/fesm2015/mtxText3d.mjs +7 -7
  151. package/fesm2015/mtxText3d.mjs.map +1 -1
  152. package/fesm2015/mtxTooltip.mjs +10 -10
  153. package/fesm2015/mtxTooltip.mjs.map +1 -1
  154. package/fesm2015/ng-matero-extensions.mjs.map +1 -1
  155. package/fesm2020/mtxAlert.mjs +9 -9
  156. package/fesm2020/mtxAlert.mjs.map +1 -1
  157. package/fesm2020/mtxButton.mjs +7 -7
  158. package/fesm2020/mtxButton.mjs.map +1 -1
  159. package/fesm2020/mtxCheckboxGroup.mjs +11 -11
  160. package/fesm2020/mtxCheckboxGroup.mjs.map +1 -1
  161. package/fesm2020/mtxColorpicker.mjs +30 -30
  162. package/fesm2020/mtxColorpicker.mjs.map +1 -1
  163. package/fesm2020/mtxColumnResize.mjs +40 -40
  164. package/fesm2020/mtxColumnResize.mjs.map +1 -1
  165. package/fesm2020/mtxCore.mjs +19 -19
  166. package/fesm2020/mtxCore.mjs.map +1 -1
  167. package/fesm2020/mtxDatetimepicker.mjs +414 -406
  168. package/fesm2020/mtxDatetimepicker.mjs.map +1 -1
  169. package/fesm2020/mtxDialog.mjs +13 -13
  170. package/fesm2020/mtxDialog.mjs.map +1 -1
  171. package/fesm2020/mtxDrawer.mjs +28 -22
  172. package/fesm2020/mtxDrawer.mjs.map +1 -1
  173. package/fesm2020/mtxFormGroup.mjs +8 -8
  174. package/fesm2020/mtxFormGroup.mjs.map +1 -1
  175. package/fesm2020/mtxGrid.mjs +376 -351
  176. package/fesm2020/mtxGrid.mjs.map +1 -1
  177. package/fesm2020/mtxLoader.mjs +10 -10
  178. package/fesm2020/mtxLoader.mjs.map +1 -1
  179. package/fesm2020/mtxPopover.mjs +13 -13
  180. package/fesm2020/mtxPopover.mjs.map +1 -1
  181. package/fesm2020/mtxProgress.mjs +7 -7
  182. package/fesm2020/mtxProgress.mjs.map +1 -1
  183. package/fesm2020/mtxSelect.mjs +45 -45
  184. package/fesm2020/mtxSelect.mjs.map +1 -1
  185. package/fesm2020/mtxSlider.mjs +8 -8
  186. package/fesm2020/mtxSlider.mjs.map +1 -1
  187. package/fesm2020/mtxSplit.mjs +10 -10
  188. package/fesm2020/mtxSplit.mjs.map +1 -1
  189. package/fesm2020/mtxText3d.mjs +7 -7
  190. package/fesm2020/mtxText3d.mjs.map +1 -1
  191. package/fesm2020/mtxTooltip.mjs +10 -10
  192. package/fesm2020/mtxTooltip.mjs.map +1 -1
  193. package/fesm2020/ng-matero-extensions.mjs.map +1 -1
  194. package/form-group/form-group.component.d.ts +1 -1
  195. package/form-group/{mtxFormGroup.d.ts → index.d.ts} +0 -0
  196. package/grid/cell.component.d.ts +10 -11
  197. package/grid/column-menu.component.d.ts +1 -1
  198. package/grid/column-resize/column-resize-directives/column-resize-flex.d.ts +1 -1
  199. package/grid/column-resize/column-resize-directives/column-resize.d.ts +1 -1
  200. package/grid/column-resize/overlay-handle.d.ts +1 -1
  201. package/grid/column-resize/resizable-directives/resizable.d.ts +1 -1
  202. package/grid/expansion-toggle.directive.d.ts +1 -1
  203. package/grid/grid.component.d.ts +8 -6
  204. package/grid/grid.interface.d.ts +24 -12
  205. package/grid/{mtxGrid.d.ts → index.d.ts} +0 -0
  206. package/{ng-matero-extensions.d.ts → index.d.ts} +0 -0
  207. package/loader/{mtxLoader.d.ts → index.d.ts} +0 -0
  208. package/loader/loader.component.d.ts +1 -1
  209. package/package.json +29 -29
  210. package/popover/{mtxPopover.d.ts → index.d.ts} +0 -0
  211. package/popover/popover-target.d.ts +1 -1
  212. package/popover/popover-trigger.d.ts +1 -1
  213. package/popover/popover.d.ts +1 -1
  214. package/progress/{mtxProgress.d.ts → index.d.ts} +0 -0
  215. package/progress/progress.component.d.ts +1 -1
  216. package/select/{mtxSelect.d.ts → index.d.ts} +0 -0
  217. package/select/option.component.d.ts +1 -1
  218. package/select/select.component.d.ts +1 -1
  219. package/select/templates.directive.d.ts +11 -11
  220. package/slider/_slider-theme.scss +1 -1
  221. package/slider/{mtxSlider.d.ts → index.d.ts} +0 -0
  222. package/slider/slider.d.ts +1 -1
  223. package/slider/slider.scss +1 -1
  224. package/split/{mtxSplit.d.ts → index.d.ts} +0 -0
  225. package/split/split-pane.directive.d.ts +1 -1
  226. package/split/split.component.d.ts +1 -1
  227. package/text3d/{mtxText3d.d.ts → index.d.ts} +0 -0
  228. package/text3d/text3d.component.d.ts +1 -1
  229. package/tooltip/{mtxTooltip.d.ts → index.d.ts} +0 -0
  230. package/tooltip/tooltip.d.ts +2 -2
  231. package/alert/package.json +0 -10
  232. package/button/package.json +0 -10
  233. package/checkbox-group/package.json +0 -10
  234. package/colorpicker/package.json +0 -10
  235. package/column-resize/package.json +0 -10
  236. package/core/package.json +0 -10
  237. package/datetimepicker/package.json +0 -10
  238. package/dialog/package.json +0 -10
  239. package/drawer/package.json +0 -10
  240. package/form-group/package.json +0 -10
  241. package/grid/package.json +0 -10
  242. package/loader/package.json +0 -10
  243. package/popover/package.json +0 -10
  244. package/progress/package.json +0 -10
  245. package/select/package.json +0 -10
  246. package/slider/package.json +0 -10
  247. package/split/package.json +0 -10
  248. package/text3d/package.json +0 -10
  249. package/tooltip/package.json +0 -10
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Ng-Matero Extensions
2
2
 
3
+ [![CodeFactor](https://www.codefactor.io/repository/github/ng-matero/extensions/badge)](https://www.codefactor.io/repository/github/ng-matero/extensions)
3
4
  [![npm](https://img.shields.io/npm/v/@ng-matero/extensions.svg)](https://www.npmjs.com/package/@ng-matero/extensions)
4
5
  [![GitHub Release Date](https://img.shields.io/github/release-date/ng-matero/extensions)](https://github.com/ng-matero/extensions/releases)
5
6
  [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/ng-matero/extensions/blob/dev/LICENSE)
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare type MtxAlertType = 'default' | 'info' | 'success' | 'warning' | 'danger';
5
5
  export declare class MtxAlertComponent {
6
6
  private _changeDetectorRef;
7
- get hostClassList(): string;
7
+ get _hostClassList(): string;
8
8
  /** The alert type */
9
9
  type: MtxAlertType;
10
10
  /** Whether displays an inline `Close` button */
@@ -19,5 +19,5 @@ export declare class MtxAlertComponent {
19
19
  _onClosed(): void;
20
20
  static ngAcceptInputType_dismissible: BooleanInput;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxAlertComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxAlertComponent, "mtx-alert", ["mtxAlert"], { "type": "type"; "dismissible": "dismissible"; "elevation": "elevation"; }, { "closed": "closed"; }, never, ["*"]>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxAlertComponent, "mtx-alert", ["mtxAlert"], { "type": "type"; "dismissible": "dismissible"; "elevation": "elevation"; }, { "closed": "closed"; }, never, ["*"], false>;
23
23
  }
File without changes
@@ -22,5 +22,5 @@ export declare class MatButtonLoadingDirective implements OnChanges {
22
22
  static ngAcceptInputType_loading: BooleanInput;
23
23
  static ngAcceptInputType_disabled: BooleanInput;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonLoadingDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonLoadingDirective, "button[mat-button][loading], button[mat-raised-button][loading], button[mat-stroked-button][loading], button[mat-flat-button][loading], button[mat-icon-button][loading], button[mat-fab][loading], button[mat-mini-fab][loading]", never, { "loading": "loading"; "disabled": "disabled"; "color": "color"; }, {}, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonLoadingDirective, "button[mat-button][loading], button[mat-raised-button][loading], button[mat-stroked-button][loading], button[mat-flat-button][loading], button[mat-icon-button][loading], button[mat-fab][loading], button[mat-mini-fab][loading]", never, { "loading": "loading"; "disabled": "disabled"; "color": "color"; }, {}, never, never, false>;
26
26
  }
File without changes
@@ -79,5 +79,5 @@ export declare class MtxCheckboxGroupComponent implements AfterViewInit, OnDestr
79
79
  static ngAcceptInputType_showSelectAll: BooleanInput;
80
80
  static ngAcceptInputType_disabled: BooleanInput;
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxCheckboxGroupComponent, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxCheckboxGroupComponent, "mtx-checkbox-group", ["mtxCheckboxGroup"], { "items": "items"; "bindLabel": "bindLabel"; "bindValue": "bindValue"; "showSelectAll": "showSelectAll"; "selectAllLabel": "selectAllLabel"; "compareWith": "compareWith"; "disabled": "disabled"; }, { "change": "change"; }, ["_checkboxes"], never>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxCheckboxGroupComponent, "mtx-checkbox-group", ["mtxCheckboxGroup"], { "items": "items"; "bindLabel": "bindLabel"; "bindValue": "bindValue"; "showSelectAll": "showSelectAll"; "selectAllLabel": "selectAllLabel"; "compareWith": "compareWith"; "disabled": "disabled"; }, { "change": "change"; }, ["_checkboxes"], never, false>;
83
83
  }
@@ -88,5 +88,5 @@ export declare class MtxColorpickerInput implements ControlValueAccessor, AfterV
88
88
  static ngAcceptInputType_value: any;
89
89
  static ngAcceptInputType_disabled: BooleanInput;
90
90
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxColorpickerInput, [null, { optional: true; }]>;
91
- static ɵdir: i0.ɵɵDirectiveDeclaration<MtxColorpickerInput, "input[mtxColorpicker]", ["mtxColorpickerInput"], { "mtxColorpicker": "mtxColorpicker"; "disabled": "disabled"; "value": "value"; "format": "format"; }, { "colorChange": "colorChange"; "colorInput": "colorInput"; }, never>;
91
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MtxColorpickerInput, "input[mtxColorpicker]", ["mtxColorpickerInput"], { "mtxColorpicker": "mtxColorpicker"; "disabled": "disabled"; "value": "value"; "format": "format"; }, { "colorChange": "colorChange"; "colorInput": "colorInput"; }, never, never, false>;
92
92
  }
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  /** Can be used to override the icon of a `mtxColorpickerToggle`. */
7
7
  export declare class MtxColorpickerToggleIcon {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxColorpickerToggleIcon, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<MtxColorpickerToggleIcon, "[mtxColorpickerToggleIcon]", never, {}, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MtxColorpickerToggleIcon, "[mtxColorpickerToggleIcon]", never, {}, {}, never, never, false>;
10
10
  }
11
11
  export declare class MtxColorpickerToggle implements AfterContentInit, OnChanges, OnDestroy {
12
12
  private _changeDetectorRef;
@@ -34,5 +34,5 @@ export declare class MtxColorpickerToggle implements AfterContentInit, OnChanges
34
34
  static ngAcceptInputType_disabled: BooleanInput;
35
35
  static ngAcceptInputType_disableRipple: BooleanInput;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxColorpickerToggle, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxColorpickerToggle, "mtx-colorpicker-toggle", ["mtxColorpickerToggle"], { "picker": "for"; "tabIndex": "tabIndex"; "disabled": "disabled"; "disableRipple": "disableRipple"; }, {}, ["_customIcon"], ["[mtxColorpickerToggleIcon]"]>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxColorpickerToggle, "mtx-colorpicker-toggle", ["mtxColorpickerToggle"], { "picker": "for"; "tabIndex": "tabIndex"; "disabled": "disabled"; "disableRipple": "disableRipple"; }, {}, ["_customIcon"], ["[mtxColorpickerToggleIcon]"], false>;
38
38
  }
@@ -37,7 +37,7 @@ export declare class MtxColorpickerContent extends _MtxColorpickerContentBase im
37
37
  ngOnDestroy(): void;
38
38
  getColorString(e: ColorEvent): string;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxColorpickerContent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxColorpickerContent, "mtx-colorpicker-content", ["mtxColorpickerContent"], { "color": "color"; }, {}, never, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxColorpickerContent, "mtx-colorpicker-content", ["mtxColorpickerContent"], { "color": "color"; }, {}, never, never, false>;
41
41
  }
42
42
  export declare class MtxColorpicker implements OnChanges, OnDestroy {
43
43
  private _overlay;
@@ -103,13 +103,14 @@ export declare class MtxColorpicker implements OnChanges, OnDestroy {
103
103
  constructor(_overlay: Overlay, _ngZone: NgZone, _viewContainerRef: ViewContainerRef, scrollStrategy: any, _dir: Directionality, _document: any);
104
104
  ngOnChanges(): void;
105
105
  ngOnDestroy(): void;
106
- /** Selects the given color */
106
+ /** Selects the given color. */
107
107
  select(nextVal: string): void;
108
108
  /**
109
109
  * Register an input with this colorpicker.
110
110
  * @param input The colorpicker input to register with this colorpicker.
111
111
  */
112
112
  registerInput(input: MtxColorpickerInput): void;
113
+ /** Open the panel. */
113
114
  open(): void;
114
115
  /** Close the panel. */
115
116
  close(): void;
@@ -117,6 +118,7 @@ export declare class MtxColorpicker implements OnChanges, OnDestroy {
117
118
  protected _forwardContentValues(instance: MtxColorpickerContent): void;
118
119
  /** Open the colopicker as a popup. */
119
120
  private _openOverlay;
121
+ /** Destroys the current overlay. */
120
122
  private _destroyOverlay;
121
123
  /** Gets a position strategy that will open the panel as a dropdown. */
122
124
  private _getDropdownStrategy;
@@ -126,6 +128,6 @@ export declare class MtxColorpicker implements OnChanges, OnDestroy {
126
128
  private _getCloseStream;
127
129
  static ngAcceptInputType_disabled: BooleanInput;
128
130
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxColorpicker, [null, null, null, null, { optional: true; }, { optional: true; }]>;
129
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxColorpicker, "mtx-colorpicker", ["mtxColorpicker"], { "content": "content"; "disabled": "disabled"; "xPosition": "xPosition"; "yPosition": "yPosition"; "restoreFocus": "restoreFocus"; "opened": "opened"; "color": "color"; "format": "format"; }, { "openedStream": "opened"; "closedStream": "closed"; }, never, never>;
131
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxColorpicker, "mtx-colorpicker", ["mtxColorpicker"], { "content": "content"; "disabled": "disabled"; "xPosition": "xPosition"; "yPosition": "yPosition"; "restoreFocus": "restoreFocus"; "opened": "opened"; "color": "color"; "format": "format"; }, { "openedStream": "opened"; "closedStream": "closed"; }, never, never, false>;
130
132
  }
131
133
  export {};
File without changes
@@ -24,5 +24,5 @@ export declare class CdkColumnResizeFlex extends ColumnResize {
24
24
  protected readonly table: CdkTable<unknown>;
25
25
  constructor(columnResizeNotifier: ColumnResizeNotifier, elementRef: ElementRef<HTMLElement>, eventDispatcher: HeaderRowEventDispatcher, ngZone: NgZone, notifier: ColumnResizeNotifierSource, table: CdkTable<unknown>);
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnResizeFlex, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnResizeFlex, "cdk-table[columnResize]", never, {}, {}, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnResizeFlex, "cdk-table[columnResize]", never, {}, {}, never, never, false>;
28
28
  }
@@ -24,5 +24,5 @@ export declare class CdkColumnResize extends ColumnResize {
24
24
  protected readonly table: CdkTable<unknown>;
25
25
  constructor(columnResizeNotifier: ColumnResizeNotifier, elementRef: ElementRef<HTMLElement>, eventDispatcher: HeaderRowEventDispatcher, ngZone: NgZone, notifier: ColumnResizeNotifierSource, table: CdkTable<unknown>);
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnResize, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnResize, "table[cdk-table][columnResize]", never, {}, {}, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnResize, "table[cdk-table][columnResize]", never, {}, {}, never, never, false>;
28
28
  }
@@ -35,5 +35,5 @@ export declare abstract class ColumnResize implements AfterViewInit, OnDestroy {
35
35
  private _listenForResizeActivity;
36
36
  private _listenForHoverActivity;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnResize, never>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnResize, never, never, {}, {}, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnResize, never, never, {}, {}, never, never, false>;
39
39
  }
@@ -39,5 +39,5 @@ export declare abstract class ResizeOverlayHandle implements AfterViewInit, OnDe
39
39
  private _isLtr;
40
40
  private _notifyResizeEnded;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<ResizeOverlayHandle, never>;
42
- static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeOverlayHandle, never, never, {}, {}, never>;
42
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeOverlayHandle, never, never, {}, {}, never, never, false>;
43
43
  }
@@ -58,5 +58,5 @@ export declare abstract class Resizable<HandleComponent extends ResizeOverlayHan
58
58
  private _applyMaxWidthPx;
59
59
  private _appendInlineHandle;
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<Resizable<any>, never>;
61
- static ɵdir: i0.ɵɵDirectiveDeclaration<Resizable<any>, never, never, {}, {}, never>;
61
+ static ɵdir: i0.ɵɵDirectiveDeclaration<Resizable<any>, never, never, {}, {}, never, never, false>;
62
62
  }
File without changes
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class MtxToObservablePipe implements PipeTransform {
5
5
  transform(value: Observable<any> | unknown): Observable<any>;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxToObservablePipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<MtxToObservablePipe, "toObservable">;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<MtxToObservablePipe, "toObservable", false>;
8
8
  }
@@ -50,7 +50,7 @@
50
50
 
51
51
  @mixin private-color-adjust($value) {
52
52
  -webkit-print-color-adjust: $value;
53
- color-adjust: $value;
53
+ print-color-adjust: $value;
54
54
  }
55
55
 
56
56
  @mixin private-background-clip($value) {
@@ -112,7 +112,7 @@ $clock-font-size: 14px !default;
112
112
  color: white;
113
113
  }
114
114
 
115
- &:not(.mtx-clock-cell-selected):not(.mtx-clock-cell-disabled):hover {
115
+ &:not(.mtx-clock-cell-selected, .mtx-clock-cell-disabled):hover {
116
116
  background-color: theming.get-color-from-palette($background, hover);
117
117
  }
118
118
 
@@ -39,5 +39,5 @@ export declare class MtxCalendarBody {
39
39
  _cellClicked(cell: MtxCalendarCell): void;
40
40
  _isActiveCell(rowIndex: number, colIndex: number): boolean;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxCalendarBody, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxCalendarBody, "[mtx-calendar-body]", ["mtxCalendarBody"], { "label": "label"; "rows": "rows"; "todayValue": "todayValue"; "selectedValue": "selectedValue"; "labelMinRequiredCells": "labelMinRequiredCells"; "numCols": "numCols"; "allowDisabledSelection": "allowDisabledSelection"; "activeCell": "activeCell"; }, { "selectedValueChange": "selectedValueChange"; }, never, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxCalendarBody, "[mtx-calendar-body]", ["mtxCalendarBody"], { "label": "label"; "rows": "rows"; "todayValue": "todayValue"; "selectedValue": "selectedValue"; "labelMinRequiredCells": "labelMinRequiredCells"; "numCols": "numCols"; "allowDisabledSelection": "allowDisabledSelection"; "activeCell": "activeCell"; }, { "selectedValueChange": "selectedValueChange"; }, never, never, false>;
43
43
  }
@@ -6,6 +6,7 @@ import { MtxClockView } from './clock';
6
6
  import { MtxDatetimepickerFilterType } from './datetimepicker-filtertype';
7
7
  import { MtxDatetimepickerType } from './datetimepicker-types';
8
8
  import * as i0 from "@angular/core";
9
+ /** Possible views for datetimepicker calendar. */
9
10
  export declare type MtxCalendarView = 'clock' | 'month' | 'year' | 'multi-year';
10
11
  /**
11
12
  * A calendar that is used as part of the datetimepicker.
@@ -17,15 +18,17 @@ export declare class MtxCalendar<D> implements AfterContentInit, OnDestroy {
17
18
  private _ngZone;
18
19
  private _adapter;
19
20
  private _dateFormats;
21
+ /** Whether to show multi-year view. */
20
22
  get multiYearSelector(): boolean;
21
23
  set multiYearSelector(value: boolean);
22
24
  private _multiYearSelector;
23
- /** if true change the clock to 12 hour format. */
25
+ /** Whether the clock uses 12 hour format. */
24
26
  get twelvehour(): boolean;
25
27
  set twelvehour(value: boolean);
26
28
  private _twelvehour;
27
29
  /** Whether the calendar should be started in month or year view. */
28
30
  startView: MtxCalendarView;
31
+ /** Step over minutes. */
29
32
  timeInterval: number;
30
33
  /** A function used to filter which dates are selectable. */
31
34
  dateFilter: (date: D, type: MtxDatetimepickerFilterType) => boolean;
@@ -42,6 +45,7 @@ export declare class MtxCalendar<D> implements AfterContentInit, OnDestroy {
42
45
  private _intlChanges;
43
46
  private _clampedActiveDate;
44
47
  constructor(_elementRef: ElementRef, _intl: MatDatepickerIntl, _ngZone: NgZone, _adapter: DatetimeAdapter<D>, _dateFormats: MtxDatetimeFormats, changeDetectorRef: ChangeDetectorRef);
48
+ /** The display type of datetimepicker. */
45
49
  get type(): MtxDatetimepickerType;
46
50
  set type(value: MtxDatetimepickerType);
47
51
  private _type;
@@ -136,5 +140,5 @@ export declare class MtxCalendar<D> implements AfterContentInit, OnDestroy {
136
140
  static ngAcceptInputType_multiYearSelector: BooleanInput;
137
141
  static ngAcceptInputType_twelvehour: BooleanInput;
138
142
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxCalendar<any>, [null, null, null, { optional: true; }, { optional: true; }, null]>;
139
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxCalendar<any>, "mtx-calendar", ["mtxCalendar"], { "multiYearSelector": "multiYearSelector"; "twelvehour": "twelvehour"; "startView": "startView"; "timeInterval": "timeInterval"; "dateFilter": "dateFilter"; "preventSameDateTimeSelection": "preventSameDateTimeSelection"; "type": "type"; "startAt": "startAt"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "selectedChange": "selectedChange"; "viewChanged": "viewChanged"; "_userSelection": "_userSelection"; }, never, never>;
143
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxCalendar<any>, "mtx-calendar", ["mtxCalendar"], { "multiYearSelector": "multiYearSelector"; "twelvehour": "twelvehour"; "startView": "startView"; "timeInterval": "timeInterval"; "dateFilter": "dateFilter"; "preventSameDateTimeSelection": "preventSameDateTimeSelection"; "type": "type"; "startAt": "startAt"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "selectedChange": "selectedChange"; "viewChanged": "viewChanged"; "_userSelection": "_userSelection"; }, never, never, false>;
140
144
  }
@@ -7,6 +7,7 @@ export declare const CLOCK_RADIUS = 50;
7
7
  export declare const CLOCK_INNER_RADIUS = 27.5;
8
8
  export declare const CLOCK_OUTER_RADIUS = 41.25;
9
9
  export declare const CLOCK_TICK_RADIUS = 7.0833;
10
+ /** Possible views for datetimepicker clock. */
10
11
  export declare type MtxClockView = 'hour' | 'minute';
11
12
  /**
12
13
  * A clock that is used as part of the datetimepicker.
@@ -17,7 +18,9 @@ export declare class MtxClock<D> implements AfterContentInit {
17
18
  private _adapter;
18
19
  /** A function used to filter which dates are selectable. */
19
20
  dateFilter: (date: D, type: MtxDatetimepickerFilterType) => boolean;
21
+ /** Step over minutes. */
20
22
  interval: number;
23
+ /** Whether the clock uses 12 hour format. */
21
24
  twelvehour: boolean;
22
25
  /** Emits when the currently selected date changes. */
23
26
  selectedChange: EventEmitter<D>;
@@ -71,5 +74,5 @@ export declare class MtxClock<D> implements AfterContentInit {
71
74
  private setTime;
72
75
  static ngAcceptInputType_twelvehour: BooleanInput;
73
76
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxClock<any>, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxClock<any>, "mtx-clock", ["mtxClock"], { "dateFilter": "dateFilter"; "interval": "interval"; "twelvehour": "twelvehour"; "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "startView": "startView"; }, { "selectedChange": "selectedChange"; "activeDateChange": "activeDateChange"; "_userSelection": "_userSelection"; }, never, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxClock<any>, "mtx-clock", ["mtxClock"], { "dateFilter": "dateFilter"; "interval": "interval"; "twelvehour": "twelvehour"; "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "startView": "startView"; }, { "selectedChange": "selectedChange"; "activeDateChange": "activeDateChange"; "_userSelection": "_userSelection"; }, never, never, false>;
75
78
  }
@@ -103,5 +103,5 @@ export declare class MtxDatetimepickerInput<D> implements AfterContentInit, Cont
103
103
  getThemePalette(): ThemePalette;
104
104
  static ngAcceptInputType_disabled: BooleanInput;
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxDatetimepickerInput<any>, [null, { optional: true; }, { optional: true; }, { optional: true; }]>;
106
- static ɵdir: i0.ɵɵDirectiveDeclaration<MtxDatetimepickerInput<any>, "input[mtxDatetimepicker]", ["mtxDatetimepickerInput"], { "mtxDatetimepicker": "mtxDatetimepicker"; "mtxDatetimepickerFilter": "mtxDatetimepickerFilter"; "value": "value"; "min": "min"; "max": "max"; "disabled": "disabled"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>;
106
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MtxDatetimepickerInput<any>, "input[mtxDatetimepicker]", ["mtxDatetimepickerInput"], { "mtxDatetimepicker": "mtxDatetimepicker"; "mtxDatetimepickerFilter": "mtxDatetimepickerFilter"; "value": "value"; "min": "min"; "max": "max"; "disabled": "disabled"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never, never, false>;
107
107
  }
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /** Can be used to override the icon of a `mtxDatetimepickerToggle`. */
8
8
  export declare class MtxDatetimepickerToggleIcon {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxDatetimepickerToggleIcon, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<MtxDatetimepickerToggleIcon, "[mtxDatetimepickerToggleIcon]", never, {}, {}, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MtxDatetimepickerToggleIcon, "[mtxDatetimepickerToggleIcon]", never, {}, {}, never, never, false>;
11
11
  }
12
12
  export declare class MtxDatetimepickerToggle<D> implements AfterContentInit, OnChanges, OnDestroy {
13
13
  _intl: MatDatepickerIntl;
@@ -36,5 +36,5 @@ export declare class MtxDatetimepickerToggle<D> implements AfterContentInit, OnC
36
36
  static ngAcceptInputType_disabled: BooleanInput;
37
37
  static ngAcceptInputType_disableRipple: BooleanInput;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxDatetimepickerToggle<any>, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxDatetimepickerToggle<any>, "mtx-datetimepicker-toggle", ["mtxDatetimepickerToggle"], { "datetimepicker": "for"; "tabIndex": "tabIndex"; "disabled": "disabled"; "disableRipple": "disableRipple"; }, {}, ["_customIcon"], ["[mtxDatetimepickerToggleIcon]"]>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxDatetimepickerToggle<any>, "mtx-datetimepicker-toggle", ["mtxDatetimepickerToggle"], { "datetimepicker": "for"; "tabIndex": "tabIndex"; "disabled": "disabled"; "disableRipple": "disableRipple"; }, {}, ["_customIcon"], ["[mtxDatetimepickerToggleIcon]"], false>;
40
40
  }
@@ -1 +1,2 @@
1
+ /** Possible types for datetimepicker. */
1
2
  export declare type MtxDatetimepickerType = 'date' | 'time' | 'month' | 'year' | 'datetime';
@@ -10,10 +10,11 @@ import { MtxDatetimepickerFilterType } from './datetimepicker-filtertype';
10
10
  import { MtxDatetimepickerInput } from './datetimepicker-input';
11
11
  import { MtxDatetimepickerType } from './datetimepicker-types';
12
12
  import * as i0 from "@angular/core";
13
+ /** Possible modes for datetimepicker dropdown display. */
13
14
  export declare type MtxDatetimepickerMode = 'auto' | 'portrait' | 'landscape';
14
- /** Possible positions for the colorpicker dropdown along the X axis. */
15
+ /** Possible positions for the datetimepicker dropdown along the X axis. */
15
16
  export declare type DatetimepickerDropdownPositionX = 'start' | 'end';
16
- /** Possible positions for the colorpicker dropdown along the Y axis. */
17
+ /** Possible positions for the datetimepicker dropdown along the Y axis. */
17
18
  export declare type DatetimepickerDropdownPositionY = 'above' | 'below';
18
19
  /** Injection token that determines the scroll handling while the calendar is open. */
19
20
  export declare const MTX_DATETIMEPICKER_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
@@ -52,7 +53,7 @@ export declare class MtxDatetimepickerContent<D> extends _MtxDatetimepickerConte
52
53
  _startExitAnimation(): void;
53
54
  ngOnDestroy(): void;
54
55
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxDatetimepickerContent<any>, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxDatetimepickerContent<any>, "mtx-datetimepicker-content", never, { "color": "color"; }, {}, never, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxDatetimepickerContent<any>, "mtx-datetimepicker-content", never, { "color": "color"; }, {}, never, never, false>;
56
57
  }
57
58
  export declare class MtxDatetimepicker<D> implements OnDestroy {
58
59
  private _overlay;
@@ -61,17 +62,19 @@ export declare class MtxDatetimepicker<D> implements OnDestroy {
61
62
  private _scrollStrategy;
62
63
  private _dateAdapter;
63
64
  private _dir;
64
- /** Active multi year view when click on year. */
65
+ /** Whether to show multi-year view. */
65
66
  get multiYearSelector(): boolean;
66
67
  set multiYearSelector(value: boolean);
67
68
  private _multiYearSelector;
68
- /** if true change the clock to 12 hour format. */
69
+ /** Whether the clock uses 12 hour format. */
69
70
  get twelvehour(): boolean;
70
71
  set twelvehour(value: boolean);
71
72
  private _twelvehour;
72
73
  /** The view that the calendar should start in. */
73
74
  startView: MtxCalendarView;
75
+ /** The display mode of datetimepicker. */
74
76
  mode: MtxDatetimepickerMode;
77
+ /** Step over minutes. */
75
78
  timeInterval: number;
76
79
  /** Prevent user to select same date time */
77
80
  preventSameDateTimeSelection: boolean;
@@ -122,6 +125,7 @@ export declare class MtxDatetimepicker<D> implements OnDestroy {
122
125
  get startAt(): D | null;
123
126
  set startAt(date: D | null);
124
127
  private _startAt;
128
+ /** The display type of datetimepicker. */
125
129
  get type(): MtxDatetimepickerType;
126
130
  set type(value: MtxDatetimepickerType);
127
131
  private _type;
@@ -196,6 +200,6 @@ export declare class MtxDatetimepicker<D> implements OnDestroy {
196
200
  static ngAcceptInputType_touchUi: BooleanInput;
197
201
  static ngAcceptInputType_restoreFocus: BooleanInput;
198
202
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxDatetimepicker<any>, [null, null, null, null, { optional: true; }, { optional: true; }]>;
199
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxDatetimepicker<any>, "mtx-datetimepicker", ["mtxDatetimepicker"], { "multiYearSelector": "multiYearSelector"; "twelvehour": "twelvehour"; "startView": "startView"; "mode": "mode"; "timeInterval": "timeInterval"; "preventSameDateTimeSelection": "preventSameDateTimeSelection"; "panelClass": "panelClass"; "opened": "opened"; "color": "color"; "startAt": "startAt"; "type": "type"; "touchUi": "touchUi"; "disabled": "disabled"; "xPosition": "xPosition"; "yPosition": "yPosition"; "restoreFocus": "restoreFocus"; }, { "selectedChanged": "selectedChanged"; "openedStream": "opened"; "closedStream": "closed"; "viewChanged": "viewChanged"; }, never, never>;
203
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxDatetimepicker<any>, "mtx-datetimepicker", ["mtxDatetimepicker"], { "multiYearSelector": "multiYearSelector"; "twelvehour": "twelvehour"; "startView": "startView"; "mode": "mode"; "timeInterval": "timeInterval"; "preventSameDateTimeSelection": "preventSameDateTimeSelection"; "panelClass": "panelClass"; "opened": "opened"; "color": "color"; "startAt": "startAt"; "type": "type"; "touchUi": "touchUi"; "disabled": "disabled"; "xPosition": "xPosition"; "yPosition": "yPosition"; "restoreFocus": "restoreFocus"; }, { "selectedChanged": "selectedChanged"; "openedStream": "opened"; "closedStream": "closed"; "viewChanged": "viewChanged"; }, never, never, false>;
200
204
  }
201
205
  export {};
@@ -60,5 +60,5 @@ export declare class MtxMonthView<D> implements AfterContentInit {
60
60
  private _getDateInCurrentMonth;
61
61
  private calendarState;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxMonthView<any>, [{ optional: true; }, { optional: true; }]>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxMonthView<any>, "mtx-month-view", ["mtxMonthView"], { "type": "type"; "dateFilter": "dateFilter"; "activeDate": "activeDate"; "selected": "selected"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; }, never, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxMonthView<any>, "mtx-month-view", ["mtxMonthView"], { "type": "type"; "dateFilter": "dateFilter"; "activeDate": "activeDate"; "selected": "selected"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; }, never, never, false>;
64
64
  }
@@ -75,7 +75,7 @@ export declare class MtxMultiYearView<D> implements AfterContentInit {
75
75
  */
76
76
  private _getValidDateOrNull;
77
77
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxMultiYearView<any>, [{ optional: true; }, { optional: true; }]>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxMultiYearView<any>, "mtx-multi-year-view", ["mtxMultiYearView"], { "type": "type"; "dateFilter": "dateFilter"; "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; }, never, never>;
78
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxMultiYearView<any>, "mtx-multi-year-view", ["mtxMultiYearView"], { "type": "type"; "dateFilter": "dateFilter"; "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; }, never, never, false>;
79
79
  }
80
80
  export declare function isSameMultiYearView<D>(dateAdapter: DatetimeAdapter<D>, date1: D, date2: D, minDate: D | null, maxDate: D | null): boolean;
81
81
  /**
@@ -54,5 +54,5 @@ export declare class MtxYearView<D> implements AfterContentInit {
54
54
  /** Whether the given month is enabled. */
55
55
  private _isMonthEnabled;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxYearView<any>, [{ optional: true; }, { optional: true; }]>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxYearView<any>, "mtx-year-view", ["mtxYearView"], { "type": "type"; "dateFilter": "dateFilter"; "activeDate": "activeDate"; "selected": "selected"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; }, never, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxYearView<any>, "mtx-year-view", ["mtxYearView"], { "type": "type"; "dateFilter": "dateFilter"; "activeDate": "activeDate"; "selected": "selected"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; }, never, never, false>;
58
58
  }
@@ -8,5 +8,5 @@ export declare class MtxDialogComponent {
8
8
  _onClick(fn: () => void): void;
9
9
  _onClose(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxDialogComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxDialogComponent, "mtx-dialog", ["mtxDialog"], {}, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxDialogComponent, "mtx-dialog", ["mtxDialog"], {}, {}, never, never, false>;
12
12
  }
File without changes
@@ -46,8 +46,16 @@ export declare class MtxDrawerConfig<D = any> {
46
46
  scrollStrategy?: ScrollStrategy;
47
47
  /** Position of the drawer */
48
48
  position?: DrawerPosition;
49
- /** Width of the drawer. */
50
- width?: string;
51
- /** Height of the drawer. */
52
- height?: string;
49
+ /** Width of the drawer. If a number is provided, assumes pixel units. */
50
+ width?: number | string;
51
+ /** Height of the drawer. If a number is provided, assumes pixel units. */
52
+ height?: number | string;
53
+ /** Min-width of the drawer. If a number is provided, assumes pixel units. */
54
+ minWidth?: number | string;
55
+ /** Min-height of the drawer. If a number is provided, assumes pixel units. */
56
+ minHeight?: number | string;
57
+ /** Max-width of the drawer. If a number is provided, assumes pixel units. */
58
+ maxWidth?: number | string;
59
+ /** Max-height of the drawer. If a number is provided, assumes pixel units. */
60
+ maxHeight?: number | string;
53
61
  }
@@ -32,9 +32,17 @@ export declare class MtxDrawerContainer extends BasePortalOutlet implements OnDe
32
32
  private _document;
33
33
  /** Whether the component has been destroyed. */
34
34
  private _destroyed;
35
- get drawerPosition(): string;
36
- get drawerWidth(): string | undefined;
37
- get drawerHeight(): string | undefined;
35
+ get _drawerPosition(): string;
36
+ get _drawerWidth(): string;
37
+ get _drawerHeight(): string;
38
+ _getDrawerSize(): {
39
+ width: string;
40
+ height: string;
41
+ minWidth: string;
42
+ minHeight: string;
43
+ maxWidth: string;
44
+ maxHeight: string;
45
+ };
38
46
  constructor(_elementRef: ElementRef<HTMLElement>, _changeDetectorRef: ChangeDetectorRef, _focusTrapFactory: FocusTrapFactory, _interactivityChecker: InteractivityChecker, _ngZone: NgZone, breakpointObserver: BreakpointObserver, document: any,
39
47
  /** The drawer configuration. */
40
48
  drawerConfig: MtxDrawerConfig);
@@ -79,5 +87,5 @@ export declare class MtxDrawerContainer extends BasePortalOutlet implements OnDe
79
87
  /** Saves a reference to the element that was focused before the drawer was opened. */
80
88
  private _savePreviouslyFocusedElement;
81
89
  static ɵfac: i0.ɵɵFactoryDeclaration<MtxDrawerContainer, [null, null, null, null, null, null, { optional: true; }, null]>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<MtxDrawerContainer, "mtx-drawer-container", never, {}, {}, never, never>;
90
+ static ɵcmp: i0.ɵɵComponentDeclaration<MtxDrawerContainer, "mtx-drawer-container", never, {}, {}, never, never, false>;
83
91
  }
File without changes
@@ -13,7 +13,7 @@ export class MtxAlertComponent {
13
13
  /** This event fires when alert closed, $event is an instance of Alert component */
14
14
  this.closed = new EventEmitter();
15
15
  }
16
- get hostClassList() {
16
+ get _hostClassList() {
17
17
  return `mtx-alert-${this.type} mat-elevation-z${this.elevation}`;
18
18
  }
19
19
  /** Whether displays an inline `Close` button */
@@ -28,16 +28,16 @@ export class MtxAlertComponent {
28
28
  this.closed.emit(this);
29
29
  }
30
30
  }
31
- /** @nocollapse */ MtxAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.6", ngImport: i0, type: MtxAlertComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
32
- /** @nocollapse */ MtxAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.6", type: MtxAlertComponent, selector: "mtx-alert", inputs: { type: "type", dismissible: "dismissible", elevation: "elevation" }, outputs: { closed: "closed" }, host: { attributes: { "role": "alert" }, properties: { "class.mtx-alert": "true", "class.mtx-alert-dismissible": "dismissible", "class": "this.hostClassList" } }, exportAs: ["mtxAlert"], ngImport: i0, template: "<ng-content></ng-content>\n<ng-template [ngIf]=\"dismissible\">\n <button type=\"button\" class=\"mtx-alert-close\" aria-label=\"Close\" (click)=\"_onClosed()\">\n <span aria-hidden=\"true\">&times;</span>\n </button>\n</ng-template>\n", styles: [".mtx-alert{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.mtx-alert-close{position:absolute;top:0;bottom:0;right:0;padding:0 1.25rem;font-size:1.5rem;line-height:1;color:inherit;opacity:.5;background-color:transparent;border:0;cursor:pointer}[dir=rtl] .mtx-alert-close{right:auto;left:0}.mtx-alert-close:hover{opacity:.75}.mtx-alert-dismissible{padding-right:4rem}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.6", ngImport: i0, type: MtxAlertComponent, decorators: [{
31
+ /** @nocollapse */ MtxAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MtxAlertComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
32
+ /** @nocollapse */ MtxAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: MtxAlertComponent, selector: "mtx-alert", inputs: { type: "type", dismissible: "dismissible", elevation: "elevation" }, outputs: { closed: "closed" }, host: { attributes: { "role": "alert" }, properties: { "class.mtx-alert": "true", "class.mtx-alert-dismissible": "dismissible", "class": "this._hostClassList" } }, exportAs: ["mtxAlert"], ngImport: i0, template: "<ng-content></ng-content>\n<ng-template [ngIf]=\"dismissible\">\n <button type=\"button\" class=\"mtx-alert-close\" aria-label=\"Close\" (click)=\"_onClosed()\">\n <span aria-hidden=\"true\">&times;</span>\n </button>\n</ng-template>\n", styles: [".mtx-alert{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.mtx-alert-close{position:absolute;top:0;bottom:0;right:0;padding:0 1.25rem;font-size:1.5rem;line-height:1;color:inherit;opacity:.5;background-color:transparent;border:0;cursor:pointer}[dir=rtl] .mtx-alert-close{right:auto;left:0}.mtx-alert-close:hover{opacity:.75}.mtx-alert-dismissible{padding-right:4rem}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MtxAlertComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ selector: 'mtx-alert', exportAs: 'mtxAlert', host: {
36
36
  '[class.mtx-alert]': 'true',
37
37
  '[class.mtx-alert-dismissible]': 'dismissible',
38
38
  'role': 'alert',
39
39
  }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n<ng-template [ngIf]=\"dismissible\">\n <button type=\"button\" class=\"mtx-alert-close\" aria-label=\"Close\" (click)=\"_onClosed()\">\n <span aria-hidden=\"true\">&times;</span>\n </button>\n</ng-template>\n", styles: [".mtx-alert{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.mtx-alert-close{position:absolute;top:0;bottom:0;right:0;padding:0 1.25rem;font-size:1.5rem;line-height:1;color:inherit;opacity:.5;background-color:transparent;border:0;cursor:pointer}[dir=rtl] .mtx-alert-close{right:auto;left:0}.mtx-alert-close:hover{opacity:.75}.mtx-alert-dismissible{padding-right:4rem}\n"] }]
40
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { hostClassList: [{
40
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { _hostClassList: [{
41
41
  type: HostBinding,
42
42
  args: ['class']
43
43
  }], type: [{
@@ -49,4 +49,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.6", ngImpor
49
49
  }], closed: [{
50
50
  type: Output
51
51
  }] } });
52
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvZXh0ZW5zaW9ucy9hbGVydC9hbGVydC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi9wcm9qZWN0cy9leHRlbnNpb25zL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixLQUFLLEVBQ0wsTUFBTSxFQUNOLFlBQVksRUFFWixXQUFXLEdBQ1osTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFnQixxQkFBcUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDOzs7QUFpQjVFLE1BQU0sT0FBTyxpQkFBaUI7SUF3QjVCLFlBQW9CLGtCQUFxQztRQUFyQyx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW1CO1FBbkJ6RCxxQkFBcUI7UUFDWixTQUFJLEdBQWlCLFNBQVMsQ0FBQztRQVVoQyxpQkFBWSxHQUFHLEtBQUssQ0FBQztRQUU3Qix5QkFBeUI7UUFDaEIsY0FBUyxHQUFHLENBQUMsQ0FBQztRQUV2QixtRkFBbUY7UUFDekUsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFxQixDQUFDO0lBRUcsQ0FBQztJQXZCN0QsSUFBMEIsYUFBYTtRQUNyQyxPQUFPLGFBQWEsSUFBSSxDQUFDLElBQUksbUJBQW1CLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztJQUNuRSxDQUFDO0lBS0QsZ0RBQWdEO0lBQ2hELElBQ0ksV0FBVztRQUNiLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQztJQUMzQixDQUFDO0lBQ0QsSUFBSSxXQUFXLENBQUMsS0FBYztRQUM1QixJQUFJLENBQUMsWUFBWSxHQUFHLHFCQUFxQixDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ25ELENBQUM7SUFXRCxTQUFTO1FBQ1AsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFlBQVksRUFBRSxDQUFDO1FBQ3ZDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pCLENBQUM7O2lJQTdCVSxpQkFBaUI7cUhBQWpCLGlCQUFpQix5VkMzQjlCLGtQQU1BOzJGRHFCYSxpQkFBaUI7a0JBYjdCLFNBQVM7K0JBQ0UsV0FBVyxZQUNYLFVBQVUsUUFDZDt3QkFDSixtQkFBbUIsRUFBRSxNQUFNO3dCQUMzQiwrQkFBK0IsRUFBRSxhQUFhO3dCQUM5QyxNQUFNLEVBQUUsT0FBTztxQkFDaEIsaUJBR2MsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTTt3R0FHckIsYUFBYTtzQkFBdEMsV0FBVzt1QkFBQyxPQUFPO2dCQUtYLElBQUk7c0JBQVosS0FBSztnQkFJRixXQUFXO3NCQURkLEtBQUs7Z0JBVUcsU0FBUztzQkFBakIsS0FBSztnQkFHSSxNQUFNO3NCQUFmLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbiAgSW5wdXQsXG4gIE91dHB1dCxcbiAgRXZlbnRFbWl0dGVyLFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgSG9zdEJpbmRpbmcsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQm9vbGVhbklucHV0LCBjb2VyY2VCb29sZWFuUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuXG5leHBvcnQgdHlwZSBNdHhBbGVydFR5cGUgPSAnZGVmYXVsdCcgfCAnaW5mbycgfCAnc3VjY2VzcycgfCAnd2FybmluZycgfCAnZGFuZ2VyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbXR4LWFsZXJ0JyxcbiAgZXhwb3J0QXM6ICdtdHhBbGVydCcsXG4gIGhvc3Q6IHtcbiAgICAnW2NsYXNzLm10eC1hbGVydF0nOiAndHJ1ZScsXG4gICAgJ1tjbGFzcy5tdHgtYWxlcnQtZGlzbWlzc2libGVdJzogJ2Rpc21pc3NpYmxlJyxcbiAgICAncm9sZSc6ICdhbGVydCcsXG4gIH0sXG4gIHRlbXBsYXRlVXJsOiAnLi9hbGVydC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FsZXJ0LmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBNdHhBbGVydENvbXBvbmVudCB7XG4gIEBIb3N0QmluZGluZygnY2xhc3MnKSBnZXQgaG9zdENsYXNzTGlzdCgpIHtcbiAgICByZXR1cm4gYG10eC1hbGVydC0ke3RoaXMudHlwZX0gbWF0LWVsZXZhdGlvbi16JHt0aGlzLmVsZXZhdGlvbn1gO1xuICB9XG5cbiAgLyoqIFRoZSBhbGVydCB0eXBlICovXG4gIEBJbnB1dCgpIHR5cGU6IE10eEFsZXJ0VHlwZSA9ICdkZWZhdWx0JztcblxuICAvKiogV2hldGhlciBkaXNwbGF5cyBhbiBpbmxpbmUgYENsb3NlYCBidXR0b24gKi9cbiAgQElucHV0KClcbiAgZ2V0IGRpc21pc3NpYmxlKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9kaXNtaXNzaWJsZTtcbiAgfVxuICBzZXQgZGlzbWlzc2libGUodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl9kaXNtaXNzaWJsZSA9IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSh2YWx1ZSk7XG4gIH1cbiAgcHJpdmF0ZSBfZGlzbWlzc2libGUgPSBmYWxzZTtcblxuICAvKiogTWF0ZXJpYWwgZWxldmF0aW9uICovXG4gIEBJbnB1dCgpIGVsZXZhdGlvbiA9IDA7XG5cbiAgLyoqIFRoaXMgZXZlbnQgZmlyZXMgd2hlbiBhbGVydCBjbG9zZWQsICRldmVudCBpcyBhbiBpbnN0YW5jZSBvZiBBbGVydCBjb21wb25lbnQgKi9cbiAgQE91dHB1dCgpIGNsb3NlZCA9IG5ldyBFdmVudEVtaXR0ZXI8TXR4QWxlcnRDb21wb25lbnQ+KCk7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBfY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmKSB7fVxuXG4gIF9vbkNsb3NlZCgpOiB2b2lkIHtcbiAgICB0aGlzLl9jaGFuZ2VEZXRlY3RvclJlZi5tYXJrRm9yQ2hlY2soKTtcbiAgICB0aGlzLmNsb3NlZC5lbWl0KHRoaXMpO1xuICB9XG5cbiAgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX2Rpc21pc3NpYmxlOiBCb29sZWFuSW5wdXQ7XG59XG4iLCI8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48bmctdGVtcGxhdGUgW25nSWZdPVwiZGlzbWlzc2libGVcIj5cbiAgPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgY2xhc3M9XCJtdHgtYWxlcnQtY2xvc2VcIiBhcmlhLWxhYmVsPVwiQ2xvc2VcIiAoY2xpY2spPVwiX29uQ2xvc2VkKClcIj5cbiAgICA8c3BhbiBhcmlhLWhpZGRlbj1cInRydWVcIj4mdGltZXM7PC9zcGFuPlxuICA8L2J1dHRvbj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
52
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvZXh0ZW5zaW9ucy9hbGVydC9hbGVydC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi9wcm9qZWN0cy9leHRlbnNpb25zL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixLQUFLLEVBQ0wsTUFBTSxFQUNOLFlBQVksRUFFWixXQUFXLEdBQ1osTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFnQixxQkFBcUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDOzs7QUFpQjVFLE1BQU0sT0FBTyxpQkFBaUI7SUF5QjVCLFlBQW9CLGtCQUFxQztRQUFyQyx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW1CO1FBbkJ6RCxxQkFBcUI7UUFDWixTQUFJLEdBQWlCLFNBQVMsQ0FBQztRQVVoQyxpQkFBWSxHQUFHLEtBQUssQ0FBQztRQUU3Qix5QkFBeUI7UUFDaEIsY0FBUyxHQUFHLENBQUMsQ0FBQztRQUV2QixtRkFBbUY7UUFDekUsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFxQixDQUFDO0lBRUcsQ0FBQztJQXhCN0QsSUFDSSxjQUFjO1FBQ2hCLE9BQU8sYUFBYSxJQUFJLENBQUMsSUFBSSxtQkFBbUIsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO0lBQ25FLENBQUM7SUFLRCxnREFBZ0Q7SUFDaEQsSUFDSSxXQUFXO1FBQ2IsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDO0lBQzNCLENBQUM7SUFDRCxJQUFJLFdBQVcsQ0FBQyxLQUFjO1FBQzVCLElBQUksQ0FBQyxZQUFZLEdBQUcscUJBQXFCLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDbkQsQ0FBQztJQVdELFNBQVM7UUFDUCxJQUFJLENBQUMsa0JBQWtCLENBQUMsWUFBWSxFQUFFLENBQUM7UUFDdkMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7aUlBOUJVLGlCQUFpQjtxSEFBakIsaUJBQWlCLDBWQzNCOUIsa1BBTUE7MkZEcUJhLGlCQUFpQjtrQkFiN0IsU0FBUzsrQkFDRSxXQUFXLFlBQ1gsVUFBVSxRQUNkO3dCQUNKLG1CQUFtQixFQUFFLE1BQU07d0JBQzNCLCtCQUErQixFQUFFLGFBQWE7d0JBQzlDLE1BQU0sRUFBRSxPQUFPO3FCQUNoQixpQkFHYyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNO3dHQUkzQyxjQUFjO3NCQURqQixXQUFXO3VCQUFDLE9BQU87Z0JBTVgsSUFBSTtzQkFBWixLQUFLO2dCQUlGLFdBQVc7c0JBRGQsS0FBSztnQkFVRyxTQUFTO3NCQUFqQixLQUFLO2dCQUdJLE1BQU07c0JBQWYsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBFdmVudEVtaXR0ZXIsXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBIb3N0QmluZGluZyxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCb29sZWFuSW5wdXQsIGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5cbmV4cG9ydCB0eXBlIE10eEFsZXJ0VHlwZSA9ICdkZWZhdWx0JyB8ICdpbmZvJyB8ICdzdWNjZXNzJyB8ICd3YXJuaW5nJyB8ICdkYW5nZXInO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdtdHgtYWxlcnQnLFxuICBleHBvcnRBczogJ210eEFsZXJ0JyxcbiAgaG9zdDoge1xuICAgICdbY2xhc3MubXR4LWFsZXJ0XSc6ICd0cnVlJyxcbiAgICAnW2NsYXNzLm10eC1hbGVydC1kaXNtaXNzaWJsZV0nOiAnZGlzbWlzc2libGUnLFxuICAgICdyb2xlJzogJ2FsZXJ0JyxcbiAgfSxcbiAgdGVtcGxhdGVVcmw6ICcuL2FsZXJ0LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYWxlcnQuY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIE10eEFsZXJ0Q29tcG9uZW50IHtcbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gIGdldCBfaG9zdENsYXNzTGlzdCgpIHtcbiAgICByZXR1cm4gYG10eC1hbGVydC0ke3RoaXMudHlwZX0gbWF0LWVsZXZhdGlvbi16JHt0aGlzLmVsZXZhdGlvbn1gO1xuICB9XG5cbiAgLyoqIFRoZSBhbGVydCB0eXBlICovXG4gIEBJbnB1dCgpIHR5cGU6IE10eEFsZXJ0VHlwZSA9ICdkZWZhdWx0JztcblxuICAvKiogV2hldGhlciBkaXNwbGF5cyBhbiBpbmxpbmUgYENsb3NlYCBidXR0b24gKi9cbiAgQElucHV0KClcbiAgZ2V0IGRpc21pc3NpYmxlKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9kaXNtaXNzaWJsZTtcbiAgfVxuICBzZXQgZGlzbWlzc2libGUodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl9kaXNtaXNzaWJsZSA9IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSh2YWx1ZSk7XG4gIH1cbiAgcHJpdmF0ZSBfZGlzbWlzc2libGUgPSBmYWxzZTtcblxuICAvKiogTWF0ZXJpYWwgZWxldmF0aW9uICovXG4gIEBJbnB1dCgpIGVsZXZhdGlvbiA9IDA7XG5cbiAgLyoqIFRoaXMgZXZlbnQgZmlyZXMgd2hlbiBhbGVydCBjbG9zZWQsICRldmVudCBpcyBhbiBpbnN0YW5jZSBvZiBBbGVydCBjb21wb25lbnQgKi9cbiAgQE91dHB1dCgpIGNsb3NlZCA9IG5ldyBFdmVudEVtaXR0ZXI8TXR4QWxlcnRDb21wb25lbnQ+KCk7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBfY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmKSB7fVxuXG4gIF9vbkNsb3NlZCgpOiB2b2lkIHtcbiAgICB0aGlzLl9jaGFuZ2VEZXRlY3RvclJlZi5tYXJrRm9yQ2hlY2soKTtcbiAgICB0aGlzLmNsb3NlZC5lbWl0KHRoaXMpO1xuICB9XG5cbiAgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX2Rpc21pc3NpYmxlOiBCb29sZWFuSW5wdXQ7XG59XG4iLCI8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48bmctdGVtcGxhdGUgW25nSWZdPVwiZGlzbWlzc2libGVcIj5cbiAgPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgY2xhc3M9XCJtdHgtYWxlcnQtY2xvc2VcIiBhcmlhLWxhYmVsPVwiQ2xvc2VcIiAoY2xpY2spPVwiX29uQ2xvc2VkKClcIj5cbiAgICA8c3BhbiBhcmlhLWhpZGRlbj1cInRydWVcIj4mdGltZXM7PC9zcGFuPlxuICA8L2J1dHRvbj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
@@ -4,10 +4,10 @@ import { MtxAlertComponent } from './alert.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class MtxAlertModule {
6
6
  }
7
- /** @nocollapse */ MtxAlertModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.6", ngImport: i0, type: MtxAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ MtxAlertModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.6", ngImport: i0, type: MtxAlertModule, declarations: [MtxAlertComponent], imports: [CommonModule], exports: [MtxAlertComponent] });
9
- /** @nocollapse */ MtxAlertModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.6", ngImport: i0, type: MtxAlertModule, imports: [[CommonModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.6", ngImport: i0, type: MtxAlertModule, decorators: [{
7
+ /** @nocollapse */ MtxAlertModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MtxAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ MtxAlertModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: MtxAlertModule, declarations: [MtxAlertComponent], imports: [CommonModule], exports: [MtxAlertComponent] });
9
+ /** @nocollapse */ MtxAlertModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MtxAlertModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MtxAlertModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [CommonModule],
@@ -15,4 +15,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.6", ngImpor
15
15
  declarations: [MtxAlertComponent],
16
16
  }]
17
17
  }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvZXh0ZW5zaW9ucy9hbGVydC9hbGVydC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBT3RELE1BQU0sT0FBTyxjQUFjOzs4SEFBZCxjQUFjOytIQUFkLGNBQWMsaUJBRlYsaUJBQWlCLGFBRnRCLFlBQVksYUFDWixpQkFBaUI7K0hBR2hCLGNBQWMsWUFKaEIsQ0FBQyxZQUFZLENBQUM7MkZBSVosY0FBYztrQkFMMUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUFDO29CQUM1QixZQUFZLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuaW1wb3J0IHsgTXR4QWxlcnRDb21wb25lbnQgfSBmcm9tICcuL2FsZXJ0LmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbTXR4QWxlcnRDb21wb25lbnRdLFxuICBkZWNsYXJhdGlvbnM6IFtNdHhBbGVydENvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIE10eEFsZXJ0TW9kdWxlIHt9XG4iXX0=
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvZXh0ZW5zaW9ucy9hbGVydC9hbGVydC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBT3RELE1BQU0sT0FBTyxjQUFjOzs4SEFBZCxjQUFjOytIQUFkLGNBQWMsaUJBRlYsaUJBQWlCLGFBRnRCLFlBQVksYUFDWixpQkFBaUI7K0hBR2hCLGNBQWMsWUFKZixZQUFZOzJGQUlYLGNBQWM7a0JBTDFCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztvQkFDNUIsWUFBWSxFQUFFLENBQUMsaUJBQWlCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmltcG9ydCB7IE10eEFsZXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9hbGVydC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZXhwb3J0czogW010eEFsZXJ0Q29tcG9uZW50XSxcbiAgZGVjbGFyYXRpb25zOiBbTXR4QWxlcnRDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBNdHhBbGVydE1vZHVsZSB7fVxuIl19