@angular/material 10.1.1 → 10.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 +46 -20
- package/autocomplete/autocomplete-origin.d.ts +8 -5
- package/autocomplete/autocomplete-trigger.d.ts +23 -17
- package/autocomplete/autocomplete.d.ts +23 -12
- package/autocomplete/index.metadata.json +1 -1
- package/badge/badge.d.ts +3 -1
- package/badge/index.metadata.json +1 -1
- package/bottom-sheet/index.metadata.json +1 -1
- package/bundles/material-autocomplete-testing.umd.js +316 -256
- package/bundles/material-autocomplete-testing.umd.js.map +1 -1
- package/bundles/material-autocomplete-testing.umd.min.js +2 -16
- package/bundles/material-autocomplete-testing.umd.min.js.map +1 -1
- package/bundles/material-autocomplete.umd.js +553 -436
- package/bundles/material-autocomplete.umd.js.map +1 -1
- package/bundles/material-autocomplete.umd.min.js +3 -25
- package/bundles/material-autocomplete.umd.min.js.map +1 -1
- package/bundles/material-badge-testing.umd.js +301 -243
- package/bundles/material-badge-testing.umd.js.map +1 -1
- package/bundles/material-badge-testing.umd.min.js +2 -16
- package/bundles/material-badge-testing.umd.min.js.map +1 -1
- package/bundles/material-badge.umd.js +356 -282
- package/bundles/material-badge.umd.js.map +1 -1
- package/bundles/material-badge.umd.min.js +2 -2
- package/bundles/material-badge.umd.min.js.map +1 -1
- package/bundles/material-bottom-sheet-testing.umd.js +302 -244
- package/bundles/material-bottom-sheet-testing.umd.js.map +1 -1
- package/bundles/material-bottom-sheet-testing.umd.min.js +2 -16
- package/bundles/material-bottom-sheet-testing.umd.min.js.map +1 -1
- package/bundles/material-bottom-sheet.umd.js +376 -302
- package/bundles/material-bottom-sheet.umd.js.map +1 -1
- package/bundles/material-bottom-sheet.umd.min.js +17 -2
- package/bundles/material-bottom-sheet.umd.min.js.map +1 -1
- package/bundles/material-button-testing.umd.js +310 -252
- package/bundles/material-button-testing.umd.js.map +1 -1
- package/bundles/material-button-testing.umd.min.js +2 -16
- package/bundles/material-button-testing.umd.min.js.map +1 -1
- package/bundles/material-button-toggle-testing.umd.js +304 -261
- package/bundles/material-button-toggle-testing.umd.js.map +1 -1
- package/bundles/material-button-toggle-testing.umd.min.js +2 -31
- package/bundles/material-button-toggle-testing.umd.min.js.map +1 -1
- package/bundles/material-button-toggle.umd.js +388 -322
- package/bundles/material-button-toggle.umd.js.map +1 -1
- package/bundles/material-button-toggle.umd.min.js +2 -10
- package/bundles/material-button-toggle.umd.min.js.map +1 -1
- package/bundles/material-button.umd.js +375 -309
- package/bundles/material-button.umd.js.map +1 -1
- package/bundles/material-button.umd.min.js +2 -10
- package/bundles/material-button.umd.min.js.map +1 -1
- package/bundles/material-card-testing.umd.js +306 -250
- package/bundles/material-card-testing.umd.js.map +1 -1
- package/bundles/material-card-testing.umd.min.js +2 -16
- package/bundles/material-card-testing.umd.min.js.map +1 -1
- package/bundles/material-card.umd.js +139 -139
- package/bundles/material-card.umd.js.map +1 -1
- package/bundles/material-card.umd.min.js +2 -2
- package/bundles/material-card.umd.min.js.map +1 -1
- package/bundles/material-checkbox-testing.umd.js +302 -244
- package/bundles/material-checkbox-testing.umd.js.map +1 -1
- package/bundles/material-checkbox-testing.umd.min.js +2 -16
- package/bundles/material-checkbox-testing.umd.min.js.map +1 -1
- package/bundles/material-checkbox.umd.js +371 -312
- package/bundles/material-checkbox.umd.js.map +1 -1
- package/bundles/material-checkbox.umd.min.js +2 -9
- package/bundles/material-checkbox.umd.min.js.map +1 -1
- package/bundles/material-chips-testing.umd.js +802 -0
- package/bundles/material-chips-testing.umd.js.map +1 -0
- package/bundles/material-chips-testing.umd.min.js +30 -0
- package/bundles/material-chips-testing.umd.min.js.map +1 -0
- package/bundles/material-chips.umd.js +598 -551
- package/bundles/material-chips.umd.js.map +1 -1
- package/bundles/material-chips.umd.min.js +18 -3
- package/bundles/material-chips.umd.min.js.map +1 -1
- package/bundles/material-core-testing.umd.js +304 -261
- package/bundles/material-core-testing.umd.js.map +1 -1
- package/bundles/material-core-testing.umd.min.js +2 -31
- package/bundles/material-core-testing.umd.min.js.map +1 -1
- package/bundles/material-core.umd.js +605 -540
- package/bundles/material-core.umd.js.map +1 -1
- package/bundles/material-core.umd.min.js +37 -12
- package/bundles/material-core.umd.min.js.map +1 -1
- package/bundles/material-datepicker-testing.umd.js +1342 -0
- package/bundles/material-datepicker-testing.umd.js.map +1 -0
- package/bundles/material-datepicker-testing.umd.min.js +30 -0
- package/bundles/material-datepicker-testing.umd.min.js.map +1 -0
- package/bundles/material-datepicker.umd.js +1014 -981
- package/bundles/material-datepicker.umd.js.map +1 -1
- package/bundles/material-datepicker.umd.min.js +43 -9
- package/bundles/material-datepicker.umd.min.js.map +1 -1
- package/bundles/material-dialog-testing.umd.js +303 -245
- package/bundles/material-dialog-testing.umd.js.map +1 -1
- package/bundles/material-dialog-testing.umd.min.js +2 -16
- package/bundles/material-dialog-testing.umd.min.js.map +1 -1
- package/bundles/material-dialog.umd.js +597 -476
- package/bundles/material-dialog.umd.js.map +1 -1
- package/bundles/material-dialog.umd.min.js +10 -8
- package/bundles/material-dialog.umd.min.js.map +1 -1
- package/bundles/material-divider-testing.umd.js +300 -242
- package/bundles/material-divider-testing.umd.js.map +1 -1
- package/bundles/material-divider-testing.umd.min.js +2 -16
- package/bundles/material-divider-testing.umd.min.js.map +1 -1
- package/bundles/material-divider.umd.js +28 -28
- package/bundles/material-divider.umd.js.map +1 -1
- package/bundles/material-divider.umd.min.js +2 -9
- package/bundles/material-divider.umd.min.js.map +1 -1
- package/bundles/material-expansion-testing.umd.js +303 -254
- package/bundles/material-expansion-testing.umd.js.map +1 -1
- package/bundles/material-expansion-testing.umd.min.js +2 -17
- package/bundles/material-expansion-testing.umd.min.js.map +1 -1
- package/bundles/material-expansion.umd.js +471 -433
- package/bundles/material-expansion.umd.js.map +1 -1
- package/bundles/material-expansion.umd.min.js +12 -4
- package/bundles/material-expansion.umd.min.js.map +1 -1
- package/bundles/material-form-field-testing-control.umd.js +299 -233
- package/bundles/material-form-field-testing-control.umd.js.map +1 -1
- package/bundles/material-form-field-testing-control.umd.min.js.map +1 -1
- package/bundles/material-form-field-testing.umd.js +301 -243
- package/bundles/material-form-field-testing.umd.js.map +1 -1
- package/bundles/material-form-field-testing.umd.min.js +3 -17
- package/bundles/material-form-field-testing.umd.min.js.map +1 -1
- package/bundles/material-form-field.umd.js +480 -417
- package/bundles/material-form-field.umd.js.map +1 -1
- package/bundles/material-form-field.umd.min.js +51 -4
- package/bundles/material-form-field.umd.min.js.map +1 -1
- package/bundles/material-grid-list-testing.umd.js +311 -260
- package/bundles/material-grid-list-testing.umd.js.map +1 -1
- package/bundles/material-grid-list-testing.umd.min.js +2 -24
- package/bundles/material-grid-list-testing.umd.min.js.map +1 -1
- package/bundles/material-grid-list.umd.js +414 -340
- package/bundles/material-grid-list.umd.js.map +1 -1
- package/bundles/material-grid-list.umd.min.js +20 -5
- package/bundles/material-grid-list.umd.min.js.map +1 -1
- package/bundles/material-icon-testing.umd.js +409 -12
- package/bundles/material-icon-testing.umd.js.map +1 -1
- package/bundles/material-icon-testing.umd.min.js +18 -3
- package/bundles/material-icon-testing.umd.min.js.map +1 -1
- package/bundles/material-icon.umd.js +404 -336
- package/bundles/material-icon.umd.js.map +1 -1
- package/bundles/material-icon.umd.min.js +2 -9
- package/bundles/material-icon.umd.min.js.map +1 -1
- package/bundles/material-input-testing.umd.js +309 -262
- package/bundles/material-input-testing.umd.js.map +1 -1
- package/bundles/material-input-testing.umd.min.js +2 -16
- package/bundles/material-input-testing.umd.min.js.map +1 -1
- package/bundles/material-input.umd.js +399 -333
- package/bundles/material-input.umd.js.map +1 -1
- package/bundles/material-input.umd.min.js +5 -18
- package/bundles/material-input.umd.min.js.map +1 -1
- package/bundles/material-list-testing.umd.js +333 -311
- package/bundles/material-list-testing.umd.js.map +1 -1
- package/bundles/material-list-testing.umd.min.js +1 -9
- package/bundles/material-list-testing.umd.min.js.map +1 -1
- package/bundles/material-list.umd.js +527 -466
- package/bundles/material-list.umd.js.map +1 -1
- package/bundles/material-list.umd.min.js +2 -10
- package/bundles/material-list.umd.min.js.map +1 -1
- package/bundles/material-menu-testing.umd.js +305 -247
- package/bundles/material-menu-testing.umd.js.map +1 -1
- package/bundles/material-menu-testing.umd.min.js +2 -17
- package/bundles/material-menu-testing.umd.min.js.map +1 -1
- package/bundles/material-menu.umd.js +476 -429
- package/bundles/material-menu.umd.js.map +1 -1
- package/bundles/material-menu.umd.min.js +3 -17
- package/bundles/material-menu.umd.min.js.map +1 -1
- package/bundles/material-paginator-testing.umd.js +302 -244
- package/bundles/material-paginator-testing.umd.js.map +1 -1
- package/bundles/material-paginator-testing.umd.min.js +2 -16
- package/bundles/material-paginator-testing.umd.min.js.map +1 -1
- package/bundles/material-paginator.umd.js +349 -280
- package/bundles/material-paginator.umd.js.map +1 -1
- package/bundles/material-paginator.umd.min.js +2 -9
- package/bundles/material-paginator.umd.min.js.map +1 -1
- package/bundles/material-progress-bar-testing.umd.js +301 -243
- package/bundles/material-progress-bar-testing.umd.js.map +1 -1
- package/bundles/material-progress-bar-testing.umd.min.js +2 -16
- package/bundles/material-progress-bar-testing.umd.min.js.map +1 -1
- package/bundles/material-progress-bar.umd.js +339 -266
- package/bundles/material-progress-bar.umd.js.map +1 -1
- package/bundles/material-progress-bar.umd.min.js +4 -3
- package/bundles/material-progress-bar.umd.min.js.map +1 -1
- package/bundles/material-progress-spinner-testing.umd.js +301 -243
- package/bundles/material-progress-spinner-testing.umd.js.map +1 -1
- package/bundles/material-progress-spinner-testing.umd.min.js +2 -16
- package/bundles/material-progress-spinner-testing.umd.min.js.map +1 -1
- package/bundles/material-progress-spinner.umd.js +420 -365
- package/bundles/material-progress-spinner.umd.js.map +1 -1
- package/bundles/material-progress-spinner.umd.min.js +3 -11
- package/bundles/material-progress-spinner.umd.min.js.map +1 -1
- package/bundles/material-radio-testing.umd.js +304 -246
- package/bundles/material-radio-testing.umd.js.map +1 -1
- package/bundles/material-radio-testing.umd.min.js +2 -17
- package/bundles/material-radio-testing.umd.min.js.map +1 -1
- package/bundles/material-radio.umd.js +405 -339
- package/bundles/material-radio.umd.js.map +1 -1
- package/bundles/material-radio.umd.min.js +2 -10
- package/bundles/material-radio.umd.min.js.map +1 -1
- package/bundles/material-select-testing.umd.js +316 -260
- package/bundles/material-select-testing.umd.js.map +1 -1
- package/bundles/material-select-testing.umd.min.js +2 -16
- package/bundles/material-select-testing.umd.min.js.map +1 -1
- package/bundles/material-select.umd.js +469 -389
- package/bundles/material-select.umd.js.map +1 -1
- package/bundles/material-select.umd.min.js +5 -12
- package/bundles/material-select.umd.min.js.map +1 -1
- package/bundles/material-sidenav-testing.umd.js +303 -252
- package/bundles/material-sidenav-testing.umd.js.map +1 -1
- package/bundles/material-sidenav-testing.umd.min.js +1 -23
- package/bundles/material-sidenav-testing.umd.min.js.map +1 -1
- package/bundles/material-sidenav.umd.js +535 -496
- package/bundles/material-sidenav.umd.js.map +1 -1
- package/bundles/material-sidenav.umd.min.js +3 -3
- package/bundles/material-sidenav.umd.min.js.map +1 -1
- package/bundles/material-slide-toggle-testing.umd.js +302 -244
- package/bundles/material-slide-toggle-testing.umd.js.map +1 -1
- package/bundles/material-slide-toggle-testing.umd.min.js +2 -16
- package/bundles/material-slide-toggle-testing.umd.min.js.map +1 -1
- package/bundles/material-slide-toggle.umd.js +373 -314
- package/bundles/material-slide-toggle.umd.js.map +1 -1
- package/bundles/material-slide-toggle.umd.min.js +2 -9
- package/bundles/material-slide-toggle.umd.min.js.map +1 -1
- package/bundles/material-slider-testing.umd.js +302 -236
- package/bundles/material-slider-testing.umd.js.map +1 -1
- package/bundles/material-slider-testing.umd.min.js +2 -9
- package/bundles/material-slider-testing.umd.min.js.map +1 -1
- package/bundles/material-slider.umd.js +479 -448
- package/bundles/material-slider.umd.js.map +1 -1
- package/bundles/material-slider.umd.min.js +4 -3
- package/bundles/material-slider.umd.min.js.map +1 -1
- package/bundles/material-snack-bar-testing.umd.js +304 -246
- package/bundles/material-snack-bar-testing.umd.js.map +1 -1
- package/bundles/material-snack-bar-testing.umd.min.js +2 -16
- package/bundles/material-snack-bar-testing.umd.min.js.map +1 -1
- package/bundles/material-snack-bar.umd.js +394 -317
- package/bundles/material-snack-bar.umd.js.map +1 -1
- package/bundles/material-snack-bar.umd.min.js +26 -2
- package/bundles/material-snack-bar.umd.min.js.map +1 -1
- package/bundles/material-sort-testing.umd.js +302 -243
- package/bundles/material-sort-testing.umd.js.map +1 -1
- package/bundles/material-sort-testing.umd.min.js +2 -17
- package/bundles/material-sort-testing.umd.min.js.map +1 -1
- package/bundles/material-sort.umd.js +383 -326
- package/bundles/material-sort.umd.js.map +1 -1
- package/bundles/material-sort.umd.min.js +3 -33
- package/bundles/material-sort.umd.min.js.map +1 -1
- package/bundles/material-stepper-testing.umd.js +727 -0
- package/bundles/material-stepper-testing.umd.js.map +1 -0
- package/bundles/material-stepper-testing.umd.min.js +30 -0
- package/bundles/material-stepper-testing.umd.min.js.map +1 -0
- package/bundles/material-stepper.umd.js +496 -446
- package/bundles/material-stepper.umd.js.map +1 -1
- package/bundles/material-stepper.umd.min.js +4 -11
- package/bundles/material-stepper.umd.min.js.map +1 -1
- package/bundles/material-table-testing.umd.js +317 -265
- package/bundles/material-table-testing.umd.js.map +1 -1
- package/bundles/material-table-testing.umd.min.js +2 -24
- package/bundles/material-table-testing.umd.min.js.map +1 -1
- package/bundles/material-table.umd.js +521 -465
- package/bundles/material-table.umd.js.map +1 -1
- package/bundles/material-table.umd.min.js +4 -11
- package/bundles/material-table.umd.min.js.map +1 -1
- package/bundles/material-tabs-testing.umd.js +303 -244
- package/bundles/material-tabs-testing.umd.js.map +1 -1
- package/bundles/material-tabs-testing.umd.min.js +1 -16
- package/bundles/material-tabs-testing.umd.min.js.map +1 -1
- package/bundles/material-tabs.umd.js +677 -646
- package/bundles/material-tabs.umd.js.map +1 -1
- package/bundles/material-tabs.umd.min.js +29 -4
- package/bundles/material-tabs.umd.min.js.map +1 -1
- package/bundles/material-toolbar-testing.umd.js +301 -243
- package/bundles/material-toolbar-testing.umd.js.map +1 -1
- package/bundles/material-toolbar-testing.umd.min.js +2 -16
- package/bundles/material-toolbar-testing.umd.min.js.map +1 -1
- package/bundles/material-toolbar.umd.js +350 -286
- package/bundles/material-toolbar.umd.js.map +1 -1
- package/bundles/material-toolbar.umd.min.js +4 -3
- package/bundles/material-toolbar.umd.min.js.map +1 -1
- package/bundles/material-tooltip-testing.umd.js +301 -243
- package/bundles/material-tooltip-testing.umd.js.map +1 -1
- package/bundles/material-tooltip-testing.umd.min.js +2 -16
- package/bundles/material-tooltip-testing.umd.min.js.map +1 -1
- package/bundles/material-tooltip.umd.js +424 -324
- package/bundles/material-tooltip.umd.js.map +1 -1
- package/bundles/material-tooltip.umd.min.js +11 -3
- package/bundles/material-tooltip.umd.min.js.map +1 -1
- package/bundles/material-tree.umd.js +446 -385
- package/bundles/material-tree.umd.js.map +1 -1
- package/bundles/material-tree.umd.min.js +3 -3
- package/bundles/material-tree.umd.min.js.map +1 -1
- package/button/index.metadata.json +1 -1
- package/chips/chip-default-options.d.ts +1 -1
- package/chips/chip-input.d.ts +1 -1
- package/chips/chip.d.ts +2 -2
- package/chips/index.metadata.json +1 -1
- package/chips/testing/chip-harness-filters.d.ts +28 -0
- package/chips/testing/chip-harness.d.ts +41 -0
- package/chips/testing/chip-input-harness.d.ts +47 -0
- package/chips/testing/chip-list-harness.d.ts +49 -0
- package/chips/testing/chip-remove-harness.d.ts +22 -0
- package/chips/testing/index.d.ts +8 -0
- package/chips/testing/package.json +9 -0
- package/chips/testing/public-api.d.ts +12 -0
- package/core/common-behaviors/color.d.ts +2 -0
- package/core/common-behaviors/constructor.d.ts +7 -0
- package/core/common-behaviors/disable-ripple.d.ts +2 -2
- package/core/common-behaviors/tabindex.d.ts +4 -2
- package/core/datetime/date-adapter.d.ts +9 -2
- package/core/index.metadata.json +1 -1
- package/core/option/optgroup.d.ts +8 -6
- package/core/option/option.d.ts +12 -9
- package/core/style/_vendor-prefixes.scss +5 -0
- package/datepicker/_datepicker-theme.scss +42 -21
- package/datepicker/calendar-body.d.ts +15 -4
- package/datepicker/calendar.d.ts +2 -7
- package/datepicker/date-range-input.d.ts +0 -5
- package/datepicker/date-range-selection-strategy.d.ts +5 -1
- package/datepicker/datepicker-base.d.ts +9 -11
- package/datepicker/datepicker-input-base.d.ts +0 -5
- package/datepicker/index.d.ts +4 -3
- package/datepicker/index.metadata.json +1 -1
- package/datepicker/month-view.d.ts +5 -9
- package/datepicker/multi-year-view.d.ts +3 -6
- package/datepicker/public-api.d.ts +1 -1
- package/datepicker/testing/calendar-cell-harness.d.ts +64 -0
- package/datepicker/testing/calendar-harness.d.ts +53 -0
- package/datepicker/testing/date-range-input-harness.d.ts +59 -0
- package/datepicker/testing/datepicker-harness-filters.d.ts +45 -0
- package/datepicker/testing/datepicker-input-harness-base.d.ts +43 -0
- package/datepicker/testing/datepicker-input-harness.d.ts +36 -0
- package/datepicker/testing/datepicker-toggle-harness.d.ts +28 -0
- package/datepicker/testing/datepicker-trigger-harness-base.d.ts +44 -0
- package/datepicker/testing/index.d.ts +8 -0
- package/datepicker/testing/package.json +9 -0
- package/datepicker/testing/public-api.d.ts +13 -0
- package/datepicker/year-view.d.ts +3 -6
- package/dialog/dialog-config.d.ts +1 -1
- package/dialog/dialog-container.d.ts +39 -22
- package/dialog/dialog-ref.d.ts +3 -3
- package/dialog/dialog.d.ts +25 -14
- package/dialog/index.metadata.json +1 -1
- package/esm2015/autocomplete/autocomplete-module.js +10 -5
- package/esm2015/autocomplete/autocomplete-origin.js +15 -9
- package/esm2015/autocomplete/autocomplete-trigger.js +73 -53
- package/esm2015/autocomplete/autocomplete.js +35 -22
- package/esm2015/autocomplete/testing/autocomplete-harness-filters.js +1 -0
- package/esm2015/badge/badge.js +15 -7
- package/esm2015/badge/testing/badge-harness-filters.js +1 -0
- package/esm2015/bottom-sheet/bottom-sheet-container.js +2 -2
- package/esm2015/bottom-sheet/bottom-sheet-ref.js +3 -3
- package/esm2015/bottom-sheet/bottom-sheet.js +14 -13
- package/esm2015/bottom-sheet/testing/bottom-sheet-harness-filters.js +1 -0
- package/esm2015/button/button.js +3 -3
- package/esm2015/button/testing/button-harness-filters.js +1 -0
- package/esm2015/button-toggle/button-toggle.js +2 -2
- package/esm2015/button-toggle/testing/button-toggle-group-harness-filters.js +1 -0
- package/esm2015/button-toggle/testing/button-toggle-group-harness.js +2 -2
- package/esm2015/button-toggle/testing/button-toggle-harness-filters.js +1 -0
- package/esm2015/button-toggle/testing/button-toggle-harness.js +2 -2
- package/esm2015/card/testing/card-harness-filters.js +1 -0
- package/esm2015/card/testing/card-harness.js +2 -2
- package/esm2015/checkbox/checkbox.js +2 -2
- package/esm2015/checkbox/testing/checkbox-harness-filters.js +1 -0
- package/esm2015/checkbox/testing/checkbox-harness.js +2 -2
- package/esm2015/chips/chip-default-options.js +1 -1
- package/esm2015/chips/chip-input.js +3 -8
- package/esm2015/chips/chip-list.js +7 -13
- package/esm2015/chips/chip-text-control.js +1 -0
- package/esm2015/chips/chip.js +1 -2
- package/esm2015/chips/testing/chip-harness-filters.js +2 -0
- package/esm2015/chips/testing/chip-harness.js +82 -0
- package/esm2015/chips/testing/chip-input-harness.js +101 -0
- package/esm2015/chips/testing/chip-list-harness.js +94 -0
- package/esm2015/chips/testing/chip-remove-harness.js +29 -0
- package/esm2015/chips/testing/index.js +9 -0
- package/esm2015/chips/testing/public-api.js +13 -0
- package/esm2015/chips/testing/testing.externs.js +0 -0
- package/esm2015/core/common-behaviors/color.js +3 -2
- package/esm2015/core/common-behaviors/common-module.js +6 -2
- package/esm2015/core/common-behaviors/constructor.js +2 -1
- package/esm2015/core/common-behaviors/disable-ripple.js +7 -3
- package/esm2015/core/common-behaviors/initialized.js +2 -2
- package/esm2015/core/common-behaviors/tabindex.js +11 -4
- package/esm2015/core/datetime/date-adapter.js +12 -3
- package/esm2015/core/datetime/native-date-adapter.js +11 -9
- package/esm2015/core/option/optgroup.js +16 -11
- package/esm2015/core/option/option.js +29 -16
- package/esm2015/core/testing/optgroup-harness-filters.js +1 -0
- package/esm2015/core/testing/option-harness-filters.js +1 -0
- package/esm2015/core/version.js +1 -1
- package/esm2015/datepicker/calendar-body.js +20 -5
- package/esm2015/datepicker/calendar.js +13 -18
- package/esm2015/datepicker/date-range-input-parts.js +5 -5
- package/esm2015/datepicker/date-range-input.js +15 -16
- package/esm2015/datepicker/date-range-picker.js +6 -2
- package/esm2015/datepicker/date-range-selection-strategy.js +12 -2
- package/esm2015/datepicker/date-selection-model.js +2 -2
- package/esm2015/datepicker/datepicker-base.js +17 -19
- package/esm2015/datepicker/datepicker-input-base.js +13 -18
- package/esm2015/datepicker/datepicker-input.js +7 -3
- package/esm2015/datepicker/datepicker-module.js +2 -7
- package/esm2015/datepicker/datepicker-toggle.js +3 -1
- package/esm2015/datepicker/index.js +5 -4
- package/esm2015/datepicker/month-view.js +19 -18
- package/esm2015/datepicker/multi-year-view.js +12 -16
- package/esm2015/datepicker/public-api.js +2 -2
- package/esm2015/datepicker/testing/calendar-cell-harness.js +181 -0
- package/esm2015/datepicker/testing/calendar-harness.js +91 -0
- package/esm2015/datepicker/testing/date-range-input-harness.js +116 -0
- package/esm2015/datepicker/testing/datepicker-harness-filters.js +9 -0
- package/esm2015/datepicker/testing/datepicker-input-harness-base.js +100 -0
- package/esm2015/datepicker/testing/datepicker-input-harness.js +69 -0
- package/esm2015/datepicker/testing/datepicker-toggle-harness.js +48 -0
- package/esm2015/datepicker/testing/datepicker-trigger-harness-base.js +77 -0
- package/esm2015/datepicker/testing/index.js +9 -0
- package/esm2015/datepicker/testing/public-api.js +14 -0
- package/esm2015/datepicker/testing/testing.externs.js +0 -0
- package/esm2015/datepicker/year-view.js +18 -20
- package/esm2015/dialog/dialog-config.js +1 -1
- package/esm2015/dialog/dialog-container.js +73 -50
- package/esm2015/dialog/dialog-content-directives.js +9 -3
- package/esm2015/dialog/dialog-ref.js +8 -8
- package/esm2015/dialog/dialog.js +58 -29
- package/esm2015/dialog/testing/dialog-harness-filters.js +1 -0
- package/esm2015/divider/testing/divider-harness-filters.js +1 -0
- package/esm2015/divider/testing/divider-harness.js +2 -2
- package/esm2015/expansion/accordion.js +3 -20
- package/esm2015/expansion/expansion-panel-header.js +7 -13
- package/esm2015/expansion/expansion-panel.js +7 -6
- package/esm2015/expansion/testing/expansion-harness-filters.js +1 -0
- package/esm2015/form-field/form-field-control.js +1 -1
- package/esm2015/form-field/form-field.js +26 -17
- package/esm2015/form-field/testing/form-field-harness-filters.js +1 -0
- package/esm2015/grid-list/grid-list.js +2 -2
- package/esm2015/grid-list/testing/grid-list-harness-filters.js +1 -0
- package/esm2015/grid-list/tile-coordinator.js +2 -2
- package/esm2015/grid-list/tile-styler.js +4 -3
- package/esm2015/icon/icon-registry.js +44 -52
- package/esm2015/icon/icon.js +13 -2
- package/esm2015/icon/testing/icon-harness-filters.js +9 -0
- package/esm2015/icon/testing/icon-harness.js +63 -0
- package/esm2015/icon/testing/public-api.js +3 -1
- package/esm2015/input/input.js +17 -10
- package/esm2015/input/testing/input-harness-filters.js +1 -0
- package/esm2015/input/testing/input-harness.js +7 -7
- package/esm2015/list/list.js +2 -2
- package/esm2015/list/selection-list.js +33 -31
- package/esm2015/list/testing/action-list-harness.js +2 -2
- package/esm2015/list/testing/list-harness-filters.js +1 -0
- package/esm2015/list/testing/list-harness.js +2 -2
- package/esm2015/list/testing/list-item-harness-base.js +2 -2
- package/esm2015/list/testing/nav-list-harness.js +2 -2
- package/esm2015/list/testing/selection-list-harness.js +3 -3
- package/esm2015/menu/menu-positions.js +1 -0
- package/esm2015/menu/menu-trigger.js +12 -6
- package/esm2015/menu/menu.js +11 -14
- package/esm2015/menu/testing/menu-harness-filters.js +1 -0
- package/esm2015/paginator/paginator.js +6 -3
- package/esm2015/paginator/testing/paginator-harness-filters.js +1 -0
- package/esm2015/progress-bar/testing/progress-bar-harness-filters.js +1 -0
- package/esm2015/progress-bar/testing/progress-bar-harness.js +2 -2
- package/esm2015/progress-spinner/progress-spinner.js +25 -16
- package/esm2015/progress-spinner/testing/progress-spinner-harness-filters.js +1 -0
- package/esm2015/progress-spinner/testing/progress-spinner-harness.js +2 -2
- package/esm2015/radio/radio.js +1 -1
- package/esm2015/radio/testing/radio-harness-filters.js +1 -0
- package/esm2015/radio/testing/radio-harness.js +3 -3
- package/esm2015/select/select.js +71 -57
- package/esm2015/select/testing/select-harness-filters.js +1 -0
- package/esm2015/select/testing/select-harness.js +2 -3
- package/esm2015/sidenav/drawer.js +23 -28
- package/esm2015/sidenav/testing/drawer-harness-filters.js +1 -0
- package/esm2015/slide-toggle/testing/slide-toggle-harness-filters.js +1 -0
- package/esm2015/slide-toggle/testing/slide-toggle-harness.js +2 -2
- package/esm2015/slider/slider.js +28 -31
- package/esm2015/slider/testing/slider-harness-filters.js +1 -0
- package/esm2015/slider/testing/slider-harness.js +2 -2
- package/esm2015/snack-bar/snack-bar-container.js +3 -3
- package/esm2015/snack-bar/snack-bar-ref.js +3 -3
- package/esm2015/snack-bar/snack-bar.js +13 -9
- package/esm2015/snack-bar/testing/snack-bar-harness-filters.js +1 -0
- package/esm2015/sort/sort-direction.js +1 -0
- package/esm2015/sort/sort-header.js +6 -3
- package/esm2015/sort/sort.js +11 -8
- package/esm2015/sort/testing/sort-harness-filters.js +1 -0
- package/esm2015/stepper/step-header.js +2 -2
- package/esm2015/stepper/stepper-button.js +3 -1
- package/esm2015/stepper/stepper.js +7 -4
- package/esm2015/stepper/testing/index.js +9 -0
- package/esm2015/stepper/testing/public-api.js +12 -0
- package/esm2015/stepper/testing/step-harness-filters.js +2 -0
- package/esm2015/stepper/testing/step-harness.js +132 -0
- package/esm2015/stepper/testing/stepper-button-harnesses.js +55 -0
- package/esm2015/stepper/testing/stepper-harness.js +57 -0
- package/esm2015/stepper/testing/testing.externs.js +0 -0
- package/esm2015/table/cell.js +15 -26
- package/esm2015/table/table-data-source.js +14 -1
- package/esm2015/table/table.js +11 -4
- package/esm2015/table/testing/table-harness-filters.js +1 -0
- package/esm2015/tabs/paginated-tab-header.js +3 -10
- package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +3 -3
- package/esm2015/tabs/tab.js +17 -10
- package/esm2015/tabs/testing/tab-harness-filters.js +1 -0
- package/esm2015/toolbar/testing/toolbar-harness-filters.js +1 -0
- package/esm2015/toolbar/testing/toolbar-harness.js +2 -2
- package/esm2015/toolbar/toolbar.js +15 -17
- package/esm2015/tooltip/testing/tooltip-harness-filters.js +1 -0
- package/esm2015/tooltip/tooltip.js +53 -31
- package/esm2015/tree/node.js +2 -2
- package/esm2015/tree/padding.js +7 -1
- package/esm2015/tree/toggle.js +8 -4
- package/expansion/expansion-panel-header.d.ts +6 -12
- package/expansion/expansion-panel.d.ts +5 -4
- package/expansion/index.metadata.json +1 -1
- package/fesm2015/autocomplete.js +128 -84
- package/fesm2015/autocomplete.js.map +1 -1
- package/fesm2015/badge.js +14 -6
- package/fesm2015/badge.js.map +1 -1
- package/fesm2015/bottom-sheet.js +17 -16
- package/fesm2015/bottom-sheet.js.map +1 -1
- package/fesm2015/button-toggle/testing.js +2 -2
- package/fesm2015/button-toggle/testing.js.map +1 -1
- package/fesm2015/button-toggle.js +1 -1
- package/fesm2015/button-toggle.js.map +1 -1
- package/fesm2015/button.js +2 -2
- package/fesm2015/button.js.map +1 -1
- package/fesm2015/card/testing.js +1 -1
- package/fesm2015/card/testing.js.map +1 -1
- package/fesm2015/checkbox/testing.js +1 -1
- package/fesm2015/checkbox/testing.js.map +1 -1
- package/fesm2015/checkbox.js +1 -1
- package/fesm2015/checkbox.js.map +1 -1
- package/fesm2015/chips/testing.js +316 -0
- package/fesm2015/chips/testing.js.map +1 -0
- package/fesm2015/chips.js +7 -19
- package/fesm2015/chips.js.map +1 -1
- package/fesm2015/core.js +87 -42
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/datepicker/testing.js +690 -0
- package/fesm2015/datepicker/testing.js.map +1 -0
- package/fesm2015/datepicker.js +146 -134
- package/fesm2015/datepicker.js.map +1 -1
- package/fesm2015/dialog.js +143 -85
- package/fesm2015/dialog.js.map +1 -1
- package/fesm2015/divider/testing.js +1 -1
- package/fesm2015/divider/testing.js.map +1 -1
- package/fesm2015/expansion.js +9 -30
- package/fesm2015/expansion.js.map +1 -1
- package/fesm2015/form-field.js +25 -16
- package/fesm2015/form-field.js.map +1 -1
- package/fesm2015/grid-list.js +5 -4
- package/fesm2015/grid-list.js.map +1 -1
- package/fesm2015/icon/testing.js +72 -1
- package/fesm2015/icon/testing.js.map +1 -1
- package/fesm2015/icon.js +56 -53
- package/fesm2015/icon.js.map +1 -1
- package/fesm2015/input/testing.js +6 -6
- package/fesm2015/input/testing.js.map +1 -1
- package/fesm2015/input.js +15 -8
- package/fesm2015/input.js.map +1 -1
- package/fesm2015/list/testing.js +6 -6
- package/fesm2015/list/testing.js.map +1 -1
- package/fesm2015/list.js +33 -31
- package/fesm2015/list.js.map +1 -1
- package/fesm2015/menu.js +20 -17
- package/fesm2015/menu.js.map +1 -1
- package/fesm2015/paginator.js +5 -2
- package/fesm2015/paginator.js.map +1 -1
- package/fesm2015/progress-bar/testing.js +1 -1
- package/fesm2015/progress-bar/testing.js.map +1 -1
- package/fesm2015/progress-spinner/testing.js +1 -1
- package/fesm2015/progress-spinner/testing.js.map +1 -1
- package/fesm2015/progress-spinner.js +24 -15
- package/fesm2015/progress-spinner.js.map +1 -1
- package/fesm2015/radio/testing.js +2 -2
- package/fesm2015/radio/testing.js.map +1 -1
- package/fesm2015/radio.js.map +1 -1
- package/fesm2015/select/testing.js +1 -2
- package/fesm2015/select/testing.js.map +1 -1
- package/fesm2015/select.js +70 -56
- package/fesm2015/select.js.map +1 -1
- package/fesm2015/sidenav.js +22 -27
- package/fesm2015/sidenav.js.map +1 -1
- package/fesm2015/slide-toggle/testing.js +1 -1
- package/fesm2015/slide-toggle/testing.js.map +1 -1
- package/fesm2015/slider/testing.js +1 -1
- package/fesm2015/slider/testing.js.map +1 -1
- package/fesm2015/slider.js +27 -30
- package/fesm2015/slider.js.map +1 -1
- package/fesm2015/snack-bar.js +17 -13
- package/fesm2015/snack-bar.js.map +1 -1
- package/fesm2015/sort.js +15 -9
- package/fesm2015/sort.js.map +1 -1
- package/fesm2015/stepper/testing.js +258 -0
- package/fesm2015/stepper/testing.js.map +1 -0
- package/fesm2015/stepper.js +10 -5
- package/fesm2015/stepper.js.map +1 -1
- package/fesm2015/table.js +37 -28
- package/fesm2015/table.js.map +1 -1
- package/fesm2015/tabs.js +20 -20
- package/fesm2015/tabs.js.map +1 -1
- package/fesm2015/toolbar/testing.js +1 -1
- package/fesm2015/toolbar/testing.js.map +1 -1
- package/fesm2015/toolbar.js +14 -16
- package/fesm2015/toolbar.js.map +1 -1
- package/fesm2015/tooltip.js +52 -30
- package/fesm2015/tooltip.js.map +1 -1
- package/fesm2015/tree.js +13 -4
- package/fesm2015/tree.js.map +1 -1
- package/form-field/form-field-control.d.ts +5 -0
- package/form-field/form-field.d.ts +8 -5
- package/form-field/index.metadata.json +1 -1
- package/icon/icon-registry.d.ts +4 -6
- package/icon/icon.d.ts +3 -1
- package/icon/index.metadata.json +1 -1
- package/icon/testing/icon-harness-filters.d.ts +22 -0
- package/icon/testing/icon-harness.d.ts +29 -0
- package/icon/testing/index.metadata.json +1 -1
- package/icon/testing/public-api.d.ts +2 -0
- package/input/index.metadata.json +1 -1
- package/input/input.d.ts +6 -3
- package/list/index.metadata.json +1 -1
- package/list/selection-list.d.ts +3 -7
- package/menu/index.metadata.json +1 -1
- package/package.json +2 -2
- package/paginator/index.metadata.json +1 -1
- package/paginator/paginator.d.ts +5 -0
- 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-spinner/index.metadata.json +1 -1
- package/progress-spinner/progress-spinner.d.ts +9 -5
- package/radio/index.metadata.json +1 -1
- package/radio/radio.d.ts +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +1 -1
- package/schematics/ng-update/data/index.js +1 -1
- package/select/index.metadata.json +1 -1
- package/select/select.d.ts +9 -8
- package/sidenav/drawer.d.ts +5 -5
- package/sidenav/index.metadata.json +1 -1
- package/slider/index.metadata.json +1 -1
- package/slider/slider.d.ts +8 -10
- package/snack-bar/index.metadata.json +1 -1
- package/sort/index.metadata.json +1 -1
- package/stepper/index.metadata.json +1 -1
- package/stepper/stepper.d.ts +3 -1
- package/stepper/testing/index.d.ts +8 -0
- package/stepper/testing/package.json +9 -0
- package/stepper/testing/public-api.d.ts +11 -0
- package/stepper/testing/step-harness-filters.d.ts +37 -0
- package/stepper/testing/step-harness.d.ts +57 -0
- package/stepper/testing/stepper-button-harnesses.d.ts +41 -0
- package/stepper/testing/stepper-harness.d.ts +35 -0
- package/table/cell.d.ts +9 -5
- package/table/index.metadata.json +1 -1
- package/table/table.d.ts +2 -0
- package/tabs/index.metadata.json +1 -1
- package/tabs/tab.d.ts +8 -1
- package/toolbar/index.metadata.json +1 -1
- package/tooltip/index.metadata.json +1 -1
- package/tooltip/tooltip.d.ts +6 -2
- package/tree/index.metadata.json +1 -1
- package/tree/padding.d.ts +4 -2
- package/tree/toggle.d.ts +2 -1
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
};
|
|
116
116
|
/** Gets an observable that is notified when the snack bar is finished closing. */
|
|
117
117
|
MatSnackBarRef.prototype.afterDismissed = function () {
|
|
118
|
-
return this._afterDismissed
|
|
118
|
+
return this._afterDismissed;
|
|
119
119
|
};
|
|
120
120
|
/** Gets an observable that is notified when the snack bar has opened and appeared. */
|
|
121
121
|
MatSnackBarRef.prototype.afterOpened = function () {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
};
|
|
124
124
|
/** Gets an observable that is notified when the snack bar action is called. */
|
|
125
125
|
MatSnackBarRef.prototype.onAction = function () {
|
|
126
|
-
return this._onAction
|
|
126
|
+
return this._onAction;
|
|
127
127
|
};
|
|
128
128
|
return MatSnackBarRef;
|
|
129
129
|
}());
|
|
@@ -156,251 +156,324 @@
|
|
|
156
156
|
enumerable: false,
|
|
157
157
|
configurable: true
|
|
158
158
|
});
|
|
159
|
-
SimpleSnackBar.decorators = [
|
|
160
|
-
{ type: i0.Component, args: [{
|
|
161
|
-
selector: 'simple-snack-bar',
|
|
162
|
-
template: "<span>{{data.message}}</span>\n<div class=\"mat-simple-snackbar-action\" *ngIf=\"hasAction\">\n <button mat-button (click)=\"action()\">{{data.action}}</button>\n</div>\n",
|
|
163
|
-
encapsulation: i0.ViewEncapsulation.None,
|
|
164
|
-
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
165
|
-
host: {
|
|
166
|
-
'class': 'mat-simple-snackbar',
|
|
167
|
-
},
|
|
168
|
-
styles: [".mat-simple-snackbar{display:flex;justify-content:space-between;align-items:center;line-height:20px;opacity:1}.mat-simple-snackbar-action{flex-shrink:0;margin:-8px -8px -8px 8px}.mat-simple-snackbar-action button{max-height:36px;min-width:0}[dir=rtl] .mat-simple-snackbar-action{margin-left:-8px;margin-right:8px}\n"]
|
|
169
|
-
},] }
|
|
170
|
-
];
|
|
171
|
-
SimpleSnackBar.ctorParameters = function () { return [
|
|
172
|
-
{ type: MatSnackBarRef },
|
|
173
|
-
{ type: undefined, decorators: [{ type: i0.Inject, args: [MAT_SNACK_BAR_DATA,] }] }
|
|
174
|
-
]; };
|
|
175
159
|
return SimpleSnackBar;
|
|
176
160
|
}());
|
|
161
|
+
SimpleSnackBar.decorators = [
|
|
162
|
+
{ type: i0.Component, args: [{
|
|
163
|
+
selector: 'simple-snack-bar',
|
|
164
|
+
template: "<span>{{data.message}}</span>\n<div class=\"mat-simple-snackbar-action\" *ngIf=\"hasAction\">\n <button mat-button (click)=\"action()\">{{data.action}}</button>\n</div>\n",
|
|
165
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
166
|
+
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
167
|
+
host: {
|
|
168
|
+
'class': 'mat-simple-snackbar',
|
|
169
|
+
},
|
|
170
|
+
styles: [".mat-simple-snackbar{display:flex;justify-content:space-between;align-items:center;line-height:20px;opacity:1}.mat-simple-snackbar-action{flex-shrink:0;margin:-8px -8px -8px 8px}.mat-simple-snackbar-action button{max-height:36px;min-width:0}[dir=rtl] .mat-simple-snackbar-action{margin-left:-8px;margin-right:8px}\n"]
|
|
171
|
+
},] }
|
|
172
|
+
];
|
|
173
|
+
SimpleSnackBar.ctorParameters = function () { return [
|
|
174
|
+
{ type: MatSnackBarRef },
|
|
175
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [MAT_SNACK_BAR_DATA,] }] }
|
|
176
|
+
]; };
|
|
177
177
|
|
|
178
|
-
/*! *****************************************************************************
|
|
179
|
-
Copyright (c) Microsoft Corporation.
|
|
180
|
-
|
|
181
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
182
|
-
purpose with or without fee is hereby granted.
|
|
183
|
-
|
|
184
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
185
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
186
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
187
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
188
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
189
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
190
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
191
|
-
***************************************************************************** */
|
|
192
|
-
/* global Reflect, Promise */
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
function __extends(d, b) {
|
|
202
|
-
extendStatics(d, b);
|
|
203
|
-
function __() { this.constructor = d; }
|
|
204
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
function __rest(s, e) {
|
|
219
|
-
var t = {};
|
|
220
|
-
for (var p in s)
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
function __decorate(decorators, target, key, desc) {
|
|
231
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
232
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
return
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
function
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
function
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
178
|
+
/*! *****************************************************************************
|
|
179
|
+
Copyright (c) Microsoft Corporation.
|
|
180
|
+
|
|
181
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
182
|
+
purpose with or without fee is hereby granted.
|
|
183
|
+
|
|
184
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
185
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
186
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
187
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
188
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
189
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
190
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
191
|
+
***************************************************************************** */
|
|
192
|
+
/* global Reflect, Promise */
|
|
193
|
+
var extendStatics = function (d, b) {
|
|
194
|
+
extendStatics = Object.setPrototypeOf ||
|
|
195
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
196
|
+
function (d, b) { for (var p in b)
|
|
197
|
+
if (b.hasOwnProperty(p))
|
|
198
|
+
d[p] = b[p]; };
|
|
199
|
+
return extendStatics(d, b);
|
|
200
|
+
};
|
|
201
|
+
function __extends(d, b) {
|
|
202
|
+
extendStatics(d, b);
|
|
203
|
+
function __() { this.constructor = d; }
|
|
204
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
205
|
+
}
|
|
206
|
+
var __assign = function () {
|
|
207
|
+
__assign = Object.assign || function __assign(t) {
|
|
208
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
209
|
+
s = arguments[i];
|
|
210
|
+
for (var p in s)
|
|
211
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
212
|
+
t[p] = s[p];
|
|
213
|
+
}
|
|
214
|
+
return t;
|
|
215
|
+
};
|
|
216
|
+
return __assign.apply(this, arguments);
|
|
217
|
+
};
|
|
218
|
+
function __rest(s, e) {
|
|
219
|
+
var t = {};
|
|
220
|
+
for (var p in s)
|
|
221
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
222
|
+
t[p] = s[p];
|
|
223
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
224
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
225
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
226
|
+
t[p[i]] = s[p[i]];
|
|
227
|
+
}
|
|
228
|
+
return t;
|
|
229
|
+
}
|
|
230
|
+
function __decorate(decorators, target, key, desc) {
|
|
231
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
232
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
233
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
234
|
+
else
|
|
235
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
236
|
+
if (d = decorators[i])
|
|
237
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
238
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
239
|
+
}
|
|
240
|
+
function __param(paramIndex, decorator) {
|
|
241
|
+
return function (target, key) { decorator(target, key, paramIndex); };
|
|
242
|
+
}
|
|
243
|
+
function __metadata(metadataKey, metadataValue) {
|
|
244
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
245
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
|
246
|
+
}
|
|
247
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
|
248
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
249
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
250
|
+
function fulfilled(value) { try {
|
|
251
|
+
step(generator.next(value));
|
|
252
|
+
}
|
|
253
|
+
catch (e) {
|
|
254
|
+
reject(e);
|
|
255
|
+
} }
|
|
256
|
+
function rejected(value) { try {
|
|
257
|
+
step(generator["throw"](value));
|
|
258
|
+
}
|
|
259
|
+
catch (e) {
|
|
260
|
+
reject(e);
|
|
261
|
+
} }
|
|
262
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
263
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
264
|
+
});
|
|
265
|
+
}
|
|
266
|
+
function __generator(thisArg, body) {
|
|
267
|
+
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
|
268
|
+
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
269
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
|
270
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
271
|
+
function step(op) {
|
|
272
|
+
if (f)
|
|
273
|
+
throw new TypeError("Generator is already executing.");
|
|
274
|
+
while (_)
|
|
275
|
+
try {
|
|
276
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
277
|
+
return t;
|
|
278
|
+
if (y = 0, t)
|
|
279
|
+
op = [op[0] & 2, t.value];
|
|
280
|
+
switch (op[0]) {
|
|
281
|
+
case 0:
|
|
282
|
+
case 1:
|
|
283
|
+
t = op;
|
|
284
|
+
break;
|
|
285
|
+
case 4:
|
|
286
|
+
_.label++;
|
|
287
|
+
return { value: op[1], done: false };
|
|
288
|
+
case 5:
|
|
289
|
+
_.label++;
|
|
290
|
+
y = op[1];
|
|
291
|
+
op = [0];
|
|
292
|
+
continue;
|
|
293
|
+
case 7:
|
|
294
|
+
op = _.ops.pop();
|
|
295
|
+
_.trys.pop();
|
|
296
|
+
continue;
|
|
297
|
+
default:
|
|
298
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
299
|
+
_ = 0;
|
|
300
|
+
continue;
|
|
301
|
+
}
|
|
302
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
|
303
|
+
_.label = op[1];
|
|
304
|
+
break;
|
|
305
|
+
}
|
|
306
|
+
if (op[0] === 6 && _.label < t[1]) {
|
|
307
|
+
_.label = t[1];
|
|
308
|
+
t = op;
|
|
309
|
+
break;
|
|
310
|
+
}
|
|
311
|
+
if (t && _.label < t[2]) {
|
|
312
|
+
_.label = t[2];
|
|
313
|
+
_.ops.push(op);
|
|
314
|
+
break;
|
|
315
|
+
}
|
|
316
|
+
if (t[2])
|
|
317
|
+
_.ops.pop();
|
|
318
|
+
_.trys.pop();
|
|
319
|
+
continue;
|
|
320
|
+
}
|
|
321
|
+
op = body.call(thisArg, _);
|
|
322
|
+
}
|
|
323
|
+
catch (e) {
|
|
324
|
+
op = [6, e];
|
|
325
|
+
y = 0;
|
|
326
|
+
}
|
|
327
|
+
finally {
|
|
328
|
+
f = t = 0;
|
|
329
|
+
}
|
|
330
|
+
if (op[0] & 5)
|
|
331
|
+
throw op[1];
|
|
332
|
+
return { value: op[0] ? op[1] : void 0, done: true };
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
336
|
+
if (k2 === undefined)
|
|
337
|
+
k2 = k;
|
|
338
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
|
339
|
+
}) : (function (o, m, k, k2) {
|
|
340
|
+
if (k2 === undefined)
|
|
341
|
+
k2 = k;
|
|
342
|
+
o[k2] = m[k];
|
|
343
|
+
});
|
|
344
|
+
function __exportStar(m, exports) {
|
|
345
|
+
for (var p in m)
|
|
346
|
+
if (p !== "default" && !exports.hasOwnProperty(p))
|
|
347
|
+
__createBinding(exports, m, p);
|
|
348
|
+
}
|
|
349
|
+
function __values(o) {
|
|
350
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
351
|
+
if (m)
|
|
352
|
+
return m.call(o);
|
|
353
|
+
if (o && typeof o.length === "number")
|
|
354
|
+
return {
|
|
355
|
+
next: function () {
|
|
356
|
+
if (o && i >= o.length)
|
|
357
|
+
o = void 0;
|
|
358
|
+
return { value: o && o[i++], done: !o };
|
|
359
|
+
}
|
|
360
|
+
};
|
|
361
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
362
|
+
}
|
|
363
|
+
function __read(o, n) {
|
|
364
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
365
|
+
if (!m)
|
|
366
|
+
return o;
|
|
367
|
+
var i = m.call(o), r, ar = [], e;
|
|
368
|
+
try {
|
|
369
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
370
|
+
ar.push(r.value);
|
|
371
|
+
}
|
|
372
|
+
catch (error) {
|
|
373
|
+
e = { error: error };
|
|
374
|
+
}
|
|
375
|
+
finally {
|
|
376
|
+
try {
|
|
377
|
+
if (r && !r.done && (m = i["return"]))
|
|
378
|
+
m.call(i);
|
|
379
|
+
}
|
|
380
|
+
finally {
|
|
381
|
+
if (e)
|
|
382
|
+
throw e.error;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
return ar;
|
|
386
|
+
}
|
|
387
|
+
function __spread() {
|
|
388
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
389
|
+
ar = ar.concat(__read(arguments[i]));
|
|
390
|
+
return ar;
|
|
391
|
+
}
|
|
392
|
+
function __spreadArrays() {
|
|
393
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
394
|
+
s += arguments[i].length;
|
|
395
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
396
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
397
|
+
r[k] = a[j];
|
|
398
|
+
return r;
|
|
399
|
+
}
|
|
400
|
+
;
|
|
401
|
+
function __await(v) {
|
|
402
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
403
|
+
}
|
|
404
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
405
|
+
if (!Symbol.asyncIterator)
|
|
406
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
407
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
408
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
409
|
+
function verb(n) { if (g[n])
|
|
410
|
+
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
411
|
+
function resume(n, v) { try {
|
|
412
|
+
step(g[n](v));
|
|
413
|
+
}
|
|
414
|
+
catch (e) {
|
|
415
|
+
settle(q[0][3], e);
|
|
416
|
+
} }
|
|
417
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
418
|
+
function fulfill(value) { resume("next", value); }
|
|
419
|
+
function reject(value) { resume("throw", value); }
|
|
420
|
+
function settle(f, v) { if (f(v), q.shift(), q.length)
|
|
421
|
+
resume(q[0][0], q[0][1]); }
|
|
422
|
+
}
|
|
423
|
+
function __asyncDelegator(o) {
|
|
424
|
+
var i, p;
|
|
425
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
426
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
427
|
+
}
|
|
428
|
+
function __asyncValues(o) {
|
|
429
|
+
if (!Symbol.asyncIterator)
|
|
430
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
431
|
+
var m = o[Symbol.asyncIterator], i;
|
|
432
|
+
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
433
|
+
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
434
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
|
435
|
+
}
|
|
436
|
+
function __makeTemplateObject(cooked, raw) {
|
|
437
|
+
if (Object.defineProperty) {
|
|
438
|
+
Object.defineProperty(cooked, "raw", { value: raw });
|
|
439
|
+
}
|
|
440
|
+
else {
|
|
441
|
+
cooked.raw = raw;
|
|
442
|
+
}
|
|
443
|
+
return cooked;
|
|
444
|
+
}
|
|
445
|
+
;
|
|
446
|
+
var __setModuleDefault = Object.create ? (function (o, v) {
|
|
447
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
448
|
+
}) : function (o, v) {
|
|
449
|
+
o["default"] = v;
|
|
450
|
+
};
|
|
451
|
+
function __importStar(mod) {
|
|
452
|
+
if (mod && mod.__esModule)
|
|
453
|
+
return mod;
|
|
454
|
+
var result = {};
|
|
455
|
+
if (mod != null)
|
|
456
|
+
for (var k in mod)
|
|
457
|
+
if (Object.hasOwnProperty.call(mod, k))
|
|
458
|
+
__createBinding(result, mod, k);
|
|
459
|
+
__setModuleDefault(result, mod);
|
|
460
|
+
return result;
|
|
461
|
+
}
|
|
462
|
+
function __importDefault(mod) {
|
|
463
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
464
|
+
}
|
|
465
|
+
function __classPrivateFieldGet(receiver, privateMap) {
|
|
466
|
+
if (!privateMap.has(receiver)) {
|
|
467
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
468
|
+
}
|
|
469
|
+
return privateMap.get(receiver);
|
|
470
|
+
}
|
|
471
|
+
function __classPrivateFieldSet(receiver, privateMap, value) {
|
|
472
|
+
if (!privateMap.has(receiver)) {
|
|
473
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
474
|
+
}
|
|
475
|
+
privateMap.set(receiver, value);
|
|
476
|
+
return value;
|
|
404
477
|
}
|
|
405
478
|
|
|
406
479
|
/**
|
|
@@ -432,13 +505,6 @@
|
|
|
432
505
|
])
|
|
433
506
|
};
|
|
434
507
|
|
|
435
|
-
/**
|
|
436
|
-
* @license
|
|
437
|
-
* Copyright Google LLC All Rights Reserved.
|
|
438
|
-
*
|
|
439
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
440
|
-
* found in the LICENSE file at https://angular.io/license
|
|
441
|
-
*/
|
|
442
508
|
/**
|
|
443
509
|
* Internal component that wraps user-provided snack bar content.
|
|
444
510
|
* @docs-private
|
|
@@ -542,7 +608,7 @@
|
|
|
542
608
|
*/
|
|
543
609
|
MatSnackBarContainer.prototype._completeExit = function () {
|
|
544
610
|
var _this = this;
|
|
545
|
-
this._ngZone.onMicrotaskEmpty.
|
|
611
|
+
this._ngZone.onMicrotaskEmpty.pipe(operators.take(1)).subscribe(function () {
|
|
546
612
|
_this._onExit.next();
|
|
547
613
|
_this._onExit.complete();
|
|
548
614
|
});
|
|
@@ -569,41 +635,41 @@
|
|
|
569
635
|
};
|
|
570
636
|
/** Asserts that no content is already attached to the container. */
|
|
571
637
|
MatSnackBarContainer.prototype._assertNotAttached = function () {
|
|
572
|
-
if (this._portalOutlet.hasAttached()) {
|
|
638
|
+
if (this._portalOutlet.hasAttached() && (typeof ngDevMode === 'undefined' || ngDevMode)) {
|
|
573
639
|
throw Error('Attempting to attach snack bar content after content is already attached');
|
|
574
640
|
}
|
|
575
641
|
};
|
|
576
|
-
MatSnackBarContainer.decorators = [
|
|
577
|
-
{ type: i0.Component, args: [{
|
|
578
|
-
selector: 'snack-bar-container',
|
|
579
|
-
template: "<ng-template cdkPortalOutlet></ng-template>\n",
|
|
580
|
-
// In Ivy embedded views will be change detected from their declaration place, rather than
|
|
581
|
-
// where they were stamped out. This means that we can't have the snack bar container be OnPush,
|
|
582
|
-
// because it might cause snack bars that were opened from a template not to be out of date.
|
|
583
|
-
// tslint:disable-next-line:validate-decorators
|
|
584
|
-
changeDetection: i0.ChangeDetectionStrategy.Default,
|
|
585
|
-
encapsulation: i0.ViewEncapsulation.None,
|
|
586
|
-
animations: [matSnackBarAnimations.snackBarState],
|
|
587
|
-
host: {
|
|
588
|
-
'[attr.role]': '_role',
|
|
589
|
-
'class': 'mat-snack-bar-container',
|
|
590
|
-
'[@state]': '_animationState',
|
|
591
|
-
'(@state.done)': 'onAnimationEnd($event)'
|
|
592
|
-
},
|
|
593
|
-
styles: [".mat-snack-bar-container{border-radius:4px;box-sizing:border-box;display:block;margin:24px;max-width:33vw;min-width:344px;padding:14px 16px;min-height:48px;transform-origin:center}.cdk-high-contrast-active .mat-snack-bar-container{border:solid 1px}.mat-snack-bar-handset{width:100%}.mat-snack-bar-handset .mat-snack-bar-container{margin:8px;max-width:100%;min-width:0;width:100%}\n"]
|
|
594
|
-
},] }
|
|
595
|
-
];
|
|
596
|
-
MatSnackBarContainer.ctorParameters = function () { return [
|
|
597
|
-
{ type: i0.NgZone },
|
|
598
|
-
{ type: i0.ElementRef },
|
|
599
|
-
{ type: i0.ChangeDetectorRef },
|
|
600
|
-
{ type: MatSnackBarConfig }
|
|
601
|
-
]; };
|
|
602
|
-
MatSnackBarContainer.propDecorators = {
|
|
603
|
-
_portalOutlet: [{ type: i0.ViewChild, args: [portal.CdkPortalOutlet, { static: true },] }]
|
|
604
|
-
};
|
|
605
642
|
return MatSnackBarContainer;
|
|
606
643
|
}(portal.BasePortalOutlet));
|
|
644
|
+
MatSnackBarContainer.decorators = [
|
|
645
|
+
{ type: i0.Component, args: [{
|
|
646
|
+
selector: 'snack-bar-container',
|
|
647
|
+
template: "<ng-template cdkPortalOutlet></ng-template>\n",
|
|
648
|
+
// In Ivy embedded views will be change detected from their declaration place, rather than
|
|
649
|
+
// where they were stamped out. This means that we can't have the snack bar container be OnPush,
|
|
650
|
+
// because it might cause snack bars that were opened from a template not to be out of date.
|
|
651
|
+
// tslint:disable-next-line:validate-decorators
|
|
652
|
+
changeDetection: i0.ChangeDetectionStrategy.Default,
|
|
653
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
654
|
+
animations: [matSnackBarAnimations.snackBarState],
|
|
655
|
+
host: {
|
|
656
|
+
'[attr.role]': '_role',
|
|
657
|
+
'class': 'mat-snack-bar-container',
|
|
658
|
+
'[@state]': '_animationState',
|
|
659
|
+
'(@state.done)': 'onAnimationEnd($event)'
|
|
660
|
+
},
|
|
661
|
+
styles: [".mat-snack-bar-container{border-radius:4px;box-sizing:border-box;display:block;margin:24px;max-width:33vw;min-width:344px;padding:14px 16px;min-height:48px;transform-origin:center}.cdk-high-contrast-active .mat-snack-bar-container{border:solid 1px}.mat-snack-bar-handset{width:100%}.mat-snack-bar-handset .mat-snack-bar-container{margin:8px;max-width:100%;min-width:0;width:100%}\n"]
|
|
662
|
+
},] }
|
|
663
|
+
];
|
|
664
|
+
MatSnackBarContainer.ctorParameters = function () { return [
|
|
665
|
+
{ type: i0.NgZone },
|
|
666
|
+
{ type: i0.ElementRef },
|
|
667
|
+
{ type: i0.ChangeDetectorRef },
|
|
668
|
+
{ type: MatSnackBarConfig }
|
|
669
|
+
]; };
|
|
670
|
+
MatSnackBarContainer.propDecorators = {
|
|
671
|
+
_portalOutlet: [{ type: i0.ViewChild, args: [portal.CdkPortalOutlet, { static: true },] }]
|
|
672
|
+
};
|
|
607
673
|
|
|
608
674
|
/**
|
|
609
675
|
* @license
|
|
@@ -615,23 +681,30 @@
|
|
|
615
681
|
var MatSnackBarModule = /** @class */ (function () {
|
|
616
682
|
function MatSnackBarModule() {
|
|
617
683
|
}
|
|
618
|
-
MatSnackBarModule.decorators = [
|
|
619
|
-
{ type: i0.NgModule, args: [{
|
|
620
|
-
imports: [
|
|
621
|
-
i1.OverlayModule,
|
|
622
|
-
portal.PortalModule,
|
|
623
|
-
common.CommonModule,
|
|
624
|
-
button.MatButtonModule,
|
|
625
|
-
core.MatCommonModule,
|
|
626
|
-
],
|
|
627
|
-
exports: [MatSnackBarContainer, core.MatCommonModule],
|
|
628
|
-
declarations: [MatSnackBarContainer, SimpleSnackBar],
|
|
629
|
-
entryComponents: [MatSnackBarContainer, SimpleSnackBar],
|
|
630
|
-
},] }
|
|
631
|
-
];
|
|
632
684
|
return MatSnackBarModule;
|
|
633
685
|
}());
|
|
686
|
+
MatSnackBarModule.decorators = [
|
|
687
|
+
{ type: i0.NgModule, args: [{
|
|
688
|
+
imports: [
|
|
689
|
+
i1.OverlayModule,
|
|
690
|
+
portal.PortalModule,
|
|
691
|
+
common.CommonModule,
|
|
692
|
+
button.MatButtonModule,
|
|
693
|
+
core.MatCommonModule,
|
|
694
|
+
],
|
|
695
|
+
exports: [MatSnackBarContainer, core.MatCommonModule],
|
|
696
|
+
declarations: [MatSnackBarContainer, SimpleSnackBar],
|
|
697
|
+
entryComponents: [MatSnackBarContainer, SimpleSnackBar],
|
|
698
|
+
},] }
|
|
699
|
+
];
|
|
634
700
|
|
|
701
|
+
/**
|
|
702
|
+
* @license
|
|
703
|
+
* Copyright Google LLC All Rights Reserved.
|
|
704
|
+
*
|
|
705
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
706
|
+
* found in the LICENSE file at https://angular.io/license
|
|
707
|
+
*/
|
|
635
708
|
/** Injection token that can be used to specify default snack bar. */
|
|
636
709
|
var MAT_SNACK_BAR_DEFAULT_OPTIONS = new i0.InjectionToken('mat-snack-bar-default-options', {
|
|
637
710
|
providedIn: 'root',
|
|
@@ -710,7 +783,7 @@
|
|
|
710
783
|
*/
|
|
711
784
|
MatSnackBar.prototype.open = function (message, action, config) {
|
|
712
785
|
if (action === void 0) { action = ''; }
|
|
713
|
-
var _config =
|
|
786
|
+
var _config = Object.assign(Object.assign({}, this._defaultConfig), config);
|
|
714
787
|
// Since the user doesn't have access to the component, we can
|
|
715
788
|
// override the data to pass in our own message and action.
|
|
716
789
|
_config.data = { message: message, action: action };
|
|
@@ -740,9 +813,10 @@
|
|
|
740
813
|
*/
|
|
741
814
|
MatSnackBar.prototype._attachSnackBarContainer = function (overlayRef, config) {
|
|
742
815
|
var userInjector = config && config.viewContainerRef && config.viewContainerRef.injector;
|
|
743
|
-
var injector =
|
|
744
|
-
|
|
745
|
-
|
|
816
|
+
var injector = i0.Injector.create({
|
|
817
|
+
parent: userInjector || this._injector,
|
|
818
|
+
providers: [{ provide: MatSnackBarConfig, useValue: config }]
|
|
819
|
+
});
|
|
746
820
|
var containerPortal = new portal.ComponentPortal(this.snackBarContainerComponent, config.viewContainerRef, injector);
|
|
747
821
|
var containerRef = overlayRef.attach(containerPortal);
|
|
748
822
|
containerRef.instance.snackBarConfig = config;
|
|
@@ -753,7 +827,7 @@
|
|
|
753
827
|
*/
|
|
754
828
|
MatSnackBar.prototype._attach = function (content, userConfig) {
|
|
755
829
|
var _this = this;
|
|
756
|
-
var config =
|
|
830
|
+
var config = Object.assign(Object.assign(Object.assign({}, new MatSnackBarConfig()), this._defaultConfig), userConfig);
|
|
757
831
|
var overlayRef = this._createOverlay(config);
|
|
758
832
|
var container = this._attachSnackBarContainer(overlayRef, config);
|
|
759
833
|
var snackBarRef = new MatSnackBarRef(container, overlayRef);
|
|
@@ -855,25 +929,28 @@
|
|
|
855
929
|
*/
|
|
856
930
|
MatSnackBar.prototype._createInjector = function (config, snackBarRef) {
|
|
857
931
|
var userInjector = config && config.viewContainerRef && config.viewContainerRef.injector;
|
|
858
|
-
return
|
|
859
|
-
|
|
860
|
-
[
|
|
861
|
-
|
|
932
|
+
return i0.Injector.create({
|
|
933
|
+
parent: userInjector || this._injector,
|
|
934
|
+
providers: [
|
|
935
|
+
{ provide: MatSnackBarRef, useValue: snackBarRef },
|
|
936
|
+
{ provide: MAT_SNACK_BAR_DATA, useValue: config.data }
|
|
937
|
+
]
|
|
938
|
+
});
|
|
862
939
|
};
|
|
863
|
-
MatSnackBar.ɵprov = i0.ɵɵdefineInjectable({ factory: function MatSnackBar_Factory() { return new MatSnackBar(i0.ɵɵinject(i1.Overlay), i0.ɵɵinject(i2.LiveAnnouncer), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(i3.BreakpointObserver), i0.ɵɵinject(MatSnackBar, 12), i0.ɵɵinject(MAT_SNACK_BAR_DEFAULT_OPTIONS)); }, token: MatSnackBar, providedIn: MatSnackBarModule });
|
|
864
|
-
MatSnackBar.decorators = [
|
|
865
|
-
{ type: i0.Injectable, args: [{ providedIn: MatSnackBarModule },] }
|
|
866
|
-
];
|
|
867
|
-
MatSnackBar.ctorParameters = function () { return [
|
|
868
|
-
{ type: i1.Overlay },
|
|
869
|
-
{ type: i2.LiveAnnouncer },
|
|
870
|
-
{ type: i0.Injector },
|
|
871
|
-
{ type: i3.BreakpointObserver },
|
|
872
|
-
{ type: MatSnackBar, decorators: [{ type: i0.Optional }, { type: i0.SkipSelf }] },
|
|
873
|
-
{ type: MatSnackBarConfig, decorators: [{ type: i0.Inject, args: [MAT_SNACK_BAR_DEFAULT_OPTIONS,] }] }
|
|
874
|
-
]; };
|
|
875
940
|
return MatSnackBar;
|
|
876
941
|
}());
|
|
942
|
+
MatSnackBar.ɵprov = i0.ɵɵdefineInjectable({ factory: function MatSnackBar_Factory() { return new MatSnackBar(i0.ɵɵinject(i1.Overlay), i0.ɵɵinject(i2.LiveAnnouncer), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(i3.BreakpointObserver), i0.ɵɵinject(MatSnackBar, 12), i0.ɵɵinject(MAT_SNACK_BAR_DEFAULT_OPTIONS)); }, token: MatSnackBar, providedIn: MatSnackBarModule });
|
|
943
|
+
MatSnackBar.decorators = [
|
|
944
|
+
{ type: i0.Injectable, args: [{ providedIn: MatSnackBarModule },] }
|
|
945
|
+
];
|
|
946
|
+
MatSnackBar.ctorParameters = function () { return [
|
|
947
|
+
{ type: i1.Overlay },
|
|
948
|
+
{ type: i2.LiveAnnouncer },
|
|
949
|
+
{ type: i0.Injector },
|
|
950
|
+
{ type: i3.BreakpointObserver },
|
|
951
|
+
{ type: MatSnackBar, decorators: [{ type: i0.Optional }, { type: i0.SkipSelf }] },
|
|
952
|
+
{ type: MatSnackBarConfig, decorators: [{ type: i0.Inject, args: [MAT_SNACK_BAR_DEFAULT_OPTIONS,] }] }
|
|
953
|
+
]; };
|
|
877
954
|
|
|
878
955
|
/**
|
|
879
956
|
* @license
|