@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
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
6
|
* found in the LICENSE file at https://angular.io/license
|
|
7
7
|
*/
|
|
8
|
-
import { AfterContentInit, ChangeDetectorRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
8
|
+
import { AfterContentInit, ChangeDetectorRef, EventEmitter, OnDestroy, SimpleChanges, OnChanges } from '@angular/core';
|
|
9
9
|
import { DateAdapter, MatDateFormats } from '@angular/material/core';
|
|
10
10
|
import { Directionality } from '@angular/cdk/bidi';
|
|
11
|
-
import { MatCalendarBody, MatCalendarCell,
|
|
11
|
+
import { MatCalendarBody, MatCalendarCell, MatCalendarUserEvent, MatCalendarCellClassFunction } from './calendar-body';
|
|
12
12
|
import { DateRange } from './date-selection-model';
|
|
13
13
|
import { MatDateRangeSelectionStrategy } from './date-range-selection-strategy';
|
|
14
14
|
/**
|
|
15
15
|
* An internal component used to display a single month in the datepicker.
|
|
16
16
|
* @docs-private
|
|
17
17
|
*/
|
|
18
|
-
export declare class MatMonthView<D> implements AfterContentInit, OnDestroy {
|
|
18
|
+
export declare class MatMonthView<D> implements AfterContentInit, OnChanges, OnDestroy {
|
|
19
19
|
private _changeDetectorRef;
|
|
20
20
|
private _dateFormats;
|
|
21
21
|
_dateAdapter: DateAdapter<D>;
|
|
@@ -43,7 +43,7 @@ export declare class MatMonthView<D> implements AfterContentInit, OnDestroy {
|
|
|
43
43
|
/** Function used to filter which dates are selectable. */
|
|
44
44
|
dateFilter: (date: D) => boolean;
|
|
45
45
|
/** Function that can be used to add custom CSS classes to dates. */
|
|
46
|
-
dateClass:
|
|
46
|
+
dateClass: MatCalendarCellClassFunction<D>;
|
|
47
47
|
/** Start of the comparison range. */
|
|
48
48
|
comparisonStart: D | null;
|
|
49
49
|
/** End of the comparison range. */
|
|
@@ -85,6 +85,7 @@ export declare class MatMonthView<D> implements AfterContentInit, OnDestroy {
|
|
|
85
85
|
}[];
|
|
86
86
|
constructor(_changeDetectorRef: ChangeDetectorRef, _dateFormats: MatDateFormats, _dateAdapter: DateAdapter<D>, _dir?: Directionality | undefined, _rangeStrategy?: MatDateRangeSelectionStrategy<D> | undefined);
|
|
87
87
|
ngAfterContentInit(): void;
|
|
88
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
88
89
|
ngOnDestroy(): void;
|
|
89
90
|
/** Handles when a new date is selected. */
|
|
90
91
|
_dateSelected(event: MatCalendarUserEvent<number>): void;
|
|
@@ -111,11 +112,6 @@ export declare class MatMonthView<D> implements AfterContentInit, OnDestroy {
|
|
|
111
112
|
private _hasSameMonthAndYear;
|
|
112
113
|
/** Gets the value that will be used to one cell to another. */
|
|
113
114
|
private _getCellCompareValue;
|
|
114
|
-
/**
|
|
115
|
-
* @param obj The object to check.
|
|
116
|
-
* @returns The given object if it is both a date instance and valid, otherwise null.
|
|
117
|
-
*/
|
|
118
|
-
private _getValidDateOrNull;
|
|
119
115
|
/** Determines whether the user has the RTL layout direction. */
|
|
120
116
|
private _isRtl;
|
|
121
117
|
/** Sets the current range based on a model value. */
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import { AfterContentInit, ChangeDetectorRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
9
9
|
import { DateAdapter } from '@angular/material/core';
|
|
10
10
|
import { Directionality } from '@angular/cdk/bidi';
|
|
11
|
-
import { MatCalendarBody, MatCalendarCell, MatCalendarUserEvent } from './calendar-body';
|
|
11
|
+
import { MatCalendarBody, MatCalendarCell, MatCalendarUserEvent, MatCalendarCellClassFunction } from './calendar-body';
|
|
12
12
|
import { DateRange } from './date-selection-model';
|
|
13
13
|
export declare const yearsPerPage = 24;
|
|
14
14
|
export declare const yearsPerRow = 4;
|
|
@@ -39,6 +39,8 @@ export declare class MatMultiYearView<D> implements AfterContentInit, OnDestroy
|
|
|
39
39
|
private _maxDate;
|
|
40
40
|
/** A function used to filter which dates are selectable. */
|
|
41
41
|
dateFilter: (date: D) => boolean;
|
|
42
|
+
/** Function that can be used to add custom CSS classes to date cells. */
|
|
43
|
+
dateClass: MatCalendarCellClassFunction<D>;
|
|
42
44
|
/** Emits when a new year is selected. */
|
|
43
45
|
readonly selectedChange: EventEmitter<D>;
|
|
44
46
|
/** Emits the selected year. This doesn't imply a change on the selected date */
|
|
@@ -69,11 +71,6 @@ export declare class MatMultiYearView<D> implements AfterContentInit, OnDestroy
|
|
|
69
71
|
private _createCellForYear;
|
|
70
72
|
/** Whether the given year is enabled. */
|
|
71
73
|
private _shouldEnableYear;
|
|
72
|
-
/**
|
|
73
|
-
* @param obj The object to check.
|
|
74
|
-
* @returns The given object if it is both a date instance and valid, otherwise null.
|
|
75
|
-
*/
|
|
76
|
-
private _getValidDateOrNull;
|
|
77
74
|
/** Determines whether the user has the RTL layout direction. */
|
|
78
75
|
private _isRtl;
|
|
79
76
|
/** Sets the currently-highlighted year based on a model value. */
|
|
@@ -9,7 +9,7 @@ export * from './datepicker-module';
|
|
|
9
9
|
export * from './calendar';
|
|
10
10
|
export * from './calendar-body';
|
|
11
11
|
export * from './datepicker';
|
|
12
|
-
export
|
|
12
|
+
export { MAT_DATE_RANGE_SELECTION_STRATEGY, MatDateRangeSelectionStrategy, DefaultMatCalendarRangeStrategy, } from './date-range-selection-strategy';
|
|
13
13
|
export * from './datepicker-animations';
|
|
14
14
|
export { MAT_DATEPICKER_SCROLL_STRATEGY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER, MatDatepickerContent, DatepickerDropdownPositionX, DatepickerDropdownPositionY, } from './datepicker-base';
|
|
15
15
|
export { MatDatepickerInputEvent, DateFilterFn } from './datepicker-input-base';
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
+
* found in the LICENSE file at https://angular.io/license
|
|
7
|
+
*/
|
|
8
|
+
import { HarnessPredicate, ComponentHarness } from '@angular/cdk/testing';
|
|
9
|
+
import { CalendarCellHarnessFilters } from './datepicker-harness-filters';
|
|
10
|
+
/** Harness for interacting with a standard Material calendar cell in tests. */
|
|
11
|
+
export declare class MatCalendarCellHarness extends ComponentHarness {
|
|
12
|
+
static hostSelector: string;
|
|
13
|
+
/** Reference to the inner content element inside the cell. */
|
|
14
|
+
private _content;
|
|
15
|
+
/**
|
|
16
|
+
* Gets a `HarnessPredicate` that can be used to search for a `MatCalendarCellHarness`
|
|
17
|
+
* that meets certain criteria.
|
|
18
|
+
* @param options Options for filtering which cell instances are considered a match.
|
|
19
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
20
|
+
*/
|
|
21
|
+
static with(options?: CalendarCellHarnessFilters): HarnessPredicate<MatCalendarCellHarness>;
|
|
22
|
+
/** Gets the text of the calendar cell. */
|
|
23
|
+
getText(): Promise<string>;
|
|
24
|
+
/** Gets the aria-label of the calendar cell. */
|
|
25
|
+
getAriaLabel(): Promise<string>;
|
|
26
|
+
/** Whether the cell is selected. */
|
|
27
|
+
isSelected(): Promise<boolean>;
|
|
28
|
+
/** Whether the cell is disabled. */
|
|
29
|
+
isDisabled(): Promise<boolean>;
|
|
30
|
+
/** Whether the cell is currently activated using keyboard navigation. */
|
|
31
|
+
isActive(): Promise<boolean>;
|
|
32
|
+
/** Whether the cell represents today's date. */
|
|
33
|
+
isToday(): Promise<boolean>;
|
|
34
|
+
/** Selects the calendar cell. Won't do anything if the cell is disabled. */
|
|
35
|
+
select(): Promise<void>;
|
|
36
|
+
/** Hovers over the calendar cell. */
|
|
37
|
+
hover(): Promise<void>;
|
|
38
|
+
/** Moves the mouse away from the calendar cell. */
|
|
39
|
+
mouseAway(): Promise<void>;
|
|
40
|
+
/** Focuses the calendar cell. */
|
|
41
|
+
focus(): Promise<void>;
|
|
42
|
+
/** Removes focus from the calendar cell. */
|
|
43
|
+
blur(): Promise<void>;
|
|
44
|
+
/** Whether the cell is the start of the main range. */
|
|
45
|
+
isRangeStart(): Promise<boolean>;
|
|
46
|
+
/** Whether the cell is the end of the main range. */
|
|
47
|
+
isRangeEnd(): Promise<boolean>;
|
|
48
|
+
/** Whether the cell is part of the main range. */
|
|
49
|
+
isInRange(): Promise<boolean>;
|
|
50
|
+
/** Whether the cell is the start of the comparison range. */
|
|
51
|
+
isComparisonRangeStart(): Promise<boolean>;
|
|
52
|
+
/** Whether the cell is the end of the comparison range. */
|
|
53
|
+
isComparisonRangeEnd(): Promise<boolean>;
|
|
54
|
+
/** Whether the cell is inside of the comparison range. */
|
|
55
|
+
isInComparisonRange(): Promise<boolean>;
|
|
56
|
+
/** Whether the cell is the start of the preview range. */
|
|
57
|
+
isPreviewRangeStart(): Promise<boolean>;
|
|
58
|
+
/** Whether the cell is the end of the preview range. */
|
|
59
|
+
isPreviewRangeEnd(): Promise<boolean>;
|
|
60
|
+
/** Whether the cell is inside of the preview range. */
|
|
61
|
+
isInPreviewRange(): Promise<boolean>;
|
|
62
|
+
/** Returns whether the cell has a particular CSS class-based state. */
|
|
63
|
+
private _hasState;
|
|
64
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
+
* found in the LICENSE file at https://angular.io/license
|
|
7
|
+
*/
|
|
8
|
+
import { HarnessPredicate, ComponentHarness } from '@angular/cdk/testing';
|
|
9
|
+
import { CalendarHarnessFilters, CalendarCellHarnessFilters } from './datepicker-harness-filters';
|
|
10
|
+
import { MatCalendarCellHarness } from './calendar-cell-harness';
|
|
11
|
+
/** Possible views of a `MatCalendarHarness`. */
|
|
12
|
+
export declare const enum CalendarView {
|
|
13
|
+
MONTH = 0,
|
|
14
|
+
YEAR = 1,
|
|
15
|
+
MULTI_YEAR = 2
|
|
16
|
+
}
|
|
17
|
+
/** Harness for interacting with a standard Material calendar in tests. */
|
|
18
|
+
export declare class MatCalendarHarness extends ComponentHarness {
|
|
19
|
+
static hostSelector: string;
|
|
20
|
+
/** Queries for the calendar's period toggle button. */
|
|
21
|
+
private _periodButton;
|
|
22
|
+
/**
|
|
23
|
+
* Gets a `HarnessPredicate` that can be used to search for a `MatCalendarHarness`
|
|
24
|
+
* that meets certain criteria.
|
|
25
|
+
* @param options Options for filtering which calendar instances are considered a match.
|
|
26
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
27
|
+
*/
|
|
28
|
+
static with(options?: CalendarHarnessFilters): HarnessPredicate<MatCalendarHarness>;
|
|
29
|
+
/**
|
|
30
|
+
* Gets a list of cells inside the calendar.
|
|
31
|
+
* @param filter Optionally filters which cells are included.
|
|
32
|
+
*/
|
|
33
|
+
getCells(filter?: CalendarCellHarnessFilters): Promise<MatCalendarCellHarness[]>;
|
|
34
|
+
/** Gets the current view that is being shown inside the calendar. */
|
|
35
|
+
getCurrentView(): Promise<CalendarView>;
|
|
36
|
+
/** Gets the label of the current calendar view. */
|
|
37
|
+
getCurrentViewLabel(): Promise<string>;
|
|
38
|
+
/** Changes the calendar view by clicking on the view toggle button. */
|
|
39
|
+
changeView(): Promise<void>;
|
|
40
|
+
/** Goes to the next page of the current view (e.g. next month when inside the month view). */
|
|
41
|
+
next(): Promise<void>;
|
|
42
|
+
/**
|
|
43
|
+
* Goes to the previous page of the current view
|
|
44
|
+
* (e.g. previous month when inside the month view).
|
|
45
|
+
*/
|
|
46
|
+
previous(): Promise<void>;
|
|
47
|
+
/**
|
|
48
|
+
* Selects a cell in the current calendar view.
|
|
49
|
+
* @param filter An optional filter to apply to the cells. The first cell matching the filter
|
|
50
|
+
* will be selected.
|
|
51
|
+
*/
|
|
52
|
+
selectCell(filter?: CalendarCellHarnessFilters): Promise<void>;
|
|
53
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
+
* found in the LICENSE file at https://angular.io/license
|
|
7
|
+
*/
|
|
8
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
9
|
+
import { MatDatepickerInputHarnessBase } from './datepicker-input-harness-base';
|
|
10
|
+
import { DatepickerTriggerHarnessBase } from './datepicker-trigger-harness-base';
|
|
11
|
+
import { DatepickerInputHarnessFilters, DateRangeInputHarnessFilters } from './datepicker-harness-filters';
|
|
12
|
+
/** Harness for interacting with a standard Material date range start input in tests. */
|
|
13
|
+
export declare class MatStartDateHarness extends MatDatepickerInputHarnessBase {
|
|
14
|
+
static hostSelector: string;
|
|
15
|
+
/**
|
|
16
|
+
* Gets a `HarnessPredicate` that can be used to search for a `MatStartDateHarness`
|
|
17
|
+
* that meets certain criteria.
|
|
18
|
+
* @param options Options for filtering which input instances are considered a match.
|
|
19
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
20
|
+
*/
|
|
21
|
+
static with(options?: DatepickerInputHarnessFilters): HarnessPredicate<MatStartDateHarness>;
|
|
22
|
+
}
|
|
23
|
+
/** Harness for interacting with a standard Material date range end input in tests. */
|
|
24
|
+
export declare class MatEndDateHarness extends MatDatepickerInputHarnessBase {
|
|
25
|
+
static hostSelector: string;
|
|
26
|
+
/**
|
|
27
|
+
* Gets a `HarnessPredicate` that can be used to search for a `MatEndDateHarness`
|
|
28
|
+
* that meets certain criteria.
|
|
29
|
+
* @param options Options for filtering which input instances are considered a match.
|
|
30
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
31
|
+
*/
|
|
32
|
+
static with(options?: DatepickerInputHarnessFilters): HarnessPredicate<MatEndDateHarness>;
|
|
33
|
+
}
|
|
34
|
+
/** Harness for interacting with a standard Material date range input in tests. */
|
|
35
|
+
export declare class MatDateRangeInputHarness extends DatepickerTriggerHarnessBase {
|
|
36
|
+
static hostSelector: string;
|
|
37
|
+
/**
|
|
38
|
+
* Gets a `HarnessPredicate` that can be used to search for a `MatDateRangeInputHarness`
|
|
39
|
+
* that meets certain criteria.
|
|
40
|
+
* @param options Options for filtering which input instances are considered a match.
|
|
41
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
42
|
+
*/
|
|
43
|
+
static with(options?: DateRangeInputHarnessFilters): HarnessPredicate<MatDateRangeInputHarness>;
|
|
44
|
+
/** Gets the combined value of the start and end inputs, including the separator. */
|
|
45
|
+
getValue(): Promise<string>;
|
|
46
|
+
/** Gets the inner start date input inside the range input. */
|
|
47
|
+
getStartInput(): Promise<MatStartDateHarness>;
|
|
48
|
+
/** Gets the inner start date input inside the range input. */
|
|
49
|
+
getEndInput(): Promise<MatEndDateHarness>;
|
|
50
|
+
/** Gets the separator text between the values of the two inputs. */
|
|
51
|
+
getSeparator(): Promise<string>;
|
|
52
|
+
/** Gets whether the range input is disabled. */
|
|
53
|
+
isDisabled(): Promise<boolean>;
|
|
54
|
+
/** Gets whether the range input is required. */
|
|
55
|
+
isRequired(): Promise<boolean>;
|
|
56
|
+
/** Opens the calendar associated with the input. */
|
|
57
|
+
isCalendarOpen(): Promise<boolean>;
|
|
58
|
+
protected _openCalendar(): Promise<void>;
|
|
59
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
+
* found in the LICENSE file at https://angular.io/license
|
|
7
|
+
*/
|
|
8
|
+
import { BaseHarnessFilters } from '@angular/cdk/testing';
|
|
9
|
+
/** A set of criteria that can be used to filter a list of datepicker input instances. */
|
|
10
|
+
export interface DatepickerInputHarnessFilters extends BaseHarnessFilters {
|
|
11
|
+
/** Filters based on the value of the input. */
|
|
12
|
+
value?: string | RegExp;
|
|
13
|
+
/** Filters based on the placeholder text of the input. */
|
|
14
|
+
placeholder?: string | RegExp;
|
|
15
|
+
}
|
|
16
|
+
/** A set of criteria that can be used to filter a list of datepicker toggle instances. */
|
|
17
|
+
export interface DatepickerToggleHarnessFilters extends BaseHarnessFilters {
|
|
18
|
+
}
|
|
19
|
+
/** A set of criteria that can be used to filter a list of calendar instances. */
|
|
20
|
+
export interface CalendarHarnessFilters extends BaseHarnessFilters {
|
|
21
|
+
}
|
|
22
|
+
/** A set of criteria that can be used to filter a list of calendar cell instances. */
|
|
23
|
+
export interface CalendarCellHarnessFilters extends BaseHarnessFilters {
|
|
24
|
+
/** Filters based on the text of the cell. */
|
|
25
|
+
text?: string | RegExp;
|
|
26
|
+
/** Filters based on whether the cell is selected. */
|
|
27
|
+
selected?: boolean;
|
|
28
|
+
/** Filters based on whether the cell is activated using keyboard navigation */
|
|
29
|
+
active?: boolean;
|
|
30
|
+
/** Filters based on whether the cell is disabled. */
|
|
31
|
+
disabled?: boolean;
|
|
32
|
+
/** Filters based on whether the cell represents today's date. */
|
|
33
|
+
today?: boolean;
|
|
34
|
+
/** Filters based on whether the cell is inside of the main range. */
|
|
35
|
+
inRange?: boolean;
|
|
36
|
+
/** Filters based on whether the cell is inside of the comparison range. */
|
|
37
|
+
inComparisonRange?: boolean;
|
|
38
|
+
/** Filters based on whether the cell is inside of the preview range. */
|
|
39
|
+
inPreviewRange?: boolean;
|
|
40
|
+
}
|
|
41
|
+
/** A set of criteria that can be used to filter a list of date range input instances. */
|
|
42
|
+
export interface DateRangeInputHarnessFilters extends BaseHarnessFilters {
|
|
43
|
+
/** Filters based on the value of the input. */
|
|
44
|
+
value?: string | RegExp;
|
|
45
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
+
* found in the LICENSE file at https://angular.io/license
|
|
7
|
+
*/
|
|
8
|
+
import { ComponentHarnessConstructor, HarnessPredicate, ComponentHarness } from '@angular/cdk/testing';
|
|
9
|
+
import { DatepickerInputHarnessFilters } from './datepicker-harness-filters';
|
|
10
|
+
/** Sets up the filter predicates for a datepicker input harness. */
|
|
11
|
+
export declare function getInputPredicate<T extends MatDatepickerInputHarnessBase>(type: ComponentHarnessConstructor<T>, options: DatepickerInputHarnessFilters): HarnessPredicate<T>;
|
|
12
|
+
/** Base class for datepicker input harnesses. */
|
|
13
|
+
export declare abstract class MatDatepickerInputHarnessBase extends ComponentHarness {
|
|
14
|
+
/** Whether the input is disabled. */
|
|
15
|
+
isDisabled(): Promise<boolean>;
|
|
16
|
+
/** Whether the input is required. */
|
|
17
|
+
isRequired(): Promise<boolean>;
|
|
18
|
+
/** Gets the value of the input. */
|
|
19
|
+
getValue(): Promise<string>;
|
|
20
|
+
/**
|
|
21
|
+
* Sets the value of the input. The value will be set by simulating
|
|
22
|
+
* keypresses that correspond to the given value.
|
|
23
|
+
*/
|
|
24
|
+
setValue(newValue: string): Promise<void>;
|
|
25
|
+
/** Gets the placeholder of the input. */
|
|
26
|
+
getPlaceholder(): Promise<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Focuses the input and returns a promise that indicates when the
|
|
29
|
+
* action is complete.
|
|
30
|
+
*/
|
|
31
|
+
focus(): Promise<void>;
|
|
32
|
+
/**
|
|
33
|
+
* Blurs the input and returns a promise that indicates when the
|
|
34
|
+
* action is complete.
|
|
35
|
+
*/
|
|
36
|
+
blur(): Promise<void>;
|
|
37
|
+
/** Whether the input is focused. */
|
|
38
|
+
isFocused(): Promise<boolean>;
|
|
39
|
+
/** Gets the formatted minimum date for the input's value. */
|
|
40
|
+
getMin(): Promise<string | null>;
|
|
41
|
+
/** Gets the formatted maximum date for the input's value. */
|
|
42
|
+
getMax(): Promise<string | null>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
+
* found in the LICENSE file at https://angular.io/license
|
|
7
|
+
*/
|
|
8
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
9
|
+
import { DatepickerInputHarnessFilters, CalendarHarnessFilters } from './datepicker-harness-filters';
|
|
10
|
+
import { MatDatepickerInputHarnessBase } from './datepicker-input-harness-base';
|
|
11
|
+
import { MatCalendarHarness } from './calendar-harness';
|
|
12
|
+
import { DatepickerTrigger } from './datepicker-trigger-harness-base';
|
|
13
|
+
/** Harness for interacting with a standard Material datepicker inputs in tests. */
|
|
14
|
+
export declare class MatDatepickerInputHarness extends MatDatepickerInputHarnessBase implements DatepickerTrigger {
|
|
15
|
+
static hostSelector: string;
|
|
16
|
+
/**
|
|
17
|
+
* Gets a `HarnessPredicate` that can be used to search for a `MatDatepickerInputHarness`
|
|
18
|
+
* that meets certain criteria.
|
|
19
|
+
* @param options Options for filtering which input instances are considered a match.
|
|
20
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
21
|
+
*/
|
|
22
|
+
static with(options?: DatepickerInputHarnessFilters): HarnessPredicate<MatDatepickerInputHarness>;
|
|
23
|
+
/** Gets whether the calendar associated with the input is open. */
|
|
24
|
+
isCalendarOpen(): Promise<boolean>;
|
|
25
|
+
/** Opens the calendar associated with the input. */
|
|
26
|
+
openCalendar(): Promise<void>;
|
|
27
|
+
/** Closes the calendar associated with the input. */
|
|
28
|
+
closeCalendar(): Promise<void>;
|
|
29
|
+
/** Whether a calendar is associated with the input. */
|
|
30
|
+
hasCalendar(): Promise<boolean>;
|
|
31
|
+
/**
|
|
32
|
+
* Gets the `MatCalendarHarness` that is associated with the trigger.
|
|
33
|
+
* @param filter Optionally filters which calendar is included.
|
|
34
|
+
*/
|
|
35
|
+
getCalendar(filter?: CalendarHarnessFilters): Promise<MatCalendarHarness>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
+
* found in the LICENSE file at https://angular.io/license
|
|
7
|
+
*/
|
|
8
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
9
|
+
import { DatepickerToggleHarnessFilters } from './datepicker-harness-filters';
|
|
10
|
+
import { DatepickerTriggerHarnessBase } from './datepicker-trigger-harness-base';
|
|
11
|
+
/** Harness for interacting with a standard Material datepicker toggle in tests. */
|
|
12
|
+
export declare class MatDatepickerToggleHarness extends DatepickerTriggerHarnessBase {
|
|
13
|
+
static hostSelector: string;
|
|
14
|
+
/** The clickable button inside the toggle. */
|
|
15
|
+
private _button;
|
|
16
|
+
/**
|
|
17
|
+
* Gets a `HarnessPredicate` that can be used to search for a `MatDatepickerToggleHarness` that
|
|
18
|
+
* meets certain criteria.
|
|
19
|
+
* @param options Options for filtering which datepicker toggle instances are considered a match.
|
|
20
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
21
|
+
*/
|
|
22
|
+
static with(options?: DatepickerToggleHarnessFilters): HarnessPredicate<MatDatepickerToggleHarness>;
|
|
23
|
+
/** Gets whether the calendar associated with the toggle is open. */
|
|
24
|
+
isCalendarOpen(): Promise<boolean>;
|
|
25
|
+
/** Whether the toggle is disabled. */
|
|
26
|
+
isDisabled(): Promise<boolean>;
|
|
27
|
+
protected _openCalendar(): Promise<void>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
+
* found in the LICENSE file at https://angular.io/license
|
|
7
|
+
*/
|
|
8
|
+
import { ComponentHarness, LocatorFactory, TestElement } from '@angular/cdk/testing';
|
|
9
|
+
import { CalendarHarnessFilters } from './datepicker-harness-filters';
|
|
10
|
+
import { MatCalendarHarness } from './calendar-harness';
|
|
11
|
+
/** Interface for a test harness that can open and close a calendar. */
|
|
12
|
+
export interface DatepickerTrigger {
|
|
13
|
+
isCalendarOpen(): Promise<boolean>;
|
|
14
|
+
openCalendar(): Promise<void>;
|
|
15
|
+
closeCalendar(): Promise<void>;
|
|
16
|
+
hasCalendar(): Promise<boolean>;
|
|
17
|
+
getCalendar(filter?: CalendarHarnessFilters): Promise<MatCalendarHarness>;
|
|
18
|
+
}
|
|
19
|
+
/** Base class for harnesses that can trigger a calendar. */
|
|
20
|
+
export declare abstract class DatepickerTriggerHarnessBase extends ComponentHarness implements DatepickerTrigger {
|
|
21
|
+
/** Whether the trigger is disabled. */
|
|
22
|
+
abstract isDisabled(): Promise<boolean>;
|
|
23
|
+
/** Whether the calendar associated with the trigger is open. */
|
|
24
|
+
abstract isCalendarOpen(): Promise<boolean>;
|
|
25
|
+
/** Opens the calendar associated with the trigger. */
|
|
26
|
+
protected abstract _openCalendar(): Promise<void>;
|
|
27
|
+
/** Opens the calendar if the trigger is enabled and it has a calendar. */
|
|
28
|
+
openCalendar(): Promise<void>;
|
|
29
|
+
/** Closes the calendar if it is open. */
|
|
30
|
+
closeCalendar(): Promise<void>;
|
|
31
|
+
/** Gets whether there is a calendar associated with the trigger. */
|
|
32
|
+
hasCalendar(): Promise<boolean>;
|
|
33
|
+
/**
|
|
34
|
+
* Gets the `MatCalendarHarness` that is associated with the trigger.
|
|
35
|
+
* @param filter Optionally filters which calendar is included.
|
|
36
|
+
*/
|
|
37
|
+
getCalendar(filter?: CalendarHarnessFilters): Promise<MatCalendarHarness>;
|
|
38
|
+
}
|
|
39
|
+
/** Gets the ID of the calendar that a particular test element can trigger. */
|
|
40
|
+
export declare function getCalendarId(host: Promise<TestElement>): Promise<string | null>;
|
|
41
|
+
/** Closes the calendar with a specific ID. */
|
|
42
|
+
export declare function closeCalendar(calendarId: Promise<string | null>, documentLocator: LocatorFactory): Promise<void>;
|
|
43
|
+
/** Gets the test harness for a calendar associated with a particular host. */
|
|
44
|
+
export declare function getCalendar(filter: CalendarHarnessFilters, host: Promise<TestElement>, documentLocator: LocatorFactory): Promise<MatCalendarHarness>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@angular/material/datepicker/testing",
|
|
3
|
+
"main": "../../bundles/material-datepicker-testing.umd.js",
|
|
4
|
+
"fesm2015": "../../fesm2015/datepicker/testing.js",
|
|
5
|
+
"esm2015": "../../esm2015/datepicker/testing/index.js",
|
|
6
|
+
"typings": "./index.d.ts",
|
|
7
|
+
"module": "../../fesm2015/datepicker/testing.js",
|
|
8
|
+
"es2015": "../../fesm2015/datepicker/testing.js"
|
|
9
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
+
* found in the LICENSE file at https://angular.io/license
|
|
7
|
+
*/
|
|
8
|
+
export * from './datepicker-harness-filters';
|
|
9
|
+
export * from './datepicker-input-harness';
|
|
10
|
+
export * from './datepicker-toggle-harness';
|
|
11
|
+
export * from './date-range-input-harness';
|
|
12
|
+
export * from './calendar-harness';
|
|
13
|
+
export * from './calendar-cell-harness';
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import { AfterContentInit, ChangeDetectorRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
9
9
|
import { DateAdapter, MatDateFormats } from '@angular/material/core';
|
|
10
10
|
import { Directionality } from '@angular/cdk/bidi';
|
|
11
|
-
import { MatCalendarBody, MatCalendarCell, MatCalendarUserEvent } from './calendar-body';
|
|
11
|
+
import { MatCalendarBody, MatCalendarCell, MatCalendarUserEvent, MatCalendarCellClassFunction } from './calendar-body';
|
|
12
12
|
import { DateRange } from './date-selection-model';
|
|
13
13
|
/**
|
|
14
14
|
* An internal component used to display a single year in the datepicker.
|
|
@@ -38,6 +38,8 @@ export declare class MatYearView<D> implements AfterContentInit, OnDestroy {
|
|
|
38
38
|
private _maxDate;
|
|
39
39
|
/** A function used to filter which dates are selectable. */
|
|
40
40
|
dateFilter: (date: D) => boolean;
|
|
41
|
+
/** Function that can be used to add custom CSS classes to date cells. */
|
|
42
|
+
dateClass: MatCalendarCellClassFunction<D>;
|
|
41
43
|
/** Emits when a new month is selected. */
|
|
42
44
|
readonly selectedChange: EventEmitter<D>;
|
|
43
45
|
/** Emits the selected month. This doesn't imply a change on the selected date */
|
|
@@ -87,11 +89,6 @@ export declare class MatYearView<D> implements AfterContentInit, OnDestroy {
|
|
|
87
89
|
* just the month and year of this.minDate
|
|
88
90
|
*/
|
|
89
91
|
private _isYearAndMonthBeforeMinDate;
|
|
90
|
-
/**
|
|
91
|
-
* @param obj The object to check.
|
|
92
|
-
* @returns The given object if it is both a date instance and valid, otherwise null.
|
|
93
|
-
*/
|
|
94
|
-
private _getValidDateOrNull;
|
|
95
92
|
/** Determines whether the user has the RTL layout direction. */
|
|
96
93
|
private _isRtl;
|
|
97
94
|
/** Sets the currently-selected month based on a model value. */
|
|
@@ -41,7 +41,7 @@ export declare class MatDialogConfig<D = any> {
|
|
|
41
41
|
/** Whether the dialog has a backdrop. */
|
|
42
42
|
hasBackdrop?: boolean;
|
|
43
43
|
/** Custom class for the backdrop. */
|
|
44
|
-
backdropClass?: string;
|
|
44
|
+
backdropClass?: string | string[];
|
|
45
45
|
/** Whether the user can use escape or clicking on the backdrop to close the modal. */
|
|
46
46
|
disableClose?: boolean;
|
|
47
47
|
/** Width of the dialog. */
|