{"version":3,"sources":["src/app/shared/ui/notification/notification.module.ts","src/app/shared/form/extensions/form-field.extension.ts","src/app/shared/form/helpers/form.helper.ts","node_modules/@angular/material/fesm2022/form-field.mjs","node_modules/@angular/material/fesm2022/autocomplete.mjs","src/app/shared/ui/text-content/text-content.component.ts","src/app/shared/ui/text-content/text-content.component.html","src/app/shared/ui/text-content/text-content.module.ts","src/app/shared/form/ui/error/error.component.ts","src/app/shared/form/ui/error/error.component.html","src/app/shared/form/ui/error/error.module.ts","src/app/shared/form/ui/input/input.component.ts","src/app/shared/form/ui/input/input.component.html","src/app/shared/form/ui/input/input.module.ts","src/app/shared/form/ui/autocomplete/autocomplete.component.ts","src/app/shared/form/ui/autocomplete/autocomplete.component.html","src/app/shared/form/ui/autocomplete/autocomplete.module.ts","src/app/shared/form/ui/checkbox/checkbox.component.ts","src/app/shared/form/ui/checkbox/checkbox.component.html","src/app/shared/form/ui/checkbox/checkbox.module.ts","src/app/shared/ui/toast/toast.component.ts","src/app/shared/ui/toast/toast.component.html","src/app/shared/ui/toast/toast.module.ts","src/app/shared/ui/file-uploader/file-uploader.component.ts","src/app/shared/ui/file-uploader/file-uploader.component.html","src/app/shared/ui/file-uploader/file-uploader.module.ts","src/app/shared/form/ui/checkbox-group/checkbox-group.component.ts","src/app/shared/form/ui/checkbox-group/checkbox-group.component.html","src/app/shared/form/ui/checkbox-group/checkbox-group.module.ts","src/app/shared/form/ui/radio-group/radio-group.component.ts","src/app/shared/form/ui/radio-group/radio-group.component.html","src/app/shared/form/ui/radio/radio.component.ts","src/app/shared/form/ui/radio/radio.component.html","src/app/shared/form/ui/radio/radio.module.ts","src/app/shared/form/ui/radio-group/radio-group.module.ts","src/app/shared/form/ui/select/select.component.ts","src/app/shared/form/ui/select/select.component.html","src/app/shared/form/ui/select/select.module.ts","src/app/shared/form/ui/textarea/textarea.component.ts","src/app/shared/form/ui/textarea/textarea.component.html","src/app/shared/form/ui/textarea/textarea.module.ts","src/app/shared/form/ui/toggle/toggle.component.ts","src/app/shared/form/ui/toggle/toggle.component.html","src/app/shared/form/ui/toggle/toggle.module.ts","src/app/shared/form/ui/form-field/form-field.module.ts","src/app/shared/directives/click-outside.directive.ts","src/app/shared/directives/directives.module.ts","src/app/shared/form/ui/multi-select/multi-select.component.ts","src/app/shared/form/ui/multi-select/multi-select.component.html","src/app/shared/form/ui/multi-select/multi-select.module.ts","src/app/shared/form/ui/form.module.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { IconModule } from '@lis-ui/icon';\nimport { NotificationComponent } from './notification.component';\n\n@NgModule({\n declarations: [NotificationComponent],\n imports: [CommonModule, IconModule],\n exports: [NotificationComponent],\n})\nexport class NotificationModule {}\n","import { Component, Input } from '@angular/core';\nimport { AbstractControl, ValidationErrors } from '@angular/forms';\n\n@Component({\n template: '',\n})\nexport abstract class LisFormFieldExtComponent {\n @Input() control?: AbstractControl;\n @Input() htmlId?: string;\n\n constructor() {}\n\n protected isTouched(): boolean {\n return !!this.control?.touched;\n }\n\n protected getErrors(): ValidationErrors | undefined {\n if (this.control?.errors) {\n return this.control.errors;\n }\n\n return undefined;\n }\n\n protected shouldShowErrors(): boolean {\n return this.isTouched() && !!this.getErrors() && !this.control?.disabled;\n }\n}\n","export function scrollToError(formContainer: HTMLElement): void {\n const errorElement = formContainer.querySelector('.form-error');\n if (errorElement) {\n errorElement.scrollIntoView({\n behavior: 'smooth',\n block: 'center',\n });\n }\n}\n\nexport function getFloatAsFormattedString(value: number | string): string {\n const strVal: string = typeof value === 'string' ? value : value.toString();\n if (isNaN(parseFloat(strVal))) {\n return '';\n }\n return strVal.replace('.', ',');\n}\n","import * as i0 from '@angular/core';\nimport { Directive, InjectionToken, Attribute, Input, inject, NgZone, Component, ChangeDetectionStrategy, ViewEncapsulation, ViewChild, contentChild, Injector, computed, afterRender, ANIMATION_MODULE_TYPE, Optional, Inject, ContentChild, ContentChildren, NgModule } from '@angular/core';\nimport * as i1 from '@angular/cdk/bidi';\nimport { coerceBooleanProperty } from '@angular/cdk/coercion';\nimport * as i2 from '@angular/cdk/platform';\nimport { DOCUMENT, NgTemplateOutlet, CommonModule } from '@angular/common';\nimport { Subscription, Subject, merge } from 'rxjs';\nimport { takeUntil } from 'rxjs/operators';\nimport { SharedResizeObserver } from '@angular/cdk/observers/private';\nimport { trigger, state, style, transition, animate } from '@angular/animations';\nimport { ObserversModule } from '@angular/cdk/observers';\nimport { MatCommonModule } from '@angular/material/core';\n\n/** The floating label for a `mat-form-field`. */\nconst _c0 = [\"notch\"];\nconst _c1 = [\"matFormFieldNotchedOutline\", \"\"];\nconst _c2 = [\"*\"];\nconst _c3 = [\"textField\"];\nconst _c4 = [\"iconPrefixContainer\"];\nconst _c5 = [\"textPrefixContainer\"];\nconst _c6 = [\"iconSuffixContainer\"];\nconst _c7 = [\"textSuffixContainer\"];\nconst _c8 = [\"*\", [[\"mat-label\"]], [[\"\", \"matPrefix\", \"\"], [\"\", \"matIconPrefix\", \"\"]], [[\"\", \"matTextPrefix\", \"\"]], [[\"\", \"matTextSuffix\", \"\"]], [[\"\", \"matSuffix\", \"\"], [\"\", \"matIconSuffix\", \"\"]], [[\"mat-error\"], [\"\", \"matError\", \"\"]], [[\"mat-hint\", 3, \"align\", \"end\"]], [[\"mat-hint\", \"align\", \"end\"]]];\nconst _c9 = [\"*\", \"mat-label\", \"[matPrefix], [matIconPrefix]\", \"[matTextPrefix]\", \"[matTextSuffix]\", \"[matSuffix], [matIconSuffix]\", \"mat-error, [matError]\", \"mat-hint:not([align='end'])\", \"mat-hint[align='end']\"];\nfunction MatFormField_ng_template_0_Conditional_0_Conditional_2_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelement(0, \"span\", 21);\n }\n}\nfunction MatFormField_ng_template_0_Conditional_0_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"label\", 20);\n i0.ɵɵprojection(1, 1);\n i0.ɵɵtemplate(2, MatFormField_ng_template_0_Conditional_0_Conditional_2_Template, 1, 0, \"span\", 21);\n i0.ɵɵelementEnd();\n }\n if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext(2);\n i0.ɵɵproperty(\"floating\", ctx_r1._shouldLabelFloat())(\"monitorResize\", ctx_r1._hasOutline())(\"id\", ctx_r1._labelId);\n i0.ɵɵattribute(\"for\", ctx_r1._control.disableAutomaticLabeling ? null : ctx_r1._control.id);\n i0.ɵɵadvance(2);\n i0.ɵɵconditional(!ctx_r1.hideRequiredMarker && ctx_r1._control.required ? 2 : -1);\n }\n}\nfunction MatFormField_ng_template_0_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵtemplate(0, MatFormField_ng_template_0_Conditional_0_Template, 3, 5, \"label\", 20);\n }\n if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext();\n i0.ɵɵconditional(ctx_r1._hasFloatingLabel() ? 0 : -1);\n }\n}\nfunction MatFormField_Conditional_4_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelement(0, \"div\", 7);\n }\n}\nfunction MatFormField_Conditional_6_Conditional_1_ng_template_0_Template(rf, ctx) {}\nfunction MatFormField_Conditional_6_Conditional_1_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵtemplate(0, MatFormField_Conditional_6_Conditional_1_ng_template_0_Template, 0, 0, \"ng-template\", 13);\n }\n if (rf & 2) {\n i0.ɵɵnextContext(2);\n const labelTemplate_r3 = i0.ɵɵreference(1);\n i0.ɵɵproperty(\"ngTemplateOutlet\", labelTemplate_r3);\n }\n}\nfunction MatFormField_Conditional_6_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 9);\n i0.ɵɵtemplate(1, MatFormField_Conditional_6_Conditional_1_Template, 1, 1, null, 13);\n i0.ɵɵelementEnd();\n }\n if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext();\n i0.ɵɵproperty(\"matFormFieldNotchedOutlineOpen\", ctx_r1._shouldLabelFloat());\n i0.ɵɵadvance();\n i0.ɵɵconditional(!ctx_r1._forceDisplayInfixLabel() ? 1 : -1);\n }\n}\nfunction MatFormField_Conditional_7_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 10, 2);\n i0.ɵɵprojection(2, 2);\n i0.ɵɵelementEnd();\n }\n}\nfunction MatFormField_Conditional_8_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 11, 3);\n i0.ɵɵprojection(2, 3);\n i0.ɵɵelementEnd();\n }\n}\nfunction MatFormField_Conditional_10_ng_template_0_Template(rf, ctx) {}\nfunction MatFormField_Conditional_10_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵtemplate(0, MatFormField_Conditional_10_ng_template_0_Template, 0, 0, \"ng-template\", 13);\n }\n if (rf & 2) {\n i0.ɵɵnextContext();\n const labelTemplate_r3 = i0.ɵɵreference(1);\n i0.ɵɵproperty(\"ngTemplateOutlet\", labelTemplate_r3);\n }\n}\nfunction MatFormField_Conditional_12_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 14, 4);\n i0.ɵɵprojection(2, 4);\n i0.ɵɵelementEnd();\n }\n}\nfunction MatFormField_Conditional_13_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 15, 5);\n i0.ɵɵprojection(2, 5);\n i0.ɵɵelementEnd();\n }\n}\nfunction MatFormField_Conditional_14_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelement(0, \"div\", 16);\n }\n}\nfunction MatFormField_Case_16_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 18);\n i0.ɵɵprojection(1, 6);\n i0.ɵɵelementEnd();\n }\n if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext();\n i0.ɵɵproperty(\"@transitionMessages\", ctx_r1._subscriptAnimationState);\n }\n}\nfunction MatFormField_Case_17_Conditional_1_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"mat-hint\", 22);\n i0.ɵɵtext(1);\n i0.ɵɵelementEnd();\n }\n if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext(2);\n i0.ɵɵproperty(\"id\", ctx_r1._hintLabelId);\n i0.ɵɵadvance();\n i0.ɵɵtextInterpolate(ctx_r1.hintLabel);\n }\n}\nfunction MatFormField_Case_17_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 19);\n i0.ɵɵtemplate(1, MatFormField_Case_17_Conditional_1_Template, 2, 2, \"mat-hint\", 22);\n i0.ɵɵprojection(2, 7);\n i0.ɵɵelement(3, \"div\", 23);\n i0.ɵɵprojection(4, 8);\n i0.ɵɵelementEnd();\n }\n if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext();\n i0.ɵɵproperty(\"@transitionMessages\", ctx_r1._subscriptAnimationState);\n i0.ɵɵadvance();\n i0.ɵɵconditional(ctx_r1.hintLabel ? 1 : -1);\n }\n}\nlet MatLabel = /*#__PURE__*/(() => {\n class MatLabel {\n static {\n this.ɵfac = function MatLabel_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatLabel)();\n };\n }\n static {\n this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n type: MatLabel,\n selectors: [[\"mat-label\"]],\n standalone: true\n });\n }\n }\n return MatLabel;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nlet nextUniqueId$2 = 0;\n/**\n * Injection token that can be used to reference instances of `MatError`. It serves as\n * alternative token to the actual `MatError` class which could cause unnecessary\n * retention of the class and its directive metadata.\n */\nconst MAT_ERROR = /*#__PURE__*/new InjectionToken('MatError');\n/** Single error message to be shown underneath the form-field. */\nlet MatError = /*#__PURE__*/(() => {\n class MatError {\n constructor(ariaLive, elementRef) {\n this.id = `mat-mdc-error-${nextUniqueId$2++}`;\n // If no aria-live value is set add 'polite' as a default. This is preferred over setting\n // role='alert' so that screen readers do not interrupt the current task to read this aloud.\n if (!ariaLive) {\n elementRef.nativeElement.setAttribute('aria-live', 'polite');\n }\n }\n static {\n this.ɵfac = function MatError_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatError)(i0.ɵɵinjectAttribute('aria-live'), i0.ɵɵdirectiveInject(i0.ElementRef));\n };\n }\n static {\n this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n type: MatError,\n selectors: [[\"mat-error\"], [\"\", \"matError\", \"\"]],\n hostAttrs: [\"aria-atomic\", \"true\", 1, \"mat-mdc-form-field-error\", \"mat-mdc-form-field-bottom-align\"],\n hostVars: 1,\n hostBindings: function MatError_HostBindings(rf, ctx) {\n if (rf & 2) {\n i0.ɵɵhostProperty(\"id\", ctx.id);\n }\n },\n inputs: {\n id: \"id\"\n },\n standalone: true,\n features: [i0.ɵɵProvidersFeature([{\n provide: MAT_ERROR,\n useExisting: MatError\n }])]\n });\n }\n }\n return MatError;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nlet nextUniqueId$1 = 0;\n/** Hint text to be shown underneath the form field control. */\nlet MatHint = /*#__PURE__*/(() => {\n class MatHint {\n constructor() {\n /** Whether to align the hint label at the start or end of the line. */\n this.align = 'start';\n /** Unique ID for the hint. Used for the aria-describedby on the form field control. */\n this.id = `mat-mdc-hint-${nextUniqueId$1++}`;\n }\n static {\n this.ɵfac = function MatHint_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatHint)();\n };\n }\n static {\n this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n type: MatHint,\n selectors: [[\"mat-hint\"]],\n hostAttrs: [1, \"mat-mdc-form-field-hint\", \"mat-mdc-form-field-bottom-align\"],\n hostVars: 4,\n hostBindings: function MatHint_HostBindings(rf, ctx) {\n if (rf & 2) {\n i0.ɵɵhostProperty(\"id\", ctx.id);\n i0.ɵɵattribute(\"align\", null);\n i0.ɵɵclassProp(\"mat-mdc-form-field-hint-end\", ctx.align === \"end\");\n }\n },\n inputs: {\n align: \"align\",\n id: \"id\"\n },\n standalone: true\n });\n }\n }\n return MatHint;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/**\n * Injection token that can be used to reference instances of `MatPrefix`. It serves as\n * alternative token to the actual `MatPrefix` class which could cause unnecessary\n * retention of the class and its directive metadata.\n */\nconst MAT_PREFIX = /*#__PURE__*/new InjectionToken('MatPrefix');\n/** Prefix to be placed in front of the form field. */\nlet MatPrefix = /*#__PURE__*/(() => {\n class MatPrefix {\n constructor() {\n this._isText = false;\n }\n set _isTextSelector(value) {\n this._isText = true;\n }\n static {\n this.ɵfac = function MatPrefix_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatPrefix)();\n };\n }\n static {\n this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n type: MatPrefix,\n selectors: [[\"\", \"matPrefix\", \"\"], [\"\", \"matIconPrefix\", \"\"], [\"\", \"matTextPrefix\", \"\"]],\n inputs: {\n _isTextSelector: [0, \"matTextPrefix\", \"_isTextSelector\"]\n },\n standalone: true,\n features: [i0.ɵɵProvidersFeature([{\n provide: MAT_PREFIX,\n useExisting: MatPrefix\n }])]\n });\n }\n }\n return MatPrefix;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/**\n * Injection token that can be used to reference instances of `MatSuffix`. It serves as\n * alternative token to the actual `MatSuffix` class which could cause unnecessary\n * retention of the class and its directive metadata.\n */\nconst MAT_SUFFIX = /*#__PURE__*/new InjectionToken('MatSuffix');\n/** Suffix to be placed at the end of the form field. */\nlet MatSuffix = /*#__PURE__*/(() => {\n class MatSuffix {\n constructor() {\n this._isText = false;\n }\n set _isTextSelector(value) {\n this._isText = true;\n }\n static {\n this.ɵfac = function MatSuffix_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatSuffix)();\n };\n }\n static {\n this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n type: MatSuffix,\n selectors: [[\"\", \"matSuffix\", \"\"], [\"\", \"matIconSuffix\", \"\"], [\"\", \"matTextSuffix\", \"\"]],\n inputs: {\n _isTextSelector: [0, \"matTextSuffix\", \"_isTextSelector\"]\n },\n standalone: true,\n features: [i0.ɵɵProvidersFeature([{\n provide: MAT_SUFFIX,\n useExisting: MatSuffix\n }])]\n });\n }\n }\n return MatSuffix;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/** An injion token for the parent form-field. */\nconst FLOATING_LABEL_PARENT = /*#__PURE__*/new InjectionToken('FloatingLabelParent');\n/**\n * Internal directive that maintains a MDC floating label. This directive does not\n * use the `MDCFloatingLabelFoundation` class, as it is not worth the size cost of\n * including it just to measure the label width and toggle some classes.\n *\n * The use of a directive allows us to conditionally render a floating label in the\n * template without having to manually manage instantiation and destruction of the\n * floating label component based on.\n *\n * The component is responsible for setting up the floating label styles, measuring label\n * width for the outline notch, and providing inputs that can be used to toggle the\n * label's floating or required state.\n */\nlet MatFormFieldFloatingLabel = /*#__PURE__*/(() => {\n class MatFormFieldFloatingLabel {\n /** Whether the label is floating. */\n get floating() {\n return this._floating;\n }\n set floating(value) {\n this._floating = value;\n if (this.monitorResize) {\n this._handleResize();\n }\n }\n /** Whether to monitor for resize events on the floating label. */\n get monitorResize() {\n return this._monitorResize;\n }\n set monitorResize(value) {\n this._monitorResize = value;\n if (this._monitorResize) {\n this._subscribeToResize();\n } else {\n this._resizeSubscription.unsubscribe();\n }\n }\n constructor(_elementRef) {\n this._elementRef = _elementRef;\n this._floating = false;\n this._monitorResize = false;\n /** The shared ResizeObserver. */\n this._resizeObserver = inject(SharedResizeObserver);\n /** The Angular zone. */\n this._ngZone = inject(NgZone);\n /** The parent form-field. */\n this._parent = inject(FLOATING_LABEL_PARENT);\n /** The current resize event subscription. */\n this._resizeSubscription = new Subscription();\n }\n ngOnDestroy() {\n this._resizeSubscription.unsubscribe();\n }\n /** Gets the width of the label. Used for the outline notch. */\n getWidth() {\n return estimateScrollWidth(this._elementRef.nativeElement);\n }\n /** Gets the HTML element for the floating label. */\n get element() {\n return this._elementRef.nativeElement;\n }\n /** Handles resize events from the ResizeObserver. */\n _handleResize() {\n // In the case where the label grows in size, the following sequence of events occurs:\n // 1. The label grows by 1px triggering the ResizeObserver\n // 2. The notch is expanded to accommodate the entire label\n // 3. The label expands to its full width, triggering the ResizeObserver again\n //\n // This is expected, but If we allow this to all happen within the same macro task it causes an\n // error: `ResizeObserver loop limit exceeded`. Therefore we push the notch resize out until\n // the next macro task.\n setTimeout(() => this._parent._handleLabelResized());\n }\n /** Subscribes to resize events. */\n _subscribeToResize() {\n this._resizeSubscription.unsubscribe();\n this._ngZone.runOutsideAngular(() => {\n this._resizeSubscription = this._resizeObserver.observe(this._elementRef.nativeElement, {\n box: 'border-box'\n }).subscribe(() => this._handleResize());\n });\n }\n static {\n this.ɵfac = function MatFormFieldFloatingLabel_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatFormFieldFloatingLabel)(i0.ɵɵdirectiveInject(i0.ElementRef));\n };\n }\n static {\n this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n type: MatFormFieldFloatingLabel,\n selectors: [[\"label\", \"matFormFieldFloatingLabel\", \"\"]],\n hostAttrs: [1, \"mdc-floating-label\", \"mat-mdc-floating-label\"],\n hostVars: 2,\n hostBindings: function MatFormFieldFloatingLabel_HostBindings(rf, ctx) {\n if (rf & 2) {\n i0.ɵɵclassProp(\"mdc-floating-label--float-above\", ctx.floating);\n }\n },\n inputs: {\n floating: \"floating\",\n monitorResize: \"monitorResize\"\n },\n standalone: true\n });\n }\n }\n return MatFormFieldFloatingLabel;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n/**\n * Estimates the scroll width of an element.\n * via https://github.com/material-components/material-components-web/blob/c0a11ef0d000a098fd0c372be8f12d6a99302855/packages/mdc-dom/ponyfill.ts\n */\nfunction estimateScrollWidth(element) {\n // Check the offsetParent. If the element inherits display: none from any\n // parent, the offsetParent property will be null (see\n // https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetParent).\n // This check ensures we only clone the node when necessary.\n const htmlEl = element;\n if (htmlEl.offsetParent !== null) {\n return htmlEl.scrollWidth;\n }\n const clone = htmlEl.cloneNode(true);\n clone.style.setProperty('position', 'absolute');\n clone.style.setProperty('transform', 'translate(-9999px, -9999px)');\n document.documentElement.appendChild(clone);\n const scrollWidth = clone.scrollWidth;\n clone.remove();\n return scrollWidth;\n}\n\n/** Class added when the line ripple is active. */\nconst ACTIVATE_CLASS = 'mdc-line-ripple--active';\n/** Class added when the line ripple is being deactivated. */\nconst DEACTIVATING_CLASS = 'mdc-line-ripple--deactivating';\n/**\n * Internal directive that creates an instance of the MDC line-ripple component. Using a\n * directive allows us to conditionally render a line-ripple in the template without having\n * to manually create and destroy the `MDCLineRipple` component whenever the condition changes.\n *\n * The directive sets up the styles for the line-ripple and provides an API for activating\n * and deactivating the line-ripple.\n */\nlet MatFormFieldLineRipple = /*#__PURE__*/(() => {\n class MatFormFieldLineRipple {\n constructor(_elementRef, ngZone) {\n this._elementRef = _elementRef;\n this._handleTransitionEnd = event => {\n const classList = this._elementRef.nativeElement.classList;\n const isDeactivating = classList.contains(DEACTIVATING_CLASS);\n if (event.propertyName === 'opacity' && isDeactivating) {\n classList.remove(ACTIVATE_CLASS, DEACTIVATING_CLASS);\n }\n };\n ngZone.runOutsideAngular(() => {\n _elementRef.nativeElement.addEventListener('transitionend', this._handleTransitionEnd);\n });\n }\n activate() {\n const classList = this._elementRef.nativeElement.classList;\n classList.remove(DEACTIVATING_CLASS);\n classList.add(ACTIVATE_CLASS);\n }\n deactivate() {\n this._elementRef.nativeElement.classList.add(DEACTIVATING_CLASS);\n }\n ngOnDestroy() {\n this._elementRef.nativeElement.removeEventListener('transitionend', this._handleTransitionEnd);\n }\n static {\n this.ɵfac = function MatFormFieldLineRipple_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatFormFieldLineRipple)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone));\n };\n }\n static {\n this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n type: MatFormFieldLineRipple,\n selectors: [[\"div\", \"matFormFieldLineRipple\", \"\"]],\n hostAttrs: [1, \"mdc-line-ripple\"],\n standalone: true\n });\n }\n }\n return MatFormFieldLineRipple;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/**\n * Internal component that creates an instance of the MDC notched-outline component.\n *\n * The component sets up the HTML structure and styles for the notched-outline. It provides\n * inputs to toggle the notch state and width.\n */\nlet MatFormFieldNotchedOutline = /*#__PURE__*/(() => {\n class MatFormFieldNotchedOutline {\n constructor(_elementRef, _ngZone) {\n this._elementRef = _elementRef;\n this._ngZone = _ngZone;\n /** Whether the notch should be opened. */\n this.open = false;\n }\n ngAfterViewInit() {\n const label = this._elementRef.nativeElement.querySelector('.mdc-floating-label');\n if (label) {\n this._elementRef.nativeElement.classList.add('mdc-notched-outline--upgraded');\n if (typeof requestAnimationFrame === 'function') {\n label.style.transitionDuration = '0s';\n this._ngZone.runOutsideAngular(() => {\n requestAnimationFrame(() => label.style.transitionDuration = '');\n });\n }\n } else {\n this._elementRef.nativeElement.classList.add('mdc-notched-outline--no-label');\n }\n }\n _setNotchWidth(labelWidth) {\n if (!this.open || !labelWidth) {\n this._notch.nativeElement.style.width = '';\n } else {\n const NOTCH_ELEMENT_PADDING = 8;\n const NOTCH_ELEMENT_BORDER = 1;\n this._notch.nativeElement.style.width = `calc(${labelWidth}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + ${NOTCH_ELEMENT_PADDING + NOTCH_ELEMENT_BORDER}px)`;\n }\n }\n static {\n this.ɵfac = function MatFormFieldNotchedOutline_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatFormFieldNotchedOutline)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone));\n };\n }\n static {\n this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n type: MatFormFieldNotchedOutline,\n selectors: [[\"div\", \"matFormFieldNotchedOutline\", \"\"]],\n viewQuery: function MatFormFieldNotchedOutline_Query(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵviewQuery(_c0, 5);\n }\n if (rf & 2) {\n let _t;\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._notch = _t.first);\n }\n },\n hostAttrs: [1, \"mdc-notched-outline\"],\n hostVars: 2,\n hostBindings: function MatFormFieldNotchedOutline_HostBindings(rf, ctx) {\n if (rf & 2) {\n i0.ɵɵclassProp(\"mdc-notched-outline--notched\", ctx.open);\n }\n },\n inputs: {\n open: [0, \"matFormFieldNotchedOutlineOpen\", \"open\"]\n },\n standalone: true,\n features: [i0.ɵɵStandaloneFeature],\n attrs: _c1,\n ngContentSelectors: _c2,\n decls: 5,\n vars: 0,\n consts: [[\"notch\", \"\"], [1, \"mat-mdc-notch-piece\", \"mdc-notched-outline__leading\"], [1, \"mat-mdc-notch-piece\", \"mdc-notched-outline__notch\"], [1, \"mat-mdc-notch-piece\", \"mdc-notched-outline__trailing\"]],\n template: function MatFormFieldNotchedOutline_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵprojectionDef();\n i0.ɵɵelement(0, \"div\", 1);\n i0.ɵɵelementStart(1, \"div\", 2, 0);\n i0.ɵɵprojection(3);\n i0.ɵɵelementEnd();\n i0.ɵɵelement(4, \"div\", 3);\n }\n },\n encapsulation: 2,\n changeDetection: 0\n });\n }\n }\n return MatFormFieldNotchedOutline;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/**\n * Animations used by the MatFormField.\n * @docs-private\n */\nconst matFormFieldAnimations = {\n /** Animation that transitions the form field's error and hint messages. */\n transitionMessages: /*#__PURE__*/trigger('transitionMessages', [\n /*#__PURE__*/\n // TODO(mmalerba): Use angular animations for label animation as well.\n state('enter', /*#__PURE__*/style({\n opacity: 1,\n transform: 'translateY(0%)'\n })), /*#__PURE__*/transition('void => enter', [/*#__PURE__*/style({\n opacity: 0,\n transform: 'translateY(-5px)'\n }), /*#__PURE__*/animate('300ms cubic-bezier(0.55, 0, 0.55, 0.2)')])])\n};\n\n/** An interface which allows a control to work inside of a `MatFormField`. */\nlet MatFormFieldControl = /*#__PURE__*/(() => {\n class MatFormFieldControl {\n static {\n this.ɵfac = function MatFormFieldControl_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatFormFieldControl)();\n };\n }\n static {\n this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n type: MatFormFieldControl\n });\n }\n }\n return MatFormFieldControl;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/** @docs-private */\nfunction getMatFormFieldPlaceholderConflictError() {\n return Error('Placeholder attribute and child element were both specified.');\n}\n/** @docs-private */\nfunction getMatFormFieldDuplicatedHintError(align) {\n return Error(`A hint was already declared for 'align=\"${align}\"'.`);\n}\n/** @docs-private */\nfunction getMatFormFieldMissingControlError() {\n return Error('mat-form-field must contain a MatFormFieldControl.');\n}\n\n/**\n * Injection token that can be used to inject an instances of `MatFormField`. It serves\n * as alternative token to the actual `MatFormField` class which would cause unnecessary\n * retention of the `MatFormField` class and its component metadata.\n */\nconst MAT_FORM_FIELD = /*#__PURE__*/new InjectionToken('MatFormField');\n/**\n * Injection token that can be used to configure the\n * default options for all form field within an app.\n */\nconst MAT_FORM_FIELD_DEFAULT_OPTIONS = /*#__PURE__*/new InjectionToken('MAT_FORM_FIELD_DEFAULT_OPTIONS');\nlet nextUniqueId = 0;\n/** Default appearance used by the form field. */\nconst DEFAULT_APPEARANCE = 'fill';\n/**\n * Whether the label for form fields should by default float `always`,\n * `never`, or `auto`.\n */\nconst DEFAULT_FLOAT_LABEL = 'auto';\n/** Default way that the subscript element height is set. */\nconst DEFAULT_SUBSCRIPT_SIZING = 'fixed';\n/**\n * Default transform for docked floating labels in a MDC text-field. This value has been\n * extracted from the MDC text-field styles because we programmatically modify the docked\n * label transform, but do not want to accidentally discard the default label transform.\n */\nconst FLOATING_LABEL_DEFAULT_DOCKED_TRANSFORM = `translateY(-50%)`;\n/** Container for form controls that applies Material Design styling and behavior. */\nlet MatFormField = /*#__PURE__*/(() => {\n class MatFormField {\n /** Whether the required marker should be hidden. */\n get hideRequiredMarker() {\n return this._hideRequiredMarker;\n }\n set hideRequiredMarker(value) {\n this._hideRequiredMarker = coerceBooleanProperty(value);\n }\n /** Whether the label should always float or float as the user types. */\n get floatLabel() {\n return this._floatLabel || this._defaults?.floatLabel || DEFAULT_FLOAT_LABEL;\n }\n set floatLabel(value) {\n if (value !== this._floatLabel) {\n this._floatLabel = value;\n // For backwards compatibility. Custom form field controls or directives might set\n // the \"floatLabel\" input and expect the form field view to be updated automatically.\n // e.g. autocomplete trigger. Ideally we'd get rid of this and the consumers would just\n // emit the \"stateChanges\" observable. TODO(devversion): consider removing.\n this._changeDetectorRef.markForCheck();\n }\n }\n /** The form field appearance style. */\n get appearance() {\n return this._appearance;\n }\n set appearance(value) {\n const oldValue = this._appearance;\n const newAppearance = value || this._defaults?.appearance || DEFAULT_APPEARANCE;\n if (typeof ngDevMode === 'undefined' || ngDevMode) {\n if (newAppearance !== 'fill' && newAppearance !== 'outline') {\n throw new Error(`MatFormField: Invalid appearance \"${newAppearance}\", valid values are \"fill\" or \"outline\".`);\n }\n }\n this._appearance = newAppearance;\n if (this._appearance === 'outline' && this._appearance !== oldValue) {\n // If the appearance has been switched to `outline`, the label offset needs to be updated.\n // The update can happen once the view has been re-checked, but not immediately because\n // the view has not been updated and the notched-outline floating label is not present.\n this._needsOutlineLabelOffsetUpdate = true;\n }\n }\n /**\n * Whether the form field should reserve space for one line of hint/error text (default)\n * or to have the spacing grow from 0px as needed based on the size of the hint/error content.\n * Note that when using dynamic sizing, layout shifts will occur when hint/error text changes.\n */\n get subscriptSizing() {\n return this._subscriptSizing || this._defaults?.subscriptSizing || DEFAULT_SUBSCRIPT_SIZING;\n }\n set subscriptSizing(value) {\n this._subscriptSizing = value || this._defaults?.subscriptSizing || DEFAULT_SUBSCRIPT_SIZING;\n }\n /** Text for the form field hint. */\n get hintLabel() {\n return this._hintLabel;\n }\n set hintLabel(value) {\n this._hintLabel = value;\n this._processHints();\n }\n /** Gets the current form field control */\n get _control() {\n return this._explicitFormFieldControl || this._formFieldControl;\n }\n set _control(value) {\n this._explicitFormFieldControl = value;\n }\n constructor(_elementRef, _changeDetectorRef,\n /**\n * @deprecated not needed, to be removed.\n * @breaking-change 19.0.0 remove this param\n */\n _unusedNgZone, _dir, _platform, _defaults, _animationMode,\n /**\n * @deprecated not needed, to be removed.\n * @breaking-change 17.0.0 remove this param\n */\n _unusedDocument) {\n this._elementRef = _elementRef;\n this._changeDetectorRef = _changeDetectorRef;\n this._dir = _dir;\n this._platform = _platform;\n this._defaults = _defaults;\n this._animationMode = _animationMode;\n this._labelChild = contentChild(MatLabel);\n this._hideRequiredMarker = false;\n /**\n * Theme color of the form field. This API is supported in M2 themes only, it\n * has no effect in M3 themes.\n *\n * For information on applying color variants in M3, see\n * https://material.angular.io/guide/theming#using-component-color-variants.\n */\n this.color = 'primary';\n this._appearance = DEFAULT_APPEARANCE;\n this._subscriptSizing = null;\n this._hintLabel = '';\n this._hasIconPrefix = false;\n this._hasTextPrefix = false;\n this._hasIconSuffix = false;\n this._hasTextSuffix = false;\n // Unique id for the internal form field label.\n this._labelId = `mat-mdc-form-field-label-${nextUniqueId++}`;\n // Unique id for the hint label.\n this._hintLabelId = `mat-mdc-hint-${nextUniqueId++}`;\n /** State of the mat-hint and mat-error animations. */\n this._subscriptAnimationState = '';\n this._destroyed = new Subject();\n this._isFocused = null;\n this._needsOutlineLabelOffsetUpdate = false;\n this._previousControl = null;\n this._injector = inject(Injector);\n /**\n * Gets the id of the label element. If no label is present, returns `null`.\n */\n this.getLabelId = computed(() => this._hasFloatingLabel() ? this._labelId : null);\n this._hasFloatingLabel = computed(() => !!this._labelChild());\n if (_defaults) {\n if (_defaults.appearance) {\n this.appearance = _defaults.appearance;\n }\n this._hideRequiredMarker = Boolean(_defaults?.hideRequiredMarker);\n if (_defaults.color) {\n this.color = _defaults.color;\n }\n }\n }\n ngAfterViewInit() {\n // Initial focus state sync. This happens rarely, but we want to account for\n // it in case the form field control has \"focused\" set to true on init.\n this._updateFocusState();\n // Enable animations now. This ensures we don't animate on initial render.\n this._subscriptAnimationState = 'enter';\n // Because the above changes a value used in the template after it was checked, we need\n // to trigger CD or the change might not be reflected if there is no other CD scheduled.\n this._changeDetectorRef.detectChanges();\n }\n ngAfterContentInit() {\n this._assertFormFieldControl();\n this._initializeSubscript();\n this._initializePrefixAndSuffix();\n this._initializeOutlineLabelOffsetSubscriptions();\n }\n ngAfterContentChecked() {\n this._assertFormFieldControl();\n if (this._control !== this._previousControl) {\n this._initializeControl(this._previousControl);\n this._previousControl = this._control;\n }\n }\n ngOnDestroy() {\n this._stateChanges?.unsubscribe();\n this._valueChanges?.unsubscribe();\n this._destroyed.next();\n this._destroyed.complete();\n }\n /**\n * Gets an ElementRef for the element that a overlay attached to the form field\n * should be positioned relative to.\n */\n getConnectedOverlayOrigin() {\n return this._textField || this._elementRef;\n }\n /** Animates the placeholder up and locks it in position. */\n _animateAndLockLabel() {\n // This is for backwards compatibility only. Consumers of the form field might use\n // this method. e.g. the autocomplete trigger. This method has been added to the non-MDC\n // form field because setting \"floatLabel\" to \"always\" caused the label to float without\n // animation. This is different in MDC where the label always animates, so this method\n // is no longer necessary. There doesn't seem any benefit in adding logic to allow changing\n // the floating label state without animations. The non-MDC implementation was inconsistent\n // because it always animates if \"floatLabel\" is set away from \"always\".\n // TODO(devversion): consider removing this method when releasing the MDC form field.\n if (this._hasFloatingLabel()) {\n this.floatLabel = 'always';\n }\n }\n /** Initializes the registered form field control. */\n _initializeControl(previousControl) {\n const control = this._control;\n const classPrefix = 'mat-mdc-form-field-type-';\n if (previousControl) {\n this._elementRef.nativeElement.classList.remove(classPrefix + previousControl.controlType);\n }\n if (control.controlType) {\n this._elementRef.nativeElement.classList.add(classPrefix + control.controlType);\n }\n // Subscribe to changes in the child control state in order to update the form field UI.\n this._stateChanges?.unsubscribe();\n this._stateChanges = control.stateChanges.subscribe(() => {\n this._updateFocusState();\n this._syncDescribedByIds();\n this._changeDetectorRef.markForCheck();\n });\n this._valueChanges?.unsubscribe();\n // Run change detection if the value changes.\n if (control.ngControl && control.ngControl.valueChanges) {\n this._valueChanges = control.ngControl.valueChanges.pipe(takeUntil(this._destroyed)).subscribe(() => this._changeDetectorRef.markForCheck());\n }\n }\n _checkPrefixAndSuffixTypes() {\n this._hasIconPrefix = !!this._prefixChildren.find(p => !p._isText);\n this._hasTextPrefix = !!this._prefixChildren.find(p => p._isText);\n this._hasIconSuffix = !!this._suffixChildren.find(s => !s._isText);\n this._hasTextSuffix = !!this._suffixChildren.find(s => s._isText);\n }\n /** Initializes the prefix and suffix containers. */\n _initializePrefixAndSuffix() {\n this._checkPrefixAndSuffixTypes();\n // Mark the form field as dirty whenever the prefix or suffix children change. This\n // is necessary because we conditionally display the prefix/suffix containers based\n // on whether there is projected content.\n merge(this._prefixChildren.changes, this._suffixChildren.changes).subscribe(() => {\n this._checkPrefixAndSuffixTypes();\n this._changeDetectorRef.markForCheck();\n });\n }\n /**\n * Initializes the subscript by validating hints and synchronizing \"aria-describedby\" ids\n * with the custom form field control. Also subscribes to hint and error changes in order\n * to be able to validate and synchronize ids on change.\n */\n _initializeSubscript() {\n // Re-validate when the number of hints changes.\n this._hintChildren.changes.subscribe(() => {\n this._processHints();\n this._changeDetectorRef.markForCheck();\n });\n // Update the aria-described by when the number of errors changes.\n this._errorChildren.changes.subscribe(() => {\n this._syncDescribedByIds();\n this._changeDetectorRef.markForCheck();\n });\n // Initial mat-hint validation and subscript describedByIds sync.\n this._validateHints();\n this._syncDescribedByIds();\n }\n /** Throws an error if the form field's control is missing. */\n _assertFormFieldControl() {\n if (!this._control && (typeof ngDevMode === 'undefined' || ngDevMode)) {\n throw getMatFormFieldMissingControlError();\n }\n }\n _updateFocusState() {\n // Usually the MDC foundation would call \"activateFocus\" and \"deactivateFocus\" whenever\n // certain DOM events are emitted. This is not possible in our implementation of the\n // form field because we support abstract form field controls which are not necessarily\n // of type input, nor do we have a reference to a native form field control element. Instead\n // we handle the focus by checking if the abstract form field control focused state changes.\n if (this._control.focused && !this._isFocused) {\n this._isFocused = true;\n this._lineRipple?.activate();\n } else if (!this._control.focused && (this._isFocused || this._isFocused === null)) {\n this._isFocused = false;\n this._lineRipple?.deactivate();\n }\n this._textField?.nativeElement.classList.toggle('mdc-text-field--focused', this._control.focused);\n }\n /**\n * The floating label in the docked state needs to account for prefixes. The horizontal offset\n * is calculated whenever the appearance changes to `outline`, the prefixes change, or when the\n * form field is added to the DOM. This method sets up all subscriptions which are needed to\n * trigger the label offset update.\n */\n _initializeOutlineLabelOffsetSubscriptions() {\n // Whenever the prefix changes, schedule an update of the label offset.\n // TODO(mmalerba): Use ResizeObserver to better support dynamically changing prefix content.\n this._prefixChildren.changes.subscribe(() => this._needsOutlineLabelOffsetUpdate = true);\n // TODO(mmalerba): Split this into separate `afterRender` calls using the `EarlyRead` and\n // `Write` phases.\n afterRender(() => {\n if (this._needsOutlineLabelOffsetUpdate) {\n this._needsOutlineLabelOffsetUpdate = false;\n this._updateOutlineLabelOffset();\n }\n }, {\n injector: this._injector\n });\n this._dir.change.pipe(takeUntil(this._destroyed)).subscribe(() => this._needsOutlineLabelOffsetUpdate = true);\n }\n /** Whether the floating label should always float or not. */\n _shouldAlwaysFloat() {\n return this.floatLabel === 'always';\n }\n _hasOutline() {\n return this.appearance === 'outline';\n }\n /**\n * Whether the label should display in the infix. Labels in the outline appearance are\n * displayed as part of the notched-outline and are horizontally offset to account for\n * form field prefix content. This won't work in server side rendering since we cannot\n * measure the width of the prefix container. To make the docked label appear as if the\n * right offset has been calculated, we forcibly render the label inside the infix. Since\n * the label is part of the infix, the label cannot overflow the prefix content.\n */\n _forceDisplayInfixLabel() {\n return !this._platform.isBrowser && this._prefixChildren.length && !this._shouldLabelFloat();\n }\n _shouldLabelFloat() {\n if (!this._hasFloatingLabel()) {\n return false;\n }\n return this._control.shouldLabelFloat || this._shouldAlwaysFloat();\n }\n /**\n * Determines whether a class from the AbstractControlDirective\n * should be forwarded to the host element.\n */\n _shouldForward(prop) {\n const control = this._control ? this._control.ngControl : null;\n return control && control[prop];\n }\n /** Determines whether to display hints or errors. */\n _getDisplayedMessages() {\n return this._errorChildren && this._errorChildren.length > 0 && this._control.errorState ? 'error' : 'hint';\n }\n /** Handle label resize events. */\n _handleLabelResized() {\n this._refreshOutlineNotchWidth();\n }\n /** Refreshes the width of the outline-notch, if present. */\n _refreshOutlineNotchWidth() {\n if (!this._hasOutline() || !this._floatingLabel || !this._shouldLabelFloat()) {\n this._notchedOutline?._setNotchWidth(0);\n } else {\n this._notchedOutline?._setNotchWidth(this._floatingLabel.getWidth());\n }\n }\n /** Does any extra processing that is required when handling the hints. */\n _processHints() {\n this._validateHints();\n this._syncDescribedByIds();\n }\n /**\n * Ensure that there is a maximum of one of each \"mat-hint\" alignment specified. The hint\n * label specified set through the input is being considered as \"start\" aligned.\n *\n * This method is a noop if Angular runs in production mode.\n */\n _validateHints() {\n if (this._hintChildren && (typeof ngDevMode === 'undefined' || ngDevMode)) {\n let startHint;\n let endHint;\n this._hintChildren.forEach(hint => {\n if (hint.align === 'start') {\n if (startHint || this.hintLabel) {\n throw getMatFormFieldDuplicatedHintError('start');\n }\n startHint = hint;\n } else if (hint.align === 'end') {\n if (endHint) {\n throw getMatFormFieldDuplicatedHintError('end');\n }\n endHint = hint;\n }\n });\n }\n }\n /**\n * Sets the list of element IDs that describe the child control. This allows the control to update\n * its `aria-describedby` attribute accordingly.\n */\n _syncDescribedByIds() {\n if (this._control) {\n let ids = [];\n // TODO(wagnermaciel): Remove the type check when we find the root cause of this bug.\n if (this._control.userAriaDescribedBy && typeof this._control.userAriaDescribedBy === 'string') {\n ids.push(...this._control.userAriaDescribedBy.split(' '));\n }\n if (this._getDisplayedMessages() === 'hint') {\n const startHint = this._hintChildren ? this._hintChildren.find(hint => hint.align === 'start') : null;\n const endHint = this._hintChildren ? this._hintChildren.find(hint => hint.align === 'end') : null;\n if (startHint) {\n ids.push(startHint.id);\n } else if (this._hintLabel) {\n ids.push(this._hintLabelId);\n }\n if (endHint) {\n ids.push(endHint.id);\n }\n } else if (this._errorChildren) {\n ids.push(...this._errorChildren.map(error => error.id));\n }\n this._control.setDescribedByIds(ids);\n }\n }\n /**\n * Updates the horizontal offset of the label in the outline appearance. In the outline\n * appearance, the notched-outline and label are not relative to the infix container because\n * the outline intends to surround prefixes, suffixes and the infix. This means that the\n * floating label by default overlaps prefixes in the docked state. To avoid this, we need to\n * horizontally offset the label by the width of the prefix container. The MDC text-field does\n * not need to do this because they use a fixed width for prefixes. Hence, they can simply\n * incorporate the horizontal offset into their default text-field styles.\n */\n _updateOutlineLabelOffset() {\n if (!this._hasOutline() || !this._floatingLabel) {\n return;\n }\n const floatingLabel = this._floatingLabel.element;\n // If no prefix is displayed, reset the outline label offset from potential\n // previous label offset updates.\n if (!(this._iconPrefixContainer || this._textPrefixContainer)) {\n floatingLabel.style.transform = '';\n return;\n }\n // If the form field is not attached to the DOM yet (e.g. in a tab), we defer\n // the label offset update until the zone stabilizes.\n if (!this._isAttachedToDom()) {\n this._needsOutlineLabelOffsetUpdate = true;\n return;\n }\n const iconPrefixContainer = this._iconPrefixContainer?.nativeElement;\n const textPrefixContainer = this._textPrefixContainer?.nativeElement;\n const iconSuffixContainer = this._iconSuffixContainer?.nativeElement;\n const textSuffixContainer = this._textSuffixContainer?.nativeElement;\n const iconPrefixContainerWidth = iconPrefixContainer?.getBoundingClientRect().width ?? 0;\n const textPrefixContainerWidth = textPrefixContainer?.getBoundingClientRect().width ?? 0;\n const iconSuffixContainerWidth = iconSuffixContainer?.getBoundingClientRect().width ?? 0;\n const textSuffixContainerWidth = textSuffixContainer?.getBoundingClientRect().width ?? 0;\n // If the directionality is RTL, the x-axis transform needs to be inverted. This\n // is because `transformX` does not change based on the page directionality.\n const negate = this._dir.value === 'rtl' ? '-1' : '1';\n const prefixWidth = `${iconPrefixContainerWidth + textPrefixContainerWidth}px`;\n const labelOffset = `var(--mat-mdc-form-field-label-offset-x, 0px)`;\n const labelHorizontalOffset = `calc(${negate} * (${prefixWidth} + ${labelOffset}))`;\n // Update the translateX of the floating label to account for the prefix container,\n // but allow the CSS to override this setting via a CSS variable when the label is\n // floating.\n floatingLabel.style.transform = `var(\n --mat-mdc-form-field-label-transform,\n ${FLOATING_LABEL_DEFAULT_DOCKED_TRANSFORM} translateX(${labelHorizontalOffset})\n )`;\n // Prevent the label from overlapping the suffix when in resting position.\n const prefixAndSuffixWidth = iconPrefixContainerWidth + textPrefixContainerWidth + iconSuffixContainerWidth + textSuffixContainerWidth;\n this._elementRef.nativeElement.style.setProperty('--mat-form-field-notch-max-width', `calc(100% - ${prefixAndSuffixWidth}px)`);\n }\n /** Checks whether the form field is attached to the DOM. */\n _isAttachedToDom() {\n const element = this._elementRef.nativeElement;\n if (element.getRootNode) {\n const rootNode = element.getRootNode();\n // If the element is inside the DOM the root node will be either the document\n // or the closest shadow root, otherwise it'll be the element itself.\n return rootNode && rootNode !== element;\n }\n // Otherwise fall back to checking if it's in the document. This doesn't account for\n // shadow DOM, however browser that support shadow DOM should support `getRootNode` as well.\n return document.documentElement.contains(element);\n }\n static {\n this.ɵfac = function MatFormField_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatFormField)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i1.Directionality), i0.ɵɵdirectiveInject(i2.Platform), i0.ɵɵdirectiveInject(MAT_FORM_FIELD_DEFAULT_OPTIONS, 8), i0.ɵɵdirectiveInject(ANIMATION_MODULE_TYPE, 8), i0.ɵɵdirectiveInject(DOCUMENT));\n };\n }\n static {\n this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n type: MatFormField,\n selectors: [[\"mat-form-field\"]],\n contentQueries: function MatFormField_ContentQueries(rf, ctx, dirIndex) {\n if (rf & 1) {\n i0.ɵɵcontentQuerySignal(dirIndex, ctx._labelChild, MatLabel, 5);\n i0.ɵɵcontentQuery(dirIndex, MatFormFieldControl, 5);\n i0.ɵɵcontentQuery(dirIndex, MAT_PREFIX, 5);\n i0.ɵɵcontentQuery(dirIndex, MAT_SUFFIX, 5);\n i0.ɵɵcontentQuery(dirIndex, MAT_ERROR, 5);\n i0.ɵɵcontentQuery(dirIndex, MatHint, 5);\n }\n if (rf & 2) {\n i0.ɵɵqueryAdvance();\n let _t;\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._formFieldControl = _t.first);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._prefixChildren = _t);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._suffixChildren = _t);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._errorChildren = _t);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._hintChildren = _t);\n }\n },\n viewQuery: function MatFormField_Query(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵviewQuery(_c3, 5);\n i0.ɵɵviewQuery(_c4, 5);\n i0.ɵɵviewQuery(_c5, 5);\n i0.ɵɵviewQuery(_c6, 5);\n i0.ɵɵviewQuery(_c7, 5);\n i0.ɵɵviewQuery(MatFormFieldFloatingLabel, 5);\n i0.ɵɵviewQuery(MatFormFieldNotchedOutline, 5);\n i0.ɵɵviewQuery(MatFormFieldLineRipple, 5);\n }\n if (rf & 2) {\n let _t;\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._textField = _t.first);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._iconPrefixContainer = _t.first);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._textPrefixContainer = _t.first);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._iconSuffixContainer = _t.first);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._textSuffixContainer = _t.first);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._floatingLabel = _t.first);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._notchedOutline = _t.first);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx._lineRipple = _t.first);\n }\n },\n hostAttrs: [1, \"mat-mdc-form-field\"],\n hostVars: 42,\n hostBindings: function MatFormField_HostBindings(rf, ctx) {\n if (rf & 2) {\n i0.ɵɵclassProp(\"mat-mdc-form-field-label-always-float\", ctx._shouldAlwaysFloat())(\"mat-mdc-form-field-has-icon-prefix\", ctx._hasIconPrefix)(\"mat-mdc-form-field-has-icon-suffix\", ctx._hasIconSuffix)(\"mat-form-field-invalid\", ctx._control.errorState)(\"mat-form-field-disabled\", ctx._control.disabled)(\"mat-form-field-autofilled\", ctx._control.autofilled)(\"mat-form-field-no-animations\", ctx._animationMode === \"NoopAnimations\")(\"mat-form-field-appearance-fill\", ctx.appearance == \"fill\")(\"mat-form-field-appearance-outline\", ctx.appearance == \"outline\")(\"mat-form-field-hide-placeholder\", ctx._hasFloatingLabel() && !ctx._shouldLabelFloat())(\"mat-focused\", ctx._control.focused)(\"mat-primary\", ctx.color !== \"accent\" && ctx.color !== \"warn\")(\"mat-accent\", ctx.color === \"accent\")(\"mat-warn\", ctx.color === \"warn\")(\"ng-untouched\", ctx._shouldForward(\"untouched\"))(\"ng-touched\", ctx._shouldForward(\"touched\"))(\"ng-pristine\", ctx._shouldForward(\"pristine\"))(\"ng-dirty\", ctx._shouldForward(\"dirty\"))(\"ng-valid\", ctx._shouldForward(\"valid\"))(\"ng-invalid\", ctx._shouldForward(\"invalid\"))(\"ng-pending\", ctx._shouldForward(\"pending\"));\n }\n },\n inputs: {\n hideRequiredMarker: \"hideRequiredMarker\",\n color: \"color\",\n floatLabel: \"floatLabel\",\n appearance: \"appearance\",\n subscriptSizing: \"subscriptSizing\",\n hintLabel: \"hintLabel\"\n },\n exportAs: [\"matFormField\"],\n standalone: true,\n features: [i0.ɵɵProvidersFeature([{\n provide: MAT_FORM_FIELD,\n useExisting: MatFormField\n }, {\n provide: FLOATING_LABEL_PARENT,\n useExisting: MatFormField\n }]), i0.ɵɵStandaloneFeature],\n ngContentSelectors: _c9,\n decls: 18,\n vars: 21,\n consts: [[\"labelTemplate\", \"\"], [\"textField\", \"\"], [\"iconPrefixContainer\", \"\"], [\"textPrefixContainer\", \"\"], [\"textSuffixContainer\", \"\"], [\"iconSuffixContainer\", \"\"], [1, \"mat-mdc-text-field-wrapper\", \"mdc-text-field\", 3, \"click\"], [1, \"mat-mdc-form-field-focus-overlay\"], [1, \"mat-mdc-form-field-flex\"], [\"matFormFieldNotchedOutline\", \"\", 3, \"matFormFieldNotchedOutlineOpen\"], [1, \"mat-mdc-form-field-icon-prefix\"], [1, \"mat-mdc-form-field-text-prefix\"], [1, \"mat-mdc-form-field-infix\"], [3, \"ngTemplateOutlet\"], [1, \"mat-mdc-form-field-text-suffix\"], [1, \"mat-mdc-form-field-icon-suffix\"], [\"matFormFieldLineRipple\", \"\"], [1, \"mat-mdc-form-field-subscript-wrapper\", \"mat-mdc-form-field-bottom-align\"], [1, \"mat-mdc-form-field-error-wrapper\"], [1, \"mat-mdc-form-field-hint-wrapper\"], [\"matFormFieldFloatingLabel\", \"\", 3, \"floating\", \"monitorResize\", \"id\"], [\"aria-hidden\", \"true\", 1, \"mat-mdc-form-field-required-marker\", \"mdc-floating-label--required\"], [3, \"id\"], [1, \"mat-mdc-form-field-hint-spacer\"]],\n template: function MatFormField_Template(rf, ctx) {\n if (rf & 1) {\n const _r1 = i0.ɵɵgetCurrentView();\n i0.ɵɵprojectionDef(_c8);\n i0.ɵɵtemplate(0, MatFormField_ng_template_0_Template, 1, 1, \"ng-template\", null, 0, i0.ɵɵtemplateRefExtractor);\n i0.ɵɵelementStart(2, \"div\", 6, 1);\n i0.ɵɵlistener(\"click\", function MatFormField_Template_div_click_2_listener($event) {\n i0.ɵɵrestoreView(_r1);\n return i0.ɵɵresetView(ctx._control.onContainerClick($event));\n });\n i0.ɵɵtemplate(4, MatFormField_Conditional_4_Template, 1, 0, \"div\", 7);\n i0.ɵɵelementStart(5, \"div\", 8);\n i0.ɵɵtemplate(6, MatFormField_Conditional_6_Template, 2, 2, \"div\", 9)(7, MatFormField_Conditional_7_Template, 3, 0, \"div\", 10)(8, MatFormField_Conditional_8_Template, 3, 0, \"div\", 11);\n i0.ɵɵelementStart(9, \"div\", 12);\n i0.ɵɵtemplate(10, MatFormField_Conditional_10_Template, 1, 1, null, 13);\n i0.ɵɵprojection(11);\n i0.ɵɵelementEnd();\n i0.ɵɵtemplate(12, MatFormField_Conditional_12_Template, 3, 0, \"div\", 14)(13, MatFormField_Conditional_13_Template, 3, 0, \"div\", 15);\n i0.ɵɵelementEnd();\n i0.ɵɵtemplate(14, MatFormField_Conditional_14_Template, 1, 0, \"div\", 16);\n i0.ɵɵelementEnd();\n i0.ɵɵelementStart(15, \"div\", 17);\n i0.ɵɵtemplate(16, MatFormField_Case_16_Template, 2, 1, \"div\", 18)(17, MatFormField_Case_17_Template, 5, 2, \"div\", 19);\n i0.ɵɵelementEnd();\n }\n if (rf & 2) {\n let tmp_16_0;\n i0.ɵɵadvance(2);\n i0.ɵɵclassProp(\"mdc-text-field--filled\", !ctx._hasOutline())(\"mdc-text-field--outlined\", ctx._hasOutline())(\"mdc-text-field--no-label\", !ctx._hasFloatingLabel())(\"mdc-text-field--disabled\", ctx._control.disabled)(\"mdc-text-field--invalid\", ctx._control.errorState);\n i0.ɵɵadvance(2);\n i0.ɵɵconditional(!ctx._hasOutline() && !ctx._control.disabled ? 4 : -1);\n i0.ɵɵadvance(2);\n i0.ɵɵconditional(ctx._hasOutline() ? 6 : -1);\n i0.ɵɵadvance();\n i0.ɵɵconditional(ctx._hasIconPrefix ? 7 : -1);\n i0.ɵɵadvance();\n i0.ɵɵconditional(ctx._hasTextPrefix ? 8 : -1);\n i0.ɵɵadvance(2);\n i0.ɵɵconditional(!ctx._hasOutline() || ctx._forceDisplayInfixLabel() ? 10 : -1);\n i0.ɵɵadvance(2);\n i0.ɵɵconditional(ctx._hasTextSuffix ? 12 : -1);\n i0.ɵɵadvance();\n i0.ɵɵconditional(ctx._hasIconSuffix ? 13 : -1);\n i0.ɵɵadvance();\n i0.ɵɵconditional(!ctx._hasOutline() ? 14 : -1);\n i0.ɵɵadvance();\n i0.ɵɵclassProp(\"mat-mdc-form-field-subscript-dynamic-size\", ctx.subscriptSizing === \"dynamic\");\n i0.ɵɵadvance();\n i0.ɵɵconditional((tmp_16_0 = ctx._getDisplayedMessages()) === \"error\" ? 16 : tmp_16_0 === \"hint\" ? 17 : -1);\n }\n },\n dependencies: [MatFormFieldFloatingLabel, MatFormFieldNotchedOutline, NgTemplateOutlet, MatFormFieldLineRipple, MatHint],\n styles: [\".mdc-text-field{display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-text-field__input{width:100%;min-width:0;border:none;border-radius:0;background:none;padding:0;-moz-appearance:none;-webkit-appearance:none;height:28px}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}.mdc-text-field__input::placeholder{opacity:0}.mdc-text-field__input::-moz-placeholder{opacity:0}.mdc-text-field__input::-webkit-input-placeholder{opacity:0}.mdc-text-field__input:-ms-input-placeholder{opacity:0}.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{opacity:1}.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder{opacity:1}.mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,.mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder{opacity:1}.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{opacity:1}.mdc-text-field--outlined .mdc-text-field__input,.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:rgba(0,0,0,0)}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-filled-text-field-input-text-color, var(--mat-app-on-surface));caret-color:var(--mdc-filled-text-field-caret-color, var(--mat-app-primary))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-error-caret-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-filled-text-field-disabled-input-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-outlined-text-field-input-text-color, var(--mat-app-on-surface));caret-color:var(--mdc-outlined-text-field-caret-color, var(--mat-app-primary))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-error-caret-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-outlined-text-field-disabled-input-text-color)}.mdc-text-field--disabled .cdk-high-contrast-active .mdc-text-field__input{background-color:Window}.mdc-text-field--filled{height:56px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:var(--mdc-filled-text-field-container-shape, var(--mat-app-corner-extra-small-top));border-top-right-radius:var(--mdc-filled-text-field-container-shape, var(--mat-app-corner-extra-small-top))}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--mdc-filled-text-field-container-color, var(--mat-app-surface-variant))}.mdc-text-field--filled.mdc-text-field--disabled{background-color:var(--mdc-filled-text-field-disabled-container-color)}.mdc-text-field--outlined{height:56px;overflow:visible;padding-right:max(16px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)));padding-left:max(16px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)) + 4px)}[dir=rtl] .mdc-text-field--outlined{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)) + 4px);padding-left:max(16px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)))}.mdc-floating-label{position:absolute;left:0;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] .mdc-floating-label{right:0;left:auto;transform-origin:right top;text-align:right}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:auto}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label{left:auto;right:4px}.mdc-text-field--filled .mdc-floating-label{left:16px;right:auto}[dir=rtl] .mdc-text-field--filled .mdc-floating-label{left:auto;right:16px}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.cdk-high-contrast-active .mdc-text-field--disabled .mdc-floating-label{z-index:1}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-filled-text-field-label-text-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label{color:var(--mdc-filled-text-field-focus-label-text-color, var(--mat-app-primary))}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label{color:var(--mdc-filled-text-field-hover-label-text-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label{color:var(--mdc-filled-text-field-disabled-label-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-floating-label{color:var(--mdc-filled-text-field-error-label-text-color, var(--mat-app-error))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid.mdc-text-field--focused .mdc-floating-label{color:var(--mdc-filled-text-field-error-focus-label-text-color, var(--mat-app-error))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-floating-label{color:var(--mdc-filled-text-field-error-hover-label-text-color, var(--mat-app-on-error-container))}.mdc-text-field--filled .mdc-floating-label{font-family:var(--mdc-filled-text-field-label-text-font, var(--mat-app-body-large-font));font-size:var(--mdc-filled-text-field-label-text-size, var(--mat-app-body-large-size));font-weight:var(--mdc-filled-text-field-label-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mdc-filled-text-field-label-text-tracking, var(--mat-app-body-large-tracking))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-outlined-text-field-label-text-color, var(--mat-app-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label{color:var(--mdc-outlined-text-field-focus-label-text-color, var(--mat-app-primary))}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label{color:var(--mdc-outlined-text-field-hover-label-text-color, var(--mat-app-on-surface))}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label{color:var(--mdc-outlined-text-field-disabled-label-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-floating-label{color:var(--mdc-outlined-text-field-error-label-text-color, var(--mat-app-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid.mdc-text-field--focused .mdc-floating-label{color:var(--mdc-outlined-text-field-error-focus-label-text-color, var(--mat-app-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-floating-label{color:var(--mdc-outlined-text-field-error-hover-label-text-color, var(--mat-app-on-error-container))}.mdc-text-field--outlined .mdc-floating-label{font-family:var(--mdc-outlined-text-field-label-text-font, var(--mat-app-body-large-font));font-size:var(--mdc-outlined-text-field-label-text-size, var(--mat-app-body-large-size));font-weight:var(--mdc-outlined-text-field-label-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mdc-outlined-text-field-label-text-tracking, var(--mat-app-body-large-tracking))}.mdc-floating-label--float-above{cursor:auto;transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1);font-size:.75rem}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.3333333333%}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:1px;margin-right:0;content:\\\"*\\\"}[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:0;margin-right:1px}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline{text-align:right}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mat-mdc-notch-piece{box-sizing:border-box;height:100%;pointer-events:none;border-top:1px solid;border-bottom:1px solid}.mdc-text-field--focused .mat-mdc-notch-piece{border-width:2px}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-outline-color, var(--mat-app-outline));border-width:var(--mdc-outlined-text-field-outline-width)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-hover-outline-color, var(--mat-app-on-surface))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-focus-outline-color, var(--mat-app-primary))}.mdc-text-field--outlined.mdc-text-field--disabled .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-disabled-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-error-outline-color, var(--mat-app-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--focused):hover .mdc-notched-outline .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-error-hover-outline-color, var(--mat-app-on-error-container))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid.mdc-text-field--focused .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-error-focus-outline-color, var(--mat-app-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mat-mdc-notch-piece{border-width:var(--mdc-outlined-text-field-focus-outline-width)}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small));border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small))}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)))}[dir=rtl] .mdc-notched-outline__leading{border-left:none;border-right:1px solid;border-bottom-left-radius:0;border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small));border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small))}.mdc-notched-outline__trailing{flex-grow:1;border-left:none;border-right:1px solid;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small));border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small))}[dir=rtl] .mdc-notched-outline__trailing{border-left:1px solid;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small));border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small))}.mdc-notched-outline__notch{flex:0 0 auto;width:auto}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:min(var(--mat-form-field-notch-max-width, 100%),100% - max(12px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)))*2)}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none;--mat-form-field-notch-max-width: 100%}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:\\\"\\\"}.mdc-line-ripple::before{z-index:1;border-bottom-width:var(--mdc-filled-text-field-active-indicator-height)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-active-indicator-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-hover-active-indicator-color, var(--mat-app-on-surface))}.mdc-text-field--filled.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-disabled-active-indicator-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-active-indicator-color, var(--mat-app-error))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-hover-active-indicator-color, var(--mat-app-on-error-container))}.mdc-line-ripple::after{transform:scaleX(0);opacity:0;z-index:2}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-width:var(--mdc-filled-text-field-focus-active-indicator-height)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-focus-active-indicator-color, var(--mat-app-primary))}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-error-focus-active-indicator-color, var(--mat-app-error))}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-text-field--disabled{pointer-events:none}.mat-mdc-form-field-textarea-control{vertical-align:middle;resize:vertical;box-sizing:border-box;height:auto;margin:0;padding:0;border:none;overflow:auto}.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font:inherit;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;border:none}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:normal;pointer-events:all;will-change:auto}.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-floating-label.mdc-floating-label{cursor:inherit}.mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control.mdc-text-field__input,.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control{height:auto}.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control.mdc-text-field__input[type=color]{height:23px}.mat-mdc-text-field-wrapper{height:auto;flex:auto;will-change:auto}.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-left:0;--mat-mdc-form-field-label-offset-x: -16px}.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-right:0}[dir=rtl] .mat-mdc-text-field-wrapper{padding-left:16px;padding-right:16px}[dir=rtl] .mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-left:0}[dir=rtl] .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-right:0}.mat-form-field-disabled .mdc-text-field__input::placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-moz-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-webkit-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input:-ms-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-mdc-form-field-label-always-float .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-floating-label{left:auto;right:auto}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input{display:inline-block}.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field .mdc-notched-outline__notch{padding-top:0}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid rgba(0,0,0,0)}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid rgba(0,0,0,0)}.mat-mdc-form-field-infix{min-height:var(--mat-form-field-container-height);padding-top:var(--mat-form-field-filled-with-label-container-padding-top);padding-bottom:var(--mat-form-field-filled-with-label-container-padding-bottom)}.mdc-text-field--outlined .mat-mdc-form-field-infix,.mdc-text-field--no-label .mat-mdc-form-field-infix{padding-top:var(--mat-form-field-container-vertical-padding);padding-bottom:var(--mat-form-field-container-vertical-padding)}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:calc(var(--mat-form-field-container-height)/2)}.mdc-text-field--filled .mat-mdc-floating-label{display:var(--mat-form-field-filled-label-display, block)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY(calc(calc(6.75px + var(--mat-form-field-container-height) / 2) * -1)) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-form-field-subscript-wrapper{box-sizing:border-box;width:100%;position:relative}.mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-error-wrapper{position:absolute;top:0;left:0;right:0;padding:0 16px}.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-error-wrapper{position:static}.mat-mdc-form-field-bottom-align::before{content:\\\"\\\";display:inline-block;height:16px}.mat-mdc-form-field-bottom-align.mat-mdc-form-field-subscript-dynamic-size::before{content:unset}.mat-mdc-form-field-hint-end{order:1}.mat-mdc-form-field-hint-wrapper{display:flex}.mat-mdc-form-field-hint-spacer{flex:1 0 1em}.mat-mdc-form-field-error{display:block;color:var(--mat-form-field-error-text-color, var(--mat-app-error))}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-subscript-text-font, var(--mat-app-body-small-font));line-height:var(--mat-form-field-subscript-text-line-height, var(--mat-app-body-small-line-height));font-size:var(--mat-form-field-subscript-text-size, var(--mat-app-body-small-size));letter-spacing:var(--mat-form-field-subscript-text-tracking, var(--mat-app-body-small-tracking));font-weight:var(--mat-form-field-subscript-text-weight, var(--mat-app-body-small-weight))}.mat-mdc-form-field-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;pointer-events:none;background-color:var(--mat-form-field-state-layer-color, var(--mat-app-on-surface))}.mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-focus-state-layer-opacity)}select.mat-mdc-form-field-input-control{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);display:inline-flex;box-sizing:border-box}select.mat-mdc-form-field-input-control:not(:disabled){cursor:pointer}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option{color:var(--mat-form-field-select-option-text-color)}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled{color:var(--mat-form-field-select-disabled-option-text-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{content:\\\"\\\";width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;position:absolute;right:0;top:50%;margin-top:-2.5px;pointer-events:none;color:var(--mat-form-field-enabled-select-arrow-color, var(--mat-app-on-surface-variant))}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{right:auto;left:0}.mat-mdc-form-field-type-mat-native-select.mat-focused .mat-mdc-form-field-infix::after{color:var(--mat-form-field-focus-select-arrow-color, var(--mat-app-primary))}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:var(--mat-form-field-disabled-select-arrow-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:15px}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:0;padding-left:15px}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper{outline:solid 1px}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-form-field-disabled .mat-mdc-text-field-wrapper{outline-color:GrayText}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-focused .mat-mdc-text-field-wrapper{outline:dashed 3px}.cdk-high-contrast-active .mat-mdc-form-field.mat-focused .mdc-notched-outline{border:dashed 3px}.mat-mdc-form-field-input-control[type=date],.mat-mdc-form-field-input-control[type=datetime],.mat-mdc-form-field-input-control[type=datetime-local],.mat-mdc-form-field-input-control[type=month],.mat-mdc-form-field-input-control[type=week],.mat-mdc-form-field-input-control[type=time]{line-height:1}.mat-mdc-form-field-input-control::-webkit-datetime-edit{line-height:1;padding:0;margin-bottom:-2px}.mat-mdc-form-field{--mat-mdc-form-field-floating-label-scale: 0.75;display:inline-flex;flex-direction:column;min-width:0;text-align:left;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-container-text-font, var(--mat-app-body-large-font));line-height:var(--mat-form-field-container-text-line-height, var(--mat-app-body-large-line-height));font-size:var(--mat-form-field-container-text-size, var(--mat-app-body-large-size));letter-spacing:var(--mat-form-field-container-text-tracking, var(--mat-app-body-large-tracking));font-weight:var(--mat-form-field-container-text-weight, var(--mat-app-body-large-weight))}[dir=rtl] .mat-mdc-form-field{text-align:right}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(var(--mat-form-field-outlined-label-text-populated-size)*var(--mat-mdc-form-field-floating-label-scale))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:var(--mat-form-field-outlined-label-text-populated-size)}.mat-mdc-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-mdc-text-field-wrapper{width:100%;z-index:0}.mat-mdc-form-field-icon-prefix,.mat-mdc-form-field-icon-suffix{align-self:center;line-height:0;pointer-events:auto;position:relative;z-index:1}.mat-mdc-form-field-icon-prefix>.mat-icon,.mat-mdc-form-field-icon-suffix>.mat-icon{padding:0 12px;box-sizing:content-box}.mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-leading-icon-color, var(--mat-app-on-surface-variant))}.mat-form-field-disabled .mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-disabled-leading-icon-color)}.mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-trailing-icon-color, var(--mat-app-on-surface-variant))}.mat-form-field-disabled .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-disabled-trailing-icon-color)}.mat-form-field-invalid .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-trailing-icon-color, var(--mat-app-error))}.mat-form-field-invalid:not(.mat-focused):not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-hover-trailing-icon-color, var(--mat-app-on-error-container))}.mat-form-field-invalid.mat-focused .mat-mdc-text-field-wrapper .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-focus-trailing-icon-color, var(--mat-app-error))}.mat-mdc-form-field-icon-prefix,[dir=rtl] .mat-mdc-form-field-icon-suffix{padding:0 4px 0 0}.mat-mdc-form-field-icon-suffix,[dir=rtl] .mat-mdc-form-field-icon-prefix{padding:0 0 0 4px}.mat-mdc-form-field-subscript-wrapper .mat-icon,.mat-mdc-form-field label .mat-icon{width:1em;height:1em;font-size:inherit}.mat-mdc-form-field-infix{flex:auto;min-width:0;width:180px;position:relative;box-sizing:border-box}.mat-mdc-form-field-infix:has(textarea[cols]){width:auto}.mat-mdc-form-field .mdc-notched-outline__notch{margin-left:-1px;-webkit-clip-path:inset(-9em -999em -9em 1px);clip-path:inset(-9em -999em -9em 1px)}[dir=rtl] .mat-mdc-form-field .mdc-notched-outline__notch{margin-left:0;margin-right:-1px;-webkit-clip-path:inset(-9em 1px -9em -999em);clip-path:inset(-9em 1px -9em -999em)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-floating-label{transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input{transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::-moz-placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::-webkit-input-placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--no-label .mdc-text-field__input::placeholder,.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--focused .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--focused .mdc-text-field__input::-moz-placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{transition-duration:75ms}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-notched-outline .mdc-floating-label{max-width:calc(100% + 1px)}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(133.3333333333% + 1px)}\"],\n encapsulation: 2,\n data: {\n animation: [matFormFieldAnimations.transitionMessages]\n },\n changeDetection: 0\n });\n }\n }\n return MatFormField;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nlet MatFormFieldModule = /*#__PURE__*/(() => {\n class MatFormFieldModule {\n static {\n this.ɵfac = function MatFormFieldModule_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatFormFieldModule)();\n };\n }\n static {\n this.ɵmod = /* @__PURE__ */i0.ɵɵdefineNgModule({\n type: MatFormFieldModule\n });\n }\n static {\n this.ɵinj = /* @__PURE__ */i0.ɵɵdefineInjector({\n imports: [MatCommonModule, CommonModule, ObserversModule, MatCommonModule]\n });\n }\n }\n return MatFormFieldModule;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { MAT_ERROR, MAT_FORM_FIELD, MAT_FORM_FIELD_DEFAULT_OPTIONS, MAT_PREFIX, MAT_SUFFIX, MatError, MatFormField, MatFormFieldControl, MatFormFieldModule, MatHint, MatLabel, MatPrefix, MatSuffix, getMatFormFieldDuplicatedHintError, getMatFormFieldMissingControlError, getMatFormFieldPlaceholderConflictError, matFormFieldAnimations };\n","import * as i0 from '@angular/core';\nimport { InjectionToken, EventEmitter, booleanAttribute, TemplateRef, Component, ViewEncapsulation, ChangeDetectionStrategy, Inject, ViewChild, ContentChildren, Input, Output, Directive, forwardRef, inject, Injector, afterNextRender, Optional, Host, NgModule } from '@angular/core';\nimport { MAT_OPTION_PARENT_COMPONENT, MatOption, MAT_OPTGROUP, MatOptionSelectionChange, _countGroupLabelsBeforeOption, _getOptionScrollPosition, MatOptionModule, MatCommonModule } from '@angular/material/core';\nconst _c0 = [\"panel\"];\nconst _c1 = [\"*\"];\nfunction MatAutocomplete_ng_template_0_Template(rf, ctx) {\n if (rf & 1) {\n const _r1 = i0.ɵɵgetCurrentView();\n i0.ɵɵelementStart(0, \"div\", 1, 0);\n i0.ɵɵlistener(\"@panelAnimation.done\", function MatAutocomplete_ng_template_0_Template_div_animation_panelAnimation_done_0_listener($event) {\n i0.ɵɵrestoreView(_r1);\n const ctx_r1 = i0.ɵɵnextContext();\n return i0.ɵɵresetView(ctx_r1._animationDone.next($event));\n });\n i0.ɵɵprojection(2);\n i0.ɵɵelementEnd();\n }\n if (rf & 2) {\n const formFieldId_r3 = ctx.id;\n const ctx_r1 = i0.ɵɵnextContext();\n i0.ɵɵclassMap(ctx_r1._classList);\n i0.ɵɵclassProp(\"mat-mdc-autocomplete-visible\", ctx_r1.showPanel)(\"mat-mdc-autocomplete-hidden\", !ctx_r1.showPanel)(\"mat-primary\", ctx_r1._color === \"primary\")(\"mat-accent\", ctx_r1._color === \"accent\")(\"mat-warn\", ctx_r1._color === \"warn\");\n i0.ɵɵproperty(\"id\", ctx_r1.id)(\"@panelAnimation\", ctx_r1.isOpen ? \"visible\" : \"hidden\");\n i0.ɵɵattribute(\"aria-label\", ctx_r1.ariaLabel || null)(\"aria-labelledby\", ctx_r1._getPanelAriaLabelledby(formFieldId_r3));\n }\n}\nexport { MatOptgroup, MatOption } from '@angular/material/core';\nimport { DOCUMENT, CommonModule } from '@angular/common';\nimport * as i3 from '@angular/cdk/scrolling';\nimport { CdkScrollableModule } from '@angular/cdk/scrolling';\nimport * as i1$1 from '@angular/cdk/overlay';\nimport { Overlay, OverlayConfig, OverlayModule } from '@angular/cdk/overlay';\nimport { ActiveDescendantKeyManager, removeAriaReferencedId, addAriaReferencedId } from '@angular/cdk/a11y';\nimport * as i1 from '@angular/cdk/platform';\nimport { _getEventTarget } from '@angular/cdk/platform';\nimport { trigger, state, style, transition, group, animate } from '@angular/animations';\nimport { Subscription, Subject, defer, merge, of, fromEvent, Observable } from 'rxjs';\nimport { ESCAPE, hasModifierKey, UP_ARROW, ENTER, DOWN_ARROW, TAB } from '@angular/cdk/keycodes';\nimport { BreakpointObserver, Breakpoints } from '@angular/cdk/layout';\nimport { TemplatePortal } from '@angular/cdk/portal';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport * as i4 from '@angular/material/form-field';\nimport { MAT_FORM_FIELD } from '@angular/material/form-field';\nimport { startWith, switchMap, filter, map, tap, delay, take } from 'rxjs/operators';\nimport * as i2 from '@angular/cdk/bidi';\n\n// Animation values come from\n// TODO(mmalerba): Ideally find a way to import the values from MDC's code.\nconst panelAnimation = /*#__PURE__*/trigger('panelAnimation', [/*#__PURE__*/state('void, hidden', /*#__PURE__*/style({\n opacity: 0,\n transform: 'scaleY(0.8)'\n})), /*#__PURE__*/transition(':enter, hidden => visible', [/*#__PURE__*/group([/*#__PURE__*/animate('0.03s linear', /*#__PURE__*/style({\n opacity: 1\n})), /*#__PURE__*/animate('0.12s cubic-bezier(0, 0, 0.2, 1)', /*#__PURE__*/style({\n transform: 'scaleY(1)'\n}))])]), /*#__PURE__*/transition(':leave, visible => hidden', [/*#__PURE__*/animate('0.075s linear', /*#__PURE__*/style({\n opacity: 0\n}))])]);\n\n/**\n * Autocomplete IDs need to be unique across components, so this counter exists outside of\n * the component definition.\n */\nlet _uniqueAutocompleteIdCounter = 0;\n/** Event object that is emitted when an autocomplete option is selected. */\nclass MatAutocompleteSelectedEvent {\n constructor(/** Reference to the autocomplete panel that emitted the event. */\n source, /** Option that was selected. */\n option) {\n this.source = source;\n this.option = option;\n }\n}\n/** Injection token to be used to override the default options for `mat-autocomplete`. */\nconst MAT_AUTOCOMPLETE_DEFAULT_OPTIONS = /*#__PURE__*/new InjectionToken('mat-autocomplete-default-options', {\n providedIn: 'root',\n factory: MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY\n});\n/** @docs-private */\nfunction MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY() {\n return {\n autoActiveFirstOption: false,\n autoSelectActiveOption: false,\n hideSingleSelectionIndicator: false,\n requireSelection: false\n };\n}\n/** Autocomplete component. */\nlet MatAutocomplete = /*#__PURE__*/(() => {\n class MatAutocomplete {\n /** Whether the autocomplete panel is open. */\n get isOpen() {\n return this._isOpen && this.showPanel;\n }\n /** @docs-private Sets the theme color of the panel. */\n _setColor(value) {\n this._color = value;\n this._changeDetectorRef.markForCheck();\n }\n /**\n * Takes classes set on the host mat-autocomplete element and applies them to the panel\n * inside the overlay container to allow for easy styling.\n */\n set classList(value) {\n this._classList = value;\n this._elementRef.nativeElement.className = '';\n }\n /** Whether checkmark indicator for single-selection options is hidden. */\n get hideSingleSelectionIndicator() {\n return this._hideSingleSelectionIndicator;\n }\n set hideSingleSelectionIndicator(value) {\n this._hideSingleSelectionIndicator = value;\n this._syncParentProperties();\n }\n /** Syncs the parent state with the individual options. */\n _syncParentProperties() {\n if (this.options) {\n for (const option of this.options) {\n option._changeDetectorRef.markForCheck();\n }\n }\n }\n constructor(_changeDetectorRef, _elementRef, _defaults, platform) {\n this._changeDetectorRef = _changeDetectorRef;\n this._elementRef = _elementRef;\n this._defaults = _defaults;\n this._activeOptionChanges = Subscription.EMPTY;\n /** Emits when the panel animation is done. Null if the panel doesn't animate. */\n this._animationDone = new EventEmitter();\n /** Whether the autocomplete panel should be visible, depending on option length. */\n this.showPanel = false;\n this._isOpen = false;\n /** Function that maps an option's control value to its display value in the trigger. */\n this.displayWith = null;\n /** Event that is emitted whenever an option from the list is selected. */\n this.optionSelected = new EventEmitter();\n /** Event that is emitted when the autocomplete panel is opened. */\n this.opened = new EventEmitter();\n /** Event that is emitted when the autocomplete panel is closed. */\n this.closed = new EventEmitter();\n /** Emits whenever an option is activated. */\n this.optionActivated = new EventEmitter();\n /** Unique ID to be used by autocomplete trigger's \"aria-owns\" property. */\n this.id = `mat-autocomplete-${_uniqueAutocompleteIdCounter++}`;\n // TODO(crisbeto): the problem that the `inertGroups` option resolves is only present on\n // Safari using VoiceOver. We should occasionally check back to see whether the bug\n // wasn't resolved in VoiceOver, and if it has, we can remove this and the `inertGroups`\n // option altogether.\n this.inertGroups = platform?.SAFARI || false;\n this.autoActiveFirstOption = !!_defaults.autoActiveFirstOption;\n this.autoSelectActiveOption = !!_defaults.autoSelectActiveOption;\n this.requireSelection = !!_defaults.requireSelection;\n this._hideSingleSelectionIndicator = this._defaults.hideSingleSelectionIndicator ?? false;\n }\n ngAfterContentInit() {\n this._keyManager = new ActiveDescendantKeyManager(this.options).withWrap().skipPredicate(this._skipPredicate);\n this._activeOptionChanges = this._keyManager.change.subscribe(index => {\n if (this.isOpen) {\n this.optionActivated.emit({\n source: this,\n option: this.options.toArray()[index] || null\n });\n }\n });\n // Set the initial visibility state.\n this._setVisibility();\n }\n ngOnDestroy() {\n this._keyManager?.destroy();\n this._activeOptionChanges.unsubscribe();\n this._animationDone.complete();\n }\n /**\n * Sets the panel scrollTop. This allows us to manually scroll to display options\n * above or below the fold, as they are not actually being focused when active.\n */\n _setScrollTop(scrollTop) {\n if (this.panel) {\n this.panel.nativeElement.scrollTop = scrollTop;\n }\n }\n /** Returns the panel's scrollTop. */\n _getScrollTop() {\n return this.panel ? this.panel.nativeElement.scrollTop : 0;\n }\n /** Panel should hide itself when the option list is empty. */\n _setVisibility() {\n this.showPanel = !!this.options.length;\n this._changeDetectorRef.markForCheck();\n }\n /** Emits the `select` event. */\n _emitSelectEvent(option) {\n const event = new MatAutocompleteSelectedEvent(this, option);\n this.optionSelected.emit(event);\n }\n /** Gets the aria-labelledby for the autocomplete panel. */\n _getPanelAriaLabelledby(labelId) {\n if (this.ariaLabel) {\n return null;\n }\n const labelExpression = labelId ? labelId + ' ' : '';\n return this.ariaLabelledby ? labelExpression + this.ariaLabelledby : labelId;\n }\n // `skipPredicate` determines if key manager should avoid putting a given option in the tab\n // order. Allow disabled list items to receive focus via keyboard to align with WAI ARIA\n // recommendation.\n //\n // Normally WAI ARIA's instructions are to exclude disabled items from the tab order, but it\n // makes a few exceptions for compound widgets.\n //\n // From [Developing a Keyboard Interface](\n // https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/):\n // \"For the following composite widget elements, keep them focusable when disabled: Options in a\n // Listbox...\"\n //\n // The user can focus disabled options using the keyboard, but the user cannot click disabled\n // options.\n _skipPredicate() {\n return false;\n }\n static {\n this.ɵfac = function MatAutocomplete_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatAutocomplete)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(MAT_AUTOCOMPLETE_DEFAULT_OPTIONS), i0.ɵɵdirectiveInject(i1.Platform));\n };\n }\n static {\n this.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n type: MatAutocomplete,\n selectors: [[\"mat-autocomplete\"]],\n contentQueries: function MatAutocomplete_ContentQueries(rf, ctx, dirIndex) {\n if (rf & 1) {\n i0.ɵɵcontentQuery(dirIndex, MatOption, 5);\n i0.ɵɵcontentQuery(dirIndex, MAT_OPTGROUP, 5);\n }\n if (rf & 2) {\n let _t;\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.options = _t);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.optionGroups = _t);\n }\n },\n viewQuery: function MatAutocomplete_Query(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵviewQuery(TemplateRef, 7);\n i0.ɵɵviewQuery(_c0, 5);\n }\n if (rf & 2) {\n let _t;\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.template = _t.first);\n i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.panel = _t.first);\n }\n },\n hostAttrs: [1, \"mat-mdc-autocomplete\"],\n inputs: {\n ariaLabel: [0, \"aria-label\", \"ariaLabel\"],\n ariaLabelledby: [0, \"aria-labelledby\", \"ariaLabelledby\"],\n displayWith: \"displayWith\",\n autoActiveFirstOption: [2, \"autoActiveFirstOption\", \"autoActiveFirstOption\", booleanAttribute],\n autoSelectActiveOption: [2, \"autoSelectActiveOption\", \"autoSelectActiveOption\", booleanAttribute],\n requireSelection: [2, \"requireSelection\", \"requireSelection\", booleanAttribute],\n panelWidth: \"panelWidth\",\n disableRipple: [2, \"disableRipple\", \"disableRipple\", booleanAttribute],\n classList: [0, \"class\", \"classList\"],\n hideSingleSelectionIndicator: [2, \"hideSingleSelectionIndicator\", \"hideSingleSelectionIndicator\", booleanAttribute]\n },\n outputs: {\n optionSelected: \"optionSelected\",\n opened: \"opened\",\n closed: \"closed\",\n optionActivated: \"optionActivated\"\n },\n exportAs: [\"matAutocomplete\"],\n standalone: true,\n features: [i0.ɵɵProvidersFeature([{\n provide: MAT_OPTION_PARENT_COMPONENT,\n useExisting: MatAutocomplete\n }]), i0.ɵɵInputTransformsFeature, i0.ɵɵStandaloneFeature],\n ngContentSelectors: _c1,\n decls: 1,\n vars: 0,\n consts: [[\"panel\", \"\"], [\"role\", \"listbox\", 1, \"mat-mdc-autocomplete-panel\", \"mdc-menu-surface\", \"mdc-menu-surface--open\", 3, \"id\"]],\n template: function MatAutocomplete_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵprojectionDef();\n i0.ɵɵtemplate(0, MatAutocomplete_ng_template_0_Template, 3, 16, \"ng-template\");\n }\n },\n styles: [\"div.mat-mdc-autocomplete-panel{width:100%;max-height:256px;visibility:hidden;transform-origin:center top;overflow:auto;padding:8px 0;box-sizing:border-box;position:static;border-radius:var(--mat-autocomplete-container-shape, var(--mat-app-corner-extra-small));box-shadow:var(--mat-autocomplete-container-elevation-shadow);background-color:var(--mat-autocomplete-background-color, var(--mat-app-surface-container))}.cdk-high-contrast-active div.mat-mdc-autocomplete-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-autocomplete-panel-above) div.mat-mdc-autocomplete-panel{border-top-left-radius:0;border-top-right-radius:0}.mat-mdc-autocomplete-panel-above div.mat-mdc-autocomplete-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:center bottom}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-visible{visibility:visible}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-hidden{visibility:hidden;pointer-events:none}mat-autocomplete{display:none}\"],\n encapsulation: 2,\n data: {\n animation: [panelAnimation]\n },\n changeDetection: 0\n });\n }\n }\n return MatAutocomplete;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/**\n * Directive applied to an element to make it usable\n * as a connection point for an autocomplete panel.\n */\nlet MatAutocompleteOrigin = /*#__PURE__*/(() => {\n class MatAutocompleteOrigin {\n constructor(/** Reference to the element on which the directive is applied. */\n elementRef) {\n this.elementRef = elementRef;\n }\n static {\n this.ɵfac = function MatAutocompleteOrigin_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatAutocompleteOrigin)(i0.ɵɵdirectiveInject(i0.ElementRef));\n };\n }\n static {\n this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n type: MatAutocompleteOrigin,\n selectors: [[\"\", \"matAutocompleteOrigin\", \"\"]],\n exportAs: [\"matAutocompleteOrigin\"],\n standalone: true\n });\n }\n }\n return MatAutocompleteOrigin;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/**\n * Provider that allows the autocomplete to register as a ControlValueAccessor.\n * @docs-private\n */\nconst MAT_AUTOCOMPLETE_VALUE_ACCESSOR = {\n provide: NG_VALUE_ACCESSOR,\n useExisting: /*#__PURE__*/forwardRef(() => MatAutocompleteTrigger),\n multi: true\n};\n/**\n * Creates an error to be thrown when attempting to use an autocomplete trigger without a panel.\n * @docs-private\n */\nfunction getMatAutocompleteMissingPanelError() {\n return Error('Attempting to open an undefined instance of `mat-autocomplete`. ' + 'Make sure that the id passed to the `matAutocomplete` is correct and that ' + \"you're attempting to open it after the ngAfterContentInit hook.\");\n}\n/** Injection token that determines the scroll handling while the autocomplete panel is open. */\nconst MAT_AUTOCOMPLETE_SCROLL_STRATEGY = /*#__PURE__*/new InjectionToken('mat-autocomplete-scroll-strategy', {\n providedIn: 'root',\n factory: () => {\n const overlay = inject(Overlay);\n return () => overlay.scrollStrategies.reposition();\n }\n});\n/** @docs-private */\nfunction MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY(overlay) {\n return () => overlay.scrollStrategies.reposition();\n}\n/** @docs-private */\nconst MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER = {\n provide: MAT_AUTOCOMPLETE_SCROLL_STRATEGY,\n deps: [Overlay],\n useFactory: MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY\n};\n/** Base class with all of the `MatAutocompleteTrigger` functionality. */\nlet MatAutocompleteTrigger = /*#__PURE__*/(() => {\n class MatAutocompleteTrigger {\n constructor(_element, _overlay, _viewContainerRef, _zone, _changeDetectorRef, scrollStrategy, _dir, _formField, _document, _viewportRuler, _defaults) {\n this._element = _element;\n this._overlay = _overlay;\n this._viewContainerRef = _viewContainerRef;\n this._zone = _zone;\n this._changeDetectorRef = _changeDetectorRef;\n this._dir = _dir;\n this._formField = _formField;\n this._document = _document;\n this._viewportRuler = _viewportRuler;\n this._defaults = _defaults;\n this._componentDestroyed = false;\n /** Whether or not the label state is being overridden. */\n this._manuallyFloatingLabel = false;\n /** Subscription to viewport size changes. */\n this._viewportSubscription = Subscription.EMPTY;\n /** Implements BreakpointObserver to be used to detect handset landscape */\n this._breakpointObserver = inject(BreakpointObserver);\n this._handsetLandscapeSubscription = Subscription.EMPTY;\n /**\n * Whether the autocomplete can open the next time it is focused. Used to prevent a focused,\n * closed autocomplete from being reopened if the user switches to another browser tab and then\n * comes back.\n */\n this._canOpenOnNextFocus = true;\n /** Stream of keyboard events that can close the panel. */\n this._closeKeyEventStream = new Subject();\n /**\n * Event handler for when the window is blurred. Needs to be an\n * arrow function in order to preserve the context.\n */\n this._windowBlurHandler = () => {\n // If the user blurred the window while the autocomplete is focused, it means that it'll be\n // refocused when they come back. In this case we want to skip the first focus event, if the\n // pane was closed, in order to avoid reopening it unintentionally.\n this._canOpenOnNextFocus = this._document.activeElement !== this._element.nativeElement || this.panelOpen;\n };\n /** `View -> model callback called when value changes` */\n this._onChange = () => {};\n /** `View -> model callback called when autocomplete has been touched` */\n this._onTouched = () => {};\n /**\n * Position of the autocomplete panel relative to the trigger element. A position of `auto`\n * will render the panel underneath the trigger if there is enough space for it to fit in\n * the viewport, otherwise the panel will be shown above it. If the position is set to\n * `above` or `below`, the panel will always be shown above or below the trigger. no matter\n * whether it fits completely in the viewport.\n */\n this.position = 'auto';\n /**\n * `autocomplete` attribute to be set on the input element.\n * @docs-private\n */\n this.autocompleteAttribute = 'off';\n this._initialized = new Subject();\n this._injector = inject(Injector);\n /** Class to apply to the panel when it's above the input. */\n this._aboveClass = 'mat-mdc-autocomplete-panel-above';\n this._overlayAttached = false;\n /** Stream of changes to the selection state of the autocomplete options. */\n this.optionSelections = defer(() => {\n const options = this.autocomplete ? this.autocomplete.options : null;\n if (options) {\n return options.changes.pipe(startWith(options), switchMap(() => merge(...options.map(option => option.onSelectionChange))));\n }\n // If there are any subscribers before `ngAfterViewInit`, the `autocomplete` will be undefined.\n // Return a stream that we'll replace with the real one once everything is in place.\n return this._initialized.pipe(switchMap(() => this.optionSelections));\n });\n /** Handles keyboard events coming from the overlay panel. */\n this._handlePanelKeydown = event => {\n // Close when pressing ESCAPE or ALT + UP_ARROW, based on the a11y guidelines.\n // See: https://www.w3.org/TR/wai-aria-practices-1.1/#textbox-keyboard-interaction\n if (event.keyCode === ESCAPE && !hasModifierKey(event) || event.keyCode === UP_ARROW && hasModifierKey(event, 'altKey')) {\n // If the user had typed something in before we autoselected an option, and they decided\n // to cancel the selection, restore the input value to the one they had typed in.\n if (this._pendingAutoselectedOption) {\n this._updateNativeInputValue(this._valueBeforeAutoSelection ?? '');\n this._pendingAutoselectedOption = null;\n }\n this._closeKeyEventStream.next();\n this._resetActiveItem();\n // We need to stop propagation, otherwise the event will eventually\n // reach the input itself and cause the overlay to be reopened.\n event.stopPropagation();\n event.preventDefault();\n }\n };\n /**\n * Track which modal we have modified the `aria-owns` attribute of. When the combobox trigger is\n * inside an aria-modal, we apply aria-owns to the parent modal with the `id` of the options\n * panel. Track the modal we have changed so we can undo the changes on destroy.\n */\n this._trackedModal = null;\n this._scrollStrategy = scrollStrategy;\n }\n ngAfterViewInit() {\n this._initialized.next();\n this._initialized.complete();\n const window = this._getWindow();\n if (typeof window !== 'undefined') {\n this._zone.runOutsideAngular(() => window.addEventListener('blur', this._windowBlurHandler));\n }\n }\n ngOnChanges(changes) {\n if (changes['position'] && this._positionStrategy) {\n this._setStrategyPositions(this._positionStrategy);\n if (this.panelOpen) {\n this._overlayRef.updatePosition();\n }\n }\n }\n ngOnDestroy() {\n const window = this._getWindow();\n if (typeof window !== 'undefined') {\n window.removeEventListener('blur', this._windowBlurHandler);\n }\n this._handsetLandscapeSubscription.unsubscribe();\n this._viewportSubscription.unsubscribe();\n this._componentDestroyed = true;\n this._destroyPanel();\n this._closeKeyEventStream.complete();\n this._clearFromModal();\n }\n /** Whether or not the autocomplete panel is open. */\n get panelOpen() {\n return this._overlayAttached && this.autocomplete.showPanel;\n }\n /** Opens the autocomplete suggestion panel. */\n openPanel() {\n this._openPanelInternal();\n }\n /** Closes the autocomplete suggestion panel. */\n closePanel() {\n this._resetLabel();\n if (!this._overlayAttached) {\n return;\n }\n if (this.panelOpen) {\n // Only emit if the panel was visible.\n // `afterNextRender` always runs outside of the Angular zone, so all the subscriptions from\n // `_subscribeToClosingActions()` are also outside of the Angular zone.\n // We should manually run in Angular zone to update UI after panel closing.\n this._zone.run(() => {\n this.autocomplete.closed.emit();\n });\n }\n // Only reset if this trigger is the latest one that opened the\n // autocomplete since another may have taken it over.\n if (this.autocomplete._latestOpeningTrigger === this) {\n this.autocomplete._isOpen = false;\n this.autocomplete._latestOpeningTrigger = null;\n }\n this._overlayAttached = false;\n this._pendingAutoselectedOption = null;\n if (this._overlayRef && this._overlayRef.hasAttached()) {\n this._overlayRef.detach();\n this._closingActionsSubscription.unsubscribe();\n }\n this._updatePanelState();\n // Note that in some cases this can end up being called after the component is destroyed.\n // Add a check to ensure that we don't try to run change detection on a destroyed view.\n if (!this._componentDestroyed) {\n // We need to trigger change detection manually, because\n // `fromEvent` doesn't seem to do it at the proper time.\n // This ensures that the label is reset when the\n // user clicks outside.\n this._changeDetectorRef.detectChanges();\n }\n // Remove aria-owns attribute when the autocomplete is no longer visible.\n if (this._trackedModal) {\n removeAriaReferencedId(this._trackedModal, 'aria-owns', this.autocomplete.id);\n }\n }\n /**\n * Updates the position of the autocomplete suggestion panel to ensure that it fits all options\n * within the viewport.\n */\n updatePosition() {\n if (this._overlayAttached) {\n this._overlayRef.updatePosition();\n }\n }\n /**\n * A stream of actions that should close the autocomplete panel, including\n * when an option is selected, on blur, and when TAB is pressed.\n */\n get panelClosingActions() {\n return merge(this.optionSelections, this.autocomplete._keyManager.tabOut.pipe(filter(() => this._overlayAttached)), this._closeKeyEventStream, this._getOutsideClickStream(), this._overlayRef ? this._overlayRef.detachments().pipe(filter(() => this._overlayAttached)) : of()).pipe(\n // Normalize the output so we return a consistent type.\n map(event => event instanceof MatOptionSelectionChange ? event : null));\n }\n /** The currently active option, coerced to MatOption type. */\n get activeOption() {\n if (this.autocomplete && this.autocomplete._keyManager) {\n return this.autocomplete._keyManager.activeItem;\n }\n return null;\n }\n /** Stream of clicks outside of the autocomplete panel. */\n _getOutsideClickStream() {\n return merge(fromEvent(this._document, 'click'), fromEvent(this._document, 'auxclick'), fromEvent(this._document, 'touchend')).pipe(filter(event => {\n // If we're in the Shadow DOM, the event target will be the shadow root, so we have to\n // fall back to check the first element in the path of the click event.\n const clickTarget = _getEventTarget(event);\n const formField = this._formField ? this._formField.getConnectedOverlayOrigin().nativeElement : null;\n const customOrigin = this.connectedTo ? this.connectedTo.elementRef.nativeElement : null;\n return this._overlayAttached && clickTarget !== this._element.nativeElement &&\n // Normally focus moves inside `mousedown` so this condition will almost always be\n // true. Its main purpose is to handle the case where the input is focused from an\n // outside click which propagates up to the `body` listener within the same sequence\n // and causes the panel to close immediately (see #3106).\n this._document.activeElement !== this._element.nativeElement && (!formField || !formField.contains(clickTarget)) && (!customOrigin || !customOrigin.contains(clickTarget)) && !!this._overlayRef && !this._overlayRef.overlayElement.contains(clickTarget);\n }));\n }\n // Implemented as part of ControlValueAccessor.\n writeValue(value) {\n Promise.resolve(null).then(() => this._assignOptionValue(value));\n }\n // Implemented as part of ControlValueAccessor.\n registerOnChange(fn) {\n this._onChange = 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._element.nativeElement.disabled = isDisabled;\n }\n _handleKeydown(event) {\n const keyCode = event.keyCode;\n const hasModifier = hasModifierKey(event);\n // Prevent the default action on all escape key presses. This is here primarily to bring IE\n // in line with other browsers. By default, pressing escape on IE will cause it to revert\n // the input value to the one that it had on focus, however it won't dispatch any events\n // which means that the model value will be out of sync with the view.\n if (keyCode === ESCAPE && !hasModifier) {\n event.preventDefault();\n }\n this._valueOnLastKeydown = this._element.nativeElement.value;\n if (this.activeOption && keyCode === ENTER && this.panelOpen && !hasModifier) {\n this.activeOption._selectViaInteraction();\n this._resetActiveItem();\n event.preventDefault();\n } else if (this.autocomplete) {\n const prevActiveItem = this.autocomplete._keyManager.activeItem;\n const isArrowKey = keyCode === UP_ARROW || keyCode === DOWN_ARROW;\n if (keyCode === TAB || isArrowKey && !hasModifier && this.panelOpen) {\n this.autocomplete._keyManager.onKeydown(event);\n } else if (isArrowKey && this._canOpen()) {\n this._openPanelInternal(this._valueOnLastKeydown);\n }\n if (isArrowKey || this.autocomplete._keyManager.activeItem !== prevActiveItem) {\n this._scrollToOption(this.autocomplete._keyManager.activeItemIndex || 0);\n if (this.autocomplete.autoSelectActiveOption && this.activeOption) {\n if (!this._pendingAutoselectedOption) {\n this._valueBeforeAutoSelection = this._valueOnLastKeydown;\n }\n this._pendingAutoselectedOption = this.activeOption;\n this._assignOptionValue(this.activeOption.value);\n }\n }\n }\n }\n _handleInput(event) {\n let target = event.target;\n let value = target.value;\n // Based on `NumberValueAccessor` from forms.\n if (target.type === 'number') {\n value = value == '' ? null : parseFloat(value);\n }\n // If the input has a placeholder, IE will fire the `input` event on page load,\n // focus and blur, in addition to when the user actually changed the value. To\n // filter out all of the extra events, we save the value on focus and between\n // `input` events, and we check whether it changed.\n // See: https://connect.microsoft.com/IE/feedback/details/885747/\n if (this._previousValue !== value) {\n this._previousValue = value;\n this._pendingAutoselectedOption = null;\n // If selection is required we don't write to the CVA while the user is typing.\n // At the end of the selection either the user will have picked something\n // or we'll reset the value back to null.\n if (!this.autocomplete || !this.autocomplete.requireSelection) {\n this._onChange(value);\n }\n if (!value) {\n this._clearPreviousSelectedOption(null, false);\n } else if (this.panelOpen && !this.autocomplete.requireSelection) {\n // Note that we don't reset this when `requireSelection` is enabled,\n // because the option will be reset when the panel is closed.\n const selectedOption = this.autocomplete.options?.find(option => option.selected);\n if (selectedOption) {\n const display = this._getDisplayValue(selectedOption.value);\n if (value !== display) {\n selectedOption.deselect(false);\n }\n }\n }\n if (this._canOpen() && this._document.activeElement === event.target) {\n // When the `input` event fires, the input's value will have already changed. This means\n // that if we take the `this._element.nativeElement.value` directly, it'll be one keystroke\n // behind. This can be a problem when the user selects a value, changes a character while\n // the input still has focus and then clicks away (see #28432). To work around it, we\n // capture the value in `keydown` so we can use it here.\n const valueOnAttach = this._valueOnLastKeydown ?? this._element.nativeElement.value;\n this._valueOnLastKeydown = null;\n this._openPanelInternal(valueOnAttach);\n }\n }\n }\n _handleFocus() {\n if (!this._canOpenOnNextFocus) {\n this._canOpenOnNextFocus = true;\n } else if (this._canOpen()) {\n this._previousValue = this._element.nativeElement.value;\n this._attachOverlay(this._previousValue);\n this._floatLabel(true);\n }\n }\n _handleClick() {\n if (this._canOpen() && !this.panelOpen) {\n this._openPanelInternal();\n }\n }\n /**\n * In \"auto\" mode, the label will animate down as soon as focus is lost.\n * This causes the value to jump when selecting an option with the mouse.\n * This method manually floats the label until the panel can be closed.\n * @param shouldAnimate Whether the label should be animated when it is floated.\n */\n _floatLabel(shouldAnimate = false) {\n if (this._formField && this._formField.floatLabel === 'auto') {\n if (shouldAnimate) {\n this._formField._animateAndLockLabel();\n } else {\n this._formField.floatLabel = 'always';\n }\n this._manuallyFloatingLabel = true;\n }\n }\n /** If the label has been manually elevated, return it to its normal state. */\n _resetLabel() {\n if (this._manuallyFloatingLabel) {\n if (this._formField) {\n this._formField.floatLabel = 'auto';\n }\n this._manuallyFloatingLabel = false;\n }\n }\n /**\n * This method listens to a stream of panel closing actions and resets the\n * stream every time the option list changes.\n */\n _subscribeToClosingActions() {\n const initialRender = new Observable(subscriber => {\n afterNextRender(() => {\n subscriber.next();\n }, {\n injector: this._injector\n });\n });\n const optionChanges = this.autocomplete.options.changes.pipe(tap(() => this._positionStrategy.reapplyLastPosition()),\n // Defer emitting to the stream until the next tick, because changing\n // bindings in here will cause \"changed after checked\" errors.\n delay(0));\n // When the options are initially rendered, and when the option list changes...\n return merge(initialRender, optionChanges).pipe(\n // create a new stream of panelClosingActions, replacing any previous streams\n // that were created, and flatten it so our stream only emits closing events...\n switchMap(() => this._zone.run(() => {\n // `afterNextRender` always runs outside of the Angular zone, thus we have to re-enter\n // the Angular zone. This will lead to change detection being called outside of the Angular\n // zone and the `autocomplete.opened` will also emit outside of the Angular.\n const wasOpen = this.panelOpen;\n this._resetActiveItem();\n this._updatePanelState();\n this._changeDetectorRef.detectChanges();\n if (this.panelOpen) {\n this._overlayRef.updatePosition();\n }\n if (wasOpen !== this.panelOpen) {\n // If the `panelOpen` state changed, we need to make sure to emit the `opened` or\n // `closed` event, because we may not have emitted it. This can happen\n // - if the users opens the panel and there are no options, but the\n // options come in slightly later or as a result of the value changing,\n // - if the panel is closed after the user entered a string that did not match any\n // of the available options,\n // - if a valid string is entered after an invalid one.\n if (this.panelOpen) {\n this._emitOpened();\n } else {\n this.autocomplete.closed.emit();\n }\n }\n return this.panelClosingActions;\n })),\n // when the first closing event occurs...\n take(1))\n // set the value, close the panel, and complete.\n .subscribe(event => this._setValueAndClose(event));\n }\n /**\n * Emits the opened event once it's known that the panel will be shown and stores\n * the state of the trigger right before the opening sequence was finished.\n */\n _emitOpened() {\n this.autocomplete.opened.emit();\n }\n /** Destroys the autocomplete suggestion panel. */\n _destroyPanel() {\n if (this._overlayRef) {\n this.closePanel();\n this._overlayRef.dispose();\n this._overlayRef = null;\n }\n }\n /** Given a value, returns the string that should be shown within the input. */\n _getDisplayValue(value) {\n const autocomplete = this.autocomplete;\n return autocomplete && autocomplete.displayWith ? autocomplete.displayWith(value) : value;\n }\n _assignOptionValue(value) {\n const toDisplay = this._getDisplayValue(value);\n if (value == null) {\n this._clearPreviousSelectedOption(null, false);\n }\n // Simply falling back to an empty string if the display value is falsy does not work properly.\n // The display value can also be the number zero and shouldn't fall back to an empty string.\n this._updateNativeInputValue(toDisplay != null ? toDisplay : '');\n }\n _updateNativeInputValue(value) {\n // If it's used within a `MatFormField`, we should set it through the property so it can go\n // through change detection.\n if (this._formField) {\n this._formField._control.value = value;\n } else {\n this._element.nativeElement.value = value;\n }\n this._previousValue = value;\n }\n /**\n * This method closes the panel, and if a value is specified, also sets the associated\n * control to that value. It will also mark the control as dirty if this interaction\n * stemmed from the user.\n */\n _setValueAndClose(event) {\n const panel = this.autocomplete;\n const toSelect = event ? event.source : this._pendingAutoselectedOption;\n if (toSelect) {\n this._clearPreviousSelectedOption(toSelect);\n this._assignOptionValue(toSelect.value);\n // TODO(crisbeto): this should wait until the animation is done, otherwise the value\n // gets reset while the panel is still animating which looks glitchy. It'll likely break\n // some tests to change it at this point.\n this._onChange(toSelect.value);\n panel._emitSelectEvent(toSelect);\n this._element.nativeElement.focus();\n } else if (panel.requireSelection && this._element.nativeElement.value !== this._valueOnAttach) {\n this._clearPreviousSelectedOption(null);\n this._assignOptionValue(null);\n // Wait for the animation to finish before clearing the form control value, otherwise\n // the options might change while the animation is running which looks glitchy.\n if (panel._animationDone) {\n panel._animationDone.pipe(take(1)).subscribe(() => this._onChange(null));\n } else {\n this._onChange(null);\n }\n }\n this.closePanel();\n }\n /**\n * Clear any previous selected option and emit a selection change event for this option\n */\n _clearPreviousSelectedOption(skip, emitEvent) {\n // Null checks are necessary here, because the autocomplete\n // or its options may not have been assigned yet.\n this.autocomplete?.options?.forEach(option => {\n if (option !== skip && option.selected) {\n option.deselect(emitEvent);\n }\n });\n }\n _openPanelInternal(valueOnAttach = this._element.nativeElement.value) {\n this._attachOverlay(valueOnAttach);\n this._floatLabel();\n // Add aria-owns attribute when the autocomplete becomes visible.\n if (this._trackedModal) {\n const panelId = this.autocomplete.id;\n addAriaReferencedId(this._trackedModal, 'aria-owns', panelId);\n }\n }\n _attachOverlay(valueOnAttach) {\n if (!this.autocomplete && (typeof ngDevMode === 'undefined' || ngDevMode)) {\n throw getMatAutocompleteMissingPanelError();\n }\n let overlayRef = this._overlayRef;\n if (!overlayRef) {\n this._portal = new TemplatePortal(this.autocomplete.template, this._viewContainerRef, {\n id: this._formField?.getLabelId()\n });\n overlayRef = this._overlay.create(this._getOverlayConfig());\n this._overlayRef = overlayRef;\n this._viewportSubscription = this._viewportRuler.change().subscribe(() => {\n if (this.panelOpen && overlayRef) {\n overlayRef.updateSize({\n width: this._getPanelWidth()\n });\n }\n });\n // Subscribe to the breakpoint events stream to detect when screen is in\n // handsetLandscape.\n this._handsetLandscapeSubscription = this._breakpointObserver.observe(Breakpoints.HandsetLandscape).subscribe(result => {\n const isHandsetLandscape = result.matches;\n // Check if result.matches Breakpoints.HandsetLandscape. Apply HandsetLandscape\n // settings to prevent overlay cutoff in that breakpoint. Fixes b/284148377\n if (isHandsetLandscape) {\n this._positionStrategy.withFlexibleDimensions(true).withGrowAfterOpen(true).withViewportMargin(8);\n } else {\n this._positionStrategy.withFlexibleDimensions(false).withGrowAfterOpen(false).withViewportMargin(0);\n }\n });\n } else {\n // Update the trigger, panel width and direction, in case anything has changed.\n this._positionStrategy.setOrigin(this._getConnectedElement());\n overlayRef.updateSize({\n width: this._getPanelWidth()\n });\n }\n if (overlayRef && !overlayRef.hasAttached()) {\n overlayRef.attach(this._portal);\n this._valueOnAttach = valueOnAttach;\n this._valueOnLastKeydown = null;\n this._closingActionsSubscription = this._subscribeToClosingActions();\n }\n const wasOpen = this.panelOpen;\n this.autocomplete._isOpen = this._overlayAttached = true;\n this.autocomplete._latestOpeningTrigger = this;\n this.autocomplete._setColor(this._formField?.color);\n this._updatePanelState();\n this._applyModalPanelOwnership();\n // We need to do an extra `panelOpen` check in here, because the\n // autocomplete won't be shown if there are no options.\n if (this.panelOpen && wasOpen !== this.panelOpen) {\n this._emitOpened();\n }\n }\n /** Updates the panel's visibility state and any trigger state tied to id. */\n _updatePanelState() {\n this.autocomplete._setVisibility();\n // Note that here we subscribe and unsubscribe based on the panel's visiblity state,\n // because the act of subscribing will prevent events from reaching other overlays and\n // we don't want to block the events if there are no options.\n if (this.panelOpen) {\n const overlayRef = this._overlayRef;\n if (!this._keydownSubscription) {\n // Use the `keydownEvents` in order to take advantage of\n // the overlay event targeting provided by the CDK overlay.\n this._keydownSubscription = overlayRef.keydownEvents().subscribe(this._handlePanelKeydown);\n }\n if (!this._outsideClickSubscription) {\n // Subscribe to the pointer events stream so that it doesn't get picked up by other overlays.\n // TODO(crisbeto): we should switch `_getOutsideClickStream` eventually to use this stream,\n // but the behvior isn't exactly the same and it ends up breaking some internal tests.\n this._outsideClickSubscription = overlayRef.outsidePointerEvents().subscribe();\n }\n } else {\n this._keydownSubscription?.unsubscribe();\n this._outsideClickSubscription?.unsubscribe();\n this._keydownSubscription = this._outsideClickSubscription = null;\n }\n }\n _getOverlayConfig() {\n return new OverlayConfig({\n positionStrategy: this._getOverlayPosition(),\n scrollStrategy: this._scrollStrategy(),\n width: this._getPanelWidth(),\n direction: this._dir ?? undefined,\n panelClass: this._defaults?.overlayPanelClass\n });\n }\n _getOverlayPosition() {\n // Set default Overlay Position\n const strategy = this._overlay.position().flexibleConnectedTo(this._getConnectedElement()).withFlexibleDimensions(false).withPush(false);\n this._setStrategyPositions(strategy);\n this._positionStrategy = strategy;\n return strategy;\n }\n /** Sets the positions on a position strategy based on the directive's input state. */\n _setStrategyPositions(positionStrategy) {\n // Note that we provide horizontal fallback positions, even though by default the dropdown\n // width matches the input, because consumers can override the width. See #18854.\n const belowPositions = [{\n originX: 'start',\n originY: 'bottom',\n overlayX: 'start',\n overlayY: 'top'\n }, {\n originX: 'end',\n originY: 'bottom',\n overlayX: 'end',\n overlayY: 'top'\n }];\n // The overlay edge connected to the trigger should have squared corners, while\n // the opposite end has rounded corners. We apply a CSS class to swap the\n // border-radius based on the overlay position.\n const panelClass = this._aboveClass;\n const abovePositions = [{\n originX: 'start',\n originY: 'top',\n overlayX: 'start',\n overlayY: 'bottom',\n panelClass\n }, {\n originX: 'end',\n originY: 'top',\n overlayX: 'end',\n overlayY: 'bottom',\n panelClass\n }];\n let positions;\n if (this.position === 'above') {\n positions = abovePositions;\n } else if (this.position === 'below') {\n positions = belowPositions;\n } else {\n positions = [...belowPositions, ...abovePositions];\n }\n positionStrategy.withPositions(positions);\n }\n _getConnectedElement() {\n if (this.connectedTo) {\n return this.connectedTo.elementRef;\n }\n return this._formField ? this._formField.getConnectedOverlayOrigin() : this._element;\n }\n _getPanelWidth() {\n return this.autocomplete.panelWidth || this._getHostWidth();\n }\n /** Returns the width of the input element, so the panel width can match it. */\n _getHostWidth() {\n return this._getConnectedElement().nativeElement.getBoundingClientRect().width;\n }\n /**\n * Reset the active item to -1. This is so that pressing arrow keys will activate the correct\n * option.\n *\n * If the consumer opted-in to automatically activatating the first option, activate the first\n * *enabled* option.\n */\n _resetActiveItem() {\n const autocomplete = this.autocomplete;\n if (autocomplete.autoActiveFirstOption) {\n // Find the index of the first *enabled* option. Avoid calling `_keyManager.setActiveItem`\n // because it activates the first option that passes the skip predicate, rather than the\n // first *enabled* option.\n let firstEnabledOptionIndex = -1;\n for (let index = 0; index < autocomplete.options.length; index++) {\n const option = autocomplete.options.get(index);\n if (!option.disabled) {\n firstEnabledOptionIndex = index;\n break;\n }\n }\n autocomplete._keyManager.setActiveItem(firstEnabledOptionIndex);\n } else {\n autocomplete._keyManager.setActiveItem(-1);\n }\n }\n /** Determines whether the panel can be opened. */\n _canOpen() {\n const element = this._element.nativeElement;\n return !element.readOnly && !element.disabled && !this.autocompleteDisabled;\n }\n /** Use defaultView of injected document if available or fallback to global window reference */\n _getWindow() {\n return this._document?.defaultView || window;\n }\n /** Scrolls to a particular option in the list. */\n _scrollToOption(index) {\n // Given that we are not actually focusing active options, we must manually adjust scroll\n // to reveal options below the fold. First, we find the offset of the option from the top\n // of the panel. If that offset is below the fold, the new scrollTop will be the offset -\n // the panel height + the option height, so the active option will be just visible at the\n // bottom of the panel. If that offset is above the top of the visible panel, the new scrollTop\n // will become the offset. If that offset is visible within the panel already, the scrollTop is\n // not adjusted.\n const autocomplete = this.autocomplete;\n const labelCount = _countGroupLabelsBeforeOption(index, autocomplete.options, autocomplete.optionGroups);\n if (index === 0 && labelCount === 1) {\n // If we've got one group label before the option and we're at the top option,\n // scroll the list to the top. This is better UX than scrolling the list to the\n // top of the option, because it allows the user to read the top group's label.\n autocomplete._setScrollTop(0);\n } else if (autocomplete.panel) {\n const option = autocomplete.options.toArray()[index];\n if (option) {\n const element = option._getHostElement();\n const newScrollPosition = _getOptionScrollPosition(element.offsetTop, element.offsetHeight, autocomplete._getScrollTop(), autocomplete.panel.nativeElement.offsetHeight);\n autocomplete._setScrollTop(newScrollPosition);\n }\n }\n }\n /**\n * If the autocomplete trigger is inside of an `aria-modal` element, connect\n * that modal to the options panel with `aria-owns`.\n *\n * For some browser + screen reader combinations, when navigation is inside\n * of an `aria-modal` element, the screen reader treats everything outside\n * of that modal as hidden or invisible.\n *\n * This causes a problem when the combobox trigger is _inside_ of a modal, because the\n * options panel is rendered _outside_ of that modal, preventing screen reader navigation\n * from reaching the panel.\n *\n * We can work around this issue by applying `aria-owns` to the modal with the `id` of\n * the options panel. This effectively communicates to assistive technology that the\n * options panel is part of the same interaction as the modal.\n *\n * At time of this writing, this issue is present in VoiceOver.\n * See https://github.com/angular/components/issues/20694\n */\n _applyModalPanelOwnership() {\n // TODO(http://github.com/angular/components/issues/26853): consider de-duplicating this with\n // the `LiveAnnouncer` and any other usages.\n //\n // Note that the selector here is limited to CDK overlays at the moment in order to reduce the\n // section of the DOM we need to look through. This should cover all the cases we support, but\n // the selector can be expanded if it turns out to be too narrow.\n const modal = this._element.nativeElement.closest('body > .cdk-overlay-container [aria-modal=\"true\"]');\n if (!modal) {\n // Most commonly, the autocomplete trigger is not inside a modal.\n return;\n }\n const panelId = this.autocomplete.id;\n if (this._trackedModal) {\n removeAriaReferencedId(this._trackedModal, 'aria-owns', panelId);\n }\n addAriaReferencedId(modal, 'aria-owns', panelId);\n this._trackedModal = modal;\n }\n /** Clears the references to the listbox overlay element from the modal it was added to. */\n _clearFromModal() {\n if (this._trackedModal) {\n const panelId = this.autocomplete.id;\n removeAriaReferencedId(this._trackedModal, 'aria-owns', panelId);\n this._trackedModal = null;\n }\n }\n static {\n this.ɵfac = function MatAutocompleteTrigger_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatAutocompleteTrigger)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1$1.Overlay), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(MAT_AUTOCOMPLETE_SCROLL_STRATEGY), i0.ɵɵdirectiveInject(i2.Directionality, 8), i0.ɵɵdirectiveInject(MAT_FORM_FIELD, 9), i0.ɵɵdirectiveInject(DOCUMENT, 8), i0.ɵɵdirectiveInject(i3.ViewportRuler), i0.ɵɵdirectiveInject(MAT_AUTOCOMPLETE_DEFAULT_OPTIONS, 8));\n };\n }\n static {\n this.ɵdir = /* @__PURE__ */i0.ɵɵdefineDirective({\n type: MatAutocompleteTrigger,\n selectors: [[\"input\", \"matAutocomplete\", \"\"], [\"textarea\", \"matAutocomplete\", \"\"]],\n hostAttrs: [1, \"mat-mdc-autocomplete-trigger\"],\n hostVars: 7,\n hostBindings: function MatAutocompleteTrigger_HostBindings(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵlistener(\"focusin\", function MatAutocompleteTrigger_focusin_HostBindingHandler() {\n return ctx._handleFocus();\n })(\"blur\", function MatAutocompleteTrigger_blur_HostBindingHandler() {\n return ctx._onTouched();\n })(\"input\", function MatAutocompleteTrigger_input_HostBindingHandler($event) {\n return ctx._handleInput($event);\n })(\"keydown\", function MatAutocompleteTrigger_keydown_HostBindingHandler($event) {\n return ctx._handleKeydown($event);\n })(\"click\", function MatAutocompleteTrigger_click_HostBindingHandler() {\n return ctx._handleClick();\n });\n }\n if (rf & 2) {\n i0.ɵɵattribute(\"autocomplete\", ctx.autocompleteAttribute)(\"role\", ctx.autocompleteDisabled ? null : \"combobox\")(\"aria-autocomplete\", ctx.autocompleteDisabled ? null : \"list\")(\"aria-activedescendant\", ctx.panelOpen && ctx.activeOption ? ctx.activeOption.id : null)(\"aria-expanded\", ctx.autocompleteDisabled ? null : ctx.panelOpen.toString())(\"aria-controls\", ctx.autocompleteDisabled || !ctx.panelOpen ? null : ctx.autocomplete == null ? null : ctx.autocomplete.id)(\"aria-haspopup\", ctx.autocompleteDisabled ? null : \"listbox\");\n }\n },\n inputs: {\n autocomplete: [0, \"matAutocomplete\", \"autocomplete\"],\n position: [0, \"matAutocompletePosition\", \"position\"],\n connectedTo: [0, \"matAutocompleteConnectedTo\", \"connectedTo\"],\n autocompleteAttribute: [0, \"autocomplete\", \"autocompleteAttribute\"],\n autocompleteDisabled: [2, \"matAutocompleteDisabled\", \"autocompleteDisabled\", booleanAttribute]\n },\n exportAs: [\"matAutocompleteTrigger\"],\n standalone: true,\n features: [i0.ɵɵProvidersFeature([MAT_AUTOCOMPLETE_VALUE_ACCESSOR]), i0.ɵɵInputTransformsFeature, i0.ɵɵNgOnChangesFeature]\n });\n }\n }\n return MatAutocompleteTrigger;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nlet MatAutocompleteModule = /*#__PURE__*/(() => {\n class MatAutocompleteModule {\n static {\n this.ɵfac = function MatAutocompleteModule_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || MatAutocompleteModule)();\n };\n }\n static {\n this.ɵmod = /* @__PURE__ */i0.ɵɵdefineNgModule({\n type: MatAutocompleteModule\n });\n }\n static {\n this.ɵinj = /* @__PURE__ */i0.ɵɵdefineInjector({\n providers: [MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER],\n imports: [OverlayModule, MatOptionModule, MatCommonModule, CommonModule, CdkScrollableModule, MatOptionModule, MatCommonModule]\n });\n }\n }\n return MatAutocompleteModule;\n})();\n/*#__PURE__*/(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS, MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY, MAT_AUTOCOMPLETE_SCROLL_STRATEGY, MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY, MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER, MAT_AUTOCOMPLETE_VALUE_ACCESSOR, MatAutocomplete, MatAutocompleteModule, MatAutocompleteOrigin, MatAutocompleteSelectedEvent, MatAutocompleteTrigger, getMatAutocompleteMissingPanelError };\n","import {\n ChangeDetectionStrategy,\n Component,\n Input,\n OnInit,\n} from '@angular/core';\nimport { LisTextContent } from '@lis-types';\n\n@Component({\n selector: 'lis-text-content',\n templateUrl: './text-content.component.html',\n styleUrls: ['./text-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TextContentComponent implements OnInit {\n @Input({ required: true }) content!: LisTextContent;\n\n constructor() {}\n\n ngOnInit(): void {}\n}\n","
{{ content.headline }}
\n
{{ content.subline }}
\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { TextContentComponent } from './text-content.component';\n\n@NgModule({\n declarations: [TextContentComponent],\n imports: [CommonModule],\n exports: [TextContentComponent],\n})\nexport class TextContentModule {}\n","import {\n ChangeDetectionStrategy,\n Component,\n Input,\n OnInit,\n} from '@angular/core';\nimport { ValidationErrors } from '@angular/forms';\n\n@Component({\n selector: 'lis-error',\n templateUrl: './error.component.html',\n styleUrls: ['./error.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ErrorComponent implements OnInit {\n @Input() errors?: ValidationErrors | null;\n @Input() isIconVisible = true;\n\n constructor() {}\n\n ngOnInit(): void {}\n}\n","
\n
\n \n
\n
\n \n
\n
{{ 'errors.required' | translate }}
\n
{{ 'errors.required' | translate }}
\n
{{ 'errors.maxlength' | translate }}
\n
{{ 'errors.minlength' | translate }}
\n
{{ 'errors.pattern' | translate }}
\n
{{ 'errors.mindate' | translate }}
\n
{{ 'errors.mintime' | translate }}
\n
{{ 'errors.maxdate' | translate }}
\n
{{ 'errors.min' | translate }}
\n
{{ 'errors.max' | translate }}
\n
{{ 'errors.email' | translate }}
\n
{{ 'errors.url' | translate }}
\n
{{ 'errors.urlHttps' | translate }}
\n
{{ 'errors.phone' | translate }}
\n
{{ errors['custom'] | translate }}
\n
\n
\n
\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { IconModule } from '@lis-ui/icon';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { ErrorComponent } from './error.component';\n\n@NgModule({\n declarations: [ErrorComponent],\n imports: [CommonModule, IconModule, TranslateModule],\n exports: [ErrorComponent],\n})\nexport class ErrorModule {}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport {\n LisFormFieldExtComponent,\n LisFormFieldTextType,\n LisInputValue,\n} from '@lis-form';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'lis-input',\n templateUrl: './input.component.html',\n styleUrls: ['./input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class InputComponent\n extends LisFormFieldExtComponent\n implements OnInit, OnDestroy\n{\n @Input() placeholder = '';\n @Input() autocomplete = '';\n @Input() type: LisFormFieldTextType = 'text';\n @Input() isReadonly = false;\n @Input({ required: true })\n override control!: FormControl;\n\n private subscriptions = new Subscription();\n\n constructor(private cdRef: ChangeDetectorRef) {\n super();\n }\n\n ngOnInit(): void {\n this.listenForStatusChanges();\n }\n\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n private listenForStatusChanges(): void {\n this.subscriptions.add(\n this.control.statusChanges.subscribe(() => {\n this.cdRef.detectChanges();\n })\n );\n }\n\n public onBlur(): void {\n this.control.markAsTouched();\n }\n\n public getClasses(): string[] {\n const classes = [];\n if (this.shouldShowErrors()) {\n classes.push('form-error');\n }\n\n if (this.isReadonly) {\n classes.push('form-readonly');\n }\n\n if (this.type === 'search') {\n classes.push('form-input-search');\n }\n\n return classes;\n }\n\n public isResetVisible(): boolean {\n return this.type === 'search' && this.control.value !== '';\n }\n\n public onResetClick(): void {\n this.control.setValue('');\n }\n}\n","
\n \n
\n \n
\n \n
\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { IconModule } from '@lis-ui/icon';\nimport { ErrorModule } from 'src/app/shared/form/ui/error';\n\nimport { InputComponent } from './input.component';\n\n@NgModule({\n declarations: [InputComponent],\n imports: [CommonModule, ErrorModule, ReactiveFormsModule, IconModule],\n exports: [InputComponent],\n})\nexport class InputModule {}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n Output,\n ViewChild,\n} from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport {\n MatAutocompleteSelectedEvent,\n MatAutocompleteTrigger,\n} from '@angular/material/autocomplete';\nimport { DcuplQueryGroup, Suggestion } from '@dcupl/common';\nimport { Dcupl, DcuplList } from '@dcupl/core';\nimport { LisSelectOption } from '@lis-form';\nimport { DcuplService } from '@lis-services';\nimport { sortBy, uniqBy } from 'lodash-es';\n\nimport { EventEmitter } from '@angular/core';\nimport {\n LisAutocompleteFilterConfig,\n LisColumnKey,\n LisTableModel,\n LisTextContent,\n} from '@lis-types';\nimport { BehaviorSubject, Subscription } from 'rxjs';\n\n@Component({\n selector: 'lis-autocomplete',\n templateUrl: './autocomplete.component.html',\n styleUrls: ['./autocomplete.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AutocompleteComponent<\n OptionKey extends string,\n Model extends LisTableModel,\n >\n implements OnInit, OnDestroy\n{\n @Input({ required: true }) dcuplList!: DcuplList;\n @Input({ required: true }) dcuplAttribute!: LisColumnKey;\n @Input() placeholder = '';\n @Input() config?: LisAutocompleteFilterConfig;\n\n @Output() selected = new EventEmitter();\n\n @ViewChild(MatAutocompleteTrigger, { read: MatAutocompleteTrigger })\n inputAutoComplete?: MatAutocompleteTrigger;\n\n // use as nativeElement\n @ViewChild('inputElement') inputElement?: { nativeElement: HTMLInputElement };\n\n public inputFormControl = new FormControl<\n string | LisSelectOption | null\n >(null);\n public availableOptions?: LisSelectOption[];\n public selectedOption$ =\n new BehaviorSubject | null>(null);\n\n private subscriptions = new Subscription();\n\n private refreshOptions$ = new BehaviorSubject('');\n\n private readonly totalSuggestions = 10;\n\n private dcupl?: Dcupl;\n\n constructor(\n private cdRef: ChangeDetectorRef,\n private dcuplService: DcuplService\n ) {}\n\n ngOnInit(): void {\n this.dcupl = this.dcuplService.getRoleBasedDcupl();\n this.listenForSelectedOptionChanges();\n this.listenForInputChanges();\n this.listenForRefreshOptions();\n\n this.init();\n }\n\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n private getInputString(): string {\n const inputValue = this.inputFormControl.value;\n\n return typeof inputValue === 'string'\n ? inputValue\n : (inputValue?.label.replace('~~~', ' - ') ?? '');\n }\n\n public onInputFocus(): void {\n this.refreshOptions$.next(this.getInputString());\n }\n\n private listenForRefreshOptions(): void {\n this.subscriptions.add(\n this.refreshOptions$.subscribe((searchTerm) => {\n this.availableOptions = this.getSuggests(searchTerm).map((suggest) => ({\n key: suggest.value as OptionKey,\n label: suggest.value,\n }));\n this.cdRef.detectChanges();\n })\n );\n }\n\n private listenForSelectedOptionChanges(): void {\n this.subscriptions.add(\n this.selectedOption$.subscribe((selectedOption) => {\n if (!this.dcuplAttribute || !this.dcuplList) {\n return;\n }\n\n this.inputFormControl.setValue(selectedOption);\n\n if (selectedOption) {\n this.dcuplList.catalog.query.apply(\n {\n attribute: this.dcuplAttribute,\n operator: 'eq',\n value: selectedOption.key,\n },\n { mode: 'set' }\n );\n } else {\n this.dcuplList.catalog.query.remove({\n groupKey: this.dcuplAttribute,\n });\n }\n })\n );\n }\n\n private listenForInputChanges(): void {\n this.subscriptions.add(\n this.inputFormControl.valueChanges.subscribe(() => {\n this.refreshOptions$.next(this.getInputString());\n this.selected.emit(this.selectedOption$.getValue()?.key ?? null);\n })\n );\n }\n\n private async init(): Promise {\n this.initSearchInputValue();\n }\n\n private async initSearchInputValue(): Promise {\n if (!this.dcuplList) {\n return;\n }\n\n const metadata = this.dcuplList.catalog.fn.metadata();\n\n const createdByQuery = metadata.appliedQuery.queries.find(\n (query) => query.groupKey === this.dcuplAttribute\n ) as DcuplQueryGroup | undefined;\n\n let value: string | undefined;\n\n if (createdByQuery && createdByQuery.queries.length === 1) {\n value = createdByQuery.queries[0].value;\n }\n\n if (!value) {\n return;\n }\n\n // this.inputFormControl.setValue(value);\n }\n\n public trackByOption(\n index: number,\n item: LisSelectOption\n ): OptionKey {\n return item.key;\n }\n\n public displayFn(option: LisSelectOption | undefined): string {\n if (!option) {\n return '';\n }\n if (option.label === '~~~') {\n return '';\n }\n return option.label.replace('~~~', ' - ') ?? '';\n }\n\n public onToggleClick(): void {\n const isPanelOpen = this.inputAutoComplete?.panelOpen ?? false;\n setTimeout(() => {\n if (!this.inputElement) {\n return;\n }\n\n if (isPanelOpen) {\n this.inputElement.nativeElement.blur();\n } else {\n this.inputElement.nativeElement.focus();\n }\n }, 0);\n }\n\n public onAutocompleteClose(): void {\n this.inputFormControl.setValue(this.selectedOption$.getValue());\n }\n\n public onInputBlur(): void {\n const isPanelOpen = this.inputAutoComplete?.panelOpen ?? false;\n\n if (!isPanelOpen) {\n this.onAutocompleteClose();\n }\n }\n\n public onOptionSelected(event: MatAutocompleteSelectedEvent): void {\n const selectedOption = event.option.value as LisSelectOption;\n this.selectedOption$.next(selectedOption);\n }\n\n public onResetClick(): void {\n this.selectedOption$.next(null);\n }\n\n public getArrowButtonClasses(): string[] {\n const classes: string[] = [];\n\n if (this.inputAutoComplete?.panelOpen) {\n classes.push('bg-blue-515', 'text-actions');\n } else {\n classes.push('text-icon-actions');\n }\n\n return classes;\n }\n\n private getSuggests(\n searchTerm: string,\n exactMatch: boolean = false\n ): Suggestion[] {\n if (!this.dcuplAttribute || !this.dcuplList) {\n return [];\n }\n\n if (exactMatch) {\n searchTerm = `^${searchTerm}$`;\n }\n\n const suggestsStartsWith = this.getSuggestsByQuery(\n searchTerm,\n this.dcuplAttribute,\n true\n );\n const suggestsIncludes = this.getSuggestsByQuery(\n searchTerm,\n this.dcuplAttribute\n );\n\n const uniqueValues = uniqBy(\n [...suggestsStartsWith, ...suggestsIncludes],\n 'value'\n );\n\n return uniqueValues.slice(0, this.totalSuggestions);\n }\n\n private getSuggestsByQuery(\n searchTerm: string,\n groupKey: string,\n shouldStartWith?: boolean\n ): Suggestion[] {\n if (!this.dcupl) {\n return [];\n }\n\n return sortBy(\n this.dcuplList.catalog.fn.suggest({\n attribute: this.dcuplAttribute,\n value: shouldStartWith ? `/^${searchTerm}/` : `/${searchTerm}/`,\n max: this.totalSuggestions,\n transform: ['lowercase'],\n relevantData: 'excludeQuery',\n excludeQuery: {\n groupKey,\n },\n }),\n 'value'\n );\n }\n\n public getTextContent(\n option: LisSelectOption\n ): LisTextContent | null {\n if (!this.config?.textContent) {\n return null;\n }\n\n return this.config.textContent(option.label);\n }\n}\n","
\n \n
\n \n \n
\n
\n\n\n \n
\n
\n \n
\n \n
\n {{ option.label }}\n
\n
\n \n
\n
\n
\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MatAutocompleteModule } from '@angular/material/autocomplete';\nimport { IconModule } from '@lis-ui/icon';\nimport { TextContentModule } from '@lis-ui/text-content';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { InputModule } from '../input';\nimport { AutocompleteComponent } from './autocomplete.component';\n\n@NgModule({\n declarations: [AutocompleteComponent],\n imports: [\n CommonModule,\n IconModule,\n InputModule,\n TranslateModule,\n MatAutocompleteModule,\n ReactiveFormsModule,\n TextContentModule,\n ],\n exports: [AutocompleteComponent],\n})\nexport class AutocompleteModule {}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { LisCheckboxState, LisFormFieldExtComponent } from '@lis-form';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'lis-checkbox',\n templateUrl: './checkbox.component.html',\n styleUrls: ['./checkbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class CheckboxComponent\n extends LisFormFieldExtComponent\n implements OnInit, OnDestroy\n{\n @Input({ required: true }) innerLabel = '';\n\n public state: LisCheckboxState = 'unchecked';\n\n private subscriptions = new Subscription();\n\n constructor(private cdRef: ChangeDetectorRef) {\n super();\n }\n\n ngOnInit(): void {\n this.listenForFormControlChanges();\n }\n\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n private listenForFormControlChanges(): void {\n this.state = this.convertValueToState(this.control?.value);\n this.subscriptions.add(\n this.control?.valueChanges.subscribe((value) => {\n this.state = this.convertValueToState(value);\n this.cdRef.markForCheck();\n })\n );\n }\n\n private convertValueToState(value: unknown): LisCheckboxState {\n switch (value) {\n case 'checked':\n return 'checked';\n case 'unchecked':\n return 'unchecked';\n case 'intermediate':\n return 'intermediate';\n }\n\n return 'unchecked';\n }\n\n public onClick(): void {\n if (this.control?.disabled) {\n return;\n }\n\n const newState = this.state === 'unchecked' ? 'checked' : 'unchecked';\n\n this.control?.patchValue(newState);\n this.control?.markAsDirty();\n this.control?.markAsTouched();\n }\n\n public getCheckboxClasses(): string[] {\n const classes: string[] = [];\n\n if (this.state === 'checked' || this.state === 'intermediate') {\n classes.push('border-transparent', 'text-input-background');\n\n if (!this.control?.disabled) {\n classes.push('bg-input-outline-focused');\n } else {\n classes.push('bg-gray-400');\n }\n }\n\n if (this.state === 'unchecked') {\n classes.push('border-input-outline');\n }\n\n return classes;\n }\n\n public getCheckboxLabelClasses(): string[] {\n const classes: string[] = [];\n\n if (this.control?.disabled) {\n classes.push('text-gray-550');\n } else {\n classes.push('text-input-text');\n }\n\n return classes;\n }\n}\n","
\n
\n \n\n \n
\n
\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { IconModule } from '@lis-ui/icon';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { CheckboxComponent } from './checkbox.component';\n\n@NgModule({\n declarations: [CheckboxComponent],\n imports: [CommonModule, ReactiveFormsModule, IconModule, TranslateModule],\n exports: [CheckboxComponent],\n})\nexport class CheckboxModule {}\n","import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n OnInit,\n Output,\n} from '@angular/core';\nimport { LisIcon, LisToastType } from '@lis-types';\n\n@Component({\n selector: 'lis-toast',\n templateUrl: './toast.component.html',\n styleUrls: ['./toast.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ToastComponent implements OnInit {\n @Input({ required: true }) type!: LisToastType;\n @Input() title?: string;\n @Input() subtitle?: string;\n @Input() fullWidth = false;\n @Input() hasSystemMessageStyle = false;\n @Input() hasCloseButton = false;\n @Input() isGlobal = false;\n\n @Output() closed = new EventEmitter();\n\n private readonly toastConfig: {\n [key in LisToastType]: {\n icon: LisIcon;\n iconContainerClasses: string[];\n textContainerClasses: string[];\n };\n } = {\n error: {\n icon: 'toast_error-40',\n iconContainerClasses: ['bg-red-500'],\n textContainerClasses: ['bg-red-510'],\n },\n info: {\n icon: 'toast_info-40',\n iconContainerClasses: ['bg-blue-500'],\n textContainerClasses: ['bg-blue-515'],\n },\n success: {\n icon: 'toast_success-40',\n iconContainerClasses: ['bg-green-500'],\n textContainerClasses: ['bg-green-510'],\n },\n warning: {\n icon: 'toast_warning-40',\n iconContainerClasses: ['bg-orange-500'],\n textContainerClasses: ['bg-orange-510'],\n },\n };\n\n public iconContainerClasses?: string[];\n public textContainerClasses?: string[];\n public wrapperClasses?: string[];\n\n public icon?: LisIcon;\n\n constructor() {}\n\n ngOnInit(): void {\n this.init();\n }\n\n private init(): void {\n const config = this.toastConfig[this.type];\n this.icon = config.icon;\n this.iconContainerClasses = config.iconContainerClasses;\n\n this.textContainerClasses = this.hasSystemMessageStyle\n ? ['bg-banner-background']\n : config.textContainerClasses;\n\n const wrapperClasses: string[] = [];\n\n if (this.fullWidth) {\n wrapperClasses.push('w-full');\n }\n\n if (!this.hasSystemMessageStyle) {\n wrapperClasses.push('sm:max-w-xl', 'rounded-lg');\n }\n\n if (this.isGlobal) {\n wrapperClasses.push('shadow-lg');\n }\n\n this.wrapperClasses = wrapperClasses;\n }\n\n public onCloseClick(): void {\n this.closed.emit();\n }\n}\n","
\n
\n
\n \n
\n
\n
\n {{ title | translate }}\n \n
\n {{ subtitle | translate }}\n
\n
\n
\n
\n
\n \n
\n
\n
\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { IconModule } from '@lis-ui/icon';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { ToastComponent } from './toast.component';\n\n@NgModule({\n declarations: [ToastComponent],\n imports: [CommonModule, IconModule, TranslateModule],\n exports: [ToastComponent],\n})\nexport class ToastModule {}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n HostListener,\n Input,\n OnInit,\n ViewChild,\n} from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport { LisFormFieldExtComponent, LisHtmlInputEvent } from '@lis-form';\nimport { getFileStatusToast, getStatusTypeByStatusMessage } from '@lis-helpers';\nimport { ApiService, FileUploaderService, ToastService } from '@lis-services';\nimport {\n LIS_API_ENDPOINTS,\n LisDocumentStatusRequest,\n LisDocumentStatusResponse,\n LisFile,\n LisFileStatus,\n LisFileType,\n} from '@lis-types';\nimport { TranslateService } from '@ngx-translate/core';\nimport { isArray } from 'lodash-es';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'lis-file-uploader',\n templateUrl: './file-uploader.component.html',\n styleUrls: ['./file-uploader.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class FileUploaderComponent\n extends LisFormFieldExtComponent\n implements OnInit\n{\n @Input({ required: true }) override control?: FormControl;\n @Input() accept?: LisFileType | LisFileType[];\n\n @ViewChild('dragArea') dragAreaRef?: ElementRef;\n\n public files?: LisFile[];\n\n public isDragDropActive = false;\n private subscriptions = new Subscription();\n\n constructor(\n private toastService: ToastService,\n private translateService: TranslateService,\n private apiService: ApiService,\n private cdRef: ChangeDetectorRef,\n private fileUploaderService: FileUploaderService\n ) {\n super();\n }\n\n ngOnInit(): void {\n this.listenForControlChanges();\n }\n\n @HostListener('dragover', ['$event']) public dragOver(\n event: DragEvent\n ): void {\n event.preventDefault();\n event.stopPropagation();\n\n if (!this.isDragDropActive) {\n this.dragAreaRef?.nativeElement.classList.add('bg-interactive-hover');\n }\n this.isDragDropActive = true;\n }\n @HostListener('dragleave', ['$event']) public dragleave(\n event: DragEvent\n ): void {\n event.preventDefault();\n event.stopPropagation();\n\n this.dragAreaRef?.nativeElement.classList.remove('bg-interactive-hover');\n this.isDragDropActive = false;\n }\n\n @HostListener('drop', ['$event']) public drop(event: DragEvent): void {\n event.preventDefault();\n event.stopPropagation();\n\n this.dragAreaRef?.nativeElement.classList.remove('bg-interactive-hover');\n this.isDragDropActive = false;\n const files = event.dataTransfer?.files;\n\n this.addFilesToList(files as FileList);\n }\n\n private listenForControlChanges(): void {\n this.subscriptions.add(\n this.control?.valueChanges.subscribe((value) => {\n this.files = value ?? [];\n this.cdRef.markForCheck();\n })\n );\n }\n\n public onInputFileChanged(event_: Event): void {\n const event = event_ as LisHtmlInputEvent;\n if (!event || !event.target) {\n throw new Error('Files could not be added');\n }\n\n this.addFilesToList(event.target.files as FileList);\n\n event.target.value = '';\n\n this.cdRef.detectChanges();\n }\n\n private async addFilesToList(filelist: FileList): Promise {\n const files = Object.values(filelist ?? {}) ?? [];\n\n if (!files) {\n return;\n }\n\n const filteredFiles = files.filter((file) => {\n if (\n this.accept &&\n ((isArray(this.accept) &&\n !this.accept.includes(file.type as LisFileType)) ||\n (!isArray(this.accept) && this.accept !== file.type))\n ) {\n this.toastService.show({\n type: 'error',\n title: `${this.translateService.instant('docs.toast-error.wrong-filetype.title')}: ${file.name}!`,\n subtitle: 'docs.toast-error.wrong-filetype.subtitle',\n });\n return false;\n }\n\n // check if file is smaller than 200MB\n if (file.size > 200 * 1024 * 1024) {\n this.toastService.show({\n type: 'error',\n title: `${this.translateService.instant('docs.toast-error.file-too-large.title')}: ${file.name}!`,\n subtitle: 'docs.toast-error.file-too-large.subtitle',\n });\n return false;\n }\n\n if (this.files?.some((f) => f.file.name === file.name)) {\n this.toastService.show({\n type: 'error',\n title: `${this.translateService.instant('docs.toast-error.rename-file.title')}: ${file.name}!`,\n subtitle: 'docs.toast-error.rename-file.subtitle',\n });\n return false;\n }\n return true;\n });\n const data = this.fileUploaderService.currentStatusRequestBody\n ? this.fileUploaderService.currentStatusRequestBody\n : null;\n\n if (!data) {\n return;\n }\n\n const newFiles: LisFile[] = [];\n\n for (const file of filteredFiles) {\n data.fileName = file.name;\n\n if (\n !data.category ||\n (data.category !== 'GENERAL_DOCUMENT' && !data.productId)\n ) {\n newFiles.push({ file });\n } else {\n const status = await this.apiService.post<\n LisDocumentStatusRequest,\n LisDocumentStatusResponse\n >(LIS_API_ENDPOINTS.DOCS_STATUS, {\n data,\n });\n newFiles.push({\n file,\n status: status?.status ?? undefined,\n statusType: getStatusTypeByStatusMessage(status.status),\n });\n }\n }\n\n const allFiles: LisFile[] = [...(this.files ?? []), ...newFiles];\n this.control?.setValue(allFiles);\n this.cdRef.markForCheck();\n }\n\n public onRemoveFileClick(file: File): void {\n this.files = (this.files ?? []).filter((f) => f.file !== file);\n this.control?.setValue(this.files.map((f) => f));\n }\n\n public getStatusToastContent(status: LisFileStatus): {\n title: string;\n subtitle: string;\n } {\n return {\n title: getFileStatusToast(status).title,\n subtitle: getFileStatusToast(status).subtitle,\n };\n }\n\n public trackByIndex(index: number): number {\n return index;\n }\n}\n","
\n
\n
\n \"file-upload\"\n \n
\n
\n \n

\n {{ 'docs.upload-dialog.drag-file' | translate }}\n

\n
\n

\n {{ 'docs.upload-dialog.upload-information' | translate }}\n

\n
\n
\n\n
\n

{{ 'docs.upload-dialog.filename' | translate }}

\n
\n
\n
\n
\n \n

{{ file.file.name }}

\n
\n \n
\n \n
\n
\n
\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { IconModule } from '@lis-ui/icon';\nimport { ToastModule } from '@lis-ui/toast';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { ErrorModule } from '../../form/ui/error';\nimport { FileUploaderComponent } from './file-uploader.component';\n\n@NgModule({\n declarations: [FileUploaderComponent],\n imports: [\n CommonModule,\n TranslateModule,\n IconModule,\n ErrorModule,\n ToastModule,\n ],\n exports: [FileUploaderComponent],\n})\nexport class FileUploaderModule {}\n","import {\n ChangeDetectionStrategy,\n Component,\n Input,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { AbstractControl, FormControl, FormGroup } from '@angular/forms';\nimport {\n LisFormFieldCheckbox,\n LisFormFieldExtComponent,\n LisFormValue,\n} from '@lis-form';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'lis-checkbox-group',\n templateUrl: './checkbox-group.component.html',\n styleUrls: ['./checkbox-group.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class CheckboxGroupComponent\n extends LisFormFieldExtComponent\n implements OnInit, OnDestroy\n{\n @Input({ required: true }) options!: LisFormFieldCheckbox[];\n\n private checkboxFormGroup = new FormGroup({});\n private subscriptions = new Subscription();\n\n ngOnInit(): void {\n this.initCheckboxFormGroup();\n this.listenForFormFieldChanges();\n }\n\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n private listenForFormFieldChanges(): void {\n this.subscriptions.add(\n this.checkboxFormGroup.valueChanges.subscribe(\n (value: { [key: string]: string }) => {\n this.control?.setValue(\n Object.keys(value).filter((key) => value[key] === 'checked')\n );\n }\n )\n );\n }\n\n public trackByOption(\n index: number,\n option: LisFormFieldCheckbox\n ): string {\n return option.key.toString();\n }\n\n private initCheckboxFormGroup(): void {\n this.options.forEach((option) => {\n this.checkboxFormGroup.addControl(\n option.key.toString(),\n new FormControl(\n this.control?.value?.includes(option.key) ? 'checked' : 'unchecked'\n )\n );\n });\n }\n\n public getCheckboxControlByKey(\n key: OptionKey\n ): AbstractControl | undefined {\n return this.checkboxFormGroup.get(key.toString()) ?? undefined;\n }\n}\n","
\n
\n \n
\n
\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { CheckboxModule } from '../checkbox/checkbox.module';\nimport { CheckboxGroupComponent } from './checkbox-group.component';\n\n@NgModule({\n imports: [CommonModule, CheckboxModule],\n declarations: [CheckboxGroupComponent],\n exports: [CheckboxGroupComponent],\n})\nexport class CheckboxGroupModule {}\n","import {\n ChangeDetectionStrategy,\n Component,\n Input,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport {\n LisFormFieldExtComponent,\n LisFormValue,\n LisSelectOption,\n} from '@lis-form';\nimport { getUniqueId } from '@lis-helpers';\n\n@Component({\n selector: 'lis-radio-group',\n templateUrl: './radio-group.component.html',\n styleUrls: ['./radio-group.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class RadioGroupComponent\n extends LisFormFieldExtComponent\n implements OnInit, OnDestroy\n{\n @Input({ required: true }) options!: LisSelectOption[];\n\n public groupId = getUniqueId();\n\n constructor() {\n super();\n }\n\n ngOnInit(): void {}\n\n ngOnDestroy(): void {}\n\n public trackByOption(index: number, option: LisSelectOption): string {\n return option.key.toString();\n }\n}\n","
\n
\n \n
\n
\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { LisFormFieldExtComponent, LisFormValue } from '@lis-form';\nimport { getUniqueId } from '@lis-helpers';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'lis-radio',\n templateUrl: './radio.component.html',\n styleUrls: ['./radio.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class RadioComponent\n extends LisFormFieldExtComponent\n implements OnInit, OnDestroy\n{\n @Input({ required: true }) key!: OK;\n @Input({ required: true }) label!: string;\n @Input({ required: true }) groupId!: string;\n\n private subscriptions = new Subscription();\n\n constructor(private cdRef: ChangeDetectorRef) {\n super();\n this.htmlId = getUniqueId();\n }\n\n ngOnInit(): void {\n this.listenForFormChange();\n }\n\n ngOnDestroy(): void {}\n\n private listenForFormChange(): void {\n this.subscriptions.add(\n this.control?.valueChanges.subscribe(() => {\n this.cdRef.detectChanges();\n })\n );\n }\n\n public isChecked(): boolean {\n return this.control?.value === this.key;\n }\n\n public getRadioClasses(): string[] {\n const classes = [];\n\n if (this.isChecked()) {\n classes.push('is-active');\n }\n return classes;\n }\n\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public onChange(event: any): void {\n const value = event.target.value;\n\n this.control?.patchValue(value);\n this.control?.markAsTouched();\n this.control?.markAsDirty();\n }\n}\n","
\n \n
\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { IconModule } from '@lis-ui/icon';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { RadioComponent } from './radio.component';\n\n@NgModule({\n declarations: [RadioComponent],\n imports: [CommonModule, IconModule, IconModule, TranslateModule],\n exports: [RadioComponent],\n})\nexport class RadioModule {}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RadioGroupComponent } from './radio-group.component';\nimport { RadioModule } from '../radio';\n\n@NgModule({\n declarations: [RadioGroupComponent],\n imports: [CommonModule, RadioModule],\n exports: [RadioGroupComponent],\n})\nexport class RadioGroupModule {}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnChanges,\n OnDestroy,\n OnInit,\n SimpleChanges,\n} from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport {\n LisFormFieldExtComponent,\n LisFormValue,\n LisSelectOption,\n LisSelectOptionBase,\n LisSelectOptionGroup,\n} from '@lis-form';\nimport { compact } from 'lodash-es';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'lis-select',\n templateUrl: './select.component.html',\n styleUrls: ['./select.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SelectComponent\n extends LisFormFieldExtComponent\n implements OnInit, OnChanges, OnDestroy\n{\n @Input({ required: true }) options!: LisSelectOption[];\n @Input() placeholder?: string;\n @Input({ required: true })\n override control!: FormControl;\n @Input() isDark = false;\n\n public selectedOption?: LisSelectOptionBase;\n public value?: OptionKey;\n\n public config?:\n | { mode: 'options'; options: LisSelectOptionBase[] }\n | { mode: 'optionGroups'; optionGroups: LisSelectOptionGroup[] };\n\n private subscriptions = new Subscription();\n\n constructor(private cdRef: ChangeDetectorRef) {\n super();\n }\n\n ngOnInit(): void {\n this.subscriptions.add(\n this.control.valueChanges.subscribe((value) => {\n this.setSelectedOption(value);\n })\n );\n\n this.setSelectedOption(this.control.value);\n\n this.subscriptions.add(\n this.control.statusChanges.subscribe(() => {\n this.cdRef.detectChanges();\n })\n );\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (changes['options']) {\n if (this.options.some((option) => option.groupLabel)) {\n // same groupLabel should be in the same group\n this.config = {\n mode: 'optionGroups',\n optionGroups: this.options\n .reduce((acc, option) => {\n const groupLabel: string = option.groupLabel ?? '';\n\n const group = acc.find((group) => group.label === groupLabel);\n\n if (group) {\n group.options.push(option);\n } else {\n acc.push({\n label: groupLabel,\n options: [option],\n });\n }\n\n return acc;\n }, [] as LisSelectOptionGroup[])\n .sort((a, b) => a.label.localeCompare(b.label)),\n };\n } else {\n this.config = {\n mode: 'options',\n options: compact([\n this.placeholder\n ? {\n key: '' as OptionKey,\n label: this.placeholder,\n }\n : undefined,\n ...this.options,\n ]),\n };\n }\n this.setSelectedOption(this.control.value);\n this.cdRef.detectChanges();\n }\n }\n\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n private setSelectedOption(key: OptionKey | null): void {\n this.selectedOption = this.options.find((item) => item.key === key);\n this.value = this.selectedOption?.key;\n }\n\n public onChange(option: string): void {\n const selectedOption = this.options.find(\n (o) => o.key.toString() === option.toString()\n );\n\n this.control.patchValue(selectedOption?.key ?? null);\n this.control.markAsTouched();\n this.control.markAsDirty();\n }\n\n public trackById(index: number, item: LisSelectOption): OptionKey {\n return item.key;\n }\n\n public getClasses(): string[] {\n const classes = [];\n\n if (this.isDark) {\n classes.push('bg-framework-metanavi-background-mobile', 'text-text-gray');\n }\n if (this.shouldShowErrors()) {\n classes.push('form-error');\n }\n\n return classes;\n }\n\n public onBlur(): void {\n this.control.markAsTouched();\n }\n\n public trackByOptionGroup(\n index: number,\n item: LisSelectOptionGroup\n ): number {\n return index;\n }\n}\n","
\n \n \n
\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { IconModule } from '@lis-ui/icon';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { SelectComponent } from './select.component';\n\n@NgModule({\n declarations: [SelectComponent],\n imports: [CommonModule, IconModule, TranslateModule],\n exports: [SelectComponent],\n})\nexport class SelectModule {}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input,\n OnDestroy,\n OnInit,\n ViewChild,\n} from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport { LisFormFieldExtComponent } from '@lis-form';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'lis-textarea',\n templateUrl: './textarea.component.html',\n styleUrls: ['./textarea.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TextareaComponent\n extends LisFormFieldExtComponent\n implements OnInit, OnDestroy\n{\n @Input() rows = 3;\n @Input() placeholder = '';\n @Input() isReadonly = false;\n @Input({ required: true }) override control!: FormControl;\n\n @ViewChild('textarea') textareaRef?: ElementRef;\n\n private subscriptions: Subscription = new Subscription();\n\n constructor(private cdRef: ChangeDetectorRef) {\n super();\n }\n\n ngOnInit(): void {\n this.subscriptions.add(\n this.control.statusChanges.subscribe(() => {\n this.cdRef.detectChanges();\n })\n );\n }\n\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n public getClasses(): string[] {\n const classes = [];\n if (this.shouldShowErrors()) {\n classes.push('form-error');\n }\n return classes;\n }\n\n public onBlur(): void {\n this.control.markAsTouched();\n }\n}\n","\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { TextareaComponent } from './textarea.component';\n\n@NgModule({\n imports: [CommonModule, ReactiveFormsModule],\n declarations: [TextareaComponent],\n exports: [TextareaComponent],\n})\nexport class TextareaModule {}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport { LisFormFieldExtComponent } from '@lis-form';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'lis-toggle',\n templateUrl: './toggle.component.html',\n styleUrls: ['./toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ToggleComponent\n extends LisFormFieldExtComponent\n implements OnInit, OnDestroy\n{\n @Input() innerLabel?: string;\n\n @Input({ required: true })\n override control!: FormControl;\n\n public isChecked = false;\n\n private subscriptions = new Subscription();\n\n constructor(private cdRef: ChangeDetectorRef) {\n super();\n }\n\n ngOnInit(): void {\n this.listenForFormControlChanges();\n }\n\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n private listenForFormControlChanges(): void {\n this.isChecked = this.control.value ?? false;\n this.subscriptions.add(\n this.control.valueChanges.subscribe((value) => {\n this.isChecked = value ?? false;\n this.cdRef.markForCheck();\n })\n );\n }\n\n public onChange(): void {\n this.control.patchValue(!this.isChecked);\n this.control.markAsDirty();\n this.control.markAsTouched();\n }\n\n public getLabelClasses(): string[] {\n const classes = [];\n\n if (this.control.disabled) {\n classes.push('text-gray-600');\n }\n\n return classes;\n }\n}\n","\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { ToggleComponent } from './toggle.component';\n\n@NgModule({\n declarations: [ToggleComponent],\n imports: [CommonModule, TranslateModule],\n exports: [ToggleComponent],\n})\nexport class ToggleModule {}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FileUploaderModule } from '@lis-ui/file-uploader';\nimport { NotificationModule } from '@lis-ui/notification';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { AutocompleteModule } from '../autocomplete';\nimport { CheckboxModule } from '../checkbox';\nimport { CheckboxGroupModule } from '../checkbox-group';\nimport { ErrorModule } from '../error';\nimport { InputModule } from '../input';\nimport { RadioGroupModule } from '../radio-group';\nimport { SelectModule } from '../select';\nimport { TextareaModule } from '../textarea';\nimport { ToggleModule } from '../toggle';\nimport { FormFieldComponent } from './form-field.component';\n\n@NgModule({\n declarations: [FormFieldComponent],\n imports: [\n CommonModule,\n InputModule,\n ErrorModule,\n SelectModule,\n CheckboxModule,\n RadioGroupModule,\n ToggleModule,\n TextareaModule,\n NotificationModule,\n TranslateModule,\n AutocompleteModule,\n CheckboxGroupModule,\n FileUploaderModule,\n ],\n exports: [FormFieldComponent],\n})\nexport class FormFieldModule {}\n","import {\n Directive,\n ElementRef,\n EventEmitter,\n HostListener,\n Output,\n} from '@angular/core';\n\n@Directive({\n selector: '[lisClickOutside]',\n})\nexport class ClickOutsideDirective {\n constructor(private _elementRef: ElementRef) {}\n\n @Output()\n public lisClickOutside = new EventEmitter();\n\n @HostListener('document:click', ['$event', '$event.target'])\n public onClick(event: MouseEvent, targetElement: HTMLElement): void {\n if (!targetElement) {\n return;\n }\n\n // *--------------------------------------------------------------------------*\n // to avoid firing the directive when clicking on exception elements\n // (e.g. a button that opens a dropdown that uses clickoutside) you can\n // define the said element as a \"clickoutside exception\" by adding the same\n // id as for the elementRef to it and appending \"-clickoutside-exception\" to it\n // *--------------------------------------------------------------------------*\n\n const exceptionElements = document.querySelectorAll(\n '#' + this._elementRef.nativeElement.id + '-clickoutside-exception'\n );\n\n const path = event.composedPath();\n\n const hasClickedOnExceptionElement = !!Array.from(exceptionElements).some(\n (element) => path.includes(element)\n );\n\n const hasClickedInside =\n this._elementRef.nativeElement.contains(targetElement) ||\n hasClickedOnExceptionElement;\n if (!hasClickedInside) {\n this.lisClickOutside.emit(event);\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { AddTargetBlankToLinksDirective } from './add-target-blank-to-links.directive';\nimport { ClickOutsideDirective } from './click-outside.directive';\n\n@NgModule({\n declarations: [AddTargetBlankToLinksDirective, ClickOutsideDirective],\n exports: [AddTargetBlankToLinksDirective, ClickOutsideDirective],\n})\nexport class DirectivesModule {}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n EventEmitter,\n Input,\n OnDestroy,\n OnInit,\n Output,\n ViewChild,\n} from '@angular/core';\nimport { AbstractControl, FormControl, FormGroup } from '@angular/forms';\nimport { DcuplQueryBuilder } from '@dcupl/common';\nimport { Dcupl, DcuplList } from '@dcupl/core';\nimport { LisFormFieldCheckbox } from '@lis-form';\nimport { getCharcodeHashFromString } from '@lis-helpers';\nimport { DcuplService } from '@lis-services';\nimport {\n LisTableModel,\n LisTableMultiSelectGroup,\n LisTableMultiSelectOptions,\n} from '@lis-types';\nimport { first, orderBy } from 'lodash-es';\nimport { Subject, Subscription } from 'rxjs';\n\n@Component({\n selector: 'lis-multi-select',\n templateUrl: './multi-select.component.html',\n styleUrls: ['./multi-select.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class MultiSelectComponent<\n Model extends LisTableModel,\n OptionKey extends string,\n >\n implements OnInit, OnDestroy\n{\n @Input({ required: true }) dcuplList!: DcuplList;\n @Input({ required: true }) selectOptions!: LisTableMultiSelectOptions;\n\n @Output() selected = new EventEmitter();\n\n @ViewChild('inputElement') inputElement?: { nativeElement: HTMLInputElement };\n\n public clickOutsideId = '';\n\n public isOverlayOpen = false;\n\n public availableSelectGroups?: LisTableMultiSelectGroup[] | null;\n public currentFilters: string[] = [];\n public displayedValue = '';\n\n private formGroup = new FormGroup({});\n public inputFormControl = new FormControl(null);\n\n private subscriptions = new Subscription();\n\n private controlKeyValueMap: { [key: string]: string } = {};\n\n private dcupl?: Dcupl;\n\n private refreshOptions$ = new Subject();\n\n constructor(\n private cdRef: ChangeDetectorRef,\n private dcuplService: DcuplService\n ) {}\n\n ngOnInit(): void {\n this.clickOutsideId =\n this.selectOptions.optionKey.toString() + '-multi-select';\n this.dcupl = this.dcuplService.getRoleBasedDcupl();\n this.initCheckboxFormGroup();\n this.listenForRefreshOptions();\n this.listenForSearchTermChange();\n this.listenForFormValueChanges();\n }\n\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n private listenForRefreshOptions(): void {\n this.subscriptions.add(\n this.refreshOptions$.subscribe(() => {\n // set Timeout to ensure the outside click event is triggered before updating the DOM with new options\n setTimeout(() => {\n this.availableSelectGroups = this.getGroupedSelectOptions();\n this.cdRef.markForCheck();\n });\n })\n );\n }\n\n private listenForSearchTermChange(): void {\n this.subscriptions.add(\n this.inputFormControl.valueChanges.subscribe(() => {\n this.refreshOptions$.next();\n })\n );\n }\n\n public onInputFocus(): void {\n this.refreshOptions$.next();\n }\n\n private initCheckboxFormGroup(): void {\n const allSelectGroups = this.getGroupedSelectOptions('all');\n\n allSelectGroups.forEach((group) => {\n group.options.forEach((option) => {\n this.controlKeyValueMap[option.key] = option.innerLabel;\n this.formGroup.addControl(option.key, new FormControl('unchecked'));\n });\n });\n }\n\n private listenForFormValueChanges(): void {\n this.subscriptions.add(\n this.formGroup.valueChanges.subscribe((value) => {\n this.currentFilters = Object.keys(value).filter(\n (key: string) =>\n (value as { [key: string]: string })[key] === 'checked'\n );\n\n if (this.currentFilters.length > 1) {\n this.displayedValue = '';\n } else if (this.currentFilters.length === 1) {\n const key = first(this.currentFilters);\n if (key) {\n this.displayedValue = this.controlKeyValueMap[key] ?? '';\n }\n }\n\n if (!this.selectOptions || !this.dcuplList) {\n return;\n }\n\n const queries = this.currentFilters.map((key) => {\n return {\n attribute: this.selectOptions.optionKey.toString(),\n operator: 'eq',\n value: this.controlKeyValueMap[key],\n };\n });\n\n if (this.currentFilters.length) {\n this.dcuplList.catalog.query.apply(\n {\n groupKey: this.selectOptions.optionKey.toString(),\n groupType: 'or',\n queries,\n },\n { mode: 'set' }\n );\n } else {\n this.dcuplList.catalog.query.remove({\n groupKey: this.selectOptions.optionKey.toString(),\n });\n }\n\n this.selected.emit(\n this.currentFilters.length ? this.currentFilters : null\n );\n\n let shouldResetAll = true;\n\n this.availableSelectGroups?.forEach((group) => {\n group.options.forEach((option) => {\n if (\n this.formGroup.get(option.key.toString())?.value === 'checked'\n ) {\n shouldResetAll = false;\n }\n });\n });\n\n if (shouldResetAll && this.formGroup.touched) {\n this.formGroup.reset();\n return;\n }\n\n this.formGroup.markAsTouched();\n })\n );\n }\n\n public onCheckAllStatesByGroup(groupKey: string): void {\n const group = this.availableSelectGroups?.find(\n (group) => group.groupKey === groupKey\n );\n if (!group) {\n return;\n }\n\n if (this.isWholeGroupChecked(group)) {\n return group.options.forEach((option) => {\n this.formGroup.get(option.key.toString())?.setValue('unchecked');\n });\n }\n\n return group.options.forEach((option) => {\n return this.formGroup.get(option.key.toString())?.setValue('checked');\n });\n }\n\n public isWholeGroupChecked(\n group: LisTableMultiSelectGroup\n ): boolean {\n return group.options.every(\n (option) => this.formGroup.get(option.key)?.value === 'checked'\n );\n }\n\n public onResetFilter(): void {\n this.formGroup.reset();\n }\n\n public onCheckBoxClick(key: string): void {\n const control = this.getCheckboxControlByKey(key as OptionKey);\n if (!control) {\n return;\n }\n\n control.setValue(control.value === 'checked' ? 'unchecked' : 'checked', {\n emitModelToViewChange: true,\n });\n if (this.inputFormControl.value?.length) {\n this.inputElement?.nativeElement.focus();\n }\n }\n\n private getGroupedSelectOptions(\n fetch?: 'all'\n ): LisTableMultiSelectGroup[] {\n const modelKey = this.dcuplList.modelKey;\n\n const dcuplList = this.dcupl?.lists.create({\n modelKey,\n });\n if (!dcuplList) {\n return [];\n }\n\n const currentQuery = this.dcuplList.catalog.query.get();\n\n if (currentQuery) {\n dcuplList.catalog.query.apply(currentQuery);\n }\n dcuplList.catalog.query.remove({\n groupKey: this.selectOptions.optionKey.toString(),\n });\n\n if (!this.selectOptions.groupKey) {\n let searchString = this.inputFormControl.value ?? '';\n if (this.currentFilters.length) {\n searchString = searchString.concat('|' + this.currentFilters.join('|'));\n }\n\n const suggests = dcuplList.catalog.fn.suggest({\n attribute: this.selectOptions.optionKey as string,\n value: this.inputFormControl.value ? `/${searchString}/` : '//',\n transform: ['lowercase'],\n relevantData: 'excludeQuery',\n excludeQuery: {\n groupKey: this.selectOptions.optionKey as string,\n },\n max: 9999,\n });\n\n const options: LisFormFieldCheckbox[] = orderBy(\n suggests,\n (suggest) => {\n return this.currentFilters.includes(suggest.value) ? 0 : 1;\n }\n ).map((item) => {\n return {\n type: 'checkbox',\n key: this.getUniqueKey(item.value) as OptionKey,\n innerLabel: item.value,\n };\n });\n\n return [\n {\n groupKey: null,\n options: fetch === 'all' ? options : options.slice(0, 10),\n },\n ];\n }\n\n const suggests = dcuplList.catalog.fn.suggest({\n attribute: this.selectOptions.groupKey as string,\n value: `//`,\n transform: ['lowercase'],\n relevantData: 'excludeQuery',\n excludeQuery: {\n groupKey: this.selectOptions.groupKey as string,\n },\n });\n\n const selectGroups: LisTableMultiSelectGroup[] = [];\n\n suggests.forEach((suggest) => {\n const queryBuilder = new DcuplQueryBuilder();\n queryBuilder.init({\n modelKey,\n });\n\n const currentQuery = dcuplList.catalog.query.get();\n if (currentQuery) {\n queryBuilder.applyQuery(currentQuery);\n }\n queryBuilder.applyQuery({\n attribute: this.selectOptions.groupKey as string,\n operator: 'eq',\n value: suggest.value,\n });\n const query = queryBuilder.getQuery();\n\n const optionSuggests =\n this.dcupl?.fn.suggest({\n modelKey,\n options: {\n attribute: this.selectOptions.optionKey as string,\n value: `//`,\n },\n query,\n }) ?? [];\n\n const options: LisFormFieldCheckbox[] = optionSuggests.map(\n (s) => ({\n type: 'checkbox',\n key: this.getUniqueKey(s.value) as OptionKey,\n innerLabel: s.value,\n })\n );\n\n selectGroups.push({\n groupKey: suggest.value,\n options,\n });\n });\n\n if (!this.selectOptions.customGroupOrder) {\n return orderBy(selectGroups, ['groupKey']);\n }\n return orderBy(selectGroups, [\n (item) =>\n this.selectOptions.customGroupOrder?.indexOf(item.groupKey as string),\n ]);\n }\n\n public getCheckboxControlByKey(\n key: OptionKey\n ): AbstractControl | undefined {\n return this.formGroup.get(key.toString()) ?? undefined;\n }\n\n public onOutsideClick(): void {\n if (!this.selectOptions.groupKey) {\n this.inputFormControl.setValue(null);\n }\n this.isOverlayOpen = false;\n }\n\n public onOverlayToggle(onlyOpen?: boolean): void {\n if (onlyOpen && !this.selectOptions.groupKey) {\n this.isOverlayOpen = true;\n this.cdRef.markForCheck();\n return;\n }\n\n this.isOverlayOpen = !this.isOverlayOpen;\n if (this.isOverlayOpen) {\n this.inputElement?.nativeElement.focus();\n }\n this.cdRef.markForCheck();\n }\n\n public getUniqueKey(value: string): string {\n const hash = getCharcodeHashFromString(value);\n const transformedValue = value\n .toLowerCase()\n .replace(/[^a-zA-Z0-9]/g, '-')\n .trim();\n\n return `${transformedValue}-${hash}`;\n }\n\n public trackByGroup(index: number): number {\n return index;\n }\n public trackByOption(index: number, option: LisFormFieldCheckbox): string {\n return option.key.toString();\n }\n}\n","
\n \n
\n
1\" class=\"text-white dark:text-gray-900 bg-input-label rounded-full py-0.5 px-2 whitespace-nowrap typo-s2 flex max-w-fit gap-x-0.5 items-center\">\n {{ currentFilters.length }} {{ 'multi-select.options' | translate }}\n \n
\n
\n

{{ displayedValue }}

\n
\n
\n
\n \n \n
\n
\n\n
\n
\n \n
\n
\n
\n

{{ group.groupKey }}

\n
\n \n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n","import { OverlayModule } from '@angular/cdk/overlay';\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { IconModule } from '@lis-ui/icon';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { DirectivesModule } from 'src/app/shared/directives/directives.module';\nimport { CheckboxModule } from '../checkbox';\nimport { InputModule } from '../input';\nimport { MultiSelectComponent } from './multi-select.component';\n\n@NgModule({\n imports: [\n CommonModule,\n OverlayModule,\n InputModule,\n IconModule,\n ReactiveFormsModule,\n TranslateModule,\n CheckboxModule,\n DirectivesModule,\n ],\n declarations: [MultiSelectComponent],\n exports: [MultiSelectComponent],\n})\nexport class MultiSelectModule {}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ButtonModule } from '@lis-ui/button';\nimport { AutocompleteModule } from './autocomplete';\nimport { CheckboxModule } from './checkbox';\nimport { FormFieldModule } from './form-field';\nimport { InputModule } from './input';\nimport { MultiSelectModule } from './multi-select';\nimport { RadioGroupModule } from './radio-group';\nimport { SelectModule } from './select';\nimport { TextareaModule } from './textarea';\nimport { ToggleModule } from './toggle';\n\n@NgModule({\n declarations: [],\n imports: [CommonModule, FormFieldModule, ButtonModule],\n exports: [\n FormFieldModule,\n SelectModule,\n CheckboxModule,\n InputModule,\n ToggleModule,\n RadioGroupModule,\n TextareaModule,\n AutocompleteModule,\n MultiSelectModule,\n ],\n})\nexport class FormModule {}\n"],"mappings":"21CAWA,IAAaA,IAAkB,IAAA,CAAzB,MAAOA,CAAkB,iDAAlBA,EAAkB,CAAA,+BAAlBA,CAAkB,CAAA,CAAA,mCAHnBC,EAAcC,CAAU,CAAA,CAAA,CAAA,SAGvBF,CAAkB,GAAA,IAJdG,GAAqB,CAAAC,EAAAC,CAAA,EAAA,CAAA,CAAA,ECDtC,IAAsBC,GAAwB,IAAA,CAAxC,MAAgBA,CAAwB,CAI5CC,aAAA,CAAe,CAELC,WAAS,CACjB,MAAO,CAAC,CAAC,KAAKC,SAASC,OACzB,CAEUC,WAAS,CACjB,GAAI,KAAKF,SAASG,OAChB,OAAO,KAAKH,QAAQG,MAIxB,CAEUC,kBAAgB,CACxB,OAAO,KAAKL,UAAS,GAAM,CAAC,CAAC,KAAKG,UAAS,GAAM,CAAC,KAAKF,SAASK,QAClE,iDApBoBR,EAAwB,CAAA,+BAAxBA,EAAwBS,UAAA,CAAA,CAAA,cAAA,CAAA,EAAAC,OAAA,CAAAP,QAAA,UAAAQ,OAAA,QAAA,EAAAC,MAAA,EAAAC,KAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAA,EAAAC,cAAA,CAAA,CAAA,CAAA,SAAxBjB,CAAwB,GAAA,ECNxC,SAAUkB,GAAcC,EAA0B,CACtD,IAAMC,EAAeD,EAAcE,cAAc,aAAa,EAC1DD,GACFA,EAAaE,eAAe,CAC1BC,SAAU,SACVC,MAAO,SACR,CAEL,CCsrBA,IAAMC,GAA8B,IAAIC,GAAe,cAAc,EC3rBrE,IAAMC,GAAM,CAAC,OAAO,EACdC,GAAM,CAAC,GAAG,EAChB,SAASC,GAAuCC,EAAIC,EAAK,CACvD,GAAID,EAAK,EAAG,CACV,IAAME,EAASC,EAAiB,EAC7BC,EAAe,EAAG,MAAO,EAAG,CAAC,EAC7BC,EAAW,uBAAwB,SAA6FC,EAAQ,CACtIC,EAAcL,CAAG,EACpB,IAAMM,EAAYC,EAAc,EAChC,OAAUC,EAAYF,EAAO,eAAe,KAAKF,CAAM,CAAC,CAC1D,CAAC,EACEK,GAAa,CAAC,EACdC,EAAa,CAClB,CACA,GAAIZ,EAAK,EAAG,CACV,IAAMa,EAAiBZ,EAAI,GACrBO,EAAYC,EAAc,EAC7BK,GAAWN,EAAO,UAAU,EAC5BO,GAAY,+BAAgCP,EAAO,SAAS,EAAE,8BAA+B,CAACA,EAAO,SAAS,EAAE,cAAeA,EAAO,SAAW,SAAS,EAAE,aAAcA,EAAO,SAAW,QAAQ,EAAE,WAAYA,EAAO,SAAW,MAAM,EAC1OQ,EAAW,KAAMR,EAAO,EAAE,EAAE,kBAAmBA,EAAO,OAAS,UAAY,QAAQ,EACnFS,EAAY,aAAcT,EAAO,WAAa,IAAI,EAAE,kBAAmBA,EAAO,wBAAwBK,CAAc,CAAC,CAC1H,CACF,CAuBA,IAAMK,GAA8BC,GAAQ,iBAAkB,CAAcC,GAAM,eAA6BC,GAAM,CACnH,QAAS,EACT,UAAW,aACb,CAAC,CAAC,EAAgBC,GAAW,4BAA6B,CAAcC,GAAM,CAAcC,GAAQ,eAA6BH,GAAM,CACrI,QAAS,CACX,CAAC,CAAC,EAAgBG,GAAQ,mCAAiDH,GAAM,CAC/E,UAAW,WACb,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAgBC,GAAW,4BAA6B,CAAcE,GAAQ,gBAA8BH,GAAM,CACtH,QAAS,CACX,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAMFI,GAA+B,EAE7BC,GAAN,KAAmC,CACjC,YACAC,EACAC,EAAQ,CACN,KAAK,OAASD,EACd,KAAK,OAASC,CAChB,CACF,EAEMC,GAAgD,IAAIC,GAAe,mCAAoC,CAC3G,WAAY,OACZ,QAASC,EACX,CAAC,EAED,SAASA,IAA2C,CAClD,MAAO,CACL,sBAAuB,GACvB,uBAAwB,GACxB,6BAA8B,GAC9B,iBAAkB,EACpB,CACF,CAEA,IAAIC,IAAgC,IAAM,CACxC,MAAMA,CAAgB,CAEpB,IAAI,QAAS,CACX,OAAO,KAAK,SAAW,KAAK,SAC9B,CAEA,UAAUC,EAAO,CACf,KAAK,OAASA,EACd,KAAK,mBAAmB,aAAa,CACvC,CAKA,IAAI,UAAUA,EAAO,CACnB,KAAK,WAAaA,EAClB,KAAK,YAAY,cAAc,UAAY,EAC7C,CAEA,IAAI,8BAA+B,CACjC,OAAO,KAAK,6BACd,CACA,IAAI,6BAA6BA,EAAO,CACtC,KAAK,8BAAgCA,EACrC,KAAK,sBAAsB,CAC7B,CAEA,uBAAwB,CACtB,GAAI,KAAK,QACP,QAAWL,KAAU,KAAK,QACxBA,EAAO,mBAAmB,aAAa,CAG7C,CACA,YAAYM,EAAoBC,EAAaC,EAAWC,EAAU,CAChE,KAAK,mBAAqBH,EAC1B,KAAK,YAAcC,EACnB,KAAK,UAAYC,EACjB,KAAK,qBAAuBE,EAAa,MAEzC,KAAK,eAAiB,IAAIC,EAE1B,KAAK,UAAY,GACjB,KAAK,QAAU,GAEf,KAAK,YAAc,KAEnB,KAAK,eAAiB,IAAIA,EAE1B,KAAK,OAAS,IAAIA,EAElB,KAAK,OAAS,IAAIA,EAElB,KAAK,gBAAkB,IAAIA,EAE3B,KAAK,GAAK,oBAAoBd,IAA8B,GAK5D,KAAK,YAAcY,GAAU,QAAU,GACvC,KAAK,sBAAwB,CAAC,CAACD,EAAU,sBACzC,KAAK,uBAAyB,CAAC,CAACA,EAAU,uBAC1C,KAAK,iBAAmB,CAAC,CAACA,EAAU,iBACpC,KAAK,8BAAgC,KAAK,UAAU,8BAAgC,EACtF,CACA,oBAAqB,CACnB,KAAK,YAAc,IAAII,GAA2B,KAAK,OAAO,EAAE,SAAS,EAAE,cAAc,KAAK,cAAc,EAC5G,KAAK,qBAAuB,KAAK,YAAY,OAAO,UAAUC,GAAS,CACjE,KAAK,QACP,KAAK,gBAAgB,KAAK,CACxB,OAAQ,KACR,OAAQ,KAAK,QAAQ,QAAQ,EAAEA,CAAK,GAAK,IAC3C,CAAC,CAEL,CAAC,EAED,KAAK,eAAe,CACtB,CACA,aAAc,CACZ,KAAK,aAAa,QAAQ,EAC1B,KAAK,qBAAqB,YAAY,EACtC,KAAK,eAAe,SAAS,CAC/B,CAKA,cAAcC,EAAW,CACnB,KAAK,QACP,KAAK,MAAM,cAAc,UAAYA,EAEzC,CAEA,eAAgB,CACd,OAAO,KAAK,MAAQ,KAAK,MAAM,cAAc,UAAY,CAC3D,CAEA,gBAAiB,CACf,KAAK,UAAY,CAAC,CAAC,KAAK,QAAQ,OAChC,KAAK,mBAAmB,aAAa,CACvC,CAEA,iBAAiBd,EAAQ,CACvB,IAAMe,EAAQ,IAAIjB,GAA6B,KAAME,CAAM,EAC3D,KAAK,eAAe,KAAKe,CAAK,CAChC,CAEA,wBAAwBC,EAAS,CAC/B,GAAI,KAAK,UACP,OAAO,KAET,IAAMC,EAAkBD,EAAUA,EAAU,IAAM,GAClD,OAAO,KAAK,eAAiBC,EAAkB,KAAK,eAAiBD,CACvE,CAeA,gBAAiB,CACf,MAAO,EACT,CACA,MAAO,CACL,KAAK,UAAO,SAAiCE,EAAmB,CAC9D,OAAO,IAAKA,GAAqBd,GAAoBe,EAAqBC,CAAiB,EAAMD,EAAqBE,EAAU,EAAMF,EAAkBlB,EAAgC,EAAMkB,EAAqBG,EAAQ,CAAC,CAC9N,CACF,CACA,MAAO,CACL,KAAK,UAAyBC,EAAkB,CAC9C,KAAMnB,EACN,UAAW,CAAC,CAAC,kBAAkB,CAAC,EAChC,eAAgB,SAAwChC,EAAIC,EAAKmD,EAAU,CAKzE,GAJIpD,EAAK,IACJqD,GAAeD,EAAUE,GAAW,CAAC,EACrCD,GAAeD,EAAUG,GAAc,CAAC,GAEzCvD,EAAK,EAAG,CACV,IAAIwD,EACDC,EAAeD,EAAQE,EAAY,CAAC,IAAMzD,EAAI,QAAUuD,GACxDC,EAAeD,EAAQE,EAAY,CAAC,IAAMzD,EAAI,aAAeuD,EAClE,CACF,EACA,UAAW,SAA+BxD,EAAIC,EAAK,CAKjD,GAJID,EAAK,IACJ2D,EAAYC,GAAa,CAAC,EAC1BD,EAAY9D,GAAK,CAAC,GAEnBG,EAAK,EAAG,CACV,IAAIwD,EACDC,EAAeD,EAAQE,EAAY,CAAC,IAAMzD,EAAI,SAAWuD,EAAG,OAC5DC,EAAeD,EAAQE,EAAY,CAAC,IAAMzD,EAAI,MAAQuD,EAAG,MAC9D,CACF,EACA,UAAW,CAAC,EAAG,sBAAsB,EACrC,OAAQ,CACN,UAAW,CAAC,EAAG,aAAc,WAAW,EACxC,eAAgB,CAAC,EAAG,kBAAmB,gBAAgB,EACvD,YAAa,cACb,sBAAuB,CAAC,EAAG,wBAAyB,wBAAyBK,EAAgB,EAC7F,uBAAwB,CAAC,EAAG,yBAA0B,yBAA0BA,EAAgB,EAChG,iBAAkB,CAAC,EAAG,mBAAoB,mBAAoBA,EAAgB,EAC9E,WAAY,aACZ,cAAe,CAAC,EAAG,gBAAiB,gBAAiBA,EAAgB,EACrE,UAAW,CAAC,EAAG,QAAS,WAAW,EACnC,6BAA8B,CAAC,EAAG,+BAAgC,+BAAgCA,EAAgB,CACpH,EACA,QAAS,CACP,eAAgB,iBAChB,OAAQ,SACR,OAAQ,SACR,gBAAiB,iBACnB,EACA,SAAU,CAAC,iBAAiB,EAC5B,WAAY,GACZ,SAAU,CAAIC,GAAmB,CAAC,CAChC,QAASC,GACT,YAAa/B,CACf,CAAC,CAAC,EAAMgC,GAA6BC,EAAmB,EACxD,mBAAoBnE,GACpB,MAAO,EACP,KAAM,EACN,OAAQ,CAAC,CAAC,QAAS,EAAE,EAAG,CAAC,OAAQ,UAAW,EAAG,6BAA8B,mBAAoB,yBAA0B,EAAG,IAAI,CAAC,EACnI,SAAU,SAAkCE,EAAIC,EAAK,CAC/CD,EAAK,IACJkE,GAAgB,EAChBC,EAAW,EAAGpE,GAAwC,EAAG,GAAI,aAAa,EAEjF,EACA,OAAQ,CAAC,69BAA69B,EACt+B,cAAe,EACf,KAAM,CACJ,UAAW,CAACmB,EAAc,CAC5B,EACA,gBAAiB,CACnB,CAAC,CACH,CACF,CACA,OAAOc,CACT,GAAG,EAuCH,IAAMoC,GAAkC,CACtC,QAASC,GACT,YAA0BC,GAAW,IAAMC,EAAsB,EACjE,MAAO,EACT,EASA,IAAMC,GAAgD,IAAIC,GAAe,mCAAoC,CAC3G,WAAY,OACZ,QAAS,IAAM,CACb,IAAMC,EAAUC,GAAOC,EAAO,EAC9B,MAAO,IAAMF,EAAQ,iBAAiB,WAAW,CACnD,CACF,CAAC,EAED,SAASG,GAAyCH,EAAS,CACzD,MAAO,IAAMA,EAAQ,iBAAiB,WAAW,CACnD,CAEA,IAAMI,GAAoD,CACxD,QAASN,GACT,KAAM,CAACI,EAAO,EACd,WAAYC,EACd,EAEIE,IAAuC,IAAM,CAC/C,MAAMA,CAAuB,CAC3B,YAAYC,EAAUC,EAAUC,EAAmBC,EAAOC,EAAoBC,EAAgBC,EAAMC,EAAYC,GAAWC,EAAgBC,GAAW,CACpJ,KAAK,SAAWV,EAChB,KAAK,SAAWC,EAChB,KAAK,kBAAoBC,EACzB,KAAK,MAAQC,EACb,KAAK,mBAAqBC,EAC1B,KAAK,KAAOE,EACZ,KAAK,WAAaC,EAClB,KAAK,UAAYC,GACjB,KAAK,eAAiBC,EACtB,KAAK,UAAYC,GACjB,KAAK,oBAAsB,GAE3B,KAAK,uBAAyB,GAE9B,KAAK,sBAAwBC,EAAa,MAE1C,KAAK,oBAAsBhB,GAAOiB,EAAkB,EACpD,KAAK,8BAAgCD,EAAa,MAMlD,KAAK,oBAAsB,GAE3B,KAAK,qBAAuB,IAAIE,GAKhC,KAAK,mBAAqB,IAAM,CAI9B,KAAK,oBAAsB,KAAK,UAAU,gBAAkB,KAAK,SAAS,eAAiB,KAAK,SAClG,EAEA,KAAK,UAAY,IAAM,CAAC,EAExB,KAAK,WAAa,IAAM,CAAC,EAQzB,KAAK,SAAW,OAKhB,KAAK,sBAAwB,MAC7B,KAAK,aAAe,IAAIA,GACxB,KAAK,UAAYlB,GAAOmB,EAAQ,EAEhC,KAAK,YAAc,mCACnB,KAAK,iBAAmB,GAExB,KAAK,iBAAmBC,GAAM,IAAM,CAClC,IAAMC,EAAU,KAAK,aAAe,KAAK,aAAa,QAAU,KAChE,OAAIA,EACKA,EAAQ,QAAQ,KAAKC,GAAUD,CAAO,EAAGE,GAAU,IAAMC,GAAM,GAAGH,EAAQ,IAAII,IAAUA,GAAO,iBAAiB,CAAC,CAAC,CAAC,EAIrH,KAAK,aAAa,KAAKF,GAAU,IAAM,KAAK,gBAAgB,CAAC,CACtE,CAAC,EAED,KAAK,oBAAsBG,GAAS,EAG9BA,EAAM,UAAY,IAAU,CAACC,GAAeD,CAAK,GAAKA,EAAM,UAAY,IAAYC,GAAeD,EAAO,QAAQ,KAGhH,KAAK,6BACP,KAAK,wBAAwB,KAAK,2BAA6B,EAAE,EACjE,KAAK,2BAA6B,MAEpC,KAAK,qBAAqB,KAAK,EAC/B,KAAK,iBAAiB,EAGtBA,EAAM,gBAAgB,EACtBA,EAAM,eAAe,EAEzB,EAMA,KAAK,cAAgB,KACrB,KAAK,gBAAkBhB,CACzB,CACA,iBAAkB,CAChB,KAAK,aAAa,KAAK,EACvB,KAAK,aAAa,SAAS,EAC3B,IAAMkB,EAAS,KAAK,WAAW,EAC3B,OAAOA,EAAW,KACpB,KAAK,MAAM,kBAAkB,IAAMA,EAAO,iBAAiB,OAAQ,KAAK,kBAAkB,CAAC,CAE/F,CACA,YAAYC,EAAS,CACfA,EAAQ,UAAe,KAAK,oBAC9B,KAAK,sBAAsB,KAAK,iBAAiB,EAC7C,KAAK,WACP,KAAK,YAAY,eAAe,EAGtC,CACA,aAAc,CACZ,IAAMD,EAAS,KAAK,WAAW,EAC3B,OAAOA,EAAW,KACpBA,EAAO,oBAAoB,OAAQ,KAAK,kBAAkB,EAE5D,KAAK,8BAA8B,YAAY,EAC/C,KAAK,sBAAsB,YAAY,EACvC,KAAK,oBAAsB,GAC3B,KAAK,cAAc,EACnB,KAAK,qBAAqB,SAAS,EACnC,KAAK,gBAAgB,CACvB,CAEA,IAAI,WAAY,CACd,OAAO,KAAK,kBAAoB,KAAK,aAAa,SACpD,CAEA,WAAY,CACV,KAAK,mBAAmB,CAC1B,CAEA,YAAa,CACX,KAAK,YAAY,EACZ,KAAK,mBAGN,KAAK,WAKP,KAAK,MAAM,IAAI,IAAM,CACnB,KAAK,aAAa,OAAO,KAAK,CAChC,CAAC,EAIC,KAAK,aAAa,wBAA0B,OAC9C,KAAK,aAAa,QAAU,GAC5B,KAAK,aAAa,sBAAwB,MAE5C,KAAK,iBAAmB,GACxB,KAAK,2BAA6B,KAC9B,KAAK,aAAe,KAAK,YAAY,YAAY,IACnD,KAAK,YAAY,OAAO,EACxB,KAAK,4BAA4B,YAAY,GAE/C,KAAK,kBAAkB,EAGlB,KAAK,qBAKR,KAAK,mBAAmB,cAAc,EAGpC,KAAK,eACPE,GAAuB,KAAK,cAAe,YAAa,KAAK,aAAa,EAAE,EAEhF,CAKA,gBAAiB,CACX,KAAK,kBACP,KAAK,YAAY,eAAe,CAEpC,CAKA,IAAI,qBAAsB,CACxB,OAAON,GAAM,KAAK,iBAAkB,KAAK,aAAa,YAAY,OAAO,KAAKO,GAAO,IAAM,KAAK,gBAAgB,CAAC,EAAG,KAAK,qBAAsB,KAAK,uBAAuB,EAAG,KAAK,YAAc,KAAK,YAAY,YAAY,EAAE,KAAKA,GAAO,IAAM,KAAK,gBAAgB,CAAC,EAAIC,GAAG,CAAC,EAAE,KAElRC,GAAIP,GAASA,aAAiBQ,GAA2BR,EAAQ,IAAI,CAAC,CACxE,CAEA,IAAI,cAAe,CACjB,OAAI,KAAK,cAAgB,KAAK,aAAa,YAClC,KAAK,aAAa,YAAY,WAEhC,IACT,CAEA,wBAAyB,CACvB,OAAOF,GAAMW,GAAU,KAAK,UAAW,OAAO,EAAGA,GAAU,KAAK,UAAW,UAAU,EAAGA,GAAU,KAAK,UAAW,UAAU,CAAC,EAAE,KAAKJ,GAAOL,GAAS,CAGlJ,IAAMU,EAAcC,GAAgBX,CAAK,EACnCY,EAAY,KAAK,WAAa,KAAK,WAAW,0BAA0B,EAAE,cAAgB,KAC1FC,EAAe,KAAK,YAAc,KAAK,YAAY,WAAW,cAAgB,KACpF,OAAO,KAAK,kBAAoBH,IAAgB,KAAK,SAAS,eAK9D,KAAK,UAAU,gBAAkB,KAAK,SAAS,gBAAkB,CAACE,GAAa,CAACA,EAAU,SAASF,CAAW,KAAO,CAACG,GAAgB,CAACA,EAAa,SAASH,CAAW,IAAM,CAAC,CAAC,KAAK,aAAe,CAAC,KAAK,YAAY,eAAe,SAASA,CAAW,CAC3P,CAAC,CAAC,CACJ,CAEA,WAAWI,EAAO,CAChB,QAAQ,QAAQ,IAAI,EAAE,KAAK,IAAM,KAAK,mBAAmBA,CAAK,CAAC,CACjE,CAEA,iBAAiBC,EAAI,CACnB,KAAK,UAAYA,CACnB,CAEA,kBAAkBA,EAAI,CACpB,KAAK,WAAaA,CACpB,CAEA,iBAAiBC,EAAY,CAC3B,KAAK,SAAS,cAAc,SAAWA,CACzC,CACA,eAAehB,EAAO,CACpB,IAAMiB,EAAUjB,EAAM,QAChBkB,EAAcjB,GAAeD,CAAK,EASxC,GAJIiB,IAAY,IAAU,CAACC,GACzBlB,EAAM,eAAe,EAEvB,KAAK,oBAAsB,KAAK,SAAS,cAAc,MACnD,KAAK,cAAgBiB,IAAY,IAAS,KAAK,WAAa,CAACC,EAC/D,KAAK,aAAa,sBAAsB,EACxC,KAAK,iBAAiB,EACtBlB,EAAM,eAAe,UACZ,KAAK,aAAc,CAC5B,IAAMmB,EAAiB,KAAK,aAAa,YAAY,WAC/CC,EAAaH,IAAY,IAAYA,IAAY,GACnDA,IAAY,GAAOG,GAAc,CAACF,GAAe,KAAK,UACxD,KAAK,aAAa,YAAY,UAAUlB,CAAK,EACpCoB,GAAc,KAAK,SAAS,GACrC,KAAK,mBAAmB,KAAK,mBAAmB,GAE9CA,GAAc,KAAK,aAAa,YAAY,aAAeD,KAC7D,KAAK,gBAAgB,KAAK,aAAa,YAAY,iBAAmB,CAAC,EACnE,KAAK,aAAa,wBAA0B,KAAK,eAC9C,KAAK,6BACR,KAAK,0BAA4B,KAAK,qBAExC,KAAK,2BAA6B,KAAK,aACvC,KAAK,mBAAmB,KAAK,aAAa,KAAK,GAGrD,CACF,CACA,aAAanB,EAAO,CAClB,IAAIqB,EAASrB,EAAM,OACfc,EAAQO,EAAO,MAUnB,GARIA,EAAO,OAAS,WAClBP,EAAQA,GAAS,GAAK,KAAO,WAAWA,CAAK,GAO3C,KAAK,iBAAmBA,EAAO,CASjC,GARA,KAAK,eAAiBA,EACtB,KAAK,2BAA6B,MAI9B,CAAC,KAAK,cAAgB,CAAC,KAAK,aAAa,mBAC3C,KAAK,UAAUA,CAAK,EAElB,CAACA,EACH,KAAK,6BAA6B,KAAM,EAAK,UACpC,KAAK,WAAa,CAAC,KAAK,aAAa,iBAAkB,CAGhE,IAAMQ,EAAiB,KAAK,aAAa,SAAS,KAAKvB,GAAUA,EAAO,QAAQ,EAChF,GAAIuB,EAAgB,CAClB,IAAMC,EAAU,KAAK,iBAAiBD,EAAe,KAAK,EACtDR,IAAUS,GACZD,EAAe,SAAS,EAAK,CAEjC,CACF,CACA,GAAI,KAAK,SAAS,GAAK,KAAK,UAAU,gBAAkBtB,EAAM,OAAQ,CAMpE,IAAMwB,EAAgB,KAAK,qBAAuB,KAAK,SAAS,cAAc,MAC9E,KAAK,oBAAsB,KAC3B,KAAK,mBAAmBA,CAAa,CACvC,CACF,CACF,CACA,cAAe,CACR,KAAK,oBAEC,KAAK,SAAS,IACvB,KAAK,eAAiB,KAAK,SAAS,cAAc,MAClD,KAAK,eAAe,KAAK,cAAc,EACvC,KAAK,YAAY,EAAI,GAJrB,KAAK,oBAAsB,EAM/B,CACA,cAAe,CACT,KAAK,SAAS,GAAK,CAAC,KAAK,WAC3B,KAAK,mBAAmB,CAE5B,CAOA,YAAYC,EAAgB,GAAO,CAC7B,KAAK,YAAc,KAAK,WAAW,aAAe,SAChDA,EACF,KAAK,WAAW,qBAAqB,EAErC,KAAK,WAAW,WAAa,SAE/B,KAAK,uBAAyB,GAElC,CAEA,aAAc,CACR,KAAK,yBACH,KAAK,aACP,KAAK,WAAW,WAAa,QAE/B,KAAK,uBAAyB,GAElC,CAKA,4BAA6B,CAC3B,IAAMC,EAAgB,IAAIC,GAAWC,GAAc,CACjDC,GAAgB,IAAM,CACpBD,EAAW,KAAK,CAClB,EAAG,CACD,SAAU,KAAK,SACjB,CAAC,CACH,CAAC,EACKE,EAAgB,KAAK,aAAa,QAAQ,QAAQ,KAAKC,GAAI,IAAM,KAAK,kBAAkB,oBAAoB,CAAC,EAGnHC,GAAM,CAAC,CAAC,EAER,OAAOlC,GAAM4B,EAAeI,CAAa,EAAE,KAG3CjC,GAAU,IAAM,KAAK,MAAM,IAAI,IAAM,CAInC,IAAMoC,EAAU,KAAK,UACrB,YAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,cAAc,EAClC,KAAK,WACP,KAAK,YAAY,eAAe,EAE9BA,IAAY,KAAK,YAQf,KAAK,UACP,KAAK,YAAY,EAEjB,KAAK,aAAa,OAAO,KAAK,GAG3B,KAAK,mBACd,CAAC,CAAC,EAEFC,GAAK,CAAC,CAAC,EAEN,UAAUlC,GAAS,KAAK,kBAAkBA,CAAK,CAAC,CACnD,CAKA,aAAc,CACZ,KAAK,aAAa,OAAO,KAAK,CAChC,CAEA,eAAgB,CACV,KAAK,cACP,KAAK,WAAW,EAChB,KAAK,YAAY,QAAQ,EACzB,KAAK,YAAc,KAEvB,CAEA,iBAAiBc,EAAO,CACtB,IAAMqB,EAAe,KAAK,aAC1B,OAAOA,GAAgBA,EAAa,YAAcA,EAAa,YAAYrB,CAAK,EAAIA,CACtF,CACA,mBAAmBA,EAAO,CACxB,IAAMsB,EAAY,KAAK,iBAAiBtB,CAAK,EACzCA,GAAS,MACX,KAAK,6BAA6B,KAAM,EAAK,EAI/C,KAAK,wBAAwBsB,GAAgC,EAAE,CACjE,CACA,wBAAwBtB,EAAO,CAGzB,KAAK,WACP,KAAK,WAAW,SAAS,MAAQA,EAEjC,KAAK,SAAS,cAAc,MAAQA,EAEtC,KAAK,eAAiBA,CACxB,CAMA,kBAAkBd,EAAO,CACvB,IAAMqC,EAAQ,KAAK,aACbC,EAAWtC,EAAQA,EAAM,OAAS,KAAK,2BACzCsC,GACF,KAAK,6BAA6BA,CAAQ,EAC1C,KAAK,mBAAmBA,EAAS,KAAK,EAItC,KAAK,UAAUA,EAAS,KAAK,EAC7BD,EAAM,iBAAiBC,CAAQ,EAC/B,KAAK,SAAS,cAAc,MAAM,GACzBD,EAAM,kBAAoB,KAAK,SAAS,cAAc,QAAU,KAAK,iBAC9E,KAAK,6BAA6B,IAAI,EACtC,KAAK,mBAAmB,IAAI,EAGxBA,EAAM,eACRA,EAAM,eAAe,KAAKH,GAAK,CAAC,CAAC,EAAE,UAAU,IAAM,KAAK,UAAU,IAAI,CAAC,EAEvE,KAAK,UAAU,IAAI,GAGvB,KAAK,WAAW,CAClB,CAIA,6BAA6BK,EAAMC,EAAW,CAG5C,KAAK,cAAc,SAAS,QAAQzC,GAAU,CACxCA,IAAWwC,GAAQxC,EAAO,UAC5BA,EAAO,SAASyC,CAAS,CAE7B,CAAC,CACH,CACA,mBAAmBhB,EAAgB,KAAK,SAAS,cAAc,MAAO,CAIpE,GAHA,KAAK,eAAeA,CAAa,EACjC,KAAK,YAAY,EAEb,KAAK,cAAe,CACtB,IAAMiB,EAAU,KAAK,aAAa,GAClCC,GAAoB,KAAK,cAAe,YAAaD,CAAO,CAC9D,CACF,CACA,eAAejB,EAAe,CACvB,KAAK,aAGV,IAAImB,EAAa,KAAK,YACjBA,GA2BH,KAAK,kBAAkB,UAAU,KAAK,qBAAqB,CAAC,EAC5DA,EAAW,WAAW,CACpB,MAAO,KAAK,eAAe,CAC7B,CAAC,IA7BD,KAAK,QAAU,IAAIC,GAAe,KAAK,aAAa,SAAU,KAAK,kBAAmB,CACpF,GAAI,KAAK,YAAY,WAAW,CAClC,CAAC,EACDD,EAAa,KAAK,SAAS,OAAO,KAAK,kBAAkB,CAAC,EAC1D,KAAK,YAAcA,EACnB,KAAK,sBAAwB,KAAK,eAAe,OAAO,EAAE,UAAU,IAAM,CACpE,KAAK,WAAaA,GACpBA,EAAW,WAAW,CACpB,MAAO,KAAK,eAAe,CAC7B,CAAC,CAEL,CAAC,EAGD,KAAK,8BAAgC,KAAK,oBAAoB,QAAQE,GAAY,gBAAgB,EAAE,UAAUC,GAAU,CAC3FA,EAAO,QAIhC,KAAK,kBAAkB,uBAAuB,EAAI,EAAE,kBAAkB,EAAI,EAAE,mBAAmB,CAAC,EAEhG,KAAK,kBAAkB,uBAAuB,EAAK,EAAE,kBAAkB,EAAK,EAAE,mBAAmB,CAAC,CAEtG,CAAC,GAQCH,GAAc,CAACA,EAAW,YAAY,IACxCA,EAAW,OAAO,KAAK,OAAO,EAC9B,KAAK,eAAiBnB,EACtB,KAAK,oBAAsB,KAC3B,KAAK,4BAA8B,KAAK,2BAA2B,GAErE,IAAMS,EAAU,KAAK,UACrB,KAAK,aAAa,QAAU,KAAK,iBAAmB,GACpD,KAAK,aAAa,sBAAwB,KAC1C,KAAK,aAAa,UAAU,KAAK,YAAY,KAAK,EAClD,KAAK,kBAAkB,EACvB,KAAK,0BAA0B,EAG3B,KAAK,WAAaA,IAAY,KAAK,WACrC,KAAK,YAAY,CAErB,CAEA,mBAAoB,CAKlB,GAJA,KAAK,aAAa,eAAe,EAI7B,KAAK,UAAW,CAClB,IAAMU,EAAa,KAAK,YACnB,KAAK,uBAGR,KAAK,qBAAuBA,EAAW,cAAc,EAAE,UAAU,KAAK,mBAAmB,GAEtF,KAAK,4BAIR,KAAK,0BAA4BA,EAAW,qBAAqB,EAAE,UAAU,EAEjF,MACE,KAAK,sBAAsB,YAAY,EACvC,KAAK,2BAA2B,YAAY,EAC5C,KAAK,qBAAuB,KAAK,0BAA4B,IAEjE,CACA,mBAAoB,CAClB,OAAO,IAAII,GAAc,CACvB,iBAAkB,KAAK,oBAAoB,EAC3C,eAAgB,KAAK,gBAAgB,EACrC,MAAO,KAAK,eAAe,EAC3B,UAAW,KAAK,MAAQ,OACxB,WAAY,KAAK,WAAW,iBAC9B,CAAC,CACH,CACA,qBAAsB,CAEpB,IAAMC,EAAW,KAAK,SAAS,SAAS,EAAE,oBAAoB,KAAK,qBAAqB,CAAC,EAAE,uBAAuB,EAAK,EAAE,SAAS,EAAK,EACvI,YAAK,sBAAsBA,CAAQ,EACnC,KAAK,kBAAoBA,EAClBA,CACT,CAEA,sBAAsBC,EAAkB,CAGtC,IAAMC,EAAiB,CAAC,CACtB,QAAS,QACT,QAAS,SACT,SAAU,QACV,SAAU,KACZ,EAAG,CACD,QAAS,MACT,QAAS,SACT,SAAU,MACV,SAAU,KACZ,CAAC,EAIKC,EAAa,KAAK,YAClBC,EAAiB,CAAC,CACtB,QAAS,QACT,QAAS,MACT,SAAU,QACV,SAAU,SACV,WAAAD,CACF,EAAG,CACD,QAAS,MACT,QAAS,MACT,SAAU,MACV,SAAU,SACV,WAAAA,CACF,CAAC,EACGE,EACA,KAAK,WAAa,QACpBA,EAAYD,EACH,KAAK,WAAa,QAC3BC,EAAYH,EAEZG,EAAY,CAAC,GAAGH,EAAgB,GAAGE,CAAc,EAEnDH,EAAiB,cAAcI,CAAS,CAC1C,CACA,sBAAuB,CACrB,OAAI,KAAK,YACA,KAAK,YAAY,WAEnB,KAAK,WAAa,KAAK,WAAW,0BAA0B,EAAI,KAAK,QAC9E,CACA,gBAAiB,CACf,OAAO,KAAK,aAAa,YAAc,KAAK,cAAc,CAC5D,CAEA,eAAgB,CACd,OAAO,KAAK,qBAAqB,EAAE,cAAc,sBAAsB,EAAE,KAC3E,CAQA,kBAAmB,CACjB,IAAMlB,EAAe,KAAK,aAC1B,GAAIA,EAAa,sBAAuB,CAItC,IAAImB,EAA0B,GAC9B,QAASC,EAAQ,EAAGA,EAAQpB,EAAa,QAAQ,OAAQoB,IAEvD,GAAI,CADWpB,EAAa,QAAQ,IAAIoB,CAAK,EACjC,SAAU,CACpBD,EAA0BC,EAC1B,KACF,CAEFpB,EAAa,YAAY,cAAcmB,CAAuB,CAChE,MACEnB,EAAa,YAAY,cAAc,EAAE,CAE7C,CAEA,UAAW,CACT,IAAMqB,EAAU,KAAK,SAAS,cAC9B,MAAO,CAACA,EAAQ,UAAY,CAACA,EAAQ,UAAY,CAAC,KAAK,oBACzD,CAEA,YAAa,CACX,OAAO,KAAK,WAAW,aAAe,MACxC,CAEA,gBAAgBD,EAAO,CAQrB,IAAMpB,EAAe,KAAK,aACpBsB,EAAaC,GAA8BH,EAAOpB,EAAa,QAASA,EAAa,YAAY,EACvG,GAAIoB,IAAU,GAAKE,IAAe,EAIhCtB,EAAa,cAAc,CAAC,UACnBA,EAAa,MAAO,CAC7B,IAAMpC,EAASoC,EAAa,QAAQ,QAAQ,EAAEoB,CAAK,EACnD,GAAIxD,EAAQ,CACV,IAAMyD,EAAUzD,EAAO,gBAAgB,EACjC4D,EAAoBC,GAAyBJ,EAAQ,UAAWA,EAAQ,aAAcrB,EAAa,cAAc,EAAGA,EAAa,MAAM,cAAc,YAAY,EACvKA,EAAa,cAAcwB,CAAiB,CAC9C,CACF,CACF,CAoBA,2BAA4B,CAO1B,IAAME,EAAQ,KAAK,SAAS,cAAc,QAAQ,mDAAmD,EACrG,GAAI,CAACA,EAEH,OAEF,IAAMpB,EAAU,KAAK,aAAa,GAC9B,KAAK,eACPrC,GAAuB,KAAK,cAAe,YAAaqC,CAAO,EAEjEC,GAAoBmB,EAAO,YAAapB,CAAO,EAC/C,KAAK,cAAgBoB,CACvB,CAEA,iBAAkB,CAChB,GAAI,KAAK,cAAe,CACtB,IAAMpB,EAAU,KAAK,aAAa,GAClCrC,GAAuB,KAAK,cAAe,YAAaqC,CAAO,EAC/D,KAAK,cAAgB,IACvB,CACF,CACA,MAAO,CACL,KAAK,UAAO,SAAwCqB,EAAmB,CACrE,OAAO,IAAKA,GAAqBpF,GAA2BqF,EAAqBC,EAAU,EAAMD,EAAuBxF,EAAO,EAAMwF,EAAqBE,EAAgB,EAAMF,EAAqBG,EAAM,EAAMH,EAAqBI,CAAiB,EAAMJ,EAAkB5F,EAAgC,EAAM4F,EAAqBK,GAAgB,CAAC,EAAML,EAAkBM,GAAgB,CAAC,EAAMN,EAAkBO,GAAU,CAAC,EAAMP,EAAqBQ,EAAa,EAAMR,EAAkBS,GAAkC,CAAC,CAAC,CAC7gB,CACF,CACA,MAAO,CACL,KAAK,UAAyBC,GAAkB,CAC9C,KAAM/F,EACN,UAAW,CAAC,CAAC,QAAS,kBAAmB,EAAE,EAAG,CAAC,WAAY,kBAAmB,EAAE,CAAC,EACjF,UAAW,CAAC,EAAG,8BAA8B,EAC7C,SAAU,EACV,aAAc,SAA6CgG,EAAIC,EAAK,CAC9DD,EAAK,GACJE,EAAW,UAAW,UAA6D,CACpF,OAAOD,EAAI,aAAa,CAC1B,CAAC,EAAE,OAAQ,UAA0D,CACnE,OAAOA,EAAI,WAAW,CACxB,CAAC,EAAE,QAAS,SAAyDE,EAAQ,CAC3E,OAAOF,EAAI,aAAaE,CAAM,CAChC,CAAC,EAAE,UAAW,SAA2DA,EAAQ,CAC/E,OAAOF,EAAI,eAAeE,CAAM,CAClC,CAAC,EAAE,QAAS,UAA2D,CACrE,OAAOF,EAAI,aAAa,CAC1B,CAAC,EAECD,EAAK,GACJI,EAAY,eAAgBH,EAAI,qBAAqB,EAAE,OAAQA,EAAI,qBAAuB,KAAO,UAAU,EAAE,oBAAqBA,EAAI,qBAAuB,KAAO,MAAM,EAAE,wBAAyBA,EAAI,WAAaA,EAAI,aAAeA,EAAI,aAAa,GAAK,IAAI,EAAE,gBAAiBA,EAAI,qBAAuB,KAAOA,EAAI,UAAU,SAAS,CAAC,EAAE,gBAAiBA,EAAI,sBAAwB,CAACA,EAAI,WAAmBA,EAAI,cAAgB,KAA3B,KAAyCA,EAAI,aAAa,EAAE,EAAE,gBAAiBA,EAAI,qBAAuB,KAAO,SAAS,CAEjhB,EACA,OAAQ,CACN,aAAc,CAAC,EAAG,kBAAmB,cAAc,EACnD,SAAU,CAAC,EAAG,0BAA2B,UAAU,EACnD,YAAa,CAAC,EAAG,6BAA8B,aAAa,EAC5D,sBAAuB,CAAC,EAAG,eAAgB,uBAAuB,EAClE,qBAAsB,CAAC,EAAG,0BAA2B,uBAAwBI,EAAgB,CAC/F,EACA,SAAU,CAAC,wBAAwB,EACnC,WAAY,GACZ,SAAU,CAAIC,GAAmB,CAACC,EAA+B,CAAC,EAAMC,GAA6BC,EAAoB,CAC3H,CAAC,CACH,CACF,CACA,OAAOzG,CACT,GAAG,EAIC0G,IAAsC,IAAM,CAC9C,MAAMA,CAAsB,CAC1B,MAAO,CACL,KAAK,UAAO,SAAuCtB,EAAmB,CACpE,OAAO,IAAKA,GAAqBsB,EACnC,CACF,CACA,MAAO,CACL,KAAK,UAAyBC,EAAiB,CAC7C,KAAMD,CACR,CAAC,CACH,CACA,MAAO,CACL,KAAK,UAAyBE,EAAiB,CAC7C,UAAW,CAAC7G,EAAiD,EAC7D,QAAS,CAAC8G,GAAeC,GAAiBC,GAAiBC,EAAcC,GAAqBH,GAAiBC,EAAe,CAChI,CAAC,CACH,CACF,CACA,OAAOL,CACT,GAAG,ECppCH,IAAaQ,IAAoB,IAAA,CAA3B,MAAOA,CAAoB,CAG/BC,aAAA,CAAe,CAEfC,UAAQ,CAAU,iDALPF,EAAoB,CAAA,+BAApBA,EAAoBG,UAAA,CAAA,CAAA,kBAAA,CAAA,EAAAC,OAAA,CAAAC,QAAA,SAAA,EAAAC,MAAA,EAAAC,KAAA,EAAAC,OAAA,CAAA,CAAA,EAAA,UAAA,uBAAA,UAAA,EAAA,CAAA,EAAA,eAAA,4BAAA,UAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,ICdjCE,EAAA,EAAA,MAAA,CAAA,EAAmDC,EAAA,CAAA,EAAsBC,EAAA,EACzEF,EAAA,EAAA,MAAA,CAAA,EAA6DC,EAAA,CAAA,EAAqBC,EAAA,SAD/BC,EAAA,EAAAC,EAAAL,EAAAN,QAAAY,QAAA,EACUF,EAAA,CAAA,EAAAC,EAAAL,EAAAN,QAAAa,OAAA;8FDahDlB,CAAoB,GAAA,EELjC,IAAamB,IAAiB,IAAA,CAAxB,MAAOA,CAAiB,iDAAjBA,EAAiB,CAAA,+BAAjBA,CAAiB,CAAA,CAAA,mCAHlBC,CAAY,CAAA,CAAA,CAAA,SAGXD,CAAiB,GAAA,sCER5BE,EAAA,EAAA,KAAA,EACEC,EAAA,EAAA,WAAA,CAAA,EACFC,EAAA,SADYC,EAAA,EAAAC,EAAA,OAAA,oBAAA,0BAKRJ,EAAA,EAAA,KAAA,EAAgCK,EAAA,CAAA,mBAAmCH,EAAA,SAAnCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,iBAAA,CAAA,0BAChCP,EAAA,EAAA,KAAA,EAAoCK,EAAA,CAAA,mBAAmCH,EAAA,SAAnCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,iBAAA,CAAA,0BACpCP,EAAA,EAAA,KAAA,EAAiCK,EAAA,CAAA,mBAAoCH,EAAA,SAApCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,kBAAA,CAAA,0BACjCP,EAAA,EAAA,KAAA,EAAiCK,EAAA,CAAA,mBAAoCH,EAAA,SAApCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,kBAAA,CAAA,0BACjCP,EAAA,EAAA,KAAA,EAA+BK,EAAA,CAAA,mBAAkCH,EAAA,SAAlCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,gBAAA,CAAA,0BAC/BP,EAAA,EAAA,KAAA,EAA+BK,EAAA,CAAA,mBAAkCH,EAAA,SAAlCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,gBAAA,CAAA,0BAC/BP,EAAA,EAAA,KAAA,EAA+BK,EAAA,CAAA,mBAAkCH,EAAA,SAAlCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,gBAAA,CAAA,0BAC/BP,EAAA,EAAA,KAAA,EAA+BK,EAAA,CAAA,mBAAkCH,EAAA,SAAlCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,gBAAA,CAAA,0BAC/BP,EAAA,EAAA,KAAA,EAA2BK,EAAA,CAAA,mBAA8BH,EAAA,SAA9BC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,YAAA,CAAA,0BAC3BP,EAAA,EAAA,KAAA,EAA2BK,EAAA,CAAA,mBAA8BH,EAAA,SAA9BC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,YAAA,CAAA,0BAC3BP,EAAA,EAAA,KAAA,EAA6BK,EAAA,CAAA,mBAAgCH,EAAA,SAAhCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,cAAA,CAAA,0BAC7BP,EAAA,EAAA,KAAA,EAA2BK,EAAA,CAAA,mBAA8BH,EAAA,SAA9BC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,YAAA,CAAA,0BAC3BP,EAAA,EAAA,KAAA,EAAgCK,EAAA,CAAA,mBAAmCH,EAAA,SAAnCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,iBAAA,CAAA,0BAChCP,EAAA,EAAA,KAAA,EAA6BK,EAAA,CAAA,mBAAgCH,EAAA,SAAhCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAA,cAAA,CAAA,6BAC7BP,EAAA,EAAA,KAAA,EAA8BK,EAAA,CAAA,mBAAkCH,EAAA,mBAAlCC,EAAA,EAAAG,EAAAC,EAAA,EAAA,EAAAC,EAAAC,OAAA,MAAA,CAAA,6BAfhCT,EAAA,EAAA,KAAA,EACEU,EAAA,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EAAgC,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACI,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACH,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACA,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACF,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACA,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACA,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACA,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACJ,GAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACA,GAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACE,GAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACF,GAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACK,GAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EACH,GAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EAE/BvB,EAAA,mBAfQC,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,QAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,YAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,SAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,SAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,OAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,OAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,OAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,OAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,GAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,GAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,KAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,GAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,QAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,KAAA,EACAN,EAAA,EAAAC,EAAA,OAAAI,EAAAC,OAAA,MAAA,6BArBZT,EAAA,EAAA,MAAA,CAAA,EACEU,EAAA,EAAAgB,GAAA,EAAA,EAAA,MAAA,CAAA,EAGA1B,EAAA,EAAA,KAAA,EACE2B,GAAA,CAAA,EACAjB,EAAA,EAAAkB,GAAA,GAAA,GAAA,MAAA,CAAA,EAiBF1B,EAAA,EAAM,kBAtBAC,EAAA,EAAAC,EAAA,OAAAI,EAAAqB,aAAA,EAKE1B,EAAA,CAAA,EAAAC,EAAA,OAAAI,EAAAC,MAAA,GDQV,IAAaqB,IAAc,IAAA,CAArB,MAAOA,CAAc,CAIzBC,aAAA,CAFS,KAAAF,cAAgB,EAEV,CAEfG,UAAQ,CAAU,iDANPF,EAAc,CAAA,+BAAdA,EAAcG,UAAA,CAAA,CAAA,WAAA,CAAA,EAAAC,OAAA,CAAAzB,OAAA,SAAAoB,cAAA,eAAA,EAAAM,mBAAAC,GAAAC,MAAA,EAAAC,KAAA,EAAAC,OAAA,CAAA,CAAA,QAAA,mEAAA,EAAA,MAAA,EAAA,CAAA,EAAA,YAAA,OAAA,YAAA,6BAAA,cAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,EAAA,MAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,SCd3B/B,EAAA,EAAAiC,GAAA,EAAA,EAAA,MAAA,CAAA,QAA+EvC,EAAA,OAAAsC,EAAAjC,MAAA;uFDclEqB,CAAc,GAAA,EEH3B,IAAac,IAAW,IAAA,CAAlB,MAAOA,CAAW,iDAAXA,EAAW,CAAA,+BAAXA,CAAW,CAAA,CAAA,mCAHZC,EAAcC,EAAYC,CAAe,CAAA,CAAA,CAAA,SAGxCH,CAAW,GAAA,IAJPI,GAAc,CAAAC,EAAAC,CAAA,EAAA,CAAAC,CAAA,CAAA,yBEL7BC,EAAA,EAAA,MAAA,CAAA,EACEC,EAAA,EAAA,WAAA,CAAA,EACFC,EAAA,SADYC,EAAA,EAAAC,EAAA,OAAA,kBAAA,sCAEZJ,EAAA,EAAA,SAAA,CAAA,EAAmJK,EAAA,QAAA,UAAA,CAAAC,EAAAC,CAAA,EAAA,IAAAC,EAAAC,EAAA,EAAA,OAAAC,EAASF,EAAAG,aAAA,CAAc,CAAA,CAAA,EACxKV,EAAA,EAAA,WAAA,CAAA,EACFC,EAAA,QADYC,EAAA,EAAAC,EAAA,OAAA,iBAAA,GDgBd,IAAaQ,IACX,IAAA,CADI,MAAOA,UACHC,CAAwB,CAYhCC,YAAoBC,EAAwB,CAC1C,MAAK,EADa,KAAAA,MAAAA,EATX,KAAAC,YAAc,GACd,KAAAC,aAAe,GACf,KAAAC,KAA6B,OAC7B,KAAAC,WAAa,GAId,KAAAC,cAAgB,IAAIC,CAI5B,CAEAC,UAAQ,CACN,KAAKC,uBAAsB,CAC7B,CAEAC,aAAW,CACT,KAAKJ,cAAcK,YAAW,CAChC,CAEQF,wBAAsB,CAC5B,KAAKH,cAAcM,IACjB,KAAKC,QAAQC,cAAcC,UAAU,IAAK,CACxC,KAAKd,MAAMe,cAAa,CAC1B,CAAC,CAAC,CAEN,CAEOC,QAAM,CACX,KAAKJ,QAAQK,cAAa,CAC5B,CAEOC,YAAU,CACf,IAAMC,EAAU,CAAA,EAChB,OAAI,KAAKC,iBAAgB,GACvBD,EAAQE,KAAK,YAAY,EAGvB,KAAKjB,YACPe,EAAQE,KAAK,eAAe,EAG1B,KAAKlB,OAAS,UAChBgB,EAAQE,KAAK,mBAAmB,EAG3BF,CACT,CAEOG,gBAAc,CACnB,OAAO,KAAKnB,OAAS,UAAY,KAAKS,QAAQW,QAAU,EAC1D,CAEO3B,cAAY,CACjB,KAAKgB,QAAQY,SAAS,EAAE,CAC1B,iDA5DW3B,GAAc4B,EAAAC,CAAA,CAAA,CAAA,CAAA,+BAAd7B,EAAc8B,UAAA,CAAA,CAAA,WAAA,CAAA,EAAAC,OAAA,CAAA3B,YAAA,cAAAC,aAAA,eAAAC,KAAA,OAAAC,WAAA,aAAAQ,QAAA,SAAA,EAAAiB,SAAA,CAAAC,CAAA,EAAAC,MAAA,EAAAC,KAAA,EAAAC,OAAA,CAAA,CAAA,QAAA,EAAA,EAAA,CAAA,EAAA,UAAA,EAAA,CAAA,EAAA,aAAA,WAAA,qBAAA,EAAA,OAAA,WAAA,UAAA,OAAA,KAAA,cAAA,cAAA,cAAA,EAAA,CAAA,QAAA,qEAAA,EAAA,MAAA,EAAA,CAAA,QAAA,8FAAA,OAAA,SAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,EAAA,WAAA,YAAA,SAAA,OAAA,OAAA,eAAA,mBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,OAAA,SAAA,EAAA,WAAA,YAAA,UAAA,SAAA,OAAA,eAAA,UAAA,OAAA,6BAAA,EAAA,OAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAA,GAAAD,EAAA,EAAA,WCtB3BlD,EAAA,EAAA,MAAA,CAAA,EAAsB,EAAA,QAAA,EAAA,CAAA,EACiMK,EAAA,OAAA,UAAA,CAAA+C,OAAA9C,EAAA+C,CAAA,EAAA3C,EAAQyC,EAAApB,OAAA,CAAQ,CAAA,CAAA,EAArO7B,EAAA,EACAoD,EAAA,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EAA0G,EAAAC,GAAA,EAAA,EAAA,SAAA,CAAA,EAM5GtD,EAAA,QAPSC,EAAA,EAAAC,EAAA,WAAA+C,EAAAhC,UAAA,EAAuB,UAAAgC,EAAAlB,WAAA,CAAA,EAAwE,OAAAkB,EAAAjC,IAAA,EAAc,KAAAiC,EAAAM,MAAA,EAAc,cAAAN,EAAAxB,OAAA,EAAwB,cAAAwB,EAAAnC,WAAA,EAA4B,eAAAmC,EAAAlC,YAAA,EACrGd,EAAA,CAAA,EAAAC,EAAA,OAAA+C,EAAAjC,OAAA,QAAA,EAG0Cf,EAAA,EAAAC,EAAA,OAAA+C,EAAAd,eAAA,CAAA;uFDiBhHzB,CACX,GAAA,EEVF,IAAa8C,IAAW,IAAA,CAAlB,MAAOA,CAAW,iDAAXA,EAAW,CAAA,+BAAXA,CAAW,CAAA,CAAA,mCAHZC,EAAcC,GAAaC,EAAqBC,CAAU,CAAA,CAAA,CAAA,SAGzDJ,CAAW,GAAA,IAJPK,GAAc,CAAAC,EAAAC,EAAAC,GAAAC,GAAAC,GAAAC,CAAA,EAAA,CAAA,CAAA,6DEN3BC,EAAA,EAAA,SAAA,EAAA,EAAmIC,EAAA,QAAA,UAAA,CAAAC,EAAAC,CAAA,EAAA,IAAAC,EAAAC,EAAA,EAAA,OAAAC,EAASF,EAAAG,aAAA,CAAc,CAAA,CAAA,EACxJC,EAAA,EAAA,WAAA,EAAA,EACFC,EAAA,6BAUET,EAAA,EAAA,MAAA,EAAA,EACEQ,EAAA,EAAA,mBAAA,EAAA,EACFC,EAAA,qBADoBC,EAAA,EAAAC,EAAA,UAAAC,CAAA,6BAGlBZ,EAAA,EAAA,MAAA,EAAA,EAAiB,EAAA,OAAA,EAAA,EACuCa,EAAA,CAAA,EAAkBJ,EAAA,EAAO,4BAAzBC,EAAA,CAAA,EAAAI,EAAAC,EAAAC,KAAA,6BAP9DhB,EAAA,EAAA,aAAA,EAAA,EAAuH,EAAA,MAAA,EAAA,EAEnHiB,EAAA,EAAAC,GAAA,EAAA,EAAA,MAAA,EAAA,EAAuF,EAAAC,GAAA,EAAA,EAAA,cAAA,KAAA,EAAAC,EAAA,EAWzFX,EAAA,EAAM,uCAb8FE,EAAA,QAAAI,CAAA,EAE5EL,EAAA,CAAA,EAAAC,EAAA,OAAAP,EAAAiB,eAAAN,CAAA,CAAA,EAA6B,WAAAO,CAAA,GDqBzD,IAAaC,IAAqB,IAAA,CAA5B,MAAOA,CAAqB,CAkChCC,YACUC,EACAC,EAA0B,CAD1B,KAAAD,MAAAA,EACA,KAAAC,aAAAA,EA5BD,KAAAC,YAAc,GAGb,KAAAC,SAAW,IAAIC,EAQlB,KAAAC,iBAAmB,IAAIC,GAE5B,IAAI,EAEC,KAAAC,gBACL,IAAIC,GAAmD,IAAI,EAErD,KAAAC,cAAgB,IAAIC,EAEpB,KAAAC,gBAAkB,IAAIH,GAAwB,EAAE,EAEvC,KAAAI,iBAAmB,EAOjC,CAEHC,UAAQ,CACN,KAAKC,MAAQ,KAAKb,aAAac,kBAAiB,EAChD,KAAKC,+BAA8B,EACnC,KAAKC,sBAAqB,EAC1B,KAAKC,wBAAuB,EAE5B,KAAKC,KAAI,CACX,CAEAC,aAAW,CACT,KAAKX,cAAcY,YAAW,CAChC,CAEQC,gBAAc,CACpB,IAAMC,EAAa,KAAKlB,iBAAiBmB,MAEzC,OAAO,OAAOD,GAAe,SACzBA,EACCA,GAAYhC,MAAMkC,QAAQ,MAAO,KAAK,GAAK,EAClD,CAEOC,cAAY,CACjB,KAAKf,gBAAgBgB,KAAK,KAAKL,eAAc,CAAE,CACjD,CAEQJ,yBAAuB,CAC7B,KAAKT,cAAcmB,IACjB,KAAKjB,gBAAgBkB,UAAWC,GAAc,CAC5C,KAAKC,iBAAmB,KAAKC,YAAYF,CAAU,EAAEG,IAAKC,IAAa,CACrEC,IAAKD,EAAQV,MACbjC,MAAO2C,EAAQV,OACf,EACF,KAAKxB,MAAMoC,cAAa,CAC1B,CAAC,CAAC,CAEN,CAEQpB,gCAA8B,CACpC,KAAKP,cAAcmB,IACjB,KAAKrB,gBAAgBsB,UAAWQ,GAAkB,CAC5C,CAAC,KAAKC,gBAAkB,CAAC,KAAKC,YAIlC,KAAKlC,iBAAiBmC,SAASH,CAAc,EAEzCA,EACF,KAAKE,UAAUE,QAAQC,MAAMC,MAC3B,CACEC,UAAW,KAAKN,eAChBO,SAAU,KACVrB,MAAOa,EAAeF,KAExB,CAAEW,KAAM,KAAK,CAAE,EAGjB,KAAKP,UAAUE,QAAQC,MAAMK,OAAO,CAClCC,SAAU,KAAKV,eAChB,EAEL,CAAC,CAAC,CAEN,CAEQrB,uBAAqB,CAC3B,KAAKR,cAAcmB,IACjB,KAAKvB,iBAAiB4C,aAAapB,UAAU,IAAK,CAChD,KAAKlB,gBAAgBgB,KAAK,KAAKL,eAAc,CAAE,EAC/C,KAAKnB,SAAS+C,KAAK,KAAK3C,gBAAgB4C,SAAQ,GAAIhB,KAAO,IAAI,CACjE,CAAC,CAAC,CAEN,CAEchB,MAAI,QAAAiC,GAAA,sBAChB,KAAKC,qBAAoB,CAC3B,GAEcA,sBAAoB,QAAAD,GAAA,sBAChC,GAAI,CAAC,KAAKb,UACR,OAKF,IAAMe,EAFW,KAAKf,UAAUE,QAAQc,GAAGC,SAAQ,EAEnBC,aAAaC,QAAQC,KAClDjB,GAAUA,EAAMM,WAAa,KAAKV,cAAc,EAG/Cd,EAEA8B,GAAkBA,EAAeI,QAAQE,SAAW,IACtDpC,EAAQ8B,EAAeI,QAAQ,CAAC,EAAElC,MAQtC,GAEOqC,cACLC,EACAC,EAAgC,CAEhC,OAAOA,EAAK5B,GACd,CAEO6B,UAAUC,EAA8C,CAI7D,MAHI,CAACA,GAGDA,EAAO1E,QAAU,MACZ,GAEF0E,EAAO1E,MAAMkC,QAAQ,MAAO,KAAK,GAAK,EAC/C,CAEOyC,eAAa,CAClB,IAAMC,EAAc,KAAKC,mBAAmBC,WAAa,GACzDC,WAAW,IAAK,CACT,KAAKC,eAINJ,EACF,KAAKI,aAAaC,cAAcC,KAAI,EAEpC,KAAKF,aAAaC,cAAcE,MAAK,EAEzC,EAAG,CAAC,CACN,CAEOC,qBAAmB,CACxB,KAAKtE,iBAAiBmC,SAAS,KAAKjC,gBAAgB4C,SAAQ,CAAE,CAChE,CAEOyB,aAAW,EACI,KAAKR,mBAAmBC,WAAa,KAGvD,KAAKM,oBAAmB,CAE5B,CAEOE,iBAAiBC,EAAmC,CACzD,IAAMzC,EAAiByC,EAAMb,OAAOzC,MACpC,KAAKjB,gBAAgBoB,KAAKU,CAAc,CAC1C,CAEOvD,cAAY,CACjB,KAAKyB,gBAAgBoB,KAAK,IAAI,CAChC,CAEOoD,uBAAqB,CAC1B,IAAMC,EAAoB,CAAA,EAE1B,OAAI,KAAKZ,mBAAmBC,UAC1BW,EAAQC,KAAK,cAAe,cAAc,EAE1CD,EAAQC,KAAK,mBAAmB,EAG3BD,CACT,CAEQhD,YACNF,EACAoD,EAAsB,GAAK,CAE3B,GAAI,CAAC,KAAK5C,gBAAkB,CAAC,KAAKC,UAChC,MAAO,CAAA,EAGL2C,IACFpD,EAAa,IAAIA,CAAU,KAG7B,IAAMqD,EAAqB,KAAKC,mBAC9BtD,EACA,KAAKQ,eACL,EAAI,EAEA+C,EAAmB,KAAKD,mBAC5BtD,EACA,KAAKQ,cAAc,EAQrB,OALqBgD,GACnB,CAAC,GAAGH,EAAoB,GAAGE,CAAgB,EAC3C,OAAO,EAGWE,MAAM,EAAG,KAAK3E,gBAAgB,CACpD,CAEQwE,mBACNtD,EACAkB,EACAwC,EAAyB,CAEzB,OAAK,KAAK1E,MAIH2E,GACL,KAAKlD,UAAUE,QAAQc,GAAGrB,QAAQ,CAChCU,UAAW,KAAKN,eAChBd,MAAOgE,EAAkB,KAAK1D,CAAU,IAAM,IAAIA,CAAU,IAC5D4D,IAAK,KAAK9E,iBACV+E,UAAW,CAAC,WAAW,EACvBC,aAAc,eACdC,aAAc,CACZ7C,SAAAA,GAEH,EACD,OAAO,EAdA,CAAA,CAgBX,CAEOpD,eACLqE,EAAkC,CAElC,OAAK,KAAK6B,QAAQC,YAIX,KAAKD,OAAOC,YAAY9B,EAAO1E,KAAK,EAHlC,IAIX,iDA3QWO,GAAqBkG,EAAAC,CAAA,EAAAD,EAAAE,EAAA,CAAA,CAAA,CAAA,+BAArBpG,EAAqBqG,UAAA,CAAA,CAAA,kBAAA,CAAA,EAAAC,UAAA,SAAAC,EAAAC,EAAA,IAAAD,EAAA,MAarBE,GAAsB,EAAUA,EAAsB,k4CCjDnEhI,EAAA,EAAA,MAAA,CAAA,EAAsB,EAAA,QAAA,EAAA,CAAA,EACwOC,EAAA,OAAA,UAAA,CAAAgI,OAAA/H,EAAAgI,CAAA,EAAA5H,EAAQyH,EAAA1B,YAAA,CAAa,CAAA,CAAA,EAAC,QAAA,UAAA,CAAA4B,OAAA/H,EAAAgI,CAAA,EAAA5H,EAAUyH,EAAA5E,aAAA,CAAc,CAAA,CAAA,EAA1S1C,EAAA,EACAT,EAAA,EAAA,MAAA,CAAA,EACEiB,EAAA,EAAAkH,GAAA,EAAA,EAAA,SAAA,CAAA,eAGAnI,EAAA,EAAA,SAAA,CAAA,EAA2IC,EAAA,QAAA,UAAA,CAAAgI,OAAA/H,EAAAgI,CAAA,EAAA5H,EAASyH,EAAApC,cAAA,CAAe,CAAA,CAAA,EACjKnF,EAAA,EAAA,WAAA,CAAA,EACFC,EAAA,EAAS,EACL,EAGRT,EAAA,EAAA,mBAAA,EAAA,CAAA,EAA0CC,EAAA,iBAAA,SAAAmI,EAAA,CAAAH,OAAA/H,EAAAgI,CAAA,EAAA5H,EAAkByH,EAAAzB,iBAAA8B,CAAA,CAAwB,CAAA,CAAA,EAAC,SAAA,UAAA,CAAAH,OAAA/H,EAAAgI,CAAA,EAAA5H,EAAqCyH,EAAA3B,oBAAA,CAAqB,CAAA,CAAA,EAC7InF,EAAA,GAAAoH,GAAA,EAAA,EAAA,aAAA,EAAA,EAeF5H,EAAA,sBA3BmFC,EAAA,EAAAC,EAAA,cAAAoH,EAAApG,WAAA,EAA2B,kBAAA2G,CAAA,EAA6E,cAAAP,EAAAjG,gBAAA,gCAEnFpB,EAAA,CAAA,EAAAC,EAAA,OAAA4H,EAAA,EAAA,EAAAR,EAAA/F,eAAA,CAAA,EAGGtB,EAAA,CAAA,EAAAC,EAAA,UAAAoH,EAAAvB,sBAAA,CAAA,EAMrB9F,EAAA,CAAA,EAAAC,EAAA,cAAAoH,EAAAtC,SAAA,EAC3B/E,EAAA,CAAA,EAAAC,EAAA,UAAAoH,EAAAvE,gBAAA,EAAqB,eAAAuE,EAAAzC,aAAA;8FDuBnE/D,CAAqB,GAAA,EEblC,IAAaiH,IAAkB,IAAA,CAAzB,MAAOA,CAAkB,iDAAlBA,EAAkB,CAAA,+BAAlBA,CAAkB,CAAA,CAAA,mCAV3BC,EACAC,EACAC,GACAC,EACAC,GACAC,EACAC,EAAiB,CAAA,CAAA,CAAA,SAIRP,CAAkB,GAAA,IAZdQ,GAAqB,CAAAC,EAAAC,EAAAC,EAAAC,EAAAC,GAAAC,GAAAC,GAAAC,GAAAC,GAAAC,GAAAC,EAAA,EAAA,CAAAC,EAAA,CAAA,ECMtC,IAAaC,IACX,IAAA,CADI,MAAOA,UACHC,CAAwB,CAShCC,YAAoBC,EAAwB,CAC1C,MAAK,EADa,KAAAA,MAAAA,EANO,KAAAC,WAAa,GAEjC,KAAAC,MAA0B,YAEzB,KAAAC,cAAgB,IAAIC,CAI5B,CAEAC,UAAQ,CACN,KAAKC,4BAA2B,CAClC,CAEAC,aAAW,CACT,KAAKJ,cAAcK,YAAW,CAChC,CAEQF,6BAA2B,CACjC,KAAKJ,MAAQ,KAAKO,oBAAoB,KAAKC,SAASC,KAAK,EACzD,KAAKR,cAAcS,IACjB,KAAKF,SAASG,aAAaC,UAAWH,GAAS,CAC7C,KAAKT,MAAQ,KAAKO,oBAAoBE,CAAK,EAC3C,KAAKX,MAAMe,aAAY,CACzB,CAAC,CAAC,CAEN,CAEQN,oBAAoBE,EAAc,CACxC,OAAQA,EAAK,CACX,IAAK,UACH,MAAO,UACT,IAAK,YACH,MAAO,YACT,IAAK,eACH,MAAO,cACX,CAEA,MAAO,WACT,CAEOK,SAAO,CACZ,GAAI,KAAKN,SAASO,SAChB,OAGF,IAAMC,EAAW,KAAKhB,QAAU,YAAc,UAAY,YAE1D,KAAKQ,SAASS,WAAWD,CAAQ,EACjC,KAAKR,SAASU,YAAW,EACzB,KAAKV,SAASW,cAAa,CAC7B,CAEOC,oBAAkB,CACvB,IAAMC,EAAoB,CAAA,EAE1B,OAAI,KAAKrB,QAAU,WAAa,KAAKA,QAAU,kBAC7CqB,EAAQC,KAAK,qBAAsB,uBAAuB,EAErD,KAAKd,SAASO,SAGjBM,EAAQC,KAAK,aAAa,EAF1BD,EAAQC,KAAK,0BAA0B,GAMvC,KAAKtB,QAAU,aACjBqB,EAAQC,KAAK,sBAAsB,EAG9BD,CACT,CAEOE,yBAAuB,CAC5B,IAAMF,EAAoB,CAAA,EAE1B,OAAI,KAAKb,SAASO,SAChBM,EAAQC,KAAK,eAAe,EAE5BD,EAAQC,KAAK,iBAAiB,EAGzBD,CACT,iDAvFW1B,GAAiB6B,EAAAC,CAAA,CAAA,CAAA,CAAA,+BAAjB9B,EAAiB+B,UAAA,CAAA,CAAA,cAAA,CAAA,EAAAC,OAAA,CAAA5B,WAAA,YAAA,EAAA6B,SAAA,CAAAC,CAAA,EAAAC,MAAA,GAAAC,KAAA,GAAAC,OAAA,CAAA,CAAA,EAAA,OAAA,aAAA,EAAA,CAAA,EAAA,OAAA,cAAA,oBAAA,eAAA,gBAAA,EAAA,CAAA,aAAA,eAAA,OAAA,SAAA,EAAA,SAAA,QAAA,UAAA,WAAA,WAAA,OAAA,eAAA,iBAAA,qBAAA,EAAA,QAAA,SAAA,EAAA,CAAA,EAAA,SAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,OAAA,SAAA,EAAA,OAAA,OAAA,YAAA,EAAA,OAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,ICjB9BE,EAAA,EAAA,MAAA,CAAA,EAA8B,EAAA,MAAA,CAAA,EACgD,EAAA,SAAA,CAAA,EACkEC,EAAA,QAAA,UAAA,CAAA,OAASF,EAAArB,QAAA,CAAS,CAAA,EAC5JsB,EAAA,EAAA,MAAA,CAAA,EACEE,EAAA,EAAA,WAAA,CAAA,EACFC,EAAA,EACAH,EAAA,EAAA,MAAA,CAAA,EACEE,EAAA,EAAA,WAAA,CAAA,EACFC,EAAA,EAAM,EAGRH,EAAA,EAAA,SAAA,CAAA,EAAwEC,EAAA,QAAA,UAAA,CAAA,OAASF,EAAArB,QAAA,CAAS,CAAA,EACxFsB,EAAA,EAAA,MAAA,EAAOI,EAAA,CAAA,oBAA4BD,EAAA,EAAO,EACnC,EACL,SAZuGE,EAAA,CAAA,EAAAC,EAAA,UAAAP,EAAAf,mBAAA,CAAA,EACpGqB,EAAA,EAAAC,EAAA,UAAAP,EAAAnC,QAAA,UAAA,QAAA,QAAA,EACOyC,EAAA,EAAAC,EAAA,OAAA,eAAA,EAEPD,EAAA,EAAAC,EAAA,UAAAP,EAAAnC,QAAA,eAAA,QAAA,QAAA,EACOyC,EAAA,EAAAC,EAAA,OAAA,iBAAA,EAIsBD,EAAA,EAAAE,GAAAR,EAAAZ,wBAAA,CAAA,EAC3BkB,EAAA,CAAA,EAAAG,GAAA,IAAAC,EAAA,GAAA,EAAAV,EAAApC,UAAA,EAAA,EAAA,gCDKAJ,CACX,GAAA,EENF,IAAamD,IAAc,IAAA,CAArB,MAAOA,CAAc,iDAAdA,EAAc,CAAA,+BAAdA,CAAc,CAAA,CAAA,mCAHfC,EAAcC,EAAqBC,EAAYC,CAAe,CAAA,CAAA,CAAA,SAG7DJ,CAAc,GAAA,IAJVK,GAAiB,CAAAC,EAAAC,CAAA,EAAA,CAAAC,CAAA,CAAA,2BEL5BC,EAAA,EAAA,WAAA,CAAA,iBAAuBC,EAAA,OAAAC,EAAAC,IAAA,6BAIrBC,EAAA,EAAA,OAAA,CAAA,EAAkDC,EAAA,CAAA,mBAAuBC,EAAA,kBAAvBC,EAAA,EAAAC,EAAAC,EAAA,EAAA,EAAAP,EAAAQ,KAAA,CAAA,6BAClDN,EAAA,EAAA,OAAA,EAAA,EAAsC,EAAA,MAAA,EAAA,mBAElCC,EAAA,CAAA,mBACFC,EAAA,EAAM,kBAF2BC,EAAA,oCAC/BA,EAAA,CAAA,EAAAI,GAAA,IAAAF,EAAA,EAAA,EAAAP,EAAAU,QAAA,EAAA,GAAA,sCAKRR,EAAA,EAAA,KAAA,EAA4B,EAAA,SAAA,EAAA,EACJS,EAAA,QAAA,UAAA,CAAAC,EAAAC,CAAA,EAAA,IAAAb,EAAAc,EAAA,EAAA,OAAAC,EAASf,EAAAgB,aAAA,CAAc,CAAA,CAAA,EAC3ClB,EAAA,EAAA,WAAA,CAAA,EACFM,EAAA,EAAS,QADGC,EAAA,CAAA,EAAAN,EAAA,OAAA,iBAAA,GDDlB,IAAakB,IAAc,IAAA,CAArB,MAAOA,CAAc,CA8CzBC,aAAA,CA1CS,KAAAC,UAAY,GACZ,KAAAC,sBAAwB,GACxB,KAAAC,eAAiB,GACjB,KAAAC,SAAW,GAEV,KAAAC,OAAS,IAAIC,EAEN,KAAAC,YAMb,CACFC,MAAO,CACLzB,KAAM,iBACN0B,qBAAsB,CAAC,YAAY,EACnCC,qBAAsB,CAAC,YAAY,GAErCC,KAAM,CACJ5B,KAAM,gBACN0B,qBAAsB,CAAC,aAAa,EACpCC,qBAAsB,CAAC,aAAa,GAEtCE,QAAS,CACP7B,KAAM,mBACN0B,qBAAsB,CAAC,cAAc,EACrCC,qBAAsB,CAAC,cAAc,GAEvCG,QAAS,CACP9B,KAAM,mBACN0B,qBAAsB,CAAC,eAAe,EACtCC,qBAAsB,CAAC,eAAe,GAU3B,CAEfI,UAAQ,CACN,KAAKC,KAAI,CACX,CAEQA,MAAI,CACV,IAAMC,EAAS,KAAKT,YAAY,KAAKU,IAAI,EACzC,KAAKlC,KAAOiC,EAAOjC,KACnB,KAAK0B,qBAAuBO,EAAOP,qBAEnC,KAAKC,qBAAuB,KAAKR,sBAC7B,CAAC,sBAAsB,EACvBc,EAAON,qBAEX,IAAMQ,EAA2B,CAAA,EAE7B,KAAKjB,WACPiB,EAAeC,KAAK,QAAQ,EAGzB,KAAKjB,uBACRgB,EAAeC,KAAK,cAAe,YAAY,EAG7C,KAAKf,UACPc,EAAeC,KAAK,WAAW,EAGjC,KAAKD,eAAiBA,CACxB,CAEOpB,cAAY,CACjB,KAAKO,OAAOe,KAAI,CAClB,iDAhFWrB,EAAc,CAAA,+BAAdA,EAAcsB,UAAA,CAAA,CAAA,WAAA,CAAA,EAAAC,OAAA,CAAAL,KAAA,OAAA3B,MAAA,QAAAE,SAAA,WAAAS,UAAA,YAAAC,sBAAA,wBAAAC,eAAA,iBAAAC,SAAA,UAAA,EAAAmB,QAAA,CAAAlB,OAAA,QAAA,EAAAmB,MAAA,EAAAC,KAAA,EAAAC,OAAA,CAAA,CAAA,EAAA,MAAA,EAAA,CAAA,EAAA,OAAA,gBAAA,sBAAA,kBAAA,EAAA,SAAA,EAAA,CAAA,EAAA,OAAA,eAAA,iBAAA,OAAA,WAAA,aAAA,EAAA,SAAA,EAAA,CAAA,EAAA,OAAA,EAAA,MAAA,EAAA,CAAA,EAAA,OAAA,OAAA,OAAA,OAAA,eAAA,oBAAA,EAAA,SAAA,EAAA,CAAA,QAAA,wBAAA,EAAA,MAAA,EAAA,CAAA,QAAA,SAAA,EAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,EAAA,SAAA,YAAA,MAAA,EAAA,CAAA,EAAA,QAAA,EAAA,CAAA,OAAA,QAAA,EAAA,QAAA,EAAA,CAAA,OAAA,SAAA,EAAA,oBAAA,MAAA,EAAA,OAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,IChB3B5C,EAAA,EAAA,MAAA,CAAA,EAAkB,EAAA,MAAA,CAAA,EAC+E,EAAA,MAAA,CAAA,EAE3F8C,EAAA,EAAAC,GAAA,EAAA,EAAA,WAAA,CAAA,EACF7C,EAAA,EACAF,EAAA,EAAA,MAAA,CAAA,EAAiG,EAAA,KAAA,EAE7F8C,EAAA,EAAAE,GAAA,EAAA,EAAA,OAAA,CAAA,EAAkD,EAAAC,GAAA,EAAA,EAAA,OAAA,CAAA,EAMpD/C,EAAA,EAAM,EAER4C,EAAA,EAAAI,GAAA,EAAA,EAAA,MAAA,CAAA,EAKFhD,EAAA,EAAM,SAnB8DC,EAAA,EAAAN,EAAA,UAAAgD,EAAAX,cAAA,EACK/B,EAAA,EAAAN,EAAA,UAAAgD,EAAApB,oBAAA,EAC1DtB,EAAA,EAAAN,EAAA,OAAAgD,EAAA9C,IAAA,EAEmDI,EAAA,EAAAN,EAAA,UAAAgD,EAAAnB,oBAAA,EAEvBvB,EAAA,CAAA,EAAAN,EAAA,OAAAgD,EAAAvC,KAAA,EACfH,EAAA,EAAAN,EAAA,OAAAgD,EAAArC,QAAA,EAOpBL,EAAA,EAAAN,EAAA,OAAAgD,EAAA1B,cAAA;uFDCGJ,CAAc,GAAA,EEL3B,IAAaoC,IAAW,IAAA,CAAlB,MAAOA,CAAW,iDAAXA,EAAW,CAAA,+BAAXA,CAAW,CAAA,CAAA,mCAHZC,EAAcC,EAAYC,CAAe,CAAA,CAAA,CAAA,SAGxCH,CAAW,GAAA,IAJPI,GAAc,CAAAC,EAAAC,EAAAC,CAAA,EAAA,CAAAC,CAAA,CAAA,gDEsBzBC,EAAA,EAAA,YAAA,EAAA,qEAAuFC,EAAA,OAAAC,EAAAC,UAAA,EAAwB,QAAAC,EAAA,EAAA,EAAAC,EAAAC,sBAAAJ,EAAAK,MAAA,EAAAC,KAAA,CAAA,EAA+D,WAAAJ,EAAA,EAAA,EAAAC,EAAAC,sBAAAJ,EAAAK,MAAA,EAAAE,QAAA,CAAA,EAAqE,YAAA,EAAA,sCARrPC,EAAA,EAAA,MAAA,EAAA,EAA4G,EAAA,MAAA,EAAA,EACxE,EAAA,MAAA,EAAA,EAE9BV,EAAA,EAAA,WAAA,EAAA,EACAU,EAAA,EAAA,GAAA,EAAGC,EAAA,CAAA,EAAoBC,EAAA,EAAI,EAE7BF,EAAA,EAAA,SAAA,EAAA,EAA+CG,EAAA,QAAA,UAAA,CAAA,IAAAX,EAAAY,EAAAC,CAAA,EAAAC,UAAAX,EAAAY,EAAA,CAAA,EAAA,OAAAC,EAASb,EAAAc,kBAAAjB,EAAAkB,IAAA,CAA4B,CAAA,CAAA,EAAEpB,EAAA,EAAA,WAAA,EAAA,EAAsEY,EAAA,EAAS,EAEvKS,EAAA,EAAAC,GAAA,EAAA,EAAA,YAAA,EAAA,EACFV,EAAA,4BANgBW,EAAA,CAAA,EAAAtB,EAAA,OAAA,eAAA,EACPsB,EAAA,CAAA,EAAAC,EAAAtB,EAAAkB,KAAAK,IAAA,EAEgHF,EAAA,CAAA,EAAAtB,EAAA,OAAA,kBAAA,EAE3GsB,EAAA,EAAAtB,EAAA,OAAAC,EAAAK,QAAAL,EAAAK,SAAA,MAAAL,EAAAC,UAAA,6BAXlBO,EAAA,EAAA,MAAA,EAAA,EAA0D,EAAA,IAAA,EAAA,EACjBC,EAAA,CAAA,mBAA+CC,EAAA,EACtFF,EAAA,EAAA,MAAA,EAAA,EACEW,EAAA,EAAAK,GAAA,EAAA,EAAA,MAAA,EAAA,EAUFd,EAAA,EAAM,kBAZiCW,EAAA,CAAA,EAAAC,EAAApB,EAAA,EAAA,EAAA,6BAAA,CAAA,EAEfmB,EAAA,CAAA,EAAAtB,EAAA,UAAAI,EAAAsB,KAAA,EAAe,eAAAtB,EAAAuB,YAAA,GDWzC,IAAaC,IACX,IAAA,CADI,MAAOA,UACHC,CAAwB,CAahCC,YACUC,EACAC,EACAC,EACAC,EACAC,EAAwC,CAEhD,MAAK,EANG,KAAAJ,aAAAA,EACA,KAAAC,iBAAAA,EACA,KAAAC,WAAAA,EACA,KAAAC,MAAAA,EACA,KAAAC,oBAAAA,EARH,KAAAC,iBAAmB,GAClB,KAAAC,cAAgB,IAAIC,CAU5B,CAEAC,UAAQ,CACN,KAAKC,wBAAuB,CAC9B,CAE6CC,SAC3CC,EAAgB,CAEhBA,EAAMC,eAAc,EACpBD,EAAME,gBAAe,EAEhB,KAAKR,kBACR,KAAKS,aAAaC,cAAcC,UAAUC,IAAI,sBAAsB,EAEtE,KAAKZ,iBAAmB,EAC1B,CAC8Ca,UAC5CP,EAAgB,CAEhBA,EAAMC,eAAc,EACpBD,EAAME,gBAAe,EAErB,KAAKC,aAAaC,cAAcC,UAAUG,OAAO,sBAAsB,EACvE,KAAKd,iBAAmB,EAC1B,CAEyCe,KAAKT,EAAgB,CAC5DA,EAAMC,eAAc,EACpBD,EAAME,gBAAe,EAErB,KAAKC,aAAaC,cAAcC,UAAUG,OAAO,sBAAsB,EACvE,KAAKd,iBAAmB,GACxB,IAAMV,EAAQgB,EAAMU,cAAc1B,MAElC,KAAK2B,eAAe3B,CAAiB,CACvC,CAEQc,yBAAuB,CAC7B,KAAKH,cAAcW,IACjB,KAAKM,SAASC,aAAaC,UAAWC,GAAS,CAC7C,KAAK/B,MAAQ+B,GAAS,CAAA,EACtB,KAAKvB,MAAMwB,aAAY,CACzB,CAAC,CAAC,CAEN,CAEOC,mBAAmBC,EAAa,CACrC,IAAMlB,EAAQkB,EACd,GAAI,CAAClB,GAAS,CAACA,EAAMmB,OACnB,MAAM,IAAIC,MAAM,0BAA0B,EAG5C,KAAKT,eAAeX,EAAMmB,OAAOnC,KAAiB,EAElDgB,EAAMmB,OAAOJ,MAAQ,GAErB,KAAKvB,MAAM6B,cAAa,CAC1B,CAEcV,eAAeW,EAAkB,QAAAC,GAAA,sBAC7C,IAAMvC,EAAQwC,OAAOC,OAAOH,GAAY,CAAA,CAAE,GAAK,CAAA,EAE/C,GAAI,CAACtC,EACH,OAGF,IAAM0C,EAAgB1C,EAAM2C,OAAQlD,GAEhC,KAAKmD,SACHC,GAAQ,KAAKD,MAAM,GACnB,CAAC,KAAKA,OAAOE,SAASrD,EAAKsD,IAAmB,GAC7C,CAACF,GAAQ,KAAKD,MAAM,GAAK,KAAKA,SAAWnD,EAAKsD,OAEjD,KAAK1C,aAAa2C,KAAK,CACrBD,KAAM,QACNlE,MAAO,GAAG,KAAKyB,iBAAiB2C,QAAQ,uCAAuC,CAAC,KAAKxD,EAAKK,IAAI,IAC9FhB,SAAU,2CACX,EACM,IAILW,EAAKyD,KAAO,IAAM,KAAO,MAC3B,KAAK7C,aAAa2C,KAAK,CACrBD,KAAM,QACNlE,MAAO,GAAG,KAAKyB,iBAAiB2C,QAAQ,uCAAuC,CAAC,KAAKxD,EAAKK,IAAI,IAC9FhB,SAAU,2CACX,EACM,IAGL,KAAKkB,OAAOmD,KAAMC,GAAMA,EAAE3D,KAAKK,OAASL,EAAKK,IAAI,GACnD,KAAKO,aAAa2C,KAAK,CACrBD,KAAM,QACNlE,MAAO,GAAG,KAAKyB,iBAAiB2C,QAAQ,oCAAoC,CAAC,KAAKxD,EAAKK,IAAI,IAC3FhB,SAAU,wCACX,EACM,IAEF,EACR,EACKuE,EAAO,KAAK5C,oBAAoB6C,yBAClC,KAAK7C,oBAAoB6C,yBACzB,KAEJ,GAAI,CAACD,EACH,OAGF,IAAME,EAAsB,CAAA,EAE5B,QAAW9D,KAAQiD,EAGjB,GAFAW,EAAKG,SAAW/D,EAAKK,KAGnB,CAACuD,EAAKI,UACLJ,EAAKI,WAAa,oBAAsB,CAACJ,EAAKK,UAE/CH,EAASI,KAAK,CAAElE,KAAAA,CAAI,CAAE,MACjB,CACL,IAAMb,EAAS,MAAM,KAAK2B,WAAWqD,KAGnCC,GAAkBC,YAAa,CAC/BT,KAAAA,EACD,EACDE,EAASI,KAAK,CACZlE,KAAAA,EACAb,OAAQA,GAAQA,QAAUmF,OAC1BvF,WAAYwF,GAA6BpF,EAAOA,MAAM,EACvD,CACH,CAGF,IAAMqF,EAAsB,CAAC,GAAI,KAAKjE,OAAS,CAAA,EAAK,GAAGuD,CAAQ,EAC/D,KAAK3B,SAASsC,SAASD,CAAQ,EAC/B,KAAKzD,MAAMwB,aAAY,CACzB,GAEOxC,kBAAkBC,EAAU,CACjC,KAAKO,OAAS,KAAKA,OAAS,CAAA,GAAI2C,OAAQS,GAAMA,EAAE3D,OAASA,CAAI,EAC7D,KAAKmC,SAASsC,SAAS,KAAKlE,MAAMmE,IAAKf,GAAMA,CAAC,CAAC,CACjD,CAEOzE,sBAAsBC,EAAqB,CAIhD,MAAO,CACLC,MAAOuF,GAAmBxF,CAAM,EAAEC,MAClCC,SAAUsF,GAAmBxF,CAAM,EAAEE,SAEzC,CAEOmB,aAAaoE,EAAa,CAC/B,OAAOA,CACT,iDAnLWnE,GAAqBoE,EAAAC,EAAA,EAAAD,EAAAE,EAAA,EAAAF,EAAAG,EAAA,EAAAH,EAAAI,CAAA,EAAAJ,EAAAK,EAAA,CAAA,CAAA,CAAA,+BAArBzE,EAAqB0E,UAAA,CAAA,CAAA,mBAAA,CAAA,EAAAC,UAAA,SAAAC,EAAAC,EAAA,IAAAD,EAAA,0FAArB5F,EAAA,WAAA,SAAA8F,EAAA,CAAA,OAAAD,EAAAhE,SAAAiE,CAAA,CAAgB,CAAA,EAAK,YAAA,SAAAA,EAAA,CAAA,OAArBD,EAAAxD,UAAAyD,CAAA,CAAiB,CAAA,EAAI,OAAA,SAAAA,EAAA,CAAA,OAArBD,EAAAtD,KAAAuD,CAAA,CAAY,CAAA,mwCChCzBjG,EAAA,EAAA,MAAA,CAAA,EAAqE,EAAA,MAAA,EAAA,CAAA,EACuD,EAAA,MAAA,CAAA,EAEtHV,EAAA,EAAA,MAAA,CAAA,EAAqH,EAAA,MAAA,CAAA,EAEvHY,EAAA,EACAF,EAAA,EAAA,KAAA,EAAK,EAAA,QAAA,EAAA,CAAA,EACwCG,EAAA,SAAA,SAAA8F,EAAA,CAAAC,OAAA9F,EAAA+F,CAAA,EAAA3F,EAAUwF,EAAA9C,mBAAA+C,CAAA,CAA0B,CAAA,CAAA,EAA/E/F,EAAA,EACAF,EAAA,EAAA,GAAA,EAAG,GAAA,SAAA,CAAA,EACoBG,EAAA,QAAA,UAAA,CAAAC,EAAA+F,CAAA,EAAA,IAAAC,EAAAC,EAAA,CAAA,EAAA,OAAA7F,EAAS4F,EAAAE,MAAA,CAAa,CAAA,CAAA,EAAgBrG,EAAA,EAAA,oBAAkDC,EAAA,EAAUD,EAAA,EAAA,oBACzHC,EAAA,EAAI,EAENF,EAAA,GAAA,IAAA,CAAA,EACEC,EAAA,EAAA,oBACFC,EAAA,EAAI,EACA,EAGRS,EAAA,GAAA4F,GAAA,EAAA,EAAA,MAAA,EAAA,QATmE1F,EAAA,EAAA,EAAAC,EAAApB,EAAA,GAAA,EAAA,gCAAA,CAAA,EAA4DmB,EAAA,CAAA,EAAA2F,GAAA,IAAA9G,EAAA,GAAA,EAAA,8BAAA,EAAA,GAAA,EAIzHmB,EAAA,CAAA,EAAA2F,GAAA,IAAA9G,EAAA,GAAA,EAAA,uCAAA,EAAA,GAAA,EAKAmB,EAAA,CAAA,EAAAtB,EAAA,OAAAyG,EAAA/E,OAAA+E,EAAA/E,MAAAwF,MAAA,gCDcOtF,CACX,GAAA,EEdF,IAAauF,IAAkB,IAAA,CAAzB,MAAOA,CAAkB,iDAAlBA,EAAkB,CAAA,+BAAlBA,CAAkB,CAAA,CAAA,mCAR3BC,EACAC,EACAC,EACAC,GACAC,EAAW,CAAA,CAAA,CAAA,SAIFL,CAAkB,GAAA,IAVdM,GAAqB,CAAAC,EAAAC,EAAAC,EAAAC,EAAA,EAAA,CAAAC,CAAA,CAAA,4BERpCC,EAAA,EAAA,KAAA,EACEC,EAAA,EAAA,eAAA,CAAA,EACFC,EAAA,gCADgBC,EAAA,EAAAC,EAAA,aAAAC,EAAAC,UAAA,EAAgC,UAAAC,EAAAC,wBAAAH,EAAAI,GAAA,CAAA,GDmBlD,IAAaC,IACX,IAAA,CADI,MAAOA,UACHC,CAAwB,CAPlCC,aAAA,qBAYU,KAAAC,kBAAoB,IAAIC,GAAU,CAAA,CAAE,EACpC,KAAAC,cAAgB,IAAIC,EAE5BC,UAAQ,CACN,KAAKC,sBAAqB,EAC1B,KAAKC,0BAAyB,CAChC,CAEAC,aAAW,CACT,KAAKL,cAAcM,YAAW,CAChC,CAEQF,2BAAyB,CAC/B,KAAKJ,cAAcO,IACjB,KAAKT,kBAAkBU,aAAaC,UACjCC,GAAoC,CACnC,KAAKC,SAASC,SACZC,OAAOC,KAAKJ,CAAK,EAAEK,OAAQrB,GAAQgB,EAAMhB,CAAG,IAAM,SAAS,CAAC,CAEhE,CAAC,CACF,CAEL,CAEOsB,cACLC,EACAC,EAAuC,CAEvC,OAAOA,EAAOxB,IAAIyB,SAAQ,CAC5B,CAEQhB,uBAAqB,CAC3B,KAAKiB,QAAQC,QAASH,GAAU,CAC9B,KAAKpB,kBAAkBwB,WACrBJ,EAAOxB,IAAIyB,SAAQ,EACnB,IAAII,GACF,KAAKZ,SAASD,OAAOc,SAASN,EAAOxB,GAAG,EAAI,UAAY,WAAW,CACpE,CAEL,CAAC,CACH,CAEOD,wBACLC,EAAc,CAEd,OAAO,KAAKI,kBAAkB2B,IAAI/B,EAAIyB,SAAQ,CAAE,GAAKO,MACvD,sEApDW/B,CAAsB,IAAAgC,GAAtBhC,CAAsB,CAAA,CAAA,GAAA,CAAA,+BAAtBA,EAAsBiC,UAAA,CAAA,CAAA,oBAAA,CAAA,EAAAC,OAAA,CAAAT,QAAA,SAAA,EAAAU,SAAA,CAAAC,CAAA,EAAAC,MAAA,EAAAC,KAAA,EAAAC,OAAA,CAAA,CAAA,EAAA,WAAA,EAAA,CAAA,EAAA,QAAA,UAAA,cAAA,EAAA,CAAA,EAAA,aAAA,SAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,ICrBnCnD,EAAA,EAAA,MAAA,CAAA,EACEqD,EAAA,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EAGFpD,EAAA,SAH0BC,EAAA,EAAAC,EAAA,UAAAgD,EAAAjB,OAAA,EAAY,eAAAiB,EAAArB,aAAA,gCDoBzBrB,CACX,GAAA,EEZF,IAAa6C,IAAmB,IAAA,CAA1B,MAAOA,CAAmB,iDAAnBA,EAAmB,CAAA,+BAAnBA,CAAmB,CAAA,CAAA,mCAJpBC,EAAcC,EAAc,CAAA,CAAA,CAAA,SAI3BF,CAAmB,GAAA,IAHfG,GAAsB,CAAAC,EAAAC,EAAA,EAAA,CAAA,CAAA,4BENrCC,EAAA,EAAA,KAAA,EACEC,EAAA,EAAA,YAAA,CAAA,EACFC,EAAA,gCADaC,EAAA,EAAAC,EAAA,MAAAC,EAAAC,GAAA,EAAkB,QAAAD,EAAAE,KAAA,EAAuB,UAAAC,EAAAC,OAAA,EAAoB,UAAAD,EAAAE,OAAA,GDkB5E,IAAaC,IACX,IAAA,CADI,MAAOA,UACHC,CAAwB,CAOhCC,aAAA,CACE,MAAK,EAHA,KAAAJ,QAAUK,GAAW,CAI5B,CAEAC,UAAQ,CAAU,CAElBC,aAAW,CAAU,CAEdC,cAAcC,EAAeC,EAA2B,CAC7D,OAAOA,EAAOb,IAAIc,SAAQ,CAC5B,iDAlBWT,EAAmB,CAAA,+BAAnBA,EAAmBU,UAAA,CAAA,CAAA,iBAAA,CAAA,EAAAC,OAAA,CAAAC,QAAA,SAAA,EAAAC,SAAA,CAAAC,CAAA,EAAAC,MAAA,EAAAC,KAAA,EAAAC,OAAA,CAAA,CAAA,EAAA,WAAA,EAAA,CAAA,EAAA,QAAA,UAAA,cAAA,EAAA,CAAA,EAAA,MAAA,QAAA,UAAA,SAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,ICpBhC9B,EAAA,EAAA,MAAA,CAAA,EACEgC,EAAA,EAAAC,GAAA,EAAA,EAAA,MAAA,CAAA,EAGF/B,EAAA,SAH0BC,EAAA,EAAAC,EAAA,UAAA2B,EAAAR,OAAA,EAAY,eAAAQ,EAAAd,aAAA,gCDmBzBN,CACX,GAAA,EEHF,IAAauB,IACX,IAAA,CADI,MAAOA,UACHC,CAAwB,CAShCC,YAAoBC,EAAwB,CAC1C,MAAK,EADa,KAAAA,MAAAA,EAFZ,KAAAC,cAAgB,IAAIC,EAI1B,KAAKC,OAASC,GAAW,CAC3B,CAEAC,UAAQ,CACN,KAAKC,oBAAmB,CAC1B,CAEAC,aAAW,CAAU,CAEbD,qBAAmB,CACzB,KAAKL,cAAcO,IACjB,KAAKC,SAASC,aAAaC,UAAU,IAAK,CACxC,KAAKX,MAAMY,cAAa,CAC1B,CAAC,CAAC,CAEN,CAEOC,WAAS,CACd,OAAO,KAAKJ,SAASK,QAAU,KAAKC,GACtC,CAEOC,iBAAe,CACpB,IAAMC,EAAU,CAAA,EAEhB,OAAI,KAAKJ,UAAS,GAChBI,EAAQC,KAAK,WAAW,EAEnBD,CACT,CAGOE,SAASC,EAAU,CACxB,IAAMN,EAAQM,EAAMC,OAAOP,MAE3B,KAAKL,SAASa,WAAWR,CAAK,EAC9B,KAAKL,SAASc,cAAa,EAC3B,KAAKd,SAASe,YAAW,CAC3B,iDAjDW3B,GAAc4B,EAAAC,CAAA,CAAA,CAAA,CAAA,+BAAd7B,EAAc8B,UAAA,CAAA,CAAA,WAAA,CAAA,EAAAC,OAAA,CAAAb,IAAA,MAAAc,MAAA,QAAAC,QAAA,SAAA,EAAAC,SAAA,CAAAC,CAAA,EAAAC,MAAA,EAAAC,KAAA,GAAAC,OAAA,CAAA,CAAA,EAAA,OAAA,aAAA,EAAA,CAAA,EAAA,OAAA,eAAA,EAAA,UAAA,KAAA,EAAA,CAAA,OAAA,QAAA,EAAA,aAAA,uBAAA,EAAA,SAAA,OAAA,KAAA,QAAA,SAAA,EAAA,CAAA,EAAA,OAAA,OAAA,WAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,IClB3BE,EAAA,EAAA,MAAA,CAAA,EAA8B,EAAA,QAAA,CAAA,EACkD,EAAA,QAAA,CAAA,EACuBC,EAAA,SAAA,SAAAC,EAAA,CAAA,OAAUH,EAAAnB,SAAAsB,CAAA,CAAgB,CAAA,EAA7HC,EAAA,EACAH,EAAA,EAAA,OAAA,CAAA,EAAkCI,EAAA,CAAA,mBAAuBD,EAAA,EAAO,EAC1D,SAHyBE,EAAA,EAAAC,EAAA,UAAAP,EAAAtB,gBAAA,CAAA,EAA6B,MAAAsB,EAAAnC,MAAA,EACxCyC,EAAA,EAAAE,GAAA,OAAA,SAAAR,EAAAR,QAAA,EAAA,EAA2Be,EAAA,KAAAP,EAAAnC,MAAA,EAAa,QAAAmC,EAAAvB,GAAA,EAAc,UAAAuB,EAAAzB,UAAA,CAAA,EACxC+B,EAAA,CAAA,EAAAG,EAAAC,EAAA,EAAA,EAAAV,EAAAT,KAAA,CAAA,mDDezBhC,CACX,GAAA,EERF,IAAaoD,IAAW,IAAA,CAAlB,MAAOA,CAAW,iDAAXA,EAAW,CAAA,+BAAXA,CAAW,CAAA,CAAA,mCAHZC,EAAcC,EAAYA,EAAYC,CAAe,CAAA,CAAA,CAAA,SAGpDH,CAAW,GAAA,ECDxB,IAAaI,IAAgB,IAAA,CAAvB,MAAOA,CAAgB,iDAAhBA,EAAgB,CAAA,+BAAhBA,CAAgB,CAAA,CAAA,mCAHjBC,EAAcC,EAAW,CAAA,CAAA,CAAA,SAGxBF,CAAgB,GAAA,IAJZG,GAAmB,CAAAC,EAAAC,EAAA,EAAA,CAAA,CAAA,4BEH9BC,EAAA,EAAA,SAAA,CAAA,EAA8HC,EAAA,CAAA,mBAA8BC,EAAA,iCAApJC,EAAA,QAAAC,EAAAC,GAAA,EAAoB,WAAAD,IAAAE,EAAAC,cAAA,EAAkGC,EAAA,EAAAC,EAAAC,EAAA,EAAA,EAAAN,EAAAO,KAAA,CAAA,6BADhIC,GAAA,CAAA,EACEC,EAAA,EAAAC,GAAA,EAAA,EAAA,SAAA,CAAA,wBAAgDN,EAAA,EAAAL,EAAA,UAAAG,EAAAS,OAAAC,OAAA,EAAmB,eAAAV,EAAAW,SAAA,6BAIjEjB,EAAA,EAAA,SAAA,CAAA,EAA6HC,EAAA,CAAA,mBAA8BC,EAAA,iCAAnJC,EAAA,QAAAe,EAAAb,GAAA,EAAoB,WAAAa,IAAAZ,EAAAC,cAAA,EAAiGC,EAAA,EAAAC,EAAAC,EAAA,EAAA,EAAAQ,EAAAP,KAAA,CAAA,6BAD/HX,EAAA,EAAA,WAAA,CAAA,mBACEa,EAAA,EAAAM,GAAA,EAAA,EAAA,SAAA,CAAA,EACFjB,EAAA,iCAFiFC,EAAA,QAAAO,EAAA,EAAA,EAAAU,EAAAT,KAAA,CAAA,EAC/BH,EAAA,CAAA,EAAAL,EAAA,UAAAiB,EAAAJ,OAAA,EAAkB,eAAAV,EAAAW,SAAA,6BAFtEL,GAAA,CAAA,EACEC,EAAA,EAAAQ,GAAA,EAAA,EAAA,WAAA,CAAA,wBAA4Bb,EAAA,EAAAL,EAAA,UAAAG,EAAAS,OAAAO,YAAA,EAAwB,eAAAhB,EAAAiB,kBAAA,sCAN1DvB,EAAA,EAAA,MAAA,CAAA,EAAqC,EAAA,SAAA,EAAA,CAAA,EACbwB,EAAA,SAAA,UAAA,CAAAC,EAAAC,CAAA,EAAA,IAAAC,EAAAC,EAAA,CAAA,EAAAtB,EAAAuB,EAAA,EAAA,OAAAC,EAAUxB,EAAAyB,SAAAJ,EAAAK,KAAA,CAAsB,CAAA,CAAA,EAAC,OAAA,UAAA,CAAAP,EAAAC,CAAA,EAAA,IAAApB,EAAAuB,EAAA,EAAA,OAAAC,EAA+HxB,EAAA2B,OAAA,CAAQ,CAAA,CAAA,EAC5LpB,EAAA,EAAAqB,GAAA,EAAA,EAAA,eAAA,CAAA,EAAgD,EAAAC,GAAA,EAAA,EAAA,eAAA,CAAA,EAQlDjC,EAAA,EACAkC,EAAA,EAAA,WAAA,CAAA,EACFlC,EAAA,oBAXUM,EAAA,EAAAL,EAAA,KAAAG,EAAA+B,MAAA,EAAa,QAAA/B,EAAA0B,KAAA,EAAkD,UAAA1B,EAAAgC,WAAA,CAAA,EAAgE,WAAAhC,EAAAiC,QAAAC,QAAA,EACtHhC,EAAA,CAAA,EAAAL,EAAA,OAAAG,EAAAS,OAAA0B,OAAA,SAAA,EAGAjC,EAAA,EAAAL,EAAA,OAAAG,EAAAS,OAAA0B,OAAA,cAAA,EAMPjC,EAAA,EAAAL,EAAA,OAAA,8BAAA,GDgBZ,IAAauC,IACX,IAAA,CADI,MAAOA,UACHC,CAAwB,CAkBhCC,YAAoBC,EAAwB,CAC1C,MAAK,EADa,KAAAA,MAAAA,EAXX,KAAAC,OAAS,GASV,KAAAC,cAAgB,IAAIC,CAI5B,CAEAC,UAAQ,CACN,KAAKF,cAAcG,IACjB,KAAKX,QAAQY,aAAaC,UAAWpB,GAAS,CAC5C,KAAKqB,kBAAkBrB,CAAK,CAC9B,CAAC,CAAC,EAGJ,KAAKqB,kBAAkB,KAAKd,QAAQP,KAAK,EAEzC,KAAKe,cAAcG,IACjB,KAAKX,QAAQe,cAAcF,UAAU,IAAK,CACxC,KAAKP,MAAMU,cAAa,CAC1B,CAAC,CAAC,CAEN,CAEAC,YAAYC,EAAsB,CAC5BA,EAAQ,UACN,KAAKzC,QAAQ0C,KAAMC,GAAWA,EAAOC,UAAU,EAEjD,KAAK7C,OAAS,CACZ0B,KAAM,eACNnB,aAAc,KAAKN,QAChB6C,OAAO,CAACC,EAAKH,IAAU,CACtB,IAAMC,EAAqBD,EAAOC,YAAc,GAE1CG,EAAQD,EAAIE,KAAMD,GAAUA,EAAMpD,QAAUiD,CAAU,EAE5D,OAAIG,EACFA,EAAM/C,QAAQiD,KAAKN,CAAM,EAEzBG,EAAIG,KAAK,CACPtD,MAAOiD,EACP5C,QAAS,CAAC2C,CAAM,EACjB,EAGIG,CACT,EAAG,CAAA,CAAuC,EACzCI,KAAK,CAACC,EAAGC,IAAMD,EAAExD,MAAM0D,cAAcD,EAAEzD,KAAK,CAAC,GAGlD,KAAKI,OAAS,CACZ0B,KAAM,UACNzB,QAASsD,GAAQ,CACf,KAAKC,YACD,CACElE,IAAK,GACLM,MAAO,KAAK4D,aAEdC,OACJ,GAAG,KAAKxD,OAAO,CAChB,GAGL,KAAKqC,kBAAkB,KAAKd,QAAQP,KAAK,EACzC,KAAKa,MAAMU,cAAa,EAE5B,CAEAkB,aAAW,CACT,KAAK1B,cAAc2B,YAAW,CAChC,CAEQrB,kBAAkBhD,EAAqB,CAC7C,KAAKE,eAAiB,KAAKS,QAAQgD,KAAMW,GAASA,EAAKtE,MAAQA,CAAG,EAClE,KAAK2B,MAAQ,KAAKzB,gBAAgBF,GACpC,CAEO0B,SAAS4B,EAAc,CAC5B,IAAMpD,EAAiB,KAAKS,QAAQgD,KACjCY,GAAMA,EAAEvE,IAAIwE,SAAQ,IAAOlB,EAAOkB,SAAQ,CAAE,EAG/C,KAAKtC,QAAQuC,WAAWvE,GAAgBF,KAAO,IAAI,EACnD,KAAKkC,QAAQwC,cAAa,EAC1B,KAAKxC,QAAQyC,YAAW,CAC1B,CAEO/D,UAAUgE,EAAeN,EAAgC,CAC9D,OAAOA,EAAKtE,GACd,CAEOiC,YAAU,CACf,IAAM4C,EAAU,CAAA,EAEhB,OAAI,KAAKpC,QACPoC,EAAQjB,KAAK,0CAA2C,gBAAgB,EAEtE,KAAKkB,iBAAgB,GACvBD,EAAQjB,KAAK,YAAY,EAGpBiB,CACT,CAEOjD,QAAM,CACX,KAAKM,QAAQwC,cAAa,CAC5B,CAEOxD,mBACL0D,EACAN,EAAqC,CAErC,OAAOM,CACT,iDAhIWvC,GAAe0C,EAAAC,CAAA,CAAA,CAAA,CAAA,+BAAf3C,EAAe4C,UAAA,CAAA,CAAA,YAAA,CAAA,EAAAC,OAAA,CAAAvE,QAAA,UAAAuD,YAAA,cAAAhC,QAAA,UAAAO,OAAA,QAAA,EAAA0C,SAAA,CAAAC,EAAAC,EAAA,EAAAC,MAAA,EAAAC,KAAA,EAAAC,OAAA,CAAA,CAAA,SAAA,EAAA,EAAA,CAAA,QAAA,WAAA,EAAA,MAAA,EAAA,CAAA,EAAA,UAAA,EAAA,CAAA,EAAA,cAAA,qBAAA,EAAA,SAAA,OAAA,KAAA,QAAA,UAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,EAAA,WAAA,UAAA,YAAA,UAAA,OAAA,sBAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,EAAA,QAAA,WAAA,EAAA,QAAA,UAAA,cAAA,EAAA,CAAA,EAAA,QAAA,UAAA,EAAA,CAAA,EAAA,QAAA,EAAA,QAAA,UAAA,cAAA,EAAA,CAAA,EAAA,OAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,GC3B5BlF,EAAA,EAAAoF,GAAA,EAAA,EAAA,MAAA,CAAA,OAAuB9F,EAAA,OAAA6F,EAAAjF,MAAA,+BD2BV2B,CACX,GAAA,EEjBF,IAAawD,IAAY,IAAA,CAAnB,MAAOA,CAAY,iDAAZA,EAAY,CAAA,+BAAZA,CAAY,CAAA,CAAA,mCAHbC,EAAcC,EAAYC,CAAe,CAAA,CAAA,CAAA,SAGxCH,CAAY,GAAA,IAJRI,GAAe,CAAAC,EAAAC,EAAAC,EAAAC,CAAA,EAAA,CAAAC,CAAA,CAAA,sBCanBC,IACX,IAAA,CADI,MAAOA,UACHC,CAAwB,CAYhCC,YAAoBC,EAAwB,CAC1C,MAAK,EADa,KAAAA,MAAAA,EATX,KAAAC,KAAO,EACP,KAAAC,YAAc,GACd,KAAAC,WAAa,GAKd,KAAAC,cAA8B,IAAIC,CAI1C,CAEAC,UAAQ,CACN,KAAKF,cAAcG,IACjB,KAAKC,QAAQC,cAAcC,UAAU,IAAK,CACxC,KAAKV,MAAMW,cAAa,CAC1B,CAAC,CAAC,CAEN,CAEAC,aAAW,CACT,KAAKR,cAAcS,YAAW,CAChC,CAEOC,YAAU,CACf,IAAMC,EAAU,CAAA,EAChB,OAAI,KAAKC,iBAAgB,GACvBD,EAAQE,KAAK,YAAY,EAEpBF,CACT,CAEOG,QAAM,CACX,KAAKV,QAAQW,cAAa,CAC5B,iDAvCWtB,GAAiBuB,EAAAC,CAAA,CAAA,CAAA,CAAA,+BAAjBxB,EAAiByB,UAAA,CAAA,CAAA,cAAA,CAAA,EAAAC,UAAA,SAAAC,EAAAC,EAAA,IAAAD,EAAA,2UCpB9BE,EAAA,EAAA,WAAA,EAAA,CAAA,EAAwBC,EAAA,OAAA,UAAA,CAAAC,OAAAC,EAAAC,CAAA,EAAAC,EAAQN,EAAAP,OAAA,CAAQ,CAAA,CAAA,EAAuKc,EAAA,OAArMC,EAAA,OAAAR,EAAAxB,IAAA,EAAa,cAAAwB,EAAAvB,WAAA,EAA8C,UAAAuB,EAAAX,WAAA,CAAA,EAAyB,KAAAW,EAAAS,MAAA,EAAc,cAAAT,EAAAjB,OAAA,EAAwB,WAAAiB,EAAAtB,WAAA,WAAA,EAAA,yDDoBvHN,CACX,GAAA,EEXF,IAAasC,IAAc,IAAA,CAArB,MAAOA,CAAc,iDAAdA,EAAc,CAAA,+BAAdA,CAAc,CAAA,CAAA,mCAJfC,EAAcC,CAAmB,CAAA,CAAA,CAAA,SAIhCF,CAAc,GAAA,2LENzBG,EAAA,EAAA,KAAA,CAAA,EAA0EC,EAAA,CAAA,mBAA4BC,EAAA,kBAA1DC,EAAA,UAAAC,EAAAC,gBAAA,CAAA,EAA8BC,EAAA,EAAAC,EAAAC,EAAA,EAAA,EAAAJ,EAAAK,UAAA,CAAA,GDc5E,IAAaC,IACX,IAAA,CADI,MAAOA,UACHC,CAAwB,CAYhCC,YAAoBC,EAAwB,CAC1C,MAAK,EADa,KAAAA,MAAAA,EAJb,KAAAC,UAAY,GAEX,KAAAC,cAAgB,IAAIC,CAI5B,CAEAC,UAAQ,CACN,KAAKC,4BAA2B,CAClC,CAEAC,aAAW,CACT,KAAKJ,cAAcK,YAAW,CAChC,CAEQF,6BAA2B,CACjC,KAAKJ,UAAY,KAAKO,QAAQC,OAAS,GACvC,KAAKP,cAAcQ,IACjB,KAAKF,QAAQG,aAAaC,UAAWH,GAAS,CAC5C,KAAKR,UAAYQ,GAAS,GAC1B,KAAKT,MAAMa,aAAY,CACzB,CAAC,CAAC,CAEN,CAEOC,UAAQ,CACb,KAAKN,QAAQO,WAAW,CAAC,KAAKd,SAAS,EACvC,KAAKO,QAAQQ,YAAW,EACxB,KAAKR,QAAQS,cAAa,CAC5B,CAEOzB,iBAAe,CACpB,IAAM0B,EAAU,CAAA,EAEhB,OAAI,KAAKV,QAAQW,UACfD,EAAQE,KAAK,eAAe,EAGvBF,CACT,iDAjDWrB,GAAewB,EAAAC,CAAA,CAAA,CAAA,CAAA,+BAAfzB,EAAe0B,UAAA,CAAA,CAAA,YAAA,CAAA,EAAAC,OAAA,CAAA5B,WAAA,aAAAY,QAAA,SAAA,EAAAiB,SAAA,CAAAC,CAAA,EAAAC,MAAA,EAAAC,KAAA,GAAAC,OAAA,CAAA,CAAA,OAAA,SAAA,OAAA,SAAA,EAAA,OAAA,eAAA,EAAA,QAAA,UAAA,EAAA,CAAA,EAAA,WAAA,cAAA,MAAA,OAAA,gBAAA,eAAA,WAAA,qBAAA,oBAAA,eAAA,cAAA,qBAAA,eAAA,sBAAA,sBAAA,EAAA,SAAA,EAAA,CAAA,cAAA,OAAA,EAAA,gBAAA,sBAAA,eAAA,MAAA,MAAA,YAAA,eAAA,WAAA,SAAA,aAAA,eAAA,cAAA,EAAA,SAAA,EAAA,CAAA,QAAA,eAAA,EAAA,UAAA,EAAA,MAAA,EAAA,CAAA,EAAA,OAAA,UAAA,EAAA,SAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,IClB5B5C,EAAA,EAAA,SAAA,CAAA,EAAgE8C,EAAA,QAAA,UAAA,CAAA,OAASD,EAAAlB,SAAA,CAAU,CAAA,EACjF3B,EAAA,EAAA,MAAA,CAAA,EACE+C,EAAA,EAAA,OAAA,CAAA,EACF7C,EAAA,EACA8C,EAAA,EAAAC,GAAA,EAAA,EAAA,KAAA,CAAA,EACF/C,EAAA,SALQC,EAAA,WAAA0C,EAAAxB,QAAAW,QAAA,gCAC+M1B,EAAA,EAAAH,EAAA,UAAA+C,GAAA,EAAAC,GAAAN,EAAA/B,UAAA,CAAA+B,EAAA/B,WAAA,CAAA+B,EAAAxB,QAAAW,SAAAa,EAAAxB,QAAAW,UAAA,CAAAa,EAAA/B,UAAA+B,EAAAxB,QAAAW,QAAA,CAAA,EAChD1B,EAAA,EAAAH,EAAA,UAAAiD,GAAA,GAAAC,GAAAR,EAAA/B,UAAA,CAAA+B,EAAA/B,SAAA,CAAA,EAE3IR,EAAA,EAAAH,EAAA,OAAA0C,EAAApC,UAAA,qDDcfC,CACX,GAAA,EETF,IAAa4C,IAAY,IAAA,CAAnB,MAAOA,CAAY,iDAAZA,EAAY,CAAA,+BAAZA,CAAY,CAAA,CAAA,mCAHbC,EAAcC,CAAe,CAAA,CAAA,CAAA,SAG5BF,CAAY,GAAA,ECyBzB,IAAaG,IAAe,IAAA,CAAtB,MAAOA,CAAe,iDAAfA,EAAe,CAAA,+BAAfA,CAAe,CAAA,CAAA,mCAhBxBC,EACAC,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,EACAC,GACAC,GACAC,EAAkB,CAAA,CAAA,CAAA,SAITb,CAAe,GAAA,IAlBXc,GAAkB,CAAAC,EAAAC,EAAAC,GAAAC,GAAAC,GAAAC,GAAAC,GAAAC,GAAAC,GAAAC,GAAAC,GAAAC,EAAA,EAAA,CAAAC,CAAA,CAAA,ECNnC,IAAaC,IAAqB,IAAA,CAA5B,MAAOA,CAAqB,CAChCC,YAAoBC,EAAuB,CAAvB,KAAAA,YAAAA,EAGb,KAAAC,gBAAkB,IAAIC,CAHiB,CAMvCC,QAAQC,EAAmBC,EAA0B,CAC1D,GAAI,CAACA,EACH,OAUF,IAAMC,EAAoBC,SAASC,iBACjC,IAAM,KAAKR,YAAYS,cAAcC,GAAK,yBAAyB,EAG/DC,EAAOP,EAAMQ,aAAY,EAEzBC,EAA+B,CAAC,CAACC,MAAMC,KAAKT,CAAiB,EAAEU,KAClEC,GAAYN,EAAKO,SAASD,CAAO,CAAC,EAInC,KAAKjB,YAAYS,cAAcU,SAASd,CAAa,GACrDQ,GAEA,KAAKZ,gBAAgBmB,KAAKhB,CAAK,CAEnC,iDAnCWN,GAAqBuB,EAAAC,EAAA,CAAA,CAAA,CAAA,gCAArBxB,EAAqByB,UAAA,CAAA,CAAA,GAAA,kBAAA,EAAA,CAAA,EAAAC,aAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,GAArBE,EAAA,QAAA,SAAAC,EAAA,CAAA,OAAAF,EAAAvB,QAAAyB,EAAAA,EAAAC,MAAA,CACR,EAAA,GAAAC,EAAA,yDADQhC,CAAqB,GAAA,ECHlC,IAAaiC,IAAgB,IAAA,CAAvB,MAAOA,CAAgB,iDAAhBA,EAAgB,CAAA,+BAAhBA,CAAgB,CAAA,CAAA,qCAAhBA,CAAgB,GAAA,6DELzBC,EAAA,EAAA,MAAA,EAAA,EAAqL,EAAA,MAAA,EAC7KC,EAAA,CAAA,mBAAoEC,EAAA,EAC1EF,EAAA,EAAA,SAAA,EAAA,EAAoFG,EAAA,QAAA,UAAA,CAAAC,EAAAC,CAAA,EAAA,IAAAC,EAAAC,EAAA,CAAA,EAAA,OAAAC,EAASF,EAAAG,cAAA,CAAe,CAAA,CAAA,EAC1GC,EAAA,EAAA,WAAA,EAAA,EACFR,EAAA,EAAS,qBAHHS,EAAA,CAAA,EAAAC,GAAA,GAAAN,EAAAO,eAAAC,OAAA,IAAAC,EAAA,EAAA,EAAA,sBAAA,EAAA,EAAA,EAEMJ,EAAA,CAAA,EAAAK,EAAA,OAAA,iBAAA,6BAGdhB,EAAA,EAAA,MAAA,EAAA,EAA2E,EAAA,IAAA,EAAA,EACTC,EAAA,CAAA,EAAoBC,EAAA,EAAI,mBAAxBS,EAAA,CAAA,EAAAM,EAAAX,EAAAY,cAAA,6BARpElB,EAAA,EAAA,MAAA,CAAA,EACEmB,EAAA,EAAAC,GAAA,EAAA,EAAA,MAAA,EAAA,EAAqL,EAAAC,GAAA,EAAA,EAAA,MAAA,EAAA,EASvLnB,EAAA,kBATQS,EAAA,EAAAK,EAAA,OAAAV,EAAAO,eAAAC,OAAA,CAAA,EAMkCH,EAAA,EAAAK,EAAA,OAAAV,EAAAO,eAAAC,SAAA,CAAA,sCAKxCd,EAAA,EAAA,SAAA,EAAA,EAAsJG,EAAA,QAAA,UAAA,CAAAC,EAAAkB,CAAA,EAAA,IAAAhB,EAAAC,EAAA,EAAA,OAAAC,EAASF,EAAAG,cAAA,CAAe,CAAA,CAAA,EAC5KC,EAAA,EAAA,WAAA,EAAA,EACFR,EAAA,QADYS,EAAA,EAAAK,EAAA,OAAA,iBAAA,6BAcRhB,EAAA,EAAA,IAAA,EAAA,EAA6EC,EAAA,CAAA,EAAoBC,EAAA,4BAApBS,EAAA,EAAAM,EAAAM,EAAAC,QAAA,sCAE3ExB,EAAA,EAAA,SAAA,EAAA,EAAmGG,EAAA,QAAA,UAAA,CAAAC,EAAAqB,CAAA,EAAA,IAAAF,EAAAhB,EAAA,EAAAmB,UAAApB,EAAAC,EAAA,CAAA,EAAA,OAAAC,EAASF,EAAAqB,wBAAAJ,EAAAC,QAAA,CAAuC,CAAA,CAAA,EAAEvB,EAAA,CAAA,oCAAsQC,EAAA,qCAAtQS,EAAA,EAAAiB,GAAA,GAAAb,EAAA,EAAA,EAAAT,EAAAuB,oBAAAN,CAAA,EAAA,gCAAA,6BAAA,EAAA,IAAAA,EAAAC,SAAAM,YAAA,EAAA,IAAAf,EAAA,EAAA,EAAAT,EAAAuB,oBAAAN,CAAA,EAAA,iCAAA,8BAAA,EAAA,EAAA,sCAEnJvB,EAAA,EAAA,MAAA,EAAA,EAA6MG,EAAA,QAAA,UAAA,CAAA,IAAA4B,EAAA3B,EAAA4B,CAAA,EAAAN,UAAApB,EAAAC,EAAA,CAAA,EAAA,OAAAC,EAASF,EAAA2B,gBAAAF,EAAAG,GAAA,CAA2B,CAAA,CAAA,EAC/OlC,EAAA,EAAA,MAAA,EAAA,EACEU,EAAA,EAAA,eAAA,EAAA,EACFR,EAAA,EAAM,mCADUS,EAAA,CAAA,EAAAK,EAAA,aAAAe,EAAAI,UAAA,EAAgC,UAAA7B,EAAA8B,wBAAAL,EAAAG,GAAA,CAAA,6BAPxDlC,EAAA,EAAA,KAAA,EACEmB,EAAA,EAAAkB,GAAA,EAAA,EAAA,IAAA,EAAA,EACArC,EAAA,EAAA,KAAA,EACEmB,EAAA,EAAAmB,GAAA,EAAA,EAAA,SAAA,EAAA,EACAtC,EAAA,EAAA,MAAA,EAAA,EACEmB,EAAA,EAAAoB,GAAA,EAAA,EAAA,MAAA,EAAA,EAKFrC,EAAA,EAAM,EACF,iCAVFS,EAAA,EAAAK,EAAA,OAAAO,EAAAC,QAAA,EAEOb,EAAA,CAAA,EAAAK,EAAA,OAAAO,EAAAiB,QAAA1B,OAAA,GAAAS,EAAAC,QAAA,EAE4Cb,EAAA,CAAA,EAAAK,EAAA,UAAAO,EAAAiB,OAAA,EAAkB,eAAAlC,EAAAmC,aAAA,sCAV/EzC,EAAA,EAAA,MAAA,EAAA,EAA2BG,EAAA,kBAAA,UAAA,CAAAC,EAAAsC,CAAA,EAAA,IAAApC,EAAAC,EAAA,CAAA,EAAA,OAAAC,EAAmBF,EAAAqC,eAAA,CAAgB,CAAA,CAAA,EAC5D3C,EAAA,EAAA,MAAA,EAAA,EAA2B,EAAA,SAAA,EAAA,EACkBG,EAAA,QAAA,UAAA,CAAAC,EAAAsC,CAAA,EAAA,IAAApC,EAAAC,EAAA,CAAA,EAAA,OAAAC,EAASF,EAAAG,cAAA,CAAe,CAAA,CAAA,EAAER,EAAA,CAAA,mBAA6CC,EAAA,EAAS,EAE7HF,EAAA,EAAA,MAAA,EAAA,EACEmB,EAAA,EAAAyB,GAAA,EAAA,EAAA,MAAA,EAAA,EAaF1C,EAAA,EAAM,qBAlBHc,EAAA,KAAAV,EAAAuC,cAAA,EAEoElC,EAAA,CAAA,EAAAM,EAAAF,EAAA,EAAA,EAAA,2BAAA,CAAA,EAG9CJ,EAAA,CAAA,EAAAK,EAAA,UAAAV,EAAAwC,qBAAA,EAA0B,eAAAxC,EAAAyC,YAAA,4BANvD5B,EAAA,EAAA6B,GAAA,EAAA,EAAA,cAAA,EAAA,wBAAuEhC,EAAA,4BAAAiC,CAAA,EAAqC,0BAAA3C,EAAA4C,aAAA,GDS5G,IAAaC,IAAoB,IAAA,CAA3B,MAAOA,CAAoB,CAgC/BC,YACUC,EACAC,EAA0B,CAD1B,KAAAD,MAAAA,EACA,KAAAC,aAAAA,EAzBA,KAAAC,SAAW,IAAIC,EAIlB,KAAAX,eAAiB,GAEjB,KAAAK,cAAgB,GAGhB,KAAArC,eAA2B,CAAA,EAC3B,KAAAK,eAAiB,GAEhB,KAAAuC,UAAY,IAAIC,GAAU,CAAA,CAAE,EAC7B,KAAAC,iBAAmB,IAAIC,GAA2B,IAAI,EAErD,KAAAC,cAAgB,IAAIC,EAEpB,KAAAC,mBAAgD,CAAA,EAIhD,KAAAC,gBAAkB,IAAIC,EAK3B,CAEHC,UAAQ,CACN,KAAKrB,eACH,KAAKsB,cAAcC,UAAUC,SAAQ,EAAK,gBAC5C,KAAKC,MAAQ,KAAKhB,aAAaiB,kBAAiB,EAChD,KAAKC,sBAAqB,EAC1B,KAAKC,wBAAuB,EAC5B,KAAKC,0BAAyB,EAC9B,KAAKC,0BAAyB,CAChC,CAEAC,aAAW,CACT,KAAKf,cAAcgB,YAAW,CAChC,CAEQJ,yBAAuB,CAC7B,KAAKZ,cAAciB,IACjB,KAAKd,gBAAgBe,UAAU,IAAK,CAElCC,WAAW,IAAK,CACd,KAAKlC,sBAAwB,KAAKmC,wBAAuB,EACzD,KAAK5B,MAAM6B,aAAY,CACzB,CAAC,CACH,CAAC,CAAC,CAEN,CAEQR,2BAAyB,CAC/B,KAAKb,cAAciB,IACjB,KAAKnB,iBAAiBwB,aAAaJ,UAAU,IAAK,CAChD,KAAKf,gBAAgBoB,KAAI,CAC3B,CAAC,CAAC,CAEN,CAEOC,cAAY,CACjB,KAAKrB,gBAAgBoB,KAAI,CAC3B,CAEQZ,uBAAqB,CACH,KAAKS,wBAAwB,KAAK,EAE1CK,QAASC,GAAS,CAChCA,EAAM/C,QAAQ8C,QAASE,GAAU,CAC/B,KAAKzB,mBAAmByB,EAAOtD,GAAG,EAAIsD,EAAOrD,WAC7C,KAAKsB,UAAUgC,WAAWD,EAAOtD,IAAK,IAAI0B,GAAY,WAAW,CAAC,CACpE,CAAC,CACH,CAAC,CACH,CAEQe,2BAAyB,CAC/B,KAAKd,cAAciB,IACjB,KAAKrB,UAAU0B,aAAaJ,UAAWW,GAAS,CAM9C,GALA,KAAK7E,eAAiB8E,OAAOC,KAAKF,CAAK,EAAEG,OACtC3D,GACEwD,EAAoCxD,CAAG,IAAM,SAAS,EAGvD,KAAKrB,eAAeC,OAAS,EAC/B,KAAKI,eAAiB,WACb,KAAKL,eAAeC,SAAW,EAAG,CAC3C,IAAMoB,EAAM4D,GAAM,KAAKjF,cAAc,EACjCqB,IACF,KAAKhB,eAAiB,KAAK6C,mBAAmB7B,CAAG,GAAK,GAE1D,CAEA,GAAI,CAAC,KAAKiC,eAAiB,CAAC,KAAK4B,UAC/B,OAGF,IAAMC,EAAU,KAAKnF,eAAeoF,IAAK/D,IAChC,CACLgE,UAAW,KAAK/B,cAAcC,UAAUC,SAAQ,EAChD8B,SAAU,KACVT,MAAO,KAAK3B,mBAAmB7B,CAAG,GAErC,EAEG,KAAKrB,eAAeC,OACtB,KAAKiF,UAAUK,QAAQC,MAAMC,MAC3B,CACE9E,SAAU,KAAK2C,cAAcC,UAAUC,SAAQ,EAC/CkC,UAAW,KACXP,QAAAA,GAEF,CAAEQ,KAAM,KAAK,CAAE,EAGjB,KAAKT,UAAUK,QAAQC,MAAMI,OAAO,CAClCjF,SAAU,KAAK2C,cAAcC,UAAUC,SAAQ,EAChD,EAGH,KAAKd,SAASmD,KACZ,KAAK7F,eAAeC,OAAS,KAAKD,eAAiB,IAAI,EAGzD,IAAI8F,EAAiB,GAYrB,GAVA,KAAK7D,uBAAuBwC,QAASC,GAAS,CAC5CA,EAAM/C,QAAQ8C,QAASE,GAAU,CAE7B,KAAK/B,UAAUmD,IAAIpB,EAAOtD,IAAImC,SAAQ,CAAE,GAAGqB,QAAU,YAErDiB,EAAiB,GAErB,CAAC,CACH,CAAC,EAEGA,GAAkB,KAAKlD,UAAUoD,QAAS,CAC5C,KAAKpD,UAAUqD,MAAK,EACpB,MACF,CAEA,KAAKrD,UAAUsD,cAAa,CAC9B,CAAC,CAAC,CAEN,CAEOpF,wBAAwBH,EAAgB,CAC7C,IAAM+D,EAAQ,KAAKzC,uBAAuBkE,KACvCzB,GAAUA,EAAM/D,WAAaA,CAAQ,EAExC,GAAK+D,EAIL,OAAI,KAAK1D,oBAAoB0D,CAAK,EACzBA,EAAM/C,QAAQ8C,QAASE,GAAU,CACtC,KAAK/B,UAAUmD,IAAIpB,EAAOtD,IAAImC,SAAQ,CAAE,GAAG4C,SAAS,WAAW,CACjE,CAAC,EAGI1B,EAAM/C,QAAQ8C,QAASE,GACrB,KAAK/B,UAAUmD,IAAIpB,EAAOtD,IAAImC,SAAQ,CAAE,GAAG4C,SAAS,SAAS,CACrE,CACH,CAEOpF,oBACL0D,EAA0C,CAE1C,OAAOA,EAAM/C,QAAQ0E,MAClB1B,GAAW,KAAK/B,UAAUmD,IAAIpB,EAAOtD,GAAG,GAAGwD,QAAU,SAAS,CAEnE,CAEOjF,eAAa,CAClB,KAAKgD,UAAUqD,MAAK,CACtB,CAEO7E,gBAAgBC,EAAW,CAChC,IAAMiF,EAAU,KAAK/E,wBAAwBF,CAAgB,EACxDiF,IAILA,EAAQF,SAASE,EAAQzB,QAAU,UAAY,YAAc,UAAW,CACtE0B,sBAAuB,GACxB,EACG,KAAKzD,iBAAiB+B,OAAO5E,QAC/B,KAAKuG,cAAcC,cAAcC,MAAK,EAE1C,CAEQtC,wBACNuC,EAAa,CAEb,IAAMC,EAAW,KAAK1B,UAAU0B,SAE1B1B,EAAY,KAAKzB,OAAOoD,MAAMC,OAAO,CACzCF,SAAAA,EACD,EACD,GAAI,CAAC1B,EACH,MAAO,CAAA,EAGT,IAAM6B,EAAe,KAAK7B,UAAUK,QAAQC,MAAMO,IAAG,EASrD,GAPIgB,GACF7B,EAAUK,QAAQC,MAAMC,MAAMsB,CAAY,EAE5C7B,EAAUK,QAAQC,MAAMI,OAAO,CAC7BjF,SAAU,KAAK2C,cAAcC,UAAUC,SAAQ,EAChD,EAEG,CAAC,KAAKF,cAAc3C,SAAU,CAChC,IAAIqG,EAAe,KAAKlE,iBAAiB+B,OAAS,GAC9C,KAAK7E,eAAeC,SACtB+G,EAAeA,EAAaC,OAAO,IAAM,KAAKjH,eAAekH,KAAK,GAAG,CAAC,GAGxE,IAAMC,EAAWjC,EAAUK,QAAQ6B,GAAGC,QAAQ,CAC5ChC,UAAW,KAAK/B,cAAcC,UAC9BsB,MAAO,KAAK/B,iBAAiB+B,MAAQ,IAAImC,CAAY,IAAM,KAC3DM,UAAW,CAAC,WAAW,EACvBC,aAAc,eACdC,aAAc,CACZ7G,SAAU,KAAK2C,cAAcC,WAE/BkE,IAAK,KACN,EAEK9F,GAA6C+F,GACjDP,EACCE,GACQ,KAAKrH,eAAe2H,SAASN,EAAQxC,KAAK,EAAI,EAAI,CAC1D,EACDO,IAAKwC,IACE,CACLC,KAAM,WACNxG,IAAK,KAAKyG,aAAaF,EAAK/C,KAAK,EACjCvD,WAAYsG,EAAK/C,OAEpB,EAED,MAAO,CACL,CACElE,SAAU,KACVgB,QAASgF,IAAU,MAAQhF,GAAUA,GAAQoG,MAAM,EAAG,EAAE,EACzD,CAEL,CAEA,IAAMZ,EAAWjC,EAAUK,QAAQ6B,GAAGC,QAAQ,CAC5ChC,UAAW,KAAK/B,cAAc3C,SAC9BkE,MAAO,KACPyC,UAAW,CAAC,WAAW,EACvBC,aAAc,eACdC,aAAc,CACZ7G,SAAU,KAAK2C,cAAc3C,UAEhC,EAEKqH,EAAsD,CAAA,EA2C5D,OAzCAb,EAAS1C,QAAS4C,GAAW,CAC3B,IAAMY,EAAe,IAAIC,GACzBD,EAAaE,KAAK,CAChBvB,SAAAA,EACD,EAED,IAAMG,GAAe7B,EAAUK,QAAQC,MAAMO,IAAG,EAC5CgB,IACFkB,EAAaG,WAAWrB,EAAY,EAEtCkB,EAAaG,WAAW,CACtB/C,UAAW,KAAK/B,cAAc3C,SAC9B2E,SAAU,KACVT,MAAOwC,EAAQxC,MAChB,EACD,IAAMW,EAAQyC,EAAaI,SAAQ,EAY7B1G,GATJ,KAAK8B,OAAO2D,GAAGC,QAAQ,CACrBT,SAAAA,EACAjF,QAAS,CACP0D,UAAW,KAAK/B,cAAcC,UAC9BsB,MAAO,MAETW,MAAAA,EACD,GAAK,CAAA,GAE0DJ,IAC/DkD,KAAO,CACNT,KAAM,WACNxG,IAAK,KAAKyG,aAAaQ,GAAEzD,KAAK,EAC9BvD,WAAYgH,GAAEzD,OACd,EAGJmD,EAAaO,KAAK,CAChB5H,SAAU0G,EAAQxC,MAClBlD,QAAAA,EACD,CACH,CAAC,EAEI,KAAK2B,cAAckF,iBAGjBd,GAAQM,EAAc,CAC1BJ,GACC,KAAKtE,cAAckF,kBAAkBC,QAAQb,EAAKjH,QAAkB,CAAC,CACxE,EALQ+G,GAAQM,EAAc,CAAC,UAAU,CAAC,CAM7C,CAEOzG,wBACLF,EAAc,CAEd,OAAO,KAAKuB,UAAUmD,IAAI1E,EAAImC,SAAQ,CAAE,GAAKkF,MAC/C,CAEO5G,gBAAc,CACd,KAAKwB,cAAc3C,UACtB,KAAKmC,iBAAiBsD,SAAS,IAAI,EAErC,KAAK/D,cAAgB,EACvB,CAEOsG,gBAAgBC,EAAkB,CACvC,GAAIA,GAAY,CAAC,KAAKtF,cAAc3C,SAAU,CAC5C,KAAK0B,cAAgB,GACrB,KAAKG,MAAM6B,aAAY,EACvB,MACF,CAEA,KAAKhC,cAAgB,CAAC,KAAKA,cACvB,KAAKA,eACP,KAAKmE,cAAcC,cAAcC,MAAK,EAExC,KAAKlE,MAAM6B,aAAY,CACzB,CAEOyD,aAAajD,EAAa,CAC/B,IAAMgE,EAAOC,GAA0BjE,CAAK,EAM5C,MAAO,GALkBA,EACtB5D,YAAW,EACX8H,QAAQ,gBAAiB,GAAG,EAC5BC,KAAI,CAEmB,IAAIH,CAAI,EACpC,CAEO3G,aAAa+G,EAAa,CAC/B,OAAOA,CACT,CACOrH,cAAcqH,EAAetE,EAA4B,CAC9D,OAAOA,EAAOtD,IAAImC,SAAQ,CAC5B,iDA5WWlB,GAAoB4G,EAAAC,CAAA,EAAAD,EAAAE,EAAA,CAAA,CAAA,CAAA,+BAApB9G,EAAoB+G,UAAA,CAAA,CAAA,kBAAA,CAAA,EAAAC,UAAA,SAAAC,EAAAC,EAAA,IAAAD,EAAA,4+EC/BjCpK,EAAA,EAAA,MAAA,CAAA,EAAwE,EAAA,QAAA,EAAA,CAAA,EACgGG,EAAA,QAAA,UAAA,CAAAmK,OAAAlK,EAAAmK,CAAA,EAAA/J,EAAS6J,EAAAhF,aAAA,CAAc,CAAA,CAAA,EAAC,QAAA,UAAA,CAAAiF,OAAAlK,EAAAmK,CAAA,EAAA/J,EAA2C6J,EAAAb,gBAAgB,EAAI,CAAC,CAAA,CAAA,EAA9PtJ,EAAA,EACAiB,EAAA,EAAAqJ,GAAA,EAAA,EAAA,MAAA,CAAA,EAWAxK,EAAA,EAAA,MAAA,CAAA,EACEmB,EAAA,EAAAsJ,GAAA,EAAA,EAAA,SAAA,CAAA,EAGAzK,EAAA,EAAA,SAAA,CAAA,EAA0IG,EAAA,QAAA,UAAA,CAAAmK,OAAAlK,EAAAmK,CAAA,EAAA/J,EAAS6J,EAAAb,gBAAA,CAAiB,CAAA,CAAA,EAClK9I,EAAA,EAAA,WAAA,CAAA,EACFR,EAAA,EAAS,EACL,EAERiB,EAAA,EAAAuJ,GAAA,EAAA,EAAA,KAAA,CAAA,QAtBsB1J,EAAA,KAAAqJ,EAAAxH,eAAA,yBAAA,EACClC,EAAA,EAAAK,EAAA,WAAAqJ,EAAAlG,cAAA3C,QAAA,EAAmC,cAAA6I,EAAA1G,gBAAA,iCACyBhD,EAAA,CAAA,EAAAK,EAAA,OAAAqJ,EAAAlG,cAAA3C,UAAA6I,EAAAxJ,eAAAC,QAAA,CAAAuJ,EAAAlG,cAAA3C,UAAA,CAAA6I,EAAAnH,eAAA,EAAAmH,EAAA1G,iBAAA+B,OAAA,MAAA2E,EAAA1G,iBAAA+B,MAAA5E,OAAA,EAYtEH,EAAA,CAAA,EAAAK,EAAA,QAAAqJ,EAAAxJ,gBAAA,KAAA,KAAAwJ,EAAAxJ,eAAAC,UAAA,IAAAuJ,EAAAlG,cAAA3C,UAAA,CAAA6I,EAAAlG,cAAA3C,UAAA,CAAA6I,EAAAnH,cAAA,EAGoDvC,EAAA,EAAAK,EAAA,UAAAqJ,EAAAnH,cAAA,2BAAA,mBAAA,EAKnDvC,EAAA,CAAA,EAAAK,EAAA,OAAAqJ,EAAAvH,uBAAA,KAAA,KAAAuH,EAAAvH,sBAAAhC,MAAA,gCDSDqC,CAAoB,GAAA,EENjC,IAAawH,IAAiB,IAAA,CAAxB,MAAOA,CAAiB,iDAAjBA,EAAiB,CAAA,+BAAjBA,CAAiB,CAAA,CAAA,mCAZ1BC,EACAC,GACAC,GACAC,EACAC,EACAC,EACAC,GACAC,EAAgB,CAAA,CAAA,CAAA,SAKPR,CAAiB,GAAA,IAHbS,GAAoB,CAAAC,EAAAC,EAAAC,EAAAC,GAAAC,GAAAC,EAAAC,GAAAC,GAAAC,GAAAC,GAAAC,EAAA,EAAA,CAAAC,CAAA,CAAA,ECMrC,IAAaC,IAAU,IAAA,CAAjB,MAAOA,CAAU,iDAAVA,EAAU,CAAA,+BAAVA,CAAU,CAAA,CAAA,mCAbXC,EAAcC,GAAiBC,GAEvCD,GACAE,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,EAAiB,CAAA,CAAA,CAAA,SAGRX,CAAU,GAAA","names":["NotificationModule","CommonModule","IconModule","NotificationComponent","NgIf","IconComponent","LisFormFieldExtComponent","constructor","isTouched","control","touched","getErrors","errors","shouldShowErrors","disabled","selectors","inputs","htmlId","decls","vars","template","rf","ctx","encapsulation","scrollToError","formContainer","errorElement","querySelector","scrollIntoView","behavior","block","MAT_FORM_FIELD","InjectionToken","_c0","_c1","MatAutocomplete_ng_template_0_Template","rf","ctx","_r1","ɵɵgetCurrentView","ɵɵelementStart","ɵɵlistener","$event","ɵɵrestoreView","ctx_r1","ɵɵnextContext","ɵɵresetView","ɵɵprojection","ɵɵelementEnd","formFieldId_r3","ɵɵclassMap","ɵɵclassProp","ɵɵproperty","ɵɵattribute","panelAnimation","trigger","state","style","transition","group","animate","_uniqueAutocompleteIdCounter","MatAutocompleteSelectedEvent","source","option","MAT_AUTOCOMPLETE_DEFAULT_OPTIONS","InjectionToken","MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY","MatAutocomplete","value","_changeDetectorRef","_elementRef","_defaults","platform","Subscription","EventEmitter","ActiveDescendantKeyManager","index","scrollTop","event","labelId","labelExpression","__ngFactoryType__","ɵɵdirectiveInject","ChangeDetectorRef","ElementRef","Platform","ɵɵdefineComponent","dirIndex","ɵɵcontentQuery","MatOption","MAT_OPTGROUP","_t","ɵɵqueryRefresh","ɵɵloadQuery","ɵɵviewQuery","TemplateRef","booleanAttribute","ɵɵProvidersFeature","MAT_OPTION_PARENT_COMPONENT","ɵɵInputTransformsFeature","ɵɵStandaloneFeature","ɵɵprojectionDef","ɵɵtemplate","MAT_AUTOCOMPLETE_VALUE_ACCESSOR","NG_VALUE_ACCESSOR","forwardRef","MatAutocompleteTrigger","MAT_AUTOCOMPLETE_SCROLL_STRATEGY","InjectionToken","overlay","inject","Overlay","MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY","MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER","MatAutocompleteTrigger","_element","_overlay","_viewContainerRef","_zone","_changeDetectorRef","scrollStrategy","_dir","_formField","_document","_viewportRuler","_defaults","Subscription","BreakpointObserver","Subject","Injector","defer","options","startWith","switchMap","merge","option","event","hasModifierKey","window","changes","removeAriaReferencedId","filter","of","map","MatOptionSelectionChange","fromEvent","clickTarget","_getEventTarget","formField","customOrigin","value","fn","isDisabled","keyCode","hasModifier","prevActiveItem","isArrowKey","target","selectedOption","display","valueOnAttach","shouldAnimate","initialRender","Observable","subscriber","afterNextRender","optionChanges","tap","delay","wasOpen","take","autocomplete","toDisplay","panel","toSelect","skip","emitEvent","panelId","addAriaReferencedId","overlayRef","TemplatePortal","Breakpoints","result","OverlayConfig","strategy","positionStrategy","belowPositions","panelClass","abovePositions","positions","firstEnabledOptionIndex","index","element","labelCount","_countGroupLabelsBeforeOption","newScrollPosition","_getOptionScrollPosition","modal","__ngFactoryType__","ɵɵdirectiveInject","ElementRef","ViewContainerRef","NgZone","ChangeDetectorRef","Directionality","MAT_FORM_FIELD","DOCUMENT","ViewportRuler","MAT_AUTOCOMPLETE_DEFAULT_OPTIONS","ɵɵdefineDirective","rf","ctx","ɵɵlistener","$event","ɵɵattribute","booleanAttribute","ɵɵProvidersFeature","MAT_AUTOCOMPLETE_VALUE_ACCESSOR","ɵɵInputTransformsFeature","ɵɵNgOnChangesFeature","MatAutocompleteModule","ɵɵdefineNgModule","ɵɵdefineInjector","OverlayModule","MatOptionModule","MatCommonModule","CommonModule","CdkScrollableModule","TextContentComponent","constructor","ngOnInit","selectors","inputs","content","decls","vars","consts","template","rf","ctx","ɵɵelementStart","ɵɵtext","ɵɵelementEnd","ɵɵadvance","ɵɵtextInterpolate","headline","subline","TextContentModule","CommonModule","ɵɵelementStart","ɵɵelement","ɵɵelementEnd","ɵɵadvance","ɵɵproperty","ɵɵtext","ɵɵtextInterpolate","ɵɵpipeBind1","ctx_r0","errors","ɵɵtemplate","ErrorComponent_div_0_div_4_div_1_Template","ErrorComponent_div_0_div_4_div_2_Template","ErrorComponent_div_0_div_4_div_3_Template","ErrorComponent_div_0_div_4_div_4_Template","ErrorComponent_div_0_div_4_div_5_Template","ErrorComponent_div_0_div_4_div_6_Template","ErrorComponent_div_0_div_4_div_7_Template","ErrorComponent_div_0_div_4_div_8_Template","ErrorComponent_div_0_div_4_div_9_Template","ErrorComponent_div_0_div_4_div_10_Template","ErrorComponent_div_0_div_4_div_11_Template","ErrorComponent_div_0_div_4_div_12_Template","ErrorComponent_div_0_div_4_div_13_Template","ErrorComponent_div_0_div_4_div_14_Template","ErrorComponent_div_0_div_4_div_15_Template","ErrorComponent_div_0_div_1_Template","ɵɵprojection","ErrorComponent_div_0_div_4_Template","isIconVisible","ErrorComponent","constructor","ngOnInit","selectors","inputs","ngContentSelectors","_c0","decls","vars","consts","template","rf","ctx","ErrorComponent_div_0_Template","ErrorModule","CommonModule","IconModule","TranslateModule","ErrorComponent","NgIf","IconComponent","TranslatePipe","ɵɵelementStart","ɵɵelement","ɵɵelementEnd","ɵɵadvance","ɵɵproperty","ɵɵlistener","ɵɵrestoreView","_r2","ctx_r2","ɵɵnextContext","ɵɵresetView","onResetClick","InputComponent","LisFormFieldExtComponent","constructor","cdRef","placeholder","autocomplete","type","isReadonly","subscriptions","Subscription","ngOnInit","listenForStatusChanges","ngOnDestroy","unsubscribe","add","control","statusChanges","subscribe","detectChanges","onBlur","markAsTouched","getClasses","classes","shouldShowErrors","push","isResetVisible","value","setValue","ɵɵdirectiveInject","ChangeDetectorRef","selectors","inputs","features","ɵɵInheritDefinitionFeature","decls","vars","consts","template","rf","ctx","i0","_r1","ɵɵtemplate","InputComponent_div_3_Template","InputComponent_button_4_Template","htmlId","InputModule","CommonModule","ErrorModule","ReactiveFormsModule","IconModule","InputComponent","NgClass","NgIf","DefaultValueAccessor","NgControlStatus","FormControlDirective","IconComponent","ɵɵelementStart","ɵɵlistener","ɵɵrestoreView","_r2","ctx_r2","ɵɵnextContext","ɵɵresetView","onResetClick","ɵɵelement","ɵɵelementEnd","ɵɵadvance","ɵɵproperty","textContent_r4","ɵɵtext","ɵɵtextInterpolate","option_r5","label","ɵɵtemplate","AutocompleteComponent_mat_option_11_div_2_Template","AutocompleteComponent_mat_option_11_ng_template_3_Template","ɵɵtemplateRefExtractor","getTextContent","normalContent_r6","AutocompleteComponent","constructor","cdRef","dcuplService","placeholder","selected","EventEmitter","inputFormControl","FormControl","selectedOption$","BehaviorSubject","subscriptions","Subscription","refreshOptions$","totalSuggestions","ngOnInit","dcupl","getRoleBasedDcupl","listenForSelectedOptionChanges","listenForInputChanges","listenForRefreshOptions","init","ngOnDestroy","unsubscribe","getInputString","inputValue","value","replace","onInputFocus","next","add","subscribe","searchTerm","availableOptions","getSuggests","map","suggest","key","detectChanges","selectedOption","dcuplAttribute","dcuplList","setValue","catalog","query","apply","attribute","operator","mode","remove","groupKey","valueChanges","emit","getValue","__async","initSearchInputValue","createdByQuery","fn","metadata","appliedQuery","queries","find","length","trackByOption","index","item","displayFn","option","onToggleClick","isPanelOpen","inputAutoComplete","panelOpen","setTimeout","inputElement","nativeElement","blur","focus","onAutocompleteClose","onInputBlur","onOptionSelected","event","getArrowButtonClasses","classes","push","exactMatch","suggestsStartsWith","getSuggestsByQuery","suggestsIncludes","uniqBy","slice","shouldStartWith","sortBy","max","transform","relevantData","excludeQuery","config","textContent","ɵɵdirectiveInject","ChangeDetectorRef","DcuplService","selectors","viewQuery","rf","ctx","MatAutocompleteTrigger","i0","_r1","AutocompleteComponent_button_5_Template","$event","AutocompleteComponent_mat_option_11_Template","auto_r7","ɵɵpipeBind1","AutocompleteModule","CommonModule","IconModule","InputModule","TranslateModule","MatAutocompleteModule","ReactiveFormsModule","TextContentModule","AutocompleteComponent","NgClass","NgForOf","NgIf","IconComponent","MatAutocomplete","MatOption","MatAutocompleteTrigger","DefaultValueAccessor","NgControlStatus","FormControlDirective","TextContentComponent","AsyncPipe","CheckboxComponent","LisFormFieldExtComponent","constructor","cdRef","innerLabel","state","subscriptions","Subscription","ngOnInit","listenForFormControlChanges","ngOnDestroy","unsubscribe","convertValueToState","control","value","add","valueChanges","subscribe","markForCheck","onClick","disabled","newState","patchValue","markAsDirty","markAsTouched","getCheckboxClasses","classes","push","getCheckboxLabelClasses","ɵɵdirectiveInject","ChangeDetectorRef","selectors","inputs","features","ɵɵInheritDefinitionFeature","decls","vars","consts","template","rf","ctx","ɵɵelementStart","ɵɵlistener","ɵɵelement","ɵɵelementEnd","ɵɵtext","ɵɵadvance","ɵɵproperty","ɵɵclassMap","ɵɵtextInterpolate1","ɵɵpipeBind1","CheckboxModule","CommonModule","ReactiveFormsModule","IconModule","TranslateModule","CheckboxComponent","NgClass","IconComponent","TranslatePipe","ɵɵelement","ɵɵproperty","ctx_r0","icon","ɵɵelementStart","ɵɵtext","ɵɵelementEnd","ɵɵadvance","ɵɵtextInterpolate","ɵɵpipeBind1","title","ɵɵtextInterpolate1","subtitle","ɵɵlistener","ɵɵrestoreView","_r2","ɵɵnextContext","ɵɵresetView","onCloseClick","ToastComponent","constructor","fullWidth","hasSystemMessageStyle","hasCloseButton","isGlobal","closed","EventEmitter","toastConfig","error","iconContainerClasses","textContainerClasses","info","success","warning","ngOnInit","init","config","type","wrapperClasses","push","emit","selectors","inputs","outputs","decls","vars","consts","template","rf","ctx","ɵɵtemplate","ToastComponent_lis_icon_3_Template","ToastComponent_span_6_Template","ToastComponent_span_7_Template","ToastComponent_div_8_Template","ToastModule","CommonModule","IconModule","TranslateModule","ToastComponent","NgClass","NgIf","IconComponent","TranslatePipe","ɵɵelement","ɵɵproperty","file_r4","statusType","ɵɵpipeBind1","ctx_r4","getStatusToastContent","status","title","subtitle","ɵɵelementStart","ɵɵtext","ɵɵelementEnd","ɵɵlistener","ɵɵrestoreView","_r3","$implicit","ɵɵnextContext","ɵɵresetView","onRemoveFileClick","file","ɵɵtemplate","FileUploaderComponent_div_18_div_5_lis_toast_8_Template","ɵɵadvance","ɵɵtextInterpolate","name","FileUploaderComponent_div_18_div_5_Template","files","trackByIndex","FileUploaderComponent","LisFormFieldExtComponent","constructor","toastService","translateService","apiService","cdRef","fileUploaderService","isDragDropActive","subscriptions","Subscription","ngOnInit","listenForControlChanges","dragOver","event","preventDefault","stopPropagation","dragAreaRef","nativeElement","classList","add","dragleave","remove","drop","dataTransfer","addFilesToList","control","valueChanges","subscribe","value","markForCheck","onInputFileChanged","event_","target","Error","detectChanges","filelist","__async","Object","values","filteredFiles","filter","accept","isArray","includes","type","show","instant","size","some","f","data","currentStatusRequestBody","newFiles","fileName","category","productId","push","post","LIS_API_ENDPOINTS","DOCS_STATUS","undefined","getStatusTypeByStatusMessage","allFiles","setValue","map","getFileStatusToast","index","ɵɵdirectiveInject","ToastService","TranslateService","ApiService","ChangeDetectorRef","FileUploaderService","selectors","viewQuery","rf","ctx","$event","i0","_r1","input_r2","ɵɵreference","click","FileUploaderComponent_div_18_Template","ɵɵtextInterpolate1","length","FileUploaderModule","CommonModule","TranslateModule","IconModule","ErrorModule","ToastModule","FileUploaderComponent","NgForOf","NgIf","IconComponent","ToastComponent","TranslatePipe","ɵɵelementStart","ɵɵelement","ɵɵelementEnd","ɵɵadvance","ɵɵproperty","option_r1","innerLabel","ctx_r1","getCheckboxControlByKey","key","CheckboxGroupComponent","LisFormFieldExtComponent","constructor","checkboxFormGroup","FormGroup","subscriptions","Subscription","ngOnInit","initCheckboxFormGroup","listenForFormFieldChanges","ngOnDestroy","unsubscribe","add","valueChanges","subscribe","value","control","setValue","Object","keys","filter","trackByOption","index","option","toString","options","forEach","addControl","FormControl","includes","get","undefined","__ngFactoryType__","selectors","inputs","features","ɵɵInheritDefinitionFeature","decls","vars","consts","template","rf","ctx","ɵɵtemplate","CheckboxGroupComponent_div_1_Template","CheckboxGroupModule","CommonModule","CheckboxModule","CheckboxGroupComponent","NgForOf","CheckboxComponent","ɵɵelementStart","ɵɵelement","ɵɵelementEnd","ɵɵadvance","ɵɵproperty","option_r1","key","label","ctx_r1","groupId","control","RadioGroupComponent","LisFormFieldExtComponent","constructor","getUniqueId","ngOnInit","ngOnDestroy","trackByOption","index","option","toString","selectors","inputs","options","features","ɵɵInheritDefinitionFeature","decls","vars","consts","template","rf","ctx","ɵɵtemplate","RadioGroupComponent_div_1_Template","RadioComponent","LisFormFieldExtComponent","constructor","cdRef","subscriptions","Subscription","htmlId","getUniqueId","ngOnInit","listenForFormChange","ngOnDestroy","add","control","valueChanges","subscribe","detectChanges","isChecked","value","key","getRadioClasses","classes","push","onChange","event","target","patchValue","markAsTouched","markAsDirty","ɵɵdirectiveInject","ChangeDetectorRef","selectors","inputs","label","groupId","features","ɵɵInheritDefinitionFeature","decls","vars","consts","template","rf","ctx","ɵɵelementStart","ɵɵlistener","$event","ɵɵelementEnd","ɵɵtext","ɵɵadvance","ɵɵproperty","ɵɵpropertyInterpolate1","ɵɵtextInterpolate","ɵɵpipeBind1","RadioModule","CommonModule","IconModule","TranslateModule","RadioGroupModule","CommonModule","RadioModule","RadioGroupComponent","NgForOf","RadioComponent","ɵɵelementStart","ɵɵtext","ɵɵelementEnd","ɵɵproperty","option_r4","key","ctx_r2","selectedOption","ɵɵadvance","ɵɵtextInterpolate","ɵɵpipeBind1","label","ɵɵelementContainerStart","ɵɵtemplate","SelectComponent_div_0_ng_container_3_option_1_Template","config","options","trackById","option_r5","SelectComponent_div_0_ng_container_4_optgroup_1_option_2_Template","group_r6","SelectComponent_div_0_ng_container_4_optgroup_1_Template","optionGroups","trackByOptionGroup","ɵɵlistener","ɵɵrestoreView","_r1","select_r2","ɵɵreference","ɵɵnextContext","ɵɵresetView","onChange","value","onBlur","SelectComponent_div_0_ng_container_3_Template","SelectComponent_div_0_ng_container_4_Template","ɵɵelement","htmlId","getClasses","control","disabled","mode","SelectComponent","LisFormFieldExtComponent","constructor","cdRef","isDark","subscriptions","Subscription","ngOnInit","add","valueChanges","subscribe","setSelectedOption","statusChanges","detectChanges","ngOnChanges","changes","some","option","groupLabel","reduce","acc","group","find","push","sort","a","b","localeCompare","compact","placeholder","undefined","ngOnDestroy","unsubscribe","item","o","toString","patchValue","markAsTouched","markAsDirty","index","classes","shouldShowErrors","ɵɵdirectiveInject","ChangeDetectorRef","selectors","inputs","features","ɵɵInheritDefinitionFeature","ɵɵNgOnChangesFeature","decls","vars","consts","template","rf","ctx","SelectComponent_div_0_Template","SelectModule","CommonModule","IconModule","TranslateModule","SelectComponent","NgClass","NgForOf","NgIf","IconComponent","TranslatePipe","TextareaComponent","LisFormFieldExtComponent","constructor","cdRef","rows","placeholder","isReadonly","subscriptions","Subscription","ngOnInit","add","control","statusChanges","subscribe","detectChanges","ngOnDestroy","unsubscribe","getClasses","classes","shouldShowErrors","push","onBlur","markAsTouched","ɵɵdirectiveInject","ChangeDetectorRef","selectors","viewQuery","rf","ctx","ɵɵelementStart","ɵɵlistener","i0","ɵɵrestoreView","_r1","ɵɵresetView","ɵɵelementEnd","ɵɵproperty","htmlId","TextareaModule","CommonModule","ReactiveFormsModule","ɵɵelementStart","ɵɵtext","ɵɵelementEnd","ɵɵproperty","ctx_r0","getLabelClasses","ɵɵadvance","ɵɵtextInterpolate","ɵɵpipeBind1","innerLabel","ToggleComponent","LisFormFieldExtComponent","constructor","cdRef","isChecked","subscriptions","Subscription","ngOnInit","listenForFormControlChanges","ngOnDestroy","unsubscribe","control","value","add","valueChanges","subscribe","markForCheck","onChange","patchValue","markAsDirty","markAsTouched","classes","disabled","push","ɵɵdirectiveInject","ChangeDetectorRef","selectors","inputs","features","ɵɵInheritDefinitionFeature","decls","vars","consts","template","rf","ctx","ɵɵlistener","ɵɵelement","ɵɵtemplate","ToggleComponent_h6_3_Template","ɵɵpureFunction4","_c0","ɵɵpureFunction2","_c1","ToggleModule","CommonModule","TranslateModule","FormFieldModule","CommonModule","InputModule","ErrorModule","SelectModule","CheckboxModule","RadioGroupModule","ToggleModule","TextareaModule","NotificationModule","TranslateModule","AutocompleteModule","CheckboxGroupModule","FileUploaderModule","FormFieldComponent","NgClass","NgIf","InputComponent","ErrorComponent","SelectComponent","CheckboxComponent","RadioGroupComponent","ToggleComponent","TextareaComponent","NotificationComponent","CheckboxGroupComponent","FileUploaderComponent","TranslatePipe","ClickOutsideDirective","constructor","_elementRef","lisClickOutside","EventEmitter","onClick","event","targetElement","exceptionElements","document","querySelectorAll","nativeElement","id","path","composedPath","hasClickedOnExceptionElement","Array","from","some","element","includes","contains","emit","ɵɵdirectiveInject","ElementRef","selectors","hostBindings","rf","ctx","ɵɵlistener","$event","target","ɵɵresolveDocument","DirectivesModule","ɵɵelementStart","ɵɵtext","ɵɵelementEnd","ɵɵlistener","ɵɵrestoreView","_r2","ctx_r2","ɵɵnextContext","ɵɵresetView","onResetFilter","ɵɵelement","ɵɵadvance","ɵɵtextInterpolate2","currentFilters","length","ɵɵpipeBind1","ɵɵproperty","ɵɵtextInterpolate","displayedValue","ɵɵtemplate","MultiSelectComponent_div_4_div_1_Template","MultiSelectComponent_div_4_div_2_Template","_r4","group_r6","groupKey","_r7","$implicit","onCheckAllStatesByGroup","ɵɵtextInterpolate3","isWholeGroupChecked","toLowerCase","option_r9","_r8","onCheckBoxClick","key","innerLabel","getCheckboxControlByKey","MultiSelectComponent_9_ng_template_0_div_6_p_1_Template","MultiSelectComponent_9_ng_template_0_div_6_button_3_Template","MultiSelectComponent_9_ng_template_0_div_6_div_5_Template","options","trackByOption","_r5","onOutsideClick","MultiSelectComponent_9_ng_template_0_div_6_Template","clickOutsideId","availableSelectGroups","trackByGroup","MultiSelectComponent_9_ng_template_0_Template","trigger_r10","isOverlayOpen","MultiSelectComponent","constructor","cdRef","dcuplService","selected","EventEmitter","formGroup","FormGroup","inputFormControl","FormControl","subscriptions","Subscription","controlKeyValueMap","refreshOptions$","Subject","ngOnInit","selectOptions","optionKey","toString","dcupl","getRoleBasedDcupl","initCheckboxFormGroup","listenForRefreshOptions","listenForSearchTermChange","listenForFormValueChanges","ngOnDestroy","unsubscribe","add","subscribe","setTimeout","getGroupedSelectOptions","markForCheck","valueChanges","next","onInputFocus","forEach","group","option","addControl","value","Object","keys","filter","first","dcuplList","queries","map","attribute","operator","catalog","query","apply","groupType","mode","remove","emit","shouldResetAll","get","touched","reset","markAsTouched","find","setValue","every","control","emitModelToViewChange","inputElement","nativeElement","focus","fetch","modelKey","lists","create","currentQuery","searchString","concat","join","suggests","fn","suggest","transform","relevantData","excludeQuery","max","orderBy","includes","item","type","getUniqueKey","slice","selectGroups","queryBuilder","DcuplQueryBuilder","init","applyQuery","getQuery","s","push","customGroupOrder","indexOf","undefined","onOverlayToggle","onlyOpen","hash","getCharcodeHashFromString","replace","trim","index","ɵɵdirectiveInject","ChangeDetectorRef","DcuplService","selectors","viewQuery","rf","ctx","i0","_r1","MultiSelectComponent_div_4_Template","MultiSelectComponent_button_6_Template","MultiSelectComponent_9_Template","MultiSelectModule","CommonModule","OverlayModule","InputModule","IconModule","ReactiveFormsModule","TranslateModule","CheckboxModule","DirectivesModule","MultiSelectComponent","NgClass","NgForOf","NgIf","CdkConnectedOverlay","CdkOverlayOrigin","IconComponent","DefaultValueAccessor","NgControlStatus","FormControlDirective","CheckboxComponent","ClickOutsideDirective","TranslatePipe","FormModule","CommonModule","FormFieldModule","ButtonModule","SelectModule","CheckboxModule","InputModule","ToggleModule","RadioGroupModule","TextareaModule","AutocompleteModule","MultiSelectModule"],"x_google_ignoreList":[3,4]}