@angular/material 7.0.3 → 7.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.
- package/_theming.scss +57 -49
- package/autocomplete/typings/index.d.ts +1 -1
- package/autocomplete/typings/index.metadata.json +1 -1
- package/badge/typings/index.metadata.json +1 -1
- package/bottom-sheet/typings/bottom-sheet-config.d.ts +5 -0
- package/bottom-sheet/typings/bottom-sheet-container.d.ts +1 -1
- package/bottom-sheet/typings/index.metadata.json +1 -1
- package/bundles/material-autocomplete.umd.js +124 -30
- package/bundles/material-autocomplete.umd.js.map +1 -1
- package/bundles/material-autocomplete.umd.min.js +1 -1
- package/bundles/material-autocomplete.umd.min.js.map +1 -1
- package/bundles/material-badge.umd.js +38 -5
- package/bundles/material-badge.umd.js.map +1 -1
- package/bundles/material-badge.umd.min.js +1 -1
- package/bundles/material-badge.umd.min.js.map +1 -1
- package/bundles/material-bottom-sheet.umd.js +68 -25
- package/bundles/material-bottom-sheet.umd.js.map +1 -1
- package/bundles/material-bottom-sheet.umd.min.js +1 -1
- package/bundles/material-bottom-sheet.umd.min.js.map +1 -1
- package/bundles/material-button-toggle.umd.js +40 -15
- package/bundles/material-button-toggle.umd.js.map +1 -1
- package/bundles/material-button-toggle.umd.min.js +1 -1
- package/bundles/material-button-toggle.umd.min.js.map +1 -1
- package/bundles/material-button.umd.js +19 -12
- package/bundles/material-button.umd.js.map +1 -1
- package/bundles/material-button.umd.min.js +1 -1
- package/bundles/material-button.umd.min.js.map +1 -1
- package/bundles/material-card.umd.js +2 -2
- package/bundles/material-card.umd.js.map +1 -1
- package/bundles/material-card.umd.min.js.map +1 -1
- package/bundles/material-checkbox.umd.js +56 -15
- package/bundles/material-checkbox.umd.js.map +1 -1
- package/bundles/material-checkbox.umd.min.js +1 -1
- package/bundles/material-checkbox.umd.min.js.map +1 -1
- package/bundles/material-chips.umd.js +124 -34
- package/bundles/material-chips.umd.js.map +1 -1
- package/bundles/material-chips.umd.min.js +1 -1
- package/bundles/material-chips.umd.min.js.map +1 -1
- package/bundles/material-core.umd.js +186 -123
- package/bundles/material-core.umd.js.map +1 -1
- package/bundles/material-core.umd.min.js +2 -1
- package/bundles/material-core.umd.min.js.map +1 -1
- package/bundles/material-datepicker.umd.js +241 -59
- package/bundles/material-datepicker.umd.js.map +1 -1
- package/bundles/material-datepicker.umd.min.js +2 -2
- package/bundles/material-datepicker.umd.min.js.map +1 -1
- package/bundles/material-dialog.umd.js +136 -44
- package/bundles/material-dialog.umd.js.map +1 -1
- package/bundles/material-dialog.umd.min.js +1 -1
- package/bundles/material-dialog.umd.min.js.map +1 -1
- package/bundles/material-divider.umd.js +2 -2
- package/bundles/material-divider.umd.js.map +1 -1
- package/bundles/material-divider.umd.min.js.map +1 -1
- package/bundles/material-expansion.umd.js +32 -22
- package/bundles/material-expansion.umd.js.map +1 -1
- package/bundles/material-expansion.umd.min.js +1 -1
- package/bundles/material-expansion.umd.min.js.map +1 -1
- package/bundles/material-form-field.umd.js +120 -32
- package/bundles/material-form-field.umd.js.map +1 -1
- package/bundles/material-form-field.umd.min.js +1 -1
- package/bundles/material-form-field.umd.min.js.map +1 -1
- package/bundles/material-grid-list.umd.js +66 -15
- package/bundles/material-grid-list.umd.js.map +1 -1
- package/bundles/material-grid-list.umd.min.js +1 -1
- package/bundles/material-grid-list.umd.min.js.map +1 -1
- package/bundles/material-icon.umd.js +280 -79
- package/bundles/material-icon.umd.js.map +1 -1
- package/bundles/material-icon.umd.min.js +1 -1
- package/bundles/material-icon.umd.min.js.map +1 -1
- package/bundles/material-input.umd.js +46 -24
- package/bundles/material-input.umd.js.map +1 -1
- package/bundles/material-input.umd.min.js +1 -1
- package/bundles/material-input.umd.min.js.map +1 -1
- package/bundles/material-list.umd.js +71 -22
- package/bundles/material-list.umd.js.map +1 -1
- package/bundles/material-list.umd.min.js +2 -6
- package/bundles/material-list.umd.min.js.map +1 -1
- package/bundles/material-menu.umd.js +157 -55
- package/bundles/material-menu.umd.js.map +1 -1
- package/bundles/material-menu.umd.min.js +1 -1
- package/bundles/material-menu.umd.min.js.map +1 -1
- package/bundles/material-paginator.umd.js +52 -10
- package/bundles/material-paginator.umd.js.map +1 -1
- package/bundles/material-paginator.umd.min.js +1 -1
- package/bundles/material-paginator.umd.min.js.map +1 -1
- package/bundles/material-progress-bar.umd.js +35 -14
- package/bundles/material-progress-bar.umd.js.map +1 -1
- package/bundles/material-progress-bar.umd.min.js +1 -1
- package/bundles/material-progress-bar.umd.min.js.map +1 -1
- package/bundles/material-progress-spinner.umd.js +29 -13
- package/bundles/material-progress-spinner.umd.js.map +1 -1
- package/bundles/material-progress-spinner.umd.min.js.map +1 -1
- package/bundles/material-radio.umd.js +26 -7
- package/bundles/material-radio.umd.js.map +1 -1
- package/bundles/material-radio.umd.min.js.map +1 -1
- package/bundles/material-select.umd.js +178 -49
- package/bundles/material-select.umd.js.map +1 -1
- package/bundles/material-select.umd.min.js +1 -1
- package/bundles/material-select.umd.min.js.map +1 -1
- package/bundles/material-sidenav.umd.js +102 -23
- package/bundles/material-sidenav.umd.js.map +1 -1
- package/bundles/material-sidenav.umd.min.js +1 -1
- package/bundles/material-sidenav.umd.min.js.map +1 -1
- package/bundles/material-slide-toggle.umd.js +33 -15
- package/bundles/material-slide-toggle.umd.js.map +1 -1
- package/bundles/material-slide-toggle.umd.min.js +1 -1
- package/bundles/material-slide-toggle.umd.min.js.map +1 -1
- package/bundles/material-slider.umd.js +89 -19
- package/bundles/material-slider.umd.js.map +1 -1
- package/bundles/material-slider.umd.min.js +1 -1
- package/bundles/material-slider.umd.min.js.map +1 -1
- package/bundles/material-snack-bar.umd.js +74 -22
- package/bundles/material-snack-bar.umd.js.map +1 -1
- package/bundles/material-snack-bar.umd.min.js +1 -1
- package/bundles/material-snack-bar.umd.min.js.map +1 -1
- package/bundles/material-sort.umd.js +45 -23
- package/bundles/material-sort.umd.js.map +1 -1
- package/bundles/material-sort.umd.min.js.map +1 -1
- package/bundles/material-stepper.umd.js +37 -44
- package/bundles/material-stepper.umd.js.map +1 -1
- package/bundles/material-stepper.umd.min.js +1 -1
- package/bundles/material-stepper.umd.min.js.map +1 -1
- package/bundles/material-table.umd.js +29 -19
- package/bundles/material-table.umd.js.map +1 -1
- package/bundles/material-table.umd.min.js +1 -1
- package/bundles/material-table.umd.min.js.map +1 -1
- package/bundles/material-tabs.umd.js +156 -56
- package/bundles/material-tabs.umd.js.map +1 -1
- package/bundles/material-tabs.umd.min.js +2 -2
- package/bundles/material-tabs.umd.min.js.map +1 -1
- package/bundles/material-toolbar.umd.js +13 -3
- package/bundles/material-toolbar.umd.js.map +1 -1
- package/bundles/material-toolbar.umd.min.js.map +1 -1
- package/bundles/material-tooltip.umd.js +52 -25
- package/bundles/material-tooltip.umd.js.map +1 -1
- package/bundles/material-tooltip.umd.min.js.map +1 -1
- package/bundles/material-tree.umd.js +25 -26
- package/bundles/material-tree.umd.js.map +1 -1
- package/bundles/material-tree.umd.min.js +1 -1
- package/bundles/material-tree.umd.min.js.map +1 -1
- package/bundles/material.umd.js +2780 -979
- package/bundles/material.umd.js.map +1 -1
- package/bundles/material.umd.min.js +19 -21
- package/bundles/material.umd.min.js.map +1 -1
- package/button/typings/button.d.ts +0 -5
- package/button/typings/index.metadata.json +1 -1
- package/button-toggle/typings/index.metadata.json +1 -1
- package/checkbox/typings/index.metadata.json +1 -1
- package/chips/typings/chip-list.d.ts +1 -1
- package/chips/typings/chip.d.ts +2 -2
- package/chips/typings/index.metadata.json +1 -1
- package/core/typings/index.metadata.json +1 -1
- package/core/typings/{testing/month-constants.d.ts → month-constants.d.ts} +2 -0
- package/core/typings/public-api.d.ts +1 -1
- package/datepicker/typings/calendar-body.d.ts +21 -5
- package/datepicker/typings/calendar.d.ts +4 -1
- package/datepicker/typings/datepicker-toggle.d.ts +5 -0
- package/datepicker/typings/datepicker.d.ts +3 -0
- package/datepicker/typings/index.metadata.json +1 -1
- package/datepicker/typings/month-view.d.ts +4 -2
- package/dialog/typings/index.metadata.json +1 -1
- package/esm2015/autocomplete.js +58 -27
- package/esm2015/autocomplete.js.map +1 -1
- package/esm2015/badge.js +29 -6
- package/esm2015/badge.js.map +1 -1
- package/esm2015/bottom-sheet.js +46 -27
- package/esm2015/bottom-sheet.js.map +1 -1
- package/esm2015/button-toggle.js +24 -13
- package/esm2015/button-toggle.js.map +1 -1
- package/esm2015/button.js +18 -13
- package/esm2015/button.js.map +1 -1
- package/esm2015/card.js +4 -4
- package/esm2015/card.js.map +1 -1
- package/esm2015/checkbox.js +30 -12
- package/esm2015/checkbox.js.map +1 -1
- package/esm2015/chips.js +64 -28
- package/esm2015/chips.js.map +1 -1
- package/esm2015/core.js +145 -126
- package/esm2015/core.js.map +1 -1
- package/esm2015/datepicker.js +131 -44
- package/esm2015/datepicker.js.map +1 -1
- package/esm2015/dialog.js +76 -45
- package/esm2015/dialog.js.map +1 -1
- package/esm2015/divider.js +4 -4
- package/esm2015/divider.js.map +1 -1
- package/esm2015/expansion.js +35 -25
- package/esm2015/expansion.js.map +1 -1
- package/esm2015/form-field.js +93 -34
- package/esm2015/form-field.js.map +1 -1
- package/esm2015/grid-list.js +45 -17
- package/esm2015/grid-list.js.map +1 -1
- package/esm2015/icon.js +139 -68
- package/esm2015/icon.js.map +1 -1
- package/esm2015/input.js +40 -23
- package/esm2015/input.js.map +1 -1
- package/esm2015/list.js +49 -23
- package/esm2015/list.js.map +1 -1
- package/esm2015/material.js +10 -9
- package/esm2015/material.js.map +1 -1
- package/esm2015/menu.js +100 -53
- package/esm2015/menu.js.map +1 -1
- package/esm2015/paginator.js +35 -12
- package/esm2015/paginator.js.map +1 -1
- package/esm2015/progress-bar.js +30 -15
- package/esm2015/progress-bar.js.map +1 -1
- package/esm2015/progress-spinner.js +24 -14
- package/esm2015/progress-spinner.js.map +1 -1
- package/esm2015/radio.js +17 -7
- package/esm2015/radio.js.map +1 -1
- package/esm2015/select.js +103 -50
- package/esm2015/select.js.map +1 -1
- package/esm2015/sidenav.js +73 -26
- package/esm2015/sidenav.js.map +1 -1
- package/esm2015/slide-toggle.js +26 -16
- package/esm2015/slide-toggle.js.map +1 -1
- package/esm2015/slider.js +50 -20
- package/esm2015/slider.js.map +1 -1
- package/esm2015/snack-bar.js +44 -24
- package/esm2015/snack-bar.js.map +1 -1
- package/esm2015/sort.js +46 -23
- package/esm2015/sort.js.map +1 -1
- package/esm2015/stepper.js +35 -39
- package/esm2015/stepper.js.map +1 -1
- package/esm2015/table.js +31 -21
- package/esm2015/table.js.map +1 -1
- package/esm2015/tabs.js +110 -52
- package/esm2015/tabs.js.map +1 -1
- package/esm2015/toolbar.js +8 -4
- package/esm2015/toolbar.js.map +1 -1
- package/esm2015/tooltip.js +42 -27
- package/esm2015/tooltip.js.map +1 -1
- package/esm2015/tree.js +22 -25
- package/esm2015/tree.js.map +1 -1
- package/esm5/autocomplete.es5.js +126 -32
- package/esm5/autocomplete.es5.js.map +1 -1
- package/esm5/badge.es5.js +40 -7
- package/esm5/badge.es5.js.map +1 -1
- package/esm5/bottom-sheet.es5.js +71 -28
- package/esm5/bottom-sheet.es5.js.map +1 -1
- package/esm5/button-toggle.es5.js +42 -17
- package/esm5/button-toggle.es5.js.map +1 -1
- package/esm5/button.es5.js +21 -14
- package/esm5/button.es5.js.map +1 -1
- package/esm5/card.es5.js +4 -4
- package/esm5/card.es5.js.map +1 -1
- package/esm5/checkbox.es5.js +58 -17
- package/esm5/checkbox.es5.js.map +1 -1
- package/esm5/chips.es5.js +127 -37
- package/esm5/chips.es5.js.map +1 -1
- package/esm5/core.es5.js +189 -126
- package/esm5/core.es5.js.map +1 -1
- package/esm5/datepicker.es5.js +240 -58
- package/esm5/datepicker.es5.js.map +1 -1
- package/esm5/dialog.es5.js +139 -47
- package/esm5/dialog.es5.js.map +1 -1
- package/esm5/divider.es5.js +4 -4
- package/esm5/divider.es5.js.map +1 -1
- package/esm5/expansion.es5.js +35 -25
- package/esm5/expansion.es5.js.map +1 -1
- package/esm5/form-field.es5.js +124 -36
- package/esm5/form-field.es5.js.map +1 -1
- package/esm5/grid-list.es5.js +68 -17
- package/esm5/grid-list.es5.js.map +1 -1
- package/esm5/icon.es5.js +282 -81
- package/esm5/icon.es5.js.map +1 -1
- package/esm5/input.es5.js +48 -26
- package/esm5/input.es5.js.map +1 -1
- package/esm5/list.es5.js +74 -25
- package/esm5/list.es5.js.map +1 -1
- package/esm5/material.es5.js +10 -9
- package/esm5/material.es5.js.map +1 -1
- package/esm5/menu.es5.js +158 -55
- package/esm5/menu.es5.js.map +1 -1
- package/esm5/paginator.es5.js +55 -13
- package/esm5/paginator.es5.js.map +1 -1
- package/esm5/progress-bar.es5.js +37 -16
- package/esm5/progress-bar.es5.js.map +1 -1
- package/esm5/progress-spinner.es5.js +31 -15
- package/esm5/progress-spinner.es5.js.map +1 -1
- package/esm5/radio.es5.js +28 -9
- package/esm5/radio.es5.js.map +1 -1
- package/esm5/select.es5.js +181 -52
- package/esm5/select.es5.js.map +1 -1
- package/esm5/sidenav.es5.js +105 -26
- package/esm5/sidenav.es5.js.map +1 -1
- package/esm5/slide-toggle.es5.js +35 -17
- package/esm5/slide-toggle.es5.js.map +1 -1
- package/esm5/slider.es5.js +91 -21
- package/esm5/slider.es5.js.map +1 -1
- package/esm5/snack-bar.es5.js +76 -24
- package/esm5/snack-bar.es5.js.map +1 -1
- package/esm5/sort.es5.js +52 -25
- package/esm5/sort.es5.js.map +1 -1
- package/esm5/stepper.es5.js +40 -47
- package/esm5/stepper.es5.js.map +1 -1
- package/esm5/table.es5.js +31 -21
- package/esm5/table.es5.js.map +1 -1
- package/esm5/tabs.es5.js +159 -60
- package/esm5/tabs.es5.js.map +1 -1
- package/esm5/toolbar.es5.js +15 -5
- package/esm5/toolbar.es5.js.map +1 -1
- package/esm5/tooltip.es5.js +54 -27
- package/esm5/tooltip.es5.js.map +1 -1
- package/esm5/tree.es5.js +27 -28
- package/esm5/tree.es5.js.map +1 -1
- package/form-field/typings/form-field.d.ts +15 -4
- package/form-field/typings/index.metadata.json +1 -1
- package/grid-list/typings/index.d.ts +1 -1
- package/grid-list/typings/index.metadata.json +1 -1
- package/icon/typings/index.metadata.json +1 -1
- package/list/typings/index.metadata.json +1 -1
- package/material.d.ts +1 -1
- package/material.metadata.json +3 -3
- package/menu/typings/index.metadata.json +1 -1
- package/menu/typings/menu-item.d.ts +2 -0
- package/menu/typings/menu-trigger.d.ts +5 -0
- package/package.json +5 -5
- package/paginator/typings/index.metadata.json +1 -1
- package/paginator/typings/paginator.d.ts +7 -3
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/progress-bar/typings/index.metadata.json +1 -1
- package/schematics/ng-add/theming/{custom-theme.d.ts → create-custom-theme.d.ts} +0 -0
- package/schematics/ng-add/theming/{custom-theme.js → create-custom-theme.js} +1 -1
- package/schematics/ng-add/theming/create-custom-theme.js.map +1 -0
- package/schematics/ng-add/theming/theming.js +35 -19
- package/schematics/ng-add/theming/theming.js.map +1 -1
- package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
- package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
- package/schematics/ng-generate/nav/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
- package/schematics/ng-generate/table/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
- package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
- package/select/typings/index.metadata.json +1 -1
- package/sidenav/typings/drawer.d.ts +9 -2
- package/sidenav/typings/index.metadata.json +1 -1
- package/slide-toggle/typings/index.metadata.json +1 -1
- package/stepper/typings/index.metadata.json +1 -1
- package/stepper/typings/step-header.d.ts +3 -5
- package/table/typings/index.metadata.json +1 -1
- package/tabs/typings/index.metadata.json +1 -1
- package/tabs/typings/tab-body.d.ts +2 -0
- package/tabs/typings/tab-group.d.ts +11 -2
- package/tabs/typings/tab-header.d.ts +9 -3
- package/tree/typings/data-source/flat-data-source.d.ts +2 -2
- package/tree/typings/index.metadata.json +1 -1
- package/typings/autocomplete/index.d.ts +1 -1
- package/typings/autocomplete/index.metadata.json +1 -1
- package/typings/badge/index.metadata.json +1 -1
- package/typings/bottom-sheet/bottom-sheet-config.d.ts +5 -0
- package/typings/bottom-sheet/bottom-sheet-container.d.ts +1 -1
- package/typings/bottom-sheet/index.metadata.json +1 -1
- package/typings/button/button.d.ts +0 -5
- package/typings/button/index.metadata.json +1 -1
- package/typings/button-toggle/index.metadata.json +1 -1
- package/typings/checkbox/index.metadata.json +1 -1
- package/typings/chips/chip-list.d.ts +1 -1
- package/typings/chips/chip.d.ts +2 -2
- package/typings/chips/index.metadata.json +1 -1
- package/typings/core/index.metadata.json +1 -1
- package/typings/core/{testing/month-constants.d.ts → month-constants.d.ts} +2 -0
- package/typings/core/public-api.d.ts +1 -1
- package/typings/datepicker/calendar-body.d.ts +21 -5
- package/typings/datepicker/calendar.d.ts +4 -1
- package/typings/datepicker/datepicker-toggle.d.ts +5 -0
- package/typings/datepicker/datepicker.d.ts +3 -0
- package/typings/datepicker/index.metadata.json +1 -1
- package/typings/datepicker/month-view.d.ts +4 -2
- package/typings/dialog/index.metadata.json +1 -1
- package/typings/esm5/autocomplete/index.d.ts +1 -1
- package/typings/esm5/autocomplete/index.metadata.json +1 -1
- package/typings/esm5/badge/index.metadata.json +1 -1
- package/typings/esm5/bottom-sheet/bottom-sheet-config.d.ts +5 -0
- package/typings/esm5/bottom-sheet/bottom-sheet-container.d.ts +1 -1
- package/typings/esm5/bottom-sheet/index.metadata.json +1 -1
- package/typings/esm5/button/button.d.ts +0 -5
- package/typings/esm5/button/index.metadata.json +1 -1
- package/typings/esm5/button-toggle/index.metadata.json +1 -1
- package/typings/esm5/checkbox/index.metadata.json +1 -1
- package/typings/esm5/chips/chip-list.d.ts +1 -1
- package/typings/esm5/chips/chip.d.ts +2 -2
- package/typings/esm5/chips/index.metadata.json +1 -1
- package/typings/esm5/core/index.metadata.json +1 -1
- package/typings/esm5/core/{testing/month-constants.d.ts → month-constants.d.ts} +2 -0
- package/typings/esm5/core/public-api.d.ts +1 -1
- package/typings/esm5/datepicker/calendar-body.d.ts +21 -5
- package/typings/esm5/datepicker/calendar.d.ts +4 -1
- package/typings/esm5/datepicker/datepicker-toggle.d.ts +5 -0
- package/typings/esm5/datepicker/datepicker.d.ts +3 -0
- package/typings/esm5/datepicker/index.metadata.json +1 -1
- package/typings/esm5/datepicker/month-view.d.ts +4 -2
- package/typings/esm5/dialog/index.metadata.json +1 -1
- package/typings/esm5/form-field/form-field.d.ts +15 -4
- package/typings/esm5/form-field/index.metadata.json +1 -1
- package/typings/esm5/grid-list/index.d.ts +1 -1
- package/typings/esm5/grid-list/index.metadata.json +1 -1
- package/typings/esm5/icon/index.metadata.json +1 -1
- package/typings/esm5/index.metadata.json +1 -1
- package/typings/esm5/list/index.metadata.json +1 -1
- package/typings/esm5/menu/index.metadata.json +1 -1
- package/typings/esm5/menu/menu-item.d.ts +2 -0
- package/typings/esm5/menu/menu-trigger.d.ts +5 -0
- package/typings/esm5/paginator/index.metadata.json +1 -1
- package/typings/esm5/paginator/paginator.d.ts +7 -3
- package/typings/esm5/progress-bar/index.metadata.json +1 -1
- package/typings/esm5/select/index.metadata.json +1 -1
- package/typings/esm5/sidenav/drawer.d.ts +9 -2
- package/typings/esm5/sidenav/index.metadata.json +1 -1
- package/typings/esm5/slide-toggle/index.metadata.json +1 -1
- package/typings/esm5/stepper/index.metadata.json +1 -1
- package/typings/esm5/stepper/step-header.d.ts +3 -5
- package/typings/esm5/table/index.metadata.json +1 -1
- package/typings/esm5/tabs/index.metadata.json +1 -1
- package/typings/esm5/tabs/tab-body.d.ts +2 -0
- package/typings/esm5/tabs/tab-group.d.ts +11 -2
- package/typings/esm5/tabs/tab-header.d.ts +9 -3
- package/typings/esm5/tree/data-source/flat-data-source.d.ts +2 -2
- package/typings/esm5/tree/index.metadata.json +1 -1
- package/typings/form-field/form-field.d.ts +15 -4
- package/typings/form-field/index.metadata.json +1 -1
- package/typings/grid-list/index.d.ts +1 -1
- package/typings/grid-list/index.metadata.json +1 -1
- package/typings/icon/index.metadata.json +1 -1
- package/typings/index.metadata.json +1 -1
- package/typings/list/index.metadata.json +1 -1
- package/typings/menu/index.metadata.json +1 -1
- package/typings/menu/menu-item.d.ts +2 -0
- package/typings/menu/menu-trigger.d.ts +5 -0
- package/typings/paginator/index.metadata.json +1 -1
- package/typings/paginator/paginator.d.ts +7 -3
- package/typings/progress-bar/index.metadata.json +1 -1
- package/typings/schematics/ng-add/theming/{custom-theme.d.ts → create-custom-theme.d.ts} +0 -0
- package/typings/select/index.metadata.json +1 -1
- package/typings/sidenav/drawer.d.ts +9 -2
- package/typings/sidenav/index.metadata.json +1 -1
- package/typings/slide-toggle/index.metadata.json +1 -1
- package/typings/stepper/index.metadata.json +1 -1
- package/typings/stepper/step-header.d.ts +3 -5
- package/typings/table/index.metadata.json +1 -1
- package/typings/tabs/index.metadata.json +1 -1
- package/typings/tabs/tab-body.d.ts +2 -0
- package/typings/tabs/tab-group.d.ts +11 -2
- package/typings/tabs/tab-header.d.ts +9 -3
- package/typings/tree/data-source/flat-data-source.d.ts +2 -2
- package/typings/tree/index.metadata.json +1 -1
- package/schematics/ng-add/theming/custom-theme.js.map +0 -1
package/esm2015/dialog.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
6
|
* found in the LICENSE file at https://angular.io/license
|
|
7
7
|
*/
|
|
8
|
-
import { animate, state, style, transition, trigger
|
|
8
|
+
import { animate, state, style, transition, trigger } from '@angular/animations';
|
|
9
9
|
import { Component, ElementRef, EventEmitter, Inject, Optional, ChangeDetectorRef, ViewChild, ViewEncapsulation, ChangeDetectionStrategy, Injectable, InjectionToken, Injector, SkipSelf, TemplateRef, Directive, Input, NgModule } from '@angular/core';
|
|
10
10
|
import { DOCUMENT, Location, CommonModule } from '@angular/common';
|
|
11
11
|
import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, PortalInjector, TemplatePortal, PortalModule } from '@angular/cdk/portal';
|
|
@@ -19,7 +19,7 @@ import { MatCommonModule } from '@angular/material/core';
|
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* @fileoverview added by tsickle
|
|
22
|
-
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
|
|
22
|
+
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
23
23
|
*/
|
|
24
24
|
/**
|
|
25
25
|
* Configuration for opening a modal dialog with the MatDialog service.
|
|
@@ -86,12 +86,13 @@ class MatDialogConfig {
|
|
|
86
86
|
* the `HashLocationStrategy`).
|
|
87
87
|
*/
|
|
88
88
|
this.closeOnNavigation = true;
|
|
89
|
+
// TODO(jelbourn): add configuration for lifecycle hooks, ARIA labelling.
|
|
89
90
|
}
|
|
90
91
|
}
|
|
91
92
|
|
|
92
93
|
/**
|
|
93
94
|
* @fileoverview added by tsickle
|
|
94
|
-
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
|
|
95
|
+
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
95
96
|
*/
|
|
96
97
|
/** @type {?} */
|
|
97
98
|
const animationBody = [
|
|
@@ -100,27 +101,28 @@ const animationBody = [
|
|
|
100
101
|
// decimate the animation performance. Leaving it as `none` solves both issues.
|
|
101
102
|
state('void, exit', style({ opacity: 0, transform: 'scale(0.7)' })),
|
|
102
103
|
state('enter', style({ transform: 'none' })),
|
|
103
|
-
transition('* => enter',
|
|
104
|
-
// `animateChild` allows for child component to animate at the same time. See #13870.
|
|
105
|
-
query('@*', animateChild(), { optional: true }),
|
|
106
|
-
animate('150ms cubic-bezier(0, 0, 0.2, 1)', style({ transform: 'none', opacity: 1 })),
|
|
107
|
-
])),
|
|
104
|
+
transition('* => enter', animate('150ms cubic-bezier(0, 0, 0.2, 1)', style({ transform: 'none', opacity: 1 }))),
|
|
108
105
|
transition('* => void, * => exit', animate('75ms cubic-bezier(0.4, 0.0, 0.2, 1)', style({ opacity: 0 }))),
|
|
109
106
|
];
|
|
110
|
-
/**
|
|
107
|
+
/**
|
|
111
108
|
* Animations used by MatDialog.
|
|
112
109
|
* \@docs-private
|
|
113
|
-
|
|
110
|
+
* @type {?}
|
|
111
|
+
*/
|
|
114
112
|
const matDialogAnimations = {
|
|
115
|
-
/**
|
|
113
|
+
/**
|
|
114
|
+
* Animation that is applied on the dialog container by defalt.
|
|
115
|
+
*/
|
|
116
116
|
dialogContainer: trigger('dialogContainer', animationBody),
|
|
117
|
-
/**
|
|
117
|
+
/**
|
|
118
|
+
* @deprecated \@breaking-change 8.0.0 Use `matDialogAnimations.dialogContainer` instead.
|
|
119
|
+
*/
|
|
118
120
|
slideDialog: trigger('slideDialog', animationBody)
|
|
119
121
|
};
|
|
120
122
|
|
|
121
123
|
/**
|
|
122
124
|
* @fileoverview added by tsickle
|
|
123
|
-
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
|
|
125
|
+
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
124
126
|
*/
|
|
125
127
|
/**
|
|
126
128
|
* Throws an exception for the case when a ComponentPortal is
|
|
@@ -196,6 +198,7 @@ class MatDialogContainer extends BasePortalOutlet {
|
|
|
196
198
|
}
|
|
197
199
|
/**
|
|
198
200
|
* Moves the focus inside the focus trap.
|
|
201
|
+
* @private
|
|
199
202
|
* @return {?}
|
|
200
203
|
*/
|
|
201
204
|
_trapFocus() {
|
|
@@ -211,6 +214,7 @@ class MatDialogContainer extends BasePortalOutlet {
|
|
|
211
214
|
}
|
|
212
215
|
/**
|
|
213
216
|
* Restores focus to the element that was focused before the dialog opened.
|
|
217
|
+
* @private
|
|
214
218
|
* @return {?}
|
|
215
219
|
*/
|
|
216
220
|
_restoreFocus() {
|
|
@@ -226,11 +230,12 @@ class MatDialogContainer extends BasePortalOutlet {
|
|
|
226
230
|
}
|
|
227
231
|
/**
|
|
228
232
|
* Saves a reference to the element that was focused before the dialog was opened.
|
|
233
|
+
* @private
|
|
229
234
|
* @return {?}
|
|
230
235
|
*/
|
|
231
236
|
_savePreviouslyFocusedElement() {
|
|
232
237
|
if (this._document) {
|
|
233
|
-
this._elementFocusedBeforeDialogWasOpened = /** @type {?} */ (this._document.activeElement);
|
|
238
|
+
this._elementFocusedBeforeDialogWasOpened = (/** @type {?} */ (this._document.activeElement));
|
|
234
239
|
// Note that there is no focus method when rendering on the server.
|
|
235
240
|
if (this._elementRef.nativeElement.focus) {
|
|
236
241
|
// Move focus onto the dialog immediately in order to prevent the user from accidentally
|
|
@@ -311,8 +316,10 @@ MatDialogContainer.propDecorators = {
|
|
|
311
316
|
|
|
312
317
|
/**
|
|
313
318
|
* @fileoverview added by tsickle
|
|
314
|
-
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
|
|
319
|
+
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
315
320
|
*/
|
|
321
|
+
// TODO(jelbourn): resizing
|
|
322
|
+
// Counter for unique dialog ids.
|
|
316
323
|
/** @type {?} */
|
|
317
324
|
let uniqueId = 0;
|
|
318
325
|
/**
|
|
@@ -363,7 +370,7 @@ class MatDialogRef {
|
|
|
363
370
|
this._beforeClosed.complete();
|
|
364
371
|
this._afterClosed.next(this._result);
|
|
365
372
|
this._afterClosed.complete();
|
|
366
|
-
this.componentInstance = /** @type {?} */ (
|
|
373
|
+
this.componentInstance = (/** @type {?} */ (null));
|
|
367
374
|
this._overlayRef.dispose();
|
|
368
375
|
});
|
|
369
376
|
_overlayRef.keydownEvents()
|
|
@@ -423,12 +430,14 @@ class MatDialogRef {
|
|
|
423
430
|
}
|
|
424
431
|
/**
|
|
425
432
|
* Updates the dialog's position.
|
|
433
|
+
* @template THIS
|
|
434
|
+
* @this {THIS}
|
|
426
435
|
* @param {?=} position New dialog position.
|
|
427
|
-
* @return {
|
|
436
|
+
* @return {THIS}
|
|
428
437
|
*/
|
|
429
438
|
updatePosition(position) {
|
|
430
439
|
/** @type {?} */
|
|
431
|
-
let strategy = this._getPositionStrategy();
|
|
440
|
+
let strategy = (/** @type {?} */ (this))._getPositionStrategy();
|
|
432
441
|
if (position && (position.left || position.right)) {
|
|
433
442
|
position.left ? strategy.left(position.left) : strategy.right(position.right);
|
|
434
443
|
}
|
|
@@ -441,19 +450,21 @@ class MatDialogRef {
|
|
|
441
450
|
else {
|
|
442
451
|
strategy.centerVertically();
|
|
443
452
|
}
|
|
444
|
-
this._overlayRef.updatePosition();
|
|
445
|
-
return this;
|
|
453
|
+
(/** @type {?} */ (this))._overlayRef.updatePosition();
|
|
454
|
+
return (/** @type {?} */ (this));
|
|
446
455
|
}
|
|
447
456
|
/**
|
|
448
457
|
* Updates the dialog's width and height.
|
|
458
|
+
* @template THIS
|
|
459
|
+
* @this {THIS}
|
|
449
460
|
* @param {?=} width New width of the dialog.
|
|
450
461
|
* @param {?=} height New height of the dialog.
|
|
451
|
-
* @return {
|
|
462
|
+
* @return {THIS}
|
|
452
463
|
*/
|
|
453
464
|
updateSize(width = '', height = '') {
|
|
454
|
-
this._getPositionStrategy().width(width).height(height);
|
|
455
|
-
this._overlayRef.updatePosition();
|
|
456
|
-
return this;
|
|
465
|
+
(/** @type {?} */ (this))._getPositionStrategy().width(width).height(height);
|
|
466
|
+
(/** @type {?} */ (this))._overlayRef.updatePosition();
|
|
467
|
+
return (/** @type {?} */ (this));
|
|
457
468
|
}
|
|
458
469
|
/**
|
|
459
470
|
* Gets an observable that is notified when the dialog is finished opening.
|
|
@@ -475,28 +486,32 @@ class MatDialogRef {
|
|
|
475
486
|
}
|
|
476
487
|
/**
|
|
477
488
|
* Fetches the position strategy object from the overlay ref.
|
|
489
|
+
* @private
|
|
478
490
|
* @return {?}
|
|
479
491
|
*/
|
|
480
492
|
_getPositionStrategy() {
|
|
481
|
-
return /** @type {?} */ (this._overlayRef.getConfig().positionStrategy);
|
|
493
|
+
return (/** @type {?} */ (this._overlayRef.getConfig().positionStrategy));
|
|
482
494
|
}
|
|
483
495
|
}
|
|
484
496
|
|
|
485
497
|
/**
|
|
486
498
|
* @fileoverview added by tsickle
|
|
487
|
-
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
|
|
499
|
+
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
488
500
|
*/
|
|
489
|
-
/**
|
|
501
|
+
/**
|
|
490
502
|
* Injection token that can be used to access the data that was passed in to a dialog.
|
|
491
|
-
|
|
503
|
+
* @type {?}
|
|
504
|
+
*/
|
|
492
505
|
const MAT_DIALOG_DATA = new InjectionToken('MatDialogData');
|
|
493
|
-
/**
|
|
506
|
+
/**
|
|
494
507
|
* Injection token that can be used to specify default dialog options.
|
|
495
|
-
|
|
508
|
+
* @type {?}
|
|
509
|
+
*/
|
|
496
510
|
const MAT_DIALOG_DEFAULT_OPTIONS = new InjectionToken('mat-dialog-default-options');
|
|
497
|
-
/**
|
|
511
|
+
/**
|
|
498
512
|
* Injection token that determines the scroll handling while the dialog is open.
|
|
499
|
-
|
|
513
|
+
* @type {?}
|
|
514
|
+
*/
|
|
500
515
|
const MAT_DIALOG_SCROLL_STRATEGY = new InjectionToken('mat-dialog-scroll-strategy');
|
|
501
516
|
/**
|
|
502
517
|
* \@docs-private
|
|
@@ -514,9 +529,10 @@ function MAT_DIALOG_SCROLL_STRATEGY_FACTORY(overlay) {
|
|
|
514
529
|
function MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY(overlay) {
|
|
515
530
|
return () => overlay.scrollStrategies.block();
|
|
516
531
|
}
|
|
517
|
-
/**
|
|
532
|
+
/**
|
|
518
533
|
* \@docs-private
|
|
519
|
-
|
|
534
|
+
* @type {?}
|
|
535
|
+
*/
|
|
520
536
|
const MAT_DIALOG_SCROLL_STRATEGY_PROVIDER = {
|
|
521
537
|
provide: MAT_DIALOG_SCROLL_STRATEGY,
|
|
522
538
|
deps: [Overlay],
|
|
@@ -639,6 +655,7 @@ class MatDialog {
|
|
|
639
655
|
}
|
|
640
656
|
/**
|
|
641
657
|
* Creates the overlay into which the dialog will be loaded.
|
|
658
|
+
* @private
|
|
642
659
|
* @param {?} config The dialog configuration.
|
|
643
660
|
* @return {?} A promise resolving to the OverlayRef for the created overlay.
|
|
644
661
|
*/
|
|
@@ -649,6 +666,7 @@ class MatDialog {
|
|
|
649
666
|
}
|
|
650
667
|
/**
|
|
651
668
|
* Creates an overlay config from a dialog config.
|
|
669
|
+
* @private
|
|
652
670
|
* @param {?} dialogConfig The dialog configuration.
|
|
653
671
|
* @return {?} The overlay configuration.
|
|
654
672
|
*/
|
|
@@ -673,6 +691,7 @@ class MatDialog {
|
|
|
673
691
|
}
|
|
674
692
|
/**
|
|
675
693
|
* Attaches an MatDialogContainer to a dialog's already-created overlay.
|
|
694
|
+
* @private
|
|
676
695
|
* @param {?} overlay Reference to the dialog's underlying overlay.
|
|
677
696
|
* @param {?} config The dialog configuration.
|
|
678
697
|
* @return {?} A promise resolving to a ComponentRef for the attached container.
|
|
@@ -692,6 +711,7 @@ class MatDialog {
|
|
|
692
711
|
}
|
|
693
712
|
/**
|
|
694
713
|
* Attaches the user-provided component to the already-created MatDialogContainer.
|
|
714
|
+
* @private
|
|
695
715
|
* @template T, R
|
|
696
716
|
* @param {?} componentOrTemplateRef The type of component being loaded into the dialog,
|
|
697
717
|
* or a TemplateRef to instantiate as the content.
|
|
@@ -701,6 +721,8 @@ class MatDialog {
|
|
|
701
721
|
* @return {?} A promise resolving to the MatDialogRef that should be returned to the user.
|
|
702
722
|
*/
|
|
703
723
|
_attachDialogContent(componentOrTemplateRef, dialogContainer, overlayRef, config) {
|
|
724
|
+
// Create a reference to the dialog we're creating in order to give the user a handle
|
|
725
|
+
// to modify and close it.
|
|
704
726
|
/** @type {?} */
|
|
705
727
|
const dialogRef = new MatDialogRef(overlayRef, dialogContainer, this._location, config.id);
|
|
706
728
|
// When the dialog backdrop is clicked, we want to close it.
|
|
@@ -712,7 +734,7 @@ class MatDialog {
|
|
|
712
734
|
});
|
|
713
735
|
}
|
|
714
736
|
if (componentOrTemplateRef instanceof TemplateRef) {
|
|
715
|
-
dialogContainer.attachTemplatePortal(new TemplatePortal(componentOrTemplateRef, /** @type {?} */ (
|
|
737
|
+
dialogContainer.attachTemplatePortal(new TemplatePortal(componentOrTemplateRef, (/** @type {?} */ (null)), (/** @type {?} */ ({ $implicit: config.data, dialogRef }))));
|
|
716
738
|
}
|
|
717
739
|
else {
|
|
718
740
|
/** @type {?} */
|
|
@@ -729,6 +751,7 @@ class MatDialog {
|
|
|
729
751
|
/**
|
|
730
752
|
* Creates a custom injector to be used inside the dialog. This allows a component loaded inside
|
|
731
753
|
* of a dialog to close itself and, optionally, to return a value.
|
|
754
|
+
* @private
|
|
732
755
|
* @template T
|
|
733
756
|
* @param {?} config Config object that is used to construct the dialog.
|
|
734
757
|
* @param {?} dialogRef Reference to the dialog.
|
|
@@ -738,6 +761,10 @@ class MatDialog {
|
|
|
738
761
|
_createInjector(config, dialogRef, dialogContainer) {
|
|
739
762
|
/** @type {?} */
|
|
740
763
|
const userInjector = config && config.viewContainerRef && config.viewContainerRef.injector;
|
|
764
|
+
// The MatDialogContainer is injected in the portal as the MatDialogContainer and the dialog's
|
|
765
|
+
// content are created out of the same ViewContainerRef and as such, are siblings for injector
|
|
766
|
+
// purposes. To allow the hierarchy that is expected, the MatDialogContainer is explicitly
|
|
767
|
+
// added to the injection tokens.
|
|
741
768
|
/** @type {?} */
|
|
742
769
|
const injectionTokens = new WeakMap([
|
|
743
770
|
[MatDialogContainer, dialogContainer],
|
|
@@ -755,6 +782,7 @@ class MatDialog {
|
|
|
755
782
|
}
|
|
756
783
|
/**
|
|
757
784
|
* Removes a dialog from the array of open dialogs.
|
|
785
|
+
* @private
|
|
758
786
|
* @param {?} dialogRef Dialog to be removed.
|
|
759
787
|
* @return {?}
|
|
760
788
|
*/
|
|
@@ -781,6 +809,7 @@ class MatDialog {
|
|
|
781
809
|
}
|
|
782
810
|
/**
|
|
783
811
|
* Hides all of the content that isn't an overlay from assistive technology.
|
|
812
|
+
* @private
|
|
784
813
|
* @return {?}
|
|
785
814
|
*/
|
|
786
815
|
_hideNonDialogContentFromAssistiveTechnology() {
|
|
@@ -805,6 +834,7 @@ class MatDialog {
|
|
|
805
834
|
}
|
|
806
835
|
/**
|
|
807
836
|
* Closes all of the dialogs in an array.
|
|
837
|
+
* @private
|
|
808
838
|
* @param {?} dialogs
|
|
809
839
|
* @return {?}
|
|
810
840
|
*/
|
|
@@ -845,11 +875,12 @@ function _applyConfigDefaults(config, defaultOptions) {
|
|
|
845
875
|
|
|
846
876
|
/**
|
|
847
877
|
* @fileoverview added by tsickle
|
|
848
|
-
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
|
|
878
|
+
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
849
879
|
*/
|
|
850
|
-
/**
|
|
880
|
+
/**
|
|
851
881
|
* Counter used to generate unique IDs for dialog elements.
|
|
852
|
-
|
|
882
|
+
* @type {?}
|
|
883
|
+
*/
|
|
853
884
|
let dialogElementUid = 0;
|
|
854
885
|
/**
|
|
855
886
|
* Button that will close the current dialog.
|
|
@@ -879,7 +910,7 @@ class MatDialogClose {
|
|
|
879
910
|
// views cannot be given a custom injector. Instead, we look up the DialogRef by
|
|
880
911
|
// ID. This must occur in `onInit`, as the ID binding for the dialog container won't
|
|
881
912
|
// be resolved at constructor time.
|
|
882
|
-
this.dialogRef = /** @type {?} */ (
|
|
913
|
+
this.dialogRef = (/** @type {?} */ (getClosestDialog(this._elementRef, this._dialog.openDialogs)));
|
|
883
914
|
}
|
|
884
915
|
}
|
|
885
916
|
/**
|
|
@@ -888,7 +919,7 @@ class MatDialogClose {
|
|
|
888
919
|
*/
|
|
889
920
|
ngOnChanges(changes) {
|
|
890
921
|
/** @type {?} */
|
|
891
|
-
const proxiedChange = changes
|
|
922
|
+
const proxiedChange = changes._matDialogClose || changes._matDialogCloseResult;
|
|
892
923
|
if (proxiedChange) {
|
|
893
924
|
this.dialogResult = proxiedChange.currentValue;
|
|
894
925
|
}
|
|
@@ -936,7 +967,7 @@ class MatDialogTitle {
|
|
|
936
967
|
*/
|
|
937
968
|
ngOnInit() {
|
|
938
969
|
if (!this._dialogRef) {
|
|
939
|
-
this._dialogRef = /** @type {?} */ (
|
|
970
|
+
this._dialogRef = (/** @type {?} */ (getClosestDialog(this._elementRef, this._dialog.openDialogs)));
|
|
940
971
|
}
|
|
941
972
|
if (this._dialogRef) {
|
|
942
973
|
Promise.resolve().then(() => {
|
|
@@ -1003,12 +1034,12 @@ function getClosestDialog(element, openDialogs) {
|
|
|
1003
1034
|
while (parent && !parent.classList.contains('mat-dialog-container')) {
|
|
1004
1035
|
parent = parent.parentElement;
|
|
1005
1036
|
}
|
|
1006
|
-
return parent ? openDialogs.find(dialog => dialog.id === /** @type {?} */ (
|
|
1037
|
+
return parent ? openDialogs.find(dialog => dialog.id === (/** @type {?} */ (parent)).id) : null;
|
|
1007
1038
|
}
|
|
1008
1039
|
|
|
1009
1040
|
/**
|
|
1010
1041
|
* @fileoverview added by tsickle
|
|
1011
|
-
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
|
|
1042
|
+
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1012
1043
|
*/
|
|
1013
1044
|
class MatDialogModule {
|
|
1014
1045
|
}
|
|
@@ -1045,12 +1076,12 @@ MatDialogModule.decorators = [
|
|
|
1045
1076
|
|
|
1046
1077
|
/**
|
|
1047
1078
|
* @fileoverview added by tsickle
|
|
1048
|
-
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
|
|
1079
|
+
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1049
1080
|
*/
|
|
1050
1081
|
|
|
1051
1082
|
/**
|
|
1052
1083
|
* @fileoverview added by tsickle
|
|
1053
|
-
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
|
|
1084
|
+
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1054
1085
|
*/
|
|
1055
1086
|
|
|
1056
1087
|
export { MatDialogModule, MAT_DIALOG_SCROLL_STRATEGY_FACTORY, MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY, MAT_DIALOG_DATA, MAT_DIALOG_DEFAULT_OPTIONS, MAT_DIALOG_SCROLL_STRATEGY, MAT_DIALOG_SCROLL_STRATEGY_PROVIDER, MatDialog, throwMatDialogContentAlreadyAttachedError, MatDialogContainer, MatDialogClose, MatDialogTitle, MatDialogContent, MatDialogActions, MatDialogConfig, MatDialogRef, matDialogAnimations };
|