@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["src/material/material-list.umd.js"],"names":["global","factory","exports","module","require","define","amd","self","ng","material","list","common","core","cdk","coercion","rxjs","operators","a11y","collections","keycodes","forms","divider","this","core$1","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","constructor","prototype","create","__values","o","s","Symbol","iterator","m","i","call","length","next","value","done","TypeError","_MatListMixinBase","mixinDisabled","mixinDisableRipple","MatListBase","_MatListItemMixinBase","MatListItemBase","MAT_LIST","InjectionToken","MAT_NAV_LIST","MatNavList","_super","_this","apply","arguments","_stateChanges","Subject","ngOnChanges","ngOnDestroy","complete","decorators","type","Component","args","selector","exportAs","host","role","class","template","inputs","encapsulation","ViewEncapsulation","None","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","useExisting","styles","MatList","_elementRef","_getListType","nativeElement","classList","add","nodeName","toLowerCase","ctorParameters","ElementRef","MatListAvatarCssMatStyler","Directive","MatListIconCssMatStyler","MatListSubheaderCssMatStyler","MatListItem","_element","_changeDetectorRef","navList","_isInteractiveList","_destroyed","_disabled","_list","element","_getHostElement","hasAttribute","setAttribute","pipe","takeUntil","subscribe","markForCheck","defineProperty","get","disabled","set","coerceBooleanProperty","enumerable","configurable","ngAfterContentInit","setLines","_lines","_isRippleDisabled","disableRipple","[class.mat-list-item-disabled]","[class.mat-list-item-avatar]","[class.mat-list-item-with-avatar]","ChangeDetectorRef","Optional","Inject","propDecorators","ContentChildren","MatLine","descendants","_avatar","ContentChild","_icon","Input","_MatSelectionListMixinBase","MatSelectionListBase","_MatListOptionMixinBase","MatListOptionBase","MAT_SELECTION_LIST_VALUE_ACCESSOR","NG_VALUE_ACCESSOR","forwardRef","MatSelectionList","multi","MatSelectionListChange","source","option","MatListOption","_changeDetector","selectionList","_selected","_hasFocus","checkboxPosition","_inputsInitialized","_color","color","newValue","_value","selected","selectedOptions","isSelected","_setSelected","_reportValueChange","ngOnInit","some","compareWith","wasSelected","Promise","resolve","then","hadFocus","newActiveItem","_removeOptionFromList","focus","toggle","getLabel","_text","textContent","_handleClick","multiple","_emitChangeEvent","_handleFocus","_setFocusedOption","_handleBlur","_onTouched","select","deselect","_markForCheck","(focus)","(blur)","(click)","[class.mat-primary]","[class.mat-accent]","[class.mat-warn]","[class.mat-list-single-selected-option]","[attr.aria-selected]","[attr.aria-disabled]","[attr.tabindex]","ViewChild","tabIndex","_multiple","_contentInitialized","selectionChange","EventEmitter","a1","a2","SelectionModel","_tabIndex","_onChange","_","_markOptionsForCheck","isDevMode","Error","_keyManager","FocusKeyManager","options","withWrap","withTypeAhead","skipPredicate","withAllowedModifierKeys","_setOptionsFromValues","tabOut","_allowFocusEscape","changes","startWith","_updateTabIndex","changed","event","e_1","_a","e_2","_b","added","_c","_d","e_1_1","error","return","removed","_e","_f","e_2_1","disableRippleChanges","colorChanges","firstChange","_isDestroyed","selectAll","_setAllOptionsSelected","deselectAll","updateActiveItem","optionIndex","_getOptionIndex","activeItemIndex","Math","min","activeItem","_keydown","keyCode","manager","previousFocusIndex","hasModifier","hasModifierKey","SPACE","ENTER","isTyping","_toggleFocusedOption","preventDefault","HOME","END","setFirstItemActive","setLastItemActive","A","shouldSelect","onKeydown","UP_ARROW","DOWN_ARROW","shiftKey","_getSelectedOptionValues","emit","_onFocus","activeIndex","setActiveItem","writeValue","values","setDisabledState","isDisabled","registerOnChange","fn","registerOnTouched","forEach","correspondingOption","find","filter","map","focusedIndex","_isValidIndex","focusedOption","toArray","skipDisabled","hasChanged","index","indexOf","setTimeout","(keydown)","[attr.aria-multiselectable]","String","Attribute","Output","MatListModule","NgModule","imports","MatLineModule","MatRippleModule","MatCommonModule","MatPseudoCheckboxModule","CommonModule","MatDividerModule","declarations"],"mappings":"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","sourcesContent":["(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('@angular/core'), require('@angular/material/core'), require('@angular/cdk/coercion'), require('rxjs'), require('rxjs/operators'), require('@angular/cdk/a11y'), require('@angular/cdk/collections'), require('@angular/cdk/keycodes'), require('@angular/forms'), require('@angular/material/divider')) :\n typeof define === 'function' && define.amd ? define('@angular/material/list', ['exports', '@angular/common', '@angular/core', '@angular/material/core', '@angular/cdk/coercion', 'rxjs', 'rxjs/operators', '@angular/cdk/a11y', '@angular/cdk/collections', '@angular/cdk/keycodes', '@angular/forms', '@angular/material/divider'], factory) :\n (global = global || self, factory((global.ng = global.ng || {}, global.ng.material = global.ng.material || {}, global.ng.material.list = {}), global.ng.common, global.ng.core, global.ng.material.core, global.ng.cdk.coercion, global.rxjs, global.rxjs.operators, global.ng.cdk.a11y, global.ng.cdk.collections, global.ng.cdk.keycodes, global.ng.forms, global.ng.material.divider));\n}(this, (function (exports, common, core, core$1, coercion, rxjs, operators, a11y, collections, keycodes, forms, divider) { 'use strict';\n\n /*! *****************************************************************************\r\n Copyright (c) Microsoft Corporation.\r\n\r\n Permission to use, copy, modify, and/or distribute this software for any\r\n purpose with or without fee is hereby granted.\r\n\r\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\n REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\n AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\n INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\n LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\n OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\n PERFORMANCE OF THIS SOFTWARE.\r\n ***************************************************************************** */\r\n /* global Reflect, Promise */\r\n\r\n var extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n };\r\n\r\n function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n }\r\n\r\n var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n };\r\n return __assign.apply(this, arguments);\r\n };\r\n\r\n function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n }\r\n\r\n function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n }\r\n\r\n function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n }\r\n\r\n function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n }\r\n\r\n function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n }\r\n\r\n function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n 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) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n }\r\n\r\n var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n }) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n });\r\n\r\n function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);\r\n }\r\n\r\n function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n }\r\n\r\n function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n }\r\n\r\n function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n }\r\n\r\n function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n };\r\n\r\n function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n }\r\n\r\n function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n }\r\n\r\n function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n 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; }\r\n }\r\n\r\n function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n 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);\r\n 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); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n }\r\n\r\n function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n };\r\n\r\n var __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n }) : function(o, v) {\r\n o[\"default\"] = v;\r\n };\r\n\r\n function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n }\r\n\r\n function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n }\r\n\r\n function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n }\r\n\r\n function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n }\n\n /**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n // Boilerplate for applying mixins to MatList.\n /** @docs-private */\n var MatListBase = /** @class */ (function () {\n function MatListBase() {\n }\n return MatListBase;\n }());\n var _MatListMixinBase = core$1.mixinDisabled(core$1.mixinDisableRipple(MatListBase));\n // Boilerplate for applying mixins to MatListItem.\n /** @docs-private */\n var MatListItemBase = /** @class */ (function () {\n function MatListItemBase() {\n }\n return MatListItemBase;\n }());\n var _MatListItemMixinBase = core$1.mixinDisableRipple(MatListItemBase);\n /**\n * Injection token that can be used to inject instances of `MatList`. It serves as\n * alternative token to the actual `MatList` class which could cause unnecessary\n * retention of the class and its component metadata.\n */\n var MAT_LIST = new core.InjectionToken('MatList');\n /**\n * Injection token that can be used to inject instances of `MatNavList`. It serves as\n * alternative token to the actual `MatNavList` class which could cause unnecessary\n * retention of the class and its component metadata.\n */\n var MAT_NAV_LIST = new core.InjectionToken('MatNavList');\n var MatNavList = /** @class */ (function (_super) {\n __extends(MatNavList, _super);\n function MatNavList() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n /** Emits when the state of the list changes. */\n _this._stateChanges = new rxjs.Subject();\n return _this;\n }\n MatNavList.prototype.ngOnChanges = function () {\n this._stateChanges.next();\n };\n MatNavList.prototype.ngOnDestroy = function () {\n this._stateChanges.complete();\n };\n MatNavList.decorators = [\n { type: core.Component, args: [{\n selector: 'mat-nav-list',\n exportAs: 'matNavList',\n host: {\n 'role': 'navigation',\n 'class': 'mat-nav-list mat-list-base'\n },\n template: \"<ng-content></ng-content>\\n\\n\",\n inputs: ['disableRipple', 'disabled'],\n encapsulation: core.ViewEncapsulation.None,\n changeDetection: core.ChangeDetectionStrategy.OnPush,\n providers: [{ provide: MAT_NAV_LIST, useExisting: MatNavList }],\n styles: [\".mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] mat-action-list button{text-align:right}mat-action-list button::-moz-focus-inner{border:0}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.mat-list-item-disabled{pointer-events:none}.cdk-high-contrast-active .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active :host .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px}.cdk-high-contrast-active .mat-list-single-selected-option::after{content:\\\"\\\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}.cdk-high-contrast-active [dir=rtl] .mat-list-single-selected-option::after{right:auto;left:16px}@media(hover: none){.mat-list-option:not(.mat-list-single-selected-option):not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\\n\"]\n },] }\n ];\n return MatNavList;\n }(_MatListMixinBase));\n var MatList = /** @class */ (function (_super) {\n __extends(MatList, _super);\n function MatList(_elementRef) {\n var _this = _super.call(this) || this;\n _this._elementRef = _elementRef;\n /** Emits when the state of the list changes. */\n _this._stateChanges = new rxjs.Subject();\n if (_this._getListType() === 'action-list') {\n _elementRef.nativeElement.classList.add('mat-action-list');\n }\n return _this;\n }\n MatList.prototype._getListType = function () {\n var nodeName = this._elementRef.nativeElement.nodeName.toLowerCase();\n if (nodeName === 'mat-list') {\n return 'list';\n }\n if (nodeName === 'mat-action-list') {\n return 'action-list';\n }\n return null;\n };\n MatList.prototype.ngOnChanges = function () {\n this._stateChanges.next();\n };\n MatList.prototype.ngOnDestroy = function () {\n this._stateChanges.complete();\n };\n MatList.decorators = [\n { type: core.Component, args: [{\n selector: 'mat-list, mat-action-list',\n exportAs: 'matList',\n template: \"<ng-content></ng-content>\\n\\n\",\n host: {\n 'class': 'mat-list mat-list-base'\n },\n inputs: ['disableRipple', 'disabled'],\n encapsulation: core.ViewEncapsulation.None,\n changeDetection: core.ChangeDetectionStrategy.OnPush,\n providers: [{ provide: MAT_LIST, useExisting: MatList }],\n styles: [\".mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] mat-action-list button{text-align:right}mat-action-list button::-moz-focus-inner{border:0}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.mat-list-item-disabled{pointer-events:none}.cdk-high-contrast-active .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active :host .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px}.cdk-high-contrast-active .mat-list-single-selected-option::after{content:\\\"\\\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}.cdk-high-contrast-active [dir=rtl] .mat-list-single-selected-option::after{right:auto;left:16px}@media(hover: none){.mat-list-option:not(.mat-list-single-selected-option):not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\\n\"]\n },] }\n ];\n MatList.ctorParameters = function () { return [\n { type: core.ElementRef }\n ]; };\n return MatList;\n }(_MatListMixinBase));\n /**\n * Directive whose purpose is to add the mat- CSS styling to this selector.\n * @docs-private\n */\n var MatListAvatarCssMatStyler = /** @class */ (function () {\n function MatListAvatarCssMatStyler() {\n }\n MatListAvatarCssMatStyler.decorators = [\n { type: core.Directive, args: [{\n selector: '[mat-list-avatar], [matListAvatar]',\n host: { 'class': 'mat-list-avatar' }\n },] }\n ];\n return MatListAvatarCssMatStyler;\n }());\n /**\n * Directive whose purpose is to add the mat- CSS styling to this selector.\n * @docs-private\n */\n var MatListIconCssMatStyler = /** @class */ (function () {\n function MatListIconCssMatStyler() {\n }\n MatListIconCssMatStyler.decorators = [\n { type: core.Directive, args: [{\n selector: '[mat-list-icon], [matListIcon]',\n host: { 'class': 'mat-list-icon' }\n },] }\n ];\n return MatListIconCssMatStyler;\n }());\n /**\n * Directive whose purpose is to add the mat- CSS styling to this selector.\n * @docs-private\n */\n var MatListSubheaderCssMatStyler = /** @class */ (function () {\n function MatListSubheaderCssMatStyler() {\n }\n MatListSubheaderCssMatStyler.decorators = [\n { type: core.Directive, args: [{\n selector: '[mat-subheader], [matSubheader]',\n host: { 'class': 'mat-subheader' }\n },] }\n ];\n return MatListSubheaderCssMatStyler;\n }());\n /** An item within a Material Design list. */\n var MatListItem = /** @class */ (function (_super) {\n __extends(MatListItem, _super);\n function MatListItem(_element, _changeDetectorRef, navList, list) {\n var _this = _super.call(this) || this;\n _this._element = _element;\n _this._isInteractiveList = false;\n _this._destroyed = new rxjs.Subject();\n _this._disabled = false;\n _this._isInteractiveList = !!(navList || (list && list._getListType() === 'action-list'));\n _this._list = navList || list;\n // If no type attributed is specified for <button>, set it to \"button\".\n // If a type attribute is already specified, do nothing.\n var element = _this._getHostElement();\n if (element.nodeName.toLowerCase() === 'button' && !element.hasAttribute('type')) {\n element.setAttribute('type', 'button');\n }\n if (_this._list) {\n // React to changes in the state of the parent list since\n // some of the item's properties depend on it (e.g. `disableRipple`).\n _this._list._stateChanges.pipe(operators.takeUntil(_this._destroyed)).subscribe(function () {\n _changeDetectorRef.markForCheck();\n });\n }\n return _this;\n }\n Object.defineProperty(MatListItem.prototype, \"disabled\", {\n /** Whether the option is disabled. */\n get: function () { return this._disabled || !!(this._list && this._list.disabled); },\n set: function (value) {\n this._disabled = coercion.coerceBooleanProperty(value);\n },\n enumerable: false,\n configurable: true\n });\n MatListItem.prototype.ngAfterContentInit = function () {\n core$1.setLines(this._lines, this._element);\n };\n MatListItem.prototype.ngOnDestroy = function () {\n this._destroyed.next();\n this._destroyed.complete();\n };\n /** Whether this list item should show a ripple effect when clicked. */\n MatListItem.prototype._isRippleDisabled = function () {\n return !this._isInteractiveList || this.disableRipple ||\n !!(this._list && this._list.disableRipple);\n };\n /** Retrieves the DOM element of the component host. */\n MatListItem.prototype._getHostElement = function () {\n return this._element.nativeElement;\n };\n MatListItem.decorators = [\n { type: core.Component, args: [{\n selector: 'mat-list-item, a[mat-list-item], button[mat-list-item]',\n exportAs: 'matListItem',\n host: {\n 'class': 'mat-list-item mat-focus-indicator',\n '[class.mat-list-item-disabled]': 'disabled',\n // @breaking-change 8.0.0 Remove `mat-list-item-avatar` in favor of `mat-list-item-with-avatar`.\n '[class.mat-list-item-avatar]': '_avatar || _icon',\n '[class.mat-list-item-with-avatar]': '_avatar || _icon',\n },\n inputs: ['disableRipple'],\n template: \"<div class=\\\"mat-list-item-content\\\">\\n <div class=\\\"mat-list-item-ripple\\\" mat-ripple\\n [matRippleTrigger]=\\\"_getHostElement()\\\"\\n [matRippleDisabled]=\\\"_isRippleDisabled()\\\">\\n </div>\\n\\n <ng-content select=\\\"[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]\\\">\\n </ng-content>\\n\\n <div class=\\\"mat-list-text\\\"><ng-content select=\\\"[mat-line], [matLine]\\\"></ng-content></div>\\n\\n <ng-content></ng-content>\\n</div>\\n\",\n encapsulation: core.ViewEncapsulation.None,\n changeDetection: core.ChangeDetectionStrategy.OnPush\n },] }\n ];\n MatListItem.ctorParameters = function () { return [\n { type: core.ElementRef },\n { type: core.ChangeDetectorRef },\n { type: MatNavList, decorators: [{ type: core.Optional }, { type: core.Inject, args: [MAT_NAV_LIST,] }] },\n { type: MatList, decorators: [{ type: core.Optional }, { type: core.Inject, args: [MAT_LIST,] }] }\n ]; };\n MatListItem.propDecorators = {\n _lines: [{ type: core.ContentChildren, args: [core$1.MatLine, { descendants: true },] }],\n _avatar: [{ type: core.ContentChild, args: [MatListAvatarCssMatStyler,] }],\n _icon: [{ type: core.ContentChild, args: [MatListIconCssMatStyler,] }],\n disabled: [{ type: core.Input }]\n };\n return MatListItem;\n }(_MatListItemMixinBase));\n\n /**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n var MatSelectionListBase = /** @class */ (function () {\n function MatSelectionListBase() {\n }\n return MatSelectionListBase;\n }());\n var _MatSelectionListMixinBase = core$1.mixinDisableRipple(MatSelectionListBase);\n var MatListOptionBase = /** @class */ (function () {\n function MatListOptionBase() {\n }\n return MatListOptionBase;\n }());\n var _MatListOptionMixinBase = core$1.mixinDisableRipple(MatListOptionBase);\n /** @docs-private */\n var MAT_SELECTION_LIST_VALUE_ACCESSOR = {\n provide: forms.NG_VALUE_ACCESSOR,\n useExisting: core.forwardRef(function () { return MatSelectionList; }),\n multi: true\n };\n /** Change event that is being fired whenever the selected state of an option changes. */\n var MatSelectionListChange = /** @class */ (function () {\n function MatSelectionListChange(\n /** Reference to the selection list that emitted the event. */\n source, \n /** Reference to the option that has been changed. */\n option) {\n this.source = source;\n this.option = option;\n }\n return MatSelectionListChange;\n }());\n /**\n * Component for list-options of selection-list. Each list-option can automatically\n * generate a checkbox and can put current item into the selectionModel of selection-list\n * if the current item is selected.\n */\n var MatListOption = /** @class */ (function (_super) {\n __extends(MatListOption, _super);\n function MatListOption(_element, _changeDetector, \n /** @docs-private */\n selectionList) {\n var _this = _super.call(this) || this;\n _this._element = _element;\n _this._changeDetector = _changeDetector;\n _this.selectionList = selectionList;\n _this._selected = false;\n _this._disabled = false;\n _this._hasFocus = false;\n /** Whether the label should appear before or after the checkbox. Defaults to 'after' */\n _this.checkboxPosition = 'after';\n /**\n * This is set to true after the first OnChanges cycle so we don't clear the value of `selected`\n * in the first cycle.\n */\n _this._inputsInitialized = false;\n return _this;\n }\n Object.defineProperty(MatListOption.prototype, \"color\", {\n /** Theme color of the list option. This sets the color of the checkbox. */\n get: function () { return this._color || this.selectionList.color; },\n set: function (newValue) { this._color = newValue; },\n enumerable: false,\n configurable: true\n });\n Object.defineProperty(MatListOption.prototype, \"value\", {\n /** Value of the option */\n get: function () { return this._value; },\n set: function (newValue) {\n if (this.selected && newValue !== this.value && this._inputsInitialized) {\n this.selected = false;\n }\n this._value = newValue;\n },\n enumerable: false,\n configurable: true\n });\n Object.defineProperty(MatListOption.prototype, \"disabled\", {\n /** Whether the option is disabled. */\n get: function () { return this._disabled || (this.selectionList && this.selectionList.disabled); },\n set: function (value) {\n var newValue = coercion.coerceBooleanProperty(value);\n if (newValue !== this._disabled) {\n this._disabled = newValue;\n this._changeDetector.markForCheck();\n }\n },\n enumerable: false,\n configurable: true\n });\n Object.defineProperty(MatListOption.prototype, \"selected\", {\n /** Whether the option is selected. */\n get: function () { return this.selectionList.selectedOptions.isSelected(this); },\n set: function (value) {\n var isSelected = coercion.coerceBooleanProperty(value);\n if (isSelected !== this._selected) {\n this._setSelected(isSelected);\n this.selectionList._reportValueChange();\n }\n },\n enumerable: false,\n configurable: true\n });\n MatListOption.prototype.ngOnInit = function () {\n var _this = this;\n var list = this.selectionList;\n if (list._value && list._value.some(function (value) { return list.compareWith(value, _this._value); })) {\n this._setSelected(true);\n }\n var wasSelected = this._selected;\n // List options that are selected at initialization can't be reported properly to the form\n // control. This is because it takes some time until the selection-list knows about all\n // available options. Also it can happen that the ControlValueAccessor has an initial value\n // that should be used instead. Deferring the value change report to the next tick ensures\n // that the form control value is not being overwritten.\n Promise.resolve().then(function () {\n if (_this._selected || wasSelected) {\n _this.selected = true;\n _this._changeDetector.markForCheck();\n }\n });\n this._inputsInitialized = true;\n };\n MatListOption.prototype.ngAfterContentInit = function () {\n core$1.setLines(this._lines, this._element);\n };\n MatListOption.prototype.ngOnDestroy = function () {\n var _this = this;\n if (this.selected) {\n // We have to delay this until the next tick in order\n // to avoid changed after checked errors.\n Promise.resolve().then(function () {\n _this.selected = false;\n });\n }\n var hadFocus = this._hasFocus;\n var newActiveItem = this.selectionList._removeOptionFromList(this);\n // Only move focus if this option was focused at the time it was destroyed.\n if (hadFocus && newActiveItem) {\n newActiveItem.focus();\n }\n };\n /** Toggles the selection state of the option. */\n MatListOption.prototype.toggle = function () {\n this.selected = !this.selected;\n };\n /** Allows for programmatic focusing of the option. */\n MatListOption.prototype.focus = function () {\n this._element.nativeElement.focus();\n };\n /**\n * Returns the list item's text label. Implemented as a part of the FocusKeyManager.\n * @docs-private\n */\n MatListOption.prototype.getLabel = function () {\n return this._text ? (this._text.nativeElement.textContent || '') : '';\n };\n /** Whether this list item should show a ripple effect when clicked. */\n MatListOption.prototype._isRippleDisabled = function () {\n return this.disabled || this.disableRipple || this.selectionList.disableRipple;\n };\n MatListOption.prototype._handleClick = function () {\n if (!this.disabled && (this.selectionList.multiple || !this.selected)) {\n this.toggle();\n // Emit a change event if the selected state of the option changed through user interaction.\n this.selectionList._emitChangeEvent(this);\n }\n };\n MatListOption.prototype._handleFocus = function () {\n this.selectionList._setFocusedOption(this);\n this._hasFocus = true;\n };\n MatListOption.prototype._handleBlur = function () {\n this.selectionList._onTouched();\n this._hasFocus = false;\n };\n /** Retrieves the DOM element of the component host. */\n MatListOption.prototype._getHostElement = function () {\n return this._element.nativeElement;\n };\n /** Sets the selected state of the option. Returns whether the value has changed. */\n MatListOption.prototype._setSelected = function (selected) {\n if (selected === this._selected) {\n return false;\n }\n this._selected = selected;\n if (selected) {\n this.selectionList.selectedOptions.select(this);\n }\n else {\n this.selectionList.selectedOptions.deselect(this);\n }\n this._changeDetector.markForCheck();\n return true;\n };\n /**\n * Notifies Angular that the option needs to be checked in the next change detection run. Mainly\n * used to trigger an update of the list option if the disabled state of the selection list\n * changed.\n */\n MatListOption.prototype._markForCheck = function () {\n this._changeDetector.markForCheck();\n };\n MatListOption.decorators = [\n { type: core.Component, args: [{\n selector: 'mat-list-option',\n exportAs: 'matListOption',\n inputs: ['disableRipple'],\n host: {\n 'role': 'option',\n 'class': 'mat-list-item mat-list-option mat-focus-indicator',\n '(focus)': '_handleFocus()',\n '(blur)': '_handleBlur()',\n '(click)': '_handleClick()',\n '[class.mat-list-item-disabled]': 'disabled',\n '[class.mat-list-item-with-avatar]': '_avatar || _icon',\n // Manually set the \"primary\" or \"warn\" class if the color has been explicitly\n // set to \"primary\" or \"warn\". The pseudo checkbox picks up these classes for\n // its theme.\n '[class.mat-primary]': 'color === \"primary\"',\n // Even though accent is the default, we need to set this class anyway, because the list might\n // be placed inside a parent that has one of the other colors with a higher specificity.\n '[class.mat-accent]': 'color !== \"primary\" && color !== \"warn\"',\n '[class.mat-warn]': 'color === \"warn\"',\n '[class.mat-list-single-selected-option]': 'selected && !selectionList.multiple',\n '[attr.aria-selected]': 'selected',\n '[attr.aria-disabled]': 'disabled',\n '[attr.tabindex]': '-1',\n },\n template: \"<div class=\\\"mat-list-item-content\\\"\\n [class.mat-list-item-content-reverse]=\\\"checkboxPosition == 'after'\\\">\\n\\n <div mat-ripple\\n class=\\\"mat-list-item-ripple\\\"\\n [matRippleTrigger]=\\\"_getHostElement()\\\"\\n [matRippleDisabled]=\\\"_isRippleDisabled()\\\"></div>\\n\\n <mat-pseudo-checkbox\\n *ngIf=\\\"selectionList.multiple\\\"\\n [state]=\\\"selected ? 'checked' : 'unchecked'\\\"\\n [disabled]=\\\"disabled\\\"></mat-pseudo-checkbox>\\n\\n <div class=\\\"mat-list-text\\\" #text><ng-content></ng-content></div>\\n\\n <ng-content select=\\\"[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]\\\">\\n </ng-content>\\n\\n</div>\\n\",\n encapsulation: core.ViewEncapsulation.None,\n changeDetection: core.ChangeDetectionStrategy.OnPush\n },] }\n ];\n MatListOption.ctorParameters = function () { return [\n { type: core.ElementRef },\n { type: core.ChangeDetectorRef },\n { type: MatSelectionList, decorators: [{ type: core.Inject, args: [core.forwardRef(function () { return MatSelectionList; }),] }] }\n ]; };\n MatListOption.propDecorators = {\n _avatar: [{ type: core.ContentChild, args: [MatListAvatarCssMatStyler,] }],\n _icon: [{ type: core.ContentChild, args: [MatListIconCssMatStyler,] }],\n _lines: [{ type: core.ContentChildren, args: [core$1.MatLine, { descendants: true },] }],\n _text: [{ type: core.ViewChild, args: ['text',] }],\n checkboxPosition: [{ type: core.Input }],\n color: [{ type: core.Input }],\n value: [{ type: core.Input }],\n disabled: [{ type: core.Input }],\n selected: [{ type: core.Input }]\n };\n return MatListOption;\n }(_MatListOptionMixinBase));\n /**\n * Material Design list component where each item is a selectable option. Behaves as a listbox.\n */\n var MatSelectionList = /** @class */ (function (_super) {\n __extends(MatSelectionList, _super);\n function MatSelectionList(_element, \n // @breaking-change 11.0.0 Remove `tabIndex` parameter.\n tabIndex, _changeDetector) {\n var _this = _super.call(this) || this;\n _this._element = _element;\n _this._changeDetector = _changeDetector;\n _this._multiple = true;\n _this._contentInitialized = false;\n /** Emits a change event whenever the selected state of an option changes. */\n _this.selectionChange = new core.EventEmitter();\n /**\n * Tabindex of the selection list.\n * @breaking-change 11.0.0 Remove `tabIndex` input.\n */\n _this.tabIndex = 0;\n /** Theme color of the selection list. This sets the checkbox color for all list options. */\n _this.color = 'accent';\n /**\n * Function used for comparing an option against the selected value when determining which\n * options should appear as selected. The first argument is the value of an options. The second\n * one is a value from the selected value. A boolean must be returned.\n */\n _this.compareWith = function (a1, a2) { return a1 === a2; };\n _this._disabled = false;\n /** The currently selected options. */\n _this.selectedOptions = new collections.SelectionModel(_this._multiple);\n /** The tabindex of the selection list. */\n _this._tabIndex = -1;\n /** View to model callback that should be called whenever the selected options change. */\n _this._onChange = function (_) { };\n /** Emits when the list has been destroyed. */\n _this._destroyed = new rxjs.Subject();\n /** View to model callback that should be called if the list or its options lost focus. */\n _this._onTouched = function () { };\n return _this;\n }\n Object.defineProperty(MatSelectionList.prototype, \"disabled\", {\n /** Whether the selection list is disabled. */\n get: function () { return this._disabled; },\n set: function (value) {\n this._disabled = coercion.coerceBooleanProperty(value);\n // The `MatSelectionList` and `MatListOption` are using the `OnPush` change detection\n // strategy. Therefore the options will not check for any changes if the `MatSelectionList`\n // changed its state. Since we know that a change to `disabled` property of the list affects\n // the state of the options, we manually mark each option for check.\n this._markOptionsForCheck();\n },\n enumerable: false,\n configurable: true\n });\n Object.defineProperty(MatSelectionList.prototype, \"multiple\", {\n /** Whether selection is limited to one or multiple items (default multiple). */\n get: function () { return this._multiple; },\n set: function (value) {\n var newValue = coercion.coerceBooleanProperty(value);\n if (newValue !== this._multiple) {\n if (core.isDevMode() && this._contentInitialized) {\n throw new Error('Cannot change `multiple` mode of mat-selection-list after initialization.');\n }\n this._multiple = newValue;\n this.selectedOptions = new collections.SelectionModel(this._multiple, this.selectedOptions.selected);\n }\n },\n enumerable: false,\n configurable: true\n });\n MatSelectionList.prototype.ngAfterContentInit = function () {\n var _this = this;\n this._contentInitialized = true;\n this._keyManager = new a11y.FocusKeyManager(this.options)\n .withWrap()\n .withTypeAhead()\n // Allow disabled items to be focusable. For accessibility reasons, there must be a way for\n // screenreader users, that allows reading the different options of the list.\n .skipPredicate(function () { return false; })\n .withAllowedModifierKeys(['shiftKey']);\n if (this._value) {\n this._setOptionsFromValues(this._value);\n }\n // If the user attempts to tab out of the selection list, allow focus to escape.\n this._keyManager.tabOut.pipe(operators.takeUntil(this._destroyed)).subscribe(function () {\n _this._allowFocusEscape();\n });\n // When the number of options change, update the tabindex of the selection list.\n this.options.changes.pipe(operators.startWith(null), operators.takeUntil(this._destroyed)).subscribe(function () {\n _this._updateTabIndex();\n });\n // Sync external changes to the model back to the options.\n this.selectedOptions.changed.pipe(operators.takeUntil(this._destroyed)).subscribe(function (event) {\n var e_1, _a, e_2, _b;\n if (event.added) {\n try {\n for (var _c = __values(event.added), _d = _c.next(); !_d.done; _d = _c.next()) {\n var item = _d.value;\n item.selected = true;\n }\n }\n catch (e_1_1) { e_1 = { error: e_1_1 }; }\n finally {\n try {\n if (_d && !_d.done && (_a = _c.return)) _a.call(_c);\n }\n finally { if (e_1) throw e_1.error; }\n }\n }\n if (event.removed) {\n try {\n for (var _e = __values(event.removed), _f = _e.next(); !_f.done; _f = _e.next()) {\n var item = _f.value;\n item.selected = false;\n }\n }\n catch (e_2_1) { e_2 = { error: e_2_1 }; }\n finally {\n try {\n if (_f && !_f.done && (_b = _e.return)) _b.call(_e);\n }\n finally { if (e_2) throw e_2.error; }\n }\n }\n });\n };\n MatSelectionList.prototype.ngOnChanges = function (changes) {\n var disableRippleChanges = changes['disableRipple'];\n var colorChanges = changes['color'];\n if ((disableRippleChanges && !disableRippleChanges.firstChange) ||\n (colorChanges && !colorChanges.firstChange)) {\n this._markOptionsForCheck();\n }\n };\n MatSelectionList.prototype.ngOnDestroy = function () {\n this._destroyed.next();\n this._destroyed.complete();\n this._isDestroyed = true;\n };\n /** Focuses the selection list. */\n MatSelectionList.prototype.focus = function (options) {\n this._element.nativeElement.focus(options);\n };\n /** Selects all of the options. */\n MatSelectionList.prototype.selectAll = function () {\n this._setAllOptionsSelected(true);\n };\n /** Deselects all of the options. */\n MatSelectionList.prototype.deselectAll = function () {\n this._setAllOptionsSelected(false);\n };\n /** Sets the focused option of the selection-list. */\n MatSelectionList.prototype._setFocusedOption = function (option) {\n this._keyManager.updateActiveItem(option);\n };\n /**\n * Removes an option from the selection list and updates the active item.\n * @returns Currently-active item.\n */\n MatSelectionList.prototype._removeOptionFromList = function (option) {\n var optionIndex = this._getOptionIndex(option);\n if (optionIndex > -1 && this._keyManager.activeItemIndex === optionIndex) {\n // Check whether the option is the last item\n if (optionIndex > 0) {\n this._keyManager.updateActiveItem(optionIndex - 1);\n }\n else if (optionIndex === 0 && this.options.length > 1) {\n this._keyManager.updateActiveItem(Math.min(optionIndex + 1, this.options.length - 1));\n }\n }\n return this._keyManager.activeItem;\n };\n /** Passes relevant key presses to our key manager. */\n MatSelectionList.prototype._keydown = function (event) {\n var keyCode = event.keyCode;\n var manager = this._keyManager;\n var previousFocusIndex = manager.activeItemIndex;\n var hasModifier = keycodes.hasModifierKey(event);\n switch (keyCode) {\n case keycodes.SPACE:\n case keycodes.ENTER:\n if (!hasModifier && !manager.isTyping()) {\n this._toggleFocusedOption();\n // Always prevent space from scrolling the page since the list has focus\n event.preventDefault();\n }\n break;\n case keycodes.HOME:\n case keycodes.END:\n if (!hasModifier) {\n keyCode === keycodes.HOME ? manager.setFirstItemActive() : manager.setLastItemActive();\n event.preventDefault();\n }\n break;\n default:\n // The \"A\" key gets special treatment, because it's used for the \"select all\" functionality.\n if (keyCode === keycodes.A && this.multiple && keycodes.hasModifierKey(event, 'ctrlKey') &&\n !manager.isTyping()) {\n var shouldSelect = this.options.some(function (option) { return !option.disabled && !option.selected; });\n this._setAllOptionsSelected(shouldSelect, true);\n event.preventDefault();\n }\n else {\n manager.onKeydown(event);\n }\n }\n if (this.multiple && (keyCode === keycodes.UP_ARROW || keyCode === keycodes.DOWN_ARROW) && event.shiftKey &&\n manager.activeItemIndex !== previousFocusIndex) {\n this._toggleFocusedOption();\n }\n };\n /** Reports a value change to the ControlValueAccessor */\n MatSelectionList.prototype._reportValueChange = function () {\n // Stop reporting value changes after the list has been destroyed. This avoids\n // cases where the list might wrongly reset its value once it is removed, but\n // the form control is still live.\n if (this.options && !this._isDestroyed) {\n var value = this._getSelectedOptionValues();\n this._onChange(value);\n this._value = value;\n }\n };\n /** Emits a change event if the selected state of an option changed. */\n MatSelectionList.prototype._emitChangeEvent = function (option) {\n this.selectionChange.emit(new MatSelectionListChange(this, option));\n };\n /**\n * When the selection list is focused, we want to move focus to an option within the list. Do this\n * by setting the appropriate option to be active.\n */\n MatSelectionList.prototype._onFocus = function () {\n var activeIndex = this._keyManager.activeItemIndex;\n if (!activeIndex || (activeIndex === -1)) {\n // If there is no active index, set focus to the first option.\n this._keyManager.setFirstItemActive();\n }\n else {\n // Otherwise, set focus to the active option.\n this._keyManager.setActiveItem(activeIndex);\n }\n };\n /** Implemented as part of ControlValueAccessor. */\n MatSelectionList.prototype.writeValue = function (values) {\n this._value = values;\n if (this.options) {\n this._setOptionsFromValues(values || []);\n }\n };\n /** Implemented as a part of ControlValueAccessor. */\n MatSelectionList.prototype.setDisabledState = function (isDisabled) {\n this.disabled = isDisabled;\n };\n /** Implemented as part of ControlValueAccessor. */\n MatSelectionList.prototype.registerOnChange = function (fn) {\n this._onChange = fn;\n };\n /** Implemented as part of ControlValueAccessor. */\n MatSelectionList.prototype.registerOnTouched = function (fn) {\n this._onTouched = fn;\n };\n /** Sets the selected options based on the specified values. */\n MatSelectionList.prototype._setOptionsFromValues = function (values) {\n var _this = this;\n this.options.forEach(function (option) { return option._setSelected(false); });\n values.forEach(function (value) {\n var correspondingOption = _this.options.find(function (option) {\n // Skip options that are already in the model. This allows us to handle cases\n // where the same primitive value is selected multiple times.\n return option.selected ? false : _this.compareWith(option.value, value);\n });\n if (correspondingOption) {\n correspondingOption._setSelected(true);\n }\n });\n };\n /** Returns the values of the selected options. */\n MatSelectionList.prototype._getSelectedOptionValues = function () {\n return this.options.filter(function (option) { return option.selected; }).map(function (option) { return option.value; });\n };\n /** Toggles the state of the currently focused option if enabled. */\n MatSelectionList.prototype._toggleFocusedOption = function () {\n var focusedIndex = this._keyManager.activeItemIndex;\n if (focusedIndex != null && this._isValidIndex(focusedIndex)) {\n var focusedOption = this.options.toArray()[focusedIndex];\n if (focusedOption && !focusedOption.disabled && (this._multiple || !focusedOption.selected)) {\n focusedOption.toggle();\n // Emit a change event because the focused option changed its state through user\n // interaction.\n this._emitChangeEvent(focusedOption);\n }\n }\n };\n /**\n * Sets the selected state on all of the options\n * and emits an event if anything changed.\n */\n MatSelectionList.prototype._setAllOptionsSelected = function (isSelected, skipDisabled) {\n // Keep track of whether anything changed, because we only want to\n // emit the changed event when something actually changed.\n var hasChanged = false;\n this.options.forEach(function (option) {\n if ((!skipDisabled || !option.disabled) && option._setSelected(isSelected)) {\n hasChanged = true;\n }\n });\n if (hasChanged) {\n this._reportValueChange();\n }\n };\n /**\n * Utility to ensure all indexes are valid.\n * @param index The index to be checked.\n * @returns True if the index is valid for our list of options.\n */\n MatSelectionList.prototype._isValidIndex = function (index) {\n return index >= 0 && index < this.options.length;\n };\n /** Returns the index of the specified list option. */\n MatSelectionList.prototype._getOptionIndex = function (option) {\n return this.options.toArray().indexOf(option);\n };\n /** Marks all the options to be checked in the next change detection run. */\n MatSelectionList.prototype._markOptionsForCheck = function () {\n if (this.options) {\n this.options.forEach(function (option) { return option._markForCheck(); });\n }\n };\n /**\n * Removes the tabindex from the selection list and resets it back afterwards, allowing the user\n * to tab out of it. This prevents the list from capturing focus and redirecting it back within\n * the list, creating a focus trap if it user tries to tab away.\n */\n MatSelectionList.prototype._allowFocusEscape = function () {\n var _this = this;\n this._tabIndex = -1;\n setTimeout(function () {\n _this._tabIndex = 0;\n _this._changeDetector.markForCheck();\n });\n };\n /** Updates the tabindex based upon if the selection list is empty. */\n MatSelectionList.prototype._updateTabIndex = function () {\n this._tabIndex = (this.options.length === 0) ? -1 : 0;\n };\n MatSelectionList.decorators = [\n { type: core.Component, args: [{\n selector: 'mat-selection-list',\n exportAs: 'matSelectionList',\n inputs: ['disableRipple'],\n host: {\n 'role': 'listbox',\n 'class': 'mat-selection-list mat-list-base',\n '(focus)': '_onFocus()',\n '(keydown)': '_keydown($event)',\n '[attr.aria-multiselectable]': 'multiple',\n '[attr.aria-disabled]': 'disabled.toString()',\n '[attr.tabindex]': '_tabIndex',\n },\n template: '<ng-content></ng-content>',\n encapsulation: core.ViewEncapsulation.None,\n providers: [MAT_SELECTION_LIST_VALUE_ACCESSOR],\n changeDetection: core.ChangeDetectionStrategy.OnPush,\n styles: [\".mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] mat-action-list button{text-align:right}mat-action-list button::-moz-focus-inner{border:0}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.mat-list-item-disabled{pointer-events:none}.cdk-high-contrast-active .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active :host .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px}.cdk-high-contrast-active .mat-list-single-selected-option::after{content:\\\"\\\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}.cdk-high-contrast-active [dir=rtl] .mat-list-single-selected-option::after{right:auto;left:16px}@media(hover: none){.mat-list-option:not(.mat-list-single-selected-option):not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\\n\"]\n },] }\n ];\n MatSelectionList.ctorParameters = function () { return [\n { type: core.ElementRef },\n { type: String, decorators: [{ type: core.Attribute, args: ['tabindex',] }] },\n { type: core.ChangeDetectorRef }\n ]; };\n MatSelectionList.propDecorators = {\n options: [{ type: core.ContentChildren, args: [MatListOption, { descendants: true },] }],\n selectionChange: [{ type: core.Output }],\n tabIndex: [{ type: core.Input }],\n color: [{ type: core.Input }],\n compareWith: [{ type: core.Input }],\n disabled: [{ type: core.Input }],\n multiple: [{ type: core.Input }]\n };\n return MatSelectionList;\n }(_MatSelectionListMixinBase));\n\n /**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n var MatListModule = /** @class */ (function () {\n function MatListModule() {\n }\n MatListModule.decorators = [\n { type: core.NgModule, args: [{\n imports: [core$1.MatLineModule, core$1.MatRippleModule, core$1.MatCommonModule, core$1.MatPseudoCheckboxModule, common.CommonModule],\n exports: [\n MatList,\n MatNavList,\n MatListItem,\n MatListAvatarCssMatStyler,\n core$1.MatLineModule,\n core$1.MatCommonModule,\n MatListIconCssMatStyler,\n MatListSubheaderCssMatStyler,\n core$1.MatPseudoCheckboxModule,\n MatSelectionList,\n MatListOption,\n divider.MatDividerModule\n ],\n declarations: [\n MatList,\n MatNavList,\n MatListItem,\n MatListAvatarCssMatStyler,\n MatListIconCssMatStyler,\n MatListSubheaderCssMatStyler,\n MatSelectionList,\n MatListOption\n ],\n },] }\n ];\n return MatListModule;\n }());\n\n /**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n /**\n * Generated bundle index. Do not edit.\n */\n\n exports.MAT_LIST = MAT_LIST;\n exports.MAT_NAV_LIST = MAT_NAV_LIST;\n exports.MAT_SELECTION_LIST_VALUE_ACCESSOR = MAT_SELECTION_LIST_VALUE_ACCESSOR;\n exports.MatList = MatList;\n exports.MatListAvatarCssMatStyler = MatListAvatarCssMatStyler;\n exports.MatListIconCssMatStyler = MatListIconCssMatStyler;\n exports.MatListItem = MatListItem;\n exports.MatListModule = MatListModule;\n exports.MatListOption = MatListOption;\n exports.MatListSubheaderCssMatStyler = MatListSubheaderCssMatStyler;\n exports.MatNavList = MatNavList;\n exports.MatSelectionList = MatSelectionList;\n exports.MatSelectionListChange = MatSelectionListChange;\n\n Object.defineProperty(exports, '__esModule', { value: true });\n\n})));\n//# sourceMappingURL=material-list.umd.js.map\n"]}
|
|
1
|
+
{"version":3,"sources":["src/material/material-list.umd.js"],"names":["global","factory","exports","module","require","define","amd","self","ng","material","list","common","core","cdk","coercion","rxjs","operators","a11y","collections","keycodes","forms","divider","this","core$1","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","constructor","prototype","create","__values","o","s","Symbol","iterator","m","i","call","length","next","value","done","TypeError","__read","n","r","e","ar","push","error","__spread","arguments","concat","_MatListMixinBase","mixinDisabled","mixinDisableRipple","MatListBase","_MatListItemMixinBase","MatListItemBase","MAT_LIST","InjectionToken","MAT_NAV_LIST","MatNavList","_super","_this","apply","_stateChanges","Subject","ngOnChanges","ngOnDestroy","complete","decorators","type","Component","args","selector","exportAs","host","role","class","template","inputs","encapsulation","ViewEncapsulation","None","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","useExisting","styles","MatListAvatarCssMatStyler","MatListIconCssMatStyler","MatListSubheaderCssMatStyler","MatList","_elementRef","_getListType","nativeElement","classList","add","nodeName","toLowerCase","ctorParameters","ElementRef","Directive","MatListItem","_element","_changeDetectorRef","navList","_isInteractiveList","_destroyed","_disabled","_list","element","_getHostElement","hasAttribute","setAttribute","pipe","takeUntil","subscribe","markForCheck","defineProperty","get","disabled","set","coerceBooleanProperty","enumerable","configurable","ngAfterContentInit","setLines","_lines","_isRippleDisabled","disableRipple","[class.mat-list-item-disabled]","[class.mat-list-item-avatar]","[class.mat-list-item-with-avatar]","ChangeDetectorRef","Optional","Inject","propDecorators","ContentChildren","MatLine","descendants","_avatar","ContentChild","_icon","Input","_MatSelectionListMixinBase","MatSelectionListBase","_MatListOptionMixinBase","MatListOptionBase","MAT_SELECTION_LIST_VALUE_ACCESSOR","NG_VALUE_ACCESSOR","forwardRef","MatSelectionList","multi","MatSelectionListChange","source","option","MatListOption","_changeDetector","selectionList","_selected","_hasFocus","checkboxPosition","_inputsInitialized","_color","color","newValue","_value","selected","compareWith","selectedOptions","isSelected","_setSelected","_reportValueChange","ngOnInit","some","wasSelected","Promise","resolve","then","hadFocus","newActiveItem","_removeOptionFromList","focus","toggle","getLabel","_text","textContent","_handleClick","multiple","_emitChangeEvent","_handleFocus","_setFocusedOption","_handleBlur","_onTouched","select","deselect","_markForCheck","(focus)","(blur)","(click)","[class.mat-primary]","[class.mat-accent]","[class.mat-warn]","[class.mat-list-single-selected-option]","[attr.aria-selected]","[attr.aria-disabled]","[attr.tabindex]","ViewChild","MatListModule","tabIndex","_focusMonitor","_multiple","_contentInitialized","selectionChange","EventEmitter","a1","a2","SelectionModel","_tabIndex","_onChange","_","_markOptionsForCheck","_a","_keyManager","FocusKeyManager","options","withWrap","withTypeAhead","withHomeAndEnd","skipPredicate","withAllowedModifierKeys","_setOptionsFromValues","tabOut","_allowFocusEscape","changes","startWith","_updateTabIndex","changed","event","e_1","_b","e_2","_c","added","_d","_e","e_1_1","return","removed","_f","_g","e_2_1","monitor","origin","activeIndex","activeItemIndex","setActiveItem","setFirstItemActive","disableRippleChanges","colorChanges","firstChange","stopMonitoring","_isDestroyed","selectAll","_setAllOptionsSelected","deselectAll","updateActiveItem","optionIndex","_getOptionIndex","Math","min","activeItem","_keydown","keyCode","manager","previousFocusIndex","hasModifier","hasModifierKey","SPACE","ENTER","isTyping","_toggleFocusedOption","preventDefault","A","shouldSelect","onKeydown","UP_ARROW","DOWN_ARROW","shiftKey","_getSelectedOptionValues","emit","writeValue","values","setDisabledState","isDisabled","registerOnChange","fn","registerOnTouched","forEach","correspondingOption","find","filter","map","focusedIndex","_isValidIndex","focusedOption","toArray","skipDisabled","hasChanged","index","indexOf","setTimeout","(keydown)","[attr.aria-multiselectable]","String","Attribute","FocusMonitor","Output","NgModule","imports","MatLineModule","MatRippleModule","MatCommonModule","MatPseudoCheckboxModule","CommonModule","MatDividerModule","declarations"],"mappings":"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","sourcesContent":["(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('@angular/core'), require('@angular/material/core'), require('@angular/cdk/coercion'), require('rxjs'), require('rxjs/operators'), require('@angular/cdk/a11y'), require('@angular/cdk/collections'), require('@angular/cdk/keycodes'), require('@angular/forms'), require('@angular/material/divider')) :\n typeof define === 'function' && define.amd ? define('@angular/material/list', ['exports', '@angular/common', '@angular/core', '@angular/material/core', '@angular/cdk/coercion', 'rxjs', 'rxjs/operators', '@angular/cdk/a11y', '@angular/cdk/collections', '@angular/cdk/keycodes', '@angular/forms', '@angular/material/divider'], factory) :\n (global = global || self, factory((global.ng = global.ng || {}, global.ng.material = global.ng.material || {}, global.ng.material.list = {}), global.ng.common, global.ng.core, global.ng.material.core, global.ng.cdk.coercion, global.rxjs, global.rxjs.operators, global.ng.cdk.a11y, global.ng.cdk.collections, global.ng.cdk.keycodes, global.ng.forms, global.ng.material.divider));\n}(this, (function (exports, common, core, core$1, coercion, rxjs, operators, a11y, collections, keycodes, forms, divider) { 'use strict';\n\n /*! *****************************************************************************\n Copyright (c) Microsoft Corporation.\n\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted.\n\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\n REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\n INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n PERFORMANCE OF THIS SOFTWARE.\n ***************************************************************************** */\n /* global Reflect, Promise */\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b)\n if (b.hasOwnProperty(p))\n d[p] = b[p]; };\n return extendStatics(d, b);\n };\n function __extends(d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n }\n var __assign = function () {\n __assign = Object.assign || function __assign(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s)\n if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n };\n function __rest(s, e) {\n var t = {};\n for (var p in s)\n if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n }\n function __decorate(decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\")\n r = Reflect.decorate(decorators, target, key, desc);\n else\n for (var i = decorators.length - 1; i >= 0; i--)\n if (d = decorators[i])\n r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n }\n function __param(paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); };\n }\n function __metadata(metadataKey, metadataValue) {\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\")\n return Reflect.metadata(metadataKey, metadataValue);\n }\n function __awaiter(thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try {\n step(generator.next(value));\n }\n catch (e) {\n reject(e);\n } }\n function rejected(value) { try {\n step(generator[\"throw\"](value));\n }\n catch (e) {\n reject(e);\n } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n }\n function __generator(thisArg, body) {\n var _ = { label: 0, sent: function () { if (t[0] & 1)\n throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function () { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f)\n throw new TypeError(\"Generator is already executing.\");\n while (_)\n try {\n 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)\n return t;\n if (y = 0, t)\n op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0:\n case 1:\n t = op;\n break;\n case 4:\n _.label++;\n return { value: op[1], done: false };\n case 5:\n _.label++;\n y = op[1];\n op = [0];\n continue;\n case 7:\n op = _.ops.pop();\n _.trys.pop();\n continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {\n _ = 0;\n continue;\n }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {\n _.label = op[1];\n break;\n }\n if (op[0] === 6 && _.label < t[1]) {\n _.label = t[1];\n t = op;\n break;\n }\n if (t && _.label < t[2]) {\n _.label = t[2];\n _.ops.push(op);\n break;\n }\n if (t[2])\n _.ops.pop();\n _.trys.pop();\n continue;\n }\n op = body.call(thisArg, _);\n }\n catch (e) {\n op = [6, e];\n y = 0;\n }\n finally {\n f = t = 0;\n }\n if (op[0] & 5)\n throw op[1];\n return { value: op[0] ? op[1] : void 0, done: true };\n }\n }\n var __createBinding = Object.create ? (function (o, m, k, k2) {\n if (k2 === undefined)\n k2 = k;\n Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });\n }) : (function (o, m, k, k2) {\n if (k2 === undefined)\n k2 = k;\n o[k2] = m[k];\n });\n function __exportStar(m, exports) {\n for (var p in m)\n if (p !== \"default\" && !exports.hasOwnProperty(p))\n __createBinding(exports, m, p);\n }\n function __values(o) {\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\n if (m)\n return m.call(o);\n if (o && typeof o.length === \"number\")\n return {\n next: function () {\n if (o && i >= o.length)\n o = void 0;\n return { value: o && o[i++], done: !o };\n }\n };\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\n }\n function __read(o, n) {\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\n if (!m)\n return o;\n var i = m.call(o), r, ar = [], e;\n try {\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done)\n ar.push(r.value);\n }\n catch (error) {\n e = { error: error };\n }\n finally {\n try {\n if (r && !r.done && (m = i[\"return\"]))\n m.call(i);\n }\n finally {\n if (e)\n throw e.error;\n }\n }\n return ar;\n }\n function __spread() {\n for (var ar = [], i = 0; i < arguments.length; i++)\n ar = ar.concat(__read(arguments[i]));\n return ar;\n }\n function __spreadArrays() {\n for (var s = 0, i = 0, il = arguments.length; i < il; i++)\n s += arguments[i].length;\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\n r[k] = a[j];\n return r;\n }\n ;\n function __await(v) {\n return this instanceof __await ? (this.v = v, this) : new __await(v);\n }\n function __asyncGenerator(thisArg, _arguments, generator) {\n if (!Symbol.asyncIterator)\n throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\n function verb(n) { if (g[n])\n i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\n function resume(n, v) { try {\n step(g[n](v));\n }\n catch (e) {\n settle(q[0][3], e);\n } }\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\n function fulfill(value) { resume(\"next\", value); }\n function reject(value) { resume(\"throw\", value); }\n function settle(f, v) { if (f(v), q.shift(), q.length)\n resume(q[0][0], q[0][1]); }\n }\n function __asyncDelegator(o) {\n var i, p;\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\n 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; }\n }\n function __asyncValues(o) {\n if (!Symbol.asyncIterator)\n throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var m = o[Symbol.asyncIterator], i;\n 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);\n 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); }); }; }\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }\n }\n function __makeTemplateObject(cooked, raw) {\n if (Object.defineProperty) {\n Object.defineProperty(cooked, \"raw\", { value: raw });\n }\n else {\n cooked.raw = raw;\n }\n return cooked;\n }\n ;\n var __setModuleDefault = Object.create ? (function (o, v) {\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\n }) : function (o, v) {\n o[\"default\"] = v;\n };\n function __importStar(mod) {\n if (mod && mod.__esModule)\n return mod;\n var result = {};\n if (mod != null)\n for (var k in mod)\n if (Object.hasOwnProperty.call(mod, k))\n __createBinding(result, mod, k);\n __setModuleDefault(result, mod);\n return result;\n }\n function __importDefault(mod) {\n return (mod && mod.__esModule) ? mod : { default: mod };\n }\n function __classPrivateFieldGet(receiver, privateMap) {\n if (!privateMap.has(receiver)) {\n throw new TypeError(\"attempted to get private field on non-instance\");\n }\n return privateMap.get(receiver);\n }\n function __classPrivateFieldSet(receiver, privateMap, value) {\n if (!privateMap.has(receiver)) {\n throw new TypeError(\"attempted to set private field on non-instance\");\n }\n privateMap.set(receiver, value);\n return value;\n }\n\n // Boilerplate for applying mixins to MatList.\n /** @docs-private */\n var MatListBase = /** @class */ (function () {\n function MatListBase() {\n }\n return MatListBase;\n }());\n var _MatListMixinBase = core$1.mixinDisabled(core$1.mixinDisableRipple(MatListBase));\n // Boilerplate for applying mixins to MatListItem.\n /** @docs-private */\n var MatListItemBase = /** @class */ (function () {\n function MatListItemBase() {\n }\n return MatListItemBase;\n }());\n var _MatListItemMixinBase = core$1.mixinDisableRipple(MatListItemBase);\n /**\n * Injection token that can be used to inject instances of `MatList`. It serves as\n * alternative token to the actual `MatList` class which could cause unnecessary\n * retention of the class and its component metadata.\n */\n var MAT_LIST = new core.InjectionToken('MatList');\n /**\n * Injection token that can be used to inject instances of `MatNavList`. It serves as\n * alternative token to the actual `MatNavList` class which could cause unnecessary\n * retention of the class and its component metadata.\n */\n var MAT_NAV_LIST = new core.InjectionToken('MatNavList');\n var MatNavList = /** @class */ (function (_super) {\n __extends(MatNavList, _super);\n function MatNavList() {\n var _this = _super.apply(this, __spread(arguments)) || this;\n /** Emits when the state of the list changes. */\n _this._stateChanges = new rxjs.Subject();\n return _this;\n }\n MatNavList.prototype.ngOnChanges = function () {\n this._stateChanges.next();\n };\n MatNavList.prototype.ngOnDestroy = function () {\n this._stateChanges.complete();\n };\n return MatNavList;\n }(_MatListMixinBase));\n MatNavList.decorators = [\n { type: core.Component, args: [{\n selector: 'mat-nav-list',\n exportAs: 'matNavList',\n host: {\n 'role': 'navigation',\n 'class': 'mat-nav-list mat-list-base'\n },\n template: \"<ng-content></ng-content>\\n\\n\",\n inputs: ['disableRipple', 'disabled'],\n encapsulation: core.ViewEncapsulation.None,\n changeDetection: core.ChangeDetectionStrategy.OnPush,\n providers: [{ provide: MAT_NAV_LIST, useExisting: MatNavList }],\n styles: [\".mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] mat-action-list button{text-align:right}mat-action-list button::-moz-focus-inner{border:0}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.mat-list-item-disabled{pointer-events:none}.cdk-high-contrast-active .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active :host .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px}.cdk-high-contrast-active .mat-list-single-selected-option::after{content:\\\"\\\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}.cdk-high-contrast-active [dir=rtl] .mat-list-single-selected-option::after{right:auto;left:16px}@media(hover: none){.mat-list-option:not(.mat-list-single-selected-option):not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\\n\"]\n },] }\n ];\n var MatList = /** @class */ (function (_super) {\n __extends(MatList, _super);\n function MatList(_elementRef) {\n var _this = _super.call(this) || this;\n _this._elementRef = _elementRef;\n /** Emits when the state of the list changes. */\n _this._stateChanges = new rxjs.Subject();\n if (_this._getListType() === 'action-list') {\n _elementRef.nativeElement.classList.add('mat-action-list');\n }\n return _this;\n }\n MatList.prototype._getListType = function () {\n var nodeName = this._elementRef.nativeElement.nodeName.toLowerCase();\n if (nodeName === 'mat-list') {\n return 'list';\n }\n if (nodeName === 'mat-action-list') {\n return 'action-list';\n }\n return null;\n };\n MatList.prototype.ngOnChanges = function () {\n this._stateChanges.next();\n };\n MatList.prototype.ngOnDestroy = function () {\n this._stateChanges.complete();\n };\n return MatList;\n }(_MatListMixinBase));\n MatList.decorators = [\n { type: core.Component, args: [{\n selector: 'mat-list, mat-action-list',\n exportAs: 'matList',\n template: \"<ng-content></ng-content>\\n\\n\",\n host: {\n 'class': 'mat-list mat-list-base'\n },\n inputs: ['disableRipple', 'disabled'],\n encapsulation: core.ViewEncapsulation.None,\n changeDetection: core.ChangeDetectionStrategy.OnPush,\n providers: [{ provide: MAT_LIST, useExisting: MatList }],\n styles: [\".mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] mat-action-list button{text-align:right}mat-action-list button::-moz-focus-inner{border:0}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.mat-list-item-disabled{pointer-events:none}.cdk-high-contrast-active .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active :host .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px}.cdk-high-contrast-active .mat-list-single-selected-option::after{content:\\\"\\\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}.cdk-high-contrast-active [dir=rtl] .mat-list-single-selected-option::after{right:auto;left:16px}@media(hover: none){.mat-list-option:not(.mat-list-single-selected-option):not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\\n\"]\n },] }\n ];\n MatList.ctorParameters = function () { return [\n { type: core.ElementRef }\n ]; };\n /**\n * Directive whose purpose is to add the mat- CSS styling to this selector.\n * @docs-private\n */\n var MatListAvatarCssMatStyler = /** @class */ (function () {\n function MatListAvatarCssMatStyler() {\n }\n return MatListAvatarCssMatStyler;\n }());\n MatListAvatarCssMatStyler.decorators = [\n { type: core.Directive, args: [{\n selector: '[mat-list-avatar], [matListAvatar]',\n host: { 'class': 'mat-list-avatar' }\n },] }\n ];\n /**\n * Directive whose purpose is to add the mat- CSS styling to this selector.\n * @docs-private\n */\n var MatListIconCssMatStyler = /** @class */ (function () {\n function MatListIconCssMatStyler() {\n }\n return MatListIconCssMatStyler;\n }());\n MatListIconCssMatStyler.decorators = [\n { type: core.Directive, args: [{\n selector: '[mat-list-icon], [matListIcon]',\n host: { 'class': 'mat-list-icon' }\n },] }\n ];\n /**\n * Directive whose purpose is to add the mat- CSS styling to this selector.\n * @docs-private\n */\n var MatListSubheaderCssMatStyler = /** @class */ (function () {\n function MatListSubheaderCssMatStyler() {\n }\n return MatListSubheaderCssMatStyler;\n }());\n MatListSubheaderCssMatStyler.decorators = [\n { type: core.Directive, args: [{\n selector: '[mat-subheader], [matSubheader]',\n host: { 'class': 'mat-subheader' }\n },] }\n ];\n /** An item within a Material Design list. */\n var MatListItem = /** @class */ (function (_super) {\n __extends(MatListItem, _super);\n function MatListItem(_element, _changeDetectorRef, navList, list) {\n var _this = _super.call(this) || this;\n _this._element = _element;\n _this._isInteractiveList = false;\n _this._destroyed = new rxjs.Subject();\n _this._disabled = false;\n _this._isInteractiveList = !!(navList || (list && list._getListType() === 'action-list'));\n _this._list = navList || list;\n // If no type attribute is specified for <button>, set it to \"button\".\n // If a type attribute is already specified, do nothing.\n var element = _this._getHostElement();\n if (element.nodeName.toLowerCase() === 'button' && !element.hasAttribute('type')) {\n element.setAttribute('type', 'button');\n }\n if (_this._list) {\n // React to changes in the state of the parent list since\n // some of the item's properties depend on it (e.g. `disableRipple`).\n _this._list._stateChanges.pipe(operators.takeUntil(_this._destroyed)).subscribe(function () {\n _changeDetectorRef.markForCheck();\n });\n }\n return _this;\n }\n Object.defineProperty(MatListItem.prototype, \"disabled\", {\n /** Whether the option is disabled. */\n get: function () { return this._disabled || !!(this._list && this._list.disabled); },\n set: function (value) {\n this._disabled = coercion.coerceBooleanProperty(value);\n },\n enumerable: false,\n configurable: true\n });\n MatListItem.prototype.ngAfterContentInit = function () {\n core$1.setLines(this._lines, this._element);\n };\n MatListItem.prototype.ngOnDestroy = function () {\n this._destroyed.next();\n this._destroyed.complete();\n };\n /** Whether this list item should show a ripple effect when clicked. */\n MatListItem.prototype._isRippleDisabled = function () {\n return !this._isInteractiveList || this.disableRipple ||\n !!(this._list && this._list.disableRipple);\n };\n /** Retrieves the DOM element of the component host. */\n MatListItem.prototype._getHostElement = function () {\n return this._element.nativeElement;\n };\n return MatListItem;\n }(_MatListItemMixinBase));\n MatListItem.decorators = [\n { type: core.Component, args: [{\n selector: 'mat-list-item, a[mat-list-item], button[mat-list-item]',\n exportAs: 'matListItem',\n host: {\n 'class': 'mat-list-item mat-focus-indicator',\n '[class.mat-list-item-disabled]': 'disabled',\n // @breaking-change 8.0.0 Remove `mat-list-item-avatar` in favor of `mat-list-item-with-avatar`.\n '[class.mat-list-item-avatar]': '_avatar || _icon',\n '[class.mat-list-item-with-avatar]': '_avatar || _icon',\n },\n inputs: ['disableRipple'],\n template: \"<div class=\\\"mat-list-item-content\\\">\\n <div class=\\\"mat-list-item-ripple\\\" mat-ripple\\n [matRippleTrigger]=\\\"_getHostElement()\\\"\\n [matRippleDisabled]=\\\"_isRippleDisabled()\\\">\\n </div>\\n\\n <ng-content select=\\\"[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]\\\">\\n </ng-content>\\n\\n <div class=\\\"mat-list-text\\\"><ng-content select=\\\"[mat-line], [matLine]\\\"></ng-content></div>\\n\\n <ng-content></ng-content>\\n</div>\\n\",\n encapsulation: core.ViewEncapsulation.None,\n changeDetection: core.ChangeDetectionStrategy.OnPush\n },] }\n ];\n MatListItem.ctorParameters = function () { return [\n { type: core.ElementRef },\n { type: core.ChangeDetectorRef },\n { type: MatNavList, decorators: [{ type: core.Optional }, { type: core.Inject, args: [MAT_NAV_LIST,] }] },\n { type: MatList, decorators: [{ type: core.Optional }, { type: core.Inject, args: [MAT_LIST,] }] }\n ]; };\n MatListItem.propDecorators = {\n _lines: [{ type: core.ContentChildren, args: [core$1.MatLine, { descendants: true },] }],\n _avatar: [{ type: core.ContentChild, args: [MatListAvatarCssMatStyler,] }],\n _icon: [{ type: core.ContentChild, args: [MatListIconCssMatStyler,] }],\n disabled: [{ type: core.Input }]\n };\n\n var MatSelectionListBase = /** @class */ (function () {\n function MatSelectionListBase() {\n }\n return MatSelectionListBase;\n }());\n var _MatSelectionListMixinBase = core$1.mixinDisableRipple(MatSelectionListBase);\n var MatListOptionBase = /** @class */ (function () {\n function MatListOptionBase() {\n }\n return MatListOptionBase;\n }());\n var _MatListOptionMixinBase = core$1.mixinDisableRipple(MatListOptionBase);\n /** @docs-private */\n var MAT_SELECTION_LIST_VALUE_ACCESSOR = {\n provide: forms.NG_VALUE_ACCESSOR,\n useExisting: core.forwardRef(function () { return MatSelectionList; }),\n multi: true\n };\n /** Change event that is being fired whenever the selected state of an option changes. */\n var MatSelectionListChange = /** @class */ (function () {\n function MatSelectionListChange(\n /** Reference to the selection list that emitted the event. */\n source, \n /** Reference to the option that has been changed. */\n option) {\n this.source = source;\n this.option = option;\n }\n return MatSelectionListChange;\n }());\n /**\n * Component for list-options of selection-list. Each list-option can automatically\n * generate a checkbox and can put current item into the selectionModel of selection-list\n * if the current item is selected.\n */\n var MatListOption = /** @class */ (function (_super) {\n __extends(MatListOption, _super);\n function MatListOption(_element, _changeDetector, \n /** @docs-private */\n selectionList) {\n var _this = _super.call(this) || this;\n _this._element = _element;\n _this._changeDetector = _changeDetector;\n _this.selectionList = selectionList;\n _this._selected = false;\n _this._disabled = false;\n _this._hasFocus = false;\n /** Whether the label should appear before or after the checkbox. Defaults to 'after' */\n _this.checkboxPosition = 'after';\n /**\n * This is set to true after the first OnChanges cycle so we don't clear the value of `selected`\n * in the first cycle.\n */\n _this._inputsInitialized = false;\n return _this;\n }\n Object.defineProperty(MatListOption.prototype, \"color\", {\n /** Theme color of the list option. This sets the color of the checkbox. */\n get: function () { return this._color || this.selectionList.color; },\n set: function (newValue) { this._color = newValue; },\n enumerable: false,\n configurable: true\n });\n Object.defineProperty(MatListOption.prototype, \"value\", {\n /** Value of the option */\n get: function () { return this._value; },\n set: function (newValue) {\n if (this.selected &&\n !this.selectionList.compareWith(newValue, this.value) &&\n this._inputsInitialized) {\n this.selected = false;\n }\n this._value = newValue;\n },\n enumerable: false,\n configurable: true\n });\n Object.defineProperty(MatListOption.prototype, \"disabled\", {\n /** Whether the option is disabled. */\n get: function () { return this._disabled || (this.selectionList && this.selectionList.disabled); },\n set: function (value) {\n var newValue = coercion.coerceBooleanProperty(value);\n if (newValue !== this._disabled) {\n this._disabled = newValue;\n this._changeDetector.markForCheck();\n }\n },\n enumerable: false,\n configurable: true\n });\n Object.defineProperty(MatListOption.prototype, \"selected\", {\n /** Whether the option is selected. */\n get: function () { return this.selectionList.selectedOptions.isSelected(this); },\n set: function (value) {\n var isSelected = coercion.coerceBooleanProperty(value);\n if (isSelected !== this._selected) {\n this._setSelected(isSelected);\n this.selectionList._reportValueChange();\n }\n },\n enumerable: false,\n configurable: true\n });\n MatListOption.prototype.ngOnInit = function () {\n var _this = this;\n var list = this.selectionList;\n if (list._value && list._value.some(function (value) { return list.compareWith(value, _this._value); })) {\n this._setSelected(true);\n }\n var wasSelected = this._selected;\n // List options that are selected at initialization can't be reported properly to the form\n // control. This is because it takes some time until the selection-list knows about all\n // available options. Also it can happen that the ControlValueAccessor has an initial value\n // that should be used instead. Deferring the value change report to the next tick ensures\n // that the form control value is not being overwritten.\n Promise.resolve().then(function () {\n if (_this._selected || wasSelected) {\n _this.selected = true;\n _this._changeDetector.markForCheck();\n }\n });\n this._inputsInitialized = true;\n };\n MatListOption.prototype.ngAfterContentInit = function () {\n core$1.setLines(this._lines, this._element);\n };\n MatListOption.prototype.ngOnDestroy = function () {\n var _this = this;\n if (this.selected) {\n // We have to delay this until the next tick in order\n // to avoid changed after checked errors.\n Promise.resolve().then(function () {\n _this.selected = false;\n });\n }\n var hadFocus = this._hasFocus;\n var newActiveItem = this.selectionList._removeOptionFromList(this);\n // Only move focus if this option was focused at the time it was destroyed.\n if (hadFocus && newActiveItem) {\n newActiveItem.focus();\n }\n };\n /** Toggles the selection state of the option. */\n MatListOption.prototype.toggle = function () {\n this.selected = !this.selected;\n };\n /** Allows for programmatic focusing of the option. */\n MatListOption.prototype.focus = function () {\n this._element.nativeElement.focus();\n };\n /**\n * Returns the list item's text label. Implemented as a part of the FocusKeyManager.\n * @docs-private\n */\n MatListOption.prototype.getLabel = function () {\n return this._text ? (this._text.nativeElement.textContent || '') : '';\n };\n /** Whether this list item should show a ripple effect when clicked. */\n MatListOption.prototype._isRippleDisabled = function () {\n return this.disabled || this.disableRipple || this.selectionList.disableRipple;\n };\n MatListOption.prototype._handleClick = function () {\n if (!this.disabled && (this.selectionList.multiple || !this.selected)) {\n this.toggle();\n // Emit a change event if the selected state of the option changed through user interaction.\n this.selectionList._emitChangeEvent(this);\n }\n };\n MatListOption.prototype._handleFocus = function () {\n this.selectionList._setFocusedOption(this);\n this._hasFocus = true;\n };\n MatListOption.prototype._handleBlur = function () {\n this.selectionList._onTouched();\n this._hasFocus = false;\n };\n /** Retrieves the DOM element of the component host. */\n MatListOption.prototype._getHostElement = function () {\n return this._element.nativeElement;\n };\n /** Sets the selected state of the option. Returns whether the value has changed. */\n MatListOption.prototype._setSelected = function (selected) {\n if (selected === this._selected) {\n return false;\n }\n this._selected = selected;\n if (selected) {\n this.selectionList.selectedOptions.select(this);\n }\n else {\n this.selectionList.selectedOptions.deselect(this);\n }\n this._changeDetector.markForCheck();\n return true;\n };\n /**\n * Notifies Angular that the option needs to be checked in the next change detection run. Mainly\n * used to trigger an update of the list option if the disabled state of the selection list\n * changed.\n */\n MatListOption.prototype._markForCheck = function () {\n this._changeDetector.markForCheck();\n };\n return MatListOption;\n }(_MatListOptionMixinBase));\n MatListOption.decorators = [\n { type: core.Component, args: [{\n selector: 'mat-list-option',\n exportAs: 'matListOption',\n inputs: ['disableRipple'],\n host: {\n 'role': 'option',\n 'class': 'mat-list-item mat-list-option mat-focus-indicator',\n '(focus)': '_handleFocus()',\n '(blur)': '_handleBlur()',\n '(click)': '_handleClick()',\n '[class.mat-list-item-disabled]': 'disabled',\n '[class.mat-list-item-with-avatar]': '_avatar || _icon',\n // Manually set the \"primary\" or \"warn\" class if the color has been explicitly\n // set to \"primary\" or \"warn\". The pseudo checkbox picks up these classes for\n // its theme.\n '[class.mat-primary]': 'color === \"primary\"',\n // Even though accent is the default, we need to set this class anyway, because the list might\n // be placed inside a parent that has one of the other colors with a higher specificity.\n '[class.mat-accent]': 'color !== \"primary\" && color !== \"warn\"',\n '[class.mat-warn]': 'color === \"warn\"',\n '[class.mat-list-single-selected-option]': 'selected && !selectionList.multiple',\n '[attr.aria-selected]': 'selected',\n '[attr.aria-disabled]': 'disabled',\n '[attr.tabindex]': '-1',\n },\n template: \"<div class=\\\"mat-list-item-content\\\"\\n [class.mat-list-item-content-reverse]=\\\"checkboxPosition == 'after'\\\">\\n\\n <div mat-ripple\\n class=\\\"mat-list-item-ripple\\\"\\n [matRippleTrigger]=\\\"_getHostElement()\\\"\\n [matRippleDisabled]=\\\"_isRippleDisabled()\\\"></div>\\n\\n <mat-pseudo-checkbox\\n *ngIf=\\\"selectionList.multiple\\\"\\n [state]=\\\"selected ? 'checked' : 'unchecked'\\\"\\n [disabled]=\\\"disabled\\\"></mat-pseudo-checkbox>\\n\\n <div class=\\\"mat-list-text\\\" #text><ng-content></ng-content></div>\\n\\n <ng-content select=\\\"[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]\\\">\\n </ng-content>\\n\\n</div>\\n\",\n encapsulation: core.ViewEncapsulation.None,\n changeDetection: core.ChangeDetectionStrategy.OnPush\n },] }\n ];\n MatListOption.ctorParameters = function () { return [\n { type: core.ElementRef },\n { type: core.ChangeDetectorRef },\n { type: MatSelectionList, decorators: [{ type: core.Inject, args: [core.forwardRef(function () { return MatSelectionList; }),] }] }\n ]; };\n MatListOption.propDecorators = {\n _avatar: [{ type: core.ContentChild, args: [MatListAvatarCssMatStyler,] }],\n _icon: [{ type: core.ContentChild, args: [MatListIconCssMatStyler,] }],\n _lines: [{ type: core.ContentChildren, args: [core$1.MatLine, { descendants: true },] }],\n _text: [{ type: core.ViewChild, args: ['text',] }],\n checkboxPosition: [{ type: core.Input }],\n color: [{ type: core.Input }],\n value: [{ type: core.Input }],\n disabled: [{ type: core.Input }],\n selected: [{ type: core.Input }]\n };\n /**\n * Material Design list component where each item is a selectable option. Behaves as a listbox.\n */\n var MatSelectionList = /** @class */ (function (_super) {\n __extends(MatSelectionList, _super);\n function MatSelectionList(_element, \n // @breaking-change 11.0.0 Remove `tabIndex` parameter.\n tabIndex, _changeDetector, \n // @breaking-change 11.0.0 `_focusMonitor` parameter to become required.\n _focusMonitor) {\n var _this = _super.call(this) || this;\n _this._element = _element;\n _this._changeDetector = _changeDetector;\n _this._focusMonitor = _focusMonitor;\n _this._multiple = true;\n _this._contentInitialized = false;\n /** Emits a change event whenever the selected state of an option changes. */\n _this.selectionChange = new core.EventEmitter();\n /**\n * Tabindex of the selection list.\n * @breaking-change 11.0.0 Remove `tabIndex` input.\n */\n _this.tabIndex = 0;\n /** Theme color of the selection list. This sets the checkbox color for all list options. */\n _this.color = 'accent';\n /**\n * Function used for comparing an option against the selected value when determining which\n * options should appear as selected. The first argument is the value of an options. The second\n * one is a value from the selected value. A boolean must be returned.\n */\n _this.compareWith = function (a1, a2) { return a1 === a2; };\n _this._disabled = false;\n /** The currently selected options. */\n _this.selectedOptions = new collections.SelectionModel(_this._multiple);\n /** The tabindex of the selection list. */\n _this._tabIndex = -1;\n /** View to model callback that should be called whenever the selected options change. */\n _this._onChange = function (_) { };\n /** Emits when the list has been destroyed. */\n _this._destroyed = new rxjs.Subject();\n /** View to model callback that should be called if the list or its options lost focus. */\n _this._onTouched = function () { };\n return _this;\n }\n Object.defineProperty(MatSelectionList.prototype, \"disabled\", {\n /** Whether the selection list is disabled. */\n get: function () { return this._disabled; },\n set: function (value) {\n this._disabled = coercion.coerceBooleanProperty(value);\n // The `MatSelectionList` and `MatListOption` are using the `OnPush` change detection\n // strategy. Therefore the options will not check for any changes if the `MatSelectionList`\n // changed its state. Since we know that a change to `disabled` property of the list affects\n // the state of the options, we manually mark each option for check.\n this._markOptionsForCheck();\n },\n enumerable: false,\n configurable: true\n });\n Object.defineProperty(MatSelectionList.prototype, \"multiple\", {\n /** Whether selection is limited to one or multiple items (default multiple). */\n get: function () { return this._multiple; },\n set: function (value) {\n var newValue = coercion.coerceBooleanProperty(value);\n if (newValue !== this._multiple) {\n if (this._contentInitialized && (typeof ngDevMode === 'undefined' || ngDevMode)) {\n throw new Error('Cannot change `multiple` mode of mat-selection-list after initialization.');\n }\n this._multiple = newValue;\n this.selectedOptions = new collections.SelectionModel(this._multiple, this.selectedOptions.selected);\n }\n },\n enumerable: false,\n configurable: true\n });\n MatSelectionList.prototype.ngAfterContentInit = function () {\n var _this = this;\n var _a;\n this._contentInitialized = true;\n this._keyManager = new a11y.FocusKeyManager(this.options)\n .withWrap()\n .withTypeAhead()\n .withHomeAndEnd()\n // Allow disabled items to be focusable. For accessibility reasons, there must be a way for\n // screenreader users, that allows reading the different options of the list.\n .skipPredicate(function () { return false; })\n .withAllowedModifierKeys(['shiftKey']);\n if (this._value) {\n this._setOptionsFromValues(this._value);\n }\n // If the user attempts to tab out of the selection list, allow focus to escape.\n this._keyManager.tabOut.pipe(operators.takeUntil(this._destroyed)).subscribe(function () {\n _this._allowFocusEscape();\n });\n // When the number of options change, update the tabindex of the selection list.\n this.options.changes.pipe(operators.startWith(null), operators.takeUntil(this._destroyed)).subscribe(function () {\n _this._updateTabIndex();\n });\n // Sync external changes to the model back to the options.\n this.selectedOptions.changed.pipe(operators.takeUntil(this._destroyed)).subscribe(function (event) {\n var e_1, _b, e_2, _c;\n if (event.added) {\n try {\n for (var _d = __values(event.added), _e = _d.next(); !_e.done; _e = _d.next()) {\n var item = _e.value;\n item.selected = true;\n }\n }\n catch (e_1_1) { e_1 = { error: e_1_1 }; }\n finally {\n try {\n if (_e && !_e.done && (_b = _d.return)) _b.call(_d);\n }\n finally { if (e_1) throw e_1.error; }\n }\n }\n if (event.removed) {\n try {\n for (var _f = __values(event.removed), _g = _f.next(); !_g.done; _g = _f.next()) {\n var item = _g.value;\n item.selected = false;\n }\n }\n catch (e_2_1) { e_2 = { error: e_2_1 }; }\n finally {\n try {\n if (_g && !_g.done && (_c = _f.return)) _c.call(_f);\n }\n finally { if (e_2) throw e_2.error; }\n }\n }\n });\n // @breaking-change 11.0.0 Remove null assertion once _focusMonitor is required.\n (_a = this._focusMonitor) === null || _a === void 0 ? void 0 : _a.monitor(this._element).pipe(operators.takeUntil(this._destroyed)).subscribe(function (origin) {\n if (origin === 'keyboard' || origin === 'program') {\n var activeIndex = _this._keyManager.activeItemIndex;\n if (!activeIndex || activeIndex === -1) {\n // If there is no active index, set focus to the first option.\n _this._keyManager.setFirstItemActive();\n }\n else {\n // Otherwise, set focus to the active option.\n _this._keyManager.setActiveItem(activeIndex);\n }\n }\n });\n };\n MatSelectionList.prototype.ngOnChanges = function (changes) {\n var disableRippleChanges = changes['disableRipple'];\n var colorChanges = changes['color'];\n if ((disableRippleChanges && !disableRippleChanges.firstChange) ||\n (colorChanges && !colorChanges.firstChange)) {\n this._markOptionsForCheck();\n }\n };\n MatSelectionList.prototype.ngOnDestroy = function () {\n var _a;\n // @breaking-change 11.0.0 Remove null assertion once _focusMonitor is required.\n (_a = this._focusMonitor) === null || _a === void 0 ? void 0 : _a.stopMonitoring(this._element);\n this._destroyed.next();\n this._destroyed.complete();\n this._isDestroyed = true;\n };\n /** Focuses the selection list. */\n MatSelectionList.prototype.focus = function (options) {\n this._element.nativeElement.focus(options);\n };\n /** Selects all of the options. */\n MatSelectionList.prototype.selectAll = function () {\n this._setAllOptionsSelected(true);\n };\n /** Deselects all of the options. */\n MatSelectionList.prototype.deselectAll = function () {\n this._setAllOptionsSelected(false);\n };\n /** Sets the focused option of the selection-list. */\n MatSelectionList.prototype._setFocusedOption = function (option) {\n this._keyManager.updateActiveItem(option);\n };\n /**\n * Removes an option from the selection list and updates the active item.\n * @returns Currently-active item.\n */\n MatSelectionList.prototype._removeOptionFromList = function (option) {\n var optionIndex = this._getOptionIndex(option);\n if (optionIndex > -1 && this._keyManager.activeItemIndex === optionIndex) {\n // Check whether the option is the last item\n if (optionIndex > 0) {\n this._keyManager.updateActiveItem(optionIndex - 1);\n }\n else if (optionIndex === 0 && this.options.length > 1) {\n this._keyManager.updateActiveItem(Math.min(optionIndex + 1, this.options.length - 1));\n }\n }\n return this._keyManager.activeItem;\n };\n /** Passes relevant key presses to our key manager. */\n MatSelectionList.prototype._keydown = function (event) {\n var keyCode = event.keyCode;\n var manager = this._keyManager;\n var previousFocusIndex = manager.activeItemIndex;\n var hasModifier = keycodes.hasModifierKey(event);\n switch (keyCode) {\n case keycodes.SPACE:\n case keycodes.ENTER:\n if (!hasModifier && !manager.isTyping()) {\n this._toggleFocusedOption();\n // Always prevent space from scrolling the page since the list has focus\n event.preventDefault();\n }\n break;\n default:\n // The \"A\" key gets special treatment, because it's used for the \"select all\" functionality.\n if (keyCode === keycodes.A && this.multiple && keycodes.hasModifierKey(event, 'ctrlKey') &&\n !manager.isTyping()) {\n var shouldSelect = this.options.some(function (option) { return !option.disabled && !option.selected; });\n this._setAllOptionsSelected(shouldSelect, true);\n event.preventDefault();\n }\n else {\n manager.onKeydown(event);\n }\n }\n if (this.multiple && (keyCode === keycodes.UP_ARROW || keyCode === keycodes.DOWN_ARROW) && event.shiftKey &&\n manager.activeItemIndex !== previousFocusIndex) {\n this._toggleFocusedOption();\n }\n };\n /** Reports a value change to the ControlValueAccessor */\n MatSelectionList.prototype._reportValueChange = function () {\n // Stop reporting value changes after the list has been destroyed. This avoids\n // cases where the list might wrongly reset its value once it is removed, but\n // the form control is still live.\n if (this.options && !this._isDestroyed) {\n var value = this._getSelectedOptionValues();\n this._onChange(value);\n this._value = value;\n }\n };\n /** Emits a change event if the selected state of an option changed. */\n MatSelectionList.prototype._emitChangeEvent = function (option) {\n this.selectionChange.emit(new MatSelectionListChange(this, option));\n };\n /** Implemented as part of ControlValueAccessor. */\n MatSelectionList.prototype.writeValue = function (values) {\n this._value = values;\n if (this.options) {\n this._setOptionsFromValues(values || []);\n }\n };\n /** Implemented as a part of ControlValueAccessor. */\n MatSelectionList.prototype.setDisabledState = function (isDisabled) {\n this.disabled = isDisabled;\n };\n /** Implemented as part of ControlValueAccessor. */\n MatSelectionList.prototype.registerOnChange = function (fn) {\n this._onChange = fn;\n };\n /** Implemented as part of ControlValueAccessor. */\n MatSelectionList.prototype.registerOnTouched = function (fn) {\n this._onTouched = fn;\n };\n /** Sets the selected options based on the specified values. */\n MatSelectionList.prototype._setOptionsFromValues = function (values) {\n var _this = this;\n this.options.forEach(function (option) { return option._setSelected(false); });\n values.forEach(function (value) {\n var correspondingOption = _this.options.find(function (option) {\n // Skip options that are already in the model. This allows us to handle cases\n // where the same primitive value is selected multiple times.\n return option.selected ? false : _this.compareWith(option.value, value);\n });\n if (correspondingOption) {\n correspondingOption._setSelected(true);\n }\n });\n };\n /** Returns the values of the selected options. */\n MatSelectionList.prototype._getSelectedOptionValues = function () {\n return this.options.filter(function (option) { return option.selected; }).map(function (option) { return option.value; });\n };\n /** Toggles the state of the currently focused option if enabled. */\n MatSelectionList.prototype._toggleFocusedOption = function () {\n var focusedIndex = this._keyManager.activeItemIndex;\n if (focusedIndex != null && this._isValidIndex(focusedIndex)) {\n var focusedOption = this.options.toArray()[focusedIndex];\n if (focusedOption && !focusedOption.disabled && (this._multiple || !focusedOption.selected)) {\n focusedOption.toggle();\n // Emit a change event because the focused option changed its state through user\n // interaction.\n this._emitChangeEvent(focusedOption);\n }\n }\n };\n /**\n * Sets the selected state on all of the options\n * and emits an event if anything changed.\n */\n MatSelectionList.prototype._setAllOptionsSelected = function (isSelected, skipDisabled) {\n // Keep track of whether anything changed, because we only want to\n // emit the changed event when something actually changed.\n var hasChanged = false;\n this.options.forEach(function (option) {\n if ((!skipDisabled || !option.disabled) && option._setSelected(isSelected)) {\n hasChanged = true;\n }\n });\n if (hasChanged) {\n this._reportValueChange();\n }\n };\n /**\n * Utility to ensure all indexes are valid.\n * @param index The index to be checked.\n * @returns True if the index is valid for our list of options.\n */\n MatSelectionList.prototype._isValidIndex = function (index) {\n return index >= 0 && index < this.options.length;\n };\n /** Returns the index of the specified list option. */\n MatSelectionList.prototype._getOptionIndex = function (option) {\n return this.options.toArray().indexOf(option);\n };\n /** Marks all the options to be checked in the next change detection run. */\n MatSelectionList.prototype._markOptionsForCheck = function () {\n if (this.options) {\n this.options.forEach(function (option) { return option._markForCheck(); });\n }\n };\n /**\n * Removes the tabindex from the selection list and resets it back afterwards, allowing the user\n * to tab out of it. This prevents the list from capturing focus and redirecting it back within\n * the list, creating a focus trap if it user tries to tab away.\n */\n MatSelectionList.prototype._allowFocusEscape = function () {\n var _this = this;\n this._tabIndex = -1;\n setTimeout(function () {\n _this._tabIndex = 0;\n _this._changeDetector.markForCheck();\n });\n };\n /** Updates the tabindex based upon if the selection list is empty. */\n MatSelectionList.prototype._updateTabIndex = function () {\n this._tabIndex = (this.options.length === 0) ? -1 : 0;\n };\n return MatSelectionList;\n }(_MatSelectionListMixinBase));\n MatSelectionList.decorators = [\n { type: core.Component, args: [{\n selector: 'mat-selection-list',\n exportAs: 'matSelectionList',\n inputs: ['disableRipple'],\n host: {\n 'role': 'listbox',\n 'class': 'mat-selection-list mat-list-base',\n '(keydown)': '_keydown($event)',\n '[attr.aria-multiselectable]': 'multiple',\n '[attr.aria-disabled]': 'disabled.toString()',\n '[attr.tabindex]': '_tabIndex',\n },\n template: '<ng-content></ng-content>',\n encapsulation: core.ViewEncapsulation.None,\n providers: [MAT_SELECTION_LIST_VALUE_ACCESSOR],\n changeDetection: core.ChangeDetectionStrategy.OnPush,\n styles: [\".mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] mat-action-list button{text-align:right}mat-action-list button::-moz-focus-inner{border:0}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.mat-list-item-disabled{pointer-events:none}.cdk-high-contrast-active .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active :host .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px}.cdk-high-contrast-active .mat-list-single-selected-option::after{content:\\\"\\\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}.cdk-high-contrast-active [dir=rtl] .mat-list-single-selected-option::after{right:auto;left:16px}@media(hover: none){.mat-list-option:not(.mat-list-single-selected-option):not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\\n\"]\n },] }\n ];\n MatSelectionList.ctorParameters = function () { return [\n { type: core.ElementRef },\n { type: String, decorators: [{ type: core.Attribute, args: ['tabindex',] }] },\n { type: core.ChangeDetectorRef },\n { type: a11y.FocusMonitor }\n ]; };\n MatSelectionList.propDecorators = {\n options: [{ type: core.ContentChildren, args: [MatListOption, { descendants: true },] }],\n selectionChange: [{ type: core.Output }],\n tabIndex: [{ type: core.Input }],\n color: [{ type: core.Input }],\n compareWith: [{ type: core.Input }],\n disabled: [{ type: core.Input }],\n multiple: [{ type: core.Input }]\n };\n\n /**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n var MatListModule = /** @class */ (function () {\n function MatListModule() {\n }\n return MatListModule;\n }());\n MatListModule.decorators = [\n { type: core.NgModule, args: [{\n imports: [core$1.MatLineModule, core$1.MatRippleModule, core$1.MatCommonModule, core$1.MatPseudoCheckboxModule, common.CommonModule],\n exports: [\n MatList,\n MatNavList,\n MatListItem,\n MatListAvatarCssMatStyler,\n core$1.MatLineModule,\n core$1.MatCommonModule,\n MatListIconCssMatStyler,\n MatListSubheaderCssMatStyler,\n core$1.MatPseudoCheckboxModule,\n MatSelectionList,\n MatListOption,\n divider.MatDividerModule\n ],\n declarations: [\n MatList,\n MatNavList,\n MatListItem,\n MatListAvatarCssMatStyler,\n MatListIconCssMatStyler,\n MatListSubheaderCssMatStyler,\n MatSelectionList,\n MatListOption\n ],\n },] }\n ];\n\n /**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n /**\n * Generated bundle index. Do not edit.\n */\n\n exports.MAT_LIST = MAT_LIST;\n exports.MAT_NAV_LIST = MAT_NAV_LIST;\n exports.MAT_SELECTION_LIST_VALUE_ACCESSOR = MAT_SELECTION_LIST_VALUE_ACCESSOR;\n exports.MatList = MatList;\n exports.MatListAvatarCssMatStyler = MatListAvatarCssMatStyler;\n exports.MatListIconCssMatStyler = MatListIconCssMatStyler;\n exports.MatListItem = MatListItem;\n exports.MatListModule = MatListModule;\n exports.MatListOption = MatListOption;\n exports.MatListSubheaderCssMatStyler = MatListSubheaderCssMatStyler;\n exports.MatNavList = MatNavList;\n exports.MatSelectionList = MatSelectionList;\n exports.MatSelectionListChange = MatSelectionListChange;\n\n Object.defineProperty(exports, '__esModule', { value: true });\n\n})));\n//# sourceMappingURL=material-list.umd.js.map\n"]}
|