{"version":3,"sources":["node_modules/@angular/material/fesm2022/datepicker.mjs"],"sourcesContent":["import { CdkMonitorFocus, CdkTrapFocus, A11yModule } from '@angular/cdk/a11y';\nimport * as i4 from '@angular/cdk/overlay';\nimport { Overlay, FlexibleConnectedPositionStrategy, OverlayConfig, OverlayModule } from '@angular/cdk/overlay';\nimport { ComponentPortal, CdkPortalOutlet, TemplatePortal, PortalModule } from '@angular/cdk/portal';\nimport { NgClass, DOCUMENT, CommonModule } from '@angular/common';\nimport * as i0 from '@angular/core';\nimport { Injectable, inject, EventEmitter, Component, ViewEncapsulation, ChangeDetectionStrategy, Input, Output, Optional, SkipSelf, InjectionToken, Inject, ViewChild, forwardRef, booleanAttribute, Directive, Attribute, ContentChild, Self, TemplateRef, NgModule } from '@angular/core';\nimport { MatButton, MatIconButton, MatButtonModule } from '@angular/material/button';\nimport { CdkScrollableModule } from '@angular/cdk/scrolling';\nimport * as i1 from '@angular/material/core';\nimport { DateAdapter, MAT_DATE_FORMATS, _ErrorStateTracker, MatCommonModule } from '@angular/material/core';\nimport { Subject, Subscription, merge, of } from 'rxjs';\nimport { ESCAPE, hasModifierKey, SPACE, ENTER, PAGE_DOWN, PAGE_UP, END, HOME, DOWN_ARROW, UP_ARROW, RIGHT_ARROW, LEFT_ARROW, BACKSPACE } from '@angular/cdk/keycodes';\nimport * as i2 from '@angular/cdk/bidi';\nimport { Directionality } from '@angular/cdk/bidi';\nimport { normalizePassiveListenerOptions, Platform, _getFocusedElementPierceShadowDom } from '@angular/cdk/platform';\nimport { take, startWith, filter } from 'rxjs/operators';\nimport { coerceStringArray } from '@angular/cdk/coercion';\nimport { trigger, transition, animate, keyframes, style, state } from '@angular/animations';\nimport * as i2$1 from '@angular/forms';\nimport { NG_VALUE_ACCESSOR, NG_VALIDATORS, Validators, NgControl } from '@angular/forms';\nimport { MAT_FORM_FIELD, MatFormFieldControl } from '@angular/material/form-field';\nimport { MAT_INPUT_VALUE_ACCESSOR } from '@angular/material/input';\n\n/** @docs-private */\nconst _c0 = [\"mat-calendar-body\", \"\"];\nfunction MatCalendarBody_Conditional_0_Template(rf, ctx) {\n  if (rf & 1) {\n    i0.ɵɵelementStart(0, \"tr\", 0)(1, \"td\", 3);\n    i0.ɵɵtext(2);\n    i0.ɵɵelementEnd()();\n  }\n  if (rf & 2) {\n    const ctx_r0 = i0.ɵɵnextContext();\n    i0.ɵɵadvance();\n    i0.ɵɵstyleProp(\"padding-top\", ctx_r0._cellPadding)(\"padding-bottom\", ctx_r0._cellPadding);\n    i0.ɵɵattribute(\"colspan\", ctx_r0.numCols);\n    i0.ɵɵadvance();\n    i0.ɵɵtextInterpolate1(\" \", ctx_r0.label, \" \");\n  }\n}\nfunction MatCalendarBody_For_2_Conditional_1_Template(rf, ctx) {\n  if (rf & 1) {\n    i0.ɵɵelementStart(0, \"td\", 3);\n    i0.ɵɵtext(1);\n    i0.ɵɵelementEnd();\n  }\n  if (rf & 2) {\n    const ctx_r0 = i0.ɵɵnextContext(2);\n    i0.ɵɵstyleProp(\"padding-top\", ctx_r0._cellPadding)(\"padding-bottom\", ctx_r0._cellPadding);\n    i0.ɵɵattribute(\"colspan\", ctx_r0._firstRowOffset);\n    i0.ɵɵadvance();\n    i0.ɵɵtextInterpolate1(\" \", ctx_r0._firstRowOffset >= ctx_r0.labelMinRequiredCells ? ctx_r0.label : \"\", \" \");\n  }\n}\nfunction MatCalendarBody_For_2_For_3_Template(rf, ctx) {\n  if (rf & 1) {\n    const _r2 = i0.ɵɵgetCurrentView();\n    i0.ɵɵelementStart(0, \"td\", 6)(1, \"button\", 7);\n    i0.ɵɵlistener(\"click\", function MatCalendarBody_For_2_For_3_Template_button_click_1_listener($event) {\n      const item_r3 = i0.ɵɵrestoreView(_r2).$implicit;\n      const ctx_r0 = i0.ɵɵnextContext(2);\n      return i0.ɵɵresetView(ctx_r0._cellClicked(item_r3, $event));\n    })(\"focus\", function MatCalendarBody_For_2_For_3_Template_button_focus_1_listener($event) {\n      const item_r3 = i0.ɵɵrestoreView(_r2).$implicit;\n      const ctx_r0 = i0.ɵɵnextContext(2);\n      return i0.ɵɵresetView(ctx_r0._emitActiveDateChange(item_r3, $event));\n    });\n    i0.ɵɵelementStart(2, \"span\", 8);\n    i0.ɵɵtext(3);\n    i0.ɵɵelementEnd();\n    i0.ɵɵelement(4, \"span\", 9);\n    i0.ɵɵelementEnd()();\n  }\n  if (rf & 2) {\n    const item_r3 = ctx.$implicit;\n    const colIndex_r4 = ctx.$index;\n    const rowIndex_r5 = i0.ɵɵnextContext().$index;\n    const ctx_r0 = i0.ɵɵnextContext();\n    i0.ɵɵstyleProp(\"width\", ctx_r0._cellWidth)(\"padding-top\", ctx_r0._cellPadding)(\"padding-bottom\", ctx_r0._cellPadding);\n    i0.ɵɵattribute(\"data-mat-row\", rowIndex_r5)(\"data-mat-col\", colIndex_r4);\n    i0.ɵɵadvance();\n    i0.ɵɵclassProp(\"mat-calendar-body-disabled\", !item_r3.enabled)(\"mat-calendar-body-active\", ctx_r0._isActiveCell(rowIndex_r5, colIndex_r4))(\"mat-calendar-body-range-start\", ctx_r0._isRangeStart(item_r3.compareValue))(\"mat-calendar-body-range-end\", ctx_r0._isRangeEnd(item_r3.compareValue))(\"mat-calendar-body-in-range\", ctx_r0._isInRange(item_r3.compareValue))(\"mat-calendar-body-comparison-bridge-start\", ctx_r0._isComparisonBridgeStart(item_r3.compareValue, rowIndex_r5, colIndex_r4))(\"mat-calendar-body-comparison-bridge-end\", ctx_r0._isComparisonBridgeEnd(item_r3.compareValue, rowIndex_r5, colIndex_r4))(\"mat-calendar-body-comparison-start\", ctx_r0._isComparisonStart(item_r3.compareValue))(\"mat-calendar-body-comparison-end\", ctx_r0._isComparisonEnd(item_r3.compareValue))(\"mat-calendar-body-in-comparison-range\", ctx_r0._isInComparisonRange(item_r3.compareValue))(\"mat-calendar-body-preview-start\", ctx_r0._isPreviewStart(item_r3.compareValue))(\"mat-calendar-body-preview-end\", ctx_r0._isPreviewEnd(item_r3.compareValue))(\"mat-calendar-body-in-preview\", ctx_r0._isInPreview(item_r3.compareValue));\n    i0.ɵɵproperty(\"ngClass\", item_r3.cssClasses)(\"tabindex\", ctx_r0._isActiveCell(rowIndex_r5, colIndex_r4) ? 0 : -1);\n    i0.ɵɵattribute(\"aria-label\", item_r3.ariaLabel)(\"aria-disabled\", !item_r3.enabled || null)(\"aria-pressed\", ctx_r0._isSelected(item_r3.compareValue))(\"aria-current\", ctx_r0.todayValue === item_r3.compareValue ? \"date\" : null)(\"aria-describedby\", ctx_r0._getDescribedby(item_r3.compareValue));\n    i0.ɵɵadvance();\n    i0.ɵɵclassProp(\"mat-calendar-body-selected\", ctx_r0._isSelected(item_r3.compareValue))(\"mat-calendar-body-comparison-identical\", ctx_r0._isComparisonIdentical(item_r3.compareValue))(\"mat-calendar-body-today\", ctx_r0.todayValue === item_r3.compareValue);\n    i0.ɵɵadvance();\n    i0.ɵɵtextInterpolate1(\" \", item_r3.displayValue, \" \");\n  }\n}\nfunction MatCalendarBody_For_2_Template(rf, ctx) {\n  if (rf & 1) {\n    i0.ɵɵelementStart(0, \"tr\", 1);\n    i0.ɵɵtemplate(1, MatCalendarBody_For_2_Conditional_1_Template, 2, 6, \"td\", 4);\n    i0.ɵɵrepeaterCreate(2, MatCalendarBody_For_2_For_3_Template, 5, 48, \"td\", 5, i0.ɵɵrepeaterTrackByIdentity);\n    i0.ɵɵelementEnd();\n  }\n  if (rf & 2) {\n    const row_r6 = ctx.$implicit;\n    const rowIndex_r5 = ctx.$index;\n    const ctx_r0 = i0.ɵɵnextContext();\n    i0.ɵɵadvance();\n    i0.ɵɵconditional(1, rowIndex_r5 === 0 && ctx_r0._firstRowOffset ? 1 : -1);\n    i0.ɵɵadvance();\n    i0.ɵɵrepeater(row_r6);\n  }\n}\nfunction MatMonthView_For_4_Template(rf, ctx) {\n  if (rf & 1) {\n    i0.ɵɵelementStart(0, \"th\", 2)(1, \"span\", 6);\n    i0.ɵɵtext(2);\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementStart(3, \"span\", 3);\n    i0.ɵɵtext(4);\n    i0.ɵɵelementEnd()();\n  }\n  if (rf & 2) {\n    const day_r1 = ctx.$implicit;\n    i0.ɵɵadvance(2);\n    i0.ɵɵtextInterpolate(day_r1.long);\n    i0.ɵɵadvance(2);\n    i0.ɵɵtextInterpolate(day_r1.narrow);\n  }\n}\nconst _c1 = [\"*\"];\nfunction MatCalendar_ng_template_0_Template(rf, ctx) {}\nfunction MatCalendar_Case_2_Template(rf, ctx) {\n  if (rf & 1) {\n    const _r1 = i0.ɵɵgetCurrentView();\n    i0.ɵɵelementStart(0, \"mat-month-view\", 2);\n    i0.ɵɵtwoWayListener(\"activeDateChange\", function MatCalendar_Case_2_Template_mat_month_view_activeDateChange_0_listener($event) {\n      i0.ɵɵrestoreView(_r1);\n      const ctx_r1 = i0.ɵɵnextContext();\n      i0.ɵɵtwoWayBindingSet(ctx_r1.activeDate, $event) || (ctx_r1.activeDate = $event);\n      return i0.ɵɵresetView($event);\n    });\n    i0.ɵɵlistener(\"_userSelection\", function MatCalendar_Case_2_Template_mat_month_view__userSelection_0_listener($event) {\n      i0.ɵɵrestoreView(_r1);\n      const ctx_r1 = i0.ɵɵnextContext();\n      return i0.ɵɵresetView(ctx_r1._dateSelected($event));\n    })(\"dragStarted\", function MatCalendar_Case_2_Template_mat_month_view_dragStarted_0_listener($event) {\n      i0.ɵɵrestoreView(_r1);\n      const ctx_r1 = i0.ɵɵnextContext();\n      return i0.ɵɵresetView(ctx_r1._dragStarted($event));\n    })(\"dragEnded\", function MatCalendar_Case_2_Template_mat_month_view_dragEnded_0_listener($event) {\n      i0.ɵɵrestoreView(_r1);\n      const ctx_r1 = i0.ɵɵnextContext();\n      return i0.ɵɵresetView(ctx_r1._dragEnded($event));\n    });\n    i0.ɵɵelementEnd();\n  }\n  if (rf & 2) {\n    const ctx_r1 = i0.ɵɵnextContext();\n    i0.ɵɵtwoWayProperty(\"activeDate\", ctx_r1.activeDate);\n    i0.ɵɵproperty(\"selected\", ctx_r1.selected)(\"dateFilter\", ctx_r1.dateFilter)(\"maxDate\", ctx_r1.maxDate)(\"minDate\", ctx_r1.minDate)(\"dateClass\", ctx_r1.dateClass)(\"comparisonStart\", ctx_r1.comparisonStart)(\"comparisonEnd\", ctx_r1.comparisonEnd)(\"startDateAccessibleName\", ctx_r1.startDateAccessibleName)(\"endDateAccessibleName\", ctx_r1.endDateAccessibleName)(\"activeDrag\", ctx_r1._activeDrag);\n  }\n}\nfunction MatCalendar_Case_3_Template(rf, ctx) {\n  if (rf & 1) {\n    const _r3 = i0.ɵɵgetCurrentView();\n    i0.ɵɵelementStart(0, \"mat-year-view\", 3);\n    i0.ɵɵtwoWayListener(\"activeDateChange\", function MatCalendar_Case_3_Template_mat_year_view_activeDateChange_0_listener($event) {\n      i0.ɵɵrestoreView(_r3);\n      const ctx_r1 = i0.ɵɵnextContext();\n      i0.ɵɵtwoWayBindingSet(ctx_r1.activeDate, $event) || (ctx_r1.activeDate = $event);\n      return i0.ɵɵresetView($event);\n    });\n    i0.ɵɵlistener(\"monthSelected\", function MatCalendar_Case_3_Template_mat_year_view_monthSelected_0_listener($event) {\n      i0.ɵɵrestoreView(_r3);\n      const ctx_r1 = i0.ɵɵnextContext();\n      return i0.ɵɵresetView(ctx_r1._monthSelectedInYearView($event));\n    })(\"selectedChange\", function MatCalendar_Case_3_Template_mat_year_view_selectedChange_0_listener($event) {\n      i0.ɵɵrestoreView(_r3);\n      const ctx_r1 = i0.ɵɵnextContext();\n      return i0.ɵɵresetView(ctx_r1._goToDateInView($event, \"month\"));\n    });\n    i0.ɵɵelementEnd();\n  }\n  if (rf & 2) {\n    const ctx_r1 = i0.ɵɵnextContext();\n    i0.ɵɵtwoWayProperty(\"activeDate\", ctx_r1.activeDate);\n    i0.ɵɵproperty(\"selected\", ctx_r1.selected)(\"dateFilter\", ctx_r1.dateFilter)(\"maxDate\", ctx_r1.maxDate)(\"minDate\", ctx_r1.minDate)(\"dateClass\", ctx_r1.dateClass);\n  }\n}\nfunction MatCalendar_Case_4_Template(rf, ctx) {\n  if (rf & 1) {\n    const _r4 = i0.ɵɵgetCurrentView();\n    i0.ɵɵelementStart(0, \"mat-multi-year-view\", 4);\n    i0.ɵɵtwoWayListener(\"activeDateChange\", function MatCalendar_Case_4_Template_mat_multi_year_view_activeDateChange_0_listener($event) {\n      i0.ɵɵrestoreView(_r4);\n      const ctx_r1 = i0.ɵɵnextContext();\n      i0.ɵɵtwoWayBindingSet(ctx_r1.activeDate, $event) || (ctx_r1.activeDate = $event);\n      return i0.ɵɵresetView($event);\n    });\n    i0.ɵɵlistener(\"yearSelected\", function MatCalendar_Case_4_Template_mat_multi_year_view_yearSelected_0_listener($event) {\n      i0.ɵɵrestoreView(_r4);\n      const ctx_r1 = i0.ɵɵnextContext();\n      return i0.ɵɵresetView(ctx_r1._yearSelectedInMultiYearView($event));\n    })(\"selectedChange\", function MatCalendar_Case_4_Template_mat_multi_year_view_selectedChange_0_listener($event) {\n      i0.ɵɵrestoreView(_r4);\n      const ctx_r1 = i0.ɵɵnextContext();\n      return i0.ɵɵresetView(ctx_r1._goToDateInView($event, \"year\"));\n    });\n    i0.ɵɵelementEnd();\n  }\n  if (rf & 2) {\n    const ctx_r1 = i0.ɵɵnextContext();\n    i0.ɵɵtwoWayProperty(\"activeDate\", ctx_r1.activeDate);\n    i0.ɵɵproperty(\"selected\", ctx_r1.selected)(\"dateFilter\", ctx_r1.dateFilter)(\"maxDate\", ctx_r1.maxDate)(\"minDate\", ctx_r1.minDate)(\"dateClass\", ctx_r1.dateClass);\n  }\n}\nfunction MatDatepickerContent_ng_template_2_Template(rf, ctx) {}\nconst _c2 = [\"button\"];\nconst _c3 = [[[\"\", \"matDatepickerToggleIcon\", \"\"]]];\nconst _c4 = [\"[matDatepickerToggleIcon]\"];\nfunction MatDatepickerToggle_Conditional_2_Template(rf, ctx) {\n  if (rf & 1) {\n    i0.ɵɵnamespaceSVG();\n    i0.ɵɵelementStart(0, \"svg\", 2);\n    i0.ɵɵelement(1, \"path\", 3);\n    i0.ɵɵelementEnd();\n  }\n}\nconst _c5 = [[[\"input\", \"matStartDate\", \"\"]], [[\"input\", \"matEndDate\", \"\"]]];\nconst _c6 = [\"input[matStartDate]\", \"input[matEndDate]\"];\nfunction MatDatepickerActions_ng_template_0_Template(rf, ctx) {\n  if (rf & 1) {\n    i0.ɵɵelementStart(0, \"div\", 0);\n    i0.ɵɵprojection(1);\n    i0.ɵɵelementEnd();\n  }\n}\nfunction createMissingDateImplError(provider) {\n  return Error(`MatDatepicker: No provider found for ${provider}. You must add one of the following ` + `to your app config: provideNativeDateAdapter, provideDateFnsAdapter, ` + `provideLuxonDateAdapter, provideMomentDateAdapter, or provide a custom implementation.`);\n}\n\n/** Datepicker data that requires internationalization. */\nclass MatDatepickerIntl {\n  constructor() {\n    /**\n     * Stream that emits whenever the labels here are changed. Use this to notify\n     * components if the labels have changed after initialization.\n     */\n    this.changes = new Subject();\n    /** A label for the calendar popup (used by screen readers). */\n    this.calendarLabel = 'Calendar';\n    /** A label for the button used to open the calendar popup (used by screen readers). */\n    this.openCalendarLabel = 'Open calendar';\n    /** Label for the button used to close the calendar popup. */\n    this.closeCalendarLabel = 'Close calendar';\n    /** A label for the previous month button (used by screen readers). */\n    this.prevMonthLabel = 'Previous month';\n    /** A label for the next month button (used by screen readers). */\n    this.nextMonthLabel = 'Next month';\n    /** A label for the previous year button (used by screen readers). */\n    this.prevYearLabel = 'Previous year';\n    /** A label for the next year button (used by screen readers). */\n    this.nextYearLabel = 'Next year';\n    /** A label for the previous multi-year button (used by screen readers). */\n    this.prevMultiYearLabel = 'Previous 24 years';\n    /** A label for the next multi-year button (used by screen readers). */\n    this.nextMultiYearLabel = 'Next 24 years';\n    /** A label for the 'switch to month view' button (used by screen readers). */\n    this.switchToMonthViewLabel = 'Choose date';\n    /** A label for the 'switch to year view' button (used by screen readers). */\n    this.switchToMultiYearViewLabel = 'Choose month and year';\n    /**\n     * A label for the first date of a range of dates (used by screen readers).\n     * @deprecated Provide your own internationalization string.\n     * @breaking-change 17.0.0\n     */\n    this.startDateLabel = 'Start date';\n    /**\n     * A label for the last date of a range of dates (used by screen readers).\n     * @deprecated Provide your own internationalization string.\n     * @breaking-change 17.0.0\n     */\n    this.endDateLabel = 'End date';\n  }\n  /** Formats a range of years (used for visuals). */\n  formatYearRange(start, end) {\n    return `${start} \\u2013 ${end}`;\n  }\n  /** Formats a label for a range of years (used by screen readers). */\n  formatYearRangeLabel(start, end) {\n    return `${start} to ${end}`;\n  }\n  static {\n    this.ɵfac = function MatDatepickerIntl_Factory(t) {\n      return new (t || MatDatepickerIntl)();\n    };\n  }\n  static {\n    this.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n      token: MatDatepickerIntl,\n      factory: MatDatepickerIntl.ɵfac,\n      providedIn: 'root'\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerIntl, [{\n    type: Injectable,\n    args: [{\n      providedIn: 'root'\n    }]\n  }], null, null);\n})();\n\n/**\n * An internal class that represents the data corresponding to a single calendar cell.\n * @docs-private\n */\nclass MatCalendarCell {\n  constructor(value, displayValue, ariaLabel, enabled, cssClasses = {}, compareValue = value, rawValue) {\n    this.value = value;\n    this.displayValue = displayValue;\n    this.ariaLabel = ariaLabel;\n    this.enabled = enabled;\n    this.cssClasses = cssClasses;\n    this.compareValue = compareValue;\n    this.rawValue = rawValue;\n  }\n}\nlet calendarBodyId = 1;\n/** Event options that can be used to bind an active, capturing event. */\nconst activeCapturingEventOptions = normalizePassiveListenerOptions({\n  passive: false,\n  capture: true\n});\n/** Event options that can be used to bind a passive, capturing event. */\nconst passiveCapturingEventOptions = normalizePassiveListenerOptions({\n  passive: true,\n  capture: true\n});\n/** Event options that can be used to bind a passive, non-capturing event. */\nconst passiveEventOptions = normalizePassiveListenerOptions({\n  passive: true\n});\n/**\n * An internal component used to display calendar data in a table.\n * @docs-private\n */\nclass MatCalendarBody {\n  ngAfterViewChecked() {\n    if (this._focusActiveCellAfterViewChecked) {\n      this._focusActiveCell();\n      this._focusActiveCellAfterViewChecked = false;\n    }\n  }\n  constructor(_elementRef, _ngZone) {\n    this._elementRef = _elementRef;\n    this._ngZone = _ngZone;\n    this._platform = inject(Platform);\n    /**\n     * Used to focus the active cell after change detection has run.\n     */\n    this._focusActiveCellAfterViewChecked = false;\n    /** The number of columns in the table. */\n    this.numCols = 7;\n    /** The cell number of the active cell in the table. */\n    this.activeCell = 0;\n    /** Whether a range is being selected. */\n    this.isRange = false;\n    /**\n     * The aspect ratio (width / height) to use for the cells in the table. This aspect ratio will be\n     * maintained even as the table resizes.\n     */\n    this.cellAspectRatio = 1;\n    /** Start of the preview range. */\n    this.previewStart = null;\n    /** End of the preview range. */\n    this.previewEnd = null;\n    /** Emits when a new value is selected. */\n    this.selectedValueChange = new EventEmitter();\n    /** Emits when the preview has changed as a result of a user action. */\n    this.previewChange = new EventEmitter();\n    this.activeDateChange = new EventEmitter();\n    /** Emits the date at the possible start of a drag event. */\n    this.dragStarted = new EventEmitter();\n    /** Emits the date at the conclusion of a drag, or null if mouse was not released on a date. */\n    this.dragEnded = new EventEmitter();\n    this._didDragSinceMouseDown = false;\n    /**\n     * Event handler for when the user enters an element\n     * inside the calendar body (e.g. by hovering in or focus).\n     */\n    this._enterHandler = event => {\n      if (this._skipNextFocus && event.type === 'focus') {\n        this._skipNextFocus = false;\n        return;\n      }\n      // We only need to hit the zone when we're selecting a range.\n      if (event.target && this.isRange) {\n        const cell = this._getCellFromElement(event.target);\n        if (cell) {\n          this._ngZone.run(() => this.previewChange.emit({\n            value: cell.enabled ? cell : null,\n            event\n          }));\n        }\n      }\n    };\n    this._touchmoveHandler = event => {\n      if (!this.isRange) return;\n      const target = getActualTouchTarget(event);\n      const cell = target ? this._getCellFromElement(target) : null;\n      if (target !== event.target) {\n        this._didDragSinceMouseDown = true;\n      }\n      // If the initial target of the touch is a date cell, prevent default so\n      // that the move is not handled as a scroll.\n      if (getCellElement(event.target)) {\n        event.preventDefault();\n      }\n      this._ngZone.run(() => this.previewChange.emit({\n        value: cell?.enabled ? cell : null,\n        event\n      }));\n    };\n    /**\n     * Event handler for when the user's pointer leaves an element\n     * inside the calendar body (e.g. by hovering out or blurring).\n     */\n    this._leaveHandler = event => {\n      // We only need to hit the zone when we're selecting a range.\n      if (this.previewEnd !== null && this.isRange) {\n        if (event.type !== 'blur') {\n          this._didDragSinceMouseDown = true;\n        }\n        // Only reset the preview end value when leaving cells. This looks better, because\n        // we have a gap between the cells and the rows and we don't want to remove the\n        // range just for it to show up again when the user moves a few pixels to the side.\n        if (event.target && this._getCellFromElement(event.target) && !(event.relatedTarget && this._getCellFromElement(event.relatedTarget))) {\n          this._ngZone.run(() => this.previewChange.emit({\n            value: null,\n            event\n          }));\n        }\n      }\n    };\n    /**\n     * Triggered on mousedown or touchstart on a date cell.\n     * Respsonsible for starting a drag sequence.\n     */\n    this._mousedownHandler = event => {\n      if (!this.isRange) return;\n      this._didDragSinceMouseDown = false;\n      // Begin a drag if a cell within the current range was targeted.\n      const cell = event.target && this._getCellFromElement(event.target);\n      if (!cell || !this._isInRange(cell.compareValue)) {\n        return;\n      }\n      this._ngZone.run(() => {\n        this.dragStarted.emit({\n          value: cell.rawValue,\n          event\n        });\n      });\n    };\n    /** Triggered on mouseup anywhere. Respsonsible for ending a drag sequence. */\n    this._mouseupHandler = event => {\n      if (!this.isRange) return;\n      const cellElement = getCellElement(event.target);\n      if (!cellElement) {\n        // Mouseup happened outside of datepicker. Cancel drag.\n        this._ngZone.run(() => {\n          this.dragEnded.emit({\n            value: null,\n            event\n          });\n        });\n        return;\n      }\n      if (cellElement.closest('.mat-calendar-body') !== this._elementRef.nativeElement) {\n        // Mouseup happened inside a different month instance.\n        // Allow it to handle the event.\n        return;\n      }\n      this._ngZone.run(() => {\n        const cell = this._getCellFromElement(cellElement);\n        this.dragEnded.emit({\n          value: cell?.rawValue ?? null,\n          event\n        });\n      });\n    };\n    /** Triggered on touchend anywhere. Respsonsible for ending a drag sequence. */\n    this._touchendHandler = event => {\n      const target = getActualTouchTarget(event);\n      if (target) {\n        this._mouseupHandler({\n          target\n        });\n      }\n    };\n    this._id = `mat-calendar-body-${calendarBodyId++}`;\n    this._startDateLabelId = `${this._id}-start-date`;\n    this._endDateLabelId = `${this._id}-end-date`;\n    _ngZone.runOutsideAngular(() => {\n      const element = _elementRef.nativeElement;\n      // `touchmove` is active since we need to call `preventDefault`.\n      element.addEventListener('touchmove', this._touchmoveHandler, activeCapturingEventOptions);\n      element.addEventListener('mouseenter', this._enterHandler, passiveCapturingEventOptions);\n      element.addEventListener('focus', this._enterHandler, passiveCapturingEventOptions);\n      element.addEventListener('mouseleave', this._leaveHandler, passiveCapturingEventOptions);\n      element.addEventListener('blur', this._leaveHandler, passiveCapturingEventOptions);\n      element.addEventListener('mousedown', this._mousedownHandler, passiveEventOptions);\n      element.addEventListener('touchstart', this._mousedownHandler, passiveEventOptions);\n      if (this._platform.isBrowser) {\n        window.addEventListener('mouseup', this._mouseupHandler);\n        window.addEventListener('touchend', this._touchendHandler);\n      }\n    });\n  }\n  /** Called when a cell is clicked. */\n  _cellClicked(cell, event) {\n    // Ignore \"clicks\" that are actually canceled drags (eg the user dragged\n    // off and then went back to this cell to undo).\n    if (this._didDragSinceMouseDown) {\n      return;\n    }\n    if (cell.enabled) {\n      this.selectedValueChange.emit({\n        value: cell.value,\n        event\n      });\n    }\n  }\n  _emitActiveDateChange(cell, event) {\n    if (cell.enabled) {\n      this.activeDateChange.emit({\n        value: cell.value,\n        event\n      });\n    }\n  }\n  /** Returns whether a cell should be marked as selected. */\n  _isSelected(value) {\n    return this.startValue === value || this.endValue === value;\n  }\n  ngOnChanges(changes) {\n    const columnChanges = changes['numCols'];\n    const {\n      rows,\n      numCols\n    } = this;\n    if (changes['rows'] || columnChanges) {\n      this._firstRowOffset = rows && rows.length && rows[0].length ? numCols - rows[0].length : 0;\n    }\n    if (changes['cellAspectRatio'] || columnChanges || !this._cellPadding) {\n      this._cellPadding = `${50 * this.cellAspectRatio / numCols}%`;\n    }\n    if (columnChanges || !this._cellWidth) {\n      this._cellWidth = `${100 / numCols}%`;\n    }\n  }\n  ngOnDestroy() {\n    const element = this._elementRef.nativeElement;\n    element.removeEventListener('touchmove', this._touchmoveHandler, activeCapturingEventOptions);\n    element.removeEventListener('mouseenter', this._enterHandler, passiveCapturingEventOptions);\n    element.removeEventListener('focus', this._enterHandler, passiveCapturingEventOptions);\n    element.removeEventListener('mouseleave', this._leaveHandler, passiveCapturingEventOptions);\n    element.removeEventListener('blur', this._leaveHandler, passiveCapturingEventOptions);\n    element.removeEventListener('mousedown', this._mousedownHandler, passiveEventOptions);\n    element.removeEventListener('touchstart', this._mousedownHandler, passiveEventOptions);\n    if (this._platform.isBrowser) {\n      window.removeEventListener('mouseup', this._mouseupHandler);\n      window.removeEventListener('touchend', this._touchendHandler);\n    }\n  }\n  /** Returns whether a cell is active. */\n  _isActiveCell(rowIndex, colIndex) {\n    let cellNumber = rowIndex * this.numCols + colIndex;\n    // Account for the fact that the first row may not have as many cells.\n    if (rowIndex) {\n      cellNumber -= this._firstRowOffset;\n    }\n    return cellNumber == this.activeCell;\n  }\n  /**\n   * Focuses the active cell after the microtask queue is empty.\n   *\n   * Adding a 0ms setTimeout seems to fix Voiceover losing focus when pressing PageUp/PageDown\n   * (issue #24330).\n   *\n   * Determined a 0ms by gradually increasing duration from 0 and testing two use cases with screen\n   * reader enabled:\n   *\n   * 1. Pressing PageUp/PageDown repeatedly with pausing between each key press.\n   * 2. Pressing and holding the PageDown key with repeated keys enabled.\n   *\n   * Test 1 worked roughly 95-99% of the time with 0ms and got a little bit better as the duration\n   * increased. Test 2 got slightly better until the duration was long enough to interfere with\n   * repeated keys. If the repeated key speed was faster than the timeout duration, then pressing\n   * and holding pagedown caused the entire page to scroll.\n   *\n   * Since repeated key speed can verify across machines, determined that any duration could\n   * potentially interfere with repeated keys. 0ms would be best because it almost entirely\n   * eliminates the focus being lost in Voiceover (#24330) without causing unintended side effects.\n   * Adding delay also complicates writing tests.\n   */\n  _focusActiveCell(movePreview = true) {\n    this._ngZone.runOutsideAngular(() => {\n      this._ngZone.onStable.pipe(take(1)).subscribe(() => {\n        setTimeout(() => {\n          const activeCell = this._elementRef.nativeElement.querySelector('.mat-calendar-body-active');\n          if (activeCell) {\n            if (!movePreview) {\n              this._skipNextFocus = true;\n            }\n            activeCell.focus();\n          }\n        });\n      });\n    });\n  }\n  /** Focuses the active cell after change detection has run and the microtask queue is empty. */\n  _scheduleFocusActiveCellAfterViewChecked() {\n    this._focusActiveCellAfterViewChecked = true;\n  }\n  /** Gets whether a value is the start of the main range. */\n  _isRangeStart(value) {\n    return isStart(value, this.startValue, this.endValue);\n  }\n  /** Gets whether a value is the end of the main range. */\n  _isRangeEnd(value) {\n    return isEnd(value, this.startValue, this.endValue);\n  }\n  /** Gets whether a value is within the currently-selected range. */\n  _isInRange(value) {\n    return isInRange(value, this.startValue, this.endValue, this.isRange);\n  }\n  /** Gets whether a value is the start of the comparison range. */\n  _isComparisonStart(value) {\n    return isStart(value, this.comparisonStart, this.comparisonEnd);\n  }\n  /** Whether the cell is a start bridge cell between the main and comparison ranges. */\n  _isComparisonBridgeStart(value, rowIndex, colIndex) {\n    if (!this._isComparisonStart(value) || this._isRangeStart(value) || !this._isInRange(value)) {\n      return false;\n    }\n    let previousCell = this.rows[rowIndex][colIndex - 1];\n    if (!previousCell) {\n      const previousRow = this.rows[rowIndex - 1];\n      previousCell = previousRow && previousRow[previousRow.length - 1];\n    }\n    return previousCell && !this._isRangeEnd(previousCell.compareValue);\n  }\n  /** Whether the cell is an end bridge cell between the main and comparison ranges. */\n  _isComparisonBridgeEnd(value, rowIndex, colIndex) {\n    if (!this._isComparisonEnd(value) || this._isRangeEnd(value) || !this._isInRange(value)) {\n      return false;\n    }\n    let nextCell = this.rows[rowIndex][colIndex + 1];\n    if (!nextCell) {\n      const nextRow = this.rows[rowIndex + 1];\n      nextCell = nextRow && nextRow[0];\n    }\n    return nextCell && !this._isRangeStart(nextCell.compareValue);\n  }\n  /** Gets whether a value is the end of the comparison range. */\n  _isComparisonEnd(value) {\n    return isEnd(value, this.comparisonStart, this.comparisonEnd);\n  }\n  /** Gets whether a value is within the current comparison range. */\n  _isInComparisonRange(value) {\n    return isInRange(value, this.comparisonStart, this.comparisonEnd, this.isRange);\n  }\n  /**\n   * Gets whether a value is the same as the start and end of the comparison range.\n   * For context, the functions that we use to determine whether something is the start/end of\n   * a range don't allow for the start and end to be on the same day, because we'd have to use\n   * much more specific CSS selectors to style them correctly in all scenarios. This is fine for\n   * the regular range, because when it happens, the selected styles take over and still show where\n   * the range would've been, however we don't have these selected styles for a comparison range.\n   * This function is used to apply a class that serves the same purpose as the one for selected\n   * dates, but it only applies in the context of a comparison range.\n   */\n  _isComparisonIdentical(value) {\n    // Note that we don't need to null check the start/end\n    // here, because the `value` will always be defined.\n    return this.comparisonStart === this.comparisonEnd && value === this.comparisonStart;\n  }\n  /** Gets whether a value is the start of the preview range. */\n  _isPreviewStart(value) {\n    return isStart(value, this.previewStart, this.previewEnd);\n  }\n  /** Gets whether a value is the end of the preview range. */\n  _isPreviewEnd(value) {\n    return isEnd(value, this.previewStart, this.previewEnd);\n  }\n  /** Gets whether a value is inside the preview range. */\n  _isInPreview(value) {\n    return isInRange(value, this.previewStart, this.previewEnd, this.isRange);\n  }\n  /** Gets ids of aria descriptions for the start and end of a date range. */\n  _getDescribedby(value) {\n    if (!this.isRange) {\n      return null;\n    }\n    if (this.startValue === value && this.endValue === value) {\n      return `${this._startDateLabelId} ${this._endDateLabelId}`;\n    } else if (this.startValue === value) {\n      return this._startDateLabelId;\n    } else if (this.endValue === value) {\n      return this._endDateLabelId;\n    }\n    return null;\n  }\n  /** Finds the MatCalendarCell that corresponds to a DOM node. */\n  _getCellFromElement(element) {\n    const cell = getCellElement(element);\n    if (cell) {\n      const row = cell.getAttribute('data-mat-row');\n      const col = cell.getAttribute('data-mat-col');\n      if (row && col) {\n        return this.rows[parseInt(row)][parseInt(col)];\n      }\n    }\n    return null;\n  }\n  static {\n    this.ɵfac = function MatCalendarBody_Factory(t) {\n      return new (t || MatCalendarBody)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone));\n    };\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatCalendarBody,\n      selectors: [[\"\", \"mat-calendar-body\", \"\"]],\n      hostAttrs: [1, \"mat-calendar-body\"],\n      inputs: {\n        label: \"label\",\n        rows: \"rows\",\n        todayValue: \"todayValue\",\n        startValue: \"startValue\",\n        endValue: \"endValue\",\n        labelMinRequiredCells: \"labelMinRequiredCells\",\n        numCols: \"numCols\",\n        activeCell: \"activeCell\",\n        isRange: \"isRange\",\n        cellAspectRatio: \"cellAspectRatio\",\n        comparisonStart: \"comparisonStart\",\n        comparisonEnd: \"comparisonEnd\",\n        previewStart: \"previewStart\",\n        previewEnd: \"previewEnd\",\n        startDateAccessibleName: \"startDateAccessibleName\",\n        endDateAccessibleName: \"endDateAccessibleName\"\n      },\n      outputs: {\n        selectedValueChange: \"selectedValueChange\",\n        previewChange: \"previewChange\",\n        activeDateChange: \"activeDateChange\",\n        dragStarted: \"dragStarted\",\n        dragEnded: \"dragEnded\"\n      },\n      exportAs: [\"matCalendarBody\"],\n      standalone: true,\n      features: [i0.ɵɵNgOnChangesFeature, i0.ɵɵStandaloneFeature],\n      attrs: _c0,\n      decls: 7,\n      vars: 5,\n      consts: [[\"aria-hidden\", \"true\"], [\"role\", \"row\"], [1, \"mat-calendar-body-hidden-label\", 3, \"id\"], [1, \"mat-calendar-body-label\"], [1, \"mat-calendar-body-label\", 3, \"paddingTop\", \"paddingBottom\"], [\"role\", \"gridcell\", 1, \"mat-calendar-body-cell-container\", 3, \"width\", \"paddingTop\", \"paddingBottom\"], [\"role\", \"gridcell\", 1, \"mat-calendar-body-cell-container\"], [\"type\", \"button\", 1, \"mat-calendar-body-cell\", 3, \"click\", \"focus\", \"ngClass\", \"tabindex\"], [1, \"mat-calendar-body-cell-content\", \"mat-focus-indicator\"], [\"aria-hidden\", \"true\", 1, \"mat-calendar-body-cell-preview\"]],\n      template: function MatCalendarBody_Template(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵtemplate(0, MatCalendarBody_Conditional_0_Template, 3, 6, \"tr\", 0);\n          i0.ɵɵrepeaterCreate(1, MatCalendarBody_For_2_Template, 4, 1, \"tr\", 1, i0.ɵɵrepeaterTrackByIdentity);\n          i0.ɵɵelementStart(3, \"label\", 2);\n          i0.ɵɵtext(4);\n          i0.ɵɵelementEnd();\n          i0.ɵɵelementStart(5, \"label\", 2);\n          i0.ɵɵtext(6);\n          i0.ɵɵelementEnd();\n        }\n        if (rf & 2) {\n          i0.ɵɵconditional(0, ctx._firstRowOffset < ctx.labelMinRequiredCells ? 0 : -1);\n          i0.ɵɵadvance();\n          i0.ɵɵrepeater(ctx.rows);\n          i0.ɵɵadvance(2);\n          i0.ɵɵproperty(\"id\", ctx._startDateLabelId);\n          i0.ɵɵadvance();\n          i0.ɵɵtextInterpolate1(\" \", ctx.startDateAccessibleName, \"\\n\");\n          i0.ɵɵadvance();\n          i0.ɵɵproperty(\"id\", ctx._endDateLabelId);\n          i0.ɵɵadvance();\n          i0.ɵɵtextInterpolate1(\" \", ctx.endDateAccessibleName, \"\\n\");\n        }\n      },\n      dependencies: [NgClass],\n      styles: [\".mat-calendar-body{min-width:224px}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-outline-color)}.mat-calendar-body-label{height:0;line-height:0;text-align:start;padding-left:4.7142857143%;padding-right:4.7142857143%;font-size:var(--mat-datepicker-calendar-body-label-text-size);font-weight:var(--mat-datepicker-calendar-body-label-text-weight);color:var(--mat-datepicker-calendar-body-label-text-color)}.mat-calendar-body-hidden-label{display:none}.mat-calendar-body-cell-container{position:relative;height:0;line-height:0}.mat-calendar-body-cell{-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;top:0;left:0;width:100%;height:100%;background:none;text-align:center;outline:none;font-family:inherit;margin:0}.mat-calendar-body-cell::-moz-focus-inner{border:0}.mat-calendar-body-cell::before,.mat-calendar-body-cell::after,.mat-calendar-body-cell-preview{content:\\\"\\\";position:absolute;top:5%;left:0;z-index:0;box-sizing:border-box;display:block;height:90%;width:100%}.mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range)::before,.mat-calendar-body-range-start::after,.mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start)::before,.mat-calendar-body-comparison-start::after,.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=rtl] .mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range)::before,[dir=rtl] .mat-calendar-body-range-start::after,[dir=rtl] .mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start)::before,[dir=rtl] .mat-calendar-body-comparison-start::after,[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:0;border-radius:0;border-top-right-radius:999px;border-bottom-right-radius:999px}.mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range)::before,.mat-calendar-body-range-end::after,.mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end)::before,.mat-calendar-body-comparison-end::after,.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}[dir=rtl] .mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range)::before,[dir=rtl] .mat-calendar-body-range-end::after,[dir=rtl] .mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end)::before,[dir=rtl] .mat-calendar-body-comparison-end::after,[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{left:5%;border-radius:0;border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=rtl] .mat-calendar-body-comparison-bridge-start.mat-calendar-body-range-end::after,[dir=rtl] .mat-calendar-body-comparison-bridge-end.mat-calendar-body-range-start::after{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}.mat-calendar-body-comparison-start.mat-calendar-body-range-end::after,[dir=rtl] .mat-calendar-body-comparison-start.mat-calendar-body-range-end::after,.mat-calendar-body-comparison-end.mat-calendar-body-range-start::after,[dir=rtl] .mat-calendar-body-comparison-end.mat-calendar-body-range-start::after{width:90%}.mat-calendar-body-in-preview{color:var(--mat-datepicker-calendar-date-preview-state-outline-color)}.mat-calendar-body-in-preview .mat-calendar-body-cell-preview{border-top:dashed 1px;border-bottom:dashed 1px}.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:dashed 1px}[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:0;border-right:dashed 1px}.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:dashed 1px}[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:0;border-left:dashed 1px}.mat-calendar-body-disabled{cursor:default}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--mat-datepicker-calendar-date-disabled-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-disabled-state-outline-color)}.cdk-high-contrast-active .mat-calendar-body-disabled{opacity:.5}.mat-calendar-body-cell-content{top:5%;left:5%;z-index:1;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;color:var(--mat-datepicker-calendar-date-text-color);border-color:var(--mat-datepicker-calendar-date-outline-color)}.mat-calendar-body-cell-content.mat-focus-indicator{position:absolute}.cdk-high-contrast-active .mat-calendar-body-cell-content{border:none}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-focus-state-background-color)}@media(hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-hover-state-background-color)}}.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-state-background-color);color:var(--mat-datepicker-calendar-date-selected-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-disabled-state-background-color)}.mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1px var(--mat-datepicker-calendar-date-today-selected-state-outline-color)}.mat-calendar-body-in-range::before{background:var(--mat-datepicker-calendar-date-in-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:var(--mat-datepicker-calendar-date-in-overlap-range-state-background-color)}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:var(--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color)}.cdk-high-contrast-active .mat-datepicker-popup:not(:empty),.cdk-high-contrast-active .mat-calendar-body-cell:not(.mat-calendar-body-in-range) .mat-calendar-body-selected{outline:solid 1px}.cdk-high-contrast-active .mat-calendar-body-today{outline:dotted 1px}.cdk-high-contrast-active .mat-calendar-body-cell::before,.cdk-high-contrast-active .mat-calendar-body-cell::after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end::before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range::before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:0;border-left:dashed 1px}\"],\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatCalendarBody, [{\n    type: Component,\n    args: [{\n      selector: '[mat-calendar-body]',\n      host: {\n        'class': 'mat-calendar-body'\n      },\n      exportAs: 'matCalendarBody',\n      encapsulation: ViewEncapsulation.None,\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      standalone: true,\n      imports: [NgClass],\n      template: \"<!--\\n  If there's not enough space in the first row, create a separate label row. We mark this row as\\n  aria-hidden because we don't want it to be read out as one of the weeks in the month.\\n-->\\n@if (_firstRowOffset < labelMinRequiredCells) {\\n  <tr aria-hidden=\\\"true\\\">\\n    <td class=\\\"mat-calendar-body-label\\\"\\n        [attr.colspan]=\\\"numCols\\\"\\n        [style.paddingTop]=\\\"_cellPadding\\\"\\n        [style.paddingBottom]=\\\"_cellPadding\\\">\\n      {{label}}\\n    </td>\\n  </tr>\\n}\\n\\n<!-- Create the first row separately so we can include a special spacer cell. -->\\n@for (row of rows; track row; let rowIndex = $index) {\\n  <tr role=\\\"row\\\">\\n    <!--\\n      This cell is purely decorative, but we can't put `aria-hidden` or `role=\\\"presentation\\\"` on it,\\n      because it throws off the week days for the rest of the row on NVDA. The aspect ratio of the\\n      table cells is maintained by setting the top and bottom padding as a percentage of the width\\n      (a variant of the trick described here: https://www.w3schools.com/howto/howto_css_aspect_ratio.asp).\\n    -->\\n    @if (rowIndex === 0 && _firstRowOffset) {\\n      <td\\n        class=\\\"mat-calendar-body-label\\\"\\n        [attr.colspan]=\\\"_firstRowOffset\\\"\\n        [style.paddingTop]=\\\"_cellPadding\\\"\\n        [style.paddingBottom]=\\\"_cellPadding\\\">\\n        {{_firstRowOffset >= labelMinRequiredCells ? label : ''}}\\n      </td>\\n    }\\n    <!--\\n      Each gridcell in the calendar contains a button, which signals to assistive technology that the\\n      cell is interactable, as well as the selection state via `aria-pressed`. See #23476 for\\n      background.\\n    -->\\n    @for (item of row; track item; let colIndex = $index) {\\n      <td\\n        role=\\\"gridcell\\\"\\n        class=\\\"mat-calendar-body-cell-container\\\"\\n        [style.width]=\\\"_cellWidth\\\"\\n        [style.paddingTop]=\\\"_cellPadding\\\"\\n        [style.paddingBottom]=\\\"_cellPadding\\\"\\n        [attr.data-mat-row]=\\\"rowIndex\\\"\\n        [attr.data-mat-col]=\\\"colIndex\\\"\\n      >\\n        <button\\n            type=\\\"button\\\"\\n            class=\\\"mat-calendar-body-cell\\\"\\n            [ngClass]=\\\"item.cssClasses\\\"\\n            [tabindex]=\\\"_isActiveCell(rowIndex, colIndex) ? 0 : -1\\\"\\n            [class.mat-calendar-body-disabled]=\\\"!item.enabled\\\"\\n            [class.mat-calendar-body-active]=\\\"_isActiveCell(rowIndex, colIndex)\\\"\\n            [class.mat-calendar-body-range-start]=\\\"_isRangeStart(item.compareValue)\\\"\\n            [class.mat-calendar-body-range-end]=\\\"_isRangeEnd(item.compareValue)\\\"\\n            [class.mat-calendar-body-in-range]=\\\"_isInRange(item.compareValue)\\\"\\n            [class.mat-calendar-body-comparison-bridge-start]=\\\"_isComparisonBridgeStart(item.compareValue, rowIndex, colIndex)\\\"\\n            [class.mat-calendar-body-comparison-bridge-end]=\\\"_isComparisonBridgeEnd(item.compareValue, rowIndex, colIndex)\\\"\\n            [class.mat-calendar-body-comparison-start]=\\\"_isComparisonStart(item.compareValue)\\\"\\n            [class.mat-calendar-body-comparison-end]=\\\"_isComparisonEnd(item.compareValue)\\\"\\n            [class.mat-calendar-body-in-comparison-range]=\\\"_isInComparisonRange(item.compareValue)\\\"\\n            [class.mat-calendar-body-preview-start]=\\\"_isPreviewStart(item.compareValue)\\\"\\n            [class.mat-calendar-body-preview-end]=\\\"_isPreviewEnd(item.compareValue)\\\"\\n            [class.mat-calendar-body-in-preview]=\\\"_isInPreview(item.compareValue)\\\"\\n            [attr.aria-label]=\\\"item.ariaLabel\\\"\\n            [attr.aria-disabled]=\\\"!item.enabled || null\\\"\\n            [attr.aria-pressed]=\\\"_isSelected(item.compareValue)\\\"\\n            [attr.aria-current]=\\\"todayValue === item.compareValue ? 'date' : null\\\"\\n            [attr.aria-describedby]=\\\"_getDescribedby(item.compareValue)\\\"\\n            (click)=\\\"_cellClicked(item, $event)\\\"\\n            (focus)=\\\"_emitActiveDateChange(item, $event)\\\">\\n            <span class=\\\"mat-calendar-body-cell-content mat-focus-indicator\\\"\\n              [class.mat-calendar-body-selected]=\\\"_isSelected(item.compareValue)\\\"\\n              [class.mat-calendar-body-comparison-identical]=\\\"_isComparisonIdentical(item.compareValue)\\\"\\n              [class.mat-calendar-body-today]=\\\"todayValue === item.compareValue\\\">\\n              {{item.displayValue}}\\n            </span>\\n            <span class=\\\"mat-calendar-body-cell-preview\\\" aria-hidden=\\\"true\\\"></span>\\n        </button>\\n      </td>\\n    }\\n  </tr>\\n}\\n\\n<label [id]=\\\"_startDateLabelId\\\" class=\\\"mat-calendar-body-hidden-label\\\">\\n  {{startDateAccessibleName}}\\n</label>\\n<label [id]=\\\"_endDateLabelId\\\" class=\\\"mat-calendar-body-hidden-label\\\">\\n  {{endDateAccessibleName}}\\n</label>\\n\",\n      styles: [\".mat-calendar-body{min-width:224px}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-outline-color)}.mat-calendar-body-label{height:0;line-height:0;text-align:start;padding-left:4.7142857143%;padding-right:4.7142857143%;font-size:var(--mat-datepicker-calendar-body-label-text-size);font-weight:var(--mat-datepicker-calendar-body-label-text-weight);color:var(--mat-datepicker-calendar-body-label-text-color)}.mat-calendar-body-hidden-label{display:none}.mat-calendar-body-cell-container{position:relative;height:0;line-height:0}.mat-calendar-body-cell{-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;top:0;left:0;width:100%;height:100%;background:none;text-align:center;outline:none;font-family:inherit;margin:0}.mat-calendar-body-cell::-moz-focus-inner{border:0}.mat-calendar-body-cell::before,.mat-calendar-body-cell::after,.mat-calendar-body-cell-preview{content:\\\"\\\";position:absolute;top:5%;left:0;z-index:0;box-sizing:border-box;display:block;height:90%;width:100%}.mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range)::before,.mat-calendar-body-range-start::after,.mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start)::before,.mat-calendar-body-comparison-start::after,.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=rtl] .mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range)::before,[dir=rtl] .mat-calendar-body-range-start::after,[dir=rtl] .mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start)::before,[dir=rtl] .mat-calendar-body-comparison-start::after,[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:0;border-radius:0;border-top-right-radius:999px;border-bottom-right-radius:999px}.mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range)::before,.mat-calendar-body-range-end::after,.mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end)::before,.mat-calendar-body-comparison-end::after,.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}[dir=rtl] .mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range)::before,[dir=rtl] .mat-calendar-body-range-end::after,[dir=rtl] .mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end)::before,[dir=rtl] .mat-calendar-body-comparison-end::after,[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{left:5%;border-radius:0;border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=rtl] .mat-calendar-body-comparison-bridge-start.mat-calendar-body-range-end::after,[dir=rtl] .mat-calendar-body-comparison-bridge-end.mat-calendar-body-range-start::after{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}.mat-calendar-body-comparison-start.mat-calendar-body-range-end::after,[dir=rtl] .mat-calendar-body-comparison-start.mat-calendar-body-range-end::after,.mat-calendar-body-comparison-end.mat-calendar-body-range-start::after,[dir=rtl] .mat-calendar-body-comparison-end.mat-calendar-body-range-start::after{width:90%}.mat-calendar-body-in-preview{color:var(--mat-datepicker-calendar-date-preview-state-outline-color)}.mat-calendar-body-in-preview .mat-calendar-body-cell-preview{border-top:dashed 1px;border-bottom:dashed 1px}.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:dashed 1px}[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:0;border-right:dashed 1px}.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:dashed 1px}[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:0;border-left:dashed 1px}.mat-calendar-body-disabled{cursor:default}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--mat-datepicker-calendar-date-disabled-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-disabled-state-outline-color)}.cdk-high-contrast-active .mat-calendar-body-disabled{opacity:.5}.mat-calendar-body-cell-content{top:5%;left:5%;z-index:1;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;color:var(--mat-datepicker-calendar-date-text-color);border-color:var(--mat-datepicker-calendar-date-outline-color)}.mat-calendar-body-cell-content.mat-focus-indicator{position:absolute}.cdk-high-contrast-active .mat-calendar-body-cell-content{border:none}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-focus-state-background-color)}@media(hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-hover-state-background-color)}}.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-state-background-color);color:var(--mat-datepicker-calendar-date-selected-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-disabled-state-background-color)}.mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1px var(--mat-datepicker-calendar-date-today-selected-state-outline-color)}.mat-calendar-body-in-range::before{background:var(--mat-datepicker-calendar-date-in-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:var(--mat-datepicker-calendar-date-in-overlap-range-state-background-color)}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:var(--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color)}.cdk-high-contrast-active .mat-datepicker-popup:not(:empty),.cdk-high-contrast-active .mat-calendar-body-cell:not(.mat-calendar-body-in-range) .mat-calendar-body-selected{outline:solid 1px}.cdk-high-contrast-active .mat-calendar-body-today{outline:dotted 1px}.cdk-high-contrast-active .mat-calendar-body-cell::before,.cdk-high-contrast-active .mat-calendar-body-cell::after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end::before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range::before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:0;border-left:dashed 1px}\"]\n    }]\n  }], () => [{\n    type: i0.ElementRef\n  }, {\n    type: i0.NgZone\n  }], {\n    label: [{\n      type: Input\n    }],\n    rows: [{\n      type: Input\n    }],\n    todayValue: [{\n      type: Input\n    }],\n    startValue: [{\n      type: Input\n    }],\n    endValue: [{\n      type: Input\n    }],\n    labelMinRequiredCells: [{\n      type: Input\n    }],\n    numCols: [{\n      type: Input\n    }],\n    activeCell: [{\n      type: Input\n    }],\n    isRange: [{\n      type: Input\n    }],\n    cellAspectRatio: [{\n      type: Input\n    }],\n    comparisonStart: [{\n      type: Input\n    }],\n    comparisonEnd: [{\n      type: Input\n    }],\n    previewStart: [{\n      type: Input\n    }],\n    previewEnd: [{\n      type: Input\n    }],\n    startDateAccessibleName: [{\n      type: Input\n    }],\n    endDateAccessibleName: [{\n      type: Input\n    }],\n    selectedValueChange: [{\n      type: Output\n    }],\n    previewChange: [{\n      type: Output\n    }],\n    activeDateChange: [{\n      type: Output\n    }],\n    dragStarted: [{\n      type: Output\n    }],\n    dragEnded: [{\n      type: Output\n    }]\n  });\n})();\n/** Checks whether a node is a table cell element. */\nfunction isTableCell(node) {\n  return node?.nodeName === 'TD';\n}\n/**\n * Gets the date table cell element that is or contains the specified element.\n * Or returns null if element is not part of a date cell.\n */\nfunction getCellElement(element) {\n  let cell;\n  if (isTableCell(element)) {\n    cell = element;\n  } else if (isTableCell(element.parentNode)) {\n    cell = element.parentNode;\n  } else if (isTableCell(element.parentNode?.parentNode)) {\n    cell = element.parentNode.parentNode;\n  }\n  return cell?.getAttribute('data-mat-row') != null ? cell : null;\n}\n/** Checks whether a value is the start of a range. */\nfunction isStart(value, start, end) {\n  return end !== null && start !== end && value < end && value === start;\n}\n/** Checks whether a value is the end of a range. */\nfunction isEnd(value, start, end) {\n  return start !== null && start !== end && value >= start && value === end;\n}\n/** Checks whether a value is inside of a range. */\nfunction isInRange(value, start, end, rangeEnabled) {\n  return rangeEnabled && start !== null && end !== null && start !== end && value >= start && value <= end;\n}\n/**\n * Extracts the element that actually corresponds to a touch event's location\n * (rather than the element that initiated the sequence of touch events).\n */\nfunction getActualTouchTarget(event) {\n  const touchLocation = event.changedTouches[0];\n  return document.elementFromPoint(touchLocation.clientX, touchLocation.clientY);\n}\n\n/** A class representing a range of dates. */\nclass DateRange {\n  constructor( /** The start date of the range. */\n  start, /** The end date of the range. */\n  end) {\n    this.start = start;\n    this.end = end;\n  }\n}\n/**\n * A selection model containing a date selection.\n * @docs-private\n */\nclass MatDateSelectionModel {\n  constructor( /** The current selection. */\n  selection, _adapter) {\n    this.selection = selection;\n    this._adapter = _adapter;\n    this._selectionChanged = new Subject();\n    /** Emits when the selection has changed. */\n    this.selectionChanged = this._selectionChanged;\n    this.selection = selection;\n  }\n  /**\n   * Updates the current selection in the model.\n   * @param value New selection that should be assigned.\n   * @param source Object that triggered the selection change.\n   */\n  updateSelection(value, source) {\n    const oldValue = this.selection;\n    this.selection = value;\n    this._selectionChanged.next({\n      selection: value,\n      source,\n      oldValue\n    });\n  }\n  ngOnDestroy() {\n    this._selectionChanged.complete();\n  }\n  _isValidDateInstance(date) {\n    return this._adapter.isDateInstance(date) && this._adapter.isValid(date);\n  }\n  static {\n    this.ɵfac = function MatDateSelectionModel_Factory(t) {\n      i0.ɵɵinvalidFactory();\n    };\n  }\n  static {\n    this.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n      token: MatDateSelectionModel,\n      factory: MatDateSelectionModel.ɵfac\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDateSelectionModel, [{\n    type: Injectable\n  }], () => [{\n    type: undefined\n  }, {\n    type: i1.DateAdapter\n  }], null);\n})();\n/**\n * A selection model that contains a single date.\n * @docs-private\n */\nclass MatSingleDateSelectionModel extends MatDateSelectionModel {\n  constructor(adapter) {\n    super(null, adapter);\n  }\n  /**\n   * Adds a date to the current selection. In the case of a single date selection, the added date\n   * simply overwrites the previous selection\n   */\n  add(date) {\n    super.updateSelection(date, this);\n  }\n  /** Checks whether the current selection is valid. */\n  isValid() {\n    return this.selection != null && this._isValidDateInstance(this.selection);\n  }\n  /**\n   * Checks whether the current selection is complete. In the case of a single date selection, this\n   * is true if the current selection is not null.\n   */\n  isComplete() {\n    return this.selection != null;\n  }\n  /** Clones the selection model. */\n  clone() {\n    const clone = new MatSingleDateSelectionModel(this._adapter);\n    clone.updateSelection(this.selection, this);\n    return clone;\n  }\n  static {\n    this.ɵfac = function MatSingleDateSelectionModel_Factory(t) {\n      return new (t || MatSingleDateSelectionModel)(i0.ɵɵinject(i1.DateAdapter));\n    };\n  }\n  static {\n    this.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n      token: MatSingleDateSelectionModel,\n      factory: MatSingleDateSelectionModel.ɵfac\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatSingleDateSelectionModel, [{\n    type: Injectable\n  }], () => [{\n    type: i1.DateAdapter\n  }], null);\n})();\n/**\n * A selection model that contains a date range.\n * @docs-private\n */\nclass MatRangeDateSelectionModel extends MatDateSelectionModel {\n  constructor(adapter) {\n    super(new DateRange(null, null), adapter);\n  }\n  /**\n   * Adds a date to the current selection. In the case of a date range selection, the added date\n   * fills in the next `null` value in the range. If both the start and the end already have a date,\n   * the selection is reset so that the given date is the new `start` and the `end` is null.\n   */\n  add(date) {\n    let {\n      start,\n      end\n    } = this.selection;\n    if (start == null) {\n      start = date;\n    } else if (end == null) {\n      end = date;\n    } else {\n      start = date;\n      end = null;\n    }\n    super.updateSelection(new DateRange(start, end), this);\n  }\n  /** Checks whether the current selection is valid. */\n  isValid() {\n    const {\n      start,\n      end\n    } = this.selection;\n    // Empty ranges are valid.\n    if (start == null && end == null) {\n      return true;\n    }\n    // Complete ranges are only valid if both dates are valid and the start is before the end.\n    if (start != null && end != null) {\n      return this._isValidDateInstance(start) && this._isValidDateInstance(end) && this._adapter.compareDate(start, end) <= 0;\n    }\n    // Partial ranges are valid if the start/end is valid.\n    return (start == null || this._isValidDateInstance(start)) && (end == null || this._isValidDateInstance(end));\n  }\n  /**\n   * Checks whether the current selection is complete. In the case of a date range selection, this\n   * is true if the current selection has a non-null `start` and `end`.\n   */\n  isComplete() {\n    return this.selection.start != null && this.selection.end != null;\n  }\n  /** Clones the selection model. */\n  clone() {\n    const clone = new MatRangeDateSelectionModel(this._adapter);\n    clone.updateSelection(this.selection, this);\n    return clone;\n  }\n  static {\n    this.ɵfac = function MatRangeDateSelectionModel_Factory(t) {\n      return new (t || MatRangeDateSelectionModel)(i0.ɵɵinject(i1.DateAdapter));\n    };\n  }\n  static {\n    this.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n      token: MatRangeDateSelectionModel,\n      factory: MatRangeDateSelectionModel.ɵfac\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatRangeDateSelectionModel, [{\n    type: Injectable\n  }], () => [{\n    type: i1.DateAdapter\n  }], null);\n})();\n/** @docs-private */\nfunction MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY(parent, adapter) {\n  return parent || new MatSingleDateSelectionModel(adapter);\n}\n/**\n * Used to provide a single selection model to a component.\n * @docs-private\n */\nconst MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER = {\n  provide: MatDateSelectionModel,\n  deps: [[new Optional(), new SkipSelf(), MatDateSelectionModel], DateAdapter],\n  useFactory: MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY\n};\n/** @docs-private */\nfunction MAT_RANGE_DATE_SELECTION_MODEL_FACTORY(parent, adapter) {\n  return parent || new MatRangeDateSelectionModel(adapter);\n}\n/**\n * Used to provide a range selection model to a component.\n * @docs-private\n */\nconst MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER = {\n  provide: MatDateSelectionModel,\n  deps: [[new Optional(), new SkipSelf(), MatDateSelectionModel], DateAdapter],\n  useFactory: MAT_RANGE_DATE_SELECTION_MODEL_FACTORY\n};\n\n/** Injection token used to customize the date range selection behavior. */\nconst MAT_DATE_RANGE_SELECTION_STRATEGY = new InjectionToken('MAT_DATE_RANGE_SELECTION_STRATEGY');\n/** Provides the default date range selection behavior. */\nclass DefaultMatCalendarRangeStrategy {\n  constructor(_dateAdapter) {\n    this._dateAdapter = _dateAdapter;\n  }\n  selectionFinished(date, currentRange) {\n    let {\n      start,\n      end\n    } = currentRange;\n    if (start == null) {\n      start = date;\n    } else if (end == null && date && this._dateAdapter.compareDate(date, start) >= 0) {\n      end = date;\n    } else {\n      start = date;\n      end = null;\n    }\n    return new DateRange(start, end);\n  }\n  createPreview(activeDate, currentRange) {\n    let start = null;\n    let end = null;\n    if (currentRange.start && !currentRange.end && activeDate) {\n      start = currentRange.start;\n      end = activeDate;\n    }\n    return new DateRange(start, end);\n  }\n  createDrag(dragOrigin, originalRange, newDate) {\n    let start = originalRange.start;\n    let end = originalRange.end;\n    if (!start || !end) {\n      // Can't drag from an incomplete range.\n      return null;\n    }\n    const adapter = this._dateAdapter;\n    const isRange = adapter.compareDate(start, end) !== 0;\n    const diffYears = adapter.getYear(newDate) - adapter.getYear(dragOrigin);\n    const diffMonths = adapter.getMonth(newDate) - adapter.getMonth(dragOrigin);\n    const diffDays = adapter.getDate(newDate) - adapter.getDate(dragOrigin);\n    if (isRange && adapter.sameDate(dragOrigin, originalRange.start)) {\n      start = newDate;\n      if (adapter.compareDate(newDate, end) > 0) {\n        end = adapter.addCalendarYears(end, diffYears);\n        end = adapter.addCalendarMonths(end, diffMonths);\n        end = adapter.addCalendarDays(end, diffDays);\n      }\n    } else if (isRange && adapter.sameDate(dragOrigin, originalRange.end)) {\n      end = newDate;\n      if (adapter.compareDate(newDate, start) < 0) {\n        start = adapter.addCalendarYears(start, diffYears);\n        start = adapter.addCalendarMonths(start, diffMonths);\n        start = adapter.addCalendarDays(start, diffDays);\n      }\n    } else {\n      start = adapter.addCalendarYears(start, diffYears);\n      start = adapter.addCalendarMonths(start, diffMonths);\n      start = adapter.addCalendarDays(start, diffDays);\n      end = adapter.addCalendarYears(end, diffYears);\n      end = adapter.addCalendarMonths(end, diffMonths);\n      end = adapter.addCalendarDays(end, diffDays);\n    }\n    return new DateRange(start, end);\n  }\n  static {\n    this.ɵfac = function DefaultMatCalendarRangeStrategy_Factory(t) {\n      return new (t || DefaultMatCalendarRangeStrategy)(i0.ɵɵinject(i1.DateAdapter));\n    };\n  }\n  static {\n    this.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n      token: DefaultMatCalendarRangeStrategy,\n      factory: DefaultMatCalendarRangeStrategy.ɵfac\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(DefaultMatCalendarRangeStrategy, [{\n    type: Injectable\n  }], () => [{\n    type: i1.DateAdapter\n  }], null);\n})();\n/** @docs-private */\nfunction MAT_CALENDAR_RANGE_STRATEGY_PROVIDER_FACTORY(parent, adapter) {\n  return parent || new DefaultMatCalendarRangeStrategy(adapter);\n}\n/** @docs-private */\nconst MAT_CALENDAR_RANGE_STRATEGY_PROVIDER = {\n  provide: MAT_DATE_RANGE_SELECTION_STRATEGY,\n  deps: [[new Optional(), new SkipSelf(), MAT_DATE_RANGE_SELECTION_STRATEGY], DateAdapter],\n  useFactory: MAT_CALENDAR_RANGE_STRATEGY_PROVIDER_FACTORY\n};\nconst DAYS_PER_WEEK = 7;\n/**\n * An internal component used to display a single month in the datepicker.\n * @docs-private\n */\nclass MatMonthView {\n  /**\n   * The date to display in this month view (everything other than the month and year is ignored).\n   */\n  get activeDate() {\n    return this._activeDate;\n  }\n  set activeDate(value) {\n    const oldActiveDate = this._activeDate;\n    const validDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value)) || this._dateAdapter.today();\n    this._activeDate = this._dateAdapter.clampDate(validDate, this.minDate, this.maxDate);\n    if (!this._hasSameMonthAndYear(oldActiveDate, this._activeDate)) {\n      this._init();\n    }\n  }\n  /** The currently selected date. */\n  get selected() {\n    return this._selected;\n  }\n  set selected(value) {\n    if (value instanceof DateRange) {\n      this._selected = value;\n    } else {\n      this._selected = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n    }\n    this._setRanges(this._selected);\n  }\n  /** The minimum selectable date. */\n  get minDate() {\n    return this._minDate;\n  }\n  set minDate(value) {\n    this._minDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n  }\n  /** The maximum selectable date. */\n  get maxDate() {\n    return this._maxDate;\n  }\n  set maxDate(value) {\n    this._maxDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n  }\n  constructor(_changeDetectorRef, _dateFormats, _dateAdapter, _dir, _rangeStrategy) {\n    this._changeDetectorRef = _changeDetectorRef;\n    this._dateFormats = _dateFormats;\n    this._dateAdapter = _dateAdapter;\n    this._dir = _dir;\n    this._rangeStrategy = _rangeStrategy;\n    this._rerenderSubscription = Subscription.EMPTY;\n    /** Origin of active drag, or null when dragging is not active. */\n    this.activeDrag = null;\n    /** Emits when a new date is selected. */\n    this.selectedChange = new EventEmitter();\n    /** Emits when any date is selected. */\n    this._userSelection = new EventEmitter();\n    /** Emits when the user initiates a date range drag via mouse or touch. */\n    this.dragStarted = new EventEmitter();\n    /**\n     * Emits when the user completes or cancels a date range drag.\n     * Emits null when the drag was canceled or the newly selected date range if completed.\n     */\n    this.dragEnded = new EventEmitter();\n    /** Emits when any date is activated. */\n    this.activeDateChange = new EventEmitter();\n    if (typeof ngDevMode === 'undefined' || ngDevMode) {\n      if (!this._dateAdapter) {\n        throw createMissingDateImplError('DateAdapter');\n      }\n      if (!this._dateFormats) {\n        throw createMissingDateImplError('MAT_DATE_FORMATS');\n      }\n    }\n    this._activeDate = this._dateAdapter.today();\n  }\n  ngAfterContentInit() {\n    this._rerenderSubscription = this._dateAdapter.localeChanges.pipe(startWith(null)).subscribe(() => this._init());\n  }\n  ngOnChanges(changes) {\n    const comparisonChange = changes['comparisonStart'] || changes['comparisonEnd'];\n    if (comparisonChange && !comparisonChange.firstChange) {\n      this._setRanges(this.selected);\n    }\n    if (changes['activeDrag'] && !this.activeDrag) {\n      this._clearPreview();\n    }\n  }\n  ngOnDestroy() {\n    this._rerenderSubscription.unsubscribe();\n  }\n  /** Handles when a new date is selected. */\n  _dateSelected(event) {\n    const date = event.value;\n    const selectedDate = this._getDateFromDayOfMonth(date);\n    let rangeStartDate;\n    let rangeEndDate;\n    if (this._selected instanceof DateRange) {\n      rangeStartDate = this._getDateInCurrentMonth(this._selected.start);\n      rangeEndDate = this._getDateInCurrentMonth(this._selected.end);\n    } else {\n      rangeStartDate = rangeEndDate = this._getDateInCurrentMonth(this._selected);\n    }\n    if (rangeStartDate !== date || rangeEndDate !== date) {\n      this.selectedChange.emit(selectedDate);\n    }\n    this._userSelection.emit({\n      value: selectedDate,\n      event: event.event\n    });\n    this._clearPreview();\n    this._changeDetectorRef.markForCheck();\n  }\n  /**\n   * Takes the index of a calendar body cell wrapped in an event as argument. For the date that\n   * corresponds to the given cell, set `activeDate` to that date and fire `activeDateChange` with\n   * that date.\n   *\n   * This function is used to match each component's model of the active date with the calendar\n   * body cell that was focused. It updates its value of `activeDate` synchronously and updates the\n   * parent's value asynchronously via the `activeDateChange` event. The child component receives an\n   * updated value asynchronously via the `activeCell` Input.\n   */\n  _updateActiveDate(event) {\n    const month = event.value;\n    const oldActiveDate = this._activeDate;\n    this.activeDate = this._getDateFromDayOfMonth(month);\n    if (this._dateAdapter.compareDate(oldActiveDate, this.activeDate)) {\n      this.activeDateChange.emit(this._activeDate);\n    }\n  }\n  /** Handles keydown events on the calendar body when calendar is in month view. */\n  _handleCalendarBodyKeydown(event) {\n    // TODO(mmalerba): We currently allow keyboard navigation to disabled dates, but just prevent\n    // disabled ones from being selected. This may not be ideal, we should look into whether\n    // navigation should skip over disabled dates, and if so, how to implement that efficiently.\n    const oldActiveDate = this._activeDate;\n    const isRtl = this._isRtl();\n    switch (event.keyCode) {\n      case LEFT_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarDays(this._activeDate, isRtl ? 1 : -1);\n        break;\n      case RIGHT_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarDays(this._activeDate, isRtl ? -1 : 1);\n        break;\n      case UP_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarDays(this._activeDate, -7);\n        break;\n      case DOWN_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarDays(this._activeDate, 7);\n        break;\n      case HOME:\n        this.activeDate = this._dateAdapter.addCalendarDays(this._activeDate, 1 - this._dateAdapter.getDate(this._activeDate));\n        break;\n      case END:\n        this.activeDate = this._dateAdapter.addCalendarDays(this._activeDate, this._dateAdapter.getNumDaysInMonth(this._activeDate) - this._dateAdapter.getDate(this._activeDate));\n        break;\n      case PAGE_UP:\n        this.activeDate = event.altKey ? this._dateAdapter.addCalendarYears(this._activeDate, -1) : this._dateAdapter.addCalendarMonths(this._activeDate, -1);\n        break;\n      case PAGE_DOWN:\n        this.activeDate = event.altKey ? this._dateAdapter.addCalendarYears(this._activeDate, 1) : this._dateAdapter.addCalendarMonths(this._activeDate, 1);\n        break;\n      case ENTER:\n      case SPACE:\n        this._selectionKeyPressed = true;\n        if (this._canSelect(this._activeDate)) {\n          // Prevent unexpected default actions such as form submission.\n          // Note that we only prevent the default action here while the selection happens in\n          // `keyup` below. We can't do the selection here, because it can cause the calendar to\n          // reopen if focus is restored immediately. We also can't call `preventDefault` on `keyup`\n          // because it's too late (see #23305).\n          event.preventDefault();\n        }\n        return;\n      case ESCAPE:\n        // Abort the current range selection if the user presses escape mid-selection.\n        if (this._previewEnd != null && !hasModifierKey(event)) {\n          this._clearPreview();\n          // If a drag is in progress, cancel the drag without changing the\n          // current selection.\n          if (this.activeDrag) {\n            this.dragEnded.emit({\n              value: null,\n              event\n            });\n          } else {\n            this.selectedChange.emit(null);\n            this._userSelection.emit({\n              value: null,\n              event\n            });\n          }\n          event.preventDefault();\n          event.stopPropagation(); // Prevents the overlay from closing.\n        }\n        return;\n      default:\n        // Don't prevent default or focus active cell on keys that we don't explicitly handle.\n        return;\n    }\n    if (this._dateAdapter.compareDate(oldActiveDate, this.activeDate)) {\n      this.activeDateChange.emit(this.activeDate);\n      this._focusActiveCellAfterViewChecked();\n    }\n    // Prevent unexpected default actions such as form submission.\n    event.preventDefault();\n  }\n  /** Handles keyup events on the calendar body when calendar is in month view. */\n  _handleCalendarBodyKeyup(event) {\n    if (event.keyCode === SPACE || event.keyCode === ENTER) {\n      if (this._selectionKeyPressed && this._canSelect(this._activeDate)) {\n        this._dateSelected({\n          value: this._dateAdapter.getDate(this._activeDate),\n          event\n        });\n      }\n      this._selectionKeyPressed = false;\n    }\n  }\n  /** Initializes this month view. */\n  _init() {\n    this._setRanges(this.selected);\n    this._todayDate = this._getCellCompareValue(this._dateAdapter.today());\n    this._monthLabel = this._dateFormats.display.monthLabel ? this._dateAdapter.format(this.activeDate, this._dateFormats.display.monthLabel) : this._dateAdapter.getMonthNames('short')[this._dateAdapter.getMonth(this.activeDate)].toLocaleUpperCase();\n    let firstOfMonth = this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), this._dateAdapter.getMonth(this.activeDate), 1);\n    this._firstWeekOffset = (DAYS_PER_WEEK + this._dateAdapter.getDayOfWeek(firstOfMonth) - this._dateAdapter.getFirstDayOfWeek()) % DAYS_PER_WEEK;\n    this._initWeekdays();\n    this._createWeekCells();\n    this._changeDetectorRef.markForCheck();\n  }\n  /** Focuses the active cell after the microtask queue is empty. */\n  _focusActiveCell(movePreview) {\n    this._matCalendarBody._focusActiveCell(movePreview);\n  }\n  /** Focuses the active cell after change detection has run and the microtask queue is empty. */\n  _focusActiveCellAfterViewChecked() {\n    this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked();\n  }\n  /** Called when the user has activated a new cell and the preview needs to be updated. */\n  _previewChanged({\n    event,\n    value: cell\n  }) {\n    if (this._rangeStrategy) {\n      // We can assume that this will be a range, because preview\n      // events aren't fired for single date selections.\n      const value = cell ? cell.rawValue : null;\n      const previewRange = this._rangeStrategy.createPreview(value, this.selected, event);\n      this._previewStart = this._getCellCompareValue(previewRange.start);\n      this._previewEnd = this._getCellCompareValue(previewRange.end);\n      if (this.activeDrag && value) {\n        const dragRange = this._rangeStrategy.createDrag?.(this.activeDrag.value, this.selected, value, event);\n        if (dragRange) {\n          this._previewStart = this._getCellCompareValue(dragRange.start);\n          this._previewEnd = this._getCellCompareValue(dragRange.end);\n        }\n      }\n      // Note that here we need to use `detectChanges`, rather than `markForCheck`, because\n      // the way `_focusActiveCell` is set up at the moment makes it fire at the wrong time\n      // when navigating one month back using the keyboard which will cause this handler\n      // to throw a \"changed after checked\" error when updating the preview state.\n      this._changeDetectorRef.detectChanges();\n    }\n  }\n  /**\n   * Called when the user has ended a drag. If the drag/drop was successful,\n   * computes and emits the new range selection.\n   */\n  _dragEnded(event) {\n    if (!this.activeDrag) return;\n    if (event.value) {\n      // Propagate drag effect\n      const dragDropResult = this._rangeStrategy?.createDrag?.(this.activeDrag.value, this.selected, event.value, event.event);\n      this.dragEnded.emit({\n        value: dragDropResult ?? null,\n        event: event.event\n      });\n    } else {\n      this.dragEnded.emit({\n        value: null,\n        event: event.event\n      });\n    }\n  }\n  /**\n   * Takes a day of the month and returns a new date in the same month and year as the currently\n   *  active date. The returned date will have the same day of the month as the argument date.\n   */\n  _getDateFromDayOfMonth(dayOfMonth) {\n    return this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), this._dateAdapter.getMonth(this.activeDate), dayOfMonth);\n  }\n  /** Initializes the weekdays. */\n  _initWeekdays() {\n    const firstDayOfWeek = this._dateAdapter.getFirstDayOfWeek();\n    const narrowWeekdays = this._dateAdapter.getDayOfWeekNames('narrow');\n    const longWeekdays = this._dateAdapter.getDayOfWeekNames('long');\n    // Rotate the labels for days of the week based on the configured first day of the week.\n    let weekdays = longWeekdays.map((long, i) => {\n      return {\n        long,\n        narrow: narrowWeekdays[i]\n      };\n    });\n    this._weekdays = weekdays.slice(firstDayOfWeek).concat(weekdays.slice(0, firstDayOfWeek));\n  }\n  /** Creates MatCalendarCells for the dates in this month. */\n  _createWeekCells() {\n    const daysInMonth = this._dateAdapter.getNumDaysInMonth(this.activeDate);\n    const dateNames = this._dateAdapter.getDateNames();\n    this._weeks = [[]];\n    for (let i = 0, cell = this._firstWeekOffset; i < daysInMonth; i++, cell++) {\n      if (cell == DAYS_PER_WEEK) {\n        this._weeks.push([]);\n        cell = 0;\n      }\n      const date = this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), this._dateAdapter.getMonth(this.activeDate), i + 1);\n      const enabled = this._shouldEnableDate(date);\n      const ariaLabel = this._dateAdapter.format(date, this._dateFormats.display.dateA11yLabel);\n      const cellClasses = this.dateClass ? this.dateClass(date, 'month') : undefined;\n      this._weeks[this._weeks.length - 1].push(new MatCalendarCell(i + 1, dateNames[i], ariaLabel, enabled, cellClasses, this._getCellCompareValue(date), date));\n    }\n  }\n  /** Date filter for the month */\n  _shouldEnableDate(date) {\n    return !!date && (!this.minDate || this._dateAdapter.compareDate(date, this.minDate) >= 0) && (!this.maxDate || this._dateAdapter.compareDate(date, this.maxDate) <= 0) && (!this.dateFilter || this.dateFilter(date));\n  }\n  /**\n   * Gets the date in this month that the given Date falls on.\n   * Returns null if the given Date is in another month.\n   */\n  _getDateInCurrentMonth(date) {\n    return date && this._hasSameMonthAndYear(date, this.activeDate) ? this._dateAdapter.getDate(date) : null;\n  }\n  /** Checks whether the 2 dates are non-null and fall within the same month of the same year. */\n  _hasSameMonthAndYear(d1, d2) {\n    return !!(d1 && d2 && this._dateAdapter.getMonth(d1) == this._dateAdapter.getMonth(d2) && this._dateAdapter.getYear(d1) == this._dateAdapter.getYear(d2));\n  }\n  /** Gets the value that will be used to one cell to another. */\n  _getCellCompareValue(date) {\n    if (date) {\n      // We use the time since the Unix epoch to compare dates in this view, rather than the\n      // cell values, because we need to support ranges that span across multiple months/years.\n      const year = this._dateAdapter.getYear(date);\n      const month = this._dateAdapter.getMonth(date);\n      const day = this._dateAdapter.getDate(date);\n      return new Date(year, month, day).getTime();\n    }\n    return null;\n  }\n  /** Determines whether the user has the RTL layout direction. */\n  _isRtl() {\n    return this._dir && this._dir.value === 'rtl';\n  }\n  /** Sets the current range based on a model value. */\n  _setRanges(selectedValue) {\n    if (selectedValue instanceof DateRange) {\n      this._rangeStart = this._getCellCompareValue(selectedValue.start);\n      this._rangeEnd = this._getCellCompareValue(selectedValue.end);\n      this._isRange = true;\n    } else {\n      this._rangeStart = this._rangeEnd = this._getCellCompareValue(selectedValue);\n      this._isRange = false;\n    }\n    this._comparisonRangeStart = this._getCellCompareValue(this.comparisonStart);\n    this._comparisonRangeEnd = this._getCellCompareValue(this.comparisonEnd);\n  }\n  /** Gets whether a date can be selected in the month view. */\n  _canSelect(date) {\n    return !this.dateFilter || this.dateFilter(date);\n  }\n  /** Clears out preview state. */\n  _clearPreview() {\n    this._previewStart = this._previewEnd = null;\n  }\n  static {\n    this.ɵfac = function MatMonthView_Factory(t) {\n      return new (t || MatMonthView)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS, 8), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(i2.Directionality, 8), i0.ɵɵdirectiveInject(MAT_DATE_RANGE_SELECTION_STRATEGY, 8));\n    };\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatMonthView,\n      selectors: [[\"mat-month-view\"]],\n      viewQuery: function MatMonthView_Query(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵviewQuery(MatCalendarBody, 5);\n        }\n        if (rf & 2) {\n          let _t;\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._matCalendarBody = _t.first);\n        }\n      },\n      inputs: {\n        activeDate: \"activeDate\",\n        selected: \"selected\",\n        minDate: \"minDate\",\n        maxDate: \"maxDate\",\n        dateFilter: \"dateFilter\",\n        dateClass: \"dateClass\",\n        comparisonStart: \"comparisonStart\",\n        comparisonEnd: \"comparisonEnd\",\n        startDateAccessibleName: \"startDateAccessibleName\",\n        endDateAccessibleName: \"endDateAccessibleName\",\n        activeDrag: \"activeDrag\"\n      },\n      outputs: {\n        selectedChange: \"selectedChange\",\n        _userSelection: \"_userSelection\",\n        dragStarted: \"dragStarted\",\n        dragEnded: \"dragEnded\",\n        activeDateChange: \"activeDateChange\"\n      },\n      exportAs: [\"matMonthView\"],\n      standalone: true,\n      features: [i0.ɵɵNgOnChangesFeature, i0.ɵɵStandaloneFeature],\n      decls: 8,\n      vars: 14,\n      consts: [[\"role\", \"grid\", 1, \"mat-calendar-table\"], [1, \"mat-calendar-table-header\"], [\"scope\", \"col\"], [\"aria-hidden\", \"true\"], [\"colspan\", \"7\", 1, \"mat-calendar-table-header-divider\"], [\"mat-calendar-body\", \"\", 3, \"selectedValueChange\", \"activeDateChange\", \"previewChange\", \"dragStarted\", \"dragEnded\", \"keyup\", \"keydown\", \"label\", \"rows\", \"todayValue\", \"startValue\", \"endValue\", \"comparisonStart\", \"comparisonEnd\", \"previewStart\", \"previewEnd\", \"isRange\", \"labelMinRequiredCells\", \"activeCell\", \"startDateAccessibleName\", \"endDateAccessibleName\"], [1, \"cdk-visually-hidden\"]],\n      template: function MatMonthView_Template(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵelementStart(0, \"table\", 0)(1, \"thead\", 1)(2, \"tr\");\n          i0.ɵɵrepeaterCreate(3, MatMonthView_For_4_Template, 5, 2, \"th\", 2, i0.ɵɵrepeaterTrackByIdentity);\n          i0.ɵɵelementEnd();\n          i0.ɵɵelementStart(5, \"tr\", 3);\n          i0.ɵɵelement(6, \"th\", 4);\n          i0.ɵɵelementEnd()();\n          i0.ɵɵelementStart(7, \"tbody\", 5);\n          i0.ɵɵlistener(\"selectedValueChange\", function MatMonthView_Template_tbody_selectedValueChange_7_listener($event) {\n            return ctx._dateSelected($event);\n          })(\"activeDateChange\", function MatMonthView_Template_tbody_activeDateChange_7_listener($event) {\n            return ctx._updateActiveDate($event);\n          })(\"previewChange\", function MatMonthView_Template_tbody_previewChange_7_listener($event) {\n            return ctx._previewChanged($event);\n          })(\"dragStarted\", function MatMonthView_Template_tbody_dragStarted_7_listener($event) {\n            return ctx.dragStarted.emit($event);\n          })(\"dragEnded\", function MatMonthView_Template_tbody_dragEnded_7_listener($event) {\n            return ctx._dragEnded($event);\n          })(\"keyup\", function MatMonthView_Template_tbody_keyup_7_listener($event) {\n            return ctx._handleCalendarBodyKeyup($event);\n          })(\"keydown\", function MatMonthView_Template_tbody_keydown_7_listener($event) {\n            return ctx._handleCalendarBodyKeydown($event);\n          });\n          i0.ɵɵelementEnd()();\n        }\n        if (rf & 2) {\n          i0.ɵɵadvance(3);\n          i0.ɵɵrepeater(ctx._weekdays);\n          i0.ɵɵadvance(4);\n          i0.ɵɵproperty(\"label\", ctx._monthLabel)(\"rows\", ctx._weeks)(\"todayValue\", ctx._todayDate)(\"startValue\", ctx._rangeStart)(\"endValue\", ctx._rangeEnd)(\"comparisonStart\", ctx._comparisonRangeStart)(\"comparisonEnd\", ctx._comparisonRangeEnd)(\"previewStart\", ctx._previewStart)(\"previewEnd\", ctx._previewEnd)(\"isRange\", ctx._isRange)(\"labelMinRequiredCells\", 3)(\"activeCell\", ctx._dateAdapter.getDate(ctx.activeDate) - 1)(\"startDateAccessibleName\", ctx.startDateAccessibleName)(\"endDateAccessibleName\", ctx.endDateAccessibleName);\n        }\n      },\n      dependencies: [MatCalendarBody],\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatMonthView, [{\n    type: Component,\n    args: [{\n      selector: 'mat-month-view',\n      exportAs: 'matMonthView',\n      encapsulation: ViewEncapsulation.None,\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      standalone: true,\n      imports: [MatCalendarBody],\n      template: \"<table class=\\\"mat-calendar-table\\\" role=\\\"grid\\\">\\n  <thead class=\\\"mat-calendar-table-header\\\">\\n    <tr>\\n      @for (day of _weekdays; track day) {\\n        <th scope=\\\"col\\\">\\n          <span class=\\\"cdk-visually-hidden\\\">{{day.long}}</span>\\n          <span aria-hidden=\\\"true\\\">{{day.narrow}}</span>\\n        </th>\\n      }\\n    </tr>\\n    <tr aria-hidden=\\\"true\\\"><th class=\\\"mat-calendar-table-header-divider\\\" colspan=\\\"7\\\"></th></tr>\\n  </thead>\\n  <tbody mat-calendar-body\\n         [label]=\\\"_monthLabel\\\"\\n         [rows]=\\\"_weeks\\\"\\n         [todayValue]=\\\"_todayDate!\\\"\\n         [startValue]=\\\"_rangeStart!\\\"\\n         [endValue]=\\\"_rangeEnd!\\\"\\n         [comparisonStart]=\\\"_comparisonRangeStart\\\"\\n         [comparisonEnd]=\\\"_comparisonRangeEnd\\\"\\n         [previewStart]=\\\"_previewStart\\\"\\n         [previewEnd]=\\\"_previewEnd\\\"\\n         [isRange]=\\\"_isRange\\\"\\n         [labelMinRequiredCells]=\\\"3\\\"\\n         [activeCell]=\\\"_dateAdapter.getDate(activeDate) - 1\\\"\\n         [startDateAccessibleName]=\\\"startDateAccessibleName\\\"\\n         [endDateAccessibleName]=\\\"endDateAccessibleName\\\"\\n         (selectedValueChange)=\\\"_dateSelected($event)\\\"\\n         (activeDateChange)=\\\"_updateActiveDate($event)\\\"\\n         (previewChange)=\\\"_previewChanged($event)\\\"\\n         (dragStarted)=\\\"dragStarted.emit($event)\\\"\\n         (dragEnded)=\\\"_dragEnded($event)\\\"\\n         (keyup)=\\\"_handleCalendarBodyKeyup($event)\\\"\\n         (keydown)=\\\"_handleCalendarBodyKeydown($event)\\\">\\n  </tbody>\\n</table>\\n\"\n    }]\n  }], () => [{\n    type: i0.ChangeDetectorRef\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_DATE_FORMATS]\n    }]\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: i2.Directionality,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Inject,\n      args: [MAT_DATE_RANGE_SELECTION_STRATEGY]\n    }, {\n      type: Optional\n    }]\n  }], {\n    activeDate: [{\n      type: Input\n    }],\n    selected: [{\n      type: Input\n    }],\n    minDate: [{\n      type: Input\n    }],\n    maxDate: [{\n      type: Input\n    }],\n    dateFilter: [{\n      type: Input\n    }],\n    dateClass: [{\n      type: Input\n    }],\n    comparisonStart: [{\n      type: Input\n    }],\n    comparisonEnd: [{\n      type: Input\n    }],\n    startDateAccessibleName: [{\n      type: Input\n    }],\n    endDateAccessibleName: [{\n      type: Input\n    }],\n    activeDrag: [{\n      type: Input\n    }],\n    selectedChange: [{\n      type: Output\n    }],\n    _userSelection: [{\n      type: Output\n    }],\n    dragStarted: [{\n      type: Output\n    }],\n    dragEnded: [{\n      type: Output\n    }],\n    activeDateChange: [{\n      type: Output\n    }],\n    _matCalendarBody: [{\n      type: ViewChild,\n      args: [MatCalendarBody]\n    }]\n  });\n})();\nconst yearsPerPage = 24;\nconst yearsPerRow = 4;\n/**\n * An internal component used to display a year selector in the datepicker.\n * @docs-private\n */\nclass MatMultiYearView {\n  /** The date to display in this multi-year view (everything other than the year is ignored). */\n  get activeDate() {\n    return this._activeDate;\n  }\n  set activeDate(value) {\n    let oldActiveDate = this._activeDate;\n    const validDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value)) || this._dateAdapter.today();\n    this._activeDate = this._dateAdapter.clampDate(validDate, this.minDate, this.maxDate);\n    if (!isSameMultiYearView(this._dateAdapter, oldActiveDate, this._activeDate, this.minDate, this.maxDate)) {\n      this._init();\n    }\n  }\n  /** The currently selected date. */\n  get selected() {\n    return this._selected;\n  }\n  set selected(value) {\n    if (value instanceof DateRange) {\n      this._selected = value;\n    } else {\n      this._selected = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n    }\n    this._setSelectedYear(value);\n  }\n  /** The minimum selectable date. */\n  get minDate() {\n    return this._minDate;\n  }\n  set minDate(value) {\n    this._minDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n  }\n  /** The maximum selectable date. */\n  get maxDate() {\n    return this._maxDate;\n  }\n  set maxDate(value) {\n    this._maxDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n  }\n  constructor(_changeDetectorRef, _dateAdapter, _dir) {\n    this._changeDetectorRef = _changeDetectorRef;\n    this._dateAdapter = _dateAdapter;\n    this._dir = _dir;\n    this._rerenderSubscription = Subscription.EMPTY;\n    /** Emits when a new year is selected. */\n    this.selectedChange = new EventEmitter();\n    /** Emits the selected year. This doesn't imply a change on the selected date */\n    this.yearSelected = new EventEmitter();\n    /** Emits when any date is activated. */\n    this.activeDateChange = new EventEmitter();\n    if (!this._dateAdapter && (typeof ngDevMode === 'undefined' || ngDevMode)) {\n      throw createMissingDateImplError('DateAdapter');\n    }\n    this._activeDate = this._dateAdapter.today();\n  }\n  ngAfterContentInit() {\n    this._rerenderSubscription = this._dateAdapter.localeChanges.pipe(startWith(null)).subscribe(() => this._init());\n  }\n  ngOnDestroy() {\n    this._rerenderSubscription.unsubscribe();\n  }\n  /** Initializes this multi-year view. */\n  _init() {\n    this._todayYear = this._dateAdapter.getYear(this._dateAdapter.today());\n    // We want a range years such that we maximize the number of\n    // enabled dates visible at once. This prevents issues where the minimum year\n    // is the last item of a page OR the maximum year is the first item of a page.\n    // The offset from the active year to the \"slot\" for the starting year is the\n    // *actual* first rendered year in the multi-year view.\n    const activeYear = this._dateAdapter.getYear(this._activeDate);\n    const minYearOfPage = activeYear - getActiveOffset(this._dateAdapter, this.activeDate, this.minDate, this.maxDate);\n    this._years = [];\n    for (let i = 0, row = []; i < yearsPerPage; i++) {\n      row.push(minYearOfPage + i);\n      if (row.length == yearsPerRow) {\n        this._years.push(row.map(year => this._createCellForYear(year)));\n        row = [];\n      }\n    }\n    this._changeDetectorRef.markForCheck();\n  }\n  /** Handles when a new year is selected. */\n  _yearSelected(event) {\n    const year = event.value;\n    const selectedYear = this._dateAdapter.createDate(year, 0, 1);\n    const selectedDate = this._getDateFromYear(year);\n    this.yearSelected.emit(selectedYear);\n    this.selectedChange.emit(selectedDate);\n  }\n  /**\n   * Takes the index of a calendar body cell wrapped in an event as argument. For the date that\n   * corresponds to the given cell, set `activeDate` to that date and fire `activeDateChange` with\n   * that date.\n   *\n   * This function is used to match each component's model of the active date with the calendar\n   * body cell that was focused. It updates its value of `activeDate` synchronously and updates the\n   * parent's value asynchronously via the `activeDateChange` event. The child component receives an\n   * updated value asynchronously via the `activeCell` Input.\n   */\n  _updateActiveDate(event) {\n    const year = event.value;\n    const oldActiveDate = this._activeDate;\n    this.activeDate = this._getDateFromYear(year);\n    if (this._dateAdapter.compareDate(oldActiveDate, this.activeDate)) {\n      this.activeDateChange.emit(this.activeDate);\n    }\n  }\n  /** Handles keydown events on the calendar body when calendar is in multi-year view. */\n  _handleCalendarBodyKeydown(event) {\n    const oldActiveDate = this._activeDate;\n    const isRtl = this._isRtl();\n    switch (event.keyCode) {\n      case LEFT_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarYears(this._activeDate, isRtl ? 1 : -1);\n        break;\n      case RIGHT_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarYears(this._activeDate, isRtl ? -1 : 1);\n        break;\n      case UP_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarYears(this._activeDate, -yearsPerRow);\n        break;\n      case DOWN_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarYears(this._activeDate, yearsPerRow);\n        break;\n      case HOME:\n        this.activeDate = this._dateAdapter.addCalendarYears(this._activeDate, -getActiveOffset(this._dateAdapter, this.activeDate, this.minDate, this.maxDate));\n        break;\n      case END:\n        this.activeDate = this._dateAdapter.addCalendarYears(this._activeDate, yearsPerPage - getActiveOffset(this._dateAdapter, this.activeDate, this.minDate, this.maxDate) - 1);\n        break;\n      case PAGE_UP:\n        this.activeDate = this._dateAdapter.addCalendarYears(this._activeDate, event.altKey ? -yearsPerPage * 10 : -yearsPerPage);\n        break;\n      case PAGE_DOWN:\n        this.activeDate = this._dateAdapter.addCalendarYears(this._activeDate, event.altKey ? yearsPerPage * 10 : yearsPerPage);\n        break;\n      case ENTER:\n      case SPACE:\n        // Note that we only prevent the default action here while the selection happens in\n        // `keyup` below. We can't do the selection here, because it can cause the calendar to\n        // reopen if focus is restored immediately. We also can't call `preventDefault` on `keyup`\n        // because it's too late (see #23305).\n        this._selectionKeyPressed = true;\n        break;\n      default:\n        // Don't prevent default or focus active cell on keys that we don't explicitly handle.\n        return;\n    }\n    if (this._dateAdapter.compareDate(oldActiveDate, this.activeDate)) {\n      this.activeDateChange.emit(this.activeDate);\n    }\n    this._focusActiveCellAfterViewChecked();\n    // Prevent unexpected default actions such as form submission.\n    event.preventDefault();\n  }\n  /** Handles keyup events on the calendar body when calendar is in multi-year view. */\n  _handleCalendarBodyKeyup(event) {\n    if (event.keyCode === SPACE || event.keyCode === ENTER) {\n      if (this._selectionKeyPressed) {\n        this._yearSelected({\n          value: this._dateAdapter.getYear(this._activeDate),\n          event\n        });\n      }\n      this._selectionKeyPressed = false;\n    }\n  }\n  _getActiveCell() {\n    return getActiveOffset(this._dateAdapter, this.activeDate, this.minDate, this.maxDate);\n  }\n  /** Focuses the active cell after the microtask queue is empty. */\n  _focusActiveCell() {\n    this._matCalendarBody._focusActiveCell();\n  }\n  /** Focuses the active cell after change detection has run and the microtask queue is empty. */\n  _focusActiveCellAfterViewChecked() {\n    this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked();\n  }\n  /**\n   * Takes a year and returns a new date on the same day and month as the currently active date\n   *  The returned date will have the same year as the argument date.\n   */\n  _getDateFromYear(year) {\n    const activeMonth = this._dateAdapter.getMonth(this.activeDate);\n    const daysInMonth = this._dateAdapter.getNumDaysInMonth(this._dateAdapter.createDate(year, activeMonth, 1));\n    const normalizedDate = this._dateAdapter.createDate(year, activeMonth, Math.min(this._dateAdapter.getDate(this.activeDate), daysInMonth));\n    return normalizedDate;\n  }\n  /** Creates an MatCalendarCell for the given year. */\n  _createCellForYear(year) {\n    const date = this._dateAdapter.createDate(year, 0, 1);\n    const yearName = this._dateAdapter.getYearName(date);\n    const cellClasses = this.dateClass ? this.dateClass(date, 'multi-year') : undefined;\n    return new MatCalendarCell(year, yearName, yearName, this._shouldEnableYear(year), cellClasses);\n  }\n  /** Whether the given year is enabled. */\n  _shouldEnableYear(year) {\n    // disable if the year is greater than maxDate lower than minDate\n    if (year === undefined || year === null || this.maxDate && year > this._dateAdapter.getYear(this.maxDate) || this.minDate && year < this._dateAdapter.getYear(this.minDate)) {\n      return false;\n    }\n    // enable if it reaches here and there's no filter defined\n    if (!this.dateFilter) {\n      return true;\n    }\n    const firstOfYear = this._dateAdapter.createDate(year, 0, 1);\n    // If any date in the year is enabled count the year as enabled.\n    for (let date = firstOfYear; this._dateAdapter.getYear(date) == year; date = this._dateAdapter.addCalendarDays(date, 1)) {\n      if (this.dateFilter(date)) {\n        return true;\n      }\n    }\n    return false;\n  }\n  /** Determines whether the user has the RTL layout direction. */\n  _isRtl() {\n    return this._dir && this._dir.value === 'rtl';\n  }\n  /** Sets the currently-highlighted year based on a model value. */\n  _setSelectedYear(value) {\n    this._selectedYear = null;\n    if (value instanceof DateRange) {\n      const displayValue = value.start || value.end;\n      if (displayValue) {\n        this._selectedYear = this._dateAdapter.getYear(displayValue);\n      }\n    } else if (value) {\n      this._selectedYear = this._dateAdapter.getYear(value);\n    }\n  }\n  static {\n    this.ɵfac = function MatMultiYearView_Factory(t) {\n      return new (t || MatMultiYearView)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(i2.Directionality, 8));\n    };\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatMultiYearView,\n      selectors: [[\"mat-multi-year-view\"]],\n      viewQuery: function MatMultiYearView_Query(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵviewQuery(MatCalendarBody, 5);\n        }\n        if (rf & 2) {\n          let _t;\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._matCalendarBody = _t.first);\n        }\n      },\n      inputs: {\n        activeDate: \"activeDate\",\n        selected: \"selected\",\n        minDate: \"minDate\",\n        maxDate: \"maxDate\",\n        dateFilter: \"dateFilter\",\n        dateClass: \"dateClass\"\n      },\n      outputs: {\n        selectedChange: \"selectedChange\",\n        yearSelected: \"yearSelected\",\n        activeDateChange: \"activeDateChange\"\n      },\n      exportAs: [\"matMultiYearView\"],\n      standalone: true,\n      features: [i0.ɵɵStandaloneFeature],\n      decls: 5,\n      vars: 7,\n      consts: [[\"role\", \"grid\", 1, \"mat-calendar-table\"], [\"aria-hidden\", \"true\", 1, \"mat-calendar-table-header\"], [\"colspan\", \"4\", 1, \"mat-calendar-table-header-divider\"], [\"mat-calendar-body\", \"\", 3, \"selectedValueChange\", \"activeDateChange\", \"keyup\", \"keydown\", \"rows\", \"todayValue\", \"startValue\", \"endValue\", \"numCols\", \"cellAspectRatio\", \"activeCell\"]],\n      template: function MatMultiYearView_Template(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵelementStart(0, \"table\", 0)(1, \"thead\", 1)(2, \"tr\");\n          i0.ɵɵelement(3, \"th\", 2);\n          i0.ɵɵelementEnd()();\n          i0.ɵɵelementStart(4, \"tbody\", 3);\n          i0.ɵɵlistener(\"selectedValueChange\", function MatMultiYearView_Template_tbody_selectedValueChange_4_listener($event) {\n            return ctx._yearSelected($event);\n          })(\"activeDateChange\", function MatMultiYearView_Template_tbody_activeDateChange_4_listener($event) {\n            return ctx._updateActiveDate($event);\n          })(\"keyup\", function MatMultiYearView_Template_tbody_keyup_4_listener($event) {\n            return ctx._handleCalendarBodyKeyup($event);\n          })(\"keydown\", function MatMultiYearView_Template_tbody_keydown_4_listener($event) {\n            return ctx._handleCalendarBodyKeydown($event);\n          });\n          i0.ɵɵelementEnd()();\n        }\n        if (rf & 2) {\n          i0.ɵɵadvance(4);\n          i0.ɵɵproperty(\"rows\", ctx._years)(\"todayValue\", ctx._todayYear)(\"startValue\", ctx._selectedYear)(\"endValue\", ctx._selectedYear)(\"numCols\", 4)(\"cellAspectRatio\", 4 / 7)(\"activeCell\", ctx._getActiveCell());\n        }\n      },\n      dependencies: [MatCalendarBody],\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatMultiYearView, [{\n    type: Component,\n    args: [{\n      selector: 'mat-multi-year-view',\n      exportAs: 'matMultiYearView',\n      encapsulation: ViewEncapsulation.None,\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      standalone: true,\n      imports: [MatCalendarBody],\n      template: \"<table class=\\\"mat-calendar-table\\\" role=\\\"grid\\\">\\n  <thead aria-hidden=\\\"true\\\" class=\\\"mat-calendar-table-header\\\">\\n    <tr><th class=\\\"mat-calendar-table-header-divider\\\" colspan=\\\"4\\\"></th></tr>\\n  </thead>\\n  <tbody mat-calendar-body\\n         [rows]=\\\"_years\\\"\\n         [todayValue]=\\\"_todayYear\\\"\\n         [startValue]=\\\"_selectedYear!\\\"\\n         [endValue]=\\\"_selectedYear!\\\"\\n         [numCols]=\\\"4\\\"\\n         [cellAspectRatio]=\\\"4 / 7\\\"\\n         [activeCell]=\\\"_getActiveCell()\\\"\\n         (selectedValueChange)=\\\"_yearSelected($event)\\\"\\n         (activeDateChange)=\\\"_updateActiveDate($event)\\\"\\n         (keyup)=\\\"_handleCalendarBodyKeyup($event)\\\"\\n         (keydown)=\\\"_handleCalendarBodyKeydown($event)\\\">\\n  </tbody>\\n</table>\\n\"\n    }]\n  }], () => [{\n    type: i0.ChangeDetectorRef\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: i2.Directionality,\n    decorators: [{\n      type: Optional\n    }]\n  }], {\n    activeDate: [{\n      type: Input\n    }],\n    selected: [{\n      type: Input\n    }],\n    minDate: [{\n      type: Input\n    }],\n    maxDate: [{\n      type: Input\n    }],\n    dateFilter: [{\n      type: Input\n    }],\n    dateClass: [{\n      type: Input\n    }],\n    selectedChange: [{\n      type: Output\n    }],\n    yearSelected: [{\n      type: Output\n    }],\n    activeDateChange: [{\n      type: Output\n    }],\n    _matCalendarBody: [{\n      type: ViewChild,\n      args: [MatCalendarBody]\n    }]\n  });\n})();\nfunction isSameMultiYearView(dateAdapter, date1, date2, minDate, maxDate) {\n  const year1 = dateAdapter.getYear(date1);\n  const year2 = dateAdapter.getYear(date2);\n  const startingYear = getStartingYear(dateAdapter, minDate, maxDate);\n  return Math.floor((year1 - startingYear) / yearsPerPage) === Math.floor((year2 - startingYear) / yearsPerPage);\n}\n/**\n * When the multi-year view is first opened, the active year will be in view.\n * So we compute how many years are between the active year and the *slot* where our\n * \"startingYear\" will render when paged into view.\n */\nfunction getActiveOffset(dateAdapter, activeDate, minDate, maxDate) {\n  const activeYear = dateAdapter.getYear(activeDate);\n  return euclideanModulo(activeYear - getStartingYear(dateAdapter, minDate, maxDate), yearsPerPage);\n}\n/**\n * We pick a \"starting\" year such that either the maximum year would be at the end\n * or the minimum year would be at the beginning of a page.\n */\nfunction getStartingYear(dateAdapter, minDate, maxDate) {\n  let startingYear = 0;\n  if (maxDate) {\n    const maxYear = dateAdapter.getYear(maxDate);\n    startingYear = maxYear - yearsPerPage + 1;\n  } else if (minDate) {\n    startingYear = dateAdapter.getYear(minDate);\n  }\n  return startingYear;\n}\n/** Gets remainder that is non-negative, even if first number is negative */\nfunction euclideanModulo(a, b) {\n  return (a % b + b) % b;\n}\n\n/**\n * An internal component used to display a single year in the datepicker.\n * @docs-private\n */\nclass MatYearView {\n  /** The date to display in this year view (everything other than the year is ignored). */\n  get activeDate() {\n    return this._activeDate;\n  }\n  set activeDate(value) {\n    let oldActiveDate = this._activeDate;\n    const validDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value)) || this._dateAdapter.today();\n    this._activeDate = this._dateAdapter.clampDate(validDate, this.minDate, this.maxDate);\n    if (this._dateAdapter.getYear(oldActiveDate) !== this._dateAdapter.getYear(this._activeDate)) {\n      this._init();\n    }\n  }\n  /** The currently selected date. */\n  get selected() {\n    return this._selected;\n  }\n  set selected(value) {\n    if (value instanceof DateRange) {\n      this._selected = value;\n    } else {\n      this._selected = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n    }\n    this._setSelectedMonth(value);\n  }\n  /** The minimum selectable date. */\n  get minDate() {\n    return this._minDate;\n  }\n  set minDate(value) {\n    this._minDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n  }\n  /** The maximum selectable date. */\n  get maxDate() {\n    return this._maxDate;\n  }\n  set maxDate(value) {\n    this._maxDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n  }\n  constructor(_changeDetectorRef, _dateFormats, _dateAdapter, _dir) {\n    this._changeDetectorRef = _changeDetectorRef;\n    this._dateFormats = _dateFormats;\n    this._dateAdapter = _dateAdapter;\n    this._dir = _dir;\n    this._rerenderSubscription = Subscription.EMPTY;\n    /** Emits when a new month is selected. */\n    this.selectedChange = new EventEmitter();\n    /** Emits the selected month. This doesn't imply a change on the selected date */\n    this.monthSelected = new EventEmitter();\n    /** Emits when any date is activated. */\n    this.activeDateChange = new EventEmitter();\n    if (typeof ngDevMode === 'undefined' || ngDevMode) {\n      if (!this._dateAdapter) {\n        throw createMissingDateImplError('DateAdapter');\n      }\n      if (!this._dateFormats) {\n        throw createMissingDateImplError('MAT_DATE_FORMATS');\n      }\n    }\n    this._activeDate = this._dateAdapter.today();\n  }\n  ngAfterContentInit() {\n    this._rerenderSubscription = this._dateAdapter.localeChanges.pipe(startWith(null)).subscribe(() => this._init());\n  }\n  ngOnDestroy() {\n    this._rerenderSubscription.unsubscribe();\n  }\n  /** Handles when a new month is selected. */\n  _monthSelected(event) {\n    const month = event.value;\n    const selectedMonth = this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), month, 1);\n    this.monthSelected.emit(selectedMonth);\n    const selectedDate = this._getDateFromMonth(month);\n    this.selectedChange.emit(selectedDate);\n  }\n  /**\n   * Takes the index of a calendar body cell wrapped in an event as argument. For the date that\n   * corresponds to the given cell, set `activeDate` to that date and fire `activeDateChange` with\n   * that date.\n   *\n   * This function is used to match each component's model of the active date with the calendar\n   * body cell that was focused. It updates its value of `activeDate` synchronously and updates the\n   * parent's value asynchronously via the `activeDateChange` event. The child component receives an\n   * updated value asynchronously via the `activeCell` Input.\n   */\n  _updateActiveDate(event) {\n    const month = event.value;\n    const oldActiveDate = this._activeDate;\n    this.activeDate = this._getDateFromMonth(month);\n    if (this._dateAdapter.compareDate(oldActiveDate, this.activeDate)) {\n      this.activeDateChange.emit(this.activeDate);\n    }\n  }\n  /** Handles keydown events on the calendar body when calendar is in year view. */\n  _handleCalendarBodyKeydown(event) {\n    // TODO(mmalerba): We currently allow keyboard navigation to disabled dates, but just prevent\n    // disabled ones from being selected. This may not be ideal, we should look into whether\n    // navigation should skip over disabled dates, and if so, how to implement that efficiently.\n    const oldActiveDate = this._activeDate;\n    const isRtl = this._isRtl();\n    switch (event.keyCode) {\n      case LEFT_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarMonths(this._activeDate, isRtl ? 1 : -1);\n        break;\n      case RIGHT_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarMonths(this._activeDate, isRtl ? -1 : 1);\n        break;\n      case UP_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarMonths(this._activeDate, -4);\n        break;\n      case DOWN_ARROW:\n        this.activeDate = this._dateAdapter.addCalendarMonths(this._activeDate, 4);\n        break;\n      case HOME:\n        this.activeDate = this._dateAdapter.addCalendarMonths(this._activeDate, -this._dateAdapter.getMonth(this._activeDate));\n        break;\n      case END:\n        this.activeDate = this._dateAdapter.addCalendarMonths(this._activeDate, 11 - this._dateAdapter.getMonth(this._activeDate));\n        break;\n      case PAGE_UP:\n        this.activeDate = this._dateAdapter.addCalendarYears(this._activeDate, event.altKey ? -10 : -1);\n        break;\n      case PAGE_DOWN:\n        this.activeDate = this._dateAdapter.addCalendarYears(this._activeDate, event.altKey ? 10 : 1);\n        break;\n      case ENTER:\n      case SPACE:\n        // Note that we only prevent the default action here while the selection happens in\n        // `keyup` below. We can't do the selection here, because it can cause the calendar to\n        // reopen if focus is restored immediately. We also can't call `preventDefault` on `keyup`\n        // because it's too late (see #23305).\n        this._selectionKeyPressed = true;\n        break;\n      default:\n        // Don't prevent default or focus active cell on keys that we don't explicitly handle.\n        return;\n    }\n    if (this._dateAdapter.compareDate(oldActiveDate, this.activeDate)) {\n      this.activeDateChange.emit(this.activeDate);\n      this._focusActiveCellAfterViewChecked();\n    }\n    // Prevent unexpected default actions such as form submission.\n    event.preventDefault();\n  }\n  /** Handles keyup events on the calendar body when calendar is in year view. */\n  _handleCalendarBodyKeyup(event) {\n    if (event.keyCode === SPACE || event.keyCode === ENTER) {\n      if (this._selectionKeyPressed) {\n        this._monthSelected({\n          value: this._dateAdapter.getMonth(this._activeDate),\n          event\n        });\n      }\n      this._selectionKeyPressed = false;\n    }\n  }\n  /** Initializes this year view. */\n  _init() {\n    this._setSelectedMonth(this.selected);\n    this._todayMonth = this._getMonthInCurrentYear(this._dateAdapter.today());\n    this._yearLabel = this._dateAdapter.getYearName(this.activeDate);\n    let monthNames = this._dateAdapter.getMonthNames('short');\n    // First row of months only contains 5 elements so we can fit the year label on the same row.\n    this._months = [[0, 1, 2, 3], [4, 5, 6, 7], [8, 9, 10, 11]].map(row => row.map(month => this._createCellForMonth(month, monthNames[month])));\n    this._changeDetectorRef.markForCheck();\n  }\n  /** Focuses the active cell after the microtask queue is empty. */\n  _focusActiveCell() {\n    this._matCalendarBody._focusActiveCell();\n  }\n  /** Schedules the matCalendarBody to focus the active cell after change detection has run */\n  _focusActiveCellAfterViewChecked() {\n    this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked();\n  }\n  /**\n   * Gets the month in this year that the given Date falls on.\n   * Returns null if the given Date is in another year.\n   */\n  _getMonthInCurrentYear(date) {\n    return date && this._dateAdapter.getYear(date) == this._dateAdapter.getYear(this.activeDate) ? this._dateAdapter.getMonth(date) : null;\n  }\n  /**\n   * Takes a month and returns a new date in the same day and year as the currently active date.\n   *  The returned date will have the same month as the argument date.\n   */\n  _getDateFromMonth(month) {\n    const normalizedDate = this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), month, 1);\n    const daysInMonth = this._dateAdapter.getNumDaysInMonth(normalizedDate);\n    return this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), month, Math.min(this._dateAdapter.getDate(this.activeDate), daysInMonth));\n  }\n  /** Creates an MatCalendarCell for the given month. */\n  _createCellForMonth(month, monthName) {\n    const date = this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), month, 1);\n    const ariaLabel = this._dateAdapter.format(date, this._dateFormats.display.monthYearA11yLabel);\n    const cellClasses = this.dateClass ? this.dateClass(date, 'year') : undefined;\n    return new MatCalendarCell(month, monthName.toLocaleUpperCase(), ariaLabel, this._shouldEnableMonth(month), cellClasses);\n  }\n  /** Whether the given month is enabled. */\n  _shouldEnableMonth(month) {\n    const activeYear = this._dateAdapter.getYear(this.activeDate);\n    if (month === undefined || month === null || this._isYearAndMonthAfterMaxDate(activeYear, month) || this._isYearAndMonthBeforeMinDate(activeYear, month)) {\n      return false;\n    }\n    if (!this.dateFilter) {\n      return true;\n    }\n    const firstOfMonth = this._dateAdapter.createDate(activeYear, month, 1);\n    // If any date in the month is enabled count the month as enabled.\n    for (let date = firstOfMonth; this._dateAdapter.getMonth(date) == month; date = this._dateAdapter.addCalendarDays(date, 1)) {\n      if (this.dateFilter(date)) {\n        return true;\n      }\n    }\n    return false;\n  }\n  /**\n   * Tests whether the combination month/year is after this.maxDate, considering\n   * just the month and year of this.maxDate\n   */\n  _isYearAndMonthAfterMaxDate(year, month) {\n    if (this.maxDate) {\n      const maxYear = this._dateAdapter.getYear(this.maxDate);\n      const maxMonth = this._dateAdapter.getMonth(this.maxDate);\n      return year > maxYear || year === maxYear && month > maxMonth;\n    }\n    return false;\n  }\n  /**\n   * Tests whether the combination month/year is before this.minDate, considering\n   * just the month and year of this.minDate\n   */\n  _isYearAndMonthBeforeMinDate(year, month) {\n    if (this.minDate) {\n      const minYear = this._dateAdapter.getYear(this.minDate);\n      const minMonth = this._dateAdapter.getMonth(this.minDate);\n      return year < minYear || year === minYear && month < minMonth;\n    }\n    return false;\n  }\n  /** Determines whether the user has the RTL layout direction. */\n  _isRtl() {\n    return this._dir && this._dir.value === 'rtl';\n  }\n  /** Sets the currently-selected month based on a model value. */\n  _setSelectedMonth(value) {\n    if (value instanceof DateRange) {\n      this._selectedMonth = this._getMonthInCurrentYear(value.start) || this._getMonthInCurrentYear(value.end);\n    } else {\n      this._selectedMonth = this._getMonthInCurrentYear(value);\n    }\n  }\n  static {\n    this.ɵfac = function MatYearView_Factory(t) {\n      return new (t || MatYearView)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS, 8), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(i2.Directionality, 8));\n    };\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatYearView,\n      selectors: [[\"mat-year-view\"]],\n      viewQuery: function MatYearView_Query(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵviewQuery(MatCalendarBody, 5);\n        }\n        if (rf & 2) {\n          let _t;\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._matCalendarBody = _t.first);\n        }\n      },\n      inputs: {\n        activeDate: \"activeDate\",\n        selected: \"selected\",\n        minDate: \"minDate\",\n        maxDate: \"maxDate\",\n        dateFilter: \"dateFilter\",\n        dateClass: \"dateClass\"\n      },\n      outputs: {\n        selectedChange: \"selectedChange\",\n        monthSelected: \"monthSelected\",\n        activeDateChange: \"activeDateChange\"\n      },\n      exportAs: [\"matYearView\"],\n      standalone: true,\n      features: [i0.ɵɵStandaloneFeature],\n      decls: 5,\n      vars: 9,\n      consts: [[\"role\", \"grid\", 1, \"mat-calendar-table\"], [\"aria-hidden\", \"true\", 1, \"mat-calendar-table-header\"], [\"colspan\", \"4\", 1, \"mat-calendar-table-header-divider\"], [\"mat-calendar-body\", \"\", 3, \"selectedValueChange\", \"activeDateChange\", \"keyup\", \"keydown\", \"label\", \"rows\", \"todayValue\", \"startValue\", \"endValue\", \"labelMinRequiredCells\", \"numCols\", \"cellAspectRatio\", \"activeCell\"]],\n      template: function MatYearView_Template(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵelementStart(0, \"table\", 0)(1, \"thead\", 1)(2, \"tr\");\n          i0.ɵɵelement(3, \"th\", 2);\n          i0.ɵɵelementEnd()();\n          i0.ɵɵelementStart(4, \"tbody\", 3);\n          i0.ɵɵlistener(\"selectedValueChange\", function MatYearView_Template_tbody_selectedValueChange_4_listener($event) {\n            return ctx._monthSelected($event);\n          })(\"activeDateChange\", function MatYearView_Template_tbody_activeDateChange_4_listener($event) {\n            return ctx._updateActiveDate($event);\n          })(\"keyup\", function MatYearView_Template_tbody_keyup_4_listener($event) {\n            return ctx._handleCalendarBodyKeyup($event);\n          })(\"keydown\", function MatYearView_Template_tbody_keydown_4_listener($event) {\n            return ctx._handleCalendarBodyKeydown($event);\n          });\n          i0.ɵɵelementEnd()();\n        }\n        if (rf & 2) {\n          i0.ɵɵadvance(4);\n          i0.ɵɵproperty(\"label\", ctx._yearLabel)(\"rows\", ctx._months)(\"todayValue\", ctx._todayMonth)(\"startValue\", ctx._selectedMonth)(\"endValue\", ctx._selectedMonth)(\"labelMinRequiredCells\", 2)(\"numCols\", 4)(\"cellAspectRatio\", 4 / 7)(\"activeCell\", ctx._dateAdapter.getMonth(ctx.activeDate));\n        }\n      },\n      dependencies: [MatCalendarBody],\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatYearView, [{\n    type: Component,\n    args: [{\n      selector: 'mat-year-view',\n      exportAs: 'matYearView',\n      encapsulation: ViewEncapsulation.None,\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      standalone: true,\n      imports: [MatCalendarBody],\n      template: \"<table class=\\\"mat-calendar-table\\\" role=\\\"grid\\\">\\n  <thead aria-hidden=\\\"true\\\" class=\\\"mat-calendar-table-header\\\">\\n    <tr><th class=\\\"mat-calendar-table-header-divider\\\" colspan=\\\"4\\\"></th></tr>\\n  </thead>\\n  <tbody mat-calendar-body\\n         [label]=\\\"_yearLabel\\\"\\n         [rows]=\\\"_months\\\"\\n         [todayValue]=\\\"_todayMonth!\\\"\\n         [startValue]=\\\"_selectedMonth!\\\"\\n         [endValue]=\\\"_selectedMonth!\\\"\\n         [labelMinRequiredCells]=\\\"2\\\"\\n         [numCols]=\\\"4\\\"\\n         [cellAspectRatio]=\\\"4 / 7\\\"\\n         [activeCell]=\\\"_dateAdapter.getMonth(activeDate)\\\"\\n         (selectedValueChange)=\\\"_monthSelected($event)\\\"\\n         (activeDateChange)=\\\"_updateActiveDate($event)\\\"\\n         (keyup)=\\\"_handleCalendarBodyKeyup($event)\\\"\\n         (keydown)=\\\"_handleCalendarBodyKeydown($event)\\\">\\n  </tbody>\\n</table>\\n\"\n    }]\n  }], () => [{\n    type: i0.ChangeDetectorRef\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_DATE_FORMATS]\n    }]\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: i2.Directionality,\n    decorators: [{\n      type: Optional\n    }]\n  }], {\n    activeDate: [{\n      type: Input\n    }],\n    selected: [{\n      type: Input\n    }],\n    minDate: [{\n      type: Input\n    }],\n    maxDate: [{\n      type: Input\n    }],\n    dateFilter: [{\n      type: Input\n    }],\n    dateClass: [{\n      type: Input\n    }],\n    selectedChange: [{\n      type: Output\n    }],\n    monthSelected: [{\n      type: Output\n    }],\n    activeDateChange: [{\n      type: Output\n    }],\n    _matCalendarBody: [{\n      type: ViewChild,\n      args: [MatCalendarBody]\n    }]\n  });\n})();\nlet calendarHeaderId = 1;\n/** Default header for MatCalendar */\nclass MatCalendarHeader {\n  constructor(_intl, calendar, _dateAdapter, _dateFormats, changeDetectorRef) {\n    this._intl = _intl;\n    this.calendar = calendar;\n    this._dateAdapter = _dateAdapter;\n    this._dateFormats = _dateFormats;\n    this._id = `mat-calendar-header-${calendarHeaderId++}`;\n    this._periodButtonLabelId = `${this._id}-period-label`;\n    this.calendar.stateChanges.subscribe(() => changeDetectorRef.markForCheck());\n  }\n  /** The display text for the current calendar view. */\n  get periodButtonText() {\n    if (this.calendar.currentView == 'month') {\n      return this._dateAdapter.format(this.calendar.activeDate, this._dateFormats.display.monthYearLabel).toLocaleUpperCase();\n    }\n    if (this.calendar.currentView == 'year') {\n      return this._dateAdapter.getYearName(this.calendar.activeDate);\n    }\n    return this._intl.formatYearRange(...this._formatMinAndMaxYearLabels());\n  }\n  /** The aria description for the current calendar view. */\n  get periodButtonDescription() {\n    if (this.calendar.currentView == 'month') {\n      return this._dateAdapter.format(this.calendar.activeDate, this._dateFormats.display.monthYearLabel).toLocaleUpperCase();\n    }\n    if (this.calendar.currentView == 'year') {\n      return this._dateAdapter.getYearName(this.calendar.activeDate);\n    }\n    // Format a label for the window of years displayed in the multi-year calendar view. Use\n    // `formatYearRangeLabel` because it is TTS friendly.\n    return this._intl.formatYearRangeLabel(...this._formatMinAndMaxYearLabels());\n  }\n  /** The `aria-label` for changing the calendar view. */\n  get periodButtonLabel() {\n    return this.calendar.currentView == 'month' ? this._intl.switchToMultiYearViewLabel : this._intl.switchToMonthViewLabel;\n  }\n  /** The label for the previous button. */\n  get prevButtonLabel() {\n    return {\n      'month': this._intl.prevMonthLabel,\n      'year': this._intl.prevYearLabel,\n      'multi-year': this._intl.prevMultiYearLabel\n    }[this.calendar.currentView];\n  }\n  /** The label for the next button. */\n  get nextButtonLabel() {\n    return {\n      'month': this._intl.nextMonthLabel,\n      'year': this._intl.nextYearLabel,\n      'multi-year': this._intl.nextMultiYearLabel\n    }[this.calendar.currentView];\n  }\n  /** Handles user clicks on the period label. */\n  currentPeriodClicked() {\n    this.calendar.currentView = this.calendar.currentView == 'month' ? 'multi-year' : 'month';\n  }\n  /** Handles user clicks on the previous button. */\n  previousClicked() {\n    this.calendar.activeDate = this.calendar.currentView == 'month' ? this._dateAdapter.addCalendarMonths(this.calendar.activeDate, -1) : this._dateAdapter.addCalendarYears(this.calendar.activeDate, this.calendar.currentView == 'year' ? -1 : -yearsPerPage);\n  }\n  /** Handles user clicks on the next button. */\n  nextClicked() {\n    this.calendar.activeDate = this.calendar.currentView == 'month' ? this._dateAdapter.addCalendarMonths(this.calendar.activeDate, 1) : this._dateAdapter.addCalendarYears(this.calendar.activeDate, this.calendar.currentView == 'year' ? 1 : yearsPerPage);\n  }\n  /** Whether the previous period button is enabled. */\n  previousEnabled() {\n    if (!this.calendar.minDate) {\n      return true;\n    }\n    return !this.calendar.minDate || !this._isSameView(this.calendar.activeDate, this.calendar.minDate);\n  }\n  /** Whether the next period button is enabled. */\n  nextEnabled() {\n    return !this.calendar.maxDate || !this._isSameView(this.calendar.activeDate, this.calendar.maxDate);\n  }\n  /** Whether the two dates represent the same view in the current view mode (month or year). */\n  _isSameView(date1, date2) {\n    if (this.calendar.currentView == 'month') {\n      return this._dateAdapter.getYear(date1) == this._dateAdapter.getYear(date2) && this._dateAdapter.getMonth(date1) == this._dateAdapter.getMonth(date2);\n    }\n    if (this.calendar.currentView == 'year') {\n      return this._dateAdapter.getYear(date1) == this._dateAdapter.getYear(date2);\n    }\n    // Otherwise we are in 'multi-year' view.\n    return isSameMultiYearView(this._dateAdapter, date1, date2, this.calendar.minDate, this.calendar.maxDate);\n  }\n  /**\n   * Format two individual labels for the minimum year and maximum year available in the multi-year\n   * calendar view. Returns an array of two strings where the first string is the formatted label\n   * for the minimum year, and the second string is the formatted label for the maximum year.\n   */\n  _formatMinAndMaxYearLabels() {\n    // The offset from the active year to the \"slot\" for the starting year is the\n    // *actual* first rendered year in the multi-year view, and the last year is\n    // just yearsPerPage - 1 away.\n    const activeYear = this._dateAdapter.getYear(this.calendar.activeDate);\n    const minYearOfPage = activeYear - getActiveOffset(this._dateAdapter, this.calendar.activeDate, this.calendar.minDate, this.calendar.maxDate);\n    const maxYearOfPage = minYearOfPage + yearsPerPage - 1;\n    const minYearLabel = this._dateAdapter.getYearName(this._dateAdapter.createDate(minYearOfPage, 0, 1));\n    const maxYearLabel = this._dateAdapter.getYearName(this._dateAdapter.createDate(maxYearOfPage, 0, 1));\n    return [minYearLabel, maxYearLabel];\n  }\n  static {\n    this.ɵfac = function MatCalendarHeader_Factory(t) {\n      return new (t || MatCalendarHeader)(i0.ɵɵdirectiveInject(MatDatepickerIntl), i0.ɵɵdirectiveInject(forwardRef(() => MatCalendar)), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS, 8), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef));\n    };\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatCalendarHeader,\n      selectors: [[\"mat-calendar-header\"]],\n      exportAs: [\"matCalendarHeader\"],\n      standalone: true,\n      features: [i0.ɵɵStandaloneFeature],\n      ngContentSelectors: _c1,\n      decls: 13,\n      vars: 11,\n      consts: [[1, \"mat-calendar-header\"], [1, \"mat-calendar-controls\"], [1, \"cdk-visually-hidden\", 3, \"id\"], [\"mat-button\", \"\", \"type\", \"button\", \"aria-live\", \"polite\", 1, \"mat-calendar-period-button\", 3, \"click\"], [\"aria-hidden\", \"true\"], [\"viewBox\", \"0 0 10 5\", \"focusable\", \"false\", \"aria-hidden\", \"true\", 1, \"mat-calendar-arrow\"], [\"points\", \"0,0 5,5 10,0\"], [1, \"mat-calendar-spacer\"], [\"mat-icon-button\", \"\", \"type\", \"button\", 1, \"mat-calendar-previous-button\", 3, \"click\", \"disabled\"], [\"mat-icon-button\", \"\", \"type\", \"button\", 1, \"mat-calendar-next-button\", 3, \"click\", \"disabled\"]],\n      template: function MatCalendarHeader_Template(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵprojectionDef();\n          i0.ɵɵelementStart(0, \"div\", 0)(1, \"div\", 1)(2, \"label\", 2);\n          i0.ɵɵtext(3);\n          i0.ɵɵelementEnd();\n          i0.ɵɵelementStart(4, \"button\", 3);\n          i0.ɵɵlistener(\"click\", function MatCalendarHeader_Template_button_click_4_listener() {\n            return ctx.currentPeriodClicked();\n          });\n          i0.ɵɵelementStart(5, \"span\", 4);\n          i0.ɵɵtext(6);\n          i0.ɵɵelementEnd();\n          i0.ɵɵnamespaceSVG();\n          i0.ɵɵelementStart(7, \"svg\", 5);\n          i0.ɵɵelement(8, \"polygon\", 6);\n          i0.ɵɵelementEnd()();\n          i0.ɵɵnamespaceHTML();\n          i0.ɵɵelement(9, \"div\", 7);\n          i0.ɵɵprojection(10);\n          i0.ɵɵelementStart(11, \"button\", 8);\n          i0.ɵɵlistener(\"click\", function MatCalendarHeader_Template_button_click_11_listener() {\n            return ctx.previousClicked();\n          });\n          i0.ɵɵelementEnd();\n          i0.ɵɵelementStart(12, \"button\", 9);\n          i0.ɵɵlistener(\"click\", function MatCalendarHeader_Template_button_click_12_listener() {\n            return ctx.nextClicked();\n          });\n          i0.ɵɵelementEnd()()();\n        }\n        if (rf & 2) {\n          i0.ɵɵadvance(2);\n          i0.ɵɵproperty(\"id\", ctx._periodButtonLabelId);\n          i0.ɵɵadvance();\n          i0.ɵɵtextInterpolate(ctx.periodButtonDescription);\n          i0.ɵɵadvance();\n          i0.ɵɵattribute(\"aria-label\", ctx.periodButtonLabel)(\"aria-describedby\", ctx._periodButtonLabelId);\n          i0.ɵɵadvance(2);\n          i0.ɵɵtextInterpolate(ctx.periodButtonText);\n          i0.ɵɵadvance();\n          i0.ɵɵclassProp(\"mat-calendar-invert\", ctx.calendar.currentView !== \"month\");\n          i0.ɵɵadvance(4);\n          i0.ɵɵproperty(\"disabled\", !ctx.previousEnabled());\n          i0.ɵɵattribute(\"aria-label\", ctx.prevButtonLabel);\n          i0.ɵɵadvance();\n          i0.ɵɵproperty(\"disabled\", !ctx.nextEnabled());\n          i0.ɵɵattribute(\"aria-label\", ctx.nextButtonLabel);\n        }\n      },\n      dependencies: [MatButton, MatIconButton],\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatCalendarHeader, [{\n    type: Component,\n    args: [{\n      selector: 'mat-calendar-header',\n      exportAs: 'matCalendarHeader',\n      encapsulation: ViewEncapsulation.None,\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      standalone: true,\n      imports: [MatButton, MatIconButton],\n      template: \"<div class=\\\"mat-calendar-header\\\">\\n  <div class=\\\"mat-calendar-controls\\\">\\n    <!-- [Firefox Issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1880533] \\n      Relocated label next to related button and made visually hidden via cdk-visually-hidden\\n      to enable label to appear in a11y tree for SR when using Firefox -->\\n    <label [id]=\\\"_periodButtonLabelId\\\" class=\\\"cdk-visually-hidden\\\">{{periodButtonDescription}}</label>\\n    <button mat-button type=\\\"button\\\" class=\\\"mat-calendar-period-button\\\"\\n            (click)=\\\"currentPeriodClicked()\\\" [attr.aria-label]=\\\"periodButtonLabel\\\"\\n            [attr.aria-describedby]=\\\"_periodButtonLabelId\\\" aria-live=\\\"polite\\\">\\n      <span aria-hidden=\\\"true\\\">{{periodButtonText}}</span>\\n      <svg class=\\\"mat-calendar-arrow\\\" [class.mat-calendar-invert]=\\\"calendar.currentView !== 'month'\\\"\\n           viewBox=\\\"0 0 10 5\\\" focusable=\\\"false\\\" aria-hidden=\\\"true\\\">\\n           <polygon points=\\\"0,0 5,5 10,0\\\"/>\\n      </svg>\\n    </button>\\n\\n    <div class=\\\"mat-calendar-spacer\\\"></div>\\n\\n    <ng-content></ng-content>\\n\\n    <button mat-icon-button type=\\\"button\\\" class=\\\"mat-calendar-previous-button\\\"\\n            [disabled]=\\\"!previousEnabled()\\\" (click)=\\\"previousClicked()\\\"\\n            [attr.aria-label]=\\\"prevButtonLabel\\\">\\n    </button>\\n\\n    <button mat-icon-button type=\\\"button\\\" class=\\\"mat-calendar-next-button\\\"\\n            [disabled]=\\\"!nextEnabled()\\\" (click)=\\\"nextClicked()\\\"\\n            [attr.aria-label]=\\\"nextButtonLabel\\\">\\n    </button>\\n  </div>\\n</div>\\n\"\n    }]\n  }], () => [{\n    type: MatDatepickerIntl\n  }, {\n    type: MatCalendar,\n    decorators: [{\n      type: Inject,\n      args: [forwardRef(() => MatCalendar)]\n    }]\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_DATE_FORMATS]\n    }]\n  }, {\n    type: i0.ChangeDetectorRef\n  }], null);\n})();\n/** A calendar that is used as part of the datepicker. */\nclass MatCalendar {\n  /** A date representing the period (month or year) to start the calendar in. */\n  get startAt() {\n    return this._startAt;\n  }\n  set startAt(value) {\n    this._startAt = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n  }\n  /** The currently selected date. */\n  get selected() {\n    return this._selected;\n  }\n  set selected(value) {\n    if (value instanceof DateRange) {\n      this._selected = value;\n    } else {\n      this._selected = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n    }\n  }\n  /** The minimum selectable date. */\n  get minDate() {\n    return this._minDate;\n  }\n  set minDate(value) {\n    this._minDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n  }\n  /** The maximum selectable date. */\n  get maxDate() {\n    return this._maxDate;\n  }\n  set maxDate(value) {\n    this._maxDate = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n  }\n  /**\n   * The current active date. This determines which time period is shown and which date is\n   * highlighted when using keyboard navigation.\n   */\n  get activeDate() {\n    return this._clampedActiveDate;\n  }\n  set activeDate(value) {\n    this._clampedActiveDate = this._dateAdapter.clampDate(value, this.minDate, this.maxDate);\n    this.stateChanges.next();\n    this._changeDetectorRef.markForCheck();\n  }\n  /** Whether the calendar is in month view. */\n  get currentView() {\n    return this._currentView;\n  }\n  set currentView(value) {\n    const viewChangedResult = this._currentView !== value ? value : null;\n    this._currentView = value;\n    this._moveFocusOnNextTick = true;\n    this._changeDetectorRef.markForCheck();\n    if (viewChangedResult) {\n      this.viewChanged.emit(viewChangedResult);\n    }\n  }\n  constructor(_intl, _dateAdapter, _dateFormats, _changeDetectorRef) {\n    this._dateAdapter = _dateAdapter;\n    this._dateFormats = _dateFormats;\n    this._changeDetectorRef = _changeDetectorRef;\n    /**\n     * Used for scheduling that focus should be moved to the active cell on the next tick.\n     * We need to schedule it, rather than do it immediately, because we have to wait\n     * for Angular to re-evaluate the view children.\n     */\n    this._moveFocusOnNextTick = false;\n    /** Whether the calendar should be started in month or year view. */\n    this.startView = 'month';\n    /** Emits when the currently selected date changes. */\n    this.selectedChange = new EventEmitter();\n    /**\n     * Emits the year chosen in multiyear view.\n     * This doesn't imply a change on the selected date.\n     */\n    this.yearSelected = new EventEmitter();\n    /**\n     * Emits the month chosen in year view.\n     * This doesn't imply a change on the selected date.\n     */\n    this.monthSelected = new EventEmitter();\n    /**\n     * Emits when the current view changes.\n     */\n    this.viewChanged = new EventEmitter(true);\n    /** Emits when any date is selected. */\n    this._userSelection = new EventEmitter();\n    /** Emits a new date range value when the user completes a drag drop operation. */\n    this._userDragDrop = new EventEmitter();\n    /** Origin of active drag, or null when dragging is not active. */\n    this._activeDrag = null;\n    /**\n     * Emits whenever there is a state change that the header may need to respond to.\n     */\n    this.stateChanges = new Subject();\n    if (typeof ngDevMode === 'undefined' || ngDevMode) {\n      if (!this._dateAdapter) {\n        throw createMissingDateImplError('DateAdapter');\n      }\n      if (!this._dateFormats) {\n        throw createMissingDateImplError('MAT_DATE_FORMATS');\n      }\n    }\n    this._intlChanges = _intl.changes.subscribe(() => {\n      _changeDetectorRef.markForCheck();\n      this.stateChanges.next();\n    });\n  }\n  ngAfterContentInit() {\n    this._calendarHeaderPortal = new ComponentPortal(this.headerComponent || MatCalendarHeader);\n    this.activeDate = this.startAt || this._dateAdapter.today();\n    // Assign to the private property since we don't want to move focus on init.\n    this._currentView = this.startView;\n  }\n  ngAfterViewChecked() {\n    if (this._moveFocusOnNextTick) {\n      this._moveFocusOnNextTick = false;\n      this.focusActiveCell();\n    }\n  }\n  ngOnDestroy() {\n    this._intlChanges.unsubscribe();\n    this.stateChanges.complete();\n  }\n  ngOnChanges(changes) {\n    // Ignore date changes that are at a different time on the same day. This fixes issues where\n    // the calendar re-renders when there is no meaningful change to [minDate] or [maxDate]\n    // (#24435).\n    const minDateChange = changes['minDate'] && !this._dateAdapter.sameDate(changes['minDate'].previousValue, changes['minDate'].currentValue) ? changes['minDate'] : undefined;\n    const maxDateChange = changes['maxDate'] && !this._dateAdapter.sameDate(changes['maxDate'].previousValue, changes['maxDate'].currentValue) ? changes['maxDate'] : undefined;\n    const change = minDateChange || maxDateChange || changes['dateFilter'];\n    if (change && !change.firstChange) {\n      const view = this._getCurrentViewComponent();\n      if (view) {\n        // We need to `detectChanges` manually here, because the `minDate`, `maxDate` etc. are\n        // passed down to the view via data bindings which won't be up-to-date when we call `_init`.\n        this._changeDetectorRef.detectChanges();\n        view._init();\n      }\n    }\n    this.stateChanges.next();\n  }\n  /** Focuses the active date. */\n  focusActiveCell() {\n    this._getCurrentViewComponent()._focusActiveCell(false);\n  }\n  /** Updates today's date after an update of the active date */\n  updateTodaysDate() {\n    this._getCurrentViewComponent()._init();\n  }\n  /** Handles date selection in the month view. */\n  _dateSelected(event) {\n    const date = event.value;\n    if (this.selected instanceof DateRange || date && !this._dateAdapter.sameDate(date, this.selected)) {\n      this.selectedChange.emit(date);\n    }\n    this._userSelection.emit(event);\n  }\n  /** Handles year selection in the multiyear view. */\n  _yearSelectedInMultiYearView(normalizedYear) {\n    this.yearSelected.emit(normalizedYear);\n  }\n  /** Handles month selection in the year view. */\n  _monthSelectedInYearView(normalizedMonth) {\n    this.monthSelected.emit(normalizedMonth);\n  }\n  /** Handles year/month selection in the multi-year/year views. */\n  _goToDateInView(date, view) {\n    this.activeDate = date;\n    this.currentView = view;\n  }\n  /** Called when the user starts dragging to change a date range. */\n  _dragStarted(event) {\n    this._activeDrag = event;\n  }\n  /**\n   * Called when a drag completes. It may end in cancelation or in the selection\n   * of a new range.\n   */\n  _dragEnded(event) {\n    if (!this._activeDrag) return;\n    if (event.value) {\n      this._userDragDrop.emit(event);\n    }\n    this._activeDrag = null;\n  }\n  /** Returns the component instance that corresponds to the current calendar view. */\n  _getCurrentViewComponent() {\n    // The return type is explicitly written as a union to ensure that the Closure compiler does\n    // not optimize calls to _init(). Without the explicit return type, TypeScript narrows it to\n    // only the first component type. See https://github.com/angular/components/issues/22996.\n    return this.monthView || this.yearView || this.multiYearView;\n  }\n  static {\n    this.ɵfac = function MatCalendar_Factory(t) {\n      return new (t || MatCalendar)(i0.ɵɵdirectiveInject(MatDatepickerIntl), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS, 8), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef));\n    };\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatCalendar,\n      selectors: [[\"mat-calendar\"]],\n      viewQuery: function MatCalendar_Query(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵviewQuery(MatMonthView, 5);\n          i0.ɵɵviewQuery(MatYearView, 5);\n          i0.ɵɵviewQuery(MatMultiYearView, 5);\n        }\n        if (rf & 2) {\n          let _t;\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.monthView = _t.first);\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.yearView = _t.first);\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.multiYearView = _t.first);\n        }\n      },\n      hostAttrs: [1, \"mat-calendar\"],\n      inputs: {\n        headerComponent: \"headerComponent\",\n        startAt: \"startAt\",\n        startView: \"startView\",\n        selected: \"selected\",\n        minDate: \"minDate\",\n        maxDate: \"maxDate\",\n        dateFilter: \"dateFilter\",\n        dateClass: \"dateClass\",\n        comparisonStart: \"comparisonStart\",\n        comparisonEnd: \"comparisonEnd\",\n        startDateAccessibleName: \"startDateAccessibleName\",\n        endDateAccessibleName: \"endDateAccessibleName\"\n      },\n      outputs: {\n        selectedChange: \"selectedChange\",\n        yearSelected: \"yearSelected\",\n        monthSelected: \"monthSelected\",\n        viewChanged: \"viewChanged\",\n        _userSelection: \"_userSelection\",\n        _userDragDrop: \"_userDragDrop\"\n      },\n      exportAs: [\"matCalendar\"],\n      standalone: true,\n      features: [i0.ɵɵProvidersFeature([MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER]), i0.ɵɵNgOnChangesFeature, i0.ɵɵStandaloneFeature],\n      decls: 5,\n      vars: 2,\n      consts: [[3, \"cdkPortalOutlet\"], [\"cdkMonitorSubtreeFocus\", \"\", \"tabindex\", \"-1\", 1, \"mat-calendar-content\"], [3, \"activeDateChange\", \"_userSelection\", \"dragStarted\", \"dragEnded\", \"activeDate\", \"selected\", \"dateFilter\", \"maxDate\", \"minDate\", \"dateClass\", \"comparisonStart\", \"comparisonEnd\", \"startDateAccessibleName\", \"endDateAccessibleName\", \"activeDrag\"], [3, \"activeDateChange\", \"monthSelected\", \"selectedChange\", \"activeDate\", \"selected\", \"dateFilter\", \"maxDate\", \"minDate\", \"dateClass\"], [3, \"activeDateChange\", \"yearSelected\", \"selectedChange\", \"activeDate\", \"selected\", \"dateFilter\", \"maxDate\", \"minDate\", \"dateClass\"]],\n      template: function MatCalendar_Template(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵtemplate(0, MatCalendar_ng_template_0_Template, 0, 0, \"ng-template\", 0);\n          i0.ɵɵelementStart(1, \"div\", 1);\n          i0.ɵɵtemplate(2, MatCalendar_Case_2_Template, 1, 11)(3, MatCalendar_Case_3_Template, 1, 6)(4, MatCalendar_Case_4_Template, 1, 6);\n          i0.ɵɵelementEnd();\n        }\n        if (rf & 2) {\n          let tmp_1_0;\n          i0.ɵɵproperty(\"cdkPortalOutlet\", ctx._calendarHeaderPortal);\n          i0.ɵɵadvance(2);\n          i0.ɵɵconditional(2, (tmp_1_0 = ctx.currentView) === \"month\" ? 2 : tmp_1_0 === \"year\" ? 3 : tmp_1_0 === \"multi-year\" ? 4 : -1);\n        }\n      },\n      dependencies: [CdkPortalOutlet, CdkMonitorFocus, MatMonthView, MatYearView, MatMultiYearView],\n      styles: [\".mat-calendar{display:block;font-family:var(--mat-datepicker-calendar-text-font);font-size:var(--mat-datepicker-calendar-text-size)}.mat-calendar-header{padding:8px 8px 0 8px}.mat-calendar-content{padding:0 8px 8px 8px;outline:none}.mat-calendar-controls{display:flex;align-items:center;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0;margin:0 8px;font-size:var(--mat-datepicker-calendar-period-button-text-size);font-weight:var(--mat-datepicker-calendar-period-button-text-weight);--mdc-text-button-label-text-color:var(--mat-datepicker-calendar-period-button-text-color)}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle;fill:var(--mat-datepicker-calendar-period-button-icon-color)}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-datepicker-content .mat-calendar-previous-button:not(.mat-mdc-button-disabled),.mat-datepicker-content .mat-calendar-next-button:not(.mat-mdc-button-disabled){color:var(--mat-datepicker-calendar-navigation-button-icon-color)}.mat-calendar-previous-button::after,.mat-calendar-next-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-previous-button,[dir=rtl] .mat-calendar-next-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;color:var(--mat-datepicker-calendar-header-text-color);font-size:var(--mat-datepicker-calendar-header-text-size);font-weight:var(--mat-datepicker-calendar-header-text-weight)}.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;background:var(--mat-datepicker-calendar-header-divider-color)}.mat-calendar-body-cell-content::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 3px)*-1)}.mat-calendar-body-cell:focus .mat-focus-indicator::before{content:\\\"\\\"}\"],\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatCalendar, [{\n    type: Component,\n    args: [{\n      selector: 'mat-calendar',\n      host: {\n        'class': 'mat-calendar'\n      },\n      exportAs: 'matCalendar',\n      encapsulation: ViewEncapsulation.None,\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      providers: [MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER],\n      standalone: true,\n      imports: [CdkPortalOutlet, CdkMonitorFocus, MatMonthView, MatYearView, MatMultiYearView],\n      template: \"<ng-template [cdkPortalOutlet]=\\\"_calendarHeaderPortal\\\"></ng-template>\\n\\n<div class=\\\"mat-calendar-content\\\" cdkMonitorSubtreeFocus tabindex=\\\"-1\\\">\\n  @switch (currentView) {\\n    @case ('month') {\\n        <mat-month-view\\n            [(activeDate)]=\\\"activeDate\\\"\\n            [selected]=\\\"selected\\\"\\n            [dateFilter]=\\\"dateFilter\\\"\\n            [maxDate]=\\\"maxDate\\\"\\n            [minDate]=\\\"minDate\\\"\\n            [dateClass]=\\\"dateClass\\\"\\n            [comparisonStart]=\\\"comparisonStart\\\"\\n            [comparisonEnd]=\\\"comparisonEnd\\\"\\n            [startDateAccessibleName]=\\\"startDateAccessibleName\\\"\\n            [endDateAccessibleName]=\\\"endDateAccessibleName\\\"\\n            (_userSelection)=\\\"_dateSelected($event)\\\"\\n            (dragStarted)=\\\"_dragStarted($event)\\\"\\n            (dragEnded)=\\\"_dragEnded($event)\\\"\\n            [activeDrag]=\\\"_activeDrag\\\"></mat-month-view>\\n    }\\n\\n    @case ('year') {\\n        <mat-year-view\\n            [(activeDate)]=\\\"activeDate\\\"\\n            [selected]=\\\"selected\\\"\\n            [dateFilter]=\\\"dateFilter\\\"\\n            [maxDate]=\\\"maxDate\\\"\\n            [minDate]=\\\"minDate\\\"\\n            [dateClass]=\\\"dateClass\\\"\\n            (monthSelected)=\\\"_monthSelectedInYearView($event)\\\"\\n            (selectedChange)=\\\"_goToDateInView($event, 'month')\\\"></mat-year-view>\\n    }\\n\\n    @case ('multi-year') {\\n        <mat-multi-year-view\\n            [(activeDate)]=\\\"activeDate\\\"\\n            [selected]=\\\"selected\\\"\\n            [dateFilter]=\\\"dateFilter\\\"\\n            [maxDate]=\\\"maxDate\\\"\\n            [minDate]=\\\"minDate\\\"\\n            [dateClass]=\\\"dateClass\\\"\\n            (yearSelected)=\\\"_yearSelectedInMultiYearView($event)\\\"\\n            (selectedChange)=\\\"_goToDateInView($event, 'year')\\\"></mat-multi-year-view>\\n    }\\n  }\\n</div>\\n\",\n      styles: [\".mat-calendar{display:block;font-family:var(--mat-datepicker-calendar-text-font);font-size:var(--mat-datepicker-calendar-text-size)}.mat-calendar-header{padding:8px 8px 0 8px}.mat-calendar-content{padding:0 8px 8px 8px;outline:none}.mat-calendar-controls{display:flex;align-items:center;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0;margin:0 8px;font-size:var(--mat-datepicker-calendar-period-button-text-size);font-weight:var(--mat-datepicker-calendar-period-button-text-weight);--mdc-text-button-label-text-color:var(--mat-datepicker-calendar-period-button-text-color)}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle;fill:var(--mat-datepicker-calendar-period-button-icon-color)}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-datepicker-content .mat-calendar-previous-button:not(.mat-mdc-button-disabled),.mat-datepicker-content .mat-calendar-next-button:not(.mat-mdc-button-disabled){color:var(--mat-datepicker-calendar-navigation-button-icon-color)}.mat-calendar-previous-button::after,.mat-calendar-next-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-previous-button,[dir=rtl] .mat-calendar-next-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;color:var(--mat-datepicker-calendar-header-text-color);font-size:var(--mat-datepicker-calendar-header-text-size);font-weight:var(--mat-datepicker-calendar-header-text-weight)}.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;background:var(--mat-datepicker-calendar-header-divider-color)}.mat-calendar-body-cell-content::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 3px)*-1)}.mat-calendar-body-cell:focus .mat-focus-indicator::before{content:\\\"\\\"}\"]\n    }]\n  }], () => [{\n    type: MatDatepickerIntl\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_DATE_FORMATS]\n    }]\n  }, {\n    type: i0.ChangeDetectorRef\n  }], {\n    headerComponent: [{\n      type: Input\n    }],\n    startAt: [{\n      type: Input\n    }],\n    startView: [{\n      type: Input\n    }],\n    selected: [{\n      type: Input\n    }],\n    minDate: [{\n      type: Input\n    }],\n    maxDate: [{\n      type: Input\n    }],\n    dateFilter: [{\n      type: Input\n    }],\n    dateClass: [{\n      type: Input\n    }],\n    comparisonStart: [{\n      type: Input\n    }],\n    comparisonEnd: [{\n      type: Input\n    }],\n    startDateAccessibleName: [{\n      type: Input\n    }],\n    endDateAccessibleName: [{\n      type: Input\n    }],\n    selectedChange: [{\n      type: Output\n    }],\n    yearSelected: [{\n      type: Output\n    }],\n    monthSelected: [{\n      type: Output\n    }],\n    viewChanged: [{\n      type: Output\n    }],\n    _userSelection: [{\n      type: Output\n    }],\n    _userDragDrop: [{\n      type: Output\n    }],\n    monthView: [{\n      type: ViewChild,\n      args: [MatMonthView]\n    }],\n    yearView: [{\n      type: ViewChild,\n      args: [MatYearView]\n    }],\n    multiYearView: [{\n      type: ViewChild,\n      args: [MatMultiYearView]\n    }]\n  });\n})();\n\n/**\n * Animations used by the Material datepicker.\n * @docs-private\n */\nconst matDatepickerAnimations = {\n  /** Transforms the height of the datepicker's calendar. */\n  transformPanel: trigger('transformPanel', [transition('void => enter-dropdown', animate('120ms cubic-bezier(0, 0, 0.2, 1)', keyframes([style({\n    opacity: 0,\n    transform: 'scale(1, 0.8)'\n  }), style({\n    opacity: 1,\n    transform: 'scale(1, 1)'\n  })]))), transition('void => enter-dialog', animate('150ms cubic-bezier(0, 0, 0.2, 1)', keyframes([style({\n    opacity: 0,\n    transform: 'scale(0.7)'\n  }), style({\n    transform: 'none',\n    opacity: 1\n  })]))), transition('* => void', animate('100ms linear', style({\n    opacity: 0\n  })))]),\n  /** Fades in the content of the calendar. */\n  fadeInCalendar: trigger('fadeInCalendar', [state('void', style({\n    opacity: 0\n  })), state('enter', style({\n    opacity: 1\n  })),\n  // TODO(crisbeto): this animation should be removed since it isn't quite on spec, but we\n  // need to keep it until #12440 gets in, otherwise the exit animation will look glitchy.\n  transition('void => *', animate('120ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)'))])\n};\n\n/** Used to generate a unique ID for each datepicker instance. */\nlet datepickerUid = 0;\n/** Injection token that determines the scroll handling while the calendar is open. */\nconst MAT_DATEPICKER_SCROLL_STRATEGY = new InjectionToken('mat-datepicker-scroll-strategy', {\n  providedIn: 'root',\n  factory: () => {\n    const overlay = inject(Overlay);\n    return () => overlay.scrollStrategies.reposition();\n  }\n});\n/** @docs-private */\nfunction MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY(overlay) {\n  return () => overlay.scrollStrategies.reposition();\n}\n/** @docs-private */\nconst MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER = {\n  provide: MAT_DATEPICKER_SCROLL_STRATEGY,\n  deps: [Overlay],\n  useFactory: MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY\n};\n/**\n * Component used as the content for the datepicker overlay. We use this instead of using\n * MatCalendar directly as the content so we can control the initial focus. This also gives us a\n * place to put additional features of the overlay that are not part of the calendar itself in the\n * future. (e.g. confirmation buttons).\n * @docs-private\n */\nclass MatDatepickerContent {\n  constructor(_elementRef, _changeDetectorRef, _globalModel, _dateAdapter, _rangeSelectionStrategy, intl) {\n    this._elementRef = _elementRef;\n    this._changeDetectorRef = _changeDetectorRef;\n    this._globalModel = _globalModel;\n    this._dateAdapter = _dateAdapter;\n    this._rangeSelectionStrategy = _rangeSelectionStrategy;\n    this._subscriptions = new Subscription();\n    /** Emits when an animation has finished. */\n    this._animationDone = new Subject();\n    /** Whether there is an in-progress animation. */\n    this._isAnimating = false;\n    /** Portal with projected action buttons. */\n    this._actionsPortal = null;\n    this._closeButtonText = intl.closeCalendarLabel;\n  }\n  ngOnInit() {\n    this._animationState = this.datepicker.touchUi ? 'enter-dialog' : 'enter-dropdown';\n  }\n  ngAfterViewInit() {\n    this._subscriptions.add(this.datepicker.stateChanges.subscribe(() => {\n      this._changeDetectorRef.markForCheck();\n    }));\n    this._calendar.focusActiveCell();\n  }\n  ngOnDestroy() {\n    this._subscriptions.unsubscribe();\n    this._animationDone.complete();\n  }\n  _handleUserSelection(event) {\n    const selection = this._model.selection;\n    const value = event.value;\n    const isRange = selection instanceof DateRange;\n    // If we're selecting a range and we have a selection strategy, always pass the value through\n    // there. Otherwise don't assign null values to the model, unless we're selecting a range.\n    // A null value when picking a range means that the user cancelled the selection (e.g. by\n    // pressing escape), whereas when selecting a single value it means that the value didn't\n    // change. This isn't very intuitive, but it's here for backwards-compatibility.\n    if (isRange && this._rangeSelectionStrategy) {\n      const newSelection = this._rangeSelectionStrategy.selectionFinished(value, selection, event.event);\n      this._model.updateSelection(newSelection, this);\n    } else if (value && (isRange || !this._dateAdapter.sameDate(value, selection))) {\n      this._model.add(value);\n    }\n    // Delegate closing the overlay to the actions.\n    if ((!this._model || this._model.isComplete()) && !this._actionsPortal) {\n      this.datepicker.close();\n    }\n  }\n  _handleUserDragDrop(event) {\n    this._model.updateSelection(event.value, this);\n  }\n  _startExitAnimation() {\n    this._animationState = 'void';\n    this._changeDetectorRef.markForCheck();\n  }\n  _handleAnimationEvent(event) {\n    this._isAnimating = event.phaseName === 'start';\n    if (!this._isAnimating) {\n      this._animationDone.next();\n    }\n  }\n  _getSelected() {\n    return this._model.selection;\n  }\n  /** Applies the current pending selection to the global model. */\n  _applyPendingSelection() {\n    if (this._model !== this._globalModel) {\n      this._globalModel.updateSelection(this._model.selection, this);\n    }\n  }\n  /**\n   * Assigns a new portal containing the datepicker actions.\n   * @param portal Portal with the actions to be assigned.\n   * @param forceRerender Whether a re-render of the portal should be triggered. This isn't\n   * necessary if the portal is assigned during initialization, but it may be required if it's\n   * added at a later point.\n   */\n  _assignActions(portal, forceRerender) {\n    // If we have actions, clone the model so that we have the ability to cancel the selection,\n    // otherwise update the global model directly. Note that we want to assign this as soon as\n    // possible, but `_actionsPortal` isn't available in the constructor so we do it in `ngOnInit`.\n    this._model = portal ? this._globalModel.clone() : this._globalModel;\n    this._actionsPortal = portal;\n    if (forceRerender) {\n      this._changeDetectorRef.detectChanges();\n    }\n  }\n  static {\n    this.ɵfac = function MatDatepickerContent_Factory(t) {\n      return new (t || MatDatepickerContent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(MatDateSelectionModel), i0.ɵɵdirectiveInject(i1.DateAdapter), i0.ɵɵdirectiveInject(MAT_DATE_RANGE_SELECTION_STRATEGY, 8), i0.ɵɵdirectiveInject(MatDatepickerIntl));\n    };\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatDatepickerContent,\n      selectors: [[\"mat-datepicker-content\"]],\n      viewQuery: function MatDatepickerContent_Query(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵviewQuery(MatCalendar, 5);\n        }\n        if (rf & 2) {\n          let _t;\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._calendar = _t.first);\n        }\n      },\n      hostAttrs: [1, \"mat-datepicker-content\"],\n      hostVars: 5,\n      hostBindings: function MatDatepickerContent_HostBindings(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵsyntheticHostListener(\"@transformPanel.start\", function MatDatepickerContent_animation_transformPanel_start_HostBindingHandler($event) {\n            return ctx._handleAnimationEvent($event);\n          })(\"@transformPanel.done\", function MatDatepickerContent_animation_transformPanel_done_HostBindingHandler($event) {\n            return ctx._handleAnimationEvent($event);\n          });\n        }\n        if (rf & 2) {\n          i0.ɵɵsyntheticHostProperty(\"@transformPanel\", ctx._animationState);\n          i0.ɵɵclassMap(ctx.color ? \"mat-\" + ctx.color : \"\");\n          i0.ɵɵclassProp(\"mat-datepicker-content-touch\", ctx.datepicker.touchUi);\n        }\n      },\n      inputs: {\n        color: \"color\"\n      },\n      exportAs: [\"matDatepickerContent\"],\n      standalone: true,\n      features: [i0.ɵɵStandaloneFeature],\n      decls: 5,\n      vars: 27,\n      consts: [[\"cdkTrapFocus\", \"\", \"role\", \"dialog\", 1, \"mat-datepicker-content-container\"], [3, \"yearSelected\", \"monthSelected\", \"viewChanged\", \"_userSelection\", \"_userDragDrop\", \"id\", \"startAt\", \"startView\", \"minDate\", \"maxDate\", \"dateFilter\", \"headerComponent\", \"selected\", \"dateClass\", \"comparisonStart\", \"comparisonEnd\", \"startDateAccessibleName\", \"endDateAccessibleName\"], [3, \"cdkPortalOutlet\"], [\"type\", \"button\", \"mat-raised-button\", \"\", 1, \"mat-datepicker-close-button\", 3, \"focus\", \"blur\", \"click\", \"color\"]],\n      template: function MatDatepickerContent_Template(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵelementStart(0, \"div\", 0)(1, \"mat-calendar\", 1);\n          i0.ɵɵlistener(\"yearSelected\", function MatDatepickerContent_Template_mat_calendar_yearSelected_1_listener($event) {\n            return ctx.datepicker._selectYear($event);\n          })(\"monthSelected\", function MatDatepickerContent_Template_mat_calendar_monthSelected_1_listener($event) {\n            return ctx.datepicker._selectMonth($event);\n          })(\"viewChanged\", function MatDatepickerContent_Template_mat_calendar_viewChanged_1_listener($event) {\n            return ctx.datepicker._viewChanged($event);\n          })(\"_userSelection\", function MatDatepickerContent_Template_mat_calendar__userSelection_1_listener($event) {\n            return ctx._handleUserSelection($event);\n          })(\"_userDragDrop\", function MatDatepickerContent_Template_mat_calendar__userDragDrop_1_listener($event) {\n            return ctx._handleUserDragDrop($event);\n          });\n          i0.ɵɵelementEnd();\n          i0.ɵɵtemplate(2, MatDatepickerContent_ng_template_2_Template, 0, 0, \"ng-template\", 2);\n          i0.ɵɵelementStart(3, \"button\", 3);\n          i0.ɵɵlistener(\"focus\", function MatDatepickerContent_Template_button_focus_3_listener() {\n            return ctx._closeButtonFocused = true;\n          })(\"blur\", function MatDatepickerContent_Template_button_blur_3_listener() {\n            return ctx._closeButtonFocused = false;\n          })(\"click\", function MatDatepickerContent_Template_button_click_3_listener() {\n            return ctx.datepicker.close();\n          });\n          i0.ɵɵtext(4);\n          i0.ɵɵelementEnd()();\n        }\n        if (rf & 2) {\n          let tmp_3_0;\n          i0.ɵɵclassProp(\"mat-datepicker-content-container-with-custom-header\", ctx.datepicker.calendarHeaderComponent)(\"mat-datepicker-content-container-with-actions\", ctx._actionsPortal);\n          i0.ɵɵattribute(\"aria-modal\", true)(\"aria-labelledby\", (tmp_3_0 = ctx._dialogLabelId) !== null && tmp_3_0 !== undefined ? tmp_3_0 : undefined);\n          i0.ɵɵadvance();\n          i0.ɵɵclassMap(ctx.datepicker.panelClass);\n          i0.ɵɵproperty(\"id\", ctx.datepicker.id)(\"startAt\", ctx.datepicker.startAt)(\"startView\", ctx.datepicker.startView)(\"minDate\", ctx.datepicker._getMinDate())(\"maxDate\", ctx.datepicker._getMaxDate())(\"dateFilter\", ctx.datepicker._getDateFilter())(\"headerComponent\", ctx.datepicker.calendarHeaderComponent)(\"selected\", ctx._getSelected())(\"dateClass\", ctx.datepicker.dateClass)(\"comparisonStart\", ctx.comparisonStart)(\"comparisonEnd\", ctx.comparisonEnd)(\"@fadeInCalendar\", \"enter\")(\"startDateAccessibleName\", ctx.startDateAccessibleName)(\"endDateAccessibleName\", ctx.endDateAccessibleName);\n          i0.ɵɵadvance();\n          i0.ɵɵproperty(\"cdkPortalOutlet\", ctx._actionsPortal);\n          i0.ɵɵadvance();\n          i0.ɵɵclassProp(\"cdk-visually-hidden\", !ctx._closeButtonFocused);\n          i0.ɵɵproperty(\"color\", ctx.color || \"primary\");\n          i0.ɵɵadvance();\n          i0.ɵɵtextInterpolate(ctx._closeButtonText);\n        }\n      },\n      dependencies: [CdkTrapFocus, MatCalendar, CdkPortalOutlet, MatButton],\n      styles: [\".mat-datepicker-content{display:block;border-radius:4px;background-color:var(--mat-datepicker-calendar-container-background-color);color:var(--mat-datepicker-calendar-container-text-color);box-shadow:var(--mat-datepicker-calendar-container-elevation-shadow);border-radius:var(--mat-datepicker-calendar-container-shape)}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{display:block;max-height:80vh;box-shadow:var(--mat-datepicker-calendar-container-touch-elevation-shadow);border-radius:var(--mat-datepicker-calendar-container-touch-shape);position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}\"],\n      encapsulation: 2,\n      data: {\n        animation: [matDatepickerAnimations.transformPanel, matDatepickerAnimations.fadeInCalendar]\n      },\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerContent, [{\n    type: Component,\n    args: [{\n      selector: 'mat-datepicker-content',\n      host: {\n        'class': 'mat-datepicker-content',\n        '[class]': 'color ? \"mat-\" + color : \"\"',\n        '[@transformPanel]': '_animationState',\n        '(@transformPanel.start)': '_handleAnimationEvent($event)',\n        '(@transformPanel.done)': '_handleAnimationEvent($event)',\n        '[class.mat-datepicker-content-touch]': 'datepicker.touchUi'\n      },\n      animations: [matDatepickerAnimations.transformPanel, matDatepickerAnimations.fadeInCalendar],\n      exportAs: 'matDatepickerContent',\n      encapsulation: ViewEncapsulation.None,\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      standalone: true,\n      imports: [CdkTrapFocus, MatCalendar, CdkPortalOutlet, MatButton],\n      template: \"<div\\n  cdkTrapFocus\\n  role=\\\"dialog\\\"\\n  [attr.aria-modal]=\\\"true\\\"\\n  [attr.aria-labelledby]=\\\"_dialogLabelId ?? undefined\\\"\\n  class=\\\"mat-datepicker-content-container\\\"\\n  [class.mat-datepicker-content-container-with-custom-header]=\\\"datepicker.calendarHeaderComponent\\\"\\n  [class.mat-datepicker-content-container-with-actions]=\\\"_actionsPortal\\\">\\n  <mat-calendar\\n    [id]=\\\"datepicker.id\\\"\\n    [class]=\\\"datepicker.panelClass\\\"\\n    [startAt]=\\\"datepicker.startAt\\\"\\n    [startView]=\\\"datepicker.startView\\\"\\n    [minDate]=\\\"datepicker._getMinDate()\\\"\\n    [maxDate]=\\\"datepicker._getMaxDate()\\\"\\n    [dateFilter]=\\\"datepicker._getDateFilter()\\\"\\n    [headerComponent]=\\\"datepicker.calendarHeaderComponent\\\"\\n    [selected]=\\\"_getSelected()\\\"\\n    [dateClass]=\\\"datepicker.dateClass\\\"\\n    [comparisonStart]=\\\"comparisonStart\\\"\\n    [comparisonEnd]=\\\"comparisonEnd\\\"\\n    [@fadeInCalendar]=\\\"'enter'\\\"\\n    [startDateAccessibleName]=\\\"startDateAccessibleName\\\"\\n    [endDateAccessibleName]=\\\"endDateAccessibleName\\\"\\n    (yearSelected)=\\\"datepicker._selectYear($event)\\\"\\n    (monthSelected)=\\\"datepicker._selectMonth($event)\\\"\\n    (viewChanged)=\\\"datepicker._viewChanged($event)\\\"\\n    (_userSelection)=\\\"_handleUserSelection($event)\\\"\\n    (_userDragDrop)=\\\"_handleUserDragDrop($event)\\\"></mat-calendar>\\n\\n  <ng-template [cdkPortalOutlet]=\\\"_actionsPortal\\\"></ng-template>\\n\\n  <!-- Invisible close button for screen reader users. -->\\n  <button\\n    type=\\\"button\\\"\\n    mat-raised-button\\n    [color]=\\\"color || 'primary'\\\"\\n    class=\\\"mat-datepicker-close-button\\\"\\n    [class.cdk-visually-hidden]=\\\"!_closeButtonFocused\\\"\\n    (focus)=\\\"_closeButtonFocused = true\\\"\\n    (blur)=\\\"_closeButtonFocused = false\\\"\\n    (click)=\\\"datepicker.close()\\\">{{ _closeButtonText }}</button>\\n</div>\\n\",\n      styles: [\".mat-datepicker-content{display:block;border-radius:4px;background-color:var(--mat-datepicker-calendar-container-background-color);color:var(--mat-datepicker-calendar-container-text-color);box-shadow:var(--mat-datepicker-calendar-container-elevation-shadow);border-radius:var(--mat-datepicker-calendar-container-shape)}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{display:block;max-height:80vh;box-shadow:var(--mat-datepicker-calendar-container-touch-elevation-shadow);border-radius:var(--mat-datepicker-calendar-container-touch-shape);position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}\"]\n    }]\n  }], () => [{\n    type: i0.ElementRef\n  }, {\n    type: i0.ChangeDetectorRef\n  }, {\n    type: MatDateSelectionModel\n  }, {\n    type: i1.DateAdapter\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_DATE_RANGE_SELECTION_STRATEGY]\n    }]\n  }, {\n    type: MatDatepickerIntl\n  }], {\n    _calendar: [{\n      type: ViewChild,\n      args: [MatCalendar]\n    }],\n    color: [{\n      type: Input\n    }]\n  });\n})();\n/** Base class for a datepicker. */\nclass MatDatepickerBase {\n  /** The date to open the calendar to initially. */\n  get startAt() {\n    // If an explicit startAt is set we start there, otherwise we start at whatever the currently\n    // selected value is.\n    return this._startAt || (this.datepickerInput ? this.datepickerInput.getStartValue() : null);\n  }\n  set startAt(value) {\n    this._startAt = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n  }\n  /** Color palette to use on the datepicker's calendar. */\n  get color() {\n    return this._color || (this.datepickerInput ? this.datepickerInput.getThemePalette() : undefined);\n  }\n  set color(value) {\n    this._color = value;\n  }\n  /** Whether the datepicker pop-up should be disabled. */\n  get disabled() {\n    return this._disabled === undefined && this.datepickerInput ? this.datepickerInput.disabled : !!this._disabled;\n  }\n  set disabled(value) {\n    if (value !== this._disabled) {\n      this._disabled = value;\n      this.stateChanges.next(undefined);\n    }\n  }\n  /** Classes to be passed to the date picker panel. */\n  get panelClass() {\n    return this._panelClass;\n  }\n  set panelClass(value) {\n    this._panelClass = coerceStringArray(value);\n  }\n  /** Whether the calendar is open. */\n  get opened() {\n    return this._opened;\n  }\n  set opened(value) {\n    if (value) {\n      this.open();\n    } else {\n      this.close();\n    }\n  }\n  /** The minimum selectable date. */\n  _getMinDate() {\n    return this.datepickerInput && this.datepickerInput.min;\n  }\n  /** The maximum selectable date. */\n  _getMaxDate() {\n    return this.datepickerInput && this.datepickerInput.max;\n  }\n  _getDateFilter() {\n    return this.datepickerInput && this.datepickerInput.dateFilter;\n  }\n  constructor(_overlay, _ngZone, _viewContainerRef, scrollStrategy, _dateAdapter, _dir, _model) {\n    this._overlay = _overlay;\n    this._ngZone = _ngZone;\n    this._viewContainerRef = _viewContainerRef;\n    this._dateAdapter = _dateAdapter;\n    this._dir = _dir;\n    this._model = _model;\n    this._inputStateChanges = Subscription.EMPTY;\n    this._document = inject(DOCUMENT);\n    /** The view that the calendar should start in. */\n    this.startView = 'month';\n    /**\n     * Whether the calendar UI is in touch mode. In touch mode the calendar opens in a dialog rather\n     * than a dropdown and elements have more padding to allow for bigger touch targets.\n     */\n    this.touchUi = false;\n    /** Preferred position of the datepicker in the X axis. */\n    this.xPosition = 'start';\n    /** Preferred position of the datepicker in the Y axis. */\n    this.yPosition = 'below';\n    /**\n     * Whether to restore focus to the previously-focused element when the calendar is closed.\n     * Note that automatic focus restoration is an accessibility feature and it is recommended that\n     * you provide your own equivalent, if you decide to turn it off.\n     */\n    this.restoreFocus = true;\n    /**\n     * Emits selected year in multiyear view.\n     * This doesn't imply a change on the selected date.\n     */\n    this.yearSelected = new EventEmitter();\n    /**\n     * Emits selected month in year view.\n     * This doesn't imply a change on the selected date.\n     */\n    this.monthSelected = new EventEmitter();\n    /**\n     * Emits when the current view changes.\n     */\n    this.viewChanged = new EventEmitter(true);\n    /** Emits when the datepicker has been opened. */\n    this.openedStream = new EventEmitter();\n    /** Emits when the datepicker has been closed. */\n    this.closedStream = new EventEmitter();\n    this._opened = false;\n    /** The id for the datepicker calendar. */\n    this.id = `mat-datepicker-${datepickerUid++}`;\n    /** The element that was focused before the datepicker was opened. */\n    this._focusedElementBeforeOpen = null;\n    /** Unique class that will be added to the backdrop so that the test harnesses can look it up. */\n    this._backdropHarnessClass = `${this.id}-backdrop`;\n    /** Emits when the datepicker's state changes. */\n    this.stateChanges = new Subject();\n    if (!this._dateAdapter && (typeof ngDevMode === 'undefined' || ngDevMode)) {\n      throw createMissingDateImplError('DateAdapter');\n    }\n    this._scrollStrategy = scrollStrategy;\n  }\n  ngOnChanges(changes) {\n    const positionChange = changes['xPosition'] || changes['yPosition'];\n    if (positionChange && !positionChange.firstChange && this._overlayRef) {\n      const positionStrategy = this._overlayRef.getConfig().positionStrategy;\n      if (positionStrategy instanceof FlexibleConnectedPositionStrategy) {\n        this._setConnectedPositions(positionStrategy);\n        if (this.opened) {\n          this._overlayRef.updatePosition();\n        }\n      }\n    }\n    this.stateChanges.next(undefined);\n  }\n  ngOnDestroy() {\n    this._destroyOverlay();\n    this.close();\n    this._inputStateChanges.unsubscribe();\n    this.stateChanges.complete();\n  }\n  /** Selects the given date */\n  select(date) {\n    this._model.add(date);\n  }\n  /** Emits the selected year in multiyear view */\n  _selectYear(normalizedYear) {\n    this.yearSelected.emit(normalizedYear);\n  }\n  /** Emits selected month in year view */\n  _selectMonth(normalizedMonth) {\n    this.monthSelected.emit(normalizedMonth);\n  }\n  /** Emits changed view */\n  _viewChanged(view) {\n    this.viewChanged.emit(view);\n  }\n  /**\n   * Register an input with this datepicker.\n   * @param input The datepicker input to register with this datepicker.\n   * @returns Selection model that the input should hook itself up to.\n   */\n  registerInput(input) {\n    if (this.datepickerInput && (typeof ngDevMode === 'undefined' || ngDevMode)) {\n      throw Error('A MatDatepicker can only be associated with a single input.');\n    }\n    this._inputStateChanges.unsubscribe();\n    this.datepickerInput = input;\n    this._inputStateChanges = input.stateChanges.subscribe(() => this.stateChanges.next(undefined));\n    return this._model;\n  }\n  /**\n   * Registers a portal containing action buttons with the datepicker.\n   * @param portal Portal to be registered.\n   */\n  registerActions(portal) {\n    if (this._actionsPortal && (typeof ngDevMode === 'undefined' || ngDevMode)) {\n      throw Error('A MatDatepicker can only be associated with a single actions row.');\n    }\n    this._actionsPortal = portal;\n    this._componentRef?.instance._assignActions(portal, true);\n  }\n  /**\n   * Removes a portal containing action buttons from the datepicker.\n   * @param portal Portal to be removed.\n   */\n  removeActions(portal) {\n    if (portal === this._actionsPortal) {\n      this._actionsPortal = null;\n      this._componentRef?.instance._assignActions(null, true);\n    }\n  }\n  /** Open the calendar. */\n  open() {\n    // Skip reopening if there's an in-progress animation to avoid overlapping\n    // sequences which can cause \"changed after checked\" errors. See #25837.\n    if (this._opened || this.disabled || this._componentRef?.instance._isAnimating) {\n      return;\n    }\n    if (!this.datepickerInput && (typeof ngDevMode === 'undefined' || ngDevMode)) {\n      throw Error('Attempted to open an MatDatepicker with no associated input.');\n    }\n    this._focusedElementBeforeOpen = _getFocusedElementPierceShadowDom();\n    this._openOverlay();\n    this._opened = true;\n    this.openedStream.emit();\n  }\n  /** Close the calendar. */\n  close() {\n    // Skip reopening if there's an in-progress animation to avoid overlapping\n    // sequences which can cause \"changed after checked\" errors. See #25837.\n    if (!this._opened || this._componentRef?.instance._isAnimating) {\n      return;\n    }\n    const canRestoreFocus = this.restoreFocus && this._focusedElementBeforeOpen && typeof this._focusedElementBeforeOpen.focus === 'function';\n    const completeClose = () => {\n      // The `_opened` could've been reset already if\n      // we got two events in quick succession.\n      if (this._opened) {\n        this._opened = false;\n        this.closedStream.emit();\n      }\n    };\n    if (this._componentRef) {\n      const {\n        instance,\n        location\n      } = this._componentRef;\n      instance._startExitAnimation();\n      instance._animationDone.pipe(take(1)).subscribe(() => {\n        const activeElement = this._document.activeElement;\n        // Since we restore focus after the exit animation, we have to check that\n        // the user didn't move focus themselves inside the `close` handler.\n        if (canRestoreFocus && (!activeElement || activeElement === this._document.activeElement || location.nativeElement.contains(activeElement))) {\n          this._focusedElementBeforeOpen.focus();\n        }\n        this._focusedElementBeforeOpen = null;\n        this._destroyOverlay();\n      });\n    }\n    if (canRestoreFocus) {\n      // Because IE moves focus asynchronously, we can't count on it being restored before we've\n      // marked the datepicker as closed. If the event fires out of sequence and the element that\n      // we're refocusing opens the datepicker on focus, the user could be stuck with not being\n      // able to close the calendar at all. We work around it by making the logic, that marks\n      // the datepicker as closed, async as well.\n      setTimeout(completeClose);\n    } else {\n      completeClose();\n    }\n  }\n  /** Applies the current pending selection on the overlay to the model. */\n  _applyPendingSelection() {\n    this._componentRef?.instance?._applyPendingSelection();\n  }\n  /** Forwards relevant values from the datepicker to the datepicker content inside the overlay. */\n  _forwardContentValues(instance) {\n    instance.datepicker = this;\n    instance.color = this.color;\n    instance._dialogLabelId = this.datepickerInput.getOverlayLabelId();\n    instance._assignActions(this._actionsPortal, false);\n  }\n  /** Opens the overlay with the calendar. */\n  _openOverlay() {\n    this._destroyOverlay();\n    const isDialog = this.touchUi;\n    const portal = new ComponentPortal(MatDatepickerContent, this._viewContainerRef);\n    const overlayRef = this._overlayRef = this._overlay.create(new OverlayConfig({\n      positionStrategy: isDialog ? this._getDialogStrategy() : this._getDropdownStrategy(),\n      hasBackdrop: true,\n      backdropClass: [isDialog ? 'cdk-overlay-dark-backdrop' : 'mat-overlay-transparent-backdrop', this._backdropHarnessClass],\n      direction: this._dir,\n      scrollStrategy: isDialog ? this._overlay.scrollStrategies.block() : this._scrollStrategy(),\n      panelClass: `mat-datepicker-${isDialog ? 'dialog' : 'popup'}`\n    }));\n    this._getCloseStream(overlayRef).subscribe(event => {\n      if (event) {\n        event.preventDefault();\n      }\n      this.close();\n    });\n    // The `preventDefault` call happens inside the calendar as well, however focus moves into\n    // it inside a timeout which can give browsers a chance to fire off a keyboard event in-between\n    // that can scroll the page (see #24969). Always block default actions of arrow keys for the\n    // entire overlay so the page doesn't get scrolled by accident.\n    overlayRef.keydownEvents().subscribe(event => {\n      const keyCode = event.keyCode;\n      if (keyCode === UP_ARROW || keyCode === DOWN_ARROW || keyCode === LEFT_ARROW || keyCode === RIGHT_ARROW || keyCode === PAGE_UP || keyCode === PAGE_DOWN) {\n        event.preventDefault();\n      }\n    });\n    this._componentRef = overlayRef.attach(portal);\n    this._forwardContentValues(this._componentRef.instance);\n    // Update the position once the calendar has rendered. Only relevant in dropdown mode.\n    if (!isDialog) {\n      this._ngZone.onStable.pipe(take(1)).subscribe(() => overlayRef.updatePosition());\n    }\n  }\n  /** Destroys the current overlay. */\n  _destroyOverlay() {\n    if (this._overlayRef) {\n      this._overlayRef.dispose();\n      this._overlayRef = this._componentRef = null;\n    }\n  }\n  /** Gets a position strategy that will open the calendar as a dropdown. */\n  _getDialogStrategy() {\n    return this._overlay.position().global().centerHorizontally().centerVertically();\n  }\n  /** Gets a position strategy that will open the calendar as a dropdown. */\n  _getDropdownStrategy() {\n    const strategy = this._overlay.position().flexibleConnectedTo(this.datepickerInput.getConnectedOverlayOrigin()).withTransformOriginOn('.mat-datepicker-content').withFlexibleDimensions(false).withViewportMargin(8).withLockedPosition();\n    return this._setConnectedPositions(strategy);\n  }\n  /** Sets the positions of the datepicker in dropdown mode based on the current configuration. */\n  _setConnectedPositions(strategy) {\n    const primaryX = this.xPosition === 'end' ? 'end' : 'start';\n    const secondaryX = primaryX === 'start' ? 'end' : 'start';\n    const primaryY = this.yPosition === 'above' ? 'bottom' : 'top';\n    const secondaryY = primaryY === 'top' ? 'bottom' : 'top';\n    return strategy.withPositions([{\n      originX: primaryX,\n      originY: secondaryY,\n      overlayX: primaryX,\n      overlayY: primaryY\n    }, {\n      originX: primaryX,\n      originY: primaryY,\n      overlayX: primaryX,\n      overlayY: secondaryY\n    }, {\n      originX: secondaryX,\n      originY: secondaryY,\n      overlayX: secondaryX,\n      overlayY: primaryY\n    }, {\n      originX: secondaryX,\n      originY: primaryY,\n      overlayX: secondaryX,\n      overlayY: secondaryY\n    }]);\n  }\n  /** Gets an observable that will emit when the overlay is supposed to be closed. */\n  _getCloseStream(overlayRef) {\n    const ctrlShiftMetaModifiers = ['ctrlKey', 'shiftKey', 'metaKey'];\n    return merge(overlayRef.backdropClick(), overlayRef.detachments(), overlayRef.keydownEvents().pipe(filter(event => {\n      // Closing on alt + up is only valid when there's an input associated with the datepicker.\n      return event.keyCode === ESCAPE && !hasModifierKey(event) || this.datepickerInput && hasModifierKey(event, 'altKey') && event.keyCode === UP_ARROW && ctrlShiftMetaModifiers.every(modifier => !hasModifierKey(event, modifier));\n    })));\n  }\n  static {\n    this.ɵfac = function MatDatepickerBase_Factory(t) {\n      return new (t || MatDatepickerBase)(i0.ɵɵdirectiveInject(i4.Overlay), i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(MAT_DATEPICKER_SCROLL_STRATEGY), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(i2.Directionality, 8), i0.ɵɵdirectiveInject(MatDateSelectionModel));\n    };\n  }\n  static {\n    this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n      type: MatDatepickerBase,\n      inputs: {\n        calendarHeaderComponent: \"calendarHeaderComponent\",\n        startAt: \"startAt\",\n        startView: \"startView\",\n        color: \"color\",\n        touchUi: [i0.ɵɵInputFlags.HasDecoratorInputTransform, \"touchUi\", \"touchUi\", booleanAttribute],\n        disabled: [i0.ɵɵInputFlags.HasDecoratorInputTransform, \"disabled\", \"disabled\", booleanAttribute],\n        xPosition: \"xPosition\",\n        yPosition: \"yPosition\",\n        restoreFocus: [i0.ɵɵInputFlags.HasDecoratorInputTransform, \"restoreFocus\", \"restoreFocus\", booleanAttribute],\n        dateClass: \"dateClass\",\n        panelClass: \"panelClass\",\n        opened: [i0.ɵɵInputFlags.HasDecoratorInputTransform, \"opened\", \"opened\", booleanAttribute]\n      },\n      outputs: {\n        yearSelected: \"yearSelected\",\n        monthSelected: \"monthSelected\",\n        viewChanged: \"viewChanged\",\n        openedStream: \"opened\",\n        closedStream: \"closed\"\n      },\n      features: [i0.ɵɵInputTransformsFeature, i0.ɵɵNgOnChangesFeature]\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerBase, [{\n    type: Directive\n  }], () => [{\n    type: i4.Overlay\n  }, {\n    type: i0.NgZone\n  }, {\n    type: i0.ViewContainerRef\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Inject,\n      args: [MAT_DATEPICKER_SCROLL_STRATEGY]\n    }]\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: i2.Directionality,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: MatDateSelectionModel\n  }], {\n    calendarHeaderComponent: [{\n      type: Input\n    }],\n    startAt: [{\n      type: Input\n    }],\n    startView: [{\n      type: Input\n    }],\n    color: [{\n      type: Input\n    }],\n    touchUi: [{\n      type: Input,\n      args: [{\n        transform: booleanAttribute\n      }]\n    }],\n    disabled: [{\n      type: Input,\n      args: [{\n        transform: booleanAttribute\n      }]\n    }],\n    xPosition: [{\n      type: Input\n    }],\n    yPosition: [{\n      type: Input\n    }],\n    restoreFocus: [{\n      type: Input,\n      args: [{\n        transform: booleanAttribute\n      }]\n    }],\n    yearSelected: [{\n      type: Output\n    }],\n    monthSelected: [{\n      type: Output\n    }],\n    viewChanged: [{\n      type: Output\n    }],\n    dateClass: [{\n      type: Input\n    }],\n    openedStream: [{\n      type: Output,\n      args: ['opened']\n    }],\n    closedStream: [{\n      type: Output,\n      args: ['closed']\n    }],\n    panelClass: [{\n      type: Input\n    }],\n    opened: [{\n      type: Input,\n      args: [{\n        transform: booleanAttribute\n      }]\n    }]\n  });\n})();\n\n// TODO(mmalerba): We use a component instead of a directive here so the user can use implicit\n// template reference variables (e.g. #d vs #d=\"matDatepicker\"). We can change this to a directive\n// if angular adds support for `exportAs: '$implicit'` on directives.\n/** Component responsible for managing the datepicker popup/dialog. */\nclass MatDatepicker extends MatDatepickerBase {\n  static {\n    this.ɵfac = /* @__PURE__ */(() => {\n      let ɵMatDatepicker_BaseFactory;\n      return function MatDatepicker_Factory(t) {\n        return (ɵMatDatepicker_BaseFactory || (ɵMatDatepicker_BaseFactory = i0.ɵɵgetInheritedFactory(MatDatepicker)))(t || MatDatepicker);\n      };\n    })();\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatDatepicker,\n      selectors: [[\"mat-datepicker\"]],\n      exportAs: [\"matDatepicker\"],\n      standalone: true,\n      features: [i0.ɵɵProvidersFeature([MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER, {\n        provide: MatDatepickerBase,\n        useExisting: MatDatepicker\n      }]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature],\n      decls: 0,\n      vars: 0,\n      template: function MatDatepicker_Template(rf, ctx) {},\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepicker, [{\n    type: Component,\n    args: [{\n      selector: 'mat-datepicker',\n      template: '',\n      exportAs: 'matDatepicker',\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      encapsulation: ViewEncapsulation.None,\n      providers: [MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER, {\n        provide: MatDatepickerBase,\n        useExisting: MatDatepicker\n      }],\n      standalone: true\n    }]\n  }], null, null);\n})();\n\n/**\n * An event used for datepicker input and change events. We don't always have access to a native\n * input or change event because the event may have been triggered by the user clicking on the\n * calendar popup. For consistency, we always use MatDatepickerInputEvent instead.\n */\nclass MatDatepickerInputEvent {\n  constructor( /** Reference to the datepicker input component that emitted the event. */\n  target, /** Reference to the native input element associated with the datepicker input. */\n  targetElement) {\n    this.target = target;\n    this.targetElement = targetElement;\n    this.value = this.target.value;\n  }\n}\n/** Base class for datepicker inputs. */\nclass MatDatepickerInputBase {\n  /** The value of the input. */\n  get value() {\n    return this._model ? this._getValueFromModel(this._model.selection) : this._pendingValue;\n  }\n  set value(value) {\n    this._assignValueProgrammatically(value);\n  }\n  /** Whether the datepicker-input is disabled. */\n  get disabled() {\n    return !!this._disabled || this._parentDisabled();\n  }\n  set disabled(value) {\n    const newValue = value;\n    const element = this._elementRef.nativeElement;\n    if (this._disabled !== newValue) {\n      this._disabled = newValue;\n      this.stateChanges.next(undefined);\n    }\n    // We need to null check the `blur` method, because it's undefined during SSR.\n    // In Ivy static bindings are invoked earlier, before the element is attached to the DOM.\n    // This can cause an error to be thrown in some browsers (IE/Edge) which assert that the\n    // element has been inserted.\n    if (newValue && this._isInitialized && element.blur) {\n      // Normally, native input elements automatically blur if they turn disabled. This behavior\n      // is problematic, because it would mean that it triggers another change detection cycle,\n      // which then causes a changed after checked error if the input element was focused before.\n      element.blur();\n    }\n  }\n  /** Gets the base validator functions. */\n  _getValidators() {\n    return [this._parseValidator, this._minValidator, this._maxValidator, this._filterValidator];\n  }\n  /** Registers a date selection model with the input. */\n  _registerModel(model) {\n    this._model = model;\n    this._valueChangesSubscription.unsubscribe();\n    if (this._pendingValue) {\n      this._assignValue(this._pendingValue);\n    }\n    this._valueChangesSubscription = this._model.selectionChanged.subscribe(event => {\n      if (this._shouldHandleChangeEvent(event)) {\n        const value = this._getValueFromModel(event.selection);\n        this._lastValueValid = this._isValidValue(value);\n        this._cvaOnChange(value);\n        this._onTouched();\n        this._formatValue(value);\n        this.dateInput.emit(new MatDatepickerInputEvent(this, this._elementRef.nativeElement));\n        this.dateChange.emit(new MatDatepickerInputEvent(this, this._elementRef.nativeElement));\n      }\n    });\n  }\n  constructor(_elementRef, _dateAdapter, _dateFormats) {\n    this._elementRef = _elementRef;\n    this._dateAdapter = _dateAdapter;\n    this._dateFormats = _dateFormats;\n    /** Emits when a `change` event is fired on this `<input>`. */\n    this.dateChange = new EventEmitter();\n    /** Emits when an `input` event is fired on this `<input>`. */\n    this.dateInput = new EventEmitter();\n    /** Emits when the internal state has changed */\n    this.stateChanges = new Subject();\n    this._onTouched = () => {};\n    this._validatorOnChange = () => {};\n    this._cvaOnChange = () => {};\n    this._valueChangesSubscription = Subscription.EMPTY;\n    this._localeSubscription = Subscription.EMPTY;\n    /** The form control validator for whether the input parses. */\n    this._parseValidator = () => {\n      return this._lastValueValid ? null : {\n        'matDatepickerParse': {\n          'text': this._elementRef.nativeElement.value\n        }\n      };\n    };\n    /** The form control validator for the date filter. */\n    this._filterValidator = control => {\n      const controlValue = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(control.value));\n      return !controlValue || this._matchesFilter(controlValue) ? null : {\n        'matDatepickerFilter': true\n      };\n    };\n    /** The form control validator for the min date. */\n    this._minValidator = control => {\n      const controlValue = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(control.value));\n      const min = this._getMinDate();\n      return !min || !controlValue || this._dateAdapter.compareDate(min, controlValue) <= 0 ? null : {\n        'matDatepickerMin': {\n          'min': min,\n          'actual': controlValue\n        }\n      };\n    };\n    /** The form control validator for the max date. */\n    this._maxValidator = control => {\n      const controlValue = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(control.value));\n      const max = this._getMaxDate();\n      return !max || !controlValue || this._dateAdapter.compareDate(max, controlValue) >= 0 ? null : {\n        'matDatepickerMax': {\n          'max': max,\n          'actual': controlValue\n        }\n      };\n    };\n    /** Whether the last value set on the input was valid. */\n    this._lastValueValid = false;\n    if (typeof ngDevMode === 'undefined' || ngDevMode) {\n      if (!this._dateAdapter) {\n        throw createMissingDateImplError('DateAdapter');\n      }\n      if (!this._dateFormats) {\n        throw createMissingDateImplError('MAT_DATE_FORMATS');\n      }\n    }\n    // Update the displayed date when the locale changes.\n    this._localeSubscription = _dateAdapter.localeChanges.subscribe(() => {\n      this._assignValueProgrammatically(this.value);\n    });\n  }\n  ngAfterViewInit() {\n    this._isInitialized = true;\n  }\n  ngOnChanges(changes) {\n    if (dateInputsHaveChanged(changes, this._dateAdapter)) {\n      this.stateChanges.next(undefined);\n    }\n  }\n  ngOnDestroy() {\n    this._valueChangesSubscription.unsubscribe();\n    this._localeSubscription.unsubscribe();\n    this.stateChanges.complete();\n  }\n  /** @docs-private */\n  registerOnValidatorChange(fn) {\n    this._validatorOnChange = fn;\n  }\n  /** @docs-private */\n  validate(c) {\n    return this._validator ? this._validator(c) : null;\n  }\n  // Implemented as part of ControlValueAccessor.\n  writeValue(value) {\n    this._assignValueProgrammatically(value);\n  }\n  // Implemented as part of ControlValueAccessor.\n  registerOnChange(fn) {\n    this._cvaOnChange = fn;\n  }\n  // Implemented as part of ControlValueAccessor.\n  registerOnTouched(fn) {\n    this._onTouched = fn;\n  }\n  // Implemented as part of ControlValueAccessor.\n  setDisabledState(isDisabled) {\n    this.disabled = isDisabled;\n  }\n  _onKeydown(event) {\n    const ctrlShiftMetaModifiers = ['ctrlKey', 'shiftKey', 'metaKey'];\n    const isAltDownArrow = hasModifierKey(event, 'altKey') && event.keyCode === DOWN_ARROW && ctrlShiftMetaModifiers.every(modifier => !hasModifierKey(event, modifier));\n    if (isAltDownArrow && !this._elementRef.nativeElement.readOnly) {\n      this._openPopup();\n      event.preventDefault();\n    }\n  }\n  _onInput(value) {\n    const lastValueWasValid = this._lastValueValid;\n    let date = this._dateAdapter.parse(value, this._dateFormats.parse.dateInput);\n    this._lastValueValid = this._isValidValue(date);\n    date = this._dateAdapter.getValidDateOrNull(date);\n    const hasChanged = !this._dateAdapter.sameDate(date, this.value);\n    // We need to fire the CVA change event for all\n    // nulls, otherwise the validators won't run.\n    if (!date || hasChanged) {\n      this._cvaOnChange(date);\n    } else {\n      // Call the CVA change handler for invalid values\n      // since this is what marks the control as dirty.\n      if (value && !this.value) {\n        this._cvaOnChange(date);\n      }\n      if (lastValueWasValid !== this._lastValueValid) {\n        this._validatorOnChange();\n      }\n    }\n    if (hasChanged) {\n      this._assignValue(date);\n      this.dateInput.emit(new MatDatepickerInputEvent(this, this._elementRef.nativeElement));\n    }\n  }\n  _onChange() {\n    this.dateChange.emit(new MatDatepickerInputEvent(this, this._elementRef.nativeElement));\n  }\n  /** Handles blur events on the input. */\n  _onBlur() {\n    // Reformat the input only if we have a valid value.\n    if (this.value) {\n      this._formatValue(this.value);\n    }\n    this._onTouched();\n  }\n  /** Formats a value and sets it on the input element. */\n  _formatValue(value) {\n    this._elementRef.nativeElement.value = value != null ? this._dateAdapter.format(value, this._dateFormats.display.dateInput) : '';\n  }\n  /** Assigns a value to the model. */\n  _assignValue(value) {\n    // We may get some incoming values before the model was\n    // assigned. Save the value so that we can assign it later.\n    if (this._model) {\n      this._assignValueToModel(value);\n      this._pendingValue = null;\n    } else {\n      this._pendingValue = value;\n    }\n  }\n  /** Whether a value is considered valid. */\n  _isValidValue(value) {\n    return !value || this._dateAdapter.isValid(value);\n  }\n  /**\n   * Checks whether a parent control is disabled. This is in place so that it can be overridden\n   * by inputs extending this one which can be placed inside of a group that can be disabled.\n   */\n  _parentDisabled() {\n    return false;\n  }\n  /** Programmatically assigns a value to the input. */\n  _assignValueProgrammatically(value) {\n    value = this._dateAdapter.deserialize(value);\n    this._lastValueValid = this._isValidValue(value);\n    value = this._dateAdapter.getValidDateOrNull(value);\n    this._assignValue(value);\n    this._formatValue(value);\n  }\n  /** Gets whether a value matches the current date filter. */\n  _matchesFilter(value) {\n    const filter = this._getDateFilter();\n    return !filter || filter(value);\n  }\n  static {\n    this.ɵfac = function MatDatepickerInputBase_Factory(t) {\n      return new (t || MatDatepickerInputBase)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS, 8));\n    };\n  }\n  static {\n    this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n      type: MatDatepickerInputBase,\n      inputs: {\n        value: \"value\",\n        disabled: [i0.ɵɵInputFlags.HasDecoratorInputTransform, \"disabled\", \"disabled\", booleanAttribute]\n      },\n      outputs: {\n        dateChange: \"dateChange\",\n        dateInput: \"dateInput\"\n      },\n      standalone: true,\n      features: [i0.ɵɵInputTransformsFeature, i0.ɵɵNgOnChangesFeature]\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerInputBase, [{\n    type: Directive,\n    args: [{\n      standalone: true\n    }]\n  }], () => [{\n    type: i0.ElementRef\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_DATE_FORMATS]\n    }]\n  }], {\n    value: [{\n      type: Input\n    }],\n    disabled: [{\n      type: Input,\n      args: [{\n        transform: booleanAttribute\n      }]\n    }],\n    dateChange: [{\n      type: Output\n    }],\n    dateInput: [{\n      type: Output\n    }]\n  });\n})();\n/**\n * Checks whether the `SimpleChanges` object from an `ngOnChanges`\n * callback has any changes, accounting for date objects.\n */\nfunction dateInputsHaveChanged(changes, adapter) {\n  const keys = Object.keys(changes);\n  for (let key of keys) {\n    const {\n      previousValue,\n      currentValue\n    } = changes[key];\n    if (adapter.isDateInstance(previousValue) && adapter.isDateInstance(currentValue)) {\n      if (!adapter.sameDate(previousValue, currentValue)) {\n        return true;\n      }\n    } else {\n      return true;\n    }\n  }\n  return false;\n}\n\n/** @docs-private */\nconst MAT_DATEPICKER_VALUE_ACCESSOR = {\n  provide: NG_VALUE_ACCESSOR,\n  useExisting: forwardRef(() => MatDatepickerInput),\n  multi: true\n};\n/** @docs-private */\nconst MAT_DATEPICKER_VALIDATORS = {\n  provide: NG_VALIDATORS,\n  useExisting: forwardRef(() => MatDatepickerInput),\n  multi: true\n};\n/** Directive used to connect an input to a MatDatepicker. */\nclass MatDatepickerInput extends MatDatepickerInputBase {\n  /** The datepicker that this input is associated with. */\n  set matDatepicker(datepicker) {\n    if (datepicker) {\n      this._datepicker = datepicker;\n      this._closedSubscription = datepicker.closedStream.subscribe(() => this._onTouched());\n      this._registerModel(datepicker.registerInput(this));\n    }\n  }\n  /** The minimum valid date. */\n  get min() {\n    return this._min;\n  }\n  set min(value) {\n    const validValue = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n    if (!this._dateAdapter.sameDate(validValue, this._min)) {\n      this._min = validValue;\n      this._validatorOnChange();\n    }\n  }\n  /** The maximum valid date. */\n  get max() {\n    return this._max;\n  }\n  set max(value) {\n    const validValue = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n    if (!this._dateAdapter.sameDate(validValue, this._max)) {\n      this._max = validValue;\n      this._validatorOnChange();\n    }\n  }\n  /** Function that can be used to filter out dates within the datepicker. */\n  get dateFilter() {\n    return this._dateFilter;\n  }\n  set dateFilter(value) {\n    const wasMatchingValue = this._matchesFilter(this.value);\n    this._dateFilter = value;\n    if (this._matchesFilter(this.value) !== wasMatchingValue) {\n      this._validatorOnChange();\n    }\n  }\n  constructor(elementRef, dateAdapter, dateFormats, _formField) {\n    super(elementRef, dateAdapter, dateFormats);\n    this._formField = _formField;\n    this._closedSubscription = Subscription.EMPTY;\n    this._validator = Validators.compose(super._getValidators());\n  }\n  /**\n   * Gets the element that the datepicker popup should be connected to.\n   * @return The element to connect the popup to.\n   */\n  getConnectedOverlayOrigin() {\n    return this._formField ? this._formField.getConnectedOverlayOrigin() : this._elementRef;\n  }\n  /** Gets the ID of an element that should be used a description for the calendar overlay. */\n  getOverlayLabelId() {\n    if (this._formField) {\n      return this._formField.getLabelId();\n    }\n    return this._elementRef.nativeElement.getAttribute('aria-labelledby');\n  }\n  /** Returns the palette used by the input's form field, if any. */\n  getThemePalette() {\n    return this._formField ? this._formField.color : undefined;\n  }\n  /** Gets the value at which the calendar should start. */\n  getStartValue() {\n    return this.value;\n  }\n  ngOnDestroy() {\n    super.ngOnDestroy();\n    this._closedSubscription.unsubscribe();\n  }\n  /** Opens the associated datepicker. */\n  _openPopup() {\n    if (this._datepicker) {\n      this._datepicker.open();\n    }\n  }\n  _getValueFromModel(modelValue) {\n    return modelValue;\n  }\n  _assignValueToModel(value) {\n    if (this._model) {\n      this._model.updateSelection(value, this);\n    }\n  }\n  /** Gets the input's minimum date. */\n  _getMinDate() {\n    return this._min;\n  }\n  /** Gets the input's maximum date. */\n  _getMaxDate() {\n    return this._max;\n  }\n  /** Gets the input's date filtering function. */\n  _getDateFilter() {\n    return this._dateFilter;\n  }\n  _shouldHandleChangeEvent(event) {\n    return event.source !== this;\n  }\n  static {\n    this.ɵfac = function MatDatepickerInput_Factory(t) {\n      return new (t || MatDatepickerInput)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS, 8), i0.ɵɵdirectiveInject(MAT_FORM_FIELD, 8));\n    };\n  }\n  static {\n    this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n      type: MatDatepickerInput,\n      selectors: [[\"input\", \"matDatepicker\", \"\"]],\n      hostAttrs: [1, \"mat-datepicker-input\"],\n      hostVars: 6,\n      hostBindings: function MatDatepickerInput_HostBindings(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵlistener(\"input\", function MatDatepickerInput_input_HostBindingHandler($event) {\n            return ctx._onInput($event.target.value);\n          })(\"change\", function MatDatepickerInput_change_HostBindingHandler() {\n            return ctx._onChange();\n          })(\"blur\", function MatDatepickerInput_blur_HostBindingHandler() {\n            return ctx._onBlur();\n          })(\"keydown\", function MatDatepickerInput_keydown_HostBindingHandler($event) {\n            return ctx._onKeydown($event);\n          });\n        }\n        if (rf & 2) {\n          i0.ɵɵhostProperty(\"disabled\", ctx.disabled);\n          i0.ɵɵattribute(\"aria-haspopup\", ctx._datepicker ? \"dialog\" : null)(\"aria-owns\", (ctx._datepicker == null ? null : ctx._datepicker.opened) && ctx._datepicker.id || null)(\"min\", ctx.min ? ctx._dateAdapter.toIso8601(ctx.min) : null)(\"max\", ctx.max ? ctx._dateAdapter.toIso8601(ctx.max) : null)(\"data-mat-calendar\", ctx._datepicker ? ctx._datepicker.id : null);\n        }\n      },\n      inputs: {\n        matDatepicker: \"matDatepicker\",\n        min: \"min\",\n        max: \"max\",\n        dateFilter: [i0.ɵɵInputFlags.None, \"matDatepickerFilter\", \"dateFilter\"]\n      },\n      exportAs: [\"matDatepickerInput\"],\n      standalone: true,\n      features: [i0.ɵɵProvidersFeature([MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATEPICKER_VALIDATORS, {\n        provide: MAT_INPUT_VALUE_ACCESSOR,\n        useExisting: MatDatepickerInput\n      }]), i0.ɵɵInheritDefinitionFeature]\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerInput, [{\n    type: Directive,\n    args: [{\n      selector: 'input[matDatepicker]',\n      providers: [MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATEPICKER_VALIDATORS, {\n        provide: MAT_INPUT_VALUE_ACCESSOR,\n        useExisting: MatDatepickerInput\n      }],\n      host: {\n        'class': 'mat-datepicker-input',\n        '[attr.aria-haspopup]': '_datepicker ? \"dialog\" : null',\n        '[attr.aria-owns]': '(_datepicker?.opened && _datepicker.id) || null',\n        '[attr.min]': 'min ? _dateAdapter.toIso8601(min) : null',\n        '[attr.max]': 'max ? _dateAdapter.toIso8601(max) : null',\n        // Used by the test harness to tie this input to its calendar. We can't depend on\n        // `aria-owns` for this, because it's only defined while the calendar is open.\n        '[attr.data-mat-calendar]': '_datepicker ? _datepicker.id : null',\n        '[disabled]': 'disabled',\n        '(input)': '_onInput($event.target.value)',\n        '(change)': '_onChange()',\n        '(blur)': '_onBlur()',\n        '(keydown)': '_onKeydown($event)'\n      },\n      exportAs: 'matDatepickerInput',\n      standalone: true\n    }]\n  }], () => [{\n    type: i0.ElementRef\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_DATE_FORMATS]\n    }]\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_FORM_FIELD]\n    }]\n  }], {\n    matDatepicker: [{\n      type: Input\n    }],\n    min: [{\n      type: Input\n    }],\n    max: [{\n      type: Input\n    }],\n    dateFilter: [{\n      type: Input,\n      args: ['matDatepickerFilter']\n    }]\n  });\n})();\n\n/** Can be used to override the icon of a `matDatepickerToggle`. */\nclass MatDatepickerToggleIcon {\n  static {\n    this.ɵfac = function MatDatepickerToggleIcon_Factory(t) {\n      return new (t || MatDatepickerToggleIcon)();\n    };\n  }\n  static {\n    this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n      type: MatDatepickerToggleIcon,\n      selectors: [[\"\", \"matDatepickerToggleIcon\", \"\"]],\n      standalone: true\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerToggleIcon, [{\n    type: Directive,\n    args: [{\n      selector: '[matDatepickerToggleIcon]',\n      standalone: true\n    }]\n  }], null, null);\n})();\nclass MatDatepickerToggle {\n  /** Whether the toggle button is disabled. */\n  get disabled() {\n    if (this._disabled === undefined && this.datepicker) {\n      return this.datepicker.disabled;\n    }\n    return !!this._disabled;\n  }\n  set disabled(value) {\n    this._disabled = value;\n  }\n  constructor(_intl, _changeDetectorRef, defaultTabIndex) {\n    this._intl = _intl;\n    this._changeDetectorRef = _changeDetectorRef;\n    this._stateChanges = Subscription.EMPTY;\n    const parsedTabIndex = Number(defaultTabIndex);\n    this.tabIndex = parsedTabIndex || parsedTabIndex === 0 ? parsedTabIndex : null;\n  }\n  ngOnChanges(changes) {\n    if (changes['datepicker']) {\n      this._watchStateChanges();\n    }\n  }\n  ngOnDestroy() {\n    this._stateChanges.unsubscribe();\n  }\n  ngAfterContentInit() {\n    this._watchStateChanges();\n  }\n  _open(event) {\n    if (this.datepicker && !this.disabled) {\n      this.datepicker.open();\n      event.stopPropagation();\n    }\n  }\n  _watchStateChanges() {\n    const datepickerStateChanged = this.datepicker ? this.datepicker.stateChanges : of();\n    const inputStateChanged = this.datepicker && this.datepicker.datepickerInput ? this.datepicker.datepickerInput.stateChanges : of();\n    const datepickerToggled = this.datepicker ? merge(this.datepicker.openedStream, this.datepicker.closedStream) : of();\n    this._stateChanges.unsubscribe();\n    this._stateChanges = merge(this._intl.changes, datepickerStateChanged, inputStateChanged, datepickerToggled).subscribe(() => this._changeDetectorRef.markForCheck());\n  }\n  static {\n    this.ɵfac = function MatDatepickerToggle_Factory(t) {\n      return new (t || MatDatepickerToggle)(i0.ɵɵdirectiveInject(MatDatepickerIntl), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵinjectAttribute('tabindex'));\n    };\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatDatepickerToggle,\n      selectors: [[\"mat-datepicker-toggle\"]],\n      contentQueries: function MatDatepickerToggle_ContentQueries(rf, ctx, dirIndex) {\n        if (rf & 1) {\n          i0.ɵɵcontentQuery(dirIndex, MatDatepickerToggleIcon, 5);\n        }\n        if (rf & 2) {\n          let _t;\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._customIcon = _t.first);\n        }\n      },\n      viewQuery: function MatDatepickerToggle_Query(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵviewQuery(_c2, 5);\n        }\n        if (rf & 2) {\n          let _t;\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._button = _t.first);\n        }\n      },\n      hostAttrs: [1, \"mat-datepicker-toggle\"],\n      hostVars: 8,\n      hostBindings: function MatDatepickerToggle_HostBindings(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵlistener(\"click\", function MatDatepickerToggle_click_HostBindingHandler($event) {\n            return ctx._open($event);\n          });\n        }\n        if (rf & 2) {\n          i0.ɵɵattribute(\"tabindex\", null)(\"data-mat-calendar\", ctx.datepicker ? ctx.datepicker.id : null);\n          i0.ɵɵclassProp(\"mat-datepicker-toggle-active\", ctx.datepicker && ctx.datepicker.opened)(\"mat-accent\", ctx.datepicker && ctx.datepicker.color === \"accent\")(\"mat-warn\", ctx.datepicker && ctx.datepicker.color === \"warn\");\n        }\n      },\n      inputs: {\n        datepicker: [i0.ɵɵInputFlags.None, \"for\", \"datepicker\"],\n        tabIndex: \"tabIndex\",\n        ariaLabel: [i0.ɵɵInputFlags.None, \"aria-label\", \"ariaLabel\"],\n        disabled: [i0.ɵɵInputFlags.HasDecoratorInputTransform, \"disabled\", \"disabled\", booleanAttribute],\n        disableRipple: \"disableRipple\"\n      },\n      exportAs: [\"matDatepickerToggle\"],\n      standalone: true,\n      features: [i0.ɵɵInputTransformsFeature, i0.ɵɵNgOnChangesFeature, i0.ɵɵStandaloneFeature],\n      ngContentSelectors: _c4,\n      decls: 4,\n      vars: 6,\n      consts: [[\"button\", \"\"], [\"mat-icon-button\", \"\", \"type\", \"button\", 3, \"disabled\", \"disableRipple\"], [\"viewBox\", \"0 0 24 24\", \"width\", \"24px\", \"height\", \"24px\", \"fill\", \"currentColor\", \"focusable\", \"false\", \"aria-hidden\", \"true\", 1, \"mat-datepicker-toggle-default-icon\"], [\"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\"]],\n      template: function MatDatepickerToggle_Template(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵprojectionDef(_c3);\n          i0.ɵɵelementStart(0, \"button\", 1, 0);\n          i0.ɵɵtemplate(2, MatDatepickerToggle_Conditional_2_Template, 2, 0, \":svg:svg\", 2);\n          i0.ɵɵprojection(3);\n          i0.ɵɵelementEnd();\n        }\n        if (rf & 2) {\n          i0.ɵɵproperty(\"disabled\", ctx.disabled)(\"disableRipple\", ctx.disableRipple);\n          i0.ɵɵattribute(\"aria-haspopup\", ctx.datepicker ? \"dialog\" : null)(\"aria-label\", ctx.ariaLabel || ctx._intl.openCalendarLabel)(\"tabindex\", ctx.disabled ? -1 : ctx.tabIndex);\n          i0.ɵɵadvance(2);\n          i0.ɵɵconditional(2, !ctx._customIcon ? 2 : -1);\n        }\n      },\n      dependencies: [MatIconButton],\n      styles: [\".mat-datepicker-toggle{pointer-events:auto;color:var(--mat-datepicker-toggle-icon-color)}.mat-datepicker-toggle-active{color:var(--mat-datepicker-toggle-active-state-icon-color)}.cdk-high-contrast-active .mat-datepicker-toggle-default-icon{color:CanvasText}\"],\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerToggle, [{\n    type: Component,\n    args: [{\n      selector: 'mat-datepicker-toggle',\n      host: {\n        'class': 'mat-datepicker-toggle',\n        '[attr.tabindex]': 'null',\n        '[class.mat-datepicker-toggle-active]': 'datepicker && datepicker.opened',\n        '[class.mat-accent]': 'datepicker && datepicker.color === \"accent\"',\n        '[class.mat-warn]': 'datepicker && datepicker.color === \"warn\"',\n        // Used by the test harness to tie this toggle to its datepicker.\n        '[attr.data-mat-calendar]': 'datepicker ? datepicker.id : null',\n        // Bind the `click` on the host, rather than the inner `button`, so that we can call\n        // `stopPropagation` on it without affecting the user's `click` handlers. We need to stop\n        // it so that the input doesn't get focused automatically by the form field (See #21836).\n        '(click)': '_open($event)'\n      },\n      exportAs: 'matDatepickerToggle',\n      encapsulation: ViewEncapsulation.None,\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      standalone: true,\n      imports: [MatIconButton],\n      template: \"<button\\n  #button\\n  mat-icon-button\\n  type=\\\"button\\\"\\n  [attr.aria-haspopup]=\\\"datepicker ? 'dialog' : null\\\"\\n  [attr.aria-label]=\\\"ariaLabel || _intl.openCalendarLabel\\\"\\n  [attr.tabindex]=\\\"disabled ? -1 : tabIndex\\\"\\n  [disabled]=\\\"disabled\\\"\\n  [disableRipple]=\\\"disableRipple\\\">\\n\\n  @if (!_customIcon) {\\n    <svg\\n      class=\\\"mat-datepicker-toggle-default-icon\\\"\\n      viewBox=\\\"0 0 24 24\\\"\\n      width=\\\"24px\\\"\\n      height=\\\"24px\\\"\\n      fill=\\\"currentColor\\\"\\n      focusable=\\\"false\\\"\\n      aria-hidden=\\\"true\\\">\\n      <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\\\"/>\\n    </svg>\\n  }\\n\\n  <ng-content select=\\\"[matDatepickerToggleIcon]\\\"></ng-content>\\n</button>\\n\",\n      styles: [\".mat-datepicker-toggle{pointer-events:auto;color:var(--mat-datepicker-toggle-icon-color)}.mat-datepicker-toggle-active{color:var(--mat-datepicker-toggle-active-state-icon-color)}.cdk-high-contrast-active .mat-datepicker-toggle-default-icon{color:CanvasText}\"]\n    }]\n  }], () => [{\n    type: MatDatepickerIntl\n  }, {\n    type: i0.ChangeDetectorRef\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Attribute,\n      args: ['tabindex']\n    }]\n  }], {\n    datepicker: [{\n      type: Input,\n      args: ['for']\n    }],\n    tabIndex: [{\n      type: Input\n    }],\n    ariaLabel: [{\n      type: Input,\n      args: ['aria-label']\n    }],\n    disabled: [{\n      type: Input,\n      args: [{\n        transform: booleanAttribute\n      }]\n    }],\n    disableRipple: [{\n      type: Input\n    }],\n    _customIcon: [{\n      type: ContentChild,\n      args: [MatDatepickerToggleIcon]\n    }],\n    _button: [{\n      type: ViewChild,\n      args: ['button']\n    }]\n  });\n})();\n\n// This file contains the `_computeAriaAccessibleName` function, which computes what the *expected*\n// ARIA accessible name would be for a given element. Implements a subset of ARIA specification\n// [Accessible Name and Description Computation 1.2](https://www.w3.org/TR/accname-1.2/).\n//\n// Specification accname-1.2 can be summarized by returning the result of the first method\n// available.\n//\n//  1. `aria-labelledby` attribute\n//     ```\n//       <!-- example using aria-labelledby-->\n//       <label id='label-id'>Start Date</label>\n//       <input aria-labelledby='label-id'/>\n//     ```\n//  2. `aria-label` attribute (e.g. `<input aria-label=\"Departure\"/>`)\n//  3. Label with `for`/`id`\n//     ```\n//       <!-- example using for/id -->\n//       <label for=\"current-node\">Label</label>\n//       <input id=\"current-node\"/>\n//     ```\n//  4. `placeholder` attribute (e.g. `<input placeholder=\"06/03/1990\"/>`)\n//  5. `title` attribute (e.g. `<input title=\"Check-In\"/>`)\n//  6. text content\n//     ```\n//       <!-- example using text content -->\n//       <label for=\"current-node\"><span>Departure</span> Date</label>\n//       <input id=\"current-node\"/>\n//     ```\n/**\n * Computes the *expected* ARIA accessible name for argument element based on [accname-1.2\n * specification](https://www.w3.org/TR/accname-1.2/). Implements a subset of accname-1.2,\n * and should only be used for the Datepicker's specific use case.\n *\n * Intended use:\n * This is not a general use implementation. Only implements the parts of accname-1.2 that are\n * required for the Datepicker's specific use case. This function is not intended for any other\n * use.\n *\n * Limitations:\n *  - Only covers the needs of `matStartDate` and `matEndDate`. Does not support other use cases.\n *  - See NOTES's in implementation for specific details on what parts of the accname-1.2\n *  specification are not implemented.\n *\n *  @param element {HTMLInputElement} native &lt;input/&gt; element of `matStartDate` or\n *  `matEndDate` component. Corresponds to the 'Root Element' from accname-1.2\n *\n *  @return expected ARIA accessible name of argument &lt;input/&gt;\n */\nfunction _computeAriaAccessibleName(element) {\n  return _computeAriaAccessibleNameInternal(element, true);\n}\n/**\n * Determine if argument node is an Element based on `nodeType` property. This function is safe to\n * use with server-side rendering.\n */\nfunction ssrSafeIsElement(node) {\n  return node.nodeType === Node.ELEMENT_NODE;\n}\n/**\n * Determine if argument node is an HTMLInputElement based on `nodeName` property. This funciton is\n * safe to use with server-side rendering.\n */\nfunction ssrSafeIsHTMLInputElement(node) {\n  return node.nodeName === 'INPUT';\n}\n/**\n * Determine if argument node is an HTMLTextAreaElement based on `nodeName` property. This\n * funciton is safe to use with server-side rendering.\n */\nfunction ssrSafeIsHTMLTextAreaElement(node) {\n  return node.nodeName === 'TEXTAREA';\n}\n/**\n * Calculate the expected ARIA accessible name for given DOM Node. Given DOM Node may be either the\n * \"Root node\" passed to `_computeAriaAccessibleName` or \"Current node\" as result of recursion.\n *\n * @return the accessible name of argument DOM Node\n *\n * @param currentNode node to determine accessible name of\n * @param isDirectlyReferenced true if `currentNode` is the root node to calculate ARIA accessible\n * name of. False if it is a result of recursion.\n */\nfunction _computeAriaAccessibleNameInternal(currentNode, isDirectlyReferenced) {\n  // NOTE: this differs from accname-1.2 specification.\n  //  - Does not implement Step 1. of accname-1.2: '''If `currentNode`'s role prohibits naming,\n  //    return the empty string (\"\")'''.\n  //  - Does not implement Step 2.A. of accname-1.2: '''if current node is hidden and not directly\n  //    referenced by aria-labelledby... return the empty string.'''\n  // acc-name-1.2 Step 2.B.: aria-labelledby\n  if (ssrSafeIsElement(currentNode) && isDirectlyReferenced) {\n    const labelledbyIds = currentNode.getAttribute?.('aria-labelledby')?.split(/\\s+/g) || [];\n    const validIdRefs = labelledbyIds.reduce((validIds, id) => {\n      const elem = document.getElementById(id);\n      if (elem) {\n        validIds.push(elem);\n      }\n      return validIds;\n    }, []);\n    if (validIdRefs.length) {\n      return validIdRefs.map(idRef => {\n        return _computeAriaAccessibleNameInternal(idRef, false);\n      }).join(' ');\n    }\n  }\n  // acc-name-1.2 Step 2.C.: aria-label\n  if (ssrSafeIsElement(currentNode)) {\n    const ariaLabel = currentNode.getAttribute('aria-label')?.trim();\n    if (ariaLabel) {\n      return ariaLabel;\n    }\n  }\n  // acc-name-1.2 Step 2.D. attribute or element that defines a text alternative\n  //\n  // NOTE: this differs from accname-1.2 specification.\n  // Only implements Step 2.D. for `<label>`,`<input/>`, and `<textarea/>` element. Does not\n  // implement other elements that have an attribute or element that defines a text alternative.\n  if (ssrSafeIsHTMLInputElement(currentNode) || ssrSafeIsHTMLTextAreaElement(currentNode)) {\n    // use label with a `for` attribute referencing the current node\n    if (currentNode.labels?.length) {\n      return Array.from(currentNode.labels).map(x => _computeAriaAccessibleNameInternal(x, false)).join(' ');\n    }\n    // use placeholder if available\n    const placeholder = currentNode.getAttribute('placeholder')?.trim();\n    if (placeholder) {\n      return placeholder;\n    }\n    // use title if available\n    const title = currentNode.getAttribute('title')?.trim();\n    if (title) {\n      return title;\n    }\n  }\n  // NOTE: this differs from accname-1.2 specification.\n  //  - does not implement acc-name-1.2 Step 2.E.: '''if the current node is a control embedded\n  //     within the label... then include the embedded control as part of the text alternative in\n  //     the following manner...'''. Step 2E applies to embedded controls such as textbox, listbox,\n  //     range, etc.\n  //  - does not implement acc-name-1.2 step 2.F.: check that '''role allows name from content''',\n  //    which applies to `currentNode` and its children.\n  //  - does not implement acc-name-1.2 Step 2.F.ii.: '''Check for CSS generated textual content'''\n  //    (e.g. :before and :after).\n  //  - does not implement acc-name-1.2 Step 2.I.: '''if the current node has a Tooltip attribute,\n  //    return its value'''\n  // Return text content with whitespace collapsed into a single space character. Accomplish\n  // acc-name-1.2 steps 2F, 2G, and 2H.\n  return (currentNode.textContent || '').replace(/\\s+/g, ' ').trim();\n}\n\n/**\n * Used to provide the date range input wrapper component\n * to the parts without circular dependencies.\n */\nconst MAT_DATE_RANGE_INPUT_PARENT = new InjectionToken('MAT_DATE_RANGE_INPUT_PARENT');\n/**\n * Base class for the individual inputs that can be projected inside a `mat-date-range-input`.\n */\nclass MatDateRangeInputPartBase extends MatDatepickerInputBase {\n  /** Object used to control when error messages are shown. */\n  get errorStateMatcher() {\n    return this._errorStateTracker.matcher;\n  }\n  set errorStateMatcher(value) {\n    this._errorStateTracker.matcher = value;\n  }\n  /** Whether the input is in an error state. */\n  get errorState() {\n    return this._errorStateTracker.errorState;\n  }\n  set errorState(value) {\n    this._errorStateTracker.errorState = value;\n  }\n  constructor(_rangeInput, _elementRef, _defaultErrorStateMatcher, _injector, _parentForm, _parentFormGroup, dateAdapter, dateFormats) {\n    super(_elementRef, dateAdapter, dateFormats);\n    this._rangeInput = _rangeInput;\n    this._elementRef = _elementRef;\n    this._defaultErrorStateMatcher = _defaultErrorStateMatcher;\n    this._injector = _injector;\n    this._parentForm = _parentForm;\n    this._parentFormGroup = _parentFormGroup;\n    this._dir = inject(Directionality, {\n      optional: true\n    });\n    this._errorStateTracker = new _ErrorStateTracker(this._defaultErrorStateMatcher, null, this._parentFormGroup, this._parentForm, this.stateChanges);\n  }\n  ngOnInit() {\n    // We need the date input to provide itself as a `ControlValueAccessor` and a `Validator`, while\n    // injecting its `NgControl` so that the error state is handled correctly. This introduces a\n    // circular dependency, because both `ControlValueAccessor` and `Validator` depend on the input\n    // itself. Usually we can work around it for the CVA, but there's no API to do it for the\n    // validator. We work around it here by injecting the `NgControl` in `ngOnInit`, after\n    // everything has been resolved.\n    const ngControl = this._injector.get(NgControl, null, {\n      optional: true,\n      self: true\n    });\n    if (ngControl) {\n      this.ngControl = ngControl;\n      this._errorStateTracker.ngControl = ngControl;\n    }\n  }\n  ngDoCheck() {\n    if (this.ngControl) {\n      // We need to re-evaluate this on every change detection cycle, because there are some\n      // error triggers that we can't subscribe to (e.g. parent form submissions). This means\n      // that whatever logic is in here has to be super lean or we risk destroying the performance.\n      this.updateErrorState();\n    }\n  }\n  /** Gets whether the input is empty. */\n  isEmpty() {\n    return this._elementRef.nativeElement.value.length === 0;\n  }\n  /** Gets the placeholder of the input. */\n  _getPlaceholder() {\n    return this._elementRef.nativeElement.placeholder;\n  }\n  /** Focuses the input. */\n  focus() {\n    this._elementRef.nativeElement.focus();\n  }\n  /** Gets the value that should be used when mirroring the input's size. */\n  getMirrorValue() {\n    const element = this._elementRef.nativeElement;\n    const value = element.value;\n    return value.length > 0 ? value : element.placeholder;\n  }\n  /** Refreshes the error state of the input. */\n  updateErrorState() {\n    this._errorStateTracker.updateErrorState();\n  }\n  /** Handles `input` events on the input element. */\n  _onInput(value) {\n    super._onInput(value);\n    this._rangeInput._handleChildValueChange();\n  }\n  /** Opens the datepicker associated with the input. */\n  _openPopup() {\n    this._rangeInput._openDatepicker();\n  }\n  /** Gets the minimum date from the range input. */\n  _getMinDate() {\n    return this._rangeInput.min;\n  }\n  /** Gets the maximum date from the range input. */\n  _getMaxDate() {\n    return this._rangeInput.max;\n  }\n  /** Gets the date filter function from the range input. */\n  _getDateFilter() {\n    return this._rangeInput.dateFilter;\n  }\n  _parentDisabled() {\n    return this._rangeInput._groupDisabled;\n  }\n  _shouldHandleChangeEvent({\n    source\n  }) {\n    return source !== this._rangeInput._startInput && source !== this._rangeInput._endInput;\n  }\n  _assignValueProgrammatically(value) {\n    super._assignValueProgrammatically(value);\n    const opposite = this === this._rangeInput._startInput ? this._rangeInput._endInput : this._rangeInput._startInput;\n    opposite?._validatorOnChange();\n  }\n  /** return the ARIA accessible name of the input element */\n  _getAccessibleName() {\n    return _computeAriaAccessibleName(this._elementRef.nativeElement);\n  }\n  static {\n    this.ɵfac = function MatDateRangeInputPartBase_Factory(t) {\n      return new (t || MatDateRangeInputPartBase)(i0.ɵɵdirectiveInject(MAT_DATE_RANGE_INPUT_PARENT), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1.ErrorStateMatcher), i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i2$1.NgForm, 8), i0.ɵɵdirectiveInject(i2$1.FormGroupDirective, 8), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS, 8));\n    };\n  }\n  static {\n    this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n      type: MatDateRangeInputPartBase,\n      inputs: {\n        errorStateMatcher: \"errorStateMatcher\"\n      },\n      standalone: true,\n      features: [i0.ɵɵInheritDefinitionFeature]\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDateRangeInputPartBase, [{\n    type: Directive,\n    args: [{\n      standalone: true\n    }]\n  }], () => [{\n    type: undefined,\n    decorators: [{\n      type: Inject,\n      args: [MAT_DATE_RANGE_INPUT_PARENT]\n    }]\n  }, {\n    type: i0.ElementRef\n  }, {\n    type: i1.ErrorStateMatcher\n  }, {\n    type: i0.Injector\n  }, {\n    type: i2$1.NgForm,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: i2$1.FormGroupDirective,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_DATE_FORMATS]\n    }]\n  }], {\n    errorStateMatcher: [{\n      type: Input\n    }]\n  });\n})();\n/** Input for entering the start date in a `mat-date-range-input`. */\nclass MatStartDate extends MatDateRangeInputPartBase {\n  constructor(rangeInput, elementRef, defaultErrorStateMatcher, injector, parentForm, parentFormGroup, dateAdapter, dateFormats) {\n    super(rangeInput, elementRef, defaultErrorStateMatcher, injector, parentForm, parentFormGroup, dateAdapter, dateFormats);\n    /** Validator that checks that the start date isn't after the end date. */\n    this._startValidator = control => {\n      const start = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(control.value));\n      const end = this._model ? this._model.selection.end : null;\n      return !start || !end || this._dateAdapter.compareDate(start, end) <= 0 ? null : {\n        'matStartDateInvalid': {\n          'end': end,\n          'actual': start\n        }\n      };\n    };\n    this._validator = Validators.compose([...super._getValidators(), this._startValidator]);\n  }\n  _getValueFromModel(modelValue) {\n    return modelValue.start;\n  }\n  _shouldHandleChangeEvent(change) {\n    if (!super._shouldHandleChangeEvent(change)) {\n      return false;\n    } else {\n      return !change.oldValue?.start ? !!change.selection.start : !change.selection.start || !!this._dateAdapter.compareDate(change.oldValue.start, change.selection.start);\n    }\n  }\n  _assignValueToModel(value) {\n    if (this._model) {\n      const range = new DateRange(value, this._model.selection.end);\n      this._model.updateSelection(range, this);\n    }\n  }\n  _formatValue(value) {\n    super._formatValue(value);\n    // Any time the input value is reformatted we need to tell the parent.\n    this._rangeInput._handleChildValueChange();\n  }\n  _onKeydown(event) {\n    const endInput = this._rangeInput._endInput;\n    const element = this._elementRef.nativeElement;\n    const isLtr = this._dir?.value !== 'rtl';\n    // If the user hits RIGHT (LTR) when at the end of the input (and no\n    // selection), move the cursor to the start of the end input.\n    if ((event.keyCode === RIGHT_ARROW && isLtr || event.keyCode === LEFT_ARROW && !isLtr) && element.selectionStart === element.value.length && element.selectionEnd === element.value.length) {\n      event.preventDefault();\n      endInput._elementRef.nativeElement.setSelectionRange(0, 0);\n      endInput.focus();\n    } else {\n      super._onKeydown(event);\n    }\n  }\n  static {\n    this.ɵfac = function MatStartDate_Factory(t) {\n      return new (t || MatStartDate)(i0.ɵɵdirectiveInject(MAT_DATE_RANGE_INPUT_PARENT), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1.ErrorStateMatcher), i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i2$1.NgForm, 8), i0.ɵɵdirectiveInject(i2$1.FormGroupDirective, 8), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS, 8));\n    };\n  }\n  static {\n    this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n      type: MatStartDate,\n      selectors: [[\"input\", \"matStartDate\", \"\"]],\n      hostAttrs: [\"type\", \"text\", 1, \"mat-start-date\", \"mat-date-range-input-inner\"],\n      hostVars: 5,\n      hostBindings: function MatStartDate_HostBindings(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵlistener(\"input\", function MatStartDate_input_HostBindingHandler($event) {\n            return ctx._onInput($event.target.value);\n          })(\"change\", function MatStartDate_change_HostBindingHandler() {\n            return ctx._onChange();\n          })(\"keydown\", function MatStartDate_keydown_HostBindingHandler($event) {\n            return ctx._onKeydown($event);\n          })(\"blur\", function MatStartDate_blur_HostBindingHandler() {\n            return ctx._onBlur();\n          });\n        }\n        if (rf & 2) {\n          i0.ɵɵhostProperty(\"disabled\", ctx.disabled);\n          i0.ɵɵattribute(\"aria-haspopup\", ctx._rangeInput.rangePicker ? \"dialog\" : null)(\"aria-owns\", (ctx._rangeInput.rangePicker == null ? null : ctx._rangeInput.rangePicker.opened) && ctx._rangeInput.rangePicker.id || null)(\"min\", ctx._getMinDate() ? ctx._dateAdapter.toIso8601(ctx._getMinDate()) : null)(\"max\", ctx._getMaxDate() ? ctx._dateAdapter.toIso8601(ctx._getMaxDate()) : null);\n        }\n      },\n      outputs: {\n        dateChange: \"dateChange\",\n        dateInput: \"dateInput\"\n      },\n      standalone: true,\n      features: [i0.ɵɵProvidersFeature([{\n        provide: NG_VALUE_ACCESSOR,\n        useExisting: MatStartDate,\n        multi: true\n      }, {\n        provide: NG_VALIDATORS,\n        useExisting: MatStartDate,\n        multi: true\n      }]), i0.ɵɵInheritDefinitionFeature]\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatStartDate, [{\n    type: Directive,\n    args: [{\n      selector: 'input[matStartDate]',\n      host: {\n        'class': 'mat-start-date mat-date-range-input-inner',\n        '[disabled]': 'disabled',\n        '(input)': '_onInput($event.target.value)',\n        '(change)': '_onChange()',\n        '(keydown)': '_onKeydown($event)',\n        '[attr.aria-haspopup]': '_rangeInput.rangePicker ? \"dialog\" : null',\n        '[attr.aria-owns]': '(_rangeInput.rangePicker?.opened && _rangeInput.rangePicker.id) || null',\n        '[attr.min]': '_getMinDate() ? _dateAdapter.toIso8601(_getMinDate()) : null',\n        '[attr.max]': '_getMaxDate() ? _dateAdapter.toIso8601(_getMaxDate()) : null',\n        '(blur)': '_onBlur()',\n        'type': 'text'\n      },\n      providers: [{\n        provide: NG_VALUE_ACCESSOR,\n        useExisting: MatStartDate,\n        multi: true\n      }, {\n        provide: NG_VALIDATORS,\n        useExisting: MatStartDate,\n        multi: true\n      }],\n      // These need to be specified explicitly, because some tooling doesn't\n      // seem to pick them up from the base class. See #20932.\n      outputs: ['dateChange', 'dateInput'],\n      standalone: true\n    }]\n  }], () => [{\n    type: undefined,\n    decorators: [{\n      type: Inject,\n      args: [MAT_DATE_RANGE_INPUT_PARENT]\n    }]\n  }, {\n    type: i0.ElementRef\n  }, {\n    type: i1.ErrorStateMatcher\n  }, {\n    type: i0.Injector\n  }, {\n    type: i2$1.NgForm,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: i2$1.FormGroupDirective,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_DATE_FORMATS]\n    }]\n  }], null);\n})();\n/** Input for entering the end date in a `mat-date-range-input`. */\nclass MatEndDate extends MatDateRangeInputPartBase {\n  constructor(rangeInput, elementRef, defaultErrorStateMatcher, injector, parentForm, parentFormGroup, dateAdapter, dateFormats) {\n    super(rangeInput, elementRef, defaultErrorStateMatcher, injector, parentForm, parentFormGroup, dateAdapter, dateFormats);\n    /** Validator that checks that the end date isn't before the start date. */\n    this._endValidator = control => {\n      const end = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(control.value));\n      const start = this._model ? this._model.selection.start : null;\n      return !end || !start || this._dateAdapter.compareDate(end, start) >= 0 ? null : {\n        'matEndDateInvalid': {\n          'start': start,\n          'actual': end\n        }\n      };\n    };\n    this._validator = Validators.compose([...super._getValidators(), this._endValidator]);\n  }\n  _getValueFromModel(modelValue) {\n    return modelValue.end;\n  }\n  _shouldHandleChangeEvent(change) {\n    if (!super._shouldHandleChangeEvent(change)) {\n      return false;\n    } else {\n      return !change.oldValue?.end ? !!change.selection.end : !change.selection.end || !!this._dateAdapter.compareDate(change.oldValue.end, change.selection.end);\n    }\n  }\n  _assignValueToModel(value) {\n    if (this._model) {\n      const range = new DateRange(this._model.selection.start, value);\n      this._model.updateSelection(range, this);\n    }\n  }\n  _moveCaretToEndOfStartInput() {\n    const startInput = this._rangeInput._startInput._elementRef.nativeElement;\n    const value = startInput.value;\n    if (value.length > 0) {\n      startInput.setSelectionRange(value.length, value.length);\n    }\n    startInput.focus();\n  }\n  _onKeydown(event) {\n    const element = this._elementRef.nativeElement;\n    const isLtr = this._dir?.value !== 'rtl';\n    // If the user is pressing backspace on an empty end input, move focus back to the start.\n    if (event.keyCode === BACKSPACE && !element.value) {\n      this._moveCaretToEndOfStartInput();\n    }\n    // If the user hits LEFT (LTR) when at the start of the input (and no\n    // selection), move the cursor to the end of the start input.\n    else if ((event.keyCode === LEFT_ARROW && isLtr || event.keyCode === RIGHT_ARROW && !isLtr) && element.selectionStart === 0 && element.selectionEnd === 0) {\n      event.preventDefault();\n      this._moveCaretToEndOfStartInput();\n    } else {\n      super._onKeydown(event);\n    }\n  }\n  static {\n    this.ɵfac = function MatEndDate_Factory(t) {\n      return new (t || MatEndDate)(i0.ɵɵdirectiveInject(MAT_DATE_RANGE_INPUT_PARENT), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1.ErrorStateMatcher), i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i2$1.NgForm, 8), i0.ɵɵdirectiveInject(i2$1.FormGroupDirective, 8), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(MAT_DATE_FORMATS, 8));\n    };\n  }\n  static {\n    this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n      type: MatEndDate,\n      selectors: [[\"input\", \"matEndDate\", \"\"]],\n      hostAttrs: [\"type\", \"text\", 1, \"mat-end-date\", \"mat-date-range-input-inner\"],\n      hostVars: 5,\n      hostBindings: function MatEndDate_HostBindings(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵlistener(\"input\", function MatEndDate_input_HostBindingHandler($event) {\n            return ctx._onInput($event.target.value);\n          })(\"change\", function MatEndDate_change_HostBindingHandler() {\n            return ctx._onChange();\n          })(\"keydown\", function MatEndDate_keydown_HostBindingHandler($event) {\n            return ctx._onKeydown($event);\n          })(\"blur\", function MatEndDate_blur_HostBindingHandler() {\n            return ctx._onBlur();\n          });\n        }\n        if (rf & 2) {\n          i0.ɵɵhostProperty(\"disabled\", ctx.disabled);\n          i0.ɵɵattribute(\"aria-haspopup\", ctx._rangeInput.rangePicker ? \"dialog\" : null)(\"aria-owns\", (ctx._rangeInput.rangePicker == null ? null : ctx._rangeInput.rangePicker.opened) && ctx._rangeInput.rangePicker.id || null)(\"min\", ctx._getMinDate() ? ctx._dateAdapter.toIso8601(ctx._getMinDate()) : null)(\"max\", ctx._getMaxDate() ? ctx._dateAdapter.toIso8601(ctx._getMaxDate()) : null);\n        }\n      },\n      outputs: {\n        dateChange: \"dateChange\",\n        dateInput: \"dateInput\"\n      },\n      standalone: true,\n      features: [i0.ɵɵProvidersFeature([{\n        provide: NG_VALUE_ACCESSOR,\n        useExisting: MatEndDate,\n        multi: true\n      }, {\n        provide: NG_VALIDATORS,\n        useExisting: MatEndDate,\n        multi: true\n      }]), i0.ɵɵInheritDefinitionFeature]\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatEndDate, [{\n    type: Directive,\n    args: [{\n      selector: 'input[matEndDate]',\n      host: {\n        'class': 'mat-end-date mat-date-range-input-inner',\n        '[disabled]': 'disabled',\n        '(input)': '_onInput($event.target.value)',\n        '(change)': '_onChange()',\n        '(keydown)': '_onKeydown($event)',\n        '[attr.aria-haspopup]': '_rangeInput.rangePicker ? \"dialog\" : null',\n        '[attr.aria-owns]': '(_rangeInput.rangePicker?.opened && _rangeInput.rangePicker.id) || null',\n        '[attr.min]': '_getMinDate() ? _dateAdapter.toIso8601(_getMinDate()) : null',\n        '[attr.max]': '_getMaxDate() ? _dateAdapter.toIso8601(_getMaxDate()) : null',\n        '(blur)': '_onBlur()',\n        'type': 'text'\n      },\n      providers: [{\n        provide: NG_VALUE_ACCESSOR,\n        useExisting: MatEndDate,\n        multi: true\n      }, {\n        provide: NG_VALIDATORS,\n        useExisting: MatEndDate,\n        multi: true\n      }],\n      // These need to be specified explicitly, because some tooling doesn't\n      // seem to pick them up from the base class. See #20932.\n      outputs: ['dateChange', 'dateInput'],\n      standalone: true\n    }]\n  }], () => [{\n    type: undefined,\n    decorators: [{\n      type: Inject,\n      args: [MAT_DATE_RANGE_INPUT_PARENT]\n    }]\n  }, {\n    type: i0.ElementRef\n  }, {\n    type: i1.ErrorStateMatcher\n  }, {\n    type: i0.Injector\n  }, {\n    type: i2$1.NgForm,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: i2$1.FormGroupDirective,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_DATE_FORMATS]\n    }]\n  }], null);\n})();\nlet nextUniqueId = 0;\nclass MatDateRangeInput {\n  /** Current value of the range input. */\n  get value() {\n    return this._model ? this._model.selection : null;\n  }\n  /** Whether the control's label should float. */\n  get shouldLabelFloat() {\n    return this.focused || !this.empty;\n  }\n  /**\n   * Implemented as a part of `MatFormFieldControl`.\n   * Set the placeholder attribute on `matStartDate` and `matEndDate`.\n   * @docs-private\n   */\n  get placeholder() {\n    const start = this._startInput?._getPlaceholder() || '';\n    const end = this._endInput?._getPlaceholder() || '';\n    return start || end ? `${start} ${this.separator} ${end}` : '';\n  }\n  /** The range picker that this input is associated with. */\n  get rangePicker() {\n    return this._rangePicker;\n  }\n  set rangePicker(rangePicker) {\n    if (rangePicker) {\n      this._model = rangePicker.registerInput(this);\n      this._rangePicker = rangePicker;\n      this._closedSubscription.unsubscribe();\n      this._closedSubscription = rangePicker.closedStream.subscribe(() => {\n        this._startInput?._onTouched();\n        this._endInput?._onTouched();\n      });\n      this._registerModel(this._model);\n    }\n  }\n  /** Whether the input is required. */\n  get required() {\n    return this._required ?? (this._isTargetRequired(this) || this._isTargetRequired(this._startInput) || this._isTargetRequired(this._endInput)) ?? false;\n  }\n  set required(value) {\n    this._required = value;\n  }\n  /** Function that can be used to filter out dates within the date range picker. */\n  get dateFilter() {\n    return this._dateFilter;\n  }\n  set dateFilter(value) {\n    const start = this._startInput;\n    const end = this._endInput;\n    const wasMatchingStart = start && start._matchesFilter(start.value);\n    const wasMatchingEnd = end && end._matchesFilter(start.value);\n    this._dateFilter = value;\n    if (start && start._matchesFilter(start.value) !== wasMatchingStart) {\n      start._validatorOnChange();\n    }\n    if (end && end._matchesFilter(end.value) !== wasMatchingEnd) {\n      end._validatorOnChange();\n    }\n  }\n  /** The minimum valid date. */\n  get min() {\n    return this._min;\n  }\n  set min(value) {\n    const validValue = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n    if (!this._dateAdapter.sameDate(validValue, this._min)) {\n      this._min = validValue;\n      this._revalidate();\n    }\n  }\n  /** The maximum valid date. */\n  get max() {\n    return this._max;\n  }\n  set max(value) {\n    const validValue = this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(value));\n    if (!this._dateAdapter.sameDate(validValue, this._max)) {\n      this._max = validValue;\n      this._revalidate();\n    }\n  }\n  /** Whether the input is disabled. */\n  get disabled() {\n    return this._startInput && this._endInput ? this._startInput.disabled && this._endInput.disabled : this._groupDisabled;\n  }\n  set disabled(value) {\n    if (value !== this._groupDisabled) {\n      this._groupDisabled = value;\n      this.stateChanges.next(undefined);\n    }\n  }\n  /** Whether the input is in an error state. */\n  get errorState() {\n    if (this._startInput && this._endInput) {\n      return this._startInput.errorState || this._endInput.errorState;\n    }\n    return false;\n  }\n  /** Whether the datepicker input is empty. */\n  get empty() {\n    const startEmpty = this._startInput ? this._startInput.isEmpty() : false;\n    const endEmpty = this._endInput ? this._endInput.isEmpty() : false;\n    return startEmpty && endEmpty;\n  }\n  constructor(_changeDetectorRef, _elementRef, control, _dateAdapter, _formField) {\n    this._changeDetectorRef = _changeDetectorRef;\n    this._elementRef = _elementRef;\n    this._dateAdapter = _dateAdapter;\n    this._formField = _formField;\n    this._closedSubscription = Subscription.EMPTY;\n    /** Unique ID for the group. */\n    this.id = `mat-date-range-input-${nextUniqueId++}`;\n    /** Whether the control is focused. */\n    this.focused = false;\n    /** Name of the form control. */\n    this.controlType = 'mat-date-range-input';\n    this._groupDisabled = false;\n    /** Value for the `aria-describedby` attribute of the inputs. */\n    this._ariaDescribedBy = null;\n    /** Separator text to be shown between the inputs. */\n    this.separator = '–';\n    /** Start of the comparison range that should be shown in the calendar. */\n    this.comparisonStart = null;\n    /** End of the comparison range that should be shown in the calendar. */\n    this.comparisonEnd = null;\n    /** Emits when the input's state has changed. */\n    this.stateChanges = new Subject();\n    /**\n     * Disable the automatic labeling to avoid issues like #27241.\n     * @docs-private\n     */\n    this.disableAutomaticLabeling = true;\n    if (!_dateAdapter && (typeof ngDevMode === 'undefined' || ngDevMode)) {\n      throw createMissingDateImplError('DateAdapter');\n    }\n    // The datepicker module can be used both with MDC and non-MDC form fields. We have\n    // to conditionally add the MDC input class so that the range picker looks correctly.\n    if (_formField?._elementRef.nativeElement.classList.contains('mat-mdc-form-field')) {\n      _elementRef.nativeElement.classList.add('mat-mdc-input-element', 'mat-mdc-form-field-input-control', 'mdc-text-field__input');\n    }\n    // TODO(crisbeto): remove `as any` after #18206 lands.\n    this.ngControl = control;\n  }\n  /**\n   * Implemented as a part of `MatFormFieldControl`.\n   * @docs-private\n   */\n  setDescribedByIds(ids) {\n    this._ariaDescribedBy = ids.length ? ids.join(' ') : null;\n  }\n  /**\n   * Implemented as a part of `MatFormFieldControl`.\n   * @docs-private\n   */\n  onContainerClick() {\n    if (!this.focused && !this.disabled) {\n      if (!this._model || !this._model.selection.start) {\n        this._startInput.focus();\n      } else {\n        this._endInput.focus();\n      }\n    }\n  }\n  ngAfterContentInit() {\n    if (typeof ngDevMode === 'undefined' || ngDevMode) {\n      if (!this._startInput) {\n        throw Error('mat-date-range-input must contain a matStartDate input');\n      }\n      if (!this._endInput) {\n        throw Error('mat-date-range-input must contain a matEndDate input');\n      }\n    }\n    if (this._model) {\n      this._registerModel(this._model);\n    }\n    // We don't need to unsubscribe from this, because we\n    // know that the input streams will be completed on destroy.\n    merge(this._startInput.stateChanges, this._endInput.stateChanges).subscribe(() => {\n      this.stateChanges.next(undefined);\n    });\n  }\n  ngOnChanges(changes) {\n    if (dateInputsHaveChanged(changes, this._dateAdapter)) {\n      this.stateChanges.next(undefined);\n    }\n  }\n  ngOnDestroy() {\n    this._closedSubscription.unsubscribe();\n    this.stateChanges.complete();\n  }\n  /** Gets the date at which the calendar should start. */\n  getStartValue() {\n    return this.value ? this.value.start : null;\n  }\n  /** Gets the input's theme palette. */\n  getThemePalette() {\n    return this._formField ? this._formField.color : undefined;\n  }\n  /** Gets the element to which the calendar overlay should be attached. */\n  getConnectedOverlayOrigin() {\n    return this._formField ? this._formField.getConnectedOverlayOrigin() : this._elementRef;\n  }\n  /** Gets the ID of an element that should be used a description for the calendar overlay. */\n  getOverlayLabelId() {\n    return this._formField ? this._formField.getLabelId() : null;\n  }\n  /** Gets the value that is used to mirror the state input. */\n  _getInputMirrorValue(part) {\n    const input = part === 'start' ? this._startInput : this._endInput;\n    return input ? input.getMirrorValue() : '';\n  }\n  /** Whether the input placeholders should be hidden. */\n  _shouldHidePlaceholders() {\n    return this._startInput ? !this._startInput.isEmpty() : false;\n  }\n  /** Handles the value in one of the child inputs changing. */\n  _handleChildValueChange() {\n    this.stateChanges.next(undefined);\n    this._changeDetectorRef.markForCheck();\n  }\n  /** Opens the date range picker associated with the input. */\n  _openDatepicker() {\n    if (this._rangePicker) {\n      this._rangePicker.open();\n    }\n  }\n  /** Whether the separate text should be hidden. */\n  _shouldHideSeparator() {\n    return (!this._formField || this._formField.getLabelId() && !this._formField._shouldLabelFloat()) && this.empty;\n  }\n  /** Gets the value for the `aria-labelledby` attribute of the inputs. */\n  _getAriaLabelledby() {\n    const formField = this._formField;\n    return formField && formField._hasFloatingLabel() ? formField._labelId : null;\n  }\n  _getStartDateAccessibleName() {\n    return this._startInput._getAccessibleName();\n  }\n  _getEndDateAccessibleName() {\n    return this._endInput._getAccessibleName();\n  }\n  /** Updates the focused state of the range input. */\n  _updateFocus(origin) {\n    this.focused = origin !== null;\n    this.stateChanges.next();\n  }\n  /** Re-runs the validators on the start/end inputs. */\n  _revalidate() {\n    if (this._startInput) {\n      this._startInput._validatorOnChange();\n    }\n    if (this._endInput) {\n      this._endInput._validatorOnChange();\n    }\n  }\n  /** Registers the current date selection model with the start/end inputs. */\n  _registerModel(model) {\n    if (this._startInput) {\n      this._startInput._registerModel(model);\n    }\n    if (this._endInput) {\n      this._endInput._registerModel(model);\n    }\n  }\n  /** Checks whether a specific range input directive is required. */\n  _isTargetRequired(target) {\n    return target?.ngControl?.control?.hasValidator(Validators.required);\n  }\n  static {\n    this.ɵfac = function MatDateRangeInput_Factory(t) {\n      return new (t || MatDateRangeInput)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i2$1.ControlContainer, 10), i0.ɵɵdirectiveInject(i1.DateAdapter, 8), i0.ɵɵdirectiveInject(MAT_FORM_FIELD, 8));\n    };\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatDateRangeInput,\n      selectors: [[\"mat-date-range-input\"]],\n      contentQueries: function MatDateRangeInput_ContentQueries(rf, ctx, dirIndex) {\n        if (rf & 1) {\n          i0.ɵɵcontentQuery(dirIndex, MatStartDate, 5);\n          i0.ɵɵcontentQuery(dirIndex, MatEndDate, 5);\n        }\n        if (rf & 2) {\n          let _t;\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._startInput = _t.first);\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._endInput = _t.first);\n        }\n      },\n      hostAttrs: [\"role\", \"group\", 1, \"mat-date-range-input\"],\n      hostVars: 8,\n      hostBindings: function MatDateRangeInput_HostBindings(rf, ctx) {\n        if (rf & 2) {\n          i0.ɵɵattribute(\"id\", ctx.id)(\"aria-labelledby\", ctx._getAriaLabelledby())(\"aria-describedby\", ctx._ariaDescribedBy)(\"data-mat-calendar\", ctx.rangePicker ? ctx.rangePicker.id : null);\n          i0.ɵɵclassProp(\"mat-date-range-input-hide-placeholders\", ctx._shouldHidePlaceholders())(\"mat-date-range-input-required\", ctx.required);\n        }\n      },\n      inputs: {\n        rangePicker: \"rangePicker\",\n        required: [i0.ɵɵInputFlags.HasDecoratorInputTransform, \"required\", \"required\", booleanAttribute],\n        dateFilter: \"dateFilter\",\n        min: \"min\",\n        max: \"max\",\n        disabled: [i0.ɵɵInputFlags.HasDecoratorInputTransform, \"disabled\", \"disabled\", booleanAttribute],\n        separator: \"separator\",\n        comparisonStart: \"comparisonStart\",\n        comparisonEnd: \"comparisonEnd\"\n      },\n      exportAs: [\"matDateRangeInput\"],\n      standalone: true,\n      features: [i0.ɵɵProvidersFeature([{\n        provide: MatFormFieldControl,\n        useExisting: MatDateRangeInput\n      }, {\n        provide: MAT_DATE_RANGE_INPUT_PARENT,\n        useExisting: MatDateRangeInput\n      }]), i0.ɵɵInputTransformsFeature, i0.ɵɵNgOnChangesFeature, i0.ɵɵStandaloneFeature],\n      ngContentSelectors: _c6,\n      decls: 11,\n      vars: 5,\n      consts: [[\"cdkMonitorSubtreeFocus\", \"\", 1, \"mat-date-range-input-container\", 3, \"cdkFocusChange\"], [1, \"mat-date-range-input-wrapper\"], [\"aria-hidden\", \"true\", 1, \"mat-date-range-input-mirror\"], [1, \"mat-date-range-input-separator\"], [1, \"mat-date-range-input-wrapper\", \"mat-date-range-input-end-wrapper\"]],\n      template: function MatDateRangeInput_Template(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵprojectionDef(_c5);\n          i0.ɵɵelementStart(0, \"div\", 0);\n          i0.ɵɵlistener(\"cdkFocusChange\", function MatDateRangeInput_Template_div_cdkFocusChange_0_listener($event) {\n            return ctx._updateFocus($event);\n          });\n          i0.ɵɵelementStart(1, \"div\", 1);\n          i0.ɵɵprojection(2);\n          i0.ɵɵelementStart(3, \"span\", 2);\n          i0.ɵɵtext(4);\n          i0.ɵɵelementEnd()();\n          i0.ɵɵelementStart(5, \"span\", 3);\n          i0.ɵɵtext(6);\n          i0.ɵɵelementEnd();\n          i0.ɵɵelementStart(7, \"div\", 4);\n          i0.ɵɵprojection(8, 1);\n          i0.ɵɵelementStart(9, \"span\", 2);\n          i0.ɵɵtext(10);\n          i0.ɵɵelementEnd()()();\n        }\n        if (rf & 2) {\n          i0.ɵɵadvance(4);\n          i0.ɵɵtextInterpolate(ctx._getInputMirrorValue(\"start\"));\n          i0.ɵɵadvance();\n          i0.ɵɵclassProp(\"mat-date-range-input-separator-hidden\", ctx._shouldHideSeparator());\n          i0.ɵɵadvance();\n          i0.ɵɵtextInterpolate(ctx.separator);\n          i0.ɵɵadvance(4);\n          i0.ɵɵtextInterpolate(ctx._getInputMirrorValue(\"end\"));\n        }\n      },\n      dependencies: [CdkMonitorFocus],\n      styles: [\".mat-date-range-input{display:block;width:100%}.mat-date-range-input-container{display:flex;align-items:center}.mat-date-range-input-separator{transition:opacity 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);margin:0 4px;color:var(--mat-datepicker-range-input-separator-color)}.mat-form-field-disabled .mat-date-range-input-separator{color:var(--mat-datepicker-range-input-disabled-state-separator-color)}._mat-animation-noopable .mat-date-range-input-separator{transition:none}.mat-date-range-input-separator-hidden{-webkit-user-select:none;user-select:none;opacity:0;transition:none}.mat-date-range-input-wrapper{position:relative;overflow:hidden;max-width:calc(50% - 4px)}.mat-date-range-input-end-wrapper{flex-grow:1}.mat-date-range-input-inner{position:absolute;top:0;left:0;font:inherit;background:rgba(0,0,0,0);color:currentColor;border:none;outline:none;padding:0;margin:0;vertical-align:bottom;text-align:inherit;-webkit-appearance:none;width:100%;height:100%}.mat-date-range-input-inner:-moz-ui-invalid{box-shadow:none}.mat-date-range-input-inner::placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner::-moz-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner::-webkit-input-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner:-ms-input-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner[disabled]{color:var(--mat-datepicker-range-input-disabled-state-text-color)}.mat-form-field-hide-placeholder .mat-date-range-input-inner::placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner::-moz-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-moz-placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::-moz-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-moz-placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner::-webkit-input-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-webkit-input-placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::-webkit-input-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-webkit-input-placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner:-ms-input-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner:-ms-input-placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner:-ms-input-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner:-ms-input-placeholder{opacity:0}._mat-animation-noopable .mat-date-range-input-inner::placeholder{transition:none}._mat-animation-noopable .mat-date-range-input-inner::-moz-placeholder{transition:none}._mat-animation-noopable .mat-date-range-input-inner::-webkit-input-placeholder{transition:none}._mat-animation-noopable .mat-date-range-input-inner:-ms-input-placeholder{transition:none}.mat-date-range-input-mirror{-webkit-user-select:none;user-select:none;visibility:hidden;white-space:nowrap;display:inline-block;min-width:2px}.mat-mdc-form-field-type-mat-date-range-input .mat-mdc-form-field-infix{width:200px}\"],\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDateRangeInput, [{\n    type: Component,\n    args: [{\n      selector: 'mat-date-range-input',\n      exportAs: 'matDateRangeInput',\n      host: {\n        'class': 'mat-date-range-input',\n        '[class.mat-date-range-input-hide-placeholders]': '_shouldHidePlaceholders()',\n        '[class.mat-date-range-input-required]': 'required',\n        '[attr.id]': 'id',\n        'role': 'group',\n        '[attr.aria-labelledby]': '_getAriaLabelledby()',\n        '[attr.aria-describedby]': '_ariaDescribedBy',\n        // Used by the test harness to tie this input to its calendar. We can't depend on\n        // `aria-owns` for this, because it's only defined while the calendar is open.\n        '[attr.data-mat-calendar]': 'rangePicker ? rangePicker.id : null'\n      },\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      encapsulation: ViewEncapsulation.None,\n      providers: [{\n        provide: MatFormFieldControl,\n        useExisting: MatDateRangeInput\n      }, {\n        provide: MAT_DATE_RANGE_INPUT_PARENT,\n        useExisting: MatDateRangeInput\n      }],\n      standalone: true,\n      imports: [CdkMonitorFocus],\n      template: \"<div\\n  class=\\\"mat-date-range-input-container\\\"\\n  cdkMonitorSubtreeFocus\\n  (cdkFocusChange)=\\\"_updateFocus($event)\\\">\\n  <div class=\\\"mat-date-range-input-wrapper\\\">\\n    <ng-content select=\\\"input[matStartDate]\\\"></ng-content>\\n    <span\\n      class=\\\"mat-date-range-input-mirror\\\"\\n      aria-hidden=\\\"true\\\">{{_getInputMirrorValue('start')}}</span>\\n  </div>\\n\\n  <span\\n    class=\\\"mat-date-range-input-separator\\\"\\n    [class.mat-date-range-input-separator-hidden]=\\\"_shouldHideSeparator()\\\">{{separator}}</span>\\n\\n  <div class=\\\"mat-date-range-input-wrapper mat-date-range-input-end-wrapper\\\">\\n    <ng-content select=\\\"input[matEndDate]\\\"></ng-content>\\n    <span\\n      class=\\\"mat-date-range-input-mirror\\\"\\n      aria-hidden=\\\"true\\\">{{_getInputMirrorValue('end')}}</span>\\n  </div>\\n</div>\\n\\n\",\n      styles: [\".mat-date-range-input{display:block;width:100%}.mat-date-range-input-container{display:flex;align-items:center}.mat-date-range-input-separator{transition:opacity 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);margin:0 4px;color:var(--mat-datepicker-range-input-separator-color)}.mat-form-field-disabled .mat-date-range-input-separator{color:var(--mat-datepicker-range-input-disabled-state-separator-color)}._mat-animation-noopable .mat-date-range-input-separator{transition:none}.mat-date-range-input-separator-hidden{-webkit-user-select:none;user-select:none;opacity:0;transition:none}.mat-date-range-input-wrapper{position:relative;overflow:hidden;max-width:calc(50% - 4px)}.mat-date-range-input-end-wrapper{flex-grow:1}.mat-date-range-input-inner{position:absolute;top:0;left:0;font:inherit;background:rgba(0,0,0,0);color:currentColor;border:none;outline:none;padding:0;margin:0;vertical-align:bottom;text-align:inherit;-webkit-appearance:none;width:100%;height:100%}.mat-date-range-input-inner:-moz-ui-invalid{box-shadow:none}.mat-date-range-input-inner::placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner::-moz-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner::-webkit-input-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner:-ms-input-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner[disabled]{color:var(--mat-datepicker-range-input-disabled-state-text-color)}.mat-form-field-hide-placeholder .mat-date-range-input-inner::placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner::-moz-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-moz-placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::-moz-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-moz-placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner::-webkit-input-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-webkit-input-placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::-webkit-input-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-webkit-input-placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner:-ms-input-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner:-ms-input-placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner:-ms-input-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner:-ms-input-placeholder{opacity:0}._mat-animation-noopable .mat-date-range-input-inner::placeholder{transition:none}._mat-animation-noopable .mat-date-range-input-inner::-moz-placeholder{transition:none}._mat-animation-noopable .mat-date-range-input-inner::-webkit-input-placeholder{transition:none}._mat-animation-noopable .mat-date-range-input-inner:-ms-input-placeholder{transition:none}.mat-date-range-input-mirror{-webkit-user-select:none;user-select:none;visibility:hidden;white-space:nowrap;display:inline-block;min-width:2px}.mat-mdc-form-field-type-mat-date-range-input .mat-mdc-form-field-infix{width:200px}\"]\n    }]\n  }], () => [{\n    type: i0.ChangeDetectorRef\n  }, {\n    type: i0.ElementRef\n  }, {\n    type: i2$1.ControlContainer,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Self\n    }]\n  }, {\n    type: i1.DateAdapter,\n    decorators: [{\n      type: Optional\n    }]\n  }, {\n    type: undefined,\n    decorators: [{\n      type: Optional\n    }, {\n      type: Inject,\n      args: [MAT_FORM_FIELD]\n    }]\n  }], {\n    rangePicker: [{\n      type: Input\n    }],\n    required: [{\n      type: Input,\n      args: [{\n        transform: booleanAttribute\n      }]\n    }],\n    dateFilter: [{\n      type: Input\n    }],\n    min: [{\n      type: Input\n    }],\n    max: [{\n      type: Input\n    }],\n    disabled: [{\n      type: Input,\n      args: [{\n        transform: booleanAttribute\n      }]\n    }],\n    separator: [{\n      type: Input\n    }],\n    comparisonStart: [{\n      type: Input\n    }],\n    comparisonEnd: [{\n      type: Input\n    }],\n    _startInput: [{\n      type: ContentChild,\n      args: [MatStartDate]\n    }],\n    _endInput: [{\n      type: ContentChild,\n      args: [MatEndDate]\n    }]\n  });\n})();\n\n// TODO(mmalerba): We use a component instead of a directive here so the user can use implicit\n// template reference variables (e.g. #d vs #d=\"matDateRangePicker\"). We can change this to a\n// directive if angular adds support for `exportAs: '$implicit'` on directives.\n/** Component responsible for managing the date range picker popup/dialog. */\nclass MatDateRangePicker extends MatDatepickerBase {\n  _forwardContentValues(instance) {\n    super._forwardContentValues(instance);\n    const input = this.datepickerInput;\n    if (input) {\n      instance.comparisonStart = input.comparisonStart;\n      instance.comparisonEnd = input.comparisonEnd;\n      instance.startDateAccessibleName = input._getStartDateAccessibleName();\n      instance.endDateAccessibleName = input._getEndDateAccessibleName();\n    }\n  }\n  static {\n    this.ɵfac = /* @__PURE__ */(() => {\n      let ɵMatDateRangePicker_BaseFactory;\n      return function MatDateRangePicker_Factory(t) {\n        return (ɵMatDateRangePicker_BaseFactory || (ɵMatDateRangePicker_BaseFactory = i0.ɵɵgetInheritedFactory(MatDateRangePicker)))(t || MatDateRangePicker);\n      };\n    })();\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatDateRangePicker,\n      selectors: [[\"mat-date-range-picker\"]],\n      exportAs: [\"matDateRangePicker\"],\n      standalone: true,\n      features: [i0.ɵɵProvidersFeature([MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER, MAT_CALENDAR_RANGE_STRATEGY_PROVIDER, {\n        provide: MatDatepickerBase,\n        useExisting: MatDateRangePicker\n      }]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature],\n      decls: 0,\n      vars: 0,\n      template: function MatDateRangePicker_Template(rf, ctx) {},\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDateRangePicker, [{\n    type: Component,\n    args: [{\n      selector: 'mat-date-range-picker',\n      template: '',\n      exportAs: 'matDateRangePicker',\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      encapsulation: ViewEncapsulation.None,\n      providers: [MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER, MAT_CALENDAR_RANGE_STRATEGY_PROVIDER, {\n        provide: MatDatepickerBase,\n        useExisting: MatDateRangePicker\n      }],\n      standalone: true\n    }]\n  }], null, null);\n})();\n\n/** Button that will close the datepicker and assign the current selection to the data model. */\nclass MatDatepickerApply {\n  constructor(_datepicker) {\n    this._datepicker = _datepicker;\n  }\n  _applySelection() {\n    this._datepicker._applyPendingSelection();\n    this._datepicker.close();\n  }\n  static {\n    this.ɵfac = function MatDatepickerApply_Factory(t) {\n      return new (t || MatDatepickerApply)(i0.ɵɵdirectiveInject(MatDatepickerBase));\n    };\n  }\n  static {\n    this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n      type: MatDatepickerApply,\n      selectors: [[\"\", \"matDatepickerApply\", \"\"], [\"\", \"matDateRangePickerApply\", \"\"]],\n      hostBindings: function MatDatepickerApply_HostBindings(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵlistener(\"click\", function MatDatepickerApply_click_HostBindingHandler() {\n            return ctx._applySelection();\n          });\n        }\n      },\n      standalone: true\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerApply, [{\n    type: Directive,\n    args: [{\n      selector: '[matDatepickerApply], [matDateRangePickerApply]',\n      host: {\n        '(click)': '_applySelection()'\n      },\n      standalone: true\n    }]\n  }], () => [{\n    type: MatDatepickerBase\n  }], null);\n})();\n/** Button that will close the datepicker and discard the current selection. */\nclass MatDatepickerCancel {\n  constructor(_datepicker) {\n    this._datepicker = _datepicker;\n  }\n  static {\n    this.ɵfac = function MatDatepickerCancel_Factory(t) {\n      return new (t || MatDatepickerCancel)(i0.ɵɵdirectiveInject(MatDatepickerBase));\n    };\n  }\n  static {\n    this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n      type: MatDatepickerCancel,\n      selectors: [[\"\", \"matDatepickerCancel\", \"\"], [\"\", \"matDateRangePickerCancel\", \"\"]],\n      hostBindings: function MatDatepickerCancel_HostBindings(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵlistener(\"click\", function MatDatepickerCancel_click_HostBindingHandler() {\n            return ctx._datepicker.close();\n          });\n        }\n      },\n      standalone: true\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerCancel, [{\n    type: Directive,\n    args: [{\n      selector: '[matDatepickerCancel], [matDateRangePickerCancel]',\n      host: {\n        '(click)': '_datepicker.close()'\n      },\n      standalone: true\n    }]\n  }], () => [{\n    type: MatDatepickerBase\n  }], null);\n})();\n/**\n * Container that can be used to project a row of action buttons\n * to the bottom of a datepicker or date range picker.\n */\nclass MatDatepickerActions {\n  constructor(_datepicker, _viewContainerRef) {\n    this._datepicker = _datepicker;\n    this._viewContainerRef = _viewContainerRef;\n  }\n  ngAfterViewInit() {\n    this._portal = new TemplatePortal(this._template, this._viewContainerRef);\n    this._datepicker.registerActions(this._portal);\n  }\n  ngOnDestroy() {\n    this._datepicker.removeActions(this._portal);\n    // Needs to be null checked since we initialize it in `ngAfterViewInit`.\n    if (this._portal && this._portal.isAttached) {\n      this._portal?.detach();\n    }\n  }\n  static {\n    this.ɵfac = function MatDatepickerActions_Factory(t) {\n      return new (t || MatDatepickerActions)(i0.ɵɵdirectiveInject(MatDatepickerBase), i0.ɵɵdirectiveInject(i0.ViewContainerRef));\n    };\n  }\n  static {\n    this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n      type: MatDatepickerActions,\n      selectors: [[\"mat-datepicker-actions\"], [\"mat-date-range-picker-actions\"]],\n      viewQuery: function MatDatepickerActions_Query(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵviewQuery(TemplateRef, 5);\n        }\n        if (rf & 2) {\n          let _t;\n          i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._template = _t.first);\n        }\n      },\n      standalone: true,\n      features: [i0.ɵɵStandaloneFeature],\n      ngContentSelectors: _c1,\n      decls: 1,\n      vars: 0,\n      consts: [[1, \"mat-datepicker-actions\"]],\n      template: function MatDatepickerActions_Template(rf, ctx) {\n        if (rf & 1) {\n          i0.ɵɵprojectionDef();\n          i0.ɵɵtemplate(0, MatDatepickerActions_ng_template_0_Template, 2, 0, \"ng-template\");\n        }\n      },\n      styles: [\".mat-datepicker-actions{display:flex;justify-content:flex-end;align-items:center;padding:0 8px 8px 8px}.mat-datepicker-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-datepicker-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}\"],\n      encapsulation: 2,\n      changeDetection: 0\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerActions, [{\n    type: Component,\n    args: [{\n      selector: 'mat-datepicker-actions, mat-date-range-picker-actions',\n      template: `\n    <ng-template>\n      <div class=\"mat-datepicker-actions\">\n        <ng-content></ng-content>\n      </div>\n    </ng-template>\n  `,\n      changeDetection: ChangeDetectionStrategy.OnPush,\n      encapsulation: ViewEncapsulation.None,\n      standalone: true,\n      styles: [\".mat-datepicker-actions{display:flex;justify-content:flex-end;align-items:center;padding:0 8px 8px 8px}.mat-datepicker-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-datepicker-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}\"]\n    }]\n  }], () => [{\n    type: MatDatepickerBase\n  }, {\n    type: i0.ViewContainerRef\n  }], {\n    _template: [{\n      type: ViewChild,\n      args: [TemplateRef]\n    }]\n  });\n})();\nclass MatDatepickerModule {\n  static {\n    this.ɵfac = function MatDatepickerModule_Factory(t) {\n      return new (t || MatDatepickerModule)();\n    };\n  }\n  static {\n    this.ɵmod = /* @__PURE__ */i0.ɵɵdefineNgModule({\n      type: MatDatepickerModule\n    });\n  }\n  static {\n    this.ɵinj = /* @__PURE__ */i0.ɵɵdefineInjector({\n      providers: [MatDatepickerIntl, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER],\n      imports: [CommonModule, MatButtonModule, OverlayModule, A11yModule, PortalModule, MatCommonModule, MatDatepickerContent, MatDatepickerToggle, MatCalendarHeader, CdkScrollableModule]\n    });\n  }\n}\n(() => {\n  (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(MatDatepickerModule, [{\n    type: NgModule,\n    args: [{\n      imports: [CommonModule, MatButtonModule, OverlayModule, A11yModule, PortalModule, MatCommonModule, MatCalendar, MatCalendarBody, MatDatepicker, MatDatepickerContent, MatDatepickerInput, MatDatepickerToggle, MatDatepickerToggleIcon, MatMonthView, MatYearView, MatMultiYearView, MatCalendarHeader, MatDateRangeInput, MatStartDate, MatEndDate, MatDateRangePicker, MatDatepickerActions, MatDatepickerCancel, MatDatepickerApply],\n      exports: [CdkScrollableModule, MatCalendar, MatCalendarBody, MatDatepicker, MatDatepickerContent, MatDatepickerInput, MatDatepickerToggle, MatDatepickerToggleIcon, MatMonthView, MatYearView, MatMultiYearView, MatCalendarHeader, MatDateRangeInput, MatStartDate, MatEndDate, MatDateRangePicker, MatDatepickerActions, MatDatepickerCancel, MatDatepickerApply],\n      providers: [MatDatepickerIntl, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER]\n    }]\n  }], null, null);\n})();\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { DateRange, DefaultMatCalendarRangeStrategy, MAT_DATEPICKER_SCROLL_STRATEGY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER, MAT_DATEPICKER_VALIDATORS, MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATE_RANGE_SELECTION_STRATEGY, MAT_RANGE_DATE_SELECTION_MODEL_FACTORY, MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER, MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY, MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER, MatCalendar, MatCalendarBody, MatCalendarCell, MatCalendarHeader, MatDateRangeInput, MatDateRangePicker, MatDateSelectionModel, MatDatepicker, MatDatepickerActions, MatDatepickerApply, MatDatepickerCancel, MatDatepickerContent, MatDatepickerInput, MatDatepickerInputEvent, MatDatepickerIntl, MatDatepickerModule, MatDatepickerToggle, MatDatepickerToggleIcon, MatEndDate, MatMonthView, MatMultiYearView, MatRangeDateSelectionModel, MatSingleDateSelectionModel, MatStartDate, MatYearView, matDatepickerAnimations, yearsPerPage, yearsPerRow };\n"],"mappings":"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","names":["filter"],"x_google_ignoreList":[0]}