@angular/material 2.0.0-alpha.9-3 → 2.0.0-beta.11
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/LICENSE +21 -0
- package/README.md +4 -145
- package/_theming.scss +3872 -0
- package/autocomplete/index.d.ts +8 -0
- package/autocomplete/index.metadata.json +11 -0
- package/autocomplete/package.json +7 -0
- package/autocomplete/typings/autocomplete-module.d.ts +2 -0
- package/autocomplete/typings/autocomplete-trigger.d.ts +159 -0
- package/autocomplete/typings/autocomplete.d.ts +55 -0
- package/autocomplete/typings/index.d.ts +4 -0
- package/autocomplete/typings/index.metadata.json +1 -0
- package/autocomplete/typings/mat-exports.d.ts +17 -0
- package/autocomplete/typings/public_api.d.ts +11 -0
- package/autocomplete.d.ts +8 -0
- package/autocomplete.metadata.json +11 -0
- package/bundles/material-autocomplete.umd.js +3293 -0
- package/bundles/material-autocomplete.umd.js.map +1 -0
- package/bundles/material-autocomplete.umd.min.js +10 -0
- package/bundles/material-autocomplete.umd.min.js.map +1 -0
- package/bundles/material-button-toggle.umd.js +2689 -0
- package/bundles/material-button-toggle.umd.js.map +1 -0
- package/bundles/material-button-toggle.umd.min.js +10 -0
- package/bundles/material-button-toggle.umd.min.js.map +1 -0
- package/bundles/material-button.umd.js +2503 -0
- package/bundles/material-button.umd.js.map +1 -0
- package/bundles/material-button.umd.min.js +10 -0
- package/bundles/material-button.umd.min.js.map +1 -0
- package/bundles/material-card.umd.js +2438 -0
- package/bundles/material-card.umd.js.map +1 -0
- package/bundles/material-card.umd.min.js +10 -0
- package/bundles/material-card.umd.min.js.map +1 -0
- package/bundles/material-checkbox.umd.js +2692 -0
- package/bundles/material-checkbox.umd.js.map +1 -0
- package/bundles/material-checkbox.umd.min.js +10 -0
- package/bundles/material-checkbox.umd.min.js.map +1 -0
- package/bundles/material-chips.umd.js +4121 -0
- package/bundles/material-chips.umd.js.map +1 -0
- package/bundles/material-chips.umd.min.js +11 -0
- package/bundles/material-chips.umd.min.js.map +1 -0
- package/bundles/material-core.umd.js +2505 -0
- package/bundles/material-core.umd.js.map +1 -0
- package/bundles/material-core.umd.min.js +10 -0
- package/bundles/material-core.umd.min.js.map +1 -0
- package/bundles/material-datepicker.umd.js +6568 -0
- package/bundles/material-datepicker.umd.js.map +1 -0
- package/bundles/material-datepicker.umd.min.js +12 -0
- package/bundles/material-datepicker.umd.min.js.map +1 -0
- package/bundles/material-dialog.umd.js +2980 -0
- package/bundles/material-dialog.umd.js.map +1 -0
- package/bundles/material-dialog.umd.min.js +10 -0
- package/bundles/material-dialog.umd.min.js.map +1 -0
- package/bundles/material-examples.umd.js +3627 -0
- package/bundles/material-examples.umd.js.map +1 -0
- package/bundles/material-examples.umd.min.js +12 -0
- package/bundles/material-examples.umd.min.js.map +1 -0
- package/bundles/material-expansion.umd.js +2678 -0
- package/bundles/material-expansion.umd.js.map +1 -0
- package/bundles/material-expansion.umd.min.js +10 -0
- package/bundles/material-expansion.umd.min.js.map +1 -0
- package/bundles/material-form-field.umd.js +2629 -0
- package/bundles/material-form-field.umd.js.map +1 -0
- package/bundles/material-form-field.umd.min.js +10 -0
- package/bundles/material-form-field.umd.min.js.map +1 -0
- package/bundles/material-grid-list.umd.js +3000 -0
- package/bundles/material-grid-list.umd.js.map +1 -0
- package/bundles/material-grid-list.umd.min.js +10 -0
- package/bundles/material-grid-list.umd.min.js.map +1 -0
- package/bundles/material-icon.umd.js +2862 -0
- package/bundles/material-icon.umd.js.map +1 -0
- package/bundles/material-icon.umd.min.js +10 -0
- package/bundles/material-icon.umd.min.js.map +1 -0
- package/bundles/material-input.umd.js +3214 -0
- package/bundles/material-input.umd.js.map +1 -0
- package/bundles/material-input.umd.min.js +10 -0
- package/bundles/material-input.umd.min.js.map +1 -0
- package/bundles/material-list.umd.js +2908 -0
- package/bundles/material-list.umd.js.map +1 -0
- package/bundles/material-list.umd.min.js +11 -0
- package/bundles/material-list.umd.min.js.map +1 -0
- package/bundles/material-menu.umd.js +3016 -0
- package/bundles/material-menu.umd.js.map +1 -0
- package/bundles/material-menu.umd.min.js +10 -0
- package/bundles/material-menu.umd.min.js.map +1 -0
- package/bundles/material-paginator.umd.js +4990 -0
- package/bundles/material-paginator.umd.js.map +1 -0
- package/bundles/material-paginator.umd.min.js +11 -0
- package/bundles/material-paginator.umd.min.js.map +1 -0
- package/bundles/material-progress-bar.umd.js +2204 -0
- package/bundles/material-progress-bar.umd.js.map +1 -0
- package/bundles/material-progress-bar.umd.min.js +10 -0
- package/bundles/material-progress-bar.umd.min.js.map +1 -0
- package/bundles/material-progress-spinner.umd.js +2594 -0
- package/bundles/material-progress-spinner.umd.js.map +1 -0
- package/bundles/material-progress-spinner.umd.min.js +10 -0
- package/bundles/material-progress-spinner.umd.min.js.map +1 -0
- package/bundles/material-radio.umd.js +2936 -0
- package/bundles/material-radio.umd.js.map +1 -0
- package/bundles/material-radio.umd.min.js +10 -0
- package/bundles/material-radio.umd.min.js.map +1 -0
- package/bundles/material-select.umd.js +3611 -0
- package/bundles/material-select.umd.js.map +1 -0
- package/bundles/material-select.umd.min.js +10 -0
- package/bundles/material-select.umd.min.js.map +1 -0
- package/bundles/material-sidenav.umd.js +2781 -0
- package/bundles/material-sidenav.umd.js.map +1 -0
- package/bundles/material-sidenav.umd.min.js +10 -0
- package/bundles/material-sidenav.umd.min.js.map +1 -0
- package/bundles/material-slide-toggle.umd.js +2657 -0
- package/bundles/material-slide-toggle.umd.js.map +1 -0
- package/bundles/material-slide-toggle.umd.min.js +10 -0
- package/bundles/material-slide-toggle.umd.min.js.map +1 -0
- package/bundles/material-slider.umd.js +3043 -0
- package/bundles/material-slider.umd.js.map +1 -0
- package/bundles/material-slider.umd.min.js +10 -0
- package/bundles/material-slider.umd.min.js.map +1 -0
- package/bundles/material-snack-bar.umd.js +2717 -0
- package/bundles/material-snack-bar.umd.js.map +1 -0
- package/bundles/material-snack-bar.umd.min.js +10 -0
- package/bundles/material-snack-bar.umd.min.js.map +1 -0
- package/bundles/material-sort.umd.js +2479 -0
- package/bundles/material-sort.umd.js.map +1 -0
- package/bundles/material-sort.umd.min.js +10 -0
- package/bundles/material-sort.umd.min.js.map +1 -0
- package/bundles/material-stepper.umd.js +3598 -0
- package/bundles/material-stepper.umd.js.map +1 -0
- package/bundles/material-stepper.umd.min.js +11 -0
- package/bundles/material-stepper.umd.min.js.map +1 -0
- package/bundles/material-table.umd.js +2458 -0
- package/bundles/material-table.umd.js.map +1 -0
- package/bundles/material-table.umd.min.js +10 -0
- package/bundles/material-table.umd.min.js.map +1 -0
- package/bundles/material-tabs.umd.js +3742 -0
- package/bundles/material-tabs.umd.js.map +1 -0
- package/bundles/material-tabs.umd.min.js +10 -0
- package/bundles/material-tabs.umd.min.js.map +1 -0
- package/bundles/material-toolbar.umd.js +2211 -0
- package/bundles/material-toolbar.umd.js.map +1 -0
- package/bundles/material-toolbar.umd.min.js +9 -0
- package/bundles/material-toolbar.umd.min.js.map +1 -0
- package/bundles/material-tooltip.umd.js +2821 -0
- package/bundles/material-tooltip.umd.js.map +1 -0
- package/bundles/material-tooltip.umd.min.js +10 -0
- package/bundles/material-tooltip.umd.min.js.map +1 -0
- package/bundles/material.umd.js +23785 -0
- package/bundles/material.umd.js.map +1 -0
- package/bundles/material.umd.min.js +23 -0
- package/bundles/material.umd.min.js.map +1 -0
- package/button/index.d.ts +8 -1
- package/button/index.metadata.json +11 -1
- package/button/package.json +7 -0
- package/button/typings/button-module.d.ts +2 -0
- package/button/typings/button.d.ts +80 -0
- package/button/typings/index.d.ts +4 -0
- package/button/typings/index.metadata.json +1 -0
- package/button/typings/mat-exports.d.ts +18 -0
- package/button/typings/public_api.d.ts +10 -0
- package/button-toggle/index.d.ts +8 -1
- package/button-toggle/index.metadata.json +11 -1
- package/button-toggle/package.json +7 -0
- package/button-toggle/typings/button-toggle-module.d.ts +2 -0
- package/button-toggle/typings/button-toggle.d.ts +156 -0
- package/button-toggle/typings/index.d.ts +4 -0
- package/button-toggle/typings/index.metadata.json +1 -0
- package/button-toggle/typings/mat-exports.d.ts +16 -0
- package/button-toggle/typings/public_api.d.ts +10 -0
- package/button-toggle.d.ts +8 -0
- package/button-toggle.metadata.json +11 -0
- package/button.d.ts +8 -0
- package/button.metadata.json +11 -0
- package/card/index.d.ts +8 -1
- package/card/index.metadata.json +11 -1
- package/card/package.json +7 -0
- package/card/typings/card-module.d.ts +2 -0
- package/card/typings/card.d.ts +95 -0
- package/card/typings/index.d.ts +4 -0
- package/card/typings/index.metadata.json +1 -0
- package/card/typings/mat-exports.d.ts +24 -0
- package/card/typings/public_api.d.ts +10 -0
- package/card.d.ts +8 -0
- package/card.metadata.json +11 -0
- package/checkbox/index.d.ts +8 -1
- package/checkbox/index.metadata.json +11 -1
- package/checkbox/package.json +7 -0
- package/checkbox/typings/checkbox-module.d.ts +2 -0
- package/checkbox/typings/checkbox-required-validator.d.ts +18 -0
- package/checkbox/typings/checkbox.d.ts +159 -0
- package/checkbox/typings/index.d.ts +4 -0
- package/checkbox/typings/index.metadata.json +1 -0
- package/checkbox/typings/mat-exports.d.ts +17 -0
- package/checkbox/typings/public_api.d.ts +11 -0
- package/checkbox.d.ts +8 -0
- package/checkbox.metadata.json +11 -0
- package/chips/index.d.ts +8 -0
- package/chips/index.metadata.json +11 -0
- package/chips/package.json +7 -0
- package/chips/typings/chip-input.d.ts +54 -0
- package/chips/typings/chip-list.d.ts +219 -0
- package/chips/typings/chip.d.ts +123 -0
- package/chips/typings/chips-module.d.ts +2 -0
- package/chips/typings/index.d.ts +4 -0
- package/chips/typings/index.metadata.json +1 -0
- package/chips/typings/mat-exports.d.ts +21 -0
- package/chips/typings/public_api.d.ts +12 -0
- package/chips.d.ts +8 -0
- package/chips.metadata.json +11 -0
- package/core/index.d.ts +8 -1
- package/core/index.metadata.json +11 -1
- package/core/package.json +7 -0
- package/core/typings/a11y/index.d.ts +8 -0
- package/core/typings/animation/animation.d.ts +20 -0
- package/core/typings/bidi/index.d.ts +8 -0
- package/core/typings/common-behaviors/color.d.ts +22 -0
- package/core/typings/common-behaviors/common-module.d.ts +24 -0
- package/core/typings/common-behaviors/constructor.d.ts +9 -0
- package/core/typings/common-behaviors/disable-ripple.d.ts +7 -0
- package/core/typings/common-behaviors/disabled.d.ts +7 -0
- package/core/typings/common-behaviors/index.d.ts +12 -0
- package/core/typings/common-behaviors/tabindex.d.ts +15 -0
- package/core/typings/compatibility/compatibility.d.ts +40 -0
- package/core/typings/coordination/unique-selection-dispatcher.d.ts +40 -0
- package/core/typings/datetime/date-adapter.d.ts +198 -0
- package/core/typings/datetime/date-formats.d.ts +20 -0
- package/core/typings/datetime/index.d.ts +8 -0
- package/core/typings/datetime/native-date-adapter.d.ts +50 -0
- package/core/typings/datetime/native-date-formats.d.ts +9 -0
- package/core/typings/error/error-options.d.ts +19 -0
- package/core/typings/gestures/gesture-annotations.d.ts +51 -0
- package/core/typings/gestures/gesture-config.d.ts +23 -0
- package/core/typings/index.d.ts +5 -0
- package/core/typings/index.metadata.json +1 -0
- package/core/typings/keyboard/keycodes.d.ts +8 -0
- package/core/typings/line/line.d.ts +30 -0
- package/core/typings/mat-exports.d.ts +36 -0
- package/core/typings/option/index.d.ts +4 -0
- package/core/typings/option/optgroup.d.ts +14 -0
- package/core/typings/option/option.d.ts +97 -0
- package/core/typings/overlay/index.d.ts +8 -0
- package/core/typings/placeholder/placeholder-options.d.ts +15 -0
- package/core/typings/platform/features.d.ts +8 -0
- package/core/typings/platform/index.d.ts +10 -0
- package/core/typings/platform/platform.d.ts +8 -0
- package/core/typings/portal/dom-portal-host.d.ts +8 -0
- package/core/typings/portal/portal-directives.d.ts +8 -0
- package/core/typings/portal/portal-injector.d.ts +19 -0
- package/core/typings/portal/portal.d.ts +8 -0
- package/core/typings/public_api.d.ts +34 -0
- package/core/typings/ripple/index.d.ts +5 -0
- package/core/typings/ripple/ripple-ref.d.ts +28 -0
- package/core/typings/ripple/ripple-renderer.d.ts +64 -0
- package/core/typings/ripple/ripple.d.ts +73 -0
- package/core/typings/rxjs/index.d.ts +9 -0
- package/core/typings/rxjs/rx-chain.d.ts +8 -0
- package/core/typings/rxjs/rx-operators.d.ts +8 -0
- package/core/typings/selection/index.d.ts +3 -0
- package/core/typings/selection/pseudo-checkbox/pseudo-checkbox.d.ts +20 -0
- package/core/typings/style/apply-transform.d.ts +13 -0
- package/core/typings/style/index.d.ts +5 -0
- package/core/typings/testing/month-constants.d.ts +12 -0
- package/core/typings/util/object-extend.d.ts +15 -0
- package/core.d.ts +7 -0
- package/core.metadata.json +11 -1
- package/datepicker/index.d.ts +8 -0
- package/datepicker/index.metadata.json +11 -0
- package/datepicker/package.json +7 -0
- package/datepicker/typings/calendar-body.d.ts +52 -0
- package/datepicker/typings/calendar.d.ts +90 -0
- package/datepicker/typings/coerce-date-property.d.ts +19 -0
- package/datepicker/typings/datepicker-errors.d.ts +9 -0
- package/datepicker/typings/datepicker-input.d.ts +94 -0
- package/datepicker/typings/datepicker-intl.d.ts +25 -0
- package/datepicker/typings/datepicker-module.d.ts +2 -0
- package/datepicker/typings/datepicker-toggle.d.ts +24 -0
- package/datepicker/typings/datepicker.d.ts +117 -0
- package/datepicker/typings/index.d.ts +4 -0
- package/datepicker/typings/index.metadata.json +1 -0
- package/datepicker/typings/mat-exports.d.ts +33 -0
- package/datepicker/typings/month-view.d.ts +65 -0
- package/datepicker/typings/public_api.d.ts +18 -0
- package/datepicker/typings/year-view.d.ts +54 -0
- package/datepicker.d.ts +8 -0
- package/datepicker.metadata.json +11 -0
- package/dialog/index.d.ts +8 -4
- package/dialog/index.metadata.json +11 -1
- package/dialog/package.json +7 -0
- package/dialog/typings/dialog-config.d.ts +54 -0
- package/dialog/typings/dialog-container.d.ts +68 -0
- package/dialog/typings/dialog-content-directives.d.ts +45 -0
- package/dialog/typings/dialog-module.d.ts +2 -0
- package/dialog/typings/dialog-ref.d.ts +68 -0
- package/dialog/typings/dialog.d.ts +108 -0
- package/dialog/typings/index.d.ts +4 -0
- package/dialog/typings/index.metadata.json +1 -0
- package/dialog/typings/mat-exports.d.ts +26 -0
- package/dialog/typings/public_api.d.ts +14 -0
- package/dialog.d.ts +8 -0
- package/dialog.metadata.json +11 -0
- package/esm2015/autocomplete.js +661 -0
- package/esm2015/autocomplete.js.map +1 -0
- package/esm2015/button-toggle.js +567 -0
- package/esm2015/button-toggle.js.map +1 -0
- package/esm2015/button.js +323 -0
- package/esm2015/button.js.map +1 -0
- package/esm2015/card.js +312 -0
- package/esm2015/card.js.map +1 -0
- package/esm2015/checkbox.js +504 -0
- package/esm2015/checkbox.js.map +1 -0
- package/esm2015/chips.js +1332 -0
- package/esm2015/chips.js.map +1 -0
- package/esm2015/core.js +2316 -0
- package/esm2015/core.js.map +1 -0
- package/esm2015/datepicker.js +1808 -0
- package/esm2015/datepicker.js.map +1 -0
- package/esm2015/dialog.js +849 -0
- package/esm2015/dialog.js.map +1 -0
- package/esm2015/expansion.js +581 -0
- package/esm2015/expansion.js.map +1 -0
- package/esm2015/form-field.js +522 -0
- package/esm2015/form-field.js.map +1 -0
- package/esm2015/grid-list.js +825 -0
- package/esm2015/grid-list.js.map +1 -0
- package/esm2015/icon.js +733 -0
- package/esm2015/icon.js.map +1 -0
- package/esm2015/input.js +568 -0
- package/esm2015/input.js.map +1 -0
- package/esm2015/list.js +666 -0
- package/esm2015/list.js.map +1 -0
- package/esm2015/material.js +51 -0
- package/esm2015/material.js.map +1 -0
- package/esm2015/menu.js +917 -0
- package/esm2015/menu.js.map +1 -0
- package/esm2015/paginator.js +304 -0
- package/esm2015/paginator.js.map +1 -0
- package/esm2015/progress-bar.js +132 -0
- package/esm2015/progress-bar.js.map +1 -0
- package/esm2015/progress-spinner.js +438 -0
- package/esm2015/progress-spinner.js.map +1 -0
- package/esm2015/radio.js +707 -0
- package/esm2015/radio.js.map +1 -0
- package/esm2015/select.js +1378 -0
- package/esm2015/select.js.map +1 -0
- package/esm2015/sidenav.js +666 -0
- package/esm2015/sidenav.js.map +1 -0
- package/esm2015/slide-toggle.js +429 -0
- package/esm2015/slide-toggle.js.map +1 -0
- package/esm2015/slider.js +833 -0
- package/esm2015/slider.js.map +1 -0
- package/esm2015/snack-bar.js +606 -0
- package/esm2015/snack-bar.js.map +1 -0
- package/esm2015/sort.js +387 -0
- package/esm2015/sort.js.map +1 -0
- package/esm2015/stepper.js +330 -0
- package/esm2015/stepper.js.map +1 -0
- package/esm2015/table.js +312 -0
- package/esm2015/table.js.map +1 -0
- package/esm2015/tabs.js +1477 -0
- package/esm2015/tabs.js.map +1 -0
- package/esm2015/toolbar.js +88 -0
- package/esm2015/toolbar.js.map +1 -0
- package/esm2015/tooltip.js +701 -0
- package/esm2015/tooltip.js.map +1 -0
- package/esm5/autocomplete.es5.js +691 -0
- package/esm5/autocomplete.es5.js.map +1 -0
- package/esm5/button-toggle.es5.js +619 -0
- package/esm5/button-toggle.es5.js.map +1 -0
- package/esm5/button.es5.js +341 -0
- package/esm5/button.es5.js.map +1 -0
- package/esm5/card.es5.js +349 -0
- package/esm5/card.es5.js.map +1 -0
- package/esm5/checkbox.es5.js +534 -0
- package/esm5/checkbox.es5.js.map +1 -0
- package/esm5/chips.es5.js +1466 -0
- package/esm5/chips.es5.js.map +1 -0
- package/esm5/core.es5.js +2316 -0
- package/esm5/core.es5.js.map +1 -0
- package/esm5/datepicker.es5.js +1936 -0
- package/esm5/datepicker.es5.js.map +1 -0
- package/esm5/dialog.es5.js +877 -0
- package/esm5/dialog.es5.js.map +1 -0
- package/esm5/expansion.es5.js +608 -0
- package/esm5/expansion.es5.js.map +1 -0
- package/esm5/form-field.es5.js +556 -0
- package/esm5/form-field.es5.js.map +1 -0
- package/esm5/grid-list.es5.js +877 -0
- package/esm5/grid-list.es5.js.map +1 -0
- package/esm5/icon.es5.js +746 -0
- package/esm5/icon.es5.js.map +1 -0
- package/esm5/input.es5.js +606 -0
- package/esm5/input.es5.js.map +1 -0
- package/esm5/list.es5.js +726 -0
- package/esm5/list.es5.js.map +1 -0
- package/esm5/material.es5.js +48 -0
- package/esm5/material.es5.js.map +1 -0
- package/esm5/menu.es5.js +953 -0
- package/esm5/menu.es5.js.map +1 -0
- package/esm5/paginator.es5.js +324 -0
- package/esm5/paginator.es5.js.map +1 -0
- package/esm5/progress-bar.es5.js +142 -0
- package/esm5/progress-bar.es5.js.map +1 -0
- package/esm5/progress-spinner.es5.js +474 -0
- package/esm5/progress-spinner.es5.js.map +1 -0
- package/esm5/radio.es5.js +779 -0
- package/esm5/radio.es5.js.map +1 -0
- package/esm5/select.es5.js +1444 -0
- package/esm5/select.es5.js.map +1 -0
- package/esm5/sidenav.es5.js +719 -0
- package/esm5/sidenav.es5.js.map +1 -0
- package/esm5/slide-toggle.es5.js +451 -0
- package/esm5/slide-toggle.es5.js.map +1 -0
- package/esm5/slider.es5.js +932 -0
- package/esm5/slider.es5.js.map +1 -0
- package/esm5/snack-bar.es5.js +623 -0
- package/esm5/snack-bar.es5.js.map +1 -0
- package/esm5/sort.es5.js +418 -0
- package/esm5/sort.es5.js.map +1 -0
- package/esm5/stepper.es5.js +376 -0
- package/esm5/stepper.es5.js.map +1 -0
- package/esm5/table.es5.js +370 -0
- package/esm5/table.es5.js.map +1 -0
- package/esm5/tabs.es5.js +1576 -0
- package/esm5/tabs.es5.js.map +1 -0
- package/esm5/toolbar.es5.js +94 -0
- package/esm5/toolbar.es5.js.map +1 -0
- package/esm5/tooltip.es5.js +759 -0
- package/esm5/tooltip.es5.js.map +1 -0
- package/expansion/index.d.ts +8 -0
- package/expansion/index.metadata.json +11 -0
- package/expansion/package.json +7 -0
- package/expansion/typings/accordion-item.d.ts +41 -0
- package/expansion/typings/accordion.d.ts +29 -0
- package/expansion/typings/expansion-module.d.ts +2 -0
- package/expansion/typings/expansion-panel-header.d.ts +56 -0
- package/expansion/typings/expansion-panel.d.ts +39 -0
- package/expansion/typings/index.d.ts +5 -0
- package/expansion/typings/index.metadata.json +1 -0
- package/expansion/typings/mat-exports.d.ts +20 -0
- package/expansion/typings/public_api.d.ts +13 -0
- package/expansion.d.ts +8 -0
- package/expansion.metadata.json +11 -0
- package/form-field/index.d.ts +8 -0
- package/form-field/index.metadata.json +11 -0
- package/form-field/package.json +7 -0
- package/form-field/typings/error.d.ts +4 -0
- package/form-field/typings/form-field-control.d.ts +39 -0
- package/form-field/typings/form-field-errors.d.ts +13 -0
- package/form-field/typings/form-field-module.d.ts +2 -0
- package/form-field/typings/form-field.d.ts +77 -0
- package/form-field/typings/hint.d.ts +7 -0
- package/form-field/typings/index.d.ts +4 -0
- package/form-field/typings/index.metadata.json +1 -0
- package/form-field/typings/mat-exports.d.ts +23 -0
- package/form-field/typings/placeholder.d.ts +3 -0
- package/form-field/typings/prefix.d.ts +3 -0
- package/form-field/typings/public_api.d.ts +17 -0
- package/form-field/typings/suffix.d.ts +3 -0
- package/form-field.d.ts +8 -0
- package/form-field.metadata.json +11 -0
- package/grid-list/index.d.ts +8 -1
- package/grid-list/index.metadata.json +11 -1
- package/grid-list/package.json +7 -0
- package/grid-list/typings/grid-list-measure.d.ts +17 -0
- package/grid-list/typings/grid-list-module.d.ts +2 -0
- package/grid-list/typings/grid-list.d.ts +53 -0
- package/grid-list/typings/grid-tile.d.ts +55 -0
- package/grid-list/typings/index.d.ts +5 -0
- package/grid-list/typings/index.metadata.json +1 -0
- package/grid-list/typings/mat-exports.d.ts +13 -0
- package/grid-list/typings/public_api.d.ts +11 -0
- package/grid-list/typings/tile-coordinator.d.ts +64 -0
- package/grid-list/typings/tile-styler.d.ts +129 -0
- package/grid-list.d.ts +8 -0
- package/grid-list.metadata.json +11 -0
- package/icon/index.d.ts +8 -1
- package/icon/index.metadata.json +11 -1
- package/icon/package.json +7 -0
- package/icon/typings/icon-module.d.ts +2 -0
- package/icon/typings/icon-registry.d.ts +194 -0
- package/icon/typings/icon.d.ts +76 -0
- package/icon/typings/index.d.ts +4 -0
- package/icon/typings/index.metadata.json +1 -0
- package/icon/typings/mat-exports.d.ts +14 -0
- package/icon/typings/public_api.d.ts +11 -0
- package/icon.d.ts +8 -0
- package/icon.metadata.json +11 -0
- package/input/index.d.ts +8 -1
- package/input/index.metadata.json +11 -1
- package/input/package.json +7 -0
- package/input/typings/autosize.d.ts +45 -0
- package/input/typings/index.d.ts +4 -0
- package/input/typings/index.metadata.json +1 -0
- package/input/typings/input-errors.d.ts +9 -0
- package/input/typings/input-module.d.ts +2 -0
- package/input/typings/input.d.ts +78 -0
- package/input/typings/mat-exports.d.ts +13 -0
- package/input/typings/public_api.d.ts +12 -0
- package/input.d.ts +8 -0
- package/input.metadata.json +11 -0
- package/list/index.d.ts +8 -1
- package/list/index.metadata.json +11 -1
- package/list/package.json +7 -0
- package/list/typings/index.d.ts +4 -0
- package/list/typings/index.metadata.json +1 -0
- package/list/typings/list-module.d.ts +2 -0
- package/list/typings/list.d.ts +78 -0
- package/list/typings/mat-exports.d.ts +27 -0
- package/list/typings/public_api.d.ts +11 -0
- package/list/typings/selection-list.d.ts +112 -0
- package/list.d.ts +8 -0
- package/list.metadata.json +11 -0
- package/material.d.ts +39 -0
- package/material.metadata.json +102 -0
- package/menu/index.d.ts +8 -1
- package/menu/index.metadata.json +11 -1
- package/menu/package.json +7 -0
- package/menu/typings/index.d.ts +6 -0
- package/menu/typings/index.metadata.json +1 -0
- package/menu/typings/mat-exports.d.ts +16 -0
- package/menu/typings/menu-animations.d.ts +27 -0
- package/menu/typings/menu-directive.d.ts +86 -0
- package/menu/typings/menu-errors.d.ts +24 -0
- package/menu/typings/menu-item.d.ts +40 -0
- package/menu/typings/menu-module.d.ts +2 -0
- package/menu/typings/menu-panel.d.ts +22 -0
- package/menu/typings/menu-positions.d.ts +9 -0
- package/menu/typings/menu-trigger.d.ts +116 -0
- package/menu/typings/menu.d.ts +12 -0
- package/menu/typings/public_api.d.ts +12 -0
- package/menu.d.ts +8 -0
- package/menu.metadata.json +11 -0
- package/package.json +10 -8
- package/paginator/index.d.ts +8 -0
- package/paginator/index.metadata.json +11 -0
- package/paginator/package.json +7 -0
- package/paginator/typings/index.d.ts +4 -0
- package/paginator/typings/index.metadata.json +1 -0
- package/paginator/typings/mat-exports.d.ts +13 -0
- package/paginator/typings/paginator-intl.d.ts +20 -0
- package/paginator/typings/paginator-module.d.ts +2 -0
- package/paginator/typings/paginator.d.ts +75 -0
- package/paginator/typings/public_api.d.ts +11 -0
- package/paginator.d.ts +8 -0
- package/paginator.metadata.json +11 -0
- package/prebuilt-themes/deeppurple-amber.css +1 -0
- package/prebuilt-themes/indigo-pink.css +1 -0
- package/prebuilt-themes/pink-bluegrey.css +1 -0
- package/prebuilt-themes/purple-green.css +1 -0
- package/progress-bar/index.d.ts +8 -1
- package/progress-bar/index.metadata.json +11 -1
- package/progress-bar/package.json +7 -0
- package/progress-bar/typings/index.d.ts +4 -0
- package/progress-bar/typings/index.metadata.json +1 -0
- package/progress-bar/typings/mat-exports.d.ts +11 -0
- package/progress-bar/typings/progress-bar-module.d.ts +2 -0
- package/progress-bar/typings/progress-bar.d.ts +32 -0
- package/progress-bar/typings/public_api.d.ts +10 -0
- package/progress-bar.d.ts +8 -0
- package/progress-bar.metadata.json +11 -0
- package/progress-spinner/index.d.ts +8 -0
- package/progress-spinner/index.metadata.json +11 -0
- package/progress-spinner/package.json +7 -0
- package/progress-spinner/typings/index.d.ts +4 -0
- package/progress-spinner/typings/index.metadata.json +1 -0
- package/progress-spinner/typings/mat-exports.d.ts +14 -0
- package/progress-spinner/typings/progress-spinner-module.d.ts +2 -0
- package/progress-spinner/typings/progress-spinner.d.ts +98 -0
- package/progress-spinner/typings/public_api.d.ts +10 -0
- package/progress-spinner.d.ts +8 -0
- package/progress-spinner.metadata.json +11 -0
- package/radio/index.d.ts +8 -1
- package/radio/index.metadata.json +11 -1
- package/radio/package.json +7 -0
- package/radio/typings/index.d.ts +4 -0
- package/radio/typings/index.metadata.json +1 -0
- package/radio/typings/mat-exports.d.ts +16 -0
- package/radio/typings/public_api.d.ts +10 -0
- package/radio/typings/radio-module.d.ts +2 -0
- package/radio/typings/radio.d.ts +217 -0
- package/radio.d.ts +8 -0
- package/radio.metadata.json +11 -0
- package/select/index.d.ts +8 -5
- package/select/index.metadata.json +11 -1
- package/select/package.json +7 -0
- package/select/typings/index.d.ts +4 -0
- package/select/typings/index.metadata.json +1 -0
- package/select/typings/mat-exports.d.ts +17 -0
- package/select/typings/public_api.d.ts +11 -0
- package/select/typings/select-animations.d.ts +36 -0
- package/select/typings/select-errors.d.ts +26 -0
- package/select/typings/select-module.d.ts +2 -0
- package/select/typings/select.d.ts +412 -0
- package/select.d.ts +8 -0
- package/select.metadata.json +11 -0
- package/sidenav/index.d.ts +8 -1
- package/sidenav/index.metadata.json +11 -1
- package/sidenav/package.json +7 -0
- package/sidenav/typings/drawer.d.ts +178 -0
- package/sidenav/typings/index.d.ts +4 -0
- package/sidenav/typings/index.metadata.json +1 -0
- package/sidenav/typings/mat-exports.d.ts +16 -0
- package/sidenav/typings/public_api.d.ts +11 -0
- package/sidenav/typings/sidenav-module.d.ts +2 -0
- package/sidenav/typings/sidenav.d.ts +6 -0
- package/sidenav.d.ts +8 -0
- package/sidenav.metadata.json +11 -0
- package/slide-toggle/index.d.ts +8 -1
- package/slide-toggle/index.metadata.json +11 -1
- package/slide-toggle/package.json +7 -0
- package/slide-toggle/typings/index.d.ts +4 -0
- package/slide-toggle/typings/index.metadata.json +1 -0
- package/slide-toggle/typings/mat-exports.d.ts +14 -0
- package/slide-toggle/typings/public_api.d.ts +10 -0
- package/slide-toggle/typings/slide-toggle-module.d.ts +2 -0
- package/slide-toggle/typings/slide-toggle.d.ts +93 -0
- package/slide-toggle.d.ts +8 -0
- package/slide-toggle.metadata.json +11 -0
- package/slider/index.d.ts +8 -1
- package/slider/index.metadata.json +11 -1
- package/slider/package.json +7 -0
- package/slider/typings/index.d.ts +4 -0
- package/slider/typings/index.metadata.json +1 -0
- package/slider/typings/mat-exports.d.ts +14 -0
- package/slider/typings/public_api.d.ts +10 -0
- package/slider/typings/slider-module.d.ts +2 -0
- package/slider/typings/slider.d.ts +207 -0
- package/slider.d.ts +8 -0
- package/slider.metadata.json +11 -0
- package/snack-bar/index.d.ts +8 -4
- package/snack-bar/index.metadata.json +11 -1
- package/snack-bar/package.json +7 -0
- package/snack-bar/typings/index.d.ts +4 -0
- package/snack-bar/typings/index.metadata.json +1 -0
- package/snack-bar/typings/mat-exports.d.ts +18 -0
- package/snack-bar/typings/public_api.d.ts +14 -0
- package/snack-bar/typings/simple-snack-bar.d.ts +18 -0
- package/snack-bar/typings/snack-bar-config.d.ts +38 -0
- package/snack-bar/typings/snack-bar-container.d.ts +61 -0
- package/snack-bar/typings/snack-bar-module.d.ts +2 -0
- package/snack-bar/typings/snack-bar-ref.d.ts +51 -0
- package/snack-bar/typings/snack-bar.d.ts +70 -0
- package/snack-bar.d.ts +8 -0
- package/snack-bar.metadata.json +11 -0
- package/sort/index.d.ts +8 -0
- package/sort/index.metadata.json +11 -0
- package/sort/package.json +7 -0
- package/sort/typings/index.d.ts +4 -0
- package/sort/typings/index.metadata.json +1 -0
- package/sort/typings/mat-exports.d.ts +16 -0
- package/sort/typings/public_api.d.ts +13 -0
- package/sort/typings/sort-direction.d.ts +8 -0
- package/sort/typings/sort-errors.d.ts +13 -0
- package/sort/typings/sort-header-intl.d.ts +17 -0
- package/sort/typings/sort-header.d.ts +44 -0
- package/sort/typings/sort-module.d.ts +2 -0
- package/sort/typings/sort.d.ts +59 -0
- package/sort.d.ts +8 -0
- package/sort.metadata.json +11 -0
- package/stepper/index.d.ts +8 -0
- package/stepper/index.metadata.json +11 -0
- package/stepper/package.json +7 -0
- package/stepper/typings/index.d.ts +4 -0
- package/stepper/typings/index.metadata.json +1 -0
- package/stepper/typings/mat-exports.d.ts +21 -0
- package/stepper/typings/public_api.d.ts +13 -0
- package/stepper/typings/step-header.d.ts +23 -0
- package/stepper/typings/step-label.d.ts +14 -0
- package/stepper/typings/stepper-button.d.ts +10 -0
- package/stepper/typings/stepper-module.d.ts +2 -0
- package/stepper/typings/stepper.d.ts +27 -0
- package/stepper.d.ts +8 -0
- package/stepper.metadata.json +11 -0
- package/table/index.d.ts +8 -0
- package/table/index.metadata.json +11 -0
- package/table/package.json +7 -0
- package/table/typings/cell.d.ts +44 -0
- package/table/typings/index.d.ts +4 -0
- package/table/typings/index.metadata.json +1 -0
- package/table/typings/mat-exports.d.ts +20 -0
- package/table/typings/public_api.d.ts +12 -0
- package/table/typings/row.d.ts +30 -0
- package/table/typings/table-module.d.ts +2 -0
- package/table/typings/table.d.ts +8 -0
- package/table.d.ts +8 -0
- package/table.metadata.json +11 -0
- package/tabs/index.d.ts +8 -1
- package/tabs/index.metadata.json +11 -1
- package/tabs/package.json +7 -0
- package/tabs/typings/index.d.ts +8 -0
- package/tabs/typings/index.metadata.json +1 -0
- package/tabs/typings/ink-bar.d.ts +33 -0
- package/tabs/typings/mat-exports.d.ts +31 -0
- package/tabs/typings/public_api.d.ts +17 -0
- package/tabs/typings/tab-body.d.ts +69 -0
- package/tabs/typings/tab-group.d.ts +100 -0
- package/tabs/typings/tab-header.d.ts +156 -0
- package/tabs/typings/tab-label-wrapper.d.ts +25 -0
- package/tabs/typings/tab-label.d.ts +15 -0
- package/tabs/typings/tab-nav-bar/index.d.ts +8 -0
- package/tabs/typings/tab-nav-bar/tab-nav-bar.d.ts +77 -0
- package/tabs/typings/tab.d.ts +50 -0
- package/tabs/typings/tabs-module.d.ts +2 -0
- package/tabs.d.ts +8 -0
- package/tabs.metadata.json +11 -0
- package/toolbar/index.d.ts +8 -1
- package/toolbar/index.metadata.json +11 -1
- package/toolbar/package.json +7 -0
- package/toolbar/typings/index.d.ts +4 -0
- package/toolbar/typings/index.metadata.json +1 -0
- package/toolbar/typings/mat-exports.d.ts +13 -0
- package/toolbar/typings/public_api.d.ts +10 -0
- package/toolbar/typings/toolbar-module.d.ts +2 -0
- package/toolbar/typings/toolbar.d.ts +21 -0
- package/toolbar.d.ts +8 -0
- package/toolbar.metadata.json +11 -0
- package/tooltip/index.d.ts +8 -1
- package/tooltip/index.metadata.json +11 -1
- package/tooltip/package.json +7 -0
- package/tooltip/typings/index.d.ts +4 -0
- package/tooltip/typings/index.metadata.json +1 -0
- package/tooltip/typings/mat-exports.d.ts +14 -0
- package/tooltip/typings/public_api.d.ts +10 -0
- package/tooltip/typings/tooltip-module.d.ts +2 -0
- package/tooltip/typings/tooltip.d.ts +177 -0
- package/tooltip.d.ts +8 -0
- package/tooltip.metadata.json +11 -0
- package/typings/autocomplete/autocomplete-module.d.ts +2 -0
- package/typings/autocomplete/autocomplete-trigger.d.ts +159 -0
- package/typings/autocomplete/autocomplete.d.ts +55 -0
- package/typings/autocomplete/index.d.ts +4 -0
- package/typings/autocomplete/index.metadata.json +1 -0
- package/typings/autocomplete/mat-exports.d.ts +17 -0
- package/typings/autocomplete/public_api.d.ts +11 -0
- package/typings/button/button-module.d.ts +2 -0
- package/typings/button/button.d.ts +80 -0
- package/typings/button/index.d.ts +4 -0
- package/typings/button/index.metadata.json +1 -0
- package/typings/button/mat-exports.d.ts +18 -0
- package/typings/button/public_api.d.ts +10 -0
- package/typings/button-toggle/button-toggle-module.d.ts +2 -0
- package/typings/button-toggle/button-toggle.d.ts +156 -0
- package/typings/button-toggle/index.d.ts +4 -0
- package/typings/button-toggle/index.metadata.json +1 -0
- package/typings/button-toggle/mat-exports.d.ts +16 -0
- package/typings/button-toggle/public_api.d.ts +10 -0
- package/typings/card/card-module.d.ts +2 -0
- package/typings/card/card.d.ts +95 -0
- package/typings/card/index.d.ts +4 -0
- package/typings/card/index.metadata.json +1 -0
- package/typings/card/mat-exports.d.ts +24 -0
- package/typings/card/public_api.d.ts +10 -0
- package/typings/checkbox/checkbox-module.d.ts +2 -0
- package/typings/checkbox/checkbox-required-validator.d.ts +18 -0
- package/typings/checkbox/checkbox.d.ts +159 -0
- package/typings/checkbox/index.d.ts +4 -0
- package/typings/checkbox/index.metadata.json +1 -0
- package/typings/checkbox/mat-exports.d.ts +17 -0
- package/typings/checkbox/public_api.d.ts +11 -0
- package/typings/chips/chip-input.d.ts +54 -0
- package/typings/chips/chip-list.d.ts +219 -0
- package/typings/chips/chip.d.ts +123 -0
- package/typings/chips/chips-module.d.ts +2 -0
- package/typings/chips/index.d.ts +4 -0
- package/typings/chips/index.metadata.json +1 -0
- package/typings/chips/mat-exports.d.ts +21 -0
- package/typings/chips/public_api.d.ts +12 -0
- package/typings/core/a11y/index.d.ts +8 -0
- package/typings/core/animation/animation.d.ts +20 -0
- package/typings/core/bidi/index.d.ts +8 -0
- package/typings/core/common-behaviors/color.d.ts +22 -0
- package/typings/core/common-behaviors/common-module.d.ts +24 -0
- package/typings/core/common-behaviors/constructor.d.ts +9 -0
- package/typings/core/common-behaviors/disable-ripple.d.ts +7 -0
- package/typings/core/common-behaviors/disabled.d.ts +7 -0
- package/typings/core/common-behaviors/index.d.ts +12 -0
- package/typings/core/common-behaviors/tabindex.d.ts +15 -0
- package/typings/core/compatibility/compatibility.d.ts +40 -0
- package/typings/core/coordination/unique-selection-dispatcher.d.ts +40 -0
- package/typings/core/datetime/date-adapter.d.ts +198 -0
- package/typings/core/datetime/date-formats.d.ts +20 -0
- package/typings/core/datetime/index.d.ts +8 -0
- package/typings/core/datetime/native-date-adapter.d.ts +50 -0
- package/typings/core/datetime/native-date-formats.d.ts +9 -0
- package/typings/core/error/error-options.d.ts +19 -0
- package/typings/core/gestures/gesture-annotations.d.ts +51 -0
- package/typings/core/gestures/gesture-config.d.ts +23 -0
- package/typings/core/index.d.ts +5 -0
- package/typings/core/index.metadata.json +1 -0
- package/typings/core/keyboard/keycodes.d.ts +8 -0
- package/typings/core/line/line.d.ts +30 -0
- package/typings/core/mat-exports.d.ts +36 -0
- package/typings/core/option/index.d.ts +4 -0
- package/typings/core/option/optgroup.d.ts +14 -0
- package/typings/core/option/option.d.ts +97 -0
- package/typings/core/overlay/index.d.ts +8 -0
- package/typings/core/placeholder/placeholder-options.d.ts +15 -0
- package/typings/core/platform/features.d.ts +8 -0
- package/typings/core/platform/index.d.ts +10 -0
- package/typings/core/platform/platform.d.ts +8 -0
- package/typings/core/portal/dom-portal-host.d.ts +8 -0
- package/typings/core/portal/portal-directives.d.ts +8 -0
- package/typings/core/portal/portal-injector.d.ts +19 -0
- package/typings/core/portal/portal.d.ts +8 -0
- package/typings/core/public_api.d.ts +34 -0
- package/typings/core/ripple/index.d.ts +5 -0
- package/typings/core/ripple/ripple-ref.d.ts +28 -0
- package/typings/core/ripple/ripple-renderer.d.ts +64 -0
- package/typings/core/ripple/ripple.d.ts +73 -0
- package/typings/core/rxjs/index.d.ts +9 -0
- package/typings/core/rxjs/rx-chain.d.ts +8 -0
- package/typings/core/rxjs/rx-operators.d.ts +8 -0
- package/typings/core/selection/index.d.ts +3 -0
- package/typings/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +20 -0
- package/typings/core/style/apply-transform.d.ts +13 -0
- package/typings/core/style/index.d.ts +5 -0
- package/typings/core/testing/month-constants.d.ts +12 -0
- package/typings/core/util/object-extend.d.ts +15 -0
- package/typings/datepicker/calendar-body.d.ts +52 -0
- package/typings/datepicker/calendar.d.ts +90 -0
- package/typings/datepicker/coerce-date-property.d.ts +19 -0
- package/typings/datepicker/datepicker-errors.d.ts +9 -0
- package/typings/datepicker/datepicker-input.d.ts +94 -0
- package/typings/datepicker/datepicker-intl.d.ts +25 -0
- package/typings/datepicker/datepicker-module.d.ts +2 -0
- package/typings/datepicker/datepicker-toggle.d.ts +24 -0
- package/typings/datepicker/datepicker.d.ts +117 -0
- package/typings/datepicker/index.d.ts +4 -0
- package/typings/datepicker/index.metadata.json +1 -0
- package/typings/datepicker/mat-exports.d.ts +33 -0
- package/typings/datepicker/month-view.d.ts +65 -0
- package/typings/datepicker/public_api.d.ts +18 -0
- package/typings/datepicker/year-view.d.ts +54 -0
- package/typings/dialog/dialog-config.d.ts +54 -0
- package/typings/dialog/dialog-container.d.ts +68 -0
- package/typings/dialog/dialog-content-directives.d.ts +45 -0
- package/typings/dialog/dialog-module.d.ts +2 -0
- package/typings/dialog/dialog-ref.d.ts +68 -0
- package/typings/dialog/dialog.d.ts +108 -0
- package/typings/dialog/index.d.ts +4 -0
- package/typings/dialog/index.metadata.json +1 -0
- package/typings/dialog/mat-exports.d.ts +26 -0
- package/typings/dialog/public_api.d.ts +14 -0
- package/typings/expansion/accordion-item.d.ts +41 -0
- package/typings/expansion/accordion.d.ts +29 -0
- package/typings/expansion/expansion-module.d.ts +2 -0
- package/typings/expansion/expansion-panel-header.d.ts +56 -0
- package/typings/expansion/expansion-panel.d.ts +39 -0
- package/typings/expansion/index.d.ts +5 -0
- package/typings/expansion/index.metadata.json +1 -0
- package/typings/expansion/mat-exports.d.ts +20 -0
- package/typings/expansion/public_api.d.ts +13 -0
- package/typings/form-field/error.d.ts +4 -0
- package/typings/form-field/form-field-control.d.ts +39 -0
- package/typings/form-field/form-field-errors.d.ts +13 -0
- package/typings/form-field/form-field-module.d.ts +2 -0
- package/typings/form-field/form-field.d.ts +77 -0
- package/typings/form-field/hint.d.ts +7 -0
- package/typings/form-field/index.d.ts +4 -0
- package/typings/form-field/index.metadata.json +1 -0
- package/typings/form-field/mat-exports.d.ts +23 -0
- package/typings/form-field/placeholder.d.ts +3 -0
- package/typings/form-field/prefix.d.ts +3 -0
- package/typings/form-field/public_api.d.ts +17 -0
- package/typings/form-field/suffix.d.ts +3 -0
- package/typings/grid-list/grid-list-measure.d.ts +17 -0
- package/typings/grid-list/grid-list-module.d.ts +2 -0
- package/typings/grid-list/grid-list.d.ts +53 -0
- package/typings/grid-list/grid-tile.d.ts +55 -0
- package/typings/grid-list/index.d.ts +5 -0
- package/typings/grid-list/index.metadata.json +1 -0
- package/typings/grid-list/mat-exports.d.ts +13 -0
- package/typings/grid-list/public_api.d.ts +11 -0
- package/typings/grid-list/tile-coordinator.d.ts +64 -0
- package/typings/grid-list/tile-styler.d.ts +129 -0
- package/typings/icon/icon-module.d.ts +2 -0
- package/typings/icon/icon-registry.d.ts +194 -0
- package/typings/icon/icon.d.ts +76 -0
- package/typings/icon/index.d.ts +4 -0
- package/typings/icon/index.metadata.json +1 -0
- package/typings/icon/mat-exports.d.ts +14 -0
- package/typings/icon/public_api.d.ts +11 -0
- package/typings/index.d.ts +4 -0
- package/typings/index.metadata.json +26 -0
- package/typings/input/autosize.d.ts +45 -0
- package/typings/input/index.d.ts +4 -0
- package/typings/input/index.metadata.json +1 -0
- package/typings/input/input-errors.d.ts +9 -0
- package/typings/input/input-module.d.ts +2 -0
- package/typings/input/input.d.ts +78 -0
- package/typings/input/mat-exports.d.ts +13 -0
- package/typings/input/public_api.d.ts +12 -0
- package/typings/list/index.d.ts +4 -0
- package/typings/list/index.metadata.json +1 -0
- package/typings/list/list-module.d.ts +2 -0
- package/typings/list/list.d.ts +78 -0
- package/typings/list/mat-exports.d.ts +27 -0
- package/typings/list/public_api.d.ts +11 -0
- package/typings/list/selection-list.d.ts +112 -0
- package/typings/menu/index.d.ts +6 -0
- package/typings/menu/index.metadata.json +1 -0
- package/typings/menu/mat-exports.d.ts +16 -0
- package/typings/menu/menu-animations.d.ts +27 -0
- package/typings/menu/menu-directive.d.ts +86 -0
- package/typings/menu/menu-errors.d.ts +24 -0
- package/typings/menu/menu-item.d.ts +40 -0
- package/typings/menu/menu-module.d.ts +2 -0
- package/typings/menu/menu-panel.d.ts +22 -0
- package/typings/menu/menu-positions.d.ts +9 -0
- package/typings/menu/menu-trigger.d.ts +116 -0
- package/typings/menu/menu.d.ts +12 -0
- package/typings/menu/public_api.d.ts +12 -0
- package/typings/paginator/index.d.ts +4 -0
- package/typings/paginator/index.metadata.json +1 -0
- package/typings/paginator/mat-exports.d.ts +13 -0
- package/typings/paginator/paginator-intl.d.ts +20 -0
- package/typings/paginator/paginator-module.d.ts +2 -0
- package/typings/paginator/paginator.d.ts +75 -0
- package/typings/paginator/public_api.d.ts +11 -0
- package/typings/progress-bar/index.d.ts +4 -0
- package/typings/progress-bar/index.metadata.json +1 -0
- package/typings/progress-bar/mat-exports.d.ts +11 -0
- package/typings/progress-bar/progress-bar-module.d.ts +2 -0
- package/typings/progress-bar/progress-bar.d.ts +32 -0
- package/typings/progress-bar/public_api.d.ts +10 -0
- package/typings/progress-spinner/index.d.ts +4 -0
- package/typings/progress-spinner/index.metadata.json +1 -0
- package/typings/progress-spinner/mat-exports.d.ts +14 -0
- package/typings/progress-spinner/progress-spinner-module.d.ts +2 -0
- package/typings/progress-spinner/progress-spinner.d.ts +98 -0
- package/typings/progress-spinner/public_api.d.ts +10 -0
- package/typings/public_api.d.ts +39 -0
- package/typings/radio/index.d.ts +4 -0
- package/typings/radio/index.metadata.json +1 -0
- package/typings/radio/mat-exports.d.ts +16 -0
- package/typings/radio/public_api.d.ts +10 -0
- package/typings/radio/radio-module.d.ts +2 -0
- package/typings/radio/radio.d.ts +217 -0
- package/typings/select/index.d.ts +4 -0
- package/typings/select/index.metadata.json +1 -0
- package/typings/select/mat-exports.d.ts +17 -0
- package/typings/select/public_api.d.ts +11 -0
- package/typings/select/select-animations.d.ts +36 -0
- package/typings/select/select-errors.d.ts +26 -0
- package/typings/select/select-module.d.ts +2 -0
- package/typings/select/select.d.ts +412 -0
- package/typings/sidenav/drawer.d.ts +178 -0
- package/typings/sidenav/index.d.ts +4 -0
- package/typings/sidenav/index.metadata.json +1 -0
- package/typings/sidenav/mat-exports.d.ts +16 -0
- package/typings/sidenav/public_api.d.ts +11 -0
- package/typings/sidenav/sidenav-module.d.ts +2 -0
- package/typings/sidenav/sidenav.d.ts +6 -0
- package/typings/slide-toggle/index.d.ts +4 -0
- package/typings/slide-toggle/index.metadata.json +1 -0
- package/typings/slide-toggle/mat-exports.d.ts +14 -0
- package/typings/slide-toggle/public_api.d.ts +10 -0
- package/typings/slide-toggle/slide-toggle-module.d.ts +2 -0
- package/typings/slide-toggle/slide-toggle.d.ts +93 -0
- package/typings/slider/index.d.ts +4 -0
- package/typings/slider/index.metadata.json +1 -0
- package/typings/slider/mat-exports.d.ts +14 -0
- package/typings/slider/public_api.d.ts +10 -0
- package/typings/slider/slider-module.d.ts +2 -0
- package/typings/slider/slider.d.ts +207 -0
- package/typings/snack-bar/index.d.ts +4 -0
- package/typings/snack-bar/index.metadata.json +1 -0
- package/typings/snack-bar/mat-exports.d.ts +18 -0
- package/typings/snack-bar/public_api.d.ts +14 -0
- package/typings/snack-bar/simple-snack-bar.d.ts +18 -0
- package/typings/snack-bar/snack-bar-config.d.ts +38 -0
- package/typings/snack-bar/snack-bar-container.d.ts +61 -0
- package/typings/snack-bar/snack-bar-module.d.ts +2 -0
- package/typings/snack-bar/snack-bar-ref.d.ts +51 -0
- package/typings/snack-bar/snack-bar.d.ts +70 -0
- package/typings/sort/index.d.ts +4 -0
- package/typings/sort/index.metadata.json +1 -0
- package/typings/sort/mat-exports.d.ts +16 -0
- package/typings/sort/public_api.d.ts +13 -0
- package/typings/sort/sort-direction.d.ts +8 -0
- package/typings/sort/sort-errors.d.ts +13 -0
- package/typings/sort/sort-header-intl.d.ts +17 -0
- package/typings/sort/sort-header.d.ts +44 -0
- package/typings/sort/sort-module.d.ts +2 -0
- package/typings/sort/sort.d.ts +59 -0
- package/typings/stepper/index.d.ts +4 -0
- package/typings/stepper/index.metadata.json +1 -0
- package/typings/stepper/mat-exports.d.ts +21 -0
- package/typings/stepper/public_api.d.ts +13 -0
- package/typings/stepper/step-header.d.ts +23 -0
- package/typings/stepper/step-label.d.ts +14 -0
- package/typings/stepper/stepper-button.d.ts +10 -0
- package/typings/stepper/stepper-module.d.ts +2 -0
- package/typings/stepper/stepper.d.ts +27 -0
- package/typings/table/cell.d.ts +44 -0
- package/typings/table/index.d.ts +4 -0
- package/typings/table/index.metadata.json +1 -0
- package/typings/table/mat-exports.d.ts +20 -0
- package/typings/table/public_api.d.ts +12 -0
- package/typings/table/row.d.ts +30 -0
- package/typings/table/table-module.d.ts +2 -0
- package/typings/table/table.d.ts +8 -0
- package/typings/tabs/index.d.ts +8 -0
- package/typings/tabs/index.metadata.json +1 -0
- package/typings/tabs/ink-bar.d.ts +33 -0
- package/typings/tabs/mat-exports.d.ts +31 -0
- package/typings/tabs/public_api.d.ts +17 -0
- package/typings/tabs/tab-body.d.ts +69 -0
- package/typings/tabs/tab-group.d.ts +100 -0
- package/typings/tabs/tab-header.d.ts +156 -0
- package/typings/tabs/tab-label-wrapper.d.ts +25 -0
- package/typings/tabs/tab-label.d.ts +15 -0
- package/typings/tabs/tab-nav-bar/index.d.ts +8 -0
- package/typings/tabs/tab-nav-bar/tab-nav-bar.d.ts +77 -0
- package/typings/tabs/tab.d.ts +50 -0
- package/typings/tabs/tabs-module.d.ts +2 -0
- package/typings/toolbar/index.d.ts +4 -0
- package/typings/toolbar/index.metadata.json +1 -0
- package/typings/toolbar/mat-exports.d.ts +13 -0
- package/typings/toolbar/public_api.d.ts +10 -0
- package/typings/toolbar/toolbar-module.d.ts +2 -0
- package/typings/toolbar/toolbar.d.ts +21 -0
- package/typings/tooltip/index.d.ts +4 -0
- package/typings/tooltip/index.metadata.json +1 -0
- package/typings/tooltip/mat-exports.d.ts +14 -0
- package/typings/tooltip/public_api.d.ts +10 -0
- package/typings/tooltip/tooltip-module.d.ts +2 -0
- package/typings/tooltip/tooltip.d.ts +177 -0
- package/typings/version.d.ts +10 -0
- package/button/README.md +0 -115
- package/button/_button-base.scss +0 -116
- package/button/_button-theme.scss +0 -85
- package/button/button.css +0 -101
- package/button/button.css.map +0 -1
- package/button/button.d.ts +0 -35
- package/button/button.html +0 -6
- package/button/button.js +0 -196
- package/button/button.js.map +0 -1
- package/button/button.metadata.json +0 -1
- package/button/button.scss +0 -72
- package/button/index.js +0 -3
- package/button/index.js.map +0 -1
- package/button-toggle/README.md +0 -149
- package/button-toggle/_button-toggle-theme.scss +0 -14
- package/button-toggle/button-toggle.css +0 -24
- package/button-toggle/button-toggle.css.map +0 -1
- package/button-toggle/button-toggle.d.ts +0 -110
- package/button-toggle/button-toggle.html +0 -14
- package/button-toggle/button-toggle.js +0 -436
- package/button-toggle/button-toggle.js.map +0 -1
- package/button-toggle/button-toggle.metadata.json +0 -1
- package/button-toggle/button-toggle.scss +0 -34
- package/button-toggle/index.js +0 -3
- package/button-toggle/index.js.map +0 -1
- package/card/README.md +0 -116
- package/card/_card-theme.scss +0 -17
- package/card/card-header.html +0 -5
- package/card/card-title-group.html +0 -5
- package/card/card.css +0 -140
- package/card/card.css.map +0 -1
- package/card/card.d.ts +0 -35
- package/card/card.html +0 -1
- package/card/card.js +0 -187
- package/card/card.js.map +0 -1
- package/card/card.metadata.json +0 -1
- package/card/card.scss +0 -226
- package/card/index.js +0 -3
- package/card/index.js.map +0 -1
- package/checkbox/README.md +0 -79
- package/checkbox/_checkbox-theme.scss +0 -69
- package/checkbox/checkbox.css +0 -241
- package/checkbox/checkbox.css.map +0 -1
- package/checkbox/checkbox.d.ts +0 -127
- package/checkbox/checkbox.html +0 -37
- package/checkbox/checkbox.js +0 -344
- package/checkbox/checkbox.js.map +0 -1
- package/checkbox/checkbox.metadata.json +0 -1
- package/checkbox/checkbox.scss +0 -412
- package/checkbox/index.js +0 -3
- package/checkbox/index.js.map +0 -1
- package/core/README.md +0 -2
- package/core/_core.scss +0 -27
- package/core/a11y/README.md +0 -30
- package/core/a11y/_a11y.scss +0 -13
- package/core/a11y/focus-trap.d.ts +0 -23
- package/core/a11y/focus-trap.js +0 -82
- package/core/a11y/focus-trap.js.map +0 -1
- package/core/a11y/focus-trap.metadata.json +0 -1
- package/core/a11y/index.d.ts +0 -10
- package/core/a11y/index.js +0 -37
- package/core/a11y/index.js.map +0 -1
- package/core/a11y/index.metadata.json +0 -1
- package/core/a11y/interactivity-checker.d.ts +0 -31
- package/core/a11y/interactivity-checker.js +0 -122
- package/core/a11y/interactivity-checker.js.map +0 -1
- package/core/a11y/interactivity-checker.metadata.json +0 -1
- package/core/a11y/live-announcer.d.ts +0 -13
- package/core/a11y/live-announcer.js +0 -56
- package/core/a11y/live-announcer.js.map +0 -1
- package/core/a11y/live-announcer.metadata.json +0 -1
- package/core/annotations/field-value.d.ts +0 -16
- package/core/annotations/field-value.js +0 -30
- package/core/annotations/field-value.js.map +0 -1
- package/core/async/promise-completer.d.ts +0 -6
- package/core/async/promise-completer.js +0 -12
- package/core/async/promise-completer.js.map +0 -1
- package/core/coordination/unique-selection-dispatcher.d.ts +0 -17
- package/core/coordination/unique-selection-dispatcher.js +0 -42
- package/core/coordination/unique-selection-dispatcher.js.map +0 -1
- package/core/coordination/unique-selection-dispatcher.metadata.json +0 -1
- package/core/core.d.ts +0 -28
- package/core/core.js +0 -71
- package/core/core.js.map +0 -1
- package/core/core.metadata.json +0 -1
- package/core/errors/error.d.ts +0 -6
- package/core/errors/error.js +0 -19
- package/core/errors/error.js.map +0 -1
- package/core/gestures/MdGestureConfig.d.ts +0 -7
- package/core/gestures/MdGestureConfig.js +0 -84
- package/core/gestures/MdGestureConfig.js.map +0 -1
- package/core/gestures/MdGestureConfig.metadata.json +0 -1
- package/core/index.js +0 -3
- package/core/index.js.map +0 -1
- package/core/keyboard/keycodes.d.ts +0 -6
- package/core/keyboard/keycodes.js +0 -12
- package/core/keyboard/keycodes.js.map +0 -1
- package/core/keyboard/keycodes.metadata.json +0 -1
- package/core/line/line.d.ts +0 -19
- package/core/line/line.js +0 -65
- package/core/line/line.js.map +0 -1
- package/core/line/line.metadata.json +0 -1
- package/core/overlay/generic-component-type.d.ts +0 -3
- package/core/overlay/generic-component-type.js +0 -3
- package/core/overlay/generic-component-type.js.map +0 -1
- package/core/overlay/overlay-container.d.ts +0 -19
- package/core/overlay/overlay-container.js +0 -33
- package/core/overlay/overlay-container.js.map +0 -1
- package/core/overlay/overlay-directives.d.ts +0 -36
- package/core/overlay/overlay-directives.js +0 -120
- package/core/overlay/overlay-directives.js.map +0 -1
- package/core/overlay/overlay-directives.metadata.json +0 -1
- package/core/overlay/overlay-ref.d.ts +0 -28
- package/core/overlay/overlay-ref.js +0 -82
- package/core/overlay/overlay-ref.js.map +0 -1
- package/core/overlay/overlay-state.d.ts +0 -11
- package/core/overlay/overlay-state.js +0 -13
- package/core/overlay/overlay-state.js.map +0 -1
- package/core/overlay/overlay.css +0 -2
- package/core/overlay/overlay.css.map +0 -1
- package/core/overlay/overlay.d.ts +0 -51
- package/core/overlay/overlay.js +0 -93
- package/core/overlay/overlay.js.map +0 -1
- package/core/overlay/overlay.metadata.json +0 -1
- package/core/overlay/overlay.scss +0 -55
- package/core/overlay/position/connected-position-strategy.d.ts +0 -69
- package/core/overlay/position/connected-position-strategy.js +0 -164
- package/core/overlay/position/connected-position-strategy.js.map +0 -1
- package/core/overlay/position/connected-position.d.ts +0 -22
- package/core/overlay/position/connected-position.js +0 -12
- package/core/overlay/position/connected-position.js.map +0 -1
- package/core/overlay/position/global-position-strategy.d.ts +0 -45
- package/core/overlay/position/global-position-strategy.js +0 -102
- package/core/overlay/position/global-position-strategy.js.map +0 -1
- package/core/overlay/position/overlay-position-builder.d.ts +0 -14
- package/core/overlay/position/overlay-position-builder.js +0 -34
- package/core/overlay/position/overlay-position-builder.js.map +0 -1
- package/core/overlay/position/overlay-position-builder.metadata.json +0 -1
- package/core/overlay/position/position-strategy.d.ts +0 -5
- package/core/overlay/position/position-strategy.js +0 -3
- package/core/overlay/position/position-strategy.js.map +0 -1
- package/core/overlay/position/relative-position-strategy.d.ts +0 -7
- package/core/overlay/position/relative-position-strategy.js +0 -12
- package/core/overlay/position/relative-position-strategy.js.map +0 -1
- package/core/overlay/position/viewport-ruler.d.ts +0 -16
- package/core/overlay/position/viewport-ruler.js +0 -71
- package/core/overlay/position/viewport-ruler.js.map +0 -1
- package/core/overlay/position/viewport-ruler.metadata.json +0 -1
- package/core/portal/README.md +0 -72
- package/core/portal/dom-portal-host.d.ts +0 -17
- package/core/portal/dom-portal-host.js +0 -56
- package/core/portal/dom-portal-host.js.map +0 -1
- package/core/portal/portal-directives.d.ts +0 -38
- package/core/portal/portal-directives.js +0 -124
- package/core/portal/portal-directives.js.map +0 -1
- package/core/portal/portal-directives.metadata.json +0 -1
- package/core/portal/portal-errors.d.ts +0 -29
- package/core/portal/portal-errors.js +0 -66
- package/core/portal/portal-errors.js.map +0 -1
- package/core/portal/portal.d.ts +0 -85
- package/core/portal/portal.js +0 -155
- package/core/portal/portal.js.map +0 -1
- package/core/ripple/README.md +0 -27
- package/core/ripple/_ripple.scss +0 -106
- package/core/ripple/ripple-renderer.d.ts +0 -65
- package/core/ripple/ripple-renderer.js +0 -149
- package/core/ripple/ripple-renderer.js.map +0 -1
- package/core/ripple/ripple-renderer.metadata.json +0 -1
- package/core/ripple/ripple.d.ts +0 -75
- package/core/ripple/ripple.js +0 -179
- package/core/ripple/ripple.js.map +0 -1
- package/core/ripple/ripple.metadata.json +0 -1
- package/core/rtl/dir.d.ts +0 -17
- package/core/rtl/dir.js +0 -83
- package/core/rtl/dir.js.map +0 -1
- package/core/rtl/dir.metadata.json +0 -1
- package/core/style/_button-common.scss +0 -7
- package/core/style/_elevation.scss +0 -174
- package/core/style/_list-common.scss +0 -49
- package/core/style/_sidenav-common.scss +0 -8
- package/core/style/_variables.scss +0 -55
- package/core/style/apply-transform.d.ts +0 -6
- package/core/style/apply-transform.js +0 -14
- package/core/style/apply-transform.js.map +0 -1
- package/core/theming/_all-theme.scss +0 -46
- package/core/theming/_palette.scss +0 -694
- package/core/theming/_theming.scss +0 -84
- package/core/theming/prebuilt/deeppurple-amber.css +0 -446
- package/core/theming/prebuilt/deeppurple-amber.css.map +0 -1
- package/core/theming/prebuilt/deeppurple-amber.scss +0 -14
- package/core/theming/prebuilt/indigo-pink.css +0 -446
- package/core/theming/prebuilt/indigo-pink.css.map +0 -1
- package/core/theming/prebuilt/indigo-pink.scss +0 -14
- package/core/theming/prebuilt/pink-bluegrey.css +0 -446
- package/core/theming/prebuilt/pink-bluegrey.css.map +0 -1
- package/core/theming/prebuilt/pink-bluegrey.scss +0 -14
- package/core/theming/prebuilt/purple-green.css +0 -446
- package/core/theming/prebuilt/purple-green.css.map +0 -1
- package/core/theming/prebuilt/purple-green.scss +0 -14
- package/core/typography/_typography.scss +0 -6
- package/core.js +0 -3
- package/core.js.map +0 -1
- package/dialog/README.md +0 -0
- package/dialog/_dialog-theme.scss +0 -11
- package/dialog/dialog-config.d.ts +0 -11
- package/dialog/dialog-config.js +0 -12
- package/dialog/dialog-config.js.map +0 -1
- package/dialog/dialog-container.css +0 -7
- package/dialog/dialog-container.css.map +0 -1
- package/dialog/dialog-container.d.ts +0 -29
- package/dialog/dialog-container.html +0 -3
- package/dialog/dialog-container.js +0 -88
- package/dialog/dialog-container.js.map +0 -1
- package/dialog/dialog-container.metadata.json +0 -1
- package/dialog/dialog-container.scss +0 -12
- package/dialog/dialog-errors.d.ts +0 -5
- package/dialog/dialog-errors.js +0 -16
- package/dialog/dialog-errors.js.map +0 -1
- package/dialog/dialog-injector.d.ts +0 -9
- package/dialog/dialog-injector.js +0 -17
- package/dialog/dialog-injector.js.map +0 -1
- package/dialog/dialog-ref.d.ts +0 -20
- package/dialog/dialog-ref.js +0 -29
- package/dialog/dialog-ref.js.map +0 -1
- package/dialog/dialog.d.ts +0 -51
- package/dialog/dialog.js +0 -128
- package/dialog/dialog.js.map +0 -1
- package/dialog/dialog.metadata.json +0 -1
- package/dialog/index.js +0 -6
- package/dialog/index.js.map +0 -1
- package/grid-list/README.md +0 -118
- package/grid-list/_grid-list-theme.scss +0 -6
- package/grid-list/grid-list-errors.d.ts +0 -19
- package/grid-list/grid-list-errors.js +0 -38
- package/grid-list/grid-list-errors.js.map +0 -1
- package/grid-list/grid-list-measure.d.ts +0 -10
- package/grid-list/grid-list-measure.js +0 -16
- package/grid-list/grid-list-measure.js.map +0 -1
- package/grid-list/grid-list-measure.metadata.json +0 -1
- package/grid-list/grid-list.css +0 -78
- package/grid-list/grid-list.css.map +0 -1
- package/grid-list/grid-list.d.ts +0 -49
- package/grid-list/grid-list.html +0 -3
- package/grid-list/grid-list.js +0 -165
- package/grid-list/grid-list.js.map +0 -1
- package/grid-list/grid-list.metadata.json +0 -1
- package/grid-list/grid-list.scss +0 -91
- package/grid-list/grid-tile-text.html +0 -3
- package/grid-list/grid-tile.d.ts +0 -28
- package/grid-list/grid-tile.html +0 -4
- package/grid-list/grid-tile.js +0 -87
- package/grid-list/grid-tile.js.map +0 -1
- package/grid-list/grid-tile.metadata.json +0 -1
- package/grid-list/index.js +0 -3
- package/grid-list/index.js.map +0 -1
- package/grid-list/tile-coordinator.d.ts +0 -51
- package/grid-list/tile-coordinator.js +0 -124
- package/grid-list/tile-coordinator.js.map +0 -1
- package/grid-list/tile-styler.d.ts +0 -88
- package/grid-list/tile-styler.js +0 -190
- package/grid-list/tile-styler.js.map +0 -1
- package/icon/README.md +0 -116
- package/icon/_icon-theme.scss +0 -6
- package/icon/fake-svgs.d.ts +0 -5
- package/icon/fake-svgs.js +0 -29
- package/icon/fake-svgs.js.map +0 -1
- package/icon/icon-registry.d.ts +0 -148
- package/icon/icon-registry.js +0 -375
- package/icon/icon-registry.js.map +0 -1
- package/icon/icon-registry.metadata.json +0 -1
- package/icon/icon.css +0 -8
- package/icon/icon.css.map +0 -1
- package/icon/icon.d.ts +0 -85
- package/icon/icon.js +0 -252
- package/icon/icon.js.map +0 -1
- package/icon/icon.metadata.json +0 -1
- package/icon/icon.scss +0 -13
- package/icon/index.js +0 -3
- package/icon/index.js.map +0 -1
- package/index.d.ts +0 -23
- package/index.js +0 -25
- package/index.js.map +0 -1
- package/index.metadata.json +0 -1
- package/input/README.md +0 -121
- package/input/_input-theme.scss +0 -64
- package/input/index.js +0 -3
- package/input/index.js.map +0 -1
- package/input/input.css +0 -109
- package/input/input.css.map +0 -1
- package/input/input.d.ts +0 -134
- package/input/input.html +0 -65
- package/input/input.js +0 -471
- package/input/input.js.map +0 -1
- package/input/input.metadata.json +0 -1
- package/input/input.scss +0 -198
- package/list/README.md +0 -167
- package/list/_list-theme.scss +0 -28
- package/list/index.js +0 -3
- package/list/index.js.map +0 -1
- package/list/list-item.html +0 -5
- package/list/list.css +0 -139
- package/list/list.css.map +0 -1
- package/list/list.d.ts +0 -24
- package/list/list.js +0 -113
- package/list/list.js.map +0 -1
- package/list/list.metadata.json +0 -1
- package/list/list.scss +0 -168
- package/material.umd.js +0 -9017
- package/material.umd.js.map +0 -1
- package/menu/README.md +0 -164
- package/menu/_menu-theme.scss +0 -25
- package/menu/index.js +0 -3
- package/menu/index.js.map +0 -1
- package/menu/menu-directive.d.ts +0 -54
- package/menu/menu-directive.js +0 -158
- package/menu/menu-directive.js.map +0 -1
- package/menu/menu-directive.metadata.json +0 -1
- package/menu/menu-errors.d.ts +0 -21
- package/menu/menu-errors.js +0 -40
- package/menu/menu-errors.js.map +0 -1
- package/menu/menu-item.d.ts +0 -18
- package/menu/menu-item.js +0 -74
- package/menu/menu-item.js.map +0 -1
- package/menu/menu-item.metadata.json +0 -1
- package/menu/menu-positions.d.ts +0 -2
- package/menu/menu-positions.js +0 -3
- package/menu/menu-positions.js.map +0 -1
- package/menu/menu-trigger.d.ts +0 -62
- package/menu/menu-trigger.js +0 -169
- package/menu/menu-trigger.js.map +0 -1
- package/menu/menu-trigger.metadata.json +0 -1
- package/menu/menu.css +0 -41
- package/menu/menu.css.map +0 -1
- package/menu/menu.d.ts +0 -7
- package/menu/menu.html +0 -6
- package/menu/menu.js +0 -39
- package/menu/menu.js.map +0 -1
- package/menu/menu.metadata.json +0 -1
- package/menu/menu.scss +0 -59
- package/module.d.ts +0 -6
- package/module.js +0 -117
- package/module.js.map +0 -1
- package/module.metadata.json +0 -1
- package/progress-bar/README.md +0 -54
- package/progress-bar/_progress-bar-theme.scss +0 -78
- package/progress-bar/index.js +0 -3
- package/progress-bar/index.js.map +0 -1
- package/progress-bar/progress-bar.css +0 -114
- package/progress-bar/progress-bar.css.map +0 -1
- package/progress-bar/progress-bar.d.ts +0 -34
- package/progress-bar/progress-bar.html +0 -5
- package/progress-bar/progress-bar.js +0 -122
- package/progress-bar/progress-bar.js.map +0 -1
- package/progress-bar/progress-bar.metadata.json +0 -1
- package/progress-bar/progress-bar.scss +0 -229
- package/progress-circle/README.md +0 -51
- package/progress-circle/_progress-circle-theme.scss +0 -23
- package/progress-circle/index.d.ts +0 -1
- package/progress-circle/index.js +0 -3
- package/progress-circle/index.js.map +0 -1
- package/progress-circle/index.metadata.json +0 -1
- package/progress-circle/progress-circle.css +0 -43
- package/progress-circle/progress-circle.css.map +0 -1
- package/progress-circle/progress-circle.d.ts +0 -76
- package/progress-circle/progress-circle.html +0 -9
- package/progress-circle/progress-circle.js +0 -315
- package/progress-circle/progress-circle.js.map +0 -1
- package/progress-circle/progress-circle.metadata.json +0 -1
- package/progress-circle/progress-circle.scss +0 -67
- package/radio/README.md +0 -79
- package/radio/_radio-theme.scss +0 -36
- package/radio/index.js +0 -3
- package/radio/index.js.map +0 -1
- package/radio/radio.css +0 -82
- package/radio/radio.css.map +0 -1
- package/radio/radio.d.ts +0 -127
- package/radio/radio.html +0 -27
- package/radio/radio.js +0 -445
- package/radio/radio.js.map +0 -1
- package/radio/radio.metadata.json +0 -1
- package/radio/radio.scss +0 -92
- package/select/index.js +0 -33
- package/select/index.js.map +0 -1
- package/select/select.css +0 -2
- package/select/select.css.map +0 -1
- package/select/select.d.ts +0 -2
- package/select/select.html +0 -1
- package/select/select.js +0 -25
- package/select/select.js.map +0 -1
- package/select/select.metadata.json +0 -1
- package/select/select.scss +0 -0
- package/sidenav/README.md +0 -83
- package/sidenav/_sidenav-theme.scss +0 -37
- package/sidenav/index.js +0 -3
- package/sidenav/index.js.map +0 -1
- package/sidenav/sidenav-transitions.css +0 -10
- package/sidenav/sidenav-transitions.css.map +0 -1
- package/sidenav/sidenav-transitions.scss +0 -14
- package/sidenav/sidenav.css +0 -111
- package/sidenav/sidenav.css.map +0 -1
- package/sidenav/sidenav.d.ts +0 -141
- package/sidenav/sidenav.html +0 -8
- package/sidenav/sidenav.js +0 -479
- package/sidenav/sidenav.js.map +0 -1
- package/sidenav/sidenav.metadata.json +0 -1
- package/sidenav/sidenav.scss +0 -133
- package/slide-toggle/README.md +0 -66
- package/slide-toggle/_slide-toggle-theme.scss +0 -77
- package/slide-toggle/index.js +0 -3
- package/slide-toggle/index.js.map +0 -1
- package/slide-toggle/slide-toggle.css +0 -88
- package/slide-toggle/slide-toggle.css.map +0 -1
- package/slide-toggle/slide-toggle.d.ts +0 -74
- package/slide-toggle/slide-toggle.html +0 -33
- package/slide-toggle/slide-toggle.js +0 -317
- package/slide-toggle/slide-toggle.js.map +0 -1
- package/slide-toggle/slide-toggle.metadata.json +0 -1
- package/slide-toggle/slide-toggle.scss +0 -140
- package/slider/README.md +0 -97
- package/slider/_slider-theme.scss +0 -33
- package/slider/index.js +0 -3
- package/slider/index.js.map +0 -1
- package/slider/slider.css +0 -122
- package/slider/slider.css.map +0 -1
- package/slider/slider.d.ts +0 -155
- package/slider/slider.html +0 -21
- package/slider/slider.js +0 -433
- package/slider/slider.js.map +0 -1
- package/slider/slider.metadata.json +0 -1
- package/slider/slider.scss +0 -186
- package/slider/test-gesture-config.d.ts +0 -21
- package/slider/test-gesture-config.js +0 -59
- package/slider/test-gesture-config.js.map +0 -1
- package/slider/test-gesture-config.metadata.json +0 -1
- package/snack-bar/README.md +0 -38
- package/snack-bar/index.js +0 -6
- package/snack-bar/index.js.map +0 -1
- package/snack-bar/simple-snack-bar.css +0 -27
- package/snack-bar/simple-snack-bar.css.map +0 -1
- package/snack-bar/simple-snack-bar.d.ts +0 -17
- package/snack-bar/simple-snack-bar.html +0 -3
- package/snack-bar/simple-snack-bar.js +0 -38
- package/snack-bar/simple-snack-bar.js.map +0 -1
- package/snack-bar/simple-snack-bar.metadata.json +0 -1
- package/snack-bar/simple-snack-bar.scss +0 -28
- package/snack-bar/snack-bar-config.d.ts +0 -11
- package/snack-bar/snack-bar-config.js +0 -10
- package/snack-bar/snack-bar-config.js.map +0 -1
- package/snack-bar/snack-bar-container.css +0 -12
- package/snack-bar/snack-bar-container.css.map +0 -1
- package/snack-bar/snack-bar-container.d.ts +0 -15
- package/snack-bar/snack-bar-container.html +0 -1
- package/snack-bar/snack-bar-container.js +0 -53
- package/snack-bar/snack-bar-container.js.map +0 -1
- package/snack-bar/snack-bar-container.metadata.json +0 -1
- package/snack-bar/snack-bar-container.scss +0 -19
- package/snack-bar/snack-bar-errors.d.ts +0 -4
- package/snack-bar/snack-bar-errors.js +0 -15
- package/snack-bar/snack-bar-errors.js.map +0 -1
- package/snack-bar/snack-bar-ref.d.ts +0 -17
- package/snack-bar/snack-bar-ref.js +0 -28
- package/snack-bar/snack-bar-ref.js.map +0 -1
- package/snack-bar/snack-bar.d.ts +0 -41
- package/snack-bar/snack-bar.js +0 -110
- package/snack-bar/snack-bar.js.map +0 -1
- package/snack-bar/snack-bar.metadata.json +0 -1
- package/tabs/README.md +0 -47
- package/tabs/_tabs-theme.scss +0 -23
- package/tabs/index.js +0 -3
- package/tabs/index.js.map +0 -1
- package/tabs/ink-bar.d.ts +0 -24
- package/tabs/ink-bar.js +0 -50
- package/tabs/ink-bar.js.map +0 -1
- package/tabs/ink-bar.metadata.json +0 -1
- package/tabs/tab-content.d.ts +0 -6
- package/tabs/tab-content.js +0 -32
- package/tabs/tab-content.js.map +0 -1
- package/tabs/tab-content.metadata.json +0 -1
- package/tabs/tab-group.css +0 -55
- package/tabs/tab-group.css.map +0 -1
- package/tabs/tab-group.html +0 -27
- package/tabs/tab-group.scss +0 -72
- package/tabs/tab-label-wrapper.d.ts +0 -10
- package/tabs/tab-label-wrapper.js +0 -31
- package/tabs/tab-label-wrapper.js.map +0 -1
- package/tabs/tab-label-wrapper.metadata.json +0 -1
- package/tabs/tab-label.d.ts +0 -6
- package/tabs/tab-label.js +0 -32
- package/tabs/tab-label.js.map +0 -1
- package/tabs/tab-label.metadata.json +0 -1
- package/tabs/tabs.d.ts +0 -79
- package/tabs/tabs.js +0 -290
- package/tabs/tabs.js.map +0 -1
- package/tabs/tabs.metadata.json +0 -1
- package/toolbar/README.md +0 -68
- package/toolbar/_toolbar-theme.scss +0 -33
- package/toolbar/index.js +0 -3
- package/toolbar/index.js.map +0 -1
- package/toolbar/toolbar.css +0 -19
- package/toolbar/toolbar.css.map +0 -1
- package/toolbar/toolbar.d.ts +0 -17
- package/toolbar/toolbar.html +0 -6
- package/toolbar/toolbar.js +0 -83
- package/toolbar/toolbar.js.map +0 -1
- package/toolbar/toolbar.metadata.json +0 -1
- package/toolbar/toolbar.scss +0 -36
- package/tooltip/README.md +0 -32
- package/tooltip/_tooltip-theme.scss +0 -9
- package/tooltip/index.js +0 -3
- package/tooltip/index.js.map +0 -1
- package/tooltip/tooltip.css +0 -14
- package/tooltip/tooltip.css.map +0 -1
- package/tooltip/tooltip.d.ts +0 -67
- package/tooltip/tooltip.html +0 -0
- package/tooltip/tooltip.js +0 -210
- package/tooltip/tooltip.js.map +0 -1
- package/tooltip/tooltip.metadata.json +0 -1
- package/tooltip/tooltip.scss +0 -21
- package/tsconfig-spec.json +0 -33
- package/tsconfig.json +0 -33
- package/typings.d.ts +0 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright Google Inc. 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
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/cdk/a11y"),require("@angular/cdk/bidi"),require("@angular/platform-browser"),require("@angular/cdk/coercion"),require("rxjs/Subject"),require("@angular/cdk/keycodes"),require("@angular/common"),require("@angular/cdk/scrolling"),require("@angular/cdk/platform"),require("@angular/cdk/overlay"),require("@angular/cdk/portal"),require("@angular/cdk/rxjs"),require("@angular/forms"),require("@angular/animations"),require("rxjs/observable/fromEvent"),require("rxjs/observable/merge"),require("rxjs/observable/of"),require("@angular/cdk/observers"),require("@angular/cdk/collections"),require("rxjs/Subscription"),require("rxjs/observable/defer"),require("@angular/http"),require("rxjs/Observable"),require("rxjs/observable/forkJoin"),require("rxjs/observable/throw"),require("rxjs/operator/first"),require("@angular/cdk/table"),require("@angular/cdk/stepper")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/cdk/a11y","@angular/cdk/bidi","@angular/platform-browser","@angular/cdk/coercion","rxjs/Subject","@angular/cdk/keycodes","@angular/common","@angular/cdk/scrolling","@angular/cdk/platform","@angular/cdk/overlay","@angular/cdk/portal","@angular/cdk/rxjs","@angular/forms","@angular/animations","rxjs/observable/fromEvent","rxjs/observable/merge","rxjs/observable/of","@angular/cdk/observers","@angular/cdk/collections","rxjs/Subscription","rxjs/observable/defer","@angular/http","rxjs/Observable","rxjs/observable/forkJoin","rxjs/observable/throw","rxjs/operator/first","@angular/cdk/table","@angular/cdk/stepper"],e):e((t.ng=t.ng||{},t.ng.material=t.ng.material||{}),t.ng.core,t.ng.cdk.a11y,t.ng.cdk.bidi,t.ng.platformBrowser,t.ng.cdk.coercion,t.Rx,t.ng.cdk.keycodes,t.ng.common,t.ng.cdk.scrolling,t.ng.cdk.platform,t.ng.cdk.overlay,t.ng.cdk.portal,t.ng.cdk.rxjs,t.ng.forms,t.ng.animations,t.Rx.Observable,t.Rx.Observable,t.Rx.Observable,t.ng.cdk.observers,t.ng.cdk.collections,t.Rx,t.Rx.Observable,t.ng.http,t.Rx,t.Rx.Observable,t.Rx.Observable,t.Rx.Observable.prototype,t.ng.cdk.table,t.ng.cdk.stepper)}(this,function(t,e,i,n,a,r,o,s,l,c,p,d,u,m,h,g,f,b,_,y,v,x,C,k,w,D,M,S,I,O){"use strict";function P(t,e){function i(){this.constructor=t}Lt(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}function R(t,e){return Error('The "'+t+'-" prefix cannot be used in ng-material v1 compatibility mode. It was used on an "'+e.toLowerCase()+'" element.')}function E(t){return function(t){function e(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];var n=t.apply(this,e)||this;return n._disabled=!1,n}return P(e,t),Object.defineProperty(e.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this._disabled=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),e}(t)}function T(t,e){return function(t){function i(){for(var i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];var a=t.apply(this,i)||this;return a.color=e,a}return P(i,t),Object.defineProperty(i.prototype,"color",{get:function(){return this._color},set:function(t){var i=t||e;i!==this._color&&(this._color&&this._renderer.removeClass(this._elementRef.nativeElement,"mat-"+this._color),i&&this._renderer.addClass(this._elementRef.nativeElement,"mat-"+i),this._color=i)},enumerable:!0,configurable:!0}),i}(t)}function A(t){return function(t){function e(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];var n=t.apply(this,e)||this;return n._disableRipple=!1,n}return P(e,t),Object.defineProperty(e.prototype,"disableRipple",{get:function(){return this._disableRipple},set:function(t){this._disableRipple=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),e}(t)}function L(t,e){return void 0===e&&(e=0),function(t){function i(){for(var i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];var a=t.apply(this,i)||this;return a._tabIndex=e,a}return P(i,t),Object.defineProperty(i.prototype,"tabIndex",{get:function(){return this.disabled?-1:this._tabIndex},set:function(t){this._tabIndex=null!=t?t:e},enumerable:!0,configurable:!0}),i}(t)}function F(t){return t||new qt}function B(t){for(var e=[],i=1;i<arguments.length;i++)e[i-1]=arguments[i];if(null==t)throw TypeError("Cannot convert undefined or null to object");for(var n=0,a=e;n<a.length;n++){var r=a[n];if(null!=r)for(var o in r)r.hasOwnProperty(o)&&(t[o]=r[o])}return t}function V(t,e){for(var i=Array(t),n=0;n<t;n++)i[n]=e(n);return i}function j(t,e){var i=e&&e.submitted;return!(!t.invalid||!t.touched&&!i)}function z(t,e){var i=e&&e.submitted;return!(!t.invalid||!t.dirty&&!i)}function N(t){window.getComputedStyle(t).getPropertyValue("opacity")}function W(t,e,i){var n=Math.max(Math.abs(t-i.left),Math.abs(t-i.right)),a=Math.max(Math.abs(e-i.top),Math.abs(e-i.bottom));return Math.sqrt(n*n+a*a)}function H(t,e){var i=e.trim();t.style.transform=i,t.style.webkitTransform=i}function G(){return Error("Placeholder attribute and child element were both specified.")}function Y(t){return Error("A hint was already declared for 'align=\""+t+"\"'.")}function U(){return Error("md-form-field must contain a MdFormFieldControl. Did you forget to add mdInput to the native input or textarea element?")}function q(t){return function(){return t.scrollStrategies.reposition()}}function K(){return Error("Attempting to open an undefined instance of `md-autocomplete`. Make sure that the id passed to the `mdAutocomplete` is correct and that you're attempting to open it after the ngAfterContentInit hook.")}function X(){throw Error("Attempting to attach dialog content after content is already attached")}function $(t){return function(){return t.scrollStrategies.block()}}function Z(t){return B(new tn,t)}function J(t){return Error('Unable to find icon with the name "'+t+'"')}function Q(){return Error("Could not find Http provider for use with Angular Material icons. Please include the HttpModule from @angular/http in your app imports.")}function tt(t){return Error("The URL provided to MdIconRegistry was not trusted as a resource URL via Angular's DomSanitizer. Attempted URL was \""+t+'".')}function et(t,e,i){return t||new fn(e,i)}function it(t){return t.cloneNode(!0)}function nt(t,e){return t+":"+e}function at(t,e){if("string"==typeof e&&(e=""==e?null:t.fromIso8601(e)||e),null==e||t.isDateInstance(e))return e;throw Error("Datepicker: Value must be either a date object recognized by the DateAdapter or an ISO 8601 string. Instead got: "+e)}function rt(t){return Error("MdDatepicker: No provider found for "+t+". You must import one of the following modules at your application root: MdNativeDateModule, or provide a custom implementation.")}function ot(t){return function(){return t.scrollStrategies.reposition()}}function st(t){return""+(t||"")}function lt(t){return"string"==typeof t?parseInt(t,10):t}function ct(t){return"calc("+t+")"}function pt(t){return t.match(/px|em|rem/)?t:t+"px"}function dt(t){return Error('Input type "'+t+"\" isn't supported by mdInput.")}function ut(){throw Error('md-menu-trigger: must pass in an md-menu instance.\n\n Example:\n <md-menu #menu="mdMenu"></md-menu>\n <button [mdMenuTriggerFor]="menu"></button>')}function mt(){throw Error('x-position value must be either \'before\' or after\'.\n Example: <md-menu x-position="before" #menu="mdMenu"></md-menu>')}function ht(){throw Error('y-position value must be either \'above\' or below\'.\n Example: <md-menu y-position="above" #menu="mdMenu"></md-menu>')}function gt(t){return function(){return t.scrollStrategies.reposition()}}function ft(){return Error("Cannot change `multiple` mode of select after initialization.")}function bt(){return Error("Cannot assign truthy non-array value to select in `multiple` mode.")}function _t(){return Error("Cannot assign a non-function value to `compareWith`.")}function yt(t){return function(){return t.scrollStrategies.reposition()}}function vt(t,e,i){return Math.min(Math.max(t,e),i)}function xt(t){return Error('Tooltip position "'+t+'" is invalid.')}function Ct(t){return function(){return t.scrollStrategies.reposition({scrollThrottle:rr})}}function kt(t,e,i){return void 0===e&&(e=0),void 0===i&&(i=100),Math.max(e,Math.min(i,t))}function wt(t){return Math.max(0,Math.min(100,t))}function Dt(t,e,i){var n=(i-90)*br;return t+e*Math.cos(n)+","+(t+e*Math.sin(n))}function Mt(t,e,i,n){return i*t/n+e}function St(t,e,i,n){var a=t/n,r=Math.pow(a,3),o=Math.pow(a,4);return e+i*(6*Math.pow(a,5)+-15*o+10*r)}function It(t,e,i){var n,a=e||0,r=50-i,o=a*_r,s=t*_r,l=Dt(50,r,o),c=Dt(50,r,s+o),p=s<0?0:1;return n=s<0?s>=-180?0:1:s<=180?0:1,"M"+l+"A"+r+","+r+" 0 "+n+","+p+" "+c}function Ot(t){throw Error("A drawer was already declared for 'position=\""+t+"\"'")}function Pt(t){return B(new ao,t)}function Rt(t){return Error("Cannot have two MdSortables with the same id ("+t+").")}function Et(){return Error("MdSortHeader must be placed within a parent element with the MdSort directive.")}function Tt(){return Error("MdSortHeader must be provided with a unique id.")}function At(t,e){var i=["asc","desc"];return"desc"==t&&i.reverse(),e||i.push(""),i}var Lt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])},Ft=function(){function t(){}return t}();Ft.STANDARD_CURVE="cubic-bezier(0.4,0.0,0.2,1)",Ft.DECELERATION_CURVE="cubic-bezier(0.0,0.0,0.2,1)",Ft.ACCELERATION_CURVE="cubic-bezier(0.4,0.0,1,1)",Ft.SHARP_CURVE="cubic-bezier(0.4,0.0,0.6,1)";var Bt=function(){function t(){}return t}();Bt.COMPLEX="375ms",Bt.ENTERING="225ms",Bt.EXITING="195ms";var Vt=new e.InjectionToken("md-compatibility-mode"),jt="\n [mat-button],\n [mat-fab],\n [mat-icon-button],\n [mat-mini-fab],\n [mat-raised-button],\n [matCardSubtitle],\n [matCardTitle],\n [matCellDef],\n [matColumnDef],\n [matDialogActions],\n [matDialogClose],\n [matDialogContent],\n [matDialogTitle],\n [matHeaderCellDef],\n [matHeaderRowDef],\n [matLine],\n [matRowDef],\n [matStepLabel],\n [matStepperNext],\n [matStepperPrevious],\n [matTabLabel],\n [matTabLink],\n [matTabNav],\n [matTooltip],\n [matInput],\n [matPrefix],\n [matSuffix],\n mat-autocomplete,\n mat-button-toggle,\n mat-button-toggle,\n mat-button-toggle-group,\n mat-card,\n mat-card-actions,\n mat-card-content,\n mat-card-footer,\n mat-card-header,\n mat-card-subtitle,\n mat-card-title,\n mat-card-title-group,\n mat-cell,\n mat-checkbox,\n mat-chip,\n mat-dialog-actions,\n mat-dialog-container,\n mat-dialog-content,\n mat-divider,\n mat-error,\n mat-grid-list,\n mat-grid-tile,\n mat-grid-tile-footer,\n mat-grid-tile-header,\n mat-header-cell,\n mat-header-row,\n mat-hint,\n mat-horizontal-stepper,\n mat-icon,\n mat-input-container,\n mat-form-field,\n mat-list,\n mat-list-item,\n mat-menu,\n mat-nav-list,\n mat-option,\n mat-placeholder,\n mat-progress-bar,\n mat-pseudo-checkbox,\n mat-radio-button,\n mat-radio-group,\n mat-row,\n mat-select,\n mat-sidenav,\n mat-sidenav-container,\n mat-slider,\n mat-spinner,\n mat-step,\n mat-tab,\n mat-table,\n mat-tab-group,\n mat-toolbar,\n mat-vertical-stepper",zt="\n [md-button],\n [md-fab],\n [md-icon-button],\n [md-mini-fab],\n [md-raised-button],\n [mdCardSubtitle],\n [mdCardTitle],\n [mdCellDef],\n [mdColumnDef],\n [mdDialogActions],\n [mdDialogClose],\n [mdDialogContent],\n [mdDialogTitle],\n [mdHeaderCellDef],\n [mdHeaderRowDef],\n [mdLine],\n [mdRowDef],\n [mdStepLabel],\n [mdStepperNext],\n [mdStepperPrevious],\n [mdTabLabel],\n [mdTabLink],\n [mdTabNav],\n [mdTooltip],\n [mdInput],\n [mdPrefix],\n [mdSuffix],\n md-autocomplete,\n md-button-toggle,\n md-button-toggle,\n md-button-toggle-group,\n md-card,\n md-card-actions,\n md-card-content,\n md-card-footer,\n md-card-header,\n md-card-subtitle,\n md-card-title,\n md-card-title-group,\n md-cell,\n md-checkbox,\n md-chip,\n md-dialog-actions,\n md-dialog-container,\n md-dialog-content,\n md-divider,\n md-error,\n md-grid-list,\n md-grid-tile,\n md-grid-tile-footer,\n md-grid-tile-header,\n md-header-cell,\n md-header-row,\n md-hint,\n md-horizontal-stepper,\n md-icon,\n md-input-container,\n md-form-field,\n md-list,\n md-list-item,\n md-menu,\n md-nav-list,\n md-option,\n md-placeholder,\n md-progress-bar,\n md-pseudo-checkbox,\n md-radio-button,\n md-radio-group,\n md-row,\n md-select,\n md-sidenav,\n md-sidenav-container,\n md-slider,\n md-spinner,\n md-step,\n md-tab,\n md-table,\n md-tab-group,\n md-toolbar,\n md-vertical-stepper",Nt=function(){function t(t,e){if(!t)throw R("mat",e.nativeElement.nodeName)}return t}();Nt.decorators=[{type:e.Directive,args:[{selector:jt}]}],Nt.ctorParameters=function(){return[{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[Vt]}]},{type:e.ElementRef}]};var Wt=function(){function t(t,e){if(t)throw R("md",e.nativeElement.nodeName)}return t}();Wt.decorators=[{type:e.Directive,args:[{selector:zt}]}],Wt.ctorParameters=function(){return[{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[Vt]}]},{type:e.ElementRef}]};var Ht=function(){function t(){}return t}();Ht.decorators=[{type:e.NgModule,args:[{declarations:[Nt,Wt],exports:[Nt,Wt]}]}],Ht.ctorParameters=function(){return[]};var Gt=function(){function t(){}return t}();Gt.decorators=[{type:e.NgModule,args:[{providers:[{provide:Vt,useValue:!0}]}]}],Gt.ctorParameters=function(){return[]};var Yt=new e.InjectionToken("md-sanity-checks"),Ut=function(){function t(t,i){this._document=t,this._hasDoneGlobalChecks=!1,i&&!this._hasDoneGlobalChecks&&t&&e.isDevMode()&&(this._checkDoctype(),this._checkTheme(),this._hasDoneGlobalChecks=!0)}return t.prototype._checkDoctype=function(){this._document.doctype||console.warn("Current document does not have a doctype. This may cause some Angular Material components not to behave as expected.")},t.prototype._checkTheme=function(){if("function"==typeof getComputedStyle){var t=this._document.createElement("div");t.classList.add("mat-theme-loaded-marker"),this._document.body.appendChild(t),"none"!==getComputedStyle(t).display&&console.warn("Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming"),this._document.body.removeChild(t)}},t}();Ut.decorators=[{type:e.NgModule,args:[{imports:[Ht,n.BidiModule],exports:[Ht,n.BidiModule],providers:[{provide:Yt,useValue:!0}]}]}],Ut.ctorParameters=function(){return[{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[a.DOCUMENT]}]},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[Yt]}]}]};var qt=function(){function t(){this._listeners=[]}return t.prototype.notify=function(t,e){for(var i=0,n=this._listeners;i<n.length;i++){(0,n[i])(t,e)}},t.prototype.listen=function(t){var e=this;return this._listeners.push(t),function(){e._listeners=e._listeners.filter(function(e){return t!==e})}},t}();qt.decorators=[{type:e.Injectable}],qt.ctorParameters=function(){return[]};var Kt={provide:qt,deps:[[new e.Optional,new e.SkipSelf,qt]],useFactory:F},Xt=new e.InjectionToken("MAT_DATE_LOCALE"),$t={provide:Xt,useExisting:e.LOCALE_ID},Zt=function(){function t(){this._localeChanges=new o.Subject}return Object.defineProperty(t.prototype,"localeChanges",{get:function(){return this._localeChanges},enumerable:!0,configurable:!0}),t.prototype.getYear=function(t){},t.prototype.getMonth=function(t){},t.prototype.getDate=function(t){},t.prototype.getDayOfWeek=function(t){},t.prototype.getMonthNames=function(t){},t.prototype.getDateNames=function(){},t.prototype.getDayOfWeekNames=function(t){},t.prototype.getYearName=function(t){},t.prototype.getFirstDayOfWeek=function(){},t.prototype.getNumDaysInMonth=function(t){},t.prototype.clone=function(t){},t.prototype.createDate=function(t,e,i){},t.prototype.today=function(){},t.prototype.parse=function(t,e){},t.prototype.format=function(t,e){},t.prototype.addCalendarYears=function(t,e){},t.prototype.addCalendarMonths=function(t,e){},t.prototype.addCalendarDays=function(t,e){},t.prototype.toIso8601=function(t){},t.prototype.fromIso8601=function(t){},t.prototype.isDateInstance=function(t){},t.prototype.isValid=function(t){},t.prototype.setLocale=function(t){this.locale=t,this._localeChanges.next()},t.prototype.compareDate=function(t,e){return this.getYear(t)-this.getYear(e)||this.getMonth(t)-this.getMonth(e)||this.getDate(t)-this.getDate(e)},t.prototype.sameDate=function(t,e){return t&&e?!this.compareDate(t,e):t==e},t.prototype.clampDate=function(t,e,i){return e&&this.compareDate(t,e)<0?e:i&&this.compareDate(t,i)>0?i:t},t}(),Jt="undefined"!=typeof Intl,Qt={long:["January","February","March","April","May","June","July","August","September","October","November","December"],short:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"]},te=V(31,function(t){return String(t+1)}),ee={long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],narrow:["S","M","T","W","T","F","S"]},ie=/^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/,ne=function(t){function e(e){var i=t.call(this)||this;return i.useUtcForDisplay=!0,t.prototype.setLocale.call(i,e),i}return P(e,t),e.prototype.getYear=function(t){return t.getFullYear()},e.prototype.getMonth=function(t){return t.getMonth()},e.prototype.getDate=function(t){return t.getDate()},e.prototype.getDayOfWeek=function(t){return t.getDay()},e.prototype.getMonthNames=function(t){var e=this;if(Jt){var i=new Intl.DateTimeFormat(this.locale,{month:t});return V(12,function(t){return e._stripDirectionalityCharacters(i.format(new Date(2017,t,1)))})}return Qt[t]},e.prototype.getDateNames=function(){var t=this;if(Jt){var e=new Intl.DateTimeFormat(this.locale,{day:"numeric"});return V(31,function(i){return t._stripDirectionalityCharacters(e.format(new Date(2017,0,i+1)))})}return te},e.prototype.getDayOfWeekNames=function(t){var e=this;if(Jt){var i=new Intl.DateTimeFormat(this.locale,{weekday:t});return V(7,function(t){return e._stripDirectionalityCharacters(i.format(new Date(2017,0,t+1)))})}return ee[t]},e.prototype.getYearName=function(t){if(Jt){var e=new Intl.DateTimeFormat(this.locale,{year:"numeric"});return this._stripDirectionalityCharacters(e.format(t))}return String(this.getYear(t))},e.prototype.getFirstDayOfWeek=function(){return 0},e.prototype.getNumDaysInMonth=function(t){return this.getDate(this._createDateWithOverflow(this.getYear(t),this.getMonth(t)+1,0))},e.prototype.clone=function(t){return this.createDate(this.getYear(t),this.getMonth(t),this.getDate(t))},e.prototype.createDate=function(t,e,i){if(e<0||e>11)throw Error('Invalid month index "'+e+'". Month index has to be between 0 and 11.');if(i<1)throw Error('Invalid date "'+i+'". Date has to be greater than 0.');var n=this._createDateWithOverflow(t,e,i);if(n.getMonth()!=e)throw Error('Invalid date "'+i+'" for month with index "'+e+'".');return n},e.prototype.today=function(){return new Date},e.prototype.parse=function(t){return"number"==typeof t?new Date(t):t?new Date(Date.parse(t)):null},e.prototype.format=function(t,e){if(!this.isValid(t))throw Error("NativeDateAdapter: Cannot format invalid date.");if(Jt){this.useUtcForDisplay&&(t=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds())),e=B({},e,{timeZone:"utc"}));var i=new Intl.DateTimeFormat(this.locale,e);return this._stripDirectionalityCharacters(i.format(t))}return this._stripDirectionalityCharacters(t.toDateString())},e.prototype.addCalendarYears=function(t,e){return this.addCalendarMonths(t,12*e)},e.prototype.addCalendarMonths=function(t,e){var i=this._createDateWithOverflow(this.getYear(t),this.getMonth(t)+e,this.getDate(t));return this.getMonth(i)!=((this.getMonth(t)+e)%12+12)%12&&(i=this._createDateWithOverflow(this.getYear(i),this.getMonth(i),0)),i},e.prototype.addCalendarDays=function(t,e){return this._createDateWithOverflow(this.getYear(t),this.getMonth(t),this.getDate(t)+e)},e.prototype.toIso8601=function(t){return[t.getUTCFullYear(),this._2digit(t.getUTCMonth()+1),this._2digit(t.getUTCDate())].join("-")},e.prototype.fromIso8601=function(t){if(ie.test(t)){var e=new Date(t);if(this.isValid(e))return e}return null},e.prototype.isDateInstance=function(t){return t instanceof Date},e.prototype.isValid=function(t){return!isNaN(t.getTime())},e.prototype._createDateWithOverflow=function(t,e,i){var n=new Date(t,e,i);return t>=0&&t<100&&n.setFullYear(this.getYear(n)-1900),n},e.prototype._2digit=function(t){return("00"+t).slice(-2)},e.prototype._stripDirectionalityCharacters=function(t){return t.replace(/[\u200e\u200f]/g,"")},e}(Zt);ne.decorators=[{type:e.Injectable}],ne.ctorParameters=function(){return[{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[Xt]}]}]};var ae=new e.InjectionToken("md-date-formats"),re={parse:{dateInput:null},display:{dateInput:{year:"numeric",month:"numeric",day:"numeric"},monthYearLabel:{year:"numeric",month:"short"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"}}},oe=function(){function t(){}return t}();oe.decorators=[{type:e.NgModule,args:[{providers:[{provide:Zt,useClass:ne},$t]}]}],oe.ctorParameters=function(){return[]};var se=function(){function t(){}return t}();se.decorators=[{type:e.NgModule,args:[{imports:[oe],providers:[{provide:ae,useValue:re}]}]}],se.ctorParameters=function(){return[]};var le=new e.InjectionToken("md-error-global-options"),ce=function(t){function i(){var i=t.call(this)||this;return i._hammer="undefined"!=typeof window?window.Hammer:null,i.events=i._hammer?["longpress","slide","slidestart","slideend","slideright","slideleft"]:[],!i._hammer&&e.isDevMode()&&console.warn("Could not find HammerJS. Certain Angular Material components may not work correctly."),i}return P(i,t),i.prototype.buildHammer=function(t){var e=new this._hammer(t),i=new this._hammer.Pan,n=new this._hammer.Swipe,a=new this._hammer.Press,r=this._createRecognizer(i,{event:"slide",threshold:0},n),o=this._createRecognizer(a,{event:"longpress",time:500});return i.recognizeWith(n),e.add([n,a,i,r,o]),e},i.prototype._createRecognizer=function(t,e){for(var i=[],n=2;n<arguments.length;n++)i[n-2]=arguments[n];var a=new t.constructor(e);return i.push(t),i.forEach(function(t){return a.recognizeWith(t)}),a},i}(a.HammerGestureConfig);ce.decorators=[{type:e.Injectable}],ce.ctorParameters=function(){return[]};var pe=function(){function t(){}return t}();pe.decorators=[{type:e.Directive,args:[{selector:"[md-line], [mat-line], [mdLine], [matLine]",host:{class:"mat-line"}}]}],pe.ctorParameters=function(){return[]};var de=function(){function t(t,e,i){var n=this;this._lines=t,this._renderer=e,this._element=i,this._setLineClass(this._lines.length),this._lines.changes.subscribe(function(){n._setLineClass(n._lines.length)})}return t.prototype._setLineClass=function(t){this._resetClasses(),2===t||3===t?this._setClass("mat-"+t+"-line",!0):t>3&&this._setClass("mat-multi-line",!0)},t.prototype._resetClasses=function(){this._setClass("mat-2-line",!1),this._setClass("mat-3-line",!1),this._setClass("mat-multi-line",!1)},t.prototype._setClass=function(t,e){e?this._renderer.addClass(this._element.nativeElement,t):this._renderer.removeClass(this._element.nativeElement,t)},t}(),ue=function(){function t(){}return t}();ue.decorators=[{type:e.NgModule,args:[{imports:[Ut],exports:[pe,Ut],declarations:[pe]}]}],ue.ctorParameters=function(){return[]};var me={};me.FADING_IN=0,me.VISIBLE=1,me.FADING_OUT=2,me.HIDDEN=3,me[me.FADING_IN]="FADING_IN",me[me.VISIBLE]="VISIBLE",me[me.FADING_OUT]="FADING_OUT",me[me.HIDDEN]="HIDDEN";var he=function(){function t(t,e,i){this._renderer=t,this.element=e,this.config=i,this.state=me.HIDDEN}return t.prototype.fadeOut=function(){this._renderer.fadeOutRipple(this)},t}(),ge=function(){function t(t,e,i,n){this._ngZone=e,this._ruler=i,this._isMousedown=!1,this._triggerEvents=new Map,this._activeRipples=new Set,this.rippleConfig={},this.rippleDisabled=!1,n.isBrowser&&(this._containerElement=t.nativeElement,this._triggerEvents.set("mousedown",this.onMousedown.bind(this)),this._triggerEvents.set("mouseup",this.onMouseup.bind(this)),this._triggerEvents.set("mouseleave",this.onMouseLeave.bind(this)),this.setTriggerElement(this._containerElement))}return t.prototype.fadeInRipple=function(t,e,i){var n=this;void 0===i&&(i={});var a=this._containerElement.getBoundingClientRect();if(i.centered)t=a.left+a.width/2,e=a.top+a.height/2;else{var r=this._ruler.getViewportScrollPosition();t-=r.left,e-=r.top}var o=i.radius||W(t,e,a),s=1/(i.speedFactor||1)*450,l=t-a.left,c=e-a.top,p=document.createElement("div");p.classList.add("mat-ripple-element"),p.style.left=l-o+"px",p.style.top=c-o+"px",p.style.height=2*o+"px",p.style.width=2*o+"px",p.style.backgroundColor=i.color||null,p.style.transitionDuration=s+"ms",this._containerElement.appendChild(p),N(p),p.style.transform="scale(1)";var d=new he(this,p,i);return d.state=me.FADING_IN,this._activeRipples.add(d),this.runTimeoutOutsideZone(function(){d.state=me.VISIBLE,i.persistent||n._isMousedown||d.fadeOut()},s),d},t.prototype.fadeOutRipple=function(t){if(this._activeRipples.delete(t)){var e=t.element;e.style.transitionDuration="400ms",e.style.opacity="0",t.state=me.FADING_OUT,this.runTimeoutOutsideZone(function(){t.state=me.HIDDEN,e.parentNode.removeChild(e)},400)}},t.prototype.fadeOutAll=function(){this._activeRipples.forEach(function(t){return t.fadeOut()})},t.prototype.setTriggerElement=function(t){var e=this;this._triggerElement&&this._triggerEvents.forEach(function(t,i){e._triggerElement.removeEventListener(i,t)}),t&&this._ngZone.runOutsideAngular(function(){e._triggerEvents.forEach(function(e,i){return t.addEventListener(i,e)})}),this._triggerElement=t},t.prototype.onMousedown=function(t){this.rippleDisabled||(this._isMousedown=!0,this.fadeInRipple(t.pageX,t.pageY,this.rippleConfig))},t.prototype.onMouseup=function(){this._isMousedown=!1,this._activeRipples.forEach(function(t){t.config.persistent||t.state!==me.VISIBLE||t.fadeOut()})},t.prototype.onMouseLeave=function(){this._isMousedown&&this.onMouseup()},t.prototype.runTimeoutOutsideZone=function(t,e){void 0===e&&(e=0),this._ngZone.runOutsideAngular(function(){return setTimeout(t,e)})},t}(),fe=new e.InjectionToken("md-ripple-global-options"),be=function(){function t(t,e,i,n,a){this.radius=0,this.speedFactor=1,this._rippleRenderer=new ge(t,e,i,n),this._globalOptions=a||{},this._updateRippleRenderer()}return Object.defineProperty(t.prototype,"_matRippleTrigger",{get:function(){return this.trigger},set:function(t){this.trigger=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matRippleCentered",{get:function(){return this.centered},set:function(t){this.centered=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matRippleDisabled",{get:function(){return this.disabled},set:function(t){this.disabled=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matRippleRadius",{get:function(){return this.radius},set:function(t){this.radius=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matRippleSpeedFactor",{get:function(){return this.speedFactor},set:function(t){this.speedFactor=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matRippleColor",{get:function(){return this.color},set:function(t){this.color=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matRippleUnbounded",{get:function(){return this.unbounded},set:function(t){this.unbounded=t},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(t){(t.trigger||t._matRippleTrigger)&&this.trigger&&this._rippleRenderer.setTriggerElement(this.trigger),this._updateRippleRenderer()},t.prototype.ngOnDestroy=function(){this._rippleRenderer.setTriggerElement(null)},t.prototype.launch=function(t,e,i){return void 0===i&&(i=this.rippleConfig),this._rippleRenderer.fadeInRipple(t,e,i)},t.prototype.fadeOutAll=function(){this._rippleRenderer.fadeOutAll()},Object.defineProperty(t.prototype,"rippleConfig",{get:function(){return{centered:this.centered,speedFactor:this.speedFactor*(this._globalOptions.baseSpeedFactor||1),radius:this.radius,color:this.color}},enumerable:!0,configurable:!0}),t.prototype._updateRippleRenderer=function(){this._rippleRenderer.rippleDisabled=this._globalOptions.disabled||this.disabled,this._rippleRenderer.rippleConfig=this.rippleConfig},t}();be.decorators=[{type:e.Directive,args:[{selector:"[md-ripple], [mat-ripple], [mdRipple], [matRipple]",exportAs:"mdRipple, matRipple",host:{class:"mat-ripple","[class.mat-ripple-unbounded]":"unbounded"}}]}],be.ctorParameters=function(){return[{type:e.ElementRef},{type:e.NgZone},{type:c.ViewportRuler},{type:p.Platform},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[fe]}]}]},be.propDecorators={trigger:[{type:e.Input,args:["mdRippleTrigger"]}],centered:[{type:e.Input,args:["mdRippleCentered"]}],disabled:[{type:e.Input,args:["mdRippleDisabled"]}],radius:[{type:e.Input,args:["mdRippleRadius"]}],speedFactor:[{type:e.Input,args:["mdRippleSpeedFactor"]}],color:[{type:e.Input,args:["mdRippleColor"]}],unbounded:[{type:e.Input,args:["mdRippleUnbounded"]}],_matRippleTrigger:[{type:e.Input,args:["matRippleTrigger"]}],_matRippleCentered:[{type:e.Input,args:["matRippleCentered"]}],_matRippleDisabled:[{type:e.Input,args:["matRippleDisabled"]}],_matRippleRadius:[{type:e.Input,args:["matRippleRadius"]}],_matRippleSpeedFactor:[{type:e.Input,args:["matRippleSpeedFactor"]}],_matRippleColor:[{type:e.Input,args:["matRippleColor"]}],_matRippleUnbounded:[{type:e.Input,args:["matRippleUnbounded"]}]};var _e=function(){function t(){}return t}();_e.decorators=[{type:e.NgModule,args:[{imports:[Ut,p.PlatformModule,c.ScrollDispatchModule],exports:[be,Ut],declarations:[be],providers:[c.VIEWPORT_RULER_PROVIDER]}]}],_e.ctorParameters=function(){return[]};var ye=function(){function t(){this.state="unchecked",this.disabled=!1}return t}();ye.decorators=[{type:e.Component,args:[{encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,selector:"md-pseudo-checkbox, mat-pseudo-checkbox",styles:[".mat-pseudo-checkbox{width:20px;height:20px;border:2px solid;border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0,0,.2,.1),background-color 90ms cubic-bezier(0,0,.2,.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:'';border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0,0,.2,.1)}.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate{border:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{top:9px;left:2px;width:16px;opacity:1}.mat-pseudo-checkbox-checked::after{top:5px;left:3px;width:12px;height:5px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1}"],template:"",host:{class:"mat-pseudo-checkbox","[class.mat-pseudo-checkbox-indeterminate]":'state === "indeterminate"',"[class.mat-pseudo-checkbox-checked]":'state === "checked"',"[class.mat-pseudo-checkbox-disabled]":"disabled"}}]}],ye.ctorParameters=function(){return[]},ye.propDecorators={state:[{type:e.Input}],disabled:[{type:e.Input}]};var ve=function(){function t(){}return t}();ve.decorators=[{type:e.NgModule,args:[{exports:[ye],declarations:[ye]}]}],ve.ctorParameters=function(){return[]};var xe=function(){function t(){}return t}(),Ce=E(xe),ke=0,we=function(t){function e(){var e=t.apply(this,arguments)||this;return e._labelId="mat-optgroup-label-"+ke++,e}return P(e,t),e}(Ce)
|
|
9
|
+
;we.decorators=[{type:e.Component,args:[{selector:"md-optgroup, mat-optgroup",template:'<label class="mat-optgroup-label" [id]="_labelId">{{ label }}</label><ng-content select="md-option, mat-option"></ng-content>',encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,inputs:["disabled"],host:{class:"mat-optgroup",role:"group","[class.mat-optgroup-disabled]":"disabled","[attr.aria-disabled]":"disabled.toString()","[attr.aria-labelledby]":"_labelId"}}]}],we.ctorParameters=function(){return[]},we.propDecorators={label:[{type:e.Input}]};var De=0,Me=function(){function t(t,e){void 0===e&&(e=!1),this.source=t,this.isUserInput=e}return t}(),Se=function(){function t(t,i,n){this._element=t,this._changeDetectorRef=i,this.group=n,this._selected=!1,this._active=!1,this._multiple=!1,this._disableRipple=!1,this._disabled=!1,this._id="md-option-"+De++,this.onSelectionChange=new e.EventEmitter}return Object.defineProperty(t.prototype,"multiple",{get:function(){return this._multiple},set:function(t){t!==this._multiple&&(this._multiple=t,this._changeDetectorRef.markForCheck())},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"id",{get:function(){return this._id},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selected",{get:function(){return this._selected},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this.group&&this.group.disabled||this._disabled},set:function(t){this._disabled=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disableRipple",{get:function(){return this._disableRipple},set:function(t){this._disableRipple=t,this._changeDetectorRef.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"active",{get:function(){return this._active},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"viewValue",{get:function(){return(this._getHostElement().textContent||"").trim()},enumerable:!0,configurable:!0}),t.prototype.select=function(){this._selected=!0,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent()},t.prototype.deselect=function(){this._selected=!1,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent()},t.prototype.focus=function(){var t=this._getHostElement();"function"==typeof t.focus&&t.focus()},t.prototype.setActiveStyles=function(){this._active||(this._active=!0,this._changeDetectorRef.markForCheck())},t.prototype.setInactiveStyles=function(){this._active&&(this._active=!1,this._changeDetectorRef.markForCheck())},t.prototype.getLabel=function(){return this.viewValue},t.prototype._handleKeydown=function(t){t.keyCode!==s.ENTER&&t.keyCode!==s.SPACE||(this._selectViaInteraction(),t.preventDefault())},t.prototype._selectViaInteraction=function(){this.disabled||(this._selected=!this.multiple||!this._selected,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent(!0))},t.prototype._getTabIndex=function(){return this.disabled?"-1":"0"},t.prototype._getHostElement=function(){return this._element.nativeElement},t.prototype._emitSelectionChangeEvent=function(t){void 0===t&&(t=!1),this.onSelectionChange.emit(new Me(this,t))},t.countGroupLabelsBeforeOption=function(t,e,i){if(i.length){for(var n=e.toArray(),a=i.toArray(),r=0,o=0;o<t+1;o++)n[o].group&&n[o].group===a[r]&&r++;return r}return 0},t}();Se.decorators=[{type:e.Component,args:[{selector:"md-option, mat-option",host:{role:"option","[attr.tabindex]":"_getTabIndex()","[class.mat-selected]":"selected","[class.mat-option-multiple]":"multiple","[class.mat-active]":"active","[id]":"id","[attr.aria-selected]":"selected.toString()","[attr.aria-disabled]":"disabled.toString()","[class.mat-option-disabled]":"disabled","(click)":"_selectViaInteraction()","(keydown)":"_handleKeydown($event)",class:"mat-option"},template:'<span *ngIf="multiple"><mat-pseudo-checkbox class="mat-option-pseudo-checkbox" [state]="selected ? \'checked\' : \'\'" [disabled]="disabled"></mat-pseudo-checkbox></span><ng-content></ng-content><div class="mat-option-ripple" mat-ripple [matRippleTrigger]="_getHostElement()" [matRippleDisabled]="disabled || disableRipple"></div>',encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,viewProviders:[{provide:Vt,useValue:!0}]}]}],Se.ctorParameters=function(){return[{type:e.ElementRef},{type:e.ChangeDetectorRef},{type:we,decorators:[{type:e.Optional}]}]},Se.propDecorators={value:[{type:e.Input}],disabled:[{type:e.Input}],onSelectionChange:[{type:e.Output}]};var Ie=function(){function t(){}return t}();Ie.decorators=[{type:e.NgModule,args:[{imports:[_e,l.CommonModule,ve],exports:[Se,we],declarations:[Se,we]}]}],Ie.ctorParameters=function(){return[]};var Oe=new e.InjectionToken("md-placeholder-global-options"),Pe=function(){function t(t,e){this._parentInjector=t,this._customTokens=e}return t.prototype.get=function(t,e){var i=this._customTokens.get(t);return void 0!==i?i:this._parentInjector.get(t,e)},t}(),Re=function(){function t(){}return t}();Re.decorators=[{type:e.NgModule,args:[{imports:[i.A11yModule],exports:[i.A11yModule]}]}],Re.ctorParameters=function(){return[]};var Ee=0,Te=function(){function t(){this.id="mat-error-"+Ee++}return t}();Te.decorators=[{type:e.Directive,args:[{selector:"md-error, mat-error",host:{class:"mat-error",role:"alert","[attr.id]":"id"}}]}],Te.ctorParameters=function(){return[]},Te.propDecorators={id:[{type:e.Input}]};var Ae=function(){function t(){}return t.prototype.setDescribedByIds=function(t){},t.prototype.focus=function(){},t}(),Le=0,Fe=function(){function t(){this.align="start",this.id="mat-hint-"+Le++}return t}();Fe.decorators=[{type:e.Directive,args:[{selector:"md-hint, mat-hint",host:{class:"mat-hint","[class.mat-right]":'align == "end"',"[attr.id]":"id","[attr.align]":"null"}}]}],Fe.ctorParameters=function(){return[]},Fe.propDecorators={align:[{type:e.Input}],id:[{type:e.Input}]};var Be=function(){function t(){}return t}();Be.decorators=[{type:e.Directive,args:[{selector:"md-placeholder, mat-placeholder"}]}],Be.ctorParameters=function(){return[]};var Ve=function(){function t(){}return t}();Ve.decorators=[{type:e.Directive,args:[{selector:"[mdPrefix], [matPrefix]"}]}],Ve.ctorParameters=function(){return[]};var je=function(){function t(){}return t}();je.decorators=[{type:e.Directive,args:[{selector:"[mdSuffix], [matSuffix]"}]}],je.ctorParameters=function(){return[]};var ze=0,Ne=function(){function t(t,e,i){this._elementRef=t,this._changeDetectorRef=e,this.color="primary",this._showAlwaysAnimate=!1,this._subscriptAnimationState="",this._hintLabel="",this._hintLabelId="md-hint-"+ze++,this._placeholderOptions=i||{},this.floatPlaceholder=this._placeholderOptions.float||"auto"}return Object.defineProperty(t.prototype,"dividerColor",{get:function(){return this.color},set:function(t){this.color=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideRequiredMarker",{get:function(){return this._hideRequiredMarker},set:function(t){this._hideRequiredMarker=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_shouldAlwaysFloat",{get:function(){return"always"===this._floatPlaceholder&&!this._showAlwaysAnimate},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_canPlaceholderFloat",{get:function(){return"never"!==this._floatPlaceholder},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hintLabel",{get:function(){return this._hintLabel},set:function(t){this._hintLabel=t,this._processHints()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"floatPlaceholder",{get:function(){return this._floatPlaceholder},set:function(t){t!==this._floatPlaceholder&&(this._floatPlaceholder=t||this._placeholderOptions.float||"auto",this._changeDetectorRef.markForCheck())},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){var t=this;this._validateControlChild(),m.startWith.call(this._control.stateChanges,null).subscribe(function(){t._validatePlaceholders(),t._syncDescribedByIds(),t._changeDetectorRef.markForCheck()});var e=this._control.ngControl;e&&e.valueChanges&&e.valueChanges.subscribe(function(){t._changeDetectorRef.markForCheck()}),m.startWith.call(this._hintChildren.changes,null).subscribe(function(){t._processHints(),t._changeDetectorRef.markForCheck()}),m.startWith.call(this._errorChildren.changes,null).subscribe(function(){t._syncDescribedByIds(),t._changeDetectorRef.markForCheck()})},t.prototype.ngAfterContentChecked=function(){this._validateControlChild()},t.prototype.ngAfterViewInit=function(){this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()},t.prototype._shouldForward=function(t){var e=this._control?this._control.ngControl:null;return e&&e[t]},t.prototype._hasPlaceholder=function(){return!(!this._control.placeholder&&!this._placeholderChild)},t.prototype._getDisplayedMessages=function(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"},t.prototype._animateAndLockPlaceholder=function(){var t=this;this._placeholder&&this._canPlaceholderFloat&&(this._showAlwaysAnimate=!0,this._floatPlaceholder="always",m.first.call(f.fromEvent(this._placeholder.nativeElement,"transitionend")).subscribe(function(){t._showAlwaysAnimate=!1}),this._changeDetectorRef.markForCheck())},t.prototype._validatePlaceholders=function(){if(this._control.placeholder&&this._placeholderChild)throw G()},t.prototype._processHints=function(){this._validateHints(),this._syncDescribedByIds()},t.prototype._validateHints=function(){var t=this;if(this._hintChildren){var e,i;this._hintChildren.forEach(function(n){if("start"==n.align){if(e||t.hintLabel)throw Y("start");e=n}else if("end"==n.align){if(i)throw Y("end");i=n}})}},t.prototype._syncDescribedByIds=function(){if(this._control){var t=[];if("hint"===this._getDisplayedMessages()){var e=this._hintChildren?this._hintChildren.find(function(t){return"start"===t.align}):null,i=this._hintChildren?this._hintChildren.find(function(t){return"end"===t.align}):null;e?t.push(e.id):this._hintLabel&&t.push(this._hintLabelId),i&&t.push(i.id)}else this._errorChildren&&(t=this._errorChildren.map(function(t){return t.id}));this._control.setDescribedByIds(t)}},t.prototype._validateControlChild=function(){if(!this._control)throw U()},t}();Ne.decorators=[{type:e.Component,args:[{selector:"md-input-container, mat-input-container, md-form-field, mat-form-field",template:'<div class="mat-input-wrapper mat-form-field-wrapper"><div class="mat-input-flex mat-form-field-flex" #connectionContainer><div class="mat-input-prefix mat-form-field-prefix" *ngIf="_prefixChildren.length"><ng-content select="[mdPrefix], [matPrefix]"></ng-content></div><div class="mat-input-infix mat-form-field-infix"><ng-content></ng-content><span class="mat-input-placeholder-wrapper mat-form-field-placeholder-wrapper"><label class="mat-input-placeholder mat-form-field-placeholder" [attr.for]="_control.id" [attr.aria-owns]="_control.id" [class.mat-empty]="_control.empty && !_shouldAlwaysFloat" [class.mat-form-field-empty]="_control.empty && !_shouldAlwaysFloat" [class.mat-float]="_canPlaceholderFloat" [class.mat-form-field-float]="_canPlaceholderFloat" [class.mat-accent]="color == \'accent\'" [class.mat-warn]="color == \'warn\'" #placeholder *ngIf="_hasPlaceholder()"><ng-content select="md-placeholder, mat-placeholder"></ng-content>{{_control.placeholder}} <span class="mat-placeholder-required mat-form-field-required-marker" aria-hidden="true" *ngIf="!hideRequiredMarker && _control.required">*</span></label></span></div><div class="mat-input-suffix mat-form-field-suffix" *ngIf="_suffixChildren.length"><ng-content select="[mdSuffix], [matSuffix]"></ng-content></div></div><div class="mat-input-underline mat-form-field-underline" #underline [class.mat-disabled]="_control.disabled"><span class="mat-input-ripple mat-form-field-ripple" [class.mat-accent]="color == \'accent\'" [class.mat-warn]="color == \'warn\'"></span></div><div class="mat-input-subscript-wrapper mat-form-field-subscript-wrapper" [ngSwitch]="_getDisplayedMessages()"><div *ngSwitchCase="\'error\'" [@transitionMessages]="_subscriptAnimationState"><ng-content select="md-error, mat-error"></ng-content></div><div class="mat-input-hint-wrapper mat-form-field-hint-wrapper" *ngSwitchCase="\'hint\'" [@transitionMessages]="_subscriptAnimationState"><div *ngIf="hintLabel" [id]="_hintLabelId" class="mat-hint">{{hintLabel}}</div><ng-content select="md-hint:not([align=\'end\']), mat-hint:not([align=\'end\'])"></ng-content><div class="mat-input-hint-spacer mat-form-field-hint-spacer"></div><ng-content select="md-hint[align=\'end\'], mat-hint[align=\'end\']"></ng-content></div></div></div>',styles:[".mat-form-field{display:inline-block;position:relative;text-align:left}[dir=rtl] .mat-form-field{text-align:right}.mat-form-field-wrapper{position:relative}.mat-form-field-flex{display:inline-flex;align-items:baseline;width:100%}.mat-form-field-prefix,.mat-form-field-suffix{white-space:nowrap;flex:none}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{width:1em}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{font:inherit;vertical-align:baseline}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{font-size:inherit}.mat-form-field-infix{display:block;position:relative;flex:auto}.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-placeholder-wrapper .mat-form-field-placeholder{display:none}.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-placeholder-wrapper .mat-form-field-float{display:block;transition:none}.mat-form-field-placeholder-wrapper{position:absolute;left:0;box-sizing:content-box;width:100%;height:100%;overflow:hidden;pointer-events:none}.mat-form-field-placeholder{position:absolute;left:0;font:inherit;pointer-events:none;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transform:perspective(100px);-ms-transform:none;transform-origin:0 0;transition:transform .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);display:none}.mat-focused .mat-form-field-placeholder.mat-form-field-float,.mat-form-field-placeholder.mat-form-field-empty,.mat-form-field-placeholder.mat-form-field-float:not(.mat-form-field-empty){display:block}[dir=rtl] .mat-form-field-placeholder{transform-origin:100% 0;left:auto;right:0}.mat-form-field-placeholder:not(.mat-form-field-empty){transition:none}.mat-form-field-underline{position:absolute;height:1px;width:100%}.mat-form-field-underline.mat-disabled{background-position:0;background-color:transparent}.mat-form-field-underline .mat-form-field-ripple{position:absolute;height:1px;top:0;left:0;width:100%;transform-origin:50%;transform:scaleX(.5);visibility:hidden;transition:background-color .3s cubic-bezier(.55,0,.55,.2)}.mat-focused .mat-form-field-underline .mat-form-field-ripple{height:2px}.mat-focused .mat-form-field-underline .mat-form-field-ripple,.mat-form-field-invalid .mat-form-field-underline .mat-form-field-ripple{visibility:visible;transform:scaleX(1);transition:transform 150ms linear,background-color .3s cubic-bezier(.55,0,.55,.2)}.mat-form-field-subscript-wrapper{position:absolute;width:100%;overflow:hidden}.mat-form-field-placeholder-wrapper .mat-icon,.mat-form-field-subscript-wrapper .mat-icon{width:1em;height:1em;font-size:inherit;vertical-align:baseline}.mat-form-field-hint-wrapper{display:flex}.mat-form-field-hint-spacer{flex:1 0 1em}.mat-error{display:block} .mat-input-element{font:inherit;background:0 0;color:currentColor;border:none;outline:0;padding:0;margin:0;width:100%;max-width:100%;vertical-align:bottom}.mat-input-element:-moz-ui-invalid{box-shadow:none}.mat-input-element::placeholder{color:transparent!important}.mat-input-element::-moz-placeholder{color:transparent!important}.mat-input-element::-webkit-input-placeholder{color:transparent!important}.mat-input-element:-ms-input-placeholder{color:transparent!important}textarea.mat-input-element{resize:vertical;overflow:auto}"],animations:[g.trigger("transitionMessages",[g.state("enter",g.style({opacity:1,transform:"translateY(0%)"})),g.transition("void => enter",[g.style({opacity:0,transform:"translateY(-100%)"}),g.animate("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])],host:{class:"mat-input-container mat-form-field","[class.mat-input-invalid]":"_control.errorState","[class.mat-form-field-invalid]":"_control.errorState","[class.mat-focused]":"_control.focused","[class.ng-untouched]":'_shouldForward("untouched")',"[class.ng-touched]":'_shouldForward("touched")',"[class.ng-pristine]":'_shouldForward("pristine")',"[class.ng-dirty]":'_shouldForward("dirty")',"[class.ng-valid]":'_shouldForward("valid")',"[class.ng-invalid]":'_shouldForward("invalid")',"[class.ng-pending]":'_shouldForward("pending")',"(click)":"_control.focus()"},encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],Ne.ctorParameters=function(){return[{type:e.ElementRef},{type:e.ChangeDetectorRef},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[Oe]}]}]},Ne.propDecorators={color:[{type:e.Input}],dividerColor:[{type:e.Input}],hideRequiredMarker:[{type:e.Input}],hintLabel:[{type:e.Input}],floatPlaceholder:[{type:e.Input}],underlineRef:[{type:e.ViewChild,args:["underline"]}],_connectionContainerRef:[{type:e.ViewChild,args:["connectionContainer"]}],_placeholder:[{type:e.ViewChild,args:["placeholder"]}],_control:[{type:e.ContentChild,args:[Ae]}],_placeholderChild:[{type:e.ContentChild,args:[Be]}],_errorChildren:[{type:e.ContentChildren,args:[Te]}],_hintChildren:[{type:e.ContentChildren,args:[Fe]}],_prefixChildren:[{type:e.ContentChildren,args:[Ve]}],_suffixChildren:[{type:e.ContentChildren,args:[je]}]};var We=function(){function t(){}return t}();We.decorators=[{type:e.NgModule,args:[{declarations:[Te,Fe,Ne,Be,Ve,je],imports:[l.CommonModule,p.PlatformModule],exports:[Te,Fe,Ne,Be,Ve,je]}]}],We.ctorParameters=function(){return[]};var He=0,Ge=function(){function t(t,e){this.source=t,this.option=e}return t}(),Ye=function(){function t(t){this._changeDetectorRef=t,this.showPanel=!1,this.displayWith=null,this.optionSelected=new e.EventEmitter,this.id="md-autocomplete-"+He++}return t.prototype.ngAfterContentInit=function(){this._keyManager=new i.ActiveDescendantKeyManager(this.options).withWrap()},t.prototype._setScrollTop=function(t){this.panel&&(this.panel.nativeElement.scrollTop=t)},t.prototype._getScrollTop=function(){return this.panel?this.panel.nativeElement.scrollTop:0},t.prototype._setVisibility=function(){var t=this;Promise.resolve().then(function(){t.showPanel=!!t.options.length,t._changeDetectorRef.markForCheck()})},t.prototype._emitSelectEvent=function(t){var e=new Ge(this,t);this.optionSelected.emit(e)},t.prototype._getClassList=function(){return{"mat-autocomplete-visible":this.showPanel,"mat-autocomplete-hidden":!this.showPanel}},t}();Ye.decorators=[{type:e.Component,args:[{selector:"md-autocomplete, mat-autocomplete",template:'<ng-template><div class="mat-autocomplete-panel" role="listbox" [id]="id" [ngClass]="_getClassList()" #panel><ng-content></ng-content></div></ng-template>',styles:[".mat-autocomplete-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;max-width:none;max-height:256px;position:relative}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-autocomplete-panel.mat-autocomplete-visible{visibility:visible}.mat-autocomplete-panel.mat-autocomplete-hidden{visibility:hidden}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,exportAs:"mdAutocomplete, matAutocomplete",host:{class:"mat-autocomplete"}}]}],Ye.ctorParameters=function(){return[{type:e.ChangeDetectorRef}]},Ye.propDecorators={template:[{type:e.ViewChild,args:[e.TemplateRef]}],panel:[{type:e.ViewChild,args:["panel"]}],options:[{type:e.ContentChildren,args:[Se,{descendants:!0}]}],optionGroups:[{type:e.ContentChildren,args:[we]}],displayWith:[{type:e.Input}],optionSelected:[{type:e.Output}]};var Ue=new e.InjectionToken("md-autocomplete-scroll-strategy"),qe={provide:Ue,deps:[d.Overlay],useFactory:q},Ke={provide:h.NG_VALUE_ACCESSOR,useExisting:e.forwardRef(function(){return Xe}),multi:!0},Xe=function(){function t(t,e,i,n,a,r,o,s,l){this._element=t,this._overlay=e,this._viewContainerRef=i,this._zone=n,this._changeDetectorRef=a,this._scrollStrategy=r,this._dir=o,this._formField=s,this._document=l,this._panelOpen=!1,this._manuallyFloatingPlaceholder=!1,this._onChange=function(){},this._onTouched=function(){}}return Object.defineProperty(t.prototype,"_matAutocomplete",{get:function(){return this.autocomplete},set:function(t){this.autocomplete=t},enumerable:!0,configurable:!0}),t.prototype.ngOnDestroy=function(){this._destroyPanel()},Object.defineProperty(t.prototype,"panelOpen",{get:function(){return this._panelOpen&&this.autocomplete.showPanel},enumerable:!0,configurable:!0}),t.prototype.openPanel=function(){this._attachOverlay(),this._floatPlaceholder()},t.prototype.closePanel=function(){this._overlayRef&&this._overlayRef.hasAttached()&&(this._overlayRef.detach(),this._closingActionsSubscription.unsubscribe()),this._resetPlaceholder(),this._panelOpen&&(this._panelOpen=!1,this._changeDetectorRef.detectChanges())},Object.defineProperty(t.prototype,"panelClosingActions",{get:function(){return b.merge(this.optionSelections,this.autocomplete._keyManager.tabOut,this._outsideClickStream)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"optionSelections",{get:function(){return b.merge.apply(void 0,this.autocomplete.options.map(function(t){return t.onSelectionChange}))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"activeOption",{get:function(){return this.autocomplete&&this.autocomplete._keyManager?this.autocomplete._keyManager.activeItem:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_outsideClickStream",{get:function(){var t=this;return this._document?m.RxChain.from(b.merge(f.fromEvent(this._document,"click"),f.fromEvent(this._document,"touchend"))).call(m.filter,function(e){var i=e.target,n=t._formField?t._formField._elementRef.nativeElement:null;return t._panelOpen&&i!==t._element.nativeElement&&(!n||!n.contains(i))&&!!t._overlayRef&&!t._overlayRef.overlayElement.contains(i)}).result():_.of(null)},enumerable:!0,configurable:!0}),t.prototype.writeValue=function(t){var e=this;Promise.resolve(null).then(function(){return e._setTriggerValue(t)})},t.prototype.registerOnChange=function(t){this._onChange=t},t.prototype.registerOnTouched=function(t){this._onTouched=t},t.prototype._handleKeydown=function(t){var e=this;if(t.keyCode===s.ESCAPE&&this.panelOpen)this._resetActiveItem(),this.closePanel(),t.stopPropagation();else if(this.activeOption&&t.keyCode===s.ENTER&&this.panelOpen)this.activeOption._selectViaInteraction(),this._resetActiveItem(),t.preventDefault();else{var i=this.autocomplete._keyManager.activeItem,n=t.keyCode===s.UP_ARROW||t.keyCode===s.DOWN_ARROW;this.panelOpen?this.autocomplete._keyManager.onKeydown(t):n&&this.openPanel(),Promise.resolve().then(function(){(n||e.autocomplete._keyManager.activeItem!==i)&&e._scrollToOption()})}},t.prototype._handleInput=function(t){document.activeElement===t.target&&(this._onChange(t.target.value),this.openPanel())},t.prototype._handleFocus=function(){this._attachOverlay(),this._floatPlaceholder(!0)},t.prototype._floatPlaceholder=function(t){void 0===t&&(t=!1),this._formField&&"auto"===this._formField.floatPlaceholder&&(t?this._formField._animateAndLockPlaceholder():this._formField.floatPlaceholder="always",this._manuallyFloatingPlaceholder=!0)},t.prototype._resetPlaceholder=function(){this._manuallyFloatingPlaceholder&&(this._formField.floatPlaceholder="auto",this._manuallyFloatingPlaceholder=!1)},t.prototype._scrollToOption=function(){var t=this.autocomplete._keyManager.activeItemIndex||0,e=Se.countGroupLabelsBeforeOption(t,this.autocomplete.options,this.autocomplete.optionGroups),i=48*(t+e),n=this.autocomplete._getScrollTop();if(i<n)this.autocomplete._setScrollTop(i);else if(i+48>n+256){var a=Math.max(0,i-256+48);this.autocomplete._setScrollTop(a)}},t.prototype._subscribeToClosingActions=function(){var t=this,e=m.first.call(this._zone.onStable.asObservable()),i=m.map.call(this.autocomplete.options.changes,function(){return t._positionStrategy.recalculateLastPosition()});return m.RxChain.from(b.merge(e,i)).call(m.switchMap,function(){return t._resetActiveItem(),t.autocomplete._setVisibility(),t.panelClosingActions}).call(m.first).subscribe(function(e){return t._setValueAndClose(e)})},t.prototype._destroyPanel=function(){this._overlayRef&&(this.closePanel(),this._overlayRef.dispose(),this._overlayRef=null)},t.prototype._setTriggerValue=function(t){var e=this.autocomplete.displayWith?this.autocomplete.displayWith(t):t,i=null!=e?e:"";this._formField?this._formField._control.value=i:this._element.nativeElement.value=i},t.prototype._setValueAndClose=function(t){t&&t.source&&(this._clearPreviousSelectedOption(t.source),this._setTriggerValue(t.source.value),this._onChange(t.source.value),this._element.nativeElement.focus(),this.autocomplete._emitSelectEvent(t.source)),this.closePanel()},t.prototype._clearPreviousSelectedOption=function(t){this.autocomplete.options.forEach(function(e){e!=t&&e.selected&&e.deselect()})},t.prototype._attachOverlay=function(){if(!this.autocomplete)throw K();this._overlayRef?(this._overlayRef.getState().width=this._getHostWidth(),this._overlayRef.updateSize()):(this._portal=new u.TemplatePortal(this.autocomplete.template,this._viewContainerRef),this._overlayRef=this._overlay.create(this._getOverlayConfig())),this._overlayRef&&!this._overlayRef.hasAttached()&&(this._overlayRef.attach(this._portal),this._closingActionsSubscription=this._subscribeToClosingActions()),this.autocomplete._setVisibility(),this._panelOpen=!0},t.prototype._getOverlayConfig=function(){return new d.OverlayConfig({positionStrategy:this._getOverlayPosition(),scrollStrategy:this._scrollStrategy(),width:this._getHostWidth(),direction:this._dir?this._dir.value:"ltr"})},t.prototype._getOverlayPosition=function(){return this._positionStrategy=this._overlay.position().connectedTo(this._getConnectedElement(),{originX:"start",originY:"bottom"},{overlayX:"start",overlayY:"top"}).withFallbackPosition({originX:"start",originY:"top"},{overlayX:"start",overlayY:"bottom"}),this._positionStrategy},t.prototype._getConnectedElement=function(){return this._formField?this._formField._connectionContainerRef:this._element},t.prototype._getHostWidth=function(){return this._getConnectedElement().nativeElement.getBoundingClientRect().width},t.prototype._resetActiveItem=function(){this.autocomplete._keyManager.setActiveItem(-1)},t}();Xe.decorators=[{type:e.Directive,args:[{selector:"input[mdAutocomplete], input[matAutocomplete],\n textarea[mdAutocomplete], textarea[matAutocomplete]",host:{role:"combobox",autocomplete:"off","aria-autocomplete":"list","aria-multiline":"false","[attr.aria-activedescendant]":"activeOption?.id","[attr.aria-expanded]":"panelOpen.toString()","[attr.aria-owns]":"autocomplete?.id","(focusin)":"_handleFocus()","(blur)":"_onTouched()","(input)":"_handleInput($event)","(keydown)":"_handleKeydown($event)"},providers:[Ke]}]}],Xe.ctorParameters=function(){return[{type:e.ElementRef},{type:d.Overlay},{type:e.ViewContainerRef},{type:e.NgZone},{type:e.ChangeDetectorRef},{type:void 0,decorators:[{type:e.Inject,args:[Ue]}]},{type:n.Directionality,decorators:[{type:e.Optional}]},{type:Ne,decorators:[{type:e.Optional},{type:e.Host}]},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[a.DOCUMENT]}]}]},Xe.propDecorators={autocomplete:[{type:e.Input,args:["mdAutocomplete"]}],_matAutocomplete:[{type:e.Input,args:["matAutocomplete"]}]};var $e=function(){function t(){}return t}();$e.decorators=[{type:e.NgModule,args:[{imports:[Ie,d.OverlayModule,Ut,l.CommonModule],exports:[Ye,Ie,Xe,Ut],declarations:[Ye,Xe],providers:[qe]}]}],$e.ctorParameters=function(){return[]};var Ze="accent",Je=function(){function t(){}return t}();Je.decorators=[{type:e.Directive,args:[{selector:"button[md-button], button[mat-button], a[md-button], a[mat-button]",host:{class:"mat-button"}}]}],Je.ctorParameters=function(){return[]};var Qe=function(){function t(){}return t}();Qe.decorators=[{type:e.Directive,args:[{selector:"button[md-raised-button], button[mat-raised-button], a[md-raised-button], a[mat-raised-button]",host:{class:"mat-raised-button"}}]}],Qe.ctorParameters=function(){return[]};var ti=function(){function t(){}return t}();ti.decorators=[{type:e.Directive,args:[{selector:"button[md-icon-button], button[mat-icon-button], a[md-icon-button], a[mat-icon-button]",host:{class:"mat-icon-button"}}]}],ti.ctorParameters=function(){return[]};var ei=function(){function t(t,e){(t||e).color=Ze}return t}();ei.decorators=[{type:e.Directive,args:[{selector:"button[md-fab], button[mat-fab], a[md-fab], a[mat-fab]",host:{class:"mat-fab"}}]}],ei.ctorParameters=function(){return[{type:ri,decorators:[{type:e.Self},{type:e.Optional},{type:e.Inject,args:[e.forwardRef(function(){return ri})]}]},{type:oi,decorators:[{type:e.Self},{type:e.Optional},{type:e.Inject,args:[e.forwardRef(function(){return oi})]}]}]};var ii=function(){function t(t,e){(t||e).color=Ze}return t}();ii.decorators=[{type:e.Directive,args:[{selector:"button[md-mini-fab], button[mat-mini-fab], a[md-mini-fab], a[mat-mini-fab]",host:{class:"mat-mini-fab"}}]}],ii.ctorParameters=function(){return[{type:ri,decorators:[{type:e.Self},{type:e.Optional},{type:e.Inject,args:[e.forwardRef(function(){return ri})]}]},{type:oi,decorators:[{type:e.Self},{type:e.Optional},{type:e.Inject,args:[e.forwardRef(function(){return oi})]}]}]};var ni=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),ai=T(E(A(ni))),ri=function(t){function e(e,i,n,a){var r=t.call(this,e,i)||this;return r._platform=n,r._focusMonitor=a,r._isRoundButton=r._hasAttributeWithPrefix("fab","mini-fab"),r._isIconButton=r._hasAttributeWithPrefix("icon-button"),r._focusMonitor.monitor(r._elementRef.nativeElement,r._renderer,!0),r}return P(e,t),e.prototype.ngOnDestroy=function(){this._focusMonitor.stopMonitoring(this._elementRef.nativeElement)},e.prototype.focus=function(){this._getHostElement().focus()},e.prototype._getHostElement=function(){return this._elementRef.nativeElement},e.prototype._isRippleDisabled=function(){return this.disableRipple||this.disabled},e.prototype._hasAttributeWithPrefix=function(){for(var t=this,e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];return!!this._platform.isBrowser&&e.some(function(e){var i=t._getHostElement();return i.hasAttribute("md-"+e)||i.hasAttribute("mat-"+e)})},e}(ai);ri.decorators=[{type:e.Component,args:[{selector:"button[md-button], button[md-raised-button], button[md-icon-button],\n button[md-fab], button[md-mini-fab],\n button[mat-button], button[mat-raised-button], button[mat-icon-button],\n button[mat-fab], button[mat-mini-fab]",host:{"[disabled]":"disabled || null"},template:'<span class="mat-button-wrapper"><ng-content></ng-content></span><div mat-ripple class="mat-button-ripple" [class.mat-button-ripple-round]="_isRoundButton || _isIconButton" [matRippleDisabled]="_isRippleDisabled()" [matRippleCentered]="_isIconButton" [matRippleTrigger]="_getHostElement()"></div><div class="mat-button-focus-overlay"></div>',
|
|
10
|
+
styles:[".mat-button,.mat-fab,.mat-icon-button,.mat-mini-fab,.mat-raised-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:88px;line-height:36px;padding:0 16px;border-radius:2px}[disabled].mat-button,[disabled].mat-fab,[disabled].mat-icon-button,[disabled].mat-mini-fab,[disabled].mat-raised-button{cursor:default}.cdk-keyboard-focused.mat-button .mat-button-focus-overlay,.cdk-keyboard-focused.mat-fab .mat-button-focus-overlay,.cdk-keyboard-focused.mat-icon-button .mat-button-focus-overlay,.cdk-keyboard-focused.mat-mini-fab .mat-button-focus-overlay,.cdk-keyboard-focused.mat-raised-button .mat-button-focus-overlay{opacity:1}.mat-button::-moz-focus-inner,.mat-fab::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-mini-fab::-moz-focus-inner,.mat-raised-button::-moz-focus-inner{border:0}.mat-fab,.mat-mini-fab,.mat-raised-button{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);transform:translate3d(0,0,0);transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1)}.mat-fab:not([disabled]):active,.mat-mini-fab:not([disabled]):active,.mat-raised-button:not([disabled]):active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}[disabled].mat-fab,[disabled].mat-mini-fab,[disabled].mat-raised-button{box-shadow:none}.mat-button .mat-button-focus-overlay,.mat-icon-button .mat-button-focus-overlay{transition:none;opacity:0}.mat-button:hover .mat-button-focus-overlay{opacity:1}.mat-fab{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);min-width:0;border-radius:50%;width:56px;height:56px;padding:0;flex-shrink:0}.mat-fab:not([disabled]):active{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab .mat-button-wrapper{padding:16px 0;display:inline-block;line-height:24px}.mat-mini-fab{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);min-width:0;border-radius:50%;width:40px;height:40px;padding:0;flex-shrink:0}.mat-mini-fab:not([disabled]):active{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-mini-fab .mat-button-wrapper{padding:8px 0;display:inline-block;line-height:24px}.mat-icon-button{padding:0;min-width:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.mat-icon-button .mat-icon,.mat-icon-button i{line-height:24px}.mat-button,.mat-icon-button,.mat-raised-button{color:currentColor}.mat-button .mat-button-wrapper>*,.mat-icon-button .mat-button-wrapper>*,.mat-raised-button .mat-button-wrapper>*{vertical-align:middle}.mat-button-focus-overlay,.mat-button-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-button-focus-overlay{background-color:rgba(0,0,0,.12);border-radius:inherit;opacity:0;transition:opacity .2s cubic-bezier(.35,0,.25,1),background-color .2s cubic-bezier(.35,0,.25,1)}@media screen and (-ms-high-contrast:active){.mat-button-focus-overlay{background-color:rgba(255,255,255,.5)}}.mat-button-ripple-round{border-radius:50%;z-index:1}@media screen and (-ms-high-contrast:active){.mat-button,.mat-fab,.mat-icon-button,.mat-mini-fab,.mat-raised-button{outline:solid 1px}}"],inputs:["disabled","disableRipple","color"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,viewProviders:[{provide:Vt,useValue:!0}]}]}],ri.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:p.Platform},{type:i.FocusMonitor}]};var oi=function(t){function e(e,i,n,a){return t.call(this,a,n,e,i)||this}return P(e,t),e.prototype._haltDisabledEvents=function(t){this.disabled&&(t.preventDefault(),t.stopImmediatePropagation())},e}(ri);oi.decorators=[{type:e.Component,args:[{selector:"a[md-button], a[md-raised-button], a[md-icon-button], a[md-fab], a[md-mini-fab],\n a[mat-button], a[mat-raised-button], a[mat-icon-button], a[mat-fab], a[mat-mini-fab]",host:{"[attr.tabindex]":"disabled ? -1 : 0","[attr.disabled]":"disabled || null","[attr.aria-disabled]":"disabled.toString()","(click)":"_haltDisabledEvents($event)"},inputs:["disabled","disableRipple","color"],template:'<span class="mat-button-wrapper"><ng-content></ng-content></span><div mat-ripple class="mat-button-ripple" [class.mat-button-ripple-round]="_isRoundButton || _isIconButton" [matRippleDisabled]="_isRippleDisabled()" [matRippleCentered]="_isIconButton" [matRippleTrigger]="_getHostElement()"></div><div class="mat-button-focus-overlay"></div>',styles:[".mat-button,.mat-fab,.mat-icon-button,.mat-mini-fab,.mat-raised-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:88px;line-height:36px;padding:0 16px;border-radius:2px}[disabled].mat-button,[disabled].mat-fab,[disabled].mat-icon-button,[disabled].mat-mini-fab,[disabled].mat-raised-button{cursor:default}.cdk-keyboard-focused.mat-button .mat-button-focus-overlay,.cdk-keyboard-focused.mat-fab .mat-button-focus-overlay,.cdk-keyboard-focused.mat-icon-button .mat-button-focus-overlay,.cdk-keyboard-focused.mat-mini-fab .mat-button-focus-overlay,.cdk-keyboard-focused.mat-raised-button .mat-button-focus-overlay{opacity:1}.mat-button::-moz-focus-inner,.mat-fab::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-mini-fab::-moz-focus-inner,.mat-raised-button::-moz-focus-inner{border:0}.mat-fab,.mat-mini-fab,.mat-raised-button{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);transform:translate3d(0,0,0);transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1)}.mat-fab:not([disabled]):active,.mat-mini-fab:not([disabled]):active,.mat-raised-button:not([disabled]):active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}[disabled].mat-fab,[disabled].mat-mini-fab,[disabled].mat-raised-button{box-shadow:none}.mat-button .mat-button-focus-overlay,.mat-icon-button .mat-button-focus-overlay{transition:none;opacity:0}.mat-button:hover .mat-button-focus-overlay{opacity:1}.mat-fab{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);min-width:0;border-radius:50%;width:56px;height:56px;padding:0;flex-shrink:0}.mat-fab:not([disabled]):active{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab .mat-button-wrapper{padding:16px 0;display:inline-block;line-height:24px}.mat-mini-fab{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);min-width:0;border-radius:50%;width:40px;height:40px;padding:0;flex-shrink:0}.mat-mini-fab:not([disabled]):active{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-mini-fab .mat-button-wrapper{padding:8px 0;display:inline-block;line-height:24px}.mat-icon-button{padding:0;min-width:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.mat-icon-button .mat-icon,.mat-icon-button i{line-height:24px}.mat-button,.mat-icon-button,.mat-raised-button{color:currentColor}.mat-button .mat-button-wrapper>*,.mat-icon-button .mat-button-wrapper>*,.mat-raised-button .mat-button-wrapper>*{vertical-align:middle}.mat-button-focus-overlay,.mat-button-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-button-focus-overlay{background-color:rgba(0,0,0,.12);border-radius:inherit;opacity:0;transition:opacity .2s cubic-bezier(.35,0,.25,1),background-color .2s cubic-bezier(.35,0,.25,1)}@media screen and (-ms-high-contrast:active){.mat-button-focus-overlay{background-color:rgba(255,255,255,.5)}}.mat-button-ripple-round{border-radius:50%;z-index:1}@media screen and (-ms-high-contrast:active){.mat-button,.mat-fab,.mat-icon-button,.mat-mini-fab,.mat-raised-button{outline:solid 1px}}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],oi.ctorParameters=function(){return[{type:p.Platform},{type:i.FocusMonitor},{type:e.ElementRef},{type:e.Renderer2}]};var si=function(){function t(){}return t}();si.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,_e,Ut,i.A11yModule],exports:[ri,oi,ii,ei,Ut,Je,Qe,ti],declarations:[ri,oi,ii,ei,Je,Qe,ti]}]}],si.ctorParameters=function(){return[]};var li=function(){function t(){}return t}(),ci=E(li),pi={provide:h.NG_VALUE_ACCESSOR,useExisting:e.forwardRef(function(){return mi}),multi:!0},di=0,ui=function(){function t(){}return t}(),mi=function(t){function i(i){var n=t.call(this)||this;return n._changeDetector=i,n._value=null,n._name="md-button-toggle-group-"+di++,n._vertical=!1,n._selected=null,n._controlValueAccessorChangeFn=function(){},n.onTouched=function(){},n.change=new e.EventEmitter,n}return P(i,t),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(t){this._name=t,this._updateButtonToggleNames()},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"vertical",{get:function(){return this._vertical},set:function(t){this._vertical=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"value",{get:function(){return this._value},set:function(t){this._value!=t&&(this._value=t,this._updateSelectedButtonToggleFromValue())},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"selected",{get:function(){return this._selected},set:function(t){this._selected=t,this.value=t?t.value:null,t&&!t.checked&&(t.checked=!0)},enumerable:!0,configurable:!0}),i.prototype._updateButtonToggleNames=function(){var t=this;this._buttonToggles&&this._buttonToggles.forEach(function(e){e.name=t._name})},i.prototype._updateSelectedButtonToggleFromValue=function(){var t=this,e=null!=this._selected&&this._selected.value==this._value;if(null!=this._buttonToggles&&!e){var i=this._buttonToggles.filter(function(e){return e.value==t._value})[0];i?this.selected=i:null==this.value&&(this.selected=null,this._buttonToggles.forEach(function(t){t.checked=!1}))}},i.prototype._emitChangeEvent=function(){var t=new ui;t.source=this._selected,t.value=this._value,this._controlValueAccessorChangeFn(t.value),this.change.emit(t)},i.prototype.writeValue=function(t){this.value=t,this._changeDetector.markForCheck()},i.prototype.registerOnChange=function(t){this._controlValueAccessorChangeFn=t},i.prototype.registerOnTouched=function(t){this.onTouched=t},i.prototype.setDisabledState=function(t){this.disabled=t},i}(ci);mi.decorators=[{type:e.Directive,args:[{selector:"md-button-toggle-group:not([multiple]), mat-button-toggle-group:not([multiple])",providers:[pi],inputs:["disabled"],host:{role:"radiogroup",class:"mat-button-toggle-group","[class.mat-button-toggle-vertical]":"vertical"},exportAs:"mdButtonToggleGroup, matButtonToggleGroup"}]}],mi.ctorParameters=function(){return[{type:e.ChangeDetectorRef}]},mi.propDecorators={_buttonToggles:[{type:e.ContentChildren,args:[e.forwardRef(function(){return gi})]}],name:[{type:e.Input}],vertical:[{type:e.Input}],value:[{type:e.Input}],selected:[{type:e.Input}],change:[{type:e.Output}]};var hi=function(t){function e(){var e=t.apply(this,arguments)||this;return e._vertical=!1,e}return P(e,t),Object.defineProperty(e.prototype,"vertical",{get:function(){return this._vertical},set:function(t){this._vertical=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),e}(ci);hi.decorators=[{type:e.Directive,args:[{selector:"md-button-toggle-group[multiple], mat-button-toggle-group[multiple]",exportAs:"mdButtonToggleGroup, matButtonToggleGroup",inputs:["disabled"],host:{class:"mat-button-toggle-group","[class.mat-button-toggle-vertical]":"vertical",role:"group"}}]}],hi.ctorParameters=function(){return[]},hi.propDecorators={vertical:[{type:e.Input}]};var gi=function(){function t(t,i,n,a,r,o,s){var l=this;this._changeDetectorRef=n,this._buttonToggleDispatcher=a,this._renderer=r,this._elementRef=o,this._focusMonitor=s,this.ariaLabel="",this.ariaLabelledby=null,this._checked=!1,this._disabled=!1,this._value=null,this._isSingleSelector=!1,this._removeUniqueSelectionListener=function(){},this.change=new e.EventEmitter,this.buttonToggleGroup=t,this.buttonToggleGroupMultiple=i,this.buttonToggleGroup?(this._removeUniqueSelectionListener=a.listen(function(t,e){t!=l.id&&e==l.name&&(l.checked=!1,l._changeDetectorRef.markForCheck())}),this._type="radio",this.name=this.buttonToggleGroup.name,this._isSingleSelector=!0):(this._type="checkbox",this._isSingleSelector=!1)}return Object.defineProperty(t.prototype,"inputId",{get:function(){return this.id+"-input"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"checked",{get:function(){return this._checked},set:function(t){this._isSingleSelector&&t&&(this._buttonToggleDispatcher.notify(this.id,this.name),this._changeDetectorRef.markForCheck()),this._checked=t,t&&this._isSingleSelector&&this.buttonToggleGroup.value!=this.value&&(this.buttonToggleGroup.selected=this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return this._value},set:function(t){this._value!=t&&(null!=this.buttonToggleGroup&&this.checked&&(this.buttonToggleGroup.value=t),this._value=t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled||null!=this.buttonToggleGroup&&this.buttonToggleGroup.disabled||null!=this.buttonToggleGroupMultiple&&this.buttonToggleGroupMultiple.disabled},set:function(t){this._disabled=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){null==this.id&&(this.id="md-button-toggle-"+di++),this.buttonToggleGroup&&this._value==this.buttonToggleGroup.value&&(this._checked=!0),this._focusMonitor.monitor(this._elementRef.nativeElement,this._renderer,!0)},t.prototype.focus=function(){this._inputElement.nativeElement.focus()},t.prototype._toggle=function(){this.checked=!this.checked},t.prototype._onInputChange=function(t){if(t.stopPropagation(),this._isSingleSelector){var e=this.buttonToggleGroup.selected!=this;this.checked=!0,this.buttonToggleGroup.selected=this,this.buttonToggleGroup.onTouched(),e&&this.buttonToggleGroup._emitChangeEvent()}else this._toggle();this._emitChangeEvent()},t.prototype._onInputClick=function(t){t.stopPropagation()},t.prototype._emitChangeEvent=function(){var t=new ui;t.source=this,t.value=this._value,this.change.emit(t)},t.prototype.ngOnDestroy=function(){this._removeUniqueSelectionListener()},t}();gi.decorators=[{type:e.Component,args:[{selector:"md-button-toggle, mat-button-toggle",template:'<label [attr.for]="inputId" class="mat-button-toggle-label"><input #input class="mat-button-toggle-input cdk-visually-hidden" [type]="_type" [id]="inputId" [checked]="checked" [disabled]="disabled || null" [name]="name" [attr.aria-label]="ariaLabel" [attr.aria-labelledby]="ariaLabelledby" (change)="_onInputChange($event)" (click)="_onInputClick($event)"><div class="mat-button-toggle-label-content"><ng-content></ng-content></div></label><div class="mat-button-toggle-focus-overlay"></div>',styles:[".mat-button-toggle-group,.mat-button-toggle-standalone{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);position:relative;display:inline-flex;flex-direction:row;border-radius:2px;cursor:pointer;white-space:nowrap;overflow:hidden}.mat-button-toggle-vertical{flex-direction:column}.mat-button-toggle-vertical .mat-button-toggle-label-content{display:block}.mat-button-toggle-disabled .mat-button-toggle-label-content{cursor:default}.mat-button-toggle{white-space:nowrap;position:relative}.mat-button-toggle.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:1}.mat-button-toggle-label-content{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;line-height:36px;padding:0 16px;cursor:pointer}.mat-button-toggle-label-content>*{vertical-align:middle}.mat-button-toggle-focus-overlay{border-radius:inherit;pointer-events:none;opacity:0;top:0;left:0;right:0;bottom:0;position:absolute}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,host:{"[class.mat-button-toggle-standalone]":"!buttonToggleGroup && !buttonToggleGroupMultiple","[class.mat-button-toggle-checked]":"checked","[class.mat-button-toggle-disabled]":"disabled",class:"mat-button-toggle","[attr.id]":"id"}}]}],gi.ctorParameters=function(){return[{type:mi,decorators:[{type:e.Optional}]},{type:hi,decorators:[{type:e.Optional}]},{type:e.ChangeDetectorRef},{type:qt},{type:e.Renderer2},{type:e.ElementRef},{type:i.FocusMonitor}]},gi.propDecorators={ariaLabel:[{type:e.Input,args:["aria-label"]}],ariaLabelledby:[{type:e.Input,args:["aria-labelledby"]}],_inputElement:[{type:e.ViewChild,args:["input"]}],id:[{type:e.Input}],name:[{type:e.Input}],checked:[{type:e.Input}],value:[{type:e.Input}],disabled:[{type:e.Input}],change:[{type:e.Output}]};var fi=function(){function t(){}return t}();fi.decorators=[{type:e.NgModule,args:[{imports:[Ut,i.A11yModule],exports:[mi,hi,gi,Ut],declarations:[mi,hi,gi],providers:[Kt]}]}],fi.ctorParameters=function(){return[]};var bi=function(){function t(){}return t}();bi.decorators=[{type:e.Directive,args:[{selector:"md-card-content, mat-card-content",host:{class:"mat-card-content"}}]}],bi.ctorParameters=function(){return[]};var _i=function(){function t(){}return t}();_i.decorators=[{type:e.Directive,args:[{selector:"md-card-title, mat-card-title, [md-card-title], [mat-card-title],\n [mdCardTitle], [matCardTitle]",host:{class:"mat-card-title"}}]}],_i.ctorParameters=function(){return[]};var yi=function(){function t(){}return t}();yi.decorators=[{type:e.Directive,args:[{selector:"md-card-subtitle, mat-card-subtitle, [md-card-subtitle], [mat-card-subtitle],\n [mdCardSubtitle], [matCardSubtitle]",host:{class:"mat-card-subtitle"}}]}],yi.ctorParameters=function(){return[]};var vi=function(){function t(){this.align="start"}return t}();vi.decorators=[{type:e.Directive,args:[{selector:"md-card-actions, mat-card-actions",host:{class:"mat-card-actions","[class.mat-card-actions-align-end]":'align === "end"'}}]}],vi.ctorParameters=function(){return[]},vi.propDecorators={align:[{type:e.Input}]};var xi=function(){function t(){}return t}();xi.decorators=[{type:e.Directive,args:[{selector:"md-card-footer, mat-card-footer",host:{class:"mat-card-footer"}}]}],xi.ctorParameters=function(){return[]};var Ci=function(){function t(){}return t}();Ci.decorators=[{type:e.Directive,args:[{selector:"[md-card-image], [mat-card-image], [mdCardImage], [matCardImage]",host:{class:"mat-card-image"}}]}],Ci.ctorParameters=function(){return[]};var ki=function(){function t(){}return t}();ki.decorators=[{type:e.Directive,args:[{selector:"[md-card-sm-image], [mat-card-sm-image], [mdCardImageSmall], [matCardImageSmall]",host:{class:"mat-card-sm-image"}}]}],ki.ctorParameters=function(){return[]};var wi=function(){function t(){}return t}();wi.decorators=[{type:e.Directive,args:[{selector:"[md-card-md-image], [mat-card-md-image], [mdCardImageMedium], [matCardImageMedium]",host:{class:"mat-card-md-image"}}]}],wi.ctorParameters=function(){return[]};var Di=function(){function t(){}return t}();Di.decorators=[{type:e.Directive,args:[{selector:"[md-card-lg-image], [mat-card-lg-image], [mdCardImageLarge], [matCardImageLarge]",host:{class:"mat-card-lg-image"}}]}],Di.ctorParameters=function(){return[]};var Mi=function(){function t(){}return t}();Mi.decorators=[{type:e.Directive,args:[{selector:"[md-card-xl-image], [mat-card-xl-image], [mdCardImageXLarge], [matCardImageXLarge]",host:{class:"mat-card-xl-image"}}]}],Mi.ctorParameters=function(){return[]};var Si=function(){function t(){}return t}();Si.decorators=[{type:e.Directive,args:[{selector:"[md-card-avatar], [mat-card-avatar], [mdCardAvatar], [matCardAvatar]",host:{class:"mat-card-avatar"}}]}],Si.ctorParameters=function(){return[]};var Ii=function(){function t(){}return t}();Ii.decorators=[{type:e.Component,args:[{selector:"md-card, mat-card",template:'<ng-content></ng-content><ng-content select="md-card-footer, mat-card-footer"></ng-content>',styles:[".mat-card{transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);display:block;position:relative;padding:24px;border-radius:2px}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}@media screen and (-ms-high-contrast:active){.mat-card{outline:solid 1px}}.mat-card-flat{box-shadow:none}.mat-card-actions,.mat-card-content,.mat-card-subtitle,.mat-card-title{display:block;margin-bottom:16px}.mat-card-actions{margin-left:-16px;margin-right:-16px;padding:8px 0}.mat-card-actions-align-end{display:flex;justify-content:flex-end}.mat-card-image{width:calc(100% + 48px);margin:0 -24px 16px -24px}.mat-card-xl-image{width:240px;height:240px;margin:-8px}.mat-card-footer{display:block;margin:0 -24px -24px -24px}.mat-card-actions .mat-button,.mat-card-actions .mat-raised-button{margin:0 4px}.mat-card-header{display:flex;flex-direction:row}.mat-card-header-text{margin:0 8px}.mat-card-avatar{height:40px;width:40px;border-radius:50%;flex-shrink:0}.mat-card-lg-image,.mat-card-md-image,.mat-card-sm-image{margin:-8px 0}.mat-card-title-group{display:flex;justify-content:space-between;margin:0 -8px}.mat-card-sm-image{width:80px;height:80px}.mat-card-md-image{width:112px;height:112px}.mat-card-lg-image{width:152px;height:152px}@media (max-width:600px){.mat-card{padding:24px 16px}.mat-card-actions{margin-left:-8px;margin-right:-8px}.mat-card-image{width:calc(100% + 32px);margin:16px -16px}.mat-card-title-group{margin:0}.mat-card-xl-image{margin-left:0;margin-right:0}.mat-card-header{margin:-8px 0 0 0}.mat-card-footer{margin-left:-16px;margin-right:-16px}}.mat-card-content>:first-child,.mat-card>:first-child{margin-top:0}.mat-card-content>:last-child:not(.mat-card-footer),.mat-card>:last-child:not(.mat-card-footer){margin-bottom:0}.mat-card-image:first-child{margin-top:-24px}.mat-card>.mat-card-actions:last-child{margin-bottom:-16px;padding-bottom:0}.mat-card-actions .mat-button:first-child,.mat-card-actions .mat-raised-button:first-child{margin-left:0;margin-right:0}.mat-card-subtitle:not(:first-child),.mat-card-title:not(:first-child){margin-top:-4px}.mat-card-header .mat-card-subtitle:not(:first-child){margin-top:-8px}.mat-card>.mat-card-xl-image:first-child{margin-top:-8px}.mat-card>.mat-card-xl-image:last-child{margin-bottom:-8px}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,host:{class:"mat-card"}}]}],Ii.ctorParameters=function(){return[]};var Oi=function(){function t(){}return t}();Oi.decorators=[{type:e.Component,args:[{selector:"md-card-header, mat-card-header",template:'<ng-content select="[md-card-avatar], [mat-card-avatar], [mdCardAvatar], [matCardAvatar]"></ng-content><div class="mat-card-header-text"><ng-content select="md-card-title, mat-card-title, md-card-subtitle, mat-card-subtitle, [md-card-title], [mat-card-title], [md-card-subtitle], [mat-card-subtitle]"></ng-content></div><ng-content></ng-content>',encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,host:{class:"mat-card-header"}}]}],Oi.ctorParameters=function(){return[]};var Pi=function(){function t(){}return t}();Pi.decorators=[{type:e.Component,args:[{selector:"md-card-title-group, mat-card-title-group",template:'<div><ng-content select="md-card-title, mat-card-title, md-card-subtitle, mat-card-subtitle, [md-card-title], [mat-card-title], [md-card-subtitle], [mat-card-subtitle]"></ng-content></div><ng-content select="img"></ng-content><ng-content></ng-content>',encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,host:{class:"mat-card-title-group"}}]}],Pi.ctorParameters=function(){return[]};var Ri=function(){function t(){}return t}();Ri.decorators=[{type:e.NgModule,args:[{imports:[Ut],exports:[Ii,Oi,Pi,bi,_i,yi,vi,xi,ki,wi,Di,Ci,Mi,Si,Ut],declarations:[Ii,Oi,Pi,bi,_i,yi,vi,xi,ki,wi,Di,Ci,Mi,Si]}]}],Ri.ctorParameters=function(){return[]};var Ei=0,Ti={provide:h.NG_VALUE_ACCESSOR,useExisting:e.forwardRef(function(){return Vi}),multi:!0},Ai={};Ai.Init=0,Ai.Checked=1,Ai.Unchecked=2,Ai.Indeterminate=3,Ai[Ai.Init]="Init",Ai[Ai.Checked]="Checked",Ai[Ai.Unchecked]="Unchecked",Ai[Ai.Indeterminate]="Indeterminate";var Li=function(){function t(){}return t}(),Fi=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),Bi=T(A(E(Fi)),"accent"),Vi=function(t){function i(i,n,a,r){var o=t.call(this,i,n)||this;return o._changeDetectorRef=a,o._focusMonitor=r,o.ariaLabel="",o.ariaLabelledby=null,o._uniqueId="md-checkbox-"+ ++Ei,o.id=o._uniqueId,o.labelPosition="after",o.tabIndex=0,o.name=null,o.change=new e.EventEmitter,o.indeterminateChange=new e.EventEmitter,o.onTouched=function(){},o._currentAnimationClass="",o._currentCheckState=Ai.Init,o._checked=!1,o._indeterminate=!1,o._controlValueAccessorChangeFn=function(){},o}return P(i,t),Object.defineProperty(i.prototype,"inputId",{get:function(){return(this.id||this._uniqueId)+"-input"},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"required",{get:function(){return this._required},set:function(t){this._required=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"align",{get:function(){return"after"==this.labelPosition?"start":"end"},set:function(t){this.labelPosition="start"==t?"after":"before"},enumerable:!0,configurable:!0}),i.prototype.ngAfterViewInit=function(){var t=this;this._focusMonitor.monitor(this._inputElement.nativeElement,this._renderer,!1).subscribe(function(e){return t._onInputFocusChange(e)})},i.prototype.ngOnDestroy=function(){this._focusMonitor.stopMonitoring(this._inputElement.nativeElement)},Object.defineProperty(i.prototype,"checked",{get:function(){return this._checked},set:function(t){t!=this.checked&&(this._checked=t,this._changeDetectorRef.markForCheck())},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"indeterminate",{get:function(){return this._indeterminate},set:function(t){var e=t!=this._indeterminate;this._indeterminate=t,e&&(this._indeterminate?this._transitionCheckState(Ai.Indeterminate):this._transitionCheckState(this.checked?Ai.Checked:Ai.Unchecked),this.indeterminateChange.emit(this._indeterminate))},enumerable:!0,configurable:!0}),i.prototype._isRippleDisabled=function(){return this.disableRipple||this.disabled},i.prototype._onLabelTextChange=function(){this._changeDetectorRef.markForCheck()},i.prototype.writeValue=function(t){this.checked=!!t},i.prototype.registerOnChange=function(t){this._controlValueAccessorChangeFn=t},i.prototype.registerOnTouched=function(t){this.onTouched=t},i.prototype.setDisabledState=function(t){this.disabled=t,this._changeDetectorRef.markForCheck()},i.prototype._transitionCheckState=function(t){var e=this._currentCheckState,i=this._renderer,n=this._elementRef;e!==t&&(this._currentAnimationClass.length>0&&i.removeClass(n.nativeElement,this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(e,t),this._currentCheckState=t,this._currentAnimationClass.length>0&&i.addClass(n.nativeElement,this._currentAnimationClass))},i.prototype._emitChangeEvent=function(){var t=new Li;t.source=this,t.checked=this.checked,this._controlValueAccessorChangeFn(this.checked),this.change.emit(t)},i.prototype._onInputFocusChange=function(t){this._focusRipple||"keyboard"!==t?t||(this._removeFocusRipple(),this.onTouched()):this._focusRipple=this._ripple.launch(0,0,{persistent:!0,centered:!0})},i.prototype.toggle=function(){this.checked=!this.checked},i.prototype._onInputClick=function(t){var e=this;t.stopPropagation(),this._removeFocusRipple(),this.disabled||(this._indeterminate&&Promise.resolve().then(function(){e._indeterminate=!1,e.indeterminateChange.emit(e._indeterminate)}),this.toggle(),this._transitionCheckState(this._checked?Ai.Checked:Ai.Unchecked),this._emitChangeEvent())},i.prototype.focus=function(){this._focusMonitor.focusVia(this._inputElement.nativeElement,"keyboard")},i.prototype._onInteractionEvent=function(t){t.stopPropagation()},i.prototype._getAnimationClassForCheckStateTransition=function(t,e){var i="";switch(t){case Ai.Init:if(e===Ai.Checked)i="unchecked-checked";else{if(e!=Ai.Indeterminate)return"";i="unchecked-indeterminate"}break;case Ai.Unchecked:i=e===Ai.Checked?"unchecked-checked":"unchecked-indeterminate";break;case Ai.Checked:i=e===Ai.Unchecked?"checked-unchecked":"checked-indeterminate";break;case Ai.Indeterminate:i=e===Ai.Checked?"indeterminate-checked":"indeterminate-unchecked"}return"mat-checkbox-anim-"+i},i.prototype._removeFocusRipple=function(){this._focusRipple&&(this._focusRipple.fadeOut(),this._focusRipple=null)},i}(Bi);Vi.decorators=[{type:e.Component,args:[{selector:"md-checkbox, mat-checkbox",template:'<label [attr.for]="inputId" class="mat-checkbox-layout" #label><div class="mat-checkbox-inner-container" [class.mat-checkbox-inner-container-no-side-margin]="!checkboxLabel.textContent || !checkboxLabel.textContent.trim()"><input #input class="mat-checkbox-input cdk-visually-hidden" type="checkbox" [id]="inputId" [required]="required" [checked]="checked" [value]="value" [disabled]="disabled" [name]="name" [tabIndex]="tabIndex" [indeterminate]="indeterminate" [attr.aria-label]="ariaLabel" [attr.aria-labelledby]="ariaLabelledby" (change)="_onInteractionEvent($event)" (click)="_onInputClick($event)"><div mat-ripple class="mat-checkbox-ripple" [matRippleTrigger]="label" [matRippleDisabled]="_isRippleDisabled()" [matRippleCentered]="true"></div><div class="mat-checkbox-frame"></div><div class="mat-checkbox-background"><svg version="1.1" focusable="false" class="mat-checkbox-checkmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" xml:space="preserve"><path class="mat-checkbox-checkmark-path" fill="none" stroke="white" d="M4.1,12.7 9,17.6 20.3,6.3"/></svg><div class="mat-checkbox-mixedmark"></div></div></div><span class="mat-checkbox-label" #checkboxLabel (cdkObserveContent)="_onLabelTextChange()"><span style="display:none"> </span><ng-content></ng-content></span></label>',
|
|
11
|
+
styles:["@keyframes mat-checkbox-fade-in-background{0%{opacity:0}50%{opacity:1}}@keyframes mat-checkbox-fade-out-background{0%,50%{opacity:1}100%{opacity:0}}@keyframes mat-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:22.91026}50%{animation-timing-function:cubic-bezier(0,0,.2,.1)}100%{stroke-dashoffset:0}}@keyframes mat-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0,0,0,1)}100%{transform:scaleX(1)}}@keyframes mat-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(.4,0,1,1);stroke-dashoffset:0}to{stroke-dashoffset:-22.91026}}@keyframes mat-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0,0,.2,.1);opacity:1;transform:rotate(0)}to{opacity:0;transform:rotate(45deg)}}@keyframes mat-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(.14,0,0,1);opacity:0;transform:rotate(45deg)}to{opacity:1;transform:rotate(360deg)}}@keyframes mat-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:cubic-bezier(0,0,.2,.1);opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0)}}@keyframes mat-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(.14,0,0,1);opacity:1;transform:rotate(0)}to{opacity:0;transform:rotate(315deg)}}@keyframes mat-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;opacity:1;transform:scaleX(1)}100%,32.8%{opacity:0;transform:scaleX(0)}}.mat-checkbox-checkmark,.mat-checkbox-mixedmark{width:calc(100% - 4px)}.mat-checkbox-background,.mat-checkbox-frame{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:2px;box-sizing:border-box;pointer-events:none}.mat-checkbox{transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);cursor:pointer}.mat-checkbox-layout{cursor:inherit;align-items:baseline;vertical-align:middle;display:inline-flex;white-space:nowrap}.mat-checkbox-inner-container{display:inline-block;height:20px;line-height:0;margin:auto;margin-right:8px;order:0;position:relative;vertical-align:middle;white-space:nowrap;width:20px;flex-shrink:0}[dir=rtl] .mat-checkbox-inner-container{margin-left:8px;margin-right:auto}.mat-checkbox-inner-container-no-side-margin{margin-left:0;margin-right:0}.mat-checkbox-frame{background-color:transparent;transition:border-color 90ms cubic-bezier(0,0,.2,.1);border-width:2px;border-style:solid}.mat-checkbox-background{align-items:center;display:inline-flex;justify-content:center;transition:background-color 90ms cubic-bezier(0,0,.2,.1),opacity 90ms cubic-bezier(0,0,.2,.1)}.mat-checkbox-checkmark{top:0;left:0;right:0;bottom:0;position:absolute;width:100%}.mat-checkbox-checkmark-path{stroke-dashoffset:22.91026;stroke-dasharray:22.91026;stroke-width:2.66667px}.mat-checkbox-mixedmark{height:2px;opacity:0;transform:scaleX(0) rotate(0)}.mat-checkbox-label-before .mat-checkbox-inner-container{order:1;margin-left:8px;margin-right:auto}[dir=rtl] .mat-checkbox-label-before .mat-checkbox-inner-container{margin-left:auto;margin-right:8px}.mat-checkbox-checked .mat-checkbox-checkmark{opacity:1}.mat-checkbox-checked .mat-checkbox-checkmark-path{stroke-dashoffset:0}.mat-checkbox-checked .mat-checkbox-mixedmark{transform:scaleX(1) rotate(-45deg)}.mat-checkbox-indeterminate .mat-checkbox-checkmark{opacity:0;transform:rotate(45deg)}.mat-checkbox-indeterminate .mat-checkbox-checkmark-path{stroke-dashoffset:0}.mat-checkbox-indeterminate .mat-checkbox-mixedmark{opacity:1;transform:scaleX(1) rotate(0)}.mat-checkbox-unchecked .mat-checkbox-background{background-color:transparent}.mat-checkbox-disabled{cursor:default}.mat-checkbox-anim-unchecked-checked .mat-checkbox-background{animation:180ms linear 0s mat-checkbox-fade-in-background}.mat-checkbox-anim-unchecked-checked .mat-checkbox-checkmark-path{animation:180ms linear 0s mat-checkbox-unchecked-checked-checkmark-path}.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-background{animation:180ms linear 0s mat-checkbox-fade-in-background}.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-mixedmark{animation:90ms linear 0s mat-checkbox-unchecked-indeterminate-mixedmark}.mat-checkbox-anim-checked-unchecked .mat-checkbox-background{animation:180ms linear 0s mat-checkbox-fade-out-background}.mat-checkbox-anim-checked-unchecked .mat-checkbox-checkmark-path{animation:90ms linear 0s mat-checkbox-checked-unchecked-checkmark-path}.mat-checkbox-anim-checked-indeterminate .mat-checkbox-checkmark{animation:90ms linear 0s mat-checkbox-checked-indeterminate-checkmark}.mat-checkbox-anim-checked-indeterminate .mat-checkbox-mixedmark{animation:90ms linear 0s mat-checkbox-checked-indeterminate-mixedmark}.mat-checkbox-anim-indeterminate-checked .mat-checkbox-checkmark{animation:.5s linear 0s mat-checkbox-indeterminate-checked-checkmark}.mat-checkbox-anim-indeterminate-checked .mat-checkbox-mixedmark{animation:.5s linear 0s mat-checkbox-indeterminate-checked-mixedmark}.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-background{animation:180ms linear 0s mat-checkbox-fade-out-background}.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-mixedmark{animation:.3s linear 0s mat-checkbox-indeterminate-unchecked-mixedmark}.mat-checkbox-input{bottom:0;left:50%}.mat-checkbox-ripple{position:absolute;left:-15px;top:-15px;right:-15px;bottom:-15px;border-radius:50%;z-index:1;pointer-events:none}"],host:{class:"mat-checkbox","[id]":"id","[class.mat-checkbox-indeterminate]":"indeterminate","[class.mat-checkbox-checked]":"checked","[class.mat-checkbox-disabled]":"disabled","[class.mat-checkbox-label-before]":'labelPosition == "before"'},providers:[Ti],viewProviders:[{provide:Vt,useValue:!0}],inputs:["disabled","disableRipple","color"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],Vi.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:e.ChangeDetectorRef},{type:i.FocusMonitor}]},Vi.propDecorators={ariaLabel:[{type:e.Input,args:["aria-label"]}],ariaLabelledby:[{type:e.Input,args:["aria-labelledby"]}],id:[{type:e.Input}],required:[{type:e.Input}],align:[{type:e.Input}],labelPosition:[{type:e.Input}],tabIndex:[{type:e.Input}],name:[{type:e.Input}],change:[{type:e.Output}],indeterminateChange:[{type:e.Output}],value:[{type:e.Input}],_inputElement:[{type:e.ViewChild,args:["input"]}],_ripple:[{type:e.ViewChild,args:[be]}],checked:[{type:e.Input}],indeterminate:[{type:e.Input}]};var ji=h.CheckboxRequiredValidator,zi={provide:h.NG_VALIDATORS,useExisting:e.forwardRef(function(){return Ni}),multi:!0},Ni=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(ji);Ni.decorators=[{type:e.Directive,args:[{selector:"md-checkbox[required][formControlName],\n mat-checkbox[required][formControlName],\n md-checkbox[required][formControl], md-checkbox[required][ngModel],\n mat-checkbox[required][formControl], mat-checkbox[required][ngModel]",providers:[zi],host:{"[attr.required]":'required ? "" : null'}}]}],Ni.ctorParameters=function(){return[]};var Wi=function(){function t(){}return t}();Wi.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,_e,Ut,y.ObserversModule,i.A11yModule],exports:[Vi,Ni,Ut],declarations:[Vi,Ni]}]}],Wi.ctorParameters=function(){return[]};var Hi=function(){function t(t,e,i){void 0===i&&(i=!1),this.source=t,this.selected=e,this.isUserInput=i}return t}(),Gi=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),Yi=T(E(Gi),"primary"),Ui=function(){function t(){}return t}();Ui.decorators=[{type:e.Directive,args:[{selector:"md-basic-chip, [md-basic-chip], mat-basic-chip, [mat-basic-chip]",host:{class:"mat-basic-chip"}}]}],Ui.ctorParameters=function(){return[]};var qi=function(t){function i(i,n){var a=t.call(this,i,n)||this;return a._elementRef=n,a._selected=!1,a._selectable=!0,a._removable=!0,a._hasFocus=!1,a._onFocus=new o.Subject,a._onBlur=new o.Subject,a.selectionChange=new e.EventEmitter,a.destroyed=new e.EventEmitter,a.destroy=a.destroyed,a.removed=new e.EventEmitter,a.onRemove=a.removed,a}return P(i,t),Object.defineProperty(i.prototype,"selected",{get:function(){return this._selected},set:function(t){this._selected=r.coerceBooleanProperty(t),this.selectionChange.emit({source:this,isUserInput:!1,selected:t})},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"value",{get:function(){return void 0!=this._value?this._value:this._elementRef.nativeElement.textContent},set:function(t){this._value=t},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"selectable",{get:function(){return this._selectable},set:function(t){this._selectable=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"removable",{get:function(){return this._removable},set:function(t){this._removable=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"ariaSelected",{get:function(){return this.selectable?this.selected.toString():null},enumerable:!0,configurable:!0}),i.prototype.ngOnDestroy=function(){this.destroyed.emit({chip:this})},i.prototype.select=function(){this._selected=!0,this.selectionChange.emit({source:this,isUserInput:!1,selected:!0})},i.prototype.deselect=function(){this._selected=!1,this.selectionChange.emit({source:this,isUserInput:!1,selected:!1})},i.prototype.selectViaInteraction=function(){this._selected=!0,this.selectionChange.emit({source:this,isUserInput:!0,selected:!0})},i.prototype.toggleSelected=function(t){return void 0===t&&(t=!1),this._selected=!this.selected,this.selectionChange.emit({source:this,isUserInput:t,selected:this._selected}),this.selected},i.prototype.focus=function(){this._elementRef.nativeElement.focus(),this._onFocus.next({chip:this})},i.prototype.remove=function(){this.removable&&this.removed.emit({chip:this})},i.prototype._handleClick=function(t){this.disabled||(t.preventDefault(),t.stopPropagation(),this.focus())},i.prototype._handleKeydown=function(t){if(!this.disabled)switch(t.keyCode){case s.DELETE:case s.BACKSPACE:this.remove(),t.preventDefault();break;case s.SPACE:this.selectable&&this.toggleSelected(!0),t.preventDefault()}},i.prototype._blur=function(){this._hasFocus=!1,this._onBlur.next({chip:this})},i}(Yi);qi.decorators=[{type:e.Directive,args:[{selector:"md-basic-chip, [md-basic-chip], md-chip, [md-chip],\n mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]",inputs:["color","disabled"],exportAs:"mdChip, matChip",host:{class:"mat-chip",tabindex:"-1",role:"option","[class.mat-chip-selected]":"selected","[attr.disabled]":"disabled || null","[attr.aria-disabled]":"disabled.toString()","[attr.aria-selected]":"ariaSelected","(click)":"_handleClick($event)","(keydown)":"_handleKeydown($event)","(focus)":"_hasFocus = true","(blur)":"_blur()"}}]}],qi.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef}]},qi.propDecorators={selected:[{type:e.Input}],value:[{type:e.Input}],selectable:[{type:e.Input}],removable:[{type:e.Input}],selectionChange:[{type:e.Output}],destroyed:[{type:e.Output}],destroy:[{type:e.Output}],removed:[{type:e.Output}],onRemove:[{type:e.Output,args:["remove"]}]};var Ki=function(){function t(t){this._parentChip=t}return t.prototype._handleClick=function(){this._parentChip.removable&&this._parentChip.remove()},t}();Ki.decorators=[{type:e.Directive,args:[{selector:"[mdChipRemove], [matChipRemove]",host:{class:"mat-chip-remove","(click)":"_handleClick($event)"}}]}],Ki.ctorParameters=function(){return[{type:qi}]};var Xi=0,$i=function(){function t(t,e){this.source=t,this.value=e}return t}(),Zi=function(){function t(t,i,n,a,r,s,l){this._renderer=t,this._elementRef=i,this._changeDetectorRef=n,this._dir=a,this._parentForm=r,this._parentFormGroup=s,this.ngControl=l,this.stateChanges=new o.Subject,this._lastDestroyedIndex=null,this._chipSet=new WeakMap,this._tabOutSubscription=x.Subscription.EMPTY,this._selectable=!0,this._multiple=!1,this._uid="md-chip-list-"+Xi++,this._required=!1,this._disabled=!1,this._tabIndex=0,this._userTabIndex=null,this._onTouched=function(){},this._onChange=function(){},this._compareWith=function(t,e){return t===e},this.ariaOrientation="horizontal",this.change=new e.EventEmitter,this.valueChange=new e.EventEmitter,this.ngControl&&(this.ngControl.valueAccessor=this)}return Object.defineProperty(t.prototype,"selected",{get:function(){return this.multiple?this._selectionModel.selected:this._selectionModel.selected[0]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"multiple",{get:function(){return this._multiple},set:function(t){this._multiple=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"compareWith",{get:function(){return this._compareWith},set:function(t){this._compareWith=t,this._selectionModel&&this._initializeSelection()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return this._value},set:function(t){this.writeValue(t),this._value=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"id",{get:function(){return this._id||this._uid},set:function(t){this._id=t,this.stateChanges.next()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return this._required},set:function(t){this._required=r.coerceBooleanProperty(t),this.stateChanges.next()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"placeholder",{get:function(){return this._chipInput?this._chipInput.placeholder:this._placeholder},set:function(t){this._placeholder=t,this.stateChanges.next()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"focused",{get:function(){return this.chips.some(function(t){return t._hasFocus})||this._chipInput&&this._chipInput.focused},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"empty",{get:function(){return(!this._chipInput||this._chipInput.empty)&&0===this.chips.length},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this.ngControl?this.ngControl.disabled:this._disabled},set:function(t){this._disabled=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"errorState",{get:function(){var t=this.ngControl&&this.ngControl.invalid,e=this.ngControl&&this.ngControl.touched,i=this._parentFormGroup&&this._parentFormGroup.submitted||this._parentForm&&this._parentForm.submitted;return!(!t||!e&&!i)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectable",{get:function(){return this._selectable},set:function(t){this._selectable=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"tabIndex",{set:function(t){this._userTabIndex=t,this._tabIndex=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"chipSelectionChanges",{get:function(){return b.merge.apply(void 0,this.chips.map(function(t){return t.selectionChange}))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"chipFocusChanges",{get:function(){return b.merge.apply(void 0,this.chips.map(function(t){return t._onFocus}))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"chipBlurChanges",{get:function(){return b.merge.apply(void 0,this.chips.map(function(t){return t._onBlur}))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"chipRemoveChanges",{get:function(){return b.merge.apply(void 0,this.chips.map(function(t){return t.destroy}))},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){var t=this;this._keyManager=new i.FocusKeyManager(this.chips).withWrap(),this._tabOutSubscription=this._keyManager.tabOut.subscribe(function(){t._tabIndex=-1,setTimeout(function(){return t._tabIndex=t._userTabIndex||0})}),this._changeSubscription=m.startWith.call(this.chips.changes,null).subscribe(function(){t._resetChips(),t._initializeSelection(),t._updateTabIndex(),t._updateFocusForDestroyedChips()})},t.prototype.ngOnInit=function(){this._selectionModel=new v.SelectionModel(this.multiple,void 0,!1),this.stateChanges.next()},t.prototype.ngOnDestroy=function(){this._tabOutSubscription.unsubscribe(),this._changeSubscription&&this._changeSubscription.unsubscribe(),this._dropSubscriptions()},t.prototype.registerInput=function(t){this._chipInput=t},t.prototype.setDescribedByIds=function(t){this._ariaDescribedby=t.join(" ")},t.prototype.writeValue=function(t){this.chips&&this._setSelectionByValue(t,!1)},t.prototype.registerOnChange=function(t){this._onChange=t},t.prototype.registerOnTouched=function(t){this._onTouched=t},t.prototype.setDisabledState=function(t){this.disabled=t,this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t),this.stateChanges.next()},t.prototype.focus=function(){this._chipInput&&this._chipInput.focused||(this.chips.length>0?(this._keyManager.setFirstItemActive(),this.stateChanges.next()):(this._focusInput(),this.stateChanges.next()))},t.prototype._focusInput=function(){this._chipInput&&this._chipInput.focus()},t.prototype._keydown=function(t){var e=t.keyCode,i=t.target,n=this._isInputEmpty(i),a=this._dir&&"rtl"==this._dir.value,r=e===(a?s.RIGHT_ARROW:s.LEFT_ARROW),o=e===(a?s.LEFT_ARROW:s.RIGHT_ARROW),l=e===s.BACKSPACE||e==s.DELETE||e==s.UP_ARROW||r;if(n&&l)return this._keyManager.setLastItemActive(),void t.preventDefault();i&&i.classList.contains("mat-chip")&&(r?(this._keyManager.setPreviousItemActive(),t.preventDefault()):o?(this._keyManager.setNextItemActive(),t.preventDefault()):this._keyManager.onKeydown(t)),this.stateChanges.next()},t.prototype._updateTabIndex=function(){this._tabIndex=this._userTabIndex||(0===this.chips.length?-1:0)},t.prototype._updateKeyManager=function(t){var e=this.chips.toArray().indexOf(t);this._isValidIndex(e)&&(t._hasFocus&&(e<this.chips.length-1?this._keyManager.setActiveItem(e):e-1>=0&&this._keyManager.setActiveItem(e-1)),this._keyManager.activeItemIndex===e&&(this._lastDestroyedIndex=e))},t.prototype._updateFocusForDestroyedChips=function(){var t=this.chips;if(null!=this._lastDestroyedIndex&&t.length>0){var e=Math.min(this._lastDestroyedIndex,t.length-1);this._keyManager.setActiveItem(e);var i=this._keyManager.activeItem;i&&i.focus()}else 0===t.length&&this._focusInput();this._lastDestroyedIndex=null},t.prototype._isValidIndex=function(t){return t>=0&&t<this.chips.length},t.prototype._isInputEmpty=function(t){if(t&&"input"===t.nodeName.toLowerCase()){return!t.value}return!1},t.prototype._setSelectionByValue=function(t,e){var i=this;if(void 0===e&&(e=!0),this._clearSelection(),this.chips.forEach(function(t){return t.deselect()}),Array.isArray(t))t.forEach(function(t){return i._selectValue(t,e)}),this._sortValues();else{var n=this._selectValue(t,e);n&&this._keyManager.setActiveItem(this.chips.toArray().indexOf(n))}},t.prototype._selectValue=function(t,e){var i=this;void 0===e&&(e=!0);var n=this.chips.find(function(e){return null!=e.value&&i._compareWith(e.value,t)});return n&&(e?n.selectViaInteraction():n.select(),this._selectionModel.select(n)),n},t.prototype._initializeSelection=function(){var t=this;Promise.resolve().then(function(){t._setSelectionByValue(t.ngControl?t.ngControl.value:t._value,!1),t.stateChanges.next()})},t.prototype._clearSelection=function(t){this._selectionModel.clear(),this.chips.forEach(function(e){e!==t&&e.deselect()}),this.stateChanges.next()},t.prototype._sortValues=function(){var t=this;this._multiple&&(this._selectionModel.clear(),this.chips.forEach(function(e){e.selected&&t._selectionModel.select(e)}),this.stateChanges.next())},t.prototype._propagateChanges=function(t){var e=null;e=Array.isArray(this.selected)?this.selected.map(function(t){return t.value}):this.selected?this.selected.value:t,this._value=e,this.change.emit(new $i(this,e)),this.valueChange.emit(e),this._onChange(e),this._changeDetectorRef.markForCheck()},t.prototype._blur=function(){var t=this;this.disabled||(this._chipInput?setTimeout(function(){t.focused||t._markAsTouched()}):this._markAsTouched())},t.prototype._markAsTouched=function(){this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next()},t.prototype._resetChips=function(){this._dropSubscriptions(),this._listenToChipsFocus(),this._listenToChipsSelection(),this._listenToChipsRemoved()},t.prototype._dropSubscriptions=function(){this._chipFocusSubscription&&(this._chipFocusSubscription.unsubscribe(),this._chipFocusSubscription=null),this._chipBlurSubscription&&(this._chipBlurSubscription.unsubscribe(),this._chipBlurSubscription=null),this._chipSelectionSubscription&&(this._chipSelectionSubscription.unsubscribe(),this._chipSelectionSubscription=null)},t.prototype._listenToChipsSelection=function(){var t=this;this._chipSelectionSubscription=this.chipSelectionChanges.subscribe(function(e){e.source.selected?t._selectionModel.select(e.source):t._selectionModel.deselect(e.source),t.multiple||t.chips.forEach(function(e){!t._selectionModel.isSelected(e)&&e.selected&&e.deselect()}),e.isUserInput&&t._propagateChanges()})},t.prototype._listenToChipsFocus=function(){var t=this;this._chipFocusSubscription=this.chipFocusChanges.subscribe(function(e){var i=t.chips.toArray().indexOf(e.chip);t._isValidIndex(i)&&t._keyManager.updateActiveItemIndex(i),t.stateChanges.next()}),this._chipBlurSubscription=this.chipBlurChanges.subscribe(function(e){t._blur(),t.stateChanges.next()})},t.prototype._listenToChipsRemoved=function(){var t=this;this._chipRemoveSubscription=this.chipRemoveChanges.subscribe(function(e){t._updateKeyManager(e.chip)})},t}();Zi.decorators=[{type:e.Component,args:[{selector:"md-chip-list, mat-chip-list",template:'<div class="mat-chip-list-wrapper"><ng-content></ng-content></div>',exportAs:"mdChipList, matChipList",host:{"[attr.tabindex]":"_tabIndex","[attr.aria-describedby]":"_ariaDescribedby || null","[attr.aria-required]":"required.toString()","[attr.aria-disabled]":"disabled.toString()","[attr.aria-invalid]":"errorState","[attr.aria-multiselectable]":"multiple","[class.mat-chip-list-disabled]":"disabled","[class.mat-chip-list-invalid]":"errorState","[class.mat-chip-list-required]":"required",role:"listbox","[attr.aria-orientation]":"ariaOrientation",class:"mat-chip-list","(focus)":"focus()","(blur)":"_blur()","(keydown)":"_keydown($event)"},providers:[{provide:Ae,useExisting:Zi}],styles:[".mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline}.mat-chip:not(.mat-basic-chip){transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);display:inline-flex;padding:7px 12px;border-radius:24px;align-items:center;cursor:default}.mat-chip:not(.mat-basic-chip)+.mat-chip:not(.mat-basic-chip){margin:0 0 3px 8px}[dir=rtl] .mat-chip:not(.mat-basic-chip)+.mat-chip:not(.mat-basic-chip){margin:0 8px 3px 0}.mat-form-field-prefix .mat-chip:not(.mat-basic-chip):last-child{margin-right:8px}[dir=rtl] .mat-form-field-prefix .mat-chip:not(.mat-basic-chip):last-child{margin-left:8px}.mat-chip:not(.mat-basic-chip) .mat-chip-remove.mat-icon{width:1em;height:1em}.mat-chip:not(.mat-basic-chip):focus{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);outline:0}@media screen and (-ms-high-contrast:active){.mat-chip:not(.mat-basic-chip){outline:solid 1px}}.mat-chip-list-stacked .mat-chip-list-wrapper{display:block}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-chip:not(.mat-basic-chip){display:block;margin:0;margin-bottom:8px}[dir=rtl] .mat-chip-list-stacked .mat-chip-list-wrapper .mat-chip:not(.mat-basic-chip){margin:0;margin-bottom:8px}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-chip:not(.mat-basic-chip):last-child,[dir=rtl] .mat-chip-list-stacked .mat-chip-list-wrapper .mat-chip:not(.mat-basic-chip):last-child{margin-bottom:0}.mat-form-field-prefix .mat-chip-list-wrapper{margin-bottom:8px}.mat-chip-remove{margin-right:-4px;margin-left:6px;cursor:pointer}[dir=rtl] .mat-chip-remove{margin-right:6px;margin-left:-4px}input.mat-chip-input{width:150px;margin:3px}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],Zi.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:e.ChangeDetectorRef},{type:n.Directionality,decorators:[{type:e.Optional}]},{type:h.NgForm,decorators:[{type:e.Optional}]},{type:h.FormGroupDirective,decorators:[{type:e.Optional}]},{type:h.NgControl,decorators:[{type:e.Optional},{type:e.Self}]}]},Zi.propDecorators={multiple:[{type:e.Input}],compareWith:[{type:e.Input}],value:[{type:e.Input}],id:[{type:e.Input}],required:[{type:e.Input}],placeholder:[{type:e.Input}],disabled:[{type:e.Input}],ariaOrientation:[{type:e.Input,args:["aria-orientation"]}],selectable:[{type:e.Input}],tabIndex:[{type:e.Input}],change:[{type:e.Output}],valueChange:[{type:e.Output}],chips:[{type:e.ContentChildren,args:[qi]}]};var Ji=function(){function t(t){this._elementRef=t,this.focused=!1,this._addOnBlur=!1,this.separatorKeyCodes=[s.ENTER],this.chipEnd=new e.EventEmitter,this._matChipInputTokenEnd=this.chipEnd,this.placeholder="",this._inputElement=this._elementRef.nativeElement}return Object.defineProperty(t.prototype,"chipList",{set:function(t){t&&(this._chipList=t,this._chipList.registerInput(this))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"addOnBlur",{get:function(){return this._addOnBlur},set:function(t){this._addOnBlur=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"matChipList",{set:function(t){this.chipList=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"matAddOnBlur",{get:function(){return this._addOnBlur},set:function(t){this.addOnBlur=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"matSeparatorKeyCodes",{get:function(){return this.separatorKeyCodes},set:function(t){this.separatorKeyCodes=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"empty",{get:function(){var t=this._inputElement.value;return null==t||""===t},enumerable:!0,configurable:!0}),t.prototype._keydown=function(t){this._emitChipEnd(t)},t.prototype._blur=function(){this.addOnBlur&&this._emitChipEnd(),this.focused=!1,this._chipList.focused||this._chipList._blur(),this._chipList.stateChanges.next()},t.prototype._focus=function(){this.focused=!0,this._chipList.stateChanges.next()},t.prototype._emitChipEnd=function(t){!this._inputElement.value&&t&&this._chipList._keydown(t),(!t||this.separatorKeyCodes.indexOf(t.keyCode)>-1)&&(this.chipEnd.emit({input:this._inputElement,value:this._inputElement.value}),t&&t.preventDefault())},t.prototype.focus=function(){this._inputElement.focus()},t}();Ji.decorators=[{type:e.Directive,args:[{selector:"input[mdChipInputFor], input[matChipInputFor]",host:{class:"mat-chip-input mat-input-element","(keydown)":"_keydown($event)","(blur)":"_blur()","(focus)":"_focus()"}}]}],Ji.ctorParameters=function(){return[{type:e.ElementRef}]},Ji.propDecorators={chipList:[{type:e.Input,args:["mdChipInputFor"]}],addOnBlur:[{type:e.Input,args:["mdChipInputAddOnBlur"]}],separatorKeyCodes:[{type:e.Input,args:["mdChipInputSeparatorKeyCodes"]}],chipEnd:[{type:e.Output,args:["mdChipInputTokenEnd"]}],_matChipInputTokenEnd:[{type:e.Output,args:["matChipInputTokenEnd"]}],matChipList:[{type:e.Input,args:["matChipInputFor"]}],matAddOnBlur:[{type:e.Input,args:["matChipInputAddOnBlur"]}],matSeparatorKeyCodes:[{type:e.Input,args:["matChipInputSeparatorKeyCodes"]}],placeholder:[{type:e.Input}]};var Qi=function(){function t(){}return t}();Qi.decorators=[{type:e.NgModule,args:[{imports:[],exports:[Zi,qi,Ji,Ki,Ki,Ui],declarations:[Zi,qi,Ji,Ki,Ki,Ui]}]}],Qi.ctorParameters=function(){return[]};var tn=function(){function t(){this.role="dialog",this.panelClass="",this.hasBackdrop=!0,this.backdropClass="",this.disableClose=!1,this.width="",this.height="",this.data=null,this.direction="ltr",this.ariaDescribedBy=null}return t}(),en=function(t){function i(i,n,a,r){var o=t.call(this)||this;return o._elementRef=i,o._focusTrapFactory=n,o._changeDetectorRef=a,o._document=r,o._elementFocusedBeforeDialogWasOpened=null,o._state="enter",o._animationStateChanged=new e.EventEmitter,o._ariaLabelledBy=null,o._isAnimating=!1,o}return P(i,t),i.prototype.attachComponentPortal=function(t){return this._portalHost.hasAttached()&&X(),this._savePreviouslyFocusedElement(),this._portalHost.attachComponentPortal(t)},i.prototype.attachTemplatePortal=function(t){return this._portalHost.hasAttached()&&X(),this._savePreviouslyFocusedElement(),this._portalHost.attachTemplatePortal(t)},i.prototype._trapFocus=function(){var t=this;this._focusTrap||(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement)),this._focusTrap.focusInitialElementWhenReady().then(function(e){e||t._elementRef.nativeElement.focus()})},i.prototype._restoreFocus=function(){var t=this._elementFocusedBeforeDialogWasOpened;t&&"function"==typeof t.focus&&t.focus(),this._focusTrap&&this._focusTrap.destroy()},i.prototype._savePreviouslyFocusedElement=function(){this._document&&(this._elementFocusedBeforeDialogWasOpened=this._document.activeElement)},i.prototype._onAnimationDone=function(t){"enter"===t.toState?this._trapFocus():"exit"===t.toState&&this._restoreFocus(),this._animationStateChanged.emit(t),this._isAnimating=!1},i.prototype._onAnimationStart=function(t){this._isAnimating=!0,this._animationStateChanged.emit(t)},i.prototype._startExitAnimation=function(){this._state="exit",this._changeDetectorRef.markForCheck()},i}(u.BasePortalHost);en.decorators=[{type:e.Component,args:[{selector:"md-dialog-container, mat-dialog-container",template:"<ng-template cdkPortalHost></ng-template>",styles:[".mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);display:block;padding:24px;border-radius:2px;box-sizing:border-box;overflow:auto;max-width:80vw;outline:0;width:100%;height:100%}@media screen and (-ms-high-contrast:active){.mat-dialog-container{outline:solid 1px}}.mat-dialog-content{display:block;margin:0 -24px;padding:0 24px;max-height:65vh;overflow:auto;-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mat-dialog-title{margin:0 0 20px;display:block}.mat-dialog-actions{padding:12px 0;display:flex;flex-wrap:wrap}.mat-dialog-actions:last-child{margin-bottom:-24px}.mat-dialog-actions[align=end]{justify-content:flex-end}.mat-dialog-actions[align=center]{justify-content:center}.mat-dialog-actions .mat-button+.mat-button,.mat-dialog-actions .mat-button+.mat-raised-button,.mat-dialog-actions .mat-raised-button+.mat-button,.mat-dialog-actions .mat-raised-button+.mat-raised-button{margin-left:8px}[dir=rtl] .mat-dialog-actions .mat-button+.mat-button,[dir=rtl] .mat-dialog-actions .mat-button+.mat-raised-button,[dir=rtl] .mat-dialog-actions .mat-raised-button+.mat-button,[dir=rtl] .mat-dialog-actions .mat-raised-button+.mat-raised-button{margin-left:0;margin-right:8px}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,animations:[g.trigger("slideDialog",[g.state("enter",g.style({transform:"none",opacity:1})),g.state("void",g.style({transform:"translate3d(0, 25%, 0) scale(0.9)",opacity:0})),g.state("exit",g.style({transform:"translate3d(0, 25%, 0)",opacity:0})),g.transition("* => *",g.animate("400ms cubic-bezier(0.25, 0.8, 0.25, 1)"))])],host:{class:"mat-dialog-container",tabindex:"-1","[attr.role]":"_config?.role","[attr.aria-labelledby]":"_ariaLabelledBy","[attr.aria-describedby]":"_config?.ariaDescribedBy || null","[@slideDialog]":"_state","(@slideDialog.start)":"_onAnimationStart($event)","(@slideDialog.done)":"_onAnimationDone($event)"}}]}],en.ctorParameters=function(){return[{type:e.ElementRef},{type:i.FocusTrapFactory},{type:e.ChangeDetectorRef},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,
|
|
12
|
+
args:[a.DOCUMENT]}]}]},en.propDecorators={_portalHost:[{type:e.ViewChild,args:[u.PortalHostDirective]}]};var nn=0,an=function(){function t(t,e,i){void 0===i&&(i="md-dialog-"+nn++);var n=this;this._overlayRef=t,this._containerInstance=e,this.id=i,this.disableClose=this._containerInstance._config.disableClose,this._afterOpen=new o.Subject,this._afterClosed=new o.Subject,this._beforeClose=new o.Subject,m.RxChain.from(e._animationStateChanged).call(m.filter,function(t){return"done"===t.phaseName&&"enter"===t.toState}).call(m.first).subscribe(function(){n._afterOpen.next(),n._afterOpen.complete()}),m.RxChain.from(e._animationStateChanged).call(m.filter,function(t){return"done"===t.phaseName&&"exit"===t.toState}).call(m.first).subscribe(function(){n._overlayRef.dispose(),n._afterClosed.next(n._result),n._afterClosed.complete(),n.componentInstance=null})}return t.prototype.close=function(t){var e=this;this._result=t,m.RxChain.from(this._containerInstance._animationStateChanged).call(m.filter,function(t){return"start"===t.phaseName}).call(m.first).subscribe(function(){e._beforeClose.next(t),e._beforeClose.complete(),e._overlayRef.detachBackdrop()}),this._containerInstance._startExitAnimation()},t.prototype.afterOpen=function(){return this._afterOpen.asObservable()},t.prototype.afterClosed=function(){return this._afterClosed.asObservable()},t.prototype.beforeClose=function(){return this._beforeClose.asObservable()},t.prototype.backdropClick=function(){return this._overlayRef.backdropClick()},t.prototype.updatePosition=function(t){var e=this._getPositionStrategy();return t&&(t.left||t.right)?t.left?e.left(t.left):e.right(t.right):e.centerHorizontally(),t&&(t.top||t.bottom)?t.top?e.top(t.top):e.bottom(t.bottom):e.centerVertically(),this._overlayRef.updatePosition(),this},t.prototype.updateSize=function(t,e){return void 0===t&&(t="auto"),void 0===e&&(e="auto"),this._getPositionStrategy().width(t).height(e),this._overlayRef.updatePosition(),this},t.prototype._isAnimating=function(){return this._containerInstance._isAnimating},t.prototype._getPositionStrategy=function(){return this._overlayRef.getState().positionStrategy},t}(),rn=new e.InjectionToken("MdDialogData"),on=new e.InjectionToken("md-dialog-scroll-strategy"),sn={provide:on,deps:[d.Overlay],useFactory:$},ln=function(){function t(t,e,i,n,a){var r=this;this._overlay=t,this._injector=e,this._scrollStrategy=n,this._parentDialog=a,this._openDialogsAtThisLevel=[],this._afterAllClosedAtThisLevel=new o.Subject,this._afterOpenAtThisLevel=new o.Subject,this._boundKeydown=this._handleKeydown.bind(this),this.afterAllClosed=C.defer(function(){return r.openDialogs.length?r._afterAllClosed:m.startWith.call(r._afterAllClosed,void 0)}),!a&&i&&i.subscribe(function(){return r.closeAll()})}return Object.defineProperty(t.prototype,"openDialogs",{get:function(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"afterOpen",{get:function(){return this._parentDialog?this._parentDialog.afterOpen:this._afterOpenAtThisLevel},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_afterAllClosed",{get:function(){var t=this._parentDialog;return t?t._afterAllClosed:this._afterAllClosedAtThisLevel},enumerable:!0,configurable:!0}),t.prototype.open=function(t,e){var i=this,n=this.openDialogs.find(function(t){return t._isAnimating()});if(n)return n;if(e=Z(e),e.id&&this.getDialogById(e.id))throw Error('Dialog with id "'+e.id+'" exists already. The dialog id must be unique.');var a=this._createOverlay(e),r=this._attachDialogContainer(a,e),o=this._attachDialogContent(t,r,a,e);return this.openDialogs.length||document.addEventListener("keydown",this._boundKeydown),this.openDialogs.push(o),o.afterClosed().subscribe(function(){return i._removeOpenDialog(o)}),this.afterOpen.next(o),o},t.prototype.closeAll=function(){for(var t=this.openDialogs.length;t--;)this.openDialogs[t].close()},t.prototype.getDialogById=function(t){return this.openDialogs.find(function(e){return e.id===t})},t.prototype._createOverlay=function(t){var e=this._getOverlayState(t);return this._overlay.create(e)},t.prototype._getOverlayState=function(t){var e=new d.OverlayConfig({positionStrategy:this._overlay.position().global(),scrollStrategy:this._scrollStrategy(),panelClass:t.panelClass,hasBackdrop:t.hasBackdrop,direction:t.direction});return t.backdropClass&&(e.backdropClass=t.backdropClass),e},t.prototype._attachDialogContainer=function(t,e){var i=new u.ComponentPortal(en,e.viewContainerRef),n=t.attach(i);return n.instance._config=e,n.instance},t.prototype._attachDialogContent=function(t,i,n,a){var r=new an(n,i,a.id);if(a.hasBackdrop&&n.backdropClick().subscribe(function(){r.disableClose||r.close()}),t instanceof e.TemplateRef)i.attachTemplatePortal(new u.TemplatePortal(t,null,{$implicit:a.data,dialogRef:r}));else{var o=this._createInjector(a,r,i),s=i.attachComponentPortal(new u.ComponentPortal(t,void 0,o));r.componentInstance=s.instance}return r.updateSize(a.width,a.height).updatePosition(a.position),r},t.prototype._createInjector=function(t,e,i){var n=t&&t.viewContainerRef&&t.viewContainerRef.injector,a=new WeakMap;return a.set(an,e),a.set(en,i),a.set(rn,t.data),new Pe(n||this._injector,a)},t.prototype._removeOpenDialog=function(t){var e=this.openDialogs.indexOf(t);e>-1&&(this.openDialogs.splice(e,1),this.openDialogs.length||(this._afterAllClosed.next(),document.removeEventListener("keydown",this._boundKeydown)))},t.prototype._handleKeydown=function(t){var e=this.openDialogs[this.openDialogs.length-1],i=!!e&&!e.disableClose;t.keyCode===s.ESCAPE&&i&&e.close()},t}();ln.decorators=[{type:e.Injectable}],ln.ctorParameters=function(){return[{type:d.Overlay},{type:e.Injector},{type:l.Location,decorators:[{type:e.Optional}]},{type:void 0,decorators:[{type:e.Inject,args:[on]}]},{type:ln,decorators:[{type:e.Optional},{type:e.SkipSelf}]}]};var cn=0,pn=function(){function t(t){this.dialogRef=t,this.ariaLabel="Close dialog"}return t.prototype.ngOnChanges=function(t){var e=t._matDialogClose||t._mdDialogClose||t._matDialogCloseResult;e&&(this.dialogResult=e.currentValue)},t}();pn.decorators=[{type:e.Directive,args:[{selector:"button[md-dialog-close], button[mat-dialog-close],\n button[mdDialogClose], button[matDialogClose]",host:{"(click)":"dialogRef.close(dialogResult)","[attr.aria-label]":"ariaLabel",type:"button"}}]}],pn.ctorParameters=function(){return[{type:an}]},pn.propDecorators={ariaLabel:[{type:e.Input,args:["aria-label"]}],dialogResult:[{type:e.Input,args:["md-dialog-close"]}],_matDialogClose:[{type:e.Input,args:["matDialogClose"]}],_mdDialogClose:[{type:e.Input,args:["mdDialogClose"]}],_matDialogCloseResult:[{type:e.Input,args:["mat-dialog-close"]}]};var dn=function(){function t(t){this._container=t,this.id="md-dialog-title-"+cn++}return t.prototype.ngOnInit=function(){var t=this;this._container&&!this._container._ariaLabelledBy&&Promise.resolve().then(function(){return t._container._ariaLabelledBy=t.id})},t}();dn.decorators=[{type:e.Directive,args:[{selector:"[md-dialog-title], [mat-dialog-title], [mdDialogTitle], [matDialogTitle]",host:{class:"mat-dialog-title","[id]":"id"}}]}],dn.ctorParameters=function(){return[{type:en,decorators:[{type:e.Optional}]}]},dn.propDecorators={id:[{type:e.Input}]};var un=function(){function t(){}return t}();un.decorators=[{type:e.Directive,args:[{selector:"[md-dialog-content], md-dialog-content, [mat-dialog-content], mat-dialog-content,\n [mdDialogContent], [matDialogContent]",host:{class:"mat-dialog-content"}}]}],un.ctorParameters=function(){return[]};var mn=function(){function t(){}return t}();mn.decorators=[{type:e.Directive,args:[{selector:"[md-dialog-actions], md-dialog-actions, [mat-dialog-actions], mat-dialog-actions,\n [mdDialogActions], [matDialogActions]",host:{class:"mat-dialog-actions"}}]}],mn.ctorParameters=function(){return[]};var hn=function(){function t(){}return t}();hn.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,d.OverlayModule,u.PortalModule,i.A11yModule,Ut],exports:[en,pn,dn,un,mn,Ut],declarations:[en,pn,dn,mn,un],providers:[ln,sn],entryComponents:[en]}]}],hn.ctorParameters=function(){return[]};var gn=function(){function t(t){this.url=t,this.svgElement=null}return t}(),fn=function(){function t(t,e){this._http=t,this._sanitizer=e,this._svgIconConfigs=new Map,this._iconSetConfigs=new Map,this._cachedIconsByUrl=new Map,this._inProgressUrlFetches=new Map,this._fontCssClassesByAlias=new Map,this._defaultFontSetClass="material-icons"}return t.prototype.addSvgIcon=function(t,e){return this.addSvgIconInNamespace("",t,e)},t.prototype.addSvgIconInNamespace=function(t,e,i){var n=nt(t,e);return this._svgIconConfigs.set(n,new gn(i)),this},t.prototype.addSvgIconSet=function(t){return this.addSvgIconSetInNamespace("",t)},t.prototype.addSvgIconSetInNamespace=function(t,e){var i=new gn(e),n=this._iconSetConfigs.get(t);return n?n.push(i):this._iconSetConfigs.set(t,[i]),this},t.prototype.registerFontClassAlias=function(t,e){return void 0===e&&(e=t),this._fontCssClassesByAlias.set(t,e),this},t.prototype.classNameForFontAlias=function(t){return this._fontCssClassesByAlias.get(t)||t},t.prototype.setDefaultFontSetClass=function(t){return this._defaultFontSetClass=t,this},t.prototype.getDefaultFontSetClass=function(){return this._defaultFontSetClass},t.prototype.getSvgIconFromUrl=function(t){var i=this,n=this._sanitizer.sanitize(e.SecurityContext.RESOURCE_URL,t);if(!n)throw tt(t);var a=this._cachedIconsByUrl.get(n);return a?_.of(it(a)):m.RxChain.from(this._loadSvgIconFromConfig(new gn(n))).call(m.doOperator,function(t){return i._cachedIconsByUrl.set(n,t)}).call(m.map,function(t){return it(t)}).result()},t.prototype.getNamedSvgIcon=function(t,e){void 0===e&&(e="");var i=nt(e,t),n=this._svgIconConfigs.get(i);if(n)return this._getSvgFromConfig(n);var a=this._iconSetConfigs.get(e);return a?this._getSvgFromIconSetConfigs(t,a):M._throw(J(i))},t.prototype._getSvgFromConfig=function(t){return t.svgElement?_.of(it(t.svgElement)):m.RxChain.from(this._loadSvgIconFromConfig(t)).call(m.doOperator,function(e){return t.svgElement=e}).call(m.map,function(t){return it(t)}).result()},t.prototype._getSvgFromIconSetConfigs=function(t,i){var n=this,a=this._extractIconWithNameFromAnySet(t,i);if(a)return _.of(a);var r=i.filter(function(t){return!t.svgElement}).map(function(t){return m.RxChain.from(n._loadSvgIconSetFromConfig(t)).call(m.catchOperator,function(i){var a=n._sanitizer.sanitize(e.SecurityContext.RESOURCE_URL,t.url);return console.log("Loading icon set URL: "+a+" failed: "+i),_.of(null)}).call(m.doOperator,function(e){e&&(t.svgElement=e)}).result()});return m.map.call(D.forkJoin.call(w.Observable,r),function(){var e=n._extractIconWithNameFromAnySet(t,i);if(!e)throw J(t);return e})},t.prototype._extractIconWithNameFromAnySet=function(t,e){for(var i=e.length-1;i>=0;i--){var n=e[i];if(n.svgElement){var a=this._extractSvgIconFromSet(n.svgElement,t);if(a)return a}}return null},t.prototype._loadSvgIconFromConfig=function(t){var e=this;return m.map.call(this._fetchUrl(t.url),function(t){return e._createSvgElementForSingleIcon(t)})},t.prototype._loadSvgIconSetFromConfig=function(t){var e=this;return m.map.call(this._fetchUrl(t.url),function(t){return e._svgElementFromString(t)})},t.prototype._createSvgElementForSingleIcon=function(t){var e=this._svgElementFromString(t);return this._setSvgAttributes(e),e},t.prototype._extractSvgIconFromSet=function(t,e){var i=t.querySelector("#"+e);if(!i)return null;if("svg"===i.tagName.toLowerCase())return this._setSvgAttributes(i.cloneNode(!0));if("symbol"===i.nodeName.toLowerCase())return this._setSvgAttributes(this._toSvgElement(i));var n=this._svgElementFromString("<svg></svg>");return n.appendChild(i.cloneNode(!0)),this._setSvgAttributes(n)},t.prototype._svgElementFromString=function(t){var e=document.createElement("DIV");e.innerHTML=t;var i=e.querySelector("svg");if(!i)throw Error("<svg> tag not found");return i},t.prototype._toSvgElement=function(t){for(var e=this._svgElementFromString("<svg></svg>"),i=0;i<t.childNodes.length;i++)t.childNodes[i].nodeType===Node.ELEMENT_NODE&&e.appendChild(t.childNodes[i].cloneNode(!0));return e},t.prototype._setSvgAttributes=function(t){return t.getAttribute("xmlns")||t.setAttribute("xmlns","http://www.w3.org/2000/svg"),t.setAttribute("fit",""),t.setAttribute("height","100%"),t.setAttribute("width","100%"),t.setAttribute("preserveAspectRatio","xMidYMid meet"),t.setAttribute("focusable","false"),t},t.prototype._fetchUrl=function(t){var i=this;if(!this._http)throw Q();var n=this._sanitizer.sanitize(e.SecurityContext.RESOURCE_URL,t);if(!n)throw tt(t);var a=this._inProgressUrlFetches.get(n);if(a)return a;var r=m.RxChain.from(this._http.get(n)).call(m.map,function(t){return t.text()}).call(m.finallyOperator,function(){return i._inProgressUrlFetches.delete(n)}).call(m.share).result();return this._inProgressUrlFetches.set(n,r),r},t}();fn.decorators=[{type:e.Injectable}],fn.ctorParameters=function(){return[{type:k.Http,decorators:[{type:e.Optional}]},{type:a.DomSanitizer}]};var bn={provide:fn,deps:[[new e.Optional,new e.SkipSelf,fn],[new e.Optional,k.Http],a.DomSanitizer],useFactory:et},_n=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),yn=T(_n),vn=function(t){function e(e,i,n,a){var r=t.call(this,e,i)||this;return r._mdIconRegistry=n,a||e.setAttribute(i.nativeElement,"aria-hidden","true"),r}return P(e,t),e.prototype._splitIconName=function(t){if(!t)return["",""];var e=t.split(":");switch(e.length){case 1:return["",e[0]];case 2:return e;default:throw Error('Invalid icon name: "'+t+'"')}},e.prototype.ngOnChanges=function(t){var e=this;if(t.svgIcon)if(this.svgIcon){var i=this._splitIconName(this.svgIcon),n=i[0],a=i[1];m.first.call(this._mdIconRegistry.getNamedSvgIcon(a,n)).subscribe(function(t){return e._setSvgElement(t)},function(t){return console.log("Error retrieving icon: "+t.message)})}else this._clearSvgElement();this._usingFontIcon()&&this._updateFontIconClasses()},e.prototype.ngOnInit=function(){this._usingFontIcon()&&this._updateFontIconClasses()},e.prototype._usingFontIcon=function(){return!this.svgIcon},e.prototype._setSvgElement=function(t){this._clearSvgElement(),this._renderer.appendChild(this._elementRef.nativeElement,t)},e.prototype._clearSvgElement=function(){for(var t=this._elementRef.nativeElement,e=t.childNodes.length,i=0;i<e;i++)this._renderer.removeChild(t,t.childNodes[i])},e.prototype._updateFontIconClasses=function(){if(this._usingFontIcon()){var t=this._elementRef.nativeElement,e=this.fontSet?this._mdIconRegistry.classNameForFontAlias(this.fontSet):this._mdIconRegistry.getDefaultFontSetClass();e!=this._previousFontSetClass&&(this._previousFontSetClass&&this._renderer.removeClass(t,this._previousFontSetClass),e&&this._renderer.addClass(t,e),this._previousFontSetClass=e),this.fontIcon!=this._previousFontIconClass&&(this._previousFontIconClass&&this._renderer.removeClass(t,this._previousFontIconClass),this.fontIcon&&this._renderer.addClass(t,this.fontIcon),this._previousFontIconClass=this.fontIcon)}},e}(yn);vn.decorators=[{type:e.Component,args:[{template:"<ng-content></ng-content>",selector:"md-icon, mat-icon",styles:[".mat-icon{background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px}"],inputs:["color"],host:{role:"img",class:"mat-icon"},encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],vn.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:fn},{type:void 0,decorators:[{type:e.Attribute,args:["aria-hidden"]}]}]},vn.propDecorators={svgIcon:[{type:e.Input}],fontSet:[{type:e.Input}],fontIcon:[{type:e.Input}]};var xn=function(){function t(){}return t}();xn.decorators=[{type:e.NgModule,args:[{imports:[Ut],exports:[vn,Ut],declarations:[vn],providers:[bn]}]}],xn.ctorParameters=function(){return[]};var Cn=function(){function t(){this.changes=new o.Subject,this.calendarLabel="Calendar",this.openCalendarLabel="Open calendar",this.prevMonthLabel="Previous month",this.nextMonthLabel="Next month",this.prevYearLabel="Previous year",this.nextYearLabel="Next year",this.switchToMonthViewLabel="Change to month view",this.switchToYearViewLabel="Change to year view"}return t}();Cn.decorators=[{type:e.Injectable}],Cn.ctorParameters=function(){return[]};var kn=function(){function t(t,i,n,a,r,o){var s=this;if(this._elementRef=t,this._intl=i,this._ngZone=n,this._dateAdapter=a,this._dateFormats=r,this.startView="month",this.selectedChange=new e.EventEmitter,this.userSelection=new e.EventEmitter,this._dateFilterForViews=function(t){return!!t&&(!s.dateFilter||s.dateFilter(t))&&(!s.minDate||s._dateAdapter.compareDate(t,s.minDate)>=0)&&(!s.maxDate||s._dateAdapter.compareDate(t,s.maxDate)<=0)},!this._dateAdapter)throw rt("DateAdapter");if(!this._dateFormats)throw rt("MD_DATE_FORMATS");this._intlChanges=i.changes.subscribe(function(){return o.markForCheck()})}return Object.defineProperty(t.prototype,"startAt",{get:function(){return this._startAt},set:function(t){this._startAt=at(this._dateAdapter,t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selected",{get:function(){return this._selected},set:function(t){this._selected=at(this._dateAdapter,t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"minDate",{get:function(){return this._minDate},set:function(t){this._minDate=at(this._dateAdapter,t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"maxDate",{get:function(){return this._maxDate},set:function(t){this._maxDate=at(this._dateAdapter,t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_activeDate",{get:function(){return this._clampedActiveDate},set:function(t){this._clampedActiveDate=this._dateAdapter.clampDate(t,this.minDate,this.maxDate)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_periodButtonText",{get:function(){return this._monthView?this._dateAdapter.format(this._activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase():this._dateAdapter.getYearName(this._activeDate)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_periodButtonLabel",{get:function(){return this._monthView?this._intl.switchToYearViewLabel:this._intl.switchToMonthViewLabel},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_prevButtonLabel",{get:function(){return this._monthView?this._intl.prevMonthLabel:this._intl.prevYearLabel},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_nextButtonLabel",{get:function(){return this._monthView?this._intl.nextMonthLabel:this._intl.nextYearLabel},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){this._activeDate=this.startAt||this._dateAdapter.today(),this._focusActiveCell(),this._monthView="year"!=this.startView},t.prototype.ngOnDestroy=function(){this._intlChanges.unsubscribe()},t.prototype._dateSelected=function(t){this._dateAdapter.sameDate(t,this.selected)||this.selectedChange.emit(t)},t.prototype._userSelected=function(){this.userSelection.emit()},t.prototype._monthSelected=function(t){this._activeDate=t,this._monthView=!0},t.prototype._currentPeriodClicked=function(){this._monthView=!this._monthView},t.prototype._previousClicked=function(){this._activeDate=this._monthView?this._dateAdapter.addCalendarMonths(this._activeDate,-1):this._dateAdapter.addCalendarYears(this._activeDate,-1)},t.prototype._nextClicked=function(){this._activeDate=this._monthView?this._dateAdapter.addCalendarMonths(this._activeDate,1):this._dateAdapter.addCalendarYears(this._activeDate,1)},t.prototype._previousEnabled=function(){return!this.minDate||(!this.minDate||!this._isSameView(this._activeDate,this.minDate))},t.prototype._nextEnabled=function(){return!this.maxDate||!this._isSameView(this._activeDate,this.maxDate)},t.prototype._handleCalendarBodyKeydown=function(t){this._monthView?this._handleCalendarBodyKeydownInMonthView(t):this._handleCalendarBodyKeydownInYearView(t)},t.prototype._focusActiveCell=function(){var t=this;this._ngZone.runOutsideAngular(function(){S.first.call(t._ngZone.onStable.asObservable()).subscribe(function(){t._elementRef.nativeElement.querySelector(".mat-calendar-body-active").focus()})})},t.prototype._isSameView=function(t,e){return this._monthView?this._dateAdapter.getYear(t)==this._dateAdapter.getYear(e)&&this._dateAdapter.getMonth(t)==this._dateAdapter.getMonth(e):this._dateAdapter.getYear(t)==this._dateAdapter.getYear(e)},t.prototype._handleCalendarBodyKeydownInMonthView=function(t){switch(t.keyCode){case s.LEFT_ARROW:this._activeDate=this._dateAdapter.addCalendarDays(this._activeDate,-1);break;case s.RIGHT_ARROW:this._activeDate=this._dateAdapter.addCalendarDays(this._activeDate,1);break;case s.UP_ARROW:this._activeDate=this._dateAdapter.addCalendarDays(this._activeDate,-7);break;case s.DOWN_ARROW:this._activeDate=this._dateAdapter.addCalendarDays(this._activeDate,7);break;case s.HOME:this._activeDate=this._dateAdapter.addCalendarDays(this._activeDate,1-this._dateAdapter.getDate(this._activeDate));break;case s.END:this._activeDate=this._dateAdapter.addCalendarDays(this._activeDate,this._dateAdapter.getNumDaysInMonth(this._activeDate)-this._dateAdapter.getDate(this._activeDate));break;case s.PAGE_UP:this._activeDate=t.altKey?this._dateAdapter.addCalendarYears(this._activeDate,-1):this._dateAdapter.addCalendarMonths(this._activeDate,-1);break;case s.PAGE_DOWN:this._activeDate=t.altKey?this._dateAdapter.addCalendarYears(this._activeDate,1):this._dateAdapter.addCalendarMonths(this._activeDate,1);break;case s.ENTER:return void(this._dateFilterForViews(this._activeDate)&&(this._dateSelected(this._activeDate),t.preventDefault()));default:return}this._focusActiveCell(),t.preventDefault()},t.prototype._handleCalendarBodyKeydownInYearView=function(t){switch(t.keyCode){case s.LEFT_ARROW:this._activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-1);break;case s.RIGHT_ARROW:this._activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,1);break;case s.UP_ARROW:this._activeDate=this._prevMonthInSameCol(this._activeDate);break;case s.DOWN_ARROW:this._activeDate=this._nextMonthInSameCol(this._activeDate);break;case s.HOME:this._activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-this._dateAdapter.getMonth(this._activeDate));break;case s.END:this._activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,11-this._dateAdapter.getMonth(this._activeDate));break;case s.PAGE_UP:this._activeDate=this._dateAdapter.addCalendarYears(this._activeDate,t.altKey?-10:-1);break;case s.PAGE_DOWN:this._activeDate=this._dateAdapter.addCalendarYears(this._activeDate,t.altKey?10:1);break;case s.ENTER:this._monthSelected(this._activeDate);break;default:return}this._focusActiveCell(),t.preventDefault()},t.prototype._prevMonthInSameCol=function(t){var e=this._dateAdapter.getMonth(t)<=4?-5:this._dateAdapter.getMonth(t)>=7?-7:-12;return this._dateAdapter.addCalendarMonths(t,e)},t.prototype._nextMonthInSameCol=function(t){var e=this._dateAdapter.getMonth(t)<=4?7:this._dateAdapter.getMonth(t)>=7?5:12;return this._dateAdapter.addCalendarMonths(t,e)},t}();kn.decorators=[{type:e.Component,args:[{selector:"md-calendar, mat-calendar",template:'<div class="mat-calendar-header"><div class="mat-calendar-controls"><button mat-button class="mat-calendar-period-button" (click)="_currentPeriodClicked()" [attr.aria-label]="_periodButtonLabel">{{_periodButtonText}}<div class="mat-calendar-arrow" [class.mat-calendar-invert]="!_monthView"></div></button><div class="mat-calendar-spacer"></div><button mat-icon-button class="mat-calendar-previous-button" [disabled]="!_previousEnabled()" (click)="_previousClicked()" [attr.aria-label]="_prevButtonLabel"></button> <button mat-icon-button class="mat-calendar-next-button" [disabled]="!_nextEnabled()" (click)="_nextClicked()" [attr.aria-label]="_nextButtonLabel"></button></div></div><div class="mat-calendar-content" (keydown)="_handleCalendarBodyKeydown($event)" [ngSwitch]="_monthView" cdkMonitorSubtreeFocus><md-month-view *ngSwitchCase="true" [activeDate]="_activeDate" [selected]="selected" [dateFilter]="_dateFilterForViews" (selectedChange)="_dateSelected($event)" (userSelection)="_userSelected()"></md-month-view><mat-year-view *ngSwitchDefault [activeDate]="_activeDate" [selected]="selected" [dateFilter]="_dateFilterForViews" (selectedChange)="_monthSelected($event)"></mat-year-view></div>',styles:[".mat-calendar{display:block}.mat-calendar-header{padding:8px 8px 0 8px}.mat-calendar-content{padding:0 8px 8px 8px;outline:0}.mat-calendar-controls{display:flex;margin:5% calc(33% / 7 - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0}.mat-calendar-arrow{display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top-width:5px;border-top-style:solid;margin:0 0 0 5px;vertical-align:middle}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.mat-calendar-next-button,.mat-calendar-previous-button{position:relative}.mat-calendar-next-button::after,.mat-calendar-previous-button::after{top:0;left:0;right:0;bottom:0;position:absolute;content:'';margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-next-button,[dir=rtl] .mat-calendar-previous-button{transform:rotate(180deg)}.mat-calendar-previous-button::after{border-left-width:2px;transform:translateX(2px) rotate(-45deg)}.mat-calendar-next-button::after{border-right-width:2px;transform:translateX(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px 0}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider::after{content:'';position:absolute;top:0;left:-8px;right:-8px;height:1px}"],host:{class:"mat-calendar"},encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,viewProviders:[{provide:Vt,useValue:!0}]}]}],kn.ctorParameters=function(){return[{type:e.ElementRef},{type:Cn},{type:e.NgZone},{type:Zt,decorators:[{type:e.Optional}]},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[ae]}]},{type:e.ChangeDetectorRef}]},kn.propDecorators={startAt:[{type:e.Input}],startView:[{type:e.Input}],selected:[{type:e.Input}],minDate:[{type:e.Input}],maxDate:[{type:e.Input}],dateFilter:[{type:e.Input}],selectedChange:[{type:e.Output}],userSelection:[{type:e.Output}]};var wn=function(){function t(t,e,i,n){this.value=t,this.displayValue=e,this.ariaLabel=i,this.enabled=n}return t}(),Dn=function(){function t(){this.numCols=7,this.allowDisabledSelection=!1,this.activeCell=0,this.cellAspectRatio=1,this.selectedValueChange=new e.EventEmitter}return t.prototype._cellClicked=function(t){(this.allowDisabledSelection||t.enabled)&&this.selectedValueChange.emit(t.value)},Object.defineProperty(t.prototype,"_firstRowOffset",{get:function(){return this.rows&&this.rows.length&&this.rows[0].length?this.numCols-this.rows[0].length:0},enumerable:!0,configurable:!0}),t.prototype._isActiveCell=function(t,e){var i=t*this.numCols+e;return t&&(i-=this._firstRowOffset),i==this.activeCell},t}();Dn.decorators=[{type:e.Component,args:[{selector:"[md-calendar-body], [mat-calendar-body]",template:'<tr *ngIf="_firstRowOffset < labelMinRequiredCells" aria-hidden="true"><td class="mat-calendar-body-label" [attr.colspan]="numCols" [style.paddingTop.%]="50 * cellAspectRatio / numCols" [style.paddingBottom.%]="50 * cellAspectRatio / numCols">{{label}}</td></tr><tr *ngFor="let row of rows; let rowIndex = index" role="row"><td *ngIf="rowIndex === 0 && _firstRowOffset" aria-hidden="true" class="mat-calendar-body-label" [attr.colspan]="_firstRowOffset" [style.paddingTop.%]="50 * cellAspectRatio / numCols" [style.paddingBottom.%]="50 * cellAspectRatio / numCols">{{_firstRowOffset >= labelMinRequiredCells ? label : \'\'}}</td><td *ngFor="let item of row; let colIndex = index" role="gridcell" class="mat-calendar-body-cell" [tabindex]="_isActiveCell(rowIndex, colIndex) ? 0 : -1" [class.mat-calendar-body-disabled]="!item.enabled" [class.mat-calendar-body-active]="_isActiveCell(rowIndex, colIndex)" [attr.aria-label]="item.ariaLabel" [attr.aria-disabled]="!item.enabled || null" (click)="_cellClicked(item)" [style.width.%]="100 / numCols" [style.paddingTop.%]="50 * cellAspectRatio / numCols" [style.paddingBottom.%]="50 * cellAspectRatio / numCols"><div class="mat-calendar-body-cell-content" [class.mat-calendar-body-selected]="selectedValue === item.value" [class.mat-calendar-body-today]="todayValue === item.value">{{item.displayValue}}</div></td></tr>',styles:[".mat-calendar-body{min-width:224px}.mat-calendar-body-label{height:0;line-height:0;text-align:left;padding-left:4.71429%;padding-right:4.71429%}.mat-calendar-body-cell{position:relative;height:0;line-height:0;text-align:center;outline:0;cursor:pointer}.mat-calendar-body-disabled{cursor:default}.mat-calendar-body-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;line-height:1;border-width:1px;border-style:solid;border-radius:999px}[dir=rtl] .mat-calendar-body-label{text-align:right}"],host:{class:"mat-calendar-body"},encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],Dn.ctorParameters=function(){return[]},Dn.propDecorators={label:[{type:e.Input}],rows:[{type:e.Input}],todayValue:[{type:e.Input}],selectedValue:[{type:e.Input}],labelMinRequiredCells:[{type:e.Input}],numCols:[{type:e.Input}],allowDisabledSelection:[{type:e.Input}],activeCell:[{type:e.Input}],cellAspectRatio:[{type:e.Input}],selectedValueChange:[{type:e.Output}]};var Mn=0,Sn=new e.InjectionToken("md-datepicker-scroll-strategy"),In={provide:Sn,deps:[d.Overlay],useFactory:ot},On=function(){function t(){}return t.prototype.ngAfterContentInit=function(){this._calendar._focusActiveCell()},t.prototype._handleKeydown=function(t){t.keyCode===s.ESCAPE&&(this.datepicker.close(),t.preventDefault(),t.stopPropagation())},t}();On.decorators=[{type:e.Component,args:[{selector:"md-datepicker-content, mat-datepicker-content",template:'<mat-calendar cdkTrapFocus [id]="datepicker.id" [startAt]="datepicker.startAt" [startView]="datepicker.startView" [minDate]="datepicker._minDate" [maxDate]="datepicker._maxDate" [dateFilter]="datepicker._dateFilter" [selected]="datepicker._selected" (selectedChange)="datepicker._select($event)" (userSelection)="datepicker.close()"></mat-calendar>',styles:[".mat-datepicker-content{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);display:block}.mat-calendar{width:296px;height:354px}.mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);display:block;max-height:80vh;overflow:auto;margin:-24px}.mat-datepicker-content-touch .mat-calendar{min-width:250px;min-height:312px;max-width:750px;max-height:788px}@media all and (orientation:landscape){.mat-datepicker-content-touch .mat-calendar{width:64vh;height:80vh}}@media all and (orientation:portrait){.mat-datepicker-content-touch .mat-calendar{width:80vw;height:100vw}}"],host:{class:"mat-datepicker-content","[class.mat-datepicker-content-touch]":"datepicker.touchUi","(keydown)":"_handleKeydown($event)"},encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,viewProviders:[{provide:Vt,useValue:!0}]}]}],On.ctorParameters=function(){return[]},On.propDecorators={_calendar:[{type:e.ViewChild,args:[kn]}]};var Pn=function(){function t(t,i,n,a,r,s,l,c){if(this._dialog=t,this._overlay=i,this._ngZone=n,this._viewContainerRef=a,
|
|
13
|
+
this._scrollStrategy=r,this._dateAdapter=s,this._dir=l,this._document=c,this.startView="month",this.touchUi=!1,this.selectedChanged=new e.EventEmitter,this.opened=!1,this.id="md-datepicker-"+Mn++,this._validSelected=null,this._focusedElementBeforeOpen=null,this._inputSubscription=x.Subscription.EMPTY,this._disabledChange=new o.Subject,!this._dateAdapter)throw rt("DateAdapter")}return Object.defineProperty(t.prototype,"startAt",{get:function(){return this._startAt||(this._datepickerInput?this._datepickerInput.value:null)},set:function(t){this._startAt=at(this._dateAdapter,t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return void 0===this._disabled?this._datepickerInput.disabled:this._disabled},set:function(t){var e=r.coerceBooleanProperty(t);e!==this._disabled&&(this._disabled=e,this._disabledChange.next(e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_selected",{get:function(){return this._validSelected},set:function(t){this._validSelected=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_minDate",{get:function(){return this._datepickerInput&&this._datepickerInput.min},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_maxDate",{get:function(){return this._datepickerInput&&this._datepickerInput.max},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_dateFilter",{get:function(){return this._datepickerInput&&this._datepickerInput._dateFilter},enumerable:!0,configurable:!0}),t.prototype.ngOnDestroy=function(){this.close(),this._inputSubscription.unsubscribe(),this._disabledChange.complete(),this._popupRef&&this._popupRef.dispose()},t.prototype._select=function(t){var e=this._selected;this._selected=t,this._dateAdapter.sameDate(e,this._selected)||this.selectedChanged.emit(t)},t.prototype._registerInput=function(t){var e=this;if(this._datepickerInput)throw Error("An MdDatepicker can only be associated with a single input.");this._datepickerInput=t,this._inputSubscription=this._datepickerInput._valueChange.subscribe(function(t){return e._selected=t})},t.prototype.open=function(){if(!this.opened&&!this.disabled){if(!this._datepickerInput)throw Error("Attempted to open an MdDatepicker with no associated input.");this._document&&(this._focusedElementBeforeOpen=this._document.activeElement),this.touchUi?this._openAsDialog():this._openAsPopup(),this.opened=!0}},t.prototype.close=function(){this.opened&&(this._popupRef&&this._popupRef.hasAttached()&&this._popupRef.detach(),this._dialogRef&&(this._dialogRef.close(),this._dialogRef=null),this._calendarPortal&&this._calendarPortal.isAttached&&this._calendarPortal.detach(),this._focusedElementBeforeOpen&&"function"==typeof this._focusedElementBeforeOpen.focus&&(this._focusedElementBeforeOpen.focus(),this._focusedElementBeforeOpen=null),this.opened=!1)},t.prototype._openAsDialog=function(){var t=this;this._dialogRef=this._dialog.open(On,{direction:this._dir?this._dir.value:"ltr",viewContainerRef:this._viewContainerRef}),this._dialogRef.afterClosed().subscribe(function(){return t.close()}),this._dialogRef.componentInstance.datepicker=this},t.prototype._openAsPopup=function(){var t=this;if(this._calendarPortal||(this._calendarPortal=new u.ComponentPortal(On,this._viewContainerRef)),this._popupRef||this._createPopup(),!this._popupRef.hasAttached()){this._popupRef.attach(this._calendarPortal).instance.datepicker=this,m.first.call(this._ngZone.onStable.asObservable()).subscribe(function(){t._popupRef.updatePosition()})}this._popupRef.backdropClick().subscribe(function(){return t.close()})},t.prototype._createPopup=function(){var t=new d.OverlayConfig({positionStrategy:this._createPopupPositionStrategy(),hasBackdrop:!0,backdropClass:"mat-overlay-transparent-backdrop",direction:this._dir?this._dir.value:"ltr",scrollStrategy:this._scrollStrategy()});this._popupRef=this._overlay.create(t)},t.prototype._createPopupPositionStrategy=function(){return this._overlay.position().connectedTo(this._datepickerInput.getPopupConnectionElementRef(),{originX:"start",originY:"bottom"},{overlayX:"start",overlayY:"top"}).withFallbackPosition({originX:"start",originY:"top"},{overlayX:"start",overlayY:"bottom"}).withFallbackPosition({originX:"end",originY:"bottom"},{overlayX:"end",overlayY:"top"}).withFallbackPosition({originX:"end",originY:"top"},{overlayX:"end",overlayY:"bottom"})},t}();Pn.decorators=[{type:e.Component,args:[{selector:"md-datepicker, mat-datepicker",template:"",changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],Pn.ctorParameters=function(){return[{type:ln},{type:d.Overlay},{type:e.NgZone},{type:e.ViewContainerRef},{type:void 0,decorators:[{type:e.Inject,args:[Sn]}]},{type:Zt,decorators:[{type:e.Optional}]},{type:n.Directionality,decorators:[{type:e.Optional}]},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[a.DOCUMENT]}]}]},Pn.propDecorators={startAt:[{type:e.Input}],startView:[{type:e.Input}],touchUi:[{type:e.Input}],disabled:[{type:e.Input}],selectedChanged:[{type:e.Output}]};var Rn={provide:h.NG_VALUE_ACCESSOR,useExisting:e.forwardRef(function(){return An}),multi:!0},En={provide:h.NG_VALIDATORS,useExisting:e.forwardRef(function(){return An}),multi:!0},Tn=function(){function t(t,e){this.target=t,this.targetElement=e,this.value=this.target.value}return t}(),An=function(){function t(t,i,n,a,r){var o=this;if(this._elementRef=t,this._renderer=i,this._dateAdapter=n,this._dateFormats=a,this._mdFormField=r,this.dateChange=new e.EventEmitter,this.dateInput=new e.EventEmitter,this._valueChange=new e.EventEmitter,this._disabledChange=new e.EventEmitter,this._onTouched=function(){},this._cvaOnChange=function(){},this._validatorOnChange=function(){},this._datepickerSubscription=x.Subscription.EMPTY,this._localeSubscription=x.Subscription.EMPTY,this._parseValidator=function(){return o._lastValueValid?null:{mdDatepickerParse:{text:o._elementRef.nativeElement.value}}},this._minValidator=function(t){var e=at(o._dateAdapter,t.value);return!o.min||!e||o._dateAdapter.compareDate(o.min,e)<=0?null:{mdDatepickerMin:{min:o.min,actual:e}}},this._maxValidator=function(t){var e=at(o._dateAdapter,t.value);return!o.max||!e||o._dateAdapter.compareDate(o.max,e)>=0?null:{mdDatepickerMax:{max:o.max,actual:e}}},this._filterValidator=function(t){var e=at(o._dateAdapter,t.value);return o._dateFilter&&e&&!o._dateFilter(e)?{mdDatepickerFilter:!0}:null},this._validator=h.Validators.compose([this._parseValidator,this._minValidator,this._maxValidator,this._filterValidator]),this._lastValueValid=!1,!this._dateAdapter)throw rt("DateAdapter");if(!this._dateFormats)throw rt("MD_DATE_FORMATS");this._localeSubscription=n.localeChanges.subscribe(function(){o.value=o.value})}return Object.defineProperty(t.prototype,"mdDatepicker",{set:function(t){this.registerDatepicker(t)},enumerable:!0,configurable:!0}),t.prototype.registerDatepicker=function(t){t&&(this._datepicker=t,this._datepicker._registerInput(this))},Object.defineProperty(t.prototype,"matDatepicker",{set:function(t){this.registerDatepicker(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"mdDatepickerFilter",{set:function(t){this._dateFilter=t,this._validatorOnChange()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"matDatepickerFilter",{set:function(t){this.mdDatepickerFilter=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return this._value},set:function(t){t=at(this._dateAdapter,t),this._lastValueValid=!t||this._dateAdapter.isValid(t),t=this._getValidDateOrNull(t);var e=this.value;this._value=t,this._renderer.setProperty(this._elementRef.nativeElement,"value",t?this._dateAdapter.format(t,this._dateFormats.display.dateInput):""),this._dateAdapter.sameDate(e,t)||this._valueChange.emit(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return this._min},set:function(t){this._min=at(this._dateAdapter,t),this._validatorOnChange()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return this._max},set:function(t){this._max=at(this._dateAdapter,t),this._validatorOnChange()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled},set:function(t){var e=r.coerceBooleanProperty(t);this._disabled!==e&&(this._disabled=e,this._disabledChange.emit(e))},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){var t=this;this._datepicker&&(this._datepickerSubscription=this._datepicker.selectedChanged.subscribe(function(e){t.value=e,t._cvaOnChange(e),t._onTouched(),t.dateInput.emit(new Tn(t,t._elementRef.nativeElement)),t.dateChange.emit(new Tn(t,t._elementRef.nativeElement))}))},t.prototype.ngOnDestroy=function(){this._datepickerSubscription.unsubscribe(),this._localeSubscription.unsubscribe(),this._valueChange.complete(),this._disabledChange.complete()},t.prototype.registerOnValidatorChange=function(t){this._validatorOnChange=t},t.prototype.validate=function(t){return this._validator?this._validator(t):null},t.prototype.getPopupConnectionElementRef=function(){return this._mdFormField?this._mdFormField.underlineRef:this._elementRef},t.prototype.writeValue=function(t){this.value=t},t.prototype.registerOnChange=function(t){this._cvaOnChange=t},t.prototype.registerOnTouched=function(t){this._onTouched=t},t.prototype.setDisabledState=function(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)},t.prototype._onKeydown=function(t){t.altKey&&t.keyCode===s.DOWN_ARROW&&(this._datepicker.open(),t.preventDefault())},t.prototype._onInput=function(t){var e=this._dateAdapter.parse(t,this._dateFormats.parse.dateInput);this._lastValueValid=!e||this._dateAdapter.isValid(e),e=this._getValidDateOrNull(e),this._value=e,this._cvaOnChange(e),this._valueChange.emit(e),this.dateInput.emit(new Tn(this,this._elementRef.nativeElement))},t.prototype._onChange=function(){this.dateChange.emit(new Tn(this,this._elementRef.nativeElement))},t.prototype._getValidDateOrNull=function(t){return this._dateAdapter.isDateInstance(t)&&this._dateAdapter.isValid(t)?t:null},t}();An.decorators=[{type:e.Directive,args:[{selector:"input[mdDatepicker], input[matDatepicker]",providers:[Rn,En],host:{"[attr.aria-haspopup]":"true","[attr.aria-owns]":"(_datepicker?.opened && _datepicker.id) || null","[attr.min]":"min ? _dateAdapter.toIso8601(min) : null","[attr.max]":"max ? _dateAdapter.toIso8601(max) : null","[disabled]":"disabled","(input)":"_onInput($event.target.value)","(change)":"_onChange()","(blur)":"_onTouched()","(keydown)":"_onKeydown($event)"},exportAs:"mdDatepickerInput, matDatepickerInput"}]}],An.ctorParameters=function(){return[{type:e.ElementRef},{type:e.Renderer2},{type:Zt,decorators:[{type:e.Optional}]},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[ae]}]},{type:Ne,decorators:[{type:e.Optional}]}]},An.propDecorators={mdDatepicker:[{type:e.Input}],matDatepicker:[{type:e.Input}],mdDatepickerFilter:[{type:e.Input}],matDatepickerFilter:[{type:e.Input}],value:[{type:e.Input}],min:[{type:e.Input}],max:[{type:e.Input}],disabled:[{type:e.Input}],dateChange:[{type:e.Output}],dateInput:[{type:e.Output}]};var Ln=function(){function t(t,e){this._intl=t,this._changeDetectorRef=e,this._stateChanges=x.Subscription.EMPTY}return Object.defineProperty(t.prototype,"disabled",{get:function(){return void 0===this._disabled?this.datepicker.disabled:this._disabled},set:function(t){this._disabled=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(t){var e=this;if(t.datepicker){var i=t.datepicker.currentValue,n=i?i._disabledChange:_.of(),a=i&&i._datepickerInput?i._datepickerInput._disabledChange:_.of();this._stateChanges.unsubscribe(),this._stateChanges=b.merge(this._intl.changes,n,a).subscribe(function(){return e._changeDetectorRef.markForCheck()})}},t.prototype.ngOnDestroy=function(){this._stateChanges.unsubscribe()},t.prototype._open=function(t){this.datepicker&&!this.disabled&&(this.datepicker.open(),t.stopPropagation())},t}();Ln.decorators=[{type:e.Component,args:[{selector:"md-datepicker-toggle, mat-datepicker-toggle",template:'<button mat-icon-button type="button" [attr.aria-label]="_intl.openCalendarLabel" [disabled]="disabled" (click)="_open($event)"><mat-icon><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="100%" height="100%" fill="currentColor" style="vertical-align: top" focusable="false"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg></mat-icon></button>',host:{class:"mat-datepicker-toggle"},encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,viewProviders:[{provide:Vt,useValue:!0}]}]}],Ln.ctorParameters=function(){return[{type:Cn},{type:e.ChangeDetectorRef}]},Ln.propDecorators={datepicker:[{type:e.Input,args:["for"]}],disabled:[{type:e.Input}]};var Fn=function(){function t(t,i){if(this._dateAdapter=t,this._dateFormats=i,this.selectedChange=new e.EventEmitter,this.userSelection=new e.EventEmitter,!this._dateAdapter)throw rt("DateAdapter");if(!this._dateFormats)throw rt("MD_DATE_FORMATS");var n=this._dateAdapter.getFirstDayOfWeek(),a=this._dateAdapter.getDayOfWeekNames("narrow"),r=this._dateAdapter.getDayOfWeekNames("long"),o=r.map(function(t,e){return{long:t,narrow:a[e]}});this._weekdays=o.slice(n).concat(o.slice(0,n)),this._activeDate=this._dateAdapter.today()}return Object.defineProperty(t.prototype,"activeDate",{get:function(){return this._activeDate},set:function(t){var e=this._activeDate;this._activeDate=at(this._dateAdapter,t)||this._dateAdapter.today(),this._hasSameMonthAndYear(e,this._activeDate)||this._init()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selected",{get:function(){return this._selected},set:function(t){this._selected=at(this._dateAdapter,t),this._selectedDate=this._getDateInCurrentMonth(this._selected)},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){this._init()},t.prototype._dateSelected=function(t){if(this._selectedDate!=t){var e=this._dateAdapter.getYear(this.activeDate),i=this._dateAdapter.getMonth(this.activeDate),n=this._dateAdapter.createDate(e,i,t);this.selectedChange.emit(n)}this.userSelection.emit()},t.prototype._init=function(){this._selectedDate=this._getDateInCurrentMonth(this.selected),this._todayDate=this._getDateInCurrentMonth(this._dateAdapter.today()),this._monthLabel=this._dateAdapter.getMonthNames("short")[this._dateAdapter.getMonth(this.activeDate)].toLocaleUpperCase();var t=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),1);this._firstWeekOffset=(7+this._dateAdapter.getDayOfWeek(t)-this._dateAdapter.getFirstDayOfWeek())%7,this._createWeekCells()},t.prototype._createWeekCells=function(){var t=this._dateAdapter.getNumDaysInMonth(this.activeDate),e=this._dateAdapter.getDateNames();this._weeks=[[]];for(var i=0,n=this._firstWeekOffset;i<t;i++,n++){7==n&&(this._weeks.push([]),n=0);var a=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),i+1),r=!this.dateFilter||this.dateFilter(a),o=this._dateAdapter.format(a,this._dateFormats.display.dateA11yLabel);this._weeks[this._weeks.length-1].push(new wn(i+1,e[i],o,r))}},t.prototype._getDateInCurrentMonth=function(t){return t&&this._hasSameMonthAndYear(t,this.activeDate)?this._dateAdapter.getDate(t):null},t.prototype._hasSameMonthAndYear=function(t,e){return!(!t||!e||this._dateAdapter.getMonth(t)!=this._dateAdapter.getMonth(e)||this._dateAdapter.getYear(t)!=this._dateAdapter.getYear(e))},t}();Fn.decorators=[{type:e.Component,args:[{selector:"md-month-view",template:'<table class="mat-calendar-table"><thead class="mat-calendar-table-header"><tr><th *ngFor="let day of _weekdays" [attr.aria-label]="day.long">{{day.narrow}}</th></tr><tr><th class="mat-calendar-table-header-divider" colspan="7" aria-hidden="true"></th></tr></thead><tbody mat-calendar-body role="grid" [label]="_monthLabel" [rows]="_weeks" [todayValue]="_todayDate" [selectedValue]="_selectedDate" [labelMinRequiredCells]="3" [activeCell]="_dateAdapter.getDate(activeDate) - 1" (selectedValueChange)="_dateSelected($event)"></tbody></table>',encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,viewProviders:[{provide:Vt,useValue:!0}]}]}],Fn.ctorParameters=function(){return[{type:Zt,decorators:[{type:e.Optional}]},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[ae]}]}]},Fn.propDecorators={activeDate:[{type:e.Input}],selected:[{type:e.Input}],dateFilter:[{type:e.Input}],selectedChange:[{type:e.Output}],userSelection:[{type:e.Output}]};var Bn=function(){function t(t,i){if(this._dateAdapter=t,this._dateFormats=i,this.selectedChange=new e.EventEmitter,!this._dateAdapter)throw rt("DateAdapter");if(!this._dateFormats)throw rt("MD_DATE_FORMATS");this._activeDate=this._dateAdapter.today()}return Object.defineProperty(t.prototype,"activeDate",{get:function(){return this._activeDate},set:function(t){var e=this._activeDate;this._activeDate=at(this._dateAdapter,t)||this._dateAdapter.today(),this._dateAdapter.getYear(e)!=this._dateAdapter.getYear(this._activeDate)&&this._init()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selected",{get:function(){return this._selected},set:function(t){this._selected=at(this._dateAdapter,t),this._selectedMonth=this._getMonthInCurrentYear(this._selected)},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){this._init()},t.prototype._monthSelected=function(t){var e=this._dateAdapter.getNumDaysInMonth(this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),t,1));this.selectedChange.emit(this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),t,Math.min(this._dateAdapter.getDate(this.activeDate),e)))},t.prototype._init=function(){var t=this;this._selectedMonth=this._getMonthInCurrentYear(this.selected),this._todayMonth=this._getMonthInCurrentYear(this._dateAdapter.today()),this._yearLabel=this._dateAdapter.getYearName(this.activeDate);var e=this._dateAdapter.getMonthNames("short");this._months=[[0,1,2,3],[4,5,6,7],[8,9,10,11]].map(function(i){return i.map(function(i){return t._createCellForMonth(i,e[i])})})},t.prototype._getMonthInCurrentYear=function(t){return t&&this._dateAdapter.getYear(t)==this._dateAdapter.getYear(this.activeDate)?this._dateAdapter.getMonth(t):null},t.prototype._createCellForMonth=function(t,e){var i=this._dateAdapter.format(this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),t,1),this._dateFormats.display.monthYearA11yLabel);return new wn(t,e.toLocaleUpperCase(),i,this._isMonthEnabled(t))},t.prototype._isMonthEnabled=function(t){if(!this.dateFilter)return!0;for(var e=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),t,1),i=e;this._dateAdapter.getMonth(i)==t;i=this._dateAdapter.addCalendarDays(i,1))if(this.dateFilter(i))return!0;return!1},t}();Bn.decorators=[{type:e.Component,args:[{selector:"md-year-view, mat-year-view",template:'<table class="mat-calendar-table"><thead class="mat-calendar-table-header"><tr><th class="mat-calendar-table-header-divider" colspan="4"></th></tr></thead><tbody mat-calendar-body role="grid" allowDisabledSelection="true" [label]="_yearLabel" [rows]="_months" [todayValue]="_todayMonth" [selectedValue]="_selectedMonth" [labelMinRequiredCells]="2" [numCols]="4" [cellAspectRatio]="4 / 7" [activeCell]="_dateAdapter.getMonth(activeDate)" (selectedValueChange)="_monthSelected($event)"></tbody></table>',encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],Bn.ctorParameters=function(){return[{type:Zt,decorators:[{type:e.Optional}]},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[ae]}]}]},Bn.propDecorators={activeDate:[{type:e.Input}],selected:[{type:e.Input}],dateFilter:[{type:e.Input}],selectedChange:[{type:e.Output}]};var Vn=function(){function t(){}return t}();Vn.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,si,hn,xn,d.OverlayModule,i.A11yModule],exports:[kn,Dn,Pn,On,An,Ln,Fn,Bn],declarations:[kn,Dn,Pn,On,An,Ln,Fn,Bn],providers:[Cn,In],entryComponents:[On]}]}],Vn.ctorParameters=function(){return[]};var jn=0,zn=function(){function t(){this.id="cdk-accordion-"+jn++,this._multi=!1,this._hideToggle=!1,this.displayMode="default"}return Object.defineProperty(t.prototype,"multi",{get:function(){return this._multi},set:function(t){this._multi=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hideToggle",{get:function(){return this._hideToggle},set:function(t){this._hideToggle=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),t}();zn.decorators=[{type:e.Directive,args:[{selector:"cdk-accordion, [cdk-accordion]"}]}],zn.ctorParameters=function(){return[]},zn.propDecorators={multi:[{type:e.Input}],hideToggle:[{type:e.Input}],displayMode:[{type:e.Input}]};var Nn=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(zn);Nn.decorators=[{type:e.Directive,args:[{selector:"mat-accordion, md-accordion",host:{class:"mat-accordion"}}]}],Nn.ctorParameters=function(){return[]};var Wn=0,Hn=function(){function t(t,i,n){var a=this;this.accordion=t,this._changeDetectorRef=i,this._expansionDispatcher=n,this.closed=new e.EventEmitter,this.opened=new e.EventEmitter,this.destroyed=new e.EventEmitter,this.id="cdk-accordion-child-"+Wn++,this._removeUniqueSelectionListener=function(){},this._removeUniqueSelectionListener=n.listen(function(t,e){a.accordion&&!a.accordion.multi&&a.accordion.id===e&&a.id!==t&&(a.expanded=!1)})}return Object.defineProperty(t.prototype,"expanded",{get:function(){return this._expanded},set:function(t){if(this._expanded!==t){if(this._expanded=t,t){this.opened.emit();var e=this.accordion?this.accordion.id:this.id;this._expansionDispatcher.notify(this.id,e)}else this.closed.emit();this._changeDetectorRef.markForCheck()}},enumerable:!0,configurable:!0}),t.prototype.ngOnDestroy=function(){this.destroyed.emit(),this._removeUniqueSelectionListener()},t.prototype.toggle=function(){this.expanded=!this.expanded},t.prototype.close=function(){this.expanded=!1},t.prototype.open=function(){this.expanded=!0},t}();Hn.decorators=[{type:e.Injectable}],Hn.ctorParameters=function(){return[{type:zn,decorators:[{type:e.Optional}]},{type:e.ChangeDetectorRef},{type:qt}]},Hn.propDecorators={closed:[{type:e.Output}],opened:[{type:e.Output}],destroyed:[{type:e.Output}],expanded:[{type:e.Input}]};var Gn=function(t){function e(e,i,n){return t.call(this,e,i,n)||this}return P(e,t),e}(Hn),Yn=E(Gn),Un=function(t){function e(e,i,n){var a=t.call(this,e,i,n)||this;return a.hideToggle=!1,a._inputChanges=new o.Subject,a.accordion=e,a}return P(e,t),e.prototype._getHideToggle=function(){return this.accordion?this.accordion.hideToggle:this.hideToggle},e.prototype._hasSpacing=function(){return!!this.accordion&&"default"===(this.expanded?this.accordion.displayMode:this._getExpandedState())},e.prototype._getExpandedState=function(){return this.expanded?"expanded":"collapsed"},e.prototype.ngOnChanges=function(t){this._inputChanges.next(t)},e.prototype.ngOnDestroy=function(){this._inputChanges.complete()},e}(Yn);Un.decorators=[{type:e.Component,args:[{styles:[".mat-expansion-panel{transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);box-sizing:content-box;display:block;margin:0;transition:margin 225ms cubic-bezier(.4,0,.2,1)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-expansion-panel-content{overflow:hidden}.mat-expansion-panel-body{padding:0 24px 16px}.mat-expansion-panel-spacing{margin:16px 0}.mat-accordion .mat-expansion-panel-spacing:first-child{margin-top:0}.mat-accordion .mat-expansion-panel-spacing:last-child{margin-bottom:0}.mat-action-row{border-top-style:solid;border-top-width:1px;display:flex;flex-direction:row;justify-content:flex-end;padding:16px 8px 16px 24px}.mat-action-row button.mat-button{margin-left:8px}[dir=rtl] .mat-action-row button.mat-button{margin-left:0;margin-right:8px}"],selector:"md-expansion-panel, mat-expansion-panel",template:'<ng-content select="mat-expansion-panel-header, md-expansion-panel-header"></ng-content><div [class.mat-expanded]="expanded" class="mat-expansion-panel-content" [@bodyExpansion]="_getExpandedState()" [id]="id"><div class="mat-expansion-panel-body"><ng-content></ng-content></div><ng-content select="mat-action-row, md-action-row"></ng-content></div>',encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,inputs:["disabled","expanded"],host:{class:"mat-expansion-panel","[class.mat-expanded]":"expanded","[class.mat-expansion-panel-spacing]":"_hasSpacing()"},providers:[{provide:Hn,useExisting:e.forwardRef(function(){return Un})}],animations:[g.trigger("bodyExpansion",[g.state("collapsed",g.style({height:"0px",visibility:"hidden"})),g.state("expanded",g.style({height:"*",visibility:"visible"})),g.transition("expanded <=> collapsed",g.animate("225ms cubic-bezier(0.4,0.0,0.2,1)"))])]}]}],Un.ctorParameters=function(){return[{type:Nn,decorators:[{type:e.Optional},{type:e.Host}]},{type:e.ChangeDetectorRef},{type:qt}]},Un.propDecorators={hideToggle:[{type:e.Input}]};var qn=function(){function t(){}return t}();qn.decorators=[{type:e.Directive,args:[{selector:"mat-action-row, md-action-row",host:{class:"mat-action-row"}}]}],qn.ctorParameters=function(){return[]};var Kn=function(){function t(t,e,i,n,a){var r=this;this.panel=e,this._element=i,this._focusMonitor=n,this._changeDetectorRef=a,this._parentChangeSubscription=x.Subscription.EMPTY,this._parentChangeSubscription=b.merge(e.opened,e.closed,m.filter.call(e._inputChanges,function(t){return!(!t.hideToggle&&!t.disabled)})).subscribe(function(){return r._changeDetectorRef.markForCheck()}),n.monitor(i.nativeElement,t,!1)}return t.prototype._toggle=function(){this.panel.disabled||this.panel.toggle()},t.prototype._isExpanded=function(){return this.panel.expanded},t.prototype._getExpandedState=function(){return this.panel._getExpandedState()},t.prototype._getPanelId=function(){return this.panel.id},t.prototype._showToggle=function(){return!this.panel.hideToggle&&!this.panel.disabled},t.prototype._keyup=function(t){switch(t.keyCode){case s.SPACE:case s.ENTER:t.preventDefault(),this._toggle();break;default:return}},t.prototype.ngOnDestroy=function(){this._parentChangeSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._element.nativeElement)},t}();Kn.decorators=[{type:e.Component,args:[{selector:"md-expansion-panel-header, mat-expansion-panel-header",styles:[".mat-expansion-panel-header{display:flex;flex-direction:row;align-items:center;padding:0 24px}.mat-expansion-panel-header:focus,.mat-expansion-panel-header:hover{outline:0}.mat-expansion-panel-header.mat-expanded:focus,.mat-expansion-panel-header.mat-expanded:hover{background:inherit}.mat-expansion-panel-header:not([aria-disabled=true]){cursor:pointer}.mat-content{display:flex;flex:1;flex-direction:row;overflow:hidden}.mat-expansion-panel-header-description,.mat-expansion-panel-header-title{display:flex;flex-grow:1;margin-right:16px}[dir=rtl] .mat-expansion-panel-header-description,[dir=rtl] .mat-expansion-panel-header-title{margin-right:0;margin-left:16px}.mat-expansion-panel-header-description{flex-grow:2}.mat-expansion-indicator::after{border-style:solid;border-width:0 2px 2px 0;content:'';display:inline-block;padding:3px;transform:rotate(45deg);vertical-align:middle}"],template:'<span class="mat-content"><ng-content select="md-panel-title, mat-panel-title"></ng-content><ng-content select="md-panel-description, mat-panel-description"></ng-content><ng-content></ng-content></span><span [@indicatorRotate]="_getExpandedState()" *ngIf="_showToggle()" class="mat-expansion-indicator"></span>',encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,host:{class:"mat-expansion-panel-header",role:"button","[attr.tabindex]":"panel.disabled ? -1 : 0","[attr.aria-controls]":"_getPanelId()","[attr.aria-expanded]":"_isExpanded()","[attr.aria-disabled]":"panel.disabled","[class.mat-expanded]":"_isExpanded()","(click)":"_toggle()","(keyup)":"_keyup($event)","[@expansionHeight]":"{\n value: _getExpandedState(),\n params: {\n collapsedHeight: collapsedHeight,\n expandedHeight: expandedHeight\n }\n }"},animations:[g.trigger("indicatorRotate",[g.state("collapsed",g.style({transform:"rotate(0deg)"})),g.state("expanded",g.style({transform:"rotate(180deg)"})),g.transition("expanded <=> collapsed",g.animate("225ms cubic-bezier(0.4,0.0,0.2,1)"))]),g.trigger("expansionHeight",[g.state("collapsed",g.style({height:"{{collapsedHeight}}"}),{params:{collapsedHeight:"48px"}}),g.state("expanded",g.style({height:"{{expandedHeight}}"}),{params:{expandedHeight:"64px"}}),g.transition("expanded <=> collapsed",g.animate("225ms cubic-bezier(0.4,0.0,0.2,1)"))])]}]}],Kn.ctorParameters=function(){return[{type:e.Renderer2},{type:Un,decorators:[{type:e.Host}]},{type:e.ElementRef},{type:i.FocusMonitor},{type:e.ChangeDetectorRef}]},Kn.propDecorators={expandedHeight:[{type:e.Input}],collapsedHeight:[{type:e.Input}]};var Xn=function(){function t(){}return t}();Xn.decorators=[{type:e.Directive,args:[{selector:"md-panel-description, mat-panel-description",host:{class:"mat-expansion-panel-header-description"}}]}],Xn.ctorParameters=function(){return[]};var $n=function(){function t(){}return t}();$n.decorators=[{type:e.Directive,args:[{selector:"md-panel-title, mat-panel-title",host:{class:"mat-expansion-panel-header-title"}}]}],$n.ctorParameters=function(){return[]};var Zn=function(){function t(){}return t}();Zn.decorators=[{type:e.NgModule,args:[{imports:[Ht,l.CommonModule,i.A11yModule],exports:[zn,Nn,Un,qn,Kn,$n,Xn],declarations:[zn,Nn,Un,qn,Kn,$n,Xn],providers:[Kt]}]}],Zn.ctorParameters=function(){return[]};var Jn=function(){function t(t,e){this._renderer=t,this._element=e,this._rowspan=1,this._colspan=1}return Object.defineProperty(t.prototype,"rowspan",{get:function(){return this._rowspan},set:function(t){this._rowspan=lt(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"colspan",{get:function(){return this._colspan},set:function(t){this._colspan=lt(t)},enumerable:!0,configurable:!0}),t.prototype._setStyle=function(t,e){this._renderer.setStyle(this._element.nativeElement,t,e)},t}();Jn.decorators=[{type:e.Component,args:[{selector:"md-grid-tile, mat-grid-tile",host:{class:"mat-grid-tile"},template:'<figure class="mat-figure"><ng-content></ng-content></figure>',
|
|
14
|
+
styles:[".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-figure{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}.mat-grid-tile .mat-grid-tile-footer,.mat-grid-tile .mat-grid-tile-header{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-footer>*,.mat-grid-tile .mat-grid-tile-header>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-grid-tile .mat-grid-tile-footer.mat-2-line,.mat-grid-tile .mat-grid-tile-header.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],Jn.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef}]},Jn.propDecorators={rowspan:[{type:e.Input}],colspan:[{type:e.Input}]};var Qn=function(){function t(t,e){this._renderer=t,this._element=e}return t.prototype.ngAfterContentInit=function(){this._lineSetter=new de(this._lines,this._renderer,this._element)},t}();Qn.decorators=[{type:e.Component,args:[{selector:"md-grid-tile-header, mat-grid-tile-header, md-grid-tile-footer, mat-grid-tile-footer",template:'<ng-content select="[md-grid-avatar], [mat-grid-avatar], [mdGridAvatar], [matGridAvatar]"></ng-content><div class="mat-grid-list-text"><ng-content select="[md-line], [mat-line], [mdLine], [matLine]"></ng-content></div><ng-content></ng-content>',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],Qn.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef}]},Qn.propDecorators={_lines:[{type:e.ContentChildren,args:[pe]}]};var ta=function(){function t(){}return t}();ta.decorators=[{type:e.Directive,args:[{selector:"[md-grid-avatar], [mat-grid-avatar], [mdGridAvatar], [matGridAvatar]",host:{class:"mat-grid-avatar"}}]}],ta.ctorParameters=function(){return[]};var ea=function(){function t(){}return t}();ea.decorators=[{type:e.Directive,args:[{selector:"md-grid-tile-header, mat-grid-tile-header",host:{class:"mat-grid-tile-header"}}]}],ea.ctorParameters=function(){return[]};var ia=function(){function t(){}return t}();ia.decorators=[{type:e.Directive,args:[{selector:"md-grid-tile-footer, mat-grid-tile-footer",host:{class:"mat-grid-tile-footer"}}]}],ia.ctorParameters=function(){return[]};var na=function(){function t(t,e){var i=this;this.columnIndex=0,this.rowIndex=0,this.tracker=new Array(t),this.tracker.fill(0,0,this.tracker.length),this.positions=e.map(function(t){return i._trackTile(t)})}return Object.defineProperty(t.prototype,"rowCount",{get:function(){return this.rowIndex+1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"rowspan",{get:function(){var t=Math.max.apply(Math,this.tracker);return t>1?this.rowCount+t-1:this.rowCount},enumerable:!0,configurable:!0}),t.prototype._trackTile=function(t){var e=this._findMatchingGap(t.colspan);return this._markTilePosition(e,t),this.columnIndex=e+t.colspan,new aa(this.rowIndex,e)},t.prototype._findMatchingGap=function(t){if(t>this.tracker.length)throw Error("md-grid-list: tile with colspan "+t+' is wider than grid with cols="'+this.tracker.length+'".');var e=-1,i=-1;do{this.columnIndex+t>this.tracker.length?this._nextRow():(e=this.tracker.indexOf(0,this.columnIndex),-1!=e?(i=this._findGapEndIndex(e),this.columnIndex=e+1):this._nextRow())}while(i-e<t);return e},t.prototype._nextRow=function(){this.columnIndex=0,this.rowIndex++;for(var t=0;t<this.tracker.length;t++)this.tracker[t]=Math.max(0,this.tracker[t]-1)},t.prototype._findGapEndIndex=function(t){for(var e=t+1;e<this.tracker.length;e++)if(0!=this.tracker[e])return e;return this.tracker.length},t.prototype._markTilePosition=function(t,e){for(var i=0;i<e.colspan;i++)this.tracker[t+i]=e.rowspan},t}(),aa=function(){function t(t,e){this.row=t,this.col=e}return t}(),ra=function(){function t(){this._rows=0,this._rowspan=0}return t.prototype.init=function(t,e,i,n){this._gutterSize=pt(t),this._rows=e.rowCount,this._rowspan=e.rowspan,this._cols=i,this._direction=n},t.prototype.getBaseTileSize=function(t,e){return"("+t+"% - ("+this._gutterSize+" * "+e+"))"},t.prototype.getTilePosition=function(t,e){return 0===e?"0":ct("("+t+" + "+this._gutterSize+") * "+e)},t.prototype.getTileSize=function(t,e){return"("+t+" * "+e+") + ("+(e-1)+" * "+this._gutterSize+")"},t.prototype.setStyle=function(t,e,i){var n=100/this._cols,a=(this._cols-1)/this._cols;this.setColStyles(t,i,n,a),this.setRowStyles(t,e,n,a)},t.prototype.setColStyles=function(t,e,i,n){var a=this.getBaseTileSize(i,n),r="ltr"===this._direction?"left":"right";t._setStyle(r,this.getTilePosition(a,e)),t._setStyle("width",ct(this.getTileSize(a,t.colspan)))},t.prototype.getGutterSpan=function(){return this._gutterSize+" * ("+this._rowspan+" - 1)"},t.prototype.getTileSpan=function(t){return this._rowspan+" * "+this.getTileSize(t,1)},t.prototype.setRowStyles=function(t,e,i,n){},t.prototype.getComputedHeight=function(){return null},t.prototype.reset=function(t){},t}(),oa=function(t){function e(e){var i=t.call(this)||this;return i.fixedRowHeight=e,i}return P(e,t),e.prototype.init=function(e,i,n,a){t.prototype.init.call(this,e,i,n,a),this.fixedRowHeight=pt(this.fixedRowHeight)},e.prototype.setRowStyles=function(t,e){t._setStyle("top",this.getTilePosition(this.fixedRowHeight,e)),t._setStyle("height",ct(this.getTileSize(this.fixedRowHeight,t.rowspan)))},e.prototype.getComputedHeight=function(){return["height",ct(this.getTileSpan(this.fixedRowHeight)+" + "+this.getGutterSpan())]},e.prototype.reset=function(t){t._setListStyle(["height",null]),t._tiles.forEach(function(t){t._setStyle("top",null),t._setStyle("height",null)})},e}(ra),sa=function(t){function e(e){var i=t.call(this)||this;return i._parseRatio(e),i}return P(e,t),e.prototype.setRowStyles=function(t,e,i,n){var a=i/this.rowHeightRatio;this.baseTileHeight=this.getBaseTileSize(a,n),t._setStyle("margin-top",this.getTilePosition(this.baseTileHeight,e)),t._setStyle("padding-top",ct(this.getTileSize(this.baseTileHeight,t.rowspan)))},e.prototype.getComputedHeight=function(){return["padding-bottom",ct(this.getTileSpan(this.baseTileHeight)+" + "+this.getGutterSpan())]},e.prototype.reset=function(t){t._setListStyle(["padding-bottom",null]),t._tiles.forEach(function(t){t._setStyle("margin-top",null),t._setStyle("padding-top",null)})},e.prototype._parseRatio=function(t){var e=t.split(":");if(2!==e.length)throw Error('md-grid-list: invalid ratio given for row-height: "'+t+'"');this.rowHeightRatio=parseFloat(e[0])/parseFloat(e[1])},e}(ra),la=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e.prototype.setRowStyles=function(t,e){var i=100/this._rowspan,n=(this._rows-1)/this._rows,a=this.getBaseTileSize(i,n);t._setStyle("top",this.getTilePosition(a,e)),t._setStyle("height",ct(this.getTileSize(a,t.rowspan)))},e.prototype.reset=function(t){t._tiles.forEach(function(t){t._setStyle("top",null),t._setStyle("height",null)})},e}(ra),ca=function(){function t(t,e,i){this._renderer=t,this._element=e,this._dir=i,this._gutter="1px"}return Object.defineProperty(t.prototype,"cols",{get:function(){return this._cols},set:function(t){this._cols=lt(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"gutterSize",{get:function(){return this._gutter},set:function(t){this._gutter=st(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"rowHeight",{set:function(t){var e=st(t);e!==this._rowHeight&&(this._rowHeight=e,this._setTileStyler(this._rowHeight))},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){this._checkCols(),this._checkRowHeight()},t.prototype.ngAfterContentChecked=function(){this._layoutTiles()},t.prototype._checkCols=function(){if(!this.cols)throw Error('md-grid-list: must pass in number of columns. Example: <md-grid-list cols="3">')},t.prototype._checkRowHeight=function(){this._rowHeight||this._setTileStyler("1:1")},t.prototype._setTileStyler=function(t){this._tileStyler&&this._tileStyler.reset(this),"fit"===t?this._tileStyler=new la:t&&t.indexOf(":")>-1?this._tileStyler=new sa(t):this._tileStyler=new oa(t)},t.prototype._layoutTiles=function(){var t=this,e=new na(this.cols,this._tiles),i=this._dir?this._dir.value:"ltr";this._tileStyler.init(this.gutterSize,e,this.cols,i),this._tiles.forEach(function(i,n){var a=e.positions[n];t._tileStyler.setStyle(i,a.row,a.col)}),this._setListStyle(this._tileStyler.getComputedHeight())},t.prototype._setListStyle=function(t){t&&this._renderer.setStyle(this._element.nativeElement,t[0],t[1])},t}();ca.decorators=[{type:e.Component,args:[{selector:"md-grid-list, mat-grid-list",template:"<div><ng-content></ng-content></div>",styles:[".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-figure{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}.mat-grid-tile .mat-grid-tile-footer,.mat-grid-tile .mat-grid-tile-header{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-footer>*,.mat-grid-tile .mat-grid-tile-header>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-grid-tile .mat-grid-tile-footer.mat-2-line,.mat-grid-tile .mat-grid-tile-header.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}"],host:{class:"mat-grid-list"},changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],ca.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:n.Directionality,decorators:[{type:e.Optional}]}]},ca.propDecorators={_tiles:[{type:e.ContentChildren,args:[Jn]}],cols:[{type:e.Input}],gutterSize:[{type:e.Input}],rowHeight:[{type:e.Input}]};var pa=function(){function t(){}return t}();pa.decorators=[{type:e.NgModule,args:[{imports:[ue,Ut],exports:[ca,Jn,Qn,ue,Ut,ea,ia,ta],declarations:[ca,Jn,Qn,ea,ia,ta]}]}],pa.ctorParameters=function(){return[]};var da=["button","checkbox","color","file","hidden","image","radio","range","reset","submit"],ua=0,ma=function(){function t(t,e,i,n,a,r,s){this._elementRef=t,this._renderer=e,this._platform=i,this.ngControl=n,this._parentForm=a,this._parentFormGroup=r,this._type="text",this._disabled=!1,this._required=!1,this._uid="md-input-"+ua++,this._previousNativeValue=this.value,this.focused=!1,this.errorState=!1,this.stateChanges=new o.Subject,this.placeholder="",this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(function(t){return p.getSupportedInputTypes().has(t)}),this.id=this.id,this._errorOptions=s||{},this.errorStateMatcher=this._errorOptions.errorStateMatcher||j,i.IOS&&e.listen(t.nativeElement,"keyup",function(t){var e=t.target;e.value||e.selectionStart||e.selectionEnd||(e.setSelectionRange(1,1),e.setSelectionRange(0,0))})}return Object.defineProperty(t.prototype,"disabled",{get:function(){return this.ngControl?this.ngControl.disabled:this._disabled},set:function(t){this._disabled=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"id",{get:function(){return this._id},set:function(t){this._id=t||this._uid},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return this._required},set:function(t){this._required=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"type",{get:function(){return this._type},set:function(t){this._type=t||"text",this._validateType(),!this._isTextarea()&&p.getSupportedInputTypes().has(this._type)&&this._renderer.setProperty(this._elementRef.nativeElement,"type",this._type)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return this._elementRef.nativeElement.value},set:function(t){t!==this.value&&(this._elementRef.nativeElement.value=t,this.stateChanges.next())},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(){this.stateChanges.next()},t.prototype.ngOnDestroy=function(){this.stateChanges.complete()},t.prototype.ngDoCheck=function(){this.ngControl?this._updateErrorState():this._dirtyCheckNativeValue()},t.prototype._focusChanged=function(t){t!==this.focused&&(this.focused=t,this.stateChanges.next())},t.prototype._onInput=function(){},t.prototype._updateErrorState=function(){var t=this.errorState,e=this.ngControl,i=this._parentFormGroup||this._parentForm,n=e&&this.errorStateMatcher(e.control,i);n!==t&&(this.errorState=n,this.stateChanges.next())},t.prototype._dirtyCheckNativeValue=function(){var t=this.value;this._previousNativeValue!==t&&(this._previousNativeValue=t,this.stateChanges.next())},t.prototype._validateType=function(){if(da.indexOf(this._type)>-1)throw dt(this._type)},t.prototype._isNeverEmpty=function(){return this._neverEmptyInputTypes.indexOf(this._type)>-1},t.prototype._isBadInput=function(){var t=this._elementRef.nativeElement.validity;return t&&t.badInput},t.prototype._isTextarea=function(){var t=this._elementRef.nativeElement,e=this._platform.isBrowser?t.nodeName:t.name;return!!e&&"textarea"===e.toLowerCase()},Object.defineProperty(t.prototype,"empty",{get:function(){return!(this._isNeverEmpty()||null!=this.value&&""!==this.value||this._isBadInput())},enumerable:!0,configurable:!0}),t.prototype.setDescribedByIds=function(t){this._ariaDescribedby=t.join(" ")},t.prototype.focus=function(){this._elementRef.nativeElement.focus()},t}();ma.decorators=[{type:e.Directive,args:[{selector:"input[mdInput], textarea[mdInput], input[matInput], textarea[matInput]",host:{class:"mat-input-element mat-form-field-autofill-control","[id]":"id","[placeholder]":"placeholder","[disabled]":"disabled","[required]":"required","[attr.aria-describedby]":"_ariaDescribedby || null","[attr.aria-invalid]":"errorState","(blur)":"_focusChanged(false)","(focus)":"_focusChanged(true)","(input)":"_onInput()"},providers:[{provide:Ae,useExisting:ma}]}]}],ma.ctorParameters=function(){return[{type:e.ElementRef},{type:e.Renderer2},{type:p.Platform},{type:h.NgControl,decorators:[{type:e.Optional},{type:e.Self}]},{type:h.NgForm,decorators:[{type:e.Optional}]},{type:h.FormGroupDirective,decorators:[{type:e.Optional}]},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[le]}]}]},ma.propDecorators={disabled:[{type:e.Input}],id:[{type:e.Input}],placeholder:[{type:e.Input}],required:[{type:e.Input}],type:[{type:e.Input}],errorStateMatcher:[{type:e.Input}]};var ha=function(){function t(t,e){this._elementRef=t,this._platform=e}return Object.defineProperty(t.prototype,"minRows",{get:function(){return this._minRows},set:function(t){this._minRows=t,this._setMinHeight()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"maxRows",{get:function(){return this._maxRows},set:function(t){this._maxRows=t,this._setMaxHeight()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matAutosizeMinRows",{get:function(){return this.minRows},set:function(t){this.minRows=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matAutosizeMaxRows",{get:function(){return this.maxRows},set:function(t){this.maxRows=t},enumerable:!0,configurable:!0}),t.prototype._setMinHeight=function(){var t=this.minRows&&this._cachedLineHeight?this.minRows*this._cachedLineHeight+"px":null;t&&this._setTextareaStyle("minHeight",t)},t.prototype._setMaxHeight=function(){var t=this.maxRows&&this._cachedLineHeight?this.maxRows*this._cachedLineHeight+"px":null;t&&this._setTextareaStyle("maxHeight",t)},t.prototype.ngAfterViewInit=function(){this._platform.isBrowser&&(this._cacheTextareaLineHeight(),this.resizeToFitContent())},t.prototype._setTextareaStyle=function(t,e){this._elementRef.nativeElement.style[t]=e},t.prototype._cacheTextareaLineHeight=function(){var t=this._elementRef.nativeElement,e=t.cloneNode(!1);e.rows=1,e.style.position="absolute",e.style.visibility="hidden",e.style.border="none",e.style.padding="0",e.style.height="",e.style.minHeight="",e.style.maxHeight="",e.style.overflow="hidden",t.parentNode.appendChild(e),this._cachedLineHeight=e.clientHeight,t.parentNode.removeChild(e),this._setMinHeight(),this._setMaxHeight()},t.prototype.ngDoCheck=function(){this.resizeToFitContent()},t.prototype.resizeToFitContent=function(){var t=this._elementRef.nativeElement,e=t.value;e!==this._previousValue&&(t.style.height="auto",t.style.overflow="hidden",t.style.height=t.scrollHeight+"px",t.style.overflow="",this._previousValue=e)},t}();ha.decorators=[{type:e.Directive,args:[{selector:"textarea[md-autosize], textarea[mdTextareaAutosize],\n textarea[mat-autosize], textarea[matTextareaAutosize]",exportAs:"mdTextareaAutosize, matTextareaAutosize",host:{rows:"1"}}]}],ha.ctorParameters=function(){return[{type:e.ElementRef},{type:p.Platform}]},ha.propDecorators={minRows:[{type:e.Input,args:["mdAutosizeMinRows"]}],maxRows:[{type:e.Input,args:["mdAutosizeMaxRows"]}],_matAutosizeMinRows:[{type:e.Input,args:["matAutosizeMinRows"]}],_matAutosizeMaxRows:[{type:e.Input,args:["matAutosizeMaxRows"]}]};var ga=function(){function t(){}return t}();ga.decorators=[{type:e.NgModule,args:[{declarations:[ma,ha],imports:[l.CommonModule,We,p.PlatformModule],exports:[We,ma,ha]}]}],ga.ctorParameters=function(){return[]};var fa=function(){function t(){}return t}(),ba=A(fa),_a=function(){function t(){}return t}(),ya=A(_a),va=function(){function t(){}return t}();va.decorators=[{type:e.Directive,args:[{selector:"md-divider, mat-divider",host:{role:"separator","aria-orientation":"horizontal"}}]}],va.ctorParameters=function(){return[]};var xa=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(ba);xa.decorators=[{type:e.Component,args:[{selector:"md-list, mat-list, md-nav-list, mat-nav-list",host:{role:"list"},template:"<ng-content></ng-content>",
|
|
15
|
+
styles:[".mat-subheader{display:block;box-sizing:border-box;padding:16px}.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader{margin:0}.mat-list,.mat-nav-list,.mat-selection-list{padding-top:8px;display:block}.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader{height:48px;line-height:16px}.mat-list .mat-subheader:first-child,.mat-nav-list .mat-subheader:first-child,.mat-selection-list .mat-subheader:first-child{margin-top:-8px}.mat-list .mat-list-item,.mat-nav-list .mat-list-item,.mat-selection-list .mat-list-item{display:block}.mat-list .mat-list-item .mat-list-item-content,.mat-nav-list .mat-list-item .mat-list-item-content,.mat-selection-list .mat-list-item .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:48px;padding:0 16px;position:relative}.mat-list .mat-list-item .mat-list-item-content-reverse,.mat-nav-list .mat-list-item .mat-list-item-content-reverse,.mat-selection-list .mat-list-item .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list .mat-list-item .mat-list-item-ripple,.mat-nav-list .mat-list-item .mat-list-item-ripple,.mat-selection-list .mat-list-item .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list .mat-list-item.mat-list-item-avatar .mat-list-item-content,.mat-nav-list .mat-list-item.mat-list-item-avatar .mat-list-item-content,.mat-selection-list .mat-list-item.mat-list-item-avatar .mat-list-item-content{height:56px}.mat-list .mat-list-item.mat-2-line .mat-list-item-content,.mat-nav-list .mat-list-item.mat-2-line .mat-list-item-content,.mat-selection-list .mat-list-item.mat-2-line .mat-list-item-content{height:72px}.mat-list .mat-list-item.mat-3-line .mat-list-item-content,.mat-nav-list .mat-list-item.mat-3-line .mat-list-item-content,.mat-selection-list .mat-list-item.mat-3-line .mat-list-item-content{height:88px}.mat-list .mat-list-item.mat-multi-line .mat-list-item-content,.mat-nav-list .mat-list-item.mat-multi-line .mat-list-item-content,.mat-selection-list .mat-list-item.mat-multi-line .mat-list-item-content{height:100%;padding:8px 16px}.mat-list .mat-list-item .mat-list-text,.mat-nav-list .mat-list-item .mat-list-text,.mat-selection-list .mat-list-item .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0 16px}.mat-list .mat-list-item .mat-list-text>*,.mat-nav-list .mat-list-item .mat-list-text>*,.mat-selection-list .mat-list-item .mat-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-list .mat-list-item .mat-list-text:empty,.mat-nav-list .mat-list-item .mat-list-text:empty,.mat-selection-list .mat-list-item .mat-list-text:empty{display:none}.mat-list .mat-list-item .mat-list-text:nth-child(2),.mat-nav-list .mat-list-item .mat-list-text:nth-child(2),.mat-selection-list .mat-list-item .mat-list-text:nth-child(2){padding:0}.mat-list .mat-list-item .mat-list-avatar,.mat-nav-list .mat-list-item .mat-list-avatar,.mat-selection-list .mat-list-item .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%}.mat-list .mat-list-item .mat-list-icon,.mat-nav-list .mat-list-item .mat-list-icon,.mat-selection-list .mat-list-item .mat-list-icon{width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list .mat-list-option,.mat-nav-list .mat-list-option,.mat-selection-list .mat-list-option{display:block}.mat-list .mat-list-option .mat-list-item-content,.mat-nav-list .mat-list-option .mat-list-item-content,.mat-selection-list .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:48px;padding:0 16px;position:relative}.mat-list .mat-list-option .mat-list-item-content-reverse,.mat-nav-list .mat-list-option .mat-list-item-content-reverse,.mat-selection-list .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 .mat-list-option .mat-list-item-ripple,.mat-nav-list .mat-list-option .mat-list-item-ripple,.mat-selection-list .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list .mat-list-option.mat-list-item-avatar .mat-list-item-content,.mat-nav-list .mat-list-option.mat-list-item-avatar .mat-list-item-content,.mat-selection-list .mat-list-option.mat-list-item-avatar .mat-list-item-content{height:56px}.mat-list .mat-list-option.mat-2-line .mat-list-item-content,.mat-nav-list .mat-list-option.mat-2-line .mat-list-item-content,.mat-selection-list .mat-list-option.mat-2-line .mat-list-item-content{height:72px}.mat-list .mat-list-option.mat-3-line .mat-list-item-content,.mat-nav-list .mat-list-option.mat-3-line .mat-list-item-content,.mat-selection-list .mat-list-option.mat-3-line .mat-list-item-content{height:88px}.mat-list .mat-list-option.mat-multi-line .mat-list-item-content,.mat-nav-list .mat-list-option.mat-multi-line .mat-list-item-content,.mat-selection-list .mat-list-option.mat-multi-line .mat-list-item-content{height:100%;padding:8px 16px}.mat-list .mat-list-option .mat-list-text,.mat-nav-list .mat-list-option .mat-list-text,.mat-selection-list .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0 16px}.mat-list .mat-list-option .mat-list-text>*,.mat-nav-list .mat-list-option .mat-list-text>*,.mat-selection-list .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-list .mat-list-option .mat-list-text:empty,.mat-nav-list .mat-list-option .mat-list-text:empty,.mat-selection-list .mat-list-option .mat-list-text:empty{display:none}.mat-list .mat-list-option .mat-list-text:nth-child(2),.mat-nav-list .mat-list-option .mat-list-text:nth-child(2),.mat-selection-list .mat-list-option .mat-list-text:nth-child(2){padding:0}.mat-list .mat-list-option .mat-list-avatar,.mat-nav-list .mat-list-option .mat-list-avatar,.mat-selection-list .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%}.mat-list .mat-list-option .mat-list-icon,.mat-nav-list .mat-list-option .mat-list-icon,.mat-selection-list .mat-list-option .mat-list-icon{width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list[dense],.mat-nav-list[dense],.mat-selection-list[dense]{padding-top:4px;display:block}.mat-list[dense] .mat-subheader,.mat-nav-list[dense] .mat-subheader,.mat-selection-list[dense] .mat-subheader{height:40px;line-height:8px}.mat-list[dense] .mat-subheader:first-child,.mat-nav-list[dense] .mat-subheader:first-child,.mat-selection-list[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list[dense] .mat-list-item,.mat-nav-list[dense] .mat-list-item,.mat-selection-list[dense] .mat-list-item{display:block}.mat-list[dense] .mat-list-item .mat-list-item-content,.mat-nav-list[dense] .mat-list-item .mat-list-item-content,.mat-selection-list[dense] .mat-list-item .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:40px;padding:0 16px;position:relative}.mat-list[dense] .mat-list-item .mat-list-item-content-reverse,.mat-nav-list[dense] .mat-list-item .mat-list-item-content-reverse,.mat-selection-list[dense] .mat-list-item .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list[dense] .mat-list-item .mat-list-item-ripple,.mat-nav-list[dense] .mat-list-item .mat-list-item-ripple,.mat-selection-list[dense] .mat-list-item .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list[dense] .mat-list-item.mat-list-item-avatar .mat-list-item-content,.mat-nav-list[dense] .mat-list-item.mat-list-item-avatar .mat-list-item-content,.mat-selection-list[dense] .mat-list-item.mat-list-item-avatar .mat-list-item-content{height:48px}.mat-list[dense] .mat-list-item.mat-2-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-item.mat-2-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-item.mat-2-line .mat-list-item-content{height:60px}.mat-list[dense] .mat-list-item.mat-3-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-item.mat-3-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-item.mat-3-line .mat-list-item-content{height:76px}.mat-list[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-item.mat-multi-line .mat-list-item-content{height:100%;padding:8px 16px}.mat-list[dense] .mat-list-item .mat-list-text,.mat-nav-list[dense] .mat-list-item .mat-list-text,.mat-selection-list[dense] .mat-list-item .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0 16px}.mat-list[dense] .mat-list-item .mat-list-text>*,.mat-nav-list[dense] .mat-list-item .mat-list-text>*,.mat-selection-list[dense] .mat-list-item .mat-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-list[dense] .mat-list-item .mat-list-text:empty,.mat-nav-list[dense] .mat-list-item .mat-list-text:empty,.mat-selection-list[dense] .mat-list-item .mat-list-text:empty{display:none}.mat-list[dense] .mat-list-item .mat-list-text:nth-child(2),.mat-nav-list[dense] .mat-list-item .mat-list-text:nth-child(2),.mat-selection-list[dense] .mat-list-item .mat-list-text:nth-child(2){padding:0}.mat-list[dense] .mat-list-item .mat-list-avatar,.mat-nav-list[dense] .mat-list-item .mat-list-avatar,.mat-selection-list[dense] .mat-list-item .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%}.mat-list[dense] .mat-list-item .mat-list-icon,.mat-nav-list[dense] .mat-list-item .mat-list-icon,.mat-selection-list[dense] .mat-list-item .mat-list-icon{width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list[dense] .mat-list-option,.mat-nav-list[dense] .mat-list-option,.mat-selection-list[dense] .mat-list-option{display:block}.mat-list[dense] .mat-list-option .mat-list-item-content,.mat-nav-list[dense] .mat-list-option .mat-list-item-content,.mat-selection-list[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:40px;padding:0 16px;position:relative}.mat-list[dense] .mat-list-option .mat-list-item-content-reverse,.mat-nav-list[dense] .mat-list-option .mat-list-item-content-reverse,.mat-selection-list[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[dense] .mat-list-option .mat-list-item-ripple,.mat-nav-list[dense] .mat-list-option .mat-list-item-ripple,.mat-selection-list[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list[dense] .mat-list-option.mat-list-item-avatar .mat-list-item-content,.mat-nav-list[dense] .mat-list-option.mat-list-item-avatar .mat-list-item-content,.mat-selection-list[dense] .mat-list-option.mat-list-item-avatar .mat-list-item-content{height:48px}.mat-list[dense] .mat-list-option.mat-2-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-option.mat-2-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-option.mat-2-line .mat-list-item-content{height:60px}.mat-list[dense] .mat-list-option.mat-3-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-option.mat-3-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-option.mat-3-line .mat-list-item-content{height:76px}.mat-list[dense] .mat-list-option.mat-multi-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-option.mat-multi-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-option.mat-multi-line .mat-list-item-content{height:100%;padding:8px 16px}.mat-list[dense] .mat-list-option .mat-list-text,.mat-nav-list[dense] .mat-list-option .mat-list-text,.mat-selection-list[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0 16px}.mat-list[dense] .mat-list-option .mat-list-text>*,.mat-nav-list[dense] .mat-list-option .mat-list-text>*,.mat-selection-list[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-list[dense] .mat-list-option .mat-list-text:empty,.mat-nav-list[dense] .mat-list-option .mat-list-text:empty,.mat-selection-list[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list[dense] .mat-list-option .mat-list-text:nth-child(2),.mat-nav-list[dense] .mat-list-option .mat-list-text:nth-child(2),.mat-selection-list[dense] .mat-list-option .mat-list-text:nth-child(2){padding:0}.mat-list[dense] .mat-list-option .mat-list-avatar,.mat-nav-list[dense] .mat-list-option .mat-list-avatar,.mat-selection-list[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%}.mat-list[dense] .mat-list-option .mat-list-icon,.mat-nav-list[dense] .mat-list-option .mat-list-icon,.mat-selection-list[dense] .mat-list-option .mat-list-icon{width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-divider{display:block;border-top-style:solid;border-top-width:1px;margin:0}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item-content{cursor:pointer}.mat-nav-list .mat-list-item-content.mat-list-item-focus,.mat-nav-list .mat-list-item-content:hover{outline:0}.mat-list-option:not([disabled]){cursor:pointer}"],inputs:["disableRipple"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],xa.ctorParameters=function(){return[]};var Ca=function(){function t(){}return t}();Ca.decorators=[{type:e.Directive,args:[{selector:"md-list, mat-list",host:{class:"mat-list"}}]}],Ca.ctorParameters=function(){return[]};var ka=function(){function t(){}return t}();ka.decorators=[{type:e.Directive,args:[{selector:"md-nav-list, mat-nav-list",host:{class:"mat-nav-list"}}]}],ka.ctorParameters=function(){return[]};var wa=function(){function t(){}return t}();wa.decorators=[{type:e.Directive,args:[{selector:"md-divider, mat-divider",host:{class:"mat-divider"}}]}],wa.ctorParameters=function(){return[]};var Da=function(){function t(){}return t}();Da.decorators=[{type:e.Directive,args:[{selector:"[md-list-avatar], [mat-list-avatar], [mdListAvatar], [matListAvatar]",host:{class:"mat-list-avatar"}}]}],Da.ctorParameters=function(){return[]};var Ma=function(){function t(){}return t}();Ma.decorators=[{type:e.Directive,args:[{selector:"[md-list-icon], [mat-list-icon], [mdListIcon], [matListIcon]",host:{class:"mat-list-icon"}}]}],Ma.ctorParameters=function(){return[]};var Sa=function(){function t(){}return t}();Sa.decorators=[{type:e.Directive,args:[{selector:"[md-subheader], [mat-subheader], [mdSubheader], [matSubheader]",host:{class:"mat-subheader"}}]}],Sa.ctorParameters=function(){return[]};var Ia=function(t){function e(e,i,n,a){var r=t.call(this)||this;return r._renderer=e,r._element=i,r._list=n,r._isNavList=!1,r._isNavList=!!a,r}return P(e,t),Object.defineProperty(e.prototype,"_hasAvatar",{set:function(t){null!=t?this._renderer.addClass(this._element.nativeElement,"mat-list-item-avatar"):this._renderer.removeClass(this._element.nativeElement,"mat-list-item-avatar")},enumerable:!0,configurable:!0}),e.prototype.ngAfterContentInit=function(){this._lineSetter=new de(this._lines,this._renderer,this._element)},e.prototype._isRippleDisabled=function(){return!this._isNavList||this.disableRipple||this._list.disableRipple},e.prototype._handleFocus=function(){this._renderer.addClass(this._element.nativeElement,"mat-list-item-focus")},e.prototype._handleBlur=function(){this._renderer.removeClass(this._element.nativeElement,"mat-list-item-focus")},e.prototype._getHostElement=function(){return this._element.nativeElement},e}(ya);Ia.decorators=[{type:e.Component,args:[{selector:"md-list-item, mat-list-item, a[md-list-item], a[mat-list-item]",host:{role:"listitem",class:"mat-list-item","(focus)":"_handleFocus()","(blur)":"_handleBlur()"},inputs:["disableRipple"],template:'<div class="mat-list-item-content"><div class="mat-list-item-ripple" mat-ripple [matRippleTrigger]="_getHostElement()" [matRippleDisabled]="_isRippleDisabled()"></div><ng-content select="[md-list-avatar], [md-list-icon], [mat-list-avatar], [mat-list-icon], [mdListAvatar], [mdListIcon], [matListAvatar], [matListIcon]"></ng-content><div class="mat-list-text"><ng-content select="[md-line], [mat-line], [mdLine], [matLine]"></ng-content></div><ng-content></ng-content></div>',encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,viewProviders:[{provide:Vt,useValue:!0}]}]}],Ia.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:xa,decorators:[{type:e.Optional}]},{type:ka,decorators:[{type:e.Optional}]}]},Ia.propDecorators={_lines:[{type:e.ContentChildren,args:[pe]}],_hasAvatar:[{type:e.ContentChild,args:[Da]}]};var Oa=function(){function t(){}return t}(),Pa=A(E(Oa)),Ra=function(){function t(){}return t}(),Ea=A(Ra),Ta=function(t){function i(i,n,a,r){var o=t.call(this)||this;return o._renderer=i,o._element=n,o._changeDetector=a,o.selectionList=r,o._selected=!1,o._disabled=!1,o._hasFocus=!1,o.checkboxPosition="after",o.onFocus=new e.EventEmitter,o.selectChange=new e.EventEmitter,o.deselected=new e.EventEmitter,o.destroyed=new e.EventEmitter,o}return P(i,t),Object.defineProperty(i.prototype,"disabled",{get:function(){return this.selectionList&&this.selectionList.disabled||this._disabled},set:function(t){this._disabled=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"selected",{get:function(){return this._selected},set:function(t){this._selected=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),i.prototype.ngAfterContentInit=function(){this._lineSetter=new de(this._lines,this._renderer,this._element),this.selectionList.disabled&&(this.disabled=!0)},i.prototype.ngOnDestroy=function(){this.destroyed.emit({option:this})},i.prototype.toggle=function(){this.selected=!this.selected,this.selectionList.selectedOptions.toggle(this),this._changeDetector.markForCheck()},i.prototype.focus=function(){this._element.nativeElement.focus(),this.onFocus.emit({option:this})},i.prototype._isRippleDisabled=function(){return this.disabled||this.disableRipple||this.selectionList.disableRipple},i.prototype._handleClick=function(){this.disabled||this.toggle()},i.prototype._handleFocus=function(){this._hasFocus=!0,this._renderer.addClass(this._element.nativeElement,"mat-list-item-focus")},i.prototype._handleBlur=function(){this._renderer.removeClass(this._element.nativeElement,"mat-list-item-focus")},i.prototype._getHostElement=function(){return this._element.nativeElement},i}(Ea);Ta.decorators=[{type:e.Component,args:[{selector:"md-list-option, mat-list-option",inputs:["disableRipple"],host:{role:"option",class:"mat-list-item mat-list-option","(focus)":"_handleFocus()","(blur)":"_handleBlur()","(click)":"_handleClick()",tabindex:"-1","[class.mat-list-item-disabled]":"disabled","[attr.aria-selected]":"selected.toString()","[attr.aria-disabled]":"disabled.toString()"},template:'<div class="mat-list-item-content" [class.mat-list-item-content-reverse]="checkboxPosition == \'after\'" [class.mat-list-item-disabled]="disabled"><div mat-ripple class="mat-list-item-ripple" [matRippleTrigger]="_getHostElement()" [matRippleDisabled]="_isRippleDisabled()"></div><mat-pseudo-checkbox #autocheckbox [state]="selected ? \'checked\' : \'unchecked\'" [disabled]="disabled"></mat-pseudo-checkbox><div class="mat-list-text"><ng-content></ng-content></div></div>',encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,viewProviders:[{provide:Vt,useValue:!0}]}]}],Ta.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:e.ChangeDetectorRef},{type:Aa,decorators:[{type:e.Optional},{type:e.Inject,args:[e.forwardRef(function(){return Aa})]}]}]},Ta.propDecorators={_lines:[{type:e.ContentChildren,args:[pe]}],checkboxPosition:[{type:e.Input}],value:[{type:e.Input}],disabled:[{type:e.Input}],selected:[{type:e.Input}],selectChange:[{type:e.Output}],deselected:[{type:e.Output}],destroyed:[{type:e.Output}]};var Aa=function(t){function e(e){var i=t.call(this)||this;return i._element=e,i._tabIndex=0,i._optionFocusSubscription=x.Subscription.EMPTY,i._optionDestroyStream=x.Subscription.EMPTY,i.selectedOptions=new v.SelectionModel(!0),i}return P(e,t),e.prototype.ngAfterContentInit=function(){this._keyManager=new i.FocusKeyManager(this.options).withWrap(),this.disabled&&(this._tabIndex=-1),this._optionFocusSubscription=this._onFocusSubscription(),this._optionDestroyStream=this._onDestroySubscription()},e.prototype.ngOnDestroy=function(){this._optionDestroyStream.unsubscribe(),this._optionFocusSubscription.unsubscribe()},e.prototype.focus=function(){this._element.nativeElement.focus()},e.prototype.selectAll=function(){this.options.forEach(function(t){t.selected||t.toggle()})},e.prototype.deselectAll=function(){this.options.forEach(function(t){t.selected&&t.toggle()})},e.prototype._onDestroySubscription=function(){var t=this;return m.RxChain.from(this.options.changes).call(m.startWith,this.options).call(m.switchMap,function(t){return b.merge.apply(void 0,t.map(function(t){return t.destroyed}))}).subscribe(function(e){var i=t.options.toArray().indexOf(e.option);e.option._hasFocus&&(i<t.options.length-1?t._keyManager.setActiveItem(i):i-1>=0&&t._keyManager.setActiveItem(i-1)),e.option.destroyed.unsubscribe()})},e.prototype._onFocusSubscription=function(){var t=this;return m.RxChain.from(this.options.changes).call(m.startWith,this.options).call(m.switchMap,function(t){return b.merge.apply(void 0,t.map(function(t){return t.onFocus}))}).subscribe(function(e){var i=t.options.toArray().indexOf(e.option);t._keyManager.updateActiveItemIndex(i)})},e.prototype._keydown=function(t){switch(t.keyCode){case s.SPACE:this._toggleSelectOnFocusedOption(),t.preventDefault();break;default:this._keyManager.onKeydown(t)}},e.prototype._toggleSelectOnFocusedOption=function(){var t=this._keyManager.activeItemIndex;if(null!=t&&this._isValidIndex(t)){var e=this.options.toArray()[t];e&&e.toggle()}},e.prototype._isValidIndex=function(t){return t>=0&&t<this.options.length},e}(Pa);Aa.decorators=[{type:e.Component,args:[{selector:"md-selection-list, mat-selection-list",inputs:["disabled","disableRipple"],host:{role:"listbox","[attr.tabindex]":"_tabIndex",class:"mat-selection-list","(focus)":"focus()","(keydown)":"_keydown($event)","[attr.aria-disabled]":"disabled.toString()"},template:"<ng-content></ng-content>",
|
|
16
|
+
styles:[".mat-subheader{display:block;box-sizing:border-box;padding:16px}.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader{margin:0}.mat-list,.mat-nav-list,.mat-selection-list{padding-top:8px;display:block}.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader{height:48px;line-height:16px}.mat-list .mat-subheader:first-child,.mat-nav-list .mat-subheader:first-child,.mat-selection-list .mat-subheader:first-child{margin-top:-8px}.mat-list .mat-list-item,.mat-nav-list .mat-list-item,.mat-selection-list .mat-list-item{display:block}.mat-list .mat-list-item .mat-list-item-content,.mat-nav-list .mat-list-item .mat-list-item-content,.mat-selection-list .mat-list-item .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:48px;padding:0 16px;position:relative}.mat-list .mat-list-item .mat-list-item-content-reverse,.mat-nav-list .mat-list-item .mat-list-item-content-reverse,.mat-selection-list .mat-list-item .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list .mat-list-item .mat-list-item-ripple,.mat-nav-list .mat-list-item .mat-list-item-ripple,.mat-selection-list .mat-list-item .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list .mat-list-item.mat-list-item-avatar .mat-list-item-content,.mat-nav-list .mat-list-item.mat-list-item-avatar .mat-list-item-content,.mat-selection-list .mat-list-item.mat-list-item-avatar .mat-list-item-content{height:56px}.mat-list .mat-list-item.mat-2-line .mat-list-item-content,.mat-nav-list .mat-list-item.mat-2-line .mat-list-item-content,.mat-selection-list .mat-list-item.mat-2-line .mat-list-item-content{height:72px}.mat-list .mat-list-item.mat-3-line .mat-list-item-content,.mat-nav-list .mat-list-item.mat-3-line .mat-list-item-content,.mat-selection-list .mat-list-item.mat-3-line .mat-list-item-content{height:88px}.mat-list .mat-list-item.mat-multi-line .mat-list-item-content,.mat-nav-list .mat-list-item.mat-multi-line .mat-list-item-content,.mat-selection-list .mat-list-item.mat-multi-line .mat-list-item-content{height:100%;padding:8px 16px}.mat-list .mat-list-item .mat-list-text,.mat-nav-list .mat-list-item .mat-list-text,.mat-selection-list .mat-list-item .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0 16px}.mat-list .mat-list-item .mat-list-text>*,.mat-nav-list .mat-list-item .mat-list-text>*,.mat-selection-list .mat-list-item .mat-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-list .mat-list-item .mat-list-text:empty,.mat-nav-list .mat-list-item .mat-list-text:empty,.mat-selection-list .mat-list-item .mat-list-text:empty{display:none}.mat-list .mat-list-item .mat-list-text:nth-child(2),.mat-nav-list .mat-list-item .mat-list-text:nth-child(2),.mat-selection-list .mat-list-item .mat-list-text:nth-child(2){padding:0}.mat-list .mat-list-item .mat-list-avatar,.mat-nav-list .mat-list-item .mat-list-avatar,.mat-selection-list .mat-list-item .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%}.mat-list .mat-list-item .mat-list-icon,.mat-nav-list .mat-list-item .mat-list-icon,.mat-selection-list .mat-list-item .mat-list-icon{width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list .mat-list-option,.mat-nav-list .mat-list-option,.mat-selection-list .mat-list-option{display:block}.mat-list .mat-list-option .mat-list-item-content,.mat-nav-list .mat-list-option .mat-list-item-content,.mat-selection-list .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:48px;padding:0 16px;position:relative}.mat-list .mat-list-option .mat-list-item-content-reverse,.mat-nav-list .mat-list-option .mat-list-item-content-reverse,.mat-selection-list .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 .mat-list-option .mat-list-item-ripple,.mat-nav-list .mat-list-option .mat-list-item-ripple,.mat-selection-list .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list .mat-list-option.mat-list-item-avatar .mat-list-item-content,.mat-nav-list .mat-list-option.mat-list-item-avatar .mat-list-item-content,.mat-selection-list .mat-list-option.mat-list-item-avatar .mat-list-item-content{height:56px}.mat-list .mat-list-option.mat-2-line .mat-list-item-content,.mat-nav-list .mat-list-option.mat-2-line .mat-list-item-content,.mat-selection-list .mat-list-option.mat-2-line .mat-list-item-content{height:72px}.mat-list .mat-list-option.mat-3-line .mat-list-item-content,.mat-nav-list .mat-list-option.mat-3-line .mat-list-item-content,.mat-selection-list .mat-list-option.mat-3-line .mat-list-item-content{height:88px}.mat-list .mat-list-option.mat-multi-line .mat-list-item-content,.mat-nav-list .mat-list-option.mat-multi-line .mat-list-item-content,.mat-selection-list .mat-list-option.mat-multi-line .mat-list-item-content{height:100%;padding:8px 16px}.mat-list .mat-list-option .mat-list-text,.mat-nav-list .mat-list-option .mat-list-text,.mat-selection-list .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0 16px}.mat-list .mat-list-option .mat-list-text>*,.mat-nav-list .mat-list-option .mat-list-text>*,.mat-selection-list .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-list .mat-list-option .mat-list-text:empty,.mat-nav-list .mat-list-option .mat-list-text:empty,.mat-selection-list .mat-list-option .mat-list-text:empty{display:none}.mat-list .mat-list-option .mat-list-text:nth-child(2),.mat-nav-list .mat-list-option .mat-list-text:nth-child(2),.mat-selection-list .mat-list-option .mat-list-text:nth-child(2){padding:0}.mat-list .mat-list-option .mat-list-avatar,.mat-nav-list .mat-list-option .mat-list-avatar,.mat-selection-list .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%}.mat-list .mat-list-option .mat-list-icon,.mat-nav-list .mat-list-option .mat-list-icon,.mat-selection-list .mat-list-option .mat-list-icon{width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list[dense],.mat-nav-list[dense],.mat-selection-list[dense]{padding-top:4px;display:block}.mat-list[dense] .mat-subheader,.mat-nav-list[dense] .mat-subheader,.mat-selection-list[dense] .mat-subheader{height:40px;line-height:8px}.mat-list[dense] .mat-subheader:first-child,.mat-nav-list[dense] .mat-subheader:first-child,.mat-selection-list[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list[dense] .mat-list-item,.mat-nav-list[dense] .mat-list-item,.mat-selection-list[dense] .mat-list-item{display:block}.mat-list[dense] .mat-list-item .mat-list-item-content,.mat-nav-list[dense] .mat-list-item .mat-list-item-content,.mat-selection-list[dense] .mat-list-item .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:40px;padding:0 16px;position:relative}.mat-list[dense] .mat-list-item .mat-list-item-content-reverse,.mat-nav-list[dense] .mat-list-item .mat-list-item-content-reverse,.mat-selection-list[dense] .mat-list-item .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list[dense] .mat-list-item .mat-list-item-ripple,.mat-nav-list[dense] .mat-list-item .mat-list-item-ripple,.mat-selection-list[dense] .mat-list-item .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list[dense] .mat-list-item.mat-list-item-avatar .mat-list-item-content,.mat-nav-list[dense] .mat-list-item.mat-list-item-avatar .mat-list-item-content,.mat-selection-list[dense] .mat-list-item.mat-list-item-avatar .mat-list-item-content{height:48px}.mat-list[dense] .mat-list-item.mat-2-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-item.mat-2-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-item.mat-2-line .mat-list-item-content{height:60px}.mat-list[dense] .mat-list-item.mat-3-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-item.mat-3-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-item.mat-3-line .mat-list-item-content{height:76px}.mat-list[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-item.mat-multi-line .mat-list-item-content{height:100%;padding:8px 16px}.mat-list[dense] .mat-list-item .mat-list-text,.mat-nav-list[dense] .mat-list-item .mat-list-text,.mat-selection-list[dense] .mat-list-item .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0 16px}.mat-list[dense] .mat-list-item .mat-list-text>*,.mat-nav-list[dense] .mat-list-item .mat-list-text>*,.mat-selection-list[dense] .mat-list-item .mat-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-list[dense] .mat-list-item .mat-list-text:empty,.mat-nav-list[dense] .mat-list-item .mat-list-text:empty,.mat-selection-list[dense] .mat-list-item .mat-list-text:empty{display:none}.mat-list[dense] .mat-list-item .mat-list-text:nth-child(2),.mat-nav-list[dense] .mat-list-item .mat-list-text:nth-child(2),.mat-selection-list[dense] .mat-list-item .mat-list-text:nth-child(2){padding:0}.mat-list[dense] .mat-list-item .mat-list-avatar,.mat-nav-list[dense] .mat-list-item .mat-list-avatar,.mat-selection-list[dense] .mat-list-item .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%}.mat-list[dense] .mat-list-item .mat-list-icon,.mat-nav-list[dense] .mat-list-item .mat-list-icon,.mat-selection-list[dense] .mat-list-item .mat-list-icon{width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list[dense] .mat-list-option,.mat-nav-list[dense] .mat-list-option,.mat-selection-list[dense] .mat-list-option{display:block}.mat-list[dense] .mat-list-option .mat-list-item-content,.mat-nav-list[dense] .mat-list-option .mat-list-item-content,.mat-selection-list[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:40px;padding:0 16px;position:relative}.mat-list[dense] .mat-list-option .mat-list-item-content-reverse,.mat-nav-list[dense] .mat-list-option .mat-list-item-content-reverse,.mat-selection-list[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[dense] .mat-list-option .mat-list-item-ripple,.mat-nav-list[dense] .mat-list-option .mat-list-item-ripple,.mat-selection-list[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list[dense] .mat-list-option.mat-list-item-avatar .mat-list-item-content,.mat-nav-list[dense] .mat-list-option.mat-list-item-avatar .mat-list-item-content,.mat-selection-list[dense] .mat-list-option.mat-list-item-avatar .mat-list-item-content{height:48px}.mat-list[dense] .mat-list-option.mat-2-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-option.mat-2-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-option.mat-2-line .mat-list-item-content{height:60px}.mat-list[dense] .mat-list-option.mat-3-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-option.mat-3-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-option.mat-3-line .mat-list-item-content{height:76px}.mat-list[dense] .mat-list-option.mat-multi-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-option.mat-multi-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-option.mat-multi-line .mat-list-item-content{height:100%;padding:8px 16px}.mat-list[dense] .mat-list-option .mat-list-text,.mat-nav-list[dense] .mat-list-option .mat-list-text,.mat-selection-list[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0 16px}.mat-list[dense] .mat-list-option .mat-list-text>*,.mat-nav-list[dense] .mat-list-option .mat-list-text>*,.mat-selection-list[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-list[dense] .mat-list-option .mat-list-text:empty,.mat-nav-list[dense] .mat-list-option .mat-list-text:empty,.mat-selection-list[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list[dense] .mat-list-option .mat-list-text:nth-child(2),.mat-nav-list[dense] .mat-list-option .mat-list-text:nth-child(2),.mat-selection-list[dense] .mat-list-option .mat-list-text:nth-child(2){padding:0}.mat-list[dense] .mat-list-option .mat-list-avatar,.mat-nav-list[dense] .mat-list-option .mat-list-avatar,.mat-selection-list[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%}.mat-list[dense] .mat-list-option .mat-list-icon,.mat-nav-list[dense] .mat-list-option .mat-list-icon,.mat-selection-list[dense] .mat-list-option .mat-list-icon{width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-divider{display:block;border-top-style:solid;border-top-width:1px;margin:0}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item-content{cursor:pointer}.mat-nav-list .mat-list-item-content.mat-list-item-focus,.mat-nav-list .mat-list-item-content:hover{outline:0}.mat-list-option:not([disabled]){cursor:pointer}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],Aa.ctorParameters=function(){return[{type:e.ElementRef}]},Aa.propDecorators={options:[{type:e.ContentChildren,args:[Ta]}]};var La=function(){function t(){}return t}();La.decorators=[{type:e.NgModule,args:[{imports:[ue,_e,Ut,ve,l.CommonModule],exports:[xa,Ia,va,Da,ue,Ut,Ma,Ca,ka,wa,Sa,ve,Aa,Ta],declarations:[xa,Ia,va,Da,Ma,Ca,ka,wa,Sa,Aa,Ta]}]}],La.ctorParameters=function(){return[]};var Fa=function(){function t(){}return t}(),Ba=E(Fa),Va=function(t){function e(e){var i=t.call(this)||this;return i._elementRef=e,i.hover=new o.Subject,i._highlighted=!1,i._triggersSubmenu=!1,i}return P(e,t),e.prototype.focus=function(){this._getHostElement().focus()},e.prototype.ngOnDestroy=function(){this.hover.complete()},e.prototype._getTabIndex=function(){return this.disabled?"-1":"0"},e.prototype._getHostElement=function(){return this._elementRef.nativeElement},e.prototype._checkDisabled=function(t){this.disabled&&(t.preventDefault(),t.stopPropagation())},e.prototype._emitHoverEvent=function(){this.disabled||this.hover.next(this)},e}(Ba);Va.decorators=[{type:e.Component,args:[{selector:"[md-menu-item], [mat-menu-item]",inputs:["disabled"],host:{role:"menuitem",class:"mat-menu-item","[class.mat-menu-item-highlighted]":"_highlighted","[class.mat-menu-item-submenu-trigger]":"_triggersSubmenu","[attr.tabindex]":"_getTabIndex()","[attr.aria-disabled]":"disabled.toString()","[attr.disabled]":"disabled || null","(click)":"_checkDisabled($event)","(mouseenter)":"_emitHoverEvent()"},changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,template:'<ng-content></ng-content><div class="mat-menu-ripple" *ngIf="!disabled" mat-ripple [matRippleTrigger]="_getHostElement()"></div>',exportAs:"mdMenuItem, matMenuItem",viewProviders:[{provide:Vt,useValue:!0}]}]}],Va.ctorParameters=function(){return[{type:e.ElementRef}]};var ja=g.trigger("transformMenu",[g.state("void",g.style({opacity:0,transform:"scale(0.01, 0.01)"})),g.state("enter-start",g.style({opacity:1,transform:"scale(1, 0.5)"})),g.state("enter",g.style({transform:"scale(1, 1)"})),g.transition("void => enter-start",g.animate("100ms linear")),g.transition("enter-start => enter",g.animate("300ms cubic-bezier(0.25, 0.8, 0.25, 1)")),g.transition("* => void",g.animate("150ms 50ms linear",g.style({opacity:0})))]),za=g.trigger("fadeInItems",[g.state("showing",g.style({opacity:1})),g.transition("void => *",[g.style({opacity:0}),g.animate("400ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)")])]),Na=new e.InjectionToken("md-menu-default-options"),Wa=function(){function t(t,i){this._elementRef=t,this._defaultOptions=i,this._xPosition=this._defaultOptions.xPosition,this._yPosition=this._defaultOptions.yPosition,this._tabSubscription=x.Subscription.EMPTY,this._classList={},this._panelAnimationState="void",this.overlapTrigger=this._defaultOptions.overlapTrigger,this.close=new e.EventEmitter}return Object.defineProperty(t.prototype,"xPosition",{get:function(){return this._xPosition},set:function(t){"before"!==t&&"after"!==t&&mt(),this._xPosition=t,this.setPositionClasses()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"yPosition",{get:function(){return this._yPosition},set:function(t){"above"!==t&&"below"!==t&&ht(),this._yPosition=t,this.setPositionClasses()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classList",{set:function(t){t&&t.length&&(this._classList=t.split(" ").reduce(function(t,e){return t[e]=!0,t},{}),this._elementRef.nativeElement.className="",this.setPositionClasses())},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){var t=this;this._keyManager=new i.FocusKeyManager(this.items).withWrap(),this._tabSubscription=this._keyManager.tabOut.subscribe(function(){return t.close.emit("keydown")})},t.prototype.ngOnDestroy=function(){this._tabSubscription.unsubscribe(),this.close.emit(),this.close.complete()},t.prototype.hover=function(){return m.RxChain.from(this.items.changes).call(m.startWith,this.items).call(m.switchMap,function(t){return b.merge.apply(void 0,t.map(function(t){return t.hover}))}).result()},t.prototype._handleKeydown=function(t){switch(t.keyCode){case s.ESCAPE:this.close.emit("keydown"),t.stopPropagation();break;case s.LEFT_ARROW:this.parentMenu&&"ltr"===this.direction&&this.close.emit("keydown");break;case s.RIGHT_ARROW:this.parentMenu&&"rtl"===this.direction&&this.close.emit("keydown");break;default:this._keyManager.onKeydown(t)}},t.prototype.focusFirstItem=function(){this._keyManager.setFirstItemActive()},t.prototype.setPositionClasses=function(t,e){void 0===t&&(t=this.xPosition),void 0===e&&(e=this.yPosition),this._classList["mat-menu-before"]="before"===t,this._classList["mat-menu-after"]="after"===t,this._classList["mat-menu-above"]="above"===e,this._classList["mat-menu-below"]="below"===e},t.prototype.setElevation=function(t){var e="mat-elevation-z"+(2+t),i=Object.keys(this._classList).find(function(t){return t.startsWith("mat-elevation-z")});i&&i!==this._previousElevation||(this._previousElevation&&(this._classList[this._previousElevation]=!1),this._classList[e]=!0,this._previousElevation=e)},t.prototype._startAnimation=function(){this._panelAnimationState="enter-start"},t.prototype._resetAnimation=function(){this._panelAnimationState="void"},t.prototype._onAnimationDone=function(t){"enter-start"===t.toState&&(this._panelAnimationState="enter")},t}();Wa.decorators=[{type:e.Component,args:[{selector:"md-menu, mat-menu",template:'<ng-template><div class="mat-menu-panel" [ngClass]="_classList" (keydown)="_handleKeydown($event)" (click)="close.emit(\'click\')" [@transformMenu]="_panelAnimationState" (@transformMenu.done)="_onAnimationDone($event)" role="menu"><div class="mat-menu-content" [@fadeInItems]="\'showing\'"><ng-content></ng-content></div></div></ng-template>',styles:[".mat-menu-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 48px);border-radius:2px}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-menu-panel.mat-menu-after.mat-menu-below{transform-origin:left top}.mat-menu-panel.mat-menu-after.mat-menu-above{transform-origin:left bottom}.mat-menu-panel.mat-menu-before.mat-menu-below{transform-origin:right top}.mat-menu-panel.mat-menu-before.mat-menu-above{transform-origin:right bottom}[dir=rtl] .mat-menu-panel.mat-menu-after.mat-menu-below{transform-origin:right top}[dir=rtl] .mat-menu-panel.mat-menu-after.mat-menu-above{transform-origin:right bottom}[dir=rtl] .mat-menu-panel.mat-menu-before.mat-menu-below{transform-origin:left top}[dir=rtl] .mat-menu-panel.mat-menu-before.mat-menu-above{transform-origin:left bottom}.mat-menu-panel.ng-animating{pointer-events:none}@media screen and (-ms-high-contrast:active){.mat-menu-panel{outline:solid 1px}}.mat-menu-content{padding-top:8px;padding-bottom:8px}.mat-menu-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;position:relative}.mat-menu-item[disabled]{cursor:default}[dir=rtl] .mat-menu-item{text-align:right}.mat-menu-item .mat-icon{margin-right:16px}[dir=rtl] .mat-menu-item .mat-icon{margin-left:16px;margin-right:0}.mat-menu-item .mat-icon{vertical-align:middle}.mat-menu-item-submenu-trigger{padding-right:32px}.mat-menu-item-submenu-trigger::after{width:0;height:0;border-style:solid;border-width:5px 0 5px 5px;border-color:transparent transparent transparent currentColor;content:'';display:inline-block;position:absolute;top:50%;right:16px;transform:translateY(-50%)}[dir=rtl] .mat-menu-item-submenu-trigger{padding-right:8px;padding-left:32px}[dir=rtl] .mat-menu-item-submenu-trigger::after{right:auto;left:16px;transform:rotateY(180deg) translateY(-50%)}button.mat-menu-item{width:100%}.mat-menu-ripple{top:0;left:0;right:0;bottom:0;position:absolute}"],changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,animations:[ja,za],exportAs:"mdMenu, matMenu"}]}],Wa.ctorParameters=function(){return[{type:e.ElementRef},{type:void 0,decorators:[{type:e.Inject,args:[Na]}]}]},Wa.propDecorators={xPosition:[{type:e.Input}],yPosition:[{type:e.Input}],templateRef:[{type:e.ViewChild,args:[e.TemplateRef]}],items:[{type:e.ContentChildren,args:[Va]}],overlapTrigger:[{type:e.Input}],classList:[{type:e.Input,args:["class"]}],close:[{type:e.Output}]};var Ha=new e.InjectionToken("md-menu-scroll-strategy"),Ga={provide:Ha,deps:[d.Overlay],useFactory:gt},Ya=function(){function t(t,i,n,a,r,o,s){this._overlay=t,this._element=i,this._viewContainerRef=n,this._scrollStrategy=a,this._parentMenu=r,this._menuItemInstance=o,this._dir=s,this._overlayRef=null,this._menuOpen=!1,this._closeSubscription=x.Subscription.EMPTY,this._positionSubscription=x.Subscription.EMPTY,this._hoverSubscription=x.Subscription.EMPTY,this._openedByMouse=!1,this.onMenuOpen=new e.EventEmitter,this.onMenuClose=new e.EventEmitter,o&&(o._triggersSubmenu=this.triggersSubmenu())}return Object.defineProperty(t.prototype,"_deprecatedMdMenuTriggerFor",{get:function(){return this.menu},set:function(t){this.menu=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_deprecatedMatMenuTriggerFor",{get:function(){return this.menu},set:function(t){this.menu=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matMenuTriggerFor",{get:function(){return this.menu},set:function(t){this.menu=t},enumerable:!0,configurable:!0}),t.prototype.ngAfterViewInit=function(){var t=this;this._checkMenu(),this.menu.close.subscribe(function(e){t.closeMenu(),"click"===e&&t._parentMenu&&t._parentMenu.close.emit(e)}),this.triggersSubmenu()&&(this._hoverSubscription=m.filter.call(this._parentMenu.hover(),function(e){return e===t._menuItemInstance}).subscribe(function(){t._openedByMouse=!0,t.openMenu()}))},t.prototype.ngOnDestroy=function(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=null),this._cleanUpSubscriptions()},Object.defineProperty(t.prototype,"menuOpen",{get:function(){return this._menuOpen},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"dir",{get:function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},enumerable:!0,configurable:!0}),t.prototype.triggersSubmenu=function(){return!(!this._menuItemInstance||!this._parentMenu)},t.prototype.toggleMenu=function(){return this._menuOpen?this.closeMenu():this.openMenu()},t.prototype.openMenu=function(){var t=this;this._menuOpen||(this._createOverlay().attach(this._portal),this._closeSubscription=this._menuClosingActions().subscribe(function(){return t.menu.close.emit()}),this._initMenu(),this.menu instanceof Wa&&this.menu._startAnimation())},t.prototype.closeMenu=function(){this._overlayRef&&this.menuOpen&&(this._resetMenu(),this._overlayRef.detach(),this._closeSubscription.unsubscribe(),this.menu.close.emit(),this.menu instanceof Wa&&this.menu._resetAnimation())},t.prototype.focus=function(){this._element.nativeElement.focus()},t.prototype._initMenu=function(){this.menu.parentMenu=this.triggersSubmenu()?this._parentMenu:void 0,this.menu.direction=this.dir,this._setMenuElevation(),this._setIsMenuOpen(!0),this._openedByMouse||this.menu.focusFirstItem()},t.prototype._setMenuElevation=function(){if(this.menu.setElevation){for(var t=0,e=this.menu.parentMenu;e;)t++,e=e.parentMenu;this.menu.setElevation(t)}},t.prototype._resetMenu=function(){this._setIsMenuOpen(!1),this._openedByMouse||this.focus(),this._openedByMouse=!1},t.prototype._setIsMenuOpen=function(t){this._menuOpen=t,this._menuOpen?this.onMenuOpen.emit():this.onMenuClose.emit(),this.triggersSubmenu()&&(this._menuItemInstance._highlighted=t)},t.prototype._checkMenu=function(){this.menu||ut()},t.prototype._createOverlay=function(){if(!this._overlayRef){this._portal=new u.TemplatePortal(this.menu.templateRef,this._viewContainerRef);var t=this._getOverlayConfig();this._subscribeToPositions(t.positionStrategy),this._overlayRef=this._overlay.create(t)}return this._overlayRef},t.prototype._getOverlayConfig=function(){return new d.OverlayConfig({positionStrategy:this._getPosition(),hasBackdrop:!this.triggersSubmenu(),backdropClass:"cdk-overlay-transparent-backdrop",direction:this.dir,scrollStrategy:this._scrollStrategy()})},t.prototype._subscribeToPositions=function(t){var e=this;this._positionSubscription=t.onPositionChange.subscribe(function(t){var i="start"===t.connectionPair.overlayX?"after":"before",n="top"===t.connectionPair.overlayY?"below":"above";e.menu.setPositionClasses(i,n)})},t.prototype._getPosition=function(){var t="before"===this.menu.xPosition?["end","start"]:["start","end"],e=t[0],i=t[1],n="above"===this.menu.yPosition?["bottom","top"]:["top","bottom"],a=n[0],r=n[1],o=[a,r],s=o[0],l=o[1],c=[e,i],p=c[0],d=c[1],u=0;return this.triggersSubmenu()?(d=e="before"===this.menu.xPosition?"start":"end",i=p="end"===e?"start":"end",u="bottom"===a?8:-8):this.menu.overlapTrigger||(s="top"===a?"bottom":"top",l="top"===r?"bottom":"top"),this._overlay.position().connectedTo(this._element,{originX:e,originY:s},{overlayX:p,overlayY:a}).withDirection(this.dir).withOffsetY(u).withFallbackPosition({originX:i,originY:s},{overlayX:d,overlayY:a}).withFallbackPosition({originX:e,originY:l},{overlayX:p,overlayY:r}).withFallbackPosition({originX:i,originY:l},{overlayX:d,overlayY:r})},t.prototype._cleanUpSubscriptions=function(){this._closeSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this._hoverSubscription.unsubscribe()},t.prototype._menuClosingActions=function(){var t=this,e=this._overlayRef.backdropClick(),i=this._parentMenu?this._parentMenu.close:_.of(null),n=this._parentMenu?m.RxChain.from(this._parentMenu.hover()).call(m.filter,function(e){return e!==t._menuItemInstance}).call(m.filter,function(){return t._menuOpen}).result():_.of(null);return b.merge(e,i,n)},t.prototype._handleMousedown=function(t){i.isFakeMousedownFromScreenReader(t)||(this._openedByMouse=!0,this.triggersSubmenu()&&t.preventDefault())},t.prototype._handleKeydown=function(t){var e=t.keyCode;this.triggersSubmenu()&&(e===s.RIGHT_ARROW&&"ltr"===this.dir||e===s.LEFT_ARROW&&"rtl"===this.dir)&&this.openMenu()},t.prototype._handleClick=function(t){this.triggersSubmenu()?(t.stopPropagation(),this.openMenu()):this.toggleMenu()},t}();Ya.decorators=[{type:e.Directive,args:[{selector:"[md-menu-trigger-for], [mat-menu-trigger-for],\n [mdMenuTriggerFor], [matMenuTriggerFor]",host:{"aria-haspopup":"true","(mousedown)":"_handleMousedown($event)","(keydown)":"_handleKeydown($event)","(click)":"_handleClick($event)"},exportAs:"mdMenuTrigger, matMenuTrigger"}]}],Ya.ctorParameters=function(){return[{type:d.Overlay},{type:e.ElementRef},{type:e.ViewContainerRef},{type:void 0,decorators:[{type:e.Inject,args:[Ha]}]},{type:Wa,decorators:[{type:e.Optional}]},{type:Va,decorators:[{type:e.Optional},{type:e.Self}]},{type:n.Directionality,decorators:[{type:e.Optional}]}]},Ya.propDecorators={_deprecatedMdMenuTriggerFor:[{type:e.Input,args:["md-menu-trigger-for"]}],_deprecatedMatMenuTriggerFor:[{type:e.Input,args:["mat-menu-trigger-for"]}],_matMenuTriggerFor:[{type:e.Input,args:["matMenuTriggerFor"]}],menu:[{type:e.Input,args:["mdMenuTriggerFor"]}],onMenuOpen:[{type:e.Output}],onMenuClose:[{type:e.Output}]};var Ua=function(){function t(){}return t}();Ua.decorators=[{type:e.NgModule,args:[{imports:[d.OverlayModule,l.CommonModule,_e,Ut],exports:[Wa,Va,Ya,Ut],declarations:[Wa,Va,Ya],providers:[Ga,{provide:Na,useValue:{overlapTrigger:!0,xPosition:"after",yPosition:"below"}}]}]}],Ua.ctorParameters=function(){return[]};var qa=g.trigger("transformPlaceholder",[g.state("floating-ltr",g.style({top:"-22px",left:"-2px",transform:"scale(0.75)"})),g.state("floating-rtl",g.style({top:"-22px",left:"2px",transform:"scale(0.75)"})),g.transition("* => *",g.animate("400ms cubic-bezier(0.25, 0.8, 0.25, 1)"))]),Ka=g.trigger("transformPanel",[g.state("showing",g.style({opacity:1,minWidth:"calc(100% + 32px)",transform:"scaleY(1)"})),g.state("showing-multiple",g.style({opacity:1,minWidth:"calc(100% + 64px)",transform:"scaleY(1)"})),g.transition("void => *",[g.style({opacity:0,minWidth:"100%",transform:"scaleY(0)"}),g.animate("150ms cubic-bezier(0.25, 0.8, 0.25, 1)")]),g.transition("* => void",[g.animate("250ms 100ms linear",g.style({opacity:0}))])]),Xa=g.trigger("fadeInContent",[g.state("showing",g.style({opacity:1})),g.transition("void => showing",[g.style({opacity:0}),g.animate("150ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)")])]),$a=Math.floor(256/48),Za=new e.InjectionToken("md-select-scroll-strategy"),Ja={provide:Za,deps:[d.Overlay],useFactory:yt},Qa=function(){function t(t,e){this.source=t,this.value=e}return t}(),tr=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),er=L(T(E(tr),"primary")),ir=function(){function t(){}return t}();ir.decorators=[{type:e.Directive,args:[{selector:"md-select-trigger, mat-select-trigger"}]}],ir.ctorParameters=function(){return[]};var nr=function(t){function n(i,n,a,r,o,s,l,c,p,d,u,m){var h=t.call(this,r,o)||this;return h._viewportRuler=i,h._changeDetectorRef=n,h._platform=a,h._dir=s,h._parentForm=l,h._parentFormGroup=c,h._control=p,h._scrollStrategyFactory=m,h._panelOpen=!1,h._optionSubscription=x.Subscription.EMPTY,h._changeSubscription=x.Subscription.EMPTY,h._tabSubscription=x.Subscription.EMPTY,h._required=!1,h._scrollTop=0,h._multiple=!1,h._compareWith=function(t,e){return t===e},h._placeholderState="",h._onChange=function(){},h._onTouched=function(){},h._optionIds="",h._transformOrigin="top",h._panelDoneAnimating=!1,h._scrollStrategy=h._scrollStrategyFactory(),h._offsetY=0,h._positions=[{originX:"start",originY:"top",overlayX:"start",overlayY:"top"},{originX:"start",originY:"bottom",overlayX:"start",overlayY:"bottom"}],h._disableRipple=!1,h.ariaLabel="",
|
|
17
|
+
h.ariaLabelledby="",h.onOpen=new e.EventEmitter,h.onClose=new e.EventEmitter,h.change=new e.EventEmitter,h.valueChange=new e.EventEmitter,h._control&&(h._control.valueAccessor=h),h.tabIndex=parseInt(d)||0,h._placeholderOptions=u||{},h.floatPlaceholder=h._placeholderOptions.float||"auto",h}return P(n,t),Object.defineProperty(n.prototype,"placeholder",{get:function(){return this._placeholder},set:function(t){var e=this;this._placeholder=t,Promise.resolve(null).then(function(){return e._setTriggerWidth()})},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"required",{get:function(){return this._required},set:function(t){this._required=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"multiple",{get:function(){return this._multiple},set:function(t){if(this._selectionModel)throw ft();this._multiple=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"compareWith",{get:function(){return this._compareWith},set:function(t){if("function"!=typeof t)throw _t();this._compareWith=t,this._selectionModel&&this._initializeSelection()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"floatPlaceholder",{get:function(){return this._floatPlaceholder},set:function(t){this._floatPlaceholder=t||this._placeholderOptions.float||"auto"},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"value",{get:function(){return this._value},set:function(t){this.writeValue(t),this._value=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disableRipple",{get:function(){return this._disableRipple},set:function(t){this._disableRipple=r.coerceBooleanProperty(t),this._setOptionDisableRipple()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"optionSelectionChanges",{get:function(){return b.merge.apply(void 0,this.options.map(function(t){return t.onSelectionChange}))},enumerable:!0,configurable:!0}),n.prototype.ngOnInit=function(){this._selectionModel=new v.SelectionModel(this.multiple,void 0,!1)},n.prototype.ngAfterContentInit=function(){var t=this;this._initKeyManager(),this._changeSubscription=m.startWith.call(this.options.changes,null).subscribe(function(){t._resetOptions(),t._initializeSelection()})},n.prototype.ngOnDestroy=function(){this._dropSubscriptions(),this._changeSubscription.unsubscribe(),this._tabSubscription.unsubscribe()},n.prototype.toggle=function(){this.panelOpen?this.close():this.open()},n.prototype.open=function(){!this.disabled&&this.options.length&&(this._triggerWidth||this._setTriggerWidth(),this._calculateOverlayPosition(),this._placeholderState=this._floatPlaceholderState(),this._panelOpen=!0,this._changeDetectorRef.markForCheck())},n.prototype.close=function(){this._panelOpen&&(this._panelOpen=!1,this._selectionModel.isEmpty()&&(this._placeholderState=""),this._changeDetectorRef.markForCheck(),this.focus())},n.prototype.writeValue=function(t){this.options&&this._setSelectionByValue(t)},n.prototype.registerOnChange=function(t){this._onChange=t},n.prototype.registerOnTouched=function(t){this._onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t,this._changeDetectorRef.markForCheck()},Object.defineProperty(n.prototype,"panelOpen",{get:function(){return this._panelOpen},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selected",{get:function(){return this.multiple?this._selectionModel.selected:this._selectionModel.selected[0]},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"triggerValue",{get:function(){if(!this._selectionModel||this._selectionModel.isEmpty())return"";if(this._multiple){var t=this._selectionModel.selected.map(function(t){return t.viewValue});return this._isRtl()&&t.reverse(),t.join(", ")}return this._selectionModel.selected[0].viewValue},enumerable:!0,configurable:!0}),n.prototype._isRtl=function(){return!!this._dir&&"rtl"===this._dir.value},n.prototype._setTriggerWidth=function(){this._triggerWidth=this._platform.isBrowser?this._getTriggerRect().width:112,this._changeDetectorRef.markForCheck()},n.prototype._handleClosedKeydown=function(t){this.disabled||(t.keyCode===s.ENTER||t.keyCode===s.SPACE?(t.preventDefault(),this.open()):t.keyCode!==s.UP_ARROW&&t.keyCode!==s.DOWN_ARROW||this._handleArrowKey(t))},n.prototype._handlePanelKeydown=function(t){t.keyCode===s.HOME||t.keyCode===s.END?(t.preventDefault(),t.keyCode===s.HOME?this._keyManager.setFirstItemActive():this._keyManager.setLastItemActive()):this._keyManager.onKeydown(t)},n.prototype._onPanelDone=function(){this.panelOpen?(this._focusCorrectOption(),this.onOpen.emit()):(this.onClose.emit(),this._panelDoneAnimating=!1,this.overlayDir.offsetX=0,this._changeDetectorRef.markForCheck())},n.prototype._onFadeInDone=function(){this._panelDoneAnimating=this.panelOpen,this._changeDetectorRef.markForCheck()},n.prototype._onBlur=function(){this.disabled||this.panelOpen||(this._onTouched(),this._changeDetectorRef.markForCheck())},n.prototype._onAttached=function(){this._calculateOverlayOffsetX(),this._setScrollTop()},n.prototype._hasValue=function(){return this._selectionModel&&this._selectionModel.hasValue()},n.prototype._isErrorState=function(){var t=this._control&&this._control.invalid,e=this._control&&this._control.touched,i=this._parentFormGroup&&this._parentFormGroup.submitted||this._parentForm&&this._parentForm.submitted;return!(!t||!e&&!i)},n.prototype._setScrollTop=function(){this.overlayDir.overlayRef.overlayElement.querySelector(".mat-select-panel").scrollTop=this._scrollTop},n.prototype._initializeSelection=function(){var t=this;Promise.resolve().then(function(){t._setSelectionByValue(t._control?t._control.value:t._value)})},n.prototype._setSelectionByValue=function(t,e){var i=this;void 0===e&&(e=!1);var n=Array.isArray(t);if(this.multiple&&t&&!n)throw bt();if(this._clearSelection(),n)t.forEach(function(t){return i._selectValue(t,e)}),this._sortValues();else{var a=this._selectValue(t,e);a&&this._keyManager.setActiveItem(this.options.toArray().indexOf(a))}this._setValueWidth(),this._selectionModel.isEmpty()&&(this._placeholderState=""),this._changeDetectorRef.markForCheck()},n.prototype._selectValue=function(t,i){var n=this;void 0===i&&(i=!1);var a=this.options.find(function(i){try{return null!=i.value&&n._compareWith(i.value,t)}catch(t){return e.isDevMode()&&console.warn(t),!1}});return a&&(i?a._selectViaInteraction():a.select(),this._selectionModel.select(a)),a},n.prototype._clearSelection=function(t){this._selectionModel.clear(),this.options.forEach(function(e){e!==t&&e.deselect()})},n.prototype._getTriggerRect=function(){return this.trigger.nativeElement.getBoundingClientRect()},n.prototype._initKeyManager=function(){var t=this;this._keyManager=new i.FocusKeyManager(this.options).withTypeAhead(),this._tabSubscription=this._keyManager.tabOut.subscribe(function(){return t.close()})},n.prototype._resetOptions=function(){this._dropSubscriptions(),this._listenToOptions(),this._setOptionIds(),this._setOptionMultiple(),this._setOptionDisableRipple()},n.prototype._listenToOptions=function(){var t=this;this._optionSubscription=m.filter.call(this.optionSelectionChanges,function(t){return t.isUserInput}).subscribe(function(e){t._onSelect(e.source),t._setValueWidth(),t.multiple||t.close()})},n.prototype._onSelect=function(t){var e=this._selectionModel.isSelected(t);this.multiple?(this._selectionModel.toggle(t),e?t.deselect():t.select(),this._sortValues()):(this._clearSelection(null==t.value?void 0:t),null==t.value?this._propagateChanges(t.value):this._selectionModel.select(t)),e!==this._selectionModel.isSelected(t)&&this._propagateChanges()},n.prototype._sortValues=function(){var t=this;this._multiple&&(this._selectionModel.clear(),this.options.forEach(function(e){e.selected&&t._selectionModel.select(e)}))},n.prototype._dropSubscriptions=function(){this._optionSubscription.unsubscribe()},n.prototype._propagateChanges=function(t){var e=null;e=Array.isArray(this.selected)?this.selected.map(function(t){return t.value}):this.selected?this.selected.value:t,this._value=e,this._onChange(e),this.change.emit(new Qa(this,e)),this.valueChange.emit(e)},n.prototype._setOptionIds=function(){this._optionIds=this.options.map(function(t){return t.id}).join(" ")},n.prototype._setOptionMultiple=function(){var t=this;this.multiple&&Promise.resolve(null).then(function(){t.options.forEach(function(e){return e.multiple=t.multiple})})},n.prototype._setOptionDisableRipple=function(){var t=this;this.options&&this.options.forEach(function(e){return e.disableRipple=t.disableRipple})},n.prototype._setValueWidth=function(){this._selectedValueWidth=this._triggerWidth-13,this._changeDetectorRef.markForCheck()},n.prototype._focusCorrectOption=function(){this._selectionModel.isEmpty()?this._keyManager.setFirstItemActive():this._keyManager.setActiveItem(this._getOptionIndex(this._selectionModel.selected[0]))},n.prototype.focus=function(){this._elementRef.nativeElement.focus()},n.prototype._getOptionIndex=function(t){return this.options.reduce(function(e,i,n){return void 0===e?t===i?n:void 0:e},void 0)},n.prototype._calculateOverlayPosition=function(){var t=this._getItemCount(),e=Math.min(48*t,256),i=48*t,n=i-e;if(this._hasValue()){var a=this._getOptionIndex(this._selectionModel.selected[0]);a+=Se.countGroupLabelsBeforeOption(a,this.options,this.optionGroups);var r=e/2;this._scrollTop=this._calculateOverlayScroll(a,r,n),this._offsetY=this._calculateOverlayOffsetY(a,r,n)}else{var o=Se.countGroupLabelsBeforeOption(0,this.options,this.optionGroups);this._offsetY=-9-48*o}this._checkOverlayWithinViewport(n)},n.prototype._calculateOverlayScroll=function(t,e,i){return vt(0,48*t-e+24,i)},n.prototype._getPlaceholderAnimationState=function(){return"never"===this.floatPlaceholder?"":"always"===this.floatPlaceholder?this._floatPlaceholderState():this._placeholderState},n.prototype._getPlaceholderOpacity=function(){return"never"!==this.floatPlaceholder||this._selectionModel.isEmpty()?"1":"0"},Object.defineProperty(n.prototype,"_ariaLabel",{get:function(){return this.ariaLabelledby?null:this.ariaLabel||this.placeholder},enumerable:!0,configurable:!0}),n.prototype._calculateOverlayOffsetX=function(){var t,e=this.overlayDir.overlayRef.overlayElement.getBoundingClientRect(),i=this._viewportRuler.getViewportRect(),n=this._isRtl(),a=this.multiple?64:32;if(this.multiple)t=48;else{var r=this._selectionModel.selected[0]||this.options.first;t=r&&r.group?32:16}n||(t*=-1);var o=0-(e.left+t-(n?a:0)),s=e.right+t-i.width+(n?0:a);o>0?t+=o+8:s>0&&(t-=s+8),this.overlayDir.offsetX=t,this.overlayDir.overlayRef.updatePosition()},n.prototype._calculateOverlayOffsetY=function(t,e,i){var n;if(0===this._scrollTop)n=48*t;else if(this._scrollTop===i){var a=this._getItemCount()-$a,r=t-a;n=48*r+16}else n=e-24;return-1*n-9},n.prototype._checkOverlayWithinViewport=function(t){var e=this._viewportRuler.getViewportRect(),i=this._getTriggerRect(),n=i.top-8,a=e.height-i.bottom-8,r=Math.abs(this._offsetY),o=Math.min(48*this._getItemCount(),256),s=o-r-i.height;s>a?this._adjustPanelUp(s,a):r>n?this._adjustPanelDown(r,n,t):this._transformOrigin=this._getOriginBasedOnOption()},n.prototype._adjustPanelUp=function(t,e){var i=t-e;this._scrollTop-=i,this._offsetY-=i,this._transformOrigin=this._getOriginBasedOnOption(),this._scrollTop<=0&&(this._scrollTop=0,this._offsetY=0,this._transformOrigin="50% bottom 0px")},n.prototype._adjustPanelDown=function(t,e,i){var n=t-e;if(this._scrollTop+=n,this._offsetY+=n,this._transformOrigin=this._getOriginBasedOnOption(),this._scrollTop>=i)return this._scrollTop=i,this._offsetY=0,void(this._transformOrigin="50% top 0px")},n.prototype._getOriginBasedOnOption=function(){return"50% "+(Math.abs(this._offsetY)-9+24)+"px 0px"},n.prototype._floatPlaceholderState=function(){return this._isRtl()?"floating-rtl":"floating-ltr"},n.prototype._handleArrowKey=function(t){if(this._multiple)t.preventDefault(),this.open();else{var e=this._keyManager.activeItem;this._keyManager.onKeydown(t);var i=this._keyManager.activeItem;i!==e&&(this._clearSelection(),this._setSelectionByValue(i.value,!0),this._propagateChanges())}},n.prototype._getItemCount=function(){return this.options.length+this.optionGroups.length},n}(er);nr.decorators=[{type:e.Component,args:[{selector:"md-select, mat-select",template:'<div cdk-overlay-origin class="mat-select-trigger" aria-hidden="true" (click)="toggle()" #origin="cdkOverlayOrigin" #trigger><span class="mat-select-placeholder" [class.mat-floating-placeholder]="_hasValue()" [@transformPlaceholder]="_getPlaceholderAnimationState()" [style.opacity]="_getPlaceholderOpacity()" [style.width.px]="_selectedValueWidth">{{ placeholder }}</span> <span class="mat-select-value" *ngIf="_hasValue()"><span class="mat-select-value-text" [ngSwitch]="!!customTrigger"><span *ngSwitchDefault>{{ triggerValue }}</span><ng-content select="md-select-trigger, mat-select-trigger" *ngSwitchCase="true"></ng-content></span></span><span class="mat-select-arrow"></span> <span class="mat-select-underline"></span></div><ng-template cdk-connected-overlay hasBackdrop backdropClass="cdk-overlay-transparent-backdrop" [scrollStrategy]="_scrollStrategy" [origin]="origin" [open]="panelOpen" [positions]="_positions" [minWidth]="_triggerWidth" [offsetY]="_offsetY" (backdropClick)="close()" (attach)="_onAttached()" (detach)="close()"><div class="mat-select-panel {{ \'mat-\' + color }}" [ngClass]="panelClass" [@transformPanel]="multiple ? \'showing-multiple\' : \'showing\'" (@transformPanel.done)="_onPanelDone()" (keydown)="_handlePanelKeydown($event)" [style.transformOrigin]="_transformOrigin" [class.mat-select-panel-done-animating]="_panelDoneAnimating"><div class="mat-select-content" [@fadeInContent]="\'showing\'" (@fadeInContent.done)="_onFadeInDone()"><ng-content></ng-content></div></div></ng-template>',styles:[".mat-select{display:inline-block;outline:0}.mat-select-trigger{display:flex;align-items:center;height:30px;min-width:112px;cursor:pointer;position:relative;box-sizing:border-box}.mat-select-disabled .mat-select-trigger{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.mat-select-underline{position:absolute;bottom:0;left:0;right:0;height:1px}.mat-select:focus .mat-select-underline{height:2px}.mat-select-disabled .mat-select-underline{background-color:transparent;background-position:0 bottom}.mat-select-placeholder{position:relative;padding:0 2px;transform-origin:left top;flex-grow:1}.mat-select-placeholder.mat-floating-placeholder{top:-22px;left:-2px;text-align:left;transform:scale(.75)}[dir=rtl] .mat-select-placeholder{transform-origin:right top}[dir=rtl] .mat-select-placeholder.mat-floating-placeholder{left:2px;text-align:right}.mat-select-required .mat-select-placeholder::after{content:' *'}.mat-select-value{position:absolute;max-width:calc(100% - 18px);flex-grow:1;top:0;left:0;bottom:0;display:flex;align-items:center}[dir=rtl] .mat-select-value{left:auto;right:0}.mat-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:30px}.mat-select-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;margin:0 4px}.mat-select-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;padding-top:0;padding-bottom:0;max-height:256px;min-width:100%}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}@media screen and (-ms-high-contrast:active){.mat-select-panel{outline:solid 1px}}"],inputs:["color","disabled","tabIndex"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,host:{role:"listbox","[attr.tabindex]":"tabIndex","[attr.aria-label]":"_ariaLabel","[attr.aria-labelledby]":"ariaLabelledby","[attr.aria-required]":"required.toString()","[attr.aria-disabled]":"disabled.toString()","[attr.aria-invalid]":"_isErrorState()","[attr.aria-owns]":"_optionIds","[attr.aria-multiselectable]":"multiple","[class.mat-select-disabled]":"disabled","[class.mat-select-invalid]":"_isErrorState()","[class.mat-select-required]":"required",class:"mat-select","(keydown)":"_handleClosedKeydown($event)","(blur)":"_onBlur()"},animations:[qa,Ka,Xa],exportAs:"mdSelect, matSelect"}]}],nr.ctorParameters=function(){return[{type:d.ViewportRuler},{type:e.ChangeDetectorRef},{type:p.Platform},{type:e.Renderer2},{type:e.ElementRef},{type:n.Directionality,decorators:[{type:e.Optional}]},{type:h.NgForm,decorators:[{type:e.Optional}]},{type:h.FormGroupDirective,decorators:[{type:e.Optional}]},{type:h.NgControl,decorators:[{type:e.Self},{type:e.Optional}]},{type:void 0,decorators:[{type:e.Attribute,args:["tabindex"]}]},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[Oe]}]},{type:void 0,decorators:[{type:e.Inject,args:[Za]}]}]},nr.propDecorators={trigger:[{type:e.ViewChild,args:["trigger"]}],overlayDir:[{type:e.ViewChild,args:[d.ConnectedOverlayDirective]}],options:[{type:e.ContentChildren,args:[Se,{descendants:!0}]}],optionGroups:[{type:e.ContentChildren,args:[we]}],panelClass:[{type:e.Input}],customTrigger:[{type:e.ContentChild,args:[ir]}],placeholder:[{type:e.Input}],required:[{type:e.Input}],multiple:[{type:e.Input}],compareWith:[{type:e.Input}],floatPlaceholder:[{type:e.Input}],value:[{type:e.Input}],disableRipple:[{type:e.Input}],ariaLabel:[{type:e.Input,args:["aria-label"]}],ariaLabelledby:[{type:e.Input,args:["aria-labelledby"]}],onOpen:[{type:e.Output}],onClose:[{type:e.Output}],change:[{type:e.Output}],valueChange:[{type:e.Output}]};var ar=function(){function t(){}return t}();ar.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,d.OverlayModule,Ie,Ut],exports:[nr,ir,Ie,Ut],declarations:[nr,ir],providers:[Ja]}]}],ar.ctorParameters=function(){return[]};var rr=20,or=new e.InjectionToken("md-tooltip-scroll-strategy"),sr={provide:or,deps:[d.Overlay],useFactory:Ct},lr=function(){function t(t,e,i,n,a,r,o,s,l,c){var p=this;this._overlay=e,this._elementRef=i,this._scrollDispatcher=n,this._viewContainerRef=a,this._ngZone=r,this._platform=o,this._ariaDescriber=s,this._scrollStrategy=l,this._dir=c,this._position="below",this._disabled=!1,this.showDelay=0,this.hideDelay=0,this._message="",o.IOS||(this._enterListener=t.listen(i.nativeElement,"mouseenter",function(){return p.show()}),this._leaveListener=t.listen(i.nativeElement,"mouseleave",function(){return p.hide()}))}return Object.defineProperty(t.prototype,"position",{get:function(){return this._position},set:function(t){t!==this._position&&(this._position=t,this._tooltipInstance&&this._disposeTooltip())},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this._disabled=r.coerceBooleanProperty(t),this._disabled&&this.hide(0)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_positionDeprecated",{get:function(){return this._position},set:function(t){this._position=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"message",{get:function(){return this._message},set:function(t){this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this._message),this._message=null!=t?(""+t).trim():"",this._updateTooltipMessage(),this._ariaDescriber.describe(this._elementRef.nativeElement,this.message)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"tooltipClass",{get:function(){return this._tooltipClass},set:function(t){this._tooltipClass=t,this._tooltipInstance&&this._setTooltipClass(this._tooltipClass)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_deprecatedMessage",{get:function(){return this.message},set:function(t){this.message=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matMessage",{get:function(){return this.message},set:function(t){this.message=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matPosition",{get:function(){return this.position},set:function(t){this.position=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matDisabled",{get:function(){return this.disabled},set:function(t){this.disabled=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matHideDelay",{get:function(){return this.hideDelay},set:function(t){this.hideDelay=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matShowDelay",{get:function(){return this.showDelay},set:function(t){this.showDelay=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matClass",{get:function(){return this.tooltipClass},set:function(t){this.tooltipClass=t},enumerable:!0,configurable:!0}),t.prototype.ngOnDestroy=function(){this._tooltipInstance&&this._disposeTooltip(),this._platform.IOS||(this._enterListener(),this._leaveListener()),this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this.message)},t.prototype.show=function(t){void 0===t&&(t=this.showDelay),!this.disabled&&this.message&&(this._tooltipInstance||this._createTooltip(),this._setTooltipClass(this._tooltipClass),this._updateTooltipMessage(),this._tooltipInstance.show(this._position,t))},t.prototype.hide=function(t){void 0===t&&(t=this.hideDelay),this._tooltipInstance&&this._tooltipInstance.hide(t)},t.prototype.toggle=function(){this._isTooltipVisible()?this.hide():this.show()},t.prototype._isTooltipVisible=function(){return!!this._tooltipInstance&&this._tooltipInstance.isVisible()},t.prototype._handleKeydown=function(t){this._isTooltipVisible()&&t.keyCode===s.ESCAPE&&(t.stopPropagation(),this.hide(0))},t.prototype._createTooltip=function(){var t=this,e=this._createOverlay(),i=new u.ComponentPortal(cr,this._viewContainerRef);this._tooltipInstance=e.attach(i).instance,this._tooltipInstance.afterHidden().subscribe(function(){t._tooltipInstance&&t._disposeTooltip()})},t.prototype._createOverlay=function(){var t=this,e=this._getOrigin(),i=this._getOverlayPosition(),n=this._overlay.position().connectedTo(this._elementRef,e,i);n.withScrollableContainers(this._scrollDispatcher.getScrollContainers(this._elementRef)),n.onPositionChange.subscribe(function(e){e.scrollableViewProperties.isOverlayClipped&&t._tooltipInstance&&t._tooltipInstance.isVisible()&&t.hide(0)});var a=new d.OverlayConfig({direction:this._dir?this._dir.value:"ltr",positionStrategy:n,panelClass:"mat-tooltip-panel",scrollStrategy:this._scrollStrategy()});return this._overlayRef=this._overlay.create(a),this._overlayRef},t.prototype._disposeTooltip=function(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=null),this._tooltipInstance=null},t.prototype._getOrigin=function(){if("above"==this.position||"below"==this.position)return{originX:"center",originY:"above"==this.position?"top":"bottom"};var t=!this._dir||"ltr"==this._dir.value;if("left"==this.position||"before"==this.position&&t||"after"==this.position&&!t)return{originX:"start",originY:"center"};if("right"==this.position||"after"==this.position&&t||"before"==this.position&&!t)return{originX:"end",originY:"center"};throw xt(this.position)},t.prototype._getOverlayPosition=function(){if("above"==this.position)return{overlayX:"center",overlayY:"bottom"};if("below"==this.position)return{overlayX:"center",overlayY:"top"};var t=!this._dir||"ltr"==this._dir.value;if("left"==this.position||"before"==this.position&&t||"after"==this.position&&!t)return{overlayX:"end",overlayY:"center"};if("right"==this.position||"after"==this.position&&t||"before"==this.position&&!t)return{overlayX:"start",overlayY:"center"};throw xt(this.position)},t.prototype._updateTooltipMessage=function(){var t=this;this._tooltipInstance&&(this._tooltipInstance.message=this.message,this._tooltipInstance._markForCheck(),m.first.call(this._ngZone.onMicrotaskEmpty.asObservable()).subscribe(function(){t._tooltipInstance&&t._overlayRef.updatePosition()}))},t.prototype._setTooltipClass=function(t){this._tooltipInstance&&(this._tooltipInstance.tooltipClass=t,this._tooltipInstance._markForCheck())},t}();lr.decorators=[{type:e.Directive,args:[{selector:"[md-tooltip], [mdTooltip], [mat-tooltip], [matTooltip]",host:{"(longpress)":"show()","(focus)":"show()","(blur)":"hide(0)","(keydown)":"_handleKeydown($event)","(touchend)":"hide(1500)"},exportAs:"mdTooltip, matTooltip"}]}],lr.ctorParameters=function(){return[{type:e.Renderer2},{type:d.Overlay},{type:e.ElementRef},{type:c.ScrollDispatcher},{type:e.ViewContainerRef},{type:e.NgZone},{type:p.Platform},{type:i.AriaDescriber},{type:void 0,decorators:[{type:e.Inject,args:[or]}]},{type:n.Directionality,decorators:[{type:e.Optional}]}]},lr.propDecorators={position:[{type:e.Input,args:["mdTooltipPosition"]}],disabled:[{type:e.Input,args:["mdTooltipDisabled"]}],_positionDeprecated:[{type:e.Input,args:["tooltip-position"]}],showDelay:[{type:e.Input,args:["mdTooltipShowDelay"]}],hideDelay:[{type:e.Input,args:["mdTooltipHideDelay"]}],message:[{type:e.Input,args:["mdTooltip"]}],tooltipClass:[{type:e.Input,args:["mdTooltipClass"]}],_deprecatedMessage:[{type:e.Input,args:["md-tooltip"]}],_matMessage:[{type:e.Input,args:["matTooltip"]}],_matPosition:[{type:e.Input,args:["matTooltipPosition"]}],_matDisabled:[{type:e.Input,args:["matTooltipDisabled"]}],_matHideDelay:[{type:e.Input,args:["matTooltipHideDelay"]}],_matShowDelay:[{type:e.Input,args:["matTooltipShowDelay"]}],_matClass:[{type:e.Input,args:["matTooltipClass"]}]};var cr=function(){function t(t,e){this._dir=t,this._changeDetectorRef=e,this._visibility="initial",this._closeOnInteraction=!1,this._transformOrigin="bottom",this._onHide=new o.Subject}return t.prototype.show=function(t,e){var i=this;this._hideTimeoutId&&clearTimeout(this._hideTimeoutId),this._setTransformOrigin(t),this._showTimeoutId=setTimeout(function(){i._visibility="visible",i._markForCheck()},e)},t.prototype.hide=function(t){var e=this;this._showTimeoutId&&clearTimeout(this._showTimeoutId),this._hideTimeoutId=setTimeout(function(){e._visibility="hidden",e._markForCheck()},t)},t.prototype.afterHidden=function(){return this._onHide.asObservable()},t.prototype.isVisible=function(){return"visible"===this._visibility},t.prototype._setTransformOrigin=function(t){var e=!this._dir||"ltr"==this._dir.value;switch(t){case"before":this._transformOrigin=e?"right":"left";break;case"after":this._transformOrigin=e?"left":"right";break;case"left":this._transformOrigin="right";break;case"right":this._transformOrigin="left";break;case"above":this._transformOrigin="bottom";break;case"below":this._transformOrigin="top";break;default:throw xt(t)}},t.prototype._animationStart=function(){this._closeOnInteraction=!1},t.prototype._animationDone=function(t){var e=this,i=t.toState;"hidden"!==i||this.isVisible()||this._onHide.next(),"visible"!==i&&"hidden"!==i||Promise.resolve().then(function(){return e._closeOnInteraction=!0})},t.prototype._handleBodyInteraction=function(){this._closeOnInteraction&&this.hide(0)},t.prototype._markForCheck=function(){this._changeDetectorRef.markForCheck()},t}();cr.decorators=[{type:e.Component,args:[{selector:"md-tooltip-component, mat-tooltip-component",template:'<div class="mat-tooltip" [ngClass]="tooltipClass" [style.transform-origin]="_transformOrigin" [@state]="_visibility" (@state.start)="_animationStart()" (@state.done)="_animationDone($event)">{{message}}</div>',styles:[".mat-tooltip-panel{pointer-events:none!important}.mat-tooltip{color:#fff;border-radius:2px;margin:14px;max-width:250px;padding-left:8px;padding-right:8px}@media screen and (-ms-high-contrast:active){.mat-tooltip{outline:solid 1px}}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,animations:[g.trigger("state",[g.state("initial, void, hidden",g.style({transform:"scale(0)"})),g.state("visible",g.style({transform:"scale(1)"})),g.transition("* => visible",g.animate("150ms cubic-bezier(0.0, 0.0, 0.2, 1)")),g.transition("* => hidden",g.animate("150ms cubic-bezier(0.4, 0.0, 1, 1)"))])],host:{"[style.zoom]":'_visibility === "visible" ? 1 : null',"(body:click)":"this._handleBodyInteraction()","aria-hidden":"true"}}]}],cr.ctorParameters=function(){return[{type:n.Directionality,decorators:[{type:e.Optional}]},{type:e.ChangeDetectorRef}]};var pr=function(){function t(){}return t}();pr.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,d.OverlayModule,Ut,p.PlatformModule,i.A11yModule],exports:[lr,cr,Ut],declarations:[lr,cr],entryComponents:[cr],providers:[sr,i.ARIA_DESCRIBER_PROVIDER]}]}],pr.ctorParameters=function(){return[]};var dr=function(){function t(){this.changes=new o.Subject,this.itemsPerPageLabel="Items per page:",this.nextPageLabel="Next page",this.previousPageLabel="Previous page",this.getRangeLabel=function(t,e,i){if(0==i||0==e)return"0 of "+i;i=Math.max(i,0);var n=t*e;return n+1+" - "+(n<i?Math.min(n+e,i):n+e)+" of "+i}}return t}();dr.decorators=[{type:e.Injectable}],dr.ctorParameters=function(){return[]};var ur=function(){function t(){}return t}(),mr=function(){function t(t,i){var n=this;this._intl=t,this._changeDetectorRef=i,this._pageIndex=0,this._length=0,this._pageSizeOptions=[],this.page=new e.EventEmitter,this._intlChanges=t.changes.subscribe(function(){return n._changeDetectorRef.markForCheck()})}return Object.defineProperty(t.prototype,"pageIndex",{get:function(){return this._pageIndex},set:function(t){this._pageIndex=t,this._changeDetectorRef.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"length",{get:function(){return this._length},set:function(t){this._length=t,this._changeDetectorRef.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"pageSize",{get:function(){return this._pageSize},set:function(t){this._pageSize=t,this._updateDisplayedPageSizeOptions()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"pageSizeOptions",{get:function(){return this._pageSizeOptions},set:function(t){this._pageSizeOptions=t,this._updateDisplayedPageSizeOptions()},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){this._initialized=!0,this._updateDisplayedPageSizeOptions()},t.prototype.ngOnDestroy=function(){this._intlChanges.unsubscribe()},t.prototype.nextPage=function(){this.hasNextPage()&&(this.pageIndex++,this._emitPageEvent())},t.prototype.previousPage=function(){this.hasPreviousPage()&&(this.pageIndex--,this._emitPageEvent())},t.prototype.hasPreviousPage=function(){return this.pageIndex>=1&&0!=this.pageSize},t.prototype.hasNextPage=function(){var t=Math.ceil(this.length/this.pageSize)-1;return this.pageIndex<t&&0!=this.pageSize},t.prototype._changePageSize=function(t){var e=this.pageIndex*this.pageSize;this.pageIndex=Math.floor(e/t)||0,this.pageSize=t,this._emitPageEvent()},t.prototype._updateDisplayedPageSizeOptions=function(){this._initialized&&(this.pageSize||(this._pageSize=0!=this.pageSizeOptions.length?this.pageSizeOptions[0]:50),this._displayedPageSizeOptions=this.pageSizeOptions.slice(),-1==this._displayedPageSizeOptions.indexOf(this.pageSize)&&this._displayedPageSizeOptions.push(this.pageSize),this._displayedPageSizeOptions.sort(function(t,e){return t-e}),this._changeDetectorRef.markForCheck())},t.prototype._emitPageEvent=function(){this.page.next({pageIndex:this.pageIndex,pageSize:this.pageSize,length:this.length})},t}();mr.decorators=[{type:e.Component,args:[{selector:"md-paginator, mat-paginator",
|
|
18
|
+
template:'<div class="mat-paginator-page-size"><div class="mat-paginator-page-size-label">{{_intl.itemsPerPageLabel}}</div><mat-select *ngIf="_displayedPageSizeOptions.length > 1" class="mat-paginator-page-size-select" [value]="pageSize" [aria-label]="_intl.itemsPerPageLabel" (change)="_changePageSize($event.value)"><mat-option *ngFor="let pageSizeOption of _displayedPageSizeOptions" [value]="pageSizeOption">{{pageSizeOption}}</mat-option></mat-select><div *ngIf="_displayedPageSizeOptions.length <= 1">{{pageSize}}</div></div><div class="mat-paginator-range-label">{{_intl.getRangeLabel(pageIndex, pageSize, length)}}</div><button mat-icon-button type="button" class="mat-paginator-navigation-previous" (click)="previousPage()" [attr.aria-label]="_intl.previousPageLabel" [matTooltip]="_intl.previousPageLabel" [matTooltipPosition]="\'above\'" [disabled]="!hasPreviousPage()"><div class="mat-paginator-increment"></div></button> <button mat-icon-button type="button" class="mat-paginator-navigation-next" (click)="nextPage()" [attr.aria-label]="_intl.nextPageLabel" [matTooltip]="_intl.nextPageLabel" [matTooltipPosition]="\'above\'" [disabled]="!hasNextPage()"><div class="mat-paginator-decrement"></div></button>',styles:[".mat-paginator{display:flex;align-items:center;justify-content:flex-end;min-height:56px;padding:0 8px}.mat-paginator-page-size{display:flex;align-items:center}.mat-paginator-page-size-label{margin:0 4px}.mat-paginator-page-size-select{padding-top:0;margin:0 4px}.mat-paginator-page-size-select .mat-select-trigger{min-width:56px}.mat-paginator-range-label{margin:0 32px}.mat-paginator-increment-button+.mat-paginator-increment-button{margin:0 0 0 8px}[dir=rtl] .mat-paginator-increment-button+.mat-paginator-increment-button{margin:0 8px 0 0}.mat-paginator-decrement,.mat-paginator-increment{width:8px;height:8px}.mat-paginator-decrement,[dir=rtl] .mat-paginator-increment{transform:rotate(45deg)}.mat-paginator-increment,[dir=rtl] .mat-paginator-decrement{transform:rotate(225deg)}.mat-paginator-decrement{margin-left:12px}[dir=rtl] .mat-paginator-decrement{margin-right:12px}.mat-paginator-increment{margin-left:16px}[dir=rtl] .mat-paginator-increment{margin-right:16px}"],host:{class:"mat-paginator"},viewProviders:[{provide:Vt,useValue:!0}],changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],mr.ctorParameters=function(){return[{type:dr},{type:e.ChangeDetectorRef}]},mr.propDecorators={pageIndex:[{type:e.Input}],length:[{type:e.Input}],pageSize:[{type:e.Input}],pageSizeOptions:[{type:e.Input}],page:[{type:e.Output}]};var hr=function(){function t(){}return t}();hr.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,si,ar,pr],exports:[mr],declarations:[mr],providers:[dr]}]}],hr.ctorParameters=function(){return[]};var gr=function(){function t(){this.color="primary",this._value=0,this._bufferValue=0,this.mode="determinate"}return Object.defineProperty(t.prototype,"value",{get:function(){return this._value},set:function(t){this._value=kt(t||0)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"bufferValue",{get:function(){return this._bufferValue},set:function(t){this._bufferValue=kt(t||0)},enumerable:!0,configurable:!0}),t.prototype._primaryTransform=function(){return{transform:"scaleX("+this.value/100+")"}},t.prototype._bufferTransform=function(){if("buffer"==this.mode){return{transform:"scaleX("+this.bufferValue/100+")"}}},t}();gr.decorators=[{type:e.Component,args:[{selector:"md-progress-bar, mat-progress-bar",host:{role:"progressbar","aria-valuemin":"0","aria-valuemax":"100","[attr.aria-valuenow]":"value","[attr.mode]":"mode","[class.mat-primary]":'color == "primary"',"[class.mat-accent]":'color == "accent"',"[class.mat-warn]":'color == "warn"',class:"mat-progress-bar"},template:'<div class="mat-progress-bar-background mat-progress-bar-element"></div><div class="mat-progress-bar-buffer mat-progress-bar-element" [ngStyle]="_bufferTransform()"></div><div class="mat-progress-bar-primary mat-progress-bar-fill mat-progress-bar-element" [ngStyle]="_primaryTransform()"></div><div class="mat-progress-bar-secondary mat-progress-bar-fill mat-progress-bar-element"></div>',styles:[".mat-progress-bar{display:block;height:5px;overflow:hidden;position:relative;transform:translateZ(0);transition:opacity 250ms linear;width:100%}.mat-progress-bar .mat-progress-bar-element,.mat-progress-bar .mat-progress-bar-fill::after{height:100%;position:absolute;width:100%}.mat-progress-bar .mat-progress-bar-background{background-repeat:repeat-x;background-size:10px 4px;display:none}.mat-progress-bar .mat-progress-bar-buffer{transform-origin:top left;transition:transform 250ms ease}.mat-progress-bar .mat-progress-bar-secondary{display:none}.mat-progress-bar .mat-progress-bar-fill{animation:none;transform-origin:top left;transition:transform 250ms ease}.mat-progress-bar .mat-progress-bar-fill::after{animation:none;content:'';display:inline-block;left:0}.mat-progress-bar[dir=rtl],[dir=rtl] .mat-progress-bar{transform:rotateY(180deg)}.mat-progress-bar[mode=query]{transform:rotateZ(180deg)}.mat-progress-bar[mode=query][dir=rtl],[dir=rtl] .mat-progress-bar[mode=query]{transform:rotateZ(180deg) rotateY(180deg)}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-fill,.mat-progress-bar[mode=query] .mat-progress-bar-fill{transition:none}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary,.mat-progress-bar[mode=query] .mat-progress-bar-primary{animation:mat-progress-bar-primary-indeterminate-translate 2s infinite linear;left:-145.166611%}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-primary.mat-progress-bar-fill::after{animation:mat-progress-bar-primary-indeterminate-scale 2s infinite linear}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary,.mat-progress-bar[mode=query] .mat-progress-bar-secondary{animation:mat-progress-bar-secondary-indeterminate-translate 2s infinite linear;left:-54.888891%;display:block}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-secondary.mat-progress-bar-fill::after{animation:mat-progress-bar-secondary-indeterminate-scale 2s infinite linear}.mat-progress-bar[mode=buffer] .mat-progress-bar-background{animation:mat-progress-bar-background-scroll 250ms infinite linear;display:block}@keyframes mat-progress-bar-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(83.67142%)}100%{transform:translateX(200.61106%)}}@keyframes mat-progress-bar-primary-indeterminate-scale{0%{transform:scaleX(.08)}36.65%{animation-timing-function:cubic-bezier(.33473,.12482,.78584,1);transform:scaleX(.08)}69.15%{animation-timing-function:cubic-bezier(.06,.11,.6,1);transform:scaleX(.66148)}100%{transform:scaleX(.08)}}@keyframes mat-progress-bar-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(.15,0,.51506,.40969);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(.31033,.28406,.8,.73371);transform:translateX(37.65191%)}48.35%{animation-timing-function:cubic-bezier(.4,.62704,.6,.90203);transform:translateX(84.38617%)}100%{transform:translateX(160.27778%)}}@keyframes mat-progress-bar-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(.15,0,.51506,.40969);transform:scaleX(.08)}19.15%{animation-timing-function:cubic-bezier(.31033,.28406,.8,.73371);transform:scaleX(.4571)}44.15%{animation-timing-function:cubic-bezier(.4,.62704,.6,.90203);transform:scaleX(.72796)}100%{transform:scaleX(.08)}}@keyframes mat-progress-bar-background-scroll{to{transform:translateX(-10px)}}"],changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],gr.ctorParameters=function(){return[]},gr.propDecorators={color:[{type:e.Input}],value:[{type:e.Input}],bufferValue:[{type:e.Input}],mode:[{type:e.Input}]};var fr=function(){function t(){}return t}();fr.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,Ut],exports:[gr,Ut],declarations:[gr]}]}],fr.ctorParameters=function(){return[]};var br=Math.PI/180,_r=3.5999,yr="undefined"!=typeof requestAnimationFrame,vr=10,xr=function(){function t(){}return t}();xr.decorators=[{type:e.Directive,args:[{selector:"md-progress-spinner, mat-progress-spinner",host:{class:"mat-progress-spinner"}}]}],xr.ctorParameters=function(){return[]};var Cr=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),kr=T(Cr,"primary"),wr=function(t){function e(e,i,n){var a=t.call(this,e,i)||this;return a._ngZone=n,a._lastAnimationId=0,a._mode="determinate",a.strokeWidth=vr,a}return P(e,t),Object.defineProperty(e.prototype,"_ariaValueMin",{get:function(){return"determinate"==this.mode?0:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"_ariaValueMax",{get:function(){return"determinate"==this.mode?100:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"interdeterminateInterval",{get:function(){return this._interdeterminateInterval},set:function(t){this._interdeterminateInterval&&clearInterval(this._interdeterminateInterval),this._interdeterminateInterval=t},enumerable:!0,configurable:!0}),e.prototype.ngOnDestroy=function(){this._cleanupIndeterminateAnimation()},Object.defineProperty(e.prototype,"value",{get:function(){return"determinate"==this.mode?this._value:0},set:function(t){if(null!=t&&"determinate"==this.mode){var e=wt(t);this._animateCircle(this.value||0,e),this._value=e}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"mode",{get:function(){return this._mode},set:function(t){t!==this._mode&&("indeterminate"===t?this._startIndeterminateAnimation():(this._cleanupIndeterminateAnimation(),this._animateCircle(0,this._value)),this._mode=t)},enumerable:!0,configurable:!0}),e.prototype._animateCircle=function(t,e,i,n,a){var r=this;void 0===i&&(i=Mt),void 0===n&&(n=225),void 0===a&&(a=0);var o=++this._lastAnimationId,s=Date.now(),l=e-t;if(e===t)this._renderArc(e,a);else{var c=function(){var e=yr?Math.max(0,Math.min(Date.now()-s,n)):n;r._renderArc(i(e,t,l,n),a),o===r._lastAnimationId&&e<n&&requestAnimationFrame(c)};this._ngZone.runOutsideAngular(c)}},e.prototype._startIndeterminateAnimation=function(){var t=this,e=0,i=3,n=80,a=function(){t._animateCircle(i,n,St,667,e),e=(e+n)%100;var a=i;i=-n,n=-a};this.interdeterminateInterval||this._ngZone.runOutsideAngular(function(){t.interdeterminateInterval=setInterval(a,717,0,!1),a()})},e.prototype._cleanupIndeterminateAnimation=function(){this.interdeterminateInterval=null},e.prototype._renderArc=function(t,e){if(void 0===e&&(e=0),this._path){var i=It(t,e,this.strokeWidth);this._renderer.setAttribute(this._path.nativeElement,"d",i)}},e}(kr);wr.decorators=[{type:e.Component,args:[{selector:"md-progress-spinner, mat-progress-spinner",host:{role:"progressbar",class:"mat-progress-spinner","[attr.aria-valuemin]":"_ariaValueMin","[attr.aria-valuemax]":"_ariaValueMax","[attr.aria-valuenow]":"value","[attr.mode]":"mode"},inputs:["color"],template:'<svg viewBox="0 0 100 100" preserveAspectRatio="xMidYMid meet" focusable="false"><path #path [style.strokeWidth]="strokeWidth"></path></svg>',styles:[".mat-progress-spinner{display:block;height:100px;width:100px;overflow:hidden}.mat-progress-spinner svg{height:100%;width:100%;transform-origin:center}.mat-progress-spinner path{fill:transparent;transition:stroke .3s cubic-bezier(.35,0,.25,1)}.mat-progress-spinner[mode=indeterminate] svg{animation-duration:5.25s,2.887s;animation-name:mat-progress-spinner-sporadic-rotate,mat-progress-spinner-linear-rotate;animation-timing-function:cubic-bezier(.35,0,.25,1),linear;animation-iteration-count:infinite;transition:none}@keyframes mat-progress-spinner-linear-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes mat-progress-spinner-sporadic-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}100%{transform:rotate(1080deg)}}"],changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],wr.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:e.NgZone}]},wr.propDecorators={_path:[{type:e.ViewChild,args:["path"]}],strokeWidth:[{type:e.Input}],value:[{type:e.Input}],mode:[{type:e.Input}]};var Dr=function(t){function e(e,i,n){var a=t.call(this,n,e,i)||this;return a.mode="indeterminate",a}return P(e,t),e}(wr);Dr.decorators=[{type:e.Component,args:[{selector:"md-spinner, mat-spinner",host:{role:"progressbar",mode:"indeterminate",class:"mat-spinner mat-progress-spinner"},inputs:["color"],template:'<svg viewBox="0 0 100 100" preserveAspectRatio="xMidYMid meet" focusable="false"><path #path [style.strokeWidth]="strokeWidth"></path></svg>',styles:[".mat-progress-spinner{display:block;height:100px;width:100px;overflow:hidden}.mat-progress-spinner svg{height:100%;width:100%;transform-origin:center}.mat-progress-spinner path{fill:transparent;transition:stroke .3s cubic-bezier(.35,0,.25,1)}.mat-progress-spinner[mode=indeterminate] svg{animation-duration:5.25s,2.887s;animation-name:mat-progress-spinner-sporadic-rotate,mat-progress-spinner-linear-rotate;animation-timing-function:cubic-bezier(.35,0,.25,1),linear;animation-iteration-count:infinite;transition:none}@keyframes mat-progress-spinner-linear-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes mat-progress-spinner-sporadic-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}100%{transform:rotate(1080deg)}}"],changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],Dr.ctorParameters=function(){return[{type:e.ElementRef},{type:e.NgZone},{type:e.Renderer2}]};var Mr=function(){function t(){}return t}();Mr.decorators=[{type:e.NgModule,args:[{imports:[Ut],exports:[wr,Dr,Ut,xr],declarations:[wr,Dr,xr]}]}],Mr.ctorParameters=function(){return[]};var Sr=0,Ir={provide:h.NG_VALUE_ACCESSOR,useExisting:e.forwardRef(function(){return Er}),multi:!0},Or=function(){function t(){}return t}(),Pr=function(){function t(){}return t}(),Rr=E(Pr),Er=function(t){function i(i){var n=t.call(this)||this;return n._changeDetector=i,n._value=null,n._name="md-radio-group-"+Sr++,n._selected=null,n._isInitialized=!1,n._labelPosition="after",n._disabled=!1,n._required=!1,n._controlValueAccessorChangeFn=function(){},n.onTouched=function(){},n.change=new e.EventEmitter,n}return P(i,t),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(t){this._name=t,this._updateRadioButtonNames()},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"align",{get:function(){return"after"==this.labelPosition?"start":"end"},set:function(t){this.labelPosition="start"==t?"after":"before"},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"labelPosition",{get:function(){return this._labelPosition},set:function(t){this._labelPosition="before"==t?"before":"after",this._markRadiosForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"value",{get:function(){return this._value},set:function(t){this._value!=t&&(this._value=t,this._updateSelectedRadioFromValue(),this._checkSelectedRadioButton())},enumerable:!0,configurable:!0}),i.prototype._checkSelectedRadioButton=function(){this._selected&&!this._selected.checked&&(this._selected.checked=!0)},Object.defineProperty(i.prototype,"selected",{get:function(){return this._selected},set:function(t){this._selected=t,this.value=t?t.value:null,this._checkSelectedRadioButton()},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this._disabled=r.coerceBooleanProperty(t),this._markRadiosForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"required",{get:function(){return this._required},set:function(t){this._required=r.coerceBooleanProperty(t),this._markRadiosForCheck()},enumerable:!0,configurable:!0}),i.prototype.ngAfterContentInit=function(){this._isInitialized=!0},i.prototype._touch=function(){this.onTouched&&this.onTouched()},i.prototype._updateRadioButtonNames=function(){var t=this;this._radios&&this._radios.forEach(function(e){e.name=t.name})},i.prototype._updateSelectedRadioFromValue=function(){var t=this,e=null!=this._selected&&this._selected.value==this._value;null==this._radios||e||(this._selected=null,this._radios.forEach(function(e){e.checked=t.value==e.value,e.checked&&(t._selected=e)}))},i.prototype._emitChangeEvent=function(){if(this._isInitialized){var t=new Or;t.source=this._selected,t.value=this._value,this.change.emit(t)}},i.prototype._markRadiosForCheck=function(){this._radios&&this._radios.forEach(function(t){return t._markForCheck()})},i.prototype.writeValue=function(t){this.value=t,this._changeDetector.markForCheck()},i.prototype.registerOnChange=function(t){this._controlValueAccessorChangeFn=t},i.prototype.registerOnTouched=function(t){this.onTouched=t},i.prototype.setDisabledState=function(t){this.disabled=t,this._changeDetector.markForCheck()},i}(Rr);Er.decorators=[{type:e.Directive,args:[{selector:"md-radio-group, mat-radio-group",providers:[Ir],host:{role:"radiogroup",class:"mat-radio-group"},inputs:["disabled"]}]}],Er.ctorParameters=function(){return[{type:e.ChangeDetectorRef}]},Er.propDecorators={change:[{type:e.Output}],_radios:[{type:e.ContentChildren,args:[e.forwardRef(function(){return Lr})]}],name:[{type:e.Input}],align:[{type:e.Input}],labelPosition:[{type:e.Input}],value:[{type:e.Input}],selected:[{type:e.Input}],disabled:[{type:e.Input}],required:[{type:e.Input}]};var Tr=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),Ar=T(A(Tr),"accent"),Lr=function(t){function i(i,n,a,r,o,s){var l=t.call(this,a,n)||this;return l._changeDetector=r,l._focusMonitor=o,l._radioDispatcher=s,l._uniqueId="md-radio-"+ ++Sr,l.id=l._uniqueId,l.change=new e.EventEmitter,l._checked=!1,l._value=null,l._removeUniqueSelectionListener=function(){},l.radioGroup=i,l._removeUniqueSelectionListener=s.listen(function(t,e){t!=l.id&&e==l.name&&(l.checked=!1)}),l}return P(i,t),Object.defineProperty(i.prototype,"checked",{get:function(){return this._checked},set:function(t){this._checked!=t&&(this._checked=t,t&&this.radioGroup&&this.radioGroup.value!=this.value?this.radioGroup.selected=this:!t&&this.radioGroup&&this.radioGroup.value==this.value&&(this.radioGroup.selected=null),t&&this._radioDispatcher.notify(this.id,this.name),this._changeDetector.markForCheck())},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"value",{get:function(){return this._value},set:function(t){this._value!=t&&(this._value=t,null!=this.radioGroup&&(this.checked||(this.checked=this.radioGroup.value==t),this.checked&&(this.radioGroup.selected=this)))},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"align",{get:function(){return"after"==this.labelPosition?"start":"end"},set:function(t){this.labelPosition="start"==t?"after":"before"},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"labelPosition",{get:function(){return this._labelPosition||this.radioGroup&&this.radioGroup.labelPosition||"after"},set:function(t){this._labelPosition=t},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"disabled",{get:function(){return this._disabled||null!=this.radioGroup&&this.radioGroup.disabled},set:function(t){this._disabled=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"required",{get:function(){return this._required||this.radioGroup&&this.radioGroup.required},set:function(t){this._required=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"inputId",{get:function(){return(this.id||this._uniqueId)+"-input"},enumerable:!0,configurable:!0}),i.prototype.focus=function(){this._focusMonitor.focusVia(this._inputElement.nativeElement,"keyboard")},i.prototype._markForCheck=function(){this._changeDetector.markForCheck()},i.prototype.ngOnInit=function(){this.radioGroup&&(this.checked=this.radioGroup.value===this._value,this.name=this.radioGroup.name)},i.prototype.ngAfterViewInit=function(){var t=this;this._focusMonitor.monitor(this._inputElement.nativeElement,this._renderer,!1).subscribe(function(e){return t._onInputFocusChange(e)})},i.prototype.ngOnDestroy=function(){this._focusMonitor.stopMonitoring(this._inputElement.nativeElement),this._removeUniqueSelectionListener()},i.prototype._emitChangeEvent=function(){var t=new Or;t.source=this,t.value=this._value,this.change.emit(t)},i.prototype._isRippleDisabled=function(){return this.disableRipple||this.disabled},i.prototype._onInputClick=function(t){t.stopPropagation()},i.prototype._onInputChange=function(t){t.stopPropagation();var e=this.radioGroup&&this.value!=this.radioGroup.value;this.checked=!0,this._emitChangeEvent(),this.radioGroup&&(this.radioGroup._controlValueAccessorChangeFn(this.value),this.radioGroup._touch(),e&&this.radioGroup._emitChangeEvent())},i.prototype._onInputFocusChange=function(t){this._focusRipple||"keyboard"!==t?t||(this.radioGroup&&this.radioGroup._touch(),this._focusRipple&&(this._focusRipple.fadeOut(),this._focusRipple=null)):this._focusRipple=this._ripple.launch(0,0,{persistent:!0,centered:!0})},i}(Ar);Lr.decorators=[{type:e.Component,args:[{selector:"md-radio-button, mat-radio-button",template:'<label [attr.for]="inputId" class="mat-radio-label" #label><div class="mat-radio-container"><div class="mat-radio-outer-circle"></div><div class="mat-radio-inner-circle"></div><div mat-ripple class="mat-radio-ripple" [matRippleTrigger]="label" [matRippleDisabled]="_isRippleDisabled()" [matRippleCentered]="true"></div></div><input #input class="mat-radio-input cdk-visually-hidden" type="radio" [id]="inputId" [checked]="checked" [disabled]="disabled" [name]="name" [required]="required" [attr.aria-label]="ariaLabel" [attr.aria-labelledby]="ariaLabelledby" (change)="_onInputChange($event)" (click)="_onInputClick($event)"><div class="mat-radio-label-content" [class.mat-radio-label-before]="labelPosition == \'before\'"><span style="display:none"> </span><ng-content></ng-content></div></label>',styles:[".mat-radio-button{display:inline-block}.mat-radio-label{cursor:pointer;display:inline-flex;align-items:center;white-space:nowrap;vertical-align:middle}.mat-radio-container{box-sizing:border-box;display:inline-block;position:relative;width:20px;height:20px;flex-shrink:0}.mat-radio-outer-circle{box-sizing:border-box;height:20px;left:0;position:absolute;top:0;transition:border-color ease 280ms;width:20px;border-width:2px;border-style:solid;border-radius:50%}.mat-radio-inner-circle{border-radius:50%;box-sizing:border-box;height:20px;left:0;position:absolute;top:0;transition:transform ease 280ms,background-color ease 280ms;width:20px;transform:scale(.001)}.mat-radio-checked .mat-radio-inner-circle{transform:scale(.5)}.mat-radio-label-content{display:inline-block;order:0;line-height:inherit;padding-left:8px;padding-right:0}[dir=rtl] .mat-radio-label-content{padding-right:8px;padding-left:0}.mat-radio-label-content.mat-radio-label-before{order:-1;padding-left:0;padding-right:8px}[dir=rtl] .mat-radio-label-content.mat-radio-label-before{padding-right:0;padding-left:8px}.mat-radio-disabled,.mat-radio-disabled .mat-radio-label{cursor:default}.mat-radio-ripple{position:absolute;left:-15px;top:-15px;right:-15px;bottom:-15px;border-radius:50%;z-index:1;pointer-events:none}"],inputs:["color","disableRipple"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,host:{class:"mat-radio-button","[class.mat-radio-checked]":"checked","[class.mat-radio-disabled]":"disabled","[attr.id]":"id","(focus)":"_inputElement.nativeElement.focus()"},changeDetection:e.ChangeDetectionStrategy.OnPush,viewProviders:[{provide:Vt,useValue:!0}]}]}],Lr.ctorParameters=function(){return[{type:Er,decorators:[{type:e.Optional}]},{type:e.ElementRef},{type:e.Renderer2},{type:e.ChangeDetectorRef},{type:i.FocusMonitor},{type:qt}]},Lr.propDecorators={id:[{type:e.Input}],name:[{type:e.Input}],ariaLabel:[{type:e.Input,args:["aria-label"]}],ariaLabelledby:[{type:e.Input,args:["aria-labelledby"]}],checked:[{type:e.Input}],value:[{type:e.Input}],align:[{type:e.Input}],labelPosition:[{type:e.Input}],disabled:[{type:e.Input}],required:[{type:e.Input}],change:[{type:e.Output}],_ripple:[{type:e.ViewChild,args:[be]}],_inputElement:[{type:e.ViewChild,args:["input"]}]};var Fr=function(){function t(){}return t}();Fr.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,_e,Ut,i.A11yModule],exports:[Er,Lr,Ut],providers:[Kt,d.VIEWPORT_RULER_PROVIDER],declarations:[Er,Lr]}]}],Fr.ctorParameters=function(){return[]};var Br=function(){function t(t,e){this.type=t,this.animationFinished=e}return t}(),Vr=function(){function t(t,i,n){var a=this;this._elementRef=t,this._focusTrapFactory=i,this._doc=n,this._elementFocusedBeforeDrawerWasOpened=null,this._enableAnimations=!1,this._position="start",this.mode="over",this._disableClose=!1,this._opened=!1,this._animationStarted=new e.EventEmitter,this._isAnimating=!1,this._animationState="void",this.onOpen=new e.EventEmitter,this.onClose=new e.EventEmitter,this.onPositionChanged=new e.EventEmitter,this.onAlignChanged=new e.EventEmitter,this.onOpen.subscribe(function(){a._doc&&(a._elementFocusedBeforeDrawerWasOpened=a._doc.activeElement),a.isFocusTrapEnabled&&a._focusTrap&&a._focusTrap.focusInitialElementWhenReady()}),this.onClose.subscribe(function(){return a._restoreFocus()})}return Object.defineProperty(t.prototype,"position",{get:function(){return this._position},set:function(t){(t="end"===t?"end":"start")!=this._position&&(this._position=t,this.onAlignChanged.emit(),this.onPositionChanged.emit())},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"align",{get:function(){return this.position},set:function(t){this.position=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disableClose",{get:function(){return this._disableClose},set:function(t){this._disableClose=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isFocusTrapEnabled",{get:function(){return this.opened&&"side"!==this.mode},enumerable:!0,configurable:!0}),t.prototype._restoreFocus=function(){var t=this._doc&&this._doc.activeElement;t&&this._elementRef.nativeElement.contains(t)&&(this._elementFocusedBeforeDrawerWasOpened instanceof HTMLElement?this._elementFocusedBeforeDrawerWasOpened.focus():this._elementRef.nativeElement.blur()),this._elementFocusedBeforeDrawerWasOpened=null},t.prototype.ngAfterContentInit=function(){this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._focusTrap.enabled=this.isFocusTrapEnabled,this._enableAnimations=!0},t.prototype.ngOnDestroy=function(){this._focusTrap&&this._focusTrap.destroy()},Object.defineProperty(t.prototype,"opened",{get:function(){return this._opened},set:function(t){this.toggle(r.coerceBooleanProperty(t))},enumerable:!0,configurable:!0}),t.prototype.open=function(){return this.toggle(!0)},t.prototype.close=function(){return this.toggle(!1)},t.prototype.toggle=function(t){var e=this;return void 0===t&&(t=!this.opened),this._isAnimating||(this._opened=t,this._animationState=t?this._enableAnimations?"open":"open-instant":"void",this._currentTogglePromise=new Promise(function(i){m.first.call(t?e.onOpen:e.onClose).subscribe(i)}),this._focusTrap&&(this._focusTrap.enabled=this.isFocusTrapEnabled)),this._currentTogglePromise},t.prototype.handleKeydown=function(t){t.keyCode!==s.ESCAPE||this.disableClose||(this.close(),t.stopPropagation())},t.prototype._onAnimationStart=function(){this._isAnimating=!0,this._animationStarted.emit()},t.prototype._onAnimationEnd=function(t){var e=this,i=t.fromState,n=t.toState;"open"===n&&"void"===i?this.onOpen.emit(new Br("open",!0)):"void"===n&&"open"===i&&this.onClose.emit(new Br("close",!0)),Promise.resolve().then(function(){e._isAnimating=!1,e._currentTogglePromise=null})},Object.defineProperty(t.prototype,"_width",{get:function(){return this._elementRef.nativeElement?this._elementRef.nativeElement.offsetWidth||0:0},enumerable:!0,configurable:!0}),t}();Vr.decorators=[{type:e.Component,args:[{selector:"md-drawer, mat-drawer",template:"<ng-content></ng-content>",animations:[g.trigger("transform",[g.state("open, open-instant",g.style({transform:"translate3d(0, 0, 0)",visibility:"visible"})),g.state("void",g.style({visibility:"hidden"})),g.transition("void => open-instant",g.animate("0ms")),g.transition("void <=> open, open-instant => void",g.animate("400ms cubic-bezier(0.25, 0.8, 0.25, 1)"))])],host:{class:"mat-drawer","[@transform]":"_animationState","(@transform.start)":"_onAnimationStart()","(@transform.done)":"_onAnimationEnd($event)","(keydown)":"handleKeydown($event)","[attr.align]":"null","[class.mat-drawer-end]":'position === "end"',"[class.mat-drawer-over]":'mode === "over"',"[class.mat-drawer-push]":'mode === "push"',"[class.mat-drawer-side]":'mode === "side"',tabIndex:"-1"},changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],Vr.ctorParameters=function(){return[{type:e.ElementRef},{type:i.FocusTrapFactory},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[a.DOCUMENT]}]}]},Vr.propDecorators={position:[{type:e.Input}],align:[{type:e.Input}],mode:[{type:e.Input}],disableClose:[{type:e.Input}],onOpen:[{type:e.Output,args:["open"]}],onClose:[{type:e.Output,args:["close"]}],onPositionChanged:[{type:e.Output,args:["positionChanged"]}],onAlignChanged:[{type:e.Output,args:["align-changed"]}],opened:[{type:e.Input}]};var jr=function(){function t(t,i,n,a,r){var o=this;this._dir=t,this._element=i,this._renderer=n,this._ngZone=a,this._changeDetectorRef=r,this.backdropClick=new e.EventEmitter,this._dirChangeSubscription=x.Subscription.EMPTY,null!=t&&(this._dirChangeSubscription=t.change.subscribe(function(){return o._validateDrawers()}))}return Object.defineProperty(t.prototype,"start",{get:function(){return this._start},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"end",{get:function(){return this._end},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentInit=function(){var t=this;m.startWith.call(this._drawers.changes,null).subscribe(function(){t._validateDrawers(),t._drawers.forEach(function(e){t._watchDrawerToggle(e),t._watchDrawerPosition(e)})})},t.prototype.ngOnDestroy=function(){this._dirChangeSubscription.unsubscribe()},t.prototype.open=function(){this._drawers.forEach(function(t){return t.open()})},t.prototype.close=function(){this._drawers.forEach(function(t){return t.close()})},t.prototype._watchDrawerToggle=function(t){var e=this;m.takeUntil.call(t._animationStarted,this._drawers.changes).subscribe(function(){e._renderer.addClass(e._element.nativeElement,"mat-drawer-transition"),e._updateStyles(),e._changeDetectorRef.markForCheck()}),"side"!==t.mode&&m.takeUntil.call(b.merge(t.onOpen,t.onClose),this._drawers.changes).subscribe(function(){return e._setContainerClass(t.opened)})},t.prototype._watchDrawerPosition=function(t){var e=this;t&&m.takeUntil.call(t.onPositionChanged,this._drawers.changes).subscribe(function(){m.first.call(e._ngZone.onMicrotaskEmpty.asObservable()).subscribe(function(){e._validateDrawers()})})},t.prototype._setContainerClass=function(t){
|
|
19
|
+
t?this._renderer.addClass(this._element.nativeElement,"mat-drawer-opened"):this._renderer.removeClass(this._element.nativeElement,"mat-drawer-opened")},t.prototype._validateDrawers=function(){var t=this;this._start=this._end=null,this._drawers.forEach(function(e){"end"==e.position?(null!=t._end&&Ot("end"),t._end=e):(null!=t._start&&Ot("start"),t._start=e)}),this._right=this._left=null,null==this._dir||"ltr"==this._dir.value?(this._left=this._start,this._right=this._end):(this._left=this._end,this._right=this._start)},t.prototype._onBackdropClicked=function(){this.backdropClick.emit(),this._closeModalDrawer()},t.prototype._closeModalDrawer=function(){[this._start,this._end].filter(function(t){return t&&!t.disableClose&&"side"!==t.mode}).forEach(function(t){return t.close()})},t.prototype._isShowingBackdrop=function(){return this._isDrawerOpen(this._start)&&"side"!=this._start.mode||this._isDrawerOpen(this._end)&&"side"!=this._end.mode},t.prototype._isDrawerOpen=function(t){return null!=t&&t.opened},t.prototype._getDrawerEffectiveWidth=function(t,e){return this._isDrawerOpen(t)&&t.mode==e?t._width:0},t.prototype._updateStyles=function(){var t=this._left?this._getDrawerEffectiveWidth(this._left,"side"):0,e=this._right?this._getDrawerEffectiveWidth(this._right,"side"):0,i=this._left?this._getDrawerEffectiveWidth(this._left,"push"):0,n=this._right?this._getDrawerEffectiveWidth(this._right,"push"):0;this._styles={marginLeft:t+"px",marginRight:e+"px",transform:"translate3d("+(i-n)+"px, 0, 0)"}},t}();jr.decorators=[{type:e.Component,args:[{selector:"md-drawer-container, mat-drawer-container",template:'<div class="mat-drawer-backdrop" (click)="_onBackdropClicked()" [class.mat-drawer-shown]="_isShowingBackdrop()"></div><ng-content select="md-drawer, mat-drawer, md-sidenav, mat-sidenav"></ng-content><div class="mat-drawer-content" [ngStyle]="_styles" cdk-scrollable><ng-content></ng-content></div>',styles:[".mat-drawer-container{position:relative;transform:translate3d(0,0,0);box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-opened{overflow:hidden}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:2;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible}@media screen and (-ms-high-contrast:active){.mat-drawer-backdrop{opacity:.5}}.mat-drawer-content{position:relative;transform:translate3d(0,0,0);display:block;height:100%;overflow:auto}.mat-drawer{position:relative;transform:translate3d(0,0,0);display:block;position:absolute;top:0;bottom:0;z-index:3;min-width:5vw;outline:0;box-sizing:border-box;height:100%;overflow-y:auto;transform:translate3d(-100%,0,0)}.mat-drawer.mat-drawer-side{z-index:1}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%,0,0)}[dir=rtl] .mat-drawer{transform:translate3d(100%,0,0)}[dir=rtl] .mat-drawer.mat-drawer-end{left:0;right:auto;transform:translate3d(-100%,0,0)}.mat-drawer.mat-drawer-opened:not(.mat-drawer-side),.mat-drawer.mat-drawer-opening:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)} .mat-drawer-transition .mat-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.mat-drawer-transition .mat-drawer-backdrop.mat-drawer-shown{transition:background-color .4s cubic-bezier(.25,.8,.25,1)}"],host:{class:"mat-drawer-container"},changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],jr.ctorParameters=function(){return[{type:n.Directionality,decorators:[{type:e.Optional}]},{type:e.ElementRef},{type:e.Renderer2},{type:e.NgZone},{type:e.ChangeDetectorRef}]},jr.propDecorators={_drawers:[{type:e.ContentChildren,args:[Vr]}],backdropClick:[{type:e.Output}]};var zr=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Vr);zr.decorators=[{type:e.Component,args:[{selector:"md-sidenav, mat-sidenav",template:"<ng-content></ng-content>",animations:[g.trigger("transform",[g.state("open, open-instant",g.style({transform:"translate3d(0, 0, 0)",visibility:"visible"})),g.state("void",g.style({visibility:"hidden"})),g.transition("void => open-instant",g.animate("0ms")),g.transition("void <=> open, open-instant => void",g.animate("400ms cubic-bezier(0.25, 0.8, 0.25, 1)"))])],host:{class:"mat-drawer mat-sidenav","[@transform]":"_animationState","(@transform.start)":"_onAnimationStart()","(@transform.done)":"_onAnimationEnd($event)","(keydown)":"handleKeydown($event)","[attr.align]":"null","[class.mat-drawer-end]":'position === "end"',"[class.mat-drawer-over]":'mode === "over"',"[class.mat-drawer-push]":'mode === "push"',"[class.mat-drawer-side]":'mode === "side"',tabIndex:"-1"},changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],zr.ctorParameters=function(){return[]};var Nr=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(jr);Nr.decorators=[{type:e.Component,args:[{selector:"md-sidenav-container, mat-sidenav-container",template:'<div class="mat-drawer-backdrop" (click)="_onBackdropClicked()" [class.mat-drawer-shown]="_isShowingBackdrop()"></div><ng-content select="md-drawer, mat-drawer, md-sidenav, mat-sidenav"></ng-content><div class="mat-drawer-content" [ngStyle]="_styles" cdk-scrollable><ng-content></ng-content></div>',styles:[".mat-drawer-container{position:relative;transform:translate3d(0,0,0);box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-opened{overflow:hidden}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:2;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible}@media screen and (-ms-high-contrast:active){.mat-drawer-backdrop{opacity:.5}}.mat-drawer-content{position:relative;transform:translate3d(0,0,0);display:block;height:100%;overflow:auto}.mat-drawer{position:relative;transform:translate3d(0,0,0);display:block;position:absolute;top:0;bottom:0;z-index:3;min-width:5vw;outline:0;box-sizing:border-box;height:100%;overflow-y:auto;transform:translate3d(-100%,0,0)}.mat-drawer.mat-drawer-side{z-index:1}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%,0,0)}[dir=rtl] .mat-drawer{transform:translate3d(100%,0,0)}[dir=rtl] .mat-drawer.mat-drawer-end{left:0;right:auto;transform:translate3d(-100%,0,0)}.mat-drawer.mat-drawer-opened:not(.mat-drawer-side),.mat-drawer.mat-drawer-opening:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)} .mat-drawer-transition .mat-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.mat-drawer-transition .mat-drawer-backdrop.mat-drawer-shown{transition:background-color .4s cubic-bezier(.25,.8,.25,1)}"],host:{class:"mat-drawer-container mat-sidenav-container"},changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],Nr.ctorParameters=function(){return[]},Nr.propDecorators={_drawers:[{type:e.ContentChildren,args:[zr]}]};var Wr=function(){function t(){}return t}();Wr.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,Ut,i.A11yModule,d.OverlayModule],exports:[jr,Vr,Nr,zr,Ut],declarations:[jr,Vr,Nr,zr]}]}],Wr.ctorParameters=function(){return[]};var Hr=0,Gr={provide:h.NG_VALUE_ACCESSOR,useExisting:e.forwardRef(function(){return Kr}),multi:!0},Yr=function(){function t(){}return t}(),Ur=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),qr=L(T(A(E(Ur)),"accent")),Kr=function(t){function i(i,n,a,r,o,s){var l=t.call(this,n,i)||this;return l._platform=a,l._focusMonitor=r,l._changeDetectorRef=o,l.onChange=function(t){},l.onTouched=function(){},l._uniqueId="md-slide-toggle-"+ ++Hr,l._required=!1,l._checked=!1,l.name=null,l.id=l._uniqueId,l.labelPosition="after",l.ariaLabel=null,l.ariaLabelledby=null,l.change=new e.EventEmitter,l.tabIndex=parseInt(s)||0,l}return P(i,t),Object.defineProperty(i.prototype,"required",{get:function(){return this._required},set:function(t){this._required=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"checked",{get:function(){return this._checked},set:function(t){this._checked=!!t,this._changeDetectorRef.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"inputId",{get:function(){return(this.id||this._uniqueId)+"-input"},enumerable:!0,configurable:!0}),i.prototype.ngAfterContentInit=function(){var t=this;this._slideRenderer=new Xr(this._elementRef,this._platform),this._focusMonitor.monitor(this._inputElement.nativeElement,this._renderer,!1).subscribe(function(e){return t._onInputFocusChange(e)})},i.prototype.ngOnDestroy=function(){this._focusMonitor.stopMonitoring(this._inputElement.nativeElement)},i.prototype._onChangeEvent=function(t){t.stopPropagation(),this.checked=this._inputElement.nativeElement.checked,this._emitChangeEvent()},i.prototype._onInputClick=function(t){this._slideRenderer.dragging&&t.preventDefault(),t.stopPropagation()},i.prototype.writeValue=function(t){this.checked=!!t},i.prototype.registerOnChange=function(t){this.onChange=t},i.prototype.registerOnTouched=function(t){this.onTouched=t},i.prototype.setDisabledState=function(t){this.disabled=t,this._changeDetectorRef.markForCheck()},i.prototype.focus=function(){this._focusMonitor.focusVia(this._inputElement.nativeElement,"keyboard")},i.prototype.toggle=function(){this.checked=!this.checked},i.prototype._onInputFocusChange=function(t){this._focusRipple||"keyboard"!==t?t||(this.onTouched(),this._focusRipple&&(this._focusRipple.fadeOut(),this._focusRipple=null)):this._focusRipple=this._ripple.launch(0,0,{persistent:!0,centered:!0})},i.prototype._emitChangeEvent=function(){var t=new Yr;t.source=this,t.checked=this.checked,this.change.emit(t),this.onChange(this.checked)},i.prototype._onDragStart=function(){this.disabled||this._slideRenderer.startThumbDrag(this.checked)},i.prototype._onDrag=function(t){this._slideRenderer.dragging&&this._slideRenderer.updateThumbPosition(t.deltaX)},i.prototype._onDragEnd=function(){var t=this;if(this._slideRenderer.dragging){var e=this.checked;this.checked=this._slideRenderer.dragPercentage>50,e!==this.checked&&this._emitChangeEvent(),setTimeout(function(){return t._slideRenderer.stopThumbDrag()})}},i.prototype._onLabelTextChange=function(){this._changeDetectorRef.markForCheck()},i}(qr);Kr.decorators=[{type:e.Component,args:[{selector:"md-slide-toggle, mat-slide-toggle",host:{class:"mat-slide-toggle","[id]":"id","[class.mat-checked]":"checked","[class.mat-disabled]":"disabled","[class.mat-slide-toggle-label-before]":'labelPosition == "before"'},template:'<label class="mat-slide-toggle-label" #label><div class="mat-slide-toggle-bar" [class.mat-slide-toggle-bar-no-side-margin]="!labelContent.textContent || !labelContent.textContent.trim()"><input #input class="mat-slide-toggle-input cdk-visually-hidden" type="checkbox" [id]="inputId" [required]="required" [tabIndex]="tabIndex" [checked]="checked" [disabled]="disabled" [attr.name]="name" [attr.aria-label]="ariaLabel" [attr.aria-labelledby]="ariaLabelledby" (change)="_onChangeEvent($event)" (click)="_onInputClick($event)"><div class="mat-slide-toggle-thumb-container" (slidestart)="_onDragStart()" (slide)="_onDrag($event)" (slideend)="_onDragEnd()"><div class="mat-slide-toggle-thumb"></div><div class="mat-slide-toggle-ripple" mat-ripple [matRippleTrigger]="label" [matRippleCentered]="true" [matRippleDisabled]="disableRipple || disabled"></div></div></div><span class="mat-slide-toggle-content" #labelContent (cdkObserveContent)="_onLabelTextChange()"><ng-content></ng-content></span></label>',styles:[".mat-slide-toggle{display:inline-block;height:24px;line-height:24px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(16px,0,0)}.mat-slide-toggle.mat-disabled .mat-slide-toggle-label,.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container{cursor:default}.mat-slide-toggle-label{display:flex;flex:1;flex-direction:row;align-items:center;cursor:pointer}.mat-slide-toggle-label-before .mat-slide-toggle-label{order:1}.mat-slide-toggle-label-before .mat-slide-toggle-bar{order:2}.mat-slide-toggle-bar,[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar{margin-right:8px;margin-left:0}.mat-slide-toggle-label-before .mat-slide-toggle-bar,[dir=rtl] .mat-slide-toggle-bar{margin-left:8px;margin-right:0}.mat-slide-toggle-bar-no-side-margin{margin-left:0;margin-right:0}.mat-slide-toggle-thumb-container{position:absolute;z-index:1;width:20px;height:20px;top:-3px;left:0;transform:translate3d(0,0,0);transition:all 80ms linear;transition-property:transform;cursor:-webkit-grab;cursor:grab}.mat-slide-toggle-thumb-container.mat-dragging,.mat-slide-toggle-thumb-container:active{cursor:-webkit-grabbing;cursor:grabbing;transition-duration:0s}.mat-slide-toggle-thumb{height:20px;width:20px;border-radius:50%;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}@media screen and (-ms-high-contrast:active){.mat-slide-toggle-thumb{background:#fff;border:solid 1px #000}}.mat-slide-toggle-bar{position:relative;width:36px;height:14px;border-radius:8px}@media screen and (-ms-high-contrast:active){.mat-slide-toggle-bar{background:#fff}}.mat-slide-toggle-input{bottom:0;left:10px}.mat-slide-toggle-bar,.mat-slide-toggle-thumb{transition:all 80ms linear;transition-property:background-color;transition-delay:50ms}.mat-slide-toggle-ripple{position:absolute;top:-13px;left:-13px;height:46px;width:46px;border-radius:50%;z-index:1;pointer-events:none}"],providers:[Gr],viewProviders:[{provide:Vt,useValue:!0}],inputs:["disabled","disableRipple","color","tabIndex"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],Kr.ctorParameters=function(){return[{type:e.ElementRef},{type:e.Renderer2},{type:p.Platform},{type:i.FocusMonitor},{type:e.ChangeDetectorRef},{type:void 0,decorators:[{type:e.Attribute,args:["tabindex"]}]}]},Kr.propDecorators={name:[{type:e.Input}],id:[{type:e.Input}],labelPosition:[{type:e.Input}],ariaLabel:[{type:e.Input,args:["aria-label"]}],ariaLabelledby:[{type:e.Input,args:["aria-labelledby"]}],required:[{type:e.Input}],checked:[{type:e.Input}],change:[{type:e.Output}],_inputElement:[{type:e.ViewChild,args:["input"]}],_ripple:[{type:e.ViewChild,args:[be]}]};var Xr=function(){function t(t,e){this.dragging=!1,e.isBrowser&&(this._thumbEl=t.nativeElement.querySelector(".mat-slide-toggle-thumb-container"),this._thumbBarEl=t.nativeElement.querySelector(".mat-slide-toggle-bar"))}return t.prototype.startThumbDrag=function(t){this.dragging||(this._thumbBarWidth=this._thumbBarEl.clientWidth-this._thumbEl.clientWidth,this._thumbEl.classList.add("mat-dragging"),this._previousChecked=t,this.dragging=!0)},t.prototype.stopThumbDrag=function(){return!!this.dragging&&(this.dragging=!1,this._thumbEl.classList.remove("mat-dragging"),H(this._thumbEl,""),this.dragPercentage>50)},t.prototype.updateThumbPosition=function(t){this.dragPercentage=this._getDragPercentage(t);var e=this.dragPercentage/100*this._thumbBarWidth;H(this._thumbEl,"translate3d("+e+"px, 0, 0)")},t.prototype._getDragPercentage=function(t){var e=t/this._thumbBarWidth*100;return this._previousChecked&&(e+=100),Math.max(0,Math.min(e,100))},t}(),$r=function(){function t(){}return t}();$r.decorators=[{type:e.NgModule,args:[{imports:[_e,Ut,p.PlatformModule,y.ObserversModule,i.A11yModule],exports:[Kr,Ut],declarations:[Kr],providers:[{provide:a.HAMMER_GESTURE_CONFIG,useClass:ce}]}]}],$r.ctorParameters=function(){return[]};var Zr={provide:h.NG_VALUE_ACCESSOR,useExisting:e.forwardRef(function(){return eo}),multi:!0},Jr=function(){function t(){}return t}(),Qr=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),to=T(E(Qr),"accent"),eo=function(t){function i(i,n,a,r,o){var s=t.call(this,i,n)||this;return s._focusMonitor=a,s._changeDetectorRef=r,s._dir=o,s._invert=!1,s._max=100,s._min=0,s._step=1,s._thumbLabel=!1,s._tickInterval=0,s._value=null,s._vertical=!1,s.change=new e.EventEmitter,s.input=new e.EventEmitter,s.onTouched=function(){},s._percent=0,s._isSliding=!1,s._isActive=!1,s._tickIntervalPercent=0,s._sliderDimensions=null,s._controlValueAccessorChangeFn=function(){},s._dirChangeSubscription=x.Subscription.EMPTY,s}return P(i,t),Object.defineProperty(i.prototype,"invert",{get:function(){return this._invert},set:function(t){this._invert=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"max",{get:function(){return this._max},set:function(t){this._max=r.coerceNumberProperty(t,this._max),this._percent=this._calculatePercentage(this._value),this._changeDetectorRef.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"min",{get:function(){return this._min},set:function(t){this._min=r.coerceNumberProperty(t,this._min),null===this._value&&(this.value=this._min),this._percent=this._calculatePercentage(this._value),this._changeDetectorRef.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"step",{get:function(){return this._step},set:function(t){this._step=r.coerceNumberProperty(t,this._step),this._step%1!=0&&(this._roundLabelTo=this._step.toString().split(".").pop().length),this._changeDetectorRef.markForCheck()},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"thumbLabel",{get:function(){return this._thumbLabel},set:function(t){this._thumbLabel=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_thumbLabelDeprecated",{get:function(){return this._thumbLabel},set:function(t){this._thumbLabel=t},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tickInterval",{get:function(){return this._tickInterval},set:function(t){this._tickInterval="auto"===t?"auto":"number"==typeof t||"string"==typeof t?r.coerceNumberProperty(t,this._tickInterval):0},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_tickIntervalDeprecated",{get:function(){return this.tickInterval},set:function(t){this.tickInterval=t},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"value",{get:function(){return null===this._value&&(this.value=this._min),this._value},set:function(t){t!==this._value&&(this._value=r.coerceNumberProperty(t,this._value||0),this._percent=this._calculatePercentage(this._value),this._changeDetectorRef.markForCheck())},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"vertical",{get:function(){return this._vertical},set:function(t){this._vertical=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"displayValue",{get:function(){return this._roundLabelTo&&this.value&&this.value%1!=0?this.value.toFixed(this._roundLabelTo):this.value||0},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"percent",{get:function(){return this._clamp(this._percent)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_invertAxis",{get:function(){return this.vertical?!this.invert:this.invert},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_isMinValue",{get:function(){return 0===this.percent},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_thumbGap",{get:function(){return this.disabled?7:this._isMinValue&&!this.thumbLabel?this._isActive?10:7:0},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_trackBackgroundStyles",{get:function(){var t=this.vertical?"Y":"X";return{transform:"translate"+t+"("+(this._invertMouseCoords?"-":"")+this._thumbGap+"px) scale"+t+"("+(1-this.percent)+")"}},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_trackFillStyles",{get:function(){var t=this.vertical?"Y":"X";return{transform:"translate"+t+"("+(this._invertMouseCoords?"":"-")+this._thumbGap+"px) scale"+t+"("+this.percent+")"}},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_ticksContainerStyles",{get:function(){return{transform:"translate"+(this.vertical?"Y":"X")+"("+(this.vertical||"rtl"!=this._direction?"-":"")+this._tickIntervalPercent/2*100+"%)"}},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_ticksStyles",{get:function(){var t=100*this._tickIntervalPercent,e=this.vertical?"2px "+t+"%":t+"% 2px",i=this.vertical?"Y":"X",n=this.vertical||"rtl"!=this._direction?"":"-",a=this.vertical||"rtl"!=this._direction?"":" rotate(180deg)",r={backgroundSize:e,transform:"translateZ(0) translate"+i+"("+n+t/2+"%)"+a};if(this._isMinValue&&this._thumbGap){r["padding"+(this.vertical?this._invertAxis?"Bottom":"Top":this._invertAxis?"Right":"Left")]=this._thumbGap+"px"}return r},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_thumbContainerStyles",{get:function(){return{transform:"translate"+(this.vertical?"Y":"X")+"(-"+100*(("rtl"!=this._direction||this.vertical?this._invertAxis:!this._invertAxis)?this.percent:1-this.percent)+"%)"}},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_invertMouseCoords",{get:function(){return"rtl"!=this._direction||this.vertical?this._invertAxis:!this._invertAxis},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_direction",{get:function(){return this._dir&&"rtl"==this._dir.value?"rtl":"ltr"},enumerable:!0,configurable:!0}),i.prototype.ngOnInit=function(){var t=this;this._focusMonitor.monitor(this._elementRef.nativeElement,this._renderer,!0).subscribe(function(e){t._isActive=!!e&&"keyboard"!==e,t._changeDetectorRef.detectChanges()}),this._dir&&(this._dirChangeSubscription=this._dir.change.subscribe(function(){t._changeDetectorRef.markForCheck()}))},i.prototype.ngOnDestroy=function(){this._focusMonitor.stopMonitoring(this._elementRef.nativeElement),this._dirChangeSubscription.unsubscribe()},i.prototype._onMouseenter=function(){this.disabled||(this._sliderDimensions=this._getSliderDimensions(),this._updateTickIntervalPercent())},i.prototype._onClick=function(t){if(!this.disabled){var e=this.value;this._isSliding=!1,this._focusHostElement(),this._updateValueFromPosition({x:t.clientX,y:t.clientY}),e!=this.value&&(this._emitInputEvent(),this._emitChangeEvent())}},i.prototype._onSlide=function(t){if(!this.disabled){this._isSliding||this._onSlideStart(null),t.preventDefault();var e=this.value;this._updateValueFromPosition({x:t.center.x,y:t.center.y}),e!=this.value&&this._emitInputEvent()}},i.prototype._onSlideStart=function(t){this.disabled||(this._onMouseenter(),this._isSliding=!0,this._focusHostElement(),this._valueOnSlideStart=this.value,t&&(this._updateValueFromPosition({x:t.center.x,y:t.center.y}),t.preventDefault()))},i.prototype._onSlideEnd=function(){this._isSliding=!1,this._valueOnSlideStart!=this.value&&this._emitChangeEvent(),this._valueOnSlideStart=null},i.prototype._onFocus=function(){this._sliderDimensions=this._getSliderDimensions(),this._updateTickIntervalPercent()},i.prototype._onBlur=function(){this.onTouched()},i.prototype._onKeydown=function(t){if(!this.disabled){var e=this.value;switch(t.keyCode){case s.PAGE_UP:this._increment(10);break;case s.PAGE_DOWN:this._increment(-10);break;case s.END:this.value=this.max;break;case s.HOME:this.value=this.min;break;case s.LEFT_ARROW:this._increment("rtl"==this._direction?1:-1);break;case s.UP_ARROW:this._increment(1);break;case s.RIGHT_ARROW:this._increment("rtl"==this._direction?-1:1);break;case s.DOWN_ARROW:this._increment(-1);break;default:return}e!=this.value&&(this._emitInputEvent(),this._emitChangeEvent()),this._isSliding=!0,t.preventDefault()}},i.prototype._onKeyup=function(){this._isSliding=!1},i.prototype._increment=function(t){this.value=this._clamp((this.value||0)+this.step*t,this.min,this.max)},i.prototype._updateValueFromPosition=function(t){if(this._sliderDimensions){var e=this.vertical?this._sliderDimensions.top:this._sliderDimensions.left,i=this.vertical?this._sliderDimensions.height:this._sliderDimensions.width,n=this.vertical?t.y:t.x,a=this._clamp((n-e)/i);this._invertMouseCoords&&(a=1-a);var r=this._calculateValue(a),o=Math.round((r-this.min)/this.step)*this.step+this.min;this.value=this._clamp(o,this.min,this.max)}},i.prototype._emitChangeEvent=function(){this._controlValueAccessorChangeFn(this.value),this.change.emit(this._createChangeEvent())},i.prototype._emitInputEvent=function(){this.input.emit(this._createChangeEvent())},i.prototype._updateTickIntervalPercent=function(){if(this.tickInterval&&this._sliderDimensions)if("auto"==this.tickInterval){var t=this.vertical?this._sliderDimensions.height:this._sliderDimensions.width,e=t*this.step/(this.max-this.min),i=Math.ceil(30/e),n=i*this.step;this._tickIntervalPercent=n/t}else this._tickIntervalPercent=this.tickInterval*this.step/(this.max-this.min)},i.prototype._createChangeEvent=function(t){void 0===t&&(t=this.value);var e=new Jr;return e.source=this,e.value=t,e},i.prototype._calculatePercentage=function(t){return((t||0)-this.min)/(this.max-this.min)},i.prototype._calculateValue=function(t){return this.min+t*(this.max-this.min)},i.prototype._clamp=function(t,e,i){return void 0===e&&(e=0),void 0===i&&(i=1),Math.max(e,Math.min(t,i))},i.prototype._getSliderDimensions=function(){return this._sliderWrapper?this._sliderWrapper.nativeElement.getBoundingClientRect():null},i.prototype._focusHostElement=function(){this._elementRef.nativeElement.focus()},i.prototype.writeValue=function(t){this.value=t},i.prototype.registerOnChange=function(t){this._controlValueAccessorChangeFn=t},i.prototype.registerOnTouched=function(t){this.onTouched=t},i.prototype.setDisabledState=function(t){this.disabled=t},i}(to);eo.decorators=[{type:e.Component,args:[{selector:"md-slider, mat-slider",providers:[Zr],host:{"(focus)":"_onFocus()","(blur)":"_onBlur()","(click)":"_onClick($event)","(keydown)":"_onKeydown($event)","(keyup)":"_onKeyup()","(mouseenter)":"_onMouseenter()","(slide)":"_onSlide($event)","(slideend)":"_onSlideEnd()","(slidestart)":"_onSlideStart($event)",class:"mat-slider",role:"slider",tabindex:"0","[attr.aria-disabled]":"disabled","[attr.aria-valuemax]":"max","[attr.aria-valuemin]":"min","[attr.aria-valuenow]":"value","[attr.aria-orientation]":'vertical ? "vertical" : "horizontal"',"[class.mat-slider-disabled]":"disabled","[class.mat-slider-has-ticks]":"tickInterval","[class.mat-slider-horizontal]":"!vertical","[class.mat-slider-axis-inverted]":"_invertAxis","[class.mat-slider-sliding]":"_isSliding","[class.mat-slider-thumb-label-showing]":"thumbLabel","[class.mat-slider-vertical]":"vertical","[class.mat-slider-min-value]":"_isMinValue","[class.mat-slider-hide-last-tick]":"disabled || _isMinValue && _thumbGap && _invertAxis"},template:'<div class="mat-slider-wrapper" #sliderWrapper><div class="mat-slider-track-wrapper"><div class="mat-slider-track-background" [ngStyle]="_trackBackgroundStyles"></div><div class="mat-slider-track-fill" [ngStyle]="_trackFillStyles"></div></div><div class="mat-slider-ticks-container" [ngStyle]="_ticksContainerStyles"><div class="mat-slider-ticks" [ngStyle]="_ticksStyles"></div></div><div class="mat-slider-thumb-container" [ngStyle]="_thumbContainerStyles"><div class="mat-slider-focus-ring"></div><div class="mat-slider-thumb"></div><div class="mat-slider-thumb-label"><span class="mat-slider-thumb-label-text">{{displayValue}}</span></div></div></div>',
|
|
20
|
+
styles:[".mat-slider{display:inline-block;position:relative;box-sizing:border-box;padding:8px;outline:0;vertical-align:middle}.mat-slider-wrapper{position:absolute}.mat-slider-track-wrapper{position:absolute;top:0;left:0;overflow:hidden}.mat-slider-track-fill{position:absolute;transform-origin:0 0;transition:transform .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1)}.mat-slider-track-background{position:absolute;transform-origin:100% 100%;transition:transform .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1)}.mat-slider-ticks-container{position:absolute;left:0;top:0;overflow:hidden}.mat-slider-ticks{background-repeat:repeat;background-clip:content-box;box-sizing:border-box;opacity:0;transition:opacity .4s cubic-bezier(.25,.8,.25,1)}.mat-slider-thumb-container{position:absolute;z-index:1;transition:transform .4s cubic-bezier(.25,.8,.25,1)}.mat-slider-focus-ring{position:absolute;width:30px;height:30px;border-radius:50%;transform:scale(0);opacity:0;transition:transform .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1),opacity .4s cubic-bezier(.25,.8,.25,1)}.cdk-keyboard-focused .mat-slider-focus-ring{transform:scale(1);opacity:1}.mat-slider:not(.mat-slider-disabled) .mat-slider-thumb,.mat-slider:not(.mat-slider-disabled) .mat-slider-thumb-label{cursor:-webkit-grab;cursor:grab}.mat-slider-sliding:not(.mat-slider-disabled) .mat-slider-thumb,.mat-slider-sliding:not(.mat-slider-disabled) .mat-slider-thumb-label,.mat-slider:not(.mat-slider-disabled) .mat-slider-thumb-label:active,.mat-slider:not(.mat-slider-disabled) .mat-slider-thumb:active{cursor:-webkit-grabbing;cursor:grabbing}.mat-slider-thumb{position:absolute;right:-10px;bottom:-10px;box-sizing:border-box;width:20px;height:20px;border:3px solid transparent;border-radius:50%;transform:scale(.7);transition:transform .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1),border-color .4s cubic-bezier(.25,.8,.25,1)}.mat-slider-thumb-label{display:none;align-items:center;justify-content:center;position:absolute;width:28px;height:28px;border-radius:50%;transition:transform .4s cubic-bezier(.25,.8,.25,1),border-radius .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1)}.mat-slider-thumb-label-text{z-index:1;opacity:0;transition:opacity .4s cubic-bezier(.25,.8,.25,1)}.mat-slider-sliding .mat-slider-thumb-container,.mat-slider-sliding .mat-slider-track-background,.mat-slider-sliding .mat-slider-track-fill{transition-duration:0s}.mat-slider-has-ticks .mat-slider-wrapper::after{content:'';position:absolute;border-width:0;border-style:solid;opacity:0;transition:opacity .4s cubic-bezier(.25,.8,.25,1)}.mat-slider-has-ticks.cdk-focused:not(.mat-slider-hide-last-tick) .mat-slider-wrapper::after,.mat-slider-has-ticks:hover:not(.mat-slider-hide-last-tick) .mat-slider-wrapper::after{opacity:1}.mat-slider-has-ticks.cdk-focused:not(.mat-slider-disabled) .mat-slider-ticks,.mat-slider-has-ticks:hover:not(.mat-slider-disabled) .mat-slider-ticks{opacity:1}.mat-slider-thumb-label-showing .mat-slider-focus-ring{transform:scale(0);opacity:0}.mat-slider-thumb-label-showing .mat-slider-thumb-label{display:flex}.mat-slider-axis-inverted .mat-slider-track-fill{transform-origin:100% 100%}.mat-slider-axis-inverted .mat-slider-track-background{transform-origin:0 0}.mat-slider:not(.mat-slider-disabled).cdk-focused.mat-slider-thumb-label-showing .mat-slider-thumb{transform:scale(0)}.mat-slider:not(.mat-slider-disabled).cdk-focused .mat-slider-thumb-label{border-radius:50% 50% 0}.mat-slider:not(.mat-slider-disabled).cdk-focused .mat-slider-thumb-label-text{opacity:1}.mat-slider:not(.mat-slider-disabled).cdk-mouse-focused .mat-slider-thumb,.mat-slider:not(.mat-slider-disabled).cdk-program-focused .mat-slider-thumb,.mat-slider:not(.mat-slider-disabled).cdk-touch-focused .mat-slider-thumb{border-width:2px;transform:scale(1)}.mat-slider-disabled .mat-slider-focus-ring{transform:scale(0);opacity:0}.mat-slider-disabled .mat-slider-thumb{border-width:4px;transform:scale(.5)}.mat-slider-disabled .mat-slider-thumb-label{display:none}.mat-slider-horizontal{height:48px;min-width:128px}.mat-slider-horizontal .mat-slider-wrapper{height:2px;top:23px;left:8px;right:8px}.mat-slider-horizontal .mat-slider-wrapper::after{height:2px;border-left-width:2px;right:0;top:0}.mat-slider-horizontal .mat-slider-track-wrapper{height:2px;width:100%}.mat-slider-horizontal .mat-slider-track-fill{height:2px;width:100%;transform:scaleX(0)}.mat-slider-horizontal .mat-slider-track-background{height:2px;width:100%;transform:scaleX(1)}.mat-slider-horizontal .mat-slider-ticks-container{height:2px;width:100%}.mat-slider-horizontal .mat-slider-ticks{height:2px;width:100%}.mat-slider-horizontal .mat-slider-thumb-container{width:100%;height:0;top:50%}.mat-slider-horizontal .mat-slider-focus-ring{top:-15px;right:-15px}.mat-slider-horizontal .mat-slider-thumb-label{right:-14px;top:-40px;transform:translateY(26px) scale(.01) rotate(45deg)}.mat-slider-horizontal .mat-slider-thumb-label-text{transform:rotate(-45deg)}.mat-slider-horizontal.cdk-focused .mat-slider-thumb-label{transform:rotate(45deg)}.mat-slider-vertical{width:48px;min-height:128px}.mat-slider-vertical .mat-slider-wrapper{width:2px;top:8px;bottom:8px;left:23px}.mat-slider-vertical .mat-slider-wrapper::after{width:2px;border-top-width:2px;bottom:0;left:0}.mat-slider-vertical .mat-slider-track-wrapper{height:100%;width:2px}.mat-slider-vertical .mat-slider-track-fill{height:100%;width:2px;transform:scaleY(0)}.mat-slider-vertical .mat-slider-track-background{height:100%;width:2px;transform:scaleY(1)}.mat-slider-vertical .mat-slider-ticks-container{width:2px;height:100%}.mat-slider-vertical .mat-slider-focus-ring{bottom:-15px;left:-15px}.mat-slider-vertical .mat-slider-ticks{width:2px;height:100%}.mat-slider-vertical .mat-slider-thumb-container{height:100%;width:0;left:50%}.mat-slider-vertical .mat-slider-thumb-label{bottom:-14px;left:-40px;transform:translateX(26px) scale(.01) rotate(-45deg)}.mat-slider-vertical .mat-slider-thumb-label-text{transform:rotate(45deg)}.mat-slider-vertical.cdk-focused .mat-slider-thumb-label{transform:rotate(-45deg)}[dir=rtl] .mat-slider-wrapper::after{left:0;right:auto}[dir=rtl] .mat-slider-horizontal .mat-slider-track-fill{transform-origin:100% 100%}[dir=rtl] .mat-slider-horizontal .mat-slider-track-background{transform-origin:0 0}[dir=rtl] .mat-slider-horizontal.mat-slider-axis-inverted .mat-slider-track-fill{transform-origin:0 0}[dir=rtl] .mat-slider-horizontal.mat-slider-axis-inverted .mat-slider-track-background{transform-origin:100% 100%}"],inputs:["disabled","color"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],eo.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:i.FocusMonitor},{type:e.ChangeDetectorRef},{type:n.Directionality,decorators:[{type:e.Optional}]}]},eo.propDecorators={invert:[{type:e.Input}],max:[{type:e.Input}],min:[{type:e.Input}],step:[{type:e.Input}],thumbLabel:[{type:e.Input}],_thumbLabelDeprecated:[{type:e.Input,args:["thumb-label"]}],tickInterval:[{type:e.Input}],_tickIntervalDeprecated:[{type:e.Input,args:["tick-interval"]}],value:[{type:e.Input}],vertical:[{type:e.Input}],change:[{type:e.Output}],input:[{type:e.Output}],_sliderWrapper:[{type:e.ViewChild,args:["sliderWrapper"]}]};var io=function(){function t(){}return t}();io.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,Ut,n.BidiModule,i.A11yModule],exports:[eo,Ut],declarations:[eo],providers:[{provide:a.HAMMER_GESTURE_CONFIG,useClass:ce}]}]}],io.ctorParameters=function(){return[]};var no=new e.InjectionToken("MdSnackBarData"),ao=function(){function t(){this.politeness="assertive",this.announcementMessage="",this.duration=0,this.direction="ltr",this.data=null,this.horizontalPosition="center",this.verticalPosition="bottom"}return t}(),ro=function(){function t(t,e){var i=this;this._overlayRef=e,this._afterClosed=new o.Subject,this._afterOpened=new o.Subject,this._onAction=new o.Subject,this.containerInstance=t,this.onAction().subscribe(function(){return i.dismiss()}),t._onExit.subscribe(function(){return i._finishDismiss()})}return t.prototype.dismiss=function(){this._afterClosed.closed||this.containerInstance.exit(),clearTimeout(this._durationTimeoutId)},t.prototype.closeWithAction=function(){this._onAction.closed||(this._onAction.next(),this._onAction.complete())},t.prototype._dismissAfter=function(t){var e=this;this._durationTimeoutId=setTimeout(function(){return e.dismiss()},t)},t.prototype._open=function(){this._afterOpened.closed||(this._afterOpened.next(),this._afterOpened.complete())},t.prototype._finishDismiss=function(){this._overlayRef.dispose(),this._afterClosed.next(),this._afterClosed.complete()},t.prototype.afterDismissed=function(){return this._afterClosed.asObservable()},t.prototype.afterOpened=function(){return this.containerInstance._onEnter},t.prototype.onAction=function(){return this._onAction.asObservable()},t}(),oo="225ms cubic-bezier(0.4,0.0,1,1)",so="195ms cubic-bezier(0.0,0.0,0.2,1)",lo=function(t){function e(e,i,n,a){var r=t.call(this)||this;return r._ngZone=e,r._renderer=i,r._elementRef=n,r._changeDetectorRef=a,r._destroyed=!1,r._onExit=new o.Subject,r._onEnter=new o.Subject,r}return P(e,t),e.prototype.getAnimationState=function(){return this._animationState+"-"+this.snackBarConfig.verticalPosition},e.prototype.attachComponentPortal=function(t){if(this._portalHost.hasAttached())throw Error("Attempting to attach snack bar content after content is already attached");if(this.snackBarConfig.extraClasses)for(var e=0,i=this.snackBarConfig.extraClasses;e<i.length;e++){var n=i[e];this._renderer.addClass(this._elementRef.nativeElement,n)}return"center"===this.snackBarConfig.horizontalPosition&&this._renderer.addClass(this._elementRef.nativeElement,"mat-snack-bar-center"),"top"===this.snackBarConfig.verticalPosition&&this._renderer.addClass(this._elementRef.nativeElement,"mat-snack-bar-top"),this._portalHost.attachComponentPortal(t)},e.prototype.attachTemplatePortal=function(){throw Error("Not yet implemented")},e.prototype.onAnimationEnd=function(t){if(("void"===t.toState||t.toState.startsWith("hidden"))&&this._completeExit(),t.toState.startsWith("visible")){var e=this._onEnter;this._ngZone.run(function(){e.next(),e.complete()})}},e.prototype.enter=function(){this._destroyed||(this._animationState="visible",this._changeDetectorRef.detectChanges())},e.prototype.exit=function(){return this._animationState="hidden",this._onExit},e.prototype.ngOnDestroy=function(){this._destroyed=!0,this._completeExit()},e.prototype._completeExit=function(){var t=this;m.first.call(this._ngZone.onMicrotaskEmpty.asObservable()).subscribe(function(){t._onExit.next(),t._onExit.complete()})},e}(u.BasePortalHost);lo.decorators=[{type:e.Component,args:[{selector:"snack-bar-container",template:"<ng-template cdkPortalHost></ng-template>",styles:[".mat-snack-bar-container{border-radius:2px;box-sizing:content-box;display:block;margin:24px;max-width:568px;min-width:288px;padding:14px 24px;transform:translateY(100%)}.mat-snack-bar-container.mat-snack-bar-center{margin:0}.mat-snack-bar-container.mat-snack-bar-top{transform:translateY(-100%)}@media screen and (-ms-high-contrast:active){.mat-snack-bar-container{border:solid 1px}}"],changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,host:{role:"alert",class:"mat-snack-bar-container","[@state]":"getAnimationState()","(@state.done)":"onAnimationEnd($event)"},animations:[g.trigger("state",[g.state("visible-top",g.style({transform:"translateY(0%)"})),g.state("hidden-top",g.style({transform:"translateY(-100%)"})),g.transition("visible-top => hidden-top",g.animate(so)),g.transition("void => visible-top",g.animate(oo)),g.state("visible-bottom",g.style({transform:"translateY(0%)"})),g.state("hidden-bottom",g.style({transform:"translateY(100%)"})),g.transition("visible-bottom => hidden-bottom",g.animate(so)),g.transition("void => visible-bottom",g.animate(oo))])]}]}],lo.ctorParameters=function(){return[{type:e.NgZone},{type:e.Renderer2},{type:e.ElementRef},{type:e.ChangeDetectorRef}]},lo.propDecorators={_portalHost:[{type:e.ViewChild,args:[u.PortalHostDirective]}]};var co=function(){function t(t,e){this.snackBarRef=t,this.data=e}return t.prototype.action=function(){this.snackBarRef.closeWithAction()},Object.defineProperty(t.prototype,"hasAction",{get:function(){return!!this.data.action},enumerable:!0,configurable:!0}),t}();co.decorators=[{type:e.Component,args:[{selector:"simple-snack-bar",template:'{{data.message}} <button class="mat-simple-snackbar-action" *ngIf="hasAction" (click)="action()">{{data.action}}</button>',styles:[".mat-simple-snackbar{display:flex;justify-content:space-between;line-height:20px}.mat-simple-snackbar-action{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;background:0 0;flex-shrink:0;margin-left:48px}[dir=rtl] .mat-simple-snackbar-action{margin-right:48px;margin-left:0}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,host:{class:"mat-simple-snackbar"}}]}],co.ctorParameters=function(){return[{type:ro},{type:void 0,decorators:[{type:e.Inject,args:[no]}]}]};var po=function(){function t(t,e,i,n){this._overlay=t,this._live=e,this._injector=i,this._parentSnackBar=n,this._snackBarRefAtThisLevel=null}return Object.defineProperty(t.prototype,"_openedSnackBarRef",{get:function(){var t=this._parentSnackBar;return t?t._openedSnackBarRef:this._snackBarRefAtThisLevel},set:function(t){this._parentSnackBar?this._parentSnackBar._openedSnackBarRef=t:this._snackBarRefAtThisLevel=t},enumerable:!0,configurable:!0}),t.prototype.openFromComponent=function(t,e){var i=this,n=Pt(e),a=this._attach(t,n);return a.afterDismissed().subscribe(function(){i._openedSnackBarRef==a&&(i._openedSnackBarRef=null)}),this._openedSnackBarRef?(this._openedSnackBarRef.afterDismissed().subscribe(function(){a.containerInstance.enter()}),this._openedSnackBarRef.dismiss()):a.containerInstance.enter(),n.duration&&n.duration>0&&a.afterOpened().subscribe(function(){return a._dismissAfter(n.duration)}),n.announcementMessage&&this._live.announce(n.announcementMessage,n.politeness),this._openedSnackBarRef=a,this._openedSnackBarRef},t.prototype.open=function(t,e,i){void 0===e&&(e="");var n=Pt(i);return n.data={message:t,action:e},n.announcementMessage=t,this.openFromComponent(co,n)},t.prototype.dismiss=function(){this._openedSnackBarRef&&this._openedSnackBarRef.dismiss()},t.prototype._attachSnackBarContainer=function(t,e){var i=new u.ComponentPortal(lo,e.viewContainerRef),n=t.attach(i);return n.instance.snackBarConfig=e,n.instance},t.prototype._attach=function(t,e){var i=this._createOverlay(e),n=this._attachSnackBarContainer(i,e),a=new ro(n,i),r=this._createInjector(e,a),o=new u.ComponentPortal(t,void 0,r),s=n.attachComponentPortal(o);return a.instance=s.instance,a},t.prototype._createOverlay=function(t){var e=new d.OverlayConfig;e.direction=t.direction;var i=this._overlay.position().global(),n="rtl"===t.direction,a="left"===t.horizontalPosition||"start"===t.horizontalPosition&&!n||"end"===t.horizontalPosition&&n,r=!a&&"center"!==t.horizontalPosition;return a?i.left("0"):r?i.right("0"):i.centerHorizontally(),"top"===t.verticalPosition?i.top("0"):i.bottom("0"),e.positionStrategy=i,this._overlay.create(e)},t.prototype._createInjector=function(t,e){var i=t&&t.viewContainerRef&&t.viewContainerRef.injector,n=new WeakMap;return n.set(ro,e),n.set(no,t.data),new Pe(i||this._injector,n)},t}();po.decorators=[{type:e.Injectable}],po.ctorParameters=function(){return[{type:d.Overlay},{type:i.LiveAnnouncer},{type:e.Injector},{type:po,decorators:[{type:e.Optional},{type:e.SkipSelf}]}]};var uo=function(){function t(){}return t}();uo.decorators=[{type:e.NgModule,args:[{imports:[d.OverlayModule,u.PortalModule,l.CommonModule,Ut],exports:[lo,Ut],declarations:[lo,co],entryComponents:[lo,co],providers:[po,i.LIVE_ANNOUNCER_PROVIDER]}]}],uo.ctorParameters=function(){return[]};var mo=function(){function t(){this.sortables=new Map,this.start="asc",this.direction="",this.sortChange=new e.EventEmitter}return Object.defineProperty(t.prototype,"disableClear",{get:function(){return this._disableClear},set:function(t){this._disableClear=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matSortActive",{get:function(){return this.active},set:function(t){this.active=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matSortStart",{get:function(){return this.start},set:function(t){this.start=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matSortDirection",{get:function(){return this.direction},set:function(t){this.direction=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matSortDisableClear",{get:function(){return this.disableClear},set:function(t){this.disableClear=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_matSortChange",{get:function(){return this.sortChange},enumerable:!0,configurable:!0}),t.prototype.register=function(t){if(!t.id)throw Tt();if(this.sortables.has(t.id))throw Rt(t.id);this.sortables.set(t.id,t)},t.prototype.deregister=function(t){this.sortables.delete(t.id)},t.prototype.sort=function(t){this.active!=t.id?(this.active=t.id,this.direction=t.start?t.start:this.start):this.direction=this.getNextSortDirection(t),this.sortChange.next({active:this.active,direction:this.direction})},t.prototype.getNextSortDirection=function(t){if(!t)return"";var e=null!=t.disableClear?t.disableClear:this.disableClear,i=At(t.start||this.start,e),n=i.indexOf(this.direction)+1;return n>=i.length&&(n=0),i[n]},t}();mo.decorators=[{type:e.Directive,args:[{selector:"[mdSort], [matSort]"}]}],mo.ctorParameters=function(){return[]},mo.propDecorators={active:[{type:e.Input,args:["mdSortActive"]}],start:[{type:e.Input,args:["mdSortStart"]}],direction:[{type:e.Input,args:["mdSortDirection"]}],disableClear:[{type:e.Input,args:["mdSortDisableClear"]}],_matSortActive:[{type:e.Input,args:["matSortActive"]}],_matSortStart:[{type:e.Input,args:["matSortStart"]}],_matSortDirection:[{type:e.Input,args:["matSortDirection"]}],_matSortDisableClear:[{type:e.Input,args:["matSortDisableClear"]}],sortChange:[{type:e.Output,args:["mdSortChange"]}],_matSortChange:[{type:e.Output,args:["matSortChange"]}]};var ho=function(){function t(){this.changes=new o.Subject,this.sortButtonLabel=function(t){return"Change sorting for "+t},this.sortDescriptionLabel=function(t,e){return"Sorted by "+t+" "+("asc"==e?"ascending":"descending")}}return t}();ho.decorators=[{type:e.Injectable}],ho.ctorParameters=function(){return[]};var go=Bt.ENTERING+" "+Ft.STANDARD_CURVE,fo=function(){function t(t,e,i,n){if(this._intl=t,this._sort=i,this._cdkColumnDef=n,this.arrowPosition="after",!i)throw Et();this._rerenderSubscription=b.merge(i.sortChange,t.changes).subscribe(function(){e.markForCheck()})}return Object.defineProperty(t.prototype,"disableClear",{get:function(){return this._disableClear},set:function(t){this._disableClear=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_id",{get:function(){return this.id},set:function(t){this.id=t},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){!this.id&&this._cdkColumnDef&&(this.id=this._cdkColumnDef.name),this._sort.register(this)},t.prototype.ngOnDestroy=function(){this._sort.deregister(this),this._rerenderSubscription.unsubscribe()},t.prototype._isSorted=function(){return this._sort.active==this.id&&this._sort.direction},t}();fo.decorators=[{type:e.Component,args:[{selector:"[md-sort-header], [mat-sort-header]",template:'<div class="mat-sort-header-container" [class.mat-sort-header-position-before]="arrowPosition == \'before\'"><button class="mat-sort-header-button" type="button" [attr.aria-label]="_intl.sortButtonLabel(id)"><ng-content></ng-content></button><div *ngIf="_isSorted()" class="mat-sort-header-arrow"><div class="mat-sort-header-stem"></div><div class="mat-sort-header-indicator" [@indicator]="_sort.direction"><div class="mat-sort-header-pointer-left" [@leftPointer]="_sort.direction"></div><div class="mat-sort-header-pointer-right" [@rightPointer]="_sort.direction"></div><div class="mat-sort-header-pointer-middle"></div></div></div></div><span class="cdk-visually-hidden" *ngIf="_isSorted()">{{_intl.sortDescriptionLabel(id, _sort.direction)}}</span>',styles:[".mat-sort-header-container{display:flex;cursor:pointer}.mat-sort-header-position-before{flex-direction:row-reverse}.mat-sort-header-button{border:none;background:0 0;display:flex;align-items:center;padding:0;cursor:pointer;outline:0;font:inherit;color:currentColor}.mat-sort-header-arrow{height:12px;width:12px;margin:0 0 0 6px;position:relative;display:flex}.mat-sort-header-position-before .mat-sort-header-arrow{margin:0 6px 0 0}.mat-sort-header-stem{background:currentColor;height:10px;width:2px;margin:auto;display:flex;align-items:center}.mat-sort-header-indicator{width:100%;height:2px;display:flex;align-items:center;position:absolute;top:0;transition:225ms cubic-bezier(.4,0,.2,1)}.mat-sort-header-pointer-middle{margin:auto;height:2px;width:2px;background:currentColor;transform:rotate(45deg)}.mat-sort-header-pointer-left,.mat-sort-header-pointer-right{background:currentColor;width:6px;height:2px;transition:225ms cubic-bezier(.4,0,.2,1);position:absolute}.mat-sort-header-pointer-left{transform-origin:right;left:0}.mat-sort-header-pointer-right{transform-origin:left;right:0}"],host:{"(click)":"_sort.sort(this)","[class.mat-sort-header-sorted]":"_isSorted()"},encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,animations:[g.trigger("indicator",[g.state("asc",g.style({transform:"translateY(0px)"})),g.state("desc",g.style({transform:"translateY(10px)"})),g.transition("asc <=> desc",g.animate(go))]),g.trigger("leftPointer",[g.state("asc",g.style({transform:"rotate(-45deg)"})),g.state("desc",g.style({transform:"rotate(45deg)"})),g.transition("asc <=> desc",g.animate(go))]),g.trigger("rightPointer",[g.state("asc",g.style({transform:"rotate(45deg)"})),g.state("desc",g.style({transform:"rotate(-45deg)"})),g.transition("asc <=> desc",g.animate(go))])]}]}],fo.ctorParameters=function(){return[{type:ho},{type:e.ChangeDetectorRef},{type:mo,decorators:[{type:e.Optional}]},{type:I.CdkColumnDef,decorators:[{type:e.Optional}]}]},fo.propDecorators={id:[{type:e.Input,args:["md-sort-header"]}],arrowPosition:[{type:e.Input}],start:[{type:e.Input,args:["start"]}],disableClear:[{type:e.Input}],_id:[{type:e.Input,args:["mat-sort-header"]}]};var bo=function(){function t(){}return t}();bo.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule],exports:[mo,fo],declarations:[mo,fo],providers:[ho]}]}],bo.ctorParameters=function(){return[]};var _o=O.CdkStepLabel,yo=function(t){function e(e){return t.call(this,e)||this}return P(e,t),e}(_o);yo.decorators=[{type:e.Directive,args:[{selector:"[mdStepLabel], [matStepLabel]"}]}],yo.ctorParameters=function(){return[{type:e.TemplateRef}]};var vo=function(){function t(){}return Object.defineProperty(t.prototype,"index",{get:function(){return this._index},set:function(t){this._index=r.coerceNumberProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selected",{get:function(){return this._selected},set:function(t){this._selected=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"active",{get:function(){return this._active},set:function(t){this._active=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"optional",{get:function(){return this._optional},set:function(t){this._optional=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),t.prototype._stringLabel=function(){return this.label instanceof yo?null:this.label},t.prototype._templateLabel=function(){return this.label instanceof yo?this.label:null},t}();vo.decorators=[{type:e.Component,args:[{selector:"md-step-header, mat-step-header",template:'<div [class.mat-step-icon]="icon !== \'number\' || selected" [class.mat-step-icon-not-touched]="icon == \'number\' && !selected" [ngSwitch]="icon"><span *ngSwitchCase="\'number\'">{{index + 1}}</span><mat-icon *ngSwitchCase="\'edit\'">create</mat-icon><mat-icon *ngSwitchCase="\'done\'">done</mat-icon></div><div class="mat-step-label" [class.mat-step-label-active]="active"><ng-container *ngIf="_templateLabel()" [ngTemplateOutlet]="label.template"></ng-container><div class="mat-step-text-label" *ngIf="_stringLabel()">{{label}}</div><div class="mat-step-optional" *ngIf="optional">Optional</div></div>',styles:[".mat-step-optional{font-size:12px}.mat-step-icon,.mat-step-icon-not-touched{border-radius:50%;height:24px;width:24px;align-items:center;justify-content:center;display:flex}.mat-step-icon .mat-icon{font-size:16px;height:16px;width:16px}.mat-step-label{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:50px;vertical-align:middle}.mat-step-text-label{text-overflow:ellipsis;overflow:hidden}"],host:{class:"mat-step-header",role:"tab"},encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,viewProviders:[{provide:Vt,useValue:!0}]}]}],vo.ctorParameters=function(){return[]},vo.propDecorators={icon:[{type:e.Input}],label:[{type:e.Input}],index:[{type:e.Input}],selected:[{type:e.Input}],active:[{type:e.Input}],optional:[{type:e.Input}]};var xo=O.CdkStep,Co=O.CdkStepper,ko=function(t){function e(e,i){var n=t.call(this,e)||this;return n.errorStateMatcher=function(t,e){var i=n._originalErrorStateMatcher(t,e),a=t.invalid&&n.interacted;return i||a},i&&i.errorStateMatcher?n._originalErrorStateMatcher=i.errorStateMatcher:n._originalErrorStateMatcher=j,n}return P(e,t),e}(xo);ko.decorators=[{type:e.Component,args:[{selector:"md-step, mat-step",template:"<ng-template><ng-content></ng-content></ng-template>",providers:[{provide:le,useExisting:ko}],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],ko.ctorParameters=function(){return[{type:wo,decorators:[{type:e.Inject,args:[e.forwardRef(function(){return wo})]}]},{type:void 0,decorators:[{type:e.Optional},{type:e.SkipSelf},{type:e.Inject,args:[le]}]}]},ko.propDecorators={stepLabel:[{type:e.ContentChild,args:[yo]}]};var wo=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Co);wo.decorators=[{type:e.Directive,args:[{selector:"[mdStepper]"}]}],wo.ctorParameters=function(){return[]},wo.propDecorators={_stepHeader:[{type:e.ViewChildren,args:[vo,{read:e.ElementRef}]}],_steps:[{type:e.ContentChildren,args:[ko]}]};var Do=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(wo);Do.decorators=[{type:e.Component,args:[{selector:"md-horizontal-stepper, mat-horizontal-stepper",template:'<div class="mat-horizontal-stepper-header-container"><ng-container *ngFor="let step of _steps; let i = index; let isLast = last"><mat-step-header class="mat-horizontal-stepper-header" (click)="step.select()" (keydown)="_onKeydown($event)" [tabIndex]="_focusIndex === i ? 0 : -1" [id]="_getStepLabelId(i)" [attr.aria-controls]="_getStepContentId(i)" [attr.aria-selected]="selectedIndex == i" [index]="i" [icon]="_getIndicatorType(i)" [label]="step.stepLabel || step.label" [selected]="selectedIndex === i" [active]="step.completed || selectedIndex === i" [optional]="step.optional"></mat-step-header><div *ngIf="!isLast" class="mat-stepper-horizontal-line"></div></ng-container></div><div class="mat-horizontal-content-container"><div *ngFor="let step of _steps; let i = index" class="mat-horizontal-stepper-content" role="tabpanel" [@stepTransition]="_getAnimationDirection(i)" [id]="_getStepContentId(i)" [attr.aria-labelledby]="_getStepLabelId(i)" [attr.aria-expanded]="selectedIndex === i"><ng-container [ngTemplateOutlet]="step.content"></ng-container></div></div>',styles:[".mat-stepper-horizontal,.mat-stepper-vertical{display:block}.mat-step-header{overflow:hidden;outline:0}.mat-horizontal-stepper-header-container{white-space:nowrap;display:flex;align-items:center}.mat-stepper-horizontal-line{border-top-width:1px;border-top-style:solid;flex:auto;height:0;margin:0 -16px;min-width:32px}.mat-horizontal-stepper-header{display:flex;height:72px;overflow:hidden;align-items:center;padding:0 24px}.mat-horizontal-stepper-header .mat-step-icon,.mat-horizontal-stepper-header .mat-step-icon-not-touched{margin-right:8px;flex:none}[dir=rtl] .mat-horizontal-stepper-header .mat-step-icon,[dir=rtl] .mat-horizontal-stepper-header .mat-step-icon-not-touched{margin-right:0;margin-left:8px}.mat-vertical-stepper-header{display:flex;align-items:center;padding:24px;max-height:24px}.mat-vertical-stepper-header .mat-step-icon,.mat-vertical-stepper-header .mat-step-icon-not-touched{margin-right:12px}[dir=rtl] .mat-vertical-stepper-header .mat-step-icon,[dir=rtl] .mat-vertical-stepper-header .mat-step-icon-not-touched{margin-right:0;margin-left:12px}.mat-horizontal-stepper-content{overflow:hidden}.mat-horizontal-stepper-content[aria-expanded=false]{height:0}.mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px 24px}.mat-vertical-content-container{margin-left:36px;border:0;position:relative}[dir=rtl] .mat-vertical-content-container{margin-left:0;margin-right:36px}.mat-stepper-vertical-line::before{content:'';position:absolute;top:-16px;bottom:-16px;left:0;border-left-width:1px;border-left-style:solid}[dir=rtl] .mat-stepper-vertical-line::before{left:auto;right:0}.mat-vertical-stepper-content{overflow:hidden}.mat-vertical-content{padding:0 24px 24px 24px}.mat-step:last-child .mat-vertical-content-container{border:none}"],inputs:["selectedIndex"],host:{class:"mat-stepper-horizontal",role:"tablist"},animations:[g.trigger("stepTransition",[g.state("previous",g.style({transform:"translate3d(-100%, 0, 0)",visibility:"hidden"})),g.state("current",g.style({transform:"translate3d(0%, 0, 0)",visibility:"visible"})),g.state("next",g.style({transform:"translate3d(100%, 0, 0)",visibility:"hidden"})),g.transition("* => *",g.animate("500ms cubic-bezier(0.35, 0, 0.25, 1)"))])],providers:[{provide:wo,useExisting:Do}],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,viewProviders:[{provide:Vt,useValue:!0}]}]}],Do.ctorParameters=function(){return[]};var Mo=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(wo);Mo.decorators=[{type:e.Component,args:[{selector:"md-vertical-stepper, mat-vertical-stepper",template:'<div class="mat-step" *ngFor="let step of _steps; let i = index; let isLast = last"><mat-step-header class="mat-vertical-stepper-header" (click)="step.select()" (keydown)="_onKeydown($event)" [tabIndex]="_focusIndex == i ? 0 : -1" [id]="_getStepLabelId(i)" [attr.aria-controls]="_getStepContentId(i)" [attr.aria-selected]="selectedIndex === i" [index]="i" [icon]="_getIndicatorType(i)" [label]="step.stepLabel || step.label" [selected]="selectedIndex === i" [active]="step.completed || selectedIndex === i" [optional]="step.optional"></mat-step-header><div class="mat-vertical-content-container" [class.mat-stepper-vertical-line]="!isLast"><div class="mat-vertical-stepper-content" role="tabpanel" [@stepTransition]="_getAnimationDirection(i)" [id]="_getStepContentId(i)" [attr.aria-labelledby]="_getStepLabelId(i)" [attr.aria-expanded]="selectedIndex === i"><div class="mat-vertical-content"><ng-container [ngTemplateOutlet]="step.content"></ng-container></div></div></div></div>',
|
|
21
|
+
styles:[".mat-stepper-horizontal,.mat-stepper-vertical{display:block}.mat-step-header{overflow:hidden;outline:0}.mat-horizontal-stepper-header-container{white-space:nowrap;display:flex;align-items:center}.mat-stepper-horizontal-line{border-top-width:1px;border-top-style:solid;flex:auto;height:0;margin:0 -16px;min-width:32px}.mat-horizontal-stepper-header{display:flex;height:72px;overflow:hidden;align-items:center;padding:0 24px}.mat-horizontal-stepper-header .mat-step-icon,.mat-horizontal-stepper-header .mat-step-icon-not-touched{margin-right:8px;flex:none}[dir=rtl] .mat-horizontal-stepper-header .mat-step-icon,[dir=rtl] .mat-horizontal-stepper-header .mat-step-icon-not-touched{margin-right:0;margin-left:8px}.mat-vertical-stepper-header{display:flex;align-items:center;padding:24px;max-height:24px}.mat-vertical-stepper-header .mat-step-icon,.mat-vertical-stepper-header .mat-step-icon-not-touched{margin-right:12px}[dir=rtl] .mat-vertical-stepper-header .mat-step-icon,[dir=rtl] .mat-vertical-stepper-header .mat-step-icon-not-touched{margin-right:0;margin-left:12px}.mat-horizontal-stepper-content{overflow:hidden}.mat-horizontal-stepper-content[aria-expanded=false]{height:0}.mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px 24px}.mat-vertical-content-container{margin-left:36px;border:0;position:relative}[dir=rtl] .mat-vertical-content-container{margin-left:0;margin-right:36px}.mat-stepper-vertical-line::before{content:'';position:absolute;top:-16px;bottom:-16px;left:0;border-left-width:1px;border-left-style:solid}[dir=rtl] .mat-stepper-vertical-line::before{left:auto;right:0}.mat-vertical-stepper-content{overflow:hidden}.mat-vertical-content{padding:0 24px 24px 24px}.mat-step:last-child .mat-vertical-content-container{border:none}"],inputs:["selectedIndex"],host:{class:"mat-stepper-vertical",role:"tablist"},animations:[g.trigger("stepTransition",[g.state("previous",g.style({height:"0px",visibility:"hidden"})),g.state("next",g.style({height:"0px",visibility:"hidden"})),g.state("current",g.style({height:"*",visibility:"visible"})),g.transition("* <=> current",g.animate("225ms cubic-bezier(0.4, 0.0, 0.2, 1)"))])],providers:[{provide:wo,useExisting:Mo}],viewProviders:[{provide:Vt,useValue:!0}],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],Mo.ctorParameters=function(){return[]};var So=O.CdkStepperNext,Io=O.CdkStepperPrevious,Oo=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(So);Oo.decorators=[{type:e.Directive,args:[{selector:"button[mdStepperNext], button[matStepperNext]",host:{"(click)":"_stepper.next()"},providers:[{provide:O.CdkStepper,useExisting:wo}]}]}],Oo.ctorParameters=function(){return[]};var Po=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Io);Po.decorators=[{type:e.Directive,args:[{selector:"button[mdStepperPrevious], button[matStepperPrevious]",host:{"(click)":"_stepper.previous()"},providers:[{provide:O.CdkStepper,useExisting:wo}]}]}],Po.ctorParameters=function(){return[]};var Ro=function(){function t(){}return t}();Ro.decorators=[{type:e.NgModule,args:[{imports:[Ut,l.CommonModule,u.PortalModule,si,O.CdkStepperModule,xn],exports:[Ut,Do,Mo,ko,yo,wo,Oo,Po,vo],declarations:[Do,Mo,ko,yo,wo,Oo,Po,vo]}]}],Ro.ctorParameters=function(){return[]};var Eo=I.CdkTable,To=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Eo);To.decorators=[{type:e.Component,args:[{selector:"md-table, mat-table",template:I.CDK_TABLE_TEMPLATE,styles:[".mat-table{display:block}.mat-header-row,.mat-row{display:flex;border-bottom-width:1px;border-bottom-style:solid;align-items:center;min-height:48px;padding:0 24px}.mat-cell,.mat-header-cell{flex:1}"],host:{class:"mat-table"},encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush}]}],To.ctorParameters=function(){return[]};var Ao=I.CdkCellDef,Lo=I.CdkHeaderCellDef,Fo=I.CdkColumnDef,Bo=I.CdkHeaderCell,Vo=I.CdkCell,jo=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Ao);jo.decorators=[{type:e.Directive,args:[{selector:"[mdCellDef], [matCellDef]",providers:[{provide:I.CdkCellDef,useExisting:jo}]}]}],jo.ctorParameters=function(){return[]};var zo=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Lo);zo.decorators=[{type:e.Directive,args:[{selector:"[mdHeaderCellDef], [matHeaderCellDef]",providers:[{provide:I.CdkHeaderCellDef,useExisting:zo}]}]}],zo.ctorParameters=function(){return[]};var No=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),Object.defineProperty(e.prototype,"_matColumnDefName",{get:function(){return this.name},set:function(t){this.name=t},enumerable:!0,configurable:!0}),e}(Fo);No.decorators=[{type:e.Directive,args:[{selector:"[mdColumnDef], [matColumnDef]",providers:[{provide:I.CdkColumnDef,useExisting:No}]}]}],No.ctorParameters=function(){return[]},No.propDecorators={name:[{type:e.Input,args:["mdColumnDef"]}],_matColumnDefName:[{type:e.Input,args:["matColumnDef"]}]};var Wo=function(t){function e(e,i,n){var a=t.call(this,e,i,n)||this;return n.addClass(i.nativeElement,"mat-column-"+e.cssClassFriendlyName),a}return P(e,t),e}(Bo);Wo.decorators=[{type:e.Directive,args:[{selector:"md-header-cell, mat-header-cell",host:{class:"mat-header-cell",role:"columnheader"}}]}],Wo.ctorParameters=function(){return[{type:I.CdkColumnDef},{type:e.ElementRef},{type:e.Renderer2}]};var Ho=function(t){function e(e,i,n){var a=t.call(this,e,i,n)||this;return n.addClass(i.nativeElement,"mat-column-"+e.cssClassFriendlyName),a}return P(e,t),e}(Vo);Ho.decorators=[{type:e.Directive,args:[{selector:"md-cell, mat-cell",host:{class:"mat-cell",role:"gridcell"}}]}],Ho.ctorParameters=function(){return[{type:I.CdkColumnDef},{type:e.ElementRef},{type:e.Renderer2}]};var Go=I.CdkHeaderRowDef,Yo=I.CdkRowDef,Uo=I.CdkHeaderRow,qo=I.CdkRow,Ko=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Go);Ko.decorators=[{type:e.Directive,args:[{selector:"[mdHeaderRowDef]",providers:[{provide:I.CdkHeaderRowDef,useExisting:Ko}],inputs:["columns: mdHeaderRowDef"]}]}],Ko.ctorParameters=function(){return[]};var Xo=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Go);Xo.decorators=[{type:e.Directive,args:[{selector:"[matHeaderRowDef]",providers:[{provide:I.CdkHeaderRowDef,useExisting:Xo}],inputs:["columns: matHeaderRowDef"]}]}],Xo.ctorParameters=function(){return[]};var $o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Yo);$o.decorators=[{type:e.Directive,args:[{selector:"[mdRowDef]",providers:[{provide:I.CdkRowDef,useExisting:$o}],inputs:["columns: mdRowDefColumns"]}]}],$o.ctorParameters=function(){return[]};var Zo=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Yo);Zo.decorators=[{type:e.Directive,args:[{selector:"[matRowDef]",providers:[{provide:I.CdkRowDef,useExisting:Zo}],inputs:["columns: matRowDefColumns"]}]}],Zo.ctorParameters=function(){return[]};var Jo=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(Uo);Jo.decorators=[{type:e.Component,args:[{selector:"md-header-row, mat-header-row",template:I.CDK_ROW_TEMPLATE,host:{class:"mat-header-row",role:"row"},changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],Jo.ctorParameters=function(){return[]};var Qo=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e}(qo);Qo.decorators=[{type:e.Component,args:[{selector:"md-row, mat-row",template:I.CDK_ROW_TEMPLATE,host:{class:"mat-row",role:"row"},changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1}]}],Qo.ctorParameters=function(){return[]};var ts=function(){function t(){}return t}();ts.decorators=[{type:e.NgModule,args:[{imports:[I.CdkTableModule,l.CommonModule,Ut],exports:[To,jo,zo,No,Ko,$o,Wo,Ho,Jo,Qo,Xo,Zo],declarations:[To,jo,zo,No,Ko,$o,Wo,Ho,Jo,Qo,Xo,Zo]}]}],ts.ctorParameters=function(){return[]};var es=function(){function t(t,e,i){this._renderer=t,this._elementRef=e,this._ngZone=i}return t.prototype.alignToElement=function(t){var e=this;this.show(),"undefined"!=typeof requestAnimationFrame?this._ngZone.runOutsideAngular(function(){requestAnimationFrame(function(){return e._setStyles(t)})}):this._setStyles(t)},t.prototype.show=function(){this._renderer.setStyle(this._elementRef.nativeElement,"visibility","visible")},t.prototype.hide=function(){this._renderer.setStyle(this._elementRef.nativeElement,"visibility","hidden")},t.prototype._setStyles=function(t){var e=t?(t.offsetLeft||0)+"px":"0",i=t?(t.offsetWidth||0)+"px":"0";this._renderer.setStyle(this._elementRef.nativeElement,"left",e),this._renderer.setStyle(this._elementRef.nativeElement,"width",i)},t}();es.decorators=[{type:e.Directive,args:[{selector:"md-ink-bar, mat-ink-bar",host:{class:"mat-ink-bar"}}]}],es.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:e.NgZone}]};var is=u.TemplatePortalDirective,ns=function(t){function e(e,i){return t.call(this,e,i)||this}return P(e,t),e}(is);ns.decorators=[{type:e.Directive,args:[{selector:"[md-tab-label], [mat-tab-label], [mdTabLabel], [matTabLabel]"}]}],ns.ctorParameters=function(){return[{type:e.TemplateRef},{type:e.ViewContainerRef}]};var as=function(){function t(){}return t}(),rs=E(as),os=function(t){function e(e){var i=t.call(this)||this;return i._viewContainerRef=e,i.textLabel="",i._contentPortal=null,i._labelChange=new o.Subject,i._disableChange=new o.Subject,i.position=null,i.origin=null,i.isActive=!1,i}return P(e,t),Object.defineProperty(e.prototype,"content",{get:function(){return this._contentPortal},enumerable:!0,configurable:!0}),e.prototype.ngOnChanges=function(t){t.hasOwnProperty("textLabel")&&this._labelChange.next(),t.hasOwnProperty("disabled")&&this._disableChange.next()},e.prototype.ngOnDestroy=function(){this._disableChange.complete(),this._labelChange.complete()},e.prototype.ngOnInit=function(){this._contentPortal=new u.TemplatePortal(this._content,this._viewContainerRef)},e}(rs);os.decorators=[{type:e.Component,args:[{selector:"md-tab, mat-tab",template:"<ng-template><ng-content></ng-content></ng-template>",inputs:["disabled"],changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,exportAs:"mdTab, matTab"}]}],os.ctorParameters=function(){return[{type:e.ViewContainerRef}]},os.propDecorators={templateLabel:[{type:e.ContentChild,args:[ns]}],_content:[{type:e.ViewChild,args:[e.TemplateRef]}],textLabel:[{type:e.Input,args:["label"]}]};var ss=function(){function t(t,i){this._elementRef=t,this._dir=i,this.onCentering=new e.EventEmitter,this.onCentered=new e.EventEmitter(!0)}return Object.defineProperty(t.prototype,"position",{set:function(t){this._position=t<0?"ltr"==this._getLayoutDirection()?"left":"right":t>0?"ltr"==this._getLayoutDirection()?"right":"left":"center"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"origin",{set:function(t){if(null!=t){var e=this._getLayoutDirection();this._origin="ltr"==e&&t<=0||"rtl"==e&&t>0?"left":"right"}},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){"center"==this._position&&this._origin&&(this._position="left"==this._origin?"left-origin-center":"right-origin-center")},t.prototype.ngAfterViewChecked=function(){this._isCenterPosition(this._position)&&!this._portalHost.hasAttached()&&this._portalHost.attach(this._content)},t.prototype._onTranslateTabStarted=function(t){this._isCenterPosition(t.toState)&&this.onCentering.emit(this._elementRef.nativeElement.clientHeight)},t.prototype._onTranslateTabComplete=function(t){this._isCenterPosition(t.toState)||this._isCenterPosition(this._position)||this._portalHost.detach(),this._isCenterPosition(t.toState)&&this._isCenterPosition(this._position)&&this.onCentered.emit()},t.prototype._getLayoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},t.prototype._isCenterPosition=function(t){return"center"==t||"left-origin-center"==t||"right-origin-center"==t},t}();ss.decorators=[{type:e.Component,args:[{selector:"md-tab-body, mat-tab-body",template:'<div class="mat-tab-body-content" #content [@translateTab]="_position" (@translateTab.start)="_onTranslateTabStarted($event)" (@translateTab.done)="_onTranslateTabComplete($event)"><ng-template cdkPortalHost></ng-template></div>',styles:[".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,host:{class:"mat-tab-body"},animations:[g.trigger("translateTab",[g.state("void",g.style({transform:"translate3d(0%, 0, 0)"})),g.state("left",g.style({transform:"translate3d(-100%, 0, 0)"})),g.state("left-origin-center",g.style({transform:"translate3d(0%, 0, 0)"})),g.state("right-origin-center",g.style({transform:"translate3d(0%, 0, 0)"})),g.state("center",g.style({transform:"translate3d(0%, 0, 0)"})),g.state("right",g.style({transform:"translate3d(100%, 0, 0)"})),g.transition("* => left, * => right, left => center, right => center",g.animate("500ms cubic-bezier(0.35, 0, 0.25, 1)")),g.transition("void => left-origin-center",[g.style({transform:"translate3d(-100%, 0, 0)"}),g.animate("500ms cubic-bezier(0.35, 0, 0.25, 1)")]),g.transition("void => right-origin-center",[g.style({transform:"translate3d(100%, 0, 0)"}),g.animate("500ms cubic-bezier(0.35, 0, 0.25, 1)")])])]}]}],ss.ctorParameters=function(){return[{type:e.ElementRef},{type:n.Directionality,decorators:[{type:e.Optional}]}]},ss.propDecorators={_portalHost:[{type:e.ViewChild,args:[u.PortalHostDirective]}],onCentering:[{type:e.Output}],onCentered:[{type:e.Output}],_content:[{type:e.Input,args:["content"]}],position:[{type:e.Input,args:["position"]}],origin:[{type:e.Input,args:["origin"]}]};var ls=0,cs=function(){function t(){}return t}(),ps=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),ds=T(A(ps),"primary"),us=function(t){function i(i,n,a){var r=t.call(this,i,n)||this;return r._changeDetectorRef=a,r._isInitialized=!1,r._indexToSelect=0,r._tabBodyWrapperHeight=0,r._tabsSubscription=x.Subscription.EMPTY,r._tabLabelSubscription=x.Subscription.EMPTY,r._dynamicHeight=!1,r._selectedIndex=null,r.headerPosition="above",r.selectedIndexChange=new e.EventEmitter,r.focusChange=new e.EventEmitter,r.selectChange=new e.EventEmitter(!0),r._groupId=ls++,r}return P(i,t),Object.defineProperty(i.prototype,"dynamicHeight",{get:function(){return this._dynamicHeight},set:function(t){this._dynamicHeight=r.coerceBooleanProperty(t)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"_dynamicHeightDeprecated",{get:function(){return this._dynamicHeight},set:function(t){this._dynamicHeight=t},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"selectedIndex",{get:function(){return this._selectedIndex},set:function(t){this._indexToSelect=t},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"backgroundColor",{get:function(){return this._backgroundColor},set:function(t){var e=this._elementRef.nativeElement;this._renderer.removeClass(e,"mat-background-"+this.backgroundColor),t&&this._renderer.addClass(e,"mat-background-"+t),this._backgroundColor=t},enumerable:!0,configurable:!0}),i.prototype.ngAfterContentChecked=function(){var t=this,e=this._indexToSelect=Math.min(this._tabs.length-1,Math.max(this._indexToSelect||0,0));this._selectedIndex!=e&&null!=this._selectedIndex&&(this.selectChange.emit(this._createChangeEvent(e)),Promise.resolve().then(function(){return t.selectedIndexChange.emit(e)})),this._tabs.forEach(function(i,n){i.position=n-e,i.isActive=n===e,null==t._selectedIndex||0!=i.position||i.origin||(i.origin=e-t._selectedIndex)}),this._selectedIndex!==e&&(this._selectedIndex=e,this._changeDetectorRef.markForCheck())},i.prototype.ngAfterContentInit=function(){var t=this;this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(function(){t._subscribeToTabLabels(),t._changeDetectorRef.markForCheck()})},i.prototype.ngOnDestroy=function(){this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()},i.prototype.ngAfterViewChecked=function(){this._isInitialized=!0},i.prototype._focusChanged=function(t){this.focusChange.emit(this._createChangeEvent(t))},i.prototype._createChangeEvent=function(t){var e=new cs;return e.index=t,this._tabs&&this._tabs.length&&(e.tab=this._tabs.toArray()[t]),e},i.prototype._subscribeToTabLabels=function(){var t=this;this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=b.merge.apply(void 0,this._tabs.map(function(t){return t._disableChange}).concat(this._tabs.map(function(t){return t._labelChange}))).subscribe(function(){t._changeDetectorRef.markForCheck()})},i.prototype._getTabLabelId=function(t){return"md-tab-label-"+this._groupId+"-"+t},i.prototype._getTabContentId=function(t){return"md-tab-content-"+this._groupId+"-"+t},i.prototype._setTabBodyWrapperHeight=function(t){this._dynamicHeight&&this._tabBodyWrapperHeight&&(this._renderer.setStyle(this._tabBodyWrapper.nativeElement,"height",this._tabBodyWrapperHeight+"px"),this._tabBodyWrapper.nativeElement.offsetHeight&&this._renderer.setStyle(this._tabBodyWrapper.nativeElement,"height",t+"px"))},i.prototype._removeTabBodyWrapperHeight=function(){this._tabBodyWrapperHeight=this._tabBodyWrapper.nativeElement.clientHeight,this._renderer.setStyle(this._tabBodyWrapper.nativeElement,"height","")},i}(ds);us.decorators=[{type:e.Component,args:[{selector:"md-tab-group, mat-tab-group",template:'<mat-tab-header #tabHeader [selectedIndex]="selectedIndex" [disableRipple]="disableRipple" (indexFocused)="_focusChanged($event)" (selectFocusedIndex)="selectedIndex = $event"><div class="mat-tab-label" role="tab" matTabLabelWrapper mat-ripple *ngFor="let tab of _tabs; let i = index" [id]="_getTabLabelId(i)" [tabIndex]="selectedIndex == i ? 0 : -1" [attr.aria-controls]="_getTabContentId(i)" [attr.aria-selected]="selectedIndex == i" [class.mat-tab-label-active]="selectedIndex == i" [disabled]="tab.disabled" [matRippleDisabled]="disableRipple" (click)="tabHeader.focusIndex = selectedIndex = i"><ng-template [ngIf]="tab.templateLabel"><ng-template [cdkPortalHost]="tab.templateLabel"></ng-template></ng-template><ng-template [ngIf]="!tab.templateLabel">{{tab.textLabel}}</ng-template></div></mat-tab-header><div class="mat-tab-body-wrapper" #tabBodyWrapper><mat-tab-body role="tabpanel" *ngFor="let tab of _tabs; let i = index" [id]="_getTabContentId(i)" [attr.aria-labelledby]="_getTabLabelId(i)" [class.mat-tab-body-active]="selectedIndex == i" [content]="tab.content" [position]="tab.position" [origin]="tab.origin" (onCentered)="_removeTabBodyWrapperHeight()" (onCentering)="_setTabBodyWrapperHeight($event)"></mat-tab-body></div>',styles:[".mat-tab-group{display:flex;flex-direction:column}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0;opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default;pointer-events:none}@media (max-width:600px){.mat-tab-label{padding:0 12px}}@media (max-width:960px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs] .mat-tab-label,.mat-tab-group[md-stretch-tabs] .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height .5s cubic-bezier(.35,0,.25,1)}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,inputs:["color","disableRipple"],host:{class:"mat-tab-group","[class.mat-tab-group-dynamic-height]":"dynamicHeight","[class.mat-tab-group-inverted-header]":'headerPosition === "below"'},viewProviders:[{provide:Vt,useValue:!0}]}]}],us.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:e.ChangeDetectorRef}]},us.propDecorators={_tabs:[{type:e.ContentChildren,args:[os]}],_tabBodyWrapper:[{type:e.ViewChild,args:["tabBodyWrapper"]}],dynamicHeight:[{type:e.Input}],_dynamicHeightDeprecated:[{type:e.Input,args:["md-dynamic-height"]}],selectedIndex:[{type:e.Input}],headerPosition:[{type:e.Input}],backgroundColor:[{type:e.Input}],selectedIndexChange:[{type:e.Output}],focusChange:[{type:e.Output}],selectChange:[{type:e.Output}]};var ms=function(){function t(){}return t}(),hs=E(ms),gs=function(t){function e(e){var i=t.call(this)||this;return i.elementRef=e,i}return P(e,t),e.prototype.focus=function(){this.elementRef.nativeElement.focus()},e.prototype.getOffsetLeft=function(){return this.elementRef.nativeElement.offsetLeft},e.prototype.getOffsetWidth=function(){return this.elementRef.nativeElement.offsetWidth},e}(hs);gs.decorators=[{type:e.Directive,args:[{selector:"[mdTabLabelWrapper], [matTabLabelWrapper]",inputs:["disabled"],host:{"[class.mat-tab-disabled]":"disabled"}}]}],gs.ctorParameters=function(){return[{type:e.ElementRef}]};var fs=function(){function t(){}return t}(),bs=A(fs),_s=function(t){function i(i,n,a,r){var o=t.call(this)||this;return o._elementRef=i,o._renderer=n,o._changeDetectorRef=a,o._dir=r,o._focusIndex=0,o._scrollDistance=0,o._selectedIndexChanged=!1,o._realignInkBar=x.Subscription.EMPTY,o._showPaginationControls=!1,o._disableScrollAfter=!0,o._disableScrollBefore=!0,o._selectedIndex=0,o.selectFocusedIndex=new e.EventEmitter,o.indexFocused=new e.EventEmitter,o}return P(i,t),Object.defineProperty(i.prototype,"selectedIndex",{get:function(){return this._selectedIndex},set:function(t){this._selectedIndexChanged=this._selectedIndex!=t,this._selectedIndex=t,this._focusIndex=t},enumerable:!0,configurable:!0}),i.prototype.ngAfterContentChecked=function(){this._tabLabelCount!=this._labelWrappers.length&&(this._updatePagination(),this._tabLabelCount=this._labelWrappers.length,this._changeDetectorRef.markForCheck()),this._selectedIndexChanged&&(this._scrollToLabel(this._selectedIndex),this._checkScrollingControls(),this._alignInkBarToSelectedTab(),this._selectedIndexChanged=!1,this._changeDetectorRef.markForCheck()),this._scrollDistanceChanged&&(this._updateTabScrollPosition(),this._scrollDistanceChanged=!1,this._changeDetectorRef.markForCheck())},i.prototype._handleKeydown=function(t){switch(t.keyCode){case s.RIGHT_ARROW:this._focusNextTab();break;case s.LEFT_ARROW:this._focusPreviousTab();break;case s.ENTER:case s.SPACE:this.selectFocusedIndex.emit(this.focusIndex),t.preventDefault()}},i.prototype.ngAfterContentInit=function(){var t=this,e=this._dir?this._dir.change:_.of(null),i="undefined"!=typeof window?m.auditTime.call(f.fromEvent(window,"resize"),150):_.of(null);this._realignInkBar=m.startWith.call(b.merge(e,i),null).subscribe(function(){t._updatePagination(),t._alignInkBarToSelectedTab()})},i.prototype.ngOnDestroy=function(){this._realignInkBar.unsubscribe()},i.prototype._onContentChanges=function(){this._updatePagination(),this._alignInkBarToSelectedTab(),this._changeDetectorRef.markForCheck()},i.prototype._updatePagination=function(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()},Object.defineProperty(i.prototype,"focusIndex",{get:function(){return this._focusIndex},set:function(t){this._isValidIndex(t)&&this._focusIndex!=t&&(this._focusIndex=t,this.indexFocused.emit(t),this._setTabFocus(t))},enumerable:!0,configurable:!0}),i.prototype._isValidIndex=function(t){if(!this._labelWrappers)return!0;var e=this._labelWrappers?this._labelWrappers.toArray()[t]:null;return!!e&&!e.disabled},i.prototype._setTabFocus=function(t){if(this._showPaginationControls&&this._scrollToLabel(t),this._labelWrappers&&this._labelWrappers.length){this._labelWrappers.toArray()[t].focus();var e=this._tabListContainer.nativeElement,i=this._getLayoutDirection();e.scrollLeft="ltr"==i?0:e.scrollWidth-e.offsetWidth}},i.prototype._moveFocus=function(t){if(this._labelWrappers)for(var e=this._labelWrappers.toArray(),i=this.focusIndex+t;i<e.length&&i>=0;i+=t)if(this._isValidIndex(i))return void(this.focusIndex=i)},i.prototype._focusNextTab=function(){this._moveFocus("ltr"==this._getLayoutDirection()?1:-1)},i.prototype._focusPreviousTab=function(){this._moveFocus("ltr"==this._getLayoutDirection()?-1:1)},i.prototype._getLayoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},i.prototype._updateTabScrollPosition=function(){var t=this.scrollDistance,e="ltr"===this._getLayoutDirection()?-t:t;this._renderer.setStyle(this._tabList.nativeElement,"transform","translate3d("+e+"px, 0, 0)")},Object.defineProperty(i.prototype,"scrollDistance",{get:function(){return this._scrollDistance},set:function(t){this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),t)),this._scrollDistanceChanged=!0,this._checkScrollingControls()},enumerable:!0,configurable:!0}),i.prototype._scrollHeader=function(t){var e=this._tabListContainer.nativeElement.offsetWidth;this.scrollDistance+=("before"==t?-1:1)*e/3},i.prototype._scrollToLabel=function(t){var e=this._labelWrappers?this._labelWrappers.toArray()[t]:null;if(e){var i,n,a=this._tabListContainer.nativeElement.offsetWidth;"ltr"==this._getLayoutDirection()?(i=e.getOffsetLeft(),n=i+e.getOffsetWidth()):(n=this._tabList.nativeElement.offsetWidth-e.getOffsetLeft(),i=n-e.getOffsetWidth());var r=this.scrollDistance,o=this.scrollDistance+a;i<r?this.scrollDistance-=r-i+60:n>o&&(this.scrollDistance+=n-o+60)}},i.prototype._checkPaginationEnabled=function(){var t=this._tabList.nativeElement.scrollWidth>this._elementRef.nativeElement.offsetWidth;t||(this.scrollDistance=0),t!==this._showPaginationControls&&this._changeDetectorRef.markForCheck(),this._showPaginationControls=t},i.prototype._checkScrollingControls=function(){this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck()},i.prototype._getMaxScrollDistance=function(){return this._tabList.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0},i.prototype._alignInkBarToSelectedTab=function(){var t=this._labelWrappers&&this._labelWrappers.length?this._labelWrappers.toArray()[this.selectedIndex].elementRef.nativeElement:null;this._inkBar.alignToElement(t)},i}(bs);_s.decorators=[{type:e.Component,args:[{selector:"md-tab-header, mat-tab-header",template:'<div class="mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4" aria-hidden="true" mat-ripple [matRippleDisabled]="_disableScrollBefore || disableRipple" [class.mat-tab-header-pagination-disabled]="_disableScrollBefore" (click)="_scrollHeader(\'before\')"><div class="mat-tab-header-pagination-chevron"></div></div><div class="mat-tab-label-container" #tabListContainer (keydown)="_handleKeydown($event)"><div class="mat-tab-list" #tabList role="tablist" (cdkObserveContent)="_onContentChanges()"><div class="mat-tab-labels"><ng-content></ng-content></div><mat-ink-bar></mat-ink-bar></div></div><div class="mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4" aria-hidden="true" mat-ripple [matRippleDisabled]="_disableScrollAfter || disableRipple" [class.mat-tab-header-pagination-disabled]="_disableScrollAfter" (click)="_scrollHeader(\'after\')"><div class="mat-tab-header-pagination-chevron"></div></div>',styles:[".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0;opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default;pointer-events:none}@media (max-width:600px){.mat-tab-label{min-width:72px}}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.mat-tab-header-pagination{position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-pagination-after,.mat-tab-header-rtl .mat-tab-header-pagination-before{padding-right:4px}.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:'';height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-list{flex-grow:1;position:relative;transition:transform .5s cubic-bezier(.35,0,.25,1)}.mat-tab-labels{display:flex}"],inputs:["disableRipple"],encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,host:{class:"mat-tab-header","[class.mat-tab-header-pagination-controls-enabled]":"_showPaginationControls","[class.mat-tab-header-rtl]":"_getLayoutDirection() == 'rtl'"},viewProviders:[{provide:Vt,useValue:!0}]}]}],_s.ctorParameters=function(){return[{type:e.ElementRef},{type:e.Renderer2},{type:e.ChangeDetectorRef},{type:n.Directionality,decorators:[{type:e.Optional}]}]},_s.propDecorators={_labelWrappers:[{type:e.ContentChildren,args:[gs]}],_inkBar:[{type:e.ViewChild,args:[es]}],_tabListContainer:[{type:e.ViewChild,args:["tabListContainer"]}],_tabList:[{type:e.ViewChild,args:["tabList"]}],selectedIndex:[{type:e.Input}],selectFocusedIndex:[{type:e.Output}],indexFocused:[{type:e.Output}]};var ys=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),vs=A(T(ys,"primary")),xs=function(t){function e(e,i,n,a,r){var s=t.call(this,e,i)||this;return s._dir=n,s._ngZone=a,s._changeDetectorRef=r,s._onDestroy=new o.Subject,s._disableRipple=!1,s}return P(e,t),Object.defineProperty(e.prototype,"backgroundColor",{get:function(){return this._backgroundColor},set:function(t){var e=this._elementRef.nativeElement;this._renderer.removeClass(e,"mat-background-"+this.backgroundColor),t&&this._renderer.addClass(e,"mat-background-"+t),this._backgroundColor=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"disableRipple",{get:function(){return this._disableRipple},set:function(t){this._disableRipple=r.coerceBooleanProperty(t),this._setLinkDisableRipple()},enumerable:!0,configurable:!0}),e.prototype.updateActiveLink=function(t){this._activeLinkChanged=this._activeLinkElement!=t,this._activeLinkElement=t,this._activeLinkChanged&&this._changeDetectorRef.markForCheck()},e.prototype.ngAfterContentInit=function(){var t=this;this._ngZone.runOutsideAngular(function(){var e=t._dir?t._dir.change:_.of(null),i="undefined"!=typeof window?m.auditTime.call(f.fromEvent(window,"resize"),10):_.of(null);return m.takeUntil.call(b.merge(e,i),t._onDestroy).subscribe(function(){t._alignInkBar()})}),
|
|
22
|
+
this._setLinkDisableRipple()},e.prototype.ngAfterContentChecked=function(){this._activeLinkChanged&&(this._alignInkBar(),this._activeLinkChanged=!1)},e.prototype.ngOnDestroy=function(){this._onDestroy.next(),this._onDestroy.complete()},e.prototype._alignInkBar=function(){this._activeLinkElement&&this._inkBar.alignToElement(this._activeLinkElement.nativeElement)},e.prototype._setLinkDisableRipple=function(){var t=this;this._tabLinks&&this._tabLinks.forEach(function(e){return e.disableRipple=t.disableRipple})},e}(vs);xs.decorators=[{type:e.Component,args:[{selector:"[md-tab-nav-bar], [mat-tab-nav-bar]",inputs:["color","disableRipple"],template:'<div class="mat-tab-links" (cdkObserveContent)="_alignInkBar()"><ng-content></ng-content><mat-ink-bar></mat-ink-bar></div>',styles:[".mat-tab-nav-bar{overflow:hidden;position:relative;flex-shrink:0}.mat-tab-links{position:relative}.mat-tab-link{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;vertical-align:top;text-decoration:none;position:relative;overflow:hidden}.mat-tab-link:focus{outline:0;opacity:1}.mat-tab-link.mat-tab-disabled{cursor:default;pointer-events:none}@media (max-width:600px){.mat-tab-link{min-width:72px}}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}"],host:{class:"mat-tab-nav-bar"},encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,changeDetection:e.ChangeDetectionStrategy.OnPush,viewProviders:[{provide:Vt,useValue:!0}]}]}],xs.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef},{type:n.Directionality,decorators:[{type:e.Optional}]},{type:e.NgZone},{type:e.ChangeDetectorRef}]},xs.propDecorators={_inkBar:[{type:e.ViewChild,args:[es]}],_tabLinks:[{type:e.ContentChildren,args:[e.forwardRef(function(){return ws}),{descendants:!0}]}],backgroundColor:[{type:e.Input}]};var Cs=function(){function t(){}return t}(),ks=E(Cs),ws=function(t){function e(e,i,n,a,r,o){var s=t.call(this)||this;return s._mdTabNavBar=e,s._elementRef=i,s._isActive=!1,s._disableRipple=!1,s._tabLinkRipple=new be(i,n,a,r,o),s}return P(e,t),Object.defineProperty(e.prototype,"active",{get:function(){return this._isActive},set:function(t){this._isActive=t,t&&this._mdTabNavBar.updateActiveLink(this._elementRef)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"disableRipple",{get:function(){return this._disableRipple},set:function(t){this._disableRipple=t,this._tabLinkRipple.disabled=this.disableRipple,this._tabLinkRipple._updateRippleRenderer()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tabIndex",{get:function(){return this.disabled?-1:0},enumerable:!0,configurable:!0}),e.prototype.ngOnDestroy=function(){this._tabLinkRipple.ngOnDestroy()},e}(ks);ws.decorators=[{type:e.Directive,args:[{selector:"[md-tab-link], [mat-tab-link], [mdTabLink], [matTabLink]",inputs:["disabled"],host:{class:"mat-tab-link","[attr.aria-disabled]":"disabled.toString()","[attr.tabindex]":"tabIndex","[class.mat-tab-disabled]":"disabled"}}]}],ws.ctorParameters=function(){return[{type:xs},{type:e.ElementRef},{type:e.NgZone},{type:c.ViewportRuler},{type:p.Platform},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[fe]}]}]},ws.propDecorators={active:[{type:e.Input}]};var Ds=function(){function t(){}return t}();Ds.decorators=[{type:e.NgModule,args:[{imports:[l.CommonModule,Ut,u.PortalModule,_e,y.ObserversModule,c.ScrollDispatchModule],exports:[Ut,us,ns,os,xs,ws],declarations:[us,ns,os,es,gs,xs,ws,ss,_s],providers:[c.VIEWPORT_RULER_PROVIDER]}]}],Ds.ctorParameters=function(){return[]};var Ms=function(){function t(){}return t}();Ms.decorators=[{type:e.Directive,args:[{selector:"md-toolbar-row, mat-toolbar-row",host:{class:"mat-toolbar-row"}}]}],Ms.ctorParameters=function(){return[]};var Ss=function(){function t(t,e){this._renderer=t,this._elementRef=e}return t}(),Is=T(Ss),Os=function(t){function e(e,i){return t.call(this,e,i)||this}return P(e,t),e}(Is);Os.decorators=[{type:e.Component,args:[{selector:"md-toolbar, mat-toolbar",template:'<div class="mat-toolbar-layout"><mat-toolbar-row><ng-content></ng-content></mat-toolbar-row><ng-content select="md-toolbar-row, mat-toolbar-row"></ng-content></div>',styles:[".mat-toolbar{display:flex;box-sizing:border-box;width:100%;padding:0 16px;flex-direction:column}.mat-toolbar .mat-toolbar-row{display:flex;box-sizing:border-box;width:100%;flex-direction:row;align-items:center;white-space:nowrap}.mat-toolbar{min-height:64px}.mat-toolbar-row{height:64px}@media (max-width:600px){.mat-toolbar{min-height:56px}.mat-toolbar-row{height:56px}}"],inputs:["color"],host:{class:"mat-toolbar",role:"toolbar"},changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,preserveWhitespaces:!1,viewProviders:[{provide:Vt,useValue:!0}]}]}],Os.ctorParameters=function(){return[{type:e.Renderer2},{type:e.ElementRef}]};var Ps=function(){function t(){}return t}();Ps.decorators=[{type:e.NgModule,args:[{imports:[Ut],exports:[Os,Ms,Ut],declarations:[Os,Ms]}]}],Ps.ctorParameters=function(){return[]};var Rs=new e.Version("2.0.0-beta.11");t.VERSION=Rs,t.MdAutocompleteSelectedEvent=Ge,t.MdAutocomplete=Ye,t.MdAutocompleteModule=$e,t.AUTOCOMPLETE_OPTION_HEIGHT=48,t.AUTOCOMPLETE_PANEL_HEIGHT=256,t.MD_AUTOCOMPLETE_SCROLL_STRATEGY=Ue,t.MD_AUTOCOMPLETE_SCROLL_STRATEGY_PROVIDER_FACTORY=q,t.MD_AUTOCOMPLETE_SCROLL_STRATEGY_PROVIDER=qe,t.MD_AUTOCOMPLETE_VALUE_ACCESSOR=Ke,t.getMdAutocompleteMissingPanelError=K,t.MdAutocompleteTrigger=Xe,t.MAT_AUTOCOMPLETE_SCROLL_STRATEGY=Ue,t.MAT_AUTOCOMPLETE_SCROLL_STRATEGY_PROVIDER=qe,t.MAT_AUTOCOMPLETE_SCROLL_STRATEGY_PROVIDER_FACTORY=q,t.MAT_AUTOCOMPLETE_VALUE_ACCESSOR=Ke,t.MatAutocomplete=Ye,t.MatAutocompleteModule=$e,t.MatAutocompleteTrigger=Xe,t.MdButtonModule=si,t.MdButtonCssMatStyler=Je,t.MdRaisedButtonCssMatStyler=Qe,t.MdIconButtonCssMatStyler=ti,t.MdFab=ei,t.MdMiniFab=ii,t.MdButtonBase=ni,t._MdButtonMixinBase=ai,t.MdButton=ri,t.MdAnchor=oi,t.MatButton=ri,t.MatButtonBase=ni,t.MatButtonCssMatStyler=Je,t.MatButtonModule=si,t.MatAnchor=oi,t.MatIconButtonCssMatStyler=ti,t.MatFab=ei,t.MatMiniFab=ii,t.MatRaisedButtonCssMatStyler=Qe,t.MdButtonToggleGroupBase=li,t._MdButtonToggleGroupMixinBase=ci,t.MD_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR=pi,t.MdButtonToggleChange=ui,t.MdButtonToggleGroup=mi,t.MdButtonToggleGroupMultiple=hi,t.MdButtonToggle=gi,t.MdButtonToggleModule=fi,t.MAT_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR=pi,t.MatButtonToggle=gi,t.MatButtonToggleChange=ui,t.MatButtonToggleGroup=mi,t.MatButtonToggleGroupBase=li,t.MatButtonToggleGroupMultiple=hi,t.MatButtonToggleModule=fi,t.MdCardContent=bi,t.MdCardTitle=_i,t.MdCardSubtitle=yi,t.MdCardActions=vi,t.MdCardFooter=xi,t.MdCardImage=Ci,t.MdCardSmImage=ki,t.MdCardMdImage=wi,t.MdCardLgImage=Di,t.MdCardXlImage=Mi,t.MdCardAvatar=Si,t.MdCard=Ii,t.MdCardHeader=Oi,t.MdCardTitleGroup=Pi,t.MdCardModule=Ri,t.MatCard=Ii,t.MatCardActions=vi,t.MatCardAvatar=Si,t.MatCardContent=bi,t.MatCardFooter=xi,t.MatCardHeader=Oi,t.MatCardImage=Ci,t.MatCardLgImage=Di,t.MatCardMatImage=wi,t.MatCardModule=Ri,t.MatCardSmImage=ki,t.MatCardSubtitle=yi,t.MatCardTitle=_i,t.MatCardTitleGroup=Pi,t.MatCardXlImage=Mi,t.MD_CHECKBOX_CONTROL_VALUE_ACCESSOR=Ti,t.TransitionCheckState=Ai,t.MdCheckboxChange=Li,t.MdCheckboxBase=Fi,t._MdCheckboxMixinBase=Bi,t.MdCheckbox=Vi,t.MdCheckboxModule=Wi,t._MdCheckboxRequiredValidator=ji,t.MD_CHECKBOX_REQUIRED_VALIDATOR=zi,t.MdCheckboxRequiredValidator=Ni,t.MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR=Ti,t.MAT_CHECKBOX_REQUIRED_VALIDATOR=zi,t.MatCheckbox=Vi,t.MatCheckboxBase=Fi,t.MatCheckboxChange=Li,t.MatCheckboxModule=Wi,t.MatCheckboxRequiredValidator=Ni,t.MdChipsModule=Qi,t.MdChipListChange=$i,t.MdChipList=Zi,t.MdChipSelectionChange=Hi,t.MdChipBase=Gi,t._MdChipMixinBase=Yi,t.MdBasicChip=Ui,t.MdChip=qi,t.MdChipRemove=Ki,t.MdChipInput=Ji,t.MatBasicChip=Ui,t.MatChip=qi,t.MatChipBase=Gi,t.MatChipInput=Ji,t.MatChipListChange=$i,t.MatChipList=Zi,t.MatChipRemove=Ki,t.MatChipsModule=Qi,t.A11yModule=i.A11yModule,t.AnimationCurves=Ft,t.AnimationDurations=Bt,t.Directionality=n.Directionality,t.DIRECTIONALITY_PROVIDER=n.DIRECTIONALITY_PROVIDER,t.DIR_DOCUMENT=n.DIR_DOCUMENT,t.Dir=n.Dir,t.BidiModule=n.BidiModule,t.MdCommonModule=Ut,t.MATERIAL_SANITY_CHECKS=Yt,t.mixinDisabled=E,t.mixinColor=T,t.mixinDisableRipple=A,t.mixinTabIndex=L,t.MATERIAL_COMPATIBILITY_MODE=Vt,t.getMdCompatibilityInvalidPrefixError=R,t.MAT_ELEMENTS_SELECTOR=jt,t.MD_ELEMENTS_SELECTOR=zt,t.MatPrefixRejector=Nt,t.MdPrefixRejector=Wt,t.CompatibilityModule=Ht,t.NoConflictStyleCompatibilityMode=Gt,t.UniqueSelectionDispatcher=qt,t.UNIQUE_SELECTION_DISPATCHER_PROVIDER_FACTORY=F,t.UNIQUE_SELECTION_DISPATCHER_PROVIDER=Kt,t.NativeDateModule=oe,t.MdNativeDateModule=se,t.MAT_DATE_LOCALE=Xt,t.MAT_DATE_LOCALE_PROVIDER=$t,t.DateAdapter=Zt,t.MD_DATE_FORMATS=ae,t.NativeDateAdapter=ne,t.MD_NATIVE_DATE_FORMATS=re,t.MD_ERROR_GLOBAL_OPTIONS=le,t.defaultErrorStateMatcher=j,t.showOnDirtyErrorStateMatcher=z,t.GestureConfig=ce,t.UP_ARROW=s.UP_ARROW,t.DOWN_ARROW=s.DOWN_ARROW,t.RIGHT_ARROW=s.RIGHT_ARROW,t.LEFT_ARROW=s.LEFT_ARROW,t.PAGE_UP=s.PAGE_UP,t.PAGE_DOWN=s.PAGE_DOWN,t.HOME=s.HOME,t.END=s.END,t.ENTER=s.ENTER,t.SPACE=s.SPACE,t.TAB=s.TAB,t.ESCAPE=s.ESCAPE,t.BACKSPACE=s.BACKSPACE,t.DELETE=s.DELETE,t.A=s.A,t.Z=s.Z,t.MdLine=pe,t.MdLineSetter=de,t.MdLineModule=ue,t.MdOptionModule=Ie,t.MdOptionSelectionChange=Me,t.MdOption=Se,t.MdOptgroupBase=xe,t._MdOptgroupMixinBase=Ce,t.MdOptgroup=we,t.OVERLAY_PROVIDERS=d.OVERLAY_PROVIDERS,t.OverlayModule=d.OverlayModule,t.Overlay=d.Overlay,t.OverlayContainer=d.OverlayContainer,t.FullscreenOverlayContainer=d.FullscreenOverlayContainer,t.OverlayRef=d.OverlayRef,t.ConnectedOverlayDirective=d.ConnectedOverlayDirective,t.OverlayOrigin=d.OverlayOrigin,t.ViewportRuler=d.ViewportRuler,t.GlobalPositionStrategy=d.GlobalPositionStrategy,t.ConnectedPositionStrategy=d.ConnectedPositionStrategy,t.VIEWPORT_RULER_PROVIDER=d.VIEWPORT_RULER_PROVIDER,t.OverlayConfig=d.OverlayConfig,t.ConnectionPositionPair=d.ConnectionPositionPair,t.ScrollingVisibility=d.ScrollingVisibility,t.ConnectedOverlayPositionChange=d.ConnectedOverlayPositionChange,t.Scrollable=d.Scrollable,t.ScrollDispatcher=d.ScrollDispatcher,t.ScrollStrategyOptions=d.ScrollStrategyOptions,t.RepositionScrollStrategy=d.RepositionScrollStrategy;t.CloseScrollStrategy=d.CloseScrollStrategy,t.NoopScrollStrategy=d.NoopScrollStrategy,t.BlockScrollStrategy=d.BlockScrollStrategy,t.MD_PLACEHOLDER_GLOBAL_OPTIONS=Oe,t.PlatformModule=p.PlatformModule,t.Platform=p.Platform,t.getSupportedInputTypes=p.getSupportedInputTypes,t.Portal=u.Portal,t.BasePortalHost=u.BasePortalHost,t.ComponentPortal=u.ComponentPortal,t.TemplatePortal=u.TemplatePortal,t.DomPortalHost=u.DomPortalHost,t.TemplatePortalDirective=u.TemplatePortalDirective,t.PortalHostDirective=u.PortalHostDirective,t.PortalModule=u.PortalModule,t.PortalInjector=Pe,t.MdRipple=be,t.MD_RIPPLE_GLOBAL_OPTIONS=fe,t.RippleRef=he,t.RippleState=me,t.RIPPLE_FADE_IN_DURATION=450,t.RIPPLE_FADE_OUT_DURATION=400,t.MdRippleModule=_e,t.RxChain=m.RxChain,t.FinallyBrand=m.FinallyBrand,t.CatchBrand=m.CatchBrand,t.DoBrand=m.DoBrand,t.MapBrand=m.MapBrand,t.FilterBrand=m.FilterBrand,t.ShareBrand=m.ShareBrand,t.FirstBrand=m.FirstBrand,t.SwitchMapBrand=m.SwitchMapBrand,t.StartWithBrand=m.StartWithBrand,t.DebounceTimeBrand=m.DebounceTimeBrand,t.AuditTimeBrand=m.AuditTimeBrand,t.TakeUntilBrand=m.TakeUntilBrand,t.finallyOperator=m.finallyOperator,t.catchOperator=m.catchOperator,t.doOperator=m.doOperator,t.map=m.map,t.filter=m.filter,t.share=m.share,t.first=m.first,t.switchMap=m.switchMap,t.startWith=m.startWith,t.debounceTime=m.debounceTime,t.auditTime=m.auditTime,t.takeUntil=m.takeUntil,t.MdPseudoCheckboxModule=ve,t.MdPseudoCheckbox=ye,t.StyleModule=Re,t.CdkMonitorFocus=i.CdkMonitorFocus,t.FocusMonitor=i.FocusMonitor,t.FOCUS_MONITOR_PROVIDER=i.FOCUS_MONITOR_PROVIDER,t.applyCssTransform=H,t.extendObject=B,t.MAT_DATE_FORMATS=ae,t.MAT_RIPPLE_GLOBAL_OPTIONS=fe,t.MAT_NATIVE_DATE_FORMATS=re,t.MAT_PLACEHOLDER_GLOBAL_OPTIONS=Oe,t.MAT_ERROR_GLOBAL_OPTIONS=le,t.MatCommonModule=Ut,t.MatLine=pe,t.MatLineModule=ue,t.MatLineSetter=de,t.MatOptgroup=we,t.MatOptgroupBase=xe,t.MatOption=Se,t.MatOptionModule=Ie,t.MatOptionSelectionChange=Me,t.MatNativeDateModule=se,t.MatPseudoCheckbox=ye,t.MatPseudoCheckboxModule=ve,t.MatRipple=be,t.MatRippleModule=_e,t.JAN=0,t.FEB=1,t.MAR=2,t.APR=3,t.MAY=4,t.JUN=5,t.JUL=6,t.AUG=7,t.SEP=8,t.OCT=9,t.NOV=10,t.DEC=11,t.MdDatepickerModule=Vn,t.MdCalendar=kn,t.MdCalendarCell=wn,t.MdCalendarBody=Dn,t.coerceDateProperty=at,t.MD_DATEPICKER_SCROLL_STRATEGY=Sn,t.MD_DATEPICKER_SCROLL_STRATEGY_PROVIDER_FACTORY=ot,t.MD_DATEPICKER_SCROLL_STRATEGY_PROVIDER=In,t.MdDatepickerContent=On,t.MdDatepicker=Pn,t.MD_DATEPICKER_VALUE_ACCESSOR=Rn,t.MD_DATEPICKER_VALIDATORS=En,t.MdDatepickerInputEvent=Tn,t.MdDatepickerInput=An,t.MdDatepickerIntl=Cn,t.MdDatepickerToggle=Ln,t.MdMonthView=Fn,t.MdYearView=Bn,t.MAT_DATEPICKER_SCROLL_STRATEGY=Sn,t.MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER=In,t.MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER_FACTORY=ot,t.MAT_DATEPICKER_VALIDATORS=En,t.MAT_DATEPICKER_VALUE_ACCESSOR=Rn,t.MatCalendar=kn,t.MatCalendarBody=Dn,t.MatCalendarCell=wn,t.MatDatepicker=Pn,t.MatDatepickerContent=On,t.MatDatepickerInput=An,t.MatDatepickerInputEvent=Tn,t.MatDatepickerIntl=Cn,t.MatDatepickerModule=Vn,t.MatDatepickerToggle=Ln,t.MatMonthView=Fn,t.MatYearView=Bn,t.MdDialogModule=hn,t.MD_DIALOG_DATA=rn,t.MD_DIALOG_SCROLL_STRATEGY=on,t.MD_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY=$,t.MD_DIALOG_SCROLL_STRATEGY_PROVIDER=sn,t.MdDialog=ln,t.throwMdDialogContentAlreadyAttachedError=X,t.MdDialogContainer=en,t.MdDialogClose=pn,t.MdDialogTitle=dn,t.MdDialogContent=un,t.MdDialogActions=mn,t.MdDialogConfig=tn,t.MdDialogRef=an,t.MAT_DIALOG_DATA=rn,t.MAT_DIALOG_SCROLL_STRATEGY=on,t.MAT_DIALOG_SCROLL_STRATEGY_PROVIDER=sn,t.MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY=$,t.MatDialog=ln,t.MatDialogActions=mn,t.MatDialogClose=pn,t.MatDialogConfig=tn,t.MatDialogContainer=en,t.MatDialogContent=un,t.MatDialogModule=hn,t.MatDialogRef=an,t.MatDialogTitle=dn,t.CdkAccordion=zn,t.MdAccordion=Nn,t.AccordionItem=Hn,t.MdExpansionPanel=Un,t.MdExpansionPanelActionRow=qn,t.MdExpansionPanelHeader=Kn,t.MdExpansionPanelDescription=Xn,t.MdExpansionPanelTitle=$n,t.MdExpansionModule=Zn,t.MatAccordion=Nn,t.MatExpansionModule=Zn,t.MatExpansionPanel=Un,t.MatExpansionPanelActionRow=qn,t.MatExpansionPanelDescription=Xn,t.MatExpansionPanelHeader=Kn,t.MatExpansionPanelTitle=$n,t.MdFormFieldModule=We,t.MdError=Te,t.MdFormField=Ne,t.MdFormFieldControl=Ae,t.getMdFormFieldPlaceholderConflictError=G,t.getMdFormFieldDuplicatedHintError=Y,t.getMdFormFieldMissingControlError=U,t.MdHint=Fe,t.MdPlaceholder=Be,t.MdPrefix=Ve,t.MdSuffix=je,t.MatFormFieldModule=We,t.MatError=Te,t.MatFormField=Ne,t.MatFormFieldControl=Ae,t.MatHint=Fe,t.MatPlaceholder=Be,t.MatPrefix=Ve,t.MatSuffix=je,t.MdGridTile=Jn,t.MdGridListModule=pa,t.MdGridList=ca,t.MatGridList=ca,t.MatGridListModule=pa,t.MatGridTile=Jn,t.MdIconModule=xn,t.MdIconBase=_n,t._MdIconMixinBase=yn,t.MdIcon=vn,t.getMdIconNameNotFoundError=J,t.getMdIconNoHttpProviderError=Q,t.getMdIconFailedToSanitizeError=tt,t.MdIconRegistry=fn,t.ICON_REGISTRY_PROVIDER_FACTORY=et,t.ICON_REGISTRY_PROVIDER=bn;t.MatIcon=vn,t.MatIconBase=_n,t.MatIconModule=xn,t.MatIconRegistry=fn,t.MdInputModule=ga,t.MdTextareaAutosize=ha,t.MdInput=ma,t.getMdInputUnsupportedTypeError=dt,t.MatInput=ma,t.MatInputModule=ga,t.MatTextareaAutosize=ha,t.MdListModule=La,t.MdListBase=fa,t._MdListMixinBase=ba,t.MdListItemBase=_a,t._MdListItemMixinBase=ya,t.MdListDivider=va,t.MdList=xa,t.MdListCssMatStyler=Ca,t.MdNavListCssMatStyler=ka,t.MdDividerCssMatStyler=wa,t.MdListAvatarCssMatStyler=Da,t.MdListIconCssMatStyler=Ma,t.MdListSubheaderCssMatStyler=Sa,t.MdListItem=Ia,t.MdSelectionListBase=Oa,t._MdSelectionListMixinBase=Pa,t.MdListOptionBase=Ra,t._MdListOptionMixinBase=Ea,t.MdListOption=Ta,t.MdSelectionList=Aa,t.MatDividerCssMatStyler=wa,t.MatList=xa,t.MatListAvatarCssMatStyler=Da,t.MatListBase=fa,t.MatListCssMatStyler=Ca,t.MatListDivider=va,t.MatListIconCssMatStyler=Ma,t.MatListItem=Ia,t.MatListItemBase=_a,t.MatListModule=La,t.MatListOption=Ta,t.MatListOptionBase=Ra,t.MatListSubheaderCssMatStyler=Sa,t.MatNavListCssMatStyler=ka,t.MatSelectionList=Aa,t.MatSelectionListBase=Oa,t.MD_MENU_SCROLL_STRATEGY=Ha,t.fadeInItems=za,t.transformMenu=ja,t.MdMenuModule=Ua,t.MdMenu=Wa,t.MD_MENU_DEFAULT_OPTIONS=Na,t.MdMenuItem=Va,t.MdMenuTrigger=Ya,t.MAT_MENU_DEFAULT_OPTIONS=Na,t.MatMenu=Wa,t.MatMenuItem=Va,t.MatMenuModule=Ua,t.MatMenuTrigger=Ya,t.MdPaginatorModule=hr,t.PageEvent=ur,t.MdPaginator=mr,t.MdPaginatorIntl=dr,t.MatPaginator=mr,t.MatPaginatorIntl=dr,t.MatPaginatorModule=hr,t.MdProgressBarModule=fr,t.MdProgressBar=gr,t.MatProgressBar=gr,t.MatProgressBarModule=fr,t.MdProgressSpinnerModule=Mr,t.PROGRESS_SPINNER_STROKE_WIDTH=vr,t.MdProgressSpinnerCssMatStyler=xr,t.MdProgressSpinnerBase=Cr,t._MdProgressSpinnerMixinBase=kr,t.MdProgressSpinner=wr,t.MdSpinner=Dr,t.MatProgressSpinner=wr,t.MatProgressSpinnerBase=Cr,t.MatProgressSpinnerCssMatStyler=xr,t.MatProgressSpinnerModule=Mr,t.MatSpinner=Dr,t.MdRadioModule=Fr,t.MD_RADIO_GROUP_CONTROL_VALUE_ACCESSOR=Ir,t.MdRadioChange=Or,t.MdRadioGroupBase=Pr,t._MdRadioGroupMixinBase=Rr,t.MdRadioGroup=Er,t.MdRadioButtonBase=Tr,t._MdRadioButtonMixinBase=Ar,t.MdRadioButton=Lr,t.MAT_RADIO_GROUP_CONTROL_VALUE_ACCESSOR=Ir,t.MatRadioButton=Lr,t.MatRadioButtonBase=Tr,t.MatRadioChange=Or,t.MatRadioGroup=Er,t.MatRadioGroupBase=Pr,t.MatRadioModule=Fr,t.fadeInContent=Xa,t.transformPanel=Ka,t.transformPlaceholder=qa,t.MdSelectModule=ar,t.SELECT_ITEM_HEIGHT=48,t.SELECT_PANEL_MAX_HEIGHT=256,t.SELECT_MAX_OPTIONS_DISPLAYED=$a,t.SELECT_TRIGGER_HEIGHT=30,t.SELECT_OPTION_HEIGHT_ADJUSTMENT=9,t.SELECT_PANEL_PADDING_X=16,t.SELECT_PANEL_INDENT_PADDING_X=32,t.SELECT_MULTIPLE_PANEL_PADDING_X=48,t.SELECT_PANEL_PADDING_Y=16,t.SELECT_PANEL_VIEWPORT_PADDING=8,t.MD_SELECT_SCROLL_STRATEGY=Za,t.MD_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY=yt,t.MD_SELECT_SCROLL_STRATEGY_PROVIDER=Ja,t.MdSelectChange=Qa,t.MdSelectBase=tr,t._MdSelectMixinBase=er,t.MdSelectTrigger=ir,t.MdSelect=nr,t.MAT_SELECT_SCROLL_STRATEGY=Za,t.MAT_SELECT_SCROLL_STRATEGY_PROVIDER=Ja,t.MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY=yt,t.MatSelect=nr,t.MatSelectBase=tr,t.MatSelectChange=Qa,t.MatSelectModule=ar,t.MatSelectTrigger=ir,t.MdSidenavModule=Wr,t.throwMdDuplicatedDrawerError=Ot,t.MdDrawerToggleResult=Br,t.MdDrawer=Vr,t.MdDrawerContainer=jr,t.MdSidenav=zr,t.MdSidenavContainer=Nr,t.MatDrawerToggleResult=Br,t.MatDrawer=Vr,t.MatDrawerContainer=jr,t.MatSidenav=zr,t.MatSidenavContainer=Nr,t.MatSidenavModule=Wr,t.MdSlideToggleModule=$r,t.MD_SLIDE_TOGGLE_VALUE_ACCESSOR=Gr,t.MdSlideToggleChange=Yr,t.MdSlideToggleBase=Ur,t._MdSlideToggleMixinBase=qr,t.MdSlideToggle=Kr,t.MAT_SLIDE_TOGGLE_VALUE_ACCESSOR=Gr,t.MatSlideToggle=Kr,t.MatSlideToggleBase=Ur,t.MatSlideToggleChange=Yr,t.MatSlideToggleModule=$r,t.MdSliderModule=io,t.MD_SLIDER_VALUE_ACCESSOR=Zr,t.MdSliderChange=Jr,t.MdSliderBase=Qr,t._MdSliderMixinBase=to,t.MdSlider=eo,t.MAT_SLIDER_VALUE_ACCESSOR=Zr,t.MatSlider=eo,t.MatSliderBase=Qr,t.MatSliderChange=Jr,t.MatSliderModule=io,t.MdSnackBarModule=uo,t.MdSnackBar=po,t.SHOW_ANIMATION=oo,t.HIDE_ANIMATION=so,t.MdSnackBarContainer=lo,t.MD_SNACK_BAR_DATA=no,t.MdSnackBarConfig=ao,t.MdSnackBarRef=ro,t.SimpleSnackBar=co,t.MAT_SNACK_BAR_DATA=no,t.MatSnackBar=po,t.MatSnackBarConfig=ao,t.MatSnackBarContainer=lo,t.MatSnackBarModule=uo,t.MatSnackBarRef=ro,t.MdSortModule=bo,t.MdSortHeader=fo,t.MdSortHeaderIntl=ho,t.MdSort=mo,t.MatSort=mo,t.MatSortHeader=fo,t.MatSortHeaderIntl=ho,t.MatSortModule=bo,t.MdStepperModule=Ro,t._MdStepLabel=_o,t.MdStepLabel=yo,t._MdStep=xo,t._MdStepper=Co,t.MdStep=ko,t.MdStepper=wo,t.MdHorizontalStepper=Do,t.MdVerticalStepper=Mo,t._MdStepperNext=So,t._MdStepperPrevious=Io,t.MdStepperNext=Oo,t.MdStepperPrevious=Po;t.MdStepHeader=vo,t.MatStep=ko,t.MatStepHeader=vo,t.MatStepLabel=yo,t.MatStepper=wo,t.MatHorizontalStepper=Do,t.MatStepperModule=Ro,t.MatVerticalStepper=Mo,t.MatStepperPrevious=Po,t.MatStepperNext=Oo,t.MdTableModule=ts,t._MdCellDef=Ao,t._MdHeaderCellDef=Lo,t._MdColumnDef=Fo,t._MdHeaderCell=Bo,t._MdCell=Vo,t.MdCellDef=jo,t.MdHeaderCellDef=zo,t.MdColumnDef=No,t.MdHeaderCell=Wo,t.MdCell=Ho,t._MdTable=Eo,t.MdTable=To,t._MdHeaderRowDef=Go,t._MdCdkRowDef=Yo,t._MdHeaderRow=Uo,t._MdRow=qo,t.MdHeaderRowDef=Ko,t.MatHeaderRowDef=Xo,t.MdRowDef=$o,t.MatRowDef=Zo,t.MdHeaderRow=Jo,t.MdRow=Qo,t.MatCell=Ho,t.MatCellDef=jo,t.MatColumnDef=No,t.MatHeaderCell=Wo,t.MatHeaderCellDef=zo,t.MatHeaderRow=Jo,t.MatRow=Qo,t.MatTable=To,t.MatTableModule=ts,t.MdInkBar=es,t.MdTabBody=ss,t.MdTabHeader=_s,t.MdTabLabelWrapper=gs,t.MdTab=os,t.MdTabLabel=ns,t.MdTabNav=xs,t.MdTabLink=ws,t.MdTabsModule=Ds,t.MdTabChangeEvent=cs,t.MdTabGroupBase=ps,t._MdTabGroupMixinBase=ds,t.MdTabGroup=us,t.MatInkBar=es,t.MatTab=os,t.MatTabBody=ss,t.MatTabChangeEvent=cs,t.MatTabGroup=us,t.MatTabGroupBase=ps,t.MatTabHeader=_s,t.MatTabLabel=ns,t.MatTabLabelWrapper=gs,t.MatTabLink=ws,t.MatTabNav=xs,t.MatTabsModule=Ds,t.MdToolbarModule=Ps,t.MdToolbarRow=Ms,t.MdToolbarBase=Ss,t._MdToolbarMixinBase=Is,t.MdToolbar=Os,t.MatToolbar=Os,t.MatToolbarBase=Ss,t.MatToolbarModule=Ps,t.MatToolbarRow=Ms,t.MdTooltipModule=pr,t.TOUCHEND_HIDE_DELAY=1500,t.SCROLL_THROTTLE_MS=rr,t.TOOLTIP_PANEL_CLASS="mat-tooltip-panel",t.getMdTooltipInvalidPositionError=xt,t.MD_TOOLTIP_SCROLL_STRATEGY=or,t.MD_TOOLTIP_SCROLL_STRATEGY_PROVIDER_FACTORY=Ct,t.MD_TOOLTIP_SCROLL_STRATEGY_PROVIDER=sr,t.MdTooltip=lr,t.TooltipComponent=cr,t.MatTooltip=lr,t.MatTooltipModule=pr,t.MAT_TOOLTIP_SCROLL_STRATEGY=or,t.MAT_TOOLTIP_SCROLL_STRATEGY_PROVIDER=sr,t.MAT_TOOLTIP_SCROLL_STRATEGY_PROVIDER_FACTORY=Ct,Object.defineProperty(t,"__esModule",{value:!0})});
|
|
23
|
+
//# sourceMappingURL=material.umd.min.js.map
|